/*
Theme Name: Ravinder Tulsiani Executive Platform
Theme URI: https://ravindertulsiani.ca/
Author: Ravinder Tulsiani
Description: Stable classic WordPress theme for the RavinderTulsiani.ca executive capability platform.
Version: 3.2.5
Text Domain: ravindertulsiani-ca
Requires at least: 6.0
Requires PHP: 7.0
*/

:root {
    --navy: #10253f;
    --charcoal: #2b2b2b;
    --ink: #172033;
    --slate: #475569;
    --muted: #64748b;
    --line: #dbe3ea;
    --soft: #f4f6f5;
    --paper: #fff;
    --cream: #faf8f4;
    --gold: #b8944f;
    --blue: #26547c;
    --sage: #edf2ef;
    --container: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.65;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: var(--blue);
    text-underline-offset: 0.18em;
}

h1,
h2,
h3 {
    margin: 0 0 0.55em;
    color: var(--navy);
    line-height: 1.08;
    overflow-wrap: break-word;
}

h1,
.rt-serif {
    font-family: Georgia, "Times New Roman", serif;
}

h1 {
    max-width: 980px;
    font-size: 3.65rem;
    font-weight: 700;
}

h2 {
    font-size: 2.65rem;
}

h3 {
    font-size: 1.35rem;
}

p {
    margin: 0 0 1.15em;
}

.rt-container {
    width: min(var(--container), calc(100% - 44px));
    margin: 0 auto;
}

.rt-readable {
    max-width: 820px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px);
}

.header-inner {
    display: grid;
    grid-template-columns: minmax(190px, 0.6fr) minmax(0, 1.55fr) auto;
    align-items: center;
    gap: 20px;
    min-height: 76px;
}

.brand {
    color: var(--navy);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
}

.brand span {
    display: block;
    color: var(--muted);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.28;
    text-transform: uppercase;
}

.primary-nav ul,
.footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-nav ul {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 14px;
}

.primary-nav a,
.footer-nav a {
    color: var(--navy);
    font-weight: 760;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.primary-nav a {
    font-size: 0.82rem;
    font-weight: 820;
}

.primary-nav a:hover,
.footer-nav a:hover {
    color: var(--blue);
}

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid var(--navy);
    border-radius: 3px;
    color: var(--navy);
    font-size: 0.78rem;
    font-weight: 850;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    justify-self: end;
}

.header-cta:hover {
    background: var(--navy);
    color: #fff;
}

.hero {
    padding: 98px 0 88px;
    background: linear-gradient(90deg, #f6f8f7 0%, #fff 52%, #f7f3ea 100%);
    border-bottom: 1px solid var(--line);
}

.hero--editorial {
    position: relative;
    overflow: hidden;
    padding: 74px 0 70px;
    background:
        linear-gradient(115deg, rgba(247, 243, 234, 0.86) 0%, rgba(255, 255, 255, 0.96) 44%, rgba(237, 242, 239, 0.9) 100%);
}

.hero--editorial:before {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, rgba(11, 31, 51, 0.05) 1px, transparent 1px);
    background-size: 72px 72px;
    content: "";
    opacity: 0.35;
    pointer-events: none;
}

.hero--editorial .rt-container {
    position: relative;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.72fr);
    gap: 56px;
    align-items: center;
}

.hero-copy h1 {
    max-width: 900px;
    letter-spacing: 0;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-subhead {
    max-width: 780px;
    color: var(--slate);
    font-size: 1.28rem;
}

.hero-supporting {
    max-width: 760px;
    margin-top: 22px;
    padding-left: 22px;
    border-left: 3px solid var(--gold);
    color: var(--slate);
    font-size: 1.02rem;
}

.hero-actions,
.wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.button,
.wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border: 1px solid var(--navy);
    border-radius: 4px;
    background: var(--navy);
    color: #fff !important;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
}

.button--secondary {
    background: transparent;
    color: var(--navy) !important;
}

.portrait-panel {
    position: relative;
    margin: 0;
    padding: 0 0 34px 34px;
}

.portrait-panel:before {
    position: absolute;
    inset: 34px 0 0 0;
    border: 1px solid #d8caa8;
    background: var(--cream);
    content: "";
}

.portrait-panel img {
    position: relative;
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 28px 60px rgba(11, 31, 51, 0.18);
}

.portrait-caption {
    position: relative;
    max-width: 88%;
    margin: -46px 0 0 auto;
    padding: 18px 20px;
    border-top: 3px solid var(--gold);
    background: #fff;
    box-shadow: 0 18px 40px rgba(11, 31, 51, 0.12);
}

.portrait-caption strong,
.portrait-caption span {
    display: block;
}

.portrait-caption span {
    color: var(--slate);
    font-size: 0.84rem;
}

.portrait-fallback {
    position: relative;
    min-height: 420px;
    padding: 56px 42px;
    border: 1px solid #d8caa8;
    background: #fff;
    box-shadow: 0 28px 60px rgba(11, 31, 51, 0.1);
}

.portrait-fallback strong,
.portrait-fallback span {
    display: block;
}

.portrait-fallback strong {
    margin-top: 110px;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.4rem;
    line-height: 1.05;
}

.portrait-fallback span {
    max-width: 280px;
    margin-top: 14px;
    color: var(--slate);
}

.section {
    padding: 86px 0;
}

.section--tint {
    background: var(--soft);
}

.section--dark {
    background: #071827;
    color: #dbeafe;
}

.section--dark h2,
.section--dark h3 {
    color: #fff;
}

.section--cream {
    background: var(--cream);
}

.section--evidence {
    background: #fff;
}

.section--publication {
    background: var(--charcoal);
    color: #e5eef7;
}

.section--publication h2 {
    color: #fff;
}

.section-intro {
    max-width: 860px;
    margin-bottom: 42px;
}

.section-intro p {
    color: var(--slate);
    font-size: 1.08rem;
}

.evidence-layout,
.feature-layout,
.framework-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
    gap: 72px;
    align-items: start;
}

.section-statement {
    position: sticky;
    top: 112px;
}

.evidence-list {
    border-top: 2px solid var(--navy);
}

.evidence-item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 24px;
    padding: 30px 0;
    border-bottom: 1px solid var(--line);
}

.evidence-item > span {
    color: var(--gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.55rem;
    font-weight: 700;
}

.evidence-item strong {
    display: block;
    color: var(--navy);
    font-size: 1.25rem;
    line-height: 1.25;
}

.evidence-item em {
    display: block;
    margin-top: 6px;
    color: var(--navy);
    font-style: normal;
    font-weight: 800;
}

.evidence-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--line);
}

.evidence-grid article {
    min-height: 176px;
    padding: 24px;
    background: #fff;
}

.evidence-grid strong {
    display: block;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.35rem;
    line-height: 1;
    white-space: nowrap;
}

.evidence-grid span {
    display: block;
    margin: 10px 0 8px;
    color: var(--navy);
    font-size: 0.92rem;
    font-weight: 850;
    line-height: 1.25;
}

.evidence-grid p {
    margin: 0;
    color: var(--slate);
    font-size: 0.92rem;
    line-height: 1.5;
}

.quote-moment blockquote {
    max-width: 980px;
    margin: 0 0 22px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.04;
}

.quote-moment p {
    max-width: 760px;
}

.quote-grid {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 34px 58px;
}

.quote-grid blockquote,
.quote-grid > p:last-child {
    grid-column: 2;
}

.story-lead,
.publication-feature,
.framework-marker {
    border-top: 2px solid var(--navy);
    padding-top: 32px;
}

.feature-layout--case {
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
    align-items: stretch;
}

.story-lead {
    min-height: 460px;
    padding: 44px;
    background: var(--soft);
}

.story-lead h2 {
    max-width: 650px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3.5rem;
}

.supporting-cases {
    display: grid;
    align-content: stretch;
    border-top: 2px solid var(--navy);
}

.supporting-cases article {
    padding: 28px 0;
    border-bottom: 1px solid var(--line);
}

.supporting-cases h3 a {
    color: var(--navy);
    text-decoration: none;
}

.publication-feature h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3.4rem;
}

.publication-feature--wide {
    max-width: 980px;
    border-top-color: var(--gold);
}

.publication-feature--wide p {
    max-width: 820px;
    font-size: 1.18rem;
}

.publication-feature--wide .button {
    margin-top: 18px;
    border-color: #fff;
    background: #fff;
    color: var(--navy) !important;
}

.framework-layout--editorial {
    grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
    align-items: stretch;
}

.framework-major {
    padding: 46px;
    border: 1px solid #ddcfad;
    background: rgba(255, 255, 255, 0.54);
}

.framework-major h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3.25rem;
}

.framework-stack {
    display: grid;
    gap: 0;
    border-top: 2px solid var(--navy);
}

.framework-stack article {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    grid-template-areas:
        "num title"
        "num copy";
    column-gap: 28px;
    row-gap: 8px;
    align-items: start;
    padding: 34px 0;
    border-bottom: 1px solid #ddcfad;
}

.framework-stack span {
    grid-area: num;
    color: var(--gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.5rem;
    font-weight: 700;
}

.framework-stack h3 a {
    color: var(--navy);
    text-decoration: none;
}

.framework-stack h3,
.framework-stack p {
    min-width: 0;
    margin: 0;
}

.framework-stack h3 {
    grid-area: title;
    font-size: 1.62rem;
    line-height: 1.18;
    overflow-wrap: normal;
    word-break: normal;
}

.framework-stack p {
    grid-area: copy;
    max-width: 740px;
    color: var(--ink);
    font-size: 1.04rem;
    line-height: 1.55;
}

.section--publications {
    background: var(--paper);
}

.publication-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
    gap: 58px;
    align-items: start;
}

.publication-shelf {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.publication-card {
    display: grid;
    gap: 16px;
    align-content: start;
    min-width: 0;
}

.publication-card figure {
    margin: 0;
    background: var(--cream);
}

.publication-card img {
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border: 1px solid #d8caa8;
    box-shadow: 0 18px 36px rgba(16, 37, 63, 0.14);
}

.publication-card h3 {
    margin-bottom: 8px;
    font-size: 1.05rem;
}

.publication-card h3 a {
    color: var(--navy);
    text-decoration: none;
}

.publication-card p {
    color: var(--slate);
    font-size: 0.9rem;
    line-height: 1.5;
}

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

.card {
    padding: 28px 0;
    border-top: 1px solid var(--line);
}

.card h3 a,
.text-link {
    color: var(--navy);
    font-weight: 850;
    text-decoration: none;
}

.card h3 a:hover,
.text-link:hover {
    color: var(--blue);
}

.content-page {
    padding: 74px 0 92px;
}

.content-page > .rt-container > * {
    max-width: 860px;
}

.content-page > .rt-container > .editorial-index,
.content-page > .rt-container > .index-hero {
    width: 100%;
    max-width: var(--container);
}

.profile-lede {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 54px;
    align-items: center;
    max-width: var(--container) !important;
    margin-bottom: 58px;
    padding-bottom: 42px;
    border-bottom: 1px solid var(--line);
}

.profile-lede h2 {
    max-width: 760px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3.25rem;
}

.profile-lede p {
    max-width: 720px;
    color: var(--slate);
    font-size: 1.12rem;
}

.page-portrait {
    margin: 0;
    padding: 0 0 22px 22px;
    background: linear-gradient(135deg, transparent 0 48%, var(--cream) 48% 100%);
}

.page-portrait img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border: 1px solid #d8caa8;
    box-shadow: 0 24px 48px rgba(16, 37, 63, 0.16);
}

.content-page .alignwide,
.content-page .rt-wide {
    max-width: var(--container);
}

.editorial-prose,
.detail-article,
.index-hero {
    color: var(--ink);
}

.editorial-prose > h2,
.detail-article > h2,
.index-hero h2 {
    margin-top: 1.25em;
    font-family: Georgia, "Times New Roman", serif;
}

.editorial-prose > h2:first-child,
.detail-article > h2:first-child,
.index-hero h2 {
    margin-top: 0;
}

.answer-block {
    margin: 34px 0;
    padding: 28px 30px;
    border-left: 4px solid var(--gold);
    background: var(--soft);
}

.answer-block strong {
    display: block;
    margin-bottom: 10px;
    color: var(--navy);
    font-size: 0.8rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.check-list {
    margin: 20px 0 30px;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 26px;
}

.check-list li:before {
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 10px;
    height: 2px;
    background: var(--gold);
    content: "";
}

.contact-panel {
    display: grid;
    gap: 14px;
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid var(--line);
}

.contact-panel strong,
.contact-panel a {
    display: block;
}

.resource-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    max-width: var(--container) !important;
}

.resource-card {
    display: grid;
    align-content: space-between;
    min-height: 245px;
    padding: 30px;
    border: 1px solid var(--line);
    background: #fff;
}

.resource-card span {
    color: var(--gold);
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 0.14em;
}

.index-hero {
    max-width: 980px;
    margin-bottom: 48px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--line);
}

.editorial-index {
    display: grid;
    width: 100%;
    max-width: var(--container) !important;
    border-top: 2px solid var(--navy);
}

.index-feature,
.index-row {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    grid-template-areas: "num body";
    column-gap: 30px;
    row-gap: 12px;
    width: 100%;
    padding: 34px 0;
    border-bottom: 1px solid var(--line);
}

.index-feature {
    grid-template-columns: 96px minmax(0, 1fr);
    padding: 48px 0;
}

.index-feature.has-cover,
.index-row.has-cover {
    grid-template-columns: 86px 118px minmax(0, 1fr);
    grid-template-areas: "num cover body";
}

.index-feature.has-cover {
    grid-template-columns: 96px 170px minmax(0, 1fr);
}

.index-feature h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.25rem;
    line-height: 1.08;
}

.index-row h3 {
    font-size: 1.45rem;
    line-height: 1.18;
}

.index-feature span,
.index-row span {
    grid-area: num;
}

.index-feature .cover-thumb,
.index-row .cover-thumb {
    grid-area: cover;
}

.index-feature > div,
.index-row > div {
    grid-area: body;
    min-width: 0;
    max-width: 880px;
}

.index-feature span,
.index-row span {
    color: var(--gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.55rem;
    font-weight: 700;
}

.editorial-index h3 a {
    color: var(--navy);
    overflow-wrap: normal;
    text-decoration: none;
    word-break: normal;
}

.editorial-index p {
    max-width: 760px;
    overflow-wrap: normal;
    word-break: normal;
}

.detail-article {
    font-size: 1.03rem;
}

.content-page .detail-article {
    max-width: 980px;
}

.detail-article > p,
.detail-article > h2,
.detail-article > h3,
.detail-article > ul,
.detail-article > .answer-block {
    max-width: 790px;
}

.detail-article .hero-subhead {
    margin-bottom: 34px;
}

.framework-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 44px;
    align-items: start;
    max-width: 980px;
    margin-bottom: 42px;
}

.detail-cover,
.cover-thumb {
    margin: 0;
}

.detail-cover img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border: 1px solid #d8caa8;
    box-shadow: 0 24px 48px rgba(11, 31, 51, 0.16);
}

.cover-thumb {
    width: 96px;
}

.index-feature.has-cover .cover-thumb {
    width: 150px;
}

.cover-thumb img {
    width: 96px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border: 1px solid var(--line);
}

.index-feature.has-cover .cover-thumb img {
    width: 150px;
}

.related-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 42px 0;
    padding-top: 28px;
    border-top: 2px solid var(--navy);
}

.related-panel a {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    color: var(--navy);
    font-weight: 850;
    text-decoration: none;
}

.site-footer {
    padding: 34px 0;
    background: var(--navy);
    color: #dbeafe;
}

.site-footer a,
.site-footer h2,
.site-footer h3 {
    color: #fff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr 1fr;
    gap: 30px;
    align-items: start;
}

.site-footer h2 {
    margin-bottom: 10px;
    font-size: 1.45rem;
}

.site-footer p {
    margin-bottom: 0.6em;
    font-size: 0.94rem;
}

.footer-quote {
    max-width: 260px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
}

.footer-resources,
.footer-contact {
    display: grid;
    gap: 8px;
}

.footer-nav ul {
    display: grid;
    gap: 8px;
}

.footer-nav a,
.footer-resources a,
.footer-contact a {
    color: #dbeafe;
    font-size: 0.9rem;
    text-decoration: none;
}

@media (max-width: 1160px) {
    .header-inner {
        grid-template-columns: minmax(190px, 1fr) auto;
        gap: 14px 22px;
        padding: 12px 0;
    }

    .primary-nav {
        grid-column: 1 / -1;
        width: 100%;
        order: 3;
    }

    .primary-nav ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px 14px;
    }
}

@media (max-width: 900px) {
    h1 {
        font-size: 2.75rem;
    }

    h2,
    .publication-feature h2 {
        font-size: 2.05rem;
    }

    .hero-grid,
    .evidence-layout,
    .feature-layout,
    .framework-layout,
    .footer-grid,
    .publication-layout,
    .profile-lede,
    .quote-grid,
    .related-panel,
    .resource-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .header-inner {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding: 16px 0;
    }

    .primary-nav {
        width: 100%;
    }

    .quote-grid blockquote,
    .quote-grid > p:last-child {
        grid-column: auto;
    }

    .header-cta {
        display: none;
    }

    .site-header {
        position: static;
    }

    .primary-nav ul {
        gap: 12px;
    }

    .portrait-panel {
        padding-left: 20px;
    }

    .portrait-panel img {
        height: auto;
    }

    .section-statement {
        position: static;
    }

    .evidence-grid,
    .publication-shelf {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .profile-lede h2 {
        font-size: 2.2rem;
    }

    .page-portrait {
        max-width: 320px;
    }

    .story-lead,
    .framework-major {
        min-height: 0;
        padding: 30px 24px;
    }

    .story-lead h2,
    .framework-major h2 {
        font-size: 2.1rem;
    }

    .framework-stack article {
        grid-template-columns: 62px minmax(0, 1fr);
        grid-template-areas:
            "num title"
            "num copy";
        column-gap: 18px;
    }

    .index-feature,
    .index-row {
        grid-template-columns: 68px minmax(0, 1fr);
        grid-template-areas: "num body";
        column-gap: 18px;
    }

    .index-feature.has-cover,
    .index-row.has-cover {
        grid-template-columns: 68px 112px minmax(0, 1fr);
        grid-template-areas: "num cover body";
    }

    .index-feature.has-cover .cover-thumb,
    .index-feature.has-cover .cover-thumb img,
    .cover-thumb,
    .cover-thumb img {
        width: min(180px, 100%);
    }

    .framework-header {
        grid-template-columns: 1fr;
    }

    .detail-cover {
        max-width: 260px;
    }

    .index-feature h3 {
        font-size: 1.7rem;
    }

    .card-grid {
        grid-template-columns: 1fr;
    }

    .quote-moment blockquote {
        font-size: 2.45rem;
    }
}

@media (max-width: 620px) {
    .rt-container {
        width: min(360px, calc(100% - 32px));
        margin-left: 16px;
        margin-right: auto;
    }

    h1 {
        font-size: 1.86rem;
        line-height: 1.12;
    }

    h2,
    .publication-feature h2 {
        font-size: 1.82rem;
    }

    .brand span {
        max-width: 330px;
        font-size: 0.64rem;
        line-height: 1.35;
    }

    .hero-subhead {
        font-size: 0.98rem;
    }

    .hero-supporting {
        padding-left: 16px;
        font-size: 0.86rem;
    }

    .hero-copy,
    .hero-copy h1,
    .hero-subhead,
    .hero-supporting {
        max-width: 100%;
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .hero .eyebrow {
        font-size: 0.66rem;
        line-height: 1.35;
    }

    .evidence-grid,
    .publication-shelf {
        grid-template-columns: 1fr;
    }

    .framework-stack article,
    .index-feature,
    .index-row,
    .index-feature.has-cover,
    .index-row.has-cover {
        grid-template-columns: 1fr;
        grid-template-areas:
            "num"
            "cover"
            "body";
        gap: 10px;
    }

    .framework-stack article {
        grid-template-areas:
            "num"
            "title"
            "copy";
    }

    .evidence-grid article {
        min-height: 0;
    }

    .hero {
        padding: 56px 0;
    }

    .hero--editorial {
        padding: 52px 0 58px;
    }

    .portrait-panel {
        padding: 0;
    }

    .portrait-panel:before {
        display: none;
    }

    .portrait-caption {
        max-width: 100%;
        margin: 0;
        box-shadow: none;
    }

    .footer-grid {
        gap: 22px;
    }
}
