.bhaiya-page {
            color: var(--hi-ink);
            background: var(--bg);
        }

        .bhaiya-hero {
            position: relative;
            overflow: hidden;
            padding-top: clamp(58px, 7vw, 100px);
            padding-bottom: clamp(54px, 7vw, 96px);
            background:
                radial-gradient(circle at 78% 14%, rgba(198, 148, 53, .22), transparent 28%),
                radial-gradient(circle at 8% 26%, rgba(221, 236, 240, .68), transparent 34%),
                linear-gradient(135deg, #fffaf1 0%, #f4e6d2 54%, #e7f0ed 100%);
        }

        .bhaiya-hero::after {
            content: "";
            position: absolute;
            inset: auto 0 0;
            height: 84px;
            background: linear-gradient(180deg, rgba(255, 250, 241, 0), #fffaf1);
            pointer-events: none;
        }

        .bhaiya-hero__grid {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: minmax(0, 1.04fr) minmax(310px, .86fr);
            gap: clamp(32px, 6vw, 78px);
            align-items: center;
        }

        .bhaiya-hero h1 {
            max-width: 980px;
            margin: 12px 0 18px;
            color: var(--hi-ink);
            font-family: var(--hi-serif);
            font-size: clamp(3.1rem, 6.6vw, 6.7rem);
            line-height: 1.04;
            letter-spacing: 0;
        }

        .bhaiya-hero__lead {
            max-width: 780px;
            color: #69574f;
            font-family: var(--hi-serif);
            font-size: clamp(1.18rem, 1.85vw, 1.55rem);
            font-weight: 500;
            line-height: 1.78;
        }

        .bhaiya-quote-card {
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(198, 148, 53, .35);
            border-radius: 8px;
            background: rgba(255, 252, 246, .78);
            box-shadow: 0 28px 76px rgba(63, 45, 37, .16);
        }

        .bhaiya-quote-card img {
            display: block;
            width: 100%;
            height: clamp(380px, 52vw, 640px);
            object-fit: cover;
            object-position: center top;
        }

        .bhaiya-quote-card figcaption {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            padding: 84px 26px 26px;
            color: #fffaf1;
            font-family: var(--hi-serif);
            font-size: clamp(1.24rem, 2vw, 1.72rem);
            font-weight: 700;
            line-height: 1.55;
            background: linear-gradient(180deg, transparent, rgba(40, 24, 31, .86));
        }

        .bhaiya-facts {
            position: relative;
            z-index: 2;
            margin-top: -34px;
        }

        .bhaiya-facts__grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 14px;
            padding: 16px;
            border: 1px solid rgba(121, 43, 42, .12);
            border-radius: 8px;
            background: rgba(255, 252, 246, .92);
            box-shadow: 0 18px 54px rgba(63, 45, 37, .1);
        }

        .bhaiya-fact {
            padding: 18px 18px 16px;
            border-radius: 8px;
            background: linear-gradient(180deg, rgba(244, 230, 209, .58), rgba(255, 250, 241, .92));
        }

        .bhaiya-fact span {
            display: block;
            margin-bottom: 7px;
            color: #8a2f2d;
            font-size: .82rem;
            font-weight: 800;
        }

        .bhaiya-fact strong {
            color: var(--hi-ink);
            font-family: var(--hi-serif);
            font-size: 1.1rem;
            line-height: 1.45;
        }

        .bhaiya-journey {
            overflow: hidden;
            padding-block: clamp(70px, 8vw, 116px);
        }

        .bhaiya-journey--birth { background: var(--bg);}
        .bhaiya-journey--awakening { background: var(--bg);}
        .bhaiya-journey--darshan { background: var(--bg);}
        .bhaiya-journey--wisdom { background: var(--bg);}
        .bhaiya-journey--service { background: var(--bg);}
        .bhaiya-journey--sadhna { background: var(--bg);}
        .bhaiya-journey--honors { background: var(--bg);}
        .bhaiya-journey--legacy { background: var(--bg);}

        .bhaiya-journey__grid {
            display: grid;
            grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
            gap: clamp(28px, 5vw, 70px);
            align-items: center;
        }

        .bhaiya-journey:nth-of-type(even) .bhaiya-journey__media {
            order: 2;
        }

        .bhaiya-journey__media {
            position: relative;
            margin: 0;
            overflow: hidden;
            border: 1px solid rgba(198, 148, 53, .26);
            border-radius: 8px;
            background: #fffaf1;
            box-shadow: 0 24px 60px rgba(63, 45, 37, .12);
        }

        .bhaiya-journey__media img {
            display: block;
            width: 100%;
            height: clamp(330px, 38vw, 520px);
            object-fit: cover;
        }

        .bhaiya-journey__media figcaption {
            position: absolute;
            right: 14px;
            bottom: 14px;
            left: 14px;
            padding: 10px 14px;
            border-radius: 8px;
            color: #fffaf1;
            background: rgba(41, 29, 37, .74);
            font-size: .9rem;
            font-weight: 700;
        }

        .bhaiya-journey__media--book {
            display: grid;
            place-items: center;
            padding: clamp(12px, 2vw, 24px);
            border-color: transparent;
            background: transparent;
            box-shadow: none;
        }

        .bhaiya-journey__media--book img {
            width: min(100%, 380px);
            height: clamp(430px, 46vw, 610px);
            object-fit: contain;
            filter: drop-shadow(0 22px 34px rgba(63, 45, 37, .24));
        }

        .bhaiya-journey__media--book figcaption {
            position: static;
            justify-self: stretch;
            margin-top: 16px;
            border: 1px solid rgba(198, 148, 53, .22);
            border-radius: 8px;
            color: #3c243d;
            background: rgba(255, 250, 241, .86);
            text-align: center;
        }

        .bhaiya-journey__copy {
            max-width: 760px;
        }

        .bhaiya-journey__copy h2 {
            margin: 10px 0 18px;
            color: var(--hi-ink);
            font-family: var(--hi-serif);
            font-size: clamp(2rem, 4vw, 4rem);
            line-height: 1.16;
            letter-spacing: 0;
        }

        .bhaiya-journey__copy p {
            margin: 0 0 16px;
            color: #62544c;
            font-size: clamp(1.03rem, 1.34vw, 1.18rem);
            line-height: 1.9;
        }

        .bhaiya-journey__copy strong {
            color: #8a2f2d;
        }

        /* Full-width section headings (§legacy, §samman) — same visual
           weight as the two-column sections' in-copy h2, just spanning
           the whole shell instead of being squeezed into one grid column. */
        .bhaiya-journey .hi-section-heading {
            margin-bottom: clamp(28px, 4vw, 44px);
        }

        .bhaiya-journey .hi-section-heading h2 {
            max-width: 900px;
            font-family: var(--hi-serif);
            font-size: clamp(2rem, 4vw, 4rem);
            line-height: 1.16;
        }

        /* §samman — the Bhamashah certificates + the road-honours grid */
        .bhaiya-roads {
            margin-top: clamp(48px, 6vw, 72px);
            padding-top: clamp(40px, 5vw, 56px);
            border-top: 1px solid rgba(198, 148, 53, .22);
        }

        .bhaiya-roads__title {
            margin: 0 0 10px;
            color: var(--hi-ink);
            font-family: var(--hi-serif);
            font-size: clamp(1.4rem, 2.2vw, 1.9rem);
            line-height: 1.3;
        }

        .bhaiya-roads__intro {
            max-width: 780px;
            margin: 0 0 28px;
            color: #62544c;
            font-size: clamp(1rem, 1.2vw, 1.1rem);
            line-height: 1.85;
        }

        .bhaiya-roads__grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 20px;
        }

        .bhaiya-road {
            overflow: hidden;
            border: 1px solid rgba(198, 148, 53, .24);
            border-radius: 8px;
            background: rgba(255, 252, 246, .82);
            box-shadow: 0 16px 40px rgba(63, 45, 37, .08);
        }

        .bhaiya-road__media {
            margin: 0;
        }

        .bhaiya-road__media img {
            display: block;
            width: 100%;
            height: clamp(150px, 18vw, 210px);
            object-fit: cover;
        }

        .bhaiya-road__body {
            padding: clamp(18px, 2.2vw, 22px);
        }

        .bhaiya-road__city {
            display: inline-block;
            margin-bottom: 12px;
            padding: 4px 12px;
            border-radius: 999px;
            background: var(--hi-maroon);
            color: #fffaf1;
            font-size: .78rem;
            font-weight: 800;
            letter-spacing: .02em;
        }

        .bhaiya-road__name {
            display: block;
            margin-bottom: 8px;
            color: var(--hi-ink);
            font-family: var(--hi-serif);
            font-size: 1.16rem;
            line-height: 1.35;
        }

        .bhaiya-road__date {
            display: block;
            margin-bottom: 10px;
            color: #8a2f2d;
            font-size: .88rem;
            font-weight: 700;
        }

        .bhaiya-road__route {
            margin: 0;
            padding-top: 10px;
            border-top: 1px solid rgba(198, 148, 53, .18);
            color: #66574e;
            font-size: .92rem;
            line-height: 1.65;
        }

        .bhaiya-note {
            margin-top: 24px;
            padding: 22px 24px;
            border-left: 4px solid var(--hi-gold);
            border-radius: 8px;
            color: #4c3a36;
            background: rgba(255, 252, 246, .78);
            font-family: var(--hi-serif);
            font-size: clamp(1.1rem, 1.6vw, 1.34rem);
            font-weight: 700;
            line-height: 1.72;
        }

        .bhaiya-closing {
            text-align: center;
            background:
                radial-gradient(circle at 50% 0%, rgba(198, 148, 53, .16), transparent 36%),
                linear-gradient(180deg, #fffaf1 0%, #f4e6d2 100%);
        }

        .bhaiya-closing .hi-section-heading {
            max-width: 980px;
        }

        @media (max-width: 980px) {
            .bhaiya-hero__grid,
            .bhaiya-journey__grid {
                grid-template-columns: 1fr;
            }

            .bhaiya-journey:nth-of-type(even) .bhaiya-journey__media {
                order: 0;
            }

            .bhaiya-facts__grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .bhaiya-roads__grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 640px) {
            .bhaiya-hero {
                padding-top: 126px;
            }

            .bhaiya-hero h1 {
                font-size: clamp(2.65rem, 13vw, 4.2rem);
            }

            .bhaiya-facts {
                margin-top: 0;
            }

            .bhaiya-facts__grid {
                grid-template-columns: 1fr;
            }

            .bhaiya-quote-card img,
            .bhaiya-journey__media img {
                height: 360px;
            }

            .bhaiya-journey__media--book {
                padding: 22px;
            }

            .bhaiya-journey__media--book img {
                width: min(100%, 300px);
                height: min(70vh, 430px);
            }

            .bhaiya-journey__media figcaption {
                position: static;
                border-radius: 0;
            }

            .bhaiya-journey__media--book figcaption {
                border-radius: 8px;
            }
        }
