/* ==========================================================================
   KASHI VISHWANATH DARSHAN — Design System
   Palette: Deep Kashi Navy / Sacred Maroon / Temple Saffron / Heritage Gold
            Ganga Blue / Sandstone / Warm Ivory / Charcoal
   ========================================================================== */

:root {
  --navy:        #101822;
  --navy-2:      #18222F;
  --maroon:      #6D1F25;
  --maroon-2:    #8A2A32;
  --saffron:     #D9862C;
  --saffron-2:   #EBA24B;
  --gold:        #C7A25A;
  --gold-2:      #E9CB85;
  --ganga:       #397A91;
  --ganga-2:     #5AA3BC;
  --sandstone:   #E9DDCA;
  --ivory:       #FCF9F2;
  --charcoal:    #242424;

  --ink:         #242424;
  --ink-soft:    #4A4A48;
  --ink-faint:   #76736B;
  --paper:       #FCF9F2;
  --paper-2:     #F5EFE3;
  --line:        #E4DAC6;

  --font-head: "Manrope", "Plus Jakarta Sans", "Noto Sans Devanagari", system-ui, sans-serif;
  --font-body: "Inter", "Noto Sans Devanagari", system-ui, sans-serif;
  --font-serif: "Cormorant Garamond", "Noto Serif Devanagari", Georgia, serif;

  --radius:    14px;
  --radius-lg: 22px;
  --shadow-1:  0 1px 3px rgba(16,24,34,.07), 0 6px 18px rgba(16,24,34,.06);
  --shadow-2:  0 4px 12px rgba(16,24,34,.09), 0 18px 44px rgba(16,24,34,.10);
  --shadow-3:  0 10px 24px rgba(16,24,34,.14), 0 30px 70px rgba(16,24,34,.16);
  --container: 1180px;
  --header-h: 76px;

  --ease-out: cubic-bezier(.22,.61,.21,1);
  --ease-luxe: cubic-bezier(.16,.84,.3,1);
}

/* ------------------------------------------------------------- Reset */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--ganga); text-decoration: none; }
a:hover { color: var(--maroon); }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--saffron); outline-offset: 2px; border-radius: 4px; }
::selection { background: var(--gold-2); color: var(--navy); }

h1, h2, h3, h4, h5 {
  font-family: var(--font-head);
  line-height: 1.22;
  color: var(--navy);
  font-weight: 800;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
h3 { font-size: clamp(1.22rem, 2vw, 1.5rem); }
h4 { font-size: 1.1rem; }
p { margin: 0 0 1.1em; }

.devanagari { font-family: "Noto Serif Devanagari", var(--font-serif); }

/* ------------------------------------------------------------- Layout */

.container-wide { width: min(1440px, calc(100% - 2rem)); margin-inline: auto; }
.section { padding: clamp(3.2rem, 7vw, 6rem) 0; position: relative; }
.section-tight { padding: clamp(2rem, 4vw, 3.4rem) 0; }
.section-dark { background: var(--navy); color: #E8E4DA; }
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 { color: var(--ivory); }
.section-sand { background: linear-gradient(180deg, var(--paper-2), var(--paper)); }

.grid { display: grid; gap: 1.6rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.guide-index-intro { max-width: 760px; margin-bottom: 2.6rem; }
.guide-index-intro h2 { margin: .45rem 0 .7rem; }
.guide-index-intro p { color: var(--ink-soft); }
.guide-index-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
@media (max-width: 980px) { .guide-index-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .guide-index-grid { grid-template-columns: 1fr; } }

@media (max-width: 980px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------- Eyebrow / headings */
.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-size: .8rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: var(--maroon);
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: linear-gradient(90deg, var(--saffron), var(--gold)); }
.eyebrow.center::after { content: ""; width: 34px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--saffron)); }
.section-dark .eyebrow { color: var(--gold-2); }

.section-head { max-width: 760px; margin-bottom: clamp(1.8rem, 4vw, 3rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { color: var(--ink-soft); font-size: 1.08rem; }
.section-dark .section-head p { color: #C9C4B6; }

.devotional-mark {
  font-family: "Noto Serif Devanagari", var(--font-serif);
  color: var(--saffron);
  font-size: 1.05em;
  letter-spacing: .04em;
}

/* ------------------------------------------------------------- Buttons */
.btn {
  --btn-bg: var(--maroon);
  --btn-fg: var(--ivory);
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .95rem 1.9rem; border-radius: 999px; border: 0; cursor: pointer;
  font-family: var(--font-head); font-weight: 700; font-size: .95rem; letter-spacing: .06em; text-transform: uppercase;
  background: var(--btn-bg); color: var(--btn-fg);
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), background .3s;
  overflow: hidden; isolation: isolate;
}
.btn::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.28) 50%, transparent 70%);
  transform: translateX(-110%); transition: transform .7s var(--ease-luxe);
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(109,31,37,.32); color: var(--btn-fg); }
.btn:hover::after { transform: translateX(110%); }
.btn-saffron { --btn-bg: linear-gradient(120deg, var(--saffron), #C9761F); --btn-fg: #23160A; background: linear-gradient(120deg, var(--saffron-2), var(--saffron)); }
.btn-saffron:hover { box-shadow: 0 14px 30px rgba(217,134,44,.4); color: #23160A; }
.btn-outline { --btn-bg: transparent; --btn-fg: var(--navy); box-shadow: inset 0 0 0 2px var(--gold); }
.btn-outline:hover { background: rgba(199,162,90,.12); box-shadow: inset 0 0 0 2px var(--saffron); color: var(--maroon); }
.btn-light { --btn-bg: var(--ivory); --btn-fg: var(--navy); }
.btn-light:hover { color: var(--maroon); }
.btn-outline-light { --btn-bg: transparent; --btn-fg: var(--ivory); box-shadow: inset 0 0 0 2px rgba(252,249,242,.55); }
.btn-outline-light:hover { box-shadow: inset 0 0 0 2px var(--gold-2); color: var(--gold-2); }
.btn-sm { padding: .6rem 1.2rem; font-size: .8rem; }

/* ------------------------------------------------------------- Header */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: rgba(252,249,242,.86);
  backdrop-filter: blur(14px) saturate(1.3);
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  border-bottom: 1px solid rgba(199,162,90,.28);
  transition: box-shadow .3s, background .3s;
}
.site-header.scrolled { box-shadow: 0 6px 24px rgba(16,24,34,.1); background: rgba(252,249,242,.96); }
.header-inner { display: flex; align-items: center; gap: 1.4rem; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: .7rem; flex-shrink: 0; }
.brand img { height: 46px; width: auto; }
.brand .brand-logo { width: 58px; height: 58px; object-fit: contain; border-radius: 50%; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text b { font-family: var(--font-head); font-weight: 800; font-size: .98rem; letter-spacing: .05em; color: var(--navy); }
.brand-text span { font-size: .68rem; letter-spacing: .3em; color: var(--maroon); font-weight: 700; }

.main-nav { margin-left: auto; }
.main-nav > ul { display: flex; align-items: center; gap: .15rem; list-style: none; padding: 0; }
.main-nav a.nav-link {
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .65rem .8rem; border-radius: 10px;
  font-family: var(--font-head); font-weight: 700; font-size: .82rem; letter-spacing: .05em;
  color: var(--navy); white-space: nowrap; cursor: pointer;
}
.main-nav a.nav-link:hover, .main-nav li:focus-within > a, .main-nav li:hover > a { color: var(--maroon); background: rgba(217,134,44,.09); }
.main-nav .caret { width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .3s; }
.main-nav li:hover .caret, .main-nav li:focus-within .caret { transform: rotate(225deg) translateY(-1px); }

/* Mega menu */
.has-mega { position: relative; }
.mega {
  position: absolute; top: calc(100% + 14px); left: 50%; translate: -50% 8px;
  min-width: 620px; padding: 1.6rem 1.8rem;
  background: var(--ivory); border-radius: var(--radius-lg);
  border: 1px solid var(--line); box-shadow: var(--shadow-3);
  opacity: 0; visibility: hidden; transition: opacity .28s var(--ease-out), translate .28s var(--ease-out), visibility .28s;
}
.has-mega:hover .mega, .has-mega:focus-within .mega { opacity: 1; visibility: visible; translate: -50% 0; }
.mega::before { content: ""; position: absolute; top: -7px; left: 50%; width: 14px; height: 14px; rotate: 45deg; background: var(--ivory); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.mega-cols { display: grid; grid-template-columns: 1fr 1fr; gap: .2rem 2rem; list-style: none; padding: 0; }
.mega a {
  display: flex; align-items: center; gap: .6rem; padding: .5rem .6rem; border-radius: 10px;
  font-size: .92rem; font-weight: 600; color: var(--ink);
}
.mega a::before { content: "›"; color: var(--gold); font-weight: 800; transition: translate .25s; }
.mega a:hover { background: rgba(57,122,145,.08); color: var(--maroon); }
.mega a:hover::before { translate: 4px 0; color: var(--saffron); }
.mega-title { font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: .8rem; grid-column: 1 / -1; padding-bottom: .5rem; border-bottom: 1px solid var(--line); }

.header-cta { display: inline-flex; margin-left: .6rem; }
.nav-toggle { display: none; }

/* Mobile nav */
@media (max-width: 1320px) {
  .main-nav, .header-cta { display: none; }
  .nav-toggle {
    display: inline-flex; flex-direction: column; gap: 5px; margin-left: auto;
    background: none; border: 0; padding: .7rem; cursor: pointer;
  }
  .nav-toggle span { width: 26px; height: 2.5px; background: var(--navy); border-radius: 2px; transition: transform .35s var(--ease-out), opacity .25s; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
}
@media (max-width: 560px) {
  .brand .brand-logo { width: 48px; height: 48px; }
  .brand-text b { font-size: .82rem; }
  .brand-text span { font-size: .58rem; }
}

.mobile-drawer {
  position: fixed; inset: 0; z-index: 950; display: none;
}
.mobile-drawer.open { display: block; }
.mobile-drawer .scrim { position: absolute; inset: 0; background: rgba(16,24,34,.55); backdrop-filter: blur(3px); }
.drawer-panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(420px, 92vw);
  background: var(--ivory); box-shadow: var(--shadow-3);
  overflow-y: auto; padding: 1.4rem 1.4rem 6.5rem;
  transform: translateX(100%); transition: transform .42s var(--ease-luxe);
}
.mobile-drawer.open .drawer-panel { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.drawer-close { background: var(--paper-2); border: 0; width: 42px; height: 42px; border-radius: 50%; font-size: 1.2rem; cursor: pointer; }
.drawer-nav details { border-bottom: 1px solid var(--line); }
.drawer-nav summary {
  list-style: none; cursor: pointer; padding: 1rem .2rem;
  font-family: var(--font-head); font-weight: 800; font-size: .95rem; letter-spacing: .05em; color: var(--navy);
  display: flex; justify-content: space-between; align-items: center;
}
.drawer-nav summary::-webkit-details-marker { display: none; }
.drawer-nav summary::after { content: "+"; color: var(--saffron); font-size: 1.25rem; transition: rotate .3s; }
.drawer-nav details[open] summary::after { rotate: 45deg; }
.drawer-nav ul { list-style: none; padding: 0 0 .9rem .6rem; }
.drawer-nav ul a { display: block; padding: .48rem .4rem; color: var(--ink-soft); font-weight: 600; font-size: .93rem; border-radius: 8px; }
.drawer-nav ul a:hover { color: var(--maroon); background: rgba(217,134,44,.08); }
.drawer-nav > a { display: block; padding: 1rem .2rem; font-family: var(--font-head); font-weight: 800; font-size: .95rem; letter-spacing: .05em; color: var(--navy); border-bottom: 1px solid var(--line); }
.drawer-quick { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-top: 1.4rem; }
.drawer-quick a {
  display: flex; flex-direction: column; gap: .2rem; padding: .9rem 1rem; border-radius: var(--radius);
  background: var(--paper-2); border: 1px solid var(--line); font-weight: 700; font-size: .85rem; color: var(--navy);
}
.drawer-quick a small { color: var(--ink-faint); font-weight: 500; }

/* Sticky mobile bottom nav */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 940; display: none;
  background: rgba(16,24,34,.94); backdrop-filter: blur(12px);
  border-top: 1px solid rgba(199,162,90,.35);
  padding: .4rem .4rem calc(.4rem + env(safe-area-inset-bottom));
}
.mobile-bar ul { display: flex; list-style: none; padding: 0; justify-content: space-around; }
.mobile-bar a {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  color: #C9C4B6; font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: .35rem .6rem; min-width: 56px; border-radius: 10px;
}
.mobile-bar a svg { width: 21px; height: 21px; stroke: currentColor; }
.mobile-bar a.active, .mobile-bar a:hover { color: var(--gold-2); }
@media (max-width: 1080px) { .mobile-bar { display: block; } body { padding-bottom: 64px; } }

/* ------------------------------------------------------------- Alert bar */
.alert-bar {
  position: relative; z-index: 890;
  background: linear-gradient(90deg, var(--maroon), #7E2730 55%, var(--maroon));
  color: #F6E9D8; font-size: .88rem;
}
.alert-bar .container { display: flex; align-items: center; gap: .8rem; padding-block: .5rem; }
.alert-bar .alert-label {
  flex-shrink: 0; font-size: .66rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
  background: rgba(252,249,242,.16); padding: .2rem .6rem; border-radius: 999px;
}
.alert-bar.urgent { background: linear-gradient(90deg, #8C1D18, #A62620 55%, #8C1D18); }
.alert-bar a { color: var(--gold-2); text-decoration: underline; text-underline-offset: 3px; }
.alert-ticker { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.alert-dismiss { margin-left: auto; background: none; border: 0; color: #E8D9C2; cursor: pointer; font-size: 1.05rem; line-height: 1; padding: .2rem .4rem; }

/* ------------------------------------------------------------- Hero */
.hero {
  position: relative; min-height: clamp(560px, 92vh, 860px);
  display: flex; align-items: flex-end; overflow: hidden;
  background: var(--navy); color: var(--ivory);
}
.hero-media { position: absolute; inset: 0; }
.hero-media img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 38%;
  animation: heroZoom 26s var(--ease-out) both;
}
@keyframes heroZoom { from { transform: scale(1.14); } to { transform: scale(1); } }
.hero-veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(16,24,34,.42) 0%, rgba(16,24,34,.12) 34%, rgba(16,24,34,.66) 78%, rgba(16,24,34,.88) 100%),
    radial-gradient(90% 60% at 50% 100%, rgba(217,134,44,.22), transparent 60%);
}
.hero-mist { position: absolute; inset: auto 0 0 0; height: 42%; pointer-events: none; opacity: .55;
  background: radial-gradient(60% 100% at 30% 100%, rgba(252,249,242,.14), transparent 70%),
              radial-gradient(50% 90% at 75% 100%, rgba(252,249,242,.1), transparent 70%);
  animation: mistDrift 14s ease-in-out infinite alternate;
}
@keyframes mistDrift { from { transform: translateX(-2.5%) } to { transform: translateX(2.5%) } }
.hero-particles { position: absolute; inset: 0; pointer-events: none; }
.hero-content { position: relative; z-index: 2; padding: clamp(5rem,10vh,8rem) 0 clamp(4rem,8vh,6.4rem); }
.hero-kicker {
  font-family: "Noto Serif Devanagari", var(--font-serif);
  font-size: clamp(1.15rem, 2.4vw, 1.6rem); color: var(--gold-2); letter-spacing: .1em;
}
.hero h1 { color: var(--ivory); margin: .55rem 0 .8rem; max-width: 16ch; text-shadow: 0 4px 30px rgba(0,0,0,.4); }
.hero-sub { font-family: var(--font-serif); font-size: clamp(1.25rem, 2.6vw, 1.75rem); color: #EFE7D4; font-weight: 600; }
.hero-lead { max-width: 640px; color: #D9D4C6; margin: 1rem 0 1.8rem; font-size: 1.05rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.hero [data-animate] { opacity: 0; }
.hero .stagger-in { animation: fadeUp 1s var(--ease-luxe) forwards; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: none; } }

.hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 3; line-height: 0; }
.hero-wave svg { width: 100%; height: clamp(40px, 7vw, 90px); }

/* Inner page hero */
.page-hero { position: relative; min-height: clamp(340px, 46vh, 480px); display: flex; align-items: flex-end; overflow: hidden; background: var(--navy); color: var(--ivory); }
.page-hero .hero-media img { animation: heroZoom 20s var(--ease-out) both; }
.page-hero .hero-content { padding: 4.6rem 0 3.4rem; }
.page-hero h1 { color: var(--ivory); max-width: 20ch; }
.page-hero .hero-lead { color: #D9D4C6; max-width: 700px; margin-bottom: 0; }
.page-hero.plain { min-height: 0; background: linear-gradient(135deg, var(--navy), #1B2A22 60%, var(--maroon)); }

/* Theme variations */
.theme-ganga .page-hero:not(.has-image), .theme-ganga.hero-plain { background: linear-gradient(150deg, #0D2431, var(--ganga) 130%); }
.theme-shiva .page-hero:not(.has-image) { background: linear-gradient(150deg, #0A111C, #1A2B45 70%, #3A2E14); }
.theme-festival .page-hero:not(.has-image) { background: linear-gradient(150deg, #221207, var(--maroon) 90%); }

/* ------------------------------------------------------------- Breadcrumb */
.breadcrumb { background: var(--paper-2); border-bottom: 1px solid var(--line); font-size: .85rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .35rem .55rem; list-style: none; padding: .65rem 0; align-items: center; }
.breadcrumb li { display: flex; align-items: center; gap: .55rem; color: var(--ink-faint); }
.breadcrumb li + li::before { content: "›"; color: var(--gold); }
.breadcrumb a { color: var(--ink-soft); font-weight: 600; }
.breadcrumb a:hover { color: var(--maroon); }
.breadcrumb [aria-current] { color: var(--maroon); font-weight: 700; }

/* ------------------------------------------------------------- Cards */
.card {
  background: #fff; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-1);
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out);
  display: flex; flex-direction: column; height: 100%;
}
.card:hover { transform: translateY(-7px); box-shadow: var(--shadow-2); }
.card-media { position: relative; overflow: hidden; aspect-ratio: 16/10; background: var(--sandstone); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-luxe); }
.card:hover .card-media img { transform: scale(1.07); }
.card-media .badge {
  position: absolute; top: .85rem; left: .85rem; z-index: 2;
  font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  background: rgba(16,24,34,.82); color: var(--gold-2); padding: .32rem .7rem; border-radius: 999px;
  backdrop-filter: blur(6px);
}
.card-body { padding: 1.35rem 1.45rem 1.5rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.card-body h3 { font-size: 1.16rem; }
.card-body h3 a { color: var(--navy); }
.card-body h3 a:hover { color: var(--maroon); }
.card-body p { color: var(--ink-soft); font-size: .94rem; margin: 0; }
.card-meta { margin-top: auto; padding-top: .8rem; display: flex; align-items: center; justify-content: space-between; font-size: .8rem; color: var(--ink-faint); }
.card-link { font-weight: 700; color: var(--maroon); display: inline-flex; align-items: center; gap: .3rem; font-size: .85rem; }
.card-link::after { content: "→"; transition: translate .25s; }
.card-link:hover::after { translate: 4px 0; }

/* Info icon cards */
.info-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.7rem 1.6rem; box-shadow: var(--shadow-1); height: 100%;
  transition: transform .4s var(--ease-out), box-shadow .4s;
  position: relative; overflow: hidden;
}
.info-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--saffron), var(--gold)); opacity: 0; transition: opacity .35s; }
.info-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-2); }
.info-card:hover::before { opacity: 1; }
.info-card .icon {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 1rem;
  background: linear-gradient(135deg, rgba(217,134,44,.16), rgba(199,162,90,.2)); color: var(--maroon);
}
.info-card .icon svg { width: 26px; height: 26px; }
.info-card h3 { font-size: 1.08rem; margin-bottom: .35rem; }
.info-card p { font-size: .9rem; color: var(--ink-soft); margin: 0 0 .7rem; }
.info-card a { font-size: .83rem; font-weight: 700; }

/* Quick facts strip */
.facts-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.facts-strip > div { background: #fff; padding: 1.15rem 1.25rem; }
.facts-strip dt { font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: .25rem; }
.facts-strip dd { margin: 0; font-weight: 700; color: var(--navy); font-size: .95rem; }
@media (max-width: 900px) { .facts-strip { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .facts-strip { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------- Article layout */
.article-wrap { display: grid; grid-template-columns: 1fr 320px; gap: clamp(2rem, 4vw, 3.6rem); align-items: start; }
@media (max-width: 1020px) { .article-wrap { grid-template-columns: 1fr; } }
.article-body { max-width: 780px; }
.article-body h2 { margin: 2.4em 0 .7em; padding-top: .4em; }
.article-body h3 { margin: 1.9em 0 .55em; }
.article-body p { color: var(--ink); }
.article-body ul, .article-body ol { margin: 0 0 1.2em 1.3em; color: var(--ink); }
.article-body li { margin-bottom: .4em; }
.article-body img { border-radius: var(--radius-lg); margin: 1.6rem 0; box-shadow: var(--shadow-1); }
.article-body figure { margin: 1.8rem 0; }
.article-body figcaption { font-size: .84rem; color: var(--ink-faint); text-align: center; margin-top: .55rem; }
.article-body blockquote {
  margin: 1.8rem 0; padding: 1.3rem 1.6rem; border-left: 4px solid var(--saffron);
  background: var(--paper-2); border-radius: 0 var(--radius) var(--radius) 0;
  font-family: var(--font-serif); font-size: 1.18rem; color: var(--navy);
}
.article-body table { width: 100%; border-collapse: collapse; margin: 1.6rem 0; font-size: .93rem; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-1); display: block; overflow-x: auto; }
.article-body th { background: var(--navy); color: var(--ivory); text-align: left; padding: .75rem 1rem; font-family: var(--font-head); font-size: .82rem; letter-spacing: .04em; }
.article-body td { padding: .7rem 1rem; border-bottom: 1px solid var(--line); }
.article-body tr:nth-child(even) td { background: var(--paper); }

/* Quick answer box (AEO) */
.quick-answer {
  border: 1px solid rgba(199,162,90,.5); border-left: 5px solid var(--saffron);
  background: linear-gradient(120deg, #FFFDF6, var(--paper-2));
  border-radius: var(--radius); padding: 1.3rem 1.5rem; margin: 1.6rem 0;
}
.quick-answer .qa-label { display: flex; align-items: center; gap: .5rem; font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--maroon); margin-bottom: .45rem; }
.quick-answer p { margin: 0; font-size: 1.02rem; color: var(--navy); font-weight: 500; }

.note-box { border-radius: var(--radius); padding: 1.15rem 1.4rem; margin: 1.5rem 0; font-size: .94rem; border: 1px solid var(--line); background: #fff; }
.note-box.tradition { border-left: 5px solid var(--gold); background: #FFFDF4; }
.note-box.history  { border-left: 5px solid var(--ganga); background: #F4FAFC; }
.note-box.official { border-left: 5px solid var(--maroon); background: #FDF6F4; }
.note-box .note-label { font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; display: block; margin-bottom: .3rem; }
.note-box.tradition .note-label { color: #96742E; }
.note-box.history .note-label { color: var(--ganga); }
.note-box.official .note-label { color: var(--maroon); }
.note-box p:last-child { margin-bottom: 0; }

/* TOC */
.toc {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.4rem 1.5rem; box-shadow: var(--shadow-1);
}
.toc h2 { font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: .8rem; }
.toc ol { list-style: none; padding: 0; margin: 0; counter-reset: toc; }
.toc li { counter-increment: toc; }
.toc a { display: flex; gap: .6rem; padding: .34rem 0; color: var(--ink-soft); font-size: .92rem; font-weight: 600; }
.toc a::before { content: counter(toc, decimal-leading-zero); color: var(--gold); font-weight: 800; font-size: .8rem; }
.toc a:hover { color: var(--maroon); }

/* Sidebar */
.sidebar { position: sticky; top: calc(var(--header-h) + 20px); display: grid; gap: 1.4rem; }
@media (max-width: 1020px) { .sidebar { position: static; } }
.side-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.35rem 1.45rem; box-shadow: var(--shadow-1); }
.side-card h3 { font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: .9rem; }
.side-card ul { list-style: none; padding: 0; margin: 0; }
.side-card li a { display: block; padding: .42rem 0; color: var(--ink-soft); font-weight: 600; font-size: .92rem; border-bottom: 1px dashed var(--line); }
.side-card li:last-child a { border-bottom: 0; }
.side-card li a:hover { color: var(--maroon); }
.side-card.dark { background: var(--navy); border-color: rgba(199,162,90,.3); }
.side-card.dark h3 { color: var(--gold-2); }
.side-card.dark p, .side-card.dark li a { color: #C9C4B6; border-color: rgba(199,162,90,.2); }

/* Last updated / source note */
.page-meta { display: flex; flex-wrap: wrap; gap: 1.2rem; font-size: .82rem; color: var(--ink-faint); border-top: 1px solid var(--line); margin-top: 2.6rem; padding-top: 1.1rem; }
.source-note { background: var(--paper-2); border: 1px dashed var(--gold); border-radius: var(--radius); padding: 1rem 1.3rem; font-size: .86rem; color: var(--ink-soft); margin-top: 1.6rem; }
.source-note b { color: var(--navy); }

/* ------------------------------------------------------------- Timeline */
.timeline { position: relative; margin: 2.4rem 0; padding-left: 2.2rem; }
.timeline::before { content: ""; position: absolute; left: 8px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(180deg, var(--gold), var(--saffron), var(--maroon)); }
.timeline-item { position: relative; padding: 0 0 2rem 1.4rem; }
.timeline-item::before {
  content: ""; position: absolute; left: -2.2rem; top: 6px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--ivory); border: 3px solid var(--saffron); box-shadow: 0 0 0 4px rgba(217,134,44,.15);
}
.timeline-item .tl-era { font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--maroon); }
.timeline-item h3 { margin: .25rem 0 .4rem; }
.timeline-item p { color: var(--ink-soft); margin: 0; font-size: .96rem; }

/* ------------------------------------------------------------- FAQ accordion */
.faq-list { display: grid; gap: .8rem; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: box-shadow .3s; }
.faq-item[open] { box-shadow: var(--shadow-1); border-color: rgba(199,162,90,.55); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 1.05rem 1.3rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  font-family: var(--font-head); font-weight: 700; color: var(--navy); font-size: .99rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .fx { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--paper-2); color: var(--maroon); font-weight: 800; transition: rotate .3s, background .3s; }
.faq-item[open] summary .fx { rotate: 45deg; background: var(--saffron); color: #fff; }
.faq-item .faq-a { padding: 0 1.3rem 1.15rem; color: var(--ink-soft); font-size: .95rem; }

/* ------------------------------------------------------------- Gallery */
.gallery-grid { columns: 3 300px; column-gap: 1.1rem; }
.gallery-item { break-inside: avoid; margin-bottom: 1.1rem; border-radius: var(--radius); overflow: hidden; position: relative; cursor: zoom-in; box-shadow: var(--shadow-1); }
.gallery-item img { width: 100%; transition: transform .7s var(--ease-luxe); }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item figcaption {
  position: absolute; inset: auto 0 0 0; padding: 2rem .95rem .8rem; font-size: .8rem; color: var(--ivory);
  background: linear-gradient(transparent, rgba(16,24,34,.8)); opacity: 0; transition: opacity .35s;
}
.gallery-item:hover figcaption { opacity: 1; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.6rem; }
.gallery-filters button {
  border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: .45rem 1.05rem;
  font-size: .82rem; font-weight: 700; color: var(--ink-soft); cursor: pointer; transition: all .25s;
}
.gallery-filters button:hover, .gallery-filters button.active { background: var(--navy); color: var(--gold-2); border-color: var(--navy); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 990; background: rgba(10,15,22,.93); display: none; align-items: center; justify-content: center; padding: 3vw; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 84vh; border-radius: var(--radius); box-shadow: var(--shadow-3); }
.lightbox .lb-cap { position: absolute; bottom: 3.5vh; left: 0; right: 0; text-align: center; color: #C9C4B6; font-size: .9rem; }
.lightbox button { position: absolute; background: rgba(252,249,242,.12); color: var(--ivory); border: 0; width: 46px; height: 46px; border-radius: 50%; font-size: 1.3rem; cursor: pointer; }
.lightbox .lb-close { top: 3vh; right: 3vw; }
.lightbox .lb-prev { left: 2vw; top: 50%; translate: 0 -50%; }
.lightbox .lb-next { right: 2vw; top: 50%; translate: 0 -50%; }

/* ------------------------------------------------------------- Video cards */
.video-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-1); background: var(--navy); cursor: pointer; border: 1px solid var(--line); }
.video-card img { aspect-ratio: 16/9; width: 100%; object-fit: cover; opacity: .92; transition: transform .7s var(--ease-luxe), opacity .4s; }
.video-card:hover img { transform: scale(1.04); opacity: 1; }
.video-card .play {
  position: absolute; inset: 0; display: grid; place-items: center;
}
.video-card .play span {
  width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(217,134,44,.92); color: #fff; box-shadow: 0 8px 26px rgba(217,134,44,.5);
  transition: transform .3s var(--ease-out);
}
.video-card:hover .play span { transform: scale(1.12); }
.video-card .vc-title { position: absolute; inset: auto 0 0 0; padding: 2rem 1.1rem .95rem; color: var(--ivory); font-weight: 700; font-size: .95rem; background: linear-gradient(transparent, rgba(16,24,34,.88)); }
.video-embed { aspect-ratio: 16/9; width: 100%; border: 0; border-radius: var(--radius-lg); }

/* ------------------------------------------------------------- Split feature */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split.rev { grid-template-columns: .95fr 1.05fr; }
.split.rev .split-media { order: 2; }
@media (max-width: 900px) { .split, .split.rev { grid-template-columns: 1fr; } .split.rev .split-media { order: 0; } }
.split-media { position: relative; }
.split-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-2); width: 100%; object-fit: cover; }
.split-media.frame::before {
  content: ""; position: absolute; inset: -14px 14px 14px -14px; z-index: -1;
  border: 2px solid var(--gold); border-radius: var(--radius-lg);
}
.split-media .float-card {
  position: absolute; right: -12px; bottom: -18px; background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow-2); padding: .85rem 1.15rem; font-size: .82rem; font-weight: 700; color: var(--navy);
  border: 1px solid var(--line);
}
.split h2 { margin: .4rem 0 1rem; }
.split p { color: var(--ink-soft); }
.tick-list { list-style: none; padding: 0; margin: 1.2rem 0 1.6rem; display: grid; gap: .55rem; }
.tick-list li { display: flex; gap: .65rem; align-items: flex-start; font-weight: 600; color: var(--navy); font-size: .97rem; }
.tick-list li::before {
  content: "✓"; flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--saffron), var(--gold)); color: #fff; font-size: .72rem; margin-top: 2px;
}

/* ------------------------------------------------------------- CTA band */
.cta-band {
  position: relative; overflow: hidden; border-radius: var(--radius-lg);
  background: linear-gradient(120deg, var(--maroon) 0%, #521A20 55%, var(--navy) 100%);
  color: var(--ivory); padding: clamp(2.4rem, 6vw, 4.2rem) clamp(1.6rem, 5vw, 4rem);
  text-align: center;
}
.cta-band::before { content: "ॐ"; position: absolute; right: -1.5rem; bottom: -4.5rem; font-size: 16rem; color: rgba(233,203,133,.07); font-family: var(--font-serif); line-height: 1; }
.cta-band h2 { color: var(--ivory); }
.cta-band .devotional-mark { font-size: 1.15rem; }
.cta-band p { color: #E3DAC6; max-width: 620px; margin-inline: auto; }
.cta-band .hero-actions { justify-content: center; margin-top: 1.6rem; }

/* ------------------------------------------------------------- Footer */
.site-footer { background: var(--navy); color: #B9B4A6; margin-top: clamp(3rem, 7vw, 5.5rem); position: relative; }
.site-footer::before { content: ""; display: block; height: 4px; background: linear-gradient(90deg, var(--maroon), var(--saffron), var(--gold), var(--ganga)); }
.footer-top { padding: clamp(3rem, 6vw, 4.6rem) 0 2.4rem; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1.3fr; gap: 2.4rem; }
@media (max-width: 1020px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .footer-top { grid-template-columns: 1fr; } }
.footer-brand img { height: 54px; margin-bottom: 1rem; }
.footer-brand p { font-size: .9rem; max-width: 34ch; }
.footer-col h3 { color: var(--ivory); font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li a { display: block; padding: .28rem 0; color: #B9B4A6; font-size: .9rem; }
.footer-col li a:hover { color: var(--gold-2); }
.footer-news p { font-size: .88rem; }
.footer-phone { display: inline-flex; align-items: center; gap: .4rem; color: var(--gold-2); font-weight: 800; font-size: .9rem; margin: .2rem 0 .7rem; }
.footer-phone:hover { color: var(--ivory); }
.news-form { display: flex; gap: .5rem; margin-top: .9rem; }
.news-form input {
  flex: 1; min-width: 0; background: rgba(252,249,242,.07); border: 1px solid rgba(199,162,90,.35);
  border-radius: 999px; padding: .7rem 1.1rem; color: var(--ivory); font-size: .9rem;
}
.news-form input::placeholder { color: #8E887A; }
.news-form button { border-radius: 999px; border: 0; background: linear-gradient(120deg, var(--saffron-2), var(--saffron)); color: #23160A; font-weight: 800; padding: .7rem 1.2rem; cursor: pointer; font-size: .85rem; }
.disclaimer-box {
  border: 1px solid rgba(199,162,90,.35); border-radius: var(--radius); background: rgba(252,249,242,.04);
  padding: 1.1rem 1.3rem; font-size: .82rem; color: #A8A294; margin: 0 0 1.6rem; line-height: 1.65;
}
.disclaimer-box b { color: var(--gold-2); display: block; margin-bottom: .3rem; letter-spacing: .1em; font-size: .72rem; text-transform: uppercase; }
.footer-bottom { border-top: 1px solid rgba(199,162,90,.22); padding: 1.2rem 0 1.4rem; display: flex; flex-wrap: wrap; gap: .8rem 1.8rem; align-items: center; font-size: .8rem; color: #8E887A; }
.footer-bottom .legal-links { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-left: auto; }
.footer-credit { color: #A8A294; }
.footer-credit a { color: var(--gold-2); font-weight: 700; }
.footer-bottom a { color: #A8A294; }
.footer-bottom a:hover { color: var(--gold-2); }

/* ------------------------------------------------------------- Forms */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.field label { display: block; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: .4rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: .85rem 1.05rem; border-radius: 12px; border: 1.5px solid var(--line);
  background: #fff; font-size: .98rem; transition: border-color .25s, box-shadow .25s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--saffron); box-shadow: 0 0 0 4px rgba(217,134,44,.14); }
.field textarea { min-height: 150px; resize: vertical; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: .82rem; color: var(--ink-faint); }
.flash { border-radius: var(--radius); padding: 1rem 1.3rem; margin-bottom: 1.4rem; font-weight: 600; }
.flash.ok { background: #EFF8EF; border: 1px solid #BFE0C2; color: #2E6B35; }
.flash.err { background: #FDF1EF; border: 1px solid #EFC7C0; color: #9A3226; }
.contact-phone { display: grid; gap: .1rem; padding: .85rem 0 1rem; margin: 0 0 .65rem; border-bottom: 1px solid rgba(199,162,90,.2); }
.contact-phone span { color: #9D9685; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.contact-phone a { color: var(--gold-2); font-weight: 800; font-size: 1.08rem; }

/* ------------------------------------------------------------- Chips, pills, badges */
.chip-row { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip { background: var(--paper-2); border: 1px solid var(--line); border-radius: 999px; padding: .38rem .95rem; font-size: .82rem; font-weight: 700; color: var(--ink-soft); }
.chip:hover { border-color: var(--saffron); color: var(--maroon); }
.pill { display: inline-block; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; border-radius: 999px; padding: .25rem .7rem; }
.pill.gold { background: rgba(199,162,90,.18); color: #8A6A28; }
.pill.blue { background: rgba(57,122,145,.14); color: var(--ganga); }
.pill.maroon { background: rgba(109,31,37,.1); color: var(--maroon); }
.pill.green { background: #E7F3E8; color: #2E6B35; }

/* ------------------------------------------------------------- Reveal animations */
[data-reveal] { opacity: 0; transform: translateY(36px); transition: opacity .9s var(--ease-luxe), transform .9s var(--ease-luxe); transition-delay: var(--d, 0s); will-change: opacity, transform; }
[data-reveal="left"] { transform: translateX(-42px); }
[data-reveal="right"] { transform: translateX(42px); }
[data-reveal="zoom"] { transform: scale(.93); }
.revealed { opacity: 1 !important; transform: none !important; }

.mask-reveal { clip-path: inset(0 100% 0 0); transition: clip-path 1.1s var(--ease-luxe); }
.mask-reveal.revealed { clip-path: inset(0 0 0 0); }

.gold-line { stroke-dasharray: 1000; stroke-dashoffset: 1000; transition: stroke-dashoffset 2.4s var(--ease-out); }
.revealed .gold-line, .gold-line.revealed { stroke-dashoffset: 0; }

/* Wave separator */
.wave-sep { line-height: 0; }
.wave-sep svg { width: 100%; height: 56px; }
.wave-sep .w1 { animation: waveMove 9s linear infinite; }
.wave-sep .w2 { animation: waveMove 13s linear infinite reverse; opacity: .55; }
@keyframes waveMove { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ------------------------------------------------------------- Map */
.map-frame { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-1); }
.map-frame iframe, .map-frame .leaflet-container, .map-frame .leaflet-map { width: 100%; height: 440px; border: 0; display: block; }
.leaflet-map { width: 100%; height: 440px; background: var(--sand); }
.leaflet-container { font-family: var(--font-body); }

/* ------------------------------------------------------------- Itinerary */
.itinerary-day { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-1); }
.itinerary-day .day-head { background: linear-gradient(120deg, var(--navy), #22303F); color: var(--ivory); padding: 1rem 1.4rem; display: flex; align-items: baseline; gap: .9rem; }
.itinerary-day .day-head b { font-family: var(--font-head); font-size: 1.05rem; }
.itinerary-day .day-head span { color: var(--gold-2); font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.itinerary-day ul { list-style: none; padding: 1.1rem 1.4rem 1.3rem; margin: 0; display: grid; gap: .65rem; }
.itinerary-day li { display: grid; grid-template-columns: 86px 1fr; gap: .9rem; font-size: .94rem; color: var(--ink-soft); }
.itinerary-day li b { color: var(--maroon); font-size: .8rem; font-weight: 800; letter-spacing: .04em; padding-top: .15em; }

/* ------------------------------------------------------------- Month grid (best time) */
.month-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; }
.month-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.2rem; transition: transform .3s, box-shadow .3s; }
.month-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-1); }
.month-card h3 { font-size: 1rem; display: flex; justify-content: space-between; align-items: center; }
.month-card .temp { font-size: .78rem; color: var(--ganga); font-weight: 700; }
.month-card p { font-size: .85rem; color: var(--ink-soft); margin: .4rem 0 0; }
.month-card .crowd { margin-top: .6rem; height: 6px; border-radius: 3px; background: var(--paper-2); overflow: hidden; }
.month-card .crowd i { display: block; height: 100%; background: linear-gradient(90deg, var(--ganga), var(--saffron), var(--maroon)); border-radius: 3px; }
.month-card .crowd-label { font-size: .7rem; color: var(--ink-faint); margin-top: .3rem; display: block; }

/* ------------------------------------------------------------- Checklist (packing) */
.checklist { display: grid; gap: .6rem; }
.checklist label {
  display: flex; gap: .8rem; align-items: center; background: #fff; border: 1px solid var(--line);
  border-radius: 12px; padding: .8rem 1.1rem; cursor: pointer; font-weight: 600; color: var(--navy); font-size: .95rem;
  transition: all .25s;
}
.checklist label:has(input:checked) { background: var(--paper-2); border-color: var(--gold); color: var(--ink-faint); text-decoration: line-through; }
.checklist input { width: 20px; height: 20px; accent-color: var(--maroon); }

/* ------------------------------------------------------------- Weather */
.weather-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1rem; }
.weather-cell { background: rgba(252,249,242,.06); border: 1px solid rgba(199,162,90,.3); border-radius: var(--radius); padding: 1.1rem 1.2rem; color: var(--ivory); }
.weather-cell .w-label { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: #9D9685; }
.weather-cell .w-value { font-family: var(--font-head); font-size: 1.5rem; font-weight: 800; margin-top: .25rem; }

/* ------------------------------------------------------------- Jyotirlinga map */
.jl-map-wrap { position: relative; }
.jl-map-wrap svg { width: 100%; height: auto; }
.jl-dot { cursor: pointer; }
.jl-dot circle.core { fill: var(--saffron); stroke: #fff; stroke-width: 2; transition: r .25s; }
.jl-dot circle.pulse { fill: none; stroke: var(--saffron); stroke-width: 1.5; opacity: .7; animation: jlPulse 2.6s ease-out infinite; }
@keyframes jlPulse { from { r: 8; opacity: .8; } to { r: 22; opacity: 0; } }
.jl-dot:hover circle.core { fill: var(--maroon); }
.jl-dot text { font-size: 13px; font-weight: 700; fill: var(--navy); font-family: var(--font-head); paint-order: stroke; stroke: #FCF9F2; stroke-width: 3px; }
.jl-tip {
  position: absolute; pointer-events: none; background: var(--navy); color: var(--ivory); border-radius: 10px;
  padding: .6rem .9rem; font-size: .82rem; box-shadow: var(--shadow-2); opacity: 0; transition: opacity .2s; max-width: 240px; z-index: 5;
}
.jl-tip b { color: var(--gold-2); display: block; }

/* ------------------------------------------------------------- Live darshan */
.live-shell { background: #0A0F16; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-3); }
.live-shell .live-head { display: flex; align-items: center; gap: .7rem; padding: .95rem 1.3rem; color: var(--ivory); font-weight: 700; font-size: .9rem; }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: #E5484D; box-shadow: 0 0 0 0 rgba(229,72,77,.6); animation: livePulse 1.8s infinite; }
@keyframes livePulse { 70% { box-shadow: 0 0 0 12px rgba(229,72,77,0); } 100% { box-shadow: 0 0 0 0 rgba(229,72,77,0); } }
.live-offline { padding: clamp(2.5rem, 7vw, 5rem) 1.6rem; text-align: center; color: #B9B4A6; }
.live-offline h3 { color: var(--ivory); margin-bottom: .6rem; }

/* ------------------------------------------------------------- 404 */
.error-page { min-height: 60vh; display: grid; place-items: center; text-align: center; }
.error-page .big { font-family: var(--font-serif); font-size: clamp(5rem, 14vw, 9rem); color: var(--gold); line-height: 1; }

/* ------------------------------------------------------------- Admin */
.admin-body { background: #F2EEE4; min-height: 100vh; }
.admin-shell { display: grid; grid-template-columns: 250px 1fr; min-height: 100vh; }
.admin-side { background: var(--navy); color: #B9B4A6; padding: 1.4rem 1rem; position: sticky; top: 0; height: 100vh; overflow-y: auto; }
.admin-side .brand { color: var(--ivory); margin-bottom: 1.6rem; padding: 0 .4rem; }
.admin-side nav a { display: flex; align-items: center; gap: .6rem; padding: .55rem .8rem; border-radius: 10px; color: #B9B4A6; font-size: .9rem; font-weight: 600; }
.admin-side nav a:hover, .admin-side nav a.active { background: rgba(217,134,44,.14); color: var(--gold-2); }
.admin-side nav .grp { font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; color: #6E6858; margin: 1.1rem .8rem .35rem; }
.admin-main { padding: 1.8rem clamp(1.2rem, 3vw, 2.6rem) 4rem; }
.admin-topbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.6rem; gap: 1rem; flex-wrap: wrap; }
.admin-topbar h1 { font-size: 1.5rem; }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1rem; margin-bottom: 2rem; }
.stat-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.25rem; box-shadow: var(--shadow-1); }
.stat-card .num { font-family: var(--font-head); font-size: 1.9rem; font-weight: 800; color: var(--navy); }
.stat-card .lbl { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); font-weight: 700; }
.admin-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-1); font-size: .9rem; }
.admin-table th { background: var(--paper-2); text-align: left; padding: .7rem 1rem; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); }
.admin-table td { padding: .65rem 1rem; border-top: 1px solid var(--line); vertical-align: middle; }
.admin-table tr:hover td { background: #FBF8F0; }
.admin-table .actions { display: flex; gap: .4rem; }
.admin-table .actions a, .admin-table .actions button { font-size: .78rem; font-weight: 700; padding: .3rem .7rem; border-radius: 8px; border: 1px solid var(--line); background: #fff; color: var(--ink-soft); cursor: pointer; }
.admin-table .actions a:hover { border-color: var(--ganga); color: var(--ganga); }
.admin-table .actions button:hover { border-color: var(--maroon); color: var(--maroon); }
.admin-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.6rem; box-shadow: var(--shadow-1); max-width: 960px; }
.admin-form .field { margin-bottom: 1.1rem; }
.admin-form textarea.code { font-family: ui-monospace, monospace; font-size: .86rem; min-height: 340px; }
.login-shell { min-height: 100vh; display: grid; place-items: center; background: linear-gradient(150deg, var(--navy), #1B2A22 70%, var(--maroon)); padding: 1.5rem; }
.login-card { background: var(--ivory); border-radius: var(--radius-lg); box-shadow: var(--shadow-3); padding: 2.4rem; width: min(420px, 100%); }
.login-card img { height: 52px; margin-bottom: 1.2rem; }
@media (max-width: 860px) { .admin-shell { grid-template-columns: 1fr; } .admin-side { position: static; height: auto; } }

/* ------------------------------------------------------------- Utility */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.muted { color: var(--ink-faint); }
.small { font-size: .85rem; }
.hidden { display: none !important; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--navy); color: var(--ivory); padding: .7rem 1.2rem; z-index: 999; border-radius: 0 0 10px 0; }
.skip-link:focus { left: 0; color: var(--ivory); }
.tag-list { display: flex; flex-wrap: wrap; gap: .45rem; margin: .8rem 0; }

/* ------------------------------------------------------------- Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; }
  .hero-media img { animation: none; transform: none; }
}

/* ------------------------------------------------------------- Print */
@media print {
  .site-header, .site-footer, .mobile-bar, .alert-bar, .sidebar, .cta-band, .breadcrumb { display: none !important; }
  body { background: #fff; }
}

/* ------------------------------------------------------------- Navigation refresh */
.header-inner { position: relative; }
.main-nav { flex: 1 1 auto; min-width: 0; }
.main-nav > ul { justify-content: flex-end; }
.main-nav a.nav-link {
  position: relative;
  gap: .38rem;
  padding: .62rem .58rem;
  font-size: .73rem;
  letter-spacing: .035em;
}
.main-nav a.nav-link::after {
  content: "";
  position: absolute;
  left: .6rem;
  right: .6rem;
  bottom: .18rem;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--saffron), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s var(--ease-out);
}
.main-nav li:hover > .nav-link::after,
.main-nav li:focus-within > .nav-link::after,
.main-nav li.current > .nav-link::after { transform: scaleX(1); }
.main-nav li.current > .nav-link { color: var(--maroon); }
.nav-index { color: var(--gold); font-size: .62rem; font-weight: 800; letter-spacing: .08em; }
.main-nav .caret { width: 7px; height: 7px; }
.header-actions { display: flex; align-items: center; gap: .55rem; flex-shrink: 0; }
.header-icon {
  display: grid; place-items: center; width: 36px; height: 36px;
  color: var(--navy); border: 1px solid var(--line); border-radius: 50%;
  background: rgba(255,255,255,.5); transition: transform .25s, color .25s, background .25s;
}
.header-icon svg { width: 17px; height: 17px; }
.header-icon:hover { transform: translateY(-2px); color: var(--maroon); background: #fff; }
.header-phone {
  display: grid; line-height: 1.05; color: var(--navy); font-size: .72rem; font-weight: 800;
  white-space: nowrap;
}
.header-phone span { color: var(--ink-faint); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.header-phone:hover { color: var(--maroon); }
.header-cta { margin-left: .15rem; white-space: nowrap; }
.header-cta span { font-size: 1rem; line-height: 0; }
.language-switcher {
  display: inline-flex; align-items: center; gap: .35rem; padding: .35rem .55rem;
  border: 1px solid rgba(233,203,133,.35); border-radius: 999px;
  color: var(--gold-2); font-size: .72rem; font-weight: 800; white-space: nowrap;
}
.language-switcher a { color: var(--ivory); }
.language-switcher a:hover { color: var(--gold-2); }
.language-switcher b { color: var(--saffron-2); }

.mega {
  width: min(1030px, calc(100vw - 2rem));
  min-width: 0;
  padding: .8rem;
  top: calc(100% + 12px);
  translate: none;
  transform: translateY(8px);
  pointer-events: none;
  background: rgba(252,249,242,.98);
  box-shadow: 0 22px 70px rgba(16,24,34,.2);
}
.has-mega:hover .mega, .has-mega:focus-within .mega {
  translate: none;
  transform: translateY(0);
  pointer-events: auto;
}
.has-mega:nth-child(-n+3) .mega { left: 0; }
.has-mega:nth-child(n+4) .mega { left: auto; right: 0; }
.mega-inner { display: grid; grid-template-columns: 220px 215px minmax(0, 1fr); gap: .8rem; }
.mega-intro {
  display: flex; flex-direction: column; min-height: 255px; padding: 1.25rem;
  border-radius: calc(var(--radius-lg) - 5px);
  background: radial-gradient(circle at 80% 10%, rgba(233,203,133,.2), transparent 34%), linear-gradient(145deg, var(--navy), #1D342E 58%, var(--maroon));
  color: #EDE7DA;
}
.mega-eyebrow { color: var(--gold-2); font-size: .58rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mega-intro h2 { color: var(--ivory); font-size: 1.55rem; margin: .7rem 0 .5rem; }
.mega-intro p { color: #C9C4B6; font-size: .83rem; line-height: 1.55; margin: 0; }
.mega-feature {
  display: flex; justify-content: space-between; align-items: center; gap: .5rem;
  margin-top: auto; padding-top: .9rem; border-top: 1px solid rgba(233,203,133,.25);
  color: var(--gold-2); font-size: .75rem; font-weight: 800;
}
.mega-feature b { font-size: 1.1rem; transition: transform .25s; }
.mega-feature:hover { color: var(--ivory); }
.mega-feature:hover b { transform: translate(3px, -3px); }
.mega-cols {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: start; gap: .3rem; padding: .35rem .55rem;
}
.mega a { gap: .45rem; padding: .48rem .45rem; font-size: .78rem; border: 1px solid transparent; }
.mega a::before { display: none; }
.mega a:hover, .mega a.active { background: #fff; border-color: var(--line); color: var(--maroon); box-shadow: 0 5px 14px rgba(16,24,34,.06); }
.mega-arrow { color: var(--gold); font-size: .8rem; transition: transform .25s, color .25s; }
.mega a:hover .mega-arrow, .mega a.active .mega-arrow { color: var(--saffron); transform: translate(2px, -2px); }
.mega-title { display: none; }
.mega-link { min-height: 54px; cursor: pointer; }
.mega-thumb {
  flex: 0 0 44px; width: 44px; height: 44px; overflow: hidden;
  border-radius: 9px; background: var(--paper-2); border: 1px solid var(--line);
}
.mega-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s var(--ease-out), filter .35s; }
.mega-link:hover .mega-thumb img, .mega-link:focus-visible .mega-thumb img { transform: scale(1.1); filter: saturate(1.15); }
.mega-link-copy { min-width: 0; display: flex; flex-direction: column; gap: .1rem; line-height: 1.25; }
.mega-link-copy > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mega-link-copy small { color: var(--ink-faint); font-size: .62rem; font-weight: 700; opacity: 0; transform: translateY(3px); transition: opacity .2s, transform .2s; }
.mega-link:hover .mega-link-copy small, .mega-link:focus-visible .mega-link-copy small { opacity: 1; transform: translateY(0); }
.mega-link-copy small b { color: var(--saffron); }
.mega-preview {
  position: relative; min-height: 255px; overflow: hidden; border-radius: calc(var(--radius-lg) - 5px);
  background: var(--navy); isolation: isolate;
}
.mega-preview::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,20,25,.04) 20%, rgba(8,20,25,.9) 100%); z-index: -1; }
.mega-preview img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .55s var(--ease-out), opacity .25s; }
.mega.has-preview .mega-preview img { transform: scale(1.06); }
.mega-preview-copy { position: absolute; left: 1rem; right: .8rem; bottom: .9rem; color: var(--ivory); }
.mega-preview-copy span { display: block; color: var(--gold-2); font-size: .58rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mega-preview-copy strong { display: block; margin: .35rem 0; font-family: var(--font-head); font-size: 1rem; line-height: 1.2; }
.mega-preview-copy p { margin: 0; color: #E4DED1; font-size: .7rem; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.drawer-intro {
  margin: .4rem 0 1.1rem; padding: 1rem 1.1rem; border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--navy), #223B34 65%, var(--maroon)); color: var(--ivory);
}
.drawer-intro > span { color: var(--gold-2); font-family: var(--font-serif); font-size: 1.3rem; }
.drawer-intro p { color: #D9D4C6; font-size: .85rem; line-height: 1.55; margin: .35rem 0 .8rem; }
.drawer-actions { display: flex; align-items: center; gap: .7rem; flex-wrap: wrap; }
.drawer-call { color: var(--gold-2); font-size: .77rem; font-weight: 800; }
.drawer-language { margin: .75rem 0 1rem; font-size: .82rem; font-weight: 800; }
.drawer-language a { color: var(--maroon); }
.drawer-search { margin: 0 0 1rem; }
.drawer-search label { display: block; color: var(--ink-faint); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: .35rem; }
.drawer-search div { display: flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: #fff; }
.drawer-search input { min-width: 0; flex: 1; border: 0; outline: 0; padding: .7rem 1rem; background: transparent; font-size: .87rem; }
.drawer-search button { width: 44px; border: 0; background: var(--saffron); color: #23160A; cursor: pointer; font-size: 1.2rem; }
.drawer-nav summary span { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: .7rem; }
.drawer-nav summary small { color: var(--ink-faint); font-size: .65rem; font-weight: 600; letter-spacing: .04em; }

@media (min-width: 1240px) {
  .main-nav, .header-actions { display: flex; }
  .nav-toggle { display: none; }
}
@media (min-width: 1240px) and (max-width: 1350px) {
  .header-phone, .header-icon { display: none; }
  .header-cta { display: inline-flex; padding-inline: .8rem; font-size: .7rem; }
}
@media (max-width: 1239px) {
  .main-nav, .header-actions { display: none; }
  .nav-toggle { display: inline-flex; }
}
@media (max-width: 720px) {
  .mega-inner { grid-template-columns: 1fr; }
  .mega-intro { min-height: 0; }
  .mega-preview { min-height: 190px; }
}

/* ------------------------------------------------------------- Hero + header art direction */
.site-header {
  background: rgba(8, 20, 25, .94);
  border-bottom: 1px solid rgba(233, 203, 133, .25);
  box-shadow: 0 12px 30px rgba(7, 15, 19, .12);
}
.site-header.scrolled { background: rgba(8, 20, 25, .98); box-shadow: 0 12px 32px rgba(7, 15, 19, .24); }
.header-inner { height: 74px; gap: 1rem; }
.brand { gap: .6rem; }
.brand .brand-logo { width: 50px; height: 50px; border: 1px solid rgba(233,203,133,.35); }
.brand-text b { color: var(--ivory); font-size: .86rem; letter-spacing: .08em; }
.brand-text span { color: var(--gold-2); font-size: .6rem; }
.main-nav a.nav-link { color: #E9E2D4; background: transparent; font-size: .7rem; padding-inline: .52rem; }
.main-nav a.nav-link:hover, .main-nav li:focus-within > a, .main-nav li:hover > a,
.main-nav li.current > .nav-link { color: var(--gold-2); background: rgba(233,203,133,.09); }
.main-nav a.nav-link::after { background: var(--gold-2); }
.nav-index { color: var(--saffron-2); font-size: .58rem; }
.header-icon { color: var(--gold-2); border-color: rgba(233,203,133,.35); background: rgba(255,255,255,.04); }
.header-icon:hover { color: var(--ivory); background: rgba(233,203,133,.12); }
.header-phone { color: var(--ivory); }
.header-phone span { color: var(--gold-2); }
.header-phone:hover { color: var(--gold-2); }
.header-cta { box-shadow: 0 8px 20px rgba(217,134,44,.18); }
.nav-toggle span { background: var(--gold-2); }

.hero {
  min-height: clamp(680px, calc(100svh - 108px), 850px);
  align-items: stretch;
  isolation: isolate;
}
.hero-media img { object-position: 57% center; filter: saturate(.9) contrast(1.04); }
.hero-veil {
  background:
    linear-gradient(90deg, rgba(6,18,23,.91) 0%, rgba(6,18,23,.72) 32%, rgba(6,18,23,.2) 65%, rgba(6,18,23,.38) 100%),
    linear-gradient(180deg, rgba(6,18,23,.36) 0%, rgba(6,18,23,.03) 40%, rgba(6,18,23,.68) 100%);
}
.hero-mist { opacity: .3; }
.hero-content {
 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5rem 0 10rem;
}

/* ------------------------------------------------------------- Bilingual portal */
.language-portal {
  padding: clamp(2.2rem, 5vw, 4.2rem) 0;
  background: linear-gradient(110deg, #F4EADB 0%, var(--paper) 48%, #EAF1EF 100%);
  border-bottom: 1px solid var(--line);
}
.language-portal-grid {
  display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  align-items: center; gap: clamp(2rem, 6vw, 6rem);
}
.language-portal h2 { margin: .55rem 0 .75rem; max-width: 680px; }
.language-portal p { max-width: 700px; color: var(--ink-soft); }
.language-quote, .hindi-quote-panel {
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border: 1px solid rgba(199,162,90,.48); border-radius: var(--radius-lg);
  background: rgba(255,255,255,.58); box-shadow: var(--shadow-1);
}
.language-quote p, .hindi-quote-panel p {
  margin: .8rem 0; color: var(--navy); font-family: "Noto Serif Devanagari", var(--font-serif);
  font-size: clamp(1.2rem, 2.1vw, 1.6rem); line-height: 1.75;
}
.language-quote small, .hindi-quote-panel small { color: var(--ink-faint); }
.hindi-page .page-hero .hero-content { padding-bottom: 8rem; }
.hindi-intro { max-width: 850px; margin: 0 auto 2.8rem; text-align: center; }
.hindi-intro h2 { margin: .55rem 0 .9rem; }
.hindi-intro p { color: var(--ink-soft); }
.hindi-facts .info-card h3, .hindi-page .info-card h3 { font-family: "Noto Sans Devanagari", var(--font-head); }
.hindi-page .tick-list li { color: #E8E4DA; }
.hindi-source { margin-top: 2.5rem; }
.language-link-card { display: block; color: inherit; }
.language-link-card:hover { color: inherit; transform: translateY(-4px); }
.language-link-card b { color: var(--maroon); font-size: .82rem; }

@media (max-width: 760px) {
  .language-portal-grid { grid-template-columns: 1fr; gap: 1.4rem; }
  .language-switcher { display: none; }
}
.hero-kicker-row { display: flex; align-items: center; gap: 1.1rem; margin-bottom: 1rem; }
.hero-kicker { font-size: clamp(1.1rem, 1.8vw, 1.45rem); color: var(--gold-2); letter-spacing: .08em; }
.hero-location {
  display: inline-flex; align-items: center; gap: .45rem; color: rgba(244,238,224,.72);
  border-left: 1px solid rgba(233,203,133,.42); padding-left: 1.1rem;
  font-size: .67rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase;
}
.hero-location i { width: 6px; height: 6px; border-radius: 50%; background: var(--saffron-2); box-shadow: 0 0 0 4px rgba(217,134,44,.15); }
.hero h1 {
  max-width: 9ch; margin: 0 0 1.2rem; font-size: clamp(3.5rem, 7vw, 6.6rem);
  line-height: .9; letter-spacing: -.065em; text-wrap: balance;
}
.hero h1 em { color: var(--gold-2); font-family: var(--font-serif); font-weight: 500; letter-spacing: -.045em; }
.hero-sub {
  color: #F0E5D0; font-size: clamp(1.2rem, 2.1vw, 1.55rem); letter-spacing: .015em;
  margin-bottom: .3rem;
}
.hero-lead { max-width: 560px; color: #E9E1D2; font-size: .94rem; line-height: 1.7; margin: .6rem 0 1.5rem; text-shadow: 0 2px 18px rgba(0,0,0,.25); }
.hero-actions { gap: .7rem; }
.hero-actions .btn { padding: .85rem 1.15rem; font-size: .77rem; letter-spacing: .07em; }
.hero-note { margin: 1.1rem 0 0; color: rgba(244,238,224,.58); font-size: .72rem; letter-spacing: .03em; }
.hero-note span { color: var(--gold-2); margin-right: .35rem; }
.hero-aside {
  position: absolute; z-index: 4; right: clamp(1.25rem, 7vw, 7rem); bottom: 10.5rem;
  width: min(300px, 24vw); padding: 1.25rem; border: 1px solid rgba(233,203,133,.32);
  border-radius: 18px; color: var(--ivory); background: rgba(7,24,28,.68);
  backdrop-filter: blur(14px); box-shadow: 0 22px 60px rgba(0,0,0,.22);
}
.hero-aside-top { display: flex; justify-content: space-between; align-items: center; color: var(--gold-2); font-size: .62rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-aside-top b { color: rgba(244,238,224,.5); font-size: .74rem; }
.hero-aside h2 { margin: 1rem 0 .55rem; color: var(--ivory); font-size: 1.6rem; line-height: 1.05; }
.hero-aside p { margin: 0 0 1.1rem; color: rgba(244,238,224,.7); font-size: .8rem; line-height: 1.55; }
.hero-aside > a { display: flex; justify-content: space-between; padding: .7rem 0; border-top: 1px solid rgba(233,203,133,.2); border-bottom: 1px solid rgba(233,203,133,.2); color: var(--gold-2); font-size: .74rem; font-weight: 800; }
.hero-aside > a span { transition: transform .25s; }
.hero-aside > a:hover span { transform: translate(3px, -3px); }
.hero-aside-meta { display: flex; gap: 1rem; padding-top: 1rem; color: rgba(244,238,224,.55); font-size: .67rem; }
.hero-aside-meta b { display: block; color: var(--ivory); font-size: 1.05rem; }
.hero-rail {
  position: absolute; z-index: 5; left: 50%; bottom: 0; width: min(1180px, calc(100% - 3rem));
  transform: translateX(-50%); display: grid; grid-template-columns: 1fr repeat(4, 1fr);
  align-items: center; border-top: 1px solid rgba(233,203,133,.28); padding: .95rem 0 1.05rem;
}
.hero-rail-label { color: var(--gold-2); font-size: .61rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero-rail a { display: flex; align-items: center; gap: .55rem; color: rgba(244,238,224,.72); font-size: .72rem; font-weight: 700; padding-left: 1rem; border-left: 1px solid rgba(244,238,224,.2); }
.hero-rail a b { color: var(--gold-2); font-size: .62rem; }
.hero-rail a span { margin-left: auto; color: var(--gold-2); opacity: .7; transition: transform .25s; }
.hero-rail a:hover { color: var(--ivory); }
.hero-rail a:hover span { transform: translate(3px, -3px); }
.hero-wave { display: none; }

@media (max-width: 1239px) {
  .site-header { background: rgba(8,20,25,.97); }
  .brand-text b { color: var(--ivory); }
}
@media (max-width: 900px) {
  .hero { min-height: 760px; }
  .hero-content { padding: 4rem 0 11rem; }
  .hero-aside { right: 1.5rem; bottom: 10rem; width: 250px; }
  .hero-rail { width: calc(100% - 2.5rem); grid-template-columns: repeat(2, 1fr); gap: .75rem 0; padding-bottom: 1rem; }
  .hero-rail-label { grid-column: 1 / -1; margin-bottom: .15rem; }
  .hero-rail a:nth-of-type(odd) { border-left: 0; padding-left: 0; }
}
@media (max-width: 680px) {
  .header-inner { height: 68px; }
  .brand .brand-logo { width: 44px; height: 44px; }
  .brand-text b { font-size: .74rem; }
  .brand-text span { font-size: .52rem; }
  .hero { min-height: 790px; }
  .hero-media img { object-position: 57% center; }
  .hero-content { padding: 3.5rem 0 12rem; }
  .hero-kicker-row { align-items: flex-start; flex-direction: column; gap: .6rem; }
  .hero-location { border-left: 0; padding-left: 0; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); max-width: 8ch; }
  .hero-sub { font-size: 1.12rem; }
  .hero-lead { font-size: .84rem; max-width: 90%; }
  .hero-actions { flex-direction: column; align-items: stretch; width: min(100%, 285px); }
  .hero-actions .btn { justify-content: space-between; }
  .hero-aside { display: none; }
  .hero-rail { width: calc(100% - 2rem); grid-template-columns: repeat(2, 1fr); }
  .hero-rail a { font-size: .66rem; }
}
