:root {
    --ink: #342721;
    --maroon: #9a4f0b; /* compatibility alias for admin styles */
    --ink-soft: #5f534d;
    --muted: #766b64;
    --saffron: #e57a12;
    --saffron-deep: #ba5d08;
    --saffron-soft: #fff0d8;
    --green: #4f8666;
    --green-deep: #35684c;
    --green-soft: #eaf4ed;
    --blue: #5a91ad;
    --blue-deep: #3e718d;
    --blue-soft: #eaf4f9;
    --ivory: #fffaf2;
    --cream: #f8f1e6;
    --paper: #ffffff;
    --line: #e7ddd2;
    --line-strong: #d9cbbb;
    --red-soft: #faebe9;
    --shadow-xs: 0 6px 18px rgba(67, 46, 33, 0.05);
    --shadow-sm: 0 12px 32px rgba(67, 46, 33, 0.08);
    --shadow: 0 24px 64px rgba(67, 46, 33, 0.11);
    --radius-xs: 10px;
    --radius-sm: 14px;
    --radius: 22px;
    --radius-lg: 30px;
    --shell: min(1360px, calc(100% - 64px));
    --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
    --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--ivory);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.62;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: #f9d99f; color: var(--ink); }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
    position: absolute !important;
    width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
    position: fixed; z-index: 9999; left: 16px; top: 12px; transform: translateY(-160%);
    padding: 10px 15px; border-radius: 10px; background: var(--ink); color: #fff;
    text-decoration: none; box-shadow: var(--shadow-sm);
}
.skip-link:focus { transform: translateY(0); }

/* Header */
.site-header {
    position: sticky; top: 0; z-index: 1000;
    background: rgba(255, 250, 242, 0.93);
    border-bottom: 1px solid rgba(72, 52, 39, 0.08);
    backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.header-inner {
    min-height: 82px;
    display: flex; align-items: center; justify-content: space-between; gap: 28px;
}
.brand {
    display: inline-flex; align-items: center; gap: 12px; min-width: max-content;
    text-decoration: none;
}
.brand-mark {
    width: 54px; height: 54px; flex: 0 0 54px;
    display: grid; place-items: center;
    border-radius: 18px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(229,122,18,.18);
    box-shadow: var(--shadow-xs);
}
.brand-mark img { width: 43px; height: 43px; }
.brand-copy { display: grid; line-height: 1.02; }
.brand-copy strong {
    color: var(--ink);
    font-family: var(--serif);
    font-size: 1.48rem;
    font-weight: 700;
    letter-spacing: -0.025em;
}
.brand-copy small {
    margin-top: 6px;
    color: var(--saffron-deep);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.07em;
}
.site-nav { display: flex; align-items: center; gap: 12px; }
.site-nav a {
    position: relative;
    padding: 10px 8px;
    color: #514640;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: color .18s ease, transform .18s ease;
}
.site-nav a::after {
    content: ""; position: absolute; left: 8px; right: 8px; bottom: 2px; height: 2px;
    border-radius: 999px; background: var(--saffron); transform: scaleX(0); transform-origin: center;
    transition: transform .18s ease;
}
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.active { color: var(--ink); }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.active::after { transform: scaleX(1); }
.site-nav .nav-cta {
    margin-left: 14px;
    padding: 15px 24px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #ef941d, #d86608);
    box-shadow: 0 12px 26px rgba(213, 104, 8, .22);
}
.site-nav .nav-cta::after { display: none; }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible, .site-nav .nav-cta.active {
    color: #fff; transform: translateY(-1px);
}
.menu-toggle {
    display: none; width: 44px; height: 44px; padding: 9px;
    border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.76);
}
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--ink); }

/* Typography and common actions */
h1, h2, h3, h4 {
    margin: 0 0 .52em;
    color: var(--ink);
    font-family: var(--serif);
    font-weight: 700;
    line-height: 1.08;
    text-wrap: balance;
}
h1 { font-size: clamp(3rem, 5vw, 5rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.2rem, 3.45vw, 3.45rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.42rem, 2vw, 1.86rem); letter-spacing: -.02em; }
h4 { font-size: 1rem; }
p { margin: 0 0 1.12em; }
.lead {
    max-width: 68ch;
    color: var(--ink-soft);
    font-size: clamp(1.04rem, 1.25vw, 1.2rem);
    line-height: 1.72;
}
.eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    margin-bottom: 18px;
    color: var(--saffron-deep);
    font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 30px; height: 2px; border-radius: 9px; background: var(--saffron); }
.kicker {
    margin-bottom: 9px;
    color: var(--saffron-deep);
    font-size: .74rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase;
}
.hero-actions, .section-actions, .destination-actions {
    display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 26px;
}
.button {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 48px; padding: 11px 20px;
    border: 1px solid transparent; border-radius: 999px;
    background: linear-gradient(135deg, #ee921b, #d56708);
    color: #fff; font-weight: 780; text-decoration: none;
    box-shadow: 0 12px 28px rgba(213, 103, 8, .19);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(213, 103, 8, .24); }
.button-secondary {
    border-color: rgba(229,122,18,.33);
    background: rgba(255,255,255,.72);
    color: var(--saffron-deep);
    box-shadow: none;
}
.button-secondary:hover, .button-secondary:focus-visible { background: #fff7ea; box-shadow: none; }
.button-small { min-height: 40px; padding: 8px 14px; font-size: .88rem; }

/* Home and destination hero */
.hero {
    position: relative; isolation: isolate; overflow: hidden;
    padding: clamp(54px, 5.6vw, 82px) 0;
    background:
        linear-gradient(90deg, rgba(255,250,242,.94) 0%, rgba(255,250,242,.76) 42%, rgba(255,250,242,.30) 100%),
        url("../img/brand-journey.svg") center/cover no-repeat;
    border-bottom: 1px solid rgba(229,122,18,.12);
}
.hero::after {
    content: ""; position: absolute; inset: auto 0 0; height: 140px; z-index: -1;
    background: linear-gradient(to bottom, transparent, rgba(255,250,242,.62)); pointer-events: none;
}
.hero-grid {
    display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(430px, .9fr);
    align-items: center; gap: clamp(42px, 6vw, 82px);
}
.hero-copy { min-width: 0; }
.home-hero .hero-copy h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(3.5rem, 4.65vw, 4.7rem); }
.home-hero .hero-copy h1 span { display: block; white-space: nowrap; }
.home-hero .hero-copy .lead { max-width: 59ch; }
.hero-card {
    position: relative;
    padding: clamp(28px, 3vw, 42px);
    border: 1px solid rgba(122,95,73,.18);
    border-radius: var(--radius-lg);
    background: rgba(255,255,255,.86);
    box-shadow: var(--shadow);
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.hero-card::before {
    content: ""; position: absolute; width: 210px; height: 210px; right: -34px; top: -34px;
    border-radius: 50%; opacity: .34;
    background: radial-gradient(circle, transparent 52%, rgba(229,122,18,.18) 53%, transparent 55%),
                radial-gradient(circle, transparent 68%, rgba(90,145,173,.15) 69%, transparent 71%);
}
.hero-card > * { position: relative; }
.hero-card .symbol {
    width: 58px; height: 58px; display: grid; place-items: center;
    margin-bottom: 18px; border-radius: 18px;
    background: linear-gradient(135deg, var(--saffron-soft), var(--blue-soft));
}
.hero-card .symbol img { width: 46px; height: 46px; }
.definition-row {
    display: grid; grid-template-columns: 118px minmax(0,1fr); gap: 26px;
    padding: 23px 0; border-top: 1px solid var(--line);
}
.definition-word { display: grid; align-content: start; gap: 2px; }
.definition-word strong { font-family: var(--serif); font-size: 1.76rem; line-height: 1.1; color: var(--ink); }
.definition-word span { color: var(--saffron-deep); font-size: .88rem; font-weight: 760; }
.definition-row p { margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.62; }
.definition-row p + p { margin-top: 9px; }
.literal-meaning b { color: var(--ink); }
.definition-together {
    margin: 18px 0 0; padding: 15px 17px; border-radius: 14px;
    background: linear-gradient(135deg, var(--green-soft), var(--blue-soft));
    color: var(--ink-soft); font-size: .9rem;
}
.definition-together b { color: var(--green-deep); }
.amritsar-hero {
    background:
        linear-gradient(90deg, rgba(255,250,242,.96) 0%, rgba(255,250,242,.80) 48%, rgba(255,250,242,.38) 100%),
        url("../img/amritsar-illustration.svg") right center/58% auto no-repeat,
        linear-gradient(135deg, var(--blue-soft), var(--saffron-soft));
}
.amritsar-hero .hero-grid { grid-template-columns: minmax(0,1.08fr) minmax(380px,.72fr); }

/* Sections */
.section { padding: clamp(64px, 6vw, 92px) 0; }
.section-white { background: #fff; }
.section-tint {
    background:
        radial-gradient(circle at 8% 12%, rgba(90,145,173,.08), transparent 26%),
        radial-gradient(circle at 90% 8%, rgba(229,122,18,.08), transparent 28%),
        var(--cream);
}
.section-heading {
    display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.72fr);
    align-items: end; gap: clamp(36px, 6vw, 86px); margin-bottom: 34px;
}
.section-heading h2 { max-width: 19ch; margin-bottom: 0; }
.section-heading p { max-width: 58ch; margin: 0; color: var(--muted); }

/* Five streams */
.stream-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 16px; }
.stream-card {
    --stream: var(--saffron);
    --stream-soft: var(--saffron-soft);
    position: relative; min-width: 0; min-height: 360px;
    display: flex; flex-direction: column;
    padding: 23px 22px 21px;
    border: 1px solid color-mix(in srgb, var(--stream) 24%, var(--line));
    border-radius: 20px;
    background: linear-gradient(145deg, #fff 0%, color-mix(in srgb, var(--stream-soft) 68%, #fff) 100%);
    box-shadow: var(--shadow-xs);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.stream-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: color-mix(in srgb, var(--stream) 46%, var(--line)); }
.stream-card-active { box-shadow: 0 18px 46px rgba(53,104,76,.12); }
.stream-card-wide { grid-column: auto; }
.stream-sadhana { --stream: var(--green); --stream-soft: var(--green-soft); }
.stream-satkara { --stream: var(--saffron); --stream-soft: var(--saffron-soft); }
.stream-svadhyaya { --stream: var(--blue); --stream-soft: var(--blue-soft); }
.stream-seva { --stream: #609678; --stream-soft: #edf6ef; }
.stream-sattva { --stream: #e8781a; --stream-soft: #fff0df; }
.stream-card-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 22px; }
.stream-index {
    width: 38px; height: 38px; display: grid; place-items: center;
    border-radius: 12px; background: color-mix(in srgb, var(--stream-soft) 88%, #fff);
    color: color-mix(in srgb, var(--stream) 82%, #342721); font-family: var(--serif); font-weight: 780;
}
.stream-status {
    padding: 6px 9px; border-radius: 999px;
    background: rgba(91,80,70,.08); color: #75675d;
    font-size: .63rem; font-weight: 820; letter-spacing: .06em; text-transform: uppercase;
}
.stream-status-active { background: var(--green-soft); color: var(--green-deep); }
.stream-icon { width: 47px; height: 47px; margin-bottom: 16px; color: var(--stream); }
.stream-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.stream-card h3 { margin-bottom: 5px; color: color-mix(in srgb, var(--stream) 70%, var(--ink)); font-size: 1.8rem; }
.stream-card h4 {
    margin: 0 0 15px; color: color-mix(in srgb, var(--stream) 83%, #56341c);
    font-family: var(--sans); font-size: .73rem; font-weight: 850; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase;
}
.stream-card p { margin-bottom: 18px; color: var(--muted); font-size: .91rem; line-height: 1.56; }
.stream-card .card-link { margin-top: auto; color: color-mix(in srgb, var(--stream) 78%, var(--ink)); }

/* Destination feature */
.destination-card {
    display: grid; grid-template-columns: minmax(0,1.18fr) minmax(380px,.82fr);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: var(--shadow);
}
.destination-copy { align-self: center; padding: clamp(38px, 4.5vw, 64px); }
.destination-copy h3 { margin-top: 14px; font-size: clamp(2.55rem, 4vw, 3.75rem); }
.destination-copy p { max-width: 64ch; color: var(--muted); font-size: 1.02rem; }
.destination-status {
    display: inline-flex; padding: 7px 11px; border-radius: 999px;
    background: var(--green-soft); color: var(--green-deep);
    font-size: .68rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase;
}
.destination-facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.destination-facts li {
    padding: 8px 11px; border-radius: 999px; background: #fbf5eb; color: #62554d;
    font-size: .76rem; font-weight: 720;
}
.destination-art {
    min-height: 420px; position: relative; overflow: hidden;
    background: linear-gradient(135deg, var(--blue-soft), var(--saffron-soft));
}
.destination-art::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.18), transparent 28%); pointer-events: none;
}
.destination-art img { width: 100%; height: 100%; object-fit: cover; }

/* Journey listings */
.journey-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.journey-card {
    position: relative; display: flex; flex-direction: column; overflow: hidden;
    border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-xs);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.journey-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: rgba(229,122,18,.30); }
.journey-card-top { padding: 27px 27px 18px; }
.journey-number { color: var(--saffron-deep); font-family: var(--serif); font-size: .82rem; font-weight: 760; }
.journey-card h3 { margin: 11px 0 8px; }
.journey-card h3 a { text-decoration: none; }
.journey-duration { color: var(--green-deep); font-size: .88rem; font-weight: 780; }
.journey-card p { color: var(--muted); }
.journey-card-bottom { display: grid; align-content: end; gap: 4px; margin-top: auto; padding: 18px 27px 25px; border-top: 1px solid var(--line); }
.card-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: 17px 0 0; padding: 0; list-style: none; }
.card-meta li { padding: 6px 9px; border-radius: 999px; background: var(--blue-soft); color: var(--blue-deep); font-size: .7rem; font-weight: 700; }
.card-link {
    display: inline-flex; align-items: center; gap: 7px; width: max-content;
    color: var(--saffron-deep); font-size: .86rem; font-weight: 790; text-decoration: none;
}
.card-link::after { content: "→"; transition: transform .18s ease; }
.card-link:hover::after { transform: translateX(3px); }
.status-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 12px; }
.status-badge {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 6px 10px; border-radius: 999px;
    font-size: .68rem; font-weight: 820; letter-spacing: .04em; text-transform: uppercase;
}
.status-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.status-available { color: #27603b; background: var(--green-soft); }
.status-request { color: #775013; background: var(--saffron-soft); }
.status-full { color: #8b332e; background: var(--red-soft); }
.status-unavailable, .status-hidden { color: #4c5961; background: var(--blue-soft); }
.status-note { color: var(--muted); font-size: .76rem; }
.featured-card { border-color: rgba(229,122,18,.42); }
.featured-ribbon {
    padding: 9px 14px; background: linear-gradient(90deg, #ef941d, #d96a0a); color: #fff;
    font-size: .67rem; font-weight: 830; letter-spacing: .07em; text-align: center; text-transform: uppercase;
}

/* Feature cards and callouts */
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.feature-grid-three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.feature-card {
    padding: 27px; border: 1px solid var(--line); border-radius: 19px;
    background: rgba(255,255,255,.92); box-shadow: var(--shadow-xs);
}
.feature-icon {
    width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 20px;
    border-radius: 15px; background: linear-gradient(135deg, var(--saffron-soft), var(--green-soft));
    color: var(--saffron-deep); font-family: var(--serif); font-weight: 780;
}
.feature-card p { margin-bottom: 0; color: var(--muted); }
.callout {
    display: grid; grid-template-columns: minmax(0,1.3fr) minmax(280px,.7fr); align-items: center; gap: 42px;
    padding: clamp(36px, 4.8vw, 62px);
    border: 1px solid rgba(79,134,102,.20); border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 85% 10%, rgba(90,145,173,.18), transparent 32%),
        linear-gradient(135deg, #edf6ef, #eef7fb 54%, #fff4e3);
    box-shadow: var(--shadow-sm);
}
.callout h2, .callout h3 { max-width: 18ch; color: var(--ink); }
.callout p { max-width: 65ch; margin-bottom: 0; color: var(--ink-soft); }
.callout .section-actions { justify-content: flex-end; margin: 0; }
.callout .button { color: #fff; }
.callout .button-secondary { border-color: rgba(229,122,18,.32); background: rgba(255,255,255,.75); color: var(--saffron-deep); }
.callout-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.callout-list li { position: relative; padding-left: 25px; color: var(--ink-soft); }
.callout-list li::before { content: "✦"; position: absolute; left: 0; color: var(--saffron); }

/* Interior page heroes */
.page-hero {
    position: relative; overflow: hidden;
    padding: clamp(56px, 6vw, 88px) 0;
    background:
        linear-gradient(90deg, rgba(255,250,242,.96), rgba(255,250,242,.82)),
        url("../img/brand-journey.svg") right center/cover no-repeat;
    border-bottom: 1px solid rgba(229,122,18,.10);
}
.page-hero h1 { max-width: 21ch; font-size: clamp(2.8rem, 4.5vw, 4.45rem); }
.page-hero .lead { max-width: 76ch; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; color: #887c73; font-size: .76rem; }
.breadcrumbs a { color: var(--saffron-deep); text-decoration: none; }

/* Journey details */
.journey-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 46px; align-items: start; }
.journey-summary-box {
    padding: 28px; border: 1px solid var(--line); border-radius: 20px;
    background: rgba(255,255,255,.88); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px);
}
.summary-list { display: grid; margin: 0; padding: 0; list-style: none; }
.summary-list li { display: grid; grid-template-columns: 112px minmax(0,1fr); gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.summary-list li:last-child { border-bottom: 0; }
.summary-list strong { color: var(--saffron-deep); font-size: .78rem; }
.summary-list span { color: var(--ink-soft); }
.two-column { display: grid; grid-template-columns: minmax(0,1fr) 360px; align-items: start; gap: 42px; }
.sticky-side { position: sticky; top: 104px; }
.content-card {
    padding: clamp(28px, 4vw, 44px); border: 1px solid var(--line); border-radius: 20px;
    background: #fff; box-shadow: var(--shadow-xs);
}
.clean-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.clean-list li { position: relative; padding-left: 25px; }
.clean-list li::before { content: "◆"; position: absolute; left: 0; top: .08em; color: var(--saffron); font-size: .72rem; }
.note-box {
    margin-top: 24px; padding: 17px 18px; border-left: 3px solid var(--saffron); border-radius: 0 12px 12px 0;
    background: #fff6e7; color: var(--ink-soft);
}
.itinerary { display: grid; gap: 13px; }
.day-card { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: var(--shadow-xs); }
.day-card summary {
    display: grid; grid-template-columns: 70px minmax(0,1fr) 42px; align-items: center; gap: 18px;
    padding: 20px 22px; list-style: none; cursor: pointer;
}
.day-card summary::-webkit-details-marker { display: none; }
.day-index {
    width: 54px; height: 54px; display: grid; place-items: center;
    border-radius: 15px; background: linear-gradient(135deg, var(--saffron-soft), var(--green-soft));
    color: var(--saffron-deep); font-family: var(--serif); font-weight: 780;
}
.day-card summary h3 { margin: 0 0 4px; font-size: 1.18rem; }
.day-theme { color: var(--muted); font-size: .84rem; }
.day-toggle {
    width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%;
    background: var(--blue-soft); color: var(--blue-deep); font-size: 1.35rem; transition: transform .18s ease;
}
.day-card[open] .day-toggle { transform: rotate(45deg); }
.day-content { padding: 0 22px 24px 110px; }
.day-content ul { margin-top: 0; }
.day-meta { display: grid; gap: 7px; margin-top: 18px; padding: 15px 17px; border-radius: 13px; background: var(--cream); color: var(--ink-soft); font-size: .84rem; }
.day-meta strong { color: var(--green-deep); }

/* Comparison table */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-xs); }
.compare-table { width: 100%; min-width: 960px; border-collapse: collapse; }
.compare-table th, .compare-table td { padding: 13px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare-table th:last-child, .compare-table td:last-child { border-right: 0; }
.compare-table tr:last-child td { border-bottom: 0; }
.compare-table thead th { background: #355f68; color: #fff; font-size: .79rem; }
.compare-table tbody th { min-width: 210px; background: #fff7e9; color: var(--saffron-deep); }
.compare-table td { color: var(--ink-soft); font-size: .82rem; }

/* Forms */
.form-layout { display: grid; grid-template-columns: minmax(0,1fr) 360px; align-items: start; gap: 42px; }
.form-card { padding: clamp(28px, 4vw, 44px); border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.form-field { display: grid; gap: 8px; }
.form-field.full { grid-column: 1 / -1; }
label { color: var(--ink); font-size: .84rem; font-weight: 750; }
input, select, textarea {
    width: 100%; min-height: 48px; padding: 11px 13px;
    border: 1px solid var(--line-strong); border-radius: 12px;
    background: #fffdf8; color: var(--ink); outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
textarea { min-height: 145px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(90,145,173,.13); background: #fff; }
.help-text { color: var(--muted); font-size: .77rem; }
.checkbox-row { display: flex; align-items: flex-start; gap: 10px; }
.checkbox-row input { width: auto; min-height: auto; margin-top: 5px; }
.alert { margin-bottom: 20px; padding: 14px 16px; border-radius: 12px; }
.alert-success { background: var(--green-soft); color: #26563a; }
.alert-error { background: var(--red-soft); color: #7b2e2b; }
.error-list { margin: 0; padding-left: 20px; }
.sidebar-box { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-xs); }
.sidebar-box + .sidebar-box { margin-top: 18px; }
.sidebar-box p:last-child { margin-bottom: 0; }
.sidebar-box ul { padding-left: 20px; }
.form-section-heading { margin-top: 10px; padding-top: 24px; border-top: 1px solid var(--line); }
.form-section-heading h2 { margin: 0 0 6px; font-size: 1.62rem; }
.form-section-heading p { margin: 0; color: var(--muted); }
.count-field label { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.count-field label span { color: var(--muted); font-size: .74rem; font-weight: 500; }
.guidance-note { padding: 15px 17px; border-radius: 13px; background: linear-gradient(135deg, var(--green-soft), var(--blue-soft)); color: var(--ink-soft); }

/* Prose and empty states */
.prose { max-width: 860px; }
.prose h2 { margin-top: 1.45em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.5em; }
.prose ul { padding-left: 22px; }
.prose blockquote { margin: 28px 0 0; padding: 20px 22px; border-left: 3px solid var(--saffron); border-radius: 0 14px 14px 0; background: #fff5e5; color: var(--ink-soft); }
.empty-state { padding: clamp(48px, 7vw, 90px); border: 1px dashed var(--line-strong); border-radius: 22px; background: rgba(255,255,255,.74); text-align: center; }

/* Footer */
.site-footer {
    padding: 64px 0 24px;
    background: linear-gradient(135deg, #24454e, #315f61 56%, #3d6557);
    color: rgba(255,255,255,.76);
}
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3,1fr); gap: 40px; }
.site-footer h2 { margin-bottom: 15px; color: #fff; font-family: var(--sans); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer a { display: block; margin: 8px 0; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.brand-footer { margin-bottom: 18px; }
.brand-footer .brand-mark { background: rgba(255,255,255,.96); }
.brand-footer .brand-copy strong { color: #fff; }
.brand-footer .brand-copy small { color: #f6c778; letter-spacing: 0; }
.footer-small { color: rgba(255,255,255,.57); font-size: .77rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.55); font-size: .76rem; }
.floating-contact {
    position: fixed; right: 18px; bottom: 18px; z-index: 900;
    width: 48px; height: 48px; display: grid; place-items: center;
    border-radius: 50%; background: var(--green-deep); color: #fff; font-size: .72rem; font-weight: 840; text-decoration: none;
    box-shadow: 0 15px 34px rgba(36,69,78,.24);
}

/* Responsive */
@media (max-width: 1240px) {
    :root { --shell: min(1180px, calc(100% - 48px)); }
    .hero-grid { grid-template-columns: minmax(0,1fr) minmax(390px,.88fr); gap: 42px; }
    .stream-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .stream-card { min-height: 320px; }
    .stream-card-wide { grid-column: span 2; }
    .journey-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 980px) {
    :root { --shell: min(900px, calc(100% - 40px)); }
    .header-inner { min-height: 74px; }
    .brand-mark { width: 48px; height: 48px; flex-basis: 48px; border-radius: 15px; }
    .brand-mark img { width: 39px; height: 39px; }
    .brand-copy strong { font-size: 1.3rem; }
    .menu-toggle { display: block; }
    .site-nav {
        position: absolute; top: calc(100% + 8px); left: 20px; right: 20px;
        display: none; align-items: stretch; flex-direction: column; gap: 3px;
        padding: 14px; border: 1px solid var(--line); border-radius: 18px;
        background: rgba(255,250,242,.98); box-shadow: var(--shadow);
    }
    .site-nav.open { display: flex; }
    .site-nav a { padding: 13px 14px; border-radius: 12px; }
    .site-nav a::after { display: none; }
    .site-nav a:hover, .site-nav a:focus-visible, .site-nav a.active { background: var(--saffron-soft); }
    .site-nav .nav-cta { margin: 6px 0 0; text-align: center; }
    .hero { padding: 52px 0 62px; }
    .hero-grid, .amritsar-hero .hero-grid { grid-template-columns: 1fr; gap: 34px; }
    .home-hero .hero-copy h1 { max-width: 760px; }
    .hero-card { max-width: 720px; }
    .section-heading { grid-template-columns: 1fr; align-items: start; gap: 16px; margin-bottom: 30px; }
    .section-heading h2 { max-width: 24ch; }
    .stream-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .stream-card-wide { grid-column: auto; }
    .destination-card { grid-template-columns: 1fr; }
    .destination-art { min-height: 340px; order: -1; }
    .feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .feature-grid-three { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .callout { grid-template-columns: 1fr; gap: 24px; }
    .callout .section-actions { justify-content: flex-start; }
    .journey-hero-grid, .two-column, .form-layout { grid-template-columns: 1fr; }
    .sticky-side { position: static; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 680px) {
    :root { --shell: calc(100% - 30px); }
    body { font-size: 15px; }
    .header-inner { min-height: 68px; }
    .brand { gap: 9px; }
    .brand-mark { width: 43px; height: 43px; flex-basis: 43px; border-radius: 14px; }
    .brand-mark img { width: 35px; height: 35px; }
    .brand-copy strong { font-size: 1.12rem; }
    .brand-copy small { margin-top: 4px; font-size: .65rem; }
    .hero { padding: 38px 0 46px; background-position: 62% center; }
    h1 { font-size: clamp(2.45rem, 10.8vw, 3.05rem); }
    h2 { font-size: clamp(2rem, 9.6vw, 2.7rem); }
    .home-hero .hero-copy h1 { max-width: none; margin-bottom: 20px; font-size: clamp(2.45rem, 10.8vw, 2.9rem); line-height: 1.04; }
    .home-hero .hero-copy h1 span { display: inline; white-space: normal; }
    .home-hero .hero-copy h1 span:not(:last-child)::after { content: " "; }
    .eyebrow { margin-bottom: 14px; font-size: .68rem; }
    .hero-actions, .section-actions, .destination-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .button, .section-actions .button, .destination-actions .button { width: 100%; }
    .hero-card { padding: 24px 20px; border-radius: 22px; }
    .definition-row { grid-template-columns: 1fr; gap: 10px; padding: 20px 0; }
    .definition-word { grid-template-columns: max-content max-content; align-items: baseline; gap: 10px; }
    .definition-word strong { font-size: 1.55rem; }
    .section { padding: 54px 0; }
    .section-heading { margin-bottom: 24px; }
    .stream-grid { grid-template-columns: 1fr; gap: 12px; }
    .stream-card { min-height: 0; padding: 20px; }
    .stream-card-top { margin-bottom: 14px; }
    .stream-icon { width: 40px; height: 40px; margin-bottom: 10px; }
    .stream-card h3 { font-size: 1.55rem; }
    .stream-card p { margin-bottom: 12px; }
    .destination-card { border-radius: 22px; }
    .destination-copy { padding: 28px 22px 32px; }
    .destination-art { min-height: 250px; }
    .destination-facts { display: grid; grid-template-columns: 1fr; }
    .journey-grid, .feature-grid, .feature-grid-three { grid-template-columns: 1fr; }
    .journey-card-top, .journey-card-bottom { padding-left: 22px; padding-right: 22px; }
    .page-hero { padding: 46px 0 52px; }
    .page-hero h1 { font-size: clamp(2.5rem, 11vw, 3.35rem); }
    .journey-summary-box, .content-card, .form-card { padding: 23px 20px; }
    .summary-list li { grid-template-columns: 1fr; gap: 3px; }
    .day-card summary { grid-template-columns: 48px minmax(0,1fr) 34px; gap: 12px; padding: 17px 15px; }
    .day-index { width: 44px; height: 44px; border-radius: 12px; }
    .day-content { padding: 0 17px 20px 17px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-field.full { grid-column: auto; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Version 9 – Sapta Sindhu / seven streams homepage */
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ink);
    font-weight: 700;
    text-decoration: none;
}
.text-link span { transition: transform .18s ease; }
.text-link:hover span, .text-link:focus-visible span { transform: translateX(4px); }

.home-v9 .v9-hero {
    position: relative;
    padding: clamp(42px, 5vw, 72px) 0 30px;
    background:
        radial-gradient(circle at top left, rgba(232, 244, 237, .85), transparent 36%),
        linear-gradient(180deg, #fffdf9 0%, #faf4eb 100%);
    overflow: hidden;
}
.home-v9 .v9-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(229,122,18,.04) 36%, transparent 65%);
    pointer-events: none;
}
.v9-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
    gap: clamp(30px, 4vw, 58px);
    align-items: center;
}
.v9-hero-copy { position: relative; z-index: 1; }
.v9-hero-copy h1 {
    max-width: none;
    font-size: clamp(3.15rem, 4.35vw, 4.75rem);
    line-height: 1.02;
    letter-spacing: -.048em;
    color: #23452e;
    margin-bottom: 24px;
}
.v9-hero-copy h1 span { display: block; }
.v9-hero-copy .lead {
    max-width: 32rem;
    font-size: clamp(1rem, 1.2vw, 1.12rem);
}
.v9-hero-art {
    justify-self: end;
    width: min(100%, 760px);
    border-radius: 34px;
    overflow: hidden;
    border: 1px solid rgba(201, 171, 133, .5);
    box-shadow: 0 28px 58px rgba(65, 48, 30, .12);
    background: #fff;
}
.v9-hero-art img {
    width: 100%;
    aspect-ratio: 5 / 2;
    object-fit: cover;
}

.v9-rivers-section { padding-top: 6px; }
.v9-rivers-band {
    padding: 18px 22px 20px;
    border: 1px solid rgba(219, 189, 155, .8);
    border-radius: 24px;
    background: linear-gradient(180deg, #fffdf9 0%, #fff8ef 100%);
    box-shadow: var(--shadow-xs);
}
.v9-rivers-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 14px;
    color: var(--saffron-deep);
    font-size: .88rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.v9-rivers-title span {
    height: 1px;
    flex: 1 1 auto;
    max-width: 120px;
    background: linear-gradient(90deg, transparent, rgba(229,122,18,.45), transparent);
}
.v9-rivers-list {
    display: grid;
    grid-template-columns: repeat(7, minmax(0,1fr));
    gap: 10px;
}
.v9-rivers-list .river {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 8px;
    border-right: 1px solid rgba(216, 201, 182, .75);
    text-align: center;
    font-size: 1rem;
}
.v9-rivers-list .river:last-child { border-right: none; }
.v9-rivers-list svg { width: 32px; height: 16px; fill: none; stroke-width: 2.25; }
.v9-rivers-list strong { font-family: var(--serif); font-size: 1.05rem; font-weight: 700; }
.river-1 { color: #1662b6; } .river-1 svg { stroke: #1662b6; }
.river-2 { color: #2d7d4c; } .river-2 svg { stroke: #2d7d4c; }
.river-3 { color: #2f89b6; } .river-3 svg { stroke: #2f89b6; }
.river-4 { color: #dd7c12; } .river-4 svg { stroke: #dd7c12; }
.river-5 { color: #7c4fa2; } .river-5 svg { stroke: #7c4fa2; }
.river-6 { color: #1e8f89; } .river-6 svg { stroke: #1e8f89; }
.river-7 { color: #c55d29; } .river-7 svg { stroke: #c55d29; }
.v9-rivers-copy {
    margin: 14px auto 0;
    max-width: 72ch;
    color: var(--muted);
    text-align: center;
    font-size: .95rem;
}

.v9-streams-wrap { padding-top: 34px; }
.v9-streams-heading h2 { font-size: clamp(2rem, 3vw, 3rem); }
.v9-streams-layout {
    display: grid;
    grid-template-columns: minmax(285px, 320px) minmax(0, 1fr);
    align-items: start;
    gap: clamp(22px, 2.4vw, 36px);
}
.v9-mascot-panel {
    position: sticky;
    top: 92px;
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    min-width: 0;
    margin: 0;
    padding: 18px 16px 16px 12px;
    overflow: visible;
    border: 1px solid rgba(215, 198, 175, .82);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255,250,242,.96), rgba(237,246,239,.92));
    box-shadow: var(--shadow-xs);
}
.v9-mascot {
    grid-column: 1;
    width: 100%;
    max-width: 132px;
    margin: 0;
    align-self: start;
}
.v9-mascot-bubble {
    position: relative;
    grid-column: 2;
    align-self: start;
    min-width: 0;
    max-width: none;
    margin-top: 18px;
    padding: 16px 15px;
    border: 1px solid rgba(207, 170, 124, .8);
    border-radius: 18px;
    background: rgba(255,255,255,.98);
    box-shadow: var(--shadow-xs);
}
.v9-mascot-bubble::after {
    content: "";
    position: absolute;
    left: -9px;
    top: 28px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-left: 1px solid rgba(207, 170, 124, .8);
    border-bottom: 1px solid rgba(207, 170, 124, .8);
    transform: rotate(45deg);
}
.v9-mascot-bubble p {
    margin: 0;
    color: var(--ink-soft);
    font-size: .91rem;
    line-height: 1.52;
}
.v9-streams-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 14px;
    align-items: stretch;
}
.v9-stream-card {
    min-width: 0;
    padding: 17px 15px 19px;
    border-radius: 24px;
    border: 1px solid rgba(215, 198, 175, .9);
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,249,241,.96));
    box-shadow: var(--shadow-xs);
    cursor: default;
}
.v9-stream-card:focus-within {
    border-color: rgba(222, 151, 65, .8);
    box-shadow: 0 14px 32px rgba(65,48,30,.08);
}
.v9-stream-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 16px;
}
.v9-stream-index {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #f5e4c4;
    color: var(--saffron-deep);
    font-weight: 800;
}
.v9-stream-status {
    max-width: 94px;
    padding: 7px 9px;
    border-radius: 999px;
    font-size: .66rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .045em;
    text-align: center;
    text-transform: uppercase;
}
.status-active { background: #e7f3ea; color: #2e7448; }
.status-partial { background: #fff1da; color: #a65d09; }
.status-vision { background: #f2ede7; color: #766a62; }
.v9-stream-icon {
    width: 46px;
    height: 46px;
    color: var(--saffron-deep);
    margin-bottom: 12px;
}
.v9-stream-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.v9-stream-card h3 {
    margin-bottom: 4px;
    color: #23452e;
    font-size: 1.58rem;
}
.v9-stream-card h4 {
    margin-bottom: 10px;
    color: var(--saffron-deep);
    font-size: .78rem;
    line-height: 1.35;
    font-family: var(--sans);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.v9-stream-card p {
    margin-bottom: 0;
    color: var(--ink-soft);
    font-size: .96rem;
    line-height: 1.6;
}
.v9-stream-card .card-link { display: inline-flex; margin-top: 14px; }
.stream-sattva .v9-stream-icon, .stream-sattva h4 { color: #d1730b; }
.stream-sanskriti .v9-stream-icon, .stream-sanskriti h4 { color: #2c7b4a; }
.stream-sangama .v9-stream-icon, .stream-sangama h4 { color: #3578b8; }
.stream-satkara .v9-stream-icon, .stream-satkara h4 { color: #cf7a1e; }
.stream-svadhyaya .v9-stream-icon, .stream-svadhyaya h4 { color: #406fb0; }
.stream-seva .v9-stream-icon, .stream-seva h4 { color: #427f61; }
.stream-sadhana .v9-stream-icon, .stream-sadhana h4 { color: #d96b27; }
.v9-sangama-note {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    padding: 18px 20px;
    border-top: 1px solid var(--line);
    color: var(--muted);
}
.v9-sangama-note strong { color: var(--ink); }
.v9-sangama-note span {
    padding: 7px 12px;
    border-radius: 999px;
    background: #fff8ef;
    border: 1px solid rgba(222, 196, 163, .8);
    font-size: .9rem;
}

.v9-stop-section { padding-top: 40px; }
.v9-stop-card {
    display: grid;
    grid-template-columns: minmax(0,.88fr) minmax(360px,.92fr);
    overflow: hidden;
    border: 1px solid rgba(215, 198, 175, .9);
    border-radius: 32px;
    background: linear-gradient(180deg, #fffdfa 0%, #fff8f0 100%);
    box-shadow: var(--shadow-sm);
}
.v9-stop-copy {
    padding: clamp(28px, 3vw, 40px);
}
.v9-stop-copy h2 {
    font-size: clamp(2.4rem, 3.2vw, 3.6rem);
    color: #24462e;
    margin-bottom: 16px;
}
.v9-stop-copy p {
    max-width: 38rem;
    color: var(--ink-soft);
    font-size: 1.04rem;
}
.v9-stop-copy .v9-stop-planning {
    margin-top: 18px;
    padding: 15px 17px;
    border-left: 3px solid var(--saffron);
    border-radius: 0 14px 14px 0;
    background: rgba(255, 240, 216, .68);
    font-size: 1rem;
    line-height: 1.65;
}
.v9-stop-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.v9-stop-highlights li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #fffaf3;
    border: 1px solid rgba(222, 196, 163, .9);
    color: var(--ink);
    font-weight: 600;
}
.v9-stop-highlights li::before {
    content: "✦";
    color: var(--saffron);
    font-size: .82rem;
}
.v9-stop-image {
    min-height: 100%;
    background: #6d2417;
}
.v9-stop-image img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
}

.river-inline-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}
.river-inline-list span {
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff8ef;
    border: 1px solid rgba(222, 196, 163, .9);
    color: var(--ink);
    font-weight: 600;
    font-size: .92rem;
}

@media (max-width: 1280px) {
    .v9-streams-layout { grid-template-columns: minmax(260px, 290px) minmax(0, 1fr); }
    .v9-mascot-panel { grid-template-columns: 118px minmax(0, 1fr); }
    .v9-mascot { max-width: 118px; }
    .v9-streams-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 1180px) {
    .v9-stop-card { grid-template-columns: 1fr; }
    .v9-stop-image { order: -1; }
}
@media (max-width: 980px) {
    .v9-hero-grid { grid-template-columns: 1fr; }
    .v9-hero-copy h1 { max-width: none; }
    .v9-rivers-list { grid-template-columns: repeat(4, minmax(0,1fr)); }
    .v9-rivers-list .river:nth-child(4n) { border-right: none; }
    .v9-rivers-list .river:nth-child(1),
    .v9-rivers-list .river:nth-child(2),
    .v9-rivers-list .river:nth-child(3),
    .v9-rivers-list .river:nth-child(4) { border-bottom: 1px solid rgba(216, 201, 182, .75); }
    .v9-streams-layout { grid-template-columns: minmax(215px, 240px) minmax(0, 1fr); gap: 20px; }
    .v9-mascot-panel { grid-template-columns: 92px minmax(0,1fr); gap: 10px; padding: 14px 12px 14px 9px; }
    .v9-mascot { max-width: 92px; }
    .v9-mascot-bubble { margin-top: 10px; padding: 14px 13px; }
    .v9-mascot-bubble p { font-size: .86rem; }
    .v9-streams-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 700px) {
    .home-v9 .v9-hero { padding-top: 24px; }
    .v9-hero-copy h1 { max-width: 100%; font-size: clamp(2.8rem, 10vw, 4rem); }
    .v9-hero-art { border-radius: 24px; }
    .v9-rivers-band { padding-inline: 14px; }
    .v9-rivers-title { gap: 10px; font-size: .78rem; }
    .v9-rivers-title span { max-width: 40px; }
    .v9-rivers-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .v9-rivers-list .river { border-right: 1px solid rgba(216, 201, 182, .75); border-bottom: 1px solid rgba(216, 201, 182, .75); }
    .v9-rivers-list .river:nth-child(2n) { border-right: none; }
    .v9-rivers-list .river:nth-last-child(-n+1) { border-bottom: none; }
    .v9-rivers-list .river:nth-last-child(-n+2) { border-bottom: none; }
    .v9-streams-layout { grid-template-columns: 1fr; }
    .v9-mascot-panel {
        position: relative;
        top: auto;
        grid-template-columns: 96px minmax(0,1fr);
        gap: 14px;
        padding: 14px 14px 12px 10px;
    }
    .v9-mascot { max-width: 96px; }
    .v9-mascot-bubble { margin-top: 8px; padding: 15px 16px; }
    .v9-mascot-bubble::after { left: -9px; top: 26px; transform: rotate(45deg); }
    .v9-streams-grid { grid-template-columns: 1fr; }
    .v9-stream-card { padding: 15px 14px 16px; }
    .v9-stop-copy { padding: 24px 18px 26px; }
    .v9-stop-copy h2 { font-size: clamp(2rem, 8vw, 2.7rem); }
    .v9-stop-highlights { gap: 8px; }
    .v9-stop-highlights li { width: 100%; justify-content: flex-start; }
}


/* Version 9.01 – home and About hotfix */
.about-hero-v901 { padding: clamp(48px, 5vw, 78px) 0; }
.about-hero-grid-v901 {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
    align-items: center;
    gap: clamp(34px, 5vw, 72px);
}
.about-hero-copy-v901 h1 { max-width: 15ch; font-size: clamp(3rem, 4.4vw, 4.75rem); }
.about-hero-copy-v901 .lead { max-width: 58ch; font-size: clamp(1.08rem, 1.35vw, 1.24rem); }
.about-hero-image-v901,
.about-visual-card-v901 {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(215,198,175,.9);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}
.about-hero-image-v901 img { width: 100%; aspect-ratio: 5 / 2; object-fit: cover; }
.about-hero-image-v901 figcaption,
.about-visual-card-v901 figcaption { padding: 15px 18px; color: var(--ink-soft); font-size: .93rem; line-height: 1.55; }
.about-story-section-v901 { padding-top: 46px; }
.about-story-layout-v901 {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
    align-items: start;
    gap: 34px;
}
.about-prose-v901 { max-width: none; padding: clamp(30px, 4vw, 50px); font-size: 1.08rem; line-height: 1.82; }
.about-prose-v901 h2 { font-size: clamp(2rem, 3vw, 2.85rem); }
.about-prose-v901 blockquote { font-size: 1.12rem; }
.about-visual-stack-v901 { display: grid; gap: 24px; }
.about-mascot-card-v901 { display: grid; grid-template-columns: minmax(125px, .55fr) minmax(0, 1fr); align-items: center; padding: 22px 22px 0; background: linear-gradient(135deg, #fffaf2, #edf6ef); }
.about-mascot-card-v901 img { width: 100%; max-height: 340px; object-fit: contain; align-self: end; }
.about-mascot-card-v901 figcaption { padding: 20px 12px 22px 22px; font-size: 1rem; }
.about-amritsar-card-v901 img { width: 100%; aspect-ratio: 16 / 7; object-fit: cover; }
.about-streams-heading-v901 p { max-width: 62ch; font-size: 1.06rem; }
.about-stream-grid-v901 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.about-stream-item-v901 {
    min-height: 190px;
    padding: 22px;
    border: 1px solid rgba(215,198,175,.9);
    border-radius: 20px;
    background: rgba(255,255,255,.9);
    box-shadow: var(--shadow-xs);
}
.about-stream-item-v901 > span { color: var(--saffron-deep); font-size: .76rem; font-weight: 850; letter-spacing: .12em; }
.about-stream-item-v901 h3 { margin: 12px 0 9px; color: #24462e; font-size: 1.6rem; }
.about-stream-item-v901 p { margin: 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.62; }
.about-active-panel-v902 {
    margin-top: 24px;
    padding: clamp(26px, 3.2vw, 42px);
    border: 1px solid rgba(79,134,102,.24);
    border-radius: 26px;
    background: linear-gradient(135deg, #edf6ef, #eef7fb 62%, #fff6e8);
    box-shadow: var(--shadow-xs);
}
.about-active-intro-v902 {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(280px, 1.28fr);
    align-items: end;
    gap: 28px;
    margin-bottom: 24px;
}
.about-active-intro-v902 h3 {
    margin: 6px 0 0;
    max-width: 24ch;
    color: #2d211b;
    font-size: clamp(2rem, 3vw, 3rem);
}
.about-active-intro-v902 p {
    max-width: 58ch;
    margin: 0;
    color: var(--ink-soft);
    font-size: 1.04rem;
    line-height: 1.7;
}
.about-active-grid-v902 {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    gap: 18px;
}
.about-live-card-v902 {
    display: flex;
    min-height: 290px;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid rgba(215,198,175,.88);
    border-radius: 22px;
    background: rgba(255,255,255,.88);
    box-shadow: var(--shadow-xs);
}
.about-live-card-sadhana-v902 {
    background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,247,235,.92));
}
.about-live-label-v902 {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--saffron-deep);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.about-live-card-v902 h4 {
    margin: 0 0 12px;
    color: #24462e;
    font-family: var(--serif);
    font-size: clamp(1.65rem, 2.3vw, 2.25rem);
    line-height: 1.15;
}
.about-live-card-v902 p {
    margin: 0 0 22px;
    color: var(--ink-soft);
    font-size: 1.02rem;
    line-height: 1.7;
}
.about-live-card-v902 .button { margin-top: auto; }
.about-active-note-v902 {
    margin: 22px 2px 0;
    color: var(--ink-soft);
    font-size: .98rem;
    line-height: 1.65;
}

@media (max-width: 980px) {
    .about-hero-grid-v901,
    .about-story-layout-v901 { grid-template-columns: 1fr; }
    .about-hero-image-v901 { max-width: 760px; }
    .about-stream-grid-v901 { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .about-active-intro-v902 { grid-template-columns: 1fr; align-items: start; }
}
@media (max-width: 820px) {
    .about-active-grid-v902 { grid-template-columns: 1fr; }
    .about-live-card-v902 { min-height: auto; }
}
@media (max-width: 700px) {
    .about-hero-copy-v901 h1 { font-size: clamp(2.65rem, 11vw, 3.5rem); }
    .about-mascot-card-v901 { grid-template-columns: 110px minmax(0,1fr); padding: 16px 16px 0; }
    .about-mascot-card-v901 figcaption { padding: 14px 4px 18px 14px; }
    .about-stream-grid-v901 { grid-template-columns: 1fr; }
    .about-stream-item-v901 { min-height: auto; }
    .about-active-intro-v902,
    .about-active-grid-v902 { grid-template-columns: 1fr; }
    .about-live-card-v902 { min-height: auto; }
    .about-active-panel-v902 { padding: 24px 20px; }
}

/* Version 9.03 – journey navigation dropdown */
.nav-dropdown {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
}
.nav-dropdown-head {
    display: flex;
    align-items: center;
}
.nav-dropdown-head > a { padding-right: 4px; }
.nav-dropdown-toggle {
    width: 30px;
    height: 34px;
    display: grid;
    place-items: center;
    margin-left: -1px;
    padding: 0;
    border: 0;
    border-radius: 9px;
    color: #514640;
    background: transparent;
    transition: color .18s ease, background .18s ease;
}
.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus-visible,
.nav-dropdown.current .nav-dropdown-toggle {
    color: var(--ink);
    background: rgba(229,122,18,.08);
}
.nav-dropdown-toggle svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s ease;
}
.nav-dropdown:hover .nav-dropdown-toggle svg,
.nav-dropdown:focus-within .nav-dropdown-toggle svg,
.nav-dropdown.open .nav-dropdown-toggle svg { transform: rotate(180deg); }

.nav-submenu {
    position: absolute;
    z-index: 1200;
    top: 100%;
    left: -18px;
    width: 318px;
    padding-top: 12px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-7px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.nav-dropdown:hover .nav-submenu,
.nav-dropdown:focus-within .nav-submenu,
.nav-dropdown.open .nav-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
.nav-submenu-panel {
    padding: 10px;
    border: 1px solid rgba(215,198,175,.95);
    border-radius: 17px;
    background: rgba(255,252,247,.99);
    box-shadow: 0 18px 44px rgba(72,52,39,.16);
}
.site-nav .nav-submenu a {
    display: grid;
    gap: 3px;
    padding: 11px 12px;
    border-radius: 11px;
    color: #514640;
    line-height: 1.25;
    text-decoration: none;
    transition: color .16s ease, background .16s ease, transform .16s ease;
}
.site-nav .nav-submenu a::after { display: none; }
.site-nav .nav-submenu a strong {
    color: inherit;
    font-size: .9rem;
    font-weight: 780;
}
.site-nav .nav-submenu a small {
    color: #756a63;
    font-size: .74rem;
    font-weight: 520;
    line-height: 1.35;
}
.site-nav .nav-submenu a:hover,
.site-nav .nav-submenu a:focus-visible,
.site-nav .nav-submenu a.active {
    color: var(--ink);
    background: var(--saffron-soft);
    transform: translateX(2px);
}
.site-nav .nav-submenu a.active small { color: #6b5545; }
.nav-submenu-divider {
    display: block;
    height: 1px;
    margin: 6px 8px;
    background: rgba(215,198,175,.75);
}

@media (max-width: 980px) {
    .nav-dropdown {
        width: 100%;
        align-self: auto;
        display: block;
    }
    .nav-dropdown-head {
        display: grid;
        grid-template-columns: minmax(0,1fr) 44px;
        gap: 3px;
    }
    .nav-dropdown-head > a {
        padding: 13px 14px;
        border-radius: 12px;
    }
    .nav-dropdown-toggle {
        width: 44px;
        height: 44px;
        margin: 0;
        border: 1px solid rgba(215,198,175,.78);
        border-radius: 12px;
        background: rgba(255,255,255,.62);
    }
    .nav-submenu {
        position: static;
        width: auto;
        padding: 5px 0 3px 14px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        display: none;
    }
    .nav-dropdown.open .nav-submenu { display: block; }
    .nav-submenu-panel {
        padding: 7px;
        border-radius: 14px;
        box-shadow: none;
        background: rgba(255,255,255,.62);
    }
    .site-nav .nav-submenu a {
        padding: 10px 11px;
        border-radius: 10px;
    }
    .site-nav .nav-submenu a:hover,
    .site-nav .nav-submenu a:focus-visible,
    .site-nav .nav-submenu a.active { transform: none; }
}
