:root {
    --section-gap: 60px;
    --section-inner-gap: 24px;
    --heading-gap: 12px;
    --content-gap: 16px;
}

body.kashi-vishwanath-page .temple-detail__live-preview-sidebar .section__wrapper {
    padding-top: 0;
}

body.kashi-vishwanath-page .temple-detail__live-preview {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 14px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 20px;
    background: #fff;
}

body.kashi-vishwanath-page .temple-detail__live-preview-player {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 18px;
    background: linear-gradient(180deg, #17130e, #080808);
    aspect-ratio: 16 / 9;
}


body.kashi-vishwanath-page .temple-detail__live-preview-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
}

body.kashi-vishwanath-page .temple-detail__live-preview-copy span {
    color: #8c5a23;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-detail__live-preview-copy h5 {
    margin: 0;
    color: var(--text-dark);
    font-size: 1.18rem;
}

body.kashi-vishwanath-page .temple-detail__live-preview-copy p {
    margin: 0;
    color: var(--temple-copy);
    line-height: 1.68;
}

body.kashi-vishwanath-page .temple-detail__live-preview-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

body.kashi-vishwanath-page .temple-detail__live-preview-meta-note {
    color: var(--temple-copy);
    font-size: .94rem;
    line-height: 1.6;
}

body.kashi-vishwanath-page .temple-detail__live-preview-cta {
    min-width: 100%;
    justify-content: center;
}

body.kashi-vishwanath-page .temple-detail__live-preview-cta span {
    width: 100%;
    text-align: center;
}

body.kashi-vishwanath-page .temple-detail__process-section,
body.kashi-vishwanath-page .temple-detail__booking-section,
body.kashi-vishwanath-page .temple-detail__circuit-section,
body.kashi-vishwanath-page .temple-detail__tips-section {
    margin-top: 8px;
}

body.kashi-vishwanath-page .temple-detail__process-timeline {
    row-gap: 0;
}

body.kashi-vishwanath-page .temple-detail__process-timeline>[class*="col-"] {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}

body.kashi-vishwanath-page .temple-detail__process-card {
    position: relative;
    min-height: 0;
    padding: 0 0 26px 74px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.kashi-vishwanath-page .temple-detail__process-card::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 42px;
    bottom: -10px;
    width: 1px;
    background: rgba(15, 23, 42, .12);
}

body.kashi-vishwanath-page .temple-detail__process-timeline>[class*="col-"]:last-child .temple-detail__process-card::after {
    display: none;
}

body.kashi-vishwanath-page .temple-detail__process-step {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(166, 118, 18, .14);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 20px rgba(15, 23, 42, .05);
    color: #8c5a23;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
}

body.kashi-vishwanath-page .temple-detail__process-card h5 {
    margin: 0 0 8px;
}

body.kashi-vishwanath-page .temple-detail__process-card p {
    margin: 0;
    color: var(--temple-copy);
}

body.kashi-vishwanath-page .temple-detail__timings-section .section__header {
    margin-bottom: 30px;
}

body.kashi-vishwanath-page .temple-detail__timings-section .section__header h2 {
    color: #1d130c;
    font-weight: 800;
    letter-spacing: -.03em;
}

body.kashi-vishwanath-page .temple-detail__timings-section .section__wrapper {
    display: grid;
    gap: 24px;
}

body.kashi-vishwanath-page .temple-detail__timings-section .temple-detail__section-intro {
    max-width: 58ch;
    margin: 0;
}

body.kashi-vishwanath-page .temple-detail__timings-status-card {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 16px;
    padding: clamp(24px, 2.4vw, 30px);
    border: 1px solid rgba(140, 90, 35, .12);
    border-radius: 28px;
    background: linear-gradient(180deg, #fff8ef 0%, #fffdf8 100%);
    box-shadow: 0 18px 36px rgba(15, 23, 42, .055);
}

body.kashi-vishwanath-page .temple-detail__timings-status-card::after {
    position: absolute;
    right: -58px;
    bottom: -76px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(79, 127, 87, .18) 0%, rgba(79, 127, 87, 0) 72%);
    content: "";
    pointer-events: none;
    opacity: 0;
}

body.kashi-vishwanath-page .temple-detail__timings-status-card.is-open {
    border-color: rgba(74, 122, 80, .18);
    background: linear-gradient(180deg, #f6fbf3 0%, #fffdf8 100%);
    box-shadow: 0 22px 40px rgba(33, 83, 45, .1);
}

body.kashi-vishwanath-page .temple-detail__timings-status-card.is-open::after {
    opacity: 1;
}

body.kashi-vishwanath-page .temple-detail__timings-status-card.is-closed {
    border-color: rgba(140, 90, 35, .16);
    background: linear-gradient(180deg, #fff6ef 0%, #fffdf8 100%);
}

body.kashi-vishwanath-page .temple-detail__timings-status-main {
    display: grid;
    gap: 8px;
    position: relative;
    z-index: 1;
}

body.kashi-vishwanath-page .temple-detail__timings-status-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: #8c5a23;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-detail__timings-status-label::before {
    display: none;
}

body.kashi-vishwanath-page .temple-detail__timings-status-card.is-closed .temple-detail__timings-status-label::before {
    display: none;
}

body.kashi-vishwanath-page .temple-detail__timings-status-value {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    color: #21532d;
    font-size: clamp(2rem, 1.7rem + 1vw, 2.8rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.04em;
}

body.kashi-vishwanath-page .temple-detail__timings-status-value::before {
    width: 11px;
    height: 11px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #4f7f57;
    box-shadow: 0 0 0 5px rgba(79, 127, 87, .14);
    content: "";
}

body.kashi-vishwanath-page .temple-detail__timings-status-card.is-closed .temple-detail__timings-status-value {
    color: #8a541e;
}

body.kashi-vishwanath-page .temple-detail__timings-status-card.is-closed .temple-detail__timings-status-value::before {
    background: #b87417;
    box-shadow: 0 0 0 5px rgba(184, 116, 23, .12);
}

body.kashi-vishwanath-page .temple-detail__timings-status-meta {
    display: grid;
    gap: 6px;
    position: relative;
    z-index: 1;
    width: fit-content;
}

body.kashi-vishwanath-page .temple-detail__timings-status-note {
    color: #5c4f44;
    font-size: .92rem;
    line-height: 1.5;
}

body.kashi-vishwanath-page .temple-detail__timings-status-hours-label {
    color: #8c7664;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-detail__timings-status-hours {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid rgba(140, 90, 35, .08);
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    color: #47301a;
    font-size: .96rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-card {
    display: grid;
    gap: 10px;
    min-width: 0;
    padding: 20px 18px;
    border: 1px solid rgba(140, 90, 35, .1);
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf3 100%);
    box-shadow: 0 14px 26px rgba(15, 23, 42, .045);
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-card--best {
    padding: 22px 20px;
    border-color: rgba(184, 116, 23, .2);
    background: linear-gradient(180deg, #fff0cf 0%, #fff8eb 100%);
    box-shadow: 0 18px 34px rgba(184, 116, 23, .1);
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-low {
    border-color: rgba(63, 120, 74, .14);
    background: linear-gradient(180deg, #f7fcf6 0%, #fffdf9 100%);
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-medium {
    border-color: rgba(191, 143, 48, .18);
    background: linear-gradient(180deg, #fff9eb 0%, #fffdf8 100%);
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-high {
    border-color: rgba(195, 89, 37, .18);
    background: linear-gradient(180deg, #fff4ed 0%, #fffdf9 100%);
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-low .temple-detail__timings-highlight-value {
    color: #2f6e3f;
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-medium .temple-detail__timings-highlight-value {
    color: #9a6a12;
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-high .temple-detail__timings-highlight-value {
    color: #b6471e;
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(140, 90, 35, .1);
    border-radius: 50%;
    background: rgba(191, 150, 96, .12);
    color: #8b5b27;
    font-size: .98rem;
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-card--best .temple-detail__timings-highlight-icon {
    border-color: rgba(184, 116, 23, .16);
    background: rgba(184, 116, 23, .14);
    color: #8a541e;
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-low .temple-detail__timings-highlight-icon {
    border-color: rgba(63, 120, 74, .16);
    background: rgba(63, 120, 74, .1);
    color: #2f6e3f;
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-medium .temple-detail__timings-highlight-icon {
    border-color: rgba(191, 143, 48, .18);
    background: rgba(191, 143, 48, .12);
    color: #9a6a12;
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-high .temple-detail__timings-highlight-icon {
    border-color: rgba(195, 89, 37, .18);
    background: rgba(195, 89, 37, .1);
    color: #b6471e;
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-label {
    color: #8c7664;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-value {
    color: #1d130c;
    font-size: clamp(1.28rem, 1.12rem + .32vw, 1.56rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.03em;
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-card--best .temple-detail__timings-highlight-value {
    font-size: clamp(1.42rem, 1.2rem + .42vw, 1.78rem);
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-meta {
    color: #5e5144;
    font-size: .9rem;
    line-height: 1.48;
}

body.kashi-vishwanath-page .temple-detail__timings-panels {
    --bs-gutter-x: 1.6rem;
    --bs-gutter-y: 1.6rem;
    align-items: stretch;
}

body.kashi-vishwanath-page .temple-detail__timings-panels>[class*="col-"] {
    display: flex;
}

body.kashi-vishwanath-page .temple-detail__timings-panel {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    gap: 18px;
    padding: 24px 24px 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, #fffdf9 0%, #fff8ef 100%);
    border: 1px solid rgba(140, 90, 35, .1);
    box-shadow: 0 18px 36px rgba(15, 23, 42, .055);
}

body.kashi-vishwanath-page .temple-detail__timings-panel-head {
    display: grid;
    gap: 10px;
}

body.kashi-vishwanath-page .temple-detail__timings-panel-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(140, 90, 35, .08);
    color: #8c5a23;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-detail__timings-panel h5 {
    margin: 0;
    color: #1f150e;
    font-family: "Roboto", sans-serif;
    font-size: 1.24rem;
    font-weight: 700;
    line-height: 1.24;
}

body.kashi-vishwanath-page .temple-detail__timings-table {
    display: grid;
    gap: 12px;
    margin: 0;
}

body.kashi-vishwanath-page .temple-detail__timings-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 18px;
    background: #fff;
}

body.kashi-vishwanath-page .temple-detail__timings-row-info {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

body.kashi-vishwanath-page .temple-detail__timings-row-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(140, 90, 35, .08);
    color: #8b5b27;
    font-size: .92rem;
}

body.kashi-vishwanath-page .temple-detail__timings-row--important {
    border-color: rgba(140, 90, 35, .14);
    background: linear-gradient(180deg, #fffaf1 0%, #ffffff 100%);
}

body.kashi-vishwanath-page .temple-detail__timings-row--best {
    border-color: rgba(184, 116, 23, .18);
    background: linear-gradient(180deg, #fff0d5 0%, #fffaf2 100%);
}

body.kashi-vishwanath-page .temple-detail__timings-row--important .temple-detail__timings-row-icon {
    background: rgba(140, 90, 35, .12);
}

body.kashi-vishwanath-page .temple-detail__timings-row--best .temple-detail__timings-row-icon {
    background: rgba(184, 116, 23, .14);
    color: #8a541e;
}

body.kashi-vishwanath-page .temple-detail__timings-row-label,
body.kashi-vishwanath-page .temple-detail__timings-row-value {
    min-width: 0;
    overflow-wrap: anywhere;
}

body.kashi-vishwanath-page .temple-detail__timings-row-label {
    color: #5c4f44;
    line-height: 1.58;
}

body.kashi-vishwanath-page .temple-detail__timings-row-badge {
    display: none;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(140, 90, 35, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    color: #8c5a23;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

body.kashi-vishwanath-page .temple-detail__timings-row-value {
    color: #1c130d;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: right;
}

body.kashi-vishwanath-page .temple-detail__timings-row--important .temple-detail__timings-row-value,
body.kashi-vishwanath-page .temple-detail__timings-row--best .temple-detail__timings-row-value {
    font-size: 1.12rem;
}

body.kashi-vishwanath-page .temple-detail__timings-row--best .temple-detail__timings-row-value {
    color: #8a541e;
}

body.kashi-vishwanath-page .temple-detail__timings-row.is-next {
    border-color: rgba(140, 90, 35, .18);
    background: linear-gradient(180deg, #fff5e3 0%, #fffdf9 100%);
    box-shadow: 0 14px 28px rgba(140, 90, 35, .08);
}

body.kashi-vishwanath-page .temple-detail__timings-row.is-next .temple-detail__timings-row-icon {
    background: rgba(184, 116, 23, .14);
    color: #8a541e;
}

body.kashi-vishwanath-page .temple-detail__timings-row.is-next .temple-detail__timings-row-value {
    color: #8a541e;
}

body.kashi-vishwanath-page .temple-detail__timings-row.is-next .temple-detail__timings-row-badge {
    display: inline-flex;
}

body.kashi-vishwanath-page .temple-detail__timings-cta {
    margin-top: -6px;
}

body.kashi-vishwanath-page .temple-detail__timings-cta .temple-detail__section-cta {
    min-height: 56px;
    padding: 0 26px;
    border-radius: 999px;
    box-shadow: 0 16px 30px rgba(140, 90, 35, .18);
}

body.kashi-vishwanath-page .temple-detail__timings-cta .temple-detail__section-cta span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: .98rem;
    font-weight: 700;
    letter-spacing: .01em;
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page .temple-detail__timings-section .section__wrapper {
        gap: 20px;
    }

    body.kashi-vishwanath-page .temple-detail__timings-status-meta {
        width: 100%;
    }

    body.kashi-vishwanath-page .temple-detail__timings-highlight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.kashi-vishwanath-page .temple-detail__timings-panels {
        --bs-gutter-x: 1.25rem;
        --bs-gutter-y: 1.25rem;
    }

    body.kashi-vishwanath-page .temple-detail__timings-panel {
        padding: 22px 20px 20px;
        border-radius: 22px;
    }

    body.kashi-vishwanath-page .temple-detail__timings-row {
        gap: 14px;
        padding: 12px 14px;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-detail__timings-section .section__header {
        margin-bottom: 24px;
    }

    body.kashi-vishwanath-page .temple-detail__timings-status-card {
        padding: 20px 18px;
        border-radius: 24px;
    }

    body.kashi-vishwanath-page .temple-detail__timings-status-value {
        font-size: 1.84rem;
    }

    body.kashi-vishwanath-page .temple-detail__timings-highlight-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.kashi-vishwanath-page .temple-detail__timings-highlight-card {
        padding: 18px 16px;
        border-radius: 20px;
    }

    body.kashi-vishwanath-page .temple-detail__timings-highlight-card--best {
        padding: 20px 18px;
    }

    body.kashi-vishwanath-page .temple-detail__timings-panels {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    body.kashi-vishwanath-page .temple-detail__timings-panel {
        padding: 20px 18px 18px;
        border-radius: 20px;
    }

    body.kashi-vishwanath-page .temple-detail__timings-panel h5 {
        font-size: 1.16rem;
    }

    body.kashi-vishwanath-page .temple-detail__timings-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    body.kashi-vishwanath-page .temple-detail__timings-row-info {
        gap: 10px;
    }

    body.kashi-vishwanath-page .temple-detail__timings-row-icon {
        width: 34px;
        height: 34px;
        border-radius: 11px;
        font-size: .88rem;
    }

    body.kashi-vishwanath-page .temple-detail__timings-row-value {
        text-align: left;
    }

    body.kashi-vishwanath-page .temple-detail__timings-row-badge {
        min-height: 26px;
        padding: 0 9px;
        font-size: .68rem;
    }

    body.kashi-vishwanath-page .temple-detail__timings-cta .temple-detail__section-cta {
        min-height: 52px;
        width: 100%;
        padding: 0 22px;
        justify-content: center;
    }
}

body.kashi-vishwanath-page .temple-detail__booking-layout {
    row-gap: 26px;
}

body.kashi-vishwanath-page .temple-detail__booking-card {
    min-height: 0;
    padding: 0 0 18px;
    border: 0;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.kashi-vishwanath-page .temple-detail__booking-layout>[class*="col-"]:last-child .temple-detail__booking-card,
body.kashi-vishwanath-page .temple-detail__booking-layout>[class*="col-"]:nth-last-child(2) .temple-detail__booking-card {
    padding-bottom: 0;
    border-bottom: 0;
}

body.kashi-vishwanath-page .temple-detail__booking-card .temple-detail__info-label {
    display: inline-block;
    margin-bottom: 8px;
}

body.kashi-vishwanath-page .temple-detail__booking-card h5 {
    margin: 0 0 10px;
}

body.kashi-vishwanath-page .temple-detail__booking-card>p:last-of-type {
    margin-bottom: 12px;
    color: var(--temple-copy);
}

body.kashi-vishwanath-page .temple-detail__booking-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.kashi-vishwanath-page .temple-detail__booking-list li {
    display: block;
    padding: 4px 0;
    border: 0;
}

body.kashi-vishwanath-page .temple-detail__booking-list span,
body.kashi-vishwanath-page .temple-detail__booking-list strong {
    display: inline;
    text-align: left;
    line-height: 1.65;
}

body.kashi-vishwanath-page .temple-detail__booking-list span {
    color: #8c5a23;
    font-weight: 700;
}

body.kashi-vishwanath-page .temple-detail__booking-list span::after {
    content: ":";
}

body.kashi-vishwanath-page .temple-detail__booking-list strong {
    color: var(--temple-copy);
    font-weight: 500;
}

body.kashi-vishwanath-page .temple-detail__nearby-grid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    align-items: stretch;
}

body.kashi-vishwanath-page .temple-detail__nearby-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fdfaf4 100%);
    box-shadow: 0 16px 32px rgba(15, 23, 42, .05);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

body.kashi-vishwanath-page .temple-detail__nearby-media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #efe5d7;
}

body.kashi-vishwanath-page .temple-detail__nearby-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .28s ease;
}

body.kashi-vishwanath-page .temple-detail__nearby-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 20px 20px 22px;
}

body.kashi-vishwanath-page .temple-detail__nearby-body h5 {
    margin: 0;
    color: #1d130c;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.28;
}

body.kashi-vishwanath-page .temple-detail__nearby-distance {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(140, 90, 35, .08);
    color: #7a5222;
    font-size: .84rem;
    font-weight: 700;
    line-height: 1;
}

body.kashi-vishwanath-page .temple-detail__nearby-distance i {
    font-size: .8rem;
}

body.kashi-vishwanath-page .temple-detail__nearby-reason {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #5d5044;
    font-size: .95rem;
    line-height: 1.58;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.kashi-vishwanath-page .temple-detail__nearby-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: auto;
    padding: 0 16px;
    border: 1px solid rgba(140, 90, 35, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .96);
    color: #8c5a23;
    font-size: .88rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

body.kashi-vishwanath-page .temple-detail__nearby-card:focus-within {
    transform: translateY(-6px);
    border-color: rgba(166, 118, 18, .2);
    box-shadow: 0 20px 38px rgba(15, 23, 42, .08);
}

body.kashi-vishwanath-page .temple-detail__nearby-media:focus-visible,
body.kashi-vishwanath-page .temple-detail__nearby-cta:focus-visible {
    outline: 2px solid rgba(166, 118, 18, .2);
    outline-offset: 4px;
}

@media (hover: hover) {
    body.kashi-vishwanath-page .temple-detail__nearby-card:hover {
        transform: translateY(-6px);
        border-color: rgba(166, 118, 18, .2);
        box-shadow: 0 20px 38px rgba(15, 23, 42, .08);
    }

    body.kashi-vishwanath-page .temple-detail__nearby-card:hover .temple-detail__nearby-media img {
        transform: scale(1.05);
    }

    body.kashi-vishwanath-page .temple-detail__nearby-card:hover .temple-detail__nearby-cta {
        border-color: rgba(140, 90, 35, .2);
        background: rgba(140, 90, 35, .08);
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-detail__nearby-body {
        gap: 10px;
        padding: 18px 18px 20px;
    }

    body.kashi-vishwanath-page .temple-detail__nearby-body h5 {
        font-size: 1.06rem;
    }

    body.kashi-vishwanath-page .temple-detail__nearby-reason {
        font-size: .92rem;
    }
}

body.kashi-vishwanath-page .temple-detail__tips-board {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: clamp(22px, 2.2vw, 28px);
    border: 1px solid rgba(140, 90, 35, .1);
    border-radius: 26px;
    background: linear-gradient(180deg, #fffdf8 0%, #fdf8ef 100%);
    box-shadow: 0 18px 34px rgba(15, 23, 42, .05);
}

body.kashi-vishwanath-page .temple-detail__tips-group {
    display: grid;
    gap: 16px;
    padding: 20px;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 22px;
    background: rgba(255, 255, 255, .92);
}

body.kashi-vishwanath-page .temple-detail__tips-group--avoid {
    border-color: rgba(184, 116, 23, .14);
    background: linear-gradient(180deg, #fff8f0 0%, #fffdf9 100%);
}

body.kashi-vishwanath-page .temple-detail__tips-group--helpful {
    border-color: rgba(79, 127, 87, .14);
    background: linear-gradient(180deg, #f8fcf7 0%, #fffdf9 100%);
}

body.kashi-vishwanath-page .temple-detail__tips-group-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.kashi-vishwanath-page .temple-detail__tips-group-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(140, 90, 35, .1);
    color: #8c5a23;
    font-size: 1rem;
}

body.kashi-vishwanath-page .temple-detail__tips-group--helpful .temple-detail__tips-group-mark {
    background: rgba(79, 127, 87, .1);
    color: #2f6e3f;
}

body.kashi-vishwanath-page .temple-detail__tips-group-head h5 {
    margin: 0;
    color: #1d130c;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.3;
}

body.kashi-vishwanath-page .temple-detail__tips-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.kashi-vishwanath-page .temple-detail__tips-list li {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .82);
    color: #4f4438;
    font-size: .95rem;
    font-weight: 500;
    line-height: 1.55;
}

body.kashi-vishwanath-page .temple-detail__tips-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    color: #b36a19;
    font-size: .92rem;
}

body.kashi-vishwanath-page .temple-detail__tips-group--helpful .temple-detail__tips-item-icon {
    color: #2f6e3f;
}

body.kashi-vishwanath-page .temple-detail__planning-card,
body.kashi-vishwanath-page .temple-detail__guidance-card,
body.kashi-vishwanath-page .temple-detail__stay-card,
body.kashi-vishwanath-page .temple-detail__official-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

body.kashi-vishwanath-page .temple-detail__planning-card h5,
body.kashi-vishwanath-page .temple-detail__guidance-card h5,
body.kashi-vishwanath-page .temple-detail__stay-card h5,
body.kashi-vishwanath-page .temple-detail__official-card h5 {
    margin: 0;
}

body.kashi-vishwanath-page .temple-detail__planning-card>p:last-of-type,
body.kashi-vishwanath-page .temple-detail__guidance-card>p:last-of-type,
body.kashi-vishwanath-page .temple-detail__stay-card>p:last-of-type,
body.kashi-vishwanath-page .temple-detail__official-card>p:last-of-type {
    margin-bottom: 0;
    color: var(--temple-copy);
}

body.kashi-vishwanath-page .temple-detail__planning-checklist,
body.kashi-vishwanath-page .temple-detail__guidance-list {
    gap: 0;
}

body.kashi-vishwanath-page .temple-detail__planning-checklist li,
body.kashi-vishwanath-page .temple-detail__guidance-list li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 11px 0;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}

body.kashi-vishwanath-page .temple-detail__planning-checklist li:first-child,
body.kashi-vishwanath-page .temple-detail__guidance-list li:first-child {
    padding-top: 0;
}

body.kashi-vishwanath-page .temple-detail__planning-checklist li:last-child,
body.kashi-vishwanath-page .temple-detail__guidance-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

body.kashi-vishwanath-page .temple-detail__planning-checklist li i,
body.kashi-vishwanath-page .temple-detail__guidance-list li i {
    margin-top: 3px;
    color: #8c5a23;
}

body.kashi-vishwanath-page .temple-detail__planning-note,
body.kashi-vishwanath-page .temple-detail__stay-note,
body.kashi-vishwanath-page .temple-detail__official-note {
    margin-top: 24px;
}

body.kashi-vishwanath-page .temple-detail__planning-layout .temple-detail__planning-note {
    height: 100%;
    margin-top: 0;
}

body.kashi-vishwanath-page .pageheader.temples-pageheader {
    background: linear-gradient(135deg, #f7f1e6 0%, #fbf8f2 100%);
}

body.kashi-vishwanath-page .temple-detail__actions {
    gap: 14px;
}

body.kashi-vishwanath-page .temple-detail__action.default-btn,
body.kashi-vishwanath-page .temple-detail__live-preview-cta.default-btn {
    min-height: 52px;
    box-shadow: 0 12px 28px rgba(140, 90, 35, .12);
}

body.kashi-vishwanath-page .temple-detail__action.default-btn span,
body.kashi-vishwanath-page .temple-detail__live-preview-cta.default-btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

body.kashi-vishwanath-page .temple-detail__action--secondary.default-btn {
    box-shadow: none;
}

body.kashi-vishwanath-page .temple-detail__fact-card {
    min-height: 100%;
}

body.kashi-vishwanath-page .temple-detail__section {
    margin-top: 34px;
}

body.kashi-vishwanath-page .temple-detail__section .section__header {
    margin-bottom: 22px;
}

body.kashi-vishwanath-page .temple-detail__section .section__header h2 {
    margin-bottom: 10px;
}

body.kashi-vishwanath-page .temple-detail__section .section__wrapper {
    padding-top: 0;
}

body.kashi-vishwanath-page .temple-detail__section .section__wrapper>p,
body.kashi-vishwanath-page .temple-detail__section-intro {
    max-width: 64ch;
}

body.kashi-vishwanath-page .temple-detail__sidebar {
    display: grid;
    gap: 18px;
}

body.kashi-vishwanath-page .temple-detail__sidebar-card {
    margin-bottom: 0 !important;
    border-color: rgba(15, 23, 42, .06);
    box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
}

body.kashi-vishwanath-page .temple-detail__sidebar-card .section__header {
    margin-bottom: 12px;
}

body.kashi-vishwanath-page .temple-detail__sidebar-card .section__wrapper {
    padding-top: 0;
}

body.kashi-vishwanath-page .temple-detail__sidebar>.temple-detail__location-sidebar,
body.kashi-vishwanath-page .temple-detail__sidebar>.temple-detail__sidebar-card:nth-child(4),
body.kashi-vishwanath-page .temple-detail__sidebar>.temple-detail__sidebar-card:nth-child(5) {
    box-shadow: none;
}

body.kashi-vishwanath-page .temple-detail__live-preview {
    background: linear-gradient(180deg, #fff 0%, #fcfaf6 100%);
}

body.kashi-vishwanath-page .temple-detail__live-preview-player {
    border: 1px solid rgba(255, 255, 255, .18);
    background:
        linear-gradient(180deg, rgba(15, 23, 42, .18), rgba(15, 23, 42, .42)),
        url('../images/Kashi-Vishwanath/Kashi-Vishwanath-temple.jpeg') center/cover no-repeat;
}

body.kashi-vishwanath-page .temple-detail__live-preview-player::before {
    content: "Live Darshan";
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(120, 14, 14, .88);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    z-index: 1;
}

body.kashi-vishwanath-page .temple-detail__live-preview-player::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, .05) 0%, rgba(15, 23, 42, .4) 100%);
}

body.kashi-vishwanath-page .temple-detail__live-preview-poster {
    position: absolute;
    inset: auto 16px 16px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
    background: rgba(255, 250, 241, .94);
    color: #372718;
    z-index: 1;
}

body.kashi-vishwanath-page .temple-detail__live-preview-poster i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(140, 90, 35, .12);
    color: #8c5a23;
    font-size: .92rem;
}

body.kashi-vishwanath-page .temple-detail__live-preview-poster strong,
body.kashi-vishwanath-page .temple-detail__live-preview-poster span {
    display: block;
}

body.kashi-vishwanath-page .temple-detail__live-preview-poster strong {
    color: #24170d;
    font-size: .96rem;
}

body.kashi-vishwanath-page .temple-detail__live-preview-poster span {
    color: rgba(36, 23, 13, .78);
    font-size: .84rem;
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-detail__live-preview-player {
        min-height: 200px;
        border-radius: 16px;
    }

    body.kashi-vishwanath-page .temple-detail__live-preview-poster {
        inset: auto 12px 12px 12px;
        padding: 12px 14px;
    }

    body.kashi-vishwanath-page .temple-detail__process-card {
        padding-left: 62px;
    }

    body.kashi-vishwanath-page .temple-detail__process-card::after {
        left: 17px;
    }

    body.kashi-vishwanath-page .temple-detail__process-step {
        width: 34px;
        height: 34px;
        font-size: .76rem;
    }

    body.kashi-vishwanath-page .temple-detail__booking-card {
        padding-bottom: 16px;
    }

    body.kashi-vishwanath-page .temple-detail__booking-layout>[class*="col-"]:nth-last-child(2) .temple-detail__booking-card {
        border-bottom: 1px solid rgba(15, 23, 42, .08);
        padding-bottom: 16px;
    }

    body.kashi-vishwanath-page .temple-detail__booking-layout>[class*="col-"]:last-child .temple-detail__booking-card {
        border-bottom: 0;
        padding-bottom: 0;
    }

    body.kashi-vishwanath-page .temple-detail__circuit-card {
        padding: 16px;
    }

    body.kashi-vishwanath-page .temple-detail__tips-board {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

body.kashi-vishwanath-page .header .header__top-left ul li,
body.kashi-vishwanath-page .header .header__top-left ul li a,
body.kashi-vishwanath-page .header .header__top-social ul li a,
body.kashi-vishwanath-page .header .header__top-search ul li,
body.kashi-vishwanath-page .header .header__menu ul li a,
body.kashi-vishwanath-page .header .temple-logo,
body.kashi-vishwanath-page .header .navbar-toggler,
body.kashi-vishwanath-page .header .header__bar-info,
body.kashi-vishwanath-page .header .header__bar-info span {
    color: #1d1610 !important;
}

body.kashi-vishwanath-page .header .temple-logo__sub,
body.kashi-vishwanath-page .header .header__top-left ul li i,
body.kashi-vishwanath-page .header .header__top-left ul li svg,
body.kashi-vishwanath-page .header .header__top-search ul li i,
body.kashi-vishwanath-page .header .header__top-search ul li svg,
body.kashi-vishwanath-page .header .header__top-social ul li a i,
body.kashi-vishwanath-page .header .header__top-social ul li a svg {
    color: #7a6658 !important;
}

body.kashi-vishwanath-page .pageheader.temples-pageheader {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #1d140d !important;
}

body.kashi-vishwanath-page .pageheader.temples-pageheader::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(100deg, rgba(24, 17, 11, .9) 0%, rgba(24, 17, 11, .78) 46%, rgba(24, 17, 11, .5) 100%),
        url('../images/Kashi-Vishwanath/Kashi-Vishwanath-temple.jpeg') center/cover no-repeat;
}

body.kashi-vishwanath-page .pageheader.temples-pageheader .pageheader__area {
    position: relative;
    z-index: 1;
    align-items: flex-end;
    gap: 18px 28px;
    padding: 48px 0 56px;
}

body.kashi-vishwanath-page .pageheader.temples-pageheader .pageheader__left h3 {
    margin: 0;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.02;
}

body.kashi-vishwanath-page .pageheader.temples-pageheader .pageheader__right nav {
    display: inline-flex;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 14px;
    background: rgba(255, 255, 255, .08);
}

body.kashi-vishwanath-page .pageheader.temples-pageheader .breadcrumb-item,
body.kashi-vishwanath-page .pageheader.temples-pageheader .breadcrumb-item a,
body.kashi-vishwanath-page .pageheader.temples-pageheader .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 248, 238, .84) !important;
}

body.kashi-vishwanath-page .pageheader.temples-pageheader .breadcrumb-item.active {
    color: #fff !important;
}

body.kashi-vishwanath-page .event.event-single.temple-detail-page {
    background: linear-gradient(180deg, #f5efe5 0%, #fbf7f1 18%, #ffffff 100%) !important;
}

body.kashi-vishwanath-page .temple-detail__hero .event__inner {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.kashi-vishwanath-page .temple-detail__main .event__inner {
    overflow: hidden;
    border: 1px solid rgba(44, 29, 15, .08);
    border-radius: 32px;
    background: linear-gradient(180deg, #fffaf3 0%, #ffffff 60%);
    box-shadow: 0 30px 60px rgba(15, 23, 42, .09);
}

body.kashi-vishwanath-page .temple-detail__main--reading,
body.kashi-vishwanath-page .temple-detail__main--reading .event__inner,
body.kashi-vishwanath-page .temple-detail__main--reading .event__content {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

body.kashi-vishwanath-page .temple-detail__main--reading .temple-detail__content {
    width: 100%;
    max-width: none;
}

body.kashi-vishwanath-page .temple-detail__main--schedule,
body.kashi-vishwanath-page .temple-detail__main--schedule .event__inner,
body.kashi-vishwanath-page .temple-detail__main--schedule .event__content,
body.kashi-vishwanath-page .temple-detail__main--schedule .temple-detail__content,
body.kashi-vishwanath-page .temple-detail__timings-section,
body.kashi-vishwanath-page .temple-detail__booking-section,
body.kashi-vishwanath-page .temple-detail__season-section,
body.kashi-vishwanath-page .temple-detail__timings-section .section__wrapper,
body.kashi-vishwanath-page .temple-detail__booking-section .section__wrapper,
body.kashi-vishwanath-page .temple-detail__season-section .section__wrapper {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

body.kashi-vishwanath-page .temple-detail__overview-section,
body.kashi-vishwanath-page .temple-overview-section,
body.kashi-vishwanath-page .temple-overview-content,
body.kashi-vishwanath-page .temple-detail__process-section,
body.kashi-vishwanath-page .temple-detail__process-section .section__wrapper,
body.kashi-vishwanath-page .temple-detail__process-section .temple-detail__process-timeline {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

body.kashi-vishwanath-page .temple-detail__overview-section {
    width: 100%;
}

body.kashi-vishwanath-page .temple-detail__overview-column {
    min-width: 0;
}

body.kashi-vishwanath-page .temple-detail__overview-column .section__header,
body.kashi-vishwanath-page .temple-detail__overview-column .section__wrapper {
    max-width: none;
}

body.kashi-vishwanath-page .temple-detail__overview-spacer {
    min-height: 1px;
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page .temple-detail__overview-spacer {
        display: none;
    }
}

body.kashi-vishwanath-page .temple-overview-section {
    width: 100%;
    padding: 4px 0 0;
}

body.kashi-vishwanath-page .temple-overview-content {
    width: 100%;
}

body.kashi-vishwanath-page .temple-overview-title {
    margin: 0;
    color: #21160f;
    font-family: "Roboto", sans-serif;
    font-size: clamp(1.6rem, 2.4vw, 2.08rem);
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.12;
}

body.kashi-vishwanath-page .temple-overview-underline {
    width: 78px;
    height: 4px;
    margin: 16px 0 24px;
    border-radius: 999px;
    background: linear-gradient(90deg, #c28a46 0%, #e6c17e 100%);
}

body.kashi-vishwanath-page .temple-overview-content p {
    margin: 0 0 18px;
    max-width: 100%;
    color: #5b4d43;
    font-size: 1rem;
    line-height: 1.86;
}

body.kashi-vishwanath-page .temple-detail__process-section .section__wrapper {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

body.kashi-vishwanath-page .temple-overview-content p:last-child {
    margin-bottom: 0;
}

body.kashi-vishwanath-page .temple-detail__main--reach {
    position: relative;
    left: 50%;
    width: min(1460px, calc(100vw - 32px));
    transform: translateX(-50%);
}

body.kashi-vishwanath-page .temple-detail__main--reach .event__inner {
    border-radius: 36px;
    background: linear-gradient(180deg, #fff8f0 0%, #fffefb 100%);
    box-shadow: 0 34px 68px rgba(15, 23, 42, .085);
}

body.kashi-vishwanath-page .temple-detail__content--reach {
    gap: 0;
    padding: clamp(34px, 3vw, 48px);
}

body.kashi-vishwanath-page .temple-detail__reach-section {
    width: 100%;
}

body.kashi-vishwanath-page .temple-detail__reach-section .section__wrapper {
    display: flex;
    flex-direction: column;
    gap: 34px;
    padding-top: 28px;
}

body.kashi-vishwanath-page .temple-detail__reach-header {
    margin-bottom: 0;
}

body.kashi-vishwanath-page .temple-detail__reach-header p {
    max-width: 52ch;
    margin: 12px 0 0;
    color: #5b4d43;
    line-height: 1.74;
}

body.kashi-vishwanath-page .temple-detail__reach-journey {
    --reach-gap: clamp(28px, 2vw, 36px);
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: var(--reach-gap);
    align-items: stretch;
    margin: 0;
    padding-top: 36px;
}

body.kashi-vishwanath-page .temple-detail__reach-journey::before {
    content: "";
    position: absolute;
    top: 36px;
    left: calc((100% - (var(--reach-gap) * 2)) / 6);
    right: calc((100% - (var(--reach-gap) * 2)) / 6);
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(194, 138, 70, .18) 0%, rgba(194, 138, 70, .58) 18%, rgba(194, 138, 70, .58) 82%, rgba(194, 138, 70, .18) 100%);
    z-index: 0;
}

body.kashi-vishwanath-page .temple-detail__reach-card.temple-detail__reach-card--step {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: minmax(138px, auto) minmax(0, 1fr) auto;
    gap: 24px;
    height: 100%;
    padding: 58px 28px 28px;
    border: 1px solid rgba(71, 46, 21, .07);
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(234, 209, 172, .22), transparent 32%),
        linear-gradient(180deg, #fffefb 0%, #fffaf2 100%);
    box-shadow: 0 20px 38px rgba(15, 23, 42, .055);
    overflow: hidden;
}

body.kashi-vishwanath-page .temple-detail__reach-card.temple-detail__reach-card--step::after {
    content: "";
    position: absolute;
    inset: auto -28px -34px auto;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(194, 138, 70, .08) 0%, rgba(194, 138, 70, 0) 72%);
    pointer-events: none;
}

body.kashi-vishwanath-page .temple-detail__reach-step {
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border: 7px solid #fbf6ee;
    border-radius: 50%;
    background: linear-gradient(135deg, #c28a46 0%, #9b6229 100%);
    box-shadow: 0 14px 28px rgba(155, 98, 41, .22);
    color: #fff;
    font-size: 1.06rem;
    font-weight: 700;
    transform: translate(-50%, -50%);
}

body.kashi-vishwanath-page .temple-detail__reach-card-head {
    display: grid;
    align-content: start;
    gap: 10px;
}

body.kashi-vishwanath-page .temple-detail__reach-card-head .temple-detail__info-label {
    display: inline-block;
    margin: 0;
}

body.kashi-vishwanath-page .temple-detail__reach-card-head h5 {
    margin: 0;
    color: #22170f;
    font-size: 1.4rem;
    line-height: 1.22;
}

body.kashi-vishwanath-page .temple-detail__reach-card-head>p:last-child {
    margin: 0;
    color: #5d5147;
    font-size: .98rem;
    line-height: 1.72;
}

body.kashi-vishwanath-page .temple-detail__reach-mini-list {
    display: grid;
    gap: 16px;
    align-content: start;
}

body.kashi-vishwanath-page .temple-detail__reach-mini {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    min-height: 108px;
    padding: 18px;
    border: 1px solid rgba(71, 46, 21, .07);
    border-radius: 20px;
    background: rgba(255, 255, 255, .82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86);
}

body.kashi-vishwanath-page .temple-detail__reach-mini-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(194, 138, 70, .12);
    color: #9b6229;
    font-size: 1.04rem;
}

body.kashi-vishwanath-page .temple-detail__reach-mini-copy {
    min-width: 0;
}

body.kashi-vishwanath-page .temple-detail__reach-mini-copy strong,
body.kashi-vishwanath-page .temple-detail__reach-card-note span {
    display: block;
    color: #22170f;
    font-weight: 700;
    line-height: 1.35;
}

body.kashi-vishwanath-page .temple-detail__reach-mini-copy strong {
    font-size: 1rem;
}

body.kashi-vishwanath-page .temple-detail__reach-mini-copy p,
body.kashi-vishwanath-page .temple-detail__reach-card-note p,
body.kashi-vishwanath-page .temple-detail__reach-travel-note-copy p {
    margin: 5px 0 0;
    color: #5d5147;
    line-height: 1.62;
}

body.kashi-vishwanath-page .temple-detail__reach-mini-copy p {
    font-size: .95rem;
}

body.kashi-vishwanath-page .temple-detail__reach-mini-copy span {
    display: block;
    margin-top: 5px;
    color: #7a6858;
    font-size: .88rem;
    line-height: 1.52;
}

body.kashi-vishwanath-page .temple-detail__reach-card-note {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 92px;
    margin-top: auto;
    padding: 18px 18px 17px;
    border: 1px solid rgba(194, 138, 70, .12);
    border-radius: 20px;
    background: linear-gradient(180deg, #fff9ef 0%, #fffcf8 100%);
}

body.kashi-vishwanath-page .temple-detail__reach-card-note i {
    margin-top: 0;
    color: #c28a46;
}

body.kashi-vishwanath-page .temple-detail__reach-card-note p {
    margin-top: 0;
}

body.kashi-vishwanath-page .temple-detail__reach-card-note--accent {
    background: linear-gradient(135deg, rgba(194, 138, 70, .12) 0%, rgba(255, 252, 248, .98) 100%);
}

body.kashi-vishwanath-page .temple-detail__reach-travel-note {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) 140px;
    gap: 24px;
    align-items: center;
    margin-top: 0;
    padding: 26px 30px;
    border: 1px solid rgba(194, 138, 70, .12);
    border-radius: 30px;
    background:
        radial-gradient(circle at right center, rgba(232, 209, 173, .28), transparent 34%),
        linear-gradient(135deg, #fff9ef 0%, #fffefb 100%);
    box-shadow: 0 18px 34px rgba(15, 23, 42, .04);
}

body.kashi-vishwanath-page .temple-detail__reach-travel-note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: rgba(194, 138, 70, .12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86);
    color: #a0662d;
    font-size: 1.14rem;
}

body.kashi-vishwanath-page .temple-detail__reach-travel-note-copy {
    align-self: center;
}

body.kashi-vishwanath-page .temple-detail__reach-travel-note-copy span {
    display: block;
    color: #9b6229;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-detail__reach-travel-note-copy p {
    margin-top: 10px;
}

body.kashi-vishwanath-page .temple-detail__reach-travel-note-art {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 100px;
}

body.kashi-vishwanath-page .temple-detail__reach-travel-note-art::before {
    content: "";
    position: absolute;
    right: 0;
    width: 100px;
    height: 100px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(194, 138, 70, .14) 0%, rgba(194, 138, 70, .04) 100%);
}

body.kashi-vishwanath-page .temple-detail__reach-travel-note-emblem {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    color: #b17231;
    font-size: 2.1rem;
}

@media (max-width: 1499px) {
    body.kashi-vishwanath-page .temple-detail__main--reach {
        width: min(1400px, calc(100vw - 28px));
    }
}

@media (max-width: 1199px) {
    body.kashi-vishwanath-page .temple-detail__main--reach {
        width: min(1320px, calc(100vw - 24px));
    }

    body.kashi-vishwanath-page .temple-detail__content--reach {
        padding: 32px;
    }

    body.kashi-vishwanath-page .temple-detail__reach-card.temple-detail__reach-card--step {
        padding: 56px 24px 24px;
    }

    body.kashi-vishwanath-page .temple-detail__reach-card-head {
        gap: 9px;
    }

    body.kashi-vishwanath-page .temple-detail__reach-card-head h5 {
        font-size: 1.3rem;
    }

    body.kashi-vishwanath-page .temple-detail__reach-mini {
        min-height: 102px;
        padding: 16px;
    }

    body.kashi-vishwanath-page .temple-detail__reach-travel-note {
        grid-template-columns: 58px minmax(0, 1fr) 120px;
        padding: 24px 26px;
    }

    body.kashi-vishwanath-page .temple-detail__reach-travel-note-art::before,
    body.kashi-vishwanath-page .temple-detail__reach-travel-note-emblem {
        width: 88px;
        height: 88px;
    }
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page .temple-detail__main--reach {
        left: auto;
        width: 100%;
        transform: none;
    }

    body.kashi-vishwanath-page .temple-detail__content--reach {
        padding: 28px;
    }

    body.kashi-vishwanath-page .temple-detail__reach-section .section__wrapper {
        gap: 28px;
        padding-top: 24px;
    }

    body.kashi-vishwanath-page .temple-detail__reach-journey {
        grid-template-columns: 1fr;
        gap: 26px;
        padding-top: 0;
    }

    body.kashi-vishwanath-page .temple-detail__reach-journey::before {
        display: none;
    }

    body.kashi-vishwanath-page .temple-detail__reach-card.temple-detail__reach-card--step {
        grid-template-rows: auto minmax(0, 1fr) auto;
        padding-top: 54px;
    }

    body.kashi-vishwanath-page .temple-detail__reach-step {
        width: 64px;
        height: 64px;
    }

    body.kashi-vishwanath-page .temple-detail__reach-travel-note {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    body.kashi-vishwanath-page .temple-detail__reach-travel-note-art {
        grid-column: 1 / -1;
        justify-content: flex-end;
        min-height: 84px;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-detail__content--reach {
        padding: 22px 18px;
    }

    body.kashi-vishwanath-page .temple-detail__reach-section .section__wrapper {
        gap: 24px;
        padding-top: 22px;
    }

    body.kashi-vishwanath-page .temple-detail__reach-card.temple-detail__reach-card--step {
        gap: 20px;
        padding: 50px 18px 18px;
        border-radius: 24px;
    }

    body.kashi-vishwanath-page .temple-detail__reach-card-head h5 {
        font-size: 1.18rem;
    }

    body.kashi-vishwanath-page .temple-detail__reach-mini {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
        min-height: 0;
        padding: 14px;
        border-radius: 18px;
    }

    body.kashi-vishwanath-page .temple-detail__reach-mini-icon {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    body.kashi-vishwanath-page .temple-detail__reach-card-note {
        min-height: 0;
        padding: 16px;
        border-radius: 18px;
    }

    body.kashi-vishwanath-page .temple-detail__reach-travel-note {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 20px;
        border-radius: 24px;
    }

    body.kashi-vishwanath-page .temple-detail__reach-travel-note-icon {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }

    body.kashi-vishwanath-page .temple-detail__reach-travel-note-art {
        justify-content: flex-start;
        min-height: 70px;
    }

    body.kashi-vishwanath-page .temple-detail__reach-travel-note-art::before {
        left: 0;
        right: auto;
        width: 70px;
        height: 70px;
    }

    body.kashi-vishwanath-page .temple-detail__reach-travel-note-emblem {
        width: 70px;
        height: 70px;
        font-size: 1.6rem;
    }
}

body.kashi-vishwanath-page .how-to-reach-section .reach-title,
body.kashi-vishwanath-page .how-to-reach-section .reach-step-title,
body.kashi-vishwanath-page .how-to-reach-section .reach-mini-content h4 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
}

body.kashi-vishwanath-page .how-to-reach-section .reach-subtitle,
body.kashi-vishwanath-page .how-to-reach-section .reach-step-label,
body.kashi-vishwanath-page .how-to-reach-section .reach-step-intro,
body.kashi-vishwanath-page .how-to-reach-section .reach-mini-content p,
body.kashi-vishwanath-page .how-to-reach-section .reach-mini-content span,
body.kashi-vishwanath-page .how-to-reach-section .small-note,
body.kashi-vishwanath-page .how-to-reach-section .reach-bottom-highlight,
body.kashi-vishwanath-page .how-to-reach-section .reach-master-note-left,
body.kashi-vishwanath-page .how-to-reach-section .reach-master-note-left strong {
    font-family: "Roboto", sans-serif;
    font-style: normal;
}

body.kashi-vishwanath-page .temple-detail__content {
    gap: 26px;
    padding: clamp(30px, 3.6vw, 42px);
}

body.kashi-vishwanath-page .temple-detail__content--hero {
    padding: 0;
    gap: 0;
}

body.kashi-vishwanath-page .temple-detail__hero h1.h3 {
    margin: 0;
    color: #1b130d;
    font-family: "Roboto", sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.03;
}

body.kashi-vishwanath-page .temple-detail__hero .event__content>p {
    max-width: 70ch;
    color: #5a4d43;
}

body.kashi-vishwanath-page .temple-detail__eyebrow {
    gap: 10px;
}

body.kashi-vishwanath-page .temple-detail__badge {
    border-color: rgba(140, 90, 35, .14);
    background: rgba(140, 90, 35, .08);
    color: #8c5a23;
}

body.kashi-vishwanath-page .temple-detail__badge--soft {
    background: rgba(15, 23, 42, .05);
    color: #33261a;
}

body.kashi-vishwanath-page .temple-detail__metapost .event__metapost-info {
    gap: 12px 20px;
}

body.kashi-vishwanath-page .temple-detail__metapost .event__metapost-info li {
    color: #5a4d43;
}

body.kashi-vishwanath-page .temple-detail__thumb {
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 28px;
    box-shadow: 0 22px 40px rgba(15, 23, 42, .12);
}

body.kashi-vishwanath-page .temple-detail__thumb img {
    aspect-ratio: 16 / 8.8;
}

body.kashi-vishwanath-page .temple-detail__action.default-btn {
    min-height: 54px;
    padding-inline: 20px;
}

body.kashi-vishwanath-page .temple-detail__action.default-btn span,
body.kashi-vishwanath-page .temple-detail__live-preview-cta.default-btn span {
    font-weight: 700;
    letter-spacing: .01em;
}

body.kashi-vishwanath-page .temple-detail__actions>.temple-detail__action.default-btn:first-child {
    background: linear-gradient(135deg, #bc7b34 0%, #8c5a23 100%);
    border: 0;
    box-shadow: 0 18px 36px rgba(140, 90, 35, .18);
}

body.kashi-vishwanath-page .temple-detail__actions>.temple-detail__action.default-btn:first-child::before {
    background: #6f4316;
}

body.kashi-vishwanath-page .temple-detail__action--secondary.default-btn {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: none;
}

body.kashi-vishwanath-page .temple-detail__facts-grid {
    gap: 18px;
}

body.kashi-vishwanath-page .temple-detail__fact-card {
    border: 0;
    border-radius: 24px;
    background: linear-gradient(180deg, #fff 0%, #fcf7ef 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92), 0 16px 34px rgba(15, 23, 42, .06);
}

body.kashi-vishwanath-page .temple-detail__fact-card h6 {
    font-size: 1.08rem;
}

body.kashi-vishwanath-page .temple-detail__content>.temple-detail__section {
    margin-top: 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.kashi-vishwanath-page .temple-detail__content>.temple-detail__section:first-of-type {
    margin-top: 6px;
}

body.kashi-vishwanath-page .temple-detail__standalone-box,
body.kashi-vishwanath-page .temple-detail__faq-standalone,
body.kashi-vishwanath-page .temple-detail__main--standalone,
body.kashi-vishwanath-page .temple-detail__main--standalone .event__inner,
body.kashi-vishwanath-page .temple-detail__main--standalone .event__content,
body.kashi-vishwanath-page .temple-detail__main--standalone .temple-detail__content,
body.kashi-vishwanath-page .temple-detail__main--standalone .temple-detail__history-section,
body.kashi-vishwanath-page .temple-detail__main--standalone .temple-detail__history-section .section__wrapper,
body.kashi-vishwanath-page .temple-detail__main--faq,
body.kashi-vishwanath-page .temple-detail__main--faq .event__inner,
body.kashi-vishwanath-page .temple-detail__main--faq .event__content,
body.kashi-vishwanath-page .temple-detail__main--faq .temple-detail__content,
body.kashi-vishwanath-page .temple-detail__main--faq .temple-detail__faq,
body.kashi-vishwanath-page .temple-detail__main--faq .temple-detail__faq .section__wrapper {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

body.kashi-vishwanath-page .temple-detail__standalone-box,
body.kashi-vishwanath-page .temple-detail__faq-standalone {
    display: block;
}

body.kashi-vishwanath-page .temple-detail__standalone-box {
    margin-top: clamp(22px, 2.7vw, 30px);
}

body.kashi-vishwanath-page .temple-detail__main--standalone .temple-detail__content {
    gap: 0;
}

body.kashi-vishwanath-page .temple-detail__main--standalone .temple-detail__content>.temple-detail__section {
    margin-top: 0;
}

body.kashi-vishwanath-page .temple-detail__row-after-standalone {
    margin-top: clamp(22px, 2.7vw, 30px);
}

body.kashi-vishwanath-page .temple-detail__content--faq {
    gap: 0;
    padding: clamp(32px, 3.8vw, 44px);
}

body.kashi-vishwanath-page .temple-detail__content--faq>.temple-detail__section {
    margin-top: 0;
}

body.kashi-vishwanath-page .temple-detail__main--faq .event__inner {
    background: linear-gradient(180deg, #fffaf4 0%, #ffffff 62%);
}

body.kashi-vishwanath-page .temple-detail__main--faq .section__header {
    margin-bottom: 24px;
}

body.kashi-vishwanath-page .temple-detail__main--faq .section__header h2 {
    color: #1d130c;
    font-weight: 800;
    letter-spacing: -.03em;
}

body.kashi-vishwanath-page .temple-detail__history-section .section__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

body.kashi-vishwanath-page .temple-detail__history-grid,
body.kashi-vishwanath-page .temple-detail__history-facts {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    align-items: stretch;
}

body.kashi-vishwanath-page .temple-detail__history-grid>[class*="col-"],
body.kashi-vishwanath-page .temple-detail__history-facts>[class*="col-"] {
    display: flex;
}

body.kashi-vishwanath-page .temple-detail__history-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 100%;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fcf8f1 100%);
    box-shadow: 0 16px 32px rgba(15, 23, 42, .05);
}

body.kashi-vishwanath-page .temple-detail__history-card .temple-detail__info-label {
    margin-bottom: 2px;
}

body.kashi-vishwanath-page .temple-detail__history-card h5 {
    margin: 0;
}

body.kashi-vishwanath-page .temple-detail__history-card p {
    margin: 0;
    color: var(--temple-copy);
    line-height: 1.74;
}

body.kashi-vishwanath-page .temple-detail__history-facts {
    margin-top: 2px;
}

body.kashi-vishwanath-page .temple-detail__history-facts .temple-detail__fact-card {
    min-height: 100%;
}

body.kashi-vishwanath-page .temple-detail__history-facts .temple-detail__fact-card h6 {
    line-height: 1.32;
}

body.kashi-vishwanath-page .temple-detail__section .section__header {
    margin-bottom: 26px;
    margin-top: 26px;
    padding-left: 18px;
    border-left: 3px solid rgba(140, 90, 35, .2);
}

body.kashi-vishwanath-page .temple-detail__section .section__header h2 {
    font-family: "Roboto", sans-serif;
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    font-weight: 700;
    letter-spacing: -.02em;
}

body.kashi-vishwanath-page .temple-detail__section .section__wrapper {
    padding: 0 4px;
}

body.kashi-vishwanath-page .temple-detail__section .section__header p,
body.kashi-vishwanath-page .temple-detail__section-intro,
body.kashi-vishwanath-page .temple-detail__section .section__wrapper>p,
body.kashi-vishwanath-page .temple-detail__sidebar-copy,
body.kashi-vishwanath-page .temple-detail__map-note,
body.kashi-vishwanath-page .temple-detail__timing-note p {
    color: #5d5147;
    line-height: 1.74;
}

body.kashi-vishwanath-page .temple-detail__process-card::after {
    background: linear-gradient(180deg, rgba(140, 90, 35, .26), rgba(15, 23, 42, .08));
}

body.kashi-vishwanath-page .temple-detail__process-step {
    border-color: rgba(140, 90, 35, .16);
    box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}

body.kashi-vishwanath-page .temple-detail__timings-section .temple-detail__info-card,
body.kashi-vishwanath-page .temple-detail__season-card,
body.kashi-vishwanath-page .temple-detail__reach-card,
body.kashi-vishwanath-page .temple-detail__offering-card,
body.kashi-vishwanath-page .temple-detail__accordion .accordion-item {
    border: 1px solid rgba(15, 23, 42, .07);
    background: #fff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .045);
}

body.kashi-vishwanath-page .temple-detail__accordion .accordion-item+.accordion-item {
    margin-top: 14px;
}

body.kashi-vishwanath-page .temple-detail__circuit-card {
    border-color: rgba(15, 23, 42, .06);
    background: linear-gradient(180deg, #ffffff 0%, #fdfbf7 100%);
    box-shadow: none;
}

body.kashi-vishwanath-page .temple-detail__circuit-card:hover,
body.kashi-vishwanath-page .temple-detail__circuit-card:focus-visible,
body.kashi-vishwanath-page .temple-detail__circuit-card.is-active {
    box-shadow: 0 16px 34px rgba(15, 23, 42, .06);
}

body.kashi-vishwanath-page .temple-detail__timing-note,
body.kashi-vishwanath-page .temple-detail__tips-highlight {
    border: 1px solid rgba(140, 90, 35, .12);
    background: linear-gradient(180deg, #fcfaf6 0%, #ffffff 100%);
}

body.kashi-vishwanath-page .temple-detail__offering-card {
    box-shadow: none;
}

body.kashi-vishwanath-page .temple-detail__offering-card:hover,
body.kashi-vishwanath-page .temple-detail__offering-card.is-active {
    border-color: rgba(140, 90, 35, .18);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .06);
}

body.kashi-vishwanath-page .temple-detail__sidebar {
    gap: 18px;
    align-content: start;
}

body.kashi-vishwanath-page .temple-detail__section-preview-card {
    width: min(100%, 420px);
    margin-top: 18px;
    position: static;
    top: auto;
}

body.kashi-vishwanath-page .temple-detail__sidebar-card {
    border: 1px solid rgba(15, 23, 42, .06);
    border-radius: 22px;
    background: #fff;
    box-shadow: none;
}

body.kashi-vishwanath-page .temple-detail__live-preview-sidebar,
body.kashi-vishwanath-page .temple-detail__offering-preview-sidebar {
    display: flex;
    flex-direction: column;
    align-self: start;
    height: auto;
}

body.kashi-vishwanath-page .temple-detail__live-preview-sidebar .section__header,
body.kashi-vishwanath-page .temple-detail__offering-preview-sidebar .section__header {
    margin-bottom: 12px;
    padding: 18px 18px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(15, 23, 42, .06);
}

body.kashi-vishwanath-page .temple-detail__live-preview-sidebar .section__wrapper,
body.kashi-vishwanath-page .temple-detail__offering-preview-sidebar .section__wrapper {
    padding: 0 18px 18px;
}

body.kashi-vishwanath-page .temple-detail__sidebar-card .section__header h2 {
    font-family: "Roboto", sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.3;
}

body.kashi-vishwanath-page .temple-detail__map-sidebar,
body.kashi-vishwanath-page .temple-detail__offering-preview-sidebar {
    box-shadow: 0 18px 36px rgba(15, 23, 42, .06);
}

body.kashi-vishwanath-page .temple-detail__sidebar-card:not(.temple-detail__map-sidebar):not(.temple-detail__live-preview-sidebar):not(.temple-detail__offering-preview-sidebar) {
    background: linear-gradient(180deg, #ffffff 0%, #fdfbf7 100%);
}

body.kashi-vishwanath-page .temple-detail__live-preview-sidebar {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(140, 90, 35, .14);
    background: linear-gradient(180deg, #fff8ee 0%, #ffffff 100%);
    box-shadow: 0 26px 48px rgba(140, 90, 35, .14);
}

body.kashi-vishwanath-page .temple-detail__live-preview-sidebar::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #bf7c33, #8c5a23);
}

body.kashi-vishwanath-page .temple-detail__live-preview-sidebar .section__header {
    position: relative;
    z-index: 1;
    border-bottom-color: rgba(140, 90, 35, .12);
}

body.kashi-vishwanath-page .temple-detail__offering-preview-sidebar {
    background: linear-gradient(180deg, #ffffff 0%, #fdfaf4 100%);
}

body.kashi-vishwanath-page .temple-detail__offering-preview-sidebar .section__header {
    border-bottom-color: rgba(140, 90, 35, .08);
}

body.kashi-vishwanath-page .temple-detail__live-preview-sidebar .section__header h2 {
    color: #1d130c;
    font-size: 1.18rem;
}

body.kashi-vishwanath-page .temple-detail__live-preview {
    width: 100%;
    gap: 16px;
    padding: 14px;
    border: 0;
    border-radius: 18px;
    background: transparent;
}

body.kashi-vishwanath-page .temple-detail__live-preview-player {
    min-height: 0;
    aspect-ratio: 16 / 10;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 22px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 18px 38px rgba(15, 23, 42, .18);
    background:
        linear-gradient(180deg, rgba(15, 23, 42, .16), rgba(15, 23, 42, .56)),
        url('../images/Kashi-Vishwanath/Kashi-Vishwanath-temple.jpeg') center/cover no-repeat;
}

body.kashi-vishwanath-page .temple-detail__live-preview-copy {
    gap: 8px;
}

body.kashi-vishwanath-page .temple-detail__live-preview-copy h5 {
    font-family: "Roboto", sans-serif;
    font-size: 1.38rem;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -.02em;
}

body.kashi-vishwanath-page .temple-detail__live-preview-copy p,
body.kashi-vishwanath-page .temple-detail__live-preview-meta-note {
    color: #65584d;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.68;
}

body.kashi-vishwanath-page .temple-detail__live-preview-meta {
    display: grid;
    gap: 12px;
    margin-top: 2px;
}

body.kashi-vishwanath-page .temple-detail__live-preview-meta-note {
    max-width: none;
    margin: 0;
}

body.kashi-vishwanath-page .temple-detail__live-preview-cta.default-btn {
    width: 100%;
    min-height: 60px;
    margin: 4px 0 2px;
    padding-inline: 24px;
    background: linear-gradient(135deg, #bc7b34 0%, #8b5820 100%);
    border: 0;
    border-radius: 16px;
    box-shadow: 0 22px 40px rgba(139, 88, 32, .24);
}

body.kashi-vishwanath-page .temple-detail__live-preview-cta.default-btn::before {
    background: #6d4218;
}

body.kashi-vishwanath-page .temple-detail__live-preview-cta.default-btn span {
    width: 100%;
    justify-content: center;
    gap: 12px;
    font-size: .98rem;
}

body.kashi-vishwanath-page .temple-detail__offering-preview {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1.02;
    padding: 14px;
    border-radius: 18px;
}

body.kashi-vishwanath-page .temple-detail__offering-preview-item {
    inset: 14px;
    gap: 12px;
}

body.kashi-vishwanath-page .temple-detail__offering-preview-media {
    min-height: 0;
    border-radius: 16px;
}

body.kashi-vishwanath-page .temple-detail__offering-preview-copy {
    gap: 4px;
}

body.kashi-vishwanath-page .temple-detail__offering-preview-copy h5 {
    font-size: 1.16rem;
    line-height: 1.22;
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page .temple-detail__history-section .section__wrapper {
        gap: 20px;
    }

    body.kashi-vishwanath-page .temple-detail__history-grid,
    body.kashi-vishwanath-page .temple-detail__history-facts {
        --bs-gutter-x: 1.25rem;
        --bs-gutter-y: 1.25rem;
    }

    body.kashi-vishwanath-page .pageheader.temples-pageheader .pageheader__area {
        padding: 40px 0 46px;
    }

    body.kashi-vishwanath-page .temple-detail__content {
        gap: 24px;
        padding: 28px;
    }

    body.kashi-vishwanath-page .temple-detail__content--faq {
        padding: 30px 28px;
    }

    body.kashi-vishwanath-page .temple-detail__content>.temple-detail__section {
        margin-top: 14px;
    }

    body.kashi-vishwanath-page .temple-detail__planning-layout .temple-detail__planning-note {
        height: auto;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-detail__history-section .section__wrapper {
        gap: 18px;
    }

    body.kashi-vishwanath-page .temple-detail__history-grid,
    body.kashi-vishwanath-page .temple-detail__history-facts {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    body.kashi-vishwanath-page .pageheader.temples-pageheader .pageheader__area {
        padding: 34px 0 38px;
    }

    body.kashi-vishwanath-page .pageheader.temples-pageheader .pageheader__right nav {
        width: 100%;
    }

    body.kashi-vishwanath-page .temple-detail__content--faq {
        padding: 26px 22px;
    }

    body.kashi-vishwanath-page .temple-detail__hero .event__inner {
        border-radius: 26px;
    }

    body.kashi-vishwanath-page .temple-detail__hero h1.h3 {
        font-size: clamp(1.9rem, 9vw, 2.6rem);
    }

    body.kashi-vishwanath-page .temple-detail__thumb {
        border-radius: 22px;
    }

    body.kashi-vishwanath-page .temple-detail__facts-grid {
        grid-template-columns: 1fr;
    }

    body.kashi-vishwanath-page .temple-detail__section .section__header {
        padding-left: 14px;
    }

    body.kashi-vishwanath-page .temple-detail__sidebar {
        gap: 16px;
    }

    body.kashi-vishwanath-page .temple-detail__live-preview-player {
        aspect-ratio: 16 / 10;
    }

    body.kashi-vishwanath-page .temple-detail__live-preview-meta-note {
        max-width: none;
    }

    body.kashi-vishwanath-page .temple-detail__live-preview-sidebar .section__header,
    body.kashi-vishwanath-page .temple-detail__offering-preview-sidebar .section__header {
        padding: 16px 16px 0;
        padding-bottom: 10px;
    }

    body.kashi-vishwanath-page .temple-detail__live-preview-sidebar .section__wrapper,
    body.kashi-vishwanath-page .temple-detail__offering-preview-sidebar .section__wrapper {
        padding: 0 16px 16px;
    }

    body.kashi-vishwanath-page .temple-detail__live-preview {
        padding: 12px;
    }

    body.kashi-vishwanath-page .temple-detail__live-preview-copy h5 {
        font-size: 1.26rem;
    }

    body.kashi-vishwanath-page .temple-detail__live-preview-cta.default-btn {
        min-height: 56px;
    }

    body.kashi-vishwanath-page .temple-detail__offering-preview {
        padding: 12px;
    }

    body.kashi-vishwanath-page .temple-detail__offering-preview-item {
        inset: 12px;
    }
}

body.kashi-vishwanath-page .temple-detail__hero-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(460px, .96fr);
    align-items: center;
    gap: clamp(42px, 4.6vw, 72px);
    padding: clamp(40px, 4.8vw, 64px);
    border: 1px solid rgba(71, 46, 21, .05);
    border-radius: 42px;
    background:
        radial-gradient(circle at top left, rgba(188, 141, 80, .12), transparent 36%),
        radial-gradient(circle at 88% 18%, rgba(239, 223, 199, .72), transparent 24%),
        linear-gradient(135deg, #fffaf3 0%, #fffcf8 58%, #f6ecde 100%);
    box-shadow: 0 30px 72px rgba(42, 29, 16, .08);
    isolation: isolate;
    overflow: hidden;
}

body.kashi-vishwanath-page .temple-detail__hero-shell::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -120px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(184, 140, 86, .12) 0%, rgba(184, 140, 86, 0) 72%);
    pointer-events: none;
}

body.kashi-vishwanath-page .temple-detail__hero-copy,
body.kashi-vishwanath-page .temple-detail__hero-media {
    position: relative;
    z-index: 1;
    min-width: 0;
}

body.kashi-vishwanath-page .temple-detail__hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
}

body.kashi-vishwanath-page .temple-detail__hero-lead {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    max-width: 680px;
}

body.kashi-vishwanath-page .temple-detail__hero .temple-detail__eyebrow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}

body.kashi-vishwanath-page .temple-detail__hero .temple-detail__badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 17px;
    border: 1px solid rgba(140, 90, 35, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .6);
    color: #8c5a23;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(140, 90, 35, .05);
}

body.kashi-vishwanath-page .temple-detail__hero h1.h3 {
    max-width: 11ch;
    margin: 0;
    color: #1b130d;
    font-size: clamp(3.25rem, 5vw, 5rem);
    font-weight: 800;
    letter-spacing: -.065em;
    line-height: .93;
    text-wrap: balance;
}

body.kashi-vishwanath-page .temple-detail__hero-subtitle {
    margin: -2px 0 0;
    color: #725b48;
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.55;
}

body.kashi-vishwanath-page .temple-detail__deity-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .64);
    color: #2e2116;
    font-size: .98rem;
    font-weight: 600;
    line-height: 1.4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

body.kashi-vishwanath-page .temple-detail__deity-row i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(140, 90, 35, .1);
    color: #8c5a23;
    font-size: .84rem;
    flex: 0 0 auto;
}

body.kashi-vishwanath-page .temple-detail__deity-row span {
    color: #8c5a23;
    font-weight: 700;
}

body.kashi-vishwanath-page .temple-detail__deity-row strong {
    font-weight: 700;
}

body.kashi-vishwanath-page .temple-detail__hero-intro {
    max-width: 52ch;
    margin: 0;
    color: #5d4f44;
    font-size: 1rem;
    line-height: 1.82;
}

body.kashi-vishwanath-page .temple-detail__facts-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    gap: 12px;
}

body.kashi-vishwanath-page .temple-detail__fact-card {
    min-height: 0;
    padding: 15px 16px 14px;
    border: 0;
    border-radius: 22px;
    background: rgba(255, 255, 255, .58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .84), 0 10px 20px rgba(15, 23, 42, .03);
    backdrop-filter: blur(6px);
}

body.kashi-vishwanath-page .temple-detail__fact-card>span {
    display: inline-block;
    margin-bottom: 8px;
    color: #8c5a23;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-detail__fact-card h6 {
    margin: 0 0 4px;
    color: #23170f;
    font-size: .98rem;
    font-weight: 700;
    line-height: 1.28;
}

body.kashi-vishwanath-page .temple-detail__fact-card p {
    margin: 0;
    color: #756456;
    font-size: .82rem;
    line-height: 1.45;
}

body.kashi-vishwanath-page .temple-detail__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

body.kashi-vishwanath-page .temple-detail__hero .temple-detail__action.default-btn {
    min-height: 58px;
    padding-inline: 24px;
    border-radius: 999px;
}

body.kashi-vishwanath-page .temple-detail__hero .temple-detail__action.default-btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    letter-spacing: .01em;
}

body.kashi-vishwanath-page .temple-detail__hero .temple-detail__action.default-btn:first-child {
    background: linear-gradient(135deg, #ba7c38 0%, #8b5b27 100%);
    border: 0;
    box-shadow: 0 18px 34px rgba(140, 90, 35, .18);
}

body.kashi-vishwanath-page .temple-detail__hero .temple-detail__action.default-btn:first-child::before {
    background: #71461c;
}

body.kashi-vishwanath-page .temple-detail__hero .temple-detail__action--secondary.default-btn {
    border: 1px solid rgba(33, 23, 15, .08);
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 12px 24px rgba(15, 23, 42, .04);
}

body.kashi-vishwanath-page .temple-detail__hero .temple-detail__action--secondary.default-btn::before {
    background: rgba(140, 90, 35, .08);
}

body.kashi-vishwanath-page .temple-detail__hero-media {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

body.kashi-vishwanath-page .temple-detail__hero-image-wrap {
    position: relative;
    padding-top: 0;
}

body.kashi-vishwanath-page .temple-detail__hero-image-wrap::before {
    content: "";
    position: absolute;
    inset: 24px -18px -10px 28px;
    border-radius: 40px;
    background: linear-gradient(180deg, rgba(244, 226, 199, .76) 0%, rgba(244, 226, 199, .12) 100%);
}

body.kashi-vishwanath-page .temple-detail__hero .temple-detail__thumb {
    position: relative;
    min-height: 0;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .86);
    border-radius: 36px;
    background: #d8c2a4;
    box-shadow: 0 28px 52px rgba(15, 23, 42, .16);
    overflow: hidden;
}

body.kashi-vishwanath-page .temple-detail__hero .temple-detail__thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(33, 23, 15, .02) 0%, rgba(33, 23, 15, .18) 100%);
    pointer-events: none;
}

body.kashi-vishwanath-page .temple-detail__hero .temple-detail__thumb img {
    display: block;
    width: 100%;
    min-height: 480px;
    object-fit: cover;
    aspect-ratio: 6 / 5;
}

body.kashi-vishwanath-page .temple-detail__hero-floating-card {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 2;
    width: min(242px, calc(100% - 44px));
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 24px;
    isolation: isolate;
    background: linear-gradient(180deg, rgba(255, 255, 255, .26) 0%, rgba(255, 255, 255, .2) 100%);
    box-shadow: 0 22px 40px rgba(26, 18, 12, .24), inset 0 1px 0 rgba(255, 255, 255, .22);
    backdrop-filter: blur(12px) saturate(145%);
    -webkit-backdrop-filter: blur(12px) saturate(145%);
    overflow: hidden;
}

body.kashi-vishwanath-page .temple-detail__hero-floating-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(12, 9, 7, .36) 0%, rgba(12, 9, 7, .28) 100%);
    pointer-events: none;
}

body.kashi-vishwanath-page .temple-detail__hero-floating-card>* {
    position: relative;
    z-index: 1;
}

body.kashi-vishwanath-page .temple-detail__hero-floating-title,
body.kashi-vishwanath-page .temple-detail__hero-map-head span {
    display: block;
    margin: 0;
    color: #8c5a23;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-detail__hero-key-row {
    display: grid;
    gap: 4px;
    padding: 12px 0;
}

body.kashi-vishwanath-page .temple-detail__hero-key-row+.temple-detail__hero-key-row {
    border-top: 1px solid rgba(15, 23, 42, .08);
}

body.kashi-vishwanath-page .temple-detail__hero-key-row small,
body.kashi-vishwanath-page .temple-detail__hero-map-lines span {
    display: block;
    color: #796556;
    font-size: .78rem;
    font-weight: 600;
    line-height: 1.4;
}

body.kashi-vishwanath-page .temple-detail__hero-key-row strong,
body.kashi-vishwanath-page .temple-detail__hero-map-lines strong {
    color: #24170d;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
}

body.kashi-vishwanath-page .temple-detail__hero-floating-card .temple-detail__hero-floating-title {
    margin: 0 0 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 249, 241, .96);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .22);
}

body.kashi-vishwanath-page .temple-detail__hero-floating-card .temple-detail__hero-key-row {
    gap: 6px;
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, .04) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

body.kashi-vishwanath-page .temple-detail__hero-floating-card .temple-detail__hero-key-row+.temple-detail__hero-key-row {
    margin-top: 10px;
    border-top: 0;
}

body.kashi-vishwanath-page .temple-detail__hero-floating-card .temple-detail__hero-key-row small {
    color: rgba(255, 241, 226, .84);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    line-height: 1.45;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .18);
}

body.kashi-vishwanath-page .temple-detail__hero-floating-card .temple-detail__hero-key-row strong {
    color: #fff;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.28;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .26);
}

body.kashi-vishwanath-page .temple-detail__hero-map-card {
    position: relative;
    z-index: 2;
    width: calc(100% - 44px);
    margin: -54px 22px 0;
    padding: 22px 24px;
    border: 1px solid rgba(71, 46, 21, .06);
    border-radius: 28px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 34px rgba(15, 23, 42, .07);
}

body.kashi-vishwanath-page .temple-detail__hero-map-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

body.kashi-vishwanath-page .temple-detail__hero-map-head h5 {
    margin: 8px 0 0;
    color: #22170f;
    font-size: 1.22rem;
    line-height: 1.24;
}

body.kashi-vishwanath-page .temple-detail__hero-map-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    gap: 16px;
    align-items: stretch;
    margin-top: 16px;
}

body.kashi-vishwanath-page .temple-detail__hero-map-lines {
    display: grid;
    gap: 10px;
    min-width: 0;
}

body.kashi-vishwanath-page .temple-detail__hero-map-lines p {
    display: grid;
    gap: 4px;
    margin: 0;
}

body.kashi-vishwanath-page .temple-detail__hero-map-preview {
    position: relative;
    overflow: hidden;
    min-width: 0;
    border: 1px solid rgba(71, 46, 21, .08);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 252, 246, .16), rgba(255, 252, 246, 0)),
        #e8dccb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
}

body.kashi-vishwanath-page .temple-detail__hero-map-preview::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(36, 24, 14, .04) 0%, rgba(36, 24, 14, .16) 100%);
    pointer-events: none;
}

body.kashi-vishwanath-page .temple-detail__hero-map-preview iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    filter: saturate(.82) contrast(.96);
    pointer-events: none;
}

body.kashi-vishwanath-page .temple-detail__hero-map-preview-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 251, 245, .92);
    color: #7e5427;
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(36, 24, 14, .08);
}

body.kashi-vishwanath-page .temple-detail__hero-map-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8c5a23;
    font-size: .94rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    white-space: nowrap;
}

body.kashi-vishwanath-page .temple-detail__hero-map-link:hover,
body.kashi-vishwanath-page .temple-detail__hero-map-link:focus-visible {
    color: #6f4316;
}

@media (max-width: 1399px) {
    body.kashi-vishwanath-page .temple-detail__hero-shell {
        grid-template-columns: minmax(0, 1fr) minmax(400px, .92fr);
    }
}

@media (max-width: 1199px) {
    body.kashi-vishwanath-page .temple-detail__hero-shell {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    body.kashi-vishwanath-page .temple-detail__hero h1.h3 {
        max-width: none;
    }

    body.kashi-vishwanath-page .temple-detail__facts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.kashi-vishwanath-page .temple-detail__hero-image-wrap {
        width: min(100%, 760px);
    }

    body.kashi-vishwanath-page .temple-detail__hero .temple-detail__thumb img {
        min-height: 430px;
        aspect-ratio: 16 / 10;
    }

    body.kashi-vishwanath-page .temple-detail__hero-map-card {
        width: calc(100% - 36px);
        margin: -40px 18px 0;
    }

    body.kashi-vishwanath-page .temple-detail__hero-status-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-detail__hero-shell {
        gap: 28px;
        padding: 24px;
        border-radius: 30px;
    }

    body.kashi-vishwanath-page .temple-detail__hero-copy {
        gap: 22px;
    }

    body.kashi-vishwanath-page .temple-detail__hero h1.h3 {
        font-size: clamp(2.55rem, 10vw, 3.5rem);
    }

    body.kashi-vishwanath-page .temple-detail__hero-status {
        padding: 17px 16px 16px;
        border-radius: 22px;
    }

    body.kashi-vishwanath-page .temple-detail__hero-status-grid {
        grid-template-columns: 1fr;
    }

    body.kashi-vishwanath-page .temple-detail__hero-status-item {
        padding: 15px 14px 13px;
    }

    body.kashi-vishwanath-page .temple-detail__facts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.kashi-vishwanath-page .temple-detail__actions {
        width: 100%;
    }

    body.kashi-vishwanath-page .temple-detail__hero .temple-detail__action.default-btn {
        width: 100%;
        justify-content: center;
    }

    body.kashi-vishwanath-page .temple-detail__hero-image-wrap::before {
        inset: 18px -6px -6px 18px;
    }

    body.kashi-vishwanath-page .temple-detail__hero .temple-detail__thumb {
        border-radius: 28px;
    }

    body.kashi-vishwanath-page .temple-detail__hero .temple-detail__thumb img {
        min-height: 340px;
    }

    body.kashi-vishwanath-page .temple-detail__hero-floating-card {
        top: 14px;
        right: 14px;
        width: calc(100% - 28px);
    }

    body.kashi-vishwanath-page .temple-detail__hero-map-card {
        width: calc(100% - 24px);
        margin: -24px 12px 0;
        padding: 20px;
        border-radius: 24px;
    }

    body.kashi-vishwanath-page .temple-detail__hero-map-head {
        align-items: flex-start;
        flex-direction: column;
    }

    body.kashi-vishwanath-page .temple-detail__hero-map-body {
        grid-template-columns: minmax(0, 1fr) 124px;
        gap: 12px;
    }
}

@media (max-width: 575px) {
    body.kashi-vishwanath-page .temple-detail__hero-shell {
        padding: 20px;
    }

    body.kashi-vishwanath-page .temple-detail__facts-grid {
        grid-template-columns: 1fr;
    }
}

body.kashi-vishwanath-page {
    --kashi-major-block-space: clamp(46px, 5vw, 68px);
    --kashi-content-section-space: clamp(34px, 3.4vw, 42px);
    --kashi-sidebar-stack-space: clamp(22px, 2.6vw, 30px);
    --kashi-reach-inner-space: clamp(26px, 2.8vw, 34px);
}

body.kashi-vishwanath-page .event.event-single.temple-detail-page>.container>.section__wrapper>*+* {
    margin-top: var(--kashi-major-block-space);
}

body.kashi-vishwanath-page .how-to-reach-section.premium-reach-section {
    margin: 0;
}

body.kashi-vishwanath-page .temple-detail__content:not(.temple-detail__content--hero) {
    gap: var(--kashi-content-section-space);
}

body.kashi-vishwanath-page .temple-detail__content>.temple-detail__section,
body.kashi-vishwanath-page .temple-detail__content>.temple-detail__section:first-of-type {
    margin-top: 0;
}

body.kashi-vishwanath-page .how-to-reach-section .reach-section-header {
    margin-bottom: var(--kashi-reach-inner-space);
}

body.kashi-vishwanath-page .how-to-reach-section .reach-steps-wrap {
    margin-top: 0;
}

body.kashi-vishwanath-page .how-to-reach-section .reach-master-note {
    margin-top: var(--kashi-reach-inner-space);
}

body.kashi-vishwanath-page .temple-detail__sidebar {
    gap: var(--kashi-sidebar-stack-space);
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page {
        --kashi-major-block-space: 40px;
        --kashi-content-section-space: 30px;
        --kashi-sidebar-stack-space: 22px;
        --kashi-reach-inner-space: 28px;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page {
        --kashi-major-block-space: 32px;
        --kashi-content-section-space: 24px;
        --kashi-sidebar-stack-space: 18px;
        --kashi-reach-inner-space: 24px;
    }
}

/* Darshan Process Journey Refresh */
body.kashi-vishwanath-page .temple-detail__process-section .section__wrapper {
    padding-left: 0;
    padding-right: 0;
}

body.kashi-vishwanath-page .temple-detail__process-section .temple-detail__section-trust {
    margin-top: 8px;
}

body.kashi-vishwanath-page .temple-detail__process-journey {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(24px, 2.2vw, 30px);
    align-items: stretch;
    margin-top: 8px;
}

body.kashi-vishwanath-page .temple-detail__process-journey-card {
    position: relative;
    grid-column: span 4;
    gap: 16px;
    padding: 38px 22px 22px;
    border-color: rgba(234, 223, 206, .95);
    background:
        radial-gradient(circle at top right, rgba(239, 211, 139, .18), transparent 34%),
        linear-gradient(180deg, #fbf8f3 0%, #ffffff 100%);
    box-shadow: 0 12px 28px rgba(92, 62, 20, .065);
}

body.kashi-vishwanath-page .temple-detail__process-journey-card:nth-child(n+4) {
    grid-column: span 6;
}

body.kashi-vishwanath-page .temple-detail__process-journey-card .reach-step-label {
    margin-top: 2px;
}

body.kashi-vishwanath-page .temple-detail__process-journey-card .reach-step-title {
    margin-bottom: 0;
    font-size: clamp(1.28rem, 1.2rem + .55vw, 1.55rem);
    color: #1f160f;
}

body.kashi-vishwanath-page .temple-detail__process-mini-card {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 14px;
    min-height: 100%;
    margin-top: auto;
    border-color: rgba(236, 227, 214, .96);
    background: rgba(255, 255, 255, .9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .88);
}

body.kashi-vishwanath-page .temple-detail__process-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    font-size: 1.08rem;
}

body.kashi-vishwanath-page .temple-detail__process-mini-copy {
    align-self: center;
}

body.kashi-vishwanath-page .temple-detail__process-mini-copy p {
    margin: 0;
    color: #57493c;
    font-size: .97rem;
    line-height: 1.76;
}

body.kashi-vishwanath-page .temple-detail__process-journey-card:hover .temple-detail__process-mini-card,
body.kashi-vishwanath-page .temple-detail__process-journey-card:focus-within .temple-detail__process-mini-card {
    border-color: rgba(216, 109, 22, .18);
    box-shadow: 0 10px 20px rgba(50, 35, 10, .05);
}

@media (max-width: 1199px) {
    body.kashi-vishwanath-page .temple-detail__process-journey {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.kashi-vishwanath-page .temple-detail__process-journey-card,
    body.kashi-vishwanath-page .temple-detail__process-journey-card:nth-child(n+4) {
        grid-column: span 1;
    }

    body.kashi-vishwanath-page .temple-detail__process-journey-card:nth-child(5) {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-detail__process-journey {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    body.kashi-vishwanath-page .temple-detail__process-journey-card,
    body.kashi-vishwanath-page .temple-detail__process-journey-card:nth-child(n+4),
    body.kashi-vishwanath-page .temple-detail__process-journey-card:nth-child(5) {
        grid-column: auto;
        padding: 34px 16px 16px;
        border-radius: 20px;
    }

    body.kashi-vishwanath-page .temple-detail__process-mini-card {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 12px;
        padding: 12px;
    }

    body.kashi-vishwanath-page .temple-detail__process-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        font-size: 1rem;
    }

    body.kashi-vishwanath-page .temple-detail__process-mini-copy p {
        font-size: .94rem;
        line-height: 1.7;
    }
}

@media (min-width: 992px) {

    body.kashi-vishwanath-page .temple-detail__circuit-preview-sidebar,
    body.kashi-vishwanath-page .temple-detail__offering-preview-sidebar,
    body.kashi-vishwanath-page .temple-detail__live-preview-sidebar {
        position: static;
        top: auto;
        z-index: auto;
    }
}

/* Kashi Vishwanath readability polish */
body.kashi-vishwanath-page {
    --kashi-reading-width: 67ch;
    --kashi-card-reading-width: 44ch;
    --kashi-header-width: 72ch;
    --kashi-section-gap: clamp(34px, 4vw, 46px);
    --kashi-card-padding: clamp(22px, 2vw, 26px);
    --kashi-card-radius: 22px;
    --kashi-card-border: rgba(15, 23, 42, .08);
    --kashi-card-shadow: 0 16px 34px rgba(15, 23, 42, .055);
    --kashi-heading-color: #1d130c;
    --kashi-subheading-color: #6f6154;
    --kashi-copy-color: #5a4d43;
}

body.kashi-vishwanath-page .temple-detail__main--reading .temple-detail__content,
body.kashi-vishwanath-page .temple-detail__content--faq {
    gap: clamp(28px, 3vw, 36px);
}

body.kashi-vishwanath-page .temple-detail__main--reading .temple-detail__content>.temple-detail__section {
    margin-top: var(--kashi-section-gap);
}

body.kashi-vishwanath-page .temple-detail__main--reading .temple-detail__content>.temple-detail__section:first-of-type {
    margin-top: 10px;
}

body.kashi-vishwanath-page .temple-detail__content--faq>.temple-detail__section {
    margin-top: 0;
}

body.kashi-vishwanath-page .temple-detail__section,
body.kashi-vishwanath-page .temple-overview-section,
body.kashi-vishwanath-page .temple-detail__faq,
body.kashi-vishwanath-page .how-to-reach-section.premium-reach-section,
body.kashi-vishwanath-page .temple-detail__info-card,
body.kashi-vishwanath-page .temple-detail__section .temple-detail__fact-card,
body.kashi-vishwanath-page .temple-detail__timing-note,
body.kashi-vishwanath-page .temple-detail__tips-highlight,
body.kashi-vishwanath-page .temple-detail__accordion .accordion-button,
body.kashi-vishwanath-page .temple-detail__accordion .accordion-body {
    text-align: left;
}

body.kashi-vishwanath-page .temple-detail__section .section__header,
body.kashi-vishwanath-page .temple-detail__main--faq .section__header {
    max-width: var(--kashi-header-width);
    margin: 0 0 30px;
    padding-left: 18px;
    border-left: 3px solid rgba(140, 90, 35, .18);
}

body.kashi-vishwanath-page .temple-detail__section .section__header h2,
body.kashi-vishwanath-page .temple-detail__main--faq .section__header h2,
body.kashi-vishwanath-page .temple-overview-title,
body.kashi-vishwanath-page .how-to-reach-section .reach-title {
    margin: 0;
    color: var(--kashi-heading-color);
    font-family: "Roboto", sans-serif;
    font-size: clamp(1.58rem, 2vw, 2.04rem);
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.16;
    text-wrap: balance;
}

body.kashi-vishwanath-page .temple-overview-content {
    max-width: min(100%, 74ch);
}

body.kashi-vishwanath-page .temple-overview-underline,
body.kashi-vishwanath-page .how-to-reach-section .reach-title-line {
    width: 82px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #c28a46 0%, #e0b66f 100%);
}

body.kashi-vishwanath-page .temple-overview-underline {
    margin: 16px 0 22px;
}

body.kashi-vishwanath-page .how-to-reach-section .reach-subtitle {
    max-width: var(--kashi-reading-width);
    margin-top: 12px;
    color: var(--kashi-subheading-color);
    line-height: 1.82;
}

body.kashi-vishwanath-page .temple-detail__section .section__header p,
body.kashi-vishwanath-page .temple-detail__section-intro,
body.kashi-vishwanath-page .temple-detail__main--faq .section__header p,
body.kashi-vishwanath-page .temple-detail__reach-header p {
    max-width: var(--kashi-reading-width);
    color: var(--kashi-subheading-color);
    font-size: .99rem;
    line-height: 1.82;
}

body.kashi-vishwanath-page .temple-detail__section .section__wrapper>p,
body.kashi-vishwanath-page .temple-overview-content p,
body.kashi-vishwanath-page .temple-detail__timing-note p,
body.kashi-vishwanath-page .temple-detail__tips-highlight p,
body.kashi-vishwanath-page .temple-detail__accordion .accordion-body,
body.kashi-vishwanath-page .temple-detail__reach-card-head>p:last-child,
body.kashi-vishwanath-page .temple-detail__reach-mini-copy p,
body.kashi-vishwanath-page .temple-detail__reach-card-note p,
body.kashi-vishwanath-page .temple-detail__reach-travel-note-copy p,
body.kashi-vishwanath-page .temple-detail__sidebar-copy,
body.kashi-vishwanath-page .temple-detail__map-note {
    max-width: var(--kashi-reading-width);
    color: var(--kashi-copy-color);
    line-height: 1.84;
}

body.kashi-vishwanath-page .temple-detail__section .section__wrapper>p,
body.kashi-vishwanath-page .temple-overview-content p,
body.kashi-vishwanath-page .temple-detail__timing-note p,
body.kashi-vishwanath-page .temple-detail__tips-highlight p,
body.kashi-vishwanath-page .temple-detail__accordion .accordion-body {
    margin: 0;
}

body.kashi-vishwanath-page .temple-overview-content p+p,
body.kashi-vishwanath-page .temple-detail__section .section__wrapper>p+p,
body.kashi-vishwanath-page .temple-detail__history-card p+p {
    margin-top: 16px;
}

body.kashi-vishwanath-page .temple-detail__info-card p,
body.kashi-vishwanath-page .temple-detail__fact-card p,
body.kashi-vishwanath-page .temple-detail__booking-list,
body.kashi-vishwanath-page .temple-detail__schedule-list,
body.kashi-vishwanath-page .temple-detail__bullet-list,
body.kashi-vishwanath-page .temple-detail__location-list {
    max-width: 100%;
}

body.kashi-vishwanath-page .temple-detail__history-card p,
body.kashi-vishwanath-page .temple-detail__booking-card>p:last-of-type,
body.kashi-vishwanath-page .temple-detail__planning-card>p:last-of-type,
body.kashi-vishwanath-page .temple-detail__guidance-card>p:last-of-type,
body.kashi-vishwanath-page .temple-detail__stay-card>p:last-of-type,
body.kashi-vishwanath-page .temple-detail__official-card>p:last-of-type,
body.kashi-vishwanath-page .temple-detail__offerings-showcase .temple-detail__offering-card p,
body.kashi-vishwanath-page .temple-detail__circuit-card p {
    max-width: var(--kashi-card-reading-width);
}

body.kashi-vishwanath-page .temple-detail__section .row.g-4,
body.kashi-vishwanath-page .temple-detail__history-grid,
body.kashi-vishwanath-page .temple-detail__history-facts,
body.kashi-vishwanath-page .temple-detail__booking-layout {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    align-items: stretch;
}

body.kashi-vishwanath-page .temple-detail__section .row.g-4>[class*="col-"] {
    display: flex;
}

body.kashi-vishwanath-page .temple-detail__section .row.g-4>[class*="col-"]>* {
    width: 100%;
}

body.kashi-vishwanath-page .temple-detail__section .temple-detail__fact-card,
body.kashi-vishwanath-page .temple-detail__history-card,
body.kashi-vishwanath-page .temple-detail__timings-section .temple-detail__info-card,
body.kashi-vishwanath-page .temple-detail__booking-card,
body.kashi-vishwanath-page .temple-detail__season-card,
body.kashi-vishwanath-page .temple-detail__circuit-card,
body.kashi-vishwanath-page .temple-detail__offerings-showcase .temple-detail__offering-card,
body.kashi-vishwanath-page .temple-detail__planning-card,
body.kashi-vishwanath-page .temple-detail__guidance-card,
body.kashi-vishwanath-page .temple-detail__stay-card,
body.kashi-vishwanath-page .temple-detail__official-card,
body.kashi-vishwanath-page .temple-detail__process-card,
body.kashi-vishwanath-page .temple-detail__reach-card.temple-detail__reach-card--step,
body.kashi-vishwanath-page .temple-detail__timing-note,
body.kashi-vishwanath-page .temple-detail__tips-highlight,
body.kashi-vishwanath-page .temple-detail__highlight-card,
body.kashi-vishwanath-page .temple-detail__visit-brief,
body.kashi-vishwanath-page .temple-detail__timing-overview-card,
body.kashi-vishwanath-page .temple-detail__accordion .accordion-item {
    border-color: var(--kashi-card-border);
    border-radius: var(--kashi-card-radius);
    box-shadow: var(--kashi-card-shadow);
}

body.kashi-vishwanath-page .temple-detail__section .temple-detail__fact-card,
body.kashi-vishwanath-page .temple-detail__history-card,
body.kashi-vishwanath-page .temple-detail__timing-card,
body.kashi-vishwanath-page .temple-detail__booking-card,
body.kashi-vishwanath-page .temple-detail__season-card,
body.kashi-vishwanath-page .temple-detail__circuit-card,
body.kashi-vishwanath-page .temple-detail__offerings-showcase .temple-detail__offering-card,
body.kashi-vishwanath-page .temple-detail__planning-card,
body.kashi-vishwanath-page .temple-detail__guidance-card,
body.kashi-vishwanath-page .temple-detail__stay-card,
body.kashi-vishwanath-page .temple-detail__official-card {
    padding: var(--kashi-card-padding);
}

body.kashi-vishwanath-page .temple-detail__timing-note,
body.kashi-vishwanath-page .temple-detail__tips-highlight,
body.kashi-vishwanath-page .temple-detail__visit-brief,
body.kashi-vishwanath-page .temple-detail__timing-overview-card {
    padding: clamp(20px, 1.9vw, 24px);
}

body.kashi-vishwanath-page .temple-detail__history-card,
body.kashi-vishwanath-page .temple-detail__booking-card,
body.kashi-vishwanath-page .temple-detail__planning-card,
body.kashi-vishwanath-page .temple-detail__guidance-card,
body.kashi-vishwanath-page .temple-detail__stay-card,
body.kashi-vishwanath-page .temple-detail__official-card,
body.kashi-vishwanath-page .temple-detail__timing-card,
body.kashi-vishwanath-page .temple-detail__season-card {
    gap: 12px;
}

body.kashi-vishwanath-page .temple-detail__fact-card h6,
body.kashi-vishwanath-page .temple-detail__history-card h5,
body.kashi-vishwanath-page .temple-detail__timing-card h5,
body.kashi-vishwanath-page .temple-detail__booking-card h5,
body.kashi-vishwanath-page .temple-detail__season-card h5,
body.kashi-vishwanath-page .temple-detail__reach-card h5,
body.kashi-vishwanath-page .temple-detail__planning-card h5,
body.kashi-vishwanath-page .temple-detail__guidance-card h5,
body.kashi-vishwanath-page .temple-detail__stay-card h5,
body.kashi-vishwanath-page .temple-detail__official-card h5,
body.kashi-vishwanath-page .temple-detail__process-card h5,
body.kashi-vishwanath-page .temple-detail__circuit-card h5,
body.kashi-vishwanath-page .temple-detail__offerings-showcase .temple-detail__offering-card h5,
body.kashi-vishwanath-page .temple-detail__accordion .accordion-button,
body.kashi-vishwanath-page .temple-detail__map-frame-top h5 {
    color: var(--kashi-heading-color);
}

body.kashi-vishwanath-page .temple-detail__fact-card h6,
body.kashi-vishwanath-page .temple-detail__schedule-list strong,
body.kashi-vishwanath-page .temple-detail__booking-list strong,
body.kashi-vishwanath-page .temple-detail__map-meta-item strong,
body.kashi-vishwanath-page .temple-detail__fact-list .sidebar__info-right strong,
body.kashi-vishwanath-page .temple-detail__location-list strong {
    font-weight: 700;
    color: #1a120c;
}

body.kashi-vishwanath-page .temple-detail__schedule-list li,
body.kashi-vishwanath-page .temple-detail__booking-list li,
body.kashi-vishwanath-page .temple-detail__bullet-list li,
body.kashi-vishwanath-page .temple-detail__location-list li,
body.kashi-vishwanath-page .temple-detail__fact-list li {
    align-items: flex-start;
    line-height: 1.72;
}

body.kashi-vishwanath-page .temple-detail__schedule-list span,
body.kashi-vishwanath-page .temple-detail__schedule-list strong,
body.kashi-vishwanath-page .temple-detail__booking-list span,
body.kashi-vishwanath-page .temple-detail__booking-list strong {
    line-height: 1.64;
}

body.kashi-vishwanath-page .temple-detail__schedule-list strong {
    font-size: 1.02rem;
    font-weight: 800;
}

body.kashi-vishwanath-page .temple-detail__accordion {
    gap: 16px;
}

body.kashi-vishwanath-page .temple-detail__accordion .accordion-button {
    padding: 22px 24px;
    font-size: 1.04rem;
    line-height: 1.52;
}

body.kashi-vishwanath-page .temple-detail__accordion .accordion-body {
    padding: 0 24px 24px;
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page {
        --kashi-section-gap: 30px;
        --kashi-card-padding: 20px;
    }

    body.kashi-vishwanath-page .temple-detail__section .row.g-4,
    body.kashi-vishwanath-page .temple-detail__history-grid,
    body.kashi-vishwanath-page .temple-detail__history-facts,
    body.kashi-vishwanath-page .temple-detail__booking-layout {
        --bs-gutter-x: 1.25rem;
        --bs-gutter-y: 1.25rem;
    }

    body.kashi-vishwanath-page .temple-detail__section .section__header,
    body.kashi-vishwanath-page .temple-detail__main--faq .section__header {
        margin-bottom: 26px;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page {
        --kashi-section-gap: 24px;
        --kashi-card-padding: 18px;
        --kashi-card-radius: 18px;
    }

    body.kashi-vishwanath-page .temple-detail__section .section__header,
    body.kashi-vishwanath-page .temple-detail__main--faq .section__header {
        margin-bottom: 20px;
        padding-left: 14px;
    }

    body.kashi-vishwanath-page .temple-detail__section .section__header h2,
    body.kashi-vishwanath-page .temple-detail__main--faq .section__header h2,
    body.kashi-vishwanath-page .temple-overview-title,
    body.kashi-vishwanath-page .how-to-reach-section .reach-title {
        font-size: clamp(1.36rem, 5.4vw, 1.72rem);
    }

    body.kashi-vishwanath-page .temple-detail__section .row.g-4,
    body.kashi-vishwanath-page .temple-detail__history-grid,
    body.kashi-vishwanath-page .temple-detail__history-facts,
    body.kashi-vishwanath-page .temple-detail__booking-layout {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    body.kashi-vishwanath-page .temple-detail__accordion .accordion-button {
        padding: 18px 18px 16px;
        font-size: 1rem;
    }

    body.kashi-vishwanath-page .temple-detail__accordion .accordion-body {
        padding: 0 18px 18px;
    }

    body.kashi-vishwanath-page .temple-detail__schedule-list strong {
        white-space: normal;
        text-align: left;
    }
}

/* Kashi Vishwanath engagement layer */
body.kashi-vishwanath-page {
    --kashi-action-radius: 999px;
    --kashi-action-shadow: 0 18px 34px rgba(140, 90, 35, .16);
    --kashi-action-shadow-hover: 0 22px 40px rgba(140, 90, 35, .22);
    --kashi-card-hover-shadow: 0 22px 40px rgba(15, 23, 42, .085);
}

body.kashi-vishwanath-page #kashi-quick-decisions,
body.kashi-vishwanath-page #kashi-reach-section,
body.kashi-vishwanath-page #kashi-timings-section,
body.kashi-vishwanath-page #kashi-booking-section,
body.kashi-vishwanath-page #kashi-before-visit,
body.kashi-vishwanath-page #kashi-official-help,
body.kashi-vishwanath-page #kashi-vishwanath-map {
    scroll-margin-top: 128px;
}

body.kashi-vishwanath-page .default-btn,
body.kashi-vishwanath-page .temple-detail__info-card,
body.kashi-vishwanath-page .temple-detail__fact-card,
body.kashi-vishwanath-page .temple-detail__timing-note,
body.kashi-vishwanath-page .temple-detail__tips-highlight,
body.kashi-vishwanath-page .temple-detail__accordion .accordion-item,
body.kashi-vishwanath-page .reach-step-card,
body.kashi-vishwanath-page .reach-mini-card,
body.kashi-vishwanath-page .reach-master-note {
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease,
        background-color .24s ease, opacity .24s ease;
}

body.kashi-vishwanath-page .default-btn span i,
body.kashi-vishwanath-page .temple-detail__hero-map-link i {
    transition: transform .24s ease;
}

body.kashi-vishwanath-page .temple-detail__actions {
    gap: 16px;
    margin-top: 6px;
}

body.kashi-vishwanath-page .temple-detail__hero .temple-detail__action.default-btn,
body.kashi-vishwanath-page .temple-detail__live-preview-cta.default-btn,
body.kashi-vishwanath-page .temple-detail__section-cta.default-btn {
    min-height: 58px;
    border-radius: var(--kashi-action-radius);
}

body.kashi-vishwanath-page .temple-detail__hero .temple-detail__action.default-btn span,
body.kashi-vishwanath-page .temple-detail__live-preview-cta.default-btn span,
body.kashi-vishwanath-page .temple-detail__section-cta.default-btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    font-weight: 700;
    letter-spacing: .01em;
}

body.kashi-vishwanath-page .temple-detail__hero .temple-detail__action.default-btn:first-child,
body.kashi-vishwanath-page .temple-detail__section-cta.default-btn:not(.temple-detail__section-cta--secondary) {
    background: linear-gradient(135deg, #be803a 0%, #8b5b27 100%);
    border: 0;
    box-shadow: var(--kashi-action-shadow);
}

body.kashi-vishwanath-page .temple-detail__hero .temple-detail__action.default-btn:first-child::before,
body.kashi-vishwanath-page .temple-detail__section-cta.default-btn:not(.temple-detail__section-cta--secondary)::before {
    background: #6f4418;
}

body.kashi-vishwanath-page .temple-detail__section-cta.default-btn {
    padding-inline: 22px;
}

body.kashi-vishwanath-page .temple-detail__section-cta--secondary.default-btn {
    border: 1px solid rgba(33, 23, 15, .08);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 24px rgba(15, 23, 42, .05);
}

body.kashi-vishwanath-page .temple-detail__section-cta--secondary.default-btn::before {
    background: rgba(140, 90, 35, .08);
}

body.kashi-vishwanath-page .temple-detail__action--secondary.default-btn,
body.kashi-vishwanath-page .temple-detail__hero .temple-detail__action--secondary.default-btn,
body.kashi-vishwanath-page .temple-detail__section-cta--secondary.default-btn,
body.kashi-vishwanath-page .temple-detail__action--secondary.default-btn span,
body.kashi-vishwanath-page .temple-detail__hero .temple-detail__action--secondary.default-btn span,
body.kashi-vishwanath-page .temple-detail__section-cta--secondary.default-btn span,
body.kashi-vishwanath-page .temple-detail__action--secondary.default-btn span i,
body.kashi-vishwanath-page .temple-detail__hero .temple-detail__action--secondary.default-btn span i,
body.kashi-vishwanath-page .temple-detail__section-cta--secondary.default-btn span i {
    color: #2b231b;
    font-weight: 700;
    -webkit-text-fill-color: currentColor;
    opacity: 1;
}

body.kashi-vishwanath-page .temple-detail__action--secondary.default-btn:hover,
body.kashi-vishwanath-page .temple-detail__action--secondary.default-btn:focus-visible,
body.kashi-vishwanath-page .temple-detail__action--secondary.default-btn:active,
body.kashi-vishwanath-page .temple-detail__section-cta--secondary.default-btn:hover,
body.kashi-vishwanath-page .temple-detail__section-cta--secondary.default-btn:focus-visible,
body.kashi-vishwanath-page .temple-detail__section-cta--secondary.default-btn:active {
    background: rgba(247, 242, 235, .98);
    border-color: rgba(140, 90, 35, .18);
    color: #241b14;
}

body.kashi-vishwanath-page .temple-detail__action--secondary.default-btn:hover span,
body.kashi-vishwanath-page .temple-detail__action--secondary.default-btn:focus-visible span,
body.kashi-vishwanath-page .temple-detail__action--secondary.default-btn:active span,
body.kashi-vishwanath-page .temple-detail__section-cta--secondary.default-btn:hover span,
body.kashi-vishwanath-page .temple-detail__section-cta--secondary.default-btn:focus-visible span,
body.kashi-vishwanath-page .temple-detail__section-cta--secondary.default-btn:active span,
body.kashi-vishwanath-page .temple-detail__action--secondary.default-btn:hover span i,
body.kashi-vishwanath-page .temple-detail__action--secondary.default-btn:focus-visible span i,
body.kashi-vishwanath-page .temple-detail__action--secondary.default-btn:active span i,
body.kashi-vishwanath-page .temple-detail__section-cta--secondary.default-btn:hover span i,
body.kashi-vishwanath-page .temple-detail__section-cta--secondary.default-btn:focus-visible span i,
body.kashi-vishwanath-page .temple-detail__section-cta--secondary.default-btn:active span i {
    color: #241b14;
    -webkit-text-fill-color: currentColor;
    opacity: 1;
}

body.kashi-vishwanath-page .temple-detail__inline-cta,
body.kashi-vishwanath-page .temple-detail__reach-inline-cta {
    display: flex;
    justify-content: flex-start;
    margin-top: 24px;
}

body.kashi-vishwanath-page .temple-detail__decision-section {
    margin-top: 0 !important;
}

body.kashi-vishwanath-page .temple-detail__main--decision .event__inner {
    border: 1px solid rgba(44, 29, 15, .08);
    border-radius: 28px;
    background: linear-gradient(180deg, #fffaf4 0%, #ffffff 100%);
    box-shadow: 0 22px 48px rgba(15, 23, 42, .08);
}

body.kashi-vishwanath-page .temple-detail__content--decision {
    gap: 0;
    padding: clamp(28px, 3vw, 38px);
}

body.kashi-vishwanath-page .temple-detail__decision-grid {
    align-items: stretch;
}

body.kashi-vishwanath-page .temple-detail__decision-grid>[class*="col-"] {
    display: flex;
}

body.kashi-vishwanath-page .temple-detail__decision-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    height: 100%;
    min-height: 100%;
    padding: clamp(24px, 2.1vw, 30px);
    border: 1px solid rgba(140, 90, 35, .12);
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fcf8f1 100%);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .06);
    cursor: pointer;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

body.kashi-vishwanath-page .temple-detail__decision-body {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

body.kashi-vishwanath-page .temple-detail__decision-card:focus-visible {
    outline: none;
    border-color: rgba(140, 90, 35, .28);
    box-shadow: 0 0 0 3px rgba(190, 128, 58, .16), 0 18px 36px rgba(15, 23, 42, .1);
    transform: translateY(-2px);
}

body.kashi-vishwanath-page .temple-detail__decision-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 4px;
    border: 1px solid rgba(140, 90, 35, .1);
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(249, 240, 224, .95) 0%, rgba(255, 255, 255, .98) 100%);
    color: #8b5b27;
    box-shadow: 0 14px 28px rgba(140, 90, 35, .1);
    font-size: 1.28rem;
}

body.kashi-vishwanath-page .temple-detail__decision-card .temple-detail__info-label {
    margin: 0;
    color: #8c7664;
    font-size: .73rem;
    font-weight: 700;
    letter-spacing: .16em;
    line-height: 1.25;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-detail__decision-card .temple-detail__decision-tag {
    margin: -2px 0 2px;
    padding: 6px 12px;
    border: 1px solid rgba(140, 90, 35, .14);
    border-radius: 999px;
    background: rgba(191, 150, 96, .11);
    color: #7c5427;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.2;
    max-width: none;
}

body.kashi-vishwanath-page .temple-detail__decision-card h5 {
    margin: 0;
    color: #1a120c;
    font-size: clamp(1.28rem, 1.1vw + 1rem, 1.48rem);
    font-weight: 700;
    line-height: 1.16;
}

body.kashi-vishwanath-page .temple-detail__decision-card .temple-detail__decision-copy {
    margin: 0;
    max-width: 30ch;
    color: #5f5145;
    font-size: .98rem;
    line-height: 1.55;
}

body.kashi-vishwanath-page .temple-detail__decision-card p {
    max-width: 34ch;
    margin: 0;
}

body.kashi-vishwanath-page .temple-detail__decision-card .temple-detail__decision-fit {
    display: none;
}

body.kashi-vishwanath-page .temple-detail__decision-meta {
    display: grid;
    gap: 10px;
    width: 100%;
    margin-top: 4px;
}

body.kashi-vishwanath-page .temple-detail__decision-card .temple-detail__decision-meta-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    max-width: none;
    color: #3c2f25;
    font-size: .95rem;
    line-height: 1.5;
}

body.kashi-vishwanath-page .temple-detail__decision-meta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border-radius: 50%;
    background: rgba(191, 150, 96, .16);
    color: #946128;
    font-size: .72rem;
    flex-shrink: 0;
}

body.kashi-vishwanath-page .temple-detail__decision-card .temple-detail__decision-meta-item strong {
    color: #241910;
    font-weight: 700;
    margin-right: 4px;
}

body.kashi-vishwanath-page .temple-detail__decision-card strong {
    color: #1a120c;
    font-weight: 700;
}

body.kashi-vishwanath-page .temple-detail__decision-card .temple-detail__section-cta {
    margin-top: 0;
    min-height: 50px;
    padding-inline: 20px;
    border-radius: 999px;
    align-self: flex-start;
}

body.kashi-vishwanath-page .temple-detail__decision-card .temple-detail__decision-cta.default-btn {
    border: 0;
    background: linear-gradient(135deg, #be803a 0%, #8b5b27 100%);
    box-shadow: 0 18px 34px rgba(140, 90, 35, .2);
}

body.kashi-vishwanath-page .temple-detail__decision-card .temple-detail__decision-cta.default-btn::before {
    background: #6f4418;
}

body.kashi-vishwanath-page .temple-detail__decision-card .temple-detail__decision-cta.default-btn,
body.kashi-vishwanath-page .temple-detail__decision-card .temple-detail__decision-cta.default-btn span,
body.kashi-vishwanath-page .temple-detail__decision-card .temple-detail__decision-cta.default-btn span i {
    color: #fff9f2;
    -webkit-text-fill-color: currentColor;
}

body.kashi-vishwanath-page .temple-detail__decision-card .temple-detail__decision-cta.default-btn:hover,
body.kashi-vishwanath-page .temple-detail__decision-card .temple-detail__decision-cta.default-btn:focus-visible,
body.kashi-vishwanath-page .temple-detail__decision-card .temple-detail__decision-cta.default-btn:active {
    border: 0;
    background: linear-gradient(135deg, #aa6d2c 0%, #72461b 100%);
}

@media (hover: hover) {

    body.kashi-vishwanath-page .temple-detail__hero .temple-detail__action.default-btn:hover,
    body.kashi-vishwanath-page .temple-detail__live-preview-cta.default-btn:hover,
    body.kashi-vishwanath-page .temple-detail__section-cta.default-btn:hover {
        transform: translateY(-2px);
    }

    body.kashi-vishwanath-page .temple-detail__hero .temple-detail__action.default-btn:first-child:hover,
    body.kashi-vishwanath-page .temple-detail__live-preview-cta.default-btn:hover,
    body.kashi-vishwanath-page .temple-detail__section-cta.default-btn:not(.temple-detail__section-cta--secondary):hover {
        box-shadow: var(--kashi-action-shadow-hover);
    }

    body.kashi-vishwanath-page .temple-detail__section-cta--secondary.default-btn:hover {
        border-color: rgba(140, 90, 35, .16);
        box-shadow: 0 16px 30px rgba(15, 23, 42, .08);
    }

    body.kashi-vishwanath-page .temple-detail__decision-card:hover {
        border-color: rgba(140, 90, 35, .24);
        box-shadow: 0 24px 44px rgba(15, 23, 42, .1);
    }

    body.kashi-vishwanath-page .temple-detail__decision-card:hover .temple-detail__decision-icon {
        box-shadow: 0 18px 34px rgba(140, 90, 35, .14);
    }

    body.kashi-vishwanath-page .temple-detail__decision-card:hover .temple-detail__decision-cta.default-btn {
        box-shadow: var(--kashi-action-shadow-hover);
    }

    body.kashi-vishwanath-page .default-btn:hover span i,
    body.kashi-vishwanath-page .temple-detail__hero-map-link:hover i {
        transform: translateX(3px);
    }

    body.kashi-vishwanath-page .temple-detail__fact-card:hover,
    body.kashi-vishwanath-page .temple-detail__history-card:hover,
    body.kashi-vishwanath-page .temple-detail__timing-card:hover,
    body.kashi-vishwanath-page .temple-detail__booking-card:hover,
    body.kashi-vishwanath-page .temple-detail__season-card:hover,
    body.kashi-vishwanath-page .temple-detail__planning-card:hover,
    body.kashi-vishwanath-page .temple-detail__guidance-card:hover,
    body.kashi-vishwanath-page .temple-detail__stay-card:hover,
    body.kashi-vishwanath-page .temple-detail__official-card:hover,
    body.kashi-vishwanath-page .temple-detail__decision-card:hover,
    body.kashi-vishwanath-page .reach-step-card:hover,
    body.kashi-vishwanath-page .reach-mini-card:hover,
    body.kashi-vishwanath-page .reach-master-note:hover {
        transform: translateY(-4px);
        box-shadow: var(--kashi-card-hover-shadow);
    }
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page .temple-detail__content--decision {
        padding: 24px;
    }

    body.kashi-vishwanath-page .temple-detail__decision-card {
        padding: 22px;
        border-radius: 20px;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-detail__inline-cta,
    body.kashi-vishwanath-page .temple-detail__reach-inline-cta {
        margin-top: 20px;
    }

    body.kashi-vishwanath-page .temple-detail__section-cta.default-btn {
        width: 100%;
        padding-inline: 18px;
    }

    body.kashi-vishwanath-page .temple-detail__content--decision {
        padding: 20px 18px;
    }

    body.kashi-vishwanath-page .temple-detail__decision-card {
        padding: 20px 18px;
        border-radius: 18px;
    }

    body.kashi-vishwanath-page .temple-detail__decision-fit,
    body.kashi-vishwanath-page .temple-detail__decision-card .temple-detail__section-cta {
        width: 100%;
    }

    body.kashi-vishwanath-page .temple-detail__decision-card .temple-detail__section-cta {
        justify-content: center;
    }
}

/* Kashi Vishwanath authority polish */
body.kashi-vishwanath-page {
    --kashi-authority-shadow: 0 18px 38px rgba(15, 23, 42, .07);
    --kashi-authority-shadow-hover: 0 24px 48px rgba(15, 23, 42, .11);
    --kashi-authority-radius: 22px;
}

body.kashi-vishwanath-page .temple-detail__hero h1.h3 {
    font-size: clamp(2.55rem, 4.5vw, 4.05rem);
    color: #160f09;
    letter-spacing: -.045em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .22);
}

body.kashi-vishwanath-page .temple-detail__hero-subtitle,
body.kashi-vishwanath-page .temple-detail__deity-row,
body.kashi-vishwanath-page .temple-detail__hero-intro {
    color: #4f4338;
}

body.kashi-vishwanath-page .temple-detail__hero-subtitle {
    font-weight: 600;
}

body.kashi-vishwanath-page .temple-detail__hero-intro {
    max-width: 62ch;
    line-height: 1.82;
}

body.kashi-vishwanath-page .temple-detail__hero-trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    margin-top: 4px;
}

body.kashi-vishwanath-page .temple-detail__trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(140, 90, 35, .14);
    border-radius: 999px;
    background: rgba(255, 250, 243, .96);
    box-shadow: 0 10px 22px rgba(15, 23, 42, .045);
    color: #8c5a23;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-detail__trust-pill i {
    color: currentColor;
    font-size: .88rem;
}

body.kashi-vishwanath-page .temple-detail__last-updated {
    color: #68584c;
    font-size: .93rem;
    font-weight: 600;
    line-height: 1.56;
}

body.kashi-vishwanath-page .temple-detail__hero-assurance {
    max-width: 60ch;
    margin: 4px 0 0;
    color: #67594e;
    font-size: .95rem;
    line-height: 1.72;
}

body.kashi-vishwanath-page .temple-detail__hero-status {
    width: min(100%, 760px);
    padding: 20px 20px 18px;
    border: 1px solid rgba(140, 90, 35, .12);
    border-radius: 24px;
    background: rgba(255, 252, 247, .78);
    box-shadow: 0 16px 32px rgba(15, 23, 42, .05);
    backdrop-filter: blur(10px);
}

body.kashi-vishwanath-page .temple-detail__hero-status-title {
    margin: 0 0 14px;
    color: #8c5a23;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-detail__hero-status-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

body.kashi-vishwanath-page .temple-detail__hero-status-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    min-height: 100%;
    min-width: 0;
    padding: 16px 16px 14px;
    border: 1px solid rgba(140, 90, 35, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .88);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .96);
}

body.kashi-vishwanath-page .temple-detail__hero-status-item--highlight {
    border-color: rgba(194, 138, 70, .22);
    background: linear-gradient(180deg, rgba(255, 249, 239, .98) 0%, rgba(255, 252, 247, .92) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .98), 0 12px 24px rgba(140, 90, 35, .05);
}

body.kashi-vishwanath-page .temple-detail__hero-status-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7a6656;
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-detail__hero-status-label i {
    color: #9b6a31;
    font-size: .82rem;
    flex: 0 0 auto;
}

body.kashi-vishwanath-page .temple-detail__hero-status-value {
    color: #241913;
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.24;
}

body.kashi-vishwanath-page .temple-detail__hero-status-value--primary {
    font-size: 1.26rem;
    font-weight: 800;
}

body.kashi-vishwanath-page .temple-detail__hero-status-value.is-open,
body.kashi-vishwanath-page .temple-detail__hero-status-value.is-low {
    color: #577044;
}

body.kashi-vishwanath-page .temple-detail__hero-status-value.is-moderate {
    color: #8c6a23;
}

body.kashi-vishwanath-page .temple-detail__hero-status-value.is-high,
body.kashi-vishwanath-page .temple-detail__hero-status-value.is-closed {
    color: #a6502a;
}

body.kashi-vishwanath-page .temple-detail__hero-status-note {
    display: block;
    margin-top: -2px;
    color: rgba(94, 77, 64, .84);
    font-size: .78rem;
    line-height: 1.42;
}

body.kashi-vishwanath-page .temple-detail__hero-status-trust,
body.kashi-vishwanath-page .temple-detail__hero-status-action {
    margin: 0;
    line-height: 1.6;
}

body.kashi-vishwanath-page .temple-detail__hero-status-trust {
    margin-top: 12px;
    color: rgba(117, 100, 87, .8);
    font-size: .82rem;
}

body.kashi-vishwanath-page .temple-detail__hero-status-action {
    margin-top: 8px;
    color: #3a2a1d;
    font-size: .92rem;
    font-weight: 600;
}

body.kashi-vishwanath-page .temple-detail__section-trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    margin-top: 14px;
}

body.kashi-vishwanath-page .temple-detail__section-trust-note {
    margin: 0;
    color: #6a5d52;
    font-size: .92rem;
    line-height: 1.62;
}

body.kashi-vishwanath-page .temple-detail__hero-floating-card,
body.kashi-vishwanath-page .temple-detail__hero-map-card,
body.kashi-vishwanath-page .temple-detail__live-preview-sidebar,
body.kashi-vishwanath-page .temple-detail__section-preview-card {
    box-shadow: var(--kashi-authority-shadow);
}

body.kashi-vishwanath-page .temple-detail__hero-floating-card {
    border: 1px solid rgba(140, 90, 35, .12);
    background: rgba(255, 252, 248, .97);
    backdrop-filter: blur(14px);
}

body.kashi-vishwanath-page .temple-detail__hero-floating-title {
    color: #8b5a23;
}

body.kashi-vishwanath-page .temple-detail__hero-floating-card .temple-detail__hero-key-row small {
    color: #7a6a5a;
}

body.kashi-vishwanath-page .temple-detail__hero-floating-card .temple-detail__hero-key-row strong,
body.kashi-vishwanath-page .temple-detail__hero-map-lines strong {
    color: #19110b;
    font-weight: 800;
}

body.kashi-vishwanath-page .temple-detail__hero-map-card {
    border-color: rgba(140, 90, 35, .1);
}

body.kashi-vishwanath-page .temple-detail__thumb,
body.kashi-vishwanath-page .temple-detail__offering-preview-media,
body.kashi-vishwanath-page .temple-detail__live-preview-player {
    overflow: hidden;
}

body.kashi-vishwanath-page .temple-detail__thumb img,
body.kashi-vishwanath-page .temple-detail__offering-preview-media img {
    transition: transform .75s cubic-bezier(.22, 1, .36, 1);
    transform-origin: center;
}

body.kashi-vishwanath-page .temple-detail__live-preview-player {
    transition: transform .5s ease, box-shadow .28s ease, border-color .28s ease;
}

body.kashi-vishwanath-page .temple-overview-content {
    position: relative;
}

body.kashi-vishwanath-page .temple-overview-content::before {
    content: "Why This Temple Matters";
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 0 14px;
    min-height: 34px;
    border: 1px solid rgba(140, 90, 35, .14);
    border-radius: 999px;
    background: rgba(255, 248, 236, .9);
    color: #8c5a23;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-overview-content>p:first-of-type {
    color: #4d4035;
    font-size: 1.03rem;
    line-height: 1.9;
}

body.kashi-vishwanath-page .temple-detail__main--reading .temple-detail__content>.temple-detail__section,
body.kashi-vishwanath-page .temple-detail__main--schedule .temple-detail__content>.temple-detail__section,
body.kashi-vishwanath-page .temple-detail__content--faq>.temple-detail__section {
    position: relative;
}

body.kashi-vishwanath-page .temple-detail__main--reading .temple-detail__content>.temple-detail__section+.temple-detail__section::before,
body.kashi-vishwanath-page .temple-detail__main--schedule .temple-detail__content>.temple-detail__section+.temple-detail__section::before,
body.kashi-vishwanath-page .temple-detail__content--faq>.temple-detail__section::before {
    content: "";
    display: block;
    width: min(160px, 28vw);
    height: 1px;
    margin: 0 0 18px 18px;
    background: linear-gradient(90deg, rgba(194, 138, 70, .28) 0%, rgba(194, 138, 70, 0) 100%);
}

body.kashi-vishwanath-page .temple-detail__fact-card,
body.kashi-vishwanath-page .temple-detail__history-card,
body.kashi-vishwanath-page .temple-detail__timing-card,
body.kashi-vishwanath-page .temple-detail__booking-card,
body.kashi-vishwanath-page .temple-detail__season-card,
body.kashi-vishwanath-page .temple-detail__planning-card,
body.kashi-vishwanath-page .temple-detail__guidance-card,
body.kashi-vishwanath-page .temple-detail__stay-card,
body.kashi-vishwanath-page .temple-detail__official-card,
body.kashi-vishwanath-page .temple-detail__decision-card,
body.kashi-vishwanath-page .temple-detail__process-card,
body.kashi-vishwanath-page .temple-detail__timing-note,
body.kashi-vishwanath-page .temple-detail__tips-highlight,
body.kashi-vishwanath-page .reach-step-card,
body.kashi-vishwanath-page .reach-mini-card,
body.kashi-vishwanath-page .reach-master-note {
    border-radius: var(--kashi-authority-radius);
    box-shadow: var(--kashi-authority-shadow);
}

body.kashi-vishwanath-page .temple-detail__bullet-list li,
body.kashi-vishwanath-page .temple-detail__planning-checklist li,
body.kashi-vishwanath-page .temple-detail__guidance-list li,
body.kashi-vishwanath-page .temple-detail__schedule-list li,
body.kashi-vishwanath-page .temple-detail__booking-list li,
body.kashi-vishwanath-page .temple-detail__fact-list li {
    line-height: 1.72;
}

body.kashi-vishwanath-page .temple-detail__deity-row i,
body.kashi-vishwanath-page .temple-detail__bullet-list i,
body.kashi-vishwanath-page .temple-detail__planning-checklist li i,
body.kashi-vishwanath-page .temple-detail__guidance-list li i,
body.kashi-vishwanath-page .reach-bottom-note .note-icon i,
body.kashi-vishwanath-page .reach-bottom-highlight .note-icon i {
    color: #9f6428;
}

body.kashi-vishwanath-page .temple-detail__accordion {
    gap: 18px;
}

body.kashi-vishwanath-page .temple-detail__accordion .accordion-item {
    overflow: hidden;
    border-color: rgba(15, 23, 42, .08);
    background: linear-gradient(180deg, #fffdf9 0%, #ffffff 100%);
}

body.kashi-vishwanath-page .temple-detail__accordion .accordion-button {
    position: relative;
    transition: background-color .26s ease, color .26s ease, padding-left .26s ease;
}

body.kashi-vishwanath-page .temple-detail__accordion .accordion-button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    bottom: 16px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #c28a46, #8b5b27);
    opacity: 0;
    transition: opacity .26s ease;
}

body.kashi-vishwanath-page .temple-detail__accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(180deg, rgba(255, 248, 236, .86) 0%, rgba(255, 255, 255, .98) 100%);
    color: #1a120c;
    padding-left: 28px;
    box-shadow: inset 0 -1px 0 rgba(140, 90, 35, .08);
}

body.kashi-vishwanath-page .temple-detail__accordion .accordion-button:not(.collapsed)::before {
    opacity: 1;
}

body.kashi-vishwanath-page .temple-detail__accordion .accordion-button:focus-visible {
    box-shadow: 0 0 0 3px rgba(194, 138, 70, .14);
}

body.kashi-vishwanath-page .temple-detail__accordion .accordion-collapse {
    transition: height .42s cubic-bezier(.22, 1, .36, 1);
}

body.kashi-vishwanath-page .temple-detail__accordion .accordion-collapse .accordion-body {
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity .28s ease, transform .28s ease;
}

body.kashi-vishwanath-page .temple-detail__accordion .accordion-collapse.show .accordion-body,
body.kashi-vishwanath-page .temple-detail__accordion .accordion-collapse.collapsing .accordion-body {
    opacity: 1;
    transform: translateY(0);
}

@media (hover: hover) {
    body.kashi-vishwanath-page .temple-detail__hero-image-wrap:hover .temple-detail__thumb img {
        transform: scale(1.05);
    }

    body.kashi-vishwanath-page .temple-detail__section-preview-card:hover .temple-detail__offering-preview-item.is-active .temple-detail__offering-preview-media img,
    body.kashi-vishwanath-page .temple-detail__offering-preview-item.is-active:hover .temple-detail__offering-preview-media img {
        transform: scale(1.05);
    }

    body.kashi-vishwanath-page .temple-detail__live-preview-sidebar:hover .temple-detail__live-preview-player {
        transform: scale(1.02);
    }

    body.kashi-vishwanath-page .temple-detail__hero-floating-card:hover,
    body.kashi-vishwanath-page .temple-detail__hero-map-card:hover,
    body.kashi-vishwanath-page .temple-detail__live-preview-sidebar:hover,
    body.kashi-vishwanath-page .temple-detail__section-preview-card:hover {
        box-shadow: var(--kashi-authority-shadow-hover);
    }
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page .temple-detail__hero h1.h3 {
        font-size: clamp(2.15rem, 6vw, 3.25rem);
    }

    body.kashi-vishwanath-page .temple-detail__hero-trust,
    body.kashi-vishwanath-page .temple-detail__section-trust {
        gap: 10px 12px;
    }

    body.kashi-vishwanath-page .temple-detail__main--reading .temple-detail__content>.temple-detail__section+.temple-detail__section::before,
    body.kashi-vishwanath-page .temple-detail__main--schedule .temple-detail__content>.temple-detail__section+.temple-detail__section::before,
    body.kashi-vishwanath-page .temple-detail__content--faq>.temple-detail__section::before {
        margin-left: 14px;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-detail__hero h1.h3 {
        font-size: clamp(1.95rem, 8.2vw, 2.7rem);
    }

    body.kashi-vishwanath-page .temple-detail__trust-pill {
        min-height: 32px;
        padding-inline: 12px;
        font-size: .72rem;
    }

    body.kashi-vishwanath-page .temple-detail__last-updated,
    body.kashi-vishwanath-page .temple-detail__section-trust-note,
    body.kashi-vishwanath-page .temple-detail__hero-assurance {
        font-size: .9rem;
    }

    body.kashi-vishwanath-page .temple-overview-content::before {
        margin-bottom: 12px;
    }

    body.kashi-vishwanath-page .temple-detail__main--reading .temple-detail__content>.temple-detail__section+.temple-detail__section::before,
    body.kashi-vishwanath-page .temple-detail__main--schedule .temple-detail__content>.temple-detail__section+.temple-detail__section::before,
    body.kashi-vishwanath-page .temple-detail__content--faq>.temple-detail__section::before {
        margin-left: 0;
        margin-bottom: 16px;
        width: 120px;
    }

    body.kashi-vishwanath-page .temple-detail__accordion .accordion-button:not(.collapsed) {
        padding-left: 22px;
    }

    body.kashi-vishwanath-page .temple-detail__accordion .accordion-button::before {
        top: 12px;
        bottom: 12px;
    }
}

/* Temple detail page typography */
body.kashi-vishwanath-page .temple-detail-page {
    --kashi-font-heading: "Playfair Display", Georgia, serif;
    --kashi-font-body: "Inter", "Roboto", Arial, sans-serif;
    --kashi-font-ui: "Inter", "Roboto", Arial, sans-serif;
    --kashi-font-copy-color: #000000;
    --kashi-font-copy-strong: #000000;
    --kashi-font-copy-spacing: 0;
}

body.kashi-vishwanath-page .temple-detail-page,
body.kashi-vishwanath-page .temple-detail-page p,
body.kashi-vishwanath-page .temple-detail-page li,
body.kashi-vishwanath-page .temple-detail-page span,
body.kashi-vishwanath-page .temple-detail-page small,
body.kashi-vishwanath-page .temple-detail-page label,
body.kashi-vishwanath-page .temple-detail-page strong,
body.kashi-vishwanath-page .temple-detail-page em,
body.kashi-vishwanath-page .temple-detail-page .default-btn,
body.kashi-vishwanath-page .temple-detail-page .default-btn span,
body.kashi-vishwanath-page .temple-detail-page .accordion-button,
body.kashi-vishwanath-page .temple-detail-page .accordion-body,
body.kashi-vishwanath-page .temple-detail-page .reach-step-label,
body.kashi-vishwanath-page .temple-detail-page .reach-mini-content h4,
body.kashi-vishwanath-page .temple-detail-page .reach-mini-content span {
    font-family: var(--kashi-font-body);
}

body.kashi-vishwanath-page .temple-detail-page p,
body.kashi-vishwanath-page .temple-detail-page .accordion-body,
body.kashi-vishwanath-page .temple-detail-page .section__header p,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__hero-intro,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__live-preview-copy p,
body.kashi-vishwanath-page .temple-detail-page .reach-step-intro,
body.kashi-vishwanath-page .temple-detail-page .reach-mini-content p,
body.kashi-vishwanath-page .temple-detail-page .reach-master-note,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__live-preview-meta-note,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__section-intro {
    font-size: clamp(1rem, .98rem + .14vw, 1.0625rem);
    line-height: 1.78;
    letter-spacing: var(--kashi-font-copy-spacing);
    color: var(--kashi-font-copy-color);
    font-weight: 400;
}

body.kashi-vishwanath-page .temple-detail-page li {
    line-height: 1.75;
    letter-spacing: .002em;
    color: var(--kashi-font-copy-color);
    font-weight: 400;
}

body.kashi-vishwanath-page .temple-detail-page h1,
body.kashi-vishwanath-page .temple-detail-page h2,
body.kashi-vishwanath-page .temple-detail-page h3,
body.kashi-vishwanath-page .temple-detail-page h4,
body.kashi-vishwanath-page .temple-detail-page h5 {
    font-family: var(--kashi-font-heading);
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.22;
    color: #1f150e;
    font-style: normal;
}

body.kashi-vishwanath-page .temple-detail-page h6,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__info-label,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__fact-card span,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__hero-subtitle,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__deity-row,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__last-updated,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__hero-assurance,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__section-trust-note,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__trust-pill,
body.kashi-vishwanath-page .temple-detail-page .reach-step-label,
body.kashi-vishwanath-page .temple-detail-page .reach-mini-content h4,
body.kashi-vishwanath-page .temple-detail-page .accordion-button,
body.kashi-vishwanath-page .temple-detail-page .default-btn,
body.kashi-vishwanath-page .temple-detail-page .default-btn span {
    font-family: var(--kashi-font-ui);
    font-style: normal;
    font-weight: 600;
}

body.kashi-vishwanath-page .temple-detail-page .temple-detail__hero h1.h3 {
    font-family: var(--kashi-font-heading);
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.08;
}

body.kashi-vishwanath-page .temple-detail-page .section__header h2,
body.kashi-vishwanath-page .temple-detail-page .temple-overview-title,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__main--faq .section__header h2 {
    font-family: var(--kashi-font-heading);
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.14;
    color: #1c130d;
}

body.kashi-vishwanath-page .temple-detail-page .section__header {
    margin-bottom: 30px;
}

body.kashi-vishwanath-page .temple-detail-page .section__header p {
    max-width: 62ch;
    margin-top: 10px;
}

body.kashi-vishwanath-page .temple-detail-page .section__header p,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__section-intro,
body.kashi-vishwanath-page .temple-detail-page .temple-overview-content>p:first-of-type,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__section .section__wrapper>p:first-of-type {
    font-size: clamp(1.03rem, 1rem + .18vw, 1.12rem);
    line-height: 1.74;
    letter-spacing: .002em;
    color: var(--kashi-font-copy-strong);
    font-weight: 500;
}

body.kashi-vishwanath-page .temple-detail-page .temple-overview-content p+p,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__section .section__wrapper>p+p,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__history-card p+p,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__info-card p:not(.temple-detail__info-label)+p:not(.temple-detail__info-label),
body.kashi-vishwanath-page .temple-detail-page .temple-detail__fact-card p+p,
body.kashi-vishwanath-page .temple-detail-page .accordion-body p+p {
    margin-top: 18px;
}

body.kashi-vishwanath-page .temple-detail-page .temple-detail__fact-card h6,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__timing-card h5,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__booking-card h5,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__season-card h5,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__history-card h5,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__process-card h5,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__decision-card h5,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__planning-card h5,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__guidance-card h5,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__stay-card h5,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__official-card h5,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__live-preview-copy h5,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__hero-map-head h5,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__reach-card-head h5 {
    font-family: var(--kashi-font-ui);
    font-weight: 600;
    color: #20150e;
}

body.kashi-vishwanath-page .temple-detail-page .accordion-button {
    line-height: 1.45;
    color: #20160f;
}

body.kashi-vishwanath-page .temple-detail-page .accordion-body {
    color: #52453a;
}

body.kashi-vishwanath-page .temple-detail-page .default-btn,
body.kashi-vishwanath-page .temple-detail-page .default-btn span {
    letter-spacing: .01em;
}

/* Darshan Process final journey module */
body.kashi-vishwanath-page .temple-detail__process-section {
    padding: clamp(30px, 3vw, 38px);
    border: 1px solid rgba(140, 90, 35, .09);
    border-radius: clamp(24px, 2.8vw, 30px);
    background: #fffaf4;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .05);
}

body.kashi-vishwanath-page .temple-detail__process-section::before {
    content: none;
    display: none;
}

body.kashi-vishwanath-page .temple-detail__process-section .section__header {
    margin-bottom: clamp(24px, 2.5vw, 32px);
}

body.kashi-vishwanath-page .temple-detail__process-time {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 14px 0 0;
    padding: 8px 14px;
    border: 1px solid rgba(140, 90, 35, .12);
    border-radius: 999px;
    background: rgba(191, 150, 96, .1);
    color: #5e4a35;
    font-size: .93rem;
    font-weight: 600;
    line-height: 1.45;
    max-width: none;
}

body.kashi-vishwanath-page .temple-detail__process-time::before {
    font-family: "Font Awesome 6 Free";
    font-size: .82rem;
    font-weight: 900;
    color: #8b5b27;
    content: "\f017";
}

body.kashi-vishwanath-page .temple-detail__process-section .section__wrapper {
    display: grid;
    gap: clamp(20px, 2.4vw, 28px);
    margin-top: 0;
    padding: 0;
}

body.kashi-vishwanath-page .temple-detail__process-timeline {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(14px, 1.5vw, 18px);
    align-items: start;
    margin-top: 8px;
}

body.kashi-vishwanath-page .temple-detail__timeline-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 0;
    text-align: center;
}

body.kashi-vishwanath-page .temple-detail__timeline-step::after {
    content: "";
    position: absolute;
    top: 29px;
    left: calc(50% + 29px);
    right: calc(-50% + 29px);
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(191, 150, 96, .48) 0%, rgba(191, 150, 96, .16) 100%);
}

body.kashi-vishwanath-page .temple-detail__timeline-step:last-child::after {
    display: none;
}

body.kashi-vishwanath-page .temple-detail__timeline-marker {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    min-height: 58px;
}

body.kashi-vishwanath-page .temple-detail__timeline-marker::after {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    width: 2px;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(191, 150, 96, .5) 0%, rgba(191, 150, 96, .08) 100%);
    transform: translateX(-50%);
}

body.kashi-vishwanath-page .temple-detail__timeline-number {
    position: absolute;
    top: auto;
    right: -3px;
    bottom: -3px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    padding: 0 7px;
    border-radius: 999px;
    border: 2px solid #fffaf4;
    background: #8c5a23;
    color: #fff9f2;
    font-size: .84rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 8px 16px rgba(140, 90, 35, .18);
}

body.kashi-vishwanath-page .temple-detail__timeline-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(140, 90, 35, .12);
    border-radius: 50%;
    background: linear-gradient(180deg, #fffdf9 0%, #f6ebdb 100%);
    color: #8b5b27;
    font-size: 1.16rem;
    box-shadow: 0 12px 22px rgba(140, 90, 35, .08);
}

body.kashi-vishwanath-page .temple-detail__timeline-content {
    width: 100%;
    min-height: 100%;
    padding: 18px 14px 16px;
    border: 1px solid rgba(140, 90, 35, .1);
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fdf8f1 100%);
    box-shadow: 0 12px 24px rgba(15, 23, 42, .05);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

body.kashi-vishwanath-page .temple-detail__timeline-step--highlight .temple-detail__timeline-content {
    border-color: rgba(140, 90, 35, .32);
    background: linear-gradient(180deg, #fff1d9 0%, #fffaf1 100%);
    box-shadow: 0 0 0 1px rgba(140, 90, 35, .1), 0 18px 34px rgba(140, 90, 35, .12), 0 12px 24px rgba(15, 23, 42, .05);
}

body.kashi-vishwanath-page .temple-detail__timeline-step--highlight .temple-detail__timeline-icon {
    border-color: rgba(140, 90, 35, .24);
    background: linear-gradient(180deg, #ffecd0 0%, #f3d7a1 100%);
    color: #7a4815;
    box-shadow: 0 16px 30px rgba(140, 90, 35, .14);
}

body.kashi-vishwanath-page .temple-detail__timeline-step--highlight .temple-detail__timeline-title {
    color: #1a120c;
}

body.kashi-vishwanath-page .temple-detail__timeline-step--highlight .temple-detail__timeline-number {
    background: #7c4e1f;
}

body.kashi-vishwanath-page .temple-detail__timeline-title {
    margin: 0 0 8px;
    color: #1d130c;
    font-size: clamp(1.02rem, .98rem + .16vw, 1.12rem);
    font-weight: 700;
    line-height: 1.32;
}

body.kashi-vishwanath-page .temple-detail__timeline-copy {
    margin: 0;
    color: #5b4d41;
    font-size: .92rem;
    font-weight: 500;
    line-height: 1.62;
}

body.kashi-vishwanath-page .temple-detail__process-note-box {
    display: grid;
    gap: 12px;
    padding: clamp(18px, 2vw, 22px);
    border: 1px solid rgba(140, 90, 35, .12);
    border-radius: 22px;
    background: linear-gradient(180deg, #fff8ee 0%, #fffdf9 100%);
    box-shadow: 0 12px 26px rgba(15, 23, 42, .05);
}

body.kashi-vishwanath-page .temple-detail__process-note-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

body.kashi-vishwanath-page .temple-detail__process-note-head h3 {
    margin: 0;
    color: #1f150e;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.3;
}

body.kashi-vishwanath-page .temple-detail__process-note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(191, 150, 96, .18);
    color: #985f20;
    font-size: 1rem;
    flex-shrink: 0;
}

body.kashi-vishwanath-page .temple-detail__process-note-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

body.kashi-vishwanath-page .temple-detail__process-note-list li {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    align-items: start;
    column-gap: 8px;
    min-width: 0;
    color: #4f4237;
    font-size: .95rem;
    line-height: 1.58;
}

body.kashi-vishwanath-page .temple-detail__process-note-list li i {
    color: #9b672d;
    font-size: .88rem;
    margin-top: 5px;
    text-align: center;
}

body.kashi-vishwanath-page .temple-detail__process-note-list li span {
    display: block;
}

body.kashi-vishwanath-page .temple-detail__process-inline-link {
    display: flex;
    justify-content: flex-start;
    margin-top: -2px;
}

body.kashi-vishwanath-page .temple-detail__process-inline-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7c4e1f;
    font-size: .98rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

body.kashi-vishwanath-page .temple-detail__process-inline-link a span {
    font-size: 1rem;
    line-height: 1;
}

@media (hover: hover) {

    body.kashi-vishwanath-page .temple-detail__timeline-step:hover .temple-detail__timeline-content,
    body.kashi-vishwanath-page .temple-detail__timeline-step:focus-within .temple-detail__timeline-content {
        transform: translateY(-3px);
        border-color: rgba(140, 90, 35, .16);
        box-shadow: 0 16px 30px rgba(15, 23, 42, .075);
    }

    body.kashi-vishwanath-page .temple-detail__process-inline-link a:hover,
    body.kashi-vishwanath-page .temple-detail__process-inline-link a:focus-visible {
        color: #60360f;
        transform: translateX(2px);
    }
}

@media (max-width: 1199px) {
    body.kashi-vishwanath-page .temple-detail__process-timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 22px;
    }

    body.kashi-vishwanath-page .temple-detail__timeline-step:nth-child(3n)::after {
        display: none;
    }
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page .temple-detail__process-timeline {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.kashi-vishwanath-page .temple-detail__timeline-step {
        display: grid;
        grid-template-columns: 76px minmax(0, 1fr);
        align-items: start;
        gap: 14px;
        text-align: left;
    }

    body.kashi-vishwanath-page .temple-detail__timeline-step::after,
    body.kashi-vishwanath-page .temple-detail__timeline-step:nth-child(3n)::after {
        top: 68px;
        left: 38px;
        right: auto;
        width: 2px;
        height: calc(100% + 18px);
        background: linear-gradient(180deg, rgba(191, 150, 96, .44) 0%, rgba(191, 150, 96, .12) 100%);
        display: block;
    }

    body.kashi-vishwanath-page .temple-detail__timeline-step:last-child::after {
        display: none;
    }

    body.kashi-vishwanath-page .temple-detail__timeline-marker {
        justify-self: center;
        align-self: start;
    }

    body.kashi-vishwanath-page .temple-detail__timeline-marker::after {
        display: none;
    }

    body.kashi-vishwanath-page .temple-detail__timeline-number {
        right: -2px;
        bottom: -2px;
    }

    body.kashi-vishwanath-page .temple-detail__timeline-content {
        padding: 18px;
    }

    body.kashi-vishwanath-page .temple-detail__process-note-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-detail__process-section {
        padding: 22px 18px;
        border-radius: 24px;
    }

    body.kashi-vishwanath-page .temple-detail__process-time {
        font-size: .9rem;
        padding: 8px 12px;
    }

    body.kashi-vishwanath-page .temple-detail__timeline-step {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 14px;
    }

    body.kashi-vishwanath-page .temple-detail__timeline-step::after,
    body.kashi-vishwanath-page .temple-detail__timeline-step:nth-child(3n)::after {
        top: 62px;
        left: 34px;
        height: calc(100% + 16px);
    }

    body.kashi-vishwanath-page .temple-detail__timeline-number {
        min-width: 28px;
        height: 28px;
        font-size: .74rem;
    }

    body.kashi-vishwanath-page .temple-detail__timeline-icon {
        width: 52px;
        height: 52px;
        font-size: 1.02rem;
    }

    body.kashi-vishwanath-page .temple-detail__timeline-content {
        padding: 16px;
        border-radius: 20px;
    }

    body.kashi-vishwanath-page .temple-detail__timeline-title {
        font-size: 1rem;
    }

    body.kashi-vishwanath-page .temple-detail__timeline-copy,
    body.kashi-vishwanath-page .temple-detail__process-note-list li {
        font-size: .92rem;
        line-height: 1.56;
    }

    body.kashi-vishwanath-page .temple-detail__process-note-box {
        padding: 18px 16px;
        border-radius: 20px;
    }

    body.kashi-vishwanath-page .temple-detail__process-inline-link a {
        font-size: .94rem;
    }
}

/* Temple page spacing system */
body.kashi-vishwanath-page .event.event-single.temple-detail-page>.container,
body.kashi-vishwanath-page .temple-section>.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

body.kashi-vishwanath-page .event.event-single.temple-detail-page>.container>.section__wrapper>*+* {
    margin-top: 0;
}

body.kashi-vishwanath-page .event.event-single.temple-detail-page>.container>.section__wrapper {
    display: block;
}

body.kashi-vishwanath-page .temple-detail__content:not(.temple-detail__content--hero),
body.kashi-vishwanath-page .temple-detail__content--faq,
body.kashi-vishwanath-page .temple-detail__main--standalone .temple-detail__content {
    display: block;
    gap: 0;
}

body.kashi-vishwanath-page .temple-detail__content>.temple-detail__section,
body.kashi-vishwanath-page .temple-detail__content>.temple-detail__section:first-of-type,
body.kashi-vishwanath-page .temple-detail__main--reading .temple-detail__content>.temple-detail__section,
body.kashi-vishwanath-page .temple-detail__main--reading .temple-detail__content>.temple-detail__section:first-of-type,
body.kashi-vishwanath-page .temple-detail__main--standalone .temple-detail__content>.temple-detail__section,
body.kashi-vishwanath-page .temple-detail__content--faq>.temple-detail__section {
    margin-top: 0;
    margin-bottom: 0;
}

body.kashi-vishwanath-page .temple-detail__standalone-box,
body.kashi-vishwanath-page .temple-detail__faq-standalone,
body.kashi-vishwanath-page .temple-detail__row-after-standalone,
body.kashi-vishwanath-page .how-to-reach-section.premium-reach-section {
    margin-top: 0;
    margin-bottom: 0;
}

body.kashi-vishwanath-page .temple-section {
    margin-top: var(--section-gap);
    margin-bottom: var(--section-gap);
}

body.kashi-vishwanath-page .temple-detail__content>.temple-section {
    margin-top: var(--section-gap);
    margin-bottom: var(--section-gap);
}

body.kashi-vishwanath-page .temple-detail__content>.temple-section:first-child {
    margin-top: 0;
}

body.kashi-vishwanath-page .temple-detail__content>.temple-section:last-child {
    margin-bottom: 0;
}

body.kashi-vishwanath-page .temple-section .temple-detail__section .section__header,
body.kashi-vishwanath-page .temple-section.temple-detail__standalone-box .section__header,
body.kashi-vishwanath-page .temple-section.temple-detail__faq-standalone .section__header {
    margin-top: 0;
    margin-bottom: var(--section-inner-gap);
}

body.kashi-vishwanath-page .temple-section .temple-detail__section .section__wrapper,
body.kashi-vishwanath-page .temple-section.temple-detail__standalone-box .section__wrapper,
body.kashi-vishwanath-page .temple-section.temple-detail__faq-standalone .section__wrapper {
    padding-top: 0;
}

body.kashi-vishwanath-page :where(.temple-section) :where(.temple-detail__section .section__header h2, .temple-detail__standalone-box .section__header h2, .temple-detail__faq-standalone .section__header h2, .temple-overview-title) {
    margin-bottom: var(--heading-gap);
}

body.kashi-vishwanath-page :where(.temple-section) :where(.temple-detail__section .section__header p, .temple-detail__standalone-box .section__header p, .temple-detail__faq-standalone .section__header p, .temple-detail__section-intro, .temple-overview-content > p) {
    margin-bottom: var(--content-gap);
}

body.kashi-vishwanath-page :where(.temple-section) :where(.temple-detail__section .section__header > :last-child, .temple-detail__standalone-box .section__header > :last-child, .temple-detail__faq-standalone .section__header > :last-child, .temple-detail__section .section__wrapper > :last-child, .temple-detail__standalone-box .section__wrapper > :last-child, .temple-detail__faq-standalone .section__wrapper > :last-child, .temple-overview-content > :last-child) {
    margin-bottom: 0;
}

body.kashi-vishwanath-page .temple-detail__main--reading .temple-detail__content>.temple-section+.temple-section::before,
body.kashi-vishwanath-page .temple-detail__main--schedule .temple-detail__content>.temple-section+.temple-section::before {
    margin: 0 0 var(--section-inner-gap) 18px;
}

/* Temple section header system */
body.kashi-vishwanath-page .temple-detail-page .temple-detail__content:not(.temple-detail__content--hero),
body.kashi-vishwanath-page .temple-detail-page .temple-detail__main--standalone .temple-detail__content {
    padding-top: 40px;
    padding-bottom: 40px;
}

body.kashi-vishwanath-page .temple-detail-page .how-to-reach-section.premium-reach-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

body.kashi-vishwanath-page .temple-overview-content::before {
    content: none;
    display: none;
}

body.kashi-vishwanath-page .temple-detail-page .temple-detail__section .section__wrapper,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__standalone-box .section__wrapper,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__faq-standalone .section__wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

body.kashi-vishwanath-page .temple-detail-page .temple-detail__section .section__header.temple-section-header,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__main--faq .section__header.temple-section-header,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__standalone-box .section__header.temple-section-header,
body.kashi-vishwanath-page .temple-detail-page .temple-overview-content .temple-section-header,
body.kashi-vishwanath-page .temple-detail-page .reach-section-header.temple-section-header {
    width: 100%;
    max-width: var(--kashi-header-width);
    margin: 0;
    padding: 0 0 0 18px;
    border-left: 3px solid rgba(140, 90, 35, .18);
    text-align: left;
}

body.kashi-vishwanath-page .temple-detail-page .temple-section-header::before {
    content: "";
    display: block;
    min-height: 32px;
    margin-bottom: 12px;
}

body.kashi-vishwanath-page .temple-detail-page .temple-section-header--overview::before {
    content: none;
    display: none;
}

body.kashi-vishwanath-page .temple-detail-page .temple-section-header>* {
    margin-top: 0;
}

body.kashi-vishwanath-page .temple-detail-page .temple-section-header :is(h2, .reach-title, .temple-overview-title) {
    margin: 0 0 10px;
}

body.kashi-vishwanath-page .temple-detail-page .temple-section-header :is(h2, .reach-title, .temple-overview-title)::before,
body.kashi-vishwanath-page .temple-detail-page .temple-section-header :is(h2, .reach-title, .temple-overview-title)::after {
    content: none;
    display: none;
}

body.kashi-vishwanath-page .temple-detail-page .temple-section-chip {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin: 0 0 12px;
    padding: 0 14px;
    border: 1px solid rgba(140, 90, 35, .14);
    border-radius: 999px;
    background: rgba(255, 248, 236, .9);
    color: #8c5a23;
    font-family: var(--kashi-font-ui);
    font-size: .76rem;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-detail-page .temple-section-accent,
body.kashi-vishwanath-page .temple-detail-page .temple-overview-underline,
body.kashi-vishwanath-page .temple-detail-page .reach-title-line {
    display: block;
    width: 72px;
    height: 3px;
    margin: 6px 0 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, #c28a46 0%, #8c5a23 100%);
}

body.kashi-vishwanath-page .temple-detail-page .temple-section-header>.temple-section-intro {
    max-width: 62ch;
    margin: 0 0 20px;
    line-height: 1.82;
}

body.kashi-vishwanath-page .temple-detail-page .temple-section-header--with-meta>.temple-section-intro {
    margin-bottom: 0;
}

body.kashi-vishwanath-page .temple-detail-page .temple-section-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    margin: 8px 0 24px;
}

body.kashi-vishwanath-page .temple-detail-page .temple-section-meta .temple-detail__trust-pill,
body.kashi-vishwanath-page .temple-detail-page .temple-section-meta .temple-detail__section-trust-note {
    margin: 0;
}

body.kashi-vishwanath-page .temple-detail-page .temple-section-meta .temple-detail__section-trust-note {
    color: #6a5d52;
    font-size: .92rem;
    font-weight: 400;
    line-height: 1.62;
}

body.kashi-vishwanath-page .temple-detail-page .reach-section-header.temple-section-header .reach-title {
    color: #1c130d;
}

body.kashi-vishwanath-page .temple-detail-page .reach-section-header.temple-section-header .reach-subtitle {
    color: var(--kashi-font-copy-strong);
}

body.kashi-vishwanath-page .temple-detail-page .temple-detail__section .section__wrapper>p,
body.kashi-vishwanath-page .temple-detail-page .temple-overview-content>p {
    margin: 0 0 20px;
    line-height: 1.82;
}

body.kashi-vishwanath-page .temple-detail-page .temple-detail__section .section__wrapper>p+p,
body.kashi-vishwanath-page .temple-detail-page .temple-overview-content>p+p {
    margin-top: 0;
}

body.kashi-vishwanath-page .temple-detail-page .temple-detail__section .section__wrapper> :last-child,
body.kashi-vishwanath-page .temple-detail-page .temple-overview-content> :last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-detail-page .temple-section-header {
        padding-left: 16px;
    }

    body.kashi-vishwanath-page .temple-detail-page .temple-section-chip {
        min-height: 32px;
        margin-bottom: 12px;
        padding: 0 12px;
        font-size: .72rem;
    }
}

/* Temple overview refresh */
body.kashi-vishwanath-page .temple-detail-page .temple-overview-intro {
    max-width: 38ch;
    margin: 0 0 18px;
    color: #6a5a4d;
    font-size: .98rem;
    font-weight: 500;
    line-height: 1.72;
}

body.kashi-vishwanath-page .temple-detail-page .temple-overview-highlights {
    max-width: 42rem;
    gap: 14px;
    margin: 0 0 20px;
}

body.kashi-vishwanath-page .temple-detail-page .temple-overview-highlights li {
    align-items: flex-start;
    color: #43362d;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7;
}

body.kashi-vishwanath-page .temple-detail-page .temple-overview-highlights li i {
    margin-top: 3px;
    color: #9f6428;
    font-size: .95rem;
}

body.kashi-vishwanath-page .temple-detail-page .temple-overview-mantra {
    max-width: 25ch;
    margin: 0 0 20px;
    color: #20150f;
    font-family: var(--kashi-font-heading);
    font-size: clamp(1.34rem, 1.18rem + .62vw, 1.72rem);
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: -.015em;
}

body.kashi-vishwanath-page .temple-detail-page .temple-overview-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
}

body.kashi-vishwanath-page .temple-detail-page .temple-overview-chip-row .temple-section-chip {
    margin: 0;
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-detail-page .temple-overview-intro {
        margin-bottom: 16px;
        font-size: .94rem;
    }

    body.kashi-vishwanath-page .temple-detail-page .temple-overview-highlights {
        gap: 12px;
        margin-bottom: 18px;
    }

    body.kashi-vishwanath-page .temple-detail-page .temple-overview-highlights li {
        font-size: .96rem;
    }

    body.kashi-vishwanath-page .temple-detail-page .temple-overview-mantra {
        margin-bottom: 18px;
        font-size: clamp(1.22rem, 1.08rem + .7vw, 1.46rem);
    }
}

/* Spiritual connection */
body.kashi-vishwanath-page .temple-detail__moksha-section {
    margin-top: clamp(44px, 5vw, 68px);
    margin-bottom: clamp(44px, 5vw, 68px);
}

body.kashi-vishwanath-page .temple-detail__moksha-panel {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    padding: clamp(30px, 4vw, 46px) 20px;
    text-align: center;
}

body.kashi-vishwanath-page .temple-detail__moksha-panel::before,
body.kashi-vishwanath-page .temple-detail__moksha-panel::after {
    content: "";
    position: absolute;
    left: 50%;
    width: min(420px, 78%);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent 0%, rgba(140, 90, 35, .32) 50%, transparent 100%);
}

body.kashi-vishwanath-page .temple-detail__moksha-panel::before {
    top: 0;
}

body.kashi-vishwanath-page .temple-detail__moksha-panel::after {
    bottom: 0;
}

body.kashi-vishwanath-page .temple-detail__moksha-panel h2 {
    margin: 0 0 18px;
    color: #1f160f;
    font-family: var(--kashi-font-heading);
    font-size: clamp(1.72rem, 1.42rem + 1.1vw, 2.38rem);
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.18;
}

body.kashi-vishwanath-page .temple-detail__moksha-lines {
    display: grid;
    gap: 10px;
}

body.kashi-vishwanath-page .temple-detail__moksha-lines p {
    margin: 0;
    color: #4f3b2b;
    font-family: var(--kashi-font-heading);
    font-size: clamp(1.08rem, 1rem + .35vw, 1.28rem);
    font-weight: 600;
    line-height: 1.55;
}

/* Temple footer refresh */
body.kashi-vishwanath-page .temple-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(194, 138, 70, .12), transparent 34%),
        linear-gradient(180deg, #201812 0%, #15100c 100%);
}

body.kashi-vishwanath-page .temple-footer .footer__top,
body.kashi-vishwanath-page .temple-footer .footer__bottom {
    position: relative;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.kashi-vishwanath-page .temple-footer .footer__top::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 193, 7, .24) 50%, transparent 100%);
}

body.kashi-vishwanath-page .temple-footer__top {
    padding: clamp(68px, 7vw, 88px) 0 clamp(48px, 5vw, 60px);
}

body.kashi-vishwanath-page .temple-footer__bottom {
    padding: 22px 0 26px;
    background: rgba(9, 7, 5, .16);
}

body.kashi-vishwanath-page .temple-footer__grid {
    row-gap: 34px;
}

body.kashi-vishwanath-page .temple-footer__column {
    height: 100%;
    min-height: 100%;
}

body.kashi-vishwanath-page .temple-footer__column--brand {
    max-width: 24rem;
}

body.kashi-vishwanath-page .temple-footer__logo,
body.kashi-vishwanath-page .temple-footer__bottom-logo {
    display: inline-flex;
    margin: 0 0 18px;
    color: #fff7ea;
}

body.kashi-vishwanath-page .temple-footer__logo .temple-logo__sub,
body.kashi-vishwanath-page .temple-footer__bottom-logo .temple-logo__sub {
    color: rgba(255, 244, 229, .66);
}

body.kashi-vishwanath-page .temple-footer__brand-line,
body.kashi-vishwanath-page .temple-footer__trust-line,
body.kashi-vishwanath-page .temple-footer__bottom-note,
body.kashi-vishwanath-page .temple-footer__bottom-copy {
    margin: 0;
    color: rgba(255, 244, 229, .78);
    font-family: "Roboto", sans-serif;
    line-height: 1.72;
}

body.kashi-vishwanath-page .temple-footer__brand-line {
    max-width: 27ch;
    font-size: 1rem;
    font-weight: 500;
}

body.kashi-vishwanath-page .temple-footer__trust-line {
    max-width: 29ch;
    margin-top: 12px;
    font-size: .96rem;
}

body.kashi-vishwanath-page .temple-footer__badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

body.kashi-vishwanath-page .temple-footer__badge {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255, 193, 7, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    color: #fff4de;
    font-family: "Roboto", sans-serif;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1;
    white-space: nowrap;
}

body.kashi-vishwanath-page .temple-footer__heading {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 14px;
    color: #fff9ef;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-footer__heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #c28a46 0%, #f0c36b 100%);
}

body.kashi-vishwanath-page .temple-footer__nav-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.kashi-vishwanath-page .temple-footer__nav-list li {
    margin: 0;
    padding: 0;
}

body.kashi-vishwanath-page .temple-footer__nav-list a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 244, 229, .82);
    font-family: "Roboto", sans-serif;
    font-size: .98rem;
    line-height: 1.55;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

body.kashi-vishwanath-page .temple-footer__nav-list a::before {
    content: "";
    width: 5px;
    height: 5px;
    flex: 0 0 5px;
    border-radius: 50%;
    background: rgba(240, 195, 107, .8);
    box-shadow: 0 0 0 4px rgba(240, 195, 107, .08);
}

body.kashi-vishwanath-page .temple-footer__nav-list a:hover,
body.kashi-vishwanath-page .temple-footer__nav-list a:focus-visible {
    color: #ffffff;
    transform: translateX(3px);
}

body.kashi-vishwanath-page .temple-footer__bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 28px;
    flex-wrap: wrap;
}

body.kashi-vishwanath-page .temple-footer__bottom-logo {
    margin: 0;
    flex: 0 0 auto;
    font-size: 1.02rem;
}

body.kashi-vishwanath-page .temple-footer__bottom-note {
    flex: 1 1 320px;
    max-width: 38rem;
    font-size: .94rem;
}

body.kashi-vishwanath-page .temple-footer__bottom-copy {
    flex: 0 1 auto;
    margin-left: auto;
    font-size: .92rem;
    text-align: right;
}

body.kashi-vishwanath-page .temple-footer__bottom-copy a {
    color: #fff9ef;
    text-decoration: none;
}

body.kashi-vishwanath-page .temple-footer__bottom-copy a:hover,
body.kashi-vishwanath-page .temple-footer__bottom-copy a:focus-visible {
    color: #ffffff;
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page .temple-footer__grid {
        row-gap: 28px;
    }

    body.kashi-vishwanath-page .temple-footer__column--brand {
        max-width: none;
    }

    body.kashi-vishwanath-page .temple-footer__bottom-copy {
        margin-left: 0;
        text-align: left;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-footer__top {
        padding: 56px 0 38px;
    }

    body.kashi-vishwanath-page .temple-footer__bottom {
        padding: 18px 0 22px;
    }

    body.kashi-vishwanath-page .temple-footer__heading {
        margin-bottom: 18px;
        padding-bottom: 12px;
        font-size: .95rem;
    }

    body.kashi-vishwanath-page .temple-footer__nav-list {
        gap: 8px;
    }

    body.kashi-vishwanath-page .temple-footer__nav-list a {
        font-size: .96rem;
        padding: 4px 0;
    }

    body.kashi-vishwanath-page .temple-footer__bottom-bar {
        align-items: flex-start;
    }

    body.kashi-vishwanath-page .temple-footer__bottom-note,
    body.kashi-vishwanath-page .temple-footer__bottom-copy {
        flex-basis: 100%;
        max-width: none;
    }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
    body.kashi-vishwanath-page .temple-footer__grid {
        row-gap: 30px;
    }

    body.kashi-vishwanath-page .temple-footer__grid > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    body.kashi-vishwanath-page .temple-footer__column--brand {
        max-width: none;
    }

    body.kashi-vishwanath-page .temple-footer__top {
        padding: 64px 0 46px;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-footer__grid {
        row-gap: 24px;
    }

    body.kashi-vishwanath-page .temple-footer__grid > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    body.kashi-vishwanath-page .temple-footer__column {
        height: auto;
    }

    body.kashi-vishwanath-page .temple-footer__top {
        padding: 52px 0 36px;
    }

    body.kashi-vishwanath-page .temple-footer__bottom {
        padding: 18px 0 30px;
    }

    body.kashi-vishwanath-page .temple-footer__badge-row {
        gap: 8px;
        margin-top: 18px;
    }

    body.kashi-vishwanath-page .temple-footer__nav-list {
        gap: 10px;
    }

    body.kashi-vishwanath-page .temple-footer__nav-list a {
        width: 100%;
        padding: 5px 0;
    }

    body.kashi-vishwanath-page .temple-footer__bottom-bar {
        gap: 14px 18px;
    }
}

@media (max-width: 768px) {
    body.kashi-vishwanath-page .temple-footer__grid > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    body.kashi-vishwanath-page .temple-footer__column,
    body.kashi-vishwanath-page .temple-footer__bottom-note,
    body.kashi-vishwanath-page .temple-footer__bottom-copy {
        min-width: 0;
    }

    body.kashi-vishwanath-page .temple-footer__logo,
    body.kashi-vishwanath-page .temple-footer__bottom-logo {
        width: 100%;
        max-width: min(220px, 100%);
        margin: 0 0 16px;
        gap: 10px;
        overflow: hidden;
    }

    body.kashi-vishwanath-page .temple-footer__logo.temple-logo,
    body.kashi-vishwanath-page .temple-footer__bottom-logo.temple-logo {
        font-size: clamp(1.52rem, 6vw, 1.76rem);
        line-height: 1;
    }

    body.kashi-vishwanath-page .temple-footer__logo img,
    body.kashi-vishwanath-page .temple-footer__bottom-logo img {
        width: 48px;
        max-width: 48px;
        flex: 0 0 48px;
        height: auto;
        object-fit: contain;
    }

    body.kashi-vishwanath-page .temple-footer__logo .temple-logo__sub,
    body.kashi-vishwanath-page .temple-footer__bottom-logo .temple-logo__sub {
        margin-top: 4px;
        font-size: .58rem;
        letter-spacing: .16em;
    }

    body.kashi-vishwanath-page .temple-footer__brand-line,
    body.kashi-vishwanath-page .temple-footer__trust-line,
    body.kashi-vishwanath-page .temple-footer__bottom-note,
    body.kashi-vishwanath-page .temple-footer__bottom-copy {
        max-width: none;
        font-size: 14px;
        line-height: 1.6;
        overflow-wrap: anywhere;
    }

    body.kashi-vishwanath-page .temple-footer__top {
        padding: 50px 0 34px;
    }

    body.kashi-vishwanath-page .temple-footer__bottom {
        padding: 18px 0 calc(72px + env(safe-area-inset-bottom));
    }

    body.kashi-vishwanath-page .temple-footer__bottom-bar {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 12px;
    }

    body.kashi-vishwanath-page .temple-footer__bottom-note,
    body.kashi-vishwanath-page .temple-footer__bottom-copy {
        flex-basis: 100%;
        width: 100%;
        text-align: left;
    }
}

/* Kashi final layout shell */
body.kashi-vishwanath-page {
    --kashi-page-max-width: 1480px;
    --kashi-page-side-pad: clamp(20px, 2.8vw, 44px);
    --kashi-major-block-space: clamp(58px, 5.2vw, 86px);
    --kashi-content-section-space: clamp(42px, 3.8vw, 58px);
    --kashi-sidebar-stack-space: clamp(24px, 2.4vw, 34px);
    --kashi-reach-inner-space: clamp(30px, 3vw, 42px);
    --kashi-reading-width: 72ch;
    --kashi-card-reading-width: 50ch;
    --kashi-header-width: 82ch;
    --section-gap: var(--kashi-major-block-space);
    --section-inner-gap: clamp(26px, 2.5vw, 36px);
    --heading-gap: 14px;
    --content-gap: 18px;
}

body.kashi-vishwanath-page .event.event-single.temple-detail-page {
    overflow-x: clip;
}

body.kashi-vishwanath-page .event.event-single.temple-detail-page>.container,
body.kashi-vishwanath-page .temple-section>.container {
    width: 100%;
    max-width: var(--kashi-page-max-width);
    padding-left: var(--kashi-page-side-pad);
    padding-right: var(--kashi-page-side-pad);
}

body.kashi-vishwanath-page .event.event-single.temple-detail-page>.container>.section__wrapper {
    display: grid;
    row-gap: var(--kashi-major-block-space);
    width: 100%;
}

body.kashi-vishwanath-page .event.event-single.temple-detail-page>.container>.section__wrapper>*+* {
    margin-top: 0 !important;
}

body.kashi-vishwanath-page .event.event-single.temple-detail-page>.container>.section__wrapper> :where(.row, .temple-section) {
    margin-top: 0;
    margin-bottom: 0;
}

body.kashi-vishwanath-page .event.event-single.temple-detail-page>.container>.section__wrapper>.row,
body.kashi-vishwanath-page .temple-section.row {
    --bs-gutter-x: clamp(26px, 3vw, 48px);
    --bs-gutter-y: var(--kashi-content-section-space);
}

body.kashi-vishwanath-page .temple-detail__main,
body.kashi-vishwanath-page .temple-detail__main .event__inner,
body.kashi-vishwanath-page .temple-detail__content {
    width: 100%;
}

body.kashi-vishwanath-page .temple-detail__main .event__inner {
    border-radius: clamp(28px, 2.5vw, 36px);
}

body.kashi-vishwanath-page .temple-detail__content:not(.temple-detail__content--hero) {
    padding: clamp(38px, 3.9vw, 58px);
}

body.kashi-vishwanath-page .temple-detail__content--decision,
body.kashi-vishwanath-page .temple-detail__content--faq {
    padding: clamp(38px, 3.6vw, 56px);
}

body.kashi-vishwanath-page .temple-detail__content> :where(.temple-section, .temple-detail__section) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.kashi-vishwanath-page .temple-detail__content> :where(.temple-section, .temple-detail__section)+ :where(.temple-section, .temple-detail__section) {
    margin-top: var(--kashi-content-section-space) !important;
}

body.kashi-vishwanath-page .temple-detail-page .temple-detail__section .section__header.temple-section-header,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__main--faq .section__header.temple-section-header,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__standalone-box .section__header.temple-section-header,
body.kashi-vishwanath-page .temple-detail-page .temple-overview-content .temple-section-header,
body.kashi-vishwanath-page .temple-detail-page .reach-section-header.temple-section-header {
    max-width: var(--kashi-header-width);
    margin: 0 0 var(--section-inner-gap);
}

body.kashi-vishwanath-page .temple-detail-page .section__header p,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__section-intro,
body.kashi-vishwanath-page .temple-detail-page .reach-subtitle {
    max-width: var(--kashi-reading-width);
}

body.kashi-vishwanath-page .temple-detail__section .row.g-4,
body.kashi-vishwanath-page .temple-detail__decision-grid,
body.kashi-vishwanath-page .temple-detail__timings-panels,
body.kashi-vishwanath-page .temple-detail__booking-layout,
body.kashi-vishwanath-page .temple-detail__history-facts,
body.kashi-vishwanath-page .temple-detail__nearby-grid,
body.kashi-vishwanath-page .temple-detail__stay-grid,
body.kashi-vishwanath-page .temple-detail__official-grid {
    --bs-gutter-x: clamp(22px, 2.2vw, 34px);
    --bs-gutter-y: clamp(22px, 2.2vw, 34px);
}

body.kashi-vishwanath-page .temple-detail__hero-shell {
    grid-template-columns: minmax(0, 1.1fr) minmax(500px, .9fr);
    gap: clamp(48px, 5vw, 84px);
    padding: clamp(46px, 5vw, 76px);
}

body.kashi-vishwanath-page .temple-detail__hero-lead {
    max-width: 760px;
}

body.kashi-vishwanath-page .temple-detail__hero-intro,
body.kashi-vishwanath-page .temple-detail__hero-assurance {
    max-width: 64ch;
}

body.kashi-vishwanath-page .temple-detail__hero-status-grid,
body.kashi-vishwanath-page .temple-detail__facts-grid {
    gap: clamp(14px, 1.35vw, 20px);
}

body.kashi-vishwanath-page .temple-overview-content {
    max-width: min(100%, 88ch);
}

body.kashi-vishwanath-page .temple-overview-highlights {
    max-width: 62rem;
}

body.kashi-vishwanath-page .temple-overview-mantra {
    max-width: 36ch;
}

body.somnath-page.kashi-vishwanath-page .temple-overview-mantra {
    max-width: none;
}

body.mallikarjuna-page.kashi-vishwanath-page .temple-overview-mantra {
    max-width: none;
}

body.mahakaleshwar-page.kashi-vishwanath-page .temple-overview-mantra {
    max-width: none;
}

body.omkareshwar-page.kashi-vishwanath-page .temple-overview-mantra {
    max-width: none;
    margin: 0 0 20px;
    color: #5d5044;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: 0;
}

body.kedarnath-page.kashi-vishwanath-page .temple-overview-mantra {
    max-width: none;
    margin: 0 0 20px;
    color: #5d5044;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: 0;
}

body[data-temple-slug="bhimashankar"].kashi-vishwanath-page .temple-overview-mantra {
    max-width: none;
    margin: 0 0 20px;
    color: #5d5044;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: 0;
}

body[data-temple-slug="grishneshwar"].kashi-vishwanath-page .temple-overview-mantra {
    max-width: none;
    margin: 0 0 20px;
    color: #5d5044;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: 0;
}

body[data-temple-slug="nageshwar"].kashi-vishwanath-page .temple-overview-mantra {
    max-width: none;
    margin: 0 0 20px;
    color: #5d5044;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: 0;
}

body.mallikarjuna-page.kashi-vishwanath-page .temple-hero-grid {
    row-gap: 20px;
    padding-bottom: 16px;
}

body.mallikarjuna-page.kashi-vishwanath-page .temple-hero-content {
    gap: 10px;
}

body.mallikarjuna-page.kashi-vishwanath-page .temple-hero-meaning-card .visit-status-value {
    font-size: clamp(1.72rem, 1.44rem + .92vw, 2.14rem);
    line-height: 1.08;
    letter-spacing: -.025em;
    text-wrap: balance;
}

body.mallikarjuna-page.kashi-vishwanath-page .trust-line {
    margin: 0;
}

body.mallikarjuna-page.kashi-vishwanath-page .hero-actions {
    gap: 10px;
    margin: 0;
}

body.mallikarjuna-page.kashi-vishwanath-page .visit-status-section {
    margin-top: 0;
}

body.mallikarjuna-page.kashi-vishwanath-page .visit-status-grid {
    margin-top: 4px;
    gap: 10px;
}

@media (min-width: 641px) {
    body.mallikarjuna-page.kashi-vishwanath-page .visit-status-card {
        min-height: 160px;
        padding: 15px 14px;
    }
}

body.mallikarjuna-page.kashi-vishwanath-page .temple-decision-line {
    margin: 6px 0;
}

body.mallikarjuna-page.kashi-vishwanath-page .today-note {
    margin-top: 0;
}

body.mallikarjuna-page.kashi-vishwanath-page .temple-detail__nearby-body h5 {
    display: block;
    max-width: 100%;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    overflow-wrap: anywhere;
}

body.mahakaleshwar-page.kashi-vishwanath-page .temple-detail__nearby-body h5 {
    display: block;
    max-width: 100%;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    overflow-wrap: anywhere;
}

body.omkareshwar-page.kashi-vishwanath-page .temple-detail__nearby-body h5 {
    display: block;
    max-width: 100%;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    overflow-wrap: anywhere;
}

body.kedarnath-page.kashi-vishwanath-page .temple-detail__nearby-body h5 {
    display: block;
    max-width: 100%;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    overflow-wrap: anywhere;
}

body[data-temple-slug="bhimashankar"].kashi-vishwanath-page .temple-detail__nearby-body h5 {
    display: block;
    max-width: 100%;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    overflow-wrap: anywhere;
}

body[data-temple-slug="baidyanath"].kashi-vishwanath-page .temple-detail__nearby-body h5 {
    display: block;
    max-width: 100%;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    overflow-wrap: anywhere;
}

body[data-temple-slug="grishneshwar"].kashi-vishwanath-page .temple-detail__nearby-body h5 {
    display: block;
    max-width: 100%;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    overflow-wrap: anywhere;
}

body[data-temple-slug="nageshwar"].kashi-vishwanath-page .temple-detail__nearby-body h5 {
    display: block;
    max-width: 100%;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    overflow-wrap: anywhere;
}

body[data-temple-slug="rameshwaram"].kashi-vishwanath-page .temple-overview-mantra {
    max-width: none;
    margin: 0 0 20px;
    color: #5d5044;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: 0;
}

body[data-temple-slug="rameshwaram"].kashi-vishwanath-page .temple-detail__nearby-body h5 {
    display: block;
    max-width: 100%;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    overflow-wrap: anywhere;
}

body[data-temple-slug="rameshwaram"].kashi-vishwanath-page .temple-hero-title {
    font-size: clamp(1.85rem, 3.9vw, 3.55rem);
    line-height: 1.06;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    text-wrap: balance;
}

body[data-temple-slug="baidyanath"].kashi-vishwanath-page .temple-detail__location-sidebar,
body[data-temple-slug="baidyanath"].kashi-vishwanath-page .temple-detail__live-preview-sidebar,
body[data-temple-slug="baidyanath"].kashi-vishwanath-page .temple-detail__live-preview,
body[data-temple-slug="baidyanath"].kashi-vishwanath-page .temple-detail__live-preview-player,
body[data-temple-slug="baidyanath"].kashi-vishwanath-page .temple-detail__live-preview-poster {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

body[data-temple-slug="baidyanath"].kashi-vishwanath-page .temple-detail__live-preview-copy,
body[data-temple-slug="baidyanath"].kashi-vishwanath-page .temple-detail__live-preview-meta {
    position: relative;
    z-index: 1;
}

body.mahakaleshwar-page.kashi-vishwanath-page section[aria-labelledby="mahakaleshwar-spiritual-heading"] .temple-readmore-btn {
    border-color: rgba(140, 90, 35, .28);
    background: linear-gradient(180deg, #fff7eb 0%, #f2d7aa 100%);
    box-shadow: 0 12px 26px rgba(140, 90, 35, .14);
    color: #8c5a23;
    opacity: 1;
}

body.mahakaleshwar-page.kashi-vishwanath-page section[aria-labelledby="mahakaleshwar-spiritual-heading"] .temple-readmore-btn:hover,
body.mahakaleshwar-page.kashi-vishwanath-page section[aria-labelledby="mahakaleshwar-spiritual-heading"] .temple-readmore-btn:focus-visible {
    background: linear-gradient(180deg, #a56a2c 0%, #7e4a1d 100%);
    border-color: rgba(126, 74, 29, .9);
    box-shadow: 0 16px 30px rgba(126, 74, 29, .2);
    color: #fffdf8;
}

body.mallikarjuna-page.kashi-vishwanath-page .temple-hero-benefits {
    margin-top: 14px;
    padding-top: 10px;
}

body.kashi-vishwanath-page .temple-detail__history-card p,
body.kashi-vishwanath-page .temple-detail__timing-note p,
body.kashi-vishwanath-page .temple-detail__accordion .accordion-body {
    max-width: 76ch;
}

body.kashi-vishwanath-page .temple-detail__section .temple-detail__fact-card,
body.kashi-vishwanath-page .temple-detail__history-card,
body.kashi-vishwanath-page .temple-detail__timing-card,
body.kashi-vishwanath-page .temple-detail__booking-card,
body.kashi-vishwanath-page .temple-detail__season-card,
body.kashi-vishwanath-page .temple-detail__planning-card,
body.kashi-vishwanath-page .temple-detail__guidance-card,
body.kashi-vishwanath-page .temple-detail__stay-card,
body.kashi-vishwanath-page .temple-detail__official-card {
    padding: clamp(24px, 2.3vw, 32px);
}

body.kashi-vishwanath-page .temple-detail__process-section {
    padding: clamp(34px, 3.3vw, 48px);
}

body.kashi-vishwanath-page .temple-detail__timings-status-card,
body.kashi-vishwanath-page .temple-detail__tips-board {
    padding: clamp(28px, 2.8vw, 40px);
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-grid,
body.kashi-vishwanath-page .temple-detail__tips-board,
body.kashi-vishwanath-page .temple-detail__offerings-showcase,
body.kashi-vishwanath-page .reach-steps-wrap {
    gap: clamp(22px, 2.4vw, 36px);
}

body.kashi-vishwanath-page .how-to-reach-section.premium-reach-section {
    width: 100%;
    padding: clamp(38px, 3.6vw, 56px);
    border-radius: clamp(28px, 2.6vw, 36px);
}

body.kashi-vishwanath-page .reach-step-card {
    padding: clamp(36px, 3vw, 46px) clamp(22px, 2.2vw, 32px) clamp(24px, 2.3vw, 32px);
}

body.kashi-vishwanath-page .reach-mini-card {
    padding: clamp(14px, 1.35vw, 18px);
}

body.kashi-vishwanath-page .temple-detail__moksha-section {
    margin-top: 0;
    margin-bottom: 0;
}

body.kashi-vishwanath-page .temple-detail__moksha-panel {
    max-width: 940px;
    padding-top: clamp(34px, 4.2vw, 54px);
    padding-bottom: clamp(34px, 4.2vw, 54px);
}

body.kashi-vishwanath-page .temple-detail__faq .section__wrapper {
    max-width: 1120px;
}

body.kashi-vishwanath-page .temple-detail__sidebar {
    gap: var(--kashi-sidebar-stack-space);
    align-self: flex-start;
}

body.kashi-vishwanath-page .temple-detail__sidebar-card {
    border-radius: 28px;
}

@media (min-width: 1200px) {
    body.kashi-vishwanath-page .reach-steps-wrap {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.kashi-vishwanath-page .temple-detail__sidebar {
        position: sticky;
        top: 126px;
    }
}

@media (max-width: 1199px) {
    body.kashi-vishwanath-page .temple-detail__hero-shell {
        grid-template-columns: 1fr;
        padding: clamp(36px, 4.6vw, 54px);
    }
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page {
        --kashi-page-side-pad: clamp(16px, 3.8vw, 28px);
        --kashi-major-block-space: clamp(42px, 6vw, 58px);
        --kashi-content-section-space: clamp(30px, 4.8vw, 42px);
        --kashi-sidebar-stack-space: 22px;
        --kashi-reach-inner-space: 28px;
        --kashi-reading-width: 68ch;
    }

    body.kashi-vishwanath-page .temple-detail__content:not(.temple-detail__content--hero),
    body.kashi-vishwanath-page .temple-detail__content--decision,
    body.kashi-vishwanath-page .temple-detail__content--faq {
        padding: clamp(28px, 4.8vw, 40px);
    }

    body.kashi-vishwanath-page .temple-detail__sidebar {
        position: static;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page {
        --kashi-page-side-pad: 15px;
        --kashi-major-block-space: 34px;
        --kashi-content-section-space: 26px;
        --section-inner-gap: 22px;
    }

    body.kashi-vishwanath-page .event.event-single.temple-detail-page>.container>.section__wrapper {
        row-gap: var(--kashi-major-block-space);
    }

    body.kashi-vishwanath-page .temple-detail__content:not(.temple-detail__content--hero),
    body.kashi-vishwanath-page .temple-detail__content--decision,
    body.kashi-vishwanath-page .temple-detail__content--faq {
        padding: 22px 18px;
    }

    body.kashi-vishwanath-page .temple-detail__hero-shell {
        padding: 22px;
        gap: 28px;
        border-radius: 30px;
    }

    body.kashi-vishwanath-page .temple-detail-page .temple-detail__section .section__header.temple-section-header,
    body.kashi-vishwanath-page .temple-detail-page .temple-detail__main--faq .section__header.temple-section-header,
    body.kashi-vishwanath-page .temple-detail-page .temple-detail__standalone-box .section__header.temple-section-header,
    body.kashi-vishwanath-page .temple-detail-page .temple-overview-content .temple-section-header,
    body.kashi-vishwanath-page .temple-detail-page .reach-section-header.temple-section-header {
        padding-left: 14px;
    }

    body.kashi-vishwanath-page .how-to-reach-section.premium-reach-section,
    body.kashi-vishwanath-page .temple-detail__process-section,
    body.kashi-vishwanath-page .temple-detail__tips-board {
        padding: 22px 18px;
    }

    body.kashi-vishwanath-page .temple-detail__moksha-panel {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* Kashi hero product layout */
body.kashi-vishwanath-page .temple-detail__hero-shell {
    display: block;
    padding: clamp(18px, 2vw, 28px);
    border: 1px solid rgba(70, 44, 18, .08);
    border-radius: clamp(30px, 3vw, 46px);
    background:
        radial-gradient(circle at 16% 12%, rgba(218, 179, 109, .24), transparent 30%),
        radial-gradient(circle at 88% 18%, rgba(255, 255, 255, .72), transparent 28%),
        linear-gradient(135deg, #fff8ee 0%, #fffdf8 52%, #f4e6d2 100%);
    box-shadow: 0 34px 76px rgba(43, 28, 12, .1);
    overflow: hidden;
}

body.kashi-vishwanath-page .temple-detail__hero-shell::after {
    right: -120px;
    bottom: -150px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(166, 105, 45, .12) 0%, rgba(166, 105, 45, 0) 70%);
}

body.kashi-vishwanath-page .temple-detail__hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(300px, .9fr) minmax(410px, 1.15fr) minmax(330px, .88fr);
    gap: clamp(22px, 2.5vw, 40px);
    align-items: stretch;
}

body.kashi-vishwanath-page .temple-detail__hero-image-panel {
    position: relative;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .86);
    border-radius: clamp(24px, 2.3vw, 34px);
    background: #d9c2a1;
    box-shadow: 0 28px 52px rgba(35, 22, 10, .18);
    isolation: isolate;
}

body.kashi-vishwanath-page .temple-detail__hero-image-panel::before,
body.kashi-vishwanath-page .temple-detail__hero-image-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

body.kashi-vishwanath-page .temple-detail__hero-image-panel::before {
    background: linear-gradient(90deg, rgba(29, 18, 10, .05) 0%, rgba(29, 18, 10, .03) 58%, rgba(255, 248, 238, .42) 100%);
}

body.kashi-vishwanath-page .temple-detail__hero-image-panel::after {
    background: linear-gradient(180deg, rgba(28, 18, 10, 0) 40%, rgba(28, 18, 10, .22) 100%);
}

body.kashi-vishwanath-page .temple-detail__hero-image-panel img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: clamp(520px, 44vw, 700px);
    object-fit: cover;
    transform: scale(1.01);
}

body.kashi-vishwanath-page .temple-detail__hero-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(22px, 2.3vw, 32px);
    min-width: 0;
    padding: clamp(18px, 2.2vw, 34px) 0;
}

body.kashi-vishwanath-page .temple-detail__hero-lead {
    max-width: 680px;
    gap: 14px;
}

body.kashi-vishwanath-page .temple-detail__hero h1.h3 {
    max-width: 12ch;
    font-size: clamp(2.75rem, 4.2vw, 4.85rem);
    line-height: .98;
    letter-spacing: -.055em;
}

body.kashi-vishwanath-page .temple-detail__hero-subtitle {
    margin-top: 0;
    color: #6b5746;
    font-size: 1.04rem;
}

body.kashi-vishwanath-page .temple-detail__hero-intro {
    max-width: 50ch;
    font-size: clamp(1rem, .96rem + .2vw, 1.08rem);
    line-height: 1.78;
}

body.kashi-vishwanath-page .temple-detail__hero-status-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(78px, 1fr));
    gap: 10px;
    width: 100%;
}

body.kashi-vishwanath-page .temple-detail__hero-status-row article {
    display: grid;
    gap: 5px;
    min-width: 0;
    padding: 12px 10px;
    border: 1px solid rgba(140, 90, 35, .1);
    border-radius: 16px;
    background: rgba(255, 255, 255, .62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86), 0 10px 20px rgba(43, 28, 12, .035);
}

body.kashi-vishwanath-page .temple-detail__hero-status-row span {
    color: #8c6e52;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.25;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-detail__hero-status-row strong {
    color: #22170f;
    font-size: clamp(.84rem, .78rem + .18vw, .96rem);
    font-weight: 800;
    line-height: 1.25;
}

body.kashi-vishwanath-page .temple-detail__hero-utility {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(16px, 1.6vw, 22px);
    min-width: 0;
}

body.kashi-vishwanath-page .temple-detail__hero-utility-card {
    display: grid;
    gap: 16px;
    min-width: 0;
    padding: clamp(18px, 1.8vw, 24px);
    border: 1px solid rgba(62, 39, 19, .08);
    border-radius: clamp(22px, 2vw, 28px);
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 20px 38px rgba(43, 28, 12, .07), inset 0 1px 0 rgba(255, 255, 255, .92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.kashi-vishwanath-page .temple-detail__hero-utility-card h2,
body.kashi-vishwanath-page .temple-detail__hero-map-head h2 {
    margin: 0;
    color: #1f150e;
    font-family: var(--kashi-font-heading);
    font-size: clamp(1.18rem, 1rem + .45vw, 1.48rem);
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.2;
}

body.kashi-vishwanath-page .temple-detail__hero-key-list,
body.kashi-vishwanath-page .temple-detail__hero-location-list {
    display: grid;
    gap: 10px;
}

body.kashi-vishwanath-page .temple-detail__hero-key-row,
body.kashi-vishwanath-page .temple-detail__hero-location-list div {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin: 0;
    padding: 11px 0;
    border-top: 1px solid rgba(43, 28, 12, .08);
}

body.kashi-vishwanath-page .temple-detail__hero-key-list .temple-detail__hero-key-row:first-child,
body.kashi-vishwanath-page .temple-detail__hero-location-list div:first-child {
    border-top: 0;
    padding-top: 0;
}

body.kashi-vishwanath-page .temple-detail__hero-key-row span,
body.kashi-vishwanath-page .temple-detail__hero-location-list span {
    color: #856a52;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1.35;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-detail__hero-key-row strong,
body.kashi-vishwanath-page .temple-detail__hero-location-list strong {
    color: #23170f;
    font-size: .96rem;
    font-weight: 800;
    line-height: 1.35;
    text-align: right;
}

body.kashi-vishwanath-page .temple-detail__hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.kashi-vishwanath-page .temple-detail__hero .temple-detail__hero-actions .temple-detail__action.default-btn {
    min-height: 50px;
    width: 100%;
    padding-inline: 14px;
    border-radius: 999px;
}

body.kashi-vishwanath-page .temple-detail__hero .temple-detail__hero-actions .temple-detail__action.default-btn span {
    width: 100%;
    gap: 8px;
    font-size: .84rem;
    white-space: normal;
}

body.kashi-vishwanath-page .temple-detail__hero-map-card {
    width: auto;
    margin: 0;
}

body.kashi-vishwanath-page .temple-detail__hero-map-preview {
    min-height: 156px;
    border-radius: 20px;
}

body.kashi-vishwanath-page .temple-detail__hero-map-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin: 0;
}

body.kashi-vishwanath-page .temple-detail__hero-map-head span {
    margin-bottom: 7px;
}

body.kashi-vishwanath-page .temple-detail__hero-map-link {
    flex: 0 0 auto;
    padding: 8px 12px;
    border: 1px solid rgba(140, 90, 35, .12);
    border-radius: 999px;
    background: rgba(255, 248, 237, .82);
    font-size: .78rem;
}

body.kashi-vishwanath-page .temple-detail__hero-summary-strip {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: clamp(18px, 2vw, 28px);
    padding: clamp(14px, 1.5vw, 20px);
    border: 1px solid rgba(70, 44, 18, .08);
    border-radius: clamp(22px, 2vw, 28px);
    background: rgba(255, 255, 255, .66);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92);
}

body.kashi-vishwanath-page .temple-detail__hero-summary-strip article {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-width: 0;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 250, 244, .62);
}

body.kashi-vishwanath-page .temple-detail__hero-summary-strip i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 13px;
    background: rgba(140, 90, 35, .1);
    color: #8c5a23;
    font-size: .95rem;
}

body.kashi-vishwanath-page .temple-detail__hero-summary-strip h3 {
    margin: 0;
    color: #21160f;
    font-size: .98rem;
    font-weight: 800;
    line-height: 1.2;
}

body.kashi-vishwanath-page .temple-detail__hero-summary-strip p {
    margin: 4px 0 0;
    color: #6d5a48;
    font-size: .84rem;
    font-weight: 600;
    line-height: 1.35;
}

@media (max-width: 1399px) {
    body.kashi-vishwanath-page .temple-detail__hero-grid {
        grid-template-columns: minmax(280px, .88fr) minmax(360px, 1.08fr) minmax(300px, .86fr);
    }

    body.kashi-vishwanath-page .temple-detail__hero-status-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.kashi-vishwanath-page .temple-detail__hero-summary-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1199px) {
    body.kashi-vishwanath-page .temple-detail__hero-grid {
        grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
    }

    body.kashi-vishwanath-page .temple-detail__hero-utility {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.kashi-vishwanath-page .temple-detail__hero-image-panel img {
        min-height: 520px;
    }
}

@media (max-width: 991px) {

    body.kashi-vishwanath-page .temple-detail__hero-grid,
    body.kashi-vishwanath-page .temple-detail__hero-utility {
        grid-template-columns: 1fr;
    }

    body.kashi-vishwanath-page .temple-detail__hero-copy {
        padding: 0;
    }

    body.kashi-vishwanath-page .temple-detail__hero h1.h3 {
        max-width: none;
    }

    body.kashi-vishwanath-page .temple-detail__hero-image-panel img {
        min-height: 420px;
        aspect-ratio: 16 / 10;
    }

    body.kashi-vishwanath-page .temple-detail__hero-summary-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-detail__hero-shell {
        padding: 16px;
    }

    body.kashi-vishwanath-page .temple-detail__hero-grid {
        gap: 18px;
    }

    body.kashi-vishwanath-page .temple-detail__hero-image-panel {
        border-radius: 24px;
    }

    body.kashi-vishwanath-page .temple-detail__hero-image-panel img {
        min-height: 330px;
        aspect-ratio: 4 / 3;
    }

    body.kashi-vishwanath-page .temple-detail__hero-status-row,
    body.kashi-vishwanath-page .temple-detail__hero-actions,
    body.kashi-vishwanath-page .temple-detail__hero-summary-strip {
        grid-template-columns: 1fr;
    }

    body.kashi-vishwanath-page .temple-detail__hero-key-row,
    body.kashi-vishwanath-page .temple-detail__hero-location-list div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    body.kashi-vishwanath-page .temple-detail__hero-key-row strong,
    body.kashi-vishwanath-page .temple-detail__hero-location-list strong {
        text-align: left;
    }

    body.kashi-vishwanath-page .temple-detail__hero-map-head {
        flex-direction: column;
    }

    body.kashi-vishwanath-page .temple-detail__hero-map-link {
        width: 100%;
        justify-content: center;
    }

    body.kashi-vishwanath-page .temple-detail__hero-summary-strip article {
        grid-template-columns: 36px minmax(0, 1fr);
    }
}

/* Kashi hero horizontal balance fix */
body.kashi-vishwanath-page .temple-detail__hero-shell {
    padding: clamp(20px, 1.8vw, 26px);
}

body.kashi-vishwanath-page .temple-detail__hero-grid {
    grid-template-columns: minmax(300px, 1fr) minmax(380px, 1.16fr) minmax(300px, .84fr);
    gap: clamp(24px, 2.2vw, 34px);
    align-items: start;
}

body.kashi-vishwanath-page .temple-detail__hero-image-panel {
    align-self: start;
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-radius: clamp(22px, 2vw, 30px);
}

body.kashi-vishwanath-page .temple-detail__hero-image-panel img {
    height: 100%;
    min-height: 0;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

body.kashi-vishwanath-page .temple-detail__hero-copy {
    align-self: center;
    justify-content: center;
    gap: clamp(18px, 1.8vw, 26px);
    padding: clamp(8px, 1vw, 16px) 0;
}

body.kashi-vishwanath-page .temple-detail__hero-lead {
    gap: 12px;
}

body.kashi-vishwanath-page .temple-detail__hero h1.h3 {
    max-width: 13ch;
    font-size: clamp(2.45rem, 3.55vw, 4.15rem);
    line-height: 1;
}

body.kashi-vishwanath-page .temple-detail__hero-intro {
    max-width: 48ch;
    line-height: 1.68;
}

body.kashi-vishwanath-page .temple-detail__hero-status-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

body.kashi-vishwanath-page .temple-detail__hero-status-row article {
    padding: 10px 9px;
    border-radius: 14px;
}

body.kashi-vishwanath-page .temple-detail__hero-utility {
    align-self: start;
    gap: 14px;
}

body.kashi-vishwanath-page .temple-detail__hero-utility-card {
    gap: 12px;
    padding: clamp(15px, 1.35vw, 19px);
    border-radius: clamp(20px, 1.7vw, 24px);
}

body.kashi-vishwanath-page .temple-detail__hero-utility-card h2,
body.kashi-vishwanath-page .temple-detail__hero-map-head h2 {
    font-size: clamp(1.08rem, .98rem + .3vw, 1.28rem);
}

body.kashi-vishwanath-page .temple-detail__hero-key-list,
body.kashi-vishwanath-page .temple-detail__hero-location-list {
    gap: 0;
}

body.kashi-vishwanath-page .temple-detail__hero-key-row,
body.kashi-vishwanath-page .temple-detail__hero-location-list div {
    padding: 8px 0;
}

body.kashi-vishwanath-page .temple-detail__hero-key-row span,
body.kashi-vishwanath-page .temple-detail__hero-location-list span {
    font-size: .7rem;
}

body.kashi-vishwanath-page .temple-detail__hero-key-row strong,
body.kashi-vishwanath-page .temple-detail__hero-location-list strong {
    font-size: .86rem;
}

body.kashi-vishwanath-page .temple-detail__hero-actions {
    gap: 8px;
}

body.kashi-vishwanath-page .temple-detail__hero .temple-detail__hero-actions .temple-detail__action.default-btn {
    min-height: 44px;
}

body.kashi-vishwanath-page .temple-detail__hero-map-preview {
    min-height: 112px;
    aspect-ratio: 16 / 7;
}

body.kashi-vishwanath-page .temple-detail__hero-map-head {
    gap: 10px;
}

body.kashi-vishwanath-page .temple-detail__hero-map-link {
    padding: 7px 10px;
    font-size: .74rem;
}

body.kashi-vishwanath-page .temple-detail__hero-summary-strip {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: clamp(18px, 1.8vw, 24px);
    padding: clamp(12px, 1.2vw, 16px);
}

body.kashi-vishwanath-page .temple-detail__hero-summary-strip article {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 10px;
}

body.kashi-vishwanath-page .temple-detail__hero-summary-strip i {
    width: 34px;
    height: 34px;
}

body.kashi-vishwanath-page .temple-detail__hero-summary-strip h3 {
    font-size: .9rem;
}

body.kashi-vishwanath-page .temple-detail__hero-summary-strip p {
    font-size: .78rem;
}

@media (max-width: 1399px) {
    body.kashi-vishwanath-page .temple-detail__hero-grid {
        grid-template-columns: minmax(280px, .95fr) minmax(350px, 1.14fr) minmax(280px, .88fr);
    }

    body.kashi-vishwanath-page .temple-detail__hero-status-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1199px) {
    body.kashi-vishwanath-page .temple-detail__hero-grid {
        grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
        align-items: start;
    }

    body.kashi-vishwanath-page .temple-detail__hero-image-panel img {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    body.kashi-vishwanath-page .temple-detail__hero-utility {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.kashi-vishwanath-page .temple-detail__hero-summary-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {

    body.kashi-vishwanath-page .temple-detail__hero-grid,
    body.kashi-vishwanath-page .temple-detail__hero-utility {
        grid-template-columns: 1fr;
    }

    body.kashi-vishwanath-page .temple-detail__hero-image-panel {
        width: 100%;
    }

    body.kashi-vishwanath-page .temple-detail__hero-image-panel img {
        aspect-ratio: 16 / 9;
    }

    body.kashi-vishwanath-page .temple-detail__hero-status-row,
    body.kashi-vishwanath-page .temple-detail__hero-summary-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-detail__hero-image-panel img {
        aspect-ratio: 16 / 10;
    }

    body.kashi-vishwanath-page .temple-detail__hero-status-row,
    body.kashi-vishwanath-page .temple-detail__hero-actions,
    body.kashi-vishwanath-page .temple-detail__hero-summary-strip {
        grid-template-columns: 1fr;
    }
}

/* Kashi hero strict three-column alignment */
body.kashi-vishwanath-page .temple-detail__hero-grid {
    display: grid;
    grid-template-columns: minmax(300px, .95fr) minmax(360px, 1.1fr) minmax(280px, .85fr);
    grid-template-areas: "hero-image hero-content hero-cards";
    column-gap: clamp(24px, 2vw, 34px);
    row-gap: 0;
    align-items: start;
}

body.kashi-vishwanath-page .temple-detail__hero-image-panel {
    grid-area: hero-image;
    align-self: start;
    width: 100%;
    height: clamp(300px, 22vw, 360px);
    margin: 0;
    aspect-ratio: 16 / 10;
}

body.kashi-vishwanath-page .temple-detail__hero-image-panel img {
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

body.kashi-vishwanath-page .temple-detail__hero-copy {
    grid-area: hero-content;
    align-self: start;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

body.kashi-vishwanath-page .temple-detail__hero-utility {
    grid-area: hero-cards;
    align-self: start;
    margin: 0;
    gap: 12px;
}

body.kashi-vishwanath-page .temple-detail__hero-utility-card {
    gap: 10px;
    padding: clamp(14px, 1.2vw, 17px);
}

body.kashi-vishwanath-page .temple-detail__hero-key-row,
body.kashi-vishwanath-page .temple-detail__hero-location-list div {
    padding: 6px 0;
}

body.kashi-vishwanath-page .temple-detail__hero-map-preview {
    min-height: 92px;
    aspect-ratio: 16 / 6;
}

body.kashi-vishwanath-page .temple-detail__hero .temple-detail__hero-actions .temple-detail__action.default-btn {
    min-height: 40px;
}

body.kashi-vishwanath-page .temple-detail__hero-copy> :first-child,
body.kashi-vishwanath-page .temple-detail__hero-utility> :first-child,
body.kashi-vishwanath-page .temple-detail__hero-image-panel> :first-child {
    margin-top: 0;
}

@media (max-width: 1399px) {
    body.kashi-vishwanath-page .temple-detail__hero-grid {
        grid-template-columns: minmax(270px, .92fr) minmax(330px, 1.12fr) minmax(270px, .84fr);
        grid-template-areas: "hero-image hero-content hero-cards";
    }
}

@media (max-width: 1199px) {
    body.kashi-vishwanath-page .temple-detail__hero-grid {
        grid-template-columns: minmax(280px, .84fr) minmax(0, 1.16fr);
        grid-template-areas:
            "hero-image hero-content"
            "hero-cards hero-cards";
        row-gap: clamp(18px, 2.4vw, 26px);
    }

    body.kashi-vishwanath-page .temple-detail__hero-utility {
        grid-column: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page .temple-detail__hero-image-panel {
        height: auto;
    }

    body.kashi-vishwanath-page .temple-detail__hero-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "hero-image"
            "hero-content"
            "hero-cards";
        row-gap: 20px;
    }

    body.kashi-vishwanath-page .temple-detail__hero-utility {
        grid-template-columns: 1fr;
    }
}

/* Kashi hero rebuild: strict three-column grid */
body.kashi-vishwanath-page .temple-detail__hero-shell {
    display: block;
    padding: clamp(20px, 1.8vw, 28px);
}

body.kashi-vishwanath-page .temple-hero-strict {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.2fr) minmax(0, .9fr);
    gap: clamp(24px, 2.2vw, 36px);
    align-items: start;
    width: 100%;
}

body.kashi-vishwanath-page .temple-hero-strict__image,
body.kashi-vishwanath-page .temple-hero-strict__content,
body.kashi-vishwanath-page .temple-hero-strict__cards {
    align-self: start;
    min-width: 0;
    margin: 0;
    padding: 0;
}

body.kashi-vishwanath-page .temple-hero-strict__image {
    overflow: hidden;
    aspect-ratio: 16 / 10;
    height: clamp(300px, 23vw, 370px);
    border: 1px solid rgba(255, 255, 255, .88);
    border-radius: clamp(22px, 2vw, 30px);
    background: #d9c2a1;
    box-shadow: 0 24px 48px rgba(35, 22, 10, .15);
    isolation: isolate;
}

body.kashi-vishwanath-page .temple-hero-strict__image::after {
    content: none;
    display: none;
}

body.kashi-vishwanath-page .temple-hero-strict__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.kashi-vishwanath-page .temple-hero-strict__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

body.kashi-vishwanath-page .temple-hero-strict__tag {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(140, 90, 35, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .68);
    color: #8c5a23;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(140, 90, 35, .06);
}

body.kashi-vishwanath-page .temple-hero-strict__title {
    max-width: 13ch;
    margin: 0;
    color: #1b130d;
    font-family: var(--kashi-font-heading);
    font-size: clamp(2.6rem, 3.7vw, 4.2rem);
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1;
    text-wrap: balance;
}

body.kashi-vishwanath-page .temple-hero-strict__location,
body.kashi-vishwanath-page .temple-hero-strict__intro {
    margin: 0;
}

body.kashi-vishwanath-page .temple-hero-strict__location {
    color: #6b5746;
    font-size: 1.04rem;
    font-weight: 700;
    line-height: 1.45;
}

body.kashi-vishwanath-page .temple-hero-strict__deity {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    color: #2e2116;
    font-size: .94rem;
    font-weight: 700;
    line-height: 1.35;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

body.kashi-vishwanath-page .temple-hero-strict__deity i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(140, 90, 35, .1);
    color: #8c5a23;
    font-size: .78rem;
}

body.kashi-vishwanath-page .temple-hero-strict__deity span {
    color: #8c5a23;
}

body.kashi-vishwanath-page .temple-hero-strict__intro {
    max-width: 48ch;
    color: #5d4f44;
    font-size: clamp(.98rem, .94rem + .18vw, 1.06rem);
    font-weight: 500;
    line-height: 1.68;
}

body.kashi-vishwanath-page .temple-hero-strict__status {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    margin-top: 6px;
}

body.kashi-vishwanath-page .temple-hero-strict__status article {
    display: grid;
    gap: 5px;
    min-width: 0;
    margin: 0;
    padding: 10px 9px;
    border: 1px solid rgba(140, 90, 35, .1);
    border-radius: 14px;
    background: rgba(255, 255, 255, .64);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86), 0 10px 20px rgba(43, 28, 12, .035);
}

body.kashi-vishwanath-page .temple-hero-strict__status span,
body.kashi-vishwanath-page .temple-hero-strict__rows span,
body.kashi-vishwanath-page .temple-hero-strict__map-head span {
    color: #856a52;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .07em;
    line-height: 1.25;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-hero-strict__status strong {
    color: #22170f;
    font-size: .86rem;
    font-weight: 800;
    line-height: 1.2;
}

body.kashi-vishwanath-page .temple-hero-strict__cards {
    display: grid;
    gap: 12px;
}

body.kashi-vishwanath-page .temple-hero-strict__card {
    display: grid;
    gap: 10px;
    min-width: 0;
    margin: 0;
    padding: clamp(14px, 1.2vw, 18px);
    border: 1px solid rgba(62, 39, 19, .08);
    border-radius: clamp(20px, 1.7vw, 24px);
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 18px 34px rgba(43, 28, 12, .065), inset 0 1px 0 rgba(255, 255, 255, .92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.kashi-vishwanath-page .temple-hero-strict__card h2,
body.kashi-vishwanath-page .temple-hero-strict__map-head h2 {
    margin: 0;
    color: #1f150e;
    font-family: var(--kashi-font-heading);
    font-size: clamp(1.08rem, .98rem + .28vw, 1.28rem);
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.2;
}

body.kashi-vishwanath-page .temple-hero-strict__rows {
    display: grid;
    gap: 0;
}

body.kashi-vishwanath-page .temple-hero-strict__rows>div {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 6px 0;
    border-top: 1px solid rgba(43, 28, 12, .08);
}

body.kashi-vishwanath-page .temple-hero-strict__rows>div:first-child {
    border-top: 0;
    padding-top: 0;
}

body.kashi-vishwanath-page .temple-hero-strict__rows strong {
    color: #23170f;
    font-size: .86rem;
    font-weight: 800;
    line-height: 1.32;
    text-align: right;
}

body.kashi-vishwanath-page .temple-hero-strict__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

body.kashi-vishwanath-page .temple-detail__hero .temple-hero-strict__actions .temple-detail__action.default-btn {
    width: 100%;
    min-height: 40px;
    padding-inline: 12px;
    border-radius: 999px;
}

body.kashi-vishwanath-page .temple-detail__hero .temple-hero-strict__actions .temple-detail__action.default-btn span {
    gap: 7px;
    width: 100%;
    font-size: .8rem;
    line-height: 1.2;
    white-space: normal;
}

body.kashi-vishwanath-page .temple-hero-strict__map {
    overflow: hidden;
    min-height: 92px;
    aspect-ratio: 16 / 6;
    border: 1px solid rgba(71, 46, 21, .08);
    border-radius: 16px;
    background: #e8dccb;
}

body.kashi-vishwanath-page .temple-hero-strict__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    filter: saturate(.82) contrast(.96);
    pointer-events: none;
}

body.kashi-vishwanath-page .temple-hero-strict__map-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(255, 251, 245, .94);
    color: #7e5427;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(36, 24, 14, .08);
}

body.kashi-vishwanath-page .temple-hero-strict__map-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

body.kashi-vishwanath-page .temple-hero-strict__map-head span {
    display: block;
    margin-bottom: 6px;
}

body.kashi-vishwanath-page .temple-hero-strict__map-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid rgba(140, 90, 35, .12);
    border-radius: 999px;
    background: rgba(255, 248, 237, .84);
    color: #8c5a23;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 1399px) {
    body.kashi-vishwanath-page .temple-hero-strict {
        grid-template-columns: minmax(0, .88fr) minmax(0, 1.18fr) minmax(0, .88fr);
    }

    body.kashi-vishwanath-page .temple-hero-strict__status {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1199px) {
    body.kashi-vishwanath-page .temple-hero-strict {
        grid-template-columns: minmax(0, .88fr) minmax(0, 1.16fr) minmax(0, .84fr);
    }

    body.kashi-vishwanath-page .temple-hero-strict__cards {
        grid-column: auto;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page .temple-hero-strict {
        grid-template-columns: 1fr;
    }

    body.kashi-vishwanath-page .temple-hero-strict__image {
        height: auto;
    }

    body.kashi-vishwanath-page .temple-hero-strict__image img {
        aspect-ratio: 16 / 9;
    }

    body.kashi-vishwanath-page .temple-hero-strict__cards {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    body.kashi-vishwanath-page .temple-hero-strict__status {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {

    body.kashi-vishwanath-page .temple-hero-strict__status,
    body.kashi-vishwanath-page .temple-hero-strict__actions {
        grid-template-columns: 1fr;
    }

    body.kashi-vishwanath-page .temple-hero-strict__rows>div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    body.kashi-vishwanath-page .temple-hero-strict__rows strong {
        text-align: left;
    }

    body.kashi-vishwanath-page .temple-hero-strict__map-head {
        flex-direction: column;
    }

    body.kashi-vishwanath-page .temple-hero-strict__map-link {
        width: 100%;
        justify-content: center;
    }
}

/* Hero CSS-grid-only layout fix */
body.kashi-vishwanath-page .temple-detail__hero-shell,
body.kashi-vishwanath-page .hero-container,
body.kashi-vishwanath-page .hero-image,
body.kashi-vishwanath-page .hero-content,
body.kashi-vishwanath-page .hero-right,
body.kashi-vishwanath-page .temple-hero-strict__map,
body.kashi-vishwanath-page .temple-hero-strict__map-badge {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    margin-top: 0 !important;
}

body.kashi-vishwanath-page .temple-detail__hero-shell::after,
body.kashi-vishwanath-page .hero-image::after {
    content: none !important;
    display: none !important;
}

body.kashi-vishwanath-page .hero-container {
    display: grid !important;
    grid-template-columns: 1.1fr 1.4fr 1fr !important;
    gap: 32px !important;
    align-items: start !important;
    width: 100%;
}

body.kashi-vishwanath-page .hero-image {
    display: block;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    isolation: auto;
}

body.kashi-vishwanath-page .hero-image img {
    display: block;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    border-radius: 20px;
    object-fit: initial;
}

body.kashi-vishwanath-page .hero-content {
    display: flex !important;
    flex-direction: column;
    gap: 16px !important;
    align-self: start !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.kashi-vishwanath-page .hero-right {
    display: flex !important;
    flex-direction: column;
    gap: 20px !important;
    align-self: start !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.kashi-vishwanath-page .temple-hero-strict__map {
    display: grid;
    gap: 8px;
    overflow: hidden;
}

body.kashi-vishwanath-page .temple-hero-strict__map-badge {
    justify-self: start;
    z-index: auto !important;
}

@media (max-width: 1199px) {
    body.kashi-vishwanath-page .hero-container {
        grid-template-columns: 1.1fr 1.4fr 1fr !important;
        gap: 24px !important;
    }
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page .hero-container {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
}

/* Compact premium hero band */
body.kashi-vishwanath-page .temple-detail__hero .temple-hero-compact {
    display: grid;
    gap: clamp(10px, 1vw, 14px);
    padding: clamp(14px, 1.45vw, 22px);
    border: 1px solid rgba(157, 102, 45, .16);
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(255, 249, 239, .95), rgba(251, 238, 215, .88)),
        radial-gradient(circle at 18% 12%, rgba(213, 150, 68, .15), transparent 34%);
    box-shadow: 0 22px 58px rgba(80, 49, 20, .12);
    overflow: hidden;
}

body.kashi-vishwanath-page .temple-hero-compact .hero-container {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.1fr) minmax(0, .98fr) !important;
    gap: clamp(16px, 1.65vw, 26px) !important;
    align-items: start !important;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__image {
    height: clamp(210px, 16vw, 268px) !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 22px;
    background: #ead8bd;
    box-shadow: 0 16px 34px rgba(71, 43, 17, .15);
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__image img {
    width: 100%;
    height: 100% !important;
    border-radius: 22px !important;
    object-fit: cover !important;
    object-position: center;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__content {
    gap: 8px !important;
    padding-block: 2px !important;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__tag {
    width: fit-content;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: .7rem;
    line-height: 1;
    letter-spacing: .12em;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__title {
    max-width: 12.5ch;
    font-size: clamp(2.05rem, 2.55vw, 3rem);
    line-height: .98;
    letter-spacing: -.045em;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__location {
    font-size: .94rem;
    line-height: 1.25;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__deity {
    width: fit-content;
    padding: 6px 10px;
    font-size: .82rem;
    line-height: 1.1;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__deity i {
    width: 22px;
    height: 22px;
    font-size: .68rem;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__intro {
    max-width: 43ch;
    font-size: .94rem;
    line-height: 1.45;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__status {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    margin-top: 2px;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__status article {
    min-height: 0;
    gap: 3px;
    padding: 7px 7px;
    border-radius: 13px;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__status span,
body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__rows span,
body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__map-head span {
    font-size: .6rem;
    line-height: 1.15;
    letter-spacing: .075em;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__status strong {
    font-size: .72rem;
    line-height: 1.15;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__cards {
    display: grid !important;
    gap: 10px !important;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__card {
    gap: 7px;
    padding: 11px;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(77, 45, 18, .08);
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__card h2,
body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__map-head h2 {
    font-size: .92rem;
    line-height: 1.14;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__card:not(.temple-hero-strict__map-card) .temple-hero-strict__rows,
body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__map-card .temple-hero-strict__rows {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px 7px;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__card:not(.temple-hero-strict__map-card) .temple-hero-strict__rows>div,
body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__map-card .temple-hero-strict__rows>div {
    display: block;
    padding: 6px 7px;
    border: 1px solid rgba(151, 102, 48, .12);
    border-radius: 10px;
    background: rgba(255, 252, 246, .78);
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__rows>div:first-child {
    padding-top: 6px;
    border-top: 1px solid rgba(151, 102, 48, .12);
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__rows span {
    display: block;
    margin-bottom: 2px;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__rows strong {
    display: block;
    color: #24170e;
    font-size: .7rem;
    line-height: 1.16;
    text-align: left;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__actions {
    gap: 6px;
    margin-top: 1px;
}

body.kashi-vishwanath-page .temple-detail__hero .temple-hero-compact .temple-hero-strict__actions .temple-detail__action.default-btn {
    min-height: 34px !important;
    padding-inline: 9px !important;
    border-radius: 999px;
    font-size: .7rem;
}

body.kashi-vishwanath-page .temple-detail__hero .temple-hero-compact .temple-hero-strict__actions .temple-detail__action.default-btn span {
    gap: 5px;
    line-height: 1.05;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__map {
    height: 70px;
    min-height: 70px;
    border-radius: 14px;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__map iframe {
    height: 100%;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__map-badge {
    padding: 4px 8px;
    border-radius: 999px;
    font-size: .6rem;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__map-head {
    align-items: center;
    gap: 8px;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__map-head span {
    margin-bottom: 2px;
}

body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__map-link {
    padding: 5px 8px;
    border-radius: 999px;
    font-size: .6rem;
    line-height: 1;
    white-space: nowrap;
}

body.kashi-vishwanath-page .temple-hero-compact .hero-benefit-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin-top: 0;
    padding: 8px;
    border: 1px solid rgba(151, 102, 48, .12);
    border-radius: 20px;
    background: rgba(255, 252, 245, .72);
}

body.kashi-vishwanath-page .temple-hero-compact .hero-benefit-strip article {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 8px;
    padding: 7px 8px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .64);
}

body.kashi-vishwanath-page .temple-hero-compact .hero-benefit-strip i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #8d5419;
    font-size: .72rem;
    background: rgba(180, 112, 38, .12);
}

body.kashi-vishwanath-page .temple-hero-compact .hero-benefit-strip h3 {
    overflow: hidden;
    margin: 0;
    color: #21160d;
    font-size: .78rem;
    line-height: 1.08;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body.kashi-vishwanath-page .temple-hero-compact .hero-benefit-strip p {
    margin: 2px 0 0;
    color: #6d5846;
    font-size: .68rem;
    line-height: 1.15;
}

@media (max-width: 1399px) {
    body.kashi-vishwanath-page .temple-hero-compact .hero-container {
        grid-template-columns: minmax(0, .84fr) minmax(0, 1.08fr) minmax(0, .98fr) !important;
        gap: 18px !important;
    }
}

@media (max-width: 1199px) {
    body.kashi-vishwanath-page .temple-hero-compact .hero-container {
        grid-template-columns: minmax(0, .78fr) minmax(0, 1.05fr) minmax(0, .95fr) !important;
        gap: 16px !important;
    }
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page .temple-hero-compact .hero-container {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__image {
        height: clamp(190px, 48vw, 300px) !important;
    }

    body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__status {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.kashi-vishwanath-page .temple-hero-compact .hero-benefit-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-detail__hero .temple-hero-compact {
        padding: 12px;
        border-radius: 24px;
    }

    body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__status,
    body.kashi-vishwanath-page .temple-hero-compact .hero-benefit-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {

    body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__status,
    body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__actions,
    body.kashi-vishwanath-page .temple-hero-compact .hero-benefit-strip,
    body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__card:not(.temple-hero-strict__map-card) .temple-hero-strict__rows,
    body.kashi-vishwanath-page .temple-hero-compact .temple-hero-strict__map-card .temple-hero-strict__rows {
        grid-template-columns: 1fr;
    }
}

.temple-hero-layout {
    max-width: 1280px;
    margin: 0 auto;
    padding: 18px;
}

.temple-hero-grid {
    display: grid;
    grid-template-columns: 320px 1fr 360px;
    gap: 28px;
    align-items: start;
    background: linear-gradient(180deg, #f8f3ea 0%, #f6efe3 100%);
    border: 1px solid #e7d9c5;
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0 18px 40px rgba(88, 60, 20, 0.08);
}

.temple-hero-media {
    align-self: start;
}

.temple-hero-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
    box-shadow: 0 20px 50px rgba(180, 120, 40, 0.15);
}

.temple-hero-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
    padding-top: 4px;
}

.temple-hero-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.temple-hero-tag {
    display: inline-flex;
    align-self: flex-start;
    padding: 8px 16px;
    border-radius: 999px;
    background: #f7efe3;
    border: 1px solid #ead7bb;
    color: #9e6a2c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.temple-hero-title {
    margin: 0;
    font-size: 72px;
    line-height: 0.9;
    letter-spacing: -1px;
    color: #24170f;
}

.temple-hero-location {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #5f4631;
}

.temple-hero-deity {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    padding: 10px 16px;
    background: #fbf7f0;
    border: 1px solid #eadfcd;
    border-radius: 999px;
    color: #7d5525;
    font-weight: 700;
}

.temple-hero-deity-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f4e3c3;
    color: #a36a24;
    font-size: 12px;
}

.temple-hero-intro {
    margin: 0;
    max-width: 560px;
    font-size: 16px;
    line-height: 1.7;
    color: #4f3c2d;
}

.temple-hero-status-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-top: 6px;
}

.temple-status-chip {
    padding: 12px 12px 14px;
    border-radius: 16px;
    background: #fffaf3;
    border: 1px solid #eadfcd;
    min-height: 78px;
}

.temple-status-label {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    color: #9e7a4e;
    font-weight: 700;
}

.temple-status-chip strong {
    display: block;
    font-size: 14px;
    line-height: 1.35;
    color: #24170f;
}

.temple-hero-side {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.temple-side-card {
    background: #fffaf3;
    border: 1px solid #eadfcd;
    border-radius: 24px;
    padding: 18px;
    box-shadow: 0 10px 24px rgba(84, 58, 22, 0.06);
}

.temple-side-title {
    margin: 0 0 14px;
    font-size: 18px;
    color: #24170f;
}

.temple-info-row {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 11px 0;
    border-bottom: 1px solid #eee2d0;
    font-size: 13px;
}

.temple-info-row:last-of-type {
    border-bottom: 0;
}

.temple-info-row span {
    color: #8a6a45;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 11px;
}

.temple-info-row strong {
    color: #251810;
    text-align: right;
}

.temple-side-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.temple-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    padding: 0 14px;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
}

.temple-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.temple-btn-primary {
    background: #b5772f;
    color: #fff;
}

.temple-btn-secondary {
    background: #fff;
    color: #362519;
    border: 1px solid #dcc8ae;
}

.temple-map-top {
    margin-bottom: 10px;
}

.temple-map-badge {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f3e8d6;
    color: #8f6737;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.temple-map-image {
    width: 100%;
    height: 96px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    border: 1px solid #e8dbc7;
}

.temple-map-head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
    margin: 14px 0 10px;
}

.temple-map-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #9f7750;
    font-weight: 700;
    margin-bottom: 5px;
}

.temple-map-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
}

.temple-map-link {
    white-space: nowrap;
    color: #9b6a2f;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.temple-location-list {
    display: flex;
    flex-direction: column;
}

.temple-location-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #eee2d0;
    font-size: 13px;
}

.temple-location-row:last-child {
    border-bottom: 0;
}

.temple-location-row span {
    color: #8a6a45;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 11px;
}

.temple-location-row strong {
    max-width: 58%;
    text-align: right;
    color: #251810;
}

.temple-hero-benefits {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin-top: 22px;
    background: #fffaf3;
    border: 1px solid #eadfcd;
    border-top: 1px solid #e5d5bf;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 12px;
}

.temple-benefit-item {
    padding: 16px 18px;
    border-right: 1px solid #eee0cc;
}

.temple-benefit-item:last-child {
    border-right: 0;
}

.temple-benefit-item strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    color: #2b1c12;
}

.temple-benefit-item span {
    display: block;
    font-size: 12px;
    line-height: 1.45;
    color: #6b5540;
}

@media (max-width: 1200px) {
    .temple-hero-grid {
        grid-template-columns: 300px 1fr 320px;
    }

    .temple-hero-title {
        font-size: 60px;
    }

    .temple-hero-status-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .temple-hero-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .temple-hero-grid {
        grid-template-columns: 1fr;
    }

    .temple-hero-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .temple-hero-status-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .temple-hero-image {
        height: 260px;
    }
}

@media (max-width: 640px) {
    .temple-hero-title {
        font-size: 42px;
    }

    .temple-hero-status-row,
    .temple-hero-benefits {
        grid-template-columns: 1fr;
    }

    .temple-side-actions {
        flex-direction: column;
    }

    .temple-map-head,
    .temple-location-row,
    .temple-info-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .temple-location-row strong,
    .temple-info-row strong {
        max-width: 100%;
        text-align: left;
    }
}

.visit-status-section {
    width: 100%;
    max-width: 100%;
    margin-top: 4px;
}

.visit-status-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap: 16px;
    width: 100%;
    align-items: stretch;
}

.visit-status-card {
    min-height: 172px;
    padding: 18px 16px;
    border-radius: 20px;
    background: #fffdf9;
    border: 1px solid #eadfcd;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.visit-status-card h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

.visit-status-card p {
    font-size: 12px;
    color: #8a6b4a;
}

.visit-status-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9a7448;
    font-weight: 700;
    margin-bottom: 14px;
}

.visit-status-value {
    font-size: 20px;
    line-height: 1.05;
    font-weight: 800;
    color: #24170f;
    margin-bottom: 10px;
}

.visit-status-subtext {
    font-size: 14px;
    line-height: 1.45;
    color: #6b5846;
}

.visit-status-note,
.visit-status-helper {
    max-width: 100%;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.6;
}

.visit-status-note {
    color: #5d4a39;
}

.visit-status-helper {
    color: #4d3b2d;
}

@media (max-width: 1100px) {
    .visit-status-grid {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }
}

@media (max-width: 640px) {
    .visit-status-grid {
        grid-template-columns: 1fr;
    }

    .visit-status-card {
        min-height: auto;
    }
}

/* ===== MAIN HERO SECTION ===== */
.temple-hero-section {
    padding: 24px 28px;
}

/* ===== LEFT IMAGE ===== */
.temple-hero-image {
    border-radius: 22px;
    margin-bottom: 14px;
}

/* ===== KEY INFO CARD (LEFT) ===== */
.temple-keyinfo-card {
    margin-top: 10px;
    padding: 16px;
    border-radius: 18px;
}

/* reduce internal spacing */
.temple-keyinfo-card .temple-info-row {
    padding: 8px 0;
}

/* buttons spacing */
.temple-side-actions {
    margin-top: 12px;
    gap: 8px;
}

/* ===== CENTER CONTENT ===== */
.temple-hero-content {
    padding-top: 6px;
}

/* title spacing */
.temple-hero-title {
    margin-bottom: 10px;
}

/* location spacing */
.temple-hero-location {
    margin-bottom: 10px;
}

/* deity spacing */
.temple-hero-deity {
    margin-bottom: 12px;
}

/* paragraph tighter */
.temple-hero-intro {
    margin: 0;
    max-width: 520px;
}

/* ===== STATUS CARDS (IMPORTANT FIX) ===== */
.visit-status-grid {
    margin-top: 8px;
    gap: 12px;
}

/* make cards equal height */
.visit-status-card {
    height: 100%;
    padding: 16px 14px;
    border-radius: 18px;
}

/* label spacing */
.visit-status-label {
    margin-bottom: 10px;
}

/* value spacing */
.visit-status-value {
    margin-bottom: 6px;
}

/* ===== BELOW TEXT ===== */
.visit-status-note {
    margin-top: 12px;
}

.visit-status-helper {
    margin-top: 6px;
}

/* ===== RIGHT MAP CARD ===== */
.temple-map-card {
    padding: 16px;
    border-radius: 20px;
}

/* reduce map spacing */
.temple-map-head {
    margin: 10px 0 8px;
}

/* location rows tighter */
.temple-location-row {
    padding: 8px 0;
}

/* ===== BOTTOM STRIP ===== */
.temple-hero-benefits {
    margin-top: 18px;
    border-radius: 18px;
}

/* reduce padding */
.temple-benefit-item {
    padding: 14px 16px;
}

.temple-hero-quickmeta {
    margin: 12px 0 14px;
}

/* .temple-hero-livebadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f7fbf6;
  border: 1px solid #d9ead9;
  color: #2f5f34;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}

.live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #22c55e;
  display: inline-block;
} */
.live-dot {
    height: 8px;
    width: 8px;
    background-color: #2e7d32;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    70% {
        transform: scale(1.4);
        opacity: 0.4;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.temple-hero-microtips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.temple-hero-tip {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 11px 13px;
    border-radius: 14px;
    background: #fffaf3;
    border: 1px solid #eadfcd;
    font-size: 12px;
    line-height: 1.45;
    color: #5a4735;
}

.tip-icon {
    flex: 0 0 auto;
    font-size: 13px;
    line-height: 1.2;
    opacity: .86;
}

.temple-side-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.temple-side-actions .temple-btn {
    width: 100%;
}

@media (max-width: 768px) {
    .temple-hero-microtips {
        grid-template-columns: 1fr;
    }

    .temple-hero-topbar {
        gap: 8px;
    }

    .temple-mantra-btn {
        width: auto;
        padding: 7px 11px;
        font-size: 12px;
    }
}

.temple-decision-line {
    margin: 8px 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #7a5329;
}

.highlight-card {
    background: #fff6e8;
    border: 1px solid #e7c89a;
    box-shadow: 0 6px 18px rgba(180, 120, 40, 0.12);
}

.temple-today-context {
    font-size: 13px;
    color: #7b5a3a;
    margin-top: 6px;
}

.temple-live-strip {
    background: linear-gradient(90deg, #e8f5e9, #fff3e0);
    border: 1px solid #e0c9a6;
    padding: 9px 14px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 600;
    color: #5a3b1a;
    margin-bottom: 12px;
}

.clickable-card {
    cursor: pointer;
    transition: all 0.25s ease;
}

.clickable-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.scroll-hint {
    text-align: center;
    font-size: 13px;
    color: #8a6b4a;
    margin-top: 10px;
}

.temple-hero-image img {
    transition: transform 0.4s ease;
}

.temple-hero-image:hover img {
    transform: scale(1.03);
}

.temple-emotion {
    margin: 5px 0 0;
    max-width: 540px;
    padding-left: 8px;
    font-size: 13px;
    font-style: italic;
    line-height: 1.66;
    letter-spacing: 0.01em;
    color: #786250;
    opacity: .92;
}

.next-aarti-alert {
    background: #fff7ea;
    border: 1px solid #f0d4a6;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    margin-top: 6px;
    color: #7a4b12;
}

.today-note {
    font-size: 12px;
    color: #8a6d4f;
    margin-top: 4px;
}

.trust-line {
    margin: 3px 0 0;
    padding-left: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.48;
    letter-spacing: 0.01em;
    color: #a18972;
}

body.kashi-vishwanath-page .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 4px 0 2px;
}

body.kashi-vishwanath-page .temple-sacred-light-card {
    position: relative;
    overflow: hidden;
    padding: 18px;
    background: linear-gradient(180deg, #fffaf1 0%, #f6ead5 100%);
    border: 1px solid rgba(206, 176, 123, 0.42);
    box-shadow: 0 16px 30px rgba(84, 58, 22, 0.08);
}

body.kashi-vishwanath-page .temple-sacred-light-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.52), transparent 42%),
        linear-gradient(135deg, rgba(255, 214, 145, 0.12), transparent 62%);
    pointer-events: none;
}

body.kashi-vishwanath-page .temple-sacred-light__header,
body.kashi-vishwanath-page .temple-sacred-light__list,
body.kashi-vishwanath-page .temple-sacred-light__item {
    position: relative;
    z-index: 1;
}

body.kashi-vishwanath-page .temple-sacred-light__header {
    margin-bottom: 14px;
}

body.kashi-vishwanath-page .temple-sacred-light__eyebrow {
    display: inline-block;
    margin-bottom: 6px;
    color: #9a7034;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-sacred-light__title {
    margin-bottom: 0;
    font-size: 18px;
}

body.kashi-vishwanath-page .temple-sacred-light__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

body.kashi-vishwanath-page .temple-sacred-light__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    min-width: 0;
    min-height: 128px;
    padding: 14px 15px;
    border-radius: 18px;
    background: rgba(255, 252, 245, 0.84);
    border: 1px solid rgba(209, 181, 131, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

body.kashi-vishwanath-page .temple-sacred-light__scene {
    position: relative;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 239, 205, 0.98) 0%, rgba(244, 219, 168, 0.92) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

body.kashi-vishwanath-page .temple-sacred-light__scene::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 12px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(167, 116, 43, 0.12), rgba(167, 116, 43, 0.78), rgba(167, 116, 43, 0.12));
}

body.kashi-vishwanath-page .temple-sacred-light__orb {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #fff7d1 0%, #ffd46a 42%, #d8911f 100%);
    box-shadow: 0 0 14px rgba(232, 180, 61, 0.34);
}

body.kashi-vishwanath-page .temple-sacred-light__item--sunrise .temple-sacred-light__orb {
    left: 11px;
    bottom: 12px;
    animation: kashiSacredLightSunrise 5.8s ease-in-out infinite;
}

body.kashi-vishwanath-page .temple-sacred-light__item--sunset .temple-sacred-light__orb {
    right: 11px;
    bottom: 15px;
    animation: kashiSacredLightSunset 6.2s ease-in-out infinite;
}

body.kashi-vishwanath-page .temple-sacred-light__item--moonrise .temple-sacred-light__scene,
body.kashi-vishwanath-page .temple-sacred-light__item--moonset .temple-sacred-light__scene {
    background: linear-gradient(180deg, rgba(247, 239, 221, 0.96) 0%, rgba(233, 223, 201, 0.94) 100%);
}

body.kashi-vishwanath-page .temple-sacred-light__item--moonrise .temple-sacred-light__scene::after,
body.kashi-vishwanath-page .temple-sacred-light__item--moonset .temple-sacred-light__scene::after {
    background: linear-gradient(90deg, rgba(136, 112, 80, 0.1), rgba(136, 112, 80, 0.58), rgba(136, 112, 80, 0.1));
}

body.kashi-vishwanath-page .temple-sacred-light__item--moonrise .temple-sacred-light__orb,
body.kashi-vishwanath-page .temple-sacred-light__item--moonset .temple-sacred-light__orb {
    width: 15px;
    height: 15px;
    background: radial-gradient(circle at 28% 28%, #fffef4 0%, #f3ebcd 44%, #ccb78a 100%);
    box-shadow: 0 0 12px rgba(188, 168, 125, 0.28);
}

body.kashi-vishwanath-page .temple-sacred-light__item--moonrise .temple-sacred-light__orb::after,
body.kashi-vishwanath-page .temple-sacred-light__item--moonset .temple-sacred-light__orb::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 50%;
    background: #f2e6d1;
}

body.kashi-vishwanath-page .temple-sacred-light__item--moonrise .temple-sacred-light__orb::after {
    transform: translateX(4px);
}

body.kashi-vishwanath-page .temple-sacred-light__item--moonset .temple-sacred-light__orb::after {
    transform: translateX(-4px);
}

body.kashi-vishwanath-page .temple-sacred-light__item--moonrise .temple-sacred-light__orb {
    left: 12px;
    bottom: 13px;
    animation: kashiSacredLightMoonrise 6.4s ease-in-out infinite;
}

body.kashi-vishwanath-page .temple-sacred-light__item--moonset .temple-sacred-light__orb {
    right: 12px;
    bottom: 15px;
    animation: kashiSacredLightMoonset 6.8s ease-in-out infinite;
}

body.kashi-vishwanath-page .temple-sacred-light__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    width: 100%;
}

body.kashi-vishwanath-page .temple-sacred-light__label {
    color: #8a6a45;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

body.kashi-vishwanath-page .temple-sacred-light__value {
    color: #5d3916;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.01em;
}

@keyframes kashiSacredLightSunrise {
    0%,
    100% {
        transform: translate(-3px, 5px) scale(0.96);
    }

    50% {
        transform: translate(2px, -4px) scale(1);
    }
}

@keyframes kashiSacredLightSunset {
    0%,
    100% {
        transform: translate(3px, -1px) scale(1);
    }

    50% {
        transform: translate(-3px, 5px) scale(0.94);
    }
}

@keyframes kashiSacredLightMoonrise {
    0%,
    100% {
        transform: translate(-2px, 5px) scale(0.96);
    }

    50% {
        transform: translate(2px, -3px) scale(1);
    }
}

@keyframes kashiSacredLightMoonset {
    0%,
    100% {
        transform: translate(2px, -1px) scale(1);
    }

    50% {
        transform: translate(-2px, 4px) scale(0.95);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.kashi-vishwanath-page .temple-sacred-light__orb {
        animation: none !important;
    }
}

body.kashi-vishwanath-page .btn-save,
body.kashi-vishwanath-page .btn-share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border: 1px solid rgba(122, 92, 46, 0.22);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(247, 239, 227, 0.98) 100%);
    box-shadow: 0 8px 18px rgba(84, 58, 22, 0.06);
    color: #6d4a26;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

body.kashi-vishwanath-page .btn-save:hover,
body.kashi-vishwanath-page .btn-share:hover,
body.kashi-vishwanath-page .btn-save:focus-visible,
body.kashi-vishwanath-page .btn-share:focus-visible {
    border-color: rgba(122, 92, 46, 0.34);
    background: linear-gradient(180deg, #fffaf2 0%, #f5e7d2 100%);
    box-shadow: 0 12px 24px rgba(84, 58, 22, 0.10);
    color: #5f3d1c;
    transform: translateY(-1px);
}

body.kashi-vishwanath-page .btn-save:focus-visible,
body.kashi-vishwanath-page .btn-share:focus-visible {
    outline: 2px solid rgba(140, 90, 35, 0.16);
    outline-offset: 2px;
}

.temple-mantra-control {
    display: flex;
    align-items: center;
    margin: 0;
    flex-shrink: 0;
}

.temple-mantra-btn {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 7px 12px;
    border: 1px solid rgba(140, 90, 35, 0.14);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(255, 246, 235, 0.98) 100%);
    box-shadow: 0 10px 22px rgba(140, 90, 35, 0.08);
    color: #6d4420;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.temple-mantra-btn:hover,
.temple-mantra-btn:focus-visible {
    border-color: rgba(140, 90, 35, 0.22);
    box-shadow: 0 14px 28px rgba(140, 90, 35, 0.12);
    transform: translateY(-1px);
}

.temple-mantra-btn:focus-visible {
    outline: 2px solid rgba(140, 90, 35, 0.18);
    outline-offset: 2px;
}

.temple-mantra-btn.is-playing {
    border-color: rgba(140, 90, 35, 0.22);
    background: linear-gradient(180deg, rgba(255, 245, 227, 0.98) 0%, rgba(255, 237, 206, 0.98) 100%);
    box-shadow: 0 14px 28px rgba(140, 90, 35, 0.12);
    color: #5f3815;
}

.temple-highlights div {
    transition: all 0.2s ease;
}

.temple-highlights div:hover {
    transform: translateY(-2px);
    background: #fff8ef;
}

.temple-hero-wrapper {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    background: linear-gradient(180deg, #fdfaf5, #f7efe3);
    transition: all 0.3s ease;
}

.temple-hero-wrapper:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.temple-content {
    gap: 20px;
}

.temple-main {
    padding: 20px;
}

.sticky-darshan-bar {
    position: sticky;
    bottom: 0;
    background: #fffdf8;
    border-top: 1px solid #e6d3b3;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px 12px 0 0;
    margin-top: 20px;
}

.sticky-btn {
    background: #a36a2c;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
}

.travel-time {
    font-size: 12px !important;
    color: #7a5a3a;
    margin-top: 6px;
}

.key-info-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px dashed #e6d3b3;
}

.key-info-row:last-child {
    border-bottom: none;
}

.confidence {
    font-size: 10px !important;
    color: #a38360;
}

.today-stats {
    font-size: 12px;
    color: #6b4a2b;
    margin-top: 6px;
}

.decision-tag {
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 10px;
    padding: 3px 6px !important;
    border-radius: 6px;
    margin-left: 6px;
    margin-top: 10px;
}

/* Responsive hero layout fix: CSS-only */
body.kashi-vishwanath-page .temple-hero-layout {
    width: 100%;
    max-width: 1391px;
    margin-inline: auto;
    box-sizing: border-box;
}

body.kashi-vishwanath-page .temple-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 320px) minmax(0, 1fr) minmax(0, 360px);
    grid-template-areas:
        "media content side"
        "benefits benefits benefits"
        "hint hint hint";
    gap: 28px;
    align-items: start;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

body.kashi-vishwanath-page .temple-hero-grid>* {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

body.kashi-vishwanath-page .temple-hero-media {
    grid-area: media;
    min-width: 0;
    max-width: 100%;
}

body.kashi-vishwanath-page .temple-hero-content {
    grid-area: content;
    min-width: 0;
    max-width: 100%;
}

body.kashi-vishwanath-page .temple-hero-side {
    grid-area: side;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
    max-width: 100%;
}

body.kashi-vishwanath-page .temple-hero-image {
    display: block;
    width: 100%;
    max-width: 320px;
    height: auto;
}

body.kashi-vishwanath-page .visit-status-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

body.kashi-vishwanath-page .visit-status-card {
    min-width: 0;
    overflow-wrap: anywhere;
}

body.kashi-vishwanath-page .temple-hero-title {
    font-size: clamp(2.75rem, 4.7vw, 4.5rem);
    overflow-wrap: anywhere;
}

body.kashi-vishwanath-page .temple-hero-intro,
body.kashi-vishwanath-page .temple-emotion,
body.kashi-vishwanath-page .trust-line,
body.kashi-vishwanath-page .temple-decision-line,
body.kashi-vishwanath-page .today-note,
body.kashi-vishwanath-page .temple-info-row,
body.kashi-vishwanath-page .temple-location-row {
    overflow-wrap: anywhere;
}

body.kashi-vishwanath-page .temple-map-head,
body.kashi-vishwanath-page .temple-location-row,
body.kashi-vishwanath-page .temple-info-row {
    min-width: 0;
    max-width: 100%;
}

body.kashi-vishwanath-page .temple-map-head>*,
body.kashi-vishwanath-page .temple-location-row>*,
body.kashi-vishwanath-page .temple-info-row>* {
    min-width: 0;
}

body.kashi-vishwanath-page .temple-location-row strong,
body.kashi-vishwanath-page .temple-info-row strong {
    overflow-wrap: anywhere;
}

body.kashi-vishwanath-page .temple-hero-benefits {
    grid-area: benefits;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

body.kashi-vishwanath-page .temple-benefit-item {
    min-width: 0;
}

body.kashi-vishwanath-page .temple-benefit-item strong,
body.kashi-vishwanath-page .temple-benefit-item span {
    overflow-wrap: anywhere;
}

body.kashi-vishwanath-page .scroll-hint {
    grid-area: hint;
    grid-column: 1 / -1;
    width: 100%;
}

@media (max-width: 1199px) {
    body.kashi-vishwanath-page .temple-hero-layout {
        padding-inline: clamp(12px, 2vw, 18px);
    }

    body.kashi-vishwanath-page .temple-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-areas:
            "media side"
            "content content"
            "benefits benefits"
            "hint hint";
        gap: 24px;
    }

    body.kashi-vishwanath-page .temple-hero-image {
        max-width: 100%;
    }

    body.kashi-vishwanath-page .visit-status-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.kashi-vishwanath-page .temple-hero-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page .temple-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 20px;
        padding: clamp(16px, 2.6vw, 20px);
    }

    body.kashi-vishwanath-page .temple-hero-content {
        padding-top: 0;
    }

    body.kashi-vishwanath-page .temple-hero-title {
        font-size: clamp(2.5rem, 7vw, 3.75rem);
    }

    body.kashi-vishwanath-page .temple-map-head {
        gap: 10px;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-hero-layout {
        padding-inline: 12px;
    }

    body.kashi-vishwanath-page .temple-hero-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "media"
            "content"
            "side"
            "benefits"
            "hint";
        gap: 18px;
        padding: 14px;
    }

    body.kashi-vishwanath-page .temple-hero-title {
        font-size: clamp(2.2rem, 11vw, 3rem);
    }

    body.kashi-vishwanath-page .visit-status-grid,
    body.kashi-vishwanath-page .temple-hero-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.kashi-vishwanath-page .temple-sacred-light-card {
        padding: 16px;
    }

    body.kashi-vishwanath-page .temple-sacred-light__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.kashi-vishwanath-page .temple-sacred-light__item {
        padding: 13px;
        min-height: 122px;
    }

    body.kashi-vishwanath-page .temple-side-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    body.kashi-vishwanath-page .temple-btn {
        width: 100%;
    }

    body.kashi-vishwanath-page .temple-map-head,
    body.kashi-vishwanath-page .temple-location-row,
    body.kashi-vishwanath-page .temple-info-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    body.kashi-vishwanath-page .temple-location-row strong,
    body.kashi-vishwanath-page .temple-info-row strong {
        max-width: 100%;
        text-align: left;
    }
}

@media (max-width: 480px) {
    body.kashi-vishwanath-page .temple-hero-layout {
        padding-inline: 8px;
    }

    body.kashi-vishwanath-page .temple-hero-grid {
        gap: 14px;
        padding: 12px;
        border-radius: 22px;
    }

    body.kashi-vishwanath-page .temple-hero-title {
        font-size: clamp(2rem, 12vw, 2.6rem);
    }

    body.kashi-vishwanath-page .visit-status-grid,
    body.kashi-vishwanath-page .temple-hero-benefits {
        grid-template-columns: 1fr;
    }

    body.kashi-vishwanath-page .temple-map-head {
        align-items: stretch;
    }

    body.kashi-vishwanath-page .temple-map-link {
        width: 100%;
        text-align: left;
        white-space: normal;
    }
}

@media (max-width: 575px) {
    body.kashi-vishwanath-page .temple-sacred-light-card {
        padding: 14px;
    }

    body.kashi-vishwanath-page .temple-sacred-light__list {
        grid-template-columns: 1fr;
    }

    body.kashi-vishwanath-page .temple-sacred-light__item {
        gap: 12px;
        padding: 12px;
        min-height: 0;
    }

    body.kashi-vishwanath-page .temple-sacred-light__scene {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    body.kashi-vishwanath-page .temple-sacred-light__orb {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-hero-layout {
        width: 100vw;
        max-width: none;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding-left: 6px;
        padding-right: 6px;
    }

    body.kashi-vishwanath-page .temple-hero-grid {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 12px 8px;
        border-radius: 20px;
    }

    body.kashi-vishwanath-page .temple-hero-media,
    body.kashi-vishwanath-page .temple-hero-content,
    body.kashi-vishwanath-page .temple-hero-side {
        width: 100%;
        max-width: none;
    }

    body.kashi-vishwanath-page .temple-hero-image,
    body.kashi-vishwanath-page .temple-side-card,
    body.kashi-vishwanath-page .temple-keyinfo-card,
    body.kashi-vishwanath-page .temple-map-card {
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }

    body.kashi-vishwanath-page .sticky-darshan-bar {
        width: calc(100vw - 12px);
        max-width: none;
        margin-left: calc(50% - 50vw + 6px);
        margin-right: calc(50% - 50vw + 6px);
        padding-left: 12px;
        padding-right: 12px;
        border-radius: 12px 12px 0 0;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-hero-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: none;
        align-items: stretch;
    }

    body.kashi-vishwanath-page .temple-hero-media,
    body.kashi-vishwanath-page .temple-hero-content,
    body.kashi-vishwanath-page .temple-hero-side {
        display: contents;
    }

    body.kashi-vishwanath-page .temple-hero-content> :not(.visit-status-section) {
        order: 1;
        grid-column: 1 / -1;
    }

    body.kashi-vishwanath-page .temple-hero-image {
        order: 2;
        grid-column: 1 / -1;
    }

    body.kashi-vishwanath-page .visit-status-section {
        order: 3;
        grid-column: 1 / -1;
    }

    body.kashi-vishwanath-page .temple-map-card {
        order: 4;
        grid-column: 1 / -1;
    }

    body.kashi-vishwanath-page .temple-keyinfo-card {
        order: 5;
        grid-column: 1 / -1;
    }

    body.kashi-vishwanath-page .temple-hero-quickmeta {
        order: 6;
        grid-column: 1 / -1;
    }

    body.kashi-vishwanath-page .temple-hero-benefits {
        order: 7;
        grid-area: auto;
        grid-column: 1 / -1;
    }

    body.kashi-vishwanath-page .scroll-hint {
        order: 8;
        grid-area: auto;
        grid-column: 1 / -1;
    }
}

body.kashi-vishwanath-page .visit-status-card.status-open,
body.kashi-vishwanath-page .temple-detail__timings-status-card.status-open {
    border-color: rgba(63, 120, 74, .16);
    background: linear-gradient(180deg, #f7fcf6 0%, #fffdf9 100%);
    box-shadow: 0 18px 34px rgba(47, 110, 63, .08);
}

body.kashi-vishwanath-page .status-open .visit-status-value,
body.kashi-vishwanath-page .status-open .temple-detail__timings-status-value {
    color: #2f6e3f;
}

body.kashi-vishwanath-page .status-open .live-dot {
    background-color: #2e7d32;
    box-shadow: 0 0 0 4px rgba(46, 125, 50, .14);
}

body.kashi-vishwanath-page .visit-status-card.status-closed,
body.kashi-vishwanath-page .temple-detail__timings-status-card.status-closed {
    border-color: rgba(191, 143, 48, .18);
    background: linear-gradient(180deg, #fff8eb 0%, #fffdf8 100%);
    box-shadow: 0 18px 34px rgba(191, 143, 48, .08);
}

body.kashi-vishwanath-page .status-closed .visit-status-value,
body.kashi-vishwanath-page .status-closed .temple-detail__timings-status-value {
    color: #9a6a12;
}

body.kashi-vishwanath-page .status-closed .live-dot {
    background-color: #c98a12;
    box-shadow: 0 0 0 4px rgba(201, 138, 18, .16);
}

body.kashi-vishwanath-page .visit-status-card.crowd-low,
body.kashi-vishwanath-page .temple-detail__timings-highlight-card.crowd-low {
    border-color: rgba(63, 120, 74, .14);
    background: linear-gradient(180deg, #f7fcf6 0%, #fffdf9 100%);
}

body.kashi-vishwanath-page .crowd-low .visit-status-value,
body.kashi-vishwanath-page .crowd-low .temple-detail__timings-highlight-value {
    color: #2f6e3f;
}

body.kashi-vishwanath-page .visit-status-card.crowd-moderate,
body.kashi-vishwanath-page .temple-detail__timings-highlight-card.crowd-moderate {
    border-color: rgba(191, 143, 48, .18);
    background: linear-gradient(180deg, #fff9eb 0%, #fffdf8 100%);
}

body.kashi-vishwanath-page .crowd-moderate .visit-status-value,
body.kashi-vishwanath-page .crowd-moderate .temple-detail__timings-highlight-value {
    color: #9a6a12;
}

body.kashi-vishwanath-page .visit-status-card.crowd-high,
body.kashi-vishwanath-page .temple-detail__timings-highlight-card.crowd-high {
    border-color: rgba(195, 89, 37, .18);
    background: linear-gradient(180deg, #fff4ed 0%, #fffdf9 100%);
}

body.kashi-vishwanath-page .crowd-high .visit-status-value,
body.kashi-vishwanath-page .crowd-high .temple-detail__timings-highlight-value {
    color: #b6471e;
}

/* Subtle spiritual micro-animations */
body.kashi-vishwanath-page .visit-status-grid > .visit-status-card:nth-child(3) .visit-status-label::after {
    content: "\f0f3";
    display: inline-block;
    margin-left: 4px;
    color: rgba(140, 90, 35, .72);
    font-family: "Font Awesome 5 Free";
    font-size: .8rem;
    font-weight: 900;
    line-height: 1;
    transform-origin: 50% 0;
    animation: kashi-bell-ring 7.6s ease-in-out infinite;
    will-change: transform, opacity;
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-card:first-child .temple-detail__timings-highlight-icon i {
    display: inline-block;
    transform-origin: 50% 0;
    animation: kashi-bell-ring 7.6s ease-in-out infinite 1.2s;
    will-change: transform, opacity;
}

body.kashi-vishwanath-page .visit-status-grid > .visit-status-card:first-child {
    position: relative;
    overflow: hidden;
}

body.kashi-vishwanath-page .visit-status-grid > .visit-status-card:first-child::before,
body.kashi-vishwanath-page .visit-status-grid > .visit-status-card:first-child::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

body.kashi-vishwanath-page .visit-status-grid > .visit-status-card:first-child::before {
    top: 14px;
    right: 16px;
    width: 14px;
    height: 22px;
    border-radius: 60% 60% 72% 72% / 50% 50% 95% 95%;
    background:
        radial-gradient(circle at 50% 26%, rgba(255, 247, 230, .96) 0%, rgba(255, 247, 230, .96) 12%, rgba(255, 203, 102, .94) 34%, rgba(224, 119, 34, .54) 72%, rgba(224, 119, 34, 0) 100%);
    opacity: .76;
    transform: translate3d(0, 0, 0) rotate(-8deg) scale(.96);
    transform-origin: 50% 100%;
    animation: kashi-flame-flicker 5.8s ease-in-out infinite;
    will-change: transform, opacity;
}

body.kashi-vishwanath-page .visit-status-grid > .visit-status-card:first-child::after {
    top: 6px;
    right: 1px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 184, 86, .3) 0%, rgba(255, 184, 86, 0) 72%);
    opacity: .24;
    transform: scale(.82);
    animation: kashi-glow-breathe 5.8s ease-in-out infinite;
    will-change: transform, opacity;
}

body.kashi-vishwanath-page .temple-hero-layout {
    position: relative;
    isolation: isolate;
}

body.kashi-vishwanath-page .temple-hero-grid {
    position: relative;
    z-index: 1;
}

body.kashi-vishwanath-page .temple-hero-layout::before,
body.kashi-vishwanath-page .temple-hero-layout::after,
body.kashi-vishwanath-page .temple-hero-grid::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 24px;
    border-radius: 72% 28% 68% 32% / 65% 38% 62% 35%;
    background: linear-gradient(180deg, rgba(255, 244, 236, .5) 0%, rgba(210, 112, 95, .24) 100%);
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    will-change: transform, opacity;
}

body.kashi-vishwanath-page .temple-hero-layout::before {
    top: 18px;
    right: 18%;
    animation: kashi-petal-drift-one 19s linear infinite;
}

body.kashi-vishwanath-page .temple-hero-layout::after {
    top: 132px;
    left: 7%;
    animation: kashi-petal-drift-two 23s linear infinite 4s;
}

body.kashi-vishwanath-page .temple-hero-grid::before {
    right: 10%;
    bottom: 34px;
    animation: kashi-petal-drift-three 21s linear infinite 9s;
}

body.kashi-vishwanath-page .temple-detail__timeline-step {
    --kashi-process-delay: 0s;
}

body.kashi-vishwanath-page .temple-detail__timeline-step:nth-child(1) {
    --kashi-process-delay: 0s;
}

body.kashi-vishwanath-page .temple-detail__timeline-step:nth-child(2) {
    --kashi-process-delay: 1.1s;
}

body.kashi-vishwanath-page .temple-detail__timeline-step:nth-child(3) {
    --kashi-process-delay: 2.2s;
}

body.kashi-vishwanath-page .temple-detail__timeline-step:nth-child(4) {
    --kashi-process-delay: 3.3s;
}

body.kashi-vishwanath-page .temple-detail__timeline-step:nth-child(5) {
    --kashi-process-delay: 4.4s;
}

body.kashi-vishwanath-page .temple-detail__timeline-step:nth-child(6) {
    --kashi-process-delay: 5.5s;
}

body.kashi-vishwanath-page .temple-detail__timeline-step::after {
    transform-origin: left center;
    animation: kashi-process-line 9.2s ease-in-out infinite;
    animation-delay: var(--kashi-process-delay);
    will-change: transform, opacity;
}

body.kashi-vishwanath-page .temple-detail__timeline-icon {
    position: relative;
    transform: translate3d(0, 0, 0);
    animation: kashi-process-icon 9.2s ease-in-out infinite;
    animation-delay: var(--kashi-process-delay);
    will-change: transform;
}

body.kashi-vishwanath-page .temple-detail__timeline-icon::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(237, 183, 93, .26) 0%, rgba(237, 183, 93, 0) 72%);
    opacity: 0;
    transform: scale(.84);
    pointer-events: none;
    animation: kashi-process-halo 9.2s ease-in-out infinite;
    animation-delay: var(--kashi-process-delay);
    will-change: transform, opacity;
}

body.kashi-vishwanath-page .temple-detail__timeline-step--highlight .temple-detail__timeline-icon::after {
    background: radial-gradient(circle, rgba(226, 162, 57, .3) 0%, rgba(226, 162, 57, 0) 74%);
}

@keyframes kashi-bell-ring {
    0%,
    78%,
    100% {
        transform: rotate(0deg);
        opacity: .72;
    }

    80% {
        transform: rotate(-14deg);
        opacity: 1;
    }

    82% {
        transform: rotate(10deg);
    }

    84% {
        transform: rotate(-7deg);
    }

    86% {
        transform: rotate(4deg);
        opacity: .92;
    }

    88% {
        transform: rotate(0deg);
        opacity: .72;
    }
}

@keyframes kashi-flame-flicker {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(-8deg) scale(.96);
        opacity: .76;
    }

    25% {
        transform: translate3d(.5px, -1px, 0) rotate(-5deg) scale(1.02);
        opacity: .88;
    }

    50% {
        transform: translate3d(-.6px, -1.7px, 0) rotate(-10deg) scale(.92);
        opacity: .68;
    }

    75% {
        transform: translate3d(.3px, -.9px, 0) rotate(-6deg) scale(.99);
        opacity: .84;
    }
}

@keyframes kashi-glow-breathe {
    0%,
    100% {
        transform: scale(.82);
        opacity: .24;
    }

    50% {
        transform: scale(1.08);
        opacity: .42;
    }
}

@keyframes kashi-petal-drift-one {
    0% {
        transform: translate3d(0, 0, 0) rotate(-18deg);
        opacity: 0;
    }

    12% {
        opacity: .16;
    }

    58% {
        transform: translate3d(-18px, 38px, 0) rotate(10deg);
        opacity: .12;
    }

    100% {
        transform: translate3d(-32px, 84px, 0) rotate(28deg);
        opacity: 0;
    }
}

@keyframes kashi-petal-drift-two {
    0% {
        transform: translate3d(0, 0, 0) rotate(12deg);
        opacity: 0;
    }

    10% {
        opacity: .14;
    }

    60% {
        transform: translate3d(22px, 42px, 0) rotate(-10deg);
        opacity: .1;
    }

    100% {
        transform: translate3d(34px, 88px, 0) rotate(-26deg);
        opacity: 0;
    }
}

@keyframes kashi-petal-drift-three {
    0% {
        transform: translate3d(0, 0, 0) rotate(-8deg);
        opacity: 0;
    }

    16% {
        opacity: .12;
    }

    56% {
        transform: translate3d(-14px, 30px, 0) rotate(16deg);
        opacity: .09;
    }

    100% {
        transform: translate3d(-26px, 66px, 0) rotate(24deg);
        opacity: 0;
    }
}

@keyframes kashi-process-line {
    0%,
    72%,
    100% {
        transform: scaleX(.72);
        opacity: .18;
    }

    10%,
    18% {
        transform: scaleX(1);
        opacity: .58;
    }

    24% {
        transform: scaleX(.84);
        opacity: .24;
    }
}

@keyframes kashi-process-line-vertical {
    0%,
    72%,
    100% {
        transform: scaleY(.72);
        opacity: .18;
    }

    10%,
    18% {
        transform: scaleY(1);
        opacity: .58;
    }

    24% {
        transform: scaleY(.84);
        opacity: .24;
    }
}

@keyframes kashi-process-icon {
    0%,
    72%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    10% {
        transform: translate3d(0, -2px, 0);
    }

    18% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes kashi-process-halo {
    0%,
    72%,
    100% {
        transform: scale(.84);
        opacity: 0;
    }

    10% {
        transform: scale(1.04);
        opacity: .34;
    }

    18% {
        transform: scale(1.14);
        opacity: 0;
    }
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page .temple-detail__timeline-step::after {
        transform-origin: top center;
        animation-name: kashi-process-line-vertical;
    }
}

body.kashi-vishwanath-page .temple-readmore-summary {
    position: relative;
    margin: 0 0 18px;
    max-height: 220px;
    overflow: hidden;
    opacity: 1;
    transition: max-height .35s ease, opacity .25s ease, margin .25s ease;
}

body.kashi-vishwanath-page .temple-readmore-summary-copy {
    margin: 0;
    padding: 18px 20px 34px;
    border: 1px solid rgba(140, 90, 35, .12);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 248, 239, .96) 0%, #fffdf8 100%);
    box-shadow: 0 14px 32px rgba(15, 23, 42, .05);
    color: var(--temple-copy);
    line-height: 1.72;
}

body.kashi-vishwanath-page .temple-detail__section:not(.is-expanded) .temple-readmore-summary::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 42px;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(180deg, rgba(255, 253, 248, 0) 0%, #fffdf8 82%);
    pointer-events: none;
}

body.kashi-vishwanath-page .temple-readmore-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .45s ease, opacity .3s ease;
    will-change: max-height, opacity;
}

body.kashi-vishwanath-page .temple-detail__section.is-expanded .temple-readmore-content {
    opacity: 1;
}

body.kashi-vishwanath-page .temple-detail__section.is-expanded .temple-readmore-summary {
    max-height: 0;
    margin-bottom: 0;
    opacity: 0;
    pointer-events: none;
}

body.kashi-vishwanath-page .temple-readmore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 16px;
    padding: 10px 18px;
    border: 1px solid rgba(140, 90, 35, .24);
    border-radius: 999px;
    background: linear-gradient(180deg, #fff8ef 0%, #f7e8d0 100%);
    box-shadow: 0 10px 24px rgba(140, 90, 35, .10);
    color: #8c5a23;
    font-family: var(--kashi-font-ui);
    font-size: .84rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: background-color .3s ease, border-color .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease;
}

body.kashi-vishwanath-page .temple-readmore-btn:hover,
body.kashi-vishwanath-page .temple-readmore-btn:focus-visible {
    background: linear-gradient(180deg, #8c5a23 0%, #71451a 100%);
    border-color: rgba(113, 69, 26, .9);
    box-shadow: 0 16px 30px rgba(113, 69, 26, .18);
    color: #fffdf8;
    transform: translateY(-1px);
}

body.kashi-vishwanath-page .temple-readmore-btn:focus-visible {
    outline: 0;
}

body.kashi-vishwanath-page .temple-page-jumpnav-shell {
    position: relative;
    z-index: 6;
    margin: 20px 0 30px;
}

body.kashi-vishwanath-page .temple-page-jumpnav {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 12px;
    border: 1px solid rgba(140, 90, 35, .12);
    border-radius: 999px;
    background: linear-gradient(180deg, #fffaf3 0%, #fff1de 100%);
    box-shadow: 0 16px 32px rgba(15, 23, 42, .06);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body.kashi-vishwanath-page .temple-page-jumpnav::-webkit-scrollbar {
    display: none;
}

body.kashi-vishwanath-page .temple-page-jumpnav__link {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 18px;
    border: 1px solid rgba(140, 90, 35, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    color: #8c5a23;
    font-family: var(--kashi-font-ui);
    font-size: .84rem;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1;
    white-space: nowrap;
    transition: background-color .3s ease, border-color .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease;
}

body.kashi-vishwanath-page .temple-page-jumpnav__link:hover,
body.kashi-vishwanath-page .temple-page-jumpnav__link:focus-visible {
    background: linear-gradient(180deg, #8c5a23 0%, #71451a 100%);
    border-color: rgba(113, 69, 26, .92);
    box-shadow: 0 12px 24px rgba(113, 69, 26, .18);
    color: #fffdf8;
    transform: translateY(-1px);
}

body.kashi-vishwanath-page .temple-page-jumpnav__link:focus-visible {
    outline: 0;
}

body.kashi-vishwanath-page :is(#kashi-timings-section, #kashi-darshan-process, #kashi-reach-section, #kashi-booking-section, #kashi-before-visit, #kashi-faq-heading) {
    scroll-margin-top: 190px;
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-readmore-summary-copy {
        padding: 16px 16px 30px;
        border-radius: 20px;
    }

    body.kashi-vishwanath-page .temple-readmore-summary::after {
        left: 16px;
        right: 16px;
    }

    body.kashi-vishwanath-page .temple-readmore-btn {
        width: 100%;
    }
}

@media (min-width: 992px) {
    body.kashi-vishwanath-page .temple-page-jumpnav-shell {
        position: sticky;
        top: clamp(96px, 8vw, 124px);
    }

    body.kashi-vishwanath-page .temple-page-jumpnav {
        justify-content: center;
        overflow-x: visible;
    }
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page .temple-page-jumpnav-shell {
        margin: 18px 0 26px;
    }

    body.kashi-vishwanath-page .temple-page-jumpnav {
        padding: 10px;
        border-radius: 28px;
        scroll-snap-type: x proximity;
    }

    body.kashi-vishwanath-page .temple-page-jumpnav__link {
        scroll-snap-align: start;
    }

    body.kashi-vishwanath-page :is(#kashi-timings-section, #kashi-darshan-process, #kashi-reach-section, #kashi-booking-section, #kashi-before-visit, #kashi-faq-heading) {
        scroll-margin-top: 120px;
    }
}

@media (max-width: 768px) {
    html,
    body {
        overflow-x: hidden;
    }

    body.kashi-vishwanath-page {
        --kashi-page-side-pad: 12px;
        --kashi-major-block-space: 24px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
    }

    body.kashi-vishwanath-page,
    body.kashi-vishwanath-page .temple-detail-page,
    body.kashi-vishwanath-page .event.event-single.temple-detail-page,
    body.kashi-vishwanath-page .event.event-single.temple-detail-page>.container,
    body.kashi-vishwanath-page .event.event-single.temple-detail-page>.container>.section__wrapper,
    body.kashi-vishwanath-page .event.event-single.temple-detail-page>.container>.section__wrapper>.row,
    body.kashi-vishwanath-page .temple-section.row,
    body.kashi-vishwanath-page .temple-hero-layout,
    body.kashi-vishwanath-page .temple-hero-grid,
    body.kashi-vishwanath-page .temple-hero-media,
    body.kashi-vishwanath-page .temple-hero-content,
    body.kashi-vishwanath-page .temple-hero-side,
    body.kashi-vishwanath-page .temple-detail__main,
    body.kashi-vishwanath-page .event__item,
    body.kashi-vishwanath-page .event__inner,
    body.kashi-vishwanath-page .event__content {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
    }

    body.kashi-vishwanath-page .temple-detail-page,
    body.kashi-vishwanath-page .event__item,
    body.kashi-vishwanath-page .event__inner,
    body.kashi-vishwanath-page .event__content,
    body.kashi-vishwanath-page .temple-page-jumpnav-shell {
        overflow-x: clip;
    }

    body.kashi-vishwanath-page .event.event-single.temple-detail-page>.container {
        padding-left: 12px;
        padding-right: 12px;
    }

    body.kashi-vishwanath-page .event.event-single.temple-detail-page {
        padding-top: 18px;
    }

    body.kashi-vishwanath-page .event.event-single.temple-detail-page>.container>.section__wrapper {
        row-gap: 22px;
    }

    body.kashi-vishwanath-page .temple-detail__content:not(.temple-detail__content--hero),
    body.kashi-vishwanath-page .temple-detail__content--decision,
    body.kashi-vishwanath-page .temple-detail__content--faq {
        padding: 24px 16px;
    }

    body.kashi-vishwanath-page .temple-hero-layout {
        padding: 0;
    }

    body.kashi-vishwanath-page .temple-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "media"
            "content"
            "side"
            "benefits"
            "hint";
        gap: 14px;
        align-items: start;
        padding: 12px;
        border-radius: 20px;
        overflow: hidden;
    }

    body.kashi-vishwanath-page .temple-hero-grid>*,
    body.kashi-vishwanath-page .temple-hero-media>*,
    body.kashi-vishwanath-page .temple-hero-content>*,
    body.kashi-vishwanath-page .temple-hero-side>* {
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }

    body.kashi-vishwanath-page .temple-hero-media {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-self: start;
    }

    body.kashi-vishwanath-page .temple-hero-content {
        display: flex;
        flex-direction: column;
        gap: 14px;
        padding-top: 0;
    }

    body.kashi-vishwanath-page .temple-hero-side {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    body.kashi-vishwanath-page .temple-hero-image,
    body.kashi-vishwanath-page .temple-keyinfo-card,
    body.kashi-vishwanath-page .temple-hero-quickmeta,
    body.kashi-vishwanath-page .temple-hero-content>:not(.visit-status-section),
    body.kashi-vishwanath-page .visit-status-section,
    body.kashi-vishwanath-page .temple-map-card {
        order: initial;
        grid-column: auto;
    }

    body.kashi-vishwanath-page .temple-hero-image,
    body.kashi-vishwanath-page img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    body.kashi-vishwanath-page .temple-hero-image {
        margin: 0 auto;
        object-position: center;
        border-radius: 18px;
    }

    body.kashi-vishwanath-page iframe {
        width: 100%;
        max-width: 100%;
    }

    body.kashi-vishwanath-page .temple-detail__hero-map-preview {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        aspect-ratio: 4 / 3;
    }

    body.kashi-vishwanath-page .temple-detail__hero-map-preview iframe {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    body.kashi-vishwanath-page .temple-side-card,
    body.kashi-vishwanath-page .temple-keyinfo-card,
    body.kashi-vishwanath-page .temple-map-card,
    body.kashi-vishwanath-page .sticky-darshan-bar {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
    }

    body.kashi-vishwanath-page .temple-side-card,
    body.kashi-vishwanath-page .temple-keyinfo-card,
    body.kashi-vishwanath-page .temple-map-card {
        border-radius: 18px;
    }

    body.kashi-vishwanath-page .temple-keyinfo-card {
        margin-top: 0;
    }

    body.kashi-vishwanath-page .temple-side-actions,
    body.kashi-vishwanath-page .visit-status-grid,
    body.kashi-vishwanath-page .temple-hero-benefits {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    body.kashi-vishwanath-page .visit-status-grid,
    body.kashi-vishwanath-page .temple-hero-benefits {
        grid-template-columns: 1fr;
    }

    body.kashi-vishwanath-page .temple-side-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.kashi-vishwanath-page .temple-btn,
    body.kashi-vishwanath-page .sticky-btn {
        width: 100%;
    }

    body.kashi-vishwanath-page .temple-map-head,
    body.kashi-vishwanath-page .temple-location-row,
    body.kashi-vishwanath-page .temple-info-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    body.kashi-vishwanath-page .temple-location-row strong,
    body.kashi-vishwanath-page .temple-info-row strong,
    body.kashi-vishwanath-page .temple-map-link {
        max-width: 100%;
        width: 100%;
        text-align: left;
        white-space: normal;
    }

    body.kashi-vishwanath-page .sticky-darshan-bar {
        margin-top: 16px;
        padding: 12px 14px;
        border-radius: 16px;
        flex-wrap: wrap;
        gap: 10px;
    }

    body.kashi-vishwanath-page .temple-page-jumpnav-shell {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin: 16px 0 24px;
    }

    body.kashi-vishwanath-page .temple-page-jumpnav {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        gap: 8px;
        padding: 10px 8px;
        border-radius: 24px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
    }

    body.kashi-vishwanath-page .temple-page-jumpnav__link {
        flex: 0 0 auto;
        max-width: calc(100vw - 72px);
        padding: 9px 14px;
        scroll-snap-align: start;
    }

    body.kashi-vishwanath-page.has-floating-darshan-btn {
        padding-bottom: calc(116px + env(safe-area-inset-bottom));
    }

    body.kashi-vishwanath-page .event.event-single.temple-detail-page>.container>.section__wrapper {
        padding-bottom: calc(28px + 88px + env(safe-area-inset-bottom));
    }

    body.kashi-vishwanath-page .floating-darshan-btn {
        left: 50%;
        right: auto;
        bottom: calc(env(safe-area-inset-bottom) + 6px);
        width: min(100%, 312px);
        max-width: calc(100vw - 32px - env(safe-area-inset-left) - env(safe-area-inset-right));
        min-height: 42px;
        padding: 9px 14px;
        border-radius: 15px;
        font-size: .84rem;
        line-height: 1.05;
        transform: translateX(-50%);
    }

    body.kashi-vishwanath-page.has-floating-darshan-btn .scrollToTop {
        right: 16px;
        margin-bottom: calc(62px + env(safe-area-inset-bottom));
    }
}

@media (prefers-reduced-motion: reduce) {
    body.kashi-vishwanath-page *,
    body.kashi-vishwanath-page *::before,
    body.kashi-vishwanath-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}

body[data-temple-slug="nageshwar"] .temple-map-badge::before,
body[data-temple-slug="nageshwar"] .temple-map-badge::after,
body[data-temple-slug="nageshwar"] .temple-detail__hero-map-preview-badge::before,
body[data-temple-slug="nageshwar"] .temple-detail__hero-map-preview-badge::after {
    content: none !important;
    display: none !important;
}

/* Crowd Intelligence visual states */
body.kashi-vishwanath-page .visit-status-card.is-low,
body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-low {
    border-color: rgba(78, 132, 88, .24);
    background: linear-gradient(180deg, rgba(239, 248, 241, .98) 0%, rgba(251, 253, 248, .98) 100%);
    box-shadow: 0 16px 34px rgba(78, 132, 88, .08);
}

body.kashi-vishwanath-page .visit-status-card.is-moderate,
body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-moderate,
body.kashi-vishwanath-page .visit-status-card.is-medium,
body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-medium {
    border-color: rgba(191, 143, 48, .24);
    background: linear-gradient(180deg, rgba(255, 247, 226, .98) 0%, rgba(255, 252, 244, .98) 100%);
    box-shadow: 0 16px 34px rgba(191, 143, 48, .08);
}

body.kashi-vishwanath-page .visit-status-card.is-high,
body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-high {
    border-color: rgba(190, 90, 67, .24);
    background: linear-gradient(180deg, rgba(255, 241, 238, .98) 0%, rgba(255, 250, 247, .98) 100%);
    box-shadow: 0 16px 34px rgba(190, 90, 67, .08);
}

body.kashi-vishwanath-page .visit-status-card.is-low .visit-status-label,
body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-low .temple-detail__timings-highlight-label {
    color: #55785f;
}

body.kashi-vishwanath-page .visit-status-card.is-moderate .visit-status-label,
body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-moderate .temple-detail__timings-highlight-label,
body.kashi-vishwanath-page .visit-status-card.is-medium .visit-status-label,
body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-medium .temple-detail__timings-highlight-label {
    color: #9a6a12;
}

body.kashi-vishwanath-page .visit-status-card.is-high .visit-status-label,
body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-high .temple-detail__timings-highlight-label {
    color: #aa5034;
}

body.kashi-vishwanath-page .visit-status-value.is-low,
body.kashi-vishwanath-page .visit-status-card.is-low .visit-status-value,
body.kashi-vishwanath-page .temple-detail__timings-highlight-value.is-low,
body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-low .temple-detail__timings-highlight-value {
    color: #2f6e3f;
}

body.kashi-vishwanath-page .visit-status-value.is-moderate,
body.kashi-vishwanath-page .visit-status-card.is-moderate .visit-status-value,
body.kashi-vishwanath-page .temple-detail__timings-highlight-value.is-moderate,
body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-moderate .temple-detail__timings-highlight-value,
body.kashi-vishwanath-page .visit-status-card.is-medium .visit-status-value,
body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-medium .temple-detail__timings-highlight-value {
    color: #9a6a12;
}

body.kashi-vishwanath-page .visit-status-value.is-high,
body.kashi-vishwanath-page .visit-status-card.is-high .visit-status-value,
body.kashi-vishwanath-page .temple-detail__timings-highlight-value.is-high,
body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-high .temple-detail__timings-highlight-value {
    color: #b6471e;
}

body.kashi-vishwanath-page .visit-status-card.is-low .visit-status-subtext,
body.kashi-vishwanath-page .visit-status-card.is-low .confidence,
body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-low .temple-detail__timings-highlight-meta {
    color: rgba(47, 110, 63, .82);
}

body.kashi-vishwanath-page .visit-status-card.is-moderate .visit-status-subtext,
body.kashi-vishwanath-page .visit-status-card.is-moderate .confidence,
body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-moderate .temple-detail__timings-highlight-meta,
body.kashi-vishwanath-page .visit-status-card.is-medium .visit-status-subtext,
body.kashi-vishwanath-page .visit-status-card.is-medium .confidence,
body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-medium .temple-detail__timings-highlight-meta {
    color: rgba(154, 106, 18, .82);
}

body.kashi-vishwanath-page .visit-status-card.is-high .visit-status-subtext,
body.kashi-vishwanath-page .visit-status-card.is-high .confidence,
body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-high .temple-detail__timings-highlight-meta {
    color: rgba(182, 71, 30, .82);
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-low .temple-detail__timings-highlight-icon {
    border-color: rgba(78, 132, 88, .2);
    background: rgba(78, 132, 88, .12);
    color: #2f6e3f;
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-moderate .temple-detail__timings-highlight-icon,
body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-medium .temple-detail__timings-highlight-icon {
    border-color: rgba(191, 143, 48, .22);
    background: rgba(191, 143, 48, .12);
    color: #9a6a12;
}

body.kashi-vishwanath-page .temple-detail__timings-highlight-card.is-high .temple-detail__timings-highlight-icon {
    border-color: rgba(190, 90, 67, .22);
    background: rgba(190, 90, 67, .12);
    color: #b6471e;
}

/* Kashi-only readable system typography */
body.kashi-vishwanath-page .temple-detail-page {
    color: var(--kashi-font-copy-color);
}

body.kashi-vishwanath-page .temple-hero-title {
    max-width: 11.5ch;
    font-family: var(--kashi-font-heading);
    font-size: clamp(2.55rem, 4.2vw, 4.15rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #1a120d;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
}

body.kashi-vishwanath-page .temple-hero-location,
body.kashi-vishwanath-page .temple-hero-intro,
body.kashi-vishwanath-page .temple-live-strip,
body.kashi-vishwanath-page .today-stats,
body.kashi-vishwanath-page .temple-hero-tip span:last-child {
    font-family: var(--kashi-font-body);
}

body.kashi-vishwanath-page .temple-hero-deity {
    font-family: var(--kashi-font-ui);
}

body.kashi-vishwanath-page .temple-hero-location,
body.kashi-vishwanath-page .temple-live-strip,
body.kashi-vishwanath-page .today-stats {
    font-size: clamp(1rem, .98rem + .08vw, 1.04rem);
    line-height: 1.7;
    color: #49382b;
}

body.kashi-vishwanath-page .temple-hero-location,
body.kashi-vishwanath-page .today-stats {
    font-weight: 600;
}

body.kashi-vishwanath-page .temple-hero-intro,
body.kashi-vishwanath-page .temple-hero-tip span:last-child {
    max-width: 60ch;
    font-size: clamp(1rem, .98rem + .14vw, 1.0625rem);
    line-height: 1.72;
    color: var(--kashi-font-copy-color);
    font-weight: 400;
    font-style: normal;
}

body.kashi-vishwanath-page .temple-hero-deity {
    font-size: .97rem;
    font-weight: 600;
    line-height: 1.55;
}

body.kashi-vishwanath-page .temple-detail-page :is(.section__header h2, .temple-overview-title, .reach-title, .temple-detail__main--faq .section__header h2) {
    font-family: var(--kashi-font-heading);
    font-size: clamp(1.9rem, 1.55rem + 1vw, 2.35rem);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -.01em;
    color: #1c140f;
}

body.kashi-vishwanath-page .temple-detail-page :is(.section__header > .temple-section-intro, .temple-overview-intro, .reach-subtitle, .temple-detail__process-time) {
    font-size: clamp(1.02rem, .99rem + .16vw, 1.1rem);
    line-height: 1.7;
    letter-spacing: 0;
    color: var(--kashi-font-copy-strong);
    font-weight: 500;
}

body.kashi-vishwanath-page .temple-detail-page :is(.temple-overview-content > p, .temple-detail__section .section__wrapper > p, .temple-detail__history-card p:not(.temple-detail__info-label), .temple-detail__info-card p:not(.temple-detail__info-label), .temple-detail__fact-card p, .temple-readmore-summary-copy, .temple-detail__timing-note p, .temple-detail__tips-highlight p, .accordion-body, .temple-detail__live-preview-copy p, .temple-detail__live-preview-meta-note) {
    font-size: clamp(1rem, .98rem + .14vw, 1.0625rem);
    line-height: 1.72;
    letter-spacing: 0;
    color: var(--kashi-font-copy-color);
    font-weight: 400;
    font-style: normal;
}

body.kashi-vishwanath-page .temple-detail-page :is(.temple-readmore-summary-copy, .temple-overview-highlights li, .temple-detail__bullet-list li) {
    color: #34281f;
}

body.kashi-vishwanath-page .temple-detail-page :is(.temple-overview-highlights li, .temple-detail__bullet-list li, .temple-detail__fact-card p) {
    font-size: clamp(1rem, .98rem + .08vw, 1.04rem);
    line-height: 1.72;
}

body.kashi-vishwanath-page .temple-side-title,
body.kashi-vishwanath-page .temple-map-title,
body.kashi-vishwanath-page .temple-sacred-light__title,
body.kashi-vishwanath-page .temple-detail__timings-panel-title,
body.kashi-vishwanath-page .temple-detail__timings-card-title {
    font-family: var(--kashi-font-ui);
    font-size: clamp(1.02rem, .98rem + .18vw, 1.14rem);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -.01em;
    color: #1f150f;
}

body.kashi-vishwanath-page :is(.temple-hero-tag, .visit-status-label, .temple-detail__timings-status-label, .temple-detail__timings-highlight-label, .temple-detail__timings-row-label, .temple-info-row span, .temple-location-row span, .temple-sacred-light__label, .temple-map-badge) {
    font-family: var(--kashi-font-ui);
    font-size: clamp(.78rem, .76rem + .06vw, .84rem);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: .03em;
    text-transform: uppercase;
}

body.kashi-vishwanath-page :is(.visit-status-value, .temple-detail__timings-status-value, .temple-detail__timings-highlight-value, .temple-detail__timings-row-value) {
    font-family: var(--kashi-font-ui);
    font-weight: 600;
    letter-spacing: -.01em;
}

body.kashi-vishwanath-page :is(.visit-status-subtext, .temple-detail__timings-status-note, .temple-detail__timings-highlight-meta) {
    font-family: var(--kashi-font-body);
    font-size: .95rem;
    line-height: 1.58;
}

body.kashi-vishwanath-page :is(.temple-info-row, .temple-location-row) {
    font-family: var(--kashi-font-body);
    font-size: .95rem;
    line-height: 1.58;
    overflow-wrap: break-word;
}

body.kashi-vishwanath-page :is(.temple-info-row strong, .temple-location-row strong, .temple-sacred-light__value, .temple-map-link) {
    font-family: var(--kashi-font-ui);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    color: #20150f;
    overflow-wrap: break-word;
}

body.kashi-vishwanath-page :is(.temple-btn, .temple-mantra-btn, .temple-readmore-btn, .temple-page-jumpnav__link) {
    font-family: var(--kashi-font-ui);
    font-weight: 600;
    letter-spacing: .01em;
}

body.kashi-vishwanath-page .temple-btn {
    font-size: .95rem;
    line-height: 1.3;
}

body.kashi-vishwanath-page .temple-readmore-btn,
body.kashi-vishwanath-page .temple-page-jumpnav__link {
    letter-spacing: .02em;
}

body.kashi-vishwanath-page .temple-detail-page .accordion-button {
    font-family: var(--kashi-font-ui);
    font-size: clamp(1rem, .98rem + .12vw, 1.08rem);
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #1d140f;
}

body.kashi-vishwanath-page .temple-detail-page .accordion-body {
    font-size: clamp(1rem, .98rem + .12vw, 1.04rem);
    line-height: 1.76;
    color: var(--kashi-font-copy-color);
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page .temple-hero-title {
        max-width: 12ch;
        font-size: clamp(2.35rem, 6.4vw, 3.6rem);
        line-height: 1.1;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-hero-title {
        max-width: 13ch;
        font-size: clamp(2rem, 9.4vw, 2.85rem);
        line-height: 1.12;
    }

    body.kashi-vishwanath-page .temple-detail-page :is(.section__header h2, .temple-overview-title, .reach-title, .temple-detail__main--faq .section__header h2) {
        font-size: clamp(1.72rem, 6.6vw, 2.08rem);
    }

    body.kashi-vishwanath-page .temple-detail-page :is(p, li, .accordion-body, .temple-hero-intro, .temple-hero-location, .temple-live-strip, .today-stats, .temple-section-intro, .temple-readmore-summary-copy, .temple-detail__live-preview-copy p, .temple-detail__live-preview-meta-note) {
        font-size: 1rem;
    }

    body.kashi-vishwanath-page :is(.temple-btn, .temple-mantra-btn) {
        font-size: .94rem;
    }
}

/* Kashi-only warm background and section color test */
body.kashi-vishwanath-page,
body.kashi-vishwanath-page .event.event-single.temple-detail-page,
body.kashi-vishwanath-page .event.event-single.temple-detail-page > .container {
    background: #fef7e5 !important;
}

body.kashi-vishwanath-page .event.event-single.temple-detail-page > .container > .section__wrapper,
body.kashi-vishwanath-page .temple-detail-page .temple-detail__content:not(.temple-detail__content--hero) {
    background: transparent;
}

body.kashi-vishwanath-page .temple-detail-page {
    --kashi-font-copy-color: #000000;
    --kashi-font-copy-strong: #000000;
}

body.kashi-vishwanath-page .temple-hero-grid,
body.kashi-vishwanath-page .temple-detail__main .event__inner,
body.kashi-vishwanath-page .temple-overview-section,
body.kashi-vishwanath-page .temple-detail__info-card,
body.kashi-vishwanath-page .temple-detail__fact-card,
body.kashi-vishwanath-page .temple-detail__nearby-card,
body.kashi-vishwanath-page .temple-detail__accordion .accordion-item,
body.kashi-vishwanath-page .temple-detail__process-section,
body.kashi-vishwanath-page .temple-detail__live-preview,
body.kashi-vishwanath-page .temple-detail__hero-utility-card,
body.kashi-vishwanath-page .temple-detail__hero-map-card {
    background: #fffdf7;
    border-color: #ead2a2;
}

body.kashi-vishwanath-page .temple-hero-grid {
    box-shadow: 0 20px 40px rgba(74, 43, 18, 0.06);
}

body.kashi-vishwanath-page :is(
    .visit-status-card,
    .temple-side-card,
    .temple-map-card,
    .temple-sacred-light-card,
    .temple-detail__timings-status-card,
    .temple-detail__timings-highlight-card,
    .temple-sacred-light__item
) {
    background: #ffffff;
    border-color: #ead2a2;
}

body.kashi-vishwanath-page :is(
    .visit-status-card.highlight-card,
    .visit-status-card.clickable-card.highlight-card,
    .temple-detail__timings-highlight-card--best
) {
    background: #fff3d6;
    border-color: #ead2a2;
}

body.kashi-vishwanath-page :is(
    .temple-readmore-summary-copy,
    .temple-detail__timing-note,
    .temple-detail__tips-highlight,
    .temple-detail__process-time,
    .temple-detail__section-trust-note,
    .next-aarti-alert
) {
    background: #f8ead0;
    border-color: #ead2a2;
}

body.kashi-vishwanath-page .temple-detail-page :is(
    p,
    li,
    .accordion-body,
    .temple-hero-intro,
    .today-stats,
    .temple-section-intro,
    .temple-detail__live-preview-copy p
) {
    color: #2f2419;
}

body.kashi-vishwanath-page .temple-detail-page :is(
    h1,
    h2,
    h3,
    h4,
    h5,
    .temple-side-title,
    .temple-map-title,
    .temple-sacred-light__title,
    .temple-detail__timings-panel-title,
    .temple-detail__timings-card-title,
    .accordion-button
) {
    color: #4a2b12;
}

body.kashi-vishwanath-page :is(
    .temple-info-row strong,
    .temple-location-row strong,
    .temple-sacred-light__value,
    .temple-map-link,
    .visit-status-value,
    .temple-detail__timings-status-value,
    .temple-detail__timings-highlight-value,
    .temple-detail__timings-row-value
) {
    color: #4a2b12;
}

body.kashi-vishwanath-page .temple-detail-page :is(
    .temple-hero-location,
    .temple-live-strip,
    .temple-detail__live-preview-meta-note,
    .visit-status-subtext,
    .visit-status-label,
    .temple-detail__timings-status-note,
    .temple-detail__timings-highlight-meta,
    .temple-sacred-light__label,
    .temple-info-row span,
    .temple-location-row span,
    .today-note,
    .confidence
) {
    color: #6f5a43;
}

/* Kashi-only rounded golden-border card style test */
body.kashi-vishwanath-page :is(
    .temple-hero-grid,
    .temple-detail__main .event__inner,
    .temple-overview-section,
    .temple-detail__live-preview,
    .temple-detail__hero-utility-card,
    .temple-detail__hero-map-card
) {
    border: 1px solid #d9a928;
    border-radius: 24px;
    box-shadow: 0 14px 32px rgba(74, 43, 18, 0.05);
}

body.kashi-vishwanath-page :is(
    .temple-detail__main .event__inner,
    .temple-overview-section,
    .temple-detail__live-preview
) {
    padding: clamp(2rem, 1.72rem + 0.95vw, 2.625rem);
}

body.kashi-vishwanath-page :is(
    .temple-detail__info-card,
    .temple-detail__fact-card,
    .temple-detail__nearby-card,
    .temple-detail__timings-panel,
    .temple-detail__accordion .accordion-item,
    .visit-status-card,
    .temple-side-card,
    .temple-map-card,
    .temple-sacred-light-card,
    .temple-detail__timings-status-card,
    .temple-detail__timings-highlight-card,
    .temple-sacred-light__item
) {
    border: 1px solid rgba(217, 169, 40, 0.38);
    border-radius: 20px;
    box-shadow: 0 8px 18px rgba(74, 43, 18, 0.035);
}

body.kashi-vishwanath-page :is(
    .temple-detail__info-card,
    .temple-detail__fact-card,
    .temple-detail__nearby-card,
    .temple-detail__timings-panel,
    .visit-status-card,
    .temple-side-card,
    .temple-map-card,
    .temple-sacred-light-card,
    .temple-detail__timings-status-card,
    .temple-detail__timings-highlight-card
) {
    padding: clamp(1.125rem, 1.02rem + 0.45vw, 1.5rem);
}

body.kashi-vishwanath-page .temple-detail__accordion .accordion-item {
    overflow: hidden;
}

body.kashi-vishwanath-page :is(
    .visit-status-card.highlight-card,
    .visit-status-card.clickable-card.highlight-card,
    .temple-detail__timings-highlight-card--best
) {
    border-color: #d9a928;
    box-shadow: 0 10px 24px rgba(74, 43, 18, 0.045);
}

body.kashi-vishwanath-page :is(
    .temple-readmore-summary-copy,
    .temple-detail__timing-note,
    .temple-detail__tips-highlight,
    .temple-detail__process-time,
    .temple-detail__section-trust-note,
    .next-aarti-alert
) {
    border: 1px solid rgba(217, 169, 40, 0.34);
    border-radius: 18px;
}

body.kashi-vishwanath-page :is(
    .default-btn,
    .temple-detail__nearby-cta,
    .temple-readmore-btn,
    .btn-save,
    .btn-share,
    .temple-btn,
    .temple-mantra-btn
) {
    border-radius: 15px;
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page :is(
        .temple-hero-grid,
        .temple-detail__main .event__inner,
        .temple-overview-section,
        .temple-detail__live-preview,
        .temple-detail__hero-utility-card,
        .temple-detail__hero-map-card
    ) {
        border-radius: 20px;
    }

    body.kashi-vishwanath-page :is(
        .temple-detail__main .event__inner,
        .temple-overview-section,
        .temple-detail__live-preview
    ) {
        padding: 1.5rem 1.2rem;
    }

    body.kashi-vishwanath-page :is(
        .temple-detail__info-card,
        .temple-detail__fact-card,
        .temple-detail__nearby-card,
        .temple-detail__timings-panel,
        .visit-status-card,
        .temple-side-card,
        .temple-map-card,
        .temple-sacred-light-card,
        .temple-detail__timings-status-card,
        .temple-detail__timings-highlight-card,
        .temple-sacred-light__item,
        .temple-detail__accordion .accordion-item
    ) {
        border-radius: 18px;
    }

    body.kashi-vishwanath-page :is(
        .temple-detail__info-card,
        .temple-detail__fact-card,
        .temple-detail__nearby-card,
        .temple-detail__timings-panel,
        .visit-status-card,
        .temple-side-card,
        .temple-map-card,
        .temple-sacred-light-card,
        .temple-detail__timings-status-card,
        .temple-detail__timings-highlight-card
    ) {
        padding: 1rem;
    }
}

/* Kashi-only readable black text override for rounded card test */
body.kashi-vishwanath-page .temple-detail-page {
    --kashi-font-copy-color: #000000;
    --kashi-font-copy-strong: #000000;
}

body.kashi-vishwanath-page .temple-detail-page :is(
    h1,
    h2,
    h3,
    h4,
    h5,
    p,
    li,
    .accordion-button,
    .accordion-body,
    .temple-hero-intro,
    .temple-hero-location,
    .temple-live-strip,
    .today-stats,
    .today-note,
    .temple-section-intro,
    .temple-detail__live-preview-copy p,
    .temple-detail__live-preview-meta-note,
    .visit-status-subtext,
    .visit-status-label,
    .temple-detail__timings-status-label,
    .temple-detail__timings-status-note,
    .temple-detail__timings-status-hours-label,
    .temple-detail__timings-status-hours,
    .temple-detail__timings-highlight-label,
    .temple-detail__timings-highlight-meta,
    .temple-detail__timings-panel-title,
    .temple-detail__timings-panel-label,
    .temple-detail__timings-card-title,
    .temple-detail__timings-row-label,
    .temple-sacred-light__label,
    .temple-side-title,
    .temple-map-title,
    .temple-sacred-light__title,
    .temple-info-row span,
    .temple-location-row span,
    .temple-info-row strong,
    .temple-location-row strong,
    .temple-sacred-light__value,
    .temple-map-link,
    .temple-detail__hero .event__content > p,
    .how-to-reach-section .reach-subtitle,
    .how-to-reach-section .reach-step-label,
    .how-to-reach-section .reach-step-intro,
    .how-to-reach-section .reach-mini-content p,
    .how-to-reach-section .reach-mini-content span,
    .how-to-reach-section .small-note,
    .how-to-reach-section .reach-bottom-highlight,
    .how-to-reach-section .reach-master-note-left,
    .how-to-reach-section .reach-master-note-left strong,
    .temple-detail__reach-header p,
    .temple-detail__reach-card-head > p:last-child,
    .temple-detail__reach-mini-copy p,
    .temple-detail__reach-mini-copy span,
    .temple-detail__reach-card-note p,
    .temple-detail__reach-card-note span,
    .temple-detail__reach-travel-note-copy p,
    .temple-detail__reach-travel-note-copy span,
    .temple-detail__metapost .event__metapost-info li,
    .visit-status-value,
    .temple-detail__timings-status-value,
    .temple-detail__timings-highlight-value,
    .temple-detail__timings-row-value,
    .confidence,
    .temple-readmore-summary-copy,
    .temple-detail__timing-note,
    .temple-detail__tips-highlight,
    .temple-detail__process-time,
    .temple-detail__section-trust-note,
    .next-aarti-alert
) {
    color: #000000;
}

/* Kashi-only Google-style readable typography and header glass test */
body.kashi-vishwanath-page .temple-detail-page {
    --kashi-font-heading: "Playfair Display", Georgia, serif;
    --kashi-font-body: "Inter", "Roboto", Arial, sans-serif;
    --kashi-font-ui: "Inter", "Roboto", Arial, sans-serif;
}

body.kashi-vishwanath-page :is(
    .temple-overview-title,
    .how-to-reach-section .reach-title,
    .how-to-reach-section .reach-step-title,
    .how-to-reach-section .reach-mini-content h4,
    .how-to-reach-section .reach-subtitle,
    .how-to-reach-section .reach-step-label,
    .how-to-reach-section .reach-step-intro,
    .how-to-reach-section .reach-mini-content p,
    .how-to-reach-section .reach-mini-content span,
    .how-to-reach-section .small-note,
    .how-to-reach-section .reach-bottom-highlight,
    .how-to-reach-section .reach-master-note-left,
    .how-to-reach-section .reach-master-note-left strong
) {
    font-family: var(--kashi-font-body);
}

body.kashi-vishwanath-page .header {
    background: transparent !important;
}

body.kashi-vishwanath-page .header :is(
    .header__top,
    .header__bottom,
    .header__bottom-fiexd,
    .header__bottom.header__bottom-fiexd,
    .header__bottom.header__bottom-fiexd.animated,
    .header__bottom.header__bottom-fiexd.fadeInDown,
    .header__bottom.header__bottom-fiexd.animated.fadeInDown,
    .header__mainmenu,
    .navbar-collapse,
    .header__menu
) {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    filter: none !important;
}

body.kashi-vishwanath-page .header :is(
    .header__top,
    .header__bottom,
    .header__bottom-fiexd,
    .header__bottom.header__bottom-fiexd,
    .header__bottom.header__bottom-fiexd.animated,
    .header__bottom.header__bottom-fiexd.fadeInDown,
    .header__bottom.header__bottom-fiexd.animated.fadeInDown,
    .navbar-collapse
) {
    border-bottom: 1px solid rgba(217, 169, 40, 0.2) !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055) !important;
}

body.kashi-vishwanath-page .header :is(
    .header__top-left ul li,
    .header__top-left ul li a,
    .header__top-social ul li a,
    .header__top-search ul li,
    .header__menu ul li a,
    .temple-logo,
    .temple-logo__sub,
    .navbar-toggler,
    .header__bar-info,
    .header__bar-info span,
    .header__top-left ul li i,
    .header__top-left ul li svg,
    .header__top-search ul li i,
    .header__top-search ul li svg,
    .header__top-social ul li a i,
    .header__top-social ul li a svg
) {
    color: #000000 !important;
}

/* Kashi-only single-column dashboard mini cards tune */
body.kashi-vishwanath-page .temple-hero-quickmeta {
    display: grid;
    gap: 10px;
    margin: 10px 0 2px;
}

body.kashi-vishwanath-page .temple-hero-microtips {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
}

body.kashi-vishwanath-page .temple-hero-tip {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    min-height: 0;
    width: 100%;
    padding: 14px 16px;
    border-radius: 16px;
    color: #000000;
}

body.kashi-vishwanath-page .temple-hero-tip .tip-icon {
    font-size: 14px;
    line-height: 1.15;
    opacity: 1;
    margin-top: 2px;
}

body.kashi-vishwanath-page .temple-hero-tip span:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    max-width: none;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 500;
    color: #000000;
}

body.kashi-vishwanath-page .temple-hero-tip span:last-child strong {
    display: block;
    margin-bottom: 0;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
}

body.kashi-vishwanath-page .today-stats {
    margin-top: 0;
    font-size: 0.88rem;
    line-height: 1.45;
    font-weight: 500;
    color: #000000;
    text-wrap: pretty;
}

body.kashi-vishwanath-page .today-stats strong {
    font-weight: 700;
    color: #000000;
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-hero-quickmeta {
        gap: 8px;
        margin: 8px 0 2px;
    }

    body.kashi-vishwanath-page .temple-hero-microtips {
        gap: 10px;
    }

    body.kashi-vishwanath-page .temple-hero-tip {
        grid-template-columns: 17px minmax(0, 1fr);
        padding: 13px 14px;
    }

    body.kashi-vishwanath-page .temple-hero-tip span:last-child,
    body.kashi-vishwanath-page .today-stats {
        font-size: 0.86rem;
    }

    body.kashi-vishwanath-page .temple-hero-tip span:last-child strong {
        font-size: 0.9rem;
    }
}

/* Kashi-only nearby cards professional redesign */
body.kashi-vishwanath-page .temple-detail__circuit-section .temple-detail__nearby-grid {
    --bs-gutter-x: 0;
    --bs-gutter-y: 18px;
}

body.kashi-vishwanath-page .temple-detail__circuit-section .temple-detail__nearby-grid > [class*="col-"] {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}

body.kashi-vishwanath-page .temple-detail__circuit-section .temple-detail__nearby-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    width: 100%;
    padding: 18px;
    background: #fffdf7;
    border: 1px solid rgba(217, 169, 40, 0.34);
    border-radius: 22px;
    box-shadow: 0 10px 24px rgba(74, 43, 18, 0.04);
}

body.kashi-vishwanath-page .temple-detail__circuit-section .temple-detail__nearby-media {
    flex: 0 0 150px;
    width: 150px;
    min-width: 150px;
    height: 105px;
    aspect-ratio: auto;
    border-radius: 16px;
    background: #f2e8d8;
}

body.kashi-vishwanath-page .temple-detail__circuit-section .temple-detail__nearby-media img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

body.kashi-vishwanath-page .temple-detail__circuit-section .temple-detail__nearby-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
    padding: 0;
}

body.kashi-vishwanath-page .temple-detail__circuit-section .temple-detail__nearby-body h5 {
    margin: 0;
    color: #000000;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.35;
    overflow: visible;
    white-space: normal;
    text-wrap: pretty;
}

body.kashi-vishwanath-page .temple-detail__circuit-section .temple-detail__nearby-distance {
    min-height: 0;
    margin-top: 2px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(217, 169, 40, 0.12);
    color: #000000;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.35;
}

body.kashi-vishwanath-page .temple-detail__circuit-section .temple-detail__nearby-distance i {
    color: #9b6a24;
}

body.kashi-vishwanath-page .temple-detail__circuit-section .temple-detail__nearby-reason {
    display: block;
    margin: 0;
    overflow: visible;
    color: #000000;
    font-size: 0.94rem;
    line-height: 1.58;
    -webkit-box-orient: initial;
    -webkit-line-clamp: unset;
    text-wrap: pretty;
}

body.kashi-vishwanath-page .temple-detail__circuit-section .temple-detail__nearby-cta {
    min-height: auto;
    margin-top: auto;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(217, 169, 40, 0.42);
    border-radius: 0;
    background: transparent;
    color: #000000;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    box-shadow: none;
}

body.kashi-vishwanath-page .temple-detail__circuit-section .temple-detail__nearby-cta:hover,
body.kashi-vishwanath-page .temple-detail__circuit-section .temple-detail__nearby-cta:focus-visible {
    border-color: rgba(217, 169, 40, 0.68);
    background: transparent;
    color: #000000;
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-detail__circuit-section .temple-detail__nearby-card {
        display: flex;
        flex-direction: column;
        gap: 14px;
        padding: 14px;
    }

    body.kashi-vishwanath-page .temple-detail__circuit-section .temple-detail__nearby-media {
        width: 100%;
        min-width: 0;
        height: 180px;
    }

    body.kashi-vishwanath-page .temple-detail__circuit-section .temple-detail__nearby-body h5 {
        font-size: 1.04rem;
    }

    body.kashi-vishwanath-page .temple-detail__circuit-section .temple-detail__nearby-reason {
        font-size: 0.91rem;
    }
}

/* Kashi-only frontend refinement polish */
body.kashi-vishwanath-page .temple-page-jumpnav-shell {
    position: static !important;
    top: auto !important;
    z-index: 2;
    margin: 14px 0 22px;
}

body.kashi-vishwanath-page .temple-page-jumpnav {
    padding: 10px;
    border-color: rgba(217, 169, 40, 0.18);
    box-shadow: 0 8px 18px rgba(74, 43, 18, 0.035);
}

body.kashi-vishwanath-page :is(#kashi-timings-section, #kashi-darshan-process, #kashi-reach-section, #kashi-booking-section, #kashi-before-visit, #kashi-faq-heading) {
    scroll-margin-top: 108px;
}

body.kashi-vishwanath-page .header .header__mainmenu {
    min-height: 78px;
    gap: 16px;
}

body.kashi-vishwanath-page .header .header__logo .temple-logo img {
    max-height: 54px;
}

body.kashi-vishwanath-page .header .header__menu ul li a {
    min-height: 40px;
    padding: 0 14px;
}

body.kashi-vishwanath-page .temple-detail__content:not(.temple-detail__content--hero),
body.kashi-vishwanath-page .temple-detail__content--decision,
body.kashi-vishwanath-page .temple-detail__content--faq {
    gap: clamp(22px, 2.4vw, 30px);
    padding: clamp(32px, 3vw, 46px) clamp(38px, 4.1vw, 58px);
}

body.kashi-vishwanath-page :is(
    .temple-detail__main .event__inner,
    .temple-overview-section,
    .temple-detail__info-card,
    .temple-detail__fact-card,
    .temple-detail__nearby-card,
    .temple-detail__accordion .accordion-item,
    .temple-detail__process-section,
    .temple-detail__live-preview,
    .temple-detail__hero-utility-card,
    .temple-detail__hero-map-card,
    .temple-readmore-summary-copy
) {
    border-color: rgba(217, 169, 40, 0.26);
    box-shadow: 0 8px 20px rgba(74, 43, 18, 0.03);
}

body.kashi-vishwanath-page .temple-detail-page :is(
    .temple-detail__section .section__header.temple-section-header,
    .temple-detail__main--faq .section__header.temple-section-header,
    .temple-detail__standalone-box .section__header.temple-section-header,
    .temple-overview-content .temple-section-header,
    .reach-section-header.temple-section-header
) {
    max-width: none;
    padding-left: 12px;
    border-left: 2px solid rgba(217, 169, 40, 0.28);
}

body.kashi-vishwanath-page .temple-detail-page .temple-section-header::before {
    content: none;
    display: none;
}

body.kashi-vishwanath-page :is(
    .temple-detail__section .section__header,
    .temple-detail__main--faq .section__header,
    .temple-overview-content .section__header
) {
    margin-bottom: 18px;
}

body.kashi-vishwanath-page .temple-detail-page .temple-section-header :is(h2, .reach-title, .temple-overview-title) {
    margin: 0 0 8px;
}

body.kashi-vishwanath-page .temple-readmore-summary {
    margin: 0 0 12px;
}

body.kashi-vishwanath-page .temple-readmore-btn {
    min-height: 38px;
    margin-top: 10px;
    padding: 8px 14px;
    border-color: rgba(217, 169, 40, 0.18);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: none;
    color: #000000;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

body.kashi-vishwanath-page .temple-readmore-btn:hover,
body.kashi-vishwanath-page .temple-readmore-btn:focus-visible {
    background: rgba(217, 169, 40, 0.1);
    border-color: rgba(217, 169, 40, 0.34);
    box-shadow: none;
    color: #000000;
    transform: none;
}

body.kashi-vishwanath-page .temple-detail-page {
    --kashi-content-section-space: clamp(28px, 2.8vw, 36px);
    --section-inner-gap: clamp(20px, 2vw, 28px);
}

body.kashi-vishwanath-page :is(
    section[aria-labelledby="kashi-mythology-heading"],
    section[aria-labelledby="kashi-history-heading"],
    section[aria-labelledby="kashi-architecture-heading"],
    section[aria-labelledby="kashi-spiritual-heading"]
) .temple-readmore-summary,
body.kashi-vishwanath-page :is(
    section[aria-labelledby="kashi-mythology-heading"],
    section[aria-labelledby="kashi-history-heading"],
    section[aria-labelledby="kashi-architecture-heading"],
    section[aria-labelledby="kashi-spiritual-heading"]
) .temple-readmore-btn {
    display: none !important;
}

body.kashi-vishwanath-page :is(
    section[aria-labelledby="kashi-mythology-heading"],
    section[aria-labelledby="kashi-history-heading"],
    section[aria-labelledby="kashi-architecture-heading"],
    section[aria-labelledby="kashi-spiritual-heading"]
) .temple-readmore-content {
    max-height: none !important;
    overflow: visible;
    opacity: 1;
}

body.kashi-vishwanath-page :is(
    section[aria-labelledby="kashi-mythology-heading"],
    section[aria-labelledby="kashi-history-heading"],
    section[aria-labelledby="kashi-architecture-heading"],
    section[aria-labelledby="kashi-spiritual-heading"]
) .section__wrapper {
    padding-top: 2px;
}

body.kashi-vishwanath-page :is(
    .temple-detail__main .event__inner,
    .temple-detail__main--standalone .event__inner,
    .temple-detail__main--reading .event__inner,
    .temple-detail__main--faq .event__inner
) {
    min-height: 0;
}

body.kashi-vishwanath-page .sticky-darshan-bar {
    margin-top: 12px;
}

@media (min-width: 992px) {
    body.kashi-vishwanath-page .sticky-darshan-bar {
        position: static;
        bottom: auto;
        padding: 14px 18px;
        border-radius: 18px;
    }

    body.kashi-vishwanath-page .floating-darshan-btn {
        display: none;
    }

    body.kashi-vishwanath-page.has-floating-darshan-btn .scrollToTop {
        margin-bottom: 24px;
    }
}

@media (max-width: 1199px) {
    body.kashi-vishwanath-page .header .header__mainmenu {
        min-height: 72px;
    }

    body.kashi-vishwanath-page .header .header__logo .temple-logo img {
        max-height: 46px;
    }
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page .temple-page-jumpnav-shell {
        margin: 12px 0 20px;
    }

    body.kashi-vishwanath-page :is(#kashi-timings-section, #kashi-darshan-process, #kashi-reach-section, #kashi-booking-section, #kashi-before-visit, #kashi-faq-heading) {
        scroll-margin-top: 94px;
    }

    body.kashi-vishwanath-page .sticky-darshan-bar {
        position: sticky;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .header .header__mainmenu {
        min-height: 68px;
    }

    body.kashi-vishwanath-page .header .header__logo .temple-logo img {
        max-height: 44px;
    }

    body.kashi-vishwanath-page .temple-detail__content:not(.temple-detail__content--hero),
    body.kashi-vishwanath-page .temple-detail__content--decision,
    body.kashi-vishwanath-page .temple-detail__content--faq {
        padding: 24px 20px;
        gap: 20px;
    }

    body.kashi-vishwanath-page .temple-detail-page :is(
        .temple-detail__section .section__header.temple-section-header,
        .temple-detail__main--faq .section__header.temple-section-header,
        .temple-detail__standalone-box .section__header.temple-section-header,
        .temple-overview-content .temple-section-header,
        .reach-section-header.temple-section-header
    ) {
        padding-left: 10px;
    }

    body.kashi-vishwanath-page .temple-readmore-btn {
        width: auto;
    }
}

/* Kashi-only final frontend approval refinement */
body.kashi-vishwanath-page .event.event-single.temple-detail-page {
    padding-top: clamp(48px, 4.8vw, 68px);
}

body.kashi-vishwanath-page .event.event-single.temple-detail-page > .container > .section__wrapper {
    row-gap: clamp(18px, 2.4vw, 28px);
}

body.kashi-vishwanath-page .temple-hero-title {
    max-width: 12ch;
    font-size: clamp(2.42rem, 3.8vw, 3.95rem);
    line-height: 1.08;
}

body.kashi-vishwanath-page .temple-page-jumpnav-shell {
    margin: 10px 0 18px;
}

body.kashi-vishwanath-page .temple-page-jumpnav {
    gap: 8px;
    padding: 8px 10px;
}

body.kashi-vishwanath-page .temple-page-jumpnav__link {
    min-height: 36px;
    padding: 8px 12px;
    font-size: 0.82rem;
}

body.kashi-vishwanath-page .temple-detail-page :is(
    .temple-detail__section .section__wrapper > p,
    .temple-overview-content > p,
    .temple-detail__history-card p:not(.temple-detail__info-label),
    .temple-detail__info-card p:not(.temple-detail__info-label),
    .temple-detail__fact-card p,
    .temple-readmore-summary-copy,
    .temple-detail__timing-note p,
    .temple-detail__tips-highlight p,
    .accordion-body,
    .temple-detail__live-preview-copy p,
    .temple-detail__live-preview-meta-note,
    .temple-overview-highlights li,
    .temple-detail__bullet-list li
) {
    font-size: clamp(1rem, 0.99rem + 0.18vw, 1.07rem);
    line-height: 1.74;
    color: #000000 !important;
}

body.kashi-vishwanath-page :is(
    .temple-detail__main .event__inner,
    .temple-overview-section,
    .temple-detail__live-preview,
    .temple-detail__hero-utility-card,
    .temple-detail__hero-map-card
) {
    border-color: rgba(217, 169, 40, 0.28);
}

body.kashi-vishwanath-page :is(
    .temple-detail__info-card,
    .temple-detail__fact-card,
    .temple-detail__nearby-card,
    .temple-detail__accordion .accordion-item,
    .temple-detail__timings-panel,
    .visit-status-card,
    .temple-side-card,
    .temple-map-card,
    .temple-sacred-light-card,
    .temple-detail__timings-status-card,
    .temple-detail__timings-highlight-card,
    .temple-sacred-light__item,
    .temple-readmore-summary-copy
) {
    border-color: rgba(217, 169, 40, 0.22);
    box-shadow: 0 6px 16px rgba(74, 43, 18, 0.025);
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page .temple-hero-title {
        font-size: clamp(2.22rem, 6.2vw, 3.26rem);
    }

    body.kashi-vishwanath-page .temple-page-jumpnav-shell {
        margin: 10px 0 18px;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .event.event-single.temple-detail-page {
        padding-top: clamp(24px, 7vw, 36px);
    }

    body.kashi-vishwanath-page .temple-hero-title {
        font-size: clamp(1.92rem, 8.8vw, 2.62rem);
        line-height: 1.1;
    }

    body.kashi-vishwanath-page .temple-page-jumpnav-shell {
        margin: 8px 0 16px;
    }

    body.kashi-vishwanath-page .temple-page-jumpnav__link {
        font-size: 0.81rem;
    }
}

/* Kashi-only mobile layout refinement */
@media (max-width: 767px) {
    body.kashi-vishwanath-page {
        --kashi-page-side-pad: 14px;
        --kashi-major-block-space: 24px;
        --kashi-content-section-space: 20px;
        --section-inner-gap: 18px;
        padding-bottom: calc(16px + env(safe-area-inset-bottom));
    }

    body.kashi-vishwanath-page.has-floating-darshan-btn {
        padding-bottom: calc(16px + env(safe-area-inset-bottom));
    }

    body.kashi-vishwanath-page .event.event-single.temple-detail-page > .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    body.kashi-vishwanath-page .event.event-single.temple-detail-page > .container > .section__wrapper {
        row-gap: 24px;
        padding-bottom: calc(18px + env(safe-area-inset-bottom));
    }

    body.kashi-vishwanath-page .event.event-single.temple-detail-page > .container > .section__wrapper > .row,
    body.kashi-vishwanath-page .temple-section.row {
        --bs-gutter-x: 18px;
        --bs-gutter-y: 20px;
    }

    body.kashi-vishwanath-page .temple-hero-layout {
        width: auto;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    body.kashi-vishwanath-page .temple-hero-grid {
        gap: 12px;
        padding: 14px;
        border-radius: 20px;
    }

    body.kashi-vishwanath-page .temple-hero-media,
    body.kashi-vishwanath-page .temple-hero-content,
    body.kashi-vishwanath-page .temple-hero-side {
        gap: 12px;
    }

    body.kashi-vishwanath-page .temple-detail__content:not(.temple-detail__content--hero),
    body.kashi-vishwanath-page .temple-detail__content--decision,
    body.kashi-vishwanath-page .temple-detail__content--faq {
        padding: 16px 14px;
        gap: 18px;
    }

    body.kashi-vishwanath-page :is(
        .temple-side-card,
        .temple-keyinfo-card,
        .temple-map-card,
        .temple-detail__info-card,
        .temple-detail__fact-card,
        .temple-detail__nearby-card,
        .visit-status-card,
        .temple-detail__timings-panel,
        .temple-detail__accordion .accordion-item,
        .temple-sacred-light__item
    ) {
        padding: 12px 14px;
        border-radius: 16px;
    }

    body.kashi-vishwanath-page .temple-hero-image {
        margin: 0;
        width: 100%;
        height: clamp(220px, 60vw, 280px);
        border-radius: 16px;
    }

    body.kashi-vishwanath-page .temple-side-title {
        margin-bottom: 10px;
        font-size: 1rem;
    }

    body.kashi-vishwanath-page .temple-keyinfo-card .temple-info-row {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 10px;
        padding: 8px 0;
        font-size: 13px;
    }

    body.kashi-vishwanath-page .temple-keyinfo-card .temple-info-row span {
        flex: 0 1 44%;
        line-height: 1.35;
        font-size: 11px;
    }

    body.kashi-vishwanath-page .temple-keyinfo-card .temple-info-row strong {
        flex: 1 1 auto;
        text-align: right;
        line-height: 1.4;
        font-size: 0.92rem;
    }

    body.kashi-vishwanath-page .temple-side-actions {
        gap: 8px;
        margin-top: 12px;
    }

    body.kashi-vishwanath-page .temple-hero-quickmeta {
        gap: 8px;
        margin: 6px 0 0;
    }

    body.kashi-vishwanath-page .temple-hero-microtips {
        gap: 8px;
    }

    body.kashi-vishwanath-page .temple-hero-tip {
        grid-template-columns: 16px minmax(0, 1fr);
        gap: 8px;
        padding: 12px 13px;
    }

    body.kashi-vishwanath-page .temple-hero-tip span:last-child,
    body.kashi-vishwanath-page .today-stats {
        font-size: 0.88rem;
        line-height: 1.45;
    }

    body.kashi-vishwanath-page .temple-hero-tip span:last-child strong {
        font-size: 0.91rem;
    }

    body.kashi-vishwanath-page .sticky-darshan-bar {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 12px;
        padding: 12px 14px;
        border-radius: 16px;
    }

    body.kashi-vishwanath-page .floating-darshan-btn {
        display: none;
    }

    body.kashi-vishwanath-page.has-floating-darshan-btn .scrollToTop {
        margin-bottom: calc(18px + env(safe-area-inset-bottom));
    }
}

/* Kashi-only final global-approval polish */
body.kashi-vishwanath-page .event.event-single.temple-detail-page {
    padding-top: clamp(30px, 3.1vw, 40px);
}

body.kashi-vishwanath-page .header .header__mainmenu {
    min-height: 74px;
    gap: 14px;
}

body.kashi-vishwanath-page .header .header__logo .temple-logo img {
    max-height: 52px;
}

body.kashi-vishwanath-page .header .header__menu ul li a {
    min-height: 38px;
    padding: 0 13px;
}

body.kashi-vishwanath-page .temple-page-jumpnav-shell {
    margin: 6px 0 12px;
}

body.kashi-vishwanath-page .temple-page-jumpnav {
    padding: 7px 10px;
}

body.kashi-vishwanath-page .temple-detail-page :is(
    .temple-detail__section .section__wrapper > p,
    .temple-overview-content > p,
    .temple-detail__history-card p:not(.temple-detail__info-label),
    .temple-detail__info-card p:not(.temple-detail__info-label),
    .temple-detail__fact-card p,
    .temple-readmore-summary-copy,
    .temple-detail__timing-note p,
    .temple-detail__tips-highlight p,
    .accordion-body,
    .temple-detail__live-preview-copy p,
    .temple-detail__live-preview-meta-note,
    .temple-overview-highlights li,
    .temple-detail__bullet-list li
) {
    font-size: clamp(0.96875rem, 0.96rem + 0.1vw, 1rem);
    line-height: 1.72;
    color: #000000 !important;
}

body.kashi-vishwanath-page :is(
    .temple-detail__main .event__inner,
    .temple-overview-section,
    .temple-detail__live-preview,
    .temple-detail__hero-utility-card,
    .temple-detail__hero-map-card
) {
    border-color: rgba(217, 169, 40, 0.34);
}

body.kashi-vishwanath-page :is(
    .temple-detail__info-card,
    .temple-detail__fact-card,
    .temple-detail__nearby-card,
    .temple-detail__accordion .accordion-item,
    .temple-detail__timings-panel,
    .visit-status-card,
    .temple-side-card,
    .temple-map-card,
    .temple-sacred-light-card,
    .temple-detail__timings-status-card,
    .temple-detail__timings-highlight-card,
    .temple-sacred-light__item,
    .temple-readmore-summary-copy
) {
    border-color: rgba(217, 169, 40, 0.32);
    box-shadow: 0 5px 14px rgba(74, 43, 18, 0.022);
}

body.kashi-vishwanath-page :is(
    .temple-detail__dress-section,
    .temple-detail__accommodation-section,
    .temple-detail__official-section
) .temple-readmore-summary,
body.kashi-vishwanath-page :is(
    .temple-detail__dress-section,
    .temple-detail__accommodation-section,
    .temple-detail__official-section
) .temple-readmore-btn {
    display: none !important;
}

body.kashi-vishwanath-page :is(
    .temple-detail__dress-section,
    .temple-detail__accommodation-section,
    .temple-detail__official-section
) .temple-readmore-content {
    max-height: none !important;
    overflow: visible;
    opacity: 1;
}

body.kashi-vishwanath-page .temple-detail__circuit-section .temple-detail__nearby-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-height: 34px;
    margin-top: 6px;
    padding: 7px 12px;
    border: 1px solid rgba(217, 169, 40, 0.34);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #000000;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: none;
}

body.kashi-vishwanath-page .temple-detail__circuit-section .temple-detail__nearby-cta:hover,
body.kashi-vishwanath-page .temple-detail__circuit-section .temple-detail__nearby-cta:focus-visible {
    border-color: rgba(217, 169, 40, 0.48);
    background: rgba(217, 169, 40, 0.1);
    color: #000000;
}

@media (max-width: 1199px) {
    body.kashi-vishwanath-page .header .header__mainmenu {
        min-height: 70px;
    }
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page .temple-page-jumpnav-shell {
        margin: 6px 0 12px;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .event.event-single.temple-detail-page {
        padding-top: clamp(24px, 7vw, 36px);
    }

    body.kashi-vishwanath-page .header .header__mainmenu {
        min-height: 68px;
    }

    body.kashi-vishwanath-page .header .header__logo .temple-logo img {
        max-height: 44px;
    }

    body.kashi-vishwanath-page .temple-page-jumpnav-shell {
        margin: 6px 0 12px;
    }

    body.kashi-vishwanath-page .temple-detail__circuit-section .temple-detail__nearby-cta {
        min-height: 32px;
        padding: 7px 11px;
        font-size: 0.82rem;
    }
}

/* Kashi-only soft temple background image test */
body.kashi-vishwanath-page {
    background-color: #fef7e5 !important;
}

body.kashi-vishwanath-page .event.event-single.temple-detail-page {
    background-color: #fef7e5 !important;
    background-image:
        linear-gradient(rgba(254, 247, 229, 0.58), rgba(254, 247, 229, 0.62)),
        url("../images/backgrounds/temple-soft-bg.png");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

body.kashi-vishwanath-page .event.event-single.temple-detail-page > .container,
body.kashi-vishwanath-page .event.event-single.temple-detail-page > .container > .section__wrapper {
    background: transparent !important;
}

body.kashi-vishwanath-page :is(
    .temple-hero-grid,
    .temple-detail__main .event__inner,
    .temple-overview-section,
    .temple-detail__live-preview,
    .temple-detail__hero-utility-card,
    .temple-detail__hero-map-card,
    .temple-detail__process-section
) {
    background-color: rgba(255, 253, 247, 0.94);
}

body.kashi-vishwanath-page :is(
    .temple-detail__info-card,
    .temple-detail__fact-card,
    .temple-detail__nearby-card,
    .temple-detail__accordion .accordion-item,
    .temple-detail__timings-panel,
    .visit-status-card,
    .temple-side-card,
    .temple-map-card,
    .temple-sacred-light-card,
    .temple-detail__timings-status-card,
    .temple-detail__timings-highlight-card,
    .temple-sacred-light__item,
    .temple-readmore-summary-copy
) {
    background-color: rgba(255, 255, 255, 0.96);
}

@media (min-width: 992px) {
    body.kashi-vishwanath-page .event.event-single.temple-detail-page {
        background-attachment: fixed;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .event.event-single.temple-detail-page {
        background-position: center top;
        background-attachment: scroll;
    }
}

/* Kashi-only dashboard hero background image test */
body.kashi-vishwanath-page {
    background-color: #fef7e5 !important;
    background-image: none !important;
}

body.kashi-vishwanath-page .event.event-single.temple-detail-page,
body.kashi-vishwanath-page .event.event-single.temple-detail-page > .container,
body.kashi-vishwanath-page .event.event-single.temple-detail-page > .container > .section__wrapper {
    background-image: none !important;
}

body.kashi-vishwanath-page .temple-hero-grid {
    background-color: #fffdf7;
    background-image:
        linear-gradient(rgba(255, 253, 247, 0.58), rgba(255, 253, 247, 0.58)),
        url("../images/backgrounds/temple-dashboard-bg-v2.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

body.kashi-vishwanath-page .temple-detail__hero :is(
    .temple-side-card,
    .temple-keyinfo-card,
    .temple-map-card,
    .visit-status-card,
    .temple-sacred-light-card,
    .temple-sacred-light__item,
    .temple-detail__timings-panel,
    .temple-detail__timings-status-card,
    .temple-detail__timings-highlight-card,
    .temple-detail__timings-row,
    .temple-live-strip,
    .temple-hero-tip,
    .today-stats
) {
    background-color: rgba(255, 255, 255, 0.92);
}

body.kashi-vishwanath-page .temple-detail__hero .temple-hero-tip,
body.kashi-vishwanath-page .temple-detail__hero .today-stats,
body.kashi-vishwanath-page .temple-detail__hero .temple-live-strip {
    border-color: rgba(217, 169, 40, 0.22);
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-hero-grid {
        background-position: center top;
    }
}

/* Kashi-only meaning section background effect */
body.kashi-vishwanath-page .visit-status-card.highlight-card[aria-label="Meaning of Kashi Vishwanath"] {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

body.kashi-vishwanath-page .visit-status-card.highlight-card[aria-label="Meaning of Kashi Vishwanath"]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(rgba(255, 244, 220, 0.18), rgba(255, 244, 220, 0.18)),
        url("../images/backgrounds/temple-dashboard-bg-v2.png");
    background-size: 135% auto;
    background-position: right bottom;
    background-repeat: no-repeat;
    opacity: 0.72;
    pointer-events: none;
    z-index: 0;
}

body.kashi-vishwanath-page .visit-status-card.highlight-card[aria-label="Meaning of Kashi Vishwanath"] > * {
    position: relative;
    z-index: 1;
}

/* Kashi-only Temple Overview section background effect */
body.kashi-vishwanath-page .temple-overview-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

body.kashi-vishwanath-page .temple-overview-section::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(180deg, rgba(255, 253, 247, 0.02) 0%, rgba(255, 245, 225, 0.14) 58%, rgba(255, 245, 225, 0.28) 100%),
        url("../images/backgrounds/temple-dashboard-bg-v2.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    opacity: 0.34;
    pointer-events: none;
    z-index: 0;
}

body.kashi-vishwanath-page .temple-overview-section > .temple-overview-content {
    position: relative;
    z-index: 1;
}

/* Kashi-only Temple History section background effect */
body.kashi-vishwanath-page .temple-section.temple-detail__standalone-box[aria-labelledby="kashi-history-heading"] .event__inner {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

body.kashi-vishwanath-page .temple-section.temple-detail__standalone-box[aria-labelledby="kashi-history-heading"] .event__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(rgba(255, 253, 247, 0.72), rgba(255, 253, 247, 0.72)),
        url("../images/backgrounds/kashi-history-bg.png");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    opacity: 1;
    pointer-events: none;
    z-index: 0;
}

body.kashi-vishwanath-page .temple-section.temple-detail__standalone-box[aria-labelledby="kashi-history-heading"] .event__inner > * {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-section.temple-detail__standalone-box[aria-labelledby="kashi-history-heading"] .event__inner::before {
        background-position: center bottom;
        background-image:
            linear-gradient(rgba(255, 253, 247, 0.78), rgba(255, 253, 247, 0.78)),
            url("../images/backgrounds/kashi-history-bg.png");
        opacity: 1;
    }
}

/* Kashi-only split header test */
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page {
    --kashi-split-header-scroll-offset: 144px;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: none !important;
    z-index: 10 !important;
    min-height: 0 !important;
    overflow: visible !important;
    isolation: auto !important;
    transform: none !important;
    filter: none !important;
    perspective: none !important;
    contain: none !important;
    background: transparent !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header::before {
    display: none !important;
    content: none !important;
    background-image: none !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header > .navbar-expand-xl {
    display: none !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__top,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header #menubar2,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bar-info,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .temple-logo__sub,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .temple-logo__tagline {
    display: none !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom-fiexd,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom.header__bottom-fiexd,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom.header__bottom-fiexd.animated,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom.header__bottom-fiexd.fadeInDown,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom.header__bottom-fiexd.animated.fadeInDown {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-height: 120px !important;
    z-index: 9999 !important;
    overflow: hidden !important;
    isolation: isolate !important;
    transform: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    background-color: #fef7e5 !important;
    background-image: none !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(217, 169, 40, .35) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .04) !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .container,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom > .container,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__mainmenu,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__mainmenu.navbar.navbar-expand-xl.navbar-light,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .navbar,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .navbar-expand-xl,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .navbar-light,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__split-nav,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__split-list,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__logo,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__logo > a,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bar,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__menu,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .collapse.navbar-collapse {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom::before {
    display: none !important;
    content: none !important;
    background-image: none !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom::after {
    display: none !important;
    content: none !important;
    background-image: none !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom > .container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1170px;
    overflow: visible !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__mainmenu {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 0 !important;
    width: 100% !important;
    padding: 16px 0 !important;
    gap: 12px !important;
    position: relative;
    z-index: 2;
    overflow: visible !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__logo .temple-logo {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    color: #111111 !important;
    line-height: 1 !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__logo .temple-logo img {
    width: auto !important;
    height: auto !important;
    max-height: 50px !important;
    object-fit: contain !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__logo > a.d-none.d-xl-inline-flex.temple-logo {
    display: none !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__logo > a.d-xl-none.temple-logo {
    display: inline-flex !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__split-nav {
    display: none !important;
    position: relative;
    z-index: 2;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__split-list {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__split-list li {
    display: flex;
    align-items: center;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__split-list li a,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__menu ul li a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 40px !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 999px;
    color: #111111 !important;
    font-size: .8rem !important;
    font-weight: 700 !important;
    letter-spacing: .05em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    text-decoration: none;
    white-space: nowrap;
    background: transparent;
    box-shadow: none;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__split-list li.active > a,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__menu ul li.active > a {
    background: rgba(217, 169, 40, .18);
    box-shadow: inset 0 0 0 1px rgba(217, 169, 40, .32);
    color: #111111 !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__split-list li a:hover,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__split-list li a:focus-visible,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__menu ul li a:hover,
body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__menu ul li a:focus-visible {
    background: rgba(217, 169, 40, .12);
    box-shadow: inset 0 0 0 1px rgba(217, 169, 40, .22);
    color: #111111 !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bar {
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .navbar-toggler {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border-color: rgba(217, 169, 40, .28) !important;
    border-radius: 14px;
    background: rgba(255, 255, 255, .38);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__menu {
    display: block !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__menu .navbar-collapse {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header #menubar {
    margin-top: 10px !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__menu ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 14px 16px;
    list-style: none;
    border: 1px solid rgba(217, 169, 40, .24);
    border-radius: 20px;
    background: rgba(255, 251, 245, .96);
    box-shadow: 0 16px 32px rgba(74, 43, 18, .08);
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__menu ul li {
    display: flex;
    align-items: center;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__menu ul li a {
    justify-content: flex-start !important;
    width: 100%;
    padding: 0 10px !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .event.event-single.temple-detail-page {
    padding-top: 70px !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .event.event-single.temple-detail-page > .container > .section__wrapper {
    padding-top: 0 !important;
}

body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page :is(#kashi-timings-section, #kashi-darshan-process, #kashi-reach-section, #kashi-booking-section, #kashi-before-visit, #kashi-faq-heading) {
    scroll-margin-top: var(--kashi-split-header-scroll-offset) !important;
}

@media (min-width: 1200px) {
    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__mainmenu {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        justify-content: stretch !important;
        min-height: 0 !important;
        width: 100% !important;
        padding: 18px 0 !important;
        gap: clamp(18px, 3vw, 36px) !important;
    }

    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__split-nav {
        display: flex !important;
        align-items: center !important;
        min-width: 0;
    }

    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__split-nav--left {
        justify-self: end;
    }

    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__split-nav--right {
        justify-self: start;
    }

    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__split-nav--left .header__split-list {
        justify-content: flex-end;
    }

    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__split-nav--right .header__split-list {
        justify-content: flex-start;
    }

    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__logo {
        display: flex !important;
        justify-self: center;
    }

    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__logo > a.d-none.d-xl-inline-flex.temple-logo {
        display: inline-flex !important;
    }

    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__logo > a.d-xl-none.temple-logo {
        display: none !important;
    }

    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__logo .temple-logo img {
        max-height: 54px !important;
    }

    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bar,
    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__menu {
        display: none !important;
    }
}

@media (max-width: 1199.98px) {
    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom,
    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom-fiexd,
    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom.header__bottom-fiexd,
    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom.header__bottom-fiexd.animated,
    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom.header__bottom-fiexd.fadeInDown,
    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom.header__bottom-fiexd.animated.fadeInDown {
        min-height: 82px !important;
        overflow: hidden !important;
    }

    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__mainmenu {
        min-height: 0 !important;
        padding: 10px 0 !important;
    }

    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__logo .temple-logo img {
        max-height: 46px !important;
    }

    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom,
    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom-fiexd,
    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom.header__bottom-fiexd,
    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom.header__bottom-fiexd.animated,
    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom.header__bottom-fiexd.fadeInDown,
    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom.header__bottom-fiexd.animated.fadeInDown {
        background-size: cover !important;
        background-position: center bottom !important;
    }
}

@media (max-width: 767px) {
    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom,
    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom-fiexd,
    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom.header__bottom-fiexd,
    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom.header__bottom-fiexd.animated,
    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom.header__bottom-fiexd.fadeInDown,
    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__bottom.header__bottom-fiexd.animated.fadeInDown {
        min-height: 74px !important;
    }

    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__mainmenu {
        min-height: 0 !important;
        padding: 8px 0 !important;
        gap: 10px !important;
    }

    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .header__logo .temple-logo img {
        max-height: 42px !important;
    }

    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .header .navbar-toggler {
        width: 42px;
        height: 42px;
    }
}

@media (min-width: 992px) {
    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page .event.event-single.temple-detail-page {
        padding-top: 100px !important;
    }

    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page {
        --kashi-split-header-scroll-offset: 156px;
    }
}

@media (max-width: 991px) {
    body[data-temple-slug="kashi-vishwanath"].kashi-vishwanath-page {
        --kashi-split-header-scroll-offset: 132px;
    }
}

body.kashi-vishwanath-page .header__bottom,
body[data-temple-slug="kashi-vishwanath"] .header__bottom,
body.kashi-vishwanath-page .header__bottom.header__bottom-fiexd,
body[data-temple-slug="kashi-vishwanath"] .header__bottom.header__bottom-fiexd {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  min-height: 130px !important;
  height: 130px !important;
  overflow: hidden !important;
  background: #fef7e5 !important;
}

body.kashi-vishwanath-page .kashi-header-image-layer,
body[data-temple-slug="kashi-vishwanath"] .kashi-header-image-layer {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}

body.kashi-vishwanath-page .kashi-header-image-layer img,
body[data-temple-slug="kashi-vishwanath"] .kashi-header-image-layer img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center bottom !important;
  opacity: 1 !important;
  display: block !important;
}

body.kashi-vishwanath-page .header__bottom > .container,
body[data-temple-slug="kashi-vishwanath"] .header__bottom > .container,
body.kashi-vishwanath-page .header__mainmenu,
body[data-temple-slug="kashi-vishwanath"] .header__mainmenu,
body.kashi-vishwanath-page .navbar,
body[data-temple-slug="kashi-vishwanath"] .navbar {
  position: relative !important;
  z-index: 2 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.kashi-vishwanath-page .header__bottom::before,
body.kashi-vishwanath-page .header__bottom::after,
body[data-temple-slug="kashi-vishwanath"] .header__bottom::before,
body[data-temple-slug="kashi-vishwanath"] .header__bottom::after {
  display: none !important;
  content: none !important;
}

body.kashi-vishwanath-page .header__bottom > .container,
body.kashi-vishwanath-page .header__bottom .container,
body.kashi-vishwanath-page .header__mainmenu,
body.kashi-vishwanath-page .header__mainmenu.navbar,
body.kashi-vishwanath-page .header__mainmenu.navbar.navbar-expand-xl.navbar-light,
body.kashi-vishwanath-page .navbar,
body.kashi-vishwanath-page .navbar-light,
body.kashi-vishwanath-page .navbar-expand-xl,
body.kashi-vishwanath-page .header__split-list,
body.kashi-vishwanath-page .header__split-nav,
body.kashi-vishwanath-page .header__logo,
body.kashi-vishwanath-page .header__menu,
body[data-temple-slug="kashi-vishwanath"] .header__bottom > .container,
body[data-temple-slug="kashi-vishwanath"] .header__bottom .container,
body[data-temple-slug="kashi-vishwanath"] .header__mainmenu,
body[data-temple-slug="kashi-vishwanath"] .header__mainmenu.navbar,
body[data-temple-slug="kashi-vishwanath"] .header__mainmenu.navbar.navbar-expand-xl.navbar-light,
body[data-temple-slug="kashi-vishwanath"] .navbar,
body[data-temple-slug="kashi-vishwanath"] .navbar-light,
body[data-temple-slug="kashi-vishwanath"] .navbar-expand-xl,
body[data-temple-slug="kashi-vishwanath"] .header__split-list,
body[data-temple-slug="kashi-vishwanath"] .header__split-nav,
body[data-temple-slug="kashi-vishwanath"] .header__logo,
body[data-temple-slug="kashi-vishwanath"] .header__menu {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.kashi-vishwanath-page .header__bottom > .container,
body.kashi-vishwanath-page .header__mainmenu,
body.kashi-vishwanath-page .header__split-nav,
body.kashi-vishwanath-page .header__logo,
body[data-temple-slug="kashi-vishwanath"] .header__bottom > .container,
body[data-temple-slug="kashi-vishwanath"] .header__mainmenu,
body[data-temple-slug="kashi-vishwanath"] .header__split-nav,
body[data-temple-slug="kashi-vishwanath"] .header__logo {
  position: relative !important;
  z-index: 3 !important;
}

body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .kashi-header-image-layer,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .kashi-header-image-layer img {
  display: none !important;
}

body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd.animated,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd.fadeInDown,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd.animated.fadeInDown {
  background: rgba(254, 247, 229, 0.96) !important;
  background-color: rgba(254, 247, 229, 0.96) !important;
  background-image: none !important;
  min-height: 92px !important;
  height: auto !important;
  overflow: hidden !important;
  border-bottom: 1px solid rgba(217, 169, 40, 0.28) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  backdrop-filter: blur(12px) !important;
  box-shadow: 0 10px 24px rgba(74, 43, 18, 0.04) !important;
}

body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd.animated,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd.fadeInDown,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd.animated.fadeInDown {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
}

body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header::before,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header::after,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom::before,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom::after,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd::before,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd::after {
  display: none !important;
  content: none !important;
  background: none !important;
  background-image: none !important;
}

body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom > .container,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__mainmenu,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__mainmenu.navbar.navbar-expand-xl.navbar-light,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__split-nav,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__logo,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .navbar,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .navbar-light,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .navbar-expand-xl,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__split-list,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__menu {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  position: relative !important;
  z-index: 3 !important;
}

body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header a,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header nav a {
  color: #111111 !important;
}

body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__split-list li.active > a,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__menu ul li.active > a {
  background: rgba(217, 169, 40, 0.18) !important;
  box-shadow: inset 0 0 0 1px rgba(217, 169, 40, 0.32) !important;
  color: #111111 !important;
}

@media (max-width: 1199.98px) {
  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom,
  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd,
  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd.animated,
  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd.fadeInDown,
  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd.animated.fadeInDown {
    min-height: 82px !important;
  }
}

body.kashi-vishwanath-page .header__mainmenu.navbar.navbar-expand-xl.navbar-light,
body[data-temple-slug="kashi-vishwanath"] .header__mainmenu.navbar.navbar-expand-xl.navbar-light {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.kashi-vishwanath-page .header__mainmenu,
body.kashi-vishwanath-page .navbar,
body.kashi-vishwanath-page .navbar-light,
body.kashi-vishwanath-page .navbar-expand-xl,
body[data-temple-slug="kashi-vishwanath"] .header__mainmenu,
body[data-temple-slug="kashi-vishwanath"] .navbar,
body[data-temple-slug="kashi-vishwanath"] .navbar-light,
body[data-temple-slug="kashi-vishwanath"] .navbar-expand-xl {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

body.kashi-vishwanath-page .header,
body.kashi-vishwanath-page .header__bottom,
body.kashi-vishwanath-page .header__bottom.header__bottom-fiexd,
body.kashi-vishwanath-page .header__mainmenu,
body.kashi-vishwanath-page .header__mainmenu.navbar.navbar-expand-xl.navbar-light,
body[data-temple-slug="kashi-vishwanath"] .header,
body[data-temple-slug="kashi-vishwanath"] .header__bottom,
body[data-temple-slug="kashi-vishwanath"] .header__bottom.header__bottom-fiexd,
body[data-temple-slug="kashi-vishwanath"] .header__mainmenu,
body[data-temple-slug="kashi-vishwanath"] .header__mainmenu.navbar.navbar-expand-xl.navbar-light {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
}

body.kashi-vishwanath-page .header::before,
body.kashi-vishwanath-page .header::after,
body.kashi-vishwanath-page .header__bottom::before,
body.kashi-vishwanath-page .header__bottom::after,
body[data-temple-slug="kashi-vishwanath"] .header::before,
body[data-temple-slug="kashi-vishwanath"] .header::after,
body[data-temple-slug="kashi-vishwanath"] .header__bottom::before,
body[data-temple-slug="kashi-vishwanath"] .header__bottom::after {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
}

body.kashi-vishwanath-page .header :is(
  .header__top,
  .header__bottom,
  .header__bottom-fiexd,
  .header__bottom.header__bottom-fiexd,
  .header__bottom.header__bottom-fiexd.animated,
  .header__bottom.header__bottom-fiexd.fadeInDown,
  .header__bottom.header__bottom-fiexd.animated.fadeInDown,
  .header__mainmenu,
  .navbar-collapse,
  .header__menu
),
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd.animated,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd.fadeInDown,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd.animated.fadeInDown,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__mainmenu,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__mainmenu.navbar.navbar-expand-xl.navbar-light {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
}

@media (min-width: 1200px) {
  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__mainmenu,
  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__mainmenu.navbar.navbar-expand-xl.navbar-light {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    align-items: center !important;
    justify-content: stretch !important;
    column-gap: clamp(36px, 3.6vw, 44px) !important;
    row-gap: 0 !important;
    width: 100% !important;
    padding: 18px 0 !important;
  }

  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__split-nav {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__split-nav--left {
    justify-self: stretch !important;
    justify-content: flex-end !important;
  }

  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__split-nav--right {
    justify-self: stretch !important;
    justify-content: flex-start !important;
  }

  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__split-nav .header__split-list {
    display: flex !important;
    align-items: center !important;
    gap: clamp(28px, 2.5vw, 32px) !important;
    width: auto !important;
    min-width: 0 !important;
  }

  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__split-nav--left .header__split-list {
    justify-content: flex-end !important;
  }

  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__split-nav--right .header__split-list {
    justify-content: flex-start !important;
  }

  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
    align-self: center !important;
    margin: 0 !important;
  }

  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__logo .temple-logo,
  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__split-list li a {
    align-self: center !important;
  }

  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__logo .temple-logo img {
    max-height: 54px !important;
    width: auto !important;
    height: auto !important;
  }
}

html body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header,
html body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header,
html body[data-temple-slug="kashi-vishwanath"] .header {
  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;
  overflow: visible !important;
}

html body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom,
html body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd,
html body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__bottom,
html body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__bottom.header__bottom-fiexd,
html body[data-temple-slug="kashi-vishwanath"] .header__bottom,
html body[data-temple-slug="kashi-vishwanath"] .header__bottom.header__bottom-fiexd {
  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;
}

@media (max-width: 768px) {
  html body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header,
  html body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header,
  html body[data-temple-slug="kashi-vishwanath"] .header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-height: 84px !important;
    height: auto !important;
    z-index: 99999 !important;
    overflow: visible !important;
  }

  html body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom,
  html body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd,
  html body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__bottom,
  html body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__bottom.header__bottom-fiexd,
  html body[data-temple-slug="kashi-vishwanath"] .header__bottom,
  html body[data-temple-slug="kashi-vishwanath"] .header__bottom.header__bottom-fiexd {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    min-height: 84px !important;
    height: auto !important;
    z-index: 99999 !important;
    background-position: center center !important;
  }

  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__mainmenu,
  body[data-temple-slug="kashi-vishwanath"] .header .header__mainmenu {
    min-height: 0 !important;
    padding: 8px 0 !important;
  }

  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__logo .temple-logo img,
  body[data-temple-slug="kashi-vishwanath"] .header .header__logo .temple-logo img {
    max-height: 42px !important;
    width: auto !important;
    height: auto !important;
  }

  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .event.event-single.temple-detail-page,
  body[data-temple-slug="kashi-vishwanath"] .event.event-single.temple-detail-page {
    padding-top: 100px !important;
  }

  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"],
  body[data-temple-slug="kashi-vishwanath"] {
    --kashi-split-header-scroll-offset: 116px !important;
  }
}

/* Final Kashi header restore after shared rollout */
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__bottom,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__bottom.header__bottom-fiexd {
  background-color: #fef7e5 !important;
  background-image: url("../images/backgrounds/divine-temple-header.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border-bottom: 1px solid rgba(217, 169, 40, 0.28) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  filter: none !important;
}

body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header {
  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;
  min-height: 130px !important;
  overflow: visible !important;
}

body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__bottom,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__bottom.header__bottom-fiexd {
  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;
  min-height: 130px !important;
  height: 130px !important;
  overflow: hidden !important;
}

body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__mainmenu.navbar.navbar-expand-xl.navbar-light,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__bottom > .container,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .navbar,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .navbar-light,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .navbar-expand-xl {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header::before,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header::after,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__bottom::before,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__bottom::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 1199.98px) {
  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom,
  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header.header .header__bottom.header__bottom-fiexd,
  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__bottom,
  body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__bottom.header__bottom-fiexd {
    min-height: 84px !important;
    height: auto !important;
  }
}

/* Final Kashi sticky header image state fix */
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd {
  background-color: #fef7e5 !important;
  background-image: url("../images/backgrounds/divine-temple-header.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__bottom.header__bottom-fiexd {
  background-color: #fef7e5 !important;
  background-image: url("../images/backgrounds/divine-temple-header.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__bottom.header__bottom-fiexd::before,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__bottom.header__bottom-fiexd::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__bottom.header__bottom-fiexd .container,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__bottom.header__bottom-fiexd .header__mainmenu,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__bottom.header__bottom-fiexd .navbar,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__bottom.header__bottom-fiexd .navbar-light,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header__bottom.header__bottom-fiexd .navbar-expand-xl {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* Exact runtime sticky selector fix */
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.site-header-sticky,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.site-header-sticky.site-header-enter {
  background-color: #fef7e5 !important;
  background-image: url("../images/backgrounds/divine-temple-header.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.site-header-sticky::before,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.site-header-sticky::after,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.site-header-sticky.site-header-enter::before,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.site-header-sticky.site-header-enter::after {
  display: none !important;
  content: none !important;
  background: none !important;
  background-image: none !important;
}

body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.site-header-sticky .container,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.site-header-sticky .header__mainmenu,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.site-header-sticky .navbar,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.site-header-sticky .navbar-light,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.site-header-sticky .navbar-expand-xl {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* Final Kashi sticky-only image reinforcement */
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.animated,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.fadeInDown,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.animated.fadeInDown,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.site-header-sticky,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.site-header-sticky.site-header-enter {
  background: #fef7e5 url("../images/backgrounds/divine-temple-header.png") center center / cover no-repeat !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  filter: none !important;
}

body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd::before,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd::after,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.animated::before,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.animated::after,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.fadeInDown::before,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.fadeInDown::after,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.animated.fadeInDown::before,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.animated.fadeInDown::after,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.site-header-sticky::before,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.site-header-sticky::after,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.site-header-sticky.site-header-enter::before,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd.site-header-sticky.site-header-enter::after {
  display: none !important;
  content: none !important;
  background: none !important;
  background-image: none !important;
}

body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd .container,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd .header__mainmenu,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd .navbar,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd .navbar-light,
body.kashi-vishwanath-page[data-temple-slug="kashi-vishwanath"] .header .header__bottom.header__bottom-fiexd .navbar-expand-xl {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

@media (min-width: 1200px) {
  body.kashi-vishwanath-page .temple-hero-layout {
    max-width: 1261px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  body.kashi-vishwanath-page .event.event-single.temple-detail-page > .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.kashi-vishwanath-page .event.event-single.temple-detail-page > .container > .section__wrapper {
    row-gap: 22px;
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
  }

  body.kashi-vishwanath-page .event.event-single.temple-detail-page > .container > .section__wrapper > .row,
  body.kashi-vishwanath-page .temple-section.row {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
  }

  body.kashi-vishwanath-page .temple-detail__hero .event__inner {
    padding: 10px;
  }

  body.kashi-vishwanath-page .temple-detail__main .event__inner,
  body.kashi-vishwanath-page .temple-detail__main--faq .event__inner,
  body.kashi-vishwanath-page .temple-detail__standalone-box .event__inner {
    padding: 12px;
  }

  body.kashi-vishwanath-page .temple-detail__content:not(.temple-detail__content--hero),
  body.kashi-vishwanath-page .temple-detail__content--decision,
  body.kashi-vishwanath-page .temple-detail__content--faq {
    gap: 16px;
    padding: 10px 2px 0;
  }

  body.kashi-vishwanath-page .temple-hero-layout {
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  body.kashi-vishwanath-page .temple-hero-grid {
    gap: 12px;
    padding: 10px;
    border-radius: 20px;
  }

  body.kashi-vishwanath-page .scrollToTop {
    right: 14px;
    bottom: calc(84px + env(safe-area-inset-bottom));
    width: 42px;
    height: 42px;
    line-height: 42px;
    opacity: 0.85;
  }

  body.kashi-vishwanath-page.has-floating-darshan-btn .scrollToTop {
    right: 14px;
    margin-bottom: 0;
  }
}
