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

        .bvys-essence {
            position: relative;
            z-index: 2;
        }

        .bvys-essence__grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 12px;
            padding: 14px;
            border: 1px solid rgba(121, 43, 42, .13);
            border-radius: 8px;
            background: rgba(255, 252, 246, .94);
            box-shadow: 0 24px 70px rgba(63, 45, 37, .12);
        }

        .bvys-essence-card {
            padding: 20px;
            border-radius: 8px;
            background: linear-gradient(180deg, rgba(244, 230, 209, .62), rgba(255, 250, 241, .96));
        }

        .bvys-essence-card span {
            display: inline-flex;
            margin-bottom: 10px;
            padding: 5px 10px;
            color: #fffaf3;
            border-radius: 999px;
            background: var(--hi-maroon);
            font-size: .78rem;
            font-weight: 900;
        }

        .bvys-essence-card strong {
            display: block;
            color: var(--hi-ink);
            font-family: var(--hi-serif);
            font-size: 1.18rem;
            line-height: 1.38;
        }

        .bvys-section {
            padding-block: clamp(70px, 8vw, 116px);
            scroll-margin-top: 136px;
        }

        .bvys-section--age { background: var(--bg);}
        .bvys-section--method { background: var(--bg);}
        .bvys-section--lotus { background: var(--bg);}
        .bvys-section--steps { background: var(--bg);}
        .bvys-section--experience { background: var(--bg);}
        .bvys-section--places { background: var(--bg);}

        .bvys-grid {
            display: grid;
            grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
            gap: clamp(30px, 6vw, 76px);
            align-items: start;
        }

        .bvys-grid--reverse .bvys-media {
            order: 2;
        }

        .bvys-media {
            margin: 0;
            overflow: hidden;
            border: 1px solid rgba(198, 148, 53, .28);
            border-radius: 8px;
            background: rgba(255, 250, 241, .72);
            box-shadow: 0 24px 64px rgba(63, 45, 37, .13);
        }

        .bvys-media img {
            display: block;
            width: 100%;
            height: clamp(330px, 40vw, 560px);
            object-fit: cover;
        }

        .bvys-media figcaption {
            padding: 12px 16px 14px;
            color: #6d5d53;
            background: rgba(255, 250, 241, .92);
            font-size: .92rem;
            font-weight: 700;
            line-height: 1.55;
        }

        .bvys-copy p {
            margin: 0 0 16px;
            color: #62544c;
            font-size: clamp(1.02rem, 1.28vw, 1.16rem);
            line-height: 1.9;
        }

        /* centred section standfirsts — kept short enough to sit on one line */
        .bvys-section-heading p {
            max-width: none;
            margin: 0 auto;
            color: #62544c;
            font-size: clamp(1.02rem, 1.28vw, 1.16rem);
            line-height: 1.9;
            text-wrap: balance;
        }

        .bvys-copy strong {
            color: var(--hi-maroon);
        }

        .bvys-note {
            margin-top: 24px;
            padding: 22px 24px;
            color: #4f403b;
            border-left: 4px solid var(--hi-gold);
            border-radius: 8px;
            background: rgba(255, 252, 246, .8);
            font-family: var(--hi-serif);
            font-size: clamp(1.08rem, 1.45vw, 1.3rem);
            font-weight: 700;
            line-height: 1.76;
        }

        .bvys-lotus {
            display: grid;
            grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
            gap: clamp(28px, 5vw, 64px);
            align-items: center;
        }

        .bvys-lotus__chart {
            margin: 0;
            padding: clamp(20px, 4vw, 40px);
            border: 1px solid rgba(198, 148, 53, .28);
            border-radius: 8px;
            background:
                radial-gradient(circle at 50% 18%, rgba(221, 236, 240, .74), transparent 34%),
                linear-gradient(135deg, #fffaf1 0%, #f8ead2 58%, #eef3ee 100%);
            box-shadow: 0 24px 64px rgba(63, 45, 37, .12);
            text-align: center;
        }

        .bvys-lotus__chart img {
            width: min(100%, 440px);
            filter: drop-shadow(0 18px 32px rgba(63, 45, 37, .18));
        }

        .bvys-lotus__chart figcaption {
            margin-top: 16px;
            color: #6d5d53;
            font-size: .92rem;
            font-weight: 700;
            line-height: 1.55;
        }

        .bvys-lotus__core h2 {
            margin: 0 0 16px;
            color: var(--hi-ink);
            font-family: var(--hi-serif);
            font-size: clamp(1.85rem, 3.2vw, 3rem);
            line-height: 1.2;
        }

        .bvys-lotus__core p {
            margin: 0 0 14px;
            color: #67564d;
            line-height: 1.85;
        }

        .bvys-lotus__core p:last-child {
            margin-bottom: 0;
        }

        .bvys-step-grid,
        .bvys-anubhuti-grid {
            display: grid;
            gap: 16px;
        }

        .bvys-step-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .bvys-anubhuti-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .bvys-step,
        .bvys-anubhuti {
            position: relative;
            min-height: 260px;
            padding: 24px;
            overflow: hidden;
            border: 1px solid rgba(198, 148, 53, .22);
            border-radius: 8px;
            background: rgba(255, 252, 246, .78);
            box-shadow: 0 18px 44px rgba(63, 45, 37, .08);
        }

        .bvys-step::before,
        .bvys-anubhuti::before {
            content: "";
            position: absolute;
            inset: 0 0 auto;
            height: 5px;
            background: linear-gradient(90deg, var(--hi-maroon), var(--hi-gold));
        }

        .bvys-step span,
        .bvys-anubhuti span {
            display: inline-flex;
            margin-bottom: 14px;
            padding: 5px 10px;
            color: var(--hi-maroon);
            border: 1px solid rgba(121, 43, 42, .16);
            border-radius: 999px;
            background: rgba(255, 250, 241, .86);
            font-size: .78rem;
            font-weight: 900;
        }

        .bvys-step h3,
        .bvys-anubhuti h3 {
            margin: 0 0 12px;
            color: var(--hi-ink);
            font-family: var(--hi-serif);
            font-size: 1.45rem;
            line-height: 1.35;
        }

        .bvys-step p,
        .bvys-anubhuti p {
            margin: 0;
            color: #66574e;
            line-height: 1.76;
        }

        /* full-width band directly in .hi-shell, below the two-column grid */
        .bvys-conclusion {
            margin-top: clamp(40px, 5vw, 56px);
            padding: clamp(30px, 5vw, 54px);
            border: 1px solid var(--hi-quote-border);
            border-radius: 8px;
            background:
                radial-gradient(circle at 50% 0%, rgba(221, 236, 240, .6), transparent 40%),
                var(--hi-quote-bg);
            box-shadow: 0 22px 56px rgba(121, 43, 42, .1);
            text-align: center;
        }

        .bvys-conclusion blockquote {
            max-width: 60ch;
            margin: 0 auto;
            color: var(--hi-ink);
            font-family: var(--hi-serif);
            font-size: clamp(1.55rem, 3vw, 2.75rem);
            font-weight: 700;
            line-height: 1.58;
        }

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

        .bvys-closing .hi-section-heading {
            max-width: 1040px;
        }

        @media (max-width: 980px) {

            .bvys-essence__grid,
            .bvys-step-grid,
            .bvys-anubhuti-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .bvys-grid,
            .bvys-lotus {
                grid-template-columns: 1fr;
            }

            .bvys-grid--reverse .bvys-media {
                order: 0;
            }
        }

        @media (max-width: 640px) {

            .bvys-essence {
                margin-top: 0;
            }

            .bvys-essence__grid,
            .bvys-step-grid,
            .bvys-anubhuti-grid {
                grid-template-columns: 1fr;
            }

            .bvys-section {
                scroll-margin-top: 126px;
            }

            .bvys-media img {
                height: 360px;
            }
        }
