/* =============================================================
   Bladed Cosmetics — Brows by Brynli Stewman
   Editorial treatment · Fraunces masthead + Inter
   Palette: porcelain / wine-ink / rose gold / blush
   Tokens in :root. Dark theme fully defined.
   ============================================================= */

:root {
  --porcelain:   #faf1ee;
  --porcelain-2: #f4e6e1;
  --surface:     #fffaf8;

  --ink:         #241016;
  --ink-body:    #4b363c;
  --ink-mute:    #7a6167;

  --wine:        #6d3527;   /* warm oxblood-bronze (was berry) */
  --wine-deep:   #501f16;
  --blush:       #efcdc6;
  --blush-tint:  #f7e4df;

  --rosegold:      #c15949;
  --rosegold-deep: #983f36;
  --rosegold-soft: #f2cfc4;
  /* metallic rose gold — richer, wider swing: near-white blush catch,
     vivid rose-copper mid, deep saturated rose shadow */
  --sheen: linear-gradient(100deg,
             #fff1ea 0%, #e79f84 12%, #cd685a 26%, #953e37 38%,
             #f8c9b6 50%, #c76353 62%, #ffe6d9 74%, #9e463d 88%, #fbdccf 100%);
  --sheen-steep: linear-gradient(145deg,
             #ffe9e1 0%, #d27c6b 22%, #923b34 42%, #f8c9b6 58%,
             #ae584c 78%, #ffe6d9 100%);
  --metal-shadow: 0 1px 0.5px rgba(36, 16, 22, 0.42);
  --metal-glint:  rgba(255, 250, 246, 0.82);

  /* one art-directed grade so every photo reads as one shoot */
  --img-grade: saturate(0.86) contrast(1.06) brightness(1.02) sepia(0.06);

  --line:      rgba(36, 16, 22, 0.14);
  --line-soft: rgba(36, 16, 22, 0.08);
  --ring:      #a53d2e;

  --shadow-sm: 0 1px 2px rgba(36, 16, 22, 0.04), 0 2px 8px rgba(36, 16, 22, 0.035);
  --shadow-md: 0 6px 16px rgba(36, 16, 22, 0.05), 0 16px 40px rgba(36, 16, 22, 0.055);
  --shadow-lg: 0 12px 32px rgba(36, 16, 22, 0.07), 0 34px 80px rgba(36, 16, 22, 0.09);

  --display: "Fraunces", "Hoefler Text", "Times New Roman", serif;
  --body:    "Inter", "Helvetica Neue", Arial, sans-serif;

  --wrap: 1240px;
  --gutter: clamp(1.5rem, 5.5vw, 5rem);
  --matte: clamp(10px, 2.4vw, 32px);
  --bay: clamp(6rem, 15vw, 15rem);

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out: cubic-bezier(0.33, 1, 0.68, 1);
  --dur: 0.55s;

  --grain-blend: overlay;
  --grain-opacity: 0.035;
  --aura-opacity: 0.7;
  color-scheme: light;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --porcelain:   #17090d;
    --porcelain-2: #201016;
    --surface:     #22121a;
    --ink:         #f4e6e2;
    --ink-body:    #d9c2c4;
    --ink-mute:    #a98d92;
    --wine:        #8f4c30;   /* deep warm bronze — solid button stays readable */
    --wine-deep:   #723c26;
    --blush:       #7a4152;
    --blush-tint:  #2c1720;
    --rosegold:      #eba382;
    --rosegold-deep: #f3b89a;
    --rosegold-soft: #402721;
    --sheen: linear-gradient(100deg,
               #f9ddc7 0%, #e79f80 14%, #cd785f 28%, #b25644 40%,
               #f7cfb5 52%, #cd785f 64%, #fce0cd 76%, #b95e4c 90%, #f9ddc7 100%);
    --sheen-steep: linear-gradient(145deg,
               #f9ddc7 0%, #dc927a 22%, #b25644 42%, #f7cfb5 58%,
               #c26a58 78%, #fce0cd 100%);
    --metal-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    --metal-glint:  rgba(255, 250, 246, 0.18);
    --img-grade: saturate(0.9) contrast(1.05) brightness(0.98) sepia(0.05);
    --line:      rgba(244, 230, 226, 0.16);
    --line-soft: rgba(244, 230, 226, 0.09);
    --ring:      #ecab88;
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.4), 0 3px 12px rgba(0,0,0,0.35);
    --shadow-md: 0 10px 26px rgba(0,0,0,0.45), 0 24px 60px rgba(0,0,0,0.5);
    --shadow-lg: 0 18px 44px rgba(0,0,0,0.5), 0 44px 100px rgba(0,0,0,0.6);
    --grain-blend: soft-light;
    --grain-opacity: 0.06;
    --aura-opacity: 0.78;
    color-scheme: dark;
  }
}

:root[data-theme="dark"] {
  --porcelain:   #17090d;
  --porcelain-2: #201016;
  --surface:     #22121a;
  --ink:         #f4e6e2;
  --ink-body:    #d9c2c4;
  --ink-mute:    #a98d92;
  --wine:        #8f4c30;   /* deep warm bronze — solid button stays readable */
  --wine-deep:   #723c26;
  --blush:       #7a4152;
  --blush-tint:  #2c1720;
  --rosegold:      #eba382;
  --rosegold-deep: #f3b89a;
  --rosegold-soft: #402721;
  --sheen: linear-gradient(100deg, #f9ddc7 0%, #e79f80 14%, #cd785f 28%, #b25644 40%, #f7cfb5 52%, #cd785f 64%, #fce0cd 76%, #b95e4c 90%, #f9ddc7 100%);
  --sheen-steep: linear-gradient(145deg, #f9ddc7 0%, #dc927a 22%, #b25644 42%, #f7cfb5 58%, #c26a58 78%, #fce0cd 100%);
  --metal-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  --metal-glint:  rgba(255, 250, 246, 0.18);
  --img-grade: saturate(0.9) contrast(1.05) brightness(0.98) sepia(0.05);
  --line:      rgba(244, 230, 226, 0.16);
  --line-soft: rgba(244, 230, 226, 0.09);
  --ring:      #ecab88;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.4), 0 3px 12px rgba(0,0,0,0.35);
  --shadow-md: 0 10px 26px rgba(0,0,0,0.45), 0 24px 60px rgba(0,0,0,0.5);
  --shadow-lg: 0 18px 44px rgba(0,0,0,0.5), 0 44px 100px rgba(0,0,0,0.6);
  --grain-blend: soft-light;
  --grain-opacity: 0.06;
  --aura-opacity: 0.78;
  color-scheme: dark;
}

/* ============================= reset ============================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: clip;            /* belt-and-braces against any off-viewport bleed */
}

body {
  background: var(--porcelain);
  color: var(--ink-body);
  font-family: var(--body);
  font-size: clamp(1rem, 0.97rem + 0.14vw, 1.06rem);
  font-weight: 400;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern", "liga", "clig", "calt";
  overflow-x: hidden;
}
body.is-locked { overflow: hidden; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; }
::selection { background: var(--rosegold-soft); color: var(--ink); }
::-moz-selection { background: var(--rosegold-soft); color: var(--ink); }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 380;
  font-optical-sizing: auto;
  font-variation-settings: "SOFT" 50;   /* softer serif terminals — a little more warmth */
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-wrap: balance;
}
p { text-wrap: pretty; orphans: 2; widows: 2; }

/* a considered keyboard-focus ring, everywhere */
:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 3px;
}
.on-dark :focus-visible,
.lightbox :focus-visible { outline-color: #ffd9e4; }

/* thin, tokened scrollbars */
* { scrollbar-width: thin; scrollbar-color: var(--rosegold) transparent; }
::-webkit-scrollbar { width: 9px; height: 9px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--rosegold) 70%, transparent);
  border: 2px solid transparent;
  background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover { background: var(--rosegold); background-clip: content-box; }

/* ambient "breathing" light — a slow warm aura that sits behind
   everything and gently swells. Colors track the theme; motion is
   GPU-only (opacity + transform) and disabled under reduced-motion. */
body::before {
  content: "";
  position: fixed;
  inset: -16%;
  z-index: -1;
  pointer-events: none;
  /* rosy washes — light in tone (no deep stops), but present enough
     to see; big and diffuse so they read as glow, not dark spots */
  background:
    radial-gradient(46vw 46vw at 15% 11%,
      color-mix(in srgb, var(--rosegold) 46%, transparent), transparent 64%),
    radial-gradient(50vw 50vw at 87% 80%,
      color-mix(in srgb, var(--rosegold) 36%, transparent), transparent 66%),
    radial-gradient(38vw 38vw at 56% 47%,
      color-mix(in srgb, var(--rosegold) 24%, transparent), transparent 70%);
  opacity: var(--aura-opacity, 0.7);
  will-change: opacity, transform;
  animation: breathe 14s ease-in-out infinite alternate;
}
@keyframes breathe {
  from { opacity: calc(var(--aura-opacity, 0.7) * 0.5); transform: scale(0.96) translate3d(0, 1%, 0); }
  to   { opacity: var(--aura-opacity, 0.7);             transform: scale(1.12) translate3d(0, -2%, 0); }
}
@supports not (background: color-mix(in srgb, red, blue)) {
  body::before {
    background:
      radial-gradient(38vw 38vw at 18% 16%, var(--rosegold-soft), transparent 60%),
      radial-gradient(44vw 44vw at 84% 74%, var(--blush-tint), transparent 62%);
  }
}

/* film grain */
body::after {
  content: "";
  position: fixed;
  inset: -50%;
  z-index: 9000;
  pointer-events: none;
  opacity: var(--grain-opacity);
  mix-blend-mode: var(--grain-blend);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* gallery matte */
.matte {
  position: fixed;
  inset: var(--matte);
  z-index: 8000;
  pointer-events: none;
  border: 1px solid var(--line);
  mix-blend-mode: multiply;
}
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .matte { mix-blend-mode: screen; } }
:root[data-theme="dark"] .matte { mix-blend-mode: screen; }
@media (max-width: 640px) { .matte { inset: 6px; } }

/* ============================= shared ============================= */
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-family: var(--display);
  font-size: 0.77rem;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 2.5rem; height: 1px;
  background: var(--sheen-steep);
  background-size: 250% 100%;
  animation: sheen 8s linear infinite;
}
.eyebrow--center { justify-content: center; }

@keyframes sheen   { to { background-position: -250% 0; } }
@keyframes sheen-v { to { background-position: 0 -250%; } }

/* =============================================================
   Metallic rose gold — foil-stamped detailing
   Any accent that isn't body copy or a large heading gets the
   brushed-metal fill + a hair of depth. Shimmer is staggered so
   the highlights don't pulse in unison.
   ============================================================= */
.metal,
.eyebrow,
.svc__price,
.svc-block__label,
.contact__details dt,
.pull cite,
.nav__logo span,
.hero__note .stars,
.testi__stars,
.footer__logo {
  background: var(--sheen);
  background-size: 250% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--rosegold-deep);           /* fallback */
  filter: drop-shadow(var(--metal-shadow));
  animation: sheen 12s linear infinite;
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .metal, .eyebrow, .svc__price, .svc-block__label, .contact__details dt,
  .pull cite, .nav__logo span, .hero__note .stars,
  .testi__stars, .footer__logo {
    -webkit-text-fill-color: currentColor; background: none; filter: none;
  }
  .footer__logo { color: var(--ink); }
}
.eyebrow          { animation-duration: 10s; }
.eyebrow--light   { color: #f4c6b1; }
.svc__price       { animation-duration: 13s; }
.hero__note .stars, .testi__stars { animation-duration: 7s; }
.nav__logo span   { animation-duration: 16s; }

/* metallic hairline under section titles */
.section__head h2,
.about__text h2,
.contact__info h2 { position: relative; padding-bottom: 1.25rem; }
.section__head h2::after,
.about__text h2::after,
.contact__info h2::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 3rem; height: 1px;
  background: var(--sheen-steep);
  background-size: 250% 100%;
  animation: sheen 9s linear infinite;
}

.section { padding-block: var(--bay); }
.section__head { max-width: 44rem; }
.section__head .eyebrow { margin-bottom: 1.75rem; }
.section__head h2 { font-size: clamp(2.1rem, 1.5rem + 3.4vw, 4rem); }
.section__head p {
  margin-top: 1.5rem;
  color: var(--ink-mute);
  font-size: clamp(1.02rem, 0.98rem + 0.35vw, 1.2rem);
  font-weight: 300;
  max-width: 34rem;
}
/* a hair translucent so the breathing aura still ghosts through */
.band-tint { background: color-mix(in srgb, var(--porcelain-2) 91%, transparent); }
@supports not (background: color-mix(in srgb, red, blue)) {
  .band-tint { background: var(--porcelain-2); }
}

/* buttons */
.btn {
  --_bg: var(--wine);
  --_fg: #fffaf8;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 3.25rem;
  padding: 0 2rem;
  font-family: var(--body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--_fg);
  background: var(--_bg);
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
  transition: color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--wine-deep);
  transform: translateY(101%);
  transition: transform var(--dur) var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:hover::before { transform: translateY(0); }
.btn:active { transform: translateY(0); }

.btn--ghost { --_bg: transparent; --_fg: var(--ink); box-shadow: inset 0 0 0 1px var(--line); }
.btn--ghost::before { background: var(--ink); }
.btn--ghost:hover { --_fg: var(--porcelain); }

/* light button on the inverting booking panel — tokens flip with the theme
   so it stays readable dark-mode too */
.btn--on-dark { --_bg: var(--porcelain); --_fg: var(--ink); box-shadow: 0 0 0 1px color-mix(in srgb, var(--rosegold) 55%, transparent), var(--shadow-md); }
.btn--on-dark::before { background: color-mix(in srgb, var(--rosegold) 22%, var(--porcelain)); }
.btn--on-dark:hover { --_fg: var(--ink); }
/* a single quiet rose-gold glint sweeps across on hover */
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(105deg, transparent 42%, rgba(246, 221, 209, 0.32) 50%, transparent 58%);
  background-size: 300% 100%;
  background-position: 150% 0;
  transition: background-position 0.9s var(--ease);
  pointer-events: none;
}
.btn:hover::after { background-position: -150% 0; }

.btn--lg {
  min-height: 3.75rem;
  padding-inline: 2.5rem;
  font-size: 0.8rem;
  transition: color var(--dur) var(--ease), transform 0.45s var(--ease-out);
}
.btn--block { display: flex; width: 100%; }

/* editorial text link */
.tlink {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  padding-bottom: 0.4rem;
}
.tlink::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1.5px;
  background: var(--sheen-steep);
  background-size: 250% 100%;
  animation: sheen 10s linear infinite;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.45s var(--ease);
}
.tlink:hover::after { transform: scaleX(0); transform-origin: right; }
.tlink svg { transition: transform 0.45s var(--ease); }
.tlink:hover svg { transform: translateX(4px); }

/* theme toggle */
.theme-toggle {
  display: inline-grid;
  place-items: center;
  width: 2.4rem; height: 2.4rem;
  color: var(--ink-mute);
  cursor: pointer;
  border-radius: 999px;
  transition: color 0.35s var(--ease), background 0.35s var(--ease);
}
.theme-toggle:hover { color: var(--ink); background: var(--rosegold-soft); }

/* reveal — opacity + a short rise. Children of [data-stagger] cascade
   via --r (set in JS). No blur (reads as "loading", not craft). */
.reveal {
  transition: opacity 0.85s var(--ease), transform 0.85s var(--ease);
  transition-delay: calc(var(--r, 0) * 0.07s);
}
.js .reveal { opacity: 0; transform: translateY(22px); }
.js .reveal.is-visible { opacity: 1; transform: none; }
/* image blocks reveal with an editorial clip-wipe + settle */
.js .reveal.reveal--img { transform: none; clip-path: inset(0 0 20% 0); }
.js .reveal.reveal--img.is-visible {
  clip-path: inset(0 0 0 0);
  transition: opacity 0.9s var(--ease), clip-path 1.25s var(--ease);
  transition-delay: calc(var(--r, 0) * 0.07s);
}

/* section headings wipe up out of a mask as their block reveals —
   the hero's gesture, applied as a consistent system */
.js .section__head.reveal h2,
.js .about__text.reveal h2,
.js .contact__info.reveal h2,
.js .testi__head.reveal h2 {
  clip-path: inset(-8% -6% 106% -6%);
  transition: clip-path 0.9s var(--ease) 0.08s;
}
.js .section__head.reveal.is-visible h2,
.js .about__text.reveal.is-visible h2,
.js .contact__info.reveal.is-visible h2,
.js .testi__head.reveal.is-visible h2 {
  clip-path: inset(-8% -6% -8% -6%);
}

/* framed photo — a hair of inner shadow so it sits *in* the page */
.frame {
  position: relative;
  overflow: hidden;
  background: var(--porcelain-2);
  box-shadow: var(--shadow-md);
}
.frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: var(--img-grade);
}
.frame::after {
  content: "";
  position: absolute; inset: 0;
  z-index: 1;
  border: 2px solid transparent;
  border-image: var(--sheen-steep) 1;
  box-shadow: inset 0 0 clamp(2rem, 6vw, 5rem) rgba(20, 8, 12, 0.14);
  opacity: 1;
  pointer-events: none;
}

/* ============================= nav ============================= */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 200;
  transition: transform 0.5s var(--ease);
}
.nav__inner {
  max-width: var(--wrap);
  margin-inline: auto;
  padding: 1.75rem var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  transition: padding var(--dur) var(--ease), background var(--dur) var(--ease), border-color var(--dur) var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled .nav__inner {
  padding-block: 1rem;
  background: var(--porcelain);
  background: color-mix(in srgb, var(--porcelain) 78%, transparent);
  backdrop-filter: blur(20px) saturate(1.3);
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
  border-bottom-color: var(--line-soft);
}

.nav__logo {
  display: inline-flex;
  align-items: baseline;
  gap: 0.55rem;
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--ink);
}
.nav__logo span {
  font-family: var(--body);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--rosegold-deep);
}

.nav__links { display: flex; align-items: center; gap: 2.4rem; }
.nav__links a:not(.btn) {
  position: relative;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-mute);
  padding-block: 0.35rem;
  transition: color 0.35s var(--ease);
}
.nav__links a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1.5px;
  background: var(--sheen-steep);
  background-size: 250% 100%;
  animation: sheen 11s linear infinite;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s var(--ease);
}
.nav__links a:not(.btn):hover { color: var(--ink); }
.nav__links a:not(.btn):hover::after,
.nav__links a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav__links a.is-active { color: var(--ink); }
.nav__links .btn { min-height: 2.7rem; padding-inline: 1.4rem; font-size: 0.68rem; }

.nav__toggle {
  display: none;
  width: 3rem; height: 3rem;
  margin-right: -0.75rem;
  position: relative;
  cursor: pointer;
}
.nav__toggle span {
  position: absolute;
  left: 0.6rem;
  width: 1.8rem; height: 1.5px;
  background: var(--ink);
  transition: transform 0.4s var(--ease), opacity 0.2s var(--ease);
}
.nav__toggle span:nth-child(1) { top: 1.05rem; }
.nav__toggle span:nth-child(2) { top: 1.5rem; }
.nav__toggle span:nth-child(3) { top: 1.95rem; }
.nav.is-open .nav__toggle span:nth-child(1) { transform: translateY(0.45rem) rotate(45deg); }
.nav.is-open .nav__toggle span:nth-child(2) { opacity: 0; transform: translateX(-0.6rem); }
.nav.is-open .nav__toggle span:nth-child(3) { transform: translateY(-0.45rem) rotate(-45deg); }

/* ============================= hero ============================= */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  max-width: var(--wrap);
  margin-inline: auto;
  padding: clamp(8rem, 16vh, 12rem) var(--gutter) clamp(3rem, 8vh, 6rem);
  gap: clamp(1.5rem, 5vw, 4rem);
}
.hero__text { position: relative; z-index: 2; padding-bottom: clamp(1rem, 4vw, 3rem); }
.hero__eyebrow { display: block; margin-bottom: clamp(1.5rem, 4vw, 2.5rem); }

.hero__title {
  font-size: clamp(3rem, 1.2rem + 7.2vw, 7.8rem);
  font-weight: 320;
  line-height: 0.96;
  letter-spacing: -0.035em;
  margin-bottom: 2.25rem;
  text-align: center;
}
.hero__title .ln { display: block; overflow: hidden; padding: 0.14em 0; margin: -0.14em 0; }
.hero__title .ln > span { display: block; }
.hero__title em {
  font-style: italic;
  font-weight: 320;
  font-size: 1.1em;
  color: var(--rosegold-deep);
  background: var(--sheen);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(var(--metal-shadow));
  animation: sheen 14s linear infinite;
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .hero__title em { -webkit-text-fill-color: currentColor; background: none; }
}

.hero__sub {
  max-width: 32rem;
  font-size: clamp(1.05rem, 1rem + 0.45vw, 1.28rem);
  font-weight: 300;
  color: var(--ink-mute);
}
.hero__actions {
  margin-top: clamp(2rem, 5vw, 3rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
}

.hero__figure {
  position: relative;
  align-self: stretch;
  min-height: 60svh;
  margin-top: clamp(6rem, 14vh, 10rem);
}
.hero__figure .frame {
  position: absolute;
  inset: 0 calc(-1 * var(--gutter)) 0 0;
}
/* slightly overscaled so the scroll-parallax (JS, desktop only) has
   headroom without exposing an edge; static otherwise */
.hero__figure .frame img { transform: scale(1.08); will-change: transform; }

/* an editorial mark, not a badge — big light numeral over a barely
   there frosted haze so it stays legible where it meets the photo */
.hero__note {
  position: absolute;
  left: calc(-1 * clamp(0.75rem, 2.5vw, 2rem));
  bottom: clamp(1.5rem, 5vw, 2.75rem);
  z-index: 3;
  display: block;
  max-width: 13rem;
  padding: 0.7rem 1rem 0.85rem;
  background: color-mix(in srgb, var(--porcelain) 62%, transparent);
  -webkit-backdrop-filter: blur(10px) saturate(1.3);
  backdrop-filter: blur(10px) saturate(1.3);
  box-shadow: 0 18px 40px -22px rgba(36, 16, 22, 0.4);
}
@supports not (background: color-mix(in srgb, red, blue)) {
  .hero__note { background: var(--surface); }
}
.hero__note > div { display: flex; align-items: baseline; gap: 0.45rem; }
.hero__note strong {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(2.6rem, 2rem + 2.4vw, 3.6rem);
  line-height: 0.85;
  letter-spacing: -0.02em;
  color: var(--ink);
  font-variant-numeric: lining-nums;
}
.hero__note .stars { color: var(--rosegold); letter-spacing: 3px; font-size: 0.72rem; }
.hero__note span:last-child {
  display: block;
  margin-top: 0.7rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--line);
  font-family: var(--body);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-mute);
  line-height: 1.5;
}

.hero__scroll {
  position: absolute;
  left: var(--gutter);
  bottom: clamp(1.25rem, 4vh, 2rem);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-mute);
  writing-mode: vertical-rl;
}
.hero__scroll::after {
  content: "";
  display: block;
  width: 2px; height: 3.5rem;
  margin: 0.75rem auto 0;
  border-radius: 1px;
  background: linear-gradient(180deg, #fff1ea, #cd685a 40%, #953e37 70%, transparent);
  background-size: 100% 250%;
  animation: sheen-v 6s linear infinite;
}
:root[data-theme="dark"] .hero__scroll::after {
  background-image: linear-gradient(180deg, #f9ddc7, #cd785f 40%, #b25644 70%, transparent);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .hero__scroll::after {
    background-image: linear-gradient(180deg, #f9ddc7, #cd785f 40%, #b25644 70%, transparent);
  }
}

/* ============================= marquee ============================= */
.marquee {
  border-block: 1px solid var(--line-soft);
  background: var(--porcelain-2);
  overflow: hidden;
  padding-block: 1.1rem;
}
.marquee__row {
  display: flex;
  width: max-content;
  animation: marq 64s linear infinite;
  will-change: transform;
}
.marquee:hover .marquee__row { animation-play-state: paused; }
.marquee__row span {
  font-family: var(--display);
  font-style: italic;
  font-weight: 340;
  font-size: clamp(0.95rem, 0.82rem + 0.8vw, 1.35rem);
  color: var(--ink-mute);
  white-space: nowrap;
  /* spacing lives on every item (not flex `gap`) so the row is exactly
     two identical halves and the -50% loop is perfectly seamless */
  margin-right: 4rem;
}
.marquee__row span::after {
  content: "✦";
  margin-left: 3.5rem;
  font-style: normal;
  font-size: 0.5em;
  vertical-align: 0.35em;
  background: var(--sheen);
  background-size: 250% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--rosegold);
  animation: sheen 8s linear infinite;
}
@keyframes marq { to { transform: translateX(-50%); } }

/* ============================= about ============================= */
.about { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(2rem, 8vw, 6rem); align-items: center; }
.about__figure .frame { aspect-ratio: 4 / 5; }
.about__text h2 { font-size: clamp(1.9rem, 1.3rem + 2.8vw, 3.2rem); }
.about__text .eyebrow { margin-bottom: 1.1rem; }
/* glanceable credentials, above the headline */
.about__meta {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0;
  margin-bottom: 1.6rem;
  font-family: var(--body);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.about__meta li:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 0.28rem; height: 0.28rem;
  margin: 0 0.7rem;
  background: var(--sheen-steep);
  background-size: 250% 100%;
  animation: sheen 13s linear infinite;
  transform: rotate(45deg) translateY(-0.06rem);
}
.about__text h2 + p { margin-top: 1.5rem; }
.about__text p { color: var(--ink-mute); font-weight: 300; max-width: 40rem; }
.about__text p + p { margin-top: 1.15rem; }
.about__list { list-style: none; margin-top: 2.25rem; }
.about__list li {
  position: relative;
  padding: 1.05rem 0 1.05rem 2.25rem;
  border-top: 1px solid var(--line-soft);
  font-size: 0.98rem;
  color: var(--ink-body);
}
.about__list li:last-child { border-bottom: 1px solid var(--line-soft); }
.about__list li::before {
  content: "";
  position: absolute;
  left: 0; top: 1.5rem;
  width: 0.6rem; height: 0.6rem;
  background: var(--sheen-steep);
  background-size: 250% 100%;
  animation: sheen 12s linear infinite;
  transform: rotate(45deg);
  box-shadow: 0 1px 2px rgba(36,16,22,0.16);
}

/* ============================= pull quote ============================= */
.pull { text-align: center; }
.pull .wrap { position: relative; }
/* oversized opening quote — decoration */
.pull .wrap::before {
  content: "\201C";
  position: absolute;
  left: 50%;
  top: clamp(-2.2rem, -4vw, -1.2rem);
  transform: translateX(-50%);
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(4rem, 2rem + 10vw, 10rem);
  line-height: 1;
  color: var(--rosegold);
  opacity: 0.22;
  pointer-events: none;
}
.pull blockquote {
  position: relative;
  max-width: 20ch;
  margin-inline: auto;
  font-family: var(--display);
  font-style: italic;
  font-weight: 320;
  font-variation-settings: "SOFT" 60;
  font-size: clamp(2rem, 1.15rem + 4.4vw, 4.75rem);
  line-height: 1.08;
  letter-spacing: -0.022em;
  text-wrap: balance;
  hanging-punctuation: first;
  color: var(--ink);
}
.pull cite {
  display: block;
  margin-top: 2.5rem;
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.15rem, 1rem + 0.8vw, 1.7rem);
  letter-spacing: 0;
  text-transform: none;
  color: var(--rosegold-deep);
}
.pull cite::before {
  content: "";
  display: block;
  width: 2.25rem; height: 1px;
  margin: 0 auto 1.25rem;
  background: var(--sheen-steep);
  background-size: 250% 100%;
  animation: sheen 9s linear infinite;
}

/* ============================= education ============================= */
.edu {
  padding-block: clamp(3.5rem, 8vw, 6rem);
  border-block: 1px solid var(--line-soft);
  background: color-mix(in srgb, var(--porcelain-2) 45%, transparent);
}
@supports not (background: color-mix(in srgb, red, blue)) {
  .edu { background: var(--porcelain-2); }
}
.edu .section__head { margin-bottom: clamp(2.25rem, 5vw, 3.25rem); }
.edu__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.5rem, 4vw, 2.75rem);
}
.edu__item {
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-soft);
}
.edu__item h3 {
  font-family: var(--display);
  font-weight: 380;
  font-size: clamp(1.3rem, 1.1rem + 1vw, 1.75rem);
  color: var(--ink);
  margin-bottom: 0.75rem;
}
.edu__item p {
  color: var(--ink-mute);
  font-weight: 300;
  font-size: 0.98rem;
  line-height: 1.6;
  max-width: 42ch;
}
.edu__cta { margin-top: clamp(2rem, 5vw, 3rem); }
.edu__fine {
  margin-top: 1.25rem;
  font-size: 0.82rem;
  color: var(--ink-mute);
}
.edu__fine a { border-bottom: 1px solid var(--line-soft); }
@media (max-width: 640px) {
  .edu__grid { grid-template-columns: 1fr; }
}

/* ============================= services ============================= */
.services { margin-top: clamp(3rem, 7vw, 5.5rem); }
.svc-block {
  border-top: 1px solid var(--line);
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
}
.svc-block + .svc-block { margin-top: clamp(2.5rem, 5vw, 4rem); }
.svc-block:last-of-type {
  border-bottom: 1px solid var(--line);
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.svc-block__label {
  font-family: var(--display);
  font-size: 0.79rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  animation-duration: 15s;
}

.svc { list-style: none; margin-top: clamp(1.25rem, 3vw, 2rem); }
.svc li { padding: 0.7rem 0; }
.svc li + li { border-top: 1px solid var(--line-soft); }
.svc__line { display: flex; align-items: baseline; gap: 0.75rem 1rem; }
.svc__name {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.1rem, 0.95rem + 0.7vw, 1.4rem);
  letter-spacing: -0.01em;
  color: var(--ink);
}
.svc__lead {
  flex: 1;
  min-width: 1.5rem;
  height: 1px;
  align-self: center;
  background: repeating-linear-gradient(to right, var(--rosegold) 0 2px, transparent 2px 8px);
  opacity: 0.5;
}
.svc__price {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.22rem;
  color: var(--rosegold-deep);
  white-space: nowrap;
  font-variant-numeric: lining-nums tabular-nums;
}
.svc__desc { margin-top: 0.55rem; max-width: 56ch; font-size: 0.92rem; font-weight: 300; line-height: 1.66; color: var(--ink-mute); }
.svc__note {
  margin-top: clamp(2rem, 4vw, 3rem);
  font-family: var(--display);
  font-style: italic;
  font-size: 0.98rem;
  color: var(--ink-mute);
}

/* ============================= portfolio ============================= */
.port-grid {
  margin-top: clamp(3rem, 7vw, 5rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 3vw, 2.25rem);
}
/* staggered — every second tile drops down a step */
.port-item:nth-child(even) { margin-top: clamp(1.75rem, 6vw, 5rem); }

.port-item {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: var(--porcelain-2);
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-sm);
  color: #fff;
}
.port-item::before {
  content: "";
  position: absolute; inset: 0;
  z-index: 2;
  border: 1.5px solid transparent;
  border-image: var(--sheen-steep) 1;
  opacity: 0.85;
  pointer-events: none;
}
.port-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: var(--img-grade);
  transition: transform 0.9s var(--ease), filter 0.6s var(--ease);
}
.port-item:hover img,
.port-item:focus-visible img {
  transform: scale(1.06);
  filter: saturate(1) contrast(1) brightness(1) sepia(0);
}
/* label — hidden until hover / focus, then slides up over a wash */
.port-item__label {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  padding: 3rem clamp(1rem, 3vw, 1.6rem) clamp(0.9rem, 2.5vw, 1.4rem);
  font-family: var(--display);
  font-weight: 340;
  font-size: clamp(1.15rem, 0.9rem + 1.1vw, 1.7rem);
  letter-spacing: -0.01em;
  line-height: 1.05;
  background: linear-gradient(to top, rgba(20, 8, 12, 0.78), rgba(20, 8, 12, 0.15) 55%, transparent);
  opacity: 0;
  transition: opacity 0.45s var(--ease);
}
.port-item__label > span {
  display: inline-block;
  transform: translateY(0.6rem);
  transition: transform 0.45s var(--ease);
}
.port-item:hover .port-item__label,
.port-item:focus-visible .port-item__label { opacity: 1; }
.port-item:hover .port-item__label > span,
.port-item:focus-visible .port-item__label > span { transform: none; }
/* small "view" tick, top-right, on hover */
.port-item__label::after {
  content: "View photos";
  position: absolute;
  top: -2rem; left: clamp(1rem, 3vw, 1.6rem);
  font-family: var(--body);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #f6ddd1;
}

/* touch devices: no hover — show the label at rest */
@media (hover: none) {
  .port-item__label {
    opacity: 1;
    transition: none;
    background: linear-gradient(to top, rgba(20, 8, 12, 0.72), rgba(20, 8, 12, 0.1) 60%, transparent);
  }
  .port-item__label > span { transform: none; transition: none; }
  .port-item__label::after { content: none; }
}

/* ============================= testimonials ============================= */
.testi__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.testi__viewport { margin-top: clamp(2.5rem, 6vw, 4rem); overflow: hidden; }
.testi__track {
  display: flex;
  gap: clamp(1rem, 3vw, 2.5rem);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.testi__track::-webkit-scrollbar { display: none; }
.testi__slide { flex: 0 0 100%; scroll-snap-align: center; }
/* ≥800px shows three cards per view; it stays a carousel so any
   number of reviews can be paged through with the arrows/dots. */
@media (min-width: 800px) {
  .testi__slide { flex-basis: calc((100% - 5rem) / 3); }
}
.testi__card {
  height: 100%;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  padding: clamp(1.75rem, 3.5vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  position: relative;
}
.testi__card::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0;
  height: 1px;
  background: var(--sheen-steep);
  background-size: 250% 100%;
  animation: sheen 12s linear infinite;
  pointer-events: none;
}
.testi__stars { letter-spacing: 3px; font-size: 0.85rem; }
.testi__quote {
  font-family: var(--display);
  font-weight: 340;
  font-size: 1.15rem;
  line-height: 1.5;
  color: var(--ink);
}
.testi__who { margin-top: auto; font-size: 0.8rem; color: var(--ink-mute); }
.testi__who strong {
  display: block;
  font-family: var(--body);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: 0.02em;
}
.testi__controls { margin-top: 2.25rem; display: flex; align-items: center; gap: 1.25rem; }
.testi__btn {
  width: 3rem; height: 3rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--rosegold-deep);
  cursor: pointer;
  transition: background 0.4s var(--ease), border-color 0.4s var(--ease), color 0.4s var(--ease);
}
.testi__btn:hover { background: var(--ink); border-color: var(--ink); color: var(--porcelain); }
.testi__btn svg { width: 1rem; height: 1rem; }
.testi__dots { display: flex; gap: 0.25rem; margin-left: auto; }
.testi__dot { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; cursor: pointer; }
.testi__dot::after {
  content: "";
  width: 100%; max-width: 1.75rem; height: 1.5px;
  border-radius: 1px;
  background: var(--line);
  transition: max-width 0.4s var(--ease), background 0.4s var(--ease);
}
.testi__dot[aria-current="true"]::after {
  max-width: 2.5rem;
  background: var(--sheen-steep);
  background-size: 250% 100%;
  animation: sheen 8s linear infinite;
}

/* ============================= faq ============================= */
.faq { max-width: 48rem; margin-top: clamp(2.5rem, 6vw, 4rem); }
.faq__item { border-top: 1px solid var(--line); }
.faq__item:last-child { border-bottom: 1px solid var(--line); }
.faq__item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 1.6rem 3rem 1.6rem 0;
  font-family: var(--display);
  font-weight: 380;
  font-size: clamp(1.1rem, 1rem + 0.6vw, 1.4rem);
  letter-spacing: -0.01em;
  color: var(--ink);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "";
  position: absolute;
  right: 0.35rem; top: 50%;
  width: 0.72rem; height: 0.72rem;
  background: var(--sheen-steep);
  background-size: 250% 100%;
  animation: sheen 11s linear infinite;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 74%, 74% 74%, 74% 0);
  transform: translateY(-62%) rotate(45deg);
  transition: transform 0.4s var(--ease);
  filter: drop-shadow(var(--metal-shadow));
}
.faq__item[open] summary::after { transform: translateY(-30%) rotate(225deg); }
/* answer wrapper — JS animates max-height for a smooth open/close;
   without JS the native <details> just shows/hides it */
.faq__answer { overflow: hidden; transition: max-height 0.4s var(--ease); }
.faq__answer p { padding: 0 2rem 1.7rem 0; color: var(--ink-mute); font-weight: 300; margin-top: -0.3rem; }
.faq__answer ul { margin: 0; padding: 0.1rem 1.5rem 1.7rem 1.15rem; color: var(--ink-mute); font-weight: 300; }
.faq__answer li { padding: 0.28rem 0; line-height: 1.6; }
.faq__answer li::marker { color: var(--rosegold); }
.faq__answer p + ul { padding-top: 0; }
.faq__item a { color: var(--ink); border-bottom: 1px solid var(--rosegold); }

/* ============================= booking ============================= */
.book {
  position: relative;
  background: var(--ink);
  color: var(--porcelain);
  text-align: center;
  overflow: hidden;
  /* a struck rose-gold edge so the dark panel reads as framed, not pasted */
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--rosegold) 55%, transparent),
              inset 0 -1px 0 color-mix(in srgb, var(--rosegold) 22%, transparent);
}
.book::before {
  content: "";
  position: absolute;
  inset: auto -20% -60% -20%;
  height: 120%;
  background: radial-gradient(ellipse at 50% 100%, color-mix(in srgb, var(--wine) 55%, transparent), transparent 70%);
  pointer-events: none;
  will-change: opacity, transform;
  animation: glow-breathe 11s ease-in-out infinite alternate;
}
@keyframes glow-breathe {
  from { opacity: 0.65; transform: scale(0.96); }
  to   { opacity: 1;    transform: scale(1.06); }
}
.book__inner { position: relative; max-width: 42rem; margin-inline: auto; }
.book h2 { color: var(--porcelain); font-size: clamp(2.2rem, 1.5rem + 3.6vw, 4.4rem); }
.book .eyebrow { margin-bottom: 1.5rem; }
.book p { margin: 1.5rem auto 2.5rem; color: color-mix(in srgb, var(--porcelain) 78%, transparent); font-weight: 300; max-width: 34rem; }
.book__fine { margin-top: 1.75rem; font-size: 0.82rem; }
.book__fine a { border-bottom: 1px solid color-mix(in srgb, var(--porcelain) 55%, transparent); }

/* ============================= contact ============================= */
.contact__grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(2.5rem, 8vw, 6rem); }
.contact__info h2 { font-size: clamp(1.9rem, 1.3rem + 2.8vw, 3.2rem); }
.contact__info .eyebrow { margin-bottom: 1.4rem; }
.contact__details { margin-top: 2rem; display: grid; }
.contact__details > div { padding: 1.25rem 0; border-top: 1px solid var(--line-soft); }
.contact__details > div:last-child { border-bottom: 1px solid var(--line-soft); }
.contact__details dt {
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--rosegold-deep);
  margin-bottom: 0.5rem;
}
.contact__details dd { color: var(--ink-body); font-weight: 300; line-height: 1.6; }
.contact__details dd a { border-bottom: 1px solid var(--line); transition: border-color 0.35s var(--ease); }
.contact__details dd a:hover { border-color: var(--rosegold); }

.form { background: var(--surface); box-shadow: var(--shadow-md); padding: clamp(1.75rem, 4vw, 2.75rem); position: relative; }
.form::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0;
  height: 1px;
  background: var(--sheen-steep);
  background-size: 250% 100%;
  animation: sheen 14s linear infinite;
  pointer-events: none;
}
.form__title { font-family: var(--display); font-weight: 380; font-size: 1.5rem; color: var(--ink); margin-bottom: 1.5rem; }
.form__title + p { color: var(--ink-mute); font-weight: 300; margin-bottom: 1.5rem; }

/* ============================= footer ============================= */
.footer { padding-block: clamp(3.5rem, 8vw, 6rem) 3rem; border-top: 2px solid transparent; border-image: var(--sheen-steep) 1; }
.footer__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem 3rem;
  padding-bottom: 2.75rem;
}
.footer__brand { display: flex; flex-direction: column; align-items: flex-start; gap: 1.25rem; max-width: 24rem; }
.footer__logo { font-family: var(--display); font-weight: 400; font-size: clamp(1.65rem, 1.1rem + 2.6vw, 2.65rem); color: var(--ink); line-height: 1; }
.footer__tag { font-size: 0.86rem; font-weight: 300; line-height: 1.6; color: var(--ink-mute); }
.footer__brand .btn { min-height: 2.9rem; padding-inline: 1.7rem; font-size: 0.7rem; }
.footer__links { display: flex; flex-wrap: wrap; gap: 1.75rem; margin-top: 0.5rem; }
.footer__links a {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  transition: color 0.3s var(--ease);
}
.footer__links a:hover { color: var(--ink); }
.footer__base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line-soft);
  font-size: 0.74rem;
  color: var(--ink-mute);
  letter-spacing: 0.04em;
}

/* ============================= mobile book button ============================= */
/* a persistent booking CTA on phones — slides up once you're past the
   hero, tucks away again when the real Booking section is in view or
   any overlay (menu / photo viewer) is open */
.book-fab {
  position: fixed;
  right: clamp(0.85rem, 4vw, 1.4rem);
  bottom: clamp(0.85rem, 4vw, 1.4rem);
  z-index: 190;
  display: none;
  align-items: center;
  gap: 0.5rem;
  max-width: calc(100vw - 1.7rem);
  padding: 0.78rem 1.15rem;
  font-family: var(--body);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fffaf8;
  background: var(--wine);
  box-shadow: var(--shadow-lg), inset 0 0 0 1px color-mix(in srgb, var(--rosegold) 45%, transparent);
  transform: translateY(180%);
  opacity: 0;
  transition: transform 0.5s var(--ease), opacity 0.4s var(--ease);
}
.book-fab svg { flex: none; width: 13px; height: 13px; }
@media (max-width: 800px) {
  .book-fab { display: inline-flex; }
  .book-fab.is-in { transform: translateY(0); opacity: 1; }
}
/* hide behind any full-screen overlay */
body.is-locked .book-fab { transform: translateY(180%); opacity: 0; pointer-events: none; }

/* ============================= lightbox ============================= */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9700;
  background: color-mix(in srgb, var(--ink) 90%, black);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  padding: clamp(1.5rem, 6vw, 5rem);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;   /* keep the close / prev / next controls out of the tab order while closed */
  transition: opacity 0.4s var(--ease), visibility 0s linear 0.4s;
}
.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 0.4s var(--ease), visibility 0s;
}
.lightbox__stage {
  position: relative;
  display: flex;
  max-width: 100%;
  max-height: 76vh;
}
.lightbox img {
  display: block;
  max-width: 100%;
  max-height: 76vh;
  object-fit: contain;
  border: 1px solid rgba(255,255,255,0.25);
  transform: scale(0.98);
  transition: transform 0.5s var(--ease);
}
.lightbox.is-open img { transform: none; }
.lightbox__tag {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1;
  padding: 0.4rem 0.75rem;
  font-family: var(--body);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  background: color-mix(in srgb, var(--ink) 78%, black);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.lightbox__caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  max-width: min(42rem, 90vw);
  text-align: center;
  pointer-events: none;
}
.lightbox__count {
  font-family: var(--body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  color: color-mix(in srgb, #fff 62%, transparent);
}
.lightbox__alt {
  font-family: var(--display);
  font-style: italic;
  font-size: 0.92rem;
  line-height: 1.45;
  color: color-mix(in srgb, #fff 84%, transparent);
}
.lightbox__close,
.lightbox__nav {
  position: absolute;
  display: grid;
  place-items: center;
  width: 3rem; height: 3rem;
  color: #fff;
  cursor: pointer;
  opacity: 0.65;
  transition: opacity 0.3s var(--ease);
}
.lightbox__close:hover,
.lightbox__nav:hover { opacity: 1; }
.lightbox__close { top: 1.5rem; right: 1.5rem; font-size: 1.6rem; }
.lightbox__nav { top: 50%; transform: translateY(-50%); font-size: 2.25rem; }
.lightbox__nav--prev { left: 0.75rem; }
.lightbox__nav--next { right: 0.75rem; }

/* ============================= load choreography ============================= */
.js .anim-line > span,
.js .anim-rise { opacity: 0; transform: translateY(120%); }
.js .anim-rise { transform: translateY(1.5rem); }
.js .anim-fade { opacity: 0; }
.js .anim-clip { clip-path: inset(0 0 100% 0); }

.js body.loaded .anim-line > span,
.js body.loaded .anim-rise { opacity: 1; transform: none; transition: opacity 1s var(--ease), transform 1.1s var(--ease); }
.js body.loaded .anim-fade { opacity: 1; transition: opacity 1.2s var(--ease); }
.js body.loaded .anim-clip { clip-path: inset(0 0 0 0); transition: clip-path 1.4s var(--ease); }

.js body.loaded .anim-line:nth-child(1) > span { transition-delay: 0.15s; }
.js body.loaded .anim-line:nth-child(2) > span { transition-delay: 0.27s; }
.js body.loaded .anim-line:nth-child(3) > span { transition-delay: 0.39s; }
.js body.loaded .d1 { transition-delay: 0.5s; }
.js body.loaded .d2 { transition-delay: 0.64s; }
.js body.loaded .d3 { transition-delay: 0.78s; }
.js body.loaded .d4 { transition-delay: 0.95s; }

/* ============================= reduced motion ============================= */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .js .reveal,
  .js .anim-line > span,
  .js .anim-rise,
  .js .anim-fade { opacity: 1 !important; transform: none !important; filter: none !important; }
  .js .anim-clip,
  .js .reveal.reveal--img,
  .js .section__head.reveal h2,
  .js .about__text.reveal h2,
  .js .contact__info.reveal h2,
  .js .testi__head.reveal h2 { clip-path: none !important; }
  .marquee__row { animation: none; }
  .hero__figure .frame img { animation: none; }
  .btn:hover, .port-item:hover img { transform: none; }
  /* keep the aura, drop its motion — sits static at its base tone */
  body::before { animation: none !important; transform: none !important; opacity: var(--aura-opacity) !important; }
  .book::before { animation: none !important; transform: none !important; }
}

/* ============================= responsive ============================= */
@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    align-items: start;
    padding-top: clamp(7rem, 15vh, 10rem);
  }
  .hero__figure {
    width: 100%;
    max-width: 30rem;
    aspect-ratio: 4 / 5;
    min-height: 0;
    justify-self: center;
    margin-top: 2.5rem;
  }
  .hero__figure .frame { inset: 0; }
  .hero__note {
    left: 0; right: auto;
    bottom: clamp(1rem, 4vw, 2rem);
    max-width: min(12rem, 58vw);
  }
  .hero__scroll { display: none; }
  .about { grid-template-columns: 1fr; }
  .about__figure { max-width: 24rem; width: 100%; margin-inline: auto; }
  .contact__grid { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
  :root { --bay: clamp(4rem, 12vw, 7.5rem); }

  /* the mounted-print frame reads best on larger screens */
  .matte { display: none; }

  .hero { padding-top: clamp(6.5rem, 14vh, 9rem); }
  .hero__title { font-size: clamp(2.4rem, 0.8rem + 7vw, 4rem); }
  .eyebrow { letter-spacing: 0.24em; }
  .marquee__row span { font-size: clamp(0.9rem, 0.8rem + 0.6vw, 1.15rem); }
  .pull blockquote { max-width: 16rem; }
  .section__head p { max-width: none; }

  .nav__toggle { display: block; z-index: 3; }
  .theme-toggle { display: none; }
  .nav__links {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 2;
    width: min(86vw, 360px);
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0.25rem;
    padding: 3rem 2.5rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: var(--surface);
    box-shadow: var(--shadow-lg);
    transform: translateX(101%);
    transition: transform 0.5s var(--ease);
  }
  .nav.is-open .nav__links { transform: none; }
  /* the drawer is position:fixed — a transformed OR backdrop-filtered
     ancestor would trap it inside the nav-bar box, so neutralise both
     while the menu is open (this is the "hamburger opens wrong" fix) */
  .nav.is-open { transform: none !important; }
  .nav.is-open .nav__inner {
    background: var(--porcelain);
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
  .nav__links a:not(.btn) {
    display: block;
    width: 100%;
    padding-block: 0.85rem;
    font-size: 1rem;
    border-bottom: 1px solid var(--line-soft);
  }
  .nav__links a:not(.btn)::after { display: none; }
  .nav__links .btn { min-height: 3.25rem; margin-top: 1.25rem; }

  .port-grid { gap: 0.9rem; }
  .port-item:nth-child(even) { margin-top: clamp(1.5rem, 9vw, 3rem); }
  .port-item__label { padding: 2.5rem 0.9rem 0.9rem; }

  .svc__lead { display: none; }
  .svc__line { flex-wrap: wrap; gap: 0.15rem 1rem; }
}

@media (max-width: 460px) {
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { width: 100%; }
  .footer__top { flex-direction: column; align-items: flex-start; gap: 1.75rem; }
  .footer__base { flex-direction: column; }
}

@media (max-width: 360px) {
  .port-grid { grid-template-columns: 1fr; }
  .port-item:nth-child(even) { margin-top: 0; }
}

/* ============================================================
   print — a clean type-only handout: the menu, the FAQ, and
   the contact details. Flattens the metallic fills (which
   otherwise print as blank), drops every image and overlay.
   ============================================================ */
@media print {
  *, *::before, *::after {
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    text-shadow: none !important;
    -webkit-text-fill-color: currentColor !important;
    color: #1a1a1a !important;
    animation: none !important;
    transition: none !important;
  }
  body {
    background: #fff !important;
    font-size: 11pt;
    line-height: 1.5;
    overflow: visible !important;
  }
  body::before, body::after,
  .nav, .nav__toggle, .theme-toggle, .matte, .hero__scroll, .marquee,
  .hero__figure, .hero__note, .about__figure, .port-grid, .form,
  .testi__controls, .book__fine, .lightbox, .book-fab {
    display: none !important;
  }
  .hero { min-height: auto; display: block; padding: 0 0 1.25rem; }
  .section { padding-block: 1.25rem; }
  .wrap { max-width: none; padding-inline: 0; }
  .reveal, .reveal--img,
  .anim-line > span, .anim-rise, .anim-fade, .anim-clip {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }
  a { text-decoration: underline; }
  h1, h2, h3, summary { page-break-after: avoid; }
  .svc-block, .faq__item, .testi__slide { page-break-inside: avoid; }
  .faq__item summary::after { display: none !important; }
  .testi__viewport { overflow: visible !important; }
  .testi__track { display: block !important; }
  .testi__slide { flex: none !important; width: auto !important; margin-bottom: 0.75rem; }
  .book, .book h2, .book p, .book .eyebrow { background: #fff !important; color: #1a1a1a !important; }
}
