/* ============================================================
   MEHNDI BY ZOYA — design system
   Palette: emerald #0F3D2E · gold #C9A24B · maroon #6B2A1E · ivory #F6EFE4
   ============================================================ */
:root {
  --emerald: #0F3D2E;
  --emerald-2: #0B2E23;
  --emerald-3: #17503D;
  --gold: #C9A24B;
  --gold-2: #E3C77C;
  --gold-3: #9C7A2E;
  --maroon: #6B2A1E;
  --maroon-2: #8A3A2A;
  --ivory: #F6EFE4;
  --ivory-2: #EFE5D3;
  --ink: #1B1A17;
  --muted: #5F5A50;
  --line: rgba(15, 61, 46, .12);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Jost', system-ui, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --shadow: 0 30px 60px -30px rgba(15, 61, 46, .45);
  --r: 18px;
}
* { box-sizing: border-box; margin: 0; padding: 0 }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100% }
body { font-family: var(--sans); color: var(--ink); background: var(--ivory); line-height: 1.6; font-weight: 300; overflow-x: hidden }
img { display: block; max-width: 100% }
a { color: inherit; text-decoration: none }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.08; letter-spacing: -.01em }
h1 { font-size: clamp(2.6rem, 6.2vw, 5.4rem) }
h2 { font-size: clamp(2.1rem, 4.4vw, 3.6rem) }
h3 { font-size: clamp(1.4rem, 2.4vw, 1.9rem) }
h2 em, h1 em { font-style: italic; color: var(--gold-3); font-weight: 400 }
.section-dark h2 em, .hero h1 em { color: var(--gold-2) }
.container { width: min(1180px, 92vw); margin-inline: auto }
.section { padding: clamp(4.5rem, 9vw, 8rem) 0; position: relative }
.section-dark { background: radial-gradient(120% 90% at 80% 0%, var(--emerald-3), var(--emerald) 50%, var(--emerald-2)); color: var(--ivory) }
.section-ivory { background: linear-gradient(180deg, var(--ivory), var(--ivory-2)) }
.section-head { max-width: 720px; margin-bottom: clamp(2.2rem, 4vw, 3.5rem) }
.section-head .sub { margin-top: 1rem; font-size: 1.08rem; color: var(--muted) }
.section-dark .sub { color: rgba(246, 239, 228, .72) }
.eyebrow { display: flex; align-items: center; gap: .8rem; text-transform: uppercase; letter-spacing: .22em; font-size: .72rem; font-weight: 500; color: var(--gold-3); margin-bottom: 1rem }
.section-dark .eyebrow { color: var(--gold-2) }
.eyebrow .line { width: 34px; height: 1px; background: currentColor; display: inline-block }
.skip { position: absolute; left: -999px; top: 0; background: var(--gold); color: var(--emerald); padding: .6rem 1rem; z-index: 999 }
.skip:focus { left: 1rem; top: 1rem }
.progress { position: fixed; inset: 0 auto auto 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--gold), var(--gold-2)); z-index: 90; transition: width .1s linear }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: .6rem; padding: .95rem 1.6rem; border-radius: 999px; font-weight: 500; font-size: .95rem; letter-spacing: .02em; transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s; position: relative; overflow: hidden; white-space: nowrap }
.btn::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, .35) 50%, transparent 70%); transform: translateX(-120%); transition: transform .7s var(--ease) }
.btn:hover::after { transform: translateX(120%) }
.btn:hover { transform: translateY(-2px) }
.btn i { font-size: 1.05em }
.btn-gold { background: linear-gradient(135deg, var(--gold-2), var(--gold) 55%, var(--gold-3)); color: var(--emerald-2); box-shadow: 0 12px 30px -12px rgba(201, 162, 75, .8) }
.btn-ghost { border: 1px solid rgba(246, 239, 228, .35); color: var(--ivory); backdrop-filter: blur(6px) }
.btn-ghost:hover { border-color: var(--gold-2); color: var(--gold-2) }
.btn-maroon { background: linear-gradient(135deg, var(--maroon-2), var(--maroon)); color: var(--ivory); box-shadow: 0 12px 30px -12px rgba(107, 42, 30, .7) }
.btn-outline { border: 1px solid var(--emerald); color: var(--emerald) }
.btn-outline:hover { background: var(--emerald); color: var(--ivory) }
.btn-sm { padding: .65rem 1.15rem; font-size: .85rem }
.btn-block { width: 100%; justify-content: center }

/* ---------- Header ---------- */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 80; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem clamp(1rem, 4vw, 3rem); transition: background .4s, padding .4s, box-shadow .4s }
.site-header.is-scrolled { background: rgba(11, 46, 35, .85); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); padding: .55rem clamp(1rem, 4vw, 3rem); box-shadow: 0 10px 30px -20px rgba(0, 0, 0, .6) }
.brand img { height: 58px; width: auto; transition: height .4s }
.site-header.is-scrolled .brand img { height: 46px }
.nav { display: flex; gap: clamp(1rem, 2.2vw, 2rem) }
.nav a { color: rgba(246, 239, 228, .82); font-size: .88rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 400; position: relative; padding: .3rem 0 }
.nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--gold-2); transition: right .35s var(--ease) }
.nav a:hover::after, .nav a.is-active::after { right: 0 }
.nav a:hover, .nav a.is-active { color: var(--gold-2) }
.header-cta { display: flex; align-items: center; gap: .8rem }
/* ---------- Marquee ---------- */
.marquee { background: var(--gold); color: var(--emerald-2); overflow: hidden; padding: .8rem 0; font-family: var(--serif); font-size: 1.15rem; letter-spacing: .08em; text-transform: uppercase; border-block: 1px solid rgba(15, 61, 46, .2) }
.marquee-track { display: flex; gap: 2rem; width: max-content; animation: marquee 40s linear infinite }
.marquee-track i { font-style: normal; opacity: .6 }
@keyframes marquee { to { transform: translateX(-33.333%) } }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center }
.about-media { position: relative }
.about-frame { border-radius: 260px 260px 24px 24px; overflow: hidden; position: relative; box-shadow: var(--shadow) }
.about-frame::after { content: ''; position: absolute; inset: 14px; border: 1px solid rgba(201, 162, 75, .6); border-radius: 250px 250px 14px 14px; pointer-events: none }
.about-frame img { width: 100%; aspect-ratio: 4/5; object-fit: cover }
.about-chip { position: absolute; left: -1rem; bottom: 2rem; background: var(--emerald); color: var(--gold-2); padding: .7rem 1.1rem; border-radius: 12px; font-size: .85rem; display: flex; gap: .5rem; align-items: center; box-shadow: var(--shadow) }
.about-copy p { color: var(--muted); margin-bottom: 1.05rem; font-size: 1.04rem }
.about-copy h2 { margin-bottom: 1.3rem }
.about-facts { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1.4rem; margin-top: 1.6rem; padding-top: 1.4rem; border-top: 1px solid var(--line) }
.about-facts div { display: flex; align-items: center; gap: .7rem; font-size: .92rem; color: var(--ink) }
.about-facts i { color: var(--gold-3); width: 20px; text-align: center }
.about-facts a { color: var(--maroon); border-bottom: 1px solid currentColor }

/* ---------- Services ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem }
.svc { position: relative; padding: 1.8rem 1.5rem 1.6rem; border-radius: var(--r); background: rgba(246, 239, 228, .05); border: 1px solid rgba(246, 239, 228, .1); transition: transform .5s var(--ease), background .4s, border-color .4s; overflow: hidden }
.svc::before { content: ''; position: absolute; inset: auto -30% -50% auto; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(201, 162, 75, .28), transparent 65%); transition: transform .6s var(--ease), opacity .6s; transform: scale(.6); opacity: 0 }
.svc:hover { transform: translateY(-6px); background: rgba(246, 239, 228, .08); border-color: rgba(227, 199, 124, .4) }
.svc:hover::before { transform: scale(1.2); opacity: 1 }
.svc-icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(227, 199, 124, .25), rgba(201, 162, 75, .08)); color: var(--gold-2); font-size: 1.25rem; margin-bottom: 1.1rem; border: 1px solid rgba(227, 199, 124, .3) }
.svc h3 { font-size: 1.45rem; margin-bottom: .5rem; color: var(--ivory) }
.svc p { color: rgba(246, 239, 228, .72); font-size: .92rem }

/* ---------- Bridal ---------- */
.bridal { background: linear-gradient(180deg, var(--ivory) 0%, #F1E6D6 100%); overflow: hidden }
.bridal::before { content: ''; position: absolute; left: -10%; top: 20%; width: 50vmin; height: 50vmin; border-radius: 50%; background: radial-gradient(circle, rgba(107, 42, 30, .12), transparent 70%); pointer-events: none }
.bridal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center }
.bridal-copy p { color: var(--muted); font-size: 1.04rem; margin: 1rem 0 }
.bridal-list { list-style: none; margin: 1.4rem 0 1.8rem; display: grid; gap: .7rem }
.bridal-list li { display: flex; gap: .8rem; align-items: flex-start; font-size: .98rem }
.bridal-list i { color: var(--maroon); margin-top: .35rem; font-size: .8rem }
.bridal-media { position: relative; height: clamp(440px, 56vw, 640px) }
.bridal-media img { position: absolute; object-fit: cover; border-radius: 16px; box-shadow: var(--shadow); border: 6px solid var(--ivory) }
.bm-1 { width: 52%; height: 68%; left: 0; top: 0; z-index: 2 }
.bm-2 { width: 46%; height: 56%; right: 0; top: 12%; z-index: 1 }
.bm-3 { width: 48%; height: 46%; left: 26%; bottom: 0; z-index: 3 }

/* ---------- Shorts ---------- */
.shorts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem }
.short { position: relative; border-radius: var(--r); overflow: hidden; aspect-ratio: 16/10; display: block; border: 1px solid rgba(246, 239, 228, .12) }
.short img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease) }
.short:hover img { transform: scale(1.06) }
.short .play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 64px; height: 64px; border-radius: 50%; background: rgba(201, 162, 75, .95); color: var(--emerald-2); display: grid; place-items: center; font-size: 1.2rem; animation: pulse 2.4s infinite }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(201, 162, 75, .55) } 70% { box-shadow: 0 0 0 22px rgba(201, 162, 75, 0) } 100% { box-shadow: 0 0 0 0 rgba(201, 162, 75, 0) } }
.short-t { position: absolute; left: 1rem; bottom: .9rem; font-size: .9rem; color: var(--ivory); text-shadow: 0 2px 10px rgba(0, 0, 0, .6) }

/* ---------- Classes ---------- */
.classes { background: var(--ivory) }
.classes-hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; margin-bottom: clamp(3rem, 6vw, 5rem) }
.classes-copy > p { color: var(--muted); font-size: 1.04rem; margin: 1rem 0 }
.perks { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.4rem; margin: 1.6rem 0 }
.perks li { display: flex; gap: .9rem; align-items: flex-start }
.perks i { width: 40px; height: 40px; flex: none; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(201, 162, 75, .25), rgba(201, 162, 75, .08)); color: var(--gold-3); border: 1px solid rgba(201, 162, 75, .35) }
.perks strong { display: block; font-weight: 500; font-size: .98rem }
.perks span { font-size: .85rem; color: var(--muted) }
.course-cta { display: flex; flex-direction: column; gap: .8rem; align-items: flex-start }
.fine { font-size: .78rem; color: var(--muted) }
.classes-media { position: relative }
.classes-media img { border-radius: 24px 24px 24px 120px; box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/5; object-fit: cover }
.quote-card { position: absolute; left: -1.5rem; bottom: -1.5rem; max-width: 300px; background: var(--emerald); color: var(--ivory); padding: 1.3rem 1.4rem; border-radius: 16px; box-shadow: var(--shadow) }
.quote-card i { color: var(--gold-2); font-size: 1.2rem }
.quote-card p { font-family: var(--serif); font-size: 1.2rem; line-height: 1.35; margin: .5rem 0 .4rem }
.quote-card span { font-size: .78rem; color: var(--gold-2); letter-spacing: .06em }
.curriculum h3 { margin-bottom: 1.6rem }
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem }
.step { display: flex; gap: 1rem; padding: 1.3rem; border-radius: var(--r); background: #fff; border: 1px solid var(--line); transition: transform .5s var(--ease), box-shadow .5s }
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow) }
.step-n { font-family: var(--serif); font-size: 2rem; color: var(--gold); line-height: 1; font-weight: 500 }
.step h4 { font-size: 1.15rem; margin-bottom: .3rem }
.step p { font-size: .86rem; color: var(--muted) }

/* ---------- Reviews ---------- */
.rating-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.4rem }
.rating-pill { display: inline-flex; align-items: center; gap: .5rem; padding: .55rem 1rem; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: .86rem; color: var(--muted) }
.rating-pill strong { color: var(--ink); font-size: 1rem }
.stars { color: var(--gold); letter-spacing: .05em }
.review-track { display: flex; gap: 1.2rem; overflow-x: auto; scroll-snap-type: x mandatory; padding: .4rem .2rem 1.4rem; scrollbar-width: none; -webkit-overflow-scrolling: touch }
.review-track::-webkit-scrollbar { display: none }
.review { flex: 0 0 min(380px, 82vw); scroll-snap-align: start; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.7rem 1.6rem 1.4rem; display: flex; flex-direction: column; gap: .9rem; position: relative; transition: transform .5s var(--ease), box-shadow .5s }
.review:hover { transform: translateY(-4px); box-shadow: var(--shadow) }
.review::before { content: '“'; position: absolute; right: 1.2rem; top: .4rem; font-family: var(--serif); font-size: 5rem; color: rgba(201, 162, 75, .18); line-height: 1 }
.review p { font-family: var(--serif); font-size: 1.22rem; line-height: 1.4; color: var(--ink) }
.review footer { display: flex; flex-direction: column; gap: .1rem; margin-top: auto; padding-top: .8rem; border-top: 1px solid var(--line) }
.review footer strong { font-weight: 500; font-size: .95rem }
.review footer span { font-size: .78rem; color: var(--muted); letter-spacing: .06em; text-transform: uppercase }
.review-nav { display: flex; gap: .6rem; justify-content: flex-end }
.rnav { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--emerald); color: var(--emerald); display: grid; place-items: center; transition: all .3s }
.rnav:hover { background: var(--emerald); color: var(--ivory) }

/* ---------- FAQ ---------- */
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 5rem); align-items: start }
.faq-grid > div:first-child p { color: var(--muted); margin-top: .8rem }
.faq-list { display: grid; gap: .7rem }
.faq { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 0 1.3rem; transition: border-color .3s }
.faq[open] { border-color: rgba(201, 162, 75, .6) }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.1rem 0; font-family: var(--serif); font-size: 1.25rem; font-weight: 500 }
.faq summary::-webkit-details-marker { display: none }
.faq summary i { color: var(--gold-3); transition: transform .3s; font-size: .8rem }
.faq[open] summary i { transform: rotate(45deg) }
.faq p { padding: 0 0 1.2rem; color: var(--muted); font-size: .96rem }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: start }
.contact-copy > p { color: rgba(246, 239, 228, .75); margin: 1rem 0 1.5rem; font-size: 1.04rem }
.contact-list { list-style: none; display: grid; gap: 1.1rem; margin-bottom: 1.8rem }
.contact-list li { display: flex; gap: 1rem; align-items: flex-start }
.contact-list i { width: 44px; height: 44px; flex: none; border-radius: 12px; display: grid; place-items: center; background: rgba(201, 162, 75, .14); color: var(--gold-2); border: 1px solid rgba(227, 199, 124, .3); font-size: 1.1rem }
.contact-list span { display: block; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(246, 239, 228, .55) }
.contact-list a { font-size: 1.05rem; color: var(--ivory); border-bottom: 1px solid transparent; transition: border-color .3s }
.contact-list a:hover { border-color: var(--gold-2); color: var(--gold-2) }
.contact-list small { display: block; color: rgba(246, 239, 228, .55); font-size: .8rem }
.map-wrap { position: relative; border-radius: var(--r); overflow: hidden; border: 1px solid rgba(246, 239, 228, .15); aspect-ratio: 16/9 }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: saturate(.85) contrast(1.05) }
.map-open { position: absolute; left: .8rem; bottom: .8rem; background: var(--emerald); color: var(--gold-2); padding: .5rem .9rem; border-radius: 999px; font-size: .8rem; display: inline-flex; gap: .5rem; align-items: center }
.enquiry { background: var(--ivory); color: var(--ink); border-radius: 22px; padding: clamp(1.4rem, 3vw, 2.2rem); box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .6) }
.enquiry h3 { margin-bottom: .3rem }
.form-sub { color: var(--muted); font-size: .9rem; margin-bottom: 1.3rem }
.field { display: flex; flex-direction: column; gap: .35rem; margin-bottom: 1rem }
.field label { font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 500 }
.field input, .field select, .field textarea { font: inherit; font-size: .98rem; padding: .85rem 1rem; border-radius: 12px; border: 1px solid var(--line); background: #fff; color: var(--ink); transition: border-color .3s, box-shadow .3s; width: 100% }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(201, 162, 75, .18) }
.field textarea { resize: vertical }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem }
.form-status { margin-top: .8rem; font-size: .88rem; min-height: 1.2em; color: var(--maroon) }
.form-status.ok { color: var(--emerald) }

/* ---------- Footer ---------- */
.site-footer { background: var(--emerald-2); color: rgba(246, 239, 228, .75); padding: 3.5rem 0 1.5rem; border-top: 1px solid rgba(201, 162, 75, .25) }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 2.5rem; align-items: start; padding-bottom: 2.2rem; border-bottom: 1px solid rgba(246, 239, 228, .1) }
.footer-brand img { height: 84px; width: auto; margin-bottom: 1rem }
.footer-brand p { font-size: .9rem; max-width: 34rem }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem 2rem; font-size: .88rem; letter-spacing: .06em; text-transform: uppercase }
.footer-nav a:hover { color: var(--gold-2) }
.footer-social { display: flex; gap: .7rem }
.footer-social a { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(246, 239, 228, .2); display: grid; place-items: center; color: var(--ivory); transition: all .3s }
.footer-social a:hover { background: var(--gold); color: var(--emerald-2); border-color: var(--gold) }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; padding-top: 1.2rem; font-size: .78rem; color: rgba(246, 239, 228, .5) }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 70; display: flex; align-items: center; gap: .5rem; background: #25D366; color: #fff; padding: .8rem 1.1rem; border-radius: 999px; font-weight: 500; box-shadow: 0 16px 40px -14px rgba(37, 211, 102, .8); transition: transform .3s, box-shadow .3s; animation: waBob 4s ease-in-out infinite }
.wa-float::before, .wa-float::after { content: ''; position: absolute; inset: 0; border-radius: inherit; border: 2px solid #25D366; pointer-events: none; animation: waRing 2.6s cubic-bezier(.2, .7, .3, 1) infinite }
.wa-float::after { animation-delay: 1.3s }
.wa-float i { font-size: 1.5rem; animation: waWiggle 4s ease-in-out infinite; transform-origin: 50% 60% }
.wa-float:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 20px 44px -12px rgba(37, 211, 102, .9); animation-play-state: paused }
@keyframes waRing { 0% { transform: scale(1); opacity: .8 } 100% { transform: scale(1.7); opacity: 0 } }
@keyframes waBob { 0%, 100% { translate: 0 0 } 50% { translate: 0 -5px } }
@keyframes waWiggle { 0%, 80%, 100% { transform: rotate(0) } 84% { transform: rotate(-14deg) } 88% { transform: rotate(12deg) } 92% { transform: rotate(-8deg) } 96% { transform: rotate(5deg) } }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(11, 46, 35, .96); display: grid; place-items: center; opacity: 0; pointer-events: none; transition: opacity .35s }
.lightbox.is-open { opacity: 1; pointer-events: auto }
.lightbox figure { max-width: min(92vw, 1000px); max-height: 90vh; display: flex; flex-direction: column; align-items: center; gap: .8rem }
.lightbox img { max-height: 80vh; max-width: 92vw; object-fit: contain; border-radius: 12px; box-shadow: 0 40px 100px -30px rgba(0, 0, 0, .9); transform: scale(.96); transition: transform .4s var(--ease) }
.lightbox.is-open img { transform: scale(1) }
.lightbox figcaption { color: var(--ivory); font-size: .9rem; text-align: center }
.lb-close, .lb-nav { position: absolute; color: var(--ivory); width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: rgba(246, 239, 228, .08); border: 1px solid rgba(246, 239, 228, .2); transition: background .3s }
.lb-close:hover, .lb-nav:hover { background: var(--gold); color: var(--emerald-2) }
.lb-close { right: 1.2rem; top: 1.2rem }
.lb-prev { left: 1rem; top: 50% }
.lb-next { right: 1rem; top: 50% }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease) var(--d, 0ms), transform .9s var(--ease) var(--d, 0ms) }
.reveal.is-in { opacity: 1; transform: none }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none } .hero-mandala, .marquee-track, .art-b, .art-c, .wa-float, .wa-float::before, .wa-float::after, .wa-float i, .hw-track, .hf-frame, .hf-card, .hf-ring, .hf-seal svg { animation: none } }


/* ============================================================
   HERO — cinematic scrolling portfolio wall
   ============================================================ */
.hero { position: relative; min-height: 100svh; display: grid; align-items: center; background: var(--emerald-2); color: var(--ivory); overflow: hidden; padding: 6.5rem 0 5rem; isolation: isolate }
.hero-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0 }
.hero-bg::before { content: ''; position: absolute; inset: 0; background: radial-gradient(80% 70% at 20% 30%, rgba(23, 80, 61, .9), transparent 65%), radial-gradient(40% 50% at 90% 100%, rgba(107, 42, 30, .35), transparent 70%), linear-gradient(180deg, var(--emerald-2), var(--emerald)) }
.hero-mandala { position: absolute; width: 120vmin; height: 120vmin; left: -45vmin; top: -30vmin; border-radius: 50%; opacity: .14; background:
  repeating-radial-gradient(circle at center, transparent 0 18px, rgba(227, 199, 124, .55) 18px 19px, transparent 19px 42px),
  repeating-conic-gradient(from 0deg, rgba(227, 199, 124, .35) 0 2deg, transparent 2deg 15deg);
  -webkit-mask: radial-gradient(circle, #000 20%, transparent 72%); mask: radial-gradient(circle, #000 20%, transparent 72%);
  animation: spin 160s linear infinite }
.hero-mandala-2 { left: auto; right: -30vmin; top: auto; bottom: -50vmin; width: 90vmin; height: 90vmin; opacity: .09; animation-direction: reverse; animation-duration: 220s }
@keyframes spin { to { transform: rotate(360deg) } }
.hero-grain { position: absolute; inset: 0; opacity: .07; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); mix-blend-mode: overlay }

/* scrolling wall */
.hero-wall { position: absolute; inset: 0; z-index: 1; display: flex; gap: 14px; justify-content: flex-end; padding-right: 4vw; pointer-events: none; transform: rotate(-6deg) scale(1.15); transform-origin: 70% 40% }
.hw-col { width: clamp(150px, 15vw, 230px); height: 100%; overflow: hidden; -webkit-mask: linear-gradient(180deg, transparent, #000 15%, #000 85%, transparent); mask: linear-gradient(180deg, transparent, #000 15%, #000 85%, transparent) }
.hw-track { display: flex; flex-direction: column; gap: 14px; will-change: transform; animation: wall 60s linear infinite }
.hw-col-2 .hw-track { animation-direction: reverse; animation-duration: 75s }
.hw-col-3 .hw-track { animation-duration: 68s }
.hw-track img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 14px; box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .8); filter: saturate(.9) brightness(.85); outline: 1px solid rgba(227, 199, 124, .18); outline-offset: -1px }
@keyframes wall { to { transform: translateY(-50%) } }
.hero-wall-fade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--emerald-2) 0%, rgba(11, 46, 35, .96) 32%, rgba(11, 46, 35, .55) 58%, rgba(11, 46, 35, .25) 100%) }

.hero-inner { position: relative; z-index: 2; width: min(1180px, 92vw); margin-inline: auto; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 5vw, 4rem); align-items: center }
.hero-eyebrow { animation: fadeUp .9s var(--ease) .2s both }
.hero-title { margin: .4rem 0 1.5rem; font-size: clamp(2.9rem, 6.6vw, 6rem); line-height: .98 }
.hero-title .hw { display: block; overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em }
.hero-title .hw > span { display: block; transform: translateY(110%); animation: riseIn 1.1s var(--ease) forwards }
.hero-title .hw:nth-child(1) > span { animation-delay: .35s }
.hero-title .hw:nth-child(2) > span { animation-delay: .5s }
.hero-title .hw:nth-child(3) > span { animation-delay: .65s }
.hero-title em { position: relative; font-style: italic; color: var(--gold-2); font-weight: 400 }
.hero-title em::after { content: ''; position: absolute; left: 0; right: 0; bottom: .08em; height: .08em; background: linear-gradient(90deg, var(--gold), var(--gold-2)); transform: scaleX(0); transform-origin: left; animation: line 1s var(--ease) 1.4s forwards; border-radius: 2px }
@keyframes riseIn { to { transform: translateY(0) } }
@keyframes line { to { transform: scaleX(1) } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px) } to { opacity: 1; transform: none } }
.hero-lead { font-size: clamp(1.05rem, 1.5vw, 1.25rem); color: rgba(246, 239, 228, .82); max-width: 34rem; font-weight: 300; animation: fadeUp 1s var(--ease) .9s both }
.hero-fade { animation: fadeUp 1s var(--ease) var(--d, 1s) both }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2.1rem }
.btn-lg { padding: 1.1rem 1.9rem; font-size: 1rem }
.trust { list-style: none; display: flex; gap: clamp(1.2rem, 3vw, 2.4rem); margin-top: 2.6rem; padding-top: 1.6rem; border-top: 1px solid rgba(246, 239, 228, .14); flex-wrap: wrap }
.trust li { display: flex; flex-direction: column; gap: .1rem }
.trust strong { font-family: var(--serif); font-size: 1.9rem; font-weight: 500; color: var(--gold-2); display: flex; align-items: center; gap: .3rem; line-height: 1 }
.trust strong i { font-size: .8rem }
.trust span { font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(246, 239, 228, .6) }

/* feature image w/ ring, floating cards, rotating seal */
.hero-feature { position: relative; height: clamp(460px, 62vh, 660px); display: grid; place-items: center }
.hf-ring { position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%; border: 1px dashed rgba(227, 199, 124, .45); animation: spin 60s linear infinite }
.hf-ring::before { content: ''; position: absolute; inset: -18px; border-radius: 50%; border: 1px solid rgba(227, 199, 124, .15) }
.hf-frame { position: relative; width: 62%; height: 92%; border-radius: 999px 999px 28px 28px; overflow: hidden; box-shadow: 0 50px 100px -40px rgba(0, 0, 0, .9), 0 0 0 1px rgba(227, 199, 124, .35), 0 0 0 10px rgba(11, 46, 35, .6), 0 0 0 11px rgba(227, 199, 124, .25); animation: floatY 9s ease-in-out infinite }
.hf-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(11, 46, 35, .55)); pointer-events: none }
.hf-frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform 1.4s var(--ease) }
.hero-feature:hover .hf-frame img { transform: scale(1.08) }
@keyframes floatY { 0%, 100% { transform: translateY(0) } 50% { transform: translateY(-12px) } }
.hf-card { position: absolute; display: flex; align-items: center; gap: .8rem; padding: .85rem 1.05rem; border-radius: 16px; background: rgba(246, 239, 228, .94); color: var(--emerald-2); box-shadow: 0 30px 60px -25px rgba(0, 0, 0, .8); backdrop-filter: blur(8px); font-size: .8rem; line-height: 1.25 }
.hf-card strong { display: block; font-weight: 600; font-size: .86rem }
.hf-card span { color: var(--muted); font-size: .76rem }
.hf-card > i { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: var(--emerald-2); font-size: 1.1rem }
.hf-card-1 { left: -4%; top: 14%; animation: floatY 10s ease-in-out 1s infinite }
.hf-card-2 { right: -6%; bottom: 14%; animation: floatY 11s ease-in-out .5s infinite reverse; max-width: 270px }
.hf-avatars { display: flex }
.hf-avatars img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; border: 2px solid var(--ivory); margin-left: -10px }
.hf-avatars img:first-child { margin-left: 0 }
.hf-seal { position: absolute; left: 2%; bottom: 6%; width: 104px; height: 104px; display: grid; place-items: center; color: var(--gold-2) }
.hf-seal svg { position: absolute; inset: 0; animation: spin 18s linear infinite; fill: currentColor; font-family: var(--sans); font-size: 11.5px; letter-spacing: .18em; font-weight: 500 }
.hf-seal i { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: var(--emerald-2); transition: transform .4s var(--ease) }
.hf-seal:hover i { transform: translateY(4px) }
.scroll-cue { position: absolute; left: 50%; bottom: 1.4rem; transform: translateX(-50%); width: 26px; height: 42px; border: 1px solid rgba(246, 239, 228, .35); border-radius: 20px; display: grid; place-items: start center; padding-top: 6px; z-index: 2 }
.scroll-cue span { width: 3px; height: 8px; border-radius: 3px; background: var(--gold-2); animation: cue 1.8s ease-in-out infinite }
@keyframes cue { 0% { transform: translateY(0); opacity: 1 } 100% { transform: translateY(16px); opacity: 0 } }

/* ============================================================
   PORTFOLIO — editorial bento
   ============================================================ */
.gallery { overflow: hidden }
.gallery-deco { position: absolute; left: 50%; top: 2.5rem; transform: translateX(-50%); font-family: var(--serif); font-size: clamp(6rem, 18vw, 16rem); line-height: 1; letter-spacing: .06em; color: transparent; -webkit-text-stroke: 1px rgba(15, 61, 46, .12); pointer-events: none; user-select: none; white-space: nowrap }
.gallery-head { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: end; margin-bottom: 2rem; position: relative }
.gallery-head-right { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; justify-self: end; max-width: 26rem }
.gallery-head-right .sub { margin: 0; color: var(--muted) }
.gallery-count { display: inline-flex; align-items: baseline; gap: .45rem; padding: .5rem 1rem; border-radius: 999px; background: var(--emerald); color: var(--ivory); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase }
.gallery-count strong { font-family: var(--serif); font-size: 1.3rem; color: var(--gold-2); line-height: 1 }
.filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.8rem; position: relative; padding: .4rem; border-radius: 999px; background: rgba(15, 61, 46, .05); width: fit-content; max-width: 100% }
.chip { position: relative; z-index: 1; padding: .6rem 1.1rem; border-radius: 999px; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); transition: color .3s }
.chip:hover { color: var(--emerald) }
.chip.is-active { color: var(--ivory) }
.chip-ink { position: absolute; top: .4rem; left: 0; height: calc(100% - .8rem); width: 0; border-radius: 999px; background: var(--emerald); transition: left .45s var(--ease), width .45s var(--ease); z-index: 0; box-shadow: 0 8px 20px -10px rgba(15, 61, 46, .7) }

.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; grid-auto-flow: dense; gap: 14px }
.g-item { position: relative; margin: 0; border-radius: 18px; overflow: hidden; cursor: zoom-in; background: var(--ivory-2); opacity: 0; transform: translateY(24px) scale(.98); transition: opacity .7s var(--ease), transform .7s var(--ease), box-shadow .5s }
.g-item.is-in { opacity: 1; transform: none }
.g-item::after { content: ''; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(15, 61, 46, .08); pointer-events: none; transition: box-shadow .4s }
.g-item:hover::after { box-shadow: inset 0 0 0 2px rgba(201, 162, 75, .8) }
.g-item:hover { box-shadow: 0 30px 60px -25px rgba(15, 61, 46, .55); z-index: 2 }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease), filter .6s }
.g-item:hover img { transform: scale(1.07); filter: saturate(1.08) }
.g-tall { grid-row: span 2 }
.g-wide { grid-column: span 2 }
.g-num { position: absolute; top: .8rem; left: .8rem; font-family: var(--serif); font-size: .9rem; color: var(--ivory); background: rgba(11, 46, 35, .55); backdrop-filter: blur(6px); padding: .2rem .55rem; border-radius: 999px; letter-spacing: .08em; opacity: .9; transition: opacity .3s }
.g-item figcaption { position: absolute; inset: auto 0 0 0; padding: 3rem 1rem 1rem; background: linear-gradient(180deg, transparent, rgba(11, 46, 35, .9)); color: var(--ivory); display: grid; grid-template-columns: 1fr auto; grid-template-areas: 'cat btn' 'txt btn'; gap: .1rem .8rem; align-items: end; transform: translateY(100%); transition: transform .5s var(--ease) }
.g-item:hover figcaption { transform: none }
.g-item figcaption em { grid-area: cat; font-style: normal; font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-2) }
.g-item figcaption span { grid-area: txt; font-size: .84rem; line-height: 1.3 }
.g-item figcaption b { grid-area: btn; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: var(--emerald-2); font-size: .85rem }
.g-item.is-hidden { display: none }
.gallery-more { display: flex; gap: .9rem; flex-wrap: wrap; justify-content: center; margin-top: 2.4rem }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr) }
  .steps { grid-template-columns: repeat(2, 1fr) }
  .bento { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 180px }
}
@media (max-width: 900px) {
  .nav { display: none }
  .site-header { padding: .55rem 1rem; justify-content: center }
  .site-header.is-scrolled { padding: .4rem 1rem }
  .header-cta { display: none }
  .brand img { height: 72px }
  .site-header.is-scrolled .brand img { height: 56px }
  nav.dock { display: block }
  body { padding-bottom: 96px }
  .wa-float { bottom: calc(104px + env(safe-area-inset-bottom)) }
  .wa-float { opacity: 0; scale: .6; pointer-events: none; transition: opacity .5s var(--ease), scale .5s var(--ease) }
  .wa-float.is-shown { opacity: 1; scale: 1; pointer-events: auto }
  /* swap heroes */
  .hero { display: none }
  section.mhero { display: flex }
  .about-grid, .bridal-grid, .classes-hero, .faq-grid, .contact-grid, .gallery-head { grid-template-columns: 1fr }
  .gallery-head-right { justify-self: start }
  .about-media { max-width: 420px }
  .bridal-media { height: 70vw; max-height: 520px }
  .shorts-grid { grid-template-columns: 1fr 1fr }
  .footer-grid { grid-template-columns: 1fr }
  .footer-nav { grid-template-columns: repeat(3, auto); justify-content: start }
  .quote-card { position: static; margin-top: 1rem; max-width: none }
}
@media (max-width: 600px) {
  .svc-grid, .steps, .shorts-grid, .perks, .field-row, .about-facts { grid-template-columns: 1fr }
  .bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; gap: 10px }
  .g-item figcaption { display: none }
  .g-num { font-size: .75rem }
  .filters { width: 100%; border-radius: 18px }
  .chip { padding: .5rem .8rem; font-size: .7rem }
  .wa-float span { display: none }
  .wa-float { padding: .9rem; right: 1rem }
  .brand img { height: 64px }
  .site-header.is-scrolled .brand img { height: 50px }
  .mhero-title { font-size: clamp(2.6rem, 13vw, 3.6rem) }
  .review { flex-basis: 84vw }
  .footer-bottom { flex-direction: column }
  .gallery-deco { top: 1.5rem }
}

/* ============================================================
   MOBILE HERO — full-bleed editorial cover (≤900px only)
   ============================================================ */
.anchor-top { position: absolute; top: 0 }
.mhero { display: none; position: relative; min-height: 100svh; background: var(--emerald-2); color: var(--ivory); overflow: hidden; isolation: isolate; padding: calc(84px + env(safe-area-inset-top)) 0 calc(92px + env(safe-area-inset-bottom)); flex-direction: column; justify-content: flex-end }
.mhero-media { position: absolute; inset: 0; z-index: 0 }
.mhero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s var(--ease); will-change: opacity }
.mhero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: var(--pos, 50% 25%); transform: scale(1.14); transition: transform 7.5s linear }
.mhero-slide.is-on { opacity: 1; z-index: 1 }
.mhero-slide.is-on img { transform: scale(1) }
.mhero-slide.is-leaving { opacity: 0; z-index: 2 }
.mhero-shade { position: absolute; inset: 0; z-index: 3; background: linear-gradient(180deg, rgba(11, 46, 35, .6) 0%, rgba(11, 46, 35, .12) 18%, rgba(11, 46, 35, .3) 30%, rgba(11, 46, 35, .78) 44%, rgba(11, 46, 35, .94) 60%, var(--emerald-2) 78%) }
.mhero-grain { position: absolute; inset: 0; z-index: 4; opacity: .08; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E") }
.mhero-topline { position: absolute; top: calc(92px + env(safe-area-inset-top)); left: 0; right: 0; z-index: 2; display: flex; justify-content: space-between; padding: 0 1.1rem; animation: fadeUp .9s var(--ease) .4s both }
.mhero-pill { display: inline-flex; align-items: center; gap: .4rem; padding: .42rem .75rem; border-radius: 999px; background: rgba(11, 46, 35, .55); border: 1px solid rgba(246, 239, 228, .18); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(246, 239, 228, .9) }
.mhero-pill i { color: var(--gold-2); font-size: .7rem }
.mhero-pill-gold { background: rgba(201, 162, 75, .22); border-color: rgba(227, 199, 124, .45); color: var(--gold-2) }
.mhero-body { position: relative; z-index: 2; padding: 0 1.1rem }
.mhero-eyebrow { font-size: .68rem; letter-spacing: .26em; text-transform: uppercase; color: var(--gold-2); margin-bottom: .5rem; text-shadow: 0 1px 12px rgba(0, 0, 0, .6); display: flex; align-items: center; gap: .6rem; animation: fadeUp .9s var(--ease) .3s both }
.mhero-eyebrow::before { content: ''; width: 26px; height: 1px; background: var(--gold) }
.mhero-title { font-size: clamp(2.8rem, 13.5vw, 4rem); line-height: .96; margin: 0 0 .8rem; font-weight: 500; text-shadow: 0 2px 24px rgba(0, 0, 0, .45) }
.mhero-title .hw { display: block; overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em }
.mhero-title .hw > span { display: block; transform: translateY(110%); animation: riseIn 1.1s var(--ease) forwards }
.mhero-title .hw:nth-child(1) > span { animation-delay: .35s }
.mhero-title .hw:nth-child(2) > span { animation-delay: .5s }
.mhero-title .hw:nth-child(3) > span { animation-delay: .65s }
.mhero-title em { position: relative; font-style: italic; color: var(--gold-2); font-weight: 400 }
.mhero-title em::after { content: ''; position: absolute; left: 0; right: 0; bottom: .08em; height: .08em; background: linear-gradient(90deg, var(--gold), var(--gold-2)); transform: scaleX(0); transform-origin: left; animation: line 1s var(--ease) 1.4s forwards; border-radius: 2px }
.mhero-lead { font-size: .95rem; line-height: 1.55; color: rgba(246, 239, 228, .82); font-weight: 300; max-width: 30rem; margin: 0 0 1.2rem; animation: fadeUp 1s var(--ease) .9s both }
.mhero-actions { display: grid; grid-template-columns: 1.25fr 1fr; gap: .6rem; animation: fadeUp 1s var(--ease) 1s both }
.mhero-actions .btn { justify-content: center; padding: .95rem 1rem; font-size: .92rem; white-space: nowrap }
.mhero-actions .btn-ghost { border-color: rgba(246, 239, 228, .35); background: rgba(11, 46, 35, .35); backdrop-filter: blur(8px) }
/* horizontal portfolio strip */
.mhero-strip { position: relative; margin: 1.4rem -1.1rem 0; padding: 0 1.1rem; animation: fadeUp 1s var(--ease) 1.15s both }
.mhero-strip-track { display: flex; gap: 8px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding-bottom: .2rem; mask-image: linear-gradient(90deg, #000 85%, transparent) }
.mhero-strip-track::-webkit-scrollbar { display: none }
.mhero-strip-track img { flex: 0 0 auto; width: 78px; height: 98px; object-fit: cover; border-radius: 12px; scroll-snap-align: start; border: 1px solid rgba(227, 199, 124, .28); box-shadow: 0 12px 24px -14px rgba(0, 0, 0, .8) }
.mhero-strip-cta { position: absolute; right: 1.1rem; top: 50%; transform: translateY(-50%); display: inline-flex; align-items: center; gap: .5rem; padding: .55rem .5rem .55rem .9rem; border-radius: 999px; background: var(--gold); color: var(--emerald-2); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; box-shadow: 0 14px 30px -12px rgba(0, 0, 0, .8) }
.mhero-strip-cta i { width: 26px; height: 26px; border-radius: 50%; background: var(--emerald-2); color: var(--gold-2); display: grid; place-items: center; font-size: .7rem }
.mhero-stats { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem; margin: 1.3rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(246, 239, 228, .14); animation: fadeUp 1s var(--ease) 1.3s both }
.mhero-stats li { display: flex; flex-direction: column; gap: .15rem; text-align: center }
.mhero-stats strong { font-family: var(--serif); font-size: 1.45rem; line-height: 1; color: var(--gold-2); font-weight: 500; display: inline-flex; align-items: center; justify-content: center; gap: .2rem }
.mhero-stats strong i { font-size: .65rem }
.mhero-stats span { font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(246, 239, 228, .6) }
@media (max-width: 900px) and (max-height: 760px) { .mhero-lead { display: none } .mhero-strip { margin-top: 1rem } .mhero-stats { margin-top: 1rem; padding-top: .8rem } }
@media (max-width: 900px) and (max-height: 640px) { .mhero-strip { display: none } }

/* ---------- Footer credit ---------- */
.footer-credit { display: flex; align-items: center; gap: 1rem; margin-top: 1.2rem; padding-top: 1rem; font-size: .8rem; color: rgba(246, 239, 228, .55); text-align: center }
.footer-credit p { margin: 0; white-space: nowrap }
.credit-line { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, rgba(201, 162, 75, .35), transparent) }
.credit-link { color: var(--gold-2); font-weight: 500; display: inline-flex; align-items: center; gap: .35rem; border-bottom: 1px solid rgba(227, 199, 124, .35); transition: border-color .3s, color .3s }
.credit-link:hover { color: #fff; border-color: var(--gold-2) }
.credit-link i { color: #25D366 }
@media (max-width: 900px) { .footer-credit { flex-direction: column; gap: .6rem; padding-right: 0; margin-bottom: .4rem } .footer-credit p { white-space: normal; padding-right: 3.6rem; padding-left: 3.6rem } .credit-line { width: 60px; flex: none } }

/* ============================================================
   OPENING ANIMATION
   ============================================================ */
.intro { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; background: radial-gradient(70% 60% at 50% 40%, #17503D, var(--emerald-2) 70%); color: var(--ivory); overflow: hidden; transition: opacity .8s var(--ease), visibility .8s }
.intro.is-done { opacity: 0; visibility: hidden; pointer-events: none }
html.intro-lock, html.intro-lock body { overflow: hidden }
html.intro-lock .hero-title .hw > span, html.intro-lock .hero-title em::after, html.intro-lock .hero-eyebrow, html.intro-lock .hero-lead, html.intro-lock .hero-fade, html.intro-lock .mhero-title .hw > span, html.intro-lock .mhero-title em::after, html.intro-lock .mhero-eyebrow, html.intro-lock .mhero-lead, html.intro-lock .mhero-actions, html.intro-lock .mhero-strip, html.intro-lock .mhero-stats, html.intro-lock .mhero-topline { animation-play-state: paused }
.intro-glow { position: absolute; width: 70vmin; height: 70vmin; border-radius: 50%; background: radial-gradient(circle, rgba(201, 162, 75, .35), transparent 65%); filter: blur(30px); animation: introGlow 2.6s var(--ease) both }
@keyframes introGlow { 0% { transform: scale(.3); opacity: 0 } 40% { opacity: 1 } 100% { transform: scale(1.1); opacity: .8 } }
.intro-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(227, 199, 124, .35); width: 58vmin; height: 58vmin; animation: introRing 2.4s var(--ease) both }
.intro-ring-2 { width: 78vmin; height: 78vmin; border-style: dashed; border-color: rgba(227, 199, 124, .2); animation-delay: .15s }
@keyframes introRing { 0% { transform: scale(.5) rotate(-20deg); opacity: 0 } 50% { opacity: 1 } 100% { transform: scale(1) rotate(0); opacity: .9 } }
.intro-logo { position: relative; width: min(64vw, 380px); display: grid; place-items: center }
.intro-logo img { width: 100%; height: auto; filter: drop-shadow(0 20px 40px rgba(0, 0, 0, .5)); clip-path: inset(0 0 100% 0); animation: introReveal 1.5s var(--ease) .35s forwards }
@keyframes introReveal { 0% { clip-path: inset(0 0 100% 0); transform: translateY(14px) } 100% { clip-path: inset(0 0 0 0); transform: translateY(0) } }
.intro-logo::after { content: ''; position: absolute; inset: -10% -30%; background: linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, .35) 50%, transparent 60%); transform: translateX(-120%); animation: introShine 1.1s var(--ease) 1.5s forwards; pointer-events: none; mix-blend-mode: overlay }
@keyframes introShine { to { transform: translateX(120%) } }
.intro-tag { position: absolute; bottom: 16vh; display: flex; align-items: center; gap: .7rem; font-size: .68rem; letter-spacing: .26em; text-transform: uppercase; color: rgba(246, 239, 228, .7); margin: 0; opacity: 0; animation: fadeUp .9s var(--ease) 1.5s forwards }
.intro-tag i { color: var(--gold-2); font-style: normal; font-size: .55rem }
.intro-bar { position: absolute; bottom: 10vh; width: min(50vw, 220px); height: 1px; background: rgba(246, 239, 228, .15); overflow: hidden }
.intro-bar span { display: block; height: 100%; width: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-2)); transform-origin: left; transform: scaleX(0); animation: introBar 2.2s var(--ease) .3s forwards }
@keyframes introBar { to { transform: scaleX(1) } }
@media (prefers-reduced-motion: reduce) { .intro { display: none } .mhero-slide img { transition: none; transform: none } .dock-blob { transition: none } }

/* ---------- Mobile hero: story progress + caption ---------- */
.mhero-progress { position: absolute; top: calc(74px + env(safe-area-inset-top)); left: 1.1rem; right: 1.1rem; z-index: 3; display: flex; gap: 5px; animation: fadeUp .8s var(--ease) .3s both }
.mhero-progress span { flex: 1; height: 3px; border-radius: 3px; background: rgba(246, 239, 228, .28); overflow: hidden }
.mhero-progress span i { display: block; height: 100%; width: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-2)); transform: scaleX(0); transform-origin: left }
.mhero-progress span.is-on i { animation: storyFill var(--dur, 6s) linear forwards }
.mhero-progress span.is-done i { transform: scaleX(1) }
@keyframes storyFill { to { transform: scaleX(1) } }
.mhero-caption { position: relative; z-index: 2; height: 1.2rem; margin: 0 1.1rem .6rem; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(246, 239, 228, .92); text-shadow: 0 1px 10px rgba(0, 0, 0, .7); animation: fadeUp .9s var(--ease) .45s both }
.mhero-cap { position: absolute; left: 0; display: inline-flex; align-items: center; gap: .5rem; opacity: 0; transform: translateY(8px); transition: opacity .6s var(--ease), transform .6s var(--ease); white-space: nowrap }
.mhero-cap b { font-family: var(--serif); font-size: .95rem; color: var(--gold-2); font-weight: 500; letter-spacing: 0 }
.mhero-cap::after { content: ''; width: 28px; height: 1px; background: rgba(227, 199, 124, .5) }
.mhero-cap.is-on { opacity: 1; transform: none }
.mhero-eyebrow { display: none }
.mhero { touch-action: pan-y }

/* ============================================================
   FLOATING DOCK NAV (mobile)
   ============================================================ */
.dock { position: fixed; left: 0; right: 0; bottom: 0; z-index: 85; display: none; padding: 0 .75rem calc(.6rem + env(safe-area-inset-bottom)); pointer-events: none }
.dock-inner { position: relative; pointer-events: auto; display: grid; grid-template-columns: repeat(5, 1fr); align-items: end; margin-inline: auto; max-width: 440px; padding: .45rem .35rem; border-radius: 30px; background: linear-gradient(180deg, rgba(20, 70, 54, .78), rgba(11, 46, 35, .92)); backdrop-filter: blur(22px) saturate(1.3); -webkit-backdrop-filter: blur(22px) saturate(1.3); border: 1px solid rgba(227, 199, 124, .28); box-shadow: 0 20px 50px -18px rgba(0, 0, 0, .85), inset 0 1px 0 rgba(246, 239, 228, .12) }
.dock-inner::before { content: ''; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; background: linear-gradient(120deg, rgba(227, 199, 124, .55), transparent 35%, transparent 65%, rgba(227, 199, 124, .35)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none }
.dock-blob { position: absolute; top: .35rem; bottom: .35rem; left: 0; width: 20%; border-radius: 24px; background: radial-gradient(120% 90% at 50% 0%, rgba(227, 199, 124, .28), rgba(227, 199, 124, .06) 70%); box-shadow: inset 0 0 0 1px rgba(227, 199, 124, .22); transition: transform .5s cubic-bezier(.34, 1.4, .5, 1), width .5s var(--ease), opacity .3s; pointer-events: none }
.dock a { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: .22rem; padding: .35rem 0 .2rem; color: rgba(246, 239, 228, .62); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 500; transition: color .35s; -webkit-tap-highlight-color: transparent }
.dock a svg { width: 24px; height: 24px; transition: transform .45s cubic-bezier(.34, 1.56, .64, 1), stroke-width .3s }
.dock a span:last-child { transition: opacity .3s, transform .35s var(--ease); opacity: .85 }
.dock a.is-active { color: var(--gold-2) }
.dock a.is-active svg { transform: translateY(-3px) scale(1.12); stroke-width: 2.1 }
.dock a.is-active span:last-child { opacity: 1; transform: translateY(1px) }
.dock a:active svg { transform: scale(.9) }
/* centre logo orb */
.dock-orb { position: relative; display: grid; place-items: center; width: 56px; height: 56px; margin-top: -26px; border-radius: 50%; background: radial-gradient(circle at 50% 30%, #1B5A45, var(--emerald-2) 75%); border: 1px solid rgba(227, 199, 124, .55); box-shadow: 0 12px 28px -10px rgba(0, 0, 0, .9), 0 0 0 5px rgba(11, 46, 35, .95), 0 0 0 6px rgba(227, 199, 124, .28); transition: transform .45s cubic-bezier(.34, 1.56, .64, 1), box-shadow .45s }
.dock-orb::before { content: ''; position: absolute; inset: -9px; border-radius: 50%; border: 1px dashed rgba(227, 199, 124, .35); animation: spin 30s linear infinite }
.dock-orb img { width: 34px; height: auto; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .6)) }
.dock-logo.is-active .dock-orb { transform: translateY(-6px) scale(1.06); box-shadow: 0 18px 34px -10px rgba(0, 0, 0, .9), 0 0 0 5px rgba(11, 46, 35, .95), 0 0 0 6px var(--gold), 0 0 30px rgba(227, 199, 124, .45) }
.dock-logo.is-active .dock-orb::before { border-color: rgba(227, 199, 124, .75) }
.dock-logo span:last-child { margin-top: .1rem }
