:root {
    --cream: #f7f0e2;
    --cream-2: #fbf7ef;
    --paper: #fffdf8;
    --maroon: #40130f;
    --maroon-2: #581914;
    --ink: #2a1714;
    --muted: #786b63;
    --saffron: #e99a35;
    --orange: #e97926;
    --red: #a92b24;
    --gold: #c89a46;
    --line: rgba(77, 30, 22, .16);
    --shadow: 0 22px 65px rgba(61, 26, 18, .10);
    --radius: 2px;
    --container: 1240px;
    --serif: 'Cormorant Garamond', 'Noto Serif Devanagari', serif;
    --display: 'Cinzel', 'Noto Serif Devanagari', serif;
    --sans: 'Manrope', system-ui, sans-serif;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--cream-2);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased
}

body.reading-dark {
    --paper: #1a1210;
    --cream-2: #160e0c;
    --cream: #221714;
    --ink: #f7eee2;
    --maroon: #f3cf98;
    --maroon-2: #f8dfb6;
    --muted: #cbbab0;
    --red: #f38676;
    --saffron: #f5ab48;
    --orange: #f58e38;
    --gold: #e5b35c;
    --line: rgba(255, 255, 255, .14)
}

body.reading-dark .site-header.scrolled,
body.reading-dark.is-inner .site-header {
    background: rgba(26, 18, 16, .95);
    backdrop-filter: blur(14px);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .1);
    color: #f7eee2
}

body.reading-dark .brand-copy strong {
    color: #f7eee2
}

body.reading-dark .desktop-nav a {
    color: rgba(247, 238, 226, .88)
}

body.reading-dark .desktop-nav a:hover,
body.reading-dark .desktop-nav a.active {
    color: #f7cb85
}

body.reading-dark .sacred-reader h2 {
    color: #f3cf98
}

body.reading-dark .sacred-text {
    color: #fce8c7
}

body.reading-dark .translit-text,
body.reading-dark .translation-text {
    color: #f7eee2
}

body.reading-dark .prose-text {
    color: #d6c6bb
}

body.reading-dark .reading-tools h4 {
    color: #f58e38
}

body.reading-dark .reading-tools button,
body.reading-dark .reading-tools a {
    color: #cbbab0
}

body.reading-dark .tool-row button {
    border-color: rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .05);
    color: #f7eee2
}

body.reading-dark .tool-row button:hover {
    background: var(--orange);
    color: #fff;
    border-color: var(--orange)
}

body.reading-dark .meta-pills span {
    border-color: rgba(229, 179, 92, .4);
    color: #f3cf98;
    background: rgba(243, 207, 152, .06)
}

body.reading-dark .breadcrumb a {
    color: #f58e38
}

body.reading-dark .breadcrumb {
    color: #a8998e
}

body.reading-dark .detail-hindi {
    color: #f38676
}

body.reading-dark .tabs button {
    color: #cbbab0
}

body.reading-dark .tabs button.active {
    color: #f38676;
    border-bottom-color: #f38676
}

body.reading-dark .site-footer {
    background: #120807 !important;
    border-top: 4px solid var(--orange);
    color: #f7eadb
}

body.reading-dark .footer-grid h3 {
    color: #f5ab48
}

body.reading-dark .footer-grid p,
body.reading-dark .footer-grid a {
    color: rgba(247, 234, 219, .85)
}

body.reading-dark .footer-grid a:hover {
    color: #f7cb85
}

body.reading-dark .footer-brand {
    color: #f7eee2
}

body.reading-dark .footer-bottom {
    border-top-color: rgba(255, 255, 255, .12);
    color: rgba(247, 234, 219, .65)
}

img {
    max-width: 100%;
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

button,
input,
textarea,
select {
    font: inherit
}

.container {
    width: min(var(--container), calc(100% - 44px));
    margin-inline: auto
}

.skip-link {
    position: fixed;
    top: -100px;
    left: 14px;
    background: #fff;
    color: #111;
    padding: 10px 14px;
    z-index: 9999
}

.skip-link:focus {
    top: 10px
}

.devanagari {
    font-family: 'Noto Serif Devanagari', serif
}

.eyebrow {
    display: block;
    color: var(--orange);
    font-size: .73rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 13px
}

.eyebrow.light {
    color: #f5b962
}

.lotus-mark {
    display: block;
    color: var(--orange);
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 10px
}

.section {
    padding: 104px 0
}

.section-cream {
    background: var(--cream)
}

.section-white {
    background: var(--paper)
}

.section-heading {
    text-align: center;
    max-width: 710px;
    margin: 0 auto 54px
}

.section-heading.align-left {
    text-align: left;
    margin: 0;
    max-width: 650px
}

.section-heading-bilingual {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.section-heading-bilingual .heading-primary-hindi,
.heading-primary-hindi {
    font-family: 'Noto Serif Devanagari', serif;
    font-size: clamp(2.2rem, 3.8vw, 4.2rem);
    line-height: 1.16;
    font-weight: 600;
    color: var(--maroon);
    display: block;
}

.section-heading-bilingual .heading-secondary-english,
.heading-secondary-english {
    font-family: var(--display, 'Cinzel'), var(--sans);
    font-size: clamp(0.92rem, 1.4vw, 1.22rem);
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--saffron, #c68a2c);
    display: block;
}

.section-heading-bilingual .heading-hindi,
.heading-hindi {
    font-family: 'Noto Serif Devanagari', serif;
    font-size: clamp(1.15rem, 2vw, 1.5rem);
    line-height: 1.35;
    font-weight: 500;
    opacity: 0.92;
    color: var(--saffron, #e99a35);
    display: block;
}

.sacred-reader h2 .heading-hindi,
.sacred-reader section h2 .heading-hindi {
    font-size: clamp(1.125rem, 1.8vw, 1.4rem);
    margin-top: 4px;
}


.reading-tools a .toc-hindi {
    display: block;
    font-family: 'Noto Serif Devanagari', serif;
    font-size: 0.76rem;
    line-height: 1.25;
    opacity: 0.85;
    color: var(--gold, #c89a46);
    font-weight: 400;
    margin-top: 1px;
}

body.reading-dark .section-heading-bilingual .heading-hindi,
body.reading-dark .heading-hindi {
    color: #f5ab48;
}

body.reading-dark .reading-tools a .toc-hindi {
    color: #f3cf98;
}


.section-heading h2,
.editorial-copy h2,
.daily-content h2,
.festival-copy h2,
.page-hero h1 {
    font-family: var(--serif);
    font-weight: 600;
    color: var(--maroon);
    letter-spacing: -.025em;
    line-height: .98;
    margin: 0
}

.section-heading h2 {
    font-size: clamp(2.35rem, 4vw, 4.7rem)
}

.section-heading p {
    color: var(--muted);
    max-width: 630px;
    margin: 20px auto 0
}

.section-heading.align-left p {
    margin-left: 0
}

.split-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 54px
}

.text-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .72rem;
    font-weight: 700;
    color: var(--maroon);
    border-bottom: 1px solid var(--gold);
    padding-bottom: 5px;
    white-space: nowrap
}

.text-link.light {
    color: #fff;
    border-color: rgba(255, 255, 255, .55)
}

.text-link span {
    transition: transform .2s
}

.text-link:hover span {
    transform: translateX(4px)
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 23px;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: .115em;
    font-size: .72rem;
    font-weight: 700;
    cursor: pointer;
    transition: .2s
}

.btn-primary {
    background: var(--red);
    color: #fff
}

.btn-primary:hover {
    background: var(--orange)
}

.btn-light {
    background: #fff;
    color: var(--maroon)
}

.btn-light:hover {
    background: #f4debc
}

.btn-outline {
    border-color: var(--maroon);
    color: var(--maroon);
    background: transparent
}

.btn-outline:hover {
    background: var(--maroon);
    color: #fff
}

.center-action {
    text-align: center;
    margin-top: 42px
}

/* Header */
.site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    min-height: 96px;
    color: var(--ink);
    transition: background .3s, box-shadow .3s, color .3s
}

.is-home .site-header:not(.scrolled) {
    color: #fff;
    background: linear-gradient(to bottom, rgba(20, 9, 8, .78), rgba(20, 9, 8, .2), transparent)
}

.site-header.scrolled,
.is-inner .site-header {
    background: rgba(251, 247, 239, .96);
    backdrop-filter: blur(14px);
    box-shadow: 0 1px 0 var(--line);
    color: var(--ink)
}

.header-inner {
    min-height: 96px;
    height: auto;
    padding: 6px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: auto;
}

.brand-logo-img {
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), filter 0.25s ease;
}

.brand:hover .brand-logo-img {
    transform: scale(1.06);
    filter: drop-shadow(0 0 12px rgba(245, 185, 98, 0.8)) !important;
}

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--orange);
    color: #fff;
    display: grid;
    place-items: center;
    flex: 0 0 auto
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.08
}

.brand-copy strong {
    font-family: var(--display);
    letter-spacing: .11em;
    font-size: 1.03rem
}

.brand-copy small {
    font-size: .56rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--saffron);
    margin-top: 5px
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 22px
}

.desktop-nav a {
    font-size: .68rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding: 33px 0
}

.desktop-nav a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 22px;
    height: 1px;
    background: var(--orange);
    transition: right .2s
}

.desktop-nav a:hover:after,
.desktop-nav a.active:after {
    right: 0
}

/* ─── DYNAMIC VANDANA NAV DROPDOWN ────────────────────────── */
.nav-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.nav-dropdown-trigger-wrap {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    position: relative;
}

.nav-dropdown-toggle {
    background: transparent;
    border: 0;
    padding: 33px 2px 33px 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    opacity: 0.75;
    transition: opacity 0.2s ease, color 0.2s ease;
    line-height: 1;
}

.nav-dropdown-toggle:hover,
.nav-dropdown.open .nav-dropdown-toggle {
    opacity: 1;
    color: var(--orange);
}

.dropdown-caret {
    transition: transform 0.25s ease;
}

.nav-dropdown.open .dropdown-caret,
.nav-dropdown-toggle[aria-expanded="true"] .dropdown-caret {
    transform: rotate(180deg);
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% - 18px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    min-width: 220px;
    max-width: 320px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 6px;
    box-shadow: 0 14px 40px rgba(64, 19, 15, 0.12), 0 2px 6px rgba(64, 19, 15, 0.05);
    padding: 6px 0;
    z-index: 150;
    display: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-dropdown.open .nav-dropdown-menu,
.nav-dropdown-menu:not([hidden]) {
    display: block;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.nav-dropdown-item {
    display: block;
    padding: 9px 18px !important;
    font-size: 0.95rem !important;
    font-family: var(--serif) !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    color: var(--ink) !important;
    text-decoration: none;
    line-height: 1.4;
    transition: background 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
}

.nav-dropdown-item:after {
    display: none !important;
}

.nav-dropdown-item:hover {
    background: rgba(233, 154, 53, 0.12);
    color: var(--maroon) !important;
    padding-left: 22px !important;
}

.nav-dropdown-divider {
    height: 1px;
    margin: 5px 12px;
    background: var(--line);
}

.nav-dropdown-all {
    font-family: var(--sans) !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: var(--orange) !important;
    border-top: 1px solid var(--line);
    margin-top: 4px;
    padding-top: 10px !important;
}

.nav-dropdown-all:hover {
    background: rgba(233, 121, 38, 0.08);
    color: var(--maroon) !important;
}

body.reading-dark .nav-dropdown-menu {
    background: #201513;
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}

body.reading-dark .nav-dropdown-item {
    color: rgba(247, 238, 226, 0.9) !important;
}

body.reading-dark .nav-dropdown-item:hover {
    background: rgba(245, 171, 72, 0.15);
    color: #fce8c7 !important;
}

body.reading-dark .nav-dropdown-divider {
    background: rgba(255, 255, 255, 0.1);
}

body.reading-dark .nav-dropdown-all {
    color: var(--saffron) !important;
    border-top-color: rgba(255, 255, 255, 0.1);
}

/* ─── MOBILE VANDANA DROPDOWN ──────────────────────────────── */
.mobile-nav-dropdown {
    grid-column: 1 / -1;
    border-bottom: 1px solid var(--line);
    padding: 0;
}

.mobile-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-nav-head a {
    flex: 1;
    border-bottom: none !important;
}

.mobile-nav-toggle {
    background: transparent;
    border: none;
    font-size: 1.25rem;
    color: var(--maroon);
    padding: 8px 14px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.mobile-nav-dropdown.open .mobile-nav-toggle {
    transform: rotate(180deg);
}

.mobile-sub-list {
    display: none;
    flex-direction: column;
    gap: 3px;
    padding: 6px 14px 12px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 4px;
    margin-bottom: 8px;
}

.mobile-nav-dropdown.open .mobile-sub-list {
    display: flex;
}

.mobile-sub-link {
    font-size: 1.05rem !important;
    font-family: var(--serif) !important;
    padding: 6px 4px !important;
    border-bottom: 1px dashed rgba(77, 30, 22, 0.1) !important;
    text-decoration: none;
    color: var(--ink);
}

.mobile-sub-all {
    font-size: 0.8rem !important;
    font-family: var(--sans) !important;
    color: var(--orange) !important;
    font-weight: 700 !important;
    border-bottom: none !important;
    padding-top: 8px !important;
}

/* ─── SIDEBAR VANDANA ACCORDION ────────────────────────────── */
.sidebar-item-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sidebar-item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.2s ease;
}

.sidebar-item-row > a {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    border: none !important;
    background: transparent !important;
    padding: 10px 14px;
}

.sidebar-sub-btn {
    background: transparent;
    border: none;
    padding: 10px 14px;
    cursor: pointer;
    color: var(--maroon, #40130f);
    display: inline-flex;
    align-items: center;
    transition: transform 0.25s ease;
}

.sidebar-item-group.open .sidebar-sub-btn {
    transform: rotate(180deg);
}

.sidebar-item-group.open .sidebar-submenu {
    display: flex;
}

.sidebar-submenu {
    display: none;
    flex-direction: column;
    gap: 3px;
    padding: 8px 12px 10px 48px;
}

.sidebar-sub-link {
    font-size: 0.95rem;
    font-family: var(--serif);
    color: #40130f;
    padding: 6px 10px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

.sidebar-sub-link:hover {
    background: rgba(245, 185, 98, 0.18);
    color: var(--orange, #e97926);
}

.sidebar-sub-all {
    font-size: 0.78rem;
    font-family: var(--sans);
    color: var(--orange, #e97926);
    font-weight: 700;
    border-top: 1px dashed rgba(77, 30, 22, 0.12);
    margin-top: 4px;
    padding-top: 8px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 7px
}

.icon-button,
.admin-chip,
.menu-toggle {
    width: 39px;
    height: 39px;
    border: 0;
    background: transparent;
    color: inherit;
    display: grid;
    place-items: center;
    cursor: pointer
}

.icon-button svg,
.admin-chip svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7
}

.admin-chip {
    border: 1px solid currentColor;
    border-radius: 50%;
    opacity: .8
}

.menu-toggle {
    display: none;
    position: relative
}

.menu-toggle span {
    position: absolute;
    width: 24px;
    height: 1px;
    background: currentColor;
    transition: .2s
}

.menu-toggle span:first-child {
    transform: translateY(-4px)
}

.menu-toggle span:last-child {
    transform: translateY(4px)
}

.menu-toggle.open span:first-child {
    transform: rotate(45deg)
}

.menu-toggle.open span:last-child {
    transform: rotate(-45deg)
}

.mobile-menu {
    background: var(--cream-2);
    color: var(--ink);
    border-top: 1px solid var(--line);
    padding: 18px 0 28px;
    box-shadow: var(--shadow)
}

.mobile-menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px 18px
}

.mobile-menu a {
    padding: 11px 4px;
    border-bottom: 1px solid var(--line);
    font-family: var(--serif);
    font-size: 1.2rem
}

.search-panel {
    position: fixed;
    z-index: 210;
    inset: 0;
    background: rgba(24, 8, 6, 0.88);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.search-panel.open {
    opacity: 1;
    visibility: visible;
}

.search-panel-inner {
    width: min(820px, calc(100% - 32px));
    margin: 0 auto;
    padding-top: clamp(80px, 28vh, 220px);
    position: relative;
}

.search-close {
    position: absolute;
    right: 0;
    top: -64px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.search-close:hover {
    background: rgba(245, 185, 98, 0.22);
    border-color: #f5b962;
    color: #f5b962;
    transform: scale(1.05);
}

.search-form {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
}

.search-form input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 2px solid rgba(245, 185, 98, 0.4);
    color: #ffffff;
    font-family: var(--serif);
    font-size: clamp(28px, 3.5vw, 48px);
    font-weight: 400;
    line-height: 1.15;
    padding: 12px 0;
    outline: none;
    transition: border-color 0.2s;
}

.search-form input:focus {
    border-bottom-color: #f5b962;
}

.search-form input::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
}

.search-submit-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--red, #c43426);
    border: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(196, 52, 38, 0.4);
    transition: transform 0.2s ease, background 0.2s ease;
}

.search-submit-btn:hover {
    background: var(--orange, #e97926);
    transform: scale(1.06);
}

/* Hero */
.hero-section {
    min-height: 95vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    animation: heroKenBurns 22s ease-in-out infinite alternate;
    will-change: transform
}

@keyframes heroKenBurns {
    0% {
        transform: scale(1) translate(0, 0)
    }

    50% {
        transform: scale(1.06) translate(-0.5%, -0.5%)
    }

    100% {
        transform: scale(1.11) translate(0.5%, 0.5%)
    }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(32, 13, 10, .82) 0%, rgba(32, 13, 10, .52) 45%, rgba(32, 13, 10, .20) 75%), linear-gradient(0deg, rgba(23, 9, 8, .75), transparent 55%)
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-bottom: 11vh
}

.hero-content h1 {
    font-family: var(--serif);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: .9;
    font-size: clamp(4.1rem, 8vw, 8.6rem);
    max-width: 900px;
    margin: 0 0 25px
}

.hero-content p {
    font-size: 1.05rem;
    max-width: 620px;
    color: rgba(255, 255, 255, .88);
    margin: 0 0 32px
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px
}

.hero-anim-1 {
    animation: heroFadeUp 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both
}

.hero-anim-2 {
    animation: heroFadeUp 1.25s cubic-bezier(0.16, 1, 0.3, 1) 0.35s both
}

.hero-anim-3 {
    animation: heroFadeUp 1.25s cubic-bezier(0.16, 1, 0.3, 1) 0.55s both
}

.hero-anim-4 {
    animation: heroFadeUp 1.25s cubic-bezier(0.16, 1, 0.3, 1) 0.75s both
}

.hero-anim-5 {
    animation: heroFadeIn 1.4s ease 1s both
}

@keyframes heroFadeUp {
    0% {
        opacity: 0;
        transform: translateY(38px) scale(0.98);
        filter: blur(4px)
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0)
    }
}

@keyframes heroFadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.hero-ornament {
    position: absolute;
    z-index: 1;
    right: 4vw;
    bottom: -10vh;
    color: rgba(255, 215, 150, .18);
    font-family: 'Noto Serif Devanagari', serif;
    font-size: min(42vw, 530px);
    line-height: .8;
    animation: ornamentPulse 9s ease-in-out infinite alternate;
    pointer-events: none
}

@keyframes ornamentPulse {
    0% {
        opacity: 0.6;
        transform: translateY(0) scale(1) rotate(0deg)
    }

    50% {
        opacity: 0.95;
        transform: translateY(-12px) scale(1.03) rotate(1deg);
        filter: drop-shadow(0 0 40px rgba(233, 121, 38, 0.45))
    }

    100% {
        opacity: 0.65;
        transform: translateY(0) scale(1) rotate(0deg)
    }
}

.btn-shimmer {
    position: relative;
    overflow: hidden;
    transition: all .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.btn-shimmer::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -75%;
    width: 50%;
    height: 200%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
    transform: rotate(25deg);
    animation: btnShimmerLoop 4.5s ease-in-out infinite
}

@keyframes btnShimmerLoop {

    0%,
    70% {
        left: -75%
    }

    100% {
        left: 140%
    }
}

.btn-shimmer:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 30px rgba(169, 43, 36, 0.45)
}

.scroll-cue {
    position: absolute;
    z-index: 2;
    right: 4vw;
    bottom: 42px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: .58rem;
    text-transform: uppercase;
    letter-spacing: .18em;
    writing-mode: vertical-rl
}

.scroll-cue i {
    width: 1px;
    height: 44px;
    background: rgba(255, 255, 255, .25);
    position: relative;
    overflow: hidden
}

.scroll-cue i::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #fff;
    animation: scrollLineMove 2s cubic-bezier(0.65, 0, 0.35, 1) infinite
}

@keyframes scrollLineMove {
    0% {
        top: -50%;
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        top: 100%;
        opacity: 0
    }
}

/* Home blocks */
.practice-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.practice-item {
    padding: 38px 30px 34px;
    border-right: 1px solid var(--line);
    transition: background .2s, transform .2s
}

.practice-item:last-child {
    border-right: 0
}

.practice-item:hover {
    background: var(--paper);
    transform: translateY(-4px)
}

.practice-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: var(--red);
    font-family: var(--serif);
    font-size: 1.55rem;
    margin-bottom: 26px
}

.practice-icon svg {
    width: 26px;
    height: 26px;
    display: block;
    fill: currentColor
}

.practice-item h3 {
    font-family: var(--serif);
    font-size: 2rem;
    color: var(--maroon);
    margin: 0 0 9px
}

.practice-item p {
    color: var(--muted);
    font-size: .9rem;
    margin: 0 0 24px
}

.mini-link {
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--red)
}

.deity-strip-controls {
    display: flex;
    align-items: center;
    gap: 18px;
}

.deity-nav-buttons {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.deity-nav-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--paper, #fdfbf7);
    border: 1px solid var(--line, rgba(169, 43, 36, 0.18));
    color: var(--maroon, #43130f);
    font-size: 1.1rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.deity-nav-btn:hover {
    background: var(--red, #c43426);
    border-color: var(--red, #c43426);
    color: #ffffff;
    transform: scale(1.12);
    box-shadow: 0 6px 16px rgba(196, 52, 38, 0.35);
}

.deity-nav-btn:active {
    transform: scale(0.96);
}

.deity-strip {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 10px;
    padding: 12px 0 18px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    box-sizing: border-box;
}

.deity-strip::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.deity-tile {
    flex: 0 0 calc((100% - 50px) / 6);
    min-width: 170px;
    box-sizing: border-box;
    scroll-snap-align: start;
    height: 430px;
    position: relative;
    overflow: hidden;
    background: var(--maroon);
    border-radius: 8px;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.45s ease;
    border: 1px solid rgba(245, 185, 98, 0.15);
    will-change: transform;
}

.deity-tile::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -75%;
    width: 50%;
    height: 200%;
    background: linear-gradient(90deg, transparent, rgba(245, 185, 98, 0.28), transparent);
    transform: rotate(25deg);
    transition: left 0.75s ease;
    z-index: 3;
    pointer-events: none;
}

.deity-tile:hover::before {
    left: 140%;
}

.deity-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.9);
    transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1), filter 0.65s ease;
}

.deity-tile:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 36px rgba(43, 15, 12, 0.45), 0 0 20px rgba(245, 185, 98, 0.25);
    border-color: rgba(245, 185, 98, 0.6);
    z-index: 5;
}

.deity-tile:hover img {
    transform: scale(1.09);
    filter: saturate(1.1);
}

.deity-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(35, 13, 10, 0.92) 0%, rgba(35, 13, 10, 0.45) 45%, transparent 75%);
    transition: opacity 0.35s ease;
}

.deity-tile:hover .deity-shade {
    opacity: 0.95;
}

.deity-tile>div {
    position: absolute;
    z-index: 4;
    left: 20px;
    right: 16px;
    bottom: 20px;
    color: #ffffff;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.deity-tile:hover>div {
    transform: translateY(-4px);
}

.deity-tile small {
    font-family: 'Noto Serif Devanagari', serif;
    color: #f5b962;
    font-size: 0.88rem;
    display: block;
    margin-bottom: 2px;
}

.deity-tile h3 {
    font-family: var(--serif);
    font-size: 1.5rem;
    line-height: 1.1;
    margin: 2px 0 6px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.deity-tile div span {
    font-size: 0.58rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #f7c279;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.25s ease, transform 0.25s ease;
}

.deity-tile:hover div span {
    color: #ffffff;
    transform: translateX(4px);
}

.editorial-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    align-items: center;
    gap: 8vw
}

.editorial-copy h2 {
    font-size: clamp(3.1rem, 5vw, 5.7rem);
    margin-bottom: 22px
}

.editorial-copy>p {
    color: var(--muted);
    max-width: 580px
}

.editorial-hindi {
    font-size: 1.6rem;
    color: var(--red);
    margin: -5px 0 20px
}

.editorial-rule {
    display: grid;
    grid-template-columns: 2px 1fr;
    gap: 18px;
    margin: 28px 0 34px;
    max-width: 520px
}

.editorial-rule span {
    background: var(--orange)
}

.editorial-rule blockquote {
    margin: 0;
    font-family: var(--serif);
    font-size: 1.35rem;
    color: var(--maroon);
    line-height: 1.35
}

.collage {
    position: relative;
    height: 620px
}

.collage-a {
    position: absolute;
    left: 0;
    top: 0;
    width: 72%;
    height: 78%;
    overflow: hidden
}

.collage-b {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46%;
    height: 46%;
    overflow: hidden;
    border: 14px solid var(--cream)
}

.collage img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.collage-seal {
    position: absolute;
    left: 59%;
    top: 19%;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Serif Devanagari', serif;
    font-size: 1.6rem;
    box-shadow: var(--shadow)
}

.collage-seal span {
    font-family: var(--sans);
    font-size: .48rem;
    letter-spacing: .18em;
    margin-top: 3px
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 26px
}

.video-thumb {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    border: 0;
    padding: 0;
    background: var(--maroon);
    overflow: hidden;
    cursor: pointer
}

.video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .45s
}

.video-thumb:hover img {
    transform: scale(1.035);
    opacity: .84
}

.play-disc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    display: grid;
    place-items: center;
    padding-left: 3px;
    box-shadow: 0 10px 30px rgba(196, 52, 38, .45);
    transition: transform .35s cubic-bezier(0.175, 0.885, 0.32, 1.275), background .3s, box-shadow .3s
}

.video-thumb:hover .play-disc {
    transform: translate(-50%, -50%) scale(1.15);
    background: var(--orange);
    box-shadow: 0 14px 40px rgba(233, 121, 38, .6)
}

.video-copy {
    padding-top: 18px
}

.card-eyebrow {
    font-size: .62rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--orange);
    font-weight: 700
}

.video-copy h3,
.playlist-card h3 {
    font-family: var(--serif);
    font-size: 1.65rem;
    line-height: 1.05;
    color: var(--maroon);
    margin: 6px 0 8px
}

.video-copy small {
    color: var(--muted)
}

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

.playlist-card {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 22px;
    background: var(--cream);
    padding: 12px;
    align-items: center
}

.playlist-art {
    height: 112px;
    background: var(--maroon);
    display: grid;
    place-items: center;
    color: #fff
}

.playlist-art img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.playlist-card p {
    font-size: .8rem;
    color: var(--muted)
}

.empty-state {
    text-align: center;
    background: var(--cream);
    padding: 54px;
    max-width: 820px;
    margin: auto;
    border: 1px solid var(--line)
}

.empty-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--red);
    color: #fff;
    margin: 0 auto 18px
}

.empty-state h3 {
    font-family: var(--serif);
    font-size: 2rem;
    color: var(--maroon);
    margin: 0
}

.empty-state p {
    max-width: 650px;
    margin: 10px auto 24px;
    color: var(--muted)
}

.daily-banner {
    min-height: 610px;
    display: flex;
    align-items: center;
    position: relative;
    background-image: var(--daily-image);
    background-size: cover;
    background-position: center
}

.daily-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(53, 16, 13, .84), rgba(53, 16, 13, .32), rgba(53, 16, 13, .05))
}

.daily-content {
    position: relative;
    color: #fff
}

.daily-content h2 {
    color: #fff;
    font-size: clamp(3.5rem, 6vw, 6.8rem);
    max-width: 700px
}

.daily-content p {
    max-width: 540px;
    color: rgba(255, 255, 255, .83);
    margin: 20px 0 30px
}

.festival-feature {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    min-height: 560px;
    background: var(--paper)
}

.festival-image {
    position: relative;
    overflow: hidden
}

.festival-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.festival-date {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--red);
    color: #fff;
    width: 92px;
    height: 104px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .65rem
}

.festival-date strong {
    font-family: var(--serif);
    font-size: 2.8rem;
    line-height: .8
}

.festival-copy {
    padding: 68px 72px;
    align-self: center
}

.festival-copy h2 {
    font-size: clamp(3rem, 4vw, 5rem)
}

.festival-hindi {
    font-size: 1.45rem;
    color: var(--red);
    margin: 8px 0 15px
}

.festival-copy p {
    color: var(--muted)
}

.festival-copy dl {
    display: flex;
    gap: 45px;
    border-block: 1px solid var(--line);
    padding: 19px 0;
    margin: 26px 0
}

.festival-copy dt {
    font-size: .62rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--orange);
    font-weight: 700
}

.festival-copy dd {
    margin: 4px 0 0;
    font-family: var(--serif);
    font-size: 1.15rem;
    color: var(--maroon)
}

.editorial-grid.reverse {
    grid-template-columns: 1.08fr .92fr
}

.guidance-collage {
    height: 600px;
    position: relative
}

.guidance-photo-main {
    position: absolute;
    inset: 0 18% 8% 0
}

.guidance-photo-small {
    position: absolute;
    width: 45%;
    height: 45%;
    right: 0;
    bottom: 0;
    border: 12px solid var(--paper)
}

.guidance-collage img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.guidance-list {
    margin-top: 30px;
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.guidance-list>li,
.guidance-list>div {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 19px 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.guidance-list>li>span,
.guidance-list>div>span {
    font-family: var(--serif);
    font-size: 1.45rem;
    color: var(--orange);
    line-height: 1.2;
}

.guidance-list h3 {
    font-family: var(--serif);
    font-size: 1.5rem;
    color: var(--maroon);
    margin: 0
}

.guidance-list p {
    color: var(--muted);
    font-size: .88rem;
    margin: 4px 0
}

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

.content-card {
    background: transparent
}

.card-image-wrap {
    height: 300px;
    display: block;
    position: relative;
    overflow: hidden;
    background: var(--maroon)
}

.card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.content-card:hover .card-image-wrap img {
    transform: scale(1.045)
}

.card-arrow {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 42px;
    height: 42px;
    background: #fff;
    color: var(--maroon);
    display: grid;
    place-items: center;
    transform: translateY(-60px);
    transition: .25s
}

.content-card:hover .card-arrow {
    transform: none
}

.card-body {
    padding: 22px 2px
}

.card-body h3 {
    font-family: var(--serif);
    font-size: 2rem;
    line-height: 1.04;
    color: var(--maroon);
    margin: 7px 0 9px
}

.card-subtitle {
    color: var(--red);
    margin-bottom: 7px
}

.card-body p {
    color: var(--muted);
    font-size: .9rem;
    margin: 0
}

.image-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--maroon), var(--red));
    color: #fff;
    font-family: var(--serif);
    font-size: 3rem
}

/* Inner pages */
.page-hero {
    padding: 180px 0 92px;
    background: var(--cream);
    position: relative;
    overflow: hidden
}

.page-hero:after {
    content: 'ॐ';
    position: absolute;
    right: 4vw;
    top: 65px;
    color: rgba(160, 82, 50, .07);
    font-family: 'Noto Serif Devanagari';
    font-size: 270px
}

.page-hero .container {
    position: relative;
    z-index: 2
}

.page-hero h1 {
    font-size: clamp(3.8rem, 7vw, 7rem);
    max-width: 850px
}

.page-hero p {
    max-width: 620px;
    color: var(--muted);
    font-size: 1.03rem
}

.breadcrumb {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--muted);
    margin-bottom: 23px
}

.breadcrumb a {
    color: var(--orange)
}

.listing-section {
    padding: 80px 0 110px;
    background: var(--paper)
}

.listing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 28px
}

.pagination-wrap {
    margin-top: 50px
}

.pagination-wrap nav>div:first-child {
    display: none
}

.pagination-wrap nav>div:last-child {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.pagination-wrap nav span,
.pagination-wrap nav a {
    display: inline-flex;
    padding: 8px 12px;
    border: 1px solid var(--line);
    margin: 2px;
    background: var(--paper)
}

.detail-hero {
    padding: 160px 0 70px;
    background: var(--cream)
}

.detail-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7vw;
    align-items: center
}

.detail-hero-image {
    height: 560px;
    overflow: hidden
}

.detail-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.detail-hero-heading-group {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 16px;
}

.detail-hero h1 {
    font-family: 'Noto Serif Devanagari', var(--serif);
    font-size: clamp(2.8rem, 5.5vw, 5.2rem);
    line-height: 1.14;
    color: var(--maroon);
    margin: 0;
}

.detail-subtitle-english {
    font-family: var(--display, 'Cinzel'), var(--serif);
    font-size: clamp(1.1rem, 2vw, 1.55rem);
    color: var(--gold, #c68a2c);
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.25;
    display: block;
}

.detail-hindi {
    font-size: clamp(1.25rem, 2.5vw, 1.8rem);
    line-height: 1.3;
    color: var(--red);
    margin-bottom: 18px;
}

.bilingual-section-subhead {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.4rem 0.85rem;
}

.bilingual-section-subhead .heading-hindi-primary {
    font-family: 'Noto Serif Devanagari', serif;
    font-size: clamp(1.4rem, 2.3vw, 2rem);
    color: var(--maroon);
    font-weight: 600;
}

.bilingual-section-subhead .heading-english-sub {
    font-family: var(--display, 'Cinzel'), var(--sans);
    font-size: clamp(0.92rem, 1.3vw, 1.15rem);
    color: var(--gold, #c68a2c);
    font-weight: 500;
    letter-spacing: 0.04em;
}

body.reading-dark .detail-subtitle-english,
body.reading-dark .bilingual-section-subhead .heading-english-sub {
    color: #f5ab48;
}

body.reading-dark .bilingual-section-subhead .heading-hindi-primary {
    color: #f0e6d6;
}

.detail-hero p {
    color: var(--muted);
    max-width: 560px
}


.detail-content {
    padding: 80px 0 110px;
    background: var(--paper)
}

.reading-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 760px);
    gap: 70px;
    justify-content: center
}

.reading-tools {
    position: sticky;
    top: 116px;
    align-self: start
}

.reading-tools h4 {
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .66rem;
    color: var(--orange);
    margin: 0 0 12px
}

.reading-tools a,
.reading-tools button {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
    padding: 8px 0;
    color: var(--muted);
    cursor: pointer
}

.tool-row {
    display: flex;
    gap: 7px;
    margin-top: 18px
}

.tool-row button {
    width: 38px;
    height: 38px;
    border: 1px solid var(--line);
    display: grid;
    place-items: center;
    padding: 0;
    text-align: center
}

.sacred-reader {
    font-size: 1rem
}

.sacred-reader section {
    padding: 30px 0;
    border-top: 1px solid var(--line)
}

.sacred-reader section:first-child {
    border-top: 0;
    padding-top: 0
}

.sacred-reader h2 {
    font-family: var(--serif);
    font-size: 2.55rem;
    color: var(--maroon);
    margin: 0 0 13px
}

.article-content-heading {
    margin-bottom: 1.5rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--line, #e2d9cd);
}

.article-content-heading .heading-primary-hindi {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    line-height: 1.25;
    color: var(--maroon, #83231c);
    margin: 0;
}

.article-content-heading .heading-secondary-english {
    font-size: clamp(0.85rem, 1.2vw, 1.05rem);
    letter-spacing: 0.06em;
    color: var(--gold, #c68a2c);
    margin-top: 0.25rem;
}

body.reading-dark .article-content-heading {
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

body.reading-dark .article-content-heading .heading-primary-hindi {
    color: #f0e6d6;
}

body.reading-dark .article-content-heading .heading-secondary-english {
    color: #f5ab48;
}

.sacred-text {
    font-family: 'Noto Serif Devanagari', serif;
    font-size: 1.28rem;
    line-height: 1.65;
    color: var(--maroon);
    word-break: break-word;
}

.sacred-text:not(:has(p)) {
    white-space: pre-line;
}

.sacred-text p {
    margin: 0 0 0.35rem;
    line-height: 1.65;
}

.sacred-text p:last-child {
    margin-bottom: 0;
}

/* Stanza divider (empty paragraph with only br or empty) */
.sacred-text p:has(> br:only-child),
.sacred-text p:empty {
    display: block;
    height: 1.15rem;
    margin: 0;
    line-height: 1.15rem;
}

.sacred-text h2:has(> br:only-child),
.sacred-text h3:has(> br:only-child),
.prose-text h2:has(> br:only-child),
.prose-text h3:has(> br:only-child) {
    display: none;
}

.sacred-text h2,
.prose-text h2 {
    font-family: var(--serif);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--maroon);
    margin: 1.25rem 0 0.45rem;
    line-height: 1.35;
}

.sacred-text h3,
.prose-text h3 {
    font-family: var(--serif);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--maroon);
    margin: 1rem 0 0.35rem;
    line-height: 1.35;
}

.sacred-text blockquote,
.prose-text blockquote {
    border-left: 3px solid var(--gold, #c68a2c);
    padding: 8px 16px;
    margin: 0.8rem 0;
    background: rgba(245, 185, 98, 0.08);
    font-style: italic;
    color: var(--ink, #2a1714);
}

.sacred-text ul,
.prose-text ul {
    list-style-type: disc;
    margin: 0.5rem 0 0.5rem 1.4rem;
    padding-left: 0.5rem;
}

.sacred-text ol,
.prose-text ol {
    list-style-type: decimal;
    margin: 0.5rem 0 0.5rem 1.4rem;
    padding-left: 0.5rem;
}

.sacred-text li,
.prose-text li {
    margin-bottom: 0.3rem;
    line-height: 1.65;
}

/* Quill text alignment classes */
.ql-align-center,
.sacred-text .ql-align-center,
.prose-text .ql-align-center,
.translit-text .ql-align-center,
.translation-text .ql-align-center {
    text-align: center;
}

.ql-align-right,
.sacred-text .ql-align-right,
.prose-text .ql-align-right,
.translit-text .ql-align-right,
.translation-text .ql-align-right {
    text-align: right;
}

.ql-align-justify,
.sacred-text .ql-align-justify,
.prose-text .ql-align-justify,
.translit-text .ql-align-justify,
.translation-text .ql-align-justify {
    text-align: justify;
}

/* Prevent unwanted pasted background highlight colors from spoiling devotional theme */
.sacred-text [style*="background"],
.prose-text [style*="background"],
.translit-text [style*="background"],
.translation-text [style*="background"] {
    background: transparent !important;
    background-color: transparent !important;
}

.translit-text,
.translation-text {
    line-height: 1.85;
    color: var(--ink);
}

.translit-text:not(:has(p)),
.translation-text:not(:has(p)) {
    white-space: pre-line;
}

.translit-text p,
.translation-text p {
    margin: 0 0 0.4rem;
}

.prose-text {
    color: var(--muted);
    line-height: 1.8;
}

.prose-text:not(:has(p)) {
    white-space: pre-line;
}

.prose-text p {
    margin: 0 0 0.75rem;
}

.prose-text p:has(> br:only-child),
.prose-text p:empty {
    display: block;
    height: 0.9rem;
    margin: 0;
    line-height: 0.9rem;
}

.prose-text p:last-child {
    margin-bottom: 0;
}

.meta-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px
}

.meta-pills span {
    border: 1px solid var(--gold);
    padding: 7px 12px;
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--maroon)
}

.tabs {
    display: flex;
    gap: 0;
    border-bottom: 1px solid var(--line);
    margin-bottom: 24px;
    overflow: auto
}

.tabs button {
    border: 0;
    background: transparent;
    padding: 12px 18px;
    color: var(--muted);
    cursor: pointer;
    white-space: nowrap
}

.tabs button.active {
    color: var(--red);
    border-bottom: 2px solid var(--red)
}

.tab-panel[hidden] {
    display: none
}

.deity-profile-grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 60px
}

.deity-profile-image {
    height: 520px
}

.deity-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.content-groups {
    margin-top: 60px
}

.content-group {
    padding: 42px 0;
    border-top: 1px solid var(--line)
}

.content-group-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 25px
}

.content-group h2 {
    font-family: var(--serif);
    font-size: 2.8rem;
    color: var(--maroon);
    margin: 0
}

.mini-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.mini-card {
    padding: 22px;
    background: var(--cream);
    border-left: 2px solid var(--orange)
}

.mini-card h3 {
    font-family: var(--serif);
    font-size: 1.5rem;
    color: var(--maroon);
    margin: 0 0 6px
}

.mini-card p {
    color: var(--muted);
    font-size: .82rem
}

.search-results {
    max-width: 900px;
    margin: auto
}

.search-result {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 25px;
    padding: 25px 0;
    border-bottom: 1px solid var(--line)
}

.search-result img {
    width: 150px;
    height: 105px;
    object-fit: cover
}

.search-result h2 {
    font-family: var(--serif);
    font-size: 1.8rem;
    margin: 2px 0 5px;
    color: var(--maroon)
}

.search-result p {
    color: var(--muted);
    margin: 0
}

.playlist-player {
    background: #160d0c;
    padding: 20px
}

.ratio-16x9 {
    position: relative;
    aspect-ratio: 16/9;
    background: #130b0a
}

.ratio-16x9 iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.video-detail-copy {
    padding: 36px 0
}

.video-detail-copy h1 {
    font-family: var(--serif);
    font-size: 3rem;
    color: var(--maroon)
}

/* Modal */
.video-modal {
    position: fixed;
    z-index: 300;
    inset: 0;
    background: rgba(15, 7, 6, .94);
    display: grid;
    place-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .2s
}

.video-modal.open {
    opacity: 1;
    visibility: visible
}

.video-modal-shell {
    width: min(1000px, calc(100% - 40px))
}

.video-modal-close {
    position: absolute;
    top: 24px;
    right: 30px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 2.8rem;
    cursor: pointer
}

/* Footer */
.site-footer {
    background: var(--maroon);
    color: #f7eadb;
    padding: 76px 0 22px;
    border-top: 4px solid var(--orange)
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr .7fr .7fr 1fr;
    gap: 70px;
    padding-bottom: 52px
}

.footer-grid section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px
}

.footer-grid h3 {
    color: #efac52;
    font-size: .68rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin: 0 0 12px
}

.footer-grid p,
.footer-grid a {
    font-size: .83rem;
    color: rgba(255, 246, 233, .72);
    margin: 0
}

.footer-grid a:hover {
    color: #f4b158
}

/* Footer Social Media Links */
.footer-social-links {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.social-link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(245, 185, 98, 0.25);
    color: #f7eadb;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    text-decoration: none;
}

.social-link-btn:hover {
    background: rgba(233, 121, 38, 0.2);
    border-color: #efac52;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    color: #efac52;
}

.social-link-btn:focus-visible {
    outline: 2px solid #efac52;
    outline-offset: 3px;
}

.social-lottie-icon {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.social-static-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.3s ease;
}

.social-static-icon i,
.social-static-icon svg {
    width: 20px;
    height: 20px;
    stroke-width: 2px;
    transition: stroke-width 0.25s ease;
}

.social-link-btn:hover .social-static-icon {
    transform: scale(1.18) rotate(-6deg);
    color: #efac52;
}

@media (prefers-reduced-motion: reduce) {
    .social-link-btn {
        transition: none;
        transform: none !important;
    }
    .social-static-icon {
        transition: none;
        transform: none !important;
    }
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--display);
    letter-spacing: .1em;
    margin-bottom: 7px
}

.footer-brand .brand-mark {
    width: 36px;
    height: 36px
}

.footer-mantra {
    font-size: .6rem;
    letter-spacing: .15em;
    color: #f4b158;
    margin-top: 13px
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: .69rem;
    color: rgba(255, 255, 255, .52)
}

.powered-by-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.02em;
}

.powered-by-tag img.powered-by-logo {
    height: 18px;
    width: auto;
    max-width: 90px;
    object-fit: contain;
    vertical-align: middle;
    filter: drop-shadow(0 0 5px rgba(245, 185, 98, 0.35));
}

.powered-by-tag strong {
    color: #f5b962;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 16px;
}


.back-to-top {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .25);
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.25s ease
}

.back-to-top:hover {
    border-color: var(--orange);
    background: rgba(245, 185, 98, 0.15);
    transform: translateY(-3px);
    box-shadow: 0 4px 14px rgba(245, 185, 98, 0.3)
}

.back-to-top [data-lottie-path] svg {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    overflow: visible !important
}

/* Responsive */
@media(max-width:1140px) {
    .desktop-nav {
        display: none
    }

    .menu-toggle {
        display: grid
    }

    .deity-strip {
        scrollbar-width: none;
    }

    .deity-tile {
        height: 380px
    }

    .practice-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .practice-item:nth-child(2) {
        border-right: 0
    }

    .practice-item:nth-child(-n+2) {
        border-bottom: 1px solid var(--line)
    }

    .footer-grid {
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 40px
    }

    .footer-grid section:last-child {
        grid-column: 1/-1
    }

    .listing-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:850px) {
    .section {
        padding: 78px 0
    }

    .container {
        width: min(100% - 30px, var(--container))
    }

    .hero-section {
        min-height: 820px
    }

    .hero-content {
        padding-bottom: 90px
    }

    .hero-content h1 {
        font-size: clamp(3.7rem, 15vw, 6.2rem);
        max-width: 700px
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px
    }

    .scroll-cue {
        display: none
    }

    .split-heading {
        align-items: flex-start;
        flex-direction: column
    }

    .editorial-grid,
    .editorial-grid.reverse,
    .festival-feature,
    .detail-hero-grid,
    .deity-profile-grid {
        grid-template-columns: 1fr
    }

    .collage {
        height: 540px;
        margin-top: 25px
    }

    .festival-copy {
        padding: 50px 34px
    }

    .guidance-collage {
        height: 500px;
        order: 2
    }

    .video-grid,
    .article-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-grid section:last-child {
        grid-column: auto
    }

    .reading-layout {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .reading-tools {
        position: static;
        border-bottom: 1px solid var(--line);
        padding-bottom: 18px
    }

    .reading-tools>a {
        display: none
    }

    .detail-hero-image {
        height: 460px
    }

    .mini-card-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:600px) {
    body {
        font-size: 15px
    }

    .header-inner {
        height: 74px
    }

    .site-header {
        height: 74px
    }

    .brand {
        min-width: 0
    }

    .brand-logo-img {
        width: 54px !important;
        height: 54px !important;
    }

    .brand-mark {
        width: 36px;
        height: 36px
    }

    .brand-copy strong {
        font-size: .86rem
    }

    .brand-copy small {
        font-size: .46rem
    }

    .admin-chip {
        display: none
    }

    .hero-section {
        min-height: 760px;
        background-position: 58% center
    }

    .hero-content {
        padding-bottom: 74px
    }

    .hero-content h1 {
        font-size: 3.7rem;
        line-height: .9
    }

    .hero-content p {
        font-size: .92rem
    }

    .hero-ornament {
        font-size: 240px;
        right: -45px
    }

    .section-heading {
        margin-bottom: 38px
    }

    .section-heading h2 {
        font-size: 3rem
    }

    .practice-grid {
        grid-template-columns: 1fr
    }

    .practice-item {
        border-right: 0 !important;
        border-bottom: 1px solid var(--line) !important;
        padding: 30px 20px
    }

    .practice-item:last-child {
        border-bottom: 0 !important
    }

    .deity-strip {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        margin-right: -15px;
        padding-right: 15px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .deity-tile {
        flex: 0 0 78vw;
        height: 430px;
        scroll-snap-align: start
    }

    .editorial-copy h2,
    .daily-content h2 {
        font-size: 3.6rem
    }

    .collage {
        height: 430px
    }

    .collage-b {
        border-width: 8px
    }

    .collage-seal {
        width: 92px;
        height: 92px;
        font-size: 1.2rem
    }

    .video-grid,
    .article-grid,
    .listing-grid,
    .playlist-grid {
        grid-template-columns: 1fr
    }

    .video-card,
    .content-card {
        max-width: none
    }

    .daily-banner {
        min-height: 620px;
        background-position: 62% center
    }

    .festival-image {
        height: 390px
    }

    .festival-copy {
        padding: 42px 24px
    }

    .festival-copy h2 {
        font-size: 3.5rem
    }

    .festival-copy dl {
        gap: 20px;
        flex-direction: column
    }

    .guidance-collage {
        height: 400px
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 34px
    }

    .footer-bottom {
        align-items: flex-start;
        flex-wrap: wrap
    }

    .page-hero {
        padding: 135px 0 65px
    }

    .page-hero h1 {
        font-size: 3.8rem
    }

    .page-hero:after {
        font-size: 180px
    }

    .listing-section {
        padding: 55px 0 80px
    }

    .card-image-wrap {
        height: 280px
    }

    .detail-hero {
        padding: 125px 0 48px
    }

    .detail-hero h1 {
        font-size: 4rem
    }

    .detail-hero-image {
        height: 390px
    }

    .detail-content {
        padding: 55px 0 80px
    }

    .sacred-reader h2 {
        font-size: 2.25rem
    }

    .sacred-text {
        font-size: 1.2rem
    }

    .mini-card-grid {
        grid-template-columns: 1fr
    }

    .search-form {
        flex-direction: column
    }

    .search-result {
        grid-template-columns: 1fr
    }

    .search-result img {
        width: 100%;
        height: 190px
    }

    .mobile-menu-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important
    }
}

@media print {

    .site-header,
    .site-footer,
    .reading-tools,
    .btn,
    .video-modal {
        display: none !important
    }

    .detail-hero {
        padding: 20px 0
    }

    .detail-hero-image {
        display: none
    }

    .detail-content {
        padding: 0
    }

    .reading-layout {
        display: block
    }

    .sacred-reader {
        font-size: 12pt
    }
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap
}

.pagination-pages {
    display: flex;
    gap: 4px
}

.pagination a,
.pagination span {
    display: inline-flex;
    min-width: 34px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 6px 9px;
    border: 1px solid var(--line);
    font-size: .72rem
}

.pagination .current {
    background: var(--red);
    color: #fff;
    border-color: var(--red)
}

.pagination .disabled {
    opacity: .45
}

.jaap-modal {
    position: fixed;
    z-index: 320;
    inset: 0;
    background: rgba(20, 8, 7, .88);
    display: grid;
    place-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    padding: 20px
}

.jaap-modal.open {
    opacity: 1;
    visibility: visible
}

.jaap-shell {
    position: relative;
    width: min(520px, 100%);
    background: var(--cream-2);
    padding: 38px;
    text-align: center;
    border-top: 4px solid var(--orange);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .3)
}

.jaap-close {
    position: absolute;
    right: 15px;
    top: 8px;
    border: 0;
    background: transparent;
    color: var(--maroon);
    font-size: 2rem;
    cursor: pointer
}

.jaap-text {
    font-size: 2rem;
    color: var(--maroon);
    margin: 7px 0
}

.jaap-translit {
    color: var(--muted);
    font-size: .84rem;
    margin-bottom: 24px
}

.jaap-bead {
    width: 166px;
    height: 166px;
    border-radius: 50%;
    border: 6px solid var(--cream-2);
    outline: 3px solid rgba(227, 125, 42, .35);
    background: linear-gradient(145deg, var(--orange), var(--red));
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 26px;
    cursor: pointer;
    box-shadow: 0 18px 45px rgba(169, 43, 36, .28)
}

.jaap-bead:active {
    transform: scale(.97)
}

.jaap-bead small {
    font-size: .58rem;
    letter-spacing: .14em
}

.jaap-bead strong {
    font-family: var(--serif);
    font-size: 3rem;
    line-height: 1
}

.jaap-bead span {
    font-size: .68rem
}

.jaap-progress {
    height: 7px;
    background: rgba(200, 154, 70, .22);
    overflow: hidden
}

.jaap-progress span {
    display: block;
    height: 100%;
    width: 0;
    background: var(--red);
    transition: width .15s
}

.jaap-status {
    color: var(--muted);
    font-size: .8rem;
    margin: 12px 0 20px
}

/* ═══════════════════════════════════════════════════
   HERO SLIDER
   ═══════════════════════════════════════════════════ */
.hero-slider {
    position: relative;
    min-height: 95vh;
    overflow: hidden;
    display: block;
    background-color: #240e0b;
    background-image: linear-gradient(135deg, #3a1612 0%, #1a0806 100%)
}

.hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .85s cubic-bezier(0.4, 0, 0.2, 1), visibility .85s step-end;
    background-color: #240e0b;
    z-index: 1
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity .85s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s;
    z-index: 2
}

.hero-slide .hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-color: #240e0b;
    animation: heroKenBurns 22s ease-in-out infinite alternate;
    will-change: transform
}

.hero-slide .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20, 7, 5, .92) 0%, rgba(20, 7, 5, .72) 45%, rgba(20, 7, 5, .45) 75%),
        linear-gradient(0deg, rgba(15, 5, 4, .82) 0%, transparent 60%)
}

.hero-slide .hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-bottom: 11vh
}

.hero-slide .hero-content h1 {
    font-family: var(--serif);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: .9;
    font-size: clamp(4.1rem, 8vw, 8.6rem);
    max-width: 900px;
    margin: 0 0 25px
}

.hero-slide .hero-content p {
    font-size: 1.05rem;
    max-width: 620px;
    color: rgba(255, 255, 255, .88);
    margin: 0 0 32px
}

.hero-controls {
    position: absolute;
    z-index: 10;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 18px;
    background: transparent
}

.hero-dots {
    position: static;
    transform: none;
    display: flex;
    align-items: center;
    gap: 10px
}

.hero-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, .4);
    cursor: pointer;
    transition: background .3s, transform .3s;
    padding: 0
}

.hero-dot.active {
    background: #fff;
    transform: scale(1.35)
}

.hero-arrow {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 50%;
    background: rgba(26, 8, 6, 0.5) !important;
    backdrop-filter: blur(8px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    color: #fff;
    cursor: pointer;
    transition: transform .25s ease, opacity .25s ease, background .25s ease, border-color .25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 0.9;
}

.hero-arrow svg path,
.scroll-cue svg path {
    stroke: #ffffff !important;
}

.hero-arrow svg {
    transition: transform .25s ease;
    display: block;
}

.hero-arrow:hover {
    background: var(--red) !important;
    border-color: var(--orange) !important;
    opacity: 1;
    transform: scale(1.15);
    box-shadow: 0 0 12px rgba(227, 125, 42, 0.75) !important;
}

.hero-arrow-prev:hover svg {
    transform: translateX(-2px)
}

.hero-arrow-next:hover svg {
    transform: translateX(2px)
}

.scroll-cue {
    position: absolute;
    z-index: 10;
    right: 4vw;
    bottom: 42px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: .58rem;
    text-transform: uppercase;
    letter-spacing: .18em;
    writing-mode: vertical-rl;
    text-decoration: none
}

.scroll-cue [data-lottie-path] svg {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    overflow: visible !important
}

.scroll-mouse-icon {
    width: 18px;
    height: 28px;
    border: 2px solid rgba(255, 255, 255, .7);
    border-radius: 12px;
    display: inline-block;
    position: relative
}

.scroll-mouse-wheel {
    width: 3px;
    height: 6px;
    background: #f5b962;
    border-radius: 2px;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    animation: mouseWheelScroll 1.6s ease-in-out infinite
}

@keyframes mouseWheelScroll {
    0% {
        top: 4px;
        opacity: 1
    }

    70% {
        top: 14px;
        opacity: 0
    }

    100% {
        top: 4px;
        opacity: 0
    }
}

display: flex;
align-items: center;
gap: 12px;
font-size: .58rem;
text-transform: uppercase;
letter-spacing: .18em;
writing-mode: vertical-rl
}

/* ═══════════════════════════════════════════════════
   DESKTOP NAV — MORE DROPDOWN
   ═══════════════════════════════════════════════════ */
.nav-more {
    position: relative
}

.nav-more-btn {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    color: inherit;
    font: inherit;
    font-size: .68rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 33px 0;
    position: relative;
    border-radius: 0 !important
}

.nav-more-btn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 22px;
    height: 1px;
    background: var(--orange);
    transition: right .2s
}

.nav-more-btn:hover::after,
.nav-more-btn[aria-expanded="true"]::after {
    right: 0
}

.nav-more-caret {
    font-size: .55rem;
    transition: transform .2s
}

.nav-more-btn[aria-expanded="true"] .nav-more-caret {
    transform: rotate(180deg)
}

.nav-more-menu {
    position: absolute;
    top: calc(100% - 12px);
    right: 0;
    min-width: 200px;
    background: var(--cream-2);
    border-top: 2px solid var(--orange);
    box-shadow: 0 20px 60px rgba(40, 17, 14, .14);
    padding: 10px 0;
    z-index: 200
}

.nav-more-menu a {
    display: block;
    padding: 11px 22px;
    font-size: .72rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--ink);
    border-bottom: 1px solid var(--line);
    transition: background .15s, color .15s
}

.nav-more-menu a:last-child {
    border-bottom: 0
}

.nav-more-menu a:hover,
.nav-more-menu a.active {
    background: var(--orange);
    color: #fff
}

/* ═══════════════════════════════════════════════════
   SECTION-TO-SECTION SPACING & DECORATIVE DIVIDER
   ═══════════════════════════════════════════════════ */
.section.section-cream + .section.section-cream {
    padding-top: clamp(2.25rem, 3.5vw, 3.25rem);
}

.section.editorial-feature {
    padding-bottom: clamp(2.25rem, 3.5vw, 3.25rem);
}

.section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    max-width: 340px;
    margin: -16px auto clamp(20px, 2.5vw, 32px);
    color: var(--orange);
    opacity: 0.85;
}

.section-divider .divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold, #c89a46), transparent);
}

.section-divider .divider-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: var(--orange, #e97926);
    line-height: 1;
    transform: translateY(-2px);
}

.section-divider .damru-icon {
    width: 42px;
    height: 36px;
    display: block;
    fill: currentColor;
    transform-origin: center center;
    animation: damruPlay 2.8s ease-in-out infinite;
    transition: color 0.3s ease, transform 0.3s ease;
    overflow: visible;
}

.damru-icon .sound-wave {
    transform-origin: 12px 12px;
    animation: damruSoundWave 2.8s ease-in-out infinite;
    opacity: 0;
}

.damru-icon .wave-l2,
.damru-icon .wave-r2 {
    animation-delay: 0.15s;
}

.damru-icon .sound-spark {
    animation: damruSparkBlast 2.8s cubic-bezier(0.16, 1, 0.3, 1) infinite;
    opacity: 0;
}

.damru-icon .spark-2 {
    animation-delay: 0.35s;
}

.section-divider:hover .damru-icon .sound-wave,
.section-divider:hover .damru-icon .sound-spark,
.section-divider:hover .damru-icon .damru-string-left,
.section-divider:hover .damru-icon .damru-string-right {
    animation-duration: 1.2s;
}

.damru-string-left {
    transform-origin: 10.5px 12px;
    animation: damruStringLeft 2.8s ease-in-out infinite;
}

.damru-string-right {
    transform-origin: 13.5px 12px;
    animation: damruStringRight 2.8s ease-in-out infinite;
}

@keyframes damruPlay {
    0%, 100% {
        transform: rotate(0deg) scale(1);
    }
    12% {
        transform: rotate(-18deg) scale(1.06);
    }
    24% {
        transform: rotate(18deg) scale(1.06);
    }
    36% {
        transform: rotate(-14deg) scale(1.03);
    }
    48% {
        transform: rotate(14deg) scale(1.03);
    }
    60% {
        transform: rotate(-6deg);
    }
    72% {
        transform: rotate(6deg);
    }
    84% {
        transform: rotate(0deg);
    }
}

@keyframes damruStringLeft {
    0%, 100% {
        transform: rotate(0deg);
    }
    12% {
        transform: rotate(26deg) scale(1.08);
    }
    24% {
        transform: rotate(-30deg) scale(0.92);
    }
    36% {
        transform: rotate(22deg) scale(1.05);
    }
    48% {
        transform: rotate(-24deg) scale(0.95);
    }
    60% {
        transform: rotate(10deg);
    }
    72% {
        transform: rotate(-12deg);
    }
    84% {
        transform: rotate(0deg);
    }
}

@keyframes damruStringRight {
    0%, 100% {
        transform: rotate(0deg);
    }
    12% {
        transform: rotate(-30deg) scale(0.92);
    }
    24% {
        transform: rotate(26deg) scale(1.08);
    }
    36% {
        transform: rotate(-24deg) scale(0.95);
    }
    48% {
        transform: rotate(22deg) scale(1.05);
    }
    60% {
        transform: rotate(-12deg);
    }
    72% {
        transform: rotate(10deg);
    }
    84% {
        transform: rotate(0deg);
    }
}

@keyframes damruSoundWave {
    0% {
        opacity: 0;
        transform: scale(0.65);
        stroke-dasharray: 2 6;
    }
    14% {
        opacity: 0.95;
        transform: scale(1.1);
        stroke-dasharray: 10 0;
        color: var(--saffron, #e99a35);
    }
    26% {
        opacity: 0;
        transform: scale(1.25);
        stroke-dasharray: 3 5;
    }
    42% {
        opacity: 0.95;
        transform: scale(1.1);
        stroke-dasharray: 10 0;
        color: var(--saffron, #e99a35);
    }
    54%, 100% {
        opacity: 0;
        transform: scale(0.65);
        stroke-dasharray: 2 6;
    }
}

@keyframes damruSparkBlast {
    0% {
        opacity: 0;
        transform: translate(0, 0) scale(0.3);
    }
    14% {
        opacity: 1;
        transform: translate(-3px, -3px) scale(1.35);
        fill: var(--saffron, #e99a35);
    }
    26% {
        opacity: 0;
        transform: translate(-6px, -6px) scale(0.1);
    }
    42% {
        opacity: 1;
        transform: translate(-3px, -3px) scale(1.35);
        fill: var(--saffron, #e99a35);
    }
    54%, 100% {
        opacity: 0;
        transform: translate(0, 0) scale(0.3);
    }
}

/* ═══════════════════════════════════════════════════
   MANTRA SAAR SECTION
   ═══════════════════════════════════════════════════ */
.mantra-saar-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 0
}

.mantra-saar-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 380px;
    background: var(--paper);
    overflow: hidden;
    border: 1px solid var(--line);
    transition: box-shadow .3s, transform .3s;
    text-decoration: none;
    color: var(--ink)
}

.mantra-saar-card:hover {
    box-shadow: 0 20px 55px rgba(40, 17, 14, .13);
    transform: translateY(-4px)
}

.mantra-saar-img {
    position: relative;
    overflow: hidden
}

.mantra-saar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s
}

.mantra-saar-card:hover .mantra-saar-img img {
    transform: scale(1.06)
}

.mantra-saar-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(35, 13, 10, .55), transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 20px
}

.mantra-saar-symbol {
    font-size: 3rem;
    color: #f7c879;
    line-height: 1
}

.mantra-saar-copy {
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px
}

.mantra-saar-copy h3 {
    font-family: 'Noto Serif Devanagari', serif;
    font-size: 1.85rem;
    color: var(--maroon);
    margin: 0;
    line-height: 1.2
}

.mantra-saar-copy p {
    color: var(--muted);
    font-size: .88rem;
    margin: 0;
    line-height: 1.7
}

.daily-mantra-meaning {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mantra-saar-card-alt .mantra-saar-copy h3 {
    font-family: 'Noto Serif Devanagari', serif
}

/* ═══════════════════════════════════════════════════
   PAVITRA GRANTH SECTION
   ═══════════════════════════════════════════════════ */
.granth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    margin-top: 0;
    width: 100%;
}

.granth-card {
    display: block;
    background: var(--cream);
    overflow: hidden;
    border: 1px solid var(--line);
    transition: box-shadow .3s, transform .3s;
    color: var(--ink);
    text-decoration: none
}

.granth-card:hover {
    box-shadow: 0 20px 55px rgba(40, 17, 14, .12);
    transform: translateY(-5px)
}

.granth-image {
    position: relative;
    height: 300px;
    overflow: hidden
}

.granth-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s
}

.granth-card:hover .granth-image img {
    transform: scale(1.07)
}

.granth-badge {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--red);
    color: #fff;
    padding: 7px 16px;
    font-size: .62rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-weight: 700
}

.granth-body {
    padding: 28px 30px 30px
}

.granth-body h3 {
    font-size: 2.1rem;
    color: var(--maroon);
    margin: 6px 0 3px;
    line-height: 1.15
}

.granth-subtitle {
    color: var(--orange);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.granth-body>p {
    color: var(--muted);
    font-size: .88rem;
    line-height: 1.7;
    margin-bottom: 20px
}

.granth-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--maroon);
    border-bottom: 1px solid var(--gold);
    padding-bottom: 4px
}

/* ═══════════════════════════════════════════════════
   LISTING BANNER SLIDER
   ═══════════════════════════════════════════════════ */
.listing-banner-slider {
    position: relative;
    height: 460px;
    overflow: hidden;
    margin-top: 86px;
    background-color: #240e0b;
    background-image: linear-gradient(135deg, #3a1612 0%, #1a0806 100%)
}

.listing-banner-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-color: #240e0b;
    display: none;
    opacity: 0;
    transition: opacity .8s
}

.listing-banner-slide.active {
    display: block;
    opacity: 1;
    z-index: 1
}

.listing-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20, 7, 5, .94) 0%, rgba(20, 7, 5, .78) 50%, rgba(20, 7, 5, .6) 100%),
        linear-gradient(0deg, rgba(15, 5, 4, .8) 0%, transparent 60%);
    display: flex;
    align-items: center;
    z-index: 2
}

.listing-banner-content {
    padding-top: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.listing-banner-content .breadcrumb {
    margin-bottom: 14px
}

.listing-banner-content .eyebrow {
    margin-bottom: 12px;
    margin-top: 4px;
    line-height: 1.3
}

.banner-heading-bilingual {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin: 8px 0 16px;
}

.banner-heading-bilingual h1,
.listing-banner-content h1 {
    font-family: 'Noto Serif Devanagari', serif;
    font-size: clamp(2.6rem, 5vw, 4.5rem);
    line-height: 1.18;
    margin: 0;
    max-width: 820px;
}

.listing-banner-subtitle {
    font-family: var(--display, 'Cinzel'), var(--sans);
    font-size: clamp(1rem, 1.8vw, 1.35rem);
    color: #f5b962;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.25;
}

.page-hero-subtitle {
    font-family: var(--display, 'Cinzel'), var(--sans);
    font-size: clamp(1.05rem, 1.8vw, 1.4rem);
    color: var(--gold, #c68a2c);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 14px;
}


.listing-banner-dots {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 9px;
    z-index: 3
}

.listing-banner-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, .38);
    cursor: pointer;
    padding: 0;
    transition: background .3s, transform .3s
}

.listing-banner-dot.active {
    background: #fff;
    transform: scale(1.4)
}

/* ═══════════════════════════════════════════════════
   HORIZONTAL LISTING CARDS
   ═══════════════════════════════════════════════════ */
.h-listing-grid {
    display: grid;
    gap: 0;
    border: 1px solid var(--line)
}

.h-listing-card {
    display: grid;
    grid-template-columns: 220px 1fr;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    text-decoration: none;
    transition: background .2s
}

.h-listing-card:last-child {
    border-bottom: 0
}

.h-listing-card:hover {
    background: var(--cream)
}

.h-listing-img {
    height: 180px;
    overflow: hidden;
    background: var(--maroon);
    flex-shrink: 0
}

.h-listing-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s
}

.h-listing-card:hover .h-listing-img img {
    transform: scale(1.06)
}

.h-listing-body {
    padding: 22px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px
}

.h-listing-hindi {
    font-size: 1.25rem;
    color: var(--red);
    line-height: 1.2
}

.h-listing-body h3 {
    font-family: var(--serif);
    font-size: 1.75rem;
    color: var(--maroon);
    margin: 0;
    line-height: 1.1
}

.h-listing-body p {
    color: var(--muted);
    font-size: .85rem;
    margin: 0;
    line-height: 1.55
}

.h-listing-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--red);
    margin-top: 6px
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE — NEW COMPONENTS
   ═══════════════════════════════════════════════════ */
@media(max-width:1140px) {

    .mantra-saar-grid {
        grid-template-columns: 1fr
    }

    .mantra-saar-card {
        min-height: 280px
    }
}

@media(max-width:850px) {
    .hero-slider {
        min-height: 760px
    }

    .hero-slide.active {
        min-height: 760px
    }

    .hero-slide .hero-content h1 {
        font-size: 3.7rem
    }

    .hero-arrow {
        width: 34px;
        height: 34px;
    }

    .mantra-saar-card {
        grid-template-columns: 1fr;
        min-height: auto
    }

    .mantra-saar-img {
        height: 220px
    }

    .listing-banner-slider {
        height: 340px
    }

    .listing-banner-content h1 {
        font-size: 2.4rem
    }

    .h-listing-card {
        grid-template-columns: 140px 1fr
    }

    .h-listing-img {
        height: 140px
    }

    .h-listing-body {
        padding: 16px 18px
    }

    .h-listing-body h3 {
        font-size: 1.4rem
    }

    .granth-grid {
        grid-template-columns: 1fr
    }

    .granth-image {
        height: 220px
    }

    .nav-more-menu {
        right: auto;
        left: 0
    }
}

@media(max-width:600px) {
    .h-listing-card {
        grid-template-columns: 1fr
    }

    .h-listing-img {
        height: 200px
    }

    .listing-banner-slider {
        height: 280px
    }

    .hero-dots {
        bottom: 22px
    }
}

/* ═══════════════════════════════════════════════════
   CHALISA PAGE — HORIZONTAL CARD GRID
   ═══════════════════════════════════════════════════ */
.section-light {
    background: var(--paper)
}

.chalisa-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid var(--line)
}

.chalisa-card-item {
    display: grid;
    grid-template-columns: 180px 1fr;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    border-right: 1px solid var(--line);
    color: var(--ink);
    text-decoration: none;
    min-height: 160px;
    transition: background .2s
}

.chalisa-card-item:nth-child(even) {
    border-right: 0
}

.chalisa-card-item:nth-last-child(-n+2) {
    border-bottom: 0
}

.chalisa-card-item:hover {
    background: var(--cream)
}

.chalisa-card-pic {
    width: 180px;
    overflow: hidden;
    background: var(--maroon)
}

.chalisa-card-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s
}

.chalisa-card-item:hover .chalisa-card-pic img {
    transform: scale(1.06)
}

.chalisa-card-info {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px
}

.eyebrow-tag {
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--orange)
}

.chalisa-card-info h3 {
    font-family: var(--serif);
    font-size: 1.65rem;
    color: var(--maroon);
    margin: 0;
    line-height: 1.1
}

.chalisa-card-info p {
    color: var(--muted);
    font-size: .82rem;
    margin: 0;
    font-family: 'Noto Serif Devanagari', serif
}

.chalisa-read-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--red);
    margin-top: 5px
}

.hero-dots-nav {
    display: flex;
    gap: 9px;
    margin-top: 22px
}

.hero-dots-nav .hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
    display: block
}

.hero-dots-nav .active-dot {
    background: #fff;
    transform: scale(1.4)
}

.hero-slider-wrap {
    margin-top: 86px
}

@media(max-width:850px) {
    .chalisa-grid {
        grid-template-columns: 1fr
    }

    .chalisa-card-item {
        border-right: 0;
        grid-template-columns: 130px 1fr
    }

    .chalisa-card-pic {
        width: 130px
    }

    .chalisa-card-item:nth-last-child(-n+2) {
        border-bottom: 1px solid var(--line)
    }

    .chalisa-card-item:last-child {
        border-bottom: 0
    }
}

@media(max-width:600px) {
    .chalisa-card-item {
        grid-template-columns: 1fr
    }

    .chalisa-card-pic {
        width: 100%;
        height: 180px
    }
}

/* Card Corner Lottieflow Badge */
.card-image-wrap {
    position: relative;
    display: block;
    overflow: hidden;
}

.card-arrow {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--red, #c43426);
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(196, 52, 38, .45);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    transition: transform .35s cubic-bezier(0.175, 0.885, 0.32, 1.275), background .3s, box-shadow .3s;
    z-index: 5;
    padding: 0
}

.card-lottie-icon {
    width: 46px;
    height: 46px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}

.card-lottie-icon svg {
    width: 200% !important;
    height: 200% !important;
    transform: translate(10%, 12%) scale(2.2);
    display: block !important
}

.card-arrow svg path {
    stroke: #ffffff !important;
    stroke-width: 12px !important
}

.content-card:hover .card-arrow,
.card-image-wrap:hover .card-arrow {
    transform: scale(1.16);
    background: var(--orange, #e97926);
    box-shadow: 0 8px 24px rgba(233, 121, 38, .6)
}

.search-toggle svg path,
.search-toggle svg circle {
    stroke: var(--maroon, #3a1612) !important;
    transition: stroke .2s
}

.search-toggle:hover svg path,
.search-toggle:hover svg circle {
    stroke: var(--orange, #e97926) !important
}

/* ==========================================================================
   SITE PRELOADER (LORD GANESHA ANIMATED LOADER)
   ========================================================================== */
.site-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: radial-gradient(circle at center, #2e0c04 0%, #130401 100%);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.6s ease;
    opacity: 1;
    visibility: visible;
}

.site-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}

.ganesha-loader-ring {
    position: relative;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.ganesha-loader-ring::before {
    content: '';
    position: absolute;
    inset: -12px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #f5b962;
    border-right-color: rgba(245, 185, 98, 0.3);
    animation: ganeshaRingSpin 2s linear infinite;
}

.ganesha-loader-ring::after {
    content: '';
    position: absolute;
    inset: -24px;
    border-radius: 50%;
    border: 1px dashed rgba(245, 185, 98, 0.25);
    animation: ganeshaRingSpinReverse 6s linear infinite;
}

@keyframes ganeshaRingSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes ganeshaRingSpinReverse {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ganesha-loader-img {
    width: 130px;
    height: 130px;
    object-fit: contain;
    filter: drop-shadow(0 0 20px rgba(245, 185, 98, 0.45));
    animation: ganeshaPulse 2.5s ease-in-out infinite alternate;
}

@keyframes ganeshaPulse {
    0% {
        transform: scale(0.96);
        filter: drop-shadow(0 0 12px rgba(245, 185, 98, 0.3));
    }

    100% {
        transform: scale(1.04);
        filter: drop-shadow(0 0 28px rgba(245, 185, 98, 0.7));
    }
}

.preloader-text {
    font-family: 'Noto Serif Devanagari', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #f5b962;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    animation: textGlow 2s ease-in-out infinite alternate;
}

@keyframes textGlow {
    0% {
        opacity: 0.8;
        text-shadow: 0 0 8px rgba(245, 185, 98, 0.3);
    }

    100% {
        opacity: 1;
        text-shadow: 0 0 18px rgba(245, 185, 98, 0.8);
    }
}

.preloader-bar {
    width: 140px;
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.preloader-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40%;
    background: linear-gradient(90deg, #d3380d, #f5b962);
    border-radius: 4px;
    animation: preloaderBar 1.4s ease-in-out infinite alternate;
}

@keyframes preloaderBar {
    0% {
        left: 0%;
        width: 20%;
    }

    50% {
        width: 60%;
    }

    100% {
        left: 80%;
        width: 20%;
    }
}

/* ==========================================================================
   SIDEBAR DRAWER (SLIDE-OUT MENU)
   ========================================================================== */
.sidebar-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(19, 4, 1, 0.65);
    backdrop-filter: blur(4px);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease;
}

.sidebar-drawer-overlay.open {
    opacity: 1;
    visibility: visible;
}

.sidebar-drawer {
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    max-width: 85vw;
    height: 100%;
    background: #1a0804;
    color: #fff;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    overflow-y: auto;
}

.sidebar-drawer-overlay.open .sidebar-drawer {
    transform: translateX(0);
}

.sidebar-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.15rem;
    color: #f5b962;
}

.sidebar-brand .brand-mark {
    font-size: 1.5rem;
    color: #f5b962;
}

.sidebar-drawer-close {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.8rem;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
}

.sidebar-drawer-close:hover {
    color: #f5b962;
}

.sidebar-drawer-body {
    padding: 24px;
    flex: 1;
}

.sidebar-section-title {
    font-size: 0.65rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #f5b962;
    font-weight: 700;
    margin-bottom: 16px;
    opacity: 0.85;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sidebar-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 14px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 1.05rem;
    transition: all 0.2s;
}

.sidebar-nav a:hover,
.sidebar-nav a.active {
    background: rgba(245, 185, 98, 0.12);
    color: #f5b962;
    transform: translateX(4px);
}

.sidebar-nav a small {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
}

.sidebar-nav a:hover small,
.sidebar-nav a.active small {
    color: rgba(245, 185, 98, 0.75);
}

.sidebar-drawer-footer {
    padding: 20px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.5);
}

.sidebar-drawer-footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.sidebar-drawer-footer a:hover {
    color: #f5b962;
}

/* Header Action Lottie Icons Color Adaptation & Visibility */
.header-actions [data-lottie-path] {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-actions [data-lottie-path] svg {
    width: 24px !important;
    height: 24px !important;
    display: block;
    overflow: visible !important;
}

.header-actions [data-lottie-path] svg path,
.header-actions [data-lottie-path] svg g path {
    stroke-linecap: round !important;
}

/* White stroke on dark hero header */
.is-home .site-header:not(.scrolled) .header-actions [data-lottie-path] svg path,
.is-home .site-header:not(.scrolled) .header-actions [data-lottie-path] svg g path {
    stroke: #ffffff !important;
}

/* Dark maroon stroke on light/scrolled header */
.site-header.scrolled .header-actions [data-lottie-path] svg path,
.site-header.scrolled .header-actions [data-lottie-path] svg g path,
.is-inner .site-header .header-actions [data-lottie-path] svg path,
.is-inner .site-header .header-actions [data-lottie-path] svg g path {
    stroke: #43130f !important;
}

/* 404 Page Lottie Icon Styling */
.error-lottie-wrap {
    width: 260px;
    height: 180px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-lottie-wrap [data-lottie-path] {
    width: 240px;
    height: 180px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ─── REAL-TIME LIVE AUTOCOMPLETE DROPDOWN STYLES (PREMIUM ACCESSIBLE) ─── */
.live-search-results-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 12px;
    background: #180806;
    border: 1px solid rgba(245, 185, 98, 0.3);
    border-radius: 16px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.65);
    z-index: 99999;
    max-height: 380px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(245, 185, 98, 0.4) transparent;
    padding: 0;
    text-align: left;
    color: #ffffff;
}

.live-search-results-dropdown::-webkit-scrollbar {
    width: 6px;
}

.live-search-results-dropdown::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.live-search-results-dropdown::-webkit-scrollbar-thumb {
    background: rgba(245, 185, 98, 0.4);
    border-radius: 10px;
}

.live-search-results-dropdown::-webkit-scrollbar-thumb:hover {
    background: rgba(245, 185, 98, 0.7);
}

.search-dropdown-section-title {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #f5b962;
    padding: 12px 20px;
    background: rgba(245, 185, 98, 0.06);
    border-top: 1px solid rgba(245, 185, 98, 0.15);
    border-bottom: 1px solid rgba(245, 185, 98, 0.15);
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-dropdown-section-title svg,
.search-dropdown-section-title i {
    width: 15px;
    height: 15px;
    stroke: #f5b962;
}

.search-dropdown-section-title:first-of-type {
    border-top: none;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.suggestion-header-banner {
    padding: 12px 20px;
    font-size: 0.88rem;
    background: rgba(245, 185, 98, 0.12);
    color: #f5b962;
    border-bottom: 1px solid rgba(245, 185, 98, 0.2);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.suggestion-header-banner svg {
    width: 16px;
    height: 16px;
    stroke: #f5b962;
}

.live-search-results-dropdown .suggestion-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 20px;
    min-height: 64px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: transparent;
    border-left: 4px solid transparent;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}

.live-search-results-dropdown .suggestion-item:last-child {
    border-bottom: none;
}

.live-search-results-dropdown .suggestion-item:hover,
.live-search-results-dropdown .suggestion-item.is-selected {
    background: rgba(245, 185, 98, 0.12);
    border-left-color: #d97706;
    outline: none;
    box-shadow: inset 0 0 16px rgba(245, 185, 98, 0.15);
}

.live-search-results-dropdown .suggestion-item.best-match-item {
    background: rgba(245, 185, 98, 0.07);
    border-left-color: #f5b962;
}

.live-search-results-dropdown .suggestion-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(245, 185, 98, 0.15);
    color: #f5b962;
    flex-shrink: 0;
    border: 1px solid rgba(245, 185, 98, 0.25);
}

.live-search-results-dropdown .suggestion-icon svg,
.live-search-results-dropdown .suggestion-icon i {
    width: 18px;
    height: 18px;
    stroke: #f5b962;
}

.live-search-results-dropdown .suggestion-item.is-selected .suggestion-icon {
    background: #d97706;
    color: #ffffff;
    border-color: #d97706;
}

.live-search-results-dropdown .suggestion-item.is-selected .suggestion-icon svg {
    stroke: #ffffff;
}

.live-search-results-dropdown .suggestion-badge {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.12);
    color: #f5b962;
    white-space: nowrap;
    border: 1px solid rgba(245, 185, 98, 0.25);
}

.live-search-results-dropdown .suggestion-badge.badge-primary {
    background: #d97706;
    color: #ffffff;
    border: none;
}

.live-search-results-dropdown .suggestion-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.live-search-results-dropdown .suggestion-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.live-search-results-dropdown .suggestion-title {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-search-results-dropdown .suggestion-subtitle {
    font-size: 0.84rem;
    color: #f5b962;
    font-weight: 500;
    margin-top: 2px;
}

.live-search-results-dropdown .suggestion-action {
    font-size: 1.1rem;
    color: rgba(245, 185, 98, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease, color 0.15s ease;
    margin-left: 8px;
    flex-shrink: 0;
}

.live-search-results-dropdown .suggestion-action svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
}

.live-search-results-dropdown .suggestion-item:hover .suggestion-action,
.live-search-results-dropdown .suggestion-item.is-selected .suggestion-action {
    transform: translateX(3px);
    color: #f5b962;
}

.search-highlight {
    background: rgba(245, 185, 98, 0.3);
    color: #f5b962;
    font-weight: 800;
    padding: 1px 4px;
    border-radius: 3px;
}

.search-loading-state {
    padding: 24px;
    text-align: center;
    font-size: 0.92rem;
    color: #f5b962;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.search-spinner-icon {
    width: 20px;
    height: 20px;
    animation: searchSpin 1s linear infinite;
}

.suggestion-related-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 18px 16px 18px;
    background: #fdf8f0;
}

.suggestion-related-chip {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 6px 12px;
    background: #ffffff;
    border: 1px solid #eecf9d;
    border-radius: 20px;
    color: #4a1515;
    text-decoration: none;
    transition: all 0.15s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.suggestion-related-chip:hover {
    background: #6b1d1d;
    color: #ffffff;
    border-color: #6b1d1d;
}

.suggestion-related-chip .related-type {
    font-weight: 800;
    color: #d97706;
}

.suggestion-related-chip:hover .related-type {
    color: #fef08a;
}

.search-loading-state {
    padding: 20px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6b1d1d;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.search-spinner {
    width: 16px;
    height: 16px;
    border: 3px solid #f3e8d8;
    border-top-color: #d97706;
    border-radius: 50%;
    animation: searchSpin 0.6s linear infinite;
}

@keyframes searchSpin {
    to {
        transform: rotate(360deg);
    }
}

.search-empty-state {
    padding: 24px 18px;
    text-align: center;
}

.search-empty-state p {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2b1414;
    margin-bottom: 6px;
}

.search-empty-state small {
    font-size: 0.82rem;
    color: #6b1d1d;
}

.error-lottie-wrap [data-lottie-path] svg {
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
}

/* ─── HEADER ICON BUTTON STYLES ─── */
.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.icon-button,
.admin-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--line);
    color: var(--maroon);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
}

.icon-button:hover,
.admin-chip:hover {
    background: transparent;
    border-color: var(--gold);
    color: var(--maroon);
    transform: translateY(-1px);
    opacity: 1;
}

.icon-button svg,
.admin-chip svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    display: block;
}

.icon-button [data-lottie-path],
.admin-chip [data-lottie-path] {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-button [data-lottie-path],
.admin-chip [data-lottie-path],
.hero-arrow [data-lottie-path],
.hero-dot,
.scroll-cue [data-lottie-path] {
    pointer-events: none;
}

.hero-arrow,
.scroll-cue {
    cursor: pointer;
}

.icon-button [data-lottie-path] svg,
.admin-chip [data-lottie-path] svg,
.hero-arrow [data-lottie-path] svg,
.scroll-cue [data-lottie-path] svg {
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
}

/* ─── DEVOTIONAL SIDEBAR DRAWER OVERLAY ─── */
.sidebar-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.sidebar-drawer-overlay.open {
    opacity: 1;
    visibility: visible;
}

.sidebar-drawer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    max-width: 85vw;
    background: var(--paper, #ffffff);
    box-shadow: -10px 0 35px rgba(0, 0, 0, 0.3);
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    padding: 24px;
    overflow-y: auto;
}

.sidebar-drawer-overlay.open .sidebar-drawer {
    transform: translateX(0);
}

.sidebar-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line, #eecf9d);
    margin-bottom: 20px;
}

.sidebar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.2rem;
    color: var(--maroon, #6b1d1d);
}

.sidebar-drawer-close {
    background: transparent;
    border: none;
    font-size: 1.2rem;
    line-height: 1;
    color: var(--maroon, #6b1d1d);
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.sidebar-drawer-close:hover {
    background: rgba(245, 185, 98, 0.2);
    color: #d97706;
}

.sidebar-drawer-close svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
}

.sidebar-section-title {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: var(--gold, #d97706);
    text-transform: uppercase;
    margin-bottom: 14px;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sidebar-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none;
    color: var(--text, #2b1414);
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.2s ease;
}

.sidebar-nav a .devanagari {
    font-size: 1.05rem;
    font-weight: 700;
    color: #3f130e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}

.sidebar-nav a small {
    font-size: 0.82rem;
    font-weight: 600;
    color: #92400e;
    letter-spacing: 0.02em;
    opacity: 1 !important;
    transition: color 0.2s ease;
    flex-shrink: 0;
    white-space: nowrap;
}

.sidebar-item-lead {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1;
    overflow: hidden;
}

/* ─── Stacked label (Devanagari + English below) for long items ─── */
.sidebar-item-label-stack {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    min-width: 0;
    overflow: hidden;
}

.sidebar-item-label-stack .devanagari {
    font-size: 0.92rem;
    font-weight: 700;
    color: #3f130e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.sidebar-item-label-stack small {
    font-size: 0.7rem;
    font-weight: 600;
    color: #92400e;
    opacity: 0.85;
    letter-spacing: 0.01em;
}

.sidebar-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(245, 185, 98, 0.18);
    color: #6b1d1d;
    flex-shrink: 0;
    border: 1px solid rgba(245, 185, 98, 0.3);
    transition: all 0.2s ease;
}

.sidebar-item-icon svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
}

.sidebar-nav a:hover,
.sidebar-nav a.active {
    background: rgba(245, 185, 98, 0.22);
    border-color: rgba(217, 119, 6, 0.3);
    color: var(--maroon, #6b1d1d);
    font-weight: 600;
    transform: translateX(4px);
}

.sidebar-nav a:hover small,
.sidebar-nav a.active small {
    color: #b45309;
    font-weight: 700;
}

.sidebar-nav a:hover .sidebar-item-icon,
.sidebar-nav a.active .sidebar-item-icon {
    background: #d97706;
    color: #ffffff;
    border-color: #d97706;
    transform: scale(1.1);
}

.sidebar-nav a:hover .sidebar-item-icon svg,
.sidebar-nav a.active .sidebar-item-icon svg {
    stroke: #ffffff;
}

.sidebar-drawer-footer {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid var(--line, #eecf9d);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.82rem;
    color: var(--muted, #6b1d1d);
}

.sidebar-drawer-footer a {
    color: var(--maroon, #6b1d1d);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.sidebar-drawer-footer a:hover {
    color: #d97706;
}

/* ─── DEITY EXPANDING CARD GALLERY SECTION ──────────────────────── */
.rs-deity-section {
    position: relative;
    overflow: hidden;
}

.rs-deity-container {
    display: flex;
    width: 100%;
    height: 540px;
    border-radius: 12px;
    overflow: hidden;
    background: #0b1319;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.rs-deity-card {
    flex: 1 1 0;
    min-width: 0;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
    transition: flex 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.rs-deity-card.active {
    flex: 8 1 0;
    cursor: default;
}

.rs-deity-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 19, 25, 0.30) 0%, rgba(11, 19, 25, 0.78) 100%);
    transition: background 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

.rs-deity-card.active .rs-deity-overlay {
    background: linear-gradient(90deg, rgba(11, 19, 25, 0.90) 0%, rgba(11, 19, 25, 0.60) 45%, rgba(11, 19, 25, 0.25) 100%),
        linear-gradient(0deg, rgba(11, 19, 25, 0.85) 0%, transparent 60%);
}

/* Card Selection Trigger Button (Accessibility & Collapsed View) */
.rs-deity-card-trigger {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 3;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.rs-deity-card.active .rs-deity-card-trigger {
    pointer-events: none;
}

.rs-deity-card-trigger:focus-visible {
    outline: 2px solid var(--saffron, #f5b962);
    outline-offset: -3px;
}

/* Collapsed Vertical Title */
.rs-deity-vertical-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    transform-origin: center center;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.92);
    font-family: 'Noto Serif Devanagari', serif;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease;
    pointer-events: none;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.rs-deity-card:not(.active):hover .rs-deity-vertical-title {
    color: var(--saffron, #f5b962);
    transform: translate(-50%, -50%) rotate(-90deg) translateY(-8px);
}

.rs-deity-card.active .rs-deity-vertical-title {
    opacity: 0;
    pointer-events: none;
}

/* Active Card Content (Independent delayed transition: 0.45s delay, 0.55s duration) */
.rs-deity-active-content {
    position: absolute;
    bottom: clamp(24px, 4vw, 54px);
    left: clamp(24px, 4vw, 54px);
    right: clamp(24px, 4vw, 54px);
    z-index: 4;
    display: flex;
    align-items: center;
    gap: clamp(14px, 2.5vw, 32px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.25s ease 0s, visibility 0.25s ease 0s, transform 0.25s ease 0s;
    pointer-events: none;
}

.rs-deity-card.active .rs-deity-active-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.55s ease 0.45s, visibility 0.55s ease 0.45s, transform 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.45s;
    pointer-events: auto;
}

.rs-deity-main-title {
    color: #ffffff;
    flex: 0 1 clamp(160px, 24vw, 260px);
    min-width: 140px;
}

.rs-deity-main-title h2 {
    font-family: var(--serif);
    color: #ffffff;
    font-size: clamp(1.4rem, 2.2vw, 2.5rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    word-break: normal;
    overflow-wrap: normal;
    margin: 4px 0 0;
}

.rs-deity-divider {
    width: 2px;
    height: clamp(70px, 10vw, 100px);
    background: rgba(255, 255, 255, 0.32);
    flex-shrink: 0;
}

.rs-deity-info-box {
    flex: 1 1 auto;
    min-width: 220px;
    max-width: 460px;
    background: rgba(11, 19, 25, 0.78);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    padding: clamp(18px, 2.5vw, 26px) clamp(20px, 2.8vw, 30px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
}

.rs-deity-hindi {
    color: var(--saffron, #f5b962);
    font-family: 'Noto Serif Devanagari', serif;
    font-size: clamp(0.85rem, 1.1vw, 0.95rem);
    font-weight: 600;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rs-deity-info-heading {
    color: #ffffff;
    font-family: var(--serif);
    font-size: clamp(1.25rem, 1.8vw, 1.65rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    margin: 0 0 8px;
}

.rs-deity-info-desc {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(0.82rem, 1vw, 0.88rem);
    line-height: 1.55;
    margin: 0 0 16px;
    word-break: normal;
    overflow-wrap: break-word;
    text-wrap: pretty;
}

.rs-deity-info-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff !important;
    font-size: clamp(0.72rem, 0.9vw, 0.78rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 3px;
    transition: all 0.3s ease;
}

.rs-deity-info-link:hover,
.rs-deity-info-link:focus-visible {
    color: var(--saffron, #f5b962) !important;
    border-color: var(--saffron, #f5b962);
}

.rs-deity-info-link span {
    transition: transform 0.3s ease;
}

.rs-deity-info-link:hover span {
    transform: translateX(6px);
}

/* ─── DESKTOP MEDIUM BREAKPOINT (992px - 1199px) ─────────────────── */
@media (min-width: 992px) and (max-width: 1199px) {
    .rs-deity-card.active {
        flex: 6 1 0;
    }

    .rs-deity-main-title {
        flex: 0 1 180px;
        min-width: 140px;
    }

    .rs-deity-info-box {
        padding: 18px 22px;
        min-width: 200px;
    }
}

/* ─── RESPONSIVE BREAKPOINT (TABLET / MOBILE STACK) ─────────────── */
@media (max-width: 991px) {
    .rs-deity-container {
        flex-direction: column;
        height: auto;
    }

    .rs-deity-card {
        width: 100%;
        height: 95px;
        flex: none !important;
        transition: height 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .rs-deity-card.active {
        height: 380px;
    }

    .rs-deity-vertical-title {
        transform: translate(-50%, -50%) rotate(0deg);
        font-size: 1rem;
        letter-spacing: 0.1em;
    }

    .rs-deity-card:not(.active):hover .rs-deity-vertical-title {
        transform: translate(-50%, -50%) rotate(0deg) translateY(-3px);
    }

    .rs-deity-active-content {
        bottom: 20px;
        left: 20px;
        right: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .rs-deity-main-title {
        display: none;
    }

    .rs-deity-divider {
        display: none;
    }

    .rs-deity-info-box {
        padding: 18px 20px;
        max-width: 100%;
        width: 100%;
    }

    .rs-deity-info-heading {
        white-space: normal;
        font-size: 1.4rem;
    }
}

/* ─── REDUCED MOTION ACCESSIBILITY ─────────────────────────────── */
@media (prefers-reduced-motion: reduce) {

    .rs-deity-card,
    .rs-deity-vertical-title,
    .rs-deity-active-content {
        transition: none !important;
    }
}

/* ══════════════════════════════════════════════════════════════════
   TUESDAY HANUMAN PUJA — FULL-FRAME PHOTO CARDS WITH 3D DEPTH
   ══════════════════════════════════════════════════════════════════ */
.tuesday-hanuman-puja-section {
    background: var(--cream, #fdfbf7);
    position: relative;
    overflow: hidden;
    padding: 85px 0 95px;
    scroll-margin-top: 100px;
}

.tuesday-hanuman-puja-section::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 480px;
    background: radial-gradient(circle, rgba(245, 185, 98, 0.16) 0%, rgba(233, 121, 38, 0.04) 50%, transparent 75%);
    pointer-events: none;
}

/* Horizontal Card Collection / Tuesday 3D Grid */
.devotional-cards-collection,
.devotional-3d-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin: 36px auto 0;
    width: 100%;
    max-width: 1240px;
    perspective: 1400px;
}

/* Graceful layout for fewer than 4 items */
.devotional-cards-collection[data-count="1"],
.devotional-3d-grid[data-count="1"] {
    grid-template-columns: minmax(0, 285px);
}

.devotional-cards-collection[data-count="2"],
.devotional-3d-grid[data-count="2"] {
    grid-template-columns: repeat(2, minmax(0, 285px));
}

.devotional-cards-collection[data-count="3"],
.devotional-3d-grid[data-count="3"] {
    grid-template-columns: repeat(3, minmax(0, 285px));
}

/* 3D Depth Card Architecture */
.devotional-card-3d {
    perspective: 1200px;
    outline: none;
    position: relative;
    width: 100%;
    max-width: 285px;
    height: 405px;
    aspect-ratio: 3 / 4.25;
    margin: 0 auto;
    cursor: pointer;
}

.devotional-card-3d:focus-visible .devotional-card-3d__inner {
    outline: 2px solid var(--orange, #e97926);
    outline-offset: 4px;
}

.devotional-card-3d__inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    background: #140503;
    transform-style: preserve-3d;
    will-change: transform;
    box-shadow: 0 16px 36px rgba(25, 6, 4, 0.35), 0 2px 8px rgba(0, 0, 0, 0.4);
    transition: transform 0.25s cubic-bezier(0.2, 0, 0.2, 1), box-shadow 0.35s ease;
}

.devotional-card-3d:hover .devotional-card-3d__inner {
    box-shadow: 0 28px 60px rgba(25, 6, 4, 0.55), 0 0 28px rgba(245, 185, 98, 0.25);
}

/* 1. Recessed Baseplate Background (translateZ: 0) */
.devotional-card-3d__background {
    position: absolute;
    inset: 0;
    pointer-events: none;
    transform: translateZ(0);
}

.devotional-card-3d__bg-shrine {
    position: absolute;
    inset: 0;
    background: #140503;
}

/* 2. Full-Frame Photograph Layer (translateZ: 10px) */
.devotional-card-3d__portal {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translate3d(calc(var(--p-x, 0) * -4px), calc(var(--p-y, 0) * -4px), 10px);
    transform-style: preserve-3d;
    transition: transform 0.25s ease;
}

.devotional-card-3d__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.devotional-card-3d__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
    display: block;
    transition: transform 0.6s cubic-bezier(0.2, 0, 0.2, 1);
}

.devotional-card-3d:hover .devotional-card-3d__img {
    transform: scale(1.06);
}

.devotional-card-3d__img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3d120d 0%, #581914 50%, #200705 100%);
}

.devotional-card-3d__ornament {
    font-size: 4rem;
    color: var(--gold, #c89a46);
    opacity: 0.85;
    font-family: 'Noto Serif Devanagari', serif;
}

/* Natural Upward Dark Gradient for Text Contrast (Image visible throughout!) */
.devotional-card-3d__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, 
        rgba(10, 2, 2, 0.95) 0%, 
        rgba(10, 2, 2, 0.85) 32%, 
        rgba(10, 2, 2, 0.5) 55%, 
        rgba(10, 2, 2, 0.15) 75%, 
        transparent 100%
    );
    pointer-events: none;
}

/* 3. Gold Inner Frame sitting OVER the photograph (translateZ: 25px) */
.devotional-card-3d__gold-frame {
    position: absolute;
    inset: 12px;
    border-radius: 12px;
    border: 1.5px solid rgba(245, 185, 98, 0.72);
    box-shadow: inset 0 0 10px rgba(245, 185, 98, 0.12), 0 0 8px rgba(0, 0, 0, 0.45);
    pointer-events: none;
    z-index: 5;
    transform: translate3d(calc(var(--p-x, 0) * 2px), calc(var(--p-y, 0) * 2px), 25px);
    transform-style: preserve-3d;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.devotional-card-3d:hover .devotional-card-3d__gold-frame {
    border-color: rgba(255, 224, 163, 0.95);
    box-shadow: inset 0 0 14px rgba(245, 185, 98, 0.22), 0 0 14px rgba(245, 185, 98, 0.35);
}

.devotional-card-3d__frame-corner {
    position: absolute;
    width: 12px;
    height: 12px;
    border-color: #ffe0a3;
    border-style: solid;
    pointer-events: none;
    filter: drop-shadow(0 0 2px rgba(245, 185, 98, 0.8));
}

.devotional-card-3d__frame-corner.top-left {
    top: -2px;
    left: -2px;
    border-width: 2.5px 0 0 2.5px;
    border-top-left-radius: 4px;
}

.devotional-card-3d__frame-corner.top-right {
    top: -2px;
    right: -2px;
    border-width: 2.5px 2.5px 0 0;
    border-top-right-radius: 4px;
}

.devotional-card-3d__frame-corner.bottom-left {
    bottom: -2px;
    left: -2px;
    border-width: 0 0 2.5px 2.5px;
    border-bottom-left-radius: 4px;
}

.devotional-card-3d__frame-corner.bottom-right {
    bottom: -2px;
    right: -2px;
    border-width: 0 2.5px 2.5px 0;
    border-bottom-right-radius: 4px;
}

/* Remove giant artificial ॐ medallion as instructed by user */
.devotional-card-3d__floating-art {
    display: none !important;
}

/* 4. Small Content Badge at Upper-Left inside Frame (translateZ: 38px) */
.devotional-card-3d__badge {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 8;
    transform: translate3d(calc(var(--p-x, 0) * 6px), calc(var(--p-y, 0) * 6px), 38px);
    transform-style: preserve-3d;
}

.devotional-card-3d__badge-tag {
    display: inline-block;
    padding: 3px 10px;
    font-family: var(--sans, 'Manrope', sans-serif);
    font-size: 0.65rem;
    font-weight: 800;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(196, 52, 38, 0.92) 0%, rgba(233, 121, 38, 0.92) 100%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* 5. Text Overlaid at Bottom-Left over Photo (translateZ: 32px) */
.devotional-card-3d__content {
    position: absolute;
    bottom: 22px;
    left: 24px;
    right: 24px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    text-align: left;
    transform: translate3d(calc(var(--p-x, 0) * 8px), calc(var(--p-y, 0) * 8px), 32px);
    transform-style: preserve-3d;
    pointer-events: auto;
}

.devotional-card-3d__title {
    font-family: var(--serif, 'Cormorant Garamond', serif);
    font-size: 1.38rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 3px;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
    transform: translateZ(8px);
}

.devotional-card-3d__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.devotional-card-3d__title a:hover {
    color: #f5b962;
}

.devotional-card-3d__subtitle {
    font-family: 'Noto Serif Devanagari', serif;
    font-size: 0.94rem;
    line-height: 1.3;
    color: #f5b962;
    margin-bottom: 6px;
    font-weight: 600;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85);
    transform: translateZ(6px);
}

.devotional-card-3d__desc {
    font-family: var(--sans, 'Manrope', sans-serif);
    font-size: 0.78rem;
    line-height: 1.45;
    color: #e2d7ce;
    margin: 0 0 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
    transform: translateZ(4px);
}

/* 6. Elegant Pill CTA over Photo (translateZ: 45px) */
.devotional-card-3d__cta-wrap {
    margin-top: 2px;
    transform: translateZ(12px);
}

.devotional-card-3d__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 15px;
    background: linear-gradient(135deg, rgba(196, 52, 38, 0.92) 0%, rgba(145, 38, 30, 0.92) 100%);
    border: 1px solid rgba(245, 185, 98, 0.65);
    border-radius: 20px;
    color: #ffffff;
    font-family: var(--sans, 'Manrope', sans-serif);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
    transition: all 0.25s ease;
}

.devotional-card-3d__cta-icon {
    transition: transform 0.25s ease;
    display: inline-flex;
    align-items: center;
}

.devotional-card-3d:hover .devotional-card-3d__cta {
    background: linear-gradient(135deg, #e97926 0%, #c43426 100%);
    border-color: #ffe0a3;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.55), 0 0 14px rgba(245, 185, 98, 0.5);
    transform: translateY(-1px);
}

.devotional-card-3d:hover .devotional-card-3d__cta-icon {
    transform: translateX(4px);
}

/* 7. Specular Depth Glare Layer (translateZ: 60px) */
.devotional-card-3d__glare {
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 18px;
    opacity: var(--glare-opacity, 0);
    background: radial-gradient(circle at var(--glare-x, 50%) var(--glare-y, 50%), rgba(255, 235, 190, 0.25) 0%, rgba(245, 185, 98, 0.08) 40%, transparent 70%);
    mix-blend-mode: screen;
    transition: opacity 0.25s ease;
    z-index: 15;
    transform: translateZ(60px);
}

/* Dark Reading Mode Adaptation */
body.reading-dark .tuesday-hanuman-puja-section {
    background: #110504;
}

body.reading-dark .devotional-card-3d__inner {
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.7);
}

/* Responsive Layout */
@media (max-width: 1024px) {
    .devotional-cards-collection,
    .devotional-3d-grid {
        grid-template-columns: repeat(2, minmax(0, 290px));
        gap: 20px;
        max-width: 640px;
    }

    .devotional-cards-collection[data-count="1"],
    .devotional-3d-grid[data-count="1"] {
        grid-template-columns: minmax(0, 290px);
    }
}

@media (max-width: 640px) {
    .tuesday-hanuman-puja-section {
        padding: 55px 0 65px;
    }

    .devotional-cards-collection,
    .devotional-3d-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
        max-width: 320px;
        margin: 30px auto 0;
    }

    .devotional-card-3d {
        width: 100%;
        max-width: 310px;
        height: 430px;
        margin: 0 auto;
        flex: 0 0 auto;
    }
}

/* Touch Device Fallback (Disable mouse 3D tilt, static clean depth) */
@media (hover: none) {
    .devotional-card-3d {
        perspective: none;
    }

    .devotional-card-3d__inner {
        transform: none !important;
    }

    .devotional-card-3d__background,
    .devotional-card-3d__portal,
    .devotional-card-3d__gold-frame,
    .devotional-card-3d__badge,
    .devotional-card-3d__content,
    .devotional-card-3d__cta-wrap,
    .devotional-card-3d__title,
    .devotional-card-3d__subtitle,
    .devotional-card-3d__desc {
        transform: none !important;
    }

    .devotional-card-3d__glare {
        display: none !important;
    }
}

/* Reduced Motion Mode */
@media (prefers-reduced-motion: reduce) {
    .devotional-card-3d {
        perspective: none !important;
    }

    .devotional-card-3d__inner,
    .devotional-card-3d__background,
    .devotional-card-3d__portal,
    .devotional-card-3d__gold-frame,
    .devotional-card-3d__badge,
    .devotional-card-3d__content,
    .devotional-card-3d__cta-wrap,
    .devotional-card-3d__title,
    .devotional-card-3d__subtitle,
    .devotional-card-3d__desc,
    .devotional-card-3d__img,
    .devotional-card-3d__cta,
    .devotional-card-3d__cta-icon {
        transform: none !important;
        transition: none !important;
    }

    .devotional-card-3d__floating-art {
        display: none !important;
    }

    .devotional-card-3d__glare {
        display: none !important;
    }
}

/* ==========================================================================
   RELATED HANUMAN DEVOTIONAL CONTENT SECTION
   ========================================================================== */
.related-hanuman-section {
    position: relative;
    padding: 68px 0 76px;
    background: #fbf8f3;
    border-top: 1px solid var(--line, #e2d9cd);
    border-bottom: 1px solid var(--line, #e2d9cd);
    margin-top: 50px;
}

.related-hanuman-section .section-heading {
    margin-bottom: 40px;
}

.related-hanuman-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    width: 100%;
}

.related-hanuman-card {
    background: #ffffff;
    border: 1px solid var(--line, #e2d9cd);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(40, 17, 14, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.related-hanuman-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(40, 17, 14, 0.1);
    border-color: var(--gold, #c68a2c);
}

.related-hanuman-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    outline: none;
}

.related-hanuman-card__link:focus-visible {
    outline: 3px solid var(--gold, #c68a2c);
    outline-offset: 3px;
    border-radius: 12px;
}

.related-hanuman-card__media {
    height: 190px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #2e0c04, #130401);
}

.related-hanuman-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.related-hanuman-card:hover .related-hanuman-card__media img {
    transform: scale(1.05);
}

.related-hanuman-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 3.2rem;
    color: rgba(245, 185, 98, 0.7);
    user-select: none;
}

.related-hanuman-card__badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(19, 4, 1, 0.85);
    backdrop-filter: blur(4px);
    color: #f5b962;
    border: 1px solid rgba(245, 185, 98, 0.35);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.05em;
    z-index: 2;
}

.related-hanuman-card__body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.related-hanuman-card__type {
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--gold, #c68a2c);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: block;
}

.related-hanuman-card__title {
    font-family: var(--serif, 'Noto Serif Devanagari', serif);
    font-size: 1.35rem;
    color: var(--maroon, #83231c);
    margin: 0 0 4px;
    line-height: 1.25;
    font-weight: 700;
}

.related-hanuman-card__subtitle {
    color: #554840;
    font-size: 0.95rem;
    margin-bottom: 10px;
    font-weight: 500;
}

.related-hanuman-card__desc {
    font-size: 0.84rem;
    color: var(--muted, #665b55);
    line-height: 1.6;
    margin: 0 0 16px;
    flex: 1;
}

.related-hanuman-card__cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--maroon, #83231c);
    letter-spacing: 0.04em;
    transition: color 0.2s ease, transform 0.2s ease;
}

.related-hanuman-card:hover .related-hanuman-card__cta {
    color: var(--red, #c43426);
    transform: translateX(4px);
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
    .related-hanuman-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 640px) {
    .related-hanuman-section {
        padding: 48px 0 54px;
        margin-top: 36px;
    }

    .related-hanuman-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    .related-hanuman-card__media {
        height: 170px;
    }

    .related-hanuman-card__body {
        padding: 18px;
    }
}

/* Dark Reading Mode Support */
body.reading-dark .related-hanuman-section {
    background: #140504;
    border-color: rgba(245, 185, 98, 0.15);
}

body.reading-dark .related-hanuman-card {
    background: #200a08;
    border-color: rgba(245, 185, 98, 0.2);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

body.reading-dark .related-hanuman-card__title {
    color: #f5b962;
}

body.reading-dark .related-hanuman-card__subtitle {
    color: #d8cec4;
}

body.reading-dark .related-hanuman-card__desc {
    color: #a89f97;
}

body.reading-dark .related-hanuman-card__cta {
    color: #f5b962;
}