.hi-sacred-concept {
    background: var(--bg-wash);
}

.hi-knowledge-panel {
    display: grid;
    grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
    gap: clamp(34px, 6vw, 82px);
    align-items: start;
    padding: clamp(24px, 4vw, 44px);
    border: 1px solid rgba(198, 148, 53, .28);
    border-radius: 30px;
    background: rgba(255, 252, 246, .78);
    box-shadow: 0 28px 76px rgba(75, 43, 29, .1);
}

.hi-knowledge-panel__visual {
    position: relative;
    display: grid;
    min-height: 520px;
    place-items: center;
}


.hi-book-stage {
    position: relative;
    z-index: 1;
    width: min(390px, 90%);
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: 0 28px 54px rgba(75, 43, 29, .18);
    transform: none;
}

.hi-book-stage img {
    display: block;
    width: 100%;
    min-height: 540px;
    border-radius: 12px;
    object-fit: cover;
    filter: saturate(1.16) contrast(1.06) brightness(1.02);
}


.hi-knowledge-panel__content h2 {
    margin: 0 0 clamp(14px, 2vw, 20px);
    color: var(--hi-ink);
    font-size: clamp(1.95rem, 3.2vw, 2.95rem);
    line-height: 1.18;
    text-wrap: balance;
}

.hi-knowledge-panel__content .hi-feature-tagline {
    margin-bottom: 24px;
}

.hi-mini-heading {
    margin: 24px 0 12px;
    color: var(--hi-maroon);
    font-family: var(--hi-serif);
    font-size: clamp(1.2rem, 1.8vw, 1.55rem);
    line-height: 1.35;
}

.hi-inquiry-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 28px;
}

.hi-inquiry-grid div {
    padding: 18px;
    border: 1px solid rgba(121, 43, 42, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .48);
}

.hi-inquiry-grid span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--hi-gold);
    font-family: var(--hi-serif);
    font-size: 1.42rem;
    font-weight: 700;
}

.hi-inquiry-grid strong {
    display: block;
    margin-bottom: 6px;
    color: var(--hi-maroon);
    font-family: var(--hi-serif);
    font-size: 1.14rem;
}

.hi-inquiry-grid p {
    margin: 0;
    color: #6c5b51;
    font-size: .92rem;
    line-height: 1.65;
}

.hi-sacred-concept blockquote,
.hi-sadhna-focus blockquote {
    margin: 30px 0 0;
    padding: 18px 24px;
    color: var(--hi-quote-ink);
    border-left: 3px solid var(--hi-gold);
    background: rgba(255, 250, 241, .6);
    font-family: var(--hi-serif);
    font-size: clamp(1.2rem, 1.8vw, 1.55rem);
    font-weight: 600;
    line-height: 1.7;
}

.hi-wisdom-bridge--concept {
    padding-block: clamp(52px, 7vw, 92px);
}

.hi-sadhna-concept {
    background: var(--bg);
}

.hi-pathway {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: clamp(34px, 5vw, 58px);
}

.hi-pathway::before {
    content: "";
    position: absolute;
    top: 39px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, rgba(121, 43, 42, .18), rgba(198, 148, 53, .62), rgba(121, 43, 42, .18));
}

.hi-pathway article {
    position: relative;
    z-index: 1;
    min-height: 220px;
    padding: 24px 20px;
    border: 1px solid rgba(121, 43, 42, .12);
    border-radius: 22px;
    background: rgba(255, 252, 246, .82);
    box-shadow: 0 20px 46px rgba(75, 43, 29, .08);
}

.hi-pathway span {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    place-items: center;
    color: #fffaf2;
    border-radius: 50%;
    background: var(--hi-maroon);
    font-family: var(--hi-serif);
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(121, 43, 42, .18);
}

.hi-pathway h3 {
    margin-bottom: 10px;
    color: var(--hi-ink);
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    line-height: 1.28;
}

.hi-pathway p {
    margin: 0;
    color: #67584f;
    font-size: .98rem;
    line-height: 1.65;
}

.hi-sadhna-focus {
    display: grid;
    grid-template-columns: minmax(420px, .96fr) minmax(0, 1.04fr);
    gap: clamp(30px, 5vw, 70px);
    align-items: start;
    padding: clamp(24px, 4vw, 44px);
    border: 1px solid rgba(198, 148, 53, .24);
    border-radius: 30px;
    background: rgba(255, 252, 246, .78);
    box-shadow: 0 28px 76px rgba(75, 43, 29, .09);
}

.hi-sadhna-focus__symbol {
    position: relative;
    display: grid;
    min-height: 640px;
    margin: 0;
    padding: clamp(10px, 2vw, 22px);
    place-items: center;
}


.hi-sadhna-focus__symbol img {
    position: relative;
    z-index: 1;
    display: block;
    width: min(100%, 575px);
    max-height: 720px;
    margin-inline: auto;
    object-fit: contain;
    filter: saturate(1.18) contrast(1.08) brightness(1.03) drop-shadow(0 22px 34px rgba(75, 43, 29, .14));
}

.hi-sadhna-focus__copy h3 {
    margin-bottom: 16px;
    color: var(--hi-ink);
    font-size: clamp(1.55rem, 2.25vw, 2.14rem);
    line-height: 1.25;
    text-wrap: balance;
}

@media (max-width: 980px) {
    .hi-knowledge-panel,
    .hi-sadhna-focus {
        grid-template-columns: 1fr;
    }

    .hi-knowledge-panel__visual {
        min-height: 500px;
    }

    .hi-knowledge-panel__content h2,
    .hi-sadhna-focus__copy h3 {
        white-space: normal;
    }

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

    .hi-pathway::before {
        display: none;
    }
}

@media (max-width: 640px) {
    .hi-knowledge-panel,
    .hi-sadhna-focus {
        padding: 20px;
        border-radius: 22px;
    }

    .hi-knowledge-panel__visual {
        min-height: 400px;
    }

    .hi-book-stage img {
        min-height: 390px;
    }

    .hi-sadhna-focus__symbol {
        min-height: 390px;
    }

    .hi-sadhna-focus__symbol img {
        max-height: 430px;
    }

    .hi-inquiry-grid,
    .hi-pathway {
        grid-template-columns: 1fr;
    }

    .hi-pathway article {
        min-height: auto;
    }
}




