/* ============================================================================
   Maa Koteshwari Seva Samiti Trust — Home page (index.html)
   ============================================================================ */

/* ─────────────────────────────── HERO ─────────────────────────────── */

.hero-temple {
    position: relative;
    min-height: calc(100vh - 71px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        radial-gradient(1000px 520px at 50% -6%, rgba(170, 124, 60, 0.22), transparent 60%),
        linear-gradient(178deg, #220404 0%, #380909 34%, #4d0e0e 62%, #2a0606 100%);
    color: #fff;
    text-align: center;
}

/* fine gold hairline at the very top of the hero */
.hero-temple::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
            transparent 4%,
            rgba(201, 162, 74, 0.35) 22%,
            rgba(201, 162, 74, 0.85) 50%,
            rgba(201, 162, 74, 0.35) 78%,
            transparent 96%);
    pointer-events: none;
    z-index: 2;
}

/* thin gold corner brackets — quiet, high-end framing */
.hero-frame {
    position: absolute;
    inset: 14px;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(201, 162, 74, 0.75), rgba(201, 162, 74, 0.75)) left top / 30px 1px,
        linear-gradient(90deg, rgba(201, 162, 74, 0.75), rgba(201, 162, 74, 0.75)) left top / 1px 30px,
        linear-gradient(180deg, rgba(201, 162, 74, 0.75), rgba(201, 162, 74, 0.75)) right top / 30px 1px,
        linear-gradient(90deg, rgba(201, 162, 74, 0.75), rgba(201, 162, 74, 0.75)) right top / 1px 30px,
        linear-gradient(0deg, rgba(201, 162, 74, 0.75), rgba(201, 162, 74, 0.75)) left bottom / 30px 1px,
        linear-gradient(90deg, rgba(201, 162, 74, 0.75), rgba(201, 162, 74, 0.75)) left bottom / 1px 30px,
        linear-gradient(0deg, rgba(201, 162, 74, 0.75), rgba(201, 162, 74, 0.75)) right bottom / 30px 1px,
        linear-gradient(90deg, rgba(201, 162, 74, 0.75), rgba(201, 162, 74, 0.75)) right bottom / 1px 30px;
    background-repeat: no-repeat;
}

/* candlelight glow at the base + gentle vignette */
.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 78% 60% at 50% 46%, transparent 46%, rgba(12, 2, 2, 0.62) 100%),
        radial-gradient(620px 320px at 50% 100%, rgba(201, 162, 74, 0.14), transparent 62%);
}

/* gold filigree corner ornaments — fine-lined paisley curls */
.hero-corner {
    position: absolute;
    width: clamp(96px, 24vw, 170px);
    height: clamp(96px, 24vw, 170px);
    z-index: 1;
    pointer-events: none;
    opacity: 0.6;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='170' height='170' viewBox='0 0 170 170'%3E%3Cpath d='M8 162 C8 100 34 68 76 48 C110 32 144 24 162 6' fill='none' stroke='%23c79b4e' stroke-width='1.1' opacity='0.5'/%3E%3Cpath d='M34 122 C30 104 38 90 54 82 C66 76 72 82 69 92 C66 102 54 108 45 102' fill='none' stroke='%23c79b4e' stroke-width='1.2' opacity='0.6'/%3E%3Cpath d='M74 72 C72 56 82 44 96 39 C108 35 116 43 111 53 C106 63 92 68 82 62' fill='none' stroke='%23c79b4e' stroke-width='1.2' opacity='0.6'/%3E%3Cpath d='M112 34 C116 25 126 20 135 23' fill='none' stroke='%23c79b4e' stroke-width='1.2' opacity='0.55'/%3E%3Ccircle cx='142' cy='16' r='2' fill='%23c79b4e' opacity='0.7'/%3E%3Cpath d='M44 100 C38 90 42 78 52 74' fill='none' stroke='%23c79b4e' stroke-width='1' opacity='0.4'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
}

.hero-corner-tl {
    top: 16px;
    left: 16px;
}

.hero-corner-tr {
    top: 16px;
    right: 16px;
    transform: scaleX(-1);
}

.hero-corner-bl {
    bottom: 16px;
    left: 16px;
    transform: scaleY(-1);
}

.hero-corner-br {
    bottom: 16px;
    right: 16px;
    transform: scale(-1);
}

/* row of glowing diyas along the bottom edge */
.hero-diyas {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 44px;
    z-index: 1;
    pointer-events: none;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='40' viewBox='0 0 64 40'%3E%3Cpath d='M6 34 Q10 22 17 16 L47 16 Q54 22 58 34 Z' fill='%23b8893b' opacity='0.22'/%3E%3Cellipse cx='32' cy='17' rx='16' ry='4' fill='%23b8893b' opacity='0.5'/%3E%3Cpath d='M32 17 Q27 6 32 1 Q37 6 32 17 Z' fill='%23e9cf96' opacity='0.85'/%3E%3Cpath d='M32 17 Q30.4 12 32 8 Q33.6 12 32 17 Z' fill='%23fff3d6' opacity='0.9'/%3E%3C/svg%3E") repeat-x bottom center / 56px auto,
        radial-gradient(420px 90px at 50% 100%, rgba(201, 162, 74, 0.12), transparent 72%);
    -webkit-mask: linear-gradient(90deg, transparent 3%, #000 22%, #000 78%, transparent 97%);
    mask: linear-gradient(90deg, transparent 3%, #000 22%, #000 78%, transparent 97%);
}

.hero-shell {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 22px;
    width: 100%;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.hero-om {
    font-family: var(--font-display);
    font-size: clamp(34px, 4.6vw, 56px);
    line-height: 1;
    color: var(--gold-300);
    text-shadow: 0 0 46px rgba(201, 162, 74, 0.55);
    animation: fx-breathe 7s ease-in-out infinite;
}

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold-300);
    background: rgba(201, 162, 74, 0.12);
    border: 1px solid rgba(201, 162, 74, 0.45);
    backdrop-filter: blur(4px);
}

.trust-badge i {
    color: var(--gold-400);
}

.hero-title {
    font-size: clamp(34px, 5.2vw, 58px);
    color: #fff;
    line-height: 1.22;
    text-shadow: 0 3px 30px rgba(0, 0, 0, 0.4);
}

.hero-title-hi {
    font-family: var(--font-display);
    font-size: clamp(17px, 2.4vw, 26px);
    color: var(--gold-300);
    letter-spacing: 0.04em;
    margin-bottom: 4px;
    text-shadow: 0 3px 30px rgba(0, 0, 0, 0.4);
}

.hero-title .text-gold {
    color: var(--gold-300);
    font-style: italic;
}

.hero-sub {
    font-family: var(--font-display);
    font-size: clamp(16px, 2vw, 22px);
    letter-spacing: 0.22em;
    color: var(--gold-400);
    line-height: 1.5;
}

.hero-divider {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hero-divider span {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 162, 74, 0.7));
}

.hero-divider span:last-child {
    background: linear-gradient(90deg, rgba(201, 162, 74, 0.7), transparent);
}

.hero-divider i {
    font-size: 15px;
    color: var(--gold-400);
    animation: fx-spin 26s linear infinite;
}

.hero-desc {
    max-width: 620px;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
}

.hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-btns .btn-secondary {
    color: var(--ink-900);
}

.trust-stats {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.stat-pill {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(6px);
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.stat-pill i {
    color: var(--gold-400);
}

/* hero quick links */
.hero-quicklinks {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-quicklinks a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(6px);
    transition: all 0.25s var(--ease);
}

.hero-quicklinks a i {
    color: var(--gold-400);
}

.hero-quicklinks a:hover {
    background: rgba(201, 162, 74, 0.18);
    border-color: rgba(201, 162, 74, 0.5);
    transform: translateY(-2px);
}

/* shorter viewports: keep hero to one screen */
@media (max-height: 760px) {
    .hero-shell {
        padding: 24px 22px;
    }

    .hero-content {
        gap: 10px;
    }

    .hero-title {
        font-size: clamp(26px, 4.4vw, 36px);
    }

    .hero-desc {
        font-size: 14px;
        line-height: 1.65;
    }

    .hero-quicklinks {
        display: none;
    }
}

@media (max-height: 600px) {
    .hero-om,
    .hero-divider,
    .trust-stats {
        display: none;
    }
}

/* ─────────────────────────────── ABOUT ─────────────────────────────── */

.section-mandir {
    max-width: var(--container);
    margin: 0 auto;
    padding: 78px 22px 44px;
}

.about-split {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 28px;
    align-items: stretch;
    margin: 30px 0 34px;
}

.about-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6px 0;
}

.about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    align-self: flex-start;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-600);
    background: linear-gradient(135deg, var(--maroon-050), var(--cream-200));
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 8px 16px;
    margin-bottom: 18px;
}

.about-eyebrow i {
    color: var(--maroon-700);
}

.about-intro h3 {
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.3;
    color: var(--ink-900);
    margin-bottom: 16px;
}

.about-intro h3 span {
    color: var(--maroon-700);
}

.about-intro p {
    font-size: 15px;
    color: var(--ink-500);
    line-height: 1.85;
    margin-bottom: 14px;
}

.about-intro .btn-mandir {
    margin-top: 10px;
    align-self: flex-start;
}

/* premium identity card */
.about-identity {
    position: relative;
    background: linear-gradient(165deg, var(--maroon-800), var(--maroon-950));
    border-radius: var(--r-xl);
    padding: 34px 32px;
    color: #fff;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}

.about-identity::before {
    content: '';
    position: absolute;
    inset: 11px;
    border: 1px solid rgba(201, 162, 74, 0.35);
    border-radius: calc(var(--r-xl) - 8px);
    pointer-events: none;
}

.about-identity-glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(480px 240px at 88% -20px, rgba(201, 162, 74, 0.26), transparent 60%),
        radial-gradient(380px 200px at -10% 108%, rgba(201, 162, 74, 0.14), transparent 58%);
    pointer-events: none;
}

.about-om {
    position: absolute;
    top: 16px;
    right: 22px;
    font-family: var(--font-display);
    font-size: clamp(52px, 6vw, 72px);
    line-height: 1;
    color: rgba(201, 162, 74, 0.18);
    text-shadow: 0 0 40px rgba(201, 162, 74, 0.35);
    pointer-events: none;
}

.about-identity-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-300);
    background: rgba(201, 162, 74, 0.12);
    border: 1px solid rgba(201, 162, 74, 0.4);
    border-radius: 999px;
    padding: 7px 14px;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.about-identity-badge i {
    color: var(--gold-400);
}

.about-identity h3 {
    color: var(--gold-300);
    font-size: clamp(22px, 2.4vw, 27px);
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.about-identity > p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.about-identity .promise-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 13px;
    position: relative;
    z-index: 1;
}

.about-identity .promise-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.about-identity .promise-item i {
    margin-top: 4px;
    color: var(--gold-400);
    font-size: 15px;
    flex-shrink: 0;
}

/* feature cards */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.feature-card {
    position: relative;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    padding: 30px 26px;
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease),
        border-color 0.3s var(--ease);
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: var(--gold-400);
}

.feature-icon {
    position: relative;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 21px;
    color: var(--maroon-800);
    background: linear-gradient(160deg, var(--cream-100), var(--cream-200));
    border: 1px solid var(--gold-300);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.75), 0 10px 24px -14px rgba(58, 38, 18, 0.35);
    margin-bottom: 20px;
}

.feature-icon i {
    filter: drop-shadow(0 2px 4px rgba(58, 38, 18, 0.18));
}

.feature-card h3 {
    font-size: 19px;
    line-height: 1.45;
    margin-bottom: 8px;
}

.feature-card p {
    font-size: 13.5px;
    color: var(--ink-500);
    line-height: 1.75;
}

/* ─────────────────────────────── MARQUEE ─────────────────────────────── */

.marquee-mandir {
    position: relative;
    overflow: hidden;
    margin-top: 4rem;
    background: linear-gradient(90deg, var(--maroon-900), var(--maroon-700) 50%, var(--maroon-900));
    border-top: 1px solid rgba(201, 162, 74, 0.4);
    border-bottom: 1px solid rgba(201, 162, 74, 0.4);
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.25);
}

.marquee-mandir::before,
.marquee-mandir::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 90px;
    z-index: 2;
    pointer-events: none;
}

.marquee-mandir::before {
    left: 0;
    background: linear-gradient(90deg, var(--maroon-900), transparent);
}

.marquee-mandir::after {
    right: 0;
    background: linear-gradient(270deg, var(--maroon-900), transparent);
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee-scroll 32s linear infinite;
}

.marquee-mandir:hover .marquee-track {
    animation-play-state: paused;
}

.marquee-group {
    display: flex;
    align-items: center;
    gap: 44px;
    padding: 16px 22px;
    white-space: nowrap;
}

.marquee-group span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 14.5px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.92);
}

.marquee-group span i {
    color: var(--gold-400);
    font-size: 13px;
}

@keyframes marquee-scroll {
    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .marquee-track {
        animation: none;
        flex-wrap: wrap;
        width: auto;
    }

    .marquee-group[aria-hidden='true'] {
        display: none;
    }
}

/* ─────────────── TEMPLE GLIMPSES BAND (section divider) ─────────────── */

.section-glimpses {
    position: relative;
    background:
        radial-gradient(1000px 360px at 50% -80px, rgba(201, 162, 74, 0.15), transparent 70%),
        radial-gradient(700px 300px at 110% 110%, rgba(159, 52, 52, 0.35), transparent 65%),
        linear-gradient(180deg, #2a0505 0%, #1c0404 55%, #2a0505 100%);
    border-top: 1px solid rgba(201, 162, 74, 0.45);
    border-bottom: 1px solid rgba(201, 162, 74, 0.45);
    box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.5);
}

.section-glimpses > .section-mandir {
    padding: 78px 22px 74px;
}

.section-glimpses .section-title {
    color: var(--cream-50);
}

.section-glimpses .section-copy {
    color: rgba(244, 240, 232, 0.72);
}

.section-glimpses .section-icon {
    color: var(--gold-300);
    background: linear-gradient(160deg, rgba(201, 162, 74, 0.22), rgba(201, 162, 74, 0.06));
    border-color: rgba(201, 162, 74, 0.45);
    box-shadow: 0 10px 24px -12px rgba(0, 0, 0, 0.7);
}

@media (max-width: 640px) {
    .section-glimpses > .section-mandir {
        padding: 56px 16px 50px;
    }
}

/* ─────────────────────────────── TIMELINE ─────────────────────────────── */

.timeline-wrap {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
}

.timeline-wrap::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(180deg, var(--gold-400), var(--line), var(--gold-400));
}

.timeline-item {
    position: relative;
    padding: 0 0 34px 70px;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-dot {
    position: absolute;
    left: 14px;
    top: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--maroon-800);
    border: 4px solid var(--gold-300);
    box-shadow: var(--shadow-sm);
}

.timeline-content {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    padding: 22px 26px;
    box-shadow: var(--shadow-xs);
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.timeline-content:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-sm);
}

.timeline-content h4 {
    font-size: 21px;
    margin-bottom: 5px;
}

.timeline-content h4 span {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold-600);
    margin-left: 10px;
}

.timeline-content p {
    font-size: 14px;
    color: var(--ink-500);
    line-height: 1.75;
}

/* ─────────────────────────────── DONATION SPOTLIGHT ─────────────────────────────── */

.donation-spotlight {
    background:
        radial-gradient(640px 300px at 90% -30px, rgba(201, 162, 74, 0.2), transparent 62%),
        linear-gradient(150deg, var(--maroon-800) 0%, var(--maroon-950) 100%);
    border-radius: var(--r-xl);
    padding: 44px;
    color: #fff;
    box-shadow: var(--shadow-lg);
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 34px;
    align-items: center;
}

.donation-spotlight h3 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 10px;
}

.donation-spotlight .panel-label {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-400);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.donation-spotlight h3 span {
    color: var(--gold-300);
}

.donation-spotlight p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
    margin-bottom: 24px;
}

.upi-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 26px;
}

.upi-item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px 17px;
    border-radius: var(--r-sm);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 14.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    transition: all 0.25s var(--ease);
}

.upi-item i {
    color: var(--gold-400);
}

.upi-item code {
    font-family: var(--font-body);
    letter-spacing: 0.05em;
    margin-left: auto;
    color: var(--gold-300);
    min-width: 0;
    overflow-wrap: anywhere;
}

.upi-item:hover {
    background: rgba(201, 162, 74, 0.14);
    border-color: rgba(201, 162, 74, 0.5);
    transform: translateX(3px);
}

.donation-methods-grid {
    display: grid;
    gap: 16px;
}

.qr-card {
    background: var(--white);
    border-radius: var(--r-lg);
    padding: 22px;
    text-align: center;
    color: var(--ink-700);
    box-shadow: var(--shadow-md);
}

.qr-img-place {
    max-width: 190px;
    margin: 0 auto;
    border-radius: var(--r-md);
    overflow: hidden;
    border: 1px solid var(--line);
}

.qr-img-place img {
    width: 100%;
    height: auto;
}

.qr-card p {
    margin-top: 12px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-500);
}

/* ── Donation band (section divider from legacy) ── */
.section-donation {
    position: relative;
    background:
        radial-gradient(1000px 360px at 50% -80px, rgba(201, 162, 74, 0.15), transparent 70%),
        radial-gradient(700px 300px at -10% 110%, rgba(159, 52, 52, 0.35), transparent 65%),
        linear-gradient(180deg, #2a0505 0%, #1c0404 55%, #2a0505 100%);
    border-top: 1px solid rgba(201, 162, 74, 0.45);
    border-bottom: 1px solid rgba(201, 162, 74, 0.45);
    box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.5);
}

.section-donation > .section-mandir {
    padding: 48px 22px 46px;
}

.section-donation .section-header {
    margin-bottom: 24px;
}

.section-donation .section-copy {
    margin-top: 10px;
}

.section-donation .section-title {
    color: var(--cream-50);
}

.section-donation .section-copy {
    color: rgba(244, 240, 232, 0.72);
}

.section-donation .section-icon {
    color: var(--gold-300);
    background: linear-gradient(160deg, rgba(201, 162, 74, 0.22), rgba(201, 162, 74, 0.06));
    border-color: rgba(201, 162, 74, 0.45);
    box-shadow: 0 10px 24px -12px rgba(0, 0, 0, 0.7);
}

/* ── Spotlight: gold double frame ── */
.donation-spotlight {
    border: 1px solid rgba(201, 162, 74, 0.45);
    position: relative;
    padding: 30px;
    gap: 26px;
}

.donation-spotlight::before {
    content: '';
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(201, 162, 74, 0.2);
    border-radius: calc(var(--r-xl) - 10px);
    pointer-events: none;
}

/* ── Method cards: parchment on dark band, light upi rows ── */
.donation-methods-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 18px;
}

.donation-methods-grid .qr-card h3 {
    font-size: 1.25rem;
    color: var(--ink-900);
    margin-bottom: 12px;
}

.donation-methods-grid .qr-card h3 i {
    color: var(--maroon-700);
}

.donation-methods-grid .upi-list {
    margin-bottom: 0;
    gap: 9px;
}

.donation-methods-grid .upi-item {
    background: var(--cream-50);
    border-color: rgba(184, 137, 59, 0.26);
    color: var(--ink-700);
    align-items: center;
}

.donation-methods-grid .upi-item i {
    color: var(--maroon-700);
}

.donation-methods-grid .upi-item code {
    color: var(--maroon-800);
    font-size: 13px;
}

.donation-methods-grid .upi-item:hover {
    background: var(--gold-050);
    border-color: rgba(184, 137, 59, 0.5);
    transform: none;
}

.donation-methods-grid .upi-item .copy-btn {
    flex-shrink: 0;
}

/* ── UPI tap-to-pay buttons ── */
.upi-pay-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 16px;
}

.upi-pay-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 18px;
    border-radius: 12px;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease),
        filter 0.2s var(--ease);
}

.upi-pay-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px -10px rgba(0, 0, 0, 0.4);
    filter: brightness(1.06);
}

.upi-pay-btn:active {
    transform: scale(0.97);
}

.upi-pay-gpay {
    color: #202124;
    background: linear-gradient(180deg, #ffffff, #f1f3f4);
    border-color: #dadce0;
}

.upi-pay-gpay i {
    font-size: 20px;
    color: #1a73e8;
}

.upi-pay-phonepe {
    color: #fff;
    background: linear-gradient(135deg, #7a3bd6 0%, #5f259f 100%);
    border-color: rgba(255, 255, 255, 0.25);
}

.upi-pay-phonepe i {
    font-size: 17px;
}

.upi-pay-paytm {
    color: #fff;
    background: linear-gradient(135deg, #0a4da3 0%, #002e6e 100%);
    border-color: rgba(255, 255, 255, 0.25);
}

.upi-pay-paytm i {
    font-size: 17px;
}

@media (min-width: 480px) {
    .upi-pay-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 340px) {
    .upi-pay-btn {
        font-size: 13.5px;
        padding: 12px 12px;
    }
}

@media (max-width: 800px) {
    .donation-methods-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .section-donation > .section-mandir {
        padding: 40px 16px 36px;
    }

    .donation-spotlight {
        padding: 22px;
    }

    .donation-spotlight h3 {
        font-size: 28px;
    }
}

/* ─────────────── CONNECT BAND (section divider) ─────────────── */

.section-connect {
    position: relative;
    background:
        radial-gradient(1000px 360px at 50% -80px, rgba(201, 162, 74, 0.15), transparent 70%),
        radial-gradient(700px 300px at 110% 110%, rgba(159, 52, 52, 0.35), transparent 65%),
        linear-gradient(180deg, #2a0505 0%, #1c0404 55%, #2a0505 100%);
    border-top: 1px solid rgba(201, 162, 74, 0.45);
    border-bottom: 1px solid rgba(201, 162, 74, 0.45);
    box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.5);
}

.section-connect > .section-mandir {
    padding: 56px 22px 58px;
}

.section-connect .section-title {
    color: var(--cream-50);
}

.section-connect .section-copy {
    color: rgba(244, 240, 232, 0.72);
}

.section-connect .section-icon {
    color: var(--gold-300);
    background: linear-gradient(160deg, rgba(201, 162, 74, 0.22), rgba(201, 162, 74, 0.06));
    border-color: rgba(201, 162, 74, 0.45);
    box-shadow: 0 10px 24px -12px rgba(0, 0, 0, 0.7);
}

/* ── Connect cards: modern glass tiles with brand icons ── */
.connect-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 30px 22px 24px;
    border-radius: var(--r-lg);
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(201, 162, 74, 0.22);
    backdrop-filter: blur(8px);
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.3s var(--ease), border-color 0.3s var(--ease),
        background 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.connect-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold-400), transparent);
    transition: width 0.35s var(--ease);
}

.connect-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(201, 162, 74, 0.5);
    box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.7);
}

.connect-card:hover::before {
    width: 80%;
}

.connect-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 26px;
    color: #fff;
    margin-bottom: 8px;
    box-shadow: 0 12px 28px -10px rgba(0, 0, 0, 0.6);
    transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.connect-card:hover .connect-icon {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 16px 34px -10px rgba(0, 0, 0, 0.7);
}

.connect-facebook {
    background: linear-gradient(135deg, #3b82f6, #1e5fd4);
}

.connect-instagram {
    background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888);
}

.connect-youtube {
    background: linear-gradient(135deg, #ff4b4b, #c4302b);
}

.connect-x {
    background: linear-gradient(135deg, #3d3d3d, #0d0d0d);
}

.connect-threads {
    background: linear-gradient(135deg, #333333, #050505);
}

.connect-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--cream-50);
}

.connect-desc {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(244, 240, 232, 0.62);
}

.connect-follow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--gold-300);
}

.connect-follow i {
    transition: transform 0.3s var(--ease);
}

.connect-card:hover .connect-follow i {
    transform: translateX(5px);
}

@media (max-width: 1024px) {
    .connect-card:nth-child(5) {
        grid-column: 1 / -1;
        max-width: 460px;
        justify-self: center;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .section-connect > .section-mandir {
        padding: 44px 16px 44px;
    }

    .connect-card:nth-child(5) {
        grid-column: auto;
        max-width: none;
    }
}

/* ─────────────── NEWSLETTER BAND (modern) ─────────────── */

.section-newsletter {
    position: relative;
    isolation: isolate;
    background:
        radial-gradient(900px 400px at 85% -120px, rgba(201, 162, 74, 0.28), transparent 65%),
        radial-gradient(700px 340px at -10% 120%, rgba(159, 52, 52, 0.1), transparent 65%),
        linear-gradient(180deg, #fdf8ec 0%, var(--gold-050) 45%, var(--cream-100) 100%);
    border-top: 1px solid rgba(184, 137, 59, 0.55);
    border-bottom: 1px solid rgba(184, 137, 59, 0.55);
    overflow: hidden;
}

.section-newsletter::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(184, 137, 59, 0.12) 1px, transparent 1px);
    background-size: 26px 26px;
    opacity: 0.6;
    pointer-events: none;
    z-index: 0;
}

.newsletter-orb {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 162, 74, 0.32), transparent 65%);
    filter: blur(40px);
    top: -180px;
    right: -120px;
    z-index: 0;
    pointer-events: none;
    animation: newsletter-float 9s ease-in-out infinite alternate;
}

@keyframes newsletter-float {
    from {
        transform: translate(0, 0) scale(1);
    }

    to {
        transform: translate(-50px, 40px) scale(1.15);
    }
}

.newsletter-shell {
    position: relative;
    z-index: 1;
    max-width: var(--container);
    margin: 0 auto;
    padding: 84px 22px 92px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
}

/* ── Intro side ── */
.newsletter-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--maroon-700);
    background: #fffdf8;
    border: 1px solid rgba(184, 137, 59, 0.4);
    box-shadow: 0 8px 20px -14px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
}

.newsletter-heading {
    font-size: clamp(30px, 4.4vw, 46px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--ink-900);
    margin: 0 0 14px;
}

.newsletter-heading-gold {
    background: linear-gradient(120deg, #b8893b, var(--gold-600), #b8893b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.newsletter-tagline {
    font-size: 15px;
    line-height: 1.8;
    color: var(--ink-500);
    margin: 0 0 28px;
    max-width: 480px;
}

.newsletter-perks {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    margin: 0;
}

.newsletter-perks li {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px 17px;
    border-radius: 14px;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--ink-700);
    background: #fffdf8;
    border: 1px solid rgba(184, 137, 59, 0.28);
    box-shadow: var(--shadow-sm);
    transition: transform 0.25s var(--ease), border-color 0.25s var(--ease),
        box-shadow 0.25s var(--ease);
    max-width: 420px;
}

.newsletter-perks li:hover {
    transform: translateX(6px);
    border-color: rgba(184, 137, 59, 0.6);
    box-shadow: var(--shadow-md);
}

.newsletter-perks li i {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border-radius: 11px;
    font-size: 15px;
    color: var(--maroon-700);
    background: linear-gradient(140deg, var(--maroon-050), var(--cream-200));
    border: 1px solid rgba(184, 137, 59, 0.3);
}

/* ── Card side ── */
.newsletter-card-wrap {
    position: relative;
}

.newsletter-card {
    position: relative;
    border-radius: 24px;
    padding: 1.5px;
    background: linear-gradient(160deg, rgba(201, 162, 74, 0.55), rgba(159, 52, 52, 0.3), rgba(201, 162, 74, 0.55));
    box-shadow: 0 30px 80px -30px rgba(0, 0, 0, 0.85);
    animation: ncard-glow 7s ease-in-out infinite;
}

@keyframes ncard-glow {
    0%,
    100% {
        box-shadow: 0 30px 80px -30px rgba(0, 0, 0, 0.85), 0 0 40px -14px rgba(201, 162, 74, 0.25);
    }

    50% {
        box-shadow: 0 30px 80px -30px rgba(0, 0, 0, 0.85), 0 0 70px -14px rgba(201, 162, 74, 0.5);
    }
}

.newsletter-card-inner {
    position: relative;
    background: linear-gradient(180deg, rgba(30, 6, 6, 0.92), rgba(16, 3, 3, 0.97));
    border-radius: 23px;
    padding: 30px 28px;
    backdrop-filter: blur(14px);
    overflow: hidden;
}

.newsletter-card-inner::before {
    content: '';
    position: absolute;
    top: -90px;
    right: -90px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 162, 74, 0.18), transparent 70%);
    pointer-events: none;
}

.newsletter-card-head {
    text-align: center;
    margin-bottom: 22px;
}

.newsletter-card-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 12px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    font-size: 22px;
    color: var(--gold-300);
    background: linear-gradient(145deg, rgba(201, 162, 74, 0.25), rgba(201, 162, 74, 0.05));
    border: 1px solid rgba(201, 162, 74, 0.45);
    box-shadow: 0 12px 26px -12px rgba(0, 0, 0, 0.8);
    animation: ncard-bell 2.6s ease-in-out infinite;
}

@keyframes ncard-bell {
    0%,
    100% {
        transform: rotate(0);
    }

    10% {
        transform: rotate(-8deg);
    }

    20% {
        transform: rotate(8deg);
    }

    30% {
        transform: rotate(0);
    }
}

.newsletter-card-head h3 {
    font-size: 22px;
    color: var(--cream-50);
    margin: 0 0 4px;
}

.newsletter-card-head p {
    font-size: 13px;
    color: rgba(244, 240, 232, 0.55);
    margin: 0;
}

/* ── Fields ── */
.nfield {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 54px;
    padding: 0 16px;
    margin-bottom: 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(201, 162, 74, 0.22);
    transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease),
        background 0.25s var(--ease);
}

.nfield:focus-within {
    border-color: var(--gold-500);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 4px rgba(201, 162, 74, 0.14), 0 8px 24px -12px rgba(0, 0, 0, 0.7);
}

.nfield-icon {
    color: var(--gold-400);
    font-size: 14px;
    flex-shrink: 0;
}

.nfield input {
    flex: 1;
    min-width: 0;
    height: 100%;
    background: transparent;
    border: 0;
    outline: 0;
    font-family: inherit;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--cream-50);
}

.nfield input::placeholder {
    color: rgba(244, 240, 232, 0.38);
    font-weight: 500;
}

/* ── Captcha ── */
.newsletter-captcha {
    padding: 11px 13px;
    border-radius: 14px;
    background: rgba(201, 162, 74, 0.07);
    border: 1px dashed rgba(201, 162, 74, 0.4);
    margin-top: 2px;
}

.newsletter-captcha-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(244, 240, 232, 0.6);
    margin-bottom: 9px;
}

.newsletter-captcha-label i {
    color: var(--gold-400);
}

.newsletter-captcha-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.newsletter-captcha-q {
    flex-shrink: 0;
    min-width: 88px;
    padding: 9px 14px;
    border-radius: 11px;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.03em;
    color: var(--gold-300);
    background: linear-gradient(135deg, rgba(201, 162, 74, 0.22), rgba(201, 162, 74, 0.08));
    border: 1px solid rgba(201, 162, 74, 0.45);
}

.newsletter-captcha-input {
    flex: 1;
    max-width: 150px;
    height: 42px;
    padding: 0 12px;
    border-radius: 11px;
    text-align: center;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    color: var(--cream-50);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(201, 162, 74, 0.25);
    outline: 0;
    transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.newsletter-captcha-input:focus {
    border-color: var(--gold-500);
    box-shadow: 0 0 0 4px rgba(201, 162, 74, 0.14);
}

.newsletter-captcha-refresh {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    font-size: 14px;
    color: var(--gold-300);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(201, 162, 74, 0.25);
    cursor: pointer;
    transition: background 0.25s var(--ease), border-color 0.25s var(--ease);
}

.newsletter-captcha-refresh:hover {
    background: rgba(201, 162, 74, 0.18);
    border-color: rgba(201, 162, 74, 0.55);
}

.newsletter-captcha-refresh:active i {
    animation: newsletter-spin 0.5s var(--ease);
}

@keyframes newsletter-spin {
    to {
        transform: rotate(360deg);
    }
}

/* ── Submit button ── */
.newsletter-submit {
    position: relative;
    width: 100%;
    height: 54px;
    margin-top: 18px;
    border: 0;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: var(--maroon-900);
    background: linear-gradient(135deg, #f7e7bd 0%, #e6cd94 60%, #d9b877 100%);
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease),
        filter 0.25s var(--ease);
}

.newsletter-submit::after {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.55), transparent);
    transform: skewX(-20deg);
    animation: newsletter-shine 3.2s ease-in-out infinite;
}

@keyframes newsletter-shine {
    0%,
    55% {
        left: -60%;
    }

    85%,
    100% {
        left: 130%;
    }
}

.newsletter-submit:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow: 0 16px 36px -14px rgba(201, 162, 74, 0.55);
}

.newsletter-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.newsletter-card .newsletter-status {
    text-align: center;
}

@media (max-width: 900px) {
    .newsletter-shell {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .newsletter-intro {
        text-align: center;
    }

    .newsletter-tagline {
        margin-left: auto;
        margin-right: auto;
    }

    .newsletter-perks li {
        max-width: 420px;
        margin: 0 auto;
    }

    .newsletter-card-wrap {
        max-width: 460px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .newsletter-shell {
        padding: 56px 16px 60px;
    }

    .newsletter-card-inner {
        padding: 24px 18px;
    }

    .newsletter-perks li {
        font-size: 13.5px;
    }

    .newsletter-perks li:hover {
        transform: none;
    }
}
/* ─────────────────────────────── SEVA GRID ─────────────────────────────── */

.seva-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.seva-item {
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--r-xl);
    padding: 32px 28px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease),
        border-color 0.3s var(--ease);
}

.seva-item:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: var(--gold-400);
}

.seva-item .card-icon {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    font-size: 24px;
}

.seva-item h3 {
    font-size: 24px;
}

.seva-item p {
    font-size: 14px;
    color: var(--ink-500);
    flex: 1;
}

.seva-item .btn-mandir,
.seva-item .btn-secondary {
    align-self: center;
    width: 100%;
}

/* ─────────────────────────────── CONTACT STRIP ─────────────────────────────── */

.contact-modern {
    display: grid;
    grid-template-columns: 1.05fr 1.15fr;
    gap: 34px;
    align-items: stretch;
}

/* ── Contact panel ── */
.contact-panel {
    position: relative;
    background: linear-gradient(160deg, #2a0505 0%, #1c0404 100%);
    border: 1px solid rgba(201, 162, 74, 0.45);
    border-radius: var(--r-lg);
    padding: 36px 34px;
    box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.45), var(--shadow-lg);
}

.contact-panel::before {
    content: '';
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(201, 162, 74, 0.35);
    border-radius: calc(var(--r-lg) - 8px);
    pointer-events: none;
}

.contact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold-300);
    background: rgba(201, 162, 74, 0.1);
    border: 1px solid rgba(201, 162, 74, 0.4);
    margin-bottom: 18px;
}

.contact-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--cream-50);
    margin: 0 0 8px;
}

.contact-title span {
    color: var(--gold-400);
    font-weight: 700;
}

.contact-sub {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(244, 240, 232, 0.68);
    margin: 0 0 24px;
}

.contact-rows {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 14px;
    color: inherit;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(201, 162, 74, 0.22);
    transition: background 0.25s var(--ease), border-color 0.25s var(--ease),
        transform 0.25s var(--ease);
}

a.contact-row:hover {
    background: rgba(201, 162, 74, 0.1);
    border-color: rgba(201, 162, 74, 0.55);
    transform: translateX(5px);
}

.contact-row-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border-radius: 12px;
    font-size: 16px;
    color: var(--gold-300);
    background: linear-gradient(140deg, rgba(201, 162, 74, 0.22), rgba(201, 162, 74, 0.05));
    border: 1px solid rgba(201, 162, 74, 0.4);
}

.contact-row-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.contact-row-text strong {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--gold-400);
}

.contact-row-text span {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--cream-50);
    word-break: break-word;
}

.contact-row-arrow {
    margin-left: auto;
    flex-shrink: 0;
    font-size: 13px;
    color: var(--gold-400);
    transition: transform 0.25s var(--ease);
}

a.contact-row:hover .contact-row-arrow {
    transform: translateX(4px);
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.contact-actions .btn-mandir {
    flex: 1;
    min-width: 170px;
    justify-content: center;
}

/* ── Map card ── */
.contact-map-card {
    display: flex;
    flex-direction: column;
    background: #fffdf8;
    border: 1px solid rgba(184, 137, 59, 0.45);
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.contact-map-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(184, 137, 59, 0.25);
    background: linear-gradient(180deg, #fffdf8, var(--gold-050));
}

.contact-map-pin {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border-radius: 11px;
    font-size: 16px;
    color: var(--maroon-700);
    background: var(--cream-200);
    border: 1px solid rgba(184, 137, 59, 0.35);
    animation: contact-pin 2.2s ease-in-out infinite;
}

@keyframes contact-pin {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}

.contact-map-title {
    font-size: 15px;
    font-weight: 800;
    color: var(--ink-900);
}

.contact-map-dir {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 10px;
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
    color: var(--maroon-800);
    background: var(--cream-100);
    border: 1px solid rgba(184, 137, 59, 0.4);
    transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}

.contact-map-dir:hover {
    background: var(--cream-200);
    transform: translateY(-2px);
}

.contact-map-body {
    flex: 1;
    position: relative;
}

.contact-map-body iframe {
    width: 100%;
    height: 100%;
    min-height: 380px;
    border: 0;
    display: block;
}

/* ─────────────────────────────── RESPONSIVE ─────────────────────────────── */

@media (max-width: 1024px) {
    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-split {
        grid-template-columns: 1fr;
    }

    .story-layout,
    .donation-spotlight,
    .contact-modern {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .hero-temple {
        min-height: auto;
        padding: 28px 0 36px;
    }

    .hero-shell {
        padding: 20px 14px;
    }

    .hero-om {
        font-size: 32px;
    }

    .hero-divider span {
        width: 32px;
    }

    .hero-title {
        font-size: clamp(22px, 5.4vw, 30px);
        line-height: 1.25;
    }

    .hero-title-hi {
        font-size: 16px;
    }

    .hero-sub {
        font-size: 13px;
        letter-spacing: 0.14em;
    }

    .hero-desc {
        font-size: 13.5px;
        line-height: 1.6;
    }

    .hero-btns {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .hero-btns .btn-mandir {
        width: 100%;
        justify-content: center;
    }

    .trust-stats {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        width: 100%;
    }

    .stat-pill {
        padding: 8px 10px;
        font-size: 12px;
        justify-content: center;
        text-align: center;
    }

    .hero-quicklinks {
        gap: 8px;
        margin-top: 6px;
    }

    .hero-quicklinks a {
        font-size: 12px;
        padding: 7px 12px;
    }

    .section-mandir {
        padding: 48px 14px 36px;
    }

    .feature-grid,
    .seva-grid {
        grid-template-columns: 1fr;
    }

    .about-identity {
        padding: 24px 18px;
    }

    .contact-panel {
        padding: 24px 16px;
    }

    .contact-actions .btn-mandir {
        min-width: 100%;
    }

    .contact-map-head {
        flex-wrap: wrap;
        padding: 14px 16px;
    }

    .contact-map-dir {
        margin-left: 0;
    }

    .contact-map-body iframe {
        min-height: 280px;
    }

    .story-panel,
    .promise-panel,
    .donation-spotlight {
        padding: 22px 16px;
    }

    .timeline-wrap::before {
        left: 14px;
    }

    .timeline-item {
        padding-left: 44px;
    }

    .timeline-dot {
        left: 5px;
    }

    .timeline-content {
        padding: 16px 14px;
    }
}

@media (max-width: 360px) {
    .trust-stats {
        grid-template-columns: 1fr;
    }

    .hero-shell {
        padding: 16px 10px;
    }
}
