/* ============================================================
   FARRAH COUTURE — "Maison Farrah" design system
   Reference: the atelier's own purple script logo wall + gown gold.
   Velvet aubergine (drench) · Pearl lilac-white · Gown gold · Orchid
   Display: Italiana · Body: Schibsted Grotesk
   Signatures: measuring-tape gauge · lace-hem edges · arched mirror
   frames · gold stitch underlines
   ============================================================ */

@font-face {
  font-family: 'Italiana';
  src: url('../fonts/italiana.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Schibsted Grotesk';
  src: url('../fonts/schibsted-var.woff2') format('woff2');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Schibsted Grotesk';
  src: url('../fonts/schibsted-italic-var.woff2') format('woff2');
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --velvet: #2B1B33;
  --velvet-deep: #211427;
  --velvet-soft: #3A2745;
  --orchid: #7C5296;
  --orchid-deep: #5F3D75;
  --lilac: #CBB3DC;
  --gold: #B8923F;
  --gold-bright: #D9B96E;
  --pearl: #F7F4F9;
  --pearl-dim: #EFEAF4;
  --ink: #241A2B;
  --ink-soft: #55465F;
  --on-velvet: #F2ECF7;
  --on-velvet-dim: #C9BBD4;
  --hair: rgba(36, 26, 43, .16);
  --hair-v: rgba(242, 236, 247, .18);
  --display: 'Italiana', 'Didot', Georgia, serif;
  --body: 'Schibsted Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --max: 1480px;
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --ease: cubic-bezier(.19, 1, .22, 1);
  /* z-scale: content 1 · peek 40 · gauge 60 · header 100 · nav 110 · lightbox native */
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--pearl);
  color: var(--ink);
  font-family: var(--body);
  font-weight: 430;
  font-size: 1.03rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--gold); color: var(--velvet-deep); }

:focus-visible { outline: 2px solid var(--orchid); outline-offset: 3px; }
.theme-velvet :focus-visible, .site-head :focus-visible, .site-foot :focus-visible { outline-color: var(--gold-bright); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 300;
  background: var(--gold); color: var(--velvet-deep);
  padding: .75rem 1.25rem; font-weight: 700; text-decoration: none;
}
.skip-link:focus { left: 0; }

/* ---------- type ---------- */
h1, h2, h3, .display {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: .008em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.7rem, 6.2vw, 6rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.7rem); }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.8rem); }
p { text-wrap: pretty; }
.gilt { color: var(--gold); }
.theme-velvet .gilt { color: var(--gold-bright); }

.intro-line {
  font-style: italic; font-weight: 480;
  font-size: 1.02rem; color: var(--orchid-deep);
}
.theme-velvet .intro-line { color: var(--lilac); }

.lede { font-size: clamp(1.05rem, 1.4vw, 1.22rem); color: var(--ink-soft); max-width: 60ch; line-height: 1.55; }
.small { font-size: .875rem; color: var(--ink-soft); }
.theme-velvet .lede, .theme-velvet .small { color: var(--on-velvet-dim); }

/* gold stitch underline: draws in when .in lands on the word */
.stitch-word {
  background-image: repeating-linear-gradient(90deg, var(--gold) 0 .18em, transparent .18em .34em);
  background-repeat: no-repeat;
  background-position: left 96%;
  background-size: 0% .05em;
  transition: background-size 1s var(--ease) .2s;
  padding-bottom: .08em;
}
.stitch-word.in, body.is-loaded .stitch-word--load { background-size: 100% .05em; }

/* ---------- layout ---------- */
.wrap { max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(4.5rem, 10vw, 9rem); position: relative; }
.section--flush { padding-block: 0; }
.g12 { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(.9rem, 1.8vw, 1.8rem); }
@media (max-width: 860px) { .g12 > * { grid-column: 1 / -1 !important; } }
.grid-2 {
  display: grid; gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: repeat(auto-fit, minmax(min(21rem, 100%), 1fr));
  align-items: center;
}

/* velvet drench */
.theme-velvet { background: var(--velvet); color: var(--on-velvet); }
.theme-velvet h1, .theme-velvet h2, .theme-velvet h3 { color: var(--on-velvet); line-height: 1.08; }

/* lace hem: scalloped edge where velvet meets pearl */
.hem { height: 15px; background: radial-gradient(circle at 14px -6px, var(--velvet) 15px, transparent 16px); background-size: 28px 15px; background-repeat: repeat-x; }
.hem--flip { transform: scaleY(-1); }

/* arched atelier-mirror frame */
.arch { border-radius: 999px 999px 0 0; overflow: hidden; }

/* ---------- measuring-tape gauge (signature, kept) ---------- */
.gauge { position: fixed; top: 0; bottom: 0; left: 0; width: 3.4rem; z-index: 60; pointer-events: none; display: none; }
.gauge__track {
  position: absolute; inset: 0 auto 0 1.7rem; width: 1px;
  background: repeating-linear-gradient(to bottom, var(--hair) 0 1px, transparent 1px 12px) left/1px 100% no-repeat;
}
.gauge__track::before {
  content: ''; position: absolute; inset: 0 auto 0 0; width: 10px;
  background: repeating-linear-gradient(to bottom, var(--hair) 0 1px, transparent 1px 60px);
}
.gauge__fill {
  position: absolute; inset: 0 auto 0 1.7rem; width: 2px;
  background: linear-gradient(var(--gold), var(--gold-bright));
  transform-origin: top; transform: scaleY(var(--scroll, 0));
}
.gauge__num {
  position: absolute; left: .5rem; font-size: .58rem; font-weight: 600;
  color: var(--ink-soft); font-variant-numeric: tabular-nums; opacity: .7;
}
@media (min-width: 1180px) { .gauge { display: block; } }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .8rem;
  font-size: .85rem; font-weight: 700; letter-spacing: .02em;
  color: var(--pearl); background: var(--velvet);
  border: 1px solid var(--velvet);
  padding: 1.05rem 1.9rem; text-decoration: none;
  transition: background-color .35s var(--ease), border-color .35s var(--ease),
              color .35s var(--ease), transform .35s var(--ease);
}
.btn::after { content: '\2192'; transition: transform .35s var(--ease); }
.btn:hover, .btn:focus-visible { background: var(--orchid-deep); border-color: var(--orchid-deep); transform: translateY(-2px); }
.btn:hover::after { transform: translateX(.35rem); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--hair); }
.btn--ghost:hover, .btn--ghost:focus-visible { background: transparent; color: var(--orchid-deep); border-color: var(--orchid-deep); }
.theme-velvet .btn, .btn--gold { background: var(--gold); border-color: var(--gold); color: var(--velvet-deep); }
.theme-velvet .btn:hover, .btn--gold:hover, .theme-velvet .btn:focus-visible { background: var(--gold-bright); border-color: var(--gold-bright); color: var(--velvet-deep); }
.theme-velvet .btn--ghost { background: transparent; color: var(--on-velvet); border-color: var(--hair-v); }
.theme-velvet .btn--ghost:hover { color: var(--gold-bright); border-color: var(--gold-bright); background: transparent; }

.link-line {
  color: inherit; text-decoration: none;
  background-image: linear-gradient(var(--gold), var(--gold));
  background-size: 100% 1px; background-repeat: no-repeat; background-position: left 100%;
  transition: color .3s; padding-bottom: 2px;
}
.link-line:hover, .link-line:focus-visible { color: var(--orchid-deep); }
.theme-velvet .link-line:hover, .site-foot .link-line:hover { color: var(--gold-bright); }

/* ---------- header: committed velvet bar ---------- */
.site-head {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: rgba(33, 20, 39, .9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .4s;
}
.site-head.is-scrolled { border-bottom-color: var(--hair-v); }
.site-head__bar {
  max-width: var(--max); margin-inline: auto; padding: .95rem var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
}
.wordmark {
  font-family: var(--display); font-size: 1.55rem; letter-spacing: .06em;
  color: var(--on-velvet); text-decoration: none; line-height: 1;
  display: inline-flex; align-items: baseline; gap: .4em;
}
.wordmark::after { content: ''; width: .28em; height: .28em; border-radius: 50%; background: var(--gold-bright); align-self: center; }
.site-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.4vw, 2.4rem); }
.site-nav a:not(.btn) {
  font-size: .92rem; font-weight: 600; color: var(--on-velvet-dim);
  text-decoration: none; transition: color .3s;
}
.site-nav a:not(.btn):hover { color: var(--gold-bright); }
.site-nav a[aria-current="page"] { color: var(--on-velvet); }
.site-nav a[aria-current="page"]::after { content: ''; display: block; height: 2px; background: var(--gold); margin-top: .3rem; }
.site-nav .btn { padding: .65rem 1.25rem; font-size: .82rem; background: var(--gold); border-color: var(--gold); color: var(--velvet-deep); }
.site-nav .btn:hover { background: var(--gold-bright); border-color: var(--gold-bright); }
.nav-toggle { display: none; z-index: 120; padding: .5rem; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--on-velvet); margin: 6px 0; transition: transform .4s var(--ease), opacity .3s; }
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: fixed; inset: 0; z-index: 110;
    flex-direction: column; justify-content: center; gap: 2rem;
    background: rgba(33, 20, 39, .98);
    opacity: 0; visibility: hidden; transition: opacity .4s, visibility .4s;
  }
  .site-nav a:not(.btn) { font-size: 1.15rem; }
  body.nav-open .site-nav { opacity: 1; visibility: visible; }
  body.nav-open { overflow: hidden; }
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}

/* ---------- hero: drenched velvet stage ---------- */
.hero {
  min-height: 94svh;
  display: grid; align-items: center;
  padding-top: 6.5rem; padding-bottom: clamp(3rem, 6vw, 5rem);
}
.hero__grid {
  display: grid; gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
}
.hero__copy > * + * { margin-top: 1.7rem; }
.hero h1 { font-size: clamp(2.9rem, 6vw, 6rem); }
.hero h1 .row { display: block; overflow: clip; }
.hero h1 .row > span { display: block; transform: translateY(112%); transition: transform 1.1s var(--ease); }
body.is-loaded .hero h1 .row > span { transform: none; }
.hero h1 .row:nth-child(2) > span { transition-delay: .09s; }
.hero h1 .row:nth-child(3) > span { transition-delay: .18s; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.4rem; }
.hero__media {
  position: relative; aspect-ratio: 9 / 13; max-height: 78svh;
  justify-self: end; width: min(100%, 26rem);
  overflow: hidden; background: var(--velvet-deep);
  border-radius: 999px 999px 0 0;
  opacity: 0; transition: opacity 1.2s var(--ease) .3s;
}
body.is-loaded .hero__media { opacity: 1; }
.hero__media video, .hero__media img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero__media figcaption {
  position: absolute; inset: auto 0 0 0; padding: 1.6rem 1.2rem 1rem;
  text-align: center; font-size: .82rem; font-weight: 600; color: var(--on-velvet);
  background: linear-gradient(transparent, rgba(33, 20, 39, .85));
}
.hero__meta {
  display: flex; gap: 2.4rem; flex-wrap: wrap;
  border-top: 1px solid var(--hair-v); padding-top: 1.3rem; margin-top: 2.8rem;
}
.hero__meta div { font-size: .86rem; color: var(--on-velvet-dim); line-height: 1.5; }
.hero__meta strong { display: block; font-weight: 700; color: var(--gold-bright); margin-bottom: .15rem; }
@media (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__media { justify-self: center; width: min(100%, 22rem); }
}

/* ---------- process ledger ---------- */
.process-grid { align-items: start; }
.process-intro { grid-column: 1 / 5; position: sticky; top: 6.5rem; }
.process-list { grid-column: 6 / 13; list-style: none; padding: 0; counter-reset: step; }
.process-list li {
  counter-increment: step;
  border-top: 1px solid var(--hair);
  padding: clamp(1.6rem, 3vw, 2.6rem) 0;
  display: grid; grid-template-columns: minmax(4rem, 7rem) 1fr; gap: 1.5rem;
  transition: transform .4s var(--ease);
}
.process-list li:hover { transform: translateX(.6rem); }
.process-list li::before {
  content: counter(step);
  font-family: var(--display);
  font-size: clamp(2.4rem, 4.5vw, 4rem); line-height: .9;
  color: var(--gold);
}
.process-list h3 { margin-bottom: .55rem; }
.process-list p { font-size: .97rem; color: var(--ink-soft); max-width: 55ch; }

/* ---------- craft band (velvet, arch media) ---------- */
.craft-grid { align-items: center; }
.craft-media {
  grid-column: 2 / 6;
  aspect-ratio: 4 / 5; overflow: hidden; background: var(--velvet-deep);
  border-radius: 999px 999px 0 0;
  position: relative;
}
.craft-media video, .craft-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.craft-copy { grid-column: 7 / 12; }
.craft-list { list-style: none; padding: 0; margin-top: 1.8rem; }
.craft-list li {
  padding: .95rem 0; border-top: 1px solid var(--hair-v);
  display: flex; gap: 1.1rem; align-items: baseline;
  font-size: .98rem; color: var(--on-velvet-dim); line-height: 1.55;
}
.craft-list li::before { content: '+'; color: var(--gold-bright); font-weight: 700; flex: none; }

/* ---------- collage ---------- */
.collage { position: relative; }
.collage__item { position: relative; }
.collage__item a { display: block; overflow: hidden; }
.collage__item img { width: 100%; transition: transform 1.1s var(--ease); }
.collage__item a:hover img, .collage__item a:focus-visible img { transform: scale(1.04); }
.collage__item figcaption {
  display: flex; justify-content: space-between; gap: 1rem; align-items: baseline;
  padding-top: .7rem;
}
.collage__item figcaption b { font-family: var(--display); font-weight: 400; font-size: 1.25rem; }
.collage__item figcaption span { font-size: .8rem; font-weight: 700; color: var(--gold); white-space: nowrap; }
.co-a { grid-column: 1 / 6; margin-top: clamp(2rem, 6vw, 6rem); }
.co-b { grid-column: 7 / 12; margin-top: calc(-1 * clamp(2rem, 8vw, 9rem)); position: relative; z-index: 2; }
.co-b a { border-radius: 999px 999px 0 0; }
.co-c { grid-column: 3 / 8; margin-top: clamp(2rem, 5vw, 5rem); }
.co-note { grid-column: 9 / 13; align-self: end; padding-bottom: 2rem; }
@media (max-width: 860px) { .co-b { margin-top: 0; } }

/* tilt (JS sets --tx/--ty on pointer-fine devices) */
.tilt { transform: perspective(900px) rotateX(var(--ty, 0deg)) rotateY(var(--tx, 0deg)); transition: transform .25s ease-out; will-change: transform; }

/* ---------- google reviews embed frame ---------- */
.embed-frame {
  background: #fff; border: 1px solid var(--hair);
  padding: clamp(1.5rem, 3.5vw, 3rem); margin-top: 3rem;
  box-shadow: 0 24px 60px rgba(43, 27, 51, .07);
}
.embed-frame__head {
  display: flex; justify-content: space-between; align-items: baseline; gap: 2rem; flex-wrap: wrap;
  padding-bottom: 1.4rem; margin-bottom: 1.6rem;
  border-bottom: 1px solid var(--hair);
}
.embed-frame__head b { font-family: var(--display); font-size: 1.6rem; font-weight: 400; }
.g-reviews { min-height: 300px; position: relative; }
.g-reviews > iframe { width: 100%; border: 0; min-height: 420px; display: block; }
.g-reviews:empty::after {
  content: 'Live Google Reviews render here. Paste the embed snippet inside this container.';
  position: absolute; inset: 0; display: grid; place-content: center; text-align: center;
  padding: 2rem; font-size: .92rem; color: var(--ink-soft);
  background: repeating-linear-gradient(-45deg, transparent 0 14px, var(--pearl-dim) 14px 15px);
}

/* ---------- CTA band ---------- */
.cta-band { text-align: center; }
.cta-band h2 { font-size: clamp(2.4rem, 5.5vw, 4.6rem); max-width: 18ch; margin-inline: auto; }
.cta-band .btn { margin-top: 2.8rem; }
.cta-band .intro-line { display: block; margin-bottom: 1.4rem; }

/* ---------- page hero ---------- */
.page-hero { padding-top: clamp(8rem, 14vh, 10.5rem); padding-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.page-hero h1 { max-width: 16ch; }
.page-hero .lede { margin-top: 1.6rem; }
.page-hero .intro-line { display: block; margin-bottom: 1.2rem; }

/* ---------- services: editorial index with cursor peek ---------- */
.svc-tools { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 2.6rem; }
.svc-search { position: relative; flex: 1 1 18rem; max-width: 30rem; }
.svc-search input {
  width: 100%; background: #fff; border: 1px solid var(--hair);
  padding: 1rem 1.2rem 1rem 3rem; color: var(--ink);
  transition: border-color .3s;
}
.svc-search input::placeholder { color: var(--ink-soft); }
.svc-search input:focus { border-color: var(--orchid); outline: none; }
.svc-search svg {
  position: absolute; left: 1.05rem; top: 50%; transform: translateY(-50%);
  width: 18px; height: 18px; stroke: var(--ink-soft); fill: none; stroke-width: 1.5;
}
.pill-row { display: flex; flex-wrap: wrap; gap: .55rem; }
.pill {
  font-size: .85rem; font-weight: 600;
  border: 1px solid var(--hair); color: var(--ink-soft);
  padding: .55rem 1.15rem; border-radius: 999px;
  transition: color .3s, border-color .3s, background-color .3s;
}
.pill:hover { border-color: var(--orchid); color: var(--orchid-deep); }
.pill[aria-pressed="true"] { background: var(--velvet); border-color: var(--velvet); color: var(--pearl); }

.svc-index { margin-top: 2.8rem; border-bottom: 1px solid var(--hair); }
.svc-row {
  border-top: 1px solid var(--hair);
  padding: clamp(1.6rem, 3vw, 2.4rem) 0;
  display: grid; grid-template-columns: 1.1fr 1.4fr auto; gap: clamp(1rem, 3vw, 3rem);
  align-items: start;
}
.svc-row.is-hidden { display: none; }
.svc-row h3 {
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  transition: color .3s;
}
.svc-row:hover h3 { color: var(--orchid-deep); }
.svc-row__tag { font-size: .8rem; font-weight: 700; color: var(--gold); display: block; margin-top: .5rem; }
.svc-row p { font-size: .97rem; color: var(--ink-soft); max-width: 52ch; }
.svc-row__thumbs { display: flex; gap: .5rem; }
.svc-row__thumbs button {
  width: clamp(3.6rem, 6vw, 5rem); aspect-ratio: 1; overflow: hidden; padding: 0;
  border: 1px solid var(--hair); border-radius: 999px 999px 0 0;
  position: relative; transition: border-color .3s, transform .3s var(--ease);
}
.svc-row__thumbs button:hover { border-color: var(--gold); transform: translateY(-3px); }
.svc-row__thumbs img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 860px) { .svc-row { grid-template-columns: 1fr; gap: .9rem; } }

/* floating image peek that follows the cursor (desktop only) */
.svc-peek {
  position: fixed; z-index: 40; pointer-events: none;
  width: 15rem; aspect-ratio: 4 / 5; overflow: hidden;
  border-radius: 999px 999px 0 0;
  box-shadow: 0 30px 70px rgba(33, 20, 39, .35);
  opacity: 0; transform: scale(.92);
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.svc-peek.is-on { opacity: 1; transform: scale(1); }
.svc-peek img { width: 100%; height: 100%; object-fit: cover; }
@media (pointer: coarse), (max-width: 860px) { .svc-peek { display: none; } }

.svc-empty { padding: 4rem 2rem; text-align: center; display: none; }
.svc-empty.is-visible { display: block; }
.svc-empty p { color: var(--ink-soft); margin-top: .6rem; }

/* ---------- portfolio masonry ---------- */
.masonry { columns: 3 19rem; column-gap: 1.3rem; margin-top: 3rem; }
.tile {
  break-inside: avoid; margin-bottom: 1.3rem; position: relative;
  overflow: hidden; display: block; width: 100%; padding: 0; text-align: left;
  background: var(--pearl-dim);
}
.tile img { width: 100%; transition: transform 1.1s var(--ease); }
.tile:hover img, .tile:focus-visible img { transform: scale(1.045); }
.tile__veil {
  position: absolute; inset: 0; padding: 1.3rem;
  display: flex; flex-direction: column; justify-content: flex-end; gap: .4rem;
  background: linear-gradient(transparent 35%, rgba(33, 20, 39, .92));
  color: var(--on-velvet);
  opacity: 0; transition: opacity .5s var(--ease);
}
.tile:hover .tile__veil, .tile:focus-visible .tile__veil { opacity: 1; }
.tile__veil b { font-family: var(--display); font-weight: 400; font-size: 1.3rem; }
.tile__veil p { font-size: .84rem; color: var(--on-velvet-dim); line-height: 1.5; }
.tile__veil span { font-size: .78rem; font-weight: 700; color: var(--gold-bright); }
.tile--video::before {
  content: ''; position: absolute; z-index: 2; right: 1rem; top: 1rem;
  width: 0; height: 0; border: 8px solid transparent;
  border-left: 13px solid #fff; border-right-width: 0;
  filter: drop-shadow(0 1px 4px rgba(0,0,0,.5));
}
.tile.is-hidden { display: none; }

/* ---------- lightbox ---------- */
.lightbox { border: 0; padding: 0; background: transparent; max-width: min(92vw, 68rem); max-height: 92svh; width: auto; margin: auto; }
.lightbox::backdrop { background: rgba(33, 20, 39, .94); }
.lightbox__inner { position: relative; }
.lightbox__inner img, .lightbox__inner video { max-height: 82svh; max-width: 100%; width: auto; margin-inline: auto; }
.lightbox__cap {
  padding: 1.1rem 0; color: var(--on-velvet-dim); font-size: .9rem;
  display: flex; justify-content: space-between; gap: 2rem; align-items: baseline;
}
.lightbox__cap b { font-family: var(--display); font-weight: 400; color: var(--on-velvet); font-size: 1.35rem; }
.lightbox__close {
  position: fixed; top: 1.2rem; right: 1.6rem;
  font-size: .85rem; font-weight: 700; color: var(--velvet-deep);
  padding: .6rem 1.1rem; background: var(--gold);
  transition: background-color .3s;
}
.lightbox__close:hover { background: var(--gold-bright); }

/* ---------- about ---------- */
.about-figure { overflow: hidden; border-radius: 999px 999px 0 0; }
.about-figure img { width: 100%; }
.pull {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(1.7rem, 3.4vw, 2.8rem); line-height: 1.16;
}
.stat-row {
  display: grid; gap: 1px; background: var(--hair-v);
  grid-template-columns: repeat(auto-fit, minmax(min(12rem, 100%), 1fr));
  margin-top: 3.2rem; border: 1px solid var(--hair-v);
}
.stat-row div { background: var(--velvet); padding: 2.2rem 1.7rem; }
.stat-row b {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(2.6rem, 4.5vw, 4rem);
  display: block; line-height: 1; color: var(--gold-bright);
  font-variant-numeric: tabular-nums;
}
.stat-row span { font-size: .88rem; color: var(--on-velvet-dim); display: block; margin-top: .7rem; line-height: 1.5; }

/* ---------- contact ---------- */
.contact-grid { align-items: start; }
.contact-form-col { grid-column: 1 / 7; }
.contact-info-col { grid-column: 8 / 13; }
.field { display: grid; gap: .45rem; margin-bottom: 1.4rem; }
.field label { font-size: .88rem; font-weight: 700; color: var(--ink); }
.field input, .field select, .field textarea {
  background: #fff; border: 1px solid var(--hair);
  padding: .95rem 1.1rem; color: var(--ink); width: 100%;
  transition: border-color .3s;
}
.field textarea { min-height: 8.5rem; resize: vertical; }
.field :is(input, select, textarea):focus { border-color: var(--orchid); outline: none; }
.field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%);
  background-position: calc(100% - 1.4rem) 55%, calc(100% - 1rem) 55%;
  background-size: .4rem .4rem; background-repeat: no-repeat;
}
.field .err { color: var(--orchid-deep); font-weight: 600; font-size: .82rem; display: none; }
.field.is-invalid :is(input, textarea, select) { border-color: var(--orchid-deep); }
.field.is-invalid .err { display: block; }

.info-list { list-style: none; padding: 0; }
.info-list li { border-top: 1px solid var(--hair); padding: 1.5rem 0; }
.info-list li:first-child { border-top: 0; padding-top: 0; }
.info-list strong { font-size: .84rem; font-weight: 700; color: var(--gold); display: block; margin-bottom: .5rem; }
.info-list a { font-size: 1.1rem; }
.info-list p { color: var(--ink-soft); }
.tel-big { font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.6rem) !important; }
.map-shell {
  aspect-ratio: 16 / 10; background: var(--pearl-dim); overflow: hidden;
  border: 1px solid var(--hair); margin-top: 2.5rem; position: relative;
  border-radius: 999px 999px 0 0;
}
.map-shell iframe { width: 100%; height: 100%; border: 0; }
.map-shell p { position: absolute; inset: 0; display: grid; place-content: center; color: var(--ink-soft); font-size: .9rem; }
.social-row { display: flex; gap: .8rem; margin-top: .4rem; }
.social-row a {
  display: grid; place-content: center; width: 3rem; height: 3rem;
  border: 1px solid var(--hair); border-radius: 50%; color: var(--ink-soft);
  transition: color .3s, border-color .3s, transform .3s var(--ease);
}
.social-row a:hover { color: var(--orchid-deep); border-color: var(--orchid); transform: translateY(-3px); }
.social-row svg { width: 19px; height: 19px; fill: currentColor; }

.form-note { border: 1px solid var(--hair); background: #fff; padding: 1.3rem 1.5rem; font-size: .9rem; color: var(--ink-soft); margin-top: 1.8rem; }
.form-success { display: none; border: 1px solid var(--gold); background: #fff; padding: 2rem; }
.form-success.is-visible { display: block; }
.form-success h3 { color: var(--orchid-deep); margin-bottom: .8rem; }

/* ---------- appointment ---------- */
.steps { display: flex; margin-top: 3rem; border: 1px solid var(--hair); background: #fff; padding: 0; }
.steps li {
  flex: 1; list-style: none; padding: 1rem 1.2rem;
  font-size: .84rem; font-weight: 700; color: var(--ink-soft);
  border-left: 1px solid var(--hair);
  display: flex; gap: .7rem; align-items: center;
}
.steps li:first-child { border-left: 0; }
.steps li::before { content: attr(data-n); font-family: var(--display); font-size: 1.25rem; color: var(--ink-soft); }
.steps li[aria-current="step"] { color: var(--velvet); background: var(--pearl-dim); }
.steps li[aria-current="step"]::before { color: var(--gold); }
.steps li.is-done { color: var(--ink-soft); }
.steps li.is-done::before { content: '\2713'; color: var(--gold); font-family: var(--body); font-size: .95rem; }
@media (max-width: 700px) {
  .steps { flex-direction: column; }
  .steps li { border-left: 0; border-top: 1px solid var(--hair); }
  .steps li:first-child { border-top: 0; }
}

.book-grid { display: grid; gap: clamp(2rem, 4vw, 4rem); grid-template-columns: 1.15fr .85fr; align-items: start; margin-top: 3rem; }
@media (max-width: 900px) { .book-grid { grid-template-columns: 1fr; } }
.book-pane[hidden] { display: none; }
.svc-pick { display: grid; gap: 1px; background: var(--hair); border: 1px solid var(--hair); }
.svc-pick button {
  background: var(--pearl); padding: 1.5rem 1.6rem; text-align: left;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  transition: background-color .35s;
}
.svc-pick button:hover { background: #fff; }
.svc-pick button[aria-pressed="true"] { background: #fff; box-shadow: inset 3px 0 0 var(--gold); }
.svc-pick b { font-family: var(--display); font-weight: 400; font-size: 1.3rem; }
.svc-pick small { display: block; color: var(--ink-soft); font-size: .84rem; margin-top: .25rem; }
.svc-pick .tick { color: var(--gold); opacity: 0; font-size: 1.2rem; }
.svc-pick button[aria-pressed="true"] .tick { opacity: 1; }

.cal-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
.cal-head b { font-family: var(--display); font-weight: 400; font-size: 1.55rem; }
.cal-head button { border: 1px solid var(--hair); width: 2.6rem; height: 2.6rem; transition: border-color .3s, color .3s; }
.cal-head button:hover:not(:disabled) { border-color: var(--orchid); color: var(--orchid-deep); }
.cal-head button:disabled { opacity: .3; cursor: default; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: .3rem; }
.cal-grid .dow { font-size: .72rem; font-weight: 700; color: var(--ink-soft); text-align: center; padding: .5rem 0; }
.cal-grid button {
  aspect-ratio: 1; display: grid; place-content: center;
  font-size: .92rem; border: 1px solid transparent; color: var(--ink);
  font-variant-numeric: tabular-nums; border-radius: 50%;
  transition: border-color .25s, background-color .25s, color .25s;
}
.cal-grid button:hover:not(:disabled) { border-color: var(--orchid); }
.cal-grid button:disabled { color: rgba(36, 26, 43, .25); cursor: default; }
.cal-grid button[aria-pressed="true"] { background: var(--velvet); color: var(--pearl); font-weight: 700; }
.slot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(6.5rem, 1fr)); gap: .55rem; margin-top: 1.6rem; }
.slot-grid button {
  border: 1px solid var(--hair); padding: .8rem .4rem; font-size: .88rem; background: #fff;
  transition: border-color .25s, background-color .25s, color .25s;
}
.slot-grid button:hover { border-color: var(--orchid); color: var(--orchid-deep); }
.slot-grid button[aria-pressed="true"] { background: var(--velvet); border-color: var(--velvet); color: var(--pearl); font-weight: 700; }

.book-summary { border: 1px solid var(--hair); background: #fff; padding: 2rem; position: sticky; top: 6.5rem; }
.book-summary h3 { margin-bottom: 1.4rem; }
.book-summary dl { display: grid; gap: .9rem; }
.book-summary dt { font-size: .8rem; font-weight: 700; color: var(--gold); }
.book-summary dd { margin: .15rem 0 0; font-size: 1.02rem; }
.book-summary dd:empty::after { content: '\2014'; color: var(--ink-soft); }
.book-nav { display: flex; gap: .8rem; margin-top: 2rem; flex-wrap: wrap; }

/* ---------- footer: velvet salon ---------- */
.site-foot { background: var(--velvet-deep); color: var(--on-velvet); margin-top: clamp(4rem, 9vw, 8rem); }
.site-foot .hem-top { height: 15px; background: radial-gradient(circle at 14px 21px, var(--pearl) 15px, transparent 16px); background-size: 28px 15px; background-repeat: repeat-x; }
.foot-mast {
  font-family: var(--display);
  font-size: clamp(2.4rem, 8vw, 7.5rem);
  line-height: 1; letter-spacing: .03em;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(1.5rem, 3vw, 3rem);
  white-space: nowrap; text-align: center; color: var(--on-velvet);
}
.foot-mast span { color: var(--gold-bright); }
.foot-grid {
  display: grid; gap: 3rem; grid-template-columns: 2fr 1fr 1fr 1.2fr;
  border-top: 1px solid var(--hair-v); padding-top: clamp(2.5rem, 5vw, 4rem);
}
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-tag { color: var(--on-velvet-dim); max-width: 28ch; font-size: .95rem; line-height: 1.65; }
.site-foot h4 { font-size: .86rem; font-weight: 700; color: var(--gold-bright); margin-bottom: 1.1rem; }
.site-foot ul { list-style: none; padding: 0; display: grid; gap: .7rem; }
.site-foot li > a { color: var(--on-velvet-dim); text-decoration: none; transition: color .3s; font-size: .95rem; }
.site-foot li > a:hover { color: var(--gold-bright); }
.site-foot .small { color: var(--on-velvet-dim); }
.foot-base {
  border-top: 1px solid var(--hair-v); margin-top: 3.5rem; padding: 1.6rem 0 2rem;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
  font-size: .8rem; color: var(--on-velvet-dim);
}

/* ---------- reveals (varied, not uniform) ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0s); }
.reveal.in { opacity: 1; transform: none; }
.reveal--wipe { opacity: 1; transform: none; clip-path: inset(0 0 100% 0); transition: clip-path 1s var(--ease); transition-delay: var(--d, 0s); }
.reveal--wipe.in { clip-path: inset(0 0 0 0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .reveal--wipe, .hero h1 .row > span, .hero__media { opacity: 1; transform: none; clip-path: none; transition: none; }
  .stitch-word { background-size: 100% .05em; transition: none; }
  .collage__item img, .tile img { transition: none; }
  .tilt { transform: none; }
  .svc-peek { display: none; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
