.learn-shell {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 2rem 0 7rem;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
    margin: 1rem 0 3.5rem;
    color: var(--color-text-muted);
    font-family: var(--font-modern);
    font-size: 0.76rem;
    letter-spacing: 0.04em;
}

.breadcrumbs a { color: var(--color-gold-light); text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }

.learn-article {
    border-top: 1px solid rgba(212, 168, 83, 0.24);
}

.learn-header {
    max-width: 920px;
    padding: clamp(3rem, 8vw, 6.5rem) 0 3rem;
}

.learn-eyebrow,
.note-label {
    margin-bottom: 1rem;
    color: var(--color-gold);
    font-family: var(--font-modern);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.learn-header h1 {
    max-width: 18ch;
    margin-bottom: 1.5rem;
    color: var(--color-gold-light);
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 6vw, 5.5rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.04;
}

.learn-dek {
    max-width: 70ch;
    margin-bottom: 2rem;
    color: var(--color-text);
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    line-height: 1.55;
}

.learn-byline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1.5rem;
    color: var(--color-text-muted);
    font-family: var(--font-modern);
    font-size: 0.78rem;
}

.learn-author-line {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.learn-author-avatar {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    overflow: hidden;
    border: 1px solid rgba(212, 168, 83, 0.38);
    border-radius: 50%;
}

.learn-author-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.learn-byline a,
.learn-body a { color: var(--color-gold-light); }

.learn-hero-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1200 / 630;
    margin: 0 0 clamp(3rem, 8vw, 6rem);
    overflow: hidden;
    border: 1px solid rgba(212, 168, 83, 0.2);
    background: rgba(26, 26, 46, 0.55);
}

.learn-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 80px rgba(5, 5, 8, 0.35);
    pointer-events: none;
}

.learn-hero-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.learn-body {
    max-width: 72ch;
    margin: 0 auto;
    font-size: 1.2rem;
}

.learn-body > section { margin: 0 0 4rem; }

.learn-body h2 {
    margin: 3.5rem 0 1.2rem;
    color: var(--color-gold-light);
    font-family: var(--font-display);
    font-size: clamp(1.55rem, 3.2vw, 2.3rem);
    font-weight: 500;
    line-height: 1.25;
}

.learn-body h3 {
    margin: 2.2rem 0 0.8rem;
    color: var(--color-text);
    font-family: var(--font-modern);
    font-size: 1rem;
    font-weight: 600;
}

.learn-body p,
.learn-body li { margin-bottom: 1.25rem; }

.learn-body ul,
.learn-body ol { margin: 1.5rem 0 2rem 1.4rem; }

.learn-body blockquote {
    margin: 2.5rem 0;
    padding: 1.5rem 2rem;
    border-left: 2px solid var(--color-gold);
    background: rgba(212, 168, 83, 0.06);
    color: var(--color-gold-light);
    font-size: 1.35rem;
    font-style: italic;
}

.learn-body table {
    width: 100%;
    margin: 2rem 0;
    border-collapse: collapse;
    font-family: var(--font-modern);
    font-size: 0.84rem;
}

.learn-body th,
.learn-body td {
    padding: 0.9rem;
    border: 1px solid rgba(212, 168, 83, 0.18);
    text-align: left;
    vertical-align: top;
}

.learn-body th { color: var(--color-gold-light); background: rgba(212, 168, 83, 0.08); }

.responsible-note,
.learn-cta,
.editorial-card,
.related-reading,
.source-notes {
    padding: clamp(1.6rem, 5vw, 3rem);
    border: 1px solid rgba(212, 168, 83, 0.2);
    background: rgba(26, 26, 46, 0.46);
}

.responsible-note h2,
.learn-cta h2,
.editorial-card h2,
.related-reading h2,
.source-notes h2 { margin-top: 0; }

.responsible-note { border-left: 3px solid var(--color-gold-dark); }

.learn-cta {
    text-align: center;
    background: linear-gradient(135deg, rgba(212, 168, 83, 0.12), rgba(107, 91, 149, 0.14));
}

.learn-cta .whatsapp-cta {
    display: inline-block;
    margin: 0.8rem 0 0;
}

.learn-cta-note {
    margin: 1rem 0 0 !important;
    color: var(--color-text-muted);
    font-family: var(--font-modern);
    font-size: 0.76rem;
}

.editorial-card p:last-child,
.responsible-note p:last-child { margin-bottom: 0; }

.related-reading ul { margin-bottom: 0; }
.related-reading li:last-child { margin-bottom: 0; }

.shloka-card {
    margin: 2rem 0;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border: 1px solid rgba(212, 168, 83, 0.25);
    background: linear-gradient(135deg, rgba(212, 168, 83, 0.09), rgba(107, 91, 149, 0.1));
    text-align: center;
}

.shloka-devanagari {
    color: var(--color-gold-light);
    font-size: clamp(1.2rem, 3vw, 1.65rem);
    line-height: 1.8;
}

.shloka-transliteration {
    color: var(--color-text);
    font-size: 1rem;
    line-height: 1.75;
}

.shloka-reference {
    margin-bottom: 0 !important;
    color: var(--color-text-muted);
    font-family: var(--font-modern);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.source-notes {
    margin: 0 0 4rem;
    background: rgba(10, 10, 15, 0.56);
}

.source-notes p,
.source-notes li {
    font-family: var(--font-modern);
    font-size: 0.88rem;
    line-height: 1.75;
}

.source-notes p:last-child { margin-bottom: 0; }

.learn-hub-header {
    max-width: 900px;
    padding: clamp(3rem, 8vw, 7rem) 0 clamp(3rem, 7vw, 5rem);
}

.learn-hub-header h1 {
    max-width: 17ch;
    margin-bottom: 1.5rem;
    color: var(--color-gold-light);
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 6vw, 5.2rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.06;
}

.learn-hub-header > p:last-child {
    max-width: 68ch;
    color: var(--color-text);
    font-size: clamp(1.15rem, 2.3vw, 1.5rem);
    line-height: 1.65;
}

.learn-featured {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid rgba(212, 168, 83, 0.2);
    background: rgba(26, 26, 46, 0.42);
}

.learn-featured-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 1200 / 630;
    border: 1px solid rgba(212, 168, 83, 0.16);
}

.learn-featured-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.learn-featured-image:hover img { transform: scale(1.02); }

.learn-featured-copy h2 {
    margin-bottom: 1.25rem;
    font-family: var(--font-display);
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    font-weight: 500;
    line-height: 1.25;
}

.learn-featured-copy h2 a { color: var(--color-gold-light); text-decoration: none; }
.learn-featured-copy h2 a:hover { text-decoration: underline; }

.learn-featured-copy > p:not(.note-label) {
    margin-bottom: 1.75rem;
    color: var(--color-text-muted);
    font-family: var(--font-modern);
    font-size: 0.95rem;
    line-height: 1.8;
}

.learn-hub-principles { padding: clamp(5rem, 10vw, 9rem) 0 1rem; }

.learn-hub-principles > h2 {
    margin-bottom: 2.5rem;
    color: var(--color-gold-light);
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 500;
}

.learn-principle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    border: 1px solid rgba(212, 168, 83, 0.17);
    background: rgba(212, 168, 83, 0.17);
}

.learn-principle-grid article { padding: 2rem; background: rgba(10, 10, 15, 0.94); }
.learn-principle-grid span { color: var(--color-gold); font-family: var(--font-display); font-size: 0.78rem; }
.learn-principle-grid h3 { margin: 1.2rem 0 0.8rem; color: var(--color-gold-light); font-family: var(--font-display); font-size: 1rem; }
.learn-principle-grid p { color: var(--color-text-muted); font-family: var(--font-modern); font-size: 0.88rem; line-height: 1.75; }

.learn-table-wrap { overflow-x: auto; }

.author-profile-header {
    display: grid;
    grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
    gap: clamp(2.5rem, 7vw, 7rem);
    align-items: center;
    padding: clamp(3rem, 8vw, 7rem) 0 5rem;
    border-top: 1px solid rgba(212, 168, 83, 0.24);
}

.author-profile-header figure { margin: 0; }

.author-profile-header figure img {
    width: 100%;
    display: block;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid rgba(212, 168, 83, 0.25);
}

.author-profile-header figcaption {
    margin-top: 0.8rem;
    color: var(--color-text-muted);
    font-family: var(--font-modern);
    font-size: 0.7rem;
    line-height: 1.55;
}

.author-profile-header h1 {
    margin-bottom: 1.5rem;
    color: var(--color-gold-light);
    font-family: var(--font-display);
    font-size: clamp(3rem, 7vw, 6rem);
    font-weight: 500;
    line-height: 1;
}

.author-intro {
    max-width: 58ch;
    color: var(--color-text);
    font-size: clamp(1.15rem, 2.3vw, 1.5rem);
    line-height: 1.7;
}

.author-profile-body {
    max-width: 72ch;
    margin: 0 auto;
    font-size: 1.15rem;
}

.author-profile-body section { margin-bottom: 4rem; }

.author-profile-body h2 {
    margin-bottom: 1.2rem;
    color: var(--color-gold-light);
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 500;
}

.author-profile-body p,
.author-profile-body li { margin-bottom: 1.2rem; }

.author-profile-body ul { margin: 1.5rem 0 2rem 1.4rem; }

.author-latest {
    padding: clamp(1.6rem, 5vw, 3rem);
    border: 1px solid rgba(212, 168, 83, 0.2);
    background: rgba(26, 26, 46, 0.46);
}

.author-latest h2 a { color: var(--color-gold-light); }

@media (max-width: 760px) {
    .learn-shell { width: min(100% - 1.25rem, 1180px); padding-top: 1rem; }
    .breadcrumbs { margin-bottom: 1.5rem; }
    .learn-header { padding-top: 2.5rem; }
    .learn-header h1 { max-width: none; }
    .learn-byline { flex-direction: column; gap: 0.35rem; }
    .learn-author-line { align-items: flex-start; }
    .learn-body { font-size: 1.08rem; }
    .learn-body table { display: block; overflow-x: auto; }
    .responsible-note,
    .learn-cta,
    .editorial-card,
    .related-reading,
    .source-notes { padding: 1.5rem; }
    .learn-featured { grid-template-columns: 1fr; }
    .learn-principle-grid { grid-template-columns: 1fr; }
    .author-profile-header { grid-template-columns: 1fr; }
    .author-profile-header figure { max-width: 320px; }
}
