:root {
  --sun-gold: #f5a623;
  --deep-orange: #e67e22;
  --warm-amber: #ffc857;
  --earth-brown: #6b3e26;
  --quiet-sage: #6f8f72;
  --sage-mist: #edf4ec;
  --soft-cream: #fdf6ec;
  --white: #fffdf8;
  --shadow-soft: 0 18px 40px rgba(126, 75, 24, 0.12);
  --shadow-strong: 0 24px 56px rgba(107, 62, 38, 0.18);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --content-width: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Lato", sans-serif;
  color: var(--earth-brown);
  background:
    radial-gradient(circle at top left, rgba(255, 200, 87, 0.18), transparent 30%),
    linear-gradient(180deg, #fffaf3 0%, var(--soft-cream) 46%, #fffdf8 100%);
}

body {
  padding-bottom: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  width: min(100%, var(--content-width));
  margin: 0 auto;
  padding: 1.25rem 1.25rem 4rem;
}

.page-interior {
  min-height: 100svh;
}

.mobile-topbar,
.mobile-dock,
.mobile-service-list {
  display: none;
}

.site-header {
  position: sticky;
  top: 0.75rem;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 1.25rem;
  margin: 0 auto 1rem;
  background: rgba(255, 253, 248, 0.84);
  border: 1px solid rgba(230, 126, 34, 0.12);
  backdrop-filter: blur(16px);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(126, 75, 24, 0.08);
}

.site-footer {
  margin: 2rem auto 0;
  padding: 2rem 1.25rem 3rem;
  width: min(100%, var(--content-width));
  color: var(--earth-brown);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 1.25rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(230, 126, 34, 0.1);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}

.site-footer__logo {
  width: min(320px, 100%);
  margin-bottom: 0.75rem;
}

.site-footer__label {
  margin: 0 0 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: var(--deep-orange);
}

.site-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer__links li + li {
  margin-top: 0.55rem;
}

.site-footer__copy,
.site-footer__note {
  line-height: 1.8;
}

.site-footer__note {
  margin: 1rem 0 0;
  text-align: center;
  font-size: 0.95rem;
}

.brand-mark {
  width: min(320px, 44vw);
}

.brand-mark--lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  width: auto;
  min-width: 0;
}

.brand-mark__icon {
  width: clamp(3rem, 5vw, 4.15rem);
  height: clamp(3rem, 5vw, 4.15rem);
  object-fit: contain;
  border-radius: 50%;
}

.brand-mark__text {
  width: clamp(11rem, 20vw, 17rem);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.95rem;
}

.site-nav a {
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(245, 166, 35, 0.14);
  outline: none;
}

.site-nav .nav-cta {
  background: linear-gradient(135deg, var(--deep-orange), var(--sun-gold));
  color: #fff;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
  min-height: min(82svh, 760px);
  padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2rem, 4vw, 3.5rem);
}

.page-hero {
  padding: 2.25rem 0 1rem;
  max-width: 52rem;
}

.hero-glow {
  position: absolute;
  inset: 4rem auto auto -4rem;
  width: 22rem;
  height: 22rem;
  background: radial-gradient(circle, rgba(255, 200, 87, 0.38), rgba(255, 200, 87, 0));
  filter: blur(6px);
  pointer-events: none;
}

.hero-copy,
.hero-art {
  position: relative;
  z-index: 1;
}

.hero-art {
  display: grid;
  gap: 1rem;
}

.hero-art--portrait {
  align-self: stretch;
}

.eyebrow {
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  color: var(--deep-orange);
}

.eyebrow-light {
  color: rgba(255, 248, 240, 0.82);
}

h1,
h2,
h3,
strong {
  font-family: "Cormorant Garamond", serif;
}

h1 {
  margin: 0;
  font-size: clamp(3.4rem, 6vw, 6.4rem);
  line-height: 0.95;
  color: #7b431d;
}

h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  line-height: 1;
}

h3 {
  margin: 0 0 0.8rem;
  font-size: 1.8rem;
}

.hero-lead,
.section-heading p,
.feature-card p,
.value-card p,
.booking-shell p,
.split-panel p,
.mini-stat span {
  font-size: 1.06rem;
  line-height: 1.8;
}

.hero-actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
  outline: none;
}

.button-primary {
  background: linear-gradient(135deg, var(--deep-orange), var(--sun-gold));
  color: #fff;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(230, 126, 34, 0.2);
}

.button-light {
  background: rgba(255, 255, 255, 0.94);
  color: var(--earth-brown);
}

.button-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fffaf3;
}

.hero-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.7rem;
}

.hero-pill-row span {
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(245, 166, 35, 0.18);
  box-shadow: 0 10px 22px rgba(126, 75, 24, 0.07);
}

.hero-contact {
  margin: 1rem 0 0;
  font-size: 0.98rem;
  color: rgba(107, 62, 38, 0.88);
}

.hero-license {
  margin: 1rem 0 0;
  font-weight: 700;
  color: var(--quiet-sage);
}

.hero-contact a {
  font-weight: 700;
  color: var(--deep-orange);
}

.hero-logo-card {
  padding: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(253, 246, 236, 0.96)),
    radial-gradient(circle at top, rgba(255, 200, 87, 0.3), transparent 42%);
  border: 1px solid rgba(230, 126, 34, 0.12);
  border-radius: 36px;
  box-shadow: var(--shadow-strong);
}

.hero-portrait {
  position: relative;
  min-height: min(70svh, 720px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(230, 126, 34, 0.14);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-strong);
  background: rgba(255, 253, 248, 0.78);
}

.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
}

.hero-portrait figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  gap: 0.25rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  color: #fffaf3;
  background: rgba(42, 58, 44, 0.82);
  backdrop-filter: blur(14px);
}

.hero-portrait figcaption strong {
  font-size: 1.45rem;
  line-height: 1;
}

.hero-portrait figcaption span {
  font-size: 0.9rem;
  line-height: 1.45;
}

.hero-room-card {
  max-width: 72%;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(230, 126, 34, 0.12);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}

.welcome-band,
.closing-band {
  margin: 0 auto;
  max-width: 58rem;
  padding: 1.5rem 1.75rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(230, 126, 34, 0.1);
  border-radius: 26px;
  box-shadow: 0 14px 30px rgba(126, 75, 24, 0.08);
}

.welcome-band {
  margin-top: -0.5rem;
}

.welcome-band p,
.closing-band p {
  margin: 0;
  line-height: 1.8;
  font-size: 1.08rem;
}

.closing-band {
  margin-top: 1.25rem;
}

.closing-band h2 {
  margin: 0.5rem 0 0.9rem;
}

.closing-band__contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1rem !important;
}

.closing-band__contact a {
  font-weight: 700;
  color: var(--deep-orange);
}

.hero-room-card img,
.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-panel {
  min-height: 240px;
  overflow: hidden;
  border: 1px solid rgba(230, 126, 34, 0.12);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}

.section {
  padding: 5rem 0;
}

.section-soft {
  margin-top: 1rem;
}

.section-cream {
  position: relative;
}

.section-local {
  padding-top: 4.2rem;
  padding-bottom: 2.2rem;
}

.section-proof {
  padding-top: 2.4rem;
  padding-bottom: 2.8rem;
}

.section-heading {
  max-width: 52rem;
  margin-bottom: 2rem;
}

.duration-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.35rem;
}

.duration-row span {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(230, 126, 34, 0.14);
  box-shadow: 0 8px 18px rgba(126, 75, 24, 0.06);
}

.duration-row strong {
  font-size: 0.96rem;
}

.duration-row em {
  font-style: normal;
  font-weight: 700;
  color: var(--deep-orange);
}

.section-heading.narrow {
  max-width: 46rem;
}

.card-grid,
.support-grid,
.value-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

@media (min-width: 981px) {
  .card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .support-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.feature-card,
.value-card,
.mini-stat,
.split-panel {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(230, 126, 34, 0.1);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.feature-card,
.value-card {
  padding: 1.5rem;
}

.feature-card {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.feature-card__media {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius-md) var(--radius-md) 0 0;
}

.feature-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card h3,
.feature-card p {
  padding-inline: 1.5rem;
}

.feature-card__kicker {
  margin: 0;
  padding: 1rem 1.5rem 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--deep-orange);
}

.feature-card h3 {
  padding-top: 0.45rem;
}

.feature-card p {
  padding-bottom: 1.5rem;
  margin-top: 0;
}

.service-detail-list {
  display: grid;
  gap: 0.75rem;
  margin: auto 1.5rem 1.5rem;
  padding: 1rem;
  border-radius: 18px;
  background: var(--sage-mist);
  border: 1px solid rgba(111, 143, 114, 0.18);
}

.service-detail-list div {
  display: grid;
  gap: 0.2rem;
}

.service-detail-list dt {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--quiet-sage);
}

.service-detail-list dd {
  margin: 0;
  line-height: 1.55;
}

.support-grid {
  margin-top: 1rem;
}

.mobile-service-list {
  gap: 0.75rem;
}

.mobile-service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 240, 0.94)),
    radial-gradient(circle at top left, rgba(255, 200, 87, 0.16), transparent 32%);
  border: 1px solid rgba(230, 126, 34, 0.12);
  box-shadow: 0 10px 24px rgba(126, 75, 24, 0.07);
}

.mobile-service-item h3 {
  margin: 0 0 0.3rem;
  font-size: 1.45rem;
}

.mobile-service-item p,
.mobile-service-item span {
  margin: 0;
  line-height: 1.45;
}

.mobile-service-item p {
  color: rgba(107, 62, 38, 0.86);
}

.mobile-service-item span {
  max-width: 9rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: right;
  color: var(--quiet-sage);
}

.mobile-service-list__link {
  width: 100%;
}

.support-card {
  padding: 1.35rem 1.4rem;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 245, 232, 0.96)),
    radial-gradient(circle at top left, rgba(255, 200, 87, 0.18), transparent 34%);
  border: 1px solid rgba(230, 126, 34, 0.1);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.support-card .eyebrow {
  margin-bottom: 0.55rem;
}

.support-card p:last-child {
  margin: 0;
  line-height: 1.8;
}

.split-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
}

.about-grid,
.contact-grid,
.policy-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1rem;
}

.policy-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-portrait {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(230, 126, 34, 0.12);
  box-shadow: var(--shadow-soft);
  background: rgba(255, 255, 255, 0.78);
}

.about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(230, 126, 34, 0.1);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.faq-item h2,
.value-card h2 {
  margin: 0 0 0.75rem;
  font-size: 1.8rem;
}

.list-clean {
  margin: 0;
  padding-left: 1.1rem;
  line-height: 1.9;
}

.split-panel {
  padding: 2rem;
}

.sun-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 248, 240, 0.9)),
    radial-gradient(circle at top right, rgba(255, 200, 87, 0.2), transparent 30%);
}

.detail-panel {
  display: grid;
  gap: 1rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.mini-stat {
  padding: 1.35rem;
}

.mini-stat strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  color: var(--deep-orange);
}

.value-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 250, 243, 0.92)),
    radial-gradient(circle at top left, rgba(255, 200, 87, 0.16), transparent 32%);
}

.value-card--sage {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(237, 244, 236, 0.94));
  border-color: rgba(111, 143, 114, 0.18);
}

.value-card--sage h3 {
  color: #4f6f52;
}

.section-accent {
  padding-bottom: 2rem;
}

.booking-shell {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.2rem;
  align-items: center;
  padding: 2rem;
  background:
    linear-gradient(135deg, rgba(107, 62, 38, 0.95), rgba(230, 126, 34, 0.9)),
    radial-gradient(circle at top right, rgba(255, 200, 87, 0.26), transparent 30%);
  color: #fffaf3;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-strong);
}

.booking-intro-grid {
  align-items: stretch;
}

.booking-planner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 1.25rem;
  align-items: start;
}

.booking-form-shell {
  display: grid;
  gap: 1.15rem;
}

.booking-step {
  margin: 0;
  padding: 1.5rem;
  border: 1px solid rgba(230, 126, 34, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.booking-step legend {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0;
}

.booking-step__label,
.booking-step__title {
  display: block;
}

.booking-step__label {
  margin-bottom: 0.45rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--deep-orange);
}

.booking-step__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
  color: #7b431d;
}

.booking-choice-grid,
.booking-choice-stack {
  display: grid;
  gap: 0.9rem;
}

.booking-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-choice-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-choice {
  position: relative;
}

.booking-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.booking-choice label {
  display: flex;
  gap: 0.95rem;
  height: 100%;
  padding: 0.95rem;
  border: 1px solid rgba(230, 126, 34, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 240, 0.9)),
    radial-gradient(circle at top left, rgba(255, 200, 87, 0.16), transparent 34%);
  box-shadow: 0 10px 24px rgba(126, 75, 24, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
  cursor: pointer;
}

.booking-choice label:hover,
.booking-choice input:focus-visible + label {
  transform: translateY(-2px);
  border-color: rgba(230, 126, 34, 0.28);
  box-shadow: 0 16px 28px rgba(126, 75, 24, 0.09);
}

.booking-choice input:checked + label {
  border-color: rgba(230, 126, 34, 0.42);
  background:
    linear-gradient(160deg, rgba(255, 246, 229, 0.98), rgba(255, 235, 199, 0.9)),
    radial-gradient(circle at top left, rgba(255, 200, 87, 0.25), transparent 34%);
  box-shadow: 0 16px 30px rgba(126, 75, 24, 0.12);
}

.booking-choice--service label {
  align-items: center;
}

.booking-choice__media {
  margin: 0;
  width: 5.75rem;
  min-width: 5.75rem;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 16px;
}

.booking-choice__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-choice__content {
  display: grid;
  gap: 0.35rem;
  align-content: start;
}

.booking-choice__content strong {
  font-size: 1.35rem;
  line-height: 1;
}

.booking-choice__content span {
  line-height: 1.65;
}

.booking-choice--duration label,
.booking-choice--therapist label {
  flex-direction: column;
}

.booking-choice--duration .booking-choice__content strong {
  font-size: 1.5rem;
}

.booking-choice--duration .booking-choice__content span {
  font-weight: 700;
  color: var(--deep-orange);
}

.booking-summary-card {
  position: sticky;
  top: 6rem;
  padding: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(253, 246, 236, 0.96)),
    radial-gradient(circle at top, rgba(255, 200, 87, 0.22), transparent 40%);
  border: 1px solid rgba(230, 126, 34, 0.12);
  border-radius: 24px;
  box-shadow: var(--shadow-strong);
}

.booking-summary-list {
  display: grid;
  gap: 0.9rem;
  margin: 1.2rem 0;
}

.booking-summary-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(230, 126, 34, 0.12);
}

.booking-summary-item span {
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--deep-orange);
}

.booking-summary-item strong {
  font-size: 1.35rem;
  line-height: 1.1;
}

.booking-summary-note {
  padding: 1rem 1.1rem;
  margin-bottom: 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(230, 126, 34, 0.1);
}

.booking-summary-note p,
.booking-summary-footnote {
  margin: 0;
  line-height: 1.75;
}

.booking-actions--stack {
  flex-direction: column;
  margin-top: 0;
}

.booking-summary-footnote {
  margin-top: 1rem;
  font-size: 0.95rem;
}

.booking-summary-footnote a {
  font-weight: 700;
  color: var(--deep-orange);
}

@media (max-width: 980px) {
  body {
    padding-top: 4.75rem;
    padding-bottom: calc(5.75rem + env(safe-area-inset-bottom, 0px));
  }

  .mobile-topbar {
    position: fixed;
    top: 0.75rem;
    left: 1rem;
    right: 1rem;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.9);
    border: 1px solid rgba(230, 126, 34, 0.12);
    box-shadow: 0 14px 30px rgba(126, 75, 24, 0.12);
    backdrop-filter: blur(16px);
    transition: transform 220ms ease, opacity 220ms ease;
  }

  .mobile-topbar.is-hidden {
    transform: translateY(calc(-100% - 1rem));
    opacity: 0;
  }

  .mobile-topbar__brand,
  .mobile-topbar__action {
    font-weight: 700;
  }

  .mobile-topbar__brand {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    color: #7b431d;
  }

  .mobile-topbar__action {
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--deep-orange), var(--sun-gold));
  }

  .mobile-dock {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.55rem;
    padding: 0.7rem;
    border-radius: 24px;
    background: rgba(74, 48, 34, 0.8);
    border: 1px solid rgba(255, 250, 243, 0.18);
    box-shadow: 0 18px 40px rgba(60, 30, 17, 0.28);
    backdrop-filter: blur(18px) saturate(130%);
    transition: transform 200ms ease, opacity 200ms ease;
  }

  .mobile-dock.is-scrolling {
    transform: translateY(calc(100% + 1.5rem));
    opacity: 0;
  }

  .mobile-dock a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    border-radius: 16px;
    color: rgba(255, 250, 243, 0.88);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 250, 243, 0.08);
    font-size: 0.92rem;
    font-weight: 700;
  }

  .mobile-dock__cta {
    color: var(--earth-brown) !important;
    background: linear-gradient(135deg, #fff7ea, #ffd98d) !important;
  }

  .site-header,
  .hero,
  .split-layout,
  .about-grid,
  .contact-grid,
  .booking-shell,
  .booking-planner,
  .card-grid,
  .support-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .policy-grid,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-header {
    position: static;
    top: auto;
    border-radius: 28px;
    padding: 1rem;
    margin-top: 0;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .brand-mark {
    width: min(320px, 60vw);
  }

  .brand-mark--lockup {
    width: 100%;
  }

  .brand-mark__icon {
    width: 3.4rem;
    height: 3.4rem;
  }

  .brand-mark__text {
    width: min(14rem, calc(100vw - 8rem));
  }

  .hero {
    min-height: auto;
    padding-top: 0.75rem;
    gap: 1.35rem;
  }

  .hero-portrait {
    min-height: clamp(340px, 54svh, 520px);
    border-radius: 24px;
  }

  .hero-portrait img {
    object-position: 64% center;
  }

  .hero-portrait figcaption {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .hero-pill-row {
    gap: 0.55rem;
  }

  .hero-pill-row span {
    padding: 0.55rem 0.75rem;
  }

  .booking-summary-card {
    position: static;
    top: auto;
  }

  .booking-choice-grid--compact {
    grid-template-columns: 1fr;
  }

  .welcome-band,
  .closing-band {
    padding: 1.25rem;
    border-radius: 22px;
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding-inline: 1rem;
  }

  .page-shell--home {
    padding-bottom: 2rem;
  }

  .page-shell--home .section {
    padding: 3rem 0;
  }

  .page-shell--home .section-heading {
    margin-bottom: 1.25rem;
  }

  .page-shell--home .section-heading p {
    font-size: 1rem;
    line-height: 1.65;
  }

  h1 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .site-nav {
    gap: 0.45rem;
    font-size: 0.92rem;
  }

  .site-nav a {
    padding: 0.45rem 0.7rem;
  }

  .hero-logo-card,
  .split-panel,
  .feature-card,
  .value-card,
  .booking-shell,
  .booking-step,
  .booking-summary-card {
    border-radius: 22px;
  }

  .booking-choice-grid {
    grid-template-columns: 1fr;
  }

  .booking-choice__media {
    width: 4.75rem;
    min-width: 4.75rem;
  }

  .hero-portrait {
    min-height: clamp(260px, 38svh, 360px);
  }

  .hero-lead {
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-actions {
    margin-top: 1.2rem;
  }

  .hero-pill-row {
    margin-top: 1rem;
  }

  .hero-pill-row span {
    font-size: 0.88rem;
  }

  .hero-contact {
    font-size: 0.95rem;
  }

  .home-service-cards,
  .home-support-grid,
  .home-local-grid,
  .home-optional-mobile {
    display: none;
  }

  .mobile-service-list {
    display: grid;
  }

  .section-local {
    padding: 1.2rem 0 0.5rem;
  }

  .section-proof {
    padding-top: 2rem;
    padding-bottom: 1.75rem;
  }

  .split-layout .detail-panel {
    display: none;
  }

  .section-accent {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .booking-shell {
    padding: 1.4rem;
  }

  .service-detail-list {
    margin-inline: 1rem;
  }
}
