:root {
  --forest: #244138;
  --forest-deep: #172d27;
  --eucalyptus: #6f8a7d;
  --mist: #dfe8e2;
  --cream: #f5f1e9;
  --paper: #fbfaf7;
  --ink: #1d2925;
  --muted: #66706b;
  --line: rgba(36, 65, 56, 0.18);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --content: min(1160px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body, a, button { color: inherit; }
a { text-decoration-thickness: 1px; text-underline-offset: 0.24em; }
button { font: inherit; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 20; padding: 10px 16px; background: white; }
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  width: var(--content);
  min-height: 82px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.32);
}
.brand { display: inline-flex; gap: 12px; align-items: center; text-decoration: none; font-weight: 650; letter-spacing: .01em; }
.brand__mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font-family: var(--serif); font-size: .75rem; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: .9rem; }
.primary-nav a { text-decoration: none; }
.primary-nav a:not(.nav-book):hover { text-decoration: underline; }
.nav-book { padding: 10px 17px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; transition: background .2s, color .2s; }
.nav-book:hover { color: var(--forest); background: white; }
.menu-button { display: none; padding: 8px 0; gap: 10px; align-items: center; background: none; border: 0; color: white; }
.menu-button__icon { width: 20px; display: grid; gap: 5px; }
.menu-button__icon i { height: 1px; background: currentColor; }

.hero { position: relative; min-height: min(860px, 100svh); display: grid; align-items: end; overflow: hidden; color: white; background: var(--forest-deep); }
.hero__image { position: absolute; inset: 0; background: url("/assets/massage-room-hero.png") center / cover no-repeat; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,34,28,.81) 0%, rgba(14,34,28,.62) 38%, rgba(14,34,28,.05) 75%), linear-gradient(0deg, rgba(10,25,20,.45), transparent 48%); }
.hero__content { position: relative; width: var(--content); margin: 0 auto; padding: 180px 0 104px; }
.eyebrow, .section-label { margin: 0 0 28px; font-size: .75rem; line-height: 1.3; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(3rem, 7.2vw, 6.7rem); font-weight: 400; letter-spacing: -.045em; line-height: .93; text-wrap: balance; }
.hero__intro { max-width: 600px; margin: 32px 0 0; font-size: clamp(1.05rem, 1.7vw, 1.25rem); line-height: 1.55; color: rgba(255,255,255,.87); }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 42px; }
.button { display: inline-flex; min-height: 52px; padding: 13px 23px; align-items: center; justify-content: center; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--forest-deep); background: white; }
.button--light { color: var(--forest-deep); background: var(--cream); }
.text-link { font-weight: 650; text-decoration: none; }
.text-link span { margin-left: 7px; }
.hero__location { position: absolute; right: max(20px, calc((100vw - 1160px)/2)); bottom: 34px; display: flex; gap: 10px; align-items: center; margin: 0; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.hero__location span { width: 7px; height: 7px; border-radius: 50%; background: #c6e2d2; box-shadow: 0 0 0 5px rgba(198,226,210,.18); }

.section { width: var(--content); margin: auto; padding: 130px 0; }
.section-label { display: flex; gap: 15px; align-items: center; color: var(--eucalyptus); }
.section-label span { color: var(--forest); }
.section h2, .booking h2, .contact h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.55rem, 5vw, 4.8rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; text-wrap: balance; }
.about { display: grid; grid-template-columns: 1fr 2.1fr 1.15fr; gap: 7vw; align-items: start; }
.about__main .lead { max-width: 680px; margin: 34px 0 0; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.55rem); line-height: 1.55; }
.practitioner-card { padding: 27px 0 0; border-top: 1px solid var(--line); }
.practitioner-card__monogram { width: 56px; height: 56px; margin-bottom: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--mist); font-size: 1.3rem; }
.practitioner-card__name { margin: 0; font-weight: 750; }
.practitioner-card__name + p { margin: 2px 0 22px; color: var(--eucalyptus); font-size: .88rem; }
.practitioner-card > p { margin: 0; color: var(--muted); font-size: .92rem; }

.services { width: 100%; padding-inline: max(20px, calc((100vw - 1160px)/2)); background: var(--cream); }
.section-intro { max-width: 840px; }
.section-intro > p { max-width: 560px; margin: 26px 0 0; color: var(--muted); font-size: 1.08rem; }
.services-list { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 64px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 390px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: background .25s, transform .25s; }
.service-card:hover { background: rgba(255,255,255,.58); transform: translateY(-4px); }
.service-card__top { display: flex; justify-content: space-between; color: var(--eucalyptus); font-size: .82rem; }
.service-card__price { color: var(--ink); font-weight: 750; }
.service-card h3 { margin: auto 0 8px; font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1.1; }
.service-card__duration { margin: 0 0 24px; color: var(--forest); font-size: .78rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.service-card__description { margin: 0; color: var(--muted); font-size: .94rem; }

.booking { padding: 130px max(20px, calc((100vw - 1160px)/2)); display: grid; grid-template-columns: 1.35fr .85fr; gap: 10vw; color: white; background: var(--forest); }
.section-label--light { color: rgba(255,255,255,.64); }
.section-label--light span { color: white; }
.booking__content > p { max-width: 600px; margin: 30px 0; color: rgba(255,255,255,.75); font-size: 1.08rem; }
.booking__content .booking__fineprint { margin: 18px 0 0; font-size: .76rem; }
.booking__steps { align-self: end; border-top: 1px solid rgba(255,255,255,.28); }
.booking__steps > div { display: grid; grid-template-columns: 36px 1fr; gap: 15px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.booking__steps span { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; font-size: .75rem; }
.booking__steps p { margin: 0; color: rgba(255,255,255,.68); font-size: .9rem; }
.booking__steps strong { color: white; font-size: 1rem; }
.booking-frame { grid-column: 1 / -1; width: 100%; min-height: 720px; border: 0; border-radius: 18px; background: white; }

.policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 70px; border-top: 1px solid var(--line); }
.policy { display: grid; grid-template-columns: .8fr 1.3fr; gap: 40px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.policy:nth-child(odd) { padding-right: 40px; }
.policy:nth-child(even) { padding-left: 40px; border-left: 1px solid var(--line); }
.policy h3 { margin: 0; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; line-height: 1.25; }
.policy p { margin: 0; color: var(--muted); font-size: .9rem; }

.contact { padding: 100px max(20px, calc((100vw - 1160px)/2)); display: grid; grid-template-columns: 1.6fr .7fr; gap: 12vw; align-items: end; background: var(--mist); }
.contact .eyebrow { color: var(--forest); }
.contact h2 { max-width: 760px; }
.contact__details { padding-top: 24px; border-top: 1px solid var(--line); }
.contact__details > p { margin: 0 0 24px; color: var(--muted); }
.contact-links { display: grid; }
.contact-link { display: block; padding: 10px 0; font-weight: 700; }
.contact-pending { margin: 0; font-weight: 700; }

.site-footer { padding: 25px max(20px, calc((100vw - 1160px)/2)); display: flex; justify-content: space-between; color: rgba(255,255,255,.68); background: var(--forest-deep); font-size: .78rem; }
.site-footer p { margin: 0; }
.site-footer a { color: white; text-decoration: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease var(--reveal-delay, 0ms), transform .7s ease var(--reveal-delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { min-height: 72px; }
  .menu-button { display: flex; }
  .primary-nav { position: absolute; top: 72px; left: 0; right: 0; padding: 20px; display: none; align-items: stretch; flex-direction: column; gap: 7px; color: var(--ink); background: var(--paper); border-radius: 0 0 14px 14px; box-shadow: 0 16px 28px rgba(0,0,0,.18); }
  .primary-nav[data-open="true"] { display: flex; }
  .primary-nav a { padding: 9px 4px; }
  .primary-nav .nav-book { color: white; text-align: center; background: var(--forest); }
  .hero { min-height: 780px; }
  .hero__content { padding-bottom: 110px; }
  .hero__location { left: 20px; right: auto; }
  .about { grid-template-columns: 1fr 2fr; }
  .about .section-label { grid-column: 1 / -1; }
  .practitioner-card { grid-column: 2; }
  .services-list { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .booking { gap: 6vw; }
  .policy { grid-template-columns: 1fr; gap: 14px; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  :root { --content: calc(100vw - 34px); }
  .hero { min-height: 760px; align-items: center; }
  .hero__image { background-position: 60% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(14,34,28,.85), rgba(14,34,28,.39)), linear-gradient(0deg, rgba(10,25,20,.52), transparent 55%); }
  .hero__content { padding: 124px 0 118px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 34px; }
  .section { padding: 88px 0; }
  .about { grid-template-columns: 1fr; gap: 45px; }
  .about .section-label, .practitioner-card { grid-column: auto; }
  .services { padding: 88px 17px; }
  .services-list { margin-top: 45px; }
  .service-card { min-height: 290px; padding: 25px; }
  .booking { padding: 88px 17px; grid-template-columns: 1fr; gap: 64px; }
  .booking-frame { min-height: 600px; }
  .policy-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .policy:nth-child(n) { padding: 28px 0; border-left: 0; }
  .contact { padding: 80px 17px; }
  .site-footer { padding: 24px 17px; gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button, .service-card { transition: none; }
}
