/* =====================================================================
   TuneUp Skin Studio — shared styles (final draft)

   A calm, luxurious, never-clinical studio. Linen grounds and real
   photography carry the page; Brittany's leaf green is the signature
   color, deepened into immersive bands; warm gold is reserved for
   booking. Fraunces sets display type with italic accents, Work Sans
   carries the reading. Motion has one authored moment per page (the
   hero settling in); after that, only slow photo parallax and a
   drifting reviews strip. Nothing is ever hidden waiting for a scroll.
   ===================================================================== */

:root{
  --ink:#241F16;
  --ink-2:#4A4235;
  --ink-3:#6B6152;
  --linen:#F7F2E3;
  --linen-2:#EFE7D2;
  --paper:#FBF8EF;
  --line:rgba(36,31,22,.14);
  --line-strong:rgba(36,31,22,.26);

  --leaf:#5C7A4E;
  --leaf-ink:#4A6640;
  --leaf-deep:#2F4228;
  --leaf-night:#243320;
  --leaf-mist:#E3EAD8;
  --sage:#C9D6BC;
  --sage-line:rgba(201,214,188,.2);

  --gold:#DCA84C;
  --gold-soft:#EAD98A;
  --gold-pale:#F3E6BE;
  --gold-ink:#3F3012;

  --shadow-soft:0 18px 40px -24px rgba(36,31,22,.38);
  --shadow-lift:0 34px 70px -34px rgba(36,31,22,.5);
  --radius-lg:28px;
  --radius-md:18px;
  --radius-sm:12px;
  --ease-out:cubic-bezier(.16,1,.3,1);
  --gutter:clamp(1.25rem,4vw,3rem);
  --nav-h:74px;

  --font-display:"Fraunces", Georgia, "Times New Roman", serif;
  --font-body:"Work Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* ---------- base ---------- */
*,*::before,*::after{ box-sizing:border-box; }
*{ margin:0; padding:0; }
html{
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
  scrollbar-color:var(--leaf) var(--linen-2);
}
body{
  background:var(--linen);
  color:var(--ink-2);
  font-family:var(--font-body);
  font-size:1.0625rem;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{ max-width:100%; height:auto; display:block; }
a{ color:inherit; text-underline-offset:.22em; text-decoration-thickness:1px; }
::selection{ background:var(--leaf-mist); color:var(--leaf-deep); }
:focus-visible{ outline:2px solid var(--leaf); outline-offset:3px; border-radius:6px; }
::-webkit-scrollbar{ width:12px; height:12px; }
::-webkit-scrollbar-track{ background:var(--linen-2); }
::-webkit-scrollbar-thumb{ background:var(--leaf); border-radius:99px; border:3px solid var(--linen-2); }

.skip{
  position:absolute; left:1rem; top:-100px; z-index:100;
  background:var(--leaf-deep); color:var(--linen);
  padding:.7rem 1.1rem; border-radius:10px; text-decoration:none; font-weight:600;
}
.skip:focus{ top:1rem; }
.sprite{ position:absolute; width:0; height:0; overflow:hidden; }

.container{ width:min(1200px, 100% - 2 * var(--gutter)); margin-inline:auto; }

/* ---------- type ---------- */
h1,h2,h3,h4{
  font-family:var(--font-display);
  font-weight:400;
  color:var(--ink);
  letter-spacing:-.015em;
  text-wrap:balance;
}
h1{ font-size:clamp(2.5rem, 5.4vw, 4.4rem); line-height:1.04; letter-spacing:-.022em; }
h2{ font-size:clamp(2rem, 3.9vw, 3.25rem); line-height:1.08; letter-spacing:-.02em; }
h3{ font-size:clamp(1.4rem, 2.2vw, 1.8rem); line-height:1.16; }
h4{ font-size:1.22rem; line-height:1.25; font-weight:500; letter-spacing:-.005em; }
h1 em,h2 em,h3 em{ font-style:italic; color:var(--leaf-ink); }
p{ max-width:68ch; text-wrap:pretty; }
.lede{ font-size:clamp(1.12rem, 1.6vw, 1.3rem); line-height:1.6; color:var(--ink-2); }

/* ---------- icons ---------- */
.i{
  width:1.1em; height:1.1em; flex:none;
  fill:none; stroke:currentColor; stroke-width:1.7;
  stroke-linecap:round; stroke-linejoin:round;
}
.i-fill{ fill:currentColor; stroke:none; }
.stars{ display:inline-flex; gap:.14em; color:var(--gold); }
.stars .i{ width:1em; height:1em; }

/* ---------- buttons & links ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:.6em;
  min-height:48px; padding:.8em 1.55em;
  border-radius:999px; border:1px solid transparent;
  font-family:var(--font-body); font-weight:600; font-size:.98rem; letter-spacing:.005em;
  text-decoration:none; white-space:nowrap; cursor:pointer;
  transition:transform .4s var(--ease-out), background-color .25s ease, color .25s ease,
             border-color .25s ease, box-shadow .4s var(--ease-out);
}
.btn .i{ transition:transform .4s var(--ease-out); }
.btn:hover .i{ transform:translateX(4px); }
.btn:active{ transform:translateY(0) scale(.98); }
.btn-gold{ background:var(--gold); color:var(--gold-ink); box-shadow:0 14px 30px -16px rgba(122,86,20,.6); }
.btn-gold:hover{ background:var(--gold-soft); transform:translateY(-2px); box-shadow:0 22px 38px -18px rgba(122,86,20,.65); }
.btn-ghost{ border-color:var(--line-strong); color:var(--ink); }
.btn-ghost:hover{ border-color:var(--leaf); color:var(--leaf-ink); transform:translateY(-2px); }
.btn-ghost-light{ border-color:rgba(247,242,227,.5); color:var(--linen); }
.btn-ghost-light:hover{ border-color:var(--linen); background:rgba(247,242,227,.1); transform:translateY(-2px); }
.btn-block{ width:100%; }

.link-arrow{
  display:inline-flex; align-items:center; gap:.5em;
  font-weight:600; color:var(--leaf-ink); text-decoration:none;
  border-bottom:1px solid currentColor; padding-bottom:.15em;
}
.link-arrow .i{ transition:transform .4s var(--ease-out); }
.link-arrow:hover .i{ transform:translateX(4px); }
.link-arrow-light{ color:var(--gold-soft); }

/* ---------- nav ---------- */
.nav{
  position:sticky; top:0; z-index:60;
  background:rgba(247,242,227,.84);
  -webkit-backdrop-filter:saturate(140%) blur(14px);
  backdrop-filter:saturate(140%) blur(14px);
  border-bottom:1px solid transparent;
  transition:border-color .3s ease, box-shadow .3s ease;
}
.nav.is-scrolled{ border-bottom-color:var(--line); box-shadow:0 12px 30px -26px rgba(36,31,22,.45); }
.nav-inner{ display:flex; align-items:center; gap:1.5rem; min-height:var(--nav-h); }
.brand{ display:flex; align-items:center; gap:.75rem; text-decoration:none; margin-right:auto; min-width:0; }
.brand img{ width:44px; height:44px; border-radius:50%; object-fit:cover; box-shadow:0 0 0 1px var(--line); transition:transform .6s var(--ease-out); }
.brand:hover img{ transform:rotate(-10deg) scale(1.05); }
.brand-name{ font-family:var(--font-display); font-size:1.22rem; line-height:1.05; color:var(--ink); white-space:nowrap; }
.brand-name small{ display:block; margin-top:.2rem; font-family:var(--font-body); font-size:.78rem; color:var(--ink-3); }
.nav-links{ display:flex; gap:2.2rem; list-style:none; }
.nav-links a{ position:relative; display:block; padding:.4rem 0; font-size:.97rem; font-weight:500; color:var(--ink-2); text-decoration:none; }
.nav-links a::after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:1.5px; background:var(--leaf);
  transform:scaleX(0); transform-origin:right; transition:transform .5s var(--ease-out);
}
.nav-links a:hover,.nav-links a[aria-current="page"]{ color:var(--leaf-ink); }
.nav-links a:hover::after,.nav-links a[aria-current="page"]::after{ transform:scaleX(1); transform-origin:left; }
.nav-book{ margin-left:.4rem; gap:0; }

.nav-toggle{
  display:none; width:44px; height:44px; border-radius:50%; flex:none;
  border:1px solid var(--line-strong); background:transparent; cursor:pointer;
  align-items:center; justify-content:center;
}
.nav-toggle span,.nav-toggle span::before,.nav-toggle span::after{
  content:""; display:block; width:17px; height:1.5px; background:var(--ink); position:relative;
  transition:transform .35s var(--ease-out), background-color .2s ease;
}
.nav-toggle span::before{ position:absolute; top:-5.5px; }
.nav-toggle span::after{ position:absolute; top:5.5px; }
.nav[data-open="true"] .nav-toggle span{ background:transparent; }
.nav[data-open="true"] .nav-toggle span::before{ transform:translateY(5.5px) rotate(45deg); }
.nav[data-open="true"] .nav-toggle span::after{ transform:translateY(-5.5px) rotate(-45deg); }

@media (max-width:860px){
  :root{ --nav-h:64px; }
  .nav-inner{ gap:.75rem; }
  .brand img{ width:38px; height:38px; }
  .brand-name{ font-size:1.02rem; }
  .brand-name small{ display:none; }
  .nav-book{ margin-left:0; min-height:44px; padding:.55em 1.1em; font-size:.93rem; }
  .nav-book .long{ display:none; }
  .nav-toggle{ display:inline-flex; }
  .nav-links{
    position:absolute; left:0; right:0; top:100%;
    flex-direction:column; gap:0;
    background:var(--linen); border-bottom:1px solid var(--line);
    padding:.4rem var(--gutter) 1.4rem;
    clip-path:inset(0 0 100% 0); visibility:hidden;
    transition:clip-path .5s var(--ease-out), visibility 0s linear .5s;
  }
  .nav[data-open="true"] .nav-links{ clip-path:inset(0); visibility:visible; transition:clip-path .5s var(--ease-out); }
  .nav-links a{ padding:.95rem 0; font-family:var(--font-display); font-size:1.65rem; color:var(--ink); border-bottom:1px solid var(--line); }
  .nav-links a::after{ display:none; }
}

/* ---------- sections ---------- */
.section{ padding-block:clamp(4.5rem, 10vw, 8.5rem); }
.section-tight{ padding-block:clamp(3rem, 6vw, 5rem); }
.band-linen2{ background:var(--linen-2); }
.band-leaf{ background:var(--leaf-deep); color:var(--sage); }
.band-leaf h2,.band-leaf h3,.band-leaf h4{ color:var(--linen); }
.band-leaf h2 em,.band-leaf h3 em{ color:var(--gold-soft); }
.band-leaf p{ color:var(--sage); }
.section-head{
  display:flex; flex-wrap:wrap; align-items:flex-end; justify-content:space-between;
  gap:1.2rem 3rem; margin-bottom:clamp(2.2rem, 4.5vw, 3.6rem);
}
.section-head h2{ max-width:18ch; }
.section-head p{ max-width:46ch; }

/* ---------- photo frames ---------- */
.frame{ position:relative; overflow:hidden; border-radius:var(--radius-md); background:var(--linen-2); }
.frame img{ width:100%; height:100%; object-fit:cover; }
.frame-arch{ border-radius:999px 999px var(--radius-md) var(--radius-md); }
.motion-ok .parallax img{ transform:translate3d(0, var(--py, 0px), 0) scale(1.12); will-change:transform; }

.note{ display:flex; gap:.6rem; align-items:flex-start; font-size:.97rem; }
.note .i{ margin-top:.22em; }
.tag{
  display:inline-block; font-family:var(--font-body); font-size:.76rem; font-weight:600; letter-spacing:.01em;
  color:var(--leaf-ink); background:var(--leaf-mist); border-radius:999px; padding:.28em .75em; vertical-align:middle;
}

/* ---------- home hero (the authored moment) ---------- */
.hero{
  position:relative; isolation:isolate; overflow:hidden;
  min-height:clamp(560px, 88vh, 900px);
  display:flex; align-items:flex-end;
  color:var(--linen);
}
.hero-media{ position:absolute; inset:0; z-index:-2; }
.hero-media img{ width:100%; height:100%; object-fit:cover; object-position:50% 42%; }
.hero::before{
  content:""; position:absolute; inset:0; z-index:-1;
  background:
    linear-gradient(90deg, rgba(36,51,32,.62) 0%, rgba(36,51,32,.34) 42%, rgba(36,51,32,0) 70%),
    linear-gradient(180deg, rgba(36,51,32,.2) 0%, rgba(36,51,32,.38) 34%, rgba(36,51,32,.8) 72%, rgba(36,51,32,.95) 100%);
}
@media (max-width:700px){
  .hero::before{ background:linear-gradient(180deg, rgba(36,51,32,.45) 0%, rgba(36,51,32,.62) 40%, rgba(36,51,32,.86) 70%, rgba(36,51,32,.96) 100%); }
  .hero-seal{ display:none; }
}
.hero-inner{ padding-block:clamp(3rem, 8vw, 5.5rem); }
.hero-title{ color:var(--linen); font-size:clamp(2.7rem, 6.2vw, 5.5rem); line-height:1.02; letter-spacing:-.025em; max-width:15.5ch; text-shadow:0 2px 24px rgba(20,28,17,.35); }
.hero-title .line{ display:block; }
.hero-title em{ color:var(--gold-soft); }
.hero-lede{ margin-top:1.4rem; max-width:48ch; font-size:clamp(1.08rem, 1.5vw, 1.25rem); color:rgba(247,242,227,.9); }
.hero-actions{ display:flex; flex-wrap:wrap; gap:.8rem 1rem; margin-top:2rem; }
.hero-rating{ display:inline-flex; align-items:center; gap:.6rem; margin-top:1.7rem; font-size:.97rem; color:rgba(247,242,227,.88); text-decoration:none; }
.hero-rating:hover{ color:var(--linen); text-decoration:underline; }
.hero-seal{
  position:absolute; right:var(--gutter); top:clamp(1.5rem, 5vw, 3rem);
  width:clamp(78px, 9vw, 124px); aspect-ratio:1; border-radius:50%; object-fit:cover;
  box-shadow:0 18px 40px -18px rgba(0,0,0,.55), 0 0 0 5px rgba(247,242,227,.9);
}

@media (prefers-reduced-motion:no-preference){
  .js .hero-media img{ animation:heroSettle 2.4s var(--ease-out) both; }
  .js .hero-title .line{ animation:riseIn 1.3s var(--ease-out) both; }
  .js .hero-title .line:nth-child(2){ animation-delay:.14s; }
  .js .hero-lede{ animation:riseIn 1.2s var(--ease-out) .32s both; }
  .js .hero-actions{ animation:riseIn 1.2s var(--ease-out) .44s both; }
  .js .hero-rating{ animation:riseIn 1.2s var(--ease-out) .54s both; }
  .js .hero-seal{ animation:sealIn 1.6s var(--ease-out) .6s both; }
  .js .page-hero-media img{ animation:heroSettle 2.2s var(--ease-out) both; }
  .js .page-hero-copy > *{ animation:riseIn 1.2s var(--ease-out) both; }
  .js .page-hero-copy > *:nth-child(2){ animation-delay:.12s; }
  .js .page-hero-copy > *:nth-child(3){ animation-delay:.24s; }
  .js .page-hero-copy > *:nth-child(4){ animation-delay:.34s; }
}
@keyframes heroSettle{ from{ transform:scale(1.14); filter:blur(8px) saturate(.75); } to{ transform:scale(1); filter:none; } }
@keyframes riseIn{ from{ opacity:0; transform:translateY(26px); filter:blur(6px); } to{ opacity:1; transform:none; filter:none; } }
@keyframes sealIn{ from{ opacity:0; transform:scale(.6) rotate(-40deg); } to{ opacity:1; transform:none; } }

/* ---------- inner page hero ---------- */
.page-hero{ padding-block:clamp(3rem, 7vw, 6rem) clamp(3rem, 6vw, 5rem); }
.page-hero-grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:clamp(2.5rem, 6vw, 5.5rem); align-items:center; }
.page-hero-copy h1{ max-width:13ch; }
.page-hero-copy .lede{ margin-top:1.4rem; max-width:44ch; }
.page-hero-actions{ display:flex; flex-wrap:wrap; align-items:center; gap:1rem 1.6rem; margin-top:2.2rem; }
.page-hero-media{ position:relative; }
.page-hero-media .frame{ aspect-ratio:4/5; box-shadow:var(--shadow-lift); }
.page-hero-media .frame img{ animation-fill-mode:both; }
.hero-seal-sm{
  position:absolute; left:-1.4rem; bottom:2rem; width:clamp(84px, 9vw, 112px); aspect-ratio:1;
  border-radius:50%; object-fit:cover;
  box-shadow:0 18px 36px -18px rgba(36,31,22,.55), 0 0 0 6px var(--linen);
}
@media (max-width:860px){
  .page-hero-grid{ grid-template-columns:1fr; }
  .page-hero-media{ max-width:440px; }
  .hero-seal-sm{ left:auto; right:-.6rem; bottom:-1rem; }
}

/* ---------- home: intro ---------- */
.intro-grid{ display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(2.5rem, 7vw, 6.5rem); align-items:center; }
.intro-photo{ aspect-ratio:4/5; box-shadow:var(--shadow-lift); }
.intro-copy p{ margin-top:1.25rem; }
.intro-copy h2{ max-width:16ch; }
.intro-sign{ margin-top:1.8rem; font-family:var(--font-display); font-style:italic; font-size:1.45rem; color:var(--leaf-ink); }
.intro-copy .link-arrow{ margin-top:1.8rem; }
@media (max-width:860px){
  .intro-grid{ grid-template-columns:1fr; }
  .intro-photo{ max-width:420px; }
}

/* ---------- home: signature spotlight ---------- */
.spotlight-grid{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(2.5rem, 7vw, 6.5rem); align-items:center; }
.spotlight-media{ position:relative; padding:0 11% 13% 0; }
.frame-main{ aspect-ratio:4/3; border-radius:var(--radius-lg); box-shadow:0 44px 80px -40px rgba(0,0,0,.7); }
.frame-inset{
  position:absolute; right:0; bottom:0; width:44%; aspect-ratio:1; border-radius:50%;
  border:7px solid var(--leaf-deep); box-shadow:0 30px 50px -26px rgba(0,0,0,.65);
}
.spotlight-copy h2{ max-width:14ch; }
.spotlight-copy > p{ margin-top:1.3rem; }
.price-row{ display:flex; flex-wrap:wrap; gap:.6rem; margin-top:1.9rem; }
.price-chip{
  display:inline-flex; align-items:baseline; gap:.55rem;
  padding:.5rem 1.05rem; border-radius:999px; border:1px solid var(--sage-line);
  font-size:.9rem; color:var(--sage);
}
.price-chip b{ font-family:var(--font-display); font-weight:500; font-size:1.3rem; color:var(--linen); font-variant-numeric:lining-nums tabular-nums; }
.spotlight-copy .note{ margin-top:1.5rem; }
.spotlight-copy .note .i{ color:var(--gold-soft); }
.spotlight-actions{ display:flex; flex-wrap:wrap; align-items:center; gap:1rem 1.8rem; margin-top:2.2rem; }
@media (max-width:900px){ .spotlight-grid{ grid-template-columns:1fr; } }

/* ---------- home: menu rows ---------- */
.menu-list{ list-style:none; border-top:1px solid var(--line-strong); }
.menu-row{ border-bottom:1px solid var(--line-strong); }
.menu-row a{
  display:grid; grid-template-columns:auto 1fr auto auto; align-items:center;
  gap:clamp(1rem, 3vw, 2.6rem);
  padding-block:clamp(1.4rem, 3vw, 2.2rem);
  text-decoration:none; color:inherit;
}
.menu-thumb{ width:clamp(72px, 9vw, 116px); aspect-ratio:1; border-radius:50%; }
.menu-thumb img{ transition:transform 1s var(--ease-out); }
.menu-thumb-lash img{ object-position:50% 74%; }
.menu-thumb-facial img{ object-position:58% 58%; }
.menu-row a:hover .menu-thumb img{ transform:scale(1.14); }
.menu-title{
  display:block; font-family:var(--font-display); font-size:clamp(1.9rem, 4.2vw, 3.3rem);
  line-height:1; letter-spacing:-.02em; color:var(--ink);
  transition:color .3s ease, transform .6s var(--ease-out);
}
.menu-row a:hover .menu-title{ color:var(--leaf-ink); transform:translateX(8px); }
.menu-desc{ display:block; margin-top:.5rem; max-width:40ch; color:var(--ink-3); }
.menu-from{ font-size:.95rem; color:var(--ink-3); white-space:nowrap; }
.menu-from b{ font-family:var(--font-display); font-weight:500; font-size:1.45rem; color:var(--ink); font-variant-numeric:lining-nums; }
.menu-arrow{
  width:54px; height:54px; border-radius:50%; border:1px solid var(--line-strong);
  display:grid; place-items:center; color:var(--ink);
  transition:background-color .3s ease, border-color .3s ease, color .3s ease, transform .6s var(--ease-out);
}
.menu-row a:hover .menu-arrow{ background:var(--leaf-deep); border-color:var(--leaf-deep); color:var(--linen); transform:rotate(-45deg); }
@media (max-width:700px){
  .menu-row a{ grid-template-columns:auto 1fr; row-gap:.4rem; }
  .menu-from{ grid-column:2; }
  .menu-arrow{ display:none; }
}

/* ---------- home: reviews marquee ---------- */
.marquee{
  overflow:hidden; padding-block:.5rem 1.5rem;
  -webkit-mask-image:linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image:linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.marquee-track{ display:flex; width:max-content; animation:marquee 70s linear infinite; }
.marquee:hover .marquee-track,.marquee:focus-within .marquee-track{ animation-play-state:paused; }
.marquee-group{ display:flex; gap:1.25rem; padding-right:1.25rem; list-style:none; }
.quote-card{
  width:clamp(280px, 30vw, 370px);
  display:flex; flex-direction:column; gap:1rem;
  background:var(--paper); border-radius:var(--radius-md); padding:1.6rem 1.6rem 1.4rem;
  box-shadow:var(--shadow-soft);
}
.quote-card p{ flex:1; font-family:var(--font-display); font-size:1.18rem; line-height:1.42; color:var(--ink); }
.quote-card footer{ font-size:.92rem; color:var(--ink-3); }
.quote-card footer b{ color:var(--ink); font-weight:600; }
@keyframes marquee{ to{ transform:translateX(-50%); } }
@media (prefers-reduced-motion:reduce){
  .marquee{ -webkit-mask-image:none; mask-image:none; }
  .marquee-track{ animation:none; width:auto; }
  .marquee-group{ flex-wrap:wrap; padding-right:0; }
  .marquee-group[aria-hidden="true"]{ display:none; }
}

/* ---------- home: gift ---------- */
.gift-grid{ display:grid; grid-template-columns:.95fr 1.05fr; gap:clamp(2.5rem, 7vw, 6.5rem); align-items:center; }
.gift-media{ aspect-ratio:4/5; border-radius:var(--radius-lg); box-shadow:var(--shadow-lift); }
.gift-copy h2{ max-width:13ch; }
.gift-copy > p{ margin-top:1.3rem; }
.gift-copy .btn{ margin-top:2rem; }
.gift-quote{ margin-top:2.4rem; padding-top:1.6rem; border-top:1px solid var(--line-strong); }
.gift-quote p{ font-family:var(--font-display); font-style:italic; font-size:1.28rem; line-height:1.45; color:var(--ink); }
.gift-quote cite{ display:block; margin-top:.7rem; font-style:normal; font-size:.92rem; color:var(--ink-3); }
@media (max-width:860px){
  .gift-grid{ grid-template-columns:1fr; }
  .gift-media{ max-width:440px; aspect-ratio:4/3; }
}

/* ---------- home: visit teaser ---------- */
.teaser-grid{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(2.5rem, 7vw, 6rem); align-items:center; }
.teaser-grid h2{ max-width:12ch; }
.teaser-grid > div > p{ margin-top:1.2rem; }
.contact-list{ list-style:none; display:grid; gap:1rem; margin-top:2rem; }
.contact-list a{ display:inline-flex; gap:.8rem; align-items:flex-start; color:var(--ink); text-decoration:none; }
.contact-list a:hover span{ text-decoration:underline; }
.contact-list .i{ margin-top:.22em; color:var(--leaf); width:1.25em; height:1.25em; }
.hours-mini{
  display:grid; grid-template-columns:auto 1fr; gap:.45rem 2rem; margin-top:1.8rem;
  padding-top:1.6rem; border-top:1px solid var(--line);
  font-variant-numeric:tabular-nums lining-nums;
}
.hours-mini dt{ color:var(--ink-3); }
.hours-mini dd{ color:var(--ink); }
.teaser-grid .link-arrow{ margin-top:2rem; }
.room-strip{ display:grid; grid-template-columns:1fr 1fr; gap:1rem; align-items:start; }
.room-strip .frame{ aspect-ratio:4/5; }
@media (max-width:860px){ .teaser-grid{ grid-template-columns:1fr; } }

/* ---------- about ---------- */
.story-grid{ display:grid; grid-template-columns:.9fr 1.1fr; gap:clamp(2.5rem, 7vw, 6.5rem); align-items:start; }
.story-grid h2{ max-width:12ch; position:sticky; top:calc(var(--nav-h) + 2rem); }
.story-copy p + p{ margin-top:1.25rem; }
.facts{
  display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); column-gap:2rem;
  margin-top:2.6rem; border-top:1px solid var(--line-strong);
}
.facts div{ padding-block:1.2rem; border-bottom:1px solid var(--line); }
.facts dt{ font-size:.92rem; color:var(--ink-3); }
.facts dd{ margin-top:.2rem; font-family:var(--font-display); font-size:1.35rem; line-height:1.25; color:var(--ink); }
@media (max-width:860px){ .story-grid{ grid-template-columns:1fr; } .story-grid h2{ position:static; } }
@media (max-width:460px){ .facts{ grid-template-columns:1fr; } }

.duo{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(1rem, 3vw, 2rem); align-items:start; }
.duo .frame{ aspect-ratio:4/5; box-shadow:var(--shadow-soft); }
.duo figcaption{ margin-top:.9rem; font-size:.95rem; color:var(--ink-3); max-width:36ch; }

.pull{ max-width:30ch; margin-inline:auto; text-align:center; }
.pull .i{ width:44px; height:34px; color:var(--leaf); margin:0 auto 1.4rem; }
.pull p{ max-width:none; font-family:var(--font-display); font-size:clamp(1.9rem, 4vw, 3rem); line-height:1.18; letter-spacing:-.015em; color:var(--ink); }
.pull cite{ display:block; margin-top:1.3rem; font-style:normal; color:var(--ink-3); }

/* ---------- services ---------- */
.jump{
  position:sticky; top:var(--nav-h); z-index:40;
  background:rgba(247,242,227,.92);
  -webkit-backdrop-filter:blur(12px); backdrop-filter:blur(12px);
  border-block:1px solid var(--line);
}
.jump ul{ display:flex; gap:.5rem; list-style:none; overflow-x:auto; padding-block:.7rem; scrollbar-width:none; }
.jump ul::-webkit-scrollbar{ display:none; }
.jump a{
  display:inline-flex; align-items:center; min-height:42px; padding:0 1.05rem;
  border-radius:999px; border:1px solid var(--line-strong);
  font-size:.94rem; font-weight:500; color:var(--ink-2); text-decoration:none; white-space:nowrap;
  transition:background-color .25s ease, color .25s ease, border-color .25s ease;
}
.jump a:hover{ border-color:var(--leaf); color:var(--leaf-ink); }
.jump a.is-active{ background:var(--leaf-deep); border-color:var(--leaf-deep); color:var(--linen); }
.anchor{ scroll-margin-top:calc(var(--nav-h) + 76px); }

.guide{
  display:grid; grid-template-columns:auto 1fr auto; gap:1.2rem 1.8rem; align-items:center;
  background:var(--leaf-mist); border-radius:var(--radius-lg);
  padding:clamp(1.5rem, 3vw, 2.2rem);
  margin-bottom:clamp(2.5rem, 5vw, 4rem);
}
.guide-icon{ width:58px; height:58px; border-radius:50%; background:var(--leaf-deep); color:var(--gold-soft); display:grid; place-items:center; }
.guide-icon .i{ width:26px; height:26px; }
.guide h3{ font-size:clamp(1.3rem, 2vw, 1.6rem); }
.guide p{ margin-top:.4rem; }
@media (max-width:760px){ .guide{ grid-template-columns:1fr; } }

.menu-group + .menu-group{ margin-top:clamp(3rem, 6vw, 4.5rem); }
.menu-group-head{ display:flex; flex-wrap:wrap; align-items:baseline; justify-content:space-between; gap:.4rem 1.5rem; padding-bottom:.9rem; border-bottom:1px solid var(--line-strong); }
.menu-group-head p{ color:var(--ink-3); font-size:.97rem; }
.treatments{ display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); column-gap:clamp(2rem, 5vw, 4.5rem); }
.treatment{ display:flex; flex-direction:column; gap:.6rem; padding-block:1.7rem; border-bottom:1px solid var(--line); }
.treatment h4{ display:flex; flex-wrap:wrap; align-items:center; gap:.4rem .7rem; font-size:1.4rem; }
.treatment-for{ color:var(--ink); }
.treatment-for b{ font-weight:600; color:var(--leaf-ink); }
.prices{ display:flex; flex-wrap:wrap; gap:.5rem; margin-top:.35rem; }
.price{
  display:inline-flex; align-items:baseline; gap:.45rem;
  padding:.35rem .9rem; border-radius:999px; background:var(--paper); border:1px solid var(--line);
}
.price dt{ font-size:.85rem; color:var(--ink-3); }
.price dd{ font-family:var(--font-display); font-size:1.15rem; color:var(--ink); font-variant-numeric:lining-nums tabular-nums; }
.caution{
  display:inline-flex; align-items:center; gap:.5rem; align-self:flex-start;
  font-size:.92rem; font-weight:500; color:var(--gold-ink);
  background:var(--gold-pale); border-radius:999px; padding:.35em .95em;
}
@media (max-width:760px){ .treatments{ grid-template-columns:1fr; } }

.photo-band{ display:grid; grid-template-columns:1fr 1fr; gap:1rem; margin-block:clamp(2.5rem, 5vw, 3.5rem); }
.photo-band .frame{ aspect-ratio:4/3; box-shadow:var(--shadow-soft); }
@media (max-width:600px){ .photo-band{ grid-template-columns:1fr; } }

.split-menu{ display:grid; grid-template-columns:.75fr 1.25fr; gap:clamp(2rem, 6vw, 5rem); align-items:start; }
.split-menu > .frame{ position:sticky; top:calc(var(--nav-h) + 90px); aspect-ratio:4/5; box-shadow:var(--shadow-soft); }
.split-menu > .frame img{ object-position:30% 88%; }
@media (max-width:860px){ .split-menu{ grid-template-columns:1fr; } .split-menu > .frame{ position:static; aspect-ratio:16/10; } }
.price-menus{ display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:clamp(2rem, 5vw, 4.5rem); }
.split-menu .price-menus{ grid-template-columns:1fr; gap:clamp(2.2rem, 5vw, 3rem); }
.price-menu h3{ padding-bottom:.6rem; border-bottom:1px solid var(--line-strong); }
.menu-item{ padding-block:1rem; border-bottom:1px solid var(--line); }
.menu-item-head{ display:flex; align-items:baseline; gap:.8rem; }
.menu-item-head h4{ font-size:1.14rem; }
.leader{ flex:1; min-width:1.5rem; border-bottom:1px dotted var(--line-strong); transform:translateY(-.3em); }
.cost{ font-family:var(--font-display); font-size:1.18rem; color:var(--ink); white-space:nowrap; font-variant-numeric:lining-nums tabular-nums; }
.menu-item p{ margin-top:.2rem; font-size:.97rem; color:var(--ink-3); }
@media (max-width:760px){ .price-menus{ grid-template-columns:1fr; } }

.products{ display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:clamp(1.25rem, 4vw, 3rem); list-style:none; }
.product .frame{ aspect-ratio:4/3; margin-bottom:1.2rem; }
.product .frame img{ transition:transform 1s var(--ease-out); }
.product:hover .frame img{ transform:scale(1.06); }
.product h4{ font-size:1.12rem; color:var(--linen); }
.product p{ margin-top:.3rem; font-size:.97rem; }
@media (max-width:560px){ .products{ grid-template-columns:1fr; } }

/* ---------- reviews ---------- */
.rating-block{
  justify-self:end; text-align:left;
  background:var(--paper); border-radius:var(--radius-lg); box-shadow:var(--shadow-soft);
  padding:clamp(1.8rem, 4vw, 2.8rem); min-width:min(100%, 320px);
}
.rating-score{ font-family:var(--font-display); font-size:clamp(4.5rem, 10vw, 6rem); line-height:.95; letter-spacing:-.03em; color:var(--ink); font-variant-numeric:lining-nums; }
.rating-block .stars{ margin-top:.6rem; font-size:1.5rem; }
.rating-block p{ margin-top:.8rem; color:var(--ink-3); }
.rating-block .link-arrow{ margin-top:1.4rem; }
@media (max-width:860px){ .rating-block{ justify-self:start; } }

.review-wall{ columns:3 300px; column-gap:1.25rem; }
.review{
  break-inside:avoid; margin-bottom:1.25rem;
  background:var(--paper); border-radius:var(--radius-md); padding:1.8rem 1.7rem 1.5rem;
  box-shadow:var(--shadow-soft);
  transition:transform .6s var(--ease-out), box-shadow .6s var(--ease-out);
}
.review:hover{ transform:translateY(-4px); box-shadow:var(--shadow-lift); }
.review .i-quote{ width:30px; height:23px; color:var(--leaf); }
.review blockquote{ margin-top:1rem; }
.review blockquote p{ font-family:var(--font-display); font-size:1.24rem; line-height:1.45; color:var(--ink); }
.review.is-large blockquote p{ font-size:clamp(1.45rem, 2.2vw, 1.7rem); line-height:1.35; }
.review figcaption{ display:flex; align-items:center; justify-content:space-between; gap:1rem; margin-top:1.4rem; font-size:.92rem; color:var(--ink-3); }
.review figcaption b{ color:var(--ink); font-weight:600; }
.review .stars{ font-size:.9rem; }

.feature-grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:clamp(2.5rem, 7vw, 6rem); align-items:center; }
.feature-grid .frame{ aspect-ratio:4/3; border-radius:var(--radius-lg); box-shadow:0 44px 80px -40px rgba(0,0,0,.7); }
.feature-quote .i{ width:44px; height:34px; color:var(--gold-soft); }
.feature-quote p{ margin-top:1.2rem; max-width:none; font-family:var(--font-display); font-size:clamp(1.8rem, 3.4vw, 2.7rem); line-height:1.2; letter-spacing:-.015em; color:var(--linen); }
.feature-quote cite{ display:block; margin-top:1.3rem; font-style:normal; color:var(--sage); }
@media (max-width:860px){ .feature-grid{ grid-template-columns:1fr; } }

.gift-nudge{
  display:grid; grid-template-columns:auto 1fr auto; gap:1.2rem 2rem; align-items:center;
  background:var(--gold-pale); border-radius:var(--radius-lg); padding:clamp(1.6rem, 4vw, 2.6rem);
}
.gift-nudge .guide-icon{ background:var(--gold); color:var(--gold-ink); }
.gift-nudge h2{ font-size:clamp(1.6rem, 2.8vw, 2.2rem); }
.gift-nudge p{ margin-top:.5rem; }
@media (max-width:760px){ .gift-nudge{ grid-template-columns:1fr; } }

/* ---------- visit ---------- */
.visit-grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:clamp(2.5rem, 6vw, 5rem); align-items:start; }
.visit-grid h2{ font-size:clamp(1.8rem, 3vw, 2.4rem); }
.hours-table{ width:100%; margin-top:1.2rem; border-collapse:collapse; font-variant-numeric:tabular-nums lining-nums; }
.hours-table th,.hours-table td{ padding:.9rem 0; border-bottom:1px solid var(--line); text-align:left; font-weight:400; }
.hours-table th{ color:var(--ink-2); }
.hours-table td{ text-align:right; color:var(--ink); }
.hours-table tr.is-closed td{ color:var(--ink-3); }
.hours-table tr.is-today th,.hours-table tr.is-today td{ color:var(--leaf-ink); font-weight:600; }
.today-pill{
  display:inline-block; margin-left:.6rem; vertical-align:middle;
  font-size:.72rem; font-weight:600; letter-spacing:.02em;
  color:var(--linen); background:var(--leaf-deep); border-radius:999px; padding:.18em .65em;
}
.getting-here{ margin-top:clamp(2.5rem, 5vw, 3.5rem); }
.getting-here .contact-list{ margin-top:1.2rem; }
.lounge-note{ margin-top:1.8rem; padding-top:1.4rem; border-top:1px solid var(--line); color:var(--ink-2); }

.book-panel{
  position:sticky; top:calc(var(--nav-h) + 1.5rem);
  background:var(--leaf-deep); color:var(--sage);
  border-radius:var(--radius-lg); padding:clamp(1.8rem, 4vw, 2.6rem);
  box-shadow:var(--shadow-lift);
}
.book-panel h2{ color:var(--linen); }
.book-panel h2 em{ color:var(--gold-soft); }
.book-panel > p{ margin-top:1rem; color:var(--sage); }
.book-panel .btn{ margin-top:1.8rem; }
.book-facts{ list-style:none; display:grid; gap:.8rem; margin-top:1.8rem; padding-top:1.5rem; border-top:1px solid var(--sage-line); font-size:.97rem; }
.book-facts li{ display:flex; gap:.7rem; align-items:flex-start; }
.book-facts .i{ margin-top:.22em; color:var(--gold-soft); }
.book-facts a{ color:var(--linen); }
@media (max-width:860px){ .visit-grid{ grid-template-columns:1fr; } .book-panel{ position:static; } }

.room-gallery{ display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:clamp(.8rem, 2vw, 1.25rem); }
.room-gallery .frame{ aspect-ratio:4/5; box-shadow:var(--shadow-soft); }
.room-gallery figcaption{ margin-top:.8rem; font-size:.95rem; color:var(--ink-3); }
@media (max-width:760px){
  .room-gallery{ grid-template-columns:1fr; }
  .room-gallery .frame{ aspect-ratio:4/3; }
}

/* ---------- footer ---------- */
.site-footer{ background:var(--leaf-night); color:var(--sage); padding-top:clamp(4rem, 8vw, 6.5rem); }
.footer-cta{
  display:flex; flex-wrap:wrap; align-items:flex-end; justify-content:space-between; gap:2rem;
  padding-bottom:clamp(3rem, 6vw, 4.5rem); border-bottom:1px solid var(--sage-line);
}
.footer-cta h2{ color:var(--linen); max-width:14ch; }
.footer-cta h2 em{ color:var(--gold-soft); }
.footer-cta-actions{ display:flex; flex-wrap:wrap; gap:.8rem; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr .8fr; gap:2.5rem; padding-block:clamp(2.5rem, 5vw, 3.5rem); }
.footer-grid h3{ margin-bottom:1rem; font-family:var(--font-body); font-size:.97rem; font-weight:600; letter-spacing:0; color:var(--linen); }
.footer-brand{ display:inline-flex; align-items:center; gap:.9rem; text-decoration:none; }
.footer-brand img{ width:56px; height:56px; border-radius:50%; object-fit:cover; }
.footer-brand span{ font-family:var(--font-display); font-size:1.4rem; color:var(--linen); }
.footer-about{ margin-top:1.1rem; max-width:34ch; font-size:.97rem; }
.footer-list{ list-style:none; display:grid; gap:.6rem; font-size:.97rem; }
.footer-list a{ color:var(--sage); text-decoration:none; }
.footer-list a:hover{ color:var(--linen); text-decoration:underline; }
.footer-hours{ display:grid; grid-template-columns:auto auto; justify-content:start; gap:.45rem 1.2rem; font-size:.97rem; font-variant-numeric:tabular-nums lining-nums; }
.footer-hours dt{ color:var(--linen); }
.footer-base{
  display:flex; flex-wrap:wrap; justify-content:space-between; gap:.6rem 2rem;
  padding-block:1.5rem 2.2rem; border-top:1px solid var(--sage-line);
  font-size:.9rem; color:rgba(201,214,188,.82);
}
.footer-base p{ max-width:none; }
@media (max-width:960px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:520px){ .footer-grid{ grid-template-columns:1fr; } }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion:reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{ transition-duration:.01ms !important; }
}
