/* =========================================================
   AMIT SHARMA — Makeup Artist & Hairstylist
   Design system: black-field editorial / kinetic type.
   Reference: awwwards-tier agency build (scattered photo hero,
   script-accent headlines, pinned scroll statements, roster-style
   portfolio grid, huge bookend wordmark). Every class below is
   still driven by the exact same api.js / main.js / booking.js
   data flow — only the visual layer changed.
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@300;400;500;700;900&family=Dancing+Script:wght@500;600;700&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..700;1,6..96,400..600&family=Inter:wght@400;500;600;700;800&display=swap');

:root,
:root[data-theme="dark"] {
  /* ---- Color tokens (DARK THEME — default, unchanged from the original design) ---- */
  --black: #000000;
  --black-rgb: 0, 0, 0;
  --black-soft: #0a0a0b;
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --white-88: rgba(255, 255, 255, 0.88);
  --white-70: rgba(255, 255, 255, 0.7);
  --white-50: rgba(255, 255, 255, 0.5);
  --white-35: rgba(255, 255, 255, 0.35);
  --white-18: rgba(255, 255, 255, 0.18);
  --white-14: rgba(255, 255, 255, 0.14);
  --white-08: rgba(255, 255, 255, 0.08);
  --white-06: rgba(255, 255, 255, 0.06);

  --violet-1: #d3d0ff;
  --violet-mid: #8f86ff;
  --violet-2: #4d3dff;
  --accent-glow: rgba(77, 61, 255, 0.45);
  --accent-wash: rgba(77, 61, 255, 0.12);
  --rosewood: #e2726a;
}

:root[data-theme="light"] {
  /* ---- Color tokens (LIGHT THEME) ----
     Same roles as above, flipped: --black becomes the page/surface color
     and --white becomes the primary text color. Every component in this
     file was built on that "black = surface, white = text" convention,
     so flipping just these two tokens (plus their opacity steps) re-themes
     the entire site without touching individual component rules. */
  --black: #faf6ef;
  --black-rgb: 250, 246, 239;
  --black-soft: #f1ebdf;
  --white: #1a1512;
  --white-rgb: 26, 21, 18;
  --white-88: rgba(26, 21, 18, 0.88);
  --white-70: rgba(26, 21, 18, 0.7);
  --white-50: rgba(26, 21, 18, 0.5);
  --white-35: rgba(26, 21, 18, 0.35);
  --white-18: rgba(26, 21, 18, 0.18);
  --white-14: rgba(26, 21, 18, 0.14);
  --white-08: rgba(26, 21, 18, 0.08);
  --white-06: rgba(26, 21, 18, 0.06);

  --violet-1: #d3d0ff;
  --violet-mid: #8f86ff;
  --violet-2: #4d3dff;
  --accent-glow: rgba(77, 61, 255, 0.35);
  --accent-wash: rgba(77, 61, 255, 0.1);
  --rosewood: #a8433a;
}

/* Owner's choice of light-theme surface — the default is a warm
   off-white; this swaps it for a crisper true-white page instead.
   Only meaningful in light theme (dark theme's black stays black). */
:root[data-theme="light"][data-surface="bright"] {
  --black: #ffffff;
  --black-rgb: 255, 255, 255;
  --black-soft: #f5f5f5;
}

/* Owner's chosen pop color — applies consistently across both dark and
   light theme. Each theme still auto-adjusts which edge of the palette
   (light vs. deep) leads, so it stays legible against either background,
   but the color family itself (e.g. emerald) no longer changes with theme. */
:root[data-accent="orange"] {
  --violet-1: #ffd9ae;
  --violet-mid: #f0973f;
  --violet-2: #c85a1a;
  --accent-glow: rgba(200, 90, 26, 0.4);
  --accent-wash: rgba(200, 90, 26, 0.11);
}
:root[data-accent="rose"] {
  --violet-1: #ffd2e6;
  --violet-mid: #f472ab;
  --violet-2: #c22a72;
  --accent-glow: rgba(194, 42, 114, 0.4);
  --accent-wash: rgba(194, 42, 114, 0.11);
}
:root[data-accent="emerald"] {
  --violet-1: #c3f2d9;
  --violet-mid: #3fbf82;
  --violet-2: #0f7d4f;
  --accent-glow: rgba(15, 125, 79, 0.4);
  --accent-wash: rgba(15, 125, 79, 0.11);
}
:root[data-accent="gold"] {
  --violet-1: #ffe6a8;
  --violet-mid: #f2b23a;
  --violet-2: #a8720a;
  --accent-glow: rgba(168, 114, 10, 0.4);
  --accent-wash: rgba(168, 114, 10, 0.11);
}
:root[data-accent="azure"] {
  --violet-1: #c2e2ff;
  --violet-mid: #4c9fee;
  --violet-2: #14579c;
  --accent-glow: rgba(20, 87, 156, 0.4);
  --accent-wash: rgba(20, 87, 156, 0.11);
}

:root[data-theme="light"] {
  --accent-solid: var(--violet-2);
  /* Reversed vs. dark theme: the deep edge leads so it reads clearly
     against a light page; the light edge (low-contrast on a light bg)
     recedes into the tail instead of leading. */
  --accent-gradient: linear-gradient(100deg, var(--violet-2) 0%, var(--violet-mid) 55%, var(--violet-1) 100%);
}

:root {
  --accent-gradient: linear-gradient(100deg, var(--violet-1) 0%, var(--violet-mid) 45%, var(--violet-2) 100%);
  /* For FLAT accent text/icons/borders (not the gradient clip) — needs to
     stay legible against the page surface, so it uses whichever edge of
     the gradient reads best on --black in the active theme: the light
     edge on a dark page, the deep edge on a light page. */
  --accent-solid: var(--violet-1);

  /* legacy alias kept so any un-migrated rule (incl. admin.css) still resolves sanely.
     --ink is a fixed dark "chrome" color (sidebar/header) in both themes — it
     doesn't flip. --porcelain is the flippable content-surface color (same
     value as --black). --ink-contrast is for text/icons that sit on the
     always-dark --ink chrome, so it stays light regardless of site theme. */
  --ink: #14100d;
  --ink-rgb: 20, 16, 13;
  --ink-soft: #0d0a08;
  --ink-contrast: #f3ece2;
  --ink-contrast-70: rgba(243, 236, 226, 0.7);
  --porcelain: var(--black);
  --porcelain-dim: var(--black-soft);
  --espresso-text: var(--white);
  --brass: var(--violet-2);
  --brass-light: var(--violet-1);
  --line-on-ink: rgba(243, 236, 226, 0.14);
  --line-on-porcelain: var(--white-14);
  --ink-70: var(--white-70);
  --porcelain-85: var(--white-88);
  --gold-gradient: var(--accent-gradient);

  /* ---- Type ---- */
  --font-poster: 'Unbounded', 'Arial Narrow', sans-serif;   /* kinetic headlines, logo, mega words */
  --font-script: 'Dancing Script', cursive;                 /* brush-script accent words, swash caps */
  --font-display: 'Bodoni Moda', Georgia, serif;            /* italic accent moments (quotes, admin stat) */
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  /* ---- Layout ---- */
  --container: 1400px;
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --radius: 0px;
  --radius-pill: 999px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  background: var(--black);
  color-scheme: dark;
  transition: background-color 0.4s var(--ease);
}
:root[data-theme="light"] { color-scheme: light; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--white-88);
  background: var(--black);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
  transition: background-color 0.4s var(--ease), color 0.4s var(--ease);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a, button, .filter-btn, .service-pick, .portfolio-item, .time-slot, input[type="submit"] { cursor: pointer; }
button { font-family: inherit; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--accent-solid);
  outline-offset: 3px;
}

/* Type scale — bold geometric poster font is the default voice for every
   heading; an inline <em> switches to the script/gradient accent treatment. */
h1, h2, h3, h4 {
  font-family: var(--font-poster);
  font-weight: 500;
  margin: 0;
  letter-spacing: -0.01em;
  text-transform: none;
}

.section-heading em,
.statement-accent-inline {
  font-family: var(--font-script);
  font-style: normal;
  font-weight: 700;
  background: var(--accent-gradient);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: accent-shimmer 7s ease-in-out infinite;
}
@keyframes accent-shimmer {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}

/* motion.js runs GSAP SplitText on every .section-heading to animate it in
   word-by-word. SplitText wraps each word in its own inline-block span,
   and an inline-block child breaks the background-clip:text gradient on
   an ancestor <em> — the ancestor has no directly-owned text left to clip
   to, so the gradient (and the word) render fully transparent. motion.js
   tags the words that land inside an <em> with this class so the same
   gradient-clip treatment is reapplied directly on the word span itself,
   restoring the accent color instead of leaving it invisible. */
.gs-word-accent {
  font-family: var(--font-script);
  font-style: normal;
  font-weight: 700;
  background: var(--accent-gradient);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: accent-shimmer 7s ease-in-out infinite;
}

.dot { opacity: 0.45; font-size: 0.8em; }

/* Small decorative swash capital — first-letter flourish used sparingly
   on a couple of headlines, echoing the reference's ornate display caps
   without depending on its (proprietary) exact typeface. */
.swash {
  font-family: var(--font-script);
  font-weight: 700;
  font-size: 1.3em;
  line-height: 0;
  position: relative;
  top: 0.09em;
  margin-right: 0.01em;
  display: inline-block;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  color: inherit;
}

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  color: var(--white-50);
}
.eyebrow::before {
  content: '';
  width: 22px;
  height: 1px;
  background: var(--white-35);
}

.section-heading {
  font-size: clamp(2.1rem, 4.4vw, 3.6rem);
  line-height: 1.05;
  margin-top: 0.6em;
}

.section-intro {
  max-width: 46ch;
  color: var(--white-50);
  font-size: 1.02rem;
  margin-top: 1rem;
}
.section--dark .section-intro { color: var(--white-50); }

.section {
  padding: clamp(4rem, 9vw, 7.5rem) 0;
  position: relative;
  background: var(--black);
  color: var(--white-88);
  border-top: 1px solid var(--white-08);
}
.section--dark, .section--porcelain-dim { background: var(--black); }
.section--dark h1, .section--dark h2, .section--dark h3 { color: var(--white); }

.section-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.section-head--row {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  flex-wrap: wrap;
}

/* =========================================================
   BUTTONS — one solid pill CTA style; everything else is a
   plain animated-underline text link, matching the reference's
   almost button-free UI.
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 1em 2.1em;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  transition: all 0.35s var(--ease);
  white-space: nowrap;
}
.btn-primary {
  background: var(--white);
  color: var(--black)!important;
}
.btn-primary:hover { background: var(--violet-1); color: var(--ink) !important; transform: translateY(-1px); box-shadow: 0 10px 26px var(--accent-glow); }
.btn-sm { padding: 0.6em 1.35em; font-size: 0.7rem; }

.btn-outline-light,
.btn-outline-dark {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: var(--white-88);
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 0.92rem;
}
.btn-outline-light::after,
.btn-outline-dark::after {
  content: '';
  position: absolute;
  left: 0; bottom: -3px;
  width: 100%; height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--ease);
}
.btn-outline-light:hover::after,
.btn-outline-dark:hover::after { transform: scaleX(1); }
.btn-outline-light:hover,
.btn-outline-dark:hover { color: var(--accent-solid); }

/* Scoped exception: multi-step booking flow keeps a real bordered
   button so "Back" reads as a clear, tappable form control. */
.booking-nav .btn-outline-dark,
.confirmation-panel .btn-outline-dark {
  padding: 1em 2.1em;
  border: 1px solid var(--white-18);
  border-radius: var(--radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.8rem;
  font-weight: 600;
}
.booking-nav .btn-outline-dark::after,
.confirmation-panel .btn-outline-dark::after { display: none; }
.booking-nav .btn-outline-dark:hover,
.confirmation-panel .btn-outline-dark:hover { border-color: var(--white); color: var(--white); }

.btn-block { width: 100%; justify-content: center; }
.btn[disabled] { opacity: 0.4; cursor: not-allowed; }

/* Plain underline link, used for the hero's secondary CTA etc. */
.text-link {
  position: relative;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--white-88);
  padding-bottom: 3px;
}
.text-link::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: currentColor;
  transform: scaleX(0.0);
  transform-origin: left;
  transition: transform 0.35s var(--ease);
}
.text-link:hover::after { transform: scaleX(1); }
.text-link:hover { color: var(--accent-solid); }

/* =========================================================
   FILM GRAIN — reference build is perfectly flat black,
   so this stays wired for reduced-motion users but effectively off.
   ========================================================= */
.grain-overlay { display: none; }

/* =========================================================
   MARQUEE
   ========================================================= */
/* =========================================================
   EDITORIAL CROSS MARQUEE
   ========================================================= */

.marquee-cross {
  position: relative;
  width: 100%;
  height: 350px;

  overflow: hidden;

  background: var(--black);

  /* border-top: 1px solid var(--white-14); */
  /* border-bottom: 1px solid var(--white-14); */
}


/* =========================================================
   BASE STRIP
   ========================================================= */

.marquee-line {
  position: absolute;

  left: -15%;
  width: 130%;

  height: 58px;

  display: flex;
  align-items: center;

  overflow: visible;

  transform-origin: center;
}


/* =========================================================
   WHITE STRIP
   ========================================================= */

.marquee-line-forward {
  top: 35%;

  background: #ffffff;
  color: #000000;

  transform: rotate(8deg);

  z-index: 2;
}


/* =========================================================
   PURPLE STRIP
   ========================================================= */

.marquee-line-reverse {
  top: 60%;

  background: var(--violet-1);
  color: #000000;

  transform: rotate(-4deg);

  z-index: 3;
}


/* =========================================================
   TRACK
   ========================================================= */

.marquee-track {
  display: flex;

  width: max-content;
  flex-shrink: 0;

  will-change: transform;
}


/* =========================================================
   GROUP
   ========================================================= */

.marquee-group {
  display: flex;
  align-items: center;

  flex: 0 0 auto;

  gap: 2.4rem;
  padding-right: 3.2rem;
}


/* =========================================================
   TYPOGRAPHY
   ========================================================= */

.marquee-group span {
  flex: 0 0 auto;

  font-family: var(--font-poster);
  font-size: 1rem;
  font-weight: 600;

  letter-spacing: 0.04em;
  text-transform: uppercase;

  white-space: nowrap;
}

.marquee-group i {
  flex: 0 0 auto;

  font-size: 0.75rem;
  font-style: normal;

  opacity: 0.4;
}


/* =========================================================
   MOVEMENT
   ========================================================= */

.marquee-line-forward .marquee-track {
  animation: marquee-forward 24s linear infinite;
}

.marquee-line-reverse .marquee-track {
  animation: marquee-reverse 24s linear infinite;
}


@keyframes marquee-forward {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-25%, 0, 0);
  }
}


@keyframes marquee-reverse {
  from {
    transform: translate3d(-25%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

  .marquee-cross {
    height: 115px;
  }

  .marquee-line {
    left: -25%;
    width: 150%;
    height: 38px;
  }

  .marquee-group {
    gap: 1.5rem;
    padding-right: 2rem;
  }

  .marquee-group span {
    font-size: 0.78rem;
  }

  .marquee-group i {
    font-size: 0.6rem;
  }
}

/* =========================================================
   NAVIGATION — centered script+poster monogram lockup, plain
   text links split left/right, no button chrome except the
   single booking CTA. Same #navLinks / #navToggle hooks
   main.js already wires up.
   ========================================================= */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  padding: 2rem 0;
  transition: background 0.4s var(--ease), padding 0.4s var(--ease), border-color .4s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header::after {
  content: '';
  position: absolute;
  left: var(--gutter); right: var(--gutter); bottom: -1px;
  height: 1px;
  background: var(--white-14);
}
.site-header.is-scrolled {
  background: rgba(var(--black-rgb), 0.86);
  backdrop-filter: blur(14px);
  padding: 1.05rem 0;
}
.nav-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
}

/* Small always-on mark, mobile / fallback */
.brand-mobile {
  display: none;
  font-family: var(--font-poster);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  color: var(--white);
}

/* Centered script+poster emblem lockup, desktop — echoes the reference's
   centered logo mark sitting above a small tracked wordmark. */
.brand-desktop {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1;
  gap: 0.25rem;
}
.brand-mark {
  font-family: var(--font-poster);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--white);
  display: inline-flex;
  align-items: baseline;
}
.brand-mark .script {
  font-family: var(--font-script);
  font-weight: 700;
  font-size: 1.55em;
  margin-right: -0.06em;
  color: var(--white);
}
.brand-name {
  font-family: var(--font-poster);
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--white);
}
.brand-caption {
  font-size: 0.56rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--white-50);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.nav-group { display: flex; align-items: center; gap: 2.3rem; }
.nav-links a {
  font-family: var(--font-body);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--white-70);
  position: relative;
  padding-bottom: 4px;
  text-transform: uppercase;
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 2px;
  background: var(--accent-gradient);
  transition: width 0.3s var(--ease);
}
.nav-links a:hover::after { width: 100%; }
.nav-links a:hover { color: var(--white); }
.nav-links a.btn { text-transform: uppercase; }
.nav-links a.btn::after { display: none; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  width: 30px; height: 22px;
  position: relative;
  padding: 0;
  z-index: 2;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%; height: 1px;
  background: var(--white);
  transition: transform 0.3s var(--ease), opacity 0.3s var(--ease), top 0.3s var(--ease);
}
.nav-toggle span { top: 10px; }
.nav-toggle span::before { top: -8px; }
.nav-toggle span::after { top: 8px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--white-14);
  background: transparent;
  color: var(--white-70);
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.theme-toggle:hover { color: var(--white); border-color: var(--white-35); }
.theme-toggle-icon--moon { display: none; }
:root[data-theme="light"] .theme-toggle-icon--sun { display: none; }
:root[data-theme="light"] .theme-toggle-icon--moon { display: block; }

@media (max-width: 860px) {
  .brand-desktop { display: none; }
  .brand-mobile { display: block; }
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed;
    inset: 0;
    background: var(--black);
    flex-direction: column;
    justify-content: center;
    gap: 2.4rem;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.45s var(--ease), opacity 0.4s var(--ease), visibility 0.45s;
  }
  .nav-links.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .nav-group { flex-direction: column; gap: 2rem; }
  .nav-links a { font-size: 1.3rem; }
}

/* =========================================================
   HERO — scattered B&W photo collage behind a centered kicker
   + two-tone headline (clean sans line, then a huge brush-script
   accent word with an underline), mirroring the reference intro.
   ========================================================= */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--black);
  overflow: hidden;
  padding: clamp(7rem, 14vw, 10rem) 0 4rem;
  --mx: 50%;
  --my: 32%;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(ellipse 55% 45% at var(--mx) var(--my), var(--accent-wash), transparent 62%);
  pointer-events: none;
}
.hero-collage {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-photo {
  position: absolute;
  width: 15vw;
  max-width: 230px;
  min-width: 130px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08);
  opacity: 0;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.55);
  transform-origin: center bottom;
  animation: hero-photo-in 1.2s cubic-bezier(0.16, 0.84, 0.32, 1) forwards;
}
@keyframes hero-photo-in {
  from { opacity: 0; transform: translateY(60px) scale(0.88) rotate(var(--rot, -2deg)); }
  to   { opacity: 1; transform: translateY(0) scale(1) rotate(0deg); }
}
.hp-1 { top: 10%; left: 5%;  animation-delay: .5s; --rot: -3deg; }
.hp-2 { top: 8%;  right: 6%; width: 13vw; max-width: 190px; animation-delay: .65s; z-index: 3; --rot: 2.5deg; }
.hp-3 { top: 50%; left: 20%; width: 16vw; max-width: 250px; animation-delay: .8s;  z-index: 3; --rot: -2deg; }
.hp-4 { top: 46%; right: 15%; animation-delay: .95s; --rot: 3deg; }
.hp-5 { top: 68%; left: 47%; width: 13vw; max-width: 190px; animation-delay: 1.1s; z-index: 1; --rot: -2.5deg; }

@media (max-width: 1200px) {
  .hero-photo { width: 17vw; }
  .hp-5 { display: none; }
}
@media (max-width: 900px) {
  .hero-collage { display: none; }
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: var(--white);
}
.hero-kicker {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--white-70);
  margin: 0;
  opacity: 0;
  transform: translateY(10px);
  animation: hero-rise-plain 0.9s var(--ease) 0.15s forwards;
}
.hero-headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  margin-top: clamp(0.8rem, 2vw, 1.3rem);
}
.hh-line {
  font-family: var(--font-poster);
  font-weight: 500;
  font-size: clamp(1.5rem, 3.6vw, 2.6rem);
  color: var(--white);
  opacity: 0;
  transform: translateY(14px);
  animation: hero-rise-plain 0.9s var(--ease) 0.32s forwards;
}
.hh-accent {
  position: relative;
  display: inline-block;
  font-family: var(--font-script);
  font-weight: 700;
  font-size: clamp(4rem, 12.5vw, 9.5rem);
  line-height: 1;
  margin-top: 0.08em;
  background: var(--accent-gradient);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transform: translateY(24px) scale(0.92) rotate(-1.5deg);
  animation: hero-accent-in 1.1s var(--ease) 0.6s forwards,
             accent-shimmer 7s ease-in-out infinite 1.7s;
}
.hh-accent::after {
  content: '';
  position: absolute;
  left: -4%; right: -4%;
  bottom: 0.3em;
  height: 1px;
  background: var(--white-35);
  transform: scaleX(0) rotate(-1.2deg);
  transform-origin: left;
  animation: hh-underline 0.9s var(--ease) 1.15s forwards;
}
@keyframes hh-underline { to { transform: scaleX(1) rotate(-1.2deg); } }
@keyframes hero-accent-in { to { opacity: 1; transform: translateY(0) scale(1) rotate(-1.5deg); } }
@keyframes hero-rise-plain { to { opacity: 1; transform: translateY(0); } }

.hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  flex-wrap: wrap;
  margin-top: clamp(2.4rem, 5vw, 3.6rem);
  opacity: 0;
  animation: hero-rise-plain 0.9s var(--ease) 1.3s forwards;
}

/* =========================================================
   STRUCTURAL TYPOGRAPHY — bleeding wordmarks used as section
   punctuation (footer bookend).
   ========================================================= */
.mega-word {
  font-family: var(--font-poster);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.82;
  color: var(--white);
  opacity: 0.96;
  white-space: nowrap;
  user-select: none;
}
.mega-word .accent {
  background: var(--accent-gradient);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: accent-shimmer 7s ease-in-out infinite;
}

.footer-bookend { overflow: hidden; padding-bottom: 0; text-align: center; }
.footer-bookend .mega-word {
  display: block;
  font-size: clamp(2.2rem, 11vw, 9rem);
  letter-spacing: -0.02em;
  opacity: 0.95;
}
.footer-bookend .mega-word + .mega-word { margin-top: -0.08em; }

/* =========================================================
   ABOUT — two-column statement text (scroll-scrubbed by
   motion.js; fully readable by default with no JS at all),
   followed by portrait + specialisms, then the stat band.
   ========================================================= */
.about-text-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  margin-top: 1.6rem;
}
.about-col {
  font-family: var(--font-poster);
  font-weight: 400;
  font-size: clamp(1.1rem, 2.1vw, 1.45rem);
  line-height: 1.5;
  color: var(--white-88);
  margin: 0;
}
@media (max-width: 860px) {
  .about-text-grid { grid-template-columns: 1fr; gap: 1.4rem; }
}

.about-media-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) 1.3fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  margin-top: clamp(3rem, 7vw, 5.5rem);
}
.about-media-bg-word {
  position: absolute;
  top: 50%; left: 0; right: 0;
  transform: translateY(-50%);
  text-align: center;
  font-family: var(--font-poster);
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(4rem, 14vw, 11rem);
  line-height: 0.8;
  color: var(--white);
  opacity: 0.04;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}
.about-media { position: relative; z-index: 1; }
.about-media::before {
  content: '';
  position: absolute;
  inset: 16px -16px -16px 16px;
  border: 1px solid var(--white-18);
  border-radius: var(--radius);
  z-index: -1;
  transition: inset 0.5s var(--ease);
}
.about-media:hover::before { inset: 11px -20px -20px 11px; }
.about-media img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
  border-radius: var(--radius);
  position: relative;
}
.about-side { position: relative; z-index: 1; }
.about-side .eyebrow { margin-bottom: 1.3rem; }
.about-note {
  position: relative;
  color: var(--white-88);
  max-width: 56ch;
  font-family: var(--font-poster);
  font-weight: 400;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.55;
  margin: 0;
  padding-left: 1.5rem;
}
.about-note::before {
  content: '';
  position: absolute;
  left: 0; top: 0.15em; bottom: 0.15em;
  width: 2px;
  background: var(--accent-gradient);
}
.about-quote-mark {
  display: block;
  font-family: var(--font-poster);
  font-weight: 700;
  font-size: clamp(3rem, 6vw, 4.2rem);
  line-height: 0.4;
  height: 1.4rem;
  margin-bottom: 0.4rem;
  background: var(--accent-gradient);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: accent-shimmer 7s ease-in-out infinite;
}
.about-specialisms { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 2rem; }
.tag-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  padding: 0.55em 1.1em;
  border: 1px solid var(--white-18);
  border-radius: var(--radius-pill);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white-70);
  transition: border-color 0.3s var(--ease), color 0.3s var(--ease);
}
.tag-pill::before {
  content: '';
  width: 5px; height: 5px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--accent-gradient);
}
.tag-pill:hover { border-color: var(--accent-solid); color: var(--white); }
@media (max-width: 860px) {
  .about-media-row { grid-template-columns: 1fr; }
  .about-media::before { inset: 12px -12px -12px 12px; }
}

/* Stat band */
.stat-band { padding: clamp(3rem, 6vw, 4.5rem) 0 0; }
.stat-band-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 2rem;
  margin-top: clamp(3rem, 7vw, 5.5rem);
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
  border-top: 1px solid var(--white-14);
}
.stat-band-item { text-align: left; }
.stat-band-item .num {
  display: block;
  font-family: var(--font-poster);
  font-weight: 700;
  font-size: clamp(2.2rem, 4.6vw, 3.6rem);
  color: var(--white);
  line-height: 1;
}
.stat-band-item .label {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--white-50);
}

/* =========================================================
   STATEMENT BAND — "We bring together... nothing short of
   iconic" style kinetic mid-page line. Pinned + scrubbed by
   motion.js when GSAP/ScrollTrigger are available; the plain
   CSS state below is already fully opaque and readable, so a
   failed CDN load just means it doesn't animate — never that
   the text is missing.
   ========================================================= */
.statement-band {
  background: var(--black);
  border-top: 1px solid var(--white-08);
  min-height: 62vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(4.5rem, 10vw, 7rem) 0;
  text-align: center;
}
.statement-inner { max-width: 920px; margin: 0 auto; }
.statement-line {
  font-family: var(--font-poster);
  font-weight: 500;
  font-size: clamp(1.5rem, 3.8vw, 2.6rem);
  line-height: 1.3;
  color: var(--white-88);
  margin: 0 0 0.15em;
}
.statement-accent {
  padding: 20px;
  display: inline-block;
  margin-top: 0.3em;
  font-family: var(--font-script);
  font-weight: 700;
  font-size: clamp(3.6rem, 10.5vw, 7.5rem);
  line-height: 1;
  background: var(--accent-gradient);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 28px var(--accent-glow));
  animation: accent-shimmer 7s ease-in-out infinite;
}
.statement-band.js-pinned { height: 100vh; min-height: 100vh; padding: 0; }

/* =========================================================
   PORTFOLIO / WORK — staggered collage grid with a giant
   near-transparent wordmark bleeding behind it, always-on
   outlined name tags bottom-left (no hover-reveal), matching
   the reference's roster grid.
   ========================================================= */
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.filter-btn {
  background: none;
  border: none;
  font-family: var(--font-body);
  color: var(--white-50);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0 0 0.4rem;
  position: relative;
  transition: color 0.3s var(--ease);
}
.filter-btn::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: var(--white);
  transition: width 0.3s var(--ease);
}
.filter-btn:hover { color: var(--white); }
.filter-btn:hover::after { width: 100%; }
.filter-btn.is-active { color: var(--white); }
.filter-btn.is-active::after { width: 100%; background: var(--accent-gradient); height: 2px; }
.section--dark .filter-btn,
.section--porcelain-dim .filter-btn { color: var(--white-50); }

.portfolio-wrap { position: relative; margin-top: clamp(2rem, 5vw, 3rem); }
.portfolio-bg-word {
  position: absolute;
  top: -0.4rem; left: 0; right: 0;
  text-align: center;
  font-family: var(--font-poster);
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(4.5rem, 15vw, 12rem);
  line-height: 0.8;
  color: var(--white);
  opacity: 0.05;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.portfolio-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 8vw;
  grid-auto-flow: row dense;
  gap: 1.1rem;
  perspective: 1000px;
}
.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--black-soft);
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  font: inherit;
  color: inherit;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
  transform-style: preserve-3d;
  will-change: transform;
}
.portfolio-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s var(--ease), filter 0.7s var(--ease);
  filter: grayscale(1) contrast(1.05);
}
.portfolio-item:hover img { transform: scale(1.05); filter: grayscale(0.35) contrast(1.05); }

/* organic collage sizing — repeats every 12 items, no data changes needed.
   Row/column spans alone create the masonry size variety; deliberately no
   margin-top nudges here — those pushed items outside their allocated grid
   cell, which only looked fine with a long enough item sequence to absorb
   the overflow and clipped into neighboring photos otherwise (e.g. on a
   capped 6-item grid). */
.portfolio-grid .portfolio-item:nth-child(12n+1) { grid-column: span 2; grid-row: span 5; }
.portfolio-grid .portfolio-item:nth-child(12n+2) { grid-column: span 2; grid-row: span 4; }
.portfolio-grid .portfolio-item:nth-child(12n+3) { grid-column: span 2; grid-row: span 6; }
.portfolio-grid .portfolio-item:nth-child(12n+4) { grid-column: span 3; grid-row: span 5; }
.portfolio-grid .portfolio-item:nth-child(12n+5) { grid-column: span 3; grid-row: span 5; }
.portfolio-grid .portfolio-item:nth-child(12n+6) { grid-column: span 2; grid-row: span 4; }
.portfolio-grid .portfolio-item:nth-child(12n+7) { grid-column: span 2; grid-row: span 4; }
.portfolio-grid .portfolio-item:nth-child(12n+8) { grid-column: span 2; grid-row: span 5; }
.portfolio-grid .portfolio-item:nth-child(12n+9) { grid-column: span 3; grid-row: span 4; }
.portfolio-grid .portfolio-item:nth-child(12n+10) { grid-column: span 3; grid-row: span 5; }
.portfolio-grid .portfolio-item:nth-child(12n+11) { grid-column: span 2; grid-row: span 4; }
.portfolio-grid .portfolio-item:nth-child(12n+12) { grid-column: span 2; grid-row: span 5; }
/* size hints from data still win, if a category ever supplies them */
.portfolio-item.size-tall { grid-row: span 7 !important; }
.portfolio-item.size-wide { grid-column: span 4 !important; }

/* always-visible name tag, bottom-left, overlapping the image */
.portfolio-caption {
  position: absolute;
  left: 0.7rem; bottom: 0.7rem;
  z-index: 2;
  display: inline-flex;
  padding: 0.4em 0.75em;
  background: rgba(var(--black-rgb), 0.72);
  backdrop-filter: blur(3px);
  border: 1px solid var(--white-18);
  color: var(--white);
  opacity: 1;
  transform: none;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.portfolio-item:hover .portfolio-caption { border-color: var(--white); background: rgba(var(--black-rgb), 0.88); }
.portfolio-caption .cat { display: none; }
.portfolio-caption .title { font-family: var(--font-body); font-weight: 600; font-size: 0.78rem; letter-spacing: 0.01em; }

.portfolio-index { display: none; }
.portfolio-star {
  position: absolute;
  top: 0.7rem; right: 0.7rem;
  z-index: 2;
  width: 26px; height: 26px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--accent-gradient);
  background-size: 200% auto;
  animation: accent-shimmer 7s ease-in-out infinite;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.portfolio-empty, .list-empty {
  padding: 3rem 1rem;
  text-align: center;
  color: var(--white-50);
  border: 1px dashed var(--white-14);
  border-radius: var(--radius);
}

.portfolio-more { text-align: center; margin-top: clamp(2rem, 5vw, 3rem); position: relative; z-index: 1; }
.portfolio-more .btn { min-width: 220px; }

@media (max-width: 860px) {
  .portfolio-bg-word { font-size: clamp(3rem, 18vw, 6rem); top: -0.2rem; }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 44vw; }
  .portfolio-grid .portfolio-item { grid-column: span 1 !important; grid-row: span 1 !important; margin-top: 0 !important; }
  .portfolio-item.size-wide { grid-column: span 2 !important; }
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 500;
  /* Always dark, independent of --black-rgb — a light-theme scrim would
     wash out the photos it's meant to showcase. */
  background: rgba(0, 0, 0, 0.97);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s var(--ease), visibility 0.35s;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox-figure { max-width: min(90vw, 1000px); max-height: 82vh; text-align: center; }
.lightbox-figure img { max-height: 82vh; margin: 0 auto; border-radius: var(--radius); filter: grayscale(0.2); }
.lightbox-caption { color: rgba(255, 255, 255, 0.7); margin-top: 1rem; font-size: 0.85rem; }
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  border-radius: 50%;
  width: 46px; height: 46px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  transition: all 0.3s var(--ease);
}
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { border-color: #ffffff; color: var(--violet-1); }
.lightbox-close { top: 1.5rem; right: 1.5rem; }
.lightbox-prev { left: 1.5rem; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 1.5rem; top: 50%; transform: translateY(-50%); }
@media (max-width: 600px) {
  .lightbox-prev { left: 0.5rem; }
  .lightbox-next { right: 0.5rem; }
  .lightbox-close { top: 0.75rem; right: 0.75rem; }
}

/* =========================================================
   SERVICES
   ========================================================= */
.services-list { margin-top: 1rem; }
.service-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  column-gap: 2rem;
  row-gap: 0.35rem;
  padding: 1.7rem 0;
  border-top: 1px solid var(--white-14);
  transition: padding-left 0.4s var(--ease);
}
.services-list .service-row:last-child { border-bottom: 1px solid var(--white-14); }
.service-row:hover { padding-left: 0.6rem; }
.service-name {
  grid-column: 1;
  font-family: var(--font-poster);
  font-weight: 500;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  color: var(--white);
}
.service-desc {
  grid-column: 1;
  font-size: 0.88rem;
  color: var(--white-50);
  max-width: 46ch;
}
.service-meta {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.3rem;
}
.service-price {
  font-family: var(--font-poster);
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--white-88);
  white-space: nowrap;
}
.service-price--hidden {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-solid);
}
.service-duration {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white-35);
}
.service-row .btn { grid-column: 3; grid-row: 1 / span 2; }
@media (max-width: 700px) {
  .service-row { grid-template-columns: 1fr auto; }
  .service-row .btn { grid-column: 2; grid-row: 3; margin-top: 0.6rem; }
  .service-meta { grid-column: 2; grid-row: 1 / span 2; align-items: flex-end; }
}

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonial-track-wrap { position: relative; margin-top: 2rem; }
.testimonial-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}
.testimonial-track::-webkit-scrollbar { display: none; }
.testimonial-card {
  scroll-snap-align: start;
  flex: 0 0 clamp(280px, 40vw, 420px);
  background: var(--black-soft);
  border: 1px solid var(--white-08);
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  transition: border-color 0.35s var(--ease), transform 0.35s var(--ease);
}
.testimonial-card:hover { border-color: var(--white-18); transform: translateY(-3px); }
.testimonial-rating { color: var(--accent-solid); font-size: 0.95rem; letter-spacing: 0.15em; }
.testimonial-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.5;
  color: var(--white-88);
  margin: 0;
}
.testimonial-person { display: flex; align-items: center; gap: 0.9rem; margin-top: auto; }
.testimonial-person img {
  width: 42px; height: 42px; border-radius: 50%;
  object-fit: cover; filter: grayscale(1);
}
.testimonial-person .name { font-weight: 600; font-size: 0.9rem; color: var(--white); }
.testimonial-person .occasion { font-size: 0.76rem; color: var(--white-50); }

.testimonial-nav { display: flex; gap: 0.8rem; margin-top: 1.6rem; }
.testimonial-nav button {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid var(--white-18);
  background: none;
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s var(--ease);
}
.testimonial-nav button:hover { border-color: var(--white); background: var(--white); color: var(--black); }

/* =========================================================
   CTA BAND
   ========================================================= */
.cta-band {
  background: var(--black);
  text-align: center;
  padding: clamp(4.5rem, 10vw, 8rem) 0;
  border-top: 1px solid var(--white-08);
}
.cta-band .section-heading { max-width: 18ch; margin: 0.6rem auto 2.2rem; }
.cta-band-actions { display: flex; justify-content: center; gap: 1.6rem; flex-wrap: wrap; }

/* =========================================================
   NEWSLETTER BAND — closing module, matches the reference's
   "Subscribe to our Newsletter" (with a couple of swash-cap
   letters echoing its ornate display caps).
   ========================================================= */
.newsletter-band {
  background: var(--black);
  padding: clamp(4.5rem, 10vw, 8rem) 0 clamp(3rem, 6vw, 4rem);
  text-align: center;
  border-top: 1px solid var(--white-08);
}
.newsletter-heading {
  max-width: 18ch;
  margin: 0.6rem auto 2.4rem;
  font-weight: 500;
}
.newsletter-form {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: var(--black-soft);
  border: 1px solid var(--white-18);
  border-radius: var(--radius-pill);
  padding: 0.35rem 0.35rem 0.35rem 1.4rem;
  transition: border-color 0.3s var(--ease);
}
.newsletter-form:focus-within { border-color: var(--white); }
.newsletter-form input {
  flex: 1;
  background: none;
  border: none;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.95rem;
  padding: 0.9rem 0;
  min-width: 0;
}
.newsletter-form input::placeholder { color: var(--white-35); }
.newsletter-form input:focus { outline: none; }
.newsletter-form button {
  width: 46px; height: 46px;
  border-radius: 50%;
  border: none;
  background: var(--white);
  color: var(--black);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
  transition: background 0.3s var(--ease), transform 0.3s var(--ease);
}
.newsletter-form button:hover { background: var(--violet-1); color: var(--ink); transform: translateX(2px); }
.newsletter-note {
  margin-top: 1rem;
  font-size: 0.82rem;
  color: var(--white-50);
  min-height: 1.2em;
}
.newsletter-note.is-success { color: var(--accent-solid); }

/* =========================================================
   CONTACT
   ========================================================= */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
}
.contact-list { margin-top: 1.5rem; }
.contact-list li {
  padding: 1.1rem 0;
  border-top: 1px solid var(--white-14);
  display: flex;
  gap: 1rem;
  font-size: 0.92rem;
}
.contact-list li:last-child { border-bottom: 1px solid var(--white-14); }
.contact-list li .k {
  width: 7rem;
  flex-shrink: 0;
  font-size: 0.7rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--white-35);
  padding-top: 0.2rem;
}
.contact-list li .v { color: var(--white-70); }
.contact-list li .v a { color: var(--white); font-weight: 500; }
.contact-list li .v a:hover { color: var(--accent-solid); }
.hours-table { width: 100%; margin-top: 1.5rem; border-collapse: collapse; }
.hours-table tr { border-top: 1px solid var(--white-14); }
.hours-table tr:last-child { border-bottom: 1px solid var(--white-14); }
.hours-table td { padding: 0.85rem 0; font-size: 0.88rem; color: var(--white-70); }
.hours-table td:last-child { text-align: right; color: var(--white); }
.hours-table tr.is-today td { color: var(--white); font-weight: 600; }
.contact-map { position: relative; border: 1px solid var(--white-14); overflow: hidden; min-height: 320px; }
.contact-map iframe { width: 100%; height: 100%; min-height: 320px; border: 0; filter: grayscale(1) invert(0.92) contrast(0.9); }
:root[data-theme="light"] .contact-map iframe { filter: grayscale(0.35); }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }

/* =========================================================
   FOOTER — link columns + back-to-top, bookend by a huge
   two-line wordmark bleeding to the viewport edges.
   ========================================================= */
.site-footer { background: var(--black); border-top: 1px solid var(--white-14); padding-top: clamp(3rem, 6vw, 4.5rem); }
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, auto);
  gap: clamp(2rem, 5vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
  border-bottom: 1px solid var(--white-08);
}
.footer-brand-mark { display: inline-flex; align-items: baseline; gap: 0.55rem; }
.footer-brand-mark .brand-name { font-size: 1rem; }
.footer-tagline { margin-top: 0.8rem; color: var(--white-50); font-size: 0.85rem; max-width: 32ch; }
.footer-nav { display: flex; flex-direction: column; gap: 0.75rem; }
.footer-nav a { font-size: 0.85rem; color: var(--white-70); }
.footer-nav a:hover { color: var(--white); }
.footer-col-title { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--white-35); margin-bottom: 0.9rem; }
.footer-social { display: flex; gap: 0.7rem; }
.footer-social a {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid var(--white-18);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem;
  transition: all 0.3s var(--ease);
}
.footer-social a:hover { border-color: var(--white); background: var(--white); color: var(--black); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.6rem 0;
  font-size: 0.78rem;
  color: var(--white-35);
}
.back-to-top { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--white-70); }
.back-to-top:hover { color: var(--white); }

@media (max-width: 900px) {
  .footer-top { grid-template-columns: 1fr 1fr; row-gap: 2.5rem; }
}
@media (max-width: 560px) {
  .footer-top { grid-template-columns: 1fr; }
}

/* =========================================================
   WHATSAPP FLOAT
   ========================================================= */
.whatsapp-float {
  position: fixed;
  right: 1.6rem; bottom: 1.6rem;
  z-index: 150;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--violet-1); 
  color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  transition: transform 0.3s var(--ease), background 0.3s var(--ease);
}
.whatsapp-float:hover { transform: translateY(-3px); background: var(--violet-1); }

/* =========================================================
   REVEAL-ON-SCROLL UTILITY
   ========================================================= */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* =========================================================
   BOOKING PAGE (book.html)
   ========================================================= */
.simple-header {
  position: relative;
  padding: 1.3rem 0;
  border-bottom: 1px solid var(--white-14);
  background: var(--black);
}
.simple-header .nav-inner { justify-content: space-between; }
.simple-header .brand {
  font-family: var(--font-poster);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  color: var(--white);
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
}
.simple-header .back-link {
  font-size: 0.8rem;
  color: var(--white-70);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.simple-header .back-link:hover { color: var(--accent-solid); }

.booking-shell { min-height: 100svh; padding: clamp(4rem, 8vw, 6rem) 0 5rem; background: var(--black); }
.booking-header { text-align: center; max-width: 46ch; margin: 0 auto 3rem; }
.booking-steps {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 3rem;
  max-width: 640px;
  margin-left: auto; margin-right: auto;
}
.booking-step {
  flex: 1;
  text-align: center;
  position: relative;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white-35);
  padding-bottom: 0.9rem;
  border-bottom: 2px solid var(--white-14);
}
.booking-step.is-active { color: var(--white); border-color: var(--accent-solid); font-weight: 600; }
.booking-step.is-done { color: var(--white-70); border-color: var(--white-70); }

.booking-card {
  max-width: 640px;
  margin: 0 auto;
  background: var(--black-soft);
  border: 1px solid var(--white-14);
  border-radius: var(--radius);
  padding: clamp(1.75rem, 5vw, 3rem);
}
.booking-card h3 { font-size: 1.3rem; color: var(--white); }

.form-group { margin-bottom: 1.4rem; }
.form-group label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: var(--white-50);
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.85em 1em;
  font-family: var(--font-body);
  font-size: 0.95rem;
  border: 1px solid var(--white-18);
  background: var(--black);
  color: var(--white);
  border-radius: var(--radius);
  transition: border-color 0.3s var(--ease);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--white-35); }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--white); outline: none; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-error {
  font-size: 0.78rem;
  color: var(--accent-solid);
  margin-top: 0.4rem;
  display: none;
}
.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea { border-color: var(--violet-2); }
.form-group.has-error .form-error { display: block; }

.service-pick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.service-pick {
  border: 1px solid var(--white-14);
  background: var(--black);
  border-radius: var(--radius);
  padding: 1rem;
  text-align: left;
  transition: all 0.25s var(--ease);
}
.service-pick:hover { border-color: var(--white-50); }
.service-pick.is-selected { border-color: var(--accent-solid); background: var(--accent-wash); }
.service-pick .name { font-family: var(--font-poster); font-weight: 500; font-size: 1rem; color: var(--white); }
.service-pick .meta { font-size: 0.76rem; color: var(--white-50); margin-top: 0.3rem; }

.time-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.6rem; margin-top: 0.5rem; }
.time-slot {
  border: 1px solid var(--white-14);
  background: var(--black);
  color: var(--white-70);
  padding: 0.7em 0.5em;
  border-radius: var(--radius);
  font-size: 0.85rem;
  text-align: center;
  transition: all 0.25s var(--ease);
}
.time-slot:hover:not([disabled]) { border-color: var(--white-50); color: var(--white); }
.time-slot.is-selected { background: var(--white); color: var(--black); border-color: var(--white); }
.time-slot[disabled] { opacity: 0.3; cursor: not-allowed; text-decoration: line-through; }

.booking-nav { display: flex; justify-content: space-between; margin-top: 2rem; gap: 1rem; }

.booking-summary { border-top: 1px solid var(--white-14); margin-top: 1.5rem; padding-top: 1.5rem; }
.booking-summary-row { display: flex; justify-content: space-between; font-size: 0.9rem; padding: 0.35rem 0; color: var(--white-70); }
.booking-summary-row .k { color: var(--white-35); }

.confirmation-panel { text-align: center; padding: 2rem 0; }
.confirmation-icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  border: 1px solid var(--accent-solid);
  color: var(--accent-solid);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.6rem;
}
.confirmation-panel h2 { font-size: 1.8rem; color: var(--white); }
.confirmation-panel p { color: var(--white-50); margin-top: 0.8rem; max-width: 40ch; margin-left: auto; margin-right: auto; }

@media (max-width: 600px) {
  .form-row { grid-template-columns: 1fr; }
  .service-pick-grid { grid-template-columns: 1fr; }
  .time-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-step span.step-label { display: none; }
}

/* =========================================================
   AWWWARDS-LAYER — preloader theatrics, cross-doc transitions,
   magnetic buttons, portfolio tilt, marquee hover-pause.
   Progressive enhancement: if motion.js never runs, the plain
   CSS above still renders and behaves correctly on its own.
   ========================================================= */
@view-transition {
  navigation: auto;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: var(--black);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  transition: opacity 0.7s var(--ease), visibility 0.7s;
}
.preloader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-marks {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  line-height: 1;
}
.preloader-marks .pl-mark {
  font-family: var(--font-poster);
  font-weight: 700;
  font-size: clamp(4rem, 17vw, 9.5rem);
  color: var(--white);
  opacity: 0;
  transform: translateY(40px) scale(0.7);
  animation: pl-mark-in 0.9s var(--ease) forwards;
}
.preloader-marks .pl-mark-a {
  font-family: var(--font-script);
  font-weight: 700;
  animation-delay: 0.05s;
}
.preloader-marks .pl-mark-s { animation-delay: 0.28s; }
@keyframes pl-mark-in { to { opacity: 1; transform: translateY(0) scale(1); } }
.preloader-mark {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--white-50);
  opacity: 0;
  animation: pl-mark-in 0.8s var(--ease) 0.55s forwards;
}
.preloader-bar {
  width: 160px;
  height: 1px;
  background: var(--white-14);
  overflow: hidden;
}
.preloader-bar span {
  display: block;
  height: 100%;
  width: 0%;
  background: var(--accent-gradient);
  transition: width 1.1s var(--ease);
}
.preloader.is-loaded .preloader-bar span { width: 100%; }
.preloader.is-loaded .preloader-marks .pl-mark { animation: pl-mark-out 0.6s var(--ease) forwards; }
@keyframes pl-mark-out { to { opacity: 0; transform: translateY(-16px) scale(0.92); } }
@media (prefers-reduced-motion: reduce) {
  .preloader { display: none; }
}

.btn { will-change: transform; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.portfolio-grid { perspective: 1000px; }
.split-line { overflow: hidden; display: block; }
.gs-word, .gs-char { will-change: transform, opacity; }