/* =====================================================================
   Sankat Mochan Mandir, Mirzapur — styles (v2)
   Mobile-first. Breakpoints: 640px, 900px, 1180px.
   ===================================================================== */

/* ---------- Tokens ---------- */
:root {
  --saffron: #E8751A;
  --saffron-light: #FFA64D;
  --saffron-text: #A84B00;      /* saffron for small text on cream (5.5:1) */
  --sindoor: #B3261E;
  --sindoor-dark: #8C1A14;
  --maroon: #5E1220;
  --maroon-deep: #38090F;
  --gold: #D4A437;
  --gold-light: #F2D492;
  --gold-brass: #E2B855;
  --gold-dark: #9E741A;
  --gold-text: #8A6414;         /* gold for small text on cream (5.2:1) */
  --cream: #FFF4E3;
  --sandal-50: #FFFAF0;
  --sandal-100: #FDF5E6;
  --sandal-200: #F5E4C3;
  --ink: #2A0F0A;
  --text-muted: #6B4A3F;
  --text-muted-dark: #E6C9B8;
  --wa: #047857;
  --open: #34D399;
  --closed: #FBBF24;

  --font-hi: "Tiro Devanagari Hindi", "Mukta", serif;
  --font-head: "Marcellus", Georgia, serif;
  --font-body: "Mukta", system-ui, -apple-system, "Segoe UI", sans-serif;

  --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px; --space-5: 20px; --space-6: 24px;
  --space-8: 32px; --space-10: 40px; --space-12: 48px; --space-16: 64px; --space-20: 80px; --space-24: 96px;
  --radius-sm: 6px; --radius-md: 12px; --radius-lg: 20px; --radius-xl: 28px; --radius-arch: 999px;

  --shadow-soft: 0 8px 24px -6px rgba(94, 18, 32, .12);
  --shadow-card: 0 14px 40px -12px rgba(94, 18, 32, .28);
  --shadow-deep: 0 24px 60px -20px rgba(0, 0, 0, .6);
  --glow: 0 0 24px rgba(232, 117, 26, .45);
  --rope: repeating-linear-gradient(-45deg, var(--gold) 0 5px, var(--gold-light) 5px 7px, var(--gold) 7px 10px);
  --gold-grad: linear-gradient(135deg, var(--gold-light), var(--gold) 45%, var(--gold-dark));
  --header-h: 76px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--sandal-50); color: var(--ink); font-family: var(--font-body); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--sindoor); text-underline-offset: 3px; }
a:hover { color: var(--maroon); }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-head); font-weight: 400; line-height: 1.2; }
h2 { font-size: clamp(30px, 4.6vw, 44px); color: var(--sindoor-dark); }
h3 { font-size: 22px; }
p { margin: 0 0 var(--space-4); }
ul, ol { margin: 0; padding: 0; list-style: none; }
small { font-size: .78em; }
[lang="hi"] { font-family: var(--font-hi); }
:focus-visible { outline: 2px solid var(--sindoor); outline-offset: 2px; border-radius: 4px; }
.hero :focus-visible, .section--deep :focus-visible, .topbar :focus-visible, .site-footer :focus-visible, .mahant :focus-visible { outline-color: var(--gold-light); }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 var(--space-4); }
@media (min-width: 640px) { .container { padding: 0 var(--space-6); } }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: var(--space-4); top: -60px; z-index: 100; background: var(--ink); color: var(--cream); padding: var(--space-2) var(--space-4); border-radius: var(--radius-sm); }
.skip-link:focus { top: var(--space-2); }
::selection { background: var(--saffron); color: var(--ink); }

body::after { /* paper grain */
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 90; opacity: .05;
  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='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Buttons ---------- */
.btn {
  position: relative; overflow: hidden; isolation: isolate;
  display: inline-flex; align-items: center; justify-content: center; gap: var(--space-2); flex-wrap: wrap;
  min-height: 48px; padding: var(--space-3) var(--space-6);
  font-family: var(--font-body); font-size: 16px; font-weight: 700; line-height: 1.25; text-align: center;
  border-radius: var(--radius-md); border: 1.5px solid transparent; cursor: pointer; text-decoration: none;
  transition: box-shadow .25s ease, transform .2s ease, background-color .25s ease, color .25s ease;
}
.btn [lang="hi"] { font-family: var(--font-body); }
.btn svg { width: 20px; height: 20px; flex: none; }
.btn::after { content: ""; position: absolute; inset: 0; z-index: -1; transform: translateX(-120%); background: linear-gradient(110deg, transparent 30%, rgba(255, 241, 189, .55) 50%, transparent 70%); }
.btn:hover::after { transform: translateX(120%); transition: transform .8s ease; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: scale(.98); }
.btn__en { font-weight: 500; opacity: .9; }
.btn--primary { background: var(--saffron); color: var(--ink); }
.btn--primary:hover { color: var(--ink); box-shadow: var(--glow); }
.btn--gold { background: var(--gold-grad); color: var(--maroon); border-color: rgba(242, 212, 146, .7); box-shadow: 0 4px 14px -4px rgba(158, 116, 26, .6); }
.btn--gold:hover { color: var(--maroon-deep); box-shadow: 0 6px 20px -4px rgba(158, 116, 26, .8); }
.btn--outline-gold { background: transparent; color: var(--gold-light); border-color: var(--gold); }
.btn--outline-gold:hover { color: var(--cream); background: rgba(212, 164, 55, .14); }
.btn--maroon { background: var(--sindoor-dark); color: var(--gold-light); border-color: var(--gold); }
.btn--maroon:hover { background: var(--sindoor); color: var(--cream); }
.btn--wa { background: var(--wa); color: #fff; }
.btn--wa:hover { color: #fff; background: #065F46; }
.btn--sm { min-height: 40px; padding: var(--space-2) var(--space-4); font-size: 15px; border-radius: var(--radius-arch); }
.btn--lg { min-height: 54px; font-size: 17px; }
.btn--block { width: 100%; }

/* ---------- Tags, kickers, dividers ---------- */
.tag { display: inline-block; padding: 3px 10px; border-radius: var(--radius-arch); font-size: 13px; font-weight: 700; line-height: 1.5; margin: 0; }
.tag--gold { background: var(--gold); color: var(--maroon); }
.tag--saffron { background: rgba(232, 117, 26, .14); color: var(--saffron-text); }
.tag--green { background: #D1FAE5; color: #065F46; }
.kicker { font-family: var(--font-hi); color: var(--saffron-text); font-size: 17px; letter-spacing: .06em; margin: 0 0 var(--space-2); }
.kicker--pill { display: inline-block; padding: 2px 16px; border-radius: var(--radius-arch); background: rgba(212, 164, 55, .18); border: 1px solid rgba(212, 164, 55, .5); color: var(--gold-light) !important; }
.rope { display: block; height: 6px; border-radius: var(--radius-arch); background: var(--rope); }
.divider { display: flex; align-items: center; justify-content: center; gap: var(--space-3); margin: var(--space-5) auto 0; max-width: 260px; }
.divider .rope { flex: 1; }
.divider svg { width: 26px; height: 26px; flex: none; }

/* ---------- Top bar + toran ---------- */
.topbar { background: linear-gradient(90deg, var(--maroon), var(--sindoor-dark) 50%, var(--maroon)); color: var(--gold-light); font-size: 14px; }
.topbar__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: var(--space-1) var(--space-4); padding-top: 6px; padding-bottom: 6px; }
.topbar p { margin: 0; }
.topbar__om { color: #fff; letter-spacing: .08em; }
.topbar__sym { color: var(--gold); margin-right: 2px; }
.topbar__place { display: none; color: var(--gold-light); letter-spacing: 0; }
.status { display: inline-flex; align-items: center; gap: var(--space-2); padding: 2px 12px; border-radius: var(--radius-arch); background: rgba(0, 0, 0, .3); border: 1px solid rgba(212, 164, 55, .4); color: #fff; font-size: 13px; }
.status__dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); flex: none; }
.status.is-open .status__dot { background: var(--open); }
.status.is-open .status__dot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--open); animation: ping 1.6s cubic-bezier(0, 0, .2, 1) infinite; }
.status.is-closed .status__dot { background: var(--closed); }
@keyframes ping { 75%, 100% { transform: scale(2.4); opacity: 0; } }
@media (min-width: 900px) { .topbar__inner { justify-content: space-between; } .topbar__place { display: inline; } }

.toran { height: 16px; position: relative; z-index: 51;
  background:
    radial-gradient(circle at 50% 0, var(--saffron) 6px, transparent 6.5px) 0 0 / 28px 16px repeat-x,
    radial-gradient(circle at 50% 0, #FFB800 9px, transparent 9.5px) 14px 0 / 28px 16px repeat-x,
    radial-gradient(ellipse 5px 9px at 50% 0, #2F7D32 99%, transparent) 7px 0 / 28px 16px repeat-x,
    linear-gradient(var(--sindoor), var(--sindoor)) 0 0 / 100% 3px no-repeat;
  margin-bottom: -16px; pointer-events: none;
}
.toran--footer { margin: 0; background-color: transparent; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 250, 240, .94); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(212, 164, 55, .35); box-shadow: 0 6px 20px -12px rgba(94, 18, 32, .35); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: var(--space-3); min-height: var(--header-h); padding-top: 10px; }
.brand { display: flex; align-items: center; gap: var(--space-3); text-decoration: none; min-width: 0; }
.brand__mark { width: 48px; height: 48px; flex: none; border-radius: 50%; padding: 5px; background: linear-gradient(135deg, var(--saffron), var(--sindoor)); box-shadow: 0 4px 12px -2px rgba(179, 38, 30, .5); transition: transform .3s ease; }
.brand:hover .brand__mark { transform: rotate(20deg) scale(1.05); }
.brand__mark svg { width: 100%; height: 100%; color: var(--gold-light); }
.brand__text { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; }
.brand__hi { font-size: 19px; color: var(--sindoor-dark); white-space: nowrap; }
.brand__en { font-family: var(--font-head); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-muted); white-space: nowrap; }
.nav__right { display: flex; align-items: center; gap: var(--space-2); }
.nav__donate-en { display: none; }
.nav__toggle { width: 44px; height: 44px; display: grid; place-items: center; background: transparent; border: 1px solid rgba(212, 164, 55, .6); border-radius: var(--radius-md); color: var(--sindoor-dark); cursor: pointer; }
.nav__bars, .nav__bars::before, .nav__bars::after { display: block; width: 20px; height: 2px; background: currentColor; border-radius: 2px; transition: transform .3s ease; }
.nav__bars { position: relative; }
.nav__bars::before, .nav__bars::after { content: ""; position: absolute; left: 0; }
.nav__bars::before { top: -6px; } .nav__bars::after { top: 6px; }
.nav__toggle[aria-expanded="true"] .nav__bars { background: transparent; }
.nav__toggle[aria-expanded="true"] .nav__bars::before { transform: translateY(6px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] .nav__bars::after { transform: translateY(-6px) rotate(-45deg); }
.nav__menu { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; padding: var(--space-2) var(--space-4) var(--space-4); background: var(--sandal-50); border-bottom: 1px solid rgba(212, 164, 55, .4); box-shadow: 0 18px 30px -12px rgba(94, 18, 32, .35); max-height: calc(100vh - 120px); overflow-y: auto; }
.nav__menu.is-open { display: flex; }
.nav__menu a { display: flex; align-items: baseline; justify-content: space-between; gap: var(--space-3); padding: var(--space-3) var(--space-2); color: var(--ink); text-decoration: none; border-bottom: 1px solid rgba(212, 164, 55, .2); font-size: 17px; }
.nav__menu a small { font-family: var(--font-head); color: var(--text-muted); font-size: 13px; letter-spacing: .06em; }
.nav__menu a:hover, .nav__menu a.is-active { color: var(--sindoor); }
@media (min-width: 480px) { .nav__donate-en { display: inline; } }
@media (min-width: 1180px) {
  .nav__toggle { display: none; }
  .nav__right { gap: var(--space-4); }
  .nav__menu { position: static; display: flex; flex-direction: row; gap: var(--space-1); padding: 0; background: none; border: 0; box-shadow: none; max-height: none; overflow: visible; }
  .nav__menu a { flex-direction: column; align-items: center; gap: 0; border: 0; padding: var(--space-1) var(--space-2); font-size: 15px; position: relative; line-height: 1.3; }
  .nav__menu a small { font-size: 11px; }
  .nav__menu a::after { content: ""; position: absolute; left: 25%; right: 25%; bottom: -4px; height: 2px; border-radius: 2px; background: var(--saffron); transform: scaleX(0); transition: transform .3s ease; }
  .nav__menu a:hover::after, .nav__menu a.is-active::after { transform: scaleX(1); }
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; color: #fff; padding: var(--space-12) 0 var(--space-12);
  background:
    radial-gradient(ellipse 60% 50% at 50% 55%, rgba(232, 117, 26, .22), transparent 70%),
    linear-gradient(180deg, var(--maroon) 0%, var(--maroon-deep) 45%, var(--maroon) 100%);
}
.hero__petals { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 3; }
.hero__bg-mandala { position: absolute; left: 50%; top: 56%; width: 1100px; height: 1100px; translate: -50% -50%; color: var(--gold); opacity: .07; animation: spin 180s linear infinite; pointer-events: none; }
.hero__inner { position: relative; z-index: 2; }
.hero__head { text-align: center; max-width: 820px; margin: 0 auto; }
.hero__jai { display: inline-block; margin: 0 0 var(--space-4); padding: 4px 22px; border-radius: var(--radius-arch); background: rgba(232, 117, 26, .18); border: 1px solid rgba(212, 164, 55, .45); color: var(--gold-light); font-size: clamp(17px, 3.6vw, 24px); letter-spacing: .06em; text-shadow: 0 0 15px rgba(232, 117, 26, .7), 0 0 35px rgba(212, 164, 55, .45); }
.hero__jai .ch { display: inline-block; white-space: pre; }
.hero h1 { display: flex; flex-direction: column; gap: var(--space-2); }
.hero__hi { font-family: var(--font-hi); font-size: clamp(34px, 7.4vw, 64px); line-height: 1.25; color: #fff; }
.hero__en { font-family: var(--font-head); font-size: clamp(18px, 3vw, 26px); color: var(--gold-light); letter-spacing: .04em; }
.hero__lead { margin: var(--space-4) auto 0; max-width: 46ch; color: var(--text-muted-dark); font-size: 18px; }

.hero__stage { display: grid; gap: var(--space-12); align-items: center; margin-top: var(--space-12); }
.shrine { position: relative; width: min(86vw, 440px); margin: 0 auto; padding-top: 22px; }
.shrine__halo { position: absolute; left: 50%; top: 44%; width: 150%; aspect-ratio: 1; height: auto; translate: -50% -50%; color: var(--gold); opacity: .32; animation: spin 90s linear infinite; pointer-events: none; }
.shrine__glow { position: absolute; left: 50%; top: 40%; width: 95%; aspect-ratio: 1; translate: -50% -50%; border-radius: 50%; background: radial-gradient(circle, rgba(242, 212, 146, .4), rgba(232, 117, 26, .16) 45%, transparent 70%); animation: glow 4s ease-in-out infinite; pointer-events: none; }
.shrine__arch { position: relative; padding: 12px; border-radius: var(--radius-arch) var(--radius-arch) var(--radius-md) var(--radius-md); background: linear-gradient(180deg, var(--gold-light), var(--gold) 40%, var(--gold-dark)); box-shadow: 0 0 0 3px var(--maroon), 0 0 0 5px rgba(242, 212, 146, .6), var(--shadow-deep); }
.shrine__arch::before { content: ""; position: absolute; inset: 5px; border-radius: inherit; border: 2px dashed rgba(94, 18, 32, .35); pointer-events: none; }
.shrine__kalash { position: absolute; left: 50%; top: -24px; translate: -50% 0; z-index: 2; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--gold-light); border: 2px solid var(--sindoor-dark); box-shadow: 0 6px 14px rgba(0, 0, 0, .4); }
.shrine__kalash svg { width: 30px; height: 30px; }
.shrine__window { position: relative; overflow: hidden; border-radius: var(--radius-arch) var(--radius-arch) 6px 6px; border: 2px solid var(--gold-dark); background: var(--maroon-deep); aspect-ratio: 3 / 4; }
.shrine__window img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
.shrine:hover .shrine__window img { transform: scale(1.04); }
.shrine__window::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(56, 9, 15, .85), transparent 38%); pointer-events: none; }
.shrine__caption { position: absolute; left: 50%; bottom: var(--space-4); translate: -50% 0; z-index: 1; margin: 0; white-space: nowrap; padding: 4px 14px; border-radius: var(--radius-arch); background: rgba(0, 0, 0, .55); border: 1px solid rgba(212, 164, 55, .5); color: var(--gold-light); font-size: 15px; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.shrine__diya { position: absolute; bottom: -18px; z-index: 2; width: 56px; height: 56px; animation: flicker 2.2s ease-in-out infinite; }
.shrine__diya svg { width: 100%; height: 100%; }
.shrine__diya--l { left: -10px; } .shrine__diya--r { right: -10px; animation-delay: -1.1s; }

.hero__panel { display: grid; gap: var(--space-4); max-width: 480px; margin: 0 auto; width: 100%; }
.notice { padding: var(--space-6); border-radius: var(--radius-lg); background: rgba(140, 26, 20, .55); border: 1px solid rgba(212, 164, 55, .35); box-shadow: var(--shadow-deep); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.notice__title { display: flex; align-items: center; flex-wrap: wrap; gap: var(--space-2); margin: 0 0 var(--space-3); color: var(--gold-light); font-size: 19px; }
.notice__title svg { width: 20px; height: 20px; color: var(--gold-brass); }
.notice__title small { font-family: var(--font-head); color: var(--gold-brass); font-size: 13px; letter-spacing: .05em; }
.notice__text { color: var(--sandal-100); font-size: 16px; line-height: 1.8; }
.notice__ctas { display: grid; gap: var(--space-3); }
.verse-pill { margin: 0; padding: var(--space-4); border-radius: var(--radius-md); background: rgba(0, 0, 0, .28); border: 1px solid rgba(212, 164, 55, .22); text-align: center; }
.verse-pill blockquote { margin: 0; color: var(--gold-brass); font-size: 17px; line-height: 1.7; }
.verse-pill figcaption { font-family: var(--font-hi); color: var(--text-muted-dark); font-size: 13px; margin-top: var(--space-1); }

.aarti-strip { margin-top: var(--space-16); padding: var(--space-4); border-radius: var(--radius-lg); background: rgba(0, 0, 0, .35); border: 1px solid rgba(212, 164, 55, .3); box-shadow: var(--shadow-deep); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); display: grid; gap: var(--space-4); }
.aarti-strip__title { display: flex; align-items: center; gap: var(--space-2); margin: 0; color: var(--gold-light); font-size: 18px; }
.aarti-strip__title svg { width: 20px; height: 20px; color: var(--gold); }
.aarti-strip__title small { font-family: var(--font-head); color: var(--gold-brass); font-size: 13px; }
.aarti-strip__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-3); }
.aarti { position: relative; padding: var(--space-3); border-radius: var(--radius-md); background: rgba(94, 18, 32, .65); border: 1px solid rgba(212, 164, 55, .22); text-align: center; }
.aarti__name { display: block; font-family: var(--font-hi); color: var(--gold-light); font-size: 15px; }
.aarti__time { display: block; font-weight: 700; font-size: 18px; color: #fff; letter-spacing: .02em; }
.aarti.is-next { border-color: var(--saffron); background: rgba(232, 117, 26, .18); }
.aarti.is-next .aarti__time { color: var(--saffron-light); }
.aarti__next { position: absolute; top: -10px; left: 50%; translate: -50% 0; padding: 0 8px; border-radius: var(--radius-arch); background: var(--saffron); color: var(--ink); font-size: 11px; font-weight: 700; white-space: nowrap; }

@keyframes spin { to { rotate: 360deg; } }
@keyframes glow { 0%, 100% { opacity: .65; scale: .96; } 50% { opacity: 1; scale: 1.04; } }
@keyframes flicker { 0%, 100% { filter: drop-shadow(0 0 8px rgba(255, 153, 0, .8)); transform: scale(1); } 50% { filter: drop-shadow(0 0 18px rgba(255, 215, 0, .95)); transform: scale(1.06) translateY(-2px); } }

@media (min-width: 900px) {
  .hero { padding: var(--space-16) 0; }
  .hero__stage { grid-template-columns: 1.1fr .9fr; gap: var(--space-16); }
  .hero__panel { margin: 0; }
  .notice__ctas { grid-template-columns: 1fr 1fr; }
  .aarti-strip { grid-template-columns: auto 1fr; align-items: center; padding: var(--space-5) var(--space-6); }
  .aarti-strip__list { grid-template-columns: repeat(4, 1fr); }
}

/* ---------- Sections ---------- */
.section { position: relative; padding: var(--space-16) 0; overflow: hidden; }
.section--sandal { background: linear-gradient(180deg, var(--sandal-100), var(--sandal-200)); border-top: 1px solid rgba(212, 164, 55, .3); border-bottom: 1px solid rgba(212, 164, 55, .3); }
.section--deep { background: linear-gradient(180deg, var(--maroon), #400B13 50%, var(--maroon)); color: #fff; }
.section--deep h2 { color: #fff; }
@media (min-width: 900px) { .section { padding: var(--space-20) 0; } }
.section-head { text-align: center; max-width: 720px; margin: 0 auto var(--space-12); }
.section-head__sub { margin: var(--space-3) auto 0; color: var(--text-muted); max-width: 60ch; }
.section--deep .section-head__sub { color: var(--text-muted-dark); }
.section-mandala { position: absolute; width: 640px; height: 640px; right: -220px; top: -180px; color: var(--gold); opacity: .08; animation: spin 160s linear infinite; pointer-events: none; }

/* ornate card corners (❖) */
.card--ornate, .pillar, .sevak { position: relative; }
.card--ornate::before, .card--ornate::after, .pillar::before, .pillar::after, .sevak::before, .sevak::after { content: "❖"; position: absolute; top: 6px; font-size: 10px; line-height: 1; color: var(--gold); }
.card--ornate::before, .pillar::before, .sevak::before { left: 10px; }
.card--ornate::after, .pillar::after, .sevak::after { right: 10px; }

.card { background: #fff; border-radius: var(--radius-lg); padding: var(--space-6); border: 1px solid rgba(212, 164, 55, .35); box-shadow: var(--shadow-soft); }
.card--ornate { background: linear-gradient(145deg, #FFF9F0, #FFF3E0); }
.card__title { display: flex; align-items: center; flex-wrap: wrap; gap: var(--space-2); margin-bottom: var(--space-4); color: var(--sindoor-dark); font-size: 20px; }
.card__title svg { width: 22px; height: 22px; color: var(--gold-dark); }
.card__title small { font-family: var(--font-head); color: var(--text-muted); font-size: 14px; }

/* ---------- About ---------- */
.about__grid { display: grid; gap: var(--space-10); align-items: center; }
.verse-card { position: relative; overflow: hidden; margin: 0; padding: var(--space-10) var(--space-6) var(--space-8); border-radius: var(--radius-xl); color: var(--sandal-50); text-align: center;
  background: linear-gradient(135deg, var(--maroon), var(--sindoor-dark) 50%, var(--maroon)); border: 2px solid var(--gold); box-shadow: var(--shadow-card); }
.verse-card::before, .verse-card::after { font-family: Georgia, serif; font-size: 72px; line-height: 1; color: var(--gold-light); position: absolute; }
.verse-card::before { content: "\201C"; top: 10px; left: 18px; }
.verse-card::after { content: "\201D"; bottom: -10px; right: 18px; }
.verse-card__mandala { position: absolute; width: 320px; height: 320px; right: -110px; bottom: -110px; color: var(--gold); opacity: .15; animation: spin 120s linear infinite; }
.verse-card blockquote { position: relative; margin: 0 0 var(--space-5); }
.verse-card blockquote p { margin: 0; font-size: clamp(24px, 4vw, 32px); line-height: 1.6; color: var(--gold-light); }
.verse-card figcaption { position: relative; display: grid; gap: var(--space-3); padding-top: var(--space-5); border-top: 1px solid rgba(212, 164, 55, .35); }
.verse-card cite { font-style: normal; color: var(--gold-brass); font-size: 15px; letter-spacing: .08em; }
.verse-card figcaption span { color: var(--sandal-200); font-size: 15px; }
.about__text h3 { font-family: var(--font-hi); font-size: clamp(24px, 3.4vw, 30px); color: var(--sindoor); margin-bottom: var(--space-4); }
.about__text > p { color: #4A2E26; }
.pillars { display: grid; gap: var(--space-4); margin-top: var(--space-6); }
.pillar { padding: var(--space-5) var(--space-4) var(--space-4); border-radius: var(--radius-md); text-align: center; background: linear-gradient(145deg, #FFF9F0, #FFF3E0); border: 1px solid rgba(212, 164, 55, .4); box-shadow: var(--shadow-soft); transition: transform .3s ease, box-shadow .3s ease; }
.pillar:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.pillar svg { width: 34px; height: 34px; margin: 0 auto var(--space-2); color: var(--saffron); }
.pillar h4 { font-family: var(--font-hi); color: var(--sindoor-dark); font-size: 19px; }
.pillar p { margin: var(--space-1) 0 0; font-size: 15px; color: var(--text-muted); line-height: 1.5; }
@media (min-width: 640px) { .pillars { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .about__grid { grid-template-columns: 5fr 7fr; gap: var(--space-12); } }

/* ---------- Temple family ---------- */
.mahant { position: relative; max-width: 880px; margin: 0 auto var(--space-10); display: grid; gap: var(--space-6); align-items: center; justify-items: center; text-align: center;
  padding: var(--space-8) var(--space-6); border-radius: var(--radius-xl); color: #fff;
  background: linear-gradient(90deg, var(--maroon), var(--sindoor-dark) 50%, var(--maroon)); border: 2px solid var(--gold); box-shadow: var(--shadow-card); overflow: hidden; }
.mahant::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(212, 164, 55, .3); border-radius: calc(var(--radius-xl) - 6px); pointer-events: none; }
.mahant .arch { width: 180px; }
.mahant__badge { margin-bottom: var(--space-3); }
.mahant__name { font-family: var(--font-hi); font-size: clamp(26px, 4vw, 34px); color: var(--gold-light); line-height: 1.3; }
.mahant__en { font-family: var(--font-head); color: var(--gold-brass); margin: var(--space-1) 0 var(--space-3); letter-spacing: .03em; }
.mahant__note { color: var(--sandal-100); margin: 0; }
@media (min-width: 700px) { .mahant { grid-template-columns: auto 1fr; text-align: left; justify-items: start; padding: var(--space-8) var(--space-10); } }

.arch { position: relative; padding: 6px; background: var(--rope); border-radius: var(--radius-arch) var(--radius-arch) var(--radius-sm) var(--radius-sm); box-shadow: 0 10px 24px -8px rgba(0, 0, 0, .45); }
.arch img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: var(--radius-arch) var(--radius-arch) 3px 3px; background: var(--maroon-deep); }

.sevaks { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-4); }
.sevak { text-align: center; padding: var(--space-6) var(--space-3) var(--space-5); border-radius: var(--radius-lg); background: linear-gradient(145deg, #FFF9F0, #FFF3E0); border: 1px solid rgba(212, 164, 55, .45); box-shadow: var(--shadow-soft); transition: transform .3s ease, box-shadow .3s ease; }
.sevak:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.sevak .arch { width: min(100%, 130px); margin: 0 auto var(--space-4); padding: 4px; }
.sevak__hi { font-family: var(--font-hi); font-size: 19px; color: var(--sindoor-dark); line-height: 1.35; margin: 0; }
.sevak__en { font-size: 14px; color: var(--gold-text); font-weight: 600; margin: 2px 0 var(--space-3); }
@media (min-width: 900px) { .sevaks { grid-template-columns: repeat(4, 1fr); gap: var(--space-6); } }

/* ---------- Visitor info ---------- */
.visit__grid { display: grid; gap: var(--space-8); align-items: start; }
.visit__main { display: grid; gap: var(--space-6); min-width: 0; }
.panel { background: #fff; border-radius: var(--radius-lg); border: 1px solid rgba(212, 164, 55, .4); box-shadow: var(--shadow-soft); overflow: hidden; }
.panel__bar { display: flex; align-items: center; justify-content: space-between; gap: var(--space-3); padding: var(--space-4) var(--space-6); background: linear-gradient(90deg, var(--sindoor-dark), var(--sindoor)); color: #fff; }
.panel__bar h3 { font-family: var(--font-hi); font-size: 19px; }
.panel__bar small { font-family: var(--font-head); color: var(--gold-light); font-size: 13px; margin-left: var(--space-1); }
.table-wrap { overflow-x: auto; padding: var(--space-2) var(--space-4); }
.schedule { width: 100%; border-collapse: collapse; font-size: 15px; min-width: 460px; }
.schedule th, .schedule td { text-align: left; padding: var(--space-3) var(--space-2); border-bottom: 1px solid #F1E6D2; vertical-align: top; }
.schedule thead th { font-family: var(--font-hi); font-weight: 400; color: var(--text-muted); font-size: 14px; }
.schedule tbody th { font-weight: 400; color: var(--sindoor-dark); }
.schedule tbody th [lang="hi"] { display: block; font-size: 16px; }
.schedule tbody th small { display: block; color: var(--text-muted); font-size: 13px; }
.schedule td:nth-child(2) { font-weight: 700; white-space: nowrap; }
.schedule td:last-child { font-family: var(--font-hi); color: var(--text-muted); font-size: 14px; }
.schedule tr.is-highlight { background: rgba(232, 117, 26, .07); }
.schedule tr.is-highlight th [lang="hi"], .schedule tr.is-highlight td { color: var(--saffron-text); font-weight: 700; }
.schedule tr.is-closed td:last-child span { display: inline-block; padding: 1px 8px; border-radius: var(--radius-sm); background: #FEF3C7; color: #92400E; }
.schedule tr.is-now { box-shadow: inset 4px 0 0 var(--wa); }
.schedule .now-badge { display: inline-block; margin-left: var(--space-2); padding: 0 6px; border-radius: var(--radius-arch); background: #D1FAE5; color: #065F46; font-family: var(--font-body); font-size: 11px; font-weight: 700; vertical-align: middle; }
.panel__note { margin: 0 var(--space-6) var(--space-5); padding: var(--space-3); border-radius: var(--radius-sm); background: var(--sandal-100); border: 1px solid rgba(212, 164, 55, .3); color: var(--text-muted); font-size: 14px; }
.rules { display: grid; gap: var(--space-3); }
.rules li { display: flex; gap: var(--space-2); font-size: 15px; line-height: 1.6; }
.rules svg { width: 18px; height: 18px; flex: none; margin-top: 3px; color: var(--saffron-text); }
.rules strong { color: var(--sindoor-dark); margin-right: var(--space-1); }
.reach { display: grid; gap: var(--space-4); }
.reach li { display: flex; gap: var(--space-3); }
.reach__icon { width: 40px; height: 40px; flex: none; border-radius: 50%; display: grid; place-items: center; background: rgba(232, 117, 26, .12); color: var(--saffron-text); }
.reach__icon svg { width: 20px; height: 20px; }
.reach strong { display: block; color: var(--sindoor-dark); font-size: 16px; }
.reach p { margin: 0; font-size: 15px; color: #4A2E26; }
@media (min-width: 640px) { .rules { grid-template-columns: 1fr 1fr; gap: var(--space-4); } }
@media (min-width: 1000px) {
  .visit__grid { grid-template-columns: 7fr 5fr; }
  .form-card--sticky { position: sticky; top: calc(var(--header-h) + 24px); }
}

/* ---------- Forms ---------- */
.form-card { display: grid; gap: var(--space-4); padding: var(--space-6); border-radius: var(--radius-lg); background: #fff; color: var(--ink); border: 2px solid rgba(212, 164, 55, .5); box-shadow: var(--shadow-card); }
@media (min-width: 640px) { .form-card { padding: var(--space-8); } }
.form-card__head { text-align: center; }
.form-card__head--left { text-align: left; }
.form-card__icon { width: 52px; height: 52px; margin: 0 auto var(--space-2); border-radius: 50%; display: grid; place-items: center; background: #ECFDF5; border: 1px solid var(--wa); color: var(--wa); }
.form-card__icon svg { width: 26px; height: 26px; }
.form-card__head h3 { font-family: var(--font-hi); font-size: 24px; color: var(--sindoor-dark); }
.form-card__head p { margin: var(--space-1) 0 0; font-size: 14px; color: var(--text-muted); }
.form-card__foot { margin: 0; font-size: 14px; color: var(--text-muted); text-align: center; }
.field { display: grid; gap: 6px; border: 0; padding: 0; margin: 0; min-width: 0; }
.field-row { display: grid; gap: var(--space-4); }
@media (min-width: 520px) { .field-row { grid-template-columns: 1fr 1fr; } }
.field label, .field legend { font-weight: 600; font-size: 14px; color: #4A2E26; padding: 0; }
.field label [lang="hi"], .field legend [lang="hi"] { font-family: var(--font-body); }
.field .opt { font-weight: 400; color: var(--text-muted); }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 10px 14px; font: inherit; font-size: 16px; color: var(--ink); background: var(--sandal-50); border: 1.5px solid #D8C3A0; border-radius: var(--radius-md); transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { resize: vertical; min-height: 84px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--saffron); box-shadow: 0 0 0 3px rgba(232, 117, 26, .22); background: #fff; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--sindoor); background: #FFF1EE; }
.field__error { color: var(--sindoor); font-size: 14px; font-weight: 600; margin: 0; }

.amount-chips { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-2); }
@media (min-width: 520px) { .amount-chips { grid-template-columns: repeat(6, 1fr); } }
.amount-chip { min-height: 44px; padding: var(--space-2); border-radius: var(--radius-md); border: 1.5px solid rgba(212, 164, 55, .7); background: #fff; color: var(--sindoor-dark); font: inherit; font-weight: 700; font-size: 15px; cursor: pointer; transition: background-color .2s ease, border-color .2s ease; }
.amount-chip:hover { background: rgba(212, 164, 55, .15); }
.amount-chip[aria-pressed="true"] { border: 2px solid var(--saffron); background: rgba(232, 117, 26, .12); color: var(--saffron-text); }
.amount-input { position: relative; margin-top: var(--space-2); }
.amount-input span { position: absolute; left: 14px; top: 50%; translate: 0 -50%; font-weight: 700; color: var(--text-muted); }
.amount-input input { padding-left: 32px; font-weight: 700; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-2); }
.segmented label { position: relative; cursor: pointer; }
.segmented input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.segmented span { display: flex; align-items: center; justify-content: center; min-height: 44px; padding: var(--space-2); border-radius: var(--radius-md); border: 1.5px solid #D8C3A0; font-family: var(--font-body) !important; font-weight: 600; font-size: 15px; text-align: center; }
.segmented input:checked + span { border-color: var(--sindoor); background: rgba(179, 38, 30, .08); color: var(--sindoor-dark); }
.segmented input:focus-visible + span { outline: 2px solid var(--sindoor); outline-offset: 2px; }

/* ---------- Events ---------- */
.events__grid { display: grid; gap: var(--space-8); }
.event { display: flex; flex-direction: column; background: #fff; border-radius: var(--radius-lg); border: 2px solid rgba(212, 164, 55, .4); box-shadow: var(--shadow-soft); transition: transform .3s ease, box-shadow .3s ease; }
.event:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.event__top { position: relative; }
.event__media { aspect-ratio: 16 / 10; overflow: hidden; border-radius: calc(var(--radius-lg) - 2px) calc(var(--radius-lg) - 2px) 0 0; background: var(--maroon); }
.event__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.event:hover .event__media img { transform: scale(1.06); }
.event__badge { position: absolute; top: var(--space-3); right: var(--space-3); }
.seal { position: absolute; left: var(--space-5); bottom: -40px; z-index: 2; width: 80px; height: 80px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--gold-grad); color: var(--ink);
  box-shadow: inset 0 0 0 3px var(--gold), inset 0 0 0 5px var(--maroon), inset 0 0 0 6px var(--gold-light), 0 8px 18px rgba(30, 10, 7, .35); }
.seal__day { font-family: var(--font-head); font-size: 28px; line-height: 1; }
.seal__month { font-family: var(--font-head); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.seal--recurring svg { width: 34px; height: 34px; margin: 0 auto; }
.event__body { flex: 1; display: flex; flex-direction: column; gap: var(--space-2); padding: var(--space-12) var(--space-6) var(--space-6); }
.event__tithi { align-self: flex-start; }
.event__hi { font-family: var(--font-hi); font-size: 24px; color: var(--sindoor-dark); line-height: 1.3; }
.event__en { font-family: var(--font-head); font-size: 14px; color: var(--gold-text); margin: 0; letter-spacing: .03em; }
.event__when { font-weight: 700; color: var(--ink); font-size: 15px; margin: 0; }
.event__desc { color: var(--text-muted); font-size: 15px; margin: 0; }
.event__foot { margin-top: auto; padding-top: var(--space-4); border-top: 1px solid #F1E6D2; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--space-2) var(--space-3); }
.event__place { font-family: var(--font-hi); font-size: 14px; color: var(--text-muted); }
.event__link { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 15px; color: var(--saffron-text); text-decoration: none; }
.event__link svg { width: 18px; height: 18px; color: var(--wa); }
.event__link:hover { color: var(--sindoor); text-decoration: underline; }
.events__empty { text-align: center; color: var(--text-muted); }
@media (min-width: 700px) { .events__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .events__grid { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Gallery ---------- */
.filters { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--space-2); margin-bottom: var(--space-10); }
.chip { min-height: 44px; padding: var(--space-2) var(--space-5); border-radius: var(--radius-arch); border: 1.5px solid rgba(212, 164, 55, .6); background: #fff; color: var(--ink); font: inherit; font-size: 15px; font-weight: 600; cursor: pointer; transition: background-color .2s ease, color .2s ease; }
.chip [lang="hi"] { font-family: var(--font-body); }
.chip:hover { background: rgba(212, 164, 55, .14); }
.chip.is-active { background: var(--sindoor-dark); border-color: var(--gold); color: #fff; box-shadow: 0 4px 12px -4px rgba(140, 26, 20, .6); }
.gallery__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-3); }
.gallery__item[hidden] { display: none; }
.g-card { position: relative; display: block; width: 100%; padding: 0; border: 1px solid rgba(212, 164, 55, .45); border-radius: var(--radius-lg); overflow: hidden; background: var(--maroon-deep); cursor: zoom-in; box-shadow: var(--shadow-soft); aspect-ratio: 4 / 3; text-align: left; font: inherit; }
.g-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.g-card:hover img, .g-card:focus-visible img { transform: scale(1.08); }
.g-card__cap { position: absolute; inset: auto 0 0 0; padding: var(--space-8) var(--space-3) var(--space-3); background: linear-gradient(to top, rgba(0, 0, 0, .82), transparent); color: #fff; }
.g-card__tag { display: block; font-family: var(--font-hi); font-size: 12px; color: var(--gold-light); }
.g-card__text { display: block; font-family: var(--font-hi); font-size: 14px; line-height: 1.4; }
.g-card::after { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(242, 212, 146, .7); border-radius: calc(var(--radius-lg) - 5px); opacity: 0; transition: opacity .3s ease; pointer-events: none; }
.g-card:hover::after, .g-card:focus-visible::after { opacity: 1; }
@media (min-width: 900px) { .gallery__grid { grid-template-columns: repeat(3, 1fr); gap: var(--space-6); } .g-card__text { font-size: 16px; } .g-card__cap { padding: var(--space-10) var(--space-4) var(--space-4); } }

/* Lightbox */
.lightbox { width: 100%; max-width: 100%; height: 100%; max-height: 100%; margin: 0; padding: var(--space-4); border: 0; background: rgba(20, 5, 6, .94); color: #fff; }
.lightbox[open] { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: var(--space-2); }
.lightbox::backdrop { background: rgba(0, 0, 0, .6); }
.lightbox__figure { margin: 0; display: grid; justify-items: center; gap: var(--space-3); min-width: 0; }
.lightbox__img { max-height: 78vh; width: auto; max-width: 100%; border-radius: var(--radius-md); border: 2px solid var(--gold); box-shadow: var(--shadow-deep); }
.lightbox__caption { color: var(--gold-light); font-size: 17px; text-align: center; }
.lightbox__btn { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: rgba(0, 0, 0, .55); border: 1px solid rgba(212, 164, 55, .5); color: #fff; cursor: pointer; }
.lightbox__btn:hover { color: var(--gold-light); border-color: var(--gold); }
.lightbox__btn svg { width: 24px; height: 24px; }
.lightbox__close { position: absolute; top: var(--space-4); right: var(--space-4); z-index: 1; }
@media (max-width: 640px) { .lightbox__prev, .lightbox__next { position: absolute; bottom: var(--space-6); } .lightbox__prev { left: 30%; } .lightbox__next { right: 30%; } .lightbox[open] { grid-template-columns: 1fr; } }

/* ---------- Donations ---------- */
.donate__grid { display: grid; gap: var(--space-8); position: relative; align-items: center; }
.qr-card { text-align: center; padding: var(--space-8) var(--space-6); border-radius: var(--radius-xl); background: rgba(140, 26, 20, .6); border: 2px solid var(--gold); box-shadow: var(--shadow-deep); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.qr-card__frame { width: min(100%, 260px); margin: 0 auto; padding: 6px; border-radius: var(--radius-lg); background: var(--gold-grad); box-shadow: 0 10px 24px rgba(0, 0, 0, .35); }
.qr-card__frame img { width: 100%; border-radius: calc(var(--radius-lg) - 6px); background: #fff; padding: var(--space-3); }
.qr-card__label { margin: var(--space-6) 0 var(--space-2); font-family: var(--font-head); font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-brass); }
.upi { display: flex; align-items: center; justify-content: space-between; gap: var(--space-2); padding: 6px 6px 6px 14px; border-radius: var(--radius-md); background: rgba(0, 0, 0, .45); border: 1px solid rgba(212, 164, 55, .4); max-width: 340px; margin: 0 auto; }
.upi__id { font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 15px; font-weight: 700; color: var(--gold-light); word-break: break-all; text-align: left; }
.upi__copy { flex: none; min-height: 36px; padding: 0 var(--space-3); border-radius: var(--radius-sm); border: 0; background: var(--gold); color: var(--maroon); font: inherit; font-weight: 700; font-size: 14px; cursor: pointer; }
.upi__copy:hover { background: var(--gold-light); }
.upi__copy [lang="hi"] { font-family: var(--font-body); }
.upi__status { min-height: 1.6em; margin: var(--space-2) 0 0; color: var(--open); font-size: 14px; }
.qr-card__note { margin: 0 auto; max-width: 36ch; color: var(--sandal-200); font-size: 15px; }
.donate .form-card { border-color: var(--gold); }
@media (min-width: 960px) { .donate__grid { grid-template-columns: 5fr 7fr; gap: var(--space-12); } }

/* ---------- Trust ---------- */
.trust-card { position: relative; overflow: hidden; display: grid; gap: var(--space-6); align-items: center; padding: var(--space-8) var(--space-6); border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #fff, var(--sandal-50) 50%, var(--sandal-100)); border: 2px solid rgba(212, 164, 55, .5); box-shadow: var(--shadow-card); }
.trust-card__mandala { position: absolute; width: 420px; height: 420px; right: -150px; top: 50%; translate: 0 -50%; color: var(--gold); opacity: .14; animation: spin 150s linear infinite; pointer-events: none; }
.trust-card__body, .trust-card__cta { position: relative; }
.trust-card h2 { display: flex; flex-direction: column; gap: var(--space-1); margin: var(--space-3) 0 var(--space-3); font-size: clamp(26px, 4vw, 36px); }
.trust-card h2 [lang="hi"] { color: var(--sindoor-dark); }
.trust-card h2 small { font-family: var(--font-head); font-size: 16px; color: var(--gold-text); }
.trust-card__body > p { color: #4A2E26; }
.trust-card__chips { display: flex; flex-wrap: wrap; gap: var(--space-2); }
.trust-card__chips li { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: var(--radius-sm); background: var(--cream); border: 1px solid rgba(212, 164, 55, .4); font-family: var(--font-hi); font-size: 14px; color: var(--sindoor-dark); }
.trust-card__chips svg { width: 16px; height: 16px; color: var(--saffron-text); }
.trust-card__reg { margin: var(--space-2) 0 0; font-size: 13px; color: var(--text-muted); }
@media (min-width: 900px) { .trust-card { grid-template-columns: 1fr auto; padding: var(--space-12); } .trust-card__cta { text-align: right; } }

/* ---------- Contact ---------- */
.contact__grid { display: grid; gap: var(--space-6); align-items: start; }
.contact__cards { display: grid; gap: var(--space-4); }
.info-card { display: flex; gap: var(--space-4); padding: var(--space-5); border-radius: var(--radius-lg); background: #fff; border: 1px solid rgba(212, 164, 55, .35); box-shadow: var(--shadow-soft); }
.info-card__icon { width: 44px; height: 44px; flex: none; border-radius: 50%; display: grid; place-items: center; background: rgba(232, 117, 26, .12); color: var(--saffron-text); }
.info-card__icon svg { width: 22px; height: 22px; }
.info-card h3 { font-size: 17px; color: var(--sindoor-dark); margin-bottom: var(--space-1); }
.info-card h3 [lang="hi"] { font-family: var(--font-hi); }
.info-card p, .info-card div > a, .info-card div > span { margin: 0; font-size: 16px; color: #4A2E26; word-break: break-word; }
.info-card__line { display: block; }
.info-card__meta { margin-top: var(--space-1) !important; font-size: 14px !important; color: var(--wa) !important; font-weight: 600; font-family: var(--font-hi); }
.map-card { display: grid; gap: var(--space-4); padding: var(--space-3); border-radius: var(--radius-xl); background: #fff; border: 2px solid rgba(212, 164, 55, .45); box-shadow: var(--shadow-card); }
.map-card__frame { position: relative; aspect-ratio: 4 / 3; border-radius: var(--radius-lg); overflow: hidden; background: var(--sandal-100); }
.map-card__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (min-width: 960px) { .contact__grid { grid-template-columns: 5fr 7fr; gap: var(--space-8); } .map-card { position: sticky; top: calc(var(--header-h) + 24px); } .map-card__frame { aspect-ratio: 5 / 4; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--maroon); color: var(--sandal-200); border-top: 2px solid var(--gold); padding-bottom: var(--space-24); }
.site-footer a { color: var(--sandal-200); text-decoration: none; }
.site-footer a:hover { color: var(--gold-light); text-decoration: underline; }
.footer__grid { display: grid; gap: var(--space-8); padding-top: var(--space-12); padding-bottom: var(--space-10); border-bottom: 1px solid rgba(212, 164, 55, .22); }
.footer__mandala { width: 56px; height: 56px; color: var(--gold); margin-bottom: var(--space-3); }
.footer__hi { font-size: 22px; color: var(--gold-light); margin: 0; }
.footer__en { font-family: var(--font-head); color: #fff; margin: 0 0 var(--space-3); }
.footer__doha { color: var(--gold-brass); margin: 0; font-size: 15px; }
.footer__title { font-family: var(--font-head); font-size: 15px; color: var(--gold-light); margin-bottom: var(--space-3); letter-spacing: .04em; }
.footer__title [lang="hi"] { font-family: var(--font-hi); font-size: 17px; }
.footer__links, .footer__timings { display: grid; gap: var(--space-2); font-size: 15px; }
.footer__timings li { display: flex; justify-content: space-between; gap: var(--space-3); max-width: 240px; border-bottom: 1px dashed rgba(212, 164, 55, .25); padding-bottom: 4px; }
.footer__timings span:first-child { font-family: var(--font-hi); }
.footer__timings strong { color: #fff; }
.footer__bottom { display: grid; gap: var(--space-2); padding-top: var(--space-6); font-size: 14px; }
.footer__bottom p { margin: 0; }
.footer__bottom a { color: var(--gold-light); font-weight: 700; }
@media (min-width: 900px) {
  .site-footer { padding-bottom: var(--space-8); }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
  .footer__bottom { grid-template-columns: 1fr auto; }
}

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; right: var(--space-4); bottom: var(--space-4); z-index: 55; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: var(--wa); color: #fff; border: 2px solid #fff; box-shadow: 0 0 0 3px var(--gold), 0 12px 28px rgba(0, 0, 0, .35); transition: transform .25s ease; }
.wa-float:hover { transform: scale(1.08); color: #fff; }
.wa-float svg { width: 30px; height: 30px; }
@media (min-width: 900px) { .wa-float { right: var(--space-6); bottom: var(--space-6); } }

/* ---------- Scroll reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); }
.js .reveal.is-visible { opacity: 1; transform: none; transition: opacity .8s ease, transform .8s ease; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
  .hero__petals { display: none; }
}

/* ---------- Small-screen header fixes ---------- */
.nav__donate { white-space: nowrap; flex-wrap: nowrap; }
@media (max-width: 479px) {
  .brand__mark { width: 40px; height: 40px; }
  .brand__hi { font-size: 17px; }
  .brand__en { letter-spacing: .08em; font-size: 10px; }
  .nav__donate { padding: var(--space-2) var(--space-3); }
}
@media (max-width: 359px) { .brand__en { display: none; } }
