﻿:root {
    --wine: #591d25;
    --deep: #301318;
    --orange: #ca5a20;
    --gold: #efb765;
    --cream: #fcf8f0;
    --ink: #342a27;
    --muted: #71645e;
    --line: #e6dbcc
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 95px
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: Arial,"Nirmala UI",sans-serif;
    font-size: 16px;
    line-height: 1.75
}

a {
    color: inherit
}

    a:focus-visible, summary:focus-visible {
        outline: 3px solid var(--orange);
        outline-offset: 6px
    }

.skip {
    position: absolute;
    top: -100px;
    background: white;
    padding: 12px;
    z-index: 10
}

    .skip:focus {
        top: 0
    }

.wrap {
    width: min(1180px,90%);
    margin: auto
}

.top {
    background: var(--wine);
    color: #f9e6cc;
    font-size: 13px;
    padding: 7px 0
}

    .top .wrap {
        display: flex;
        justify-content: space-between;
        gap: 15px
    }

header {
    background: #fffdf8;
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 5
}

.nav {
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.brand {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px
}

.brand-mark {
    color: var(--orange);
    font: 38px Georgia,serif
}

.brand strong {
    display: block;
    font: 700 25px Georgia,serif;
    color: var(--wine);
    line-height: 1.2
}

.brand small {
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 6px
}

nav {
    display: flex;
    gap: 25px;
    align-items: center
}

    nav a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 600
    }

        nav a:hover {
            color: var(--orange)
        }

.portal {
    padding: 10px 17px;
    border: 1px solid var(--wine);
    border-radius: 4px;
    color: var(--wine)
}

.hero {
    position: relative;
    min-height: 590px;
    display: flex;
    align-items: center;
    color: white;
    background: var(--deep);
    isolation: isolate;
    overflow: hidden
}

    .hero img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: -2
    }

    .hero:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg,rgba(35,13,18,.94),rgba(35,13,18,.7) 40%,rgba(35,13,18,.1));
        z-index: -1
    }

.hero-copy {
    max-width: 660px;
    padding: 75px 0 90px
}

.eyebrow {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: bold;
    color: var(--orange);
    margin-bottom: 15px
}

.hero .eyebrow {
    color: var(--gold)
}

h1, h2, h3 {
    font-family: Georgia,"Nirmala UI",serif;
    line-height: 1.15;
    font-weight: 500;
    margin: 0 0 20px
}

h1 {
    font-size: clamp(48px,6vw,78px);
    letter-spacing: -2px
}

    h1 em {
        color: var(--gold);
        font-weight: 400
    }

.hindi {
    font-size: 20px;
    color: #f7d9b6;
    margin: 20px 0 12px
}

.hero p {
    max-width: 490px;
    color: #f3e7df;
    font-size: 17px
}

.actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px
}

.button {
    display: inline-block;
    padding: 12px 22px;
    background: var(--orange);
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: white
}

    .button.outline {
        background: transparent;
        border: 1px solid #cdb4a3
    }

.trail {
    padding: 17px 0;
    background: #f4ebdd;
    border-bottom: 1px solid var(--line);
    font-size: 13px;
    color: var(--muted)
}

    .trail span {
        margin: 0 10px
    }

.section {
    padding: 80px 0
}

h2 {
    font-size: clamp(33px,4vw,46px);
    color: var(--wine)
}

h3 {
    font-size: 25px;
    color: var(--wine)
}

p {
    margin: 0 0 20px
}

.intro {
    display: grid;
    grid-template-columns: 1.1fr .8fr;
    gap: 90px;
    align-items: start
}

.lead {
    font-size: 19px;
    line-height: 1.7
}

.note {
    border-left: 3px solid var(--orange);
    padding: 5px 0 5px 20px;
    color: var(--muted);
    margin: 25px 0 0
}

.heritage {
    background: #f0e5d5;
    padding: 35px;
    border: 1px solid #dfccb2;
    position: relative
}

    .heritage .sanskrit {
        font-family: Georgia,"Nirmala UI",serif;
        font-size: 30px;
        color: var(--wine);
        line-height: 1.6;
        margin: 15px 0 20px
    }

    .heritage dl {
        margin: 25px 0 0
    }

        .heritage dl div {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            border-top: 1px solid #d9c7af;
            padding: 12px 0;
            font-size: 14px
        }

    .heritage dt {
        color: var(--muted)
    }

    .heritage dd {
        margin: 0;
        text-align: right
    }

.band {
    background: var(--wine);
    color: #f8e8dc
}

    .band h2 {
        color: #fff6e8
    }

    .band .eyebrow {
        color: var(--gold)
    }

    .band .two {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 70px
    }

    .band p {
        color: #ead5ce
    }

    .band .quote {
        font: italic 28px/1.5 Georgia,serif;
        color: var(--gold);
        border-top: 1px solid #8e5457;
        padding-top: 25px
    }

.heading-row {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 35px
}

    .heading-row p {
        max-width: 410px;
        color: var(--muted)
    }

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

.card {
    border: 1px solid var(--line);
    padding: 30px;
    background: #fffdf8;
    border-radius: 5px
}

    .card .number {
        font: italic 36px Georgia,serif;
        color: #b97646;
        display: block;
        margin-bottom: 25px
    }

    .card p {
        font-size: 16px;
        color: var(--muted);
        margin: 0
    }

.places {
    background: #f1e8da
}

.place {
    display: grid;
    grid-template-columns: 75px 250px 1fr;
    gap: 25px;
    padding: 27px 0;
    border-top: 1px solid #d6c7b7;
    align-items: start
}

    .place:last-child {
        border-bottom: 1px solid #d6c7b7
    }

    .place .number {
        font: italic 30px Georgia,serif;
        color: var(--orange)
    }

    .place h3 {
        margin: 0
    }

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

.faq {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 80px
}

details {
    border-bottom: 1px solid var(--line);
    padding: 19px 0
}

summary {
    cursor: pointer;
    font-weight: 600;
    color: var(--wine);
    padding-right: 20px
}

details p {
    padding-top: 15px;
    margin: 0;
    color: var(--muted)
}

.closing {
    text-align: center;
    padding: 50px 20px;
    border-top: 1px solid var(--line);
    background: #f5edde
}

    .closing h2 {
        font-size: 32px
    }

    .closing p {
        color: var(--muted)
    }
 
.credit {
    font-size: 12px;
    margin-top: 14px;
    color: #bba59d
}

@media(max-width:900px) {
    nav {
        gap: 14px
    }

        nav .portal {
            display: none
        }

    .intro, .faq {
        gap: 35px
    }

    .place {
        grid-template-columns: 45px 210px 1fr
    }

    .cards {
        gap: 12px
    }

    .card {
        padding: 22px
    }
}

@media(max-width:650px) {
    .top {
        font-size: 12px
    }

        .top .wrap {
            justify-content: center
        }

        .top .secondary {
            display: none
        }

    .nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 15px 0
    }

    .brand strong {
        font-size: 23px
    }

    .brand-mark {
        font-size: 32px
    }

    nav {
        width: 100%;
        justify-content: space-between;
        gap: 8px
    }

        nav a {
            font-size: 13px
        }

    header {
        position: relative
    }

    .hero {
        min-height: 560px
    }

    .hero-copy {
        padding: 65px 0
    }

    .hero:after {
        background: rgba(35,13,18,.72)
    }

    h1 {
        font-size: 52px
    }

    .section {
        padding: 55px 0
    }

    .intro, .band .two, .faq {
        grid-template-columns: 1fr;
        gap: 30px
    }

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

    .heading-row {
        display: block
    }

        .heading-row p {
            margin-top: 20px
        }

    .place {
        grid-template-columns: 35px 1fr;
        gap: 15px
    }

        .place p {
            grid-column: 2
        }

    .heritage {
        padding: 25px
    }

    footer .wrap {
        display: block
    }

        footer .wrap > div + div {
            margin-top: 20px
        }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }
}

@media print {
    header {
        position: static
    }

    nav, .top, .actions, .closing {
        display: none
    }

    .hero {
        min-height: 300px
    }

    .section {
        padding: 30px 0
    }

    .card, .heritage, details {
        break-inside: avoid
    }

    body {
        font-size: 12pt
    }
}
