/* Shakila Beauty Lounge, second build.
   Ivory walls, antique gold monogram, espresso, and the emerald of the gowns.
   Display: Fraunces at heavy weights. Body: Hanken Grotesk. Signature: Noto Nastaliq Urdu. */

:root {
  --porcelain: #f3ede4;
  --lounge: #faf7f1;
  --champagne: #e7d8bd;
  --espresso: #1c1416;
  --espresso-2: #2a2022;
  --espresso-soft: #5a4d4f;
  --gold: #b8934f;
  --gold-bright: #d4b06a;
  --gold-deep: #8d6d36;
  --emerald: #0e4638;
  --emerald-deep: #082e25;
  --ivory-text: #f6efe3;
  --rule: rgba(28, 20, 22, 0.14);
  --rule-light: rgba(246, 239, 227, 0.22);

  --display: "Fraunces", "Iowan Old Style", "Palatino", Georgia, serif;
  --body: "Hanken Grotesk", "Helvetica Neue", Arial, sans-serif;
  --nastaliq: "Noto Nastaliq Urdu", "Jameel Noori Nastaleeq", serif;

  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --measure: 34rem;

  /* Motion system */
  --t-fast: .28s;
  --t-base: .6s;
  --t-slow: 1.2s;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-inout: cubic-bezier(0.65, 0, 0.35, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  margin: 0;
  background: var(--porcelain);
  color: var(--espresso);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img, video { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
h1, h2, h3 { margin: 0; }
p { margin: 0 0 1em; }
a { color: inherit; text-decoration-color: rgba(184, 147, 79, 0.7); text-underline-offset: 0.18em; }
a:hover { text-decoration-color: currentColor; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.skip { position: absolute; left: 1rem; top: -4rem; z-index: 200; background: var(--espresso); color: var(--ivory-text); padding: .6rem 1rem; }
.skip:focus { top: 1rem; }

h2 {
  font-family: var(--display);
  font-variation-settings: "opsz" 144, "SOFT" 30;
  font-weight: 600;
  font-size: clamp(2.5rem, 5.4vw, 4.6rem);
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
h2 em, h1 em { font-style: italic; font-weight: 500; }
h3 { font-family: var(--display); font-weight: 600; font-size: 1.7rem; line-height: 1.1; letter-spacing: -0.01em; }
.lead { font-size: 1.2rem; line-height: 1.45; font-weight: 400; }

.text-link { text-decoration: underline; text-decoration-color: var(--gold); font-weight: 500; }

/* Split text (set by script): words rise out of a mask */
/* Masks are clip-paths that reach past the box so ascenders, descenders and italic
   overhangs are never cropped. The hidden offset is large enough to clear that reach. */
.w { display: inline-block; vertical-align: bottom; clip-path: inset(-.3em -.2em -.4em -.12em); }
.w > span { display: inline-block; transform: translateY(175%); will-change: transform; }
.is-split-ready .w > span { transform: none; }
[data-lines] .ln { display: block; clip-path: inset(-.2em -.2em -.35em -.12em); }
[data-lines] .ln > span { display: block; transform: translateY(160%); }
.is-split-ready [data-lines] .ln > span { transform: none; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: 1rem 1.7rem;
  font-weight: 600; font-size: 1rem; letter-spacing: .005em;
  text-decoration: none; border: 1px solid transparent; border-radius: 999px;
  transition: background-color var(--t-fast) var(--ease-out), color var(--t-fast) var(--ease-out), border-color var(--t-fast) var(--ease-out), transform var(--t-fast) var(--ease-out);
  will-change: transform;
}
.btn-ivory { background: var(--ivory-text); color: var(--espresso); }
.btn-ivory:hover { background: #fff; }
.btn-ghost { border-color: rgba(246, 239, 227, 0.6); color: var(--ivory-text); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.1); }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--gold-bright); }
.btn-espresso { background: var(--espresso); color: var(--ivory-text); }
.btn-espresso:hover { background: #000; }
.btn-outline { border-color: var(--espresso); color: var(--espresso); }
.btn-outline:hover { background: var(--espresso); color: var(--ivory-text); }
.cta-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }

/* Intro curtain */
.intro {
  position: fixed; inset: 0; z-index: 100; background: var(--espresso); color: var(--gold-bright);
  display: grid; place-items: center; align-content: center; gap: .2rem;
  transform-origin: top; pointer-events: none;
}
.intro-sig { font-family: var(--nastaliq); font-size: clamp(5rem, 14vw, 10rem); line-height: 1.6; direction: rtl; clip-path: inset(0 0 0 100%); }
.intro-word { font-family: var(--display); font-size: clamp(1rem, 2vw, 1.3rem); letter-spacing: .04em; color: var(--ivory-text); opacity: 0; }
.intro.is-done { display: none; }

/* Nav */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 1.5rem;
  padding: 1.1rem var(--gutter);
  color: var(--ivory-text);
  transition: background-color .4s var(--ease-out), color .4s var(--ease-out), padding .4s var(--ease-out), box-shadow .4s var(--ease-out), transform .5s var(--ease-out);
}
.nav.is-solid { background: rgba(243, 237, 228, 0.92); color: var(--espresso); padding-block: .7rem; box-shadow: 0 1px 0 var(--rule); backdrop-filter: blur(10px); }
.nav.is-hidden { transform: translateY(-110%); }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand-mark {
  font-family: var(--display); font-weight: 700; font-size: 1.7rem; line-height: 1; color: var(--gold-bright);
  width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%;
}
.nav.is-solid .brand-mark { color: var(--gold-deep); }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: var(--display); font-weight: 600; font-size: 1.35rem; }
.brand-sub { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; opacity: .8; }
.nav-links { display: flex; gap: 1.6rem; justify-content: center; }
.nav-links a { text-decoration: none; font-size: .95rem; font-weight: 500; position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.3em; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform var(--t-fast) var(--ease-out); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta { text-decoration: none; font-weight: 600; font-size: .95rem; padding: .7rem 1.2rem; border: 1px solid currentColor; border-radius: 999px; white-space: nowrap; }
.nav.is-solid .nav-cta { background: var(--espresso); color: var(--ivory-text); border-color: var(--espresso); }
.nav-toggle { display: none; background: none; border: 0; width: 2.4rem; height: 2.4rem; padding: 0; flex-direction: column; justify-content: center; gap: 6px; align-items: center; }
.nav-toggle span { width: 24px; height: 1.5px; background: currentColor; transition: transform .3s var(--ease-out); }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }

.mobile-menu { position: fixed; inset: 0; z-index: 40; background: var(--porcelain); color: var(--espresso); display: flex; flex-direction: column; justify-content: center; gap: .3rem; padding: 6rem var(--gutter) 3rem; }
.mobile-menu[hidden] { display: none; }
.mobile-menu > a { font-family: var(--display); font-weight: 600; font-size: 2.6rem; text-decoration: none; line-height: 1.15; letter-spacing: -0.02em; }
.mobile-ctas { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.5rem; }
body.menu-open { overflow: hidden; }

/* Hero
   Desktop: the reel plays crisp at native scale in a tall panel on the right, over a
   deliberately blurred copy of itself as ambient light. Phone: the panel goes full-bleed. */
.hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; color: var(--ivory-text); isolation: isolate; overflow: hidden; background: var(--espresso); }
.hero-ambient { position: absolute; inset: -10%; z-index: -1; pointer-events: none; }
.hero-ambient video { width: 100%; height: 100%; object-fit: cover; filter: blur(46px) saturate(1.15) brightness(.55); transform: scale(1.1); }
.hero-ambient::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,14,15,.35), rgba(20,14,15,.15) 40%, rgba(20,14,15,.75)); }
.hero-panel { position: relative; height: 100svh; aspect-ratio: 9 / 16; margin-right: clamp(1rem, 4vw, 4.5rem); align-self: stretch; overflow: hidden; }
.hero-video { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; transform: scale(1.08); }
.hero-panel figcaption { position: absolute; left: 1rem; bottom: 1rem; font-size: .8rem; opacity: .75; text-shadow: 0 1px 8px rgba(0,0,0,.6); }
.hero-panel::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -120px 120px -80px rgba(20,14,15,.7); pointer-events: none; }
.hero-copy { position: relative; padding: 12rem var(--gutter) 3rem; max-width: 54rem; }
.hero-kicker { font-size: .95rem; font-weight: 500; letter-spacing: .02em; opacity: 0; margin-bottom: 1.2rem; }
.hero-title {
  font-family: var(--display); font-variation-settings: "opsz" 144, "SOFT" 40;
  font-weight: 700; font-size: clamp(3rem, 7.4vw, 6.6rem); line-height: 0.96; letter-spacing: -0.025em; margin-bottom: 1.4rem;
}
.hero-line { display: block; }
.hero-lede { max-width: 32rem; font-size: 1.12rem; line-height: 1.5; font-weight: 300; opacity: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.8rem; opacity: 0; }
.hero-side { display: flex; align-items: center; gap: 2rem; margin-top: 2.2rem; opacity: 0; }
.rating { display: grid; grid-template-columns: auto 1fr; gap: .1rem .7rem; align-items: center; text-decoration: none; padding: 1rem 1.2rem; border: 1px solid rgba(246,239,227,.35); border-radius: 1rem; backdrop-filter: blur(8px); background: rgba(20,14,15,.25); }
.rating-num { font-family: var(--display); font-weight: 700; font-size: 2.4rem; line-height: 1; grid-row: 1 / 3; }
.rating-stars { color: var(--gold-bright); letter-spacing: .1em; font-size: .85rem; }
.rating-label { font-size: .85rem; opacity: .85; }
.hero-scroll { width: 4rem; height: 1px; background: rgba(246,239,227,.3); position: relative; overflow: hidden; }
.hero-scroll span { animation-name: scrollhint-x; }
@keyframes scrollhint-x { 0% { transform: translateX(-100%); } 60% { transform: translateX(100%); } 100% { transform: translateX(100%); } }
.hero-scroll span { position: absolute; inset: 0; background: var(--gold-bright); transform: translateY(-100%); animation: scrollhint 2.2s var(--ease-inout) infinite; }
@keyframes scrollhint { 0% { transform: translateY(-100%); } 60% { transform: translateY(100%); } 100% { transform: translateY(100%); } }

/* Ticker */
.ticker { background: var(--espresso); color: var(--gold-bright); overflow: hidden; border-block: 1px solid rgba(212,176,106,.25); }
.ticker-track { display: flex; gap: 2.2rem; align-items: center; white-space: nowrap; width: max-content; padding: .9rem 0; animation: ticker 60s linear infinite; font-family: var(--display); font-style: italic; font-weight: 500; font-size: 1.25rem; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-track i { font-style: normal; font-size: .7rem; opacity: .7; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* Statement + numbers */
.statement { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(16rem, 1fr); gap: clamp(2rem, 6vw, 6rem); align-items: end; padding: clamp(5rem, 10vw, 9rem) var(--gutter) clamp(4rem, 7vw, 6rem); }
.statement-text { font-family: var(--display); font-variation-settings: "opsz" 96; font-weight: 500; font-size: clamp(1.6rem, 2.8vw, 2.5rem); line-height: 1.25; letter-spacing: -0.01em; margin: 0; max-width: 40ch; }
.statement-side { border-left: 1px solid var(--gold); padding-left: 1.5rem; }
.signature { display: block; font-family: var(--nastaliq); font-size: clamp(3rem, 5vw, 4.4rem); line-height: 1.5; color: var(--gold); direction: rtl; text-align: left; margin-bottom: .6rem; }
.statement-note { margin: 0 0 .8rem; max-width: 28ch; color: var(--espresso-soft); }
.numbers { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: clamp(3rem, 6vw, 5rem); padding-top: 2rem; border-top: 1px solid var(--rule); }
.numbers strong { display: block; font-family: var(--display); font-variation-settings: "opsz" 144; font-weight: 600; font-size: clamp(2.6rem, 5vw, 4.5rem); line-height: 1; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.numbers span { display: block; margin-top: .5rem; color: var(--espresso-soft); max-width: 16ch; }

/* Shared video background */
.bg-video { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.bg-video video { width: 100%; height: 110%; object-fit: cover; object-position: 50% 30%; will-change: transform; }

/* Bridal */
.bridal { position: relative; background: var(--emerald-deep); color: var(--ivory-text); isolation: isolate; padding: clamp(5rem, 9vw, 8rem) var(--gutter); overflow: hidden; }
.bridal .bg-video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,46,37,.96) 0%, rgba(8,46,37,.85) 45%, rgba(8,46,37,.35) 100%); }
.bridal-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.bridal-copy h2 { margin-bottom: 1.4rem; }
.bridal-copy p { max-width: var(--measure); font-weight: 300; }
.bridal-copy .lead { font-weight: 400; }
.occasions { display: grid; grid-template-columns: 1fr 1fr; gap: .3rem 1.5rem; margin: 1.6rem 0 0; max-width: 30rem; font-family: var(--display); font-weight: 500; font-size: 1.3rem; }
.occasions li { padding: .5rem 0; border-bottom: 1px solid var(--rule-light); }
.bridal-gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; align-items: start; }
.bridal-gallery figure:nth-child(1) { grid-column: 1 / 5; }
.bridal-gallery figure:nth-child(2) { grid-column: 5 / 7; margin-top: 6rem; }
.bridal-gallery figure:nth-child(3) { grid-column: 2 / 5; margin-top: -3rem; }
.bridal-gallery img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 15%; }
.bridal-gallery figcaption { font-size: .85rem; opacity: .75; margin-top: .6rem; }
.reveal-img { overflow: hidden; }
.reveal-img img { transform: scale(1.15); }
.bridal-quote { position: relative; z-index: 1; margin: clamp(3rem, 6vw, 5rem) 0 0; max-width: 40rem; }
.bridal-quote p { font-family: var(--display); font-style: italic; font-weight: 500; font-size: clamp(1.5rem, 2.4vw, 2.1rem); line-height: 1.25; margin: 0 0 .8rem; }
.bridal-quote cite, .about-quote cite { font-style: normal; font-size: .9rem; opacity: .8; }

/* Transformation break: the clip sits crisp between the words, ambient blur behind */
.break { position: relative; min-height: 100svh; isolation: isolate; overflow: hidden; background: var(--espresso); color: var(--ivory-text); display: grid; place-items: center; padding: clamp(3rem, 6vw, 5rem) var(--gutter); }
.break-ambient video { filter: blur(50px) saturate(1.1) brightness(.4); }
.break-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: clamp(1rem, 3vw, 3rem); width: 100%; max-width: 90rem; font-family: var(--display); font-variation-settings: "opsz" 144; font-weight: 700; font-size: clamp(2.8rem, 7.5vw, 7rem); line-height: 1; letter-spacing: -0.03em; }
.break-word { opacity: .18; transition: opacity .25s; }
.break-word:first-child { text-align: right; }
.break-word.is-lit { opacity: 1; }
.break-word-wide { grid-column: 1 / -1; text-align: center; font-size: .72em; margin-top: .2em; }
.break-panel { height: min(74svh, 46rem); aspect-ratio: 9 / 16; overflow: hidden; border-radius: 1.2rem; box-shadow: 0 40px 90px -30px rgba(0,0,0,.8); }
.break-panel video { width: 100%; height: 100%; object-fit: cover; }

/* Services */
.services { padding: clamp(5rem, 9vw, 8rem) var(--gutter); }
.services-head { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: end; margin-bottom: 3rem; }
.services-head p { max-width: 30rem; margin: 0; color: var(--espresso-soft); justify-self: end; }
.services-body { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 6rem); align-items: start; }
.service { border-top: 1px solid var(--rule); }
.service:last-child { border-bottom: 1px solid var(--rule); }
.service-btn { width: 100%; text-align: left; background: none; border: 0; padding: 1.4rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.service-name { font-family: var(--display); font-variation-settings: "opsz" 144; font-weight: 600; font-size: clamp(1.6rem, 2.8vw, 2.5rem); line-height: 1.05; letter-spacing: -0.02em; transition: color var(--t-fast), padding-left .4s var(--ease-out); }
.service-btn::after { content: "+"; font-family: var(--display); font-weight: 500; font-size: 1.8rem; color: var(--gold); transition: transform .4s var(--ease-out); flex: none; }
.service.is-active .service-btn::after { transform: rotate(45deg); }
.service.is-active .service-name { color: var(--gold-deep); padding-left: .3em; }
.service-detail { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .5s var(--ease-out); }
.service-detail-inner { overflow: hidden; min-height: 0; }
.service.is-active .service-detail { grid-template-rows: 1fr; }
.service-detail p { max-width: 32rem; color: var(--espresso-soft); margin: 0 0 1rem; }
.service-detail .text-link { display: inline-block; margin-bottom: 1.6rem; }
.service-mobile-img, .service-mobile-video { display: none; }
.service-stage { position: sticky; top: 6rem; aspect-ratio: 4 / 5; overflow: hidden; background: var(--champagne); }
.stage-layer { position: absolute; inset: 0; opacity: 0; transform: scale(1.04); transition: opacity .7s var(--ease-out), transform 1.4s var(--ease-out); }
.stage-layer.is-on { opacity: 1; transform: none; }
.stage-layer video, .stage-layer img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }

/* Reels */
.reels { background: var(--espresso); color: var(--ivory-text); }
.reels-pin { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 7vw, 6rem) 0; overflow: hidden; }
.reels-head { display: grid; grid-template-columns: 1fr auto; gap: 1rem 3rem; align-items: end; padding: 0 var(--gutter) 2.5rem; }
.reels-head h2 { max-width: 14ch; }
.reels-head p { margin: 0; color: rgba(246,239,227,.7); grid-column: 1; }
.reels-head .text-link { grid-column: 2; grid-row: 1 / 3; align-self: end; color: var(--gold-bright); }
.reels-track { display: flex; gap: 1.1rem; padding: 0 var(--gutter); width: max-content; will-change: transform; }
.reel { position: relative; flex: 0 0 auto; width: clamp(15rem, 22vw, 20rem); aspect-ratio: 9 / 16; overflow: hidden; border-radius: 1rem; background: var(--espresso-2); cursor: pointer; transform: translateZ(0); }
.reel video { width: 100%; height: 100%; object-fit: cover; }
.reel figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 3rem 1rem 1rem; background: linear-gradient(180deg, rgba(20,14,15,0) 0%, rgba(20,14,15,.85) 100%); display: flex; flex-direction: column; gap: .15rem; font-size: .9rem; pointer-events: none; }
.reel figcaption strong { font-weight: 600; }
.reel figcaption span { opacity: .7; font-size: .8rem; }
.reel::before { content: "▶"; position: absolute; top: 1rem; right: 1rem; width: 2.2rem; height: 2.2rem; display: grid; place-items: center; font-size: .7rem; border-radius: 50%; background: rgba(246,239,227,.18); border: 1px solid rgba(246,239,227,.4); backdrop-filter: blur(6px); color: var(--ivory-text); transition: transform var(--t-fast) var(--ease-out), background-color var(--t-fast); z-index: 1; }
.reel:hover::before { transform: scale(1.12); background: var(--gold); }
.reel-more { display: grid; place-items: center; text-decoration: none; background: var(--emerald); color: var(--ivory-text); font-family: var(--display); font-weight: 600; font-size: 1.6rem; padding: 2rem; text-align: center; line-height: 1.1; }
.reel-more::before { display: none; }
.reel-more:hover { background: var(--emerald-deep); }

/* About */
.about { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(2rem, 6vw, 6rem); padding: clamp(5rem, 9vw, 8rem) var(--gutter); align-items: start; }
.about-photo img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: 50% 10%; }
.about-copy { padding-top: 2rem; }
.about-copy h2 { font-size: clamp(3.4rem, 8vw, 6.5rem); margin-bottom: 1rem; }
.about-lead { font-family: var(--display); font-weight: 500; font-size: 1.55rem; line-height: 1.25; max-width: 26ch; margin-bottom: 1.4rem; letter-spacing: -0.01em; }
.about-copy > p { max-width: var(--measure); }
.team { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.6rem 0 2rem; }
.team li { display: flex; flex-direction: column; padding: .7rem 1rem; border: 1px solid var(--rule); border-radius: .6rem; min-width: 8rem; }
.team strong { font-family: var(--display); font-weight: 600; font-size: 1.15rem; }
.team span { font-size: .85rem; color: var(--espresso-soft); }
.about-quote { margin: 0 0 2rem; border-left: 1px solid var(--gold); padding-left: 1.4rem; max-width: 34rem; }
.about-quote p { font-style: italic; font-family: var(--display); font-weight: 500; font-size: 1.25rem; line-height: 1.3; margin-bottom: .6rem; }

/* Moments */
.moments { background: var(--lounge); padding: clamp(4rem, 8vw, 7rem) var(--gutter); border-top: 1px solid var(--rule); }
.moments-head { margin-bottom: 2.5rem; }
.moments-head h2 { max-width: 14ch; }
.moments-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 3vw, 3rem); align-items: start; }
.moment { width: auto; aspect-ratio: auto; border-radius: 0; background: none; }
.moment video { aspect-ratio: 4 / 5; border-radius: 1rem; }
.moment figcaption { position: static; padding: 1rem 0 0; background: none; color: var(--espresso); gap: .3rem; pointer-events: auto; font-size: 1rem; }
.moment figcaption span { color: var(--espresso-soft); opacity: 1; font-size: .95rem; }
.moments-row figure:nth-child(2) { margin-top: 3rem; }
.moments-row figure:nth-child(3) { margin-top: 6rem; }

/* Reviews */
.reviews { padding: clamp(5rem, 9vw, 8rem) 0; overflow: hidden; }
.reviews-head { display: grid; grid-template-columns: auto 1fr auto; gap: 2rem 4rem; align-items: end; padding: 0 var(--gutter) 3rem; }
.reviews-score { display: grid; gap: .2rem; }
.score { font-family: var(--display); font-weight: 700; font-size: 5rem; line-height: .9; letter-spacing: -0.04em; }
.score-stars { color: var(--gold); letter-spacing: .12em; }
.score-label { color: var(--espresso-soft); font-size: .9rem; max-width: 16ch; }
.review-rows { display: grid; gap: 1.2rem; }
.review-row { overflow: hidden; }
.review-track { display: flex; gap: 1.2rem; width: max-content; will-change: transform; }
.review { flex: 0 0 auto; width: 24rem; margin: 0; padding: 1.5rem 1.6rem; background: var(--lounge); border: 1px solid var(--rule); border-radius: 1rem; }
.review p { margin-bottom: 1rem; font-size: 1.02rem; line-height: 1.5; }
.review cite { font-style: normal; font-weight: 600; font-size: .95rem; display: block; }
.review cite span { display: block; font-weight: 300; color: var(--espresso-soft); font-size: .85rem; }

/* Academy */
.academy { position: relative; background: var(--espresso); color: var(--ivory-text); isolation: isolate; padding: clamp(5rem, 9vw, 8rem) var(--gutter); overflow: hidden; }
.academy .bg-video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,20,22,.97) 0%, rgba(28,20,22,.9) 50%, rgba(28,20,22,.45) 100%); }
.academy-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.academy-copy h2 { margin-bottom: 1.2rem; }
.academy-copy .lead { font-weight: 300; max-width: 32rem; margin-bottom: 2rem; }
.courses { display: grid; gap: 0; max-width: 34rem; }
.course { border-top: 1px solid var(--rule-light); padding: 1.4rem 0 1.2rem; }
.course h3 { margin-bottom: .4rem; }
.course p { opacity: .85; font-weight: 300; }
.course ul { display: grid; grid-template-columns: 1fr 1fr; gap: .35rem 1.5rem; margin-top: .6rem; }
.course li { padding-left: 1rem; position: relative; font-weight: 300; }
.course li::before { content: ""; position: absolute; left: 0; top: .72em; width: .35rem; height: .35rem; background: var(--gold-bright); border-radius: 50%; }
.academy-photo { margin-top: 3rem; }
.academy-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 40%; }
.academy-photo figcaption { font-size: .85rem; opacity: .7; margin-top: .6rem; }

/* Visit and form */
.visit { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(2rem, 6vw, 6rem); padding: clamp(5rem, 9vw, 8rem) var(--gutter); }
.visit h2 { margin-bottom: 1.6rem; }
address { font-style: normal; }
.visit-address { font-family: var(--display); font-weight: 500; font-size: 1.5rem; line-height: 1.3; }
.contact-ways { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; margin: 2rem 0; max-width: 30rem; }
.contact-ways a { display: flex; flex-direction: column; padding: .9rem 1rem; border: 1px solid var(--rule); border-radius: .7rem; text-decoration: none; transition: background-color var(--t-fast), border-color var(--t-fast); }
.contact-ways a:hover { background: var(--lounge); border-color: var(--gold); }
.contact-ways strong { font-family: var(--display); font-weight: 600; font-size: 1.15rem; }
.contact-ways span { font-size: .9rem; color: var(--espresso-soft); }
.visit-note { color: var(--espresso-soft); max-width: 28rem; }
.book { background: var(--lounge); border: 1px solid var(--rule); border-radius: 1.2rem; padding: clamp(1.5rem, 3vw, 2.5rem); display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.25rem; align-content: start; }
.book h3, .book-intro, .field-wide, .form-error, .book-actions, .book-sent { grid-column: 1 / -1; }
.book-intro { color: var(--espresso-soft); margin: -.4rem 0 .4rem; }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field label { font-size: .9rem; font-weight: 500; }
.field input, .field select, .field textarea { font: inherit; color: inherit; background: #fff; border: 1px solid var(--rule); padding: .85rem .95rem; border-radius: .5rem; width: 100%; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; border-color: var(--gold); }
.field textarea { resize: vertical; min-height: 6rem; }
.form-error { color: #8a2a1f; margin: 0; }
.book-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: .4rem; }
.book-alt { color: var(--espresso-soft); }
.book-sent { color: var(--emerald); margin: 0; }

/* Footer: the page lifts off it on desktop (fixed layer clipped by the wrapper),
   a film strip of the lounge's reels drifts along the top, and the name is set
   at the full width of the screen with a single gold sweep as it rises. */
.foot-wrap { position: relative; z-index: 0; overflow: hidden; }
.foot { position: relative; isolation: isolate; overflow: hidden; background: var(--emerald-deep); color: var(--ivory-text); display: flex; flex-direction: column; justify-content: flex-end; min-height: 100svh; padding: clamp(1.5rem, 3vh, 3rem) 0 1.4rem; }
.foot::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(120% 90% at 50% 110%, rgba(14,70,56,.95) 0%, rgba(8,46,37,0) 60%); }
.foot-glow { position: absolute; z-index: -1; width: 46rem; height: 46rem; left: 0; top: 0; margin: -23rem 0 0 -23rem; border-radius: 50%; background: radial-gradient(circle, rgba(212,176,106,.22) 0%, rgba(212,176,106,.06) 35%, rgba(212,176,106,0) 65%); opacity: 0; pointer-events: none; will-change: transform; }
.has-foot-reveal main { position: relative; z-index: 1; background: var(--porcelain); box-shadow: 0 30px 70px -20px rgba(0,0,0,.55); }
.has-foot-reveal .foot-wrap { clip-path: inset(0); }
.has-foot-reveal .foot { position: fixed; left: 0; right: 0; bottom: 0; }

/* Film strip */
.foot-strip { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.foot-strip-track { display: flex; gap: .7rem; width: max-content; padding: .25rem 0; will-change: transform; }
.foot-strip a { flex: none; display: block; height: clamp(8rem, 17vh, 12rem); aspect-ratio: 9 / 16; border-radius: .55rem; overflow: hidden; outline-offset: -2px; transition: transform var(--t-base) var(--ease-out); }
.foot-strip img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.82) saturate(.95); transition: filter var(--t-base) var(--ease-out), transform var(--t-base) var(--ease-out); }
.foot-strip a:hover { transform: translateY(-.35rem); }
.foot-strip a:hover img { filter: none; transform: scale(1.06); }

/* The name */
.foot-mark { position: relative; padding: clamp(1rem, 3vh, 2.5rem) var(--gutter) 0; }
.foot-sig { position: absolute; right: var(--gutter); bottom: 10%; z-index: 0; font-family: var(--nastaliq); font-size: clamp(6rem, 14vw, 15rem); line-height: 1.5; color: var(--gold); opacity: .22; direction: rtl; user-select: none; pointer-events: none; will-change: transform; }
.foot-word { position: relative; z-index: 1; margin: 0; font-family: var(--display); font-variation-settings: "opsz" 144; font-weight: 700; font-size: 22vw; line-height: .86; letter-spacing: -.045em; white-space: nowrap; }
.foot-word-in { display: inline-block; vertical-align: bottom; clip-path: inset(-.2em -.1em -.25em -.08em); }
.fl { display: inline-block; color: var(--ivory-text); background: linear-gradient(110deg, var(--ivory-text) 0%, var(--ivory-text) 38%, #fff6dd 46%, var(--gold-bright) 50%, #fff6dd 54%, var(--ivory-text) 62%, var(--ivory-text) 100%); background-size: 320% 100%; background-position: 100% 0; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; transform: translateY(175%); will-change: transform; }
.is-split-ready .fl { transform: none; }

/* Columns */
.foot-grid { display: grid; grid-template-columns: 1.15fr 1fr .8fr 1.5fr; gap: 1.5rem clamp(1.5rem, 3vw, 3.5rem); padding: clamp(1.4rem, 3vh, 2.4rem) var(--gutter) 0; margin-top: clamp(1rem, 2.5vh, 2rem); border-top: 1px solid var(--rule-light); }
.foot-col { display: flex; flex-direction: column; align-items: flex-start; gap: .3rem; font-weight: 300; }
.foot-col h3 { font-family: var(--display); font-style: italic; font-weight: 500; font-size: 1.15rem; color: var(--gold-bright); margin-bottom: .35rem; }
.foot-col address { line-height: 1.5; margin-bottom: .3rem; }
.foot-link { position: relative; text-decoration: none; padding-bottom: .05em; }
.foot-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--gold-bright); transform: scaleX(0); transform-origin: right; transition: transform var(--t-base) var(--ease-out); }
.foot-link:hover::after { transform: scaleX(1); transform-origin: left; }
.foot-col-cta { align-items: flex-start; }
.foot-line { font-family: var(--display); font-weight: 500; font-size: 1.15rem; line-height: 1.4; max-width: 26rem; margin-bottom: 1rem; }
.foot-ctas { display: flex; flex-wrap: wrap; gap: .6rem; }
.foot-ctas .btn { padding: .85rem 1.4rem; font-size: .95rem; }

/* Bottom bar */
.foot-bar { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 1.5rem; padding: 1.2rem var(--gutter) 0; margin-top: clamp(1.2rem, 3vh, 2.4rem); border-top: 1px solid var(--rule-light); font-size: .85rem; }
.foot-bar p { margin: 0; opacity: .65; }
.foot-clock time { font-variant-numeric: tabular-nums; }
.foot-top { display: grid; place-items: center; width: 2.9rem; height: 2.9rem; border-radius: 50%; border: 1px solid rgba(212,176,106,.5); background: transparent; color: var(--gold-bright); transition: background-color var(--t-fast) var(--ease-out), color var(--t-fast) var(--ease-out), transform var(--t-fast) var(--ease-out); }
.foot-top svg { transition: transform var(--t-base) var(--ease-out); }
.foot-top:hover { background: var(--gold-bright); color: var(--espresso); transform: translateY(-2px); }
.foot-top:hover svg { transform: translateY(-2px); }

/* Floating dock */
.dock { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 60; display: flex; flex-direction: column; align-items: flex-end; gap: .6rem; opacity: 0; transform: translateY(1rem); pointer-events: none; transition: opacity .4s var(--ease-out), transform .4s var(--ease-out); }
.dock.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.dock-btn { display: inline-flex; align-items: center; gap: .6rem; background: var(--espresso); color: var(--ivory-text); border: 1px solid rgba(212,176,106,.4); border-radius: 999px; padding: .9rem 1.4rem; font-weight: 600; box-shadow: 0 18px 40px -16px rgba(0,0,0,.6); }
.dock-dot { width: .55rem; height: .55rem; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 0 0 rgba(212,176,106,.6); animation: pulse 2.4s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(212,176,106,.6); } 70% { box-shadow: 0 0 0 10px rgba(212,176,106,0); } 100% { box-shadow: 0 0 0 0 rgba(212,176,106,0); } }
.dock-sheet { display: grid; gap: .3rem; background: var(--lounge); color: var(--espresso); border: 1px solid var(--rule); border-radius: 1rem; padding: .5rem; width: 16rem; box-shadow: 0 24px 50px -20px rgba(0,0,0,.5); transform-origin: bottom right; }
.dock-sheet[hidden] { display: none; }
.dock-sheet a { display: flex; flex-direction: column; padding: .7rem .9rem; border-radius: .6rem; text-decoration: none; }
.dock-sheet a:hover { background: var(--porcelain); }
.dock-sheet strong { font-family: var(--display); font-weight: 600; font-size: 1.05rem; }
.dock-sheet span { font-size: .85rem; color: var(--espresso-soft); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 90; background: rgba(20,14,15,.92); display: grid; place-items: center; padding: 2rem; }
.lightbox[hidden] { display: none; }
.lightbox-close { position: absolute; top: 1.2rem; right: 1.4rem; background: none; border: 1px solid rgba(246,239,227,.4); color: var(--ivory-text); width: 2.8rem; height: 2.8rem; border-radius: 50%; font-size: 1.6rem; line-height: 1; }
.lightbox-body { display: grid; grid-template-columns: auto minmax(14rem, 22rem); gap: 2rem; align-items: center; max-width: 64rem; }
.lightbox-video { height: min(80vh, 46rem); aspect-ratio: 9 / 16; width: auto; border-radius: 1rem; background: #000; }
.lightbox-side { color: var(--ivory-text); display: grid; gap: 1rem; justify-items: start; }
.lightbox-caption { font-family: var(--display); font-weight: 500; font-size: 1.3rem; line-height: 1.3; margin: 0; }
.lightbox-link { color: var(--gold-bright); }

/* Responsive */
@media (max-width: 1100px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .reel { width: clamp(14rem, 30vw, 18rem); }
}

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; }
  .hero-ambient { display: none; }
  .hero-panel { position: absolute; inset: 0; height: auto; aspect-ratio: auto; margin: 0; z-index: -1; }
  .hero-panel figcaption { display: none; }
  .hero-panel::after { background: linear-gradient(180deg, rgba(20,14,15,.35) 0%, rgba(20,14,15,.05) 30%, rgba(20,14,15,.25) 55%, rgba(20,14,15,.9) 100%); box-shadow: none; }
  .hero-copy { padding-top: 24rem; }
  .hero-scroll { display: none; }
  .break-inner { grid-template-columns: 1fr 1fr; }
  .break-panel { grid-column: 1 / -1; grid-row: 1; justify-self: center; height: min(60svh, 34rem); }
  .break-word:first-child { text-align: left; }
  .break-word:nth-child(3) { text-align: right; }
  .statement { grid-template-columns: 1fr; gap: 2.5rem; }
  .statement-side { border-left: 0; border-top: 1px solid var(--gold); padding: 1.5rem 0 0; }
  .numbers { grid-template-columns: 1fr 1fr; }
  .bridal-inner { grid-template-columns: 1fr; }
  .bridal .bg-video::after { background: linear-gradient(180deg, rgba(8,46,37,.96) 0%, rgba(8,46,37,.9) 60%, rgba(8,46,37,.6) 100%); }
  .services-head { grid-template-columns: 1fr; }
  .services-head p { justify-self: start; }
  .services-body { grid-template-columns: 1fr; }
  .service-stage { display: none; }
  .service-mobile-img, .service-mobile-video { display: block; width: 100%; max-width: 20rem; aspect-ratio: 4 / 5; object-fit: cover; margin-bottom: 1.2rem; border-radius: .8rem; }
  .reels-pin { min-height: 0; }
  .reels-head { grid-template-columns: 1fr; }
  .reels-head .text-link { grid-column: 1; grid-row: auto; }
  .reels-track { width: auto; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); scrollbar-width: none; padding-bottom: 1rem; }
  .reels-track::after { content: ""; flex: none; width: 1px; }
  .service.is-active .service-name { padding-left: 0; }
  .reels-track::-webkit-scrollbar { display: none; }
  .reel { scroll-snap-align: start; width: 70vw; max-width: 20rem; }
  .about { grid-template-columns: 1fr; }
  .about-photo { max-width: 26rem; }
  .about-copy { padding-top: 0; }
  .moments-row { grid-template-columns: 1fr; max-width: 26rem; }
  .moments-row figure:nth-child(2), .moments-row figure:nth-child(3) { margin-top: 0; }
  .reviews-head { grid-template-columns: 1fr; }
  .review { width: 19rem; }
  .academy-inner { grid-template-columns: 1fr; }
  .academy .bg-video::after { background: rgba(28,20,22,.9); }
  .academy-photo { max-width: 26rem; margin-top: 1rem; }
  .visit { grid-template-columns: 1fr; }
  .book { grid-template-columns: 1fr; }
  .foot { min-height: 0; padding-top: 2.5rem; }
  .foot-strip a { height: 9rem; }
  .foot-word { font-size: 24vw; }
  .foot-sig { font-size: 5.5rem; bottom: 15%; opacity: .18; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1.5rem; padding-top: 2rem; }
  .foot-col-cta { grid-column: 1 / -1; }
  .foot-bar { grid-template-columns: 1fr auto; gap: .8rem 1.5rem; }
  .foot-bar .foot-fine { grid-column: 1 / -1; }
  .lightbox { padding: 1rem; }
  .lightbox-body { grid-template-columns: 1fr; justify-items: center; }
  .lightbox-video { height: min(62vh, 40rem); }
  .lightbox-side { justify-items: center; text-align: center; }
}

@media (max-width: 520px) {
  body { font-size: 1rem; }
  .hero-title { font-size: 2.9rem; }
  .hero-copy { padding-top: 22rem; }
  .hero-video { object-position: 50% 0; }
  .hero-side { flex-wrap: wrap; gap: 1rem; }
  .occasions { grid-template-columns: 1fr; }
  .course ul { grid-template-columns: 1fr; }
  .contact-ways { grid-template-columns: 1fr; }
  .numbers { gap: 1.4rem; }
  .dock { right: .8rem; bottom: .8rem; }
  .dock-sheet { width: calc(100vw - 1.6rem); }
  .foot-grid { grid-template-columns: 1fr; }
  .foot-strip a { height: 7.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .intro { display: none; }
  .w > span, [data-lines] .ln > span { transform: none !important; }
  .hero-kicker, .hero-lede, .hero-actions, .hero-side { opacity: 1 !important; }
  .hero-video { transform: none; }
  .reveal-img img { transform: none; }
  .ticker-track, .dock-dot, .hero-scroll span { animation: none; }
  .fl { transform: none !important; }
  .foot-glow { display: none; }
  .break-word { opacity: 1; }
  .nav, .btn, .service-detail, .stage-layer { transition: none !important; }
}
