:root {
  --emerald-900: #041f17;
  --emerald-800: #062a1f;
  --emerald-700: #0b3b2c;
  --emerald-600: #115139;
  --gold: #d8b46a;
  --gold-hi: #f3dca0;
  --gold-lo: #a9853f;
  --ivory: #f7f1e5;
  --ivory-2: #efe5d1;
  --ink: #1c2a24;
  --muted: #5d6b64;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", system-ui, sans-serif;
  --foil: linear-gradient(115deg, var(--gold-lo) 0%, var(--gold-hi) 28%, var(--gold) 50%, var(--gold-hi) 72%, var(--gold-lo) 100%);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; font-family: var(--sans); font-weight: 300; color: var(--ink); background: var(--ivory); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.08; margin: 0; letter-spacing: .005em; }
em { font-style: italic; font-weight: 400; }
.eyebrow { font-size: .72rem; letter-spacing: .32em; text-transform: uppercase; color: var(--gold-lo); margin: 0 0 1.1rem; font-weight: 500; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: .55rem; padding: .95rem 1.7rem; border-radius: 999px; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 500; transition: transform .3s, box-shadow .3s, background .3s, color .3s; white-space: nowrap; border: 0; }
.btn svg { width: 1.05rem; height: 1.05rem; }
.btn-gold { background: var(--foil); background-size: 220% 100%; color: var(--emerald-900); box-shadow: 0 10px 30px -12px rgba(216,180,106,.7); animation: foil 6s linear infinite; }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -12px rgba(216,180,106,.9); }
.btn-ghost { border: 1px solid rgba(216,180,106,.55); color: var(--gold-hi); background: rgba(4,31,23,.25); backdrop-filter: blur(6px); }
.btn-ghost:hover { background: rgba(216,180,106,.12); border-color: var(--gold); }
@keyframes foil { to { background-position: -220% 0; } }

/* Nav */
.nav { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.1rem clamp(1rem, 4vw, 3.5rem); transition: background .4s, padding .4s, box-shadow .4s; color: var(--ivory); }
.nav.solid { background: rgba(4,31,23,.88); backdrop-filter: blur(14px); padding-block: .7rem; box-shadow: 0 1px 0 rgba(216,180,106,.2); }
.brand { display: flex; align-items: center; gap: .7rem; color: var(--gold); }
.brand-mark { width: 26px; height: 40px; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text b { font-family: var(--serif); font-weight: 500; font-size: 1.45rem; letter-spacing: .32em; }
.brand-text small { font-size: .56rem; letter-spacing: .42em; text-transform: uppercase; color: var(--gold-hi); opacity: .8; margin-top: .3rem; }
.nav-links { display: flex; gap: 2.2rem; }
.nav-links a { font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; position: relative; padding: .3rem 0; opacity: .88; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--gold); transition: right .35s; }
.nav-links a:hover::after { right: 0; }
.nav-cta { padding: .7rem 1.25rem; }
.burger { display: none; background: none; border: 0; width: 40px; height: 40px; position: relative; }
.burger span { position: absolute; left: 9px; right: 9px; height: 1.5px; background: var(--gold); transition: transform .3s, top .3s; }
.burger span:first-child { top: 15px; } .burger span:last-child { top: 24px; }
.nav.menu .burger span:first-child { top: 19px; transform: rotate(45deg); }
.nav.menu .burger span:last-child { top: 19px; transform: rotate(-45deg); }

/* Hero */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; background: var(--emerald-800); color: var(--ivory); overflow: hidden; padding: 7rem clamp(1rem, 5vw, 4rem) 5rem; }
.hero-silk { position: absolute; inset: -20%; background:
  radial-gradient(60% 45% at 20% 20%, rgba(28,110,78,.55), transparent 70%),
  radial-gradient(50% 40% at 85% 75%, rgba(20,95,66,.5), transparent 70%),
  radial-gradient(40% 30% at 60% 10%, rgba(216,180,106,.12), transparent 70%),
  repeating-linear-gradient(115deg, rgba(255,255,255,0) 0 60px, rgba(255,255,255,.035) 90px, rgba(0,0,0,.08) 140px, rgba(255,255,255,0) 190px),
  linear-gradient(160deg, #0a3a2a, #041f17 70%);
  animation: silk 22s ease-in-out infinite alternate; }
@keyframes silk { to { transform: translate3d(-4%, 3%, 0) rotate(2deg) scale(1.05); } }
.hero-inner { position: relative; width: 100%; max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.hero h1 { font-size: clamp(2.7rem, 6.4vw, 5.6rem); font-weight: 400; }
.hero h1 em { background: var(--foil); background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: foil 8s linear infinite; }
.hero .eyebrow { color: var(--gold); }
.lede { font-size: clamp(1.02rem, 1.4vw, 1.18rem); max-width: 34rem; opacity: .82; margin: 1.6rem 0 2.2rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .9rem; }
.hero-stats { list-style: none; padding: 0; margin: 3rem 0 0; display: flex; gap: clamp(1.5rem, 4vw, 3.2rem); border-top: 1px solid rgba(216,180,106,.25); padding-top: 1.6rem; }
.hero-stats b { display: block; font-family: var(--serif); font-size: 2.2rem; font-weight: 500; color: var(--gold-hi); line-height: 1; }
.hero-stats span { font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; opacity: .7; }
.hero-media { position: relative; justify-self: center; width: min(100%, 440px); }
.arch { position: relative; aspect-ratio: 4/5.2; border-radius: 999px 999px 18px 18px; overflow: hidden; box-shadow: 0 40px 80px -30px rgba(0,0,0,.7), 0 0 0 1px rgba(216,180,106,.5); }
.arch video { width: 100%; height: 100%; object-fit: cover; }
.arch::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(4,31,23,.45)); pointer-events: none; }
.arch-ring { position: absolute; inset: -14px; border: 1px solid rgba(216,180,106,.4); border-radius: 999px 999px 26px 26px; pointer-events: none; }
.seal { position: absolute; left: -46px; bottom: 40px; width: 118px; height: 118px; border-radius: 50%; background: var(--emerald-900); box-shadow: 0 0 0 1px rgba(216,180,106,.6), 0 18px 40px -10px rgba(0,0,0,.6); display: grid; place-items: center; }
.seal > svg:first-child { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 26s linear infinite; }
.seal text { fill: var(--gold); font-size: 9.6px; letter-spacing: 3.4px; font-family: var(--sans); font-weight: 500; }
.seal-mono { width: 26px; height: 40px; color: var(--gold); }
@keyframes spin { to { transform: rotate(360deg); } }
.scroll-cue { position: absolute; bottom: 1.6rem; left: 50%; width: 24px; height: 40px; border: 1px solid rgba(216,180,106,.6); border-radius: 12px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 3px; height: 7px; margin-left: -1.5px; border-radius: 2px; background: var(--gold); animation: cue 1.8s ease-in-out infinite; }
@keyframes cue { 50% { transform: translateY(12px); opacity: .2; } }

/* Marquee */
.marquee { background: var(--emerald-900); color: var(--gold); overflow: hidden; border-block: 1px solid rgba(216,180,106,.25); padding: 1.05rem 0; }
.marquee-track { display: flex; width: max-content; gap: 2.2rem; align-items: center; animation: marq 40s linear infinite; }
.marquee span { font-family: var(--serif); font-style: italic; font-size: 1.55rem; }
.marquee i { font-style: normal; font-size: .8rem; opacity: .7; }
@keyframes marq { to { transform: translateX(-50%); } }

/* Sections */
.section { padding: clamp(4.5rem, 10vw, 8rem) clamp(1rem, 5vw, 4rem); }
.head { text-align: center; max-width: 720px; margin: 0 auto 3rem; }
.head h2, .kesar h2, .dealers h2, .contact h2 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); }
.head h2 em, .kesar h2 em, .contact h2 em { color: var(--gold-lo); }
.sub { color: var(--muted); margin: 1.1rem auto 0; max-width: 34rem; }

/* Tabs + grid */
.tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; margin: 0 auto 3rem; }
.tabs button { background: transparent; border: 1px solid rgba(169,133,63,.45); color: var(--ink); padding: .72rem 1.35rem; border-radius: 999px; font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; transition: all .3s; }
.tabs button sup { font-size: .6rem; margin-left: .35rem; color: var(--gold-lo); }
.tabs button:hover { border-color: var(--gold-lo); }
.tabs button[aria-selected="true"] { background: var(--emerald-800); color: var(--gold-hi); border-color: var(--emerald-800); }
.tabs button[aria-selected="true"] sup { color: var(--gold); }
.grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: clamp(1rem, 2vw, 1.8rem); }
.card { background: #fffdf8; border-radius: 16px; overflow: hidden; cursor: pointer; box-shadow: 0 1px 0 rgba(169,133,63,.25), 0 18px 40px -28px rgba(6,42,31,.45); transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s; opacity: 0; transform: translateY(24px); }
.card.in { opacity: 1; transform: none; transition: opacity .7s var(--d), transform .7s cubic-bezier(.2,.7,.2,1) var(--d), box-shadow .45s; }
.card:hover, .card:focus-visible { transform: translateY(-6px); box-shadow: 0 1px 0 rgba(169,133,63,.4), 0 30px 60px -30px rgba(6,42,31,.6); outline: none; }
.card-media { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--ivory-2); }
.card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .6s, transform 1.2s cubic-bezier(.2,.7,.2,1); }
.card-media img.alt { opacity: 0; }
.card:hover .card-media img { transform: scale(1.06); }
.card:hover .card-media img.alt { opacity: 1; }
.tag { position: absolute; top: 14px; left: 14px; background: var(--emerald-800); color: var(--gold-hi); font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; padding: .35rem .75rem; border-radius: 999px; }
.count { position: absolute; bottom: 12px; right: 12px; background: rgba(4,31,23,.78); color: var(--gold-hi); font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; padding: .3rem .65rem; border-radius: 999px; backdrop-filter: blur(4px); }
.card-body { padding: 1.15rem 1.3rem 1.3rem; }
.card-body h3 { font-size: 1.42rem; }
.sizes-line { margin: .25rem 0 1rem; font-size: .8rem; color: var(--muted); letter-spacing: .04em; }
.card-foot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(169,133,63,.25); padding-top: .85rem; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.price { color: var(--muted); }
.order { color: var(--emerald-600); font-weight: 500; transition: letter-spacing .3s; }
.card:hover .order { letter-spacing: .22em; color: var(--gold-lo); }

/* Kesar */
.kesar { display: grid; grid-template-columns: 1fr 1fr; background: linear-gradient(135deg, #3a0f17, #5a1a24 55%, #2a0a10); color: var(--ivory); }
.kesar-img { min-height: 520px; overflow: hidden; }
.kesar-img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform 6s ease-out; }
.kesar-img.shown img { transform: scale(1.1); }
.kesar-copy { padding: clamp(3rem, 7vw, 6rem) clamp(1.5rem, 5vw, 5rem); align-self: center; }
.kesar .eyebrow { color: var(--gold); }
.kesar h2 em { color: var(--gold-hi); }
.kesar-copy > p { opacity: .82; max-width: 30rem; margin: 1.4rem 0 2rem; }
.kesar-row { display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap; }
.kesar-row img { width: 130px; aspect-ratio: 1; object-fit: cover; border-radius: 12px; box-shadow: 0 0 0 1px rgba(216,180,106,.5); }
.note { font-size: .74rem; letter-spacing: .1em; opacity: .7; margin: .8rem 0 0; }

/* Promise */
.promise { background: var(--ivory-2); }
.pillars { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.pillar { background: var(--emerald-800); color: var(--ivory); border-radius: 18px; padding: 2.2rem 1.7rem; position: relative; overflow: hidden; }
.pillar::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(216,180,106,.22); border-radius: 12px; pointer-events: none; }
.pill-no { font-family: var(--serif); font-style: italic; font-size: 2.6rem; color: var(--gold); line-height: 1; }
.pillar h3 { font-size: 1.55rem; color: var(--gold-hi); margin: 1.2rem 0 .6rem; }
.pillar p { margin: 0; font-size: .92rem; opacity: .78; }

/* Lookbook */
.lookbook { background: var(--emerald-900); padding: 2.2rem 0; overflow: hidden; }
.look-track { display: flex; gap: 1rem; width: max-content; animation: marq 60s linear infinite; }
.lookbook:hover .look-track { animation-play-state: paused; }
.look-track img { height: 300px; width: 240px; object-fit: cover; border-radius: 14px; filter: saturate(.95); }

/* Dealers */
.dealers { background: var(--ivory); }
.dealer-card { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr; gap: 2.5rem; align-items: center; background: var(--emerald-800) radial-gradient(70% 90% at 100% 0, rgba(216,180,106,.18), transparent 60%); color: var(--ivory); border-radius: 26px; padding: clamp(2.2rem, 5vw, 4rem); box-shadow: 0 40px 80px -40px rgba(6,42,31,.7); }
.dealer-card .eyebrow { color: var(--gold); }
.dealer-card h2 em { color: var(--gold-hi); }
.dealer-card p:not(.eyebrow) { opacity: .8; margin: 1.2rem 0 0; }
.dealer-ctas { display: flex; flex-direction: column; gap: .8rem; align-items: stretch; }
.dealer-ctas .btn { justify-content: center; }

/* Contact */
.contact { background: var(--ivory-2); }
.contact-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: stretch; }
.contact dl { margin: 2rem 0; display: grid; grid-template-columns: 9.5rem 1fr; gap: 1rem 1.2rem; }
.contact dt { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-lo); padding-top: .25rem; }
.contact dd { margin: 0; font-size: 1rem; }
.contact dd a { border-bottom: 1px solid rgba(169,133,63,.4); }
.contact-ctas { display: flex; flex-wrap: wrap; gap: .8rem; }
.contact .btn-ghost { color: var(--emerald-700); background: transparent; border-color: var(--gold-lo); }
.map { border-radius: 22px; overflow: hidden; min-height: 380px; box-shadow: 0 0 0 1px rgba(169,133,63,.35); }
.map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; filter: saturate(.7) sepia(.15); }

/* Footer */
.footer { background: var(--emerald-900); color: var(--ivory); text-align: center; padding: 4rem 1rem 2.5rem; }
.foot-mark { width: 38px; height: 58px; color: var(--gold); }
.foot-name { font-family: var(--serif); font-size: 2rem; letter-spacing: .32em; color: var(--gold); margin: 1rem 0 .2rem; }
.foot-name span { display: block; font-family: var(--sans); font-size: .62rem; letter-spacing: .5em; text-transform: uppercase; color: var(--gold-hi); opacity: .8; }
.foot-line { opacity: .75; font-size: .88rem; margin: 1.4rem 0 .4rem; }
.foot-iso { font-size: .72rem; letter-spacing: .16em; color: var(--gold); margin: 0; }
.foot-copy { font-size: .72rem; opacity: .5; margin: 2rem 0 0; }

/* WhatsApp float */
.wa-float { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 40; width: 58px; height: 58px; border-radius: 50%; background: #1faa59; color: #fff; display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(0,0,0,.5), 0 0 0 3px rgba(216,180,106,.8); transition: transform .3s; }
.wa-float svg { width: 30px; height: 30px; }
.wa-float:hover { transform: scale(1.08); }
.wa-float::before { content: ""; position: absolute; inset: -3px; border-radius: 50%; border: 2px solid rgba(216,180,106,.8); animation: ping 2.4s ease-out infinite; }
@keyframes ping { to { transform: scale(1.5); opacity: 0; } }

/* Modal */
.modal { position: fixed; inset: 0; z-index: 100; background: rgba(4,31,23,.72); backdrop-filter: blur(8px); display: grid; place-items: center; padding: 1rem; opacity: 0; transition: opacity .25s; }
.modal.open { opacity: 1; }
.modal-box { position: relative; background: var(--ivory); border-radius: 22px; overflow: hidden; width: min(880px, 100%); max-height: 92svh; display: grid; grid-template-columns: 1fr 1fr; transform: translateY(20px) scale(.98); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.modal.open .modal-box { transform: none; }
.modal-img { background: var(--emerald-800); min-height: 320px; }
.modal-img img { width: 100%; height: 100%; object-fit: cover; }
.modal-img { position: relative; }
.thumbs { position: absolute; left: 12px; bottom: 12px; display: flex; gap: 6px; }
.thumbs button { width: 52px; height: 52px; padding: 0; border-radius: 10px; overflow: hidden; border: 2px solid rgba(247,241,229,.6); background: none; opacity: .75; transition: opacity .2s, border-color .2s; }
.thumbs button.on, .thumbs button:hover { opacity: 1; border-color: var(--gold); }
.thumbs img { width: 100%; height: 100%; object-fit: cover; }
.modal-body { padding: 2.4rem 2rem 2rem; overflow-y: auto; }
.modal-body h3 { font-size: 2.1rem; }
.modal-body > p:not(.eyebrow):not(.note) { color: var(--muted); margin: .9rem 0 1.4rem; }
.modal-body .note { color: var(--muted); opacity: 1; }
.sizes { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.2rem; }
.sizes button { border: 1px solid rgba(169,133,63,.5); background: transparent; border-radius: 999px; padding: .5rem 1rem; font-size: .8rem; }
.sizes button.on { background: var(--emerald-800); color: var(--gold-hi); border-color: var(--emerald-800); }
.qty { display: inline-flex; align-items: center; border: 1px solid rgba(169,133,63,.5); border-radius: 999px; margin-bottom: 1.4rem; }
.qty button { width: 42px; height: 42px; background: none; border: 0; font-size: 1.2rem; color: var(--emerald-700); }
.qty span { min-width: 2rem; text-align: center; font-weight: 500; }
.modal-x { position: absolute; top: .8rem; right: .8rem; z-index: 2; width: 40px; height: 40px; border-radius: 50%; border: 0; background: rgba(4,31,23,.8); color: var(--gold-hi); font-size: 1.5rem; line-height: 1; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 1s cubic-bezier(.2,.7,.2,1), transform 1s cubic-bezier(.2,.7,.2,1); }
.reveal.shown { opacity: 1; transform: none; }
.hero-copy .reveal:nth-child(2) { transition-delay: .1s; }
.hero-copy .reveal:nth-child(3) { transition-delay: .2s; }
.hero-copy .reveal:nth-child(4) { transition-delay: .3s; }
.hero-copy .reveal:nth-child(5) { transition-delay: .4s; }
.pillar.reveal:nth-child(2) { transition-delay: .1s; }
.pillar.reveal:nth-child(3) { transition-delay: .2s; }
.pillar.reveal:nth-child(4) { transition-delay: .3s; }

/* Responsive */
@media (max-width: 1020px) {
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .nav-links { gap: 1.4rem; }
}
@media (max-width: 860px) {
  .nav-links { position: fixed; inset: 0 0 auto; top: 0; padding: 5.5rem 1.5rem 2rem; background: rgba(4,31,23,.97); flex-direction: column; gap: 1.4rem; transform: translateY(-105%); transition: transform .45s cubic-bezier(.2,.7,.2,1); z-index: -1; }
  .nav.menu .nav-links { transform: none; }
  .nav-links a { font-size: .9rem; }
  .burger { display: block; }
  .nav-cta { margin-left: auto; }
  .hero { padding-top: 6.5rem; }
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .lede { margin-inline: auto; }
  .hero-ctas, .hero-stats { justify-content: center; }
  .hero-media { width: min(78vw, 360px); margin-top: 1rem; }
  .seal { left: -24px; width: 96px; height: 96px; bottom: 24px; }
  .seal text { font-size: 9px; }
  .kesar { grid-template-columns: 1fr; }
  .kesar-img { min-height: 0; aspect-ratio: 1; }
  .dealer-card, .contact-grid { grid-template-columns: 1fr; }
  .modal-box { grid-template-columns: 1fr; }
  .modal-img { min-height: 0; aspect-ratio: 4/3; }
}
@media (max-width: 540px) {
  .nav-cta { display: none; }
  .brand-text b { font-size: 1.25rem; }
  .pillars { grid-template-columns: 1fr; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: .8rem; }
  .card-body { padding: .8rem .85rem 1rem; }
  .card-body h3 { font-size: 1.12rem; }
  .card-foot { flex-direction: column; align-items: flex-start; gap: .3rem; font-size: .62rem; }
  .contact dl { grid-template-columns: 1fr; gap: .2rem; }
  .contact dd { margin-bottom: .9rem; }
  .look-track img { height: 220px; width: 176px; }
  .hero-stats b { font-size: 1.8rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal, .card { opacity: 1; transform: none; }
}
