@font-face {
    font-family: "Untitled Sans";
    src: url("../fonts/untitled-sans-web-bold.eot");
    src: url("../fonts/untitled-sans-web-bold.eot?#iefix") format("embedded-opentype"),
         url("../fonts/untitled-sans-web-bold.woff2") format("woff2"),
         url("../fonts/untitled-sans-web-bold.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Untitled Sans";
    src: url("../fonts/untitled-sans-web-bold.woff2") format("woff2"),
         url("../fonts/untitled-sans-web-bold.woff") format("woff");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Untitled Sans";
    src: url("../fonts/untitled-sans-web-bold.woff2") format("woff2"),
         url("../fonts/untitled-sans-web-bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Heldane Text";
    src: url("../fonts/heldane-text-web-regular.woff2") format("woff2"),
         url("../fonts/heldane-text-web-regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Heldane Text";
    src: url("../fonts/heldane-text-web-regular-italic.woff2") format("woff2"),
         url("../fonts/heldane-text-web-regular-italic.woff") format("woff");
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Heldane Text";
    src: url("../fonts/heldane-text-web-bold.woff2") format("woff2"),
         url("../fonts/heldane-text-web-bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Atlas Grotesk";
    src: url("../fonts/AtlasGrotesk-Regular-Web.woff2") format("woff2"),
         url("../fonts/AtlasGrotesk-Regular-Web.woff") format("woff");
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
}

@font-face {
    font-family: "Atlas Grotesk";
    src: url("../fonts/AtlasGrotesk-RegularItalic-Web.woff2") format("woff2"),
         url("../fonts/AtlasGrotesk-RegularItalic-Web.woff") format("woff");
    font-style: italic;
    font-weight: 400 600;
    font-display: swap;
}

@font-face {
    font-family: "Atlas Grotesk";
    src: url("../fonts/AtlasGrotesk-Bold-Web.woff2") format("woff2"),
         url("../fonts/AtlasGrotesk-Bold-Web.woff") format("woff");
    font-style: normal;
    font-weight: 700 900;
    font-display: swap;
}

@font-face {
    font-family: "Atlas Grotesk";
    src: url("../fonts/AtlasGrotesk-BoldItalic-Web.woff2") format("woff2"),
         url("../fonts/AtlasGrotesk-BoldItalic-Web.woff") format("woff");
    font-style: italic;
    font-weight: 700 900;
    font-display: swap;
}

:root {
    --accent: #dea74f;
    --bg: #222;
    --surface: #292929;
    --surface-2: #303030;
    --text: #f4f1eb;
    --cream: #f4e4c5;
    --muted: #aaa69e;
    --line: rgba(255,255,255,.12);
    --line-strong: rgba(255,255,255,.22);
    --font-display: "Heldane Text", Georgia, serif;
    --font-body: "Atlas Grotesk", Arial, sans-serif;
    --font-label: "Untitled Sans", Arial, sans-serif;
    --shell: min(1480px, calc(100vw - 96px));
    --shell-wide: min(1600px, calc(100vw - 64px));
    --shell-narrow: min(960px, calc(100vw - 48px));
    --shell-content: min(760px, calc(100vw - 48px));
    --radius: 2px;
}

* { box-sizing: border-box; }
html { background: var(--bg); color-scheme: dark; font-size: 16px; scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-body); font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--accent); color: #171717; }

.top-rule { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 6px; background: var(--accent); }
.shell { width: var(--shell); margin-inline: auto; }
.shell-wide { width: var(--shell-wide); margin-inline: auto; }
.shell-narrow { width: var(--shell-narrow); margin-inline: auto; }
.shell-content { width: var(--shell-content); margin-inline: auto; }

.site-header { height: 132px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.site-brand { position: relative; z-index: 102; display: inline-flex; align-items: center; color: var(--accent); font-size: 1.65rem; font-weight: 800; line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }
.site-brand img { max-height: 44px; width: auto; }
.header-actions { display: flex; align-items: center; gap: 28px; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.nav-link, .search-button { color: #84827e; font-family: var(--font-label); font-size: .85rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; transition: color .2s ease; }
.nav-link:hover, .nav-link.is-current, .search-button:hover { color: var(--text); }
.nav-link.is-current::after { content: ""; display: block; width: 100%; height: 1px; margin-top: 5px; background: var(--accent); }
.search-button { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; background: none; cursor: pointer; }
.search-button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.menu-toggle { display: none; position: relative; z-index: 102; align-items: center; gap: 10px; border: 0; background: none; padding: 8px 0; font-family: var(--font-label); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.menu-icon, .menu-icon::before { display: block; width: 20px; height: 1px; background: currentColor; content: ""; transition: transform .2s ease; }
.menu-icon::before { transform: translateY(6px); }
.menu-toggle[aria-expanded="true"] .menu-icon { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-icon::before { transform: rotate(-90deg); }

.eyebrow { margin: 0; color: var(--accent); font-family: var(--font-label); font-size: .78rem; font-weight: 600; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.text-link { position: relative; z-index: 2; display: inline-flex; gap: 8px; align-items: baseline; color: var(--accent); font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px,-3px); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; font-family: var(--font-label); font-size: .84rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.button-primary { background: var(--accent); color: #1a1a1a; }
.button-primary:hover { filter: brightness(1.08); }
.button-secondary { border-color: var(--line-strong); color: var(--text); }
.button-secondary:hover { border-color: var(--text); }

.home-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr); gap: clamp(60px, 8vw, 160px); min-height: calc(100vh - 138px); align-items: center; padding-block: 56px 112px; }
.hero-statement-wrap { display: flex; align-items: center; min-height: 580px; }
.hero-statement { max-width: 720px; margin: 0; font-family: var(--font-display); font-size: clamp(5.4rem, 8.8vw, 10.2rem); font-weight: 400; letter-spacing: -.045em; line-height: .76; text-wrap: balance; }
.hero-intro { align-self: center; max-width: 700px; }
.hero-intro h2 { margin: 24px 0 24px; color: var(--cream); font-size: clamp(2rem, 3.1vw, 3.8rem); line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
.hero-intro > p:not(.eyebrow) { max-width: 660px; margin: 0; color: #d7d5d0; font-size: 1.2rem; line-height: 1.55; }
.hero-links { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 36px; }

.now-strip { display: grid; grid-template-columns: 90px 1fr auto; gap: 24px; align-items: center; padding: 24px 0; border-block: 1px solid var(--line); }
.now-strip p { margin: 0; color: var(--muted); }
.now-strip a { color: var(--text); font-family: var(--font-label); font-size: .82rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.section { padding-block: 128px; }
.compact-section { padding-block: 112px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.section-heading h2 { margin: 10px 0 0; font-size: clamp(2.5rem, 4.5vw, 5.25rem); line-height: .96; letter-spacing: -.045em; }

.work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 72px 32px; }
.work-card { position: relative; }
.work-card-link { position: absolute; z-index: 1; inset: 0; }
.work-card-media { display: flex; aspect-ratio: 16/9; align-items: center; justify-content: center; overflow: hidden; background: var(--surface-2); }
.work-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.work-card:hover .work-card-media img { transform: scale(1.025); }
.work-card-media.no-image span { color: rgba(255,255,255,.8); font-size: clamp(2rem, 4vw, 4rem); font-weight: 800; letter-spacing: -.05em; text-transform: uppercase; }
.work-card-copy { padding-top: 24px; }
.work-card-copy h3 { margin: 10px 0 8px; font-size: clamp(1.65rem, 2.4vw, 2.7rem); line-height: 1.05; letter-spacing: -.035em; }
.work-card-copy > p:not(.eyebrow) { max-width: 650px; margin: 0 0 18px; color: var(--muted); }

.editorial-list { border-top: 1px solid var(--line-strong); }
.editorial-item { position: relative; display: grid; grid-template-columns: 70px minmax(0, 1fr) minmax(160px, 280px) 30px; gap: 28px; align-items: center; min-height: 210px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.editorial-link { position: absolute; z-index: 1; inset: 0; }
.editorial-number { align-self: start; padding-top: 7px; color: var(--accent); font-family: var(--font-label); font-size: .78rem; letter-spacing: .1em; }
.editorial-copy { max-width: 760px; }
.post-card-meta { display: flex; flex-wrap: wrap; gap: 14px; color: var(--muted); font-family: var(--font-label); font-size: .74rem; letter-spacing: .09em; line-height: 1.3; text-transform: uppercase; }
.post-card-meta span { color: var(--accent); }
.editorial-copy h3 { margin: 13px 0 10px; font-size: clamp(1.8rem, 3vw, 3.2rem); line-height: 1.03; letter-spacing: -.04em; }
.editorial-copy p { max-width: 680px; margin: 0; color: var(--muted); }
.editorial-image { height: 150px; margin: 0; overflow: hidden; background: var(--surface); }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88); transition: transform .4s ease; }
.editorial-item:hover .editorial-image img { transform: scale(1.04); }
.editorial-arrow { color: var(--accent); font-size: 1.35rem; transition: transform .2s ease; }
.editorial-item:hover .editorial-arrow { transform: translate(4px,-4px); }
.editorial-item-featured { min-height: 320px; }
.editorial-item-featured .editorial-image { height: 250px; }

.two-up { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 80px; border-top: 1px solid var(--line); }
.notes-list { border-top: 1px solid var(--line-strong); }
.note-item { position: relative; display: grid; grid-template-columns: 64px 1fr 20px; gap: 18px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--line); }
.note-item > a { position: absolute; z-index: 1; inset: 0; }
.note-item time { color: var(--accent); font-family: var(--font-label); font-size: .78rem; letter-spacing: .07em; text-transform: uppercase; }
.note-item h3 { margin: 0 0 6px; font-size: 1.25rem; line-height: 1.2; }
.note-item p { margin: 0; color: var(--muted); font-size: .92rem; }
.note-item > span { color: var(--accent); transition: transform .2s ease; }
.note-item:hover > span { transform: translate(3px,-3px); }

.podcast-card { position: relative; min-height: 520px; overflow: hidden; background: var(--surface); }
.podcast-link { position: absolute; z-index: 2; inset: 0; }
.podcast-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .54; filter: grayscale(.1) contrast(1.06); transition: transform .5s ease; }
.podcast-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 10%, rgba(0,0,0,.76) 90%); }
.podcast-card:hover > img { transform: scale(1.025); }
.podcast-copy { position: absolute; z-index: 1; left: 36px; right: 36px; bottom: 36px; }
.podcast-play { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: 28px; border-radius: 50%; background: var(--accent); color: #171717; padding-left: 4px; }
.podcast-copy h3 { margin: 10px 0; font-size: clamp(2rem, 3.4vw, 3.5rem); line-height: 1.02; letter-spacing: -.04em; }
.podcast-copy > p:last-child { max-width: 550px; margin: 0; color: #d4d2cd; }

.listing-page { padding-block: 80px 150px; }
.listing-header { max-width: 940px; margin-bottom: 88px; }
.listing-header h1, .page-header h1 { margin: 18px 0 24px; font-family: var(--font-display); font-size: clamp(5.5rem, 10vw, 11rem); font-weight: 400; letter-spacing: -.045em; line-height: .78; }
.listing-header > p:last-child, .page-header > p:last-child { max-width: 760px; margin: 0; color: var(--muted); font-size: 1.2rem; }
.split-header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); gap: 80px; max-width: none; align-items: end; padding-bottom: 72px; border-bottom: 1px solid var(--line); }
.split-header > div:last-child > p { margin: 0; color: #d6d3cd; font-size: 1.15rem; }
.split-header h1 { margin-bottom: 0; }
.page-intro-content { color: var(--muted); }

.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 72px 28px; }
.post-card { position: relative; min-width: 0; }
.post-card-link { position: absolute; z-index: 1; inset: 0; }
.post-card-image-wrap { aspect-ratio: 4/3; margin: 0 0 22px; overflow: hidden; background: var(--surface); }
.post-card-image { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .post-card-image { transform: scale(1.035); }
.post-card-content h3 { margin: 12px 0 10px; font-size: clamp(1.45rem, 2vw, 2.15rem); line-height: 1.08; letter-spacing: -.035em; }
.post-card-content > p { margin: 0 0 16px; color: var(--muted); font-size: .96rem; }
.post-card-content .text-link { font-size: .88rem; }

.work-grid-page { margin-top: 8px; }
.pattern-index { border-top: 1px solid var(--line-strong); }
.pattern-row { position: relative; display: grid; grid-template-columns: 110px minmax(0, 1fr) 40px; gap: 32px; align-items: center; padding: 42px 0; border-bottom: 1px solid var(--line); }
.pattern-link, .archive-row > a { position: absolute; z-index: 1; inset: 0; }
.pattern-row time { display: flex; flex-direction: column; color: var(--accent); font-family: var(--font-label); font-size: 2.6rem; font-weight: 700; line-height: .8; }
.pattern-row time span { font-size: .78rem; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }
.pattern-row h2 { margin: 0 0 8px; font-size: clamp(1.8rem, 3.2vw, 3.6rem); line-height: 1; letter-spacing: -.04em; }
.pattern-row p { max-width: 760px; margin: 0; color: var(--muted); }
.pattern-arrow { color: var(--accent); font-size: 1.5rem; transition: transform .2s ease; }
.pattern-row:hover .pattern-arrow { transform: translate(4px,-4px); }

.podcast-index { display: grid; gap: 32px; }
.podcast-row { position: relative; display: grid; grid-template-columns: 86px 220px minmax(0,1fr) 70px; gap: 30px; align-items: center; padding: 24px; background: var(--surface); }
.podcast-row img { width: 220px; aspect-ratio: 1; object-fit: cover; }
.episode-number { align-self: start; color: var(--accent); font-family: var(--font-label); font-size: .75rem; letter-spacing: .11em; text-transform: uppercase; }
.podcast-row h2 { margin: 10px 0; font-size: clamp(1.7rem, 3vw, 3rem); line-height: 1.02; letter-spacing: -.04em; }
.podcast-row p:last-child { margin: 0; color: var(--muted); }
.podcast-row .podcast-play { margin: 0; }

.archive-list { border-top: 1px solid var(--line-strong); }
.archive-row { position: relative; display: grid; grid-template-columns: 120px 110px minmax(0,1fr) 24px; gap: 24px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); }
.archive-row time, .archive-row > span:not(:last-child) { color: var(--muted); font-family: var(--font-label); font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.archive-row > span:not(:last-child) { color: var(--accent); }
.archive-row h2 { margin: 0; font-size: clamp(1.25rem, 2.2vw, 2rem); line-height: 1.1; letter-spacing: -.025em; }
.archive-row > span:last-child { color: var(--accent); }

.page-main { padding-block: 80px 140px; }
.page-header { padding-bottom: 72px; }
.page-header h1 { line-height: .85; }
.about-page { padding-block: 64px 140px; }
.about-hero { display: grid; grid-template-columns: .7fr .95fr 1fr; gap: 54px; align-items: end; padding-bottom: 96px; }
.about-title { align-self: start; }
.about-title h1 { margin: 18px 0 0; font-family: var(--font-display); font-size: clamp(5rem, 9vw, 10rem); font-weight: 400; letter-spacing: -.045em; line-height: .8; }
.about-portrait { margin: 0; aspect-ratio: 4/5; overflow: hidden; }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; }
.about-intro { padding-bottom: 28px; }
.about-intro h2 { margin: 0 0 20px; color: var(--cream); font-size: clamp(1.7rem, 2.4vw, 2.6rem); line-height: 1.1; letter-spacing: -.035em; }
.about-intro p { margin: 0; color: var(--muted); }
.about-content { padding-top: 88px; border-top: 1px solid var(--line); }

.article { padding-top: 64px; }
.article-header { text-align: left; padding-block: 54px 72px; }
.article-type-row { display: flex; justify-content: space-between; gap: 24px; color: var(--muted); font-family: var(--font-label); font-size: .77rem; letter-spacing: .09em; text-transform: uppercase; }
.article-header h1 { max-width: 940px; margin: 28px 0 24px; font-size: clamp(3.2rem, 5.6vw, 6.25rem); line-height: .94; letter-spacing: -.048em; text-wrap: balance; }
.article-dek { max-width: 790px; margin: 0; color: #d4d1cb; font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.45; }
.article-byline { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 32px; color: var(--muted); font-size: .85rem; }
.article-byline img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; }
.article-byline a { color: var(--text); }
.article-feature { margin-top: 12px; margin-bottom: 80px; }
.article-feature img { width: 100%; max-height: 900px; object-fit: cover; }
.article-feature figcaption { max-width: 760px; margin: 12px auto 0; color: var(--muted); font-size: .8rem; }
.reading-progress { position: fixed; z-index: 99; top: 6px; left: 0; right: 0; height: 3px; pointer-events: none; }
.reading-progress span { display: block; width: 100%; height: 100%; background: var(--cream); transform: scaleX(0); transform-origin: left; }
.article-work .article-header { width: var(--shell); }
.article-work .article-header h1 { max-width: 1200px; }
.article-work .shell-content { width: min(1100px, calc(100vw - 48px)); }

.gh-content { color: #e6e3dd; font-family: var(--font-body); font-size: 1.08rem; line-height: 1.78; }
.gh-content > * { margin-top: 0; margin-bottom: 1.7em; }
.gh-content h2, .gh-content h3, .gh-content h4 { margin-top: 2.1em; margin-bottom: .75em; color: var(--text); line-height: 1.12; letter-spacing: -.035em; }
.gh-content h2 { font-size: clamp(2.2rem, 4vw, 3.7rem); }
.gh-content h3 { font-size: clamp(1.6rem, 2.5vw, 2.35rem); }
.gh-content p { text-wrap: pretty; }
.gh-content a { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.gh-content strong { color: var(--text); }
.gh-content blockquote { margin: 2.2em 0; padding: .2em 0 .2em 30px; border-left: 3px solid var(--accent); color: var(--cream); font-family: var(--font-display); font-size: clamp(1.8rem, 3.2vw, 3rem); font-style: italic; line-height: 1.15; }
.gh-content ul, .gh-content ol { padding-left: 1.4em; }
.gh-content li { margin-bottom: .55em; }
.gh-content hr { margin-block: 4em; border: 0; border-top: 1px solid var(--line-strong); }
.gh-content pre { overflow: auto; padding: 24px; background: #181818; font-size: .9rem; }
.gh-content code { font-size: .9em; }
.gh-content :not(pre) > code { padding: .15em .35em; background: var(--surface); }
.gh-content figure { margin-inline: 0; }
.gh-content figcaption { color: var(--muted); font-size: .78rem; text-align: center; }
.gh-content img { height: auto; }
.gh-content .kg-width-wide { width: min(1080px, calc(100vw - 48px)); margin-left: 50%; transform: translateX(-50%); }
.gh-content .kg-width-full { width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.gh-content .kg-width-full img { width: 100%; }
.gh-content .kg-card { margin-top: 2.8em; margin-bottom: 2.8em; }
.gh-content .kg-embed-card:has(iframe[src*="youtube"]),
.gh-content .kg-video-card {
    width: min(1280px, calc(100vw - 64px));
    margin-left: 50%;
    transform: translateX(-50%);
}
.gh-content .kg-embed-card iframe[src*="youtube"],
.gh-content .kg-video-card video {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    border: 0;
}

.gh-content .kg-bookmark-card a { text-decoration: none; }
.gh-content .kg-callout-card { border-radius: var(--radius); }

.paywall { margin-top: 72px; padding: 48px; border: 1px solid var(--line-strong); background: var(--surface); }
.paywall h2 { margin: 12px 0; font-size: 2.2rem; }
.paywall p:not(.eyebrow) { color: var(--muted); }
.paywall .button { margin: 12px 10px 0 0; }
.article-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 88px; padding-block: 28px; border-block: 1px solid var(--line); }
.article-tags { color: var(--muted); font-size: .84rem; }
.article-tags a { color: var(--text); }
.post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding-block: 92px 130px; }
.post-nav-item { min-height: 180px; padding: 28px; border: 1px solid var(--line); transition: border-color .2s ease, background .2s ease; }
.post-nav-item:hover { border-color: var(--accent); background: var(--surface); }
.post-nav-item strong { display: block; max-width: 560px; margin-top: 18px; font-size: clamp(1.4rem, 2.4vw, 2.4rem); line-height: 1.1; letter-spacing: -.035em; }
.post-nav-next { text-align: right; }

.pagination { display: flex; justify-content: space-between; gap: 24px; margin-top: 96px; padding-top: 24px; border-top: 1px solid var(--line); font-family: var(--font-label); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.author-header img { width: 96px; height: 96px; margin-bottom: 28px; border-radius: 50%; object-fit: cover; }
.error-page { display: flex; min-height: 70vh; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 80px; }
.error-page h1 { max-width: 900px; margin: 20px 0; font-family: var(--font-display); font-size: clamp(5rem, 10vw, 11rem); font-weight: 400; line-height: .8; }
.error-page > p:not(.eyebrow) { color: var(--muted); }
.error-page .button { margin-top: 24px; }

.site-footer { padding-bottom: 48px; }
.newsletter-panel { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 48px; align-items: center; padding: 68px; background: var(--cream); color: #1d1d1d; }
.newsletter-panel .eyebrow { color: #8a642b; }
.newsletter-panel h2 { max-width: 900px; margin: 12px 0 0; font-family: var(--font-display); font-size: clamp(2.7rem, 5vw, 5.8rem); font-weight: 400; line-height: .92; letter-spacing: -.035em; }
.footer-meta { display: grid; grid-template-columns: .5fr 1fr 1fr; gap: 42px; align-items: start; padding-block: 48px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.footer-brand { color: var(--accent); font-weight: 800; letter-spacing: -.02em; text-transform: uppercase; }
.footer-meta p { max-width: 500px; margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-links a:hover { color: var(--text); }

@media (max-width: 1100px) {
    :root { --shell: min(100% - 56px, 1480px); }
    .home-hero { grid-template-columns: 1fr 1fr; gap: 54px; }
    .hero-statement { font-size: clamp(5rem, 9vw, 7rem); }
    .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .two-up { gap: 48px; }
    .split-header { gap: 48px; }
    .podcast-row { grid-template-columns: 70px 170px minmax(0,1fr) 58px; }
    .podcast-row img { width: 170px; }
    .about-hero { grid-template-columns: .7fr 1fr; }
    .about-intro { grid-column: 2; }
}

@media (max-width: 820px) {
    :root { --shell: calc(100vw - 36px); --shell-wide: 100vw; --shell-narrow: calc(100vw - 36px); --shell-content: calc(100vw - 36px); }
    .top-rule { height: 4px; }
    .site-header { height: 94px; }
    .site-brand { font-size: 1.25rem; }
    .menu-toggle { display: inline-flex; }
    .header-actions { position: fixed; z-index: 101; inset: 0; display: none; flex-direction: column; align-items: stretch; justify-content: center; gap: 30px; padding: 110px 28px 40px; background: rgba(28,28,28,.98); }
    .header-actions.is-open { display: flex; }
    .site-nav { flex-direction: column; align-items: stretch; gap: 0; }
    .nav-link { padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--text); font-size: 1.3rem; }
    .nav-link.is-current::after { display: none; }
    .search-button { font-size: 1rem; }
    .home-hero { grid-template-columns: 1fr; min-height: auto; padding-block: 60px 88px; }
    .hero-statement-wrap { min-height: auto; }
    .hero-statement { font-size: clamp(5rem, 22vw, 8rem); line-height: .78; }
    .hero-intro h2 { font-size: 2.35rem; }
    .now-strip { grid-template-columns: 60px 1fr; }
    .now-strip a { grid-column: 2; }
    .section, .compact-section { padding-block: 86px; }
    .section-heading { align-items: flex-start; margin-bottom: 36px; }
    .work-grid, .two-up { grid-template-columns: 1fr; }
    .two-up { gap: 0; }
    .editorial-item { grid-template-columns: 42px minmax(0,1fr) 22px; }
    .editorial-image { display: none; }
    .editorial-item-featured { min-height: 250px; }
    .post-grid { grid-template-columns: 1fr; }
    .split-header { grid-template-columns: 1fr; gap: 32px; }
    .listing-header h1, .page-header h1 { font-size: clamp(5rem, 22vw, 8rem); }
    .pattern-row { grid-template-columns: 72px minmax(0,1fr) 24px; gap: 18px; }
    .pattern-row time { font-size: 2rem; }
    .podcast-row { grid-template-columns: 60px minmax(0,1fr) 54px; }
    .podcast-row img { display: none; }
    .archive-row { grid-template-columns: 100px minmax(0,1fr) 22px; }
    .archive-row > span:not(:last-child) { display: none; }
    .about-hero { grid-template-columns: 1fr; }
    .about-intro { grid-column: auto; }
    .about-portrait { max-width: 520px; }
    .article-header h1 { font-size: clamp(3.2rem, 10vw, 5rem); }
    .article-feature { margin-bottom: 54px; }
    .article-footer { align-items: flex-start; flex-direction: column; }
    .post-navigation { grid-template-columns: 1fr; }
    .post-nav-next { text-align: left; }
    .newsletter-panel { grid-template-columns: 1fr; padding: 42px 28px; }
    .footer-meta { grid-template-columns: 1fr; }
    .footer-links { justify-content: flex-start; }
}

@media (max-width: 520px) {
    body { font-size: .97rem; }
    .hero-statement { font-size: 4.7rem; }
    .hero-links { flex-direction: column; gap: 14px; }
    .section-heading { flex-direction: column; }
    .work-grid { gap: 54px; }
    .editorial-item { grid-template-columns: 34px minmax(0,1fr) 18px; gap: 12px; }
    .editorial-copy h3 { font-size: 1.75rem; }
    .podcast-card { min-height: 450px; }
    .podcast-copy { left: 24px; right: 24px; bottom: 24px; }
    .listing-page { padding-top: 52px; }
    .listing-header { margin-bottom: 58px; }
    .listing-header h1, .page-header h1 { font-size: 4.9rem; }
    .pattern-row { grid-template-columns: 55px minmax(0,1fr) 18px; padding: 30px 0; }
    .pattern-row h2 { font-size: 1.65rem; }
    .pattern-row p { font-size: .9rem; }
    .podcast-row { grid-template-columns: 48px minmax(0,1fr); padding: 22px; }
    .podcast-row .podcast-play { display: none; }
    .archive-row { grid-template-columns: 1fr 20px; gap: 12px; }
    .archive-row time { grid-column: 1; }
    .archive-row h2 { grid-column: 1; }
    .archive-row > span:last-child { grid-column: 2; grid-row: 1 / span 2; }
    .article { padding-top: 20px; }
    .article-header { padding-bottom: 48px; }
    .article-type-row { flex-direction: column; gap: 8px; }
    .article-header h1 { font-size: 3rem; }
    .gh-content { font-size: 1rem; }
    .gh-content .kg-embed-card:has(iframe[src*="youtube"]), .gh-content .kg-video-card { width: calc(100vw - 24px); }
    .gh-content blockquote { padding-left: 20px; }
    .paywall { padding: 30px 22px; }
    .post-nav-item { min-height: 140px; }
}

/* --------------------------------------------------------------------------
   Homepage v3 — publication-first front page
   -------------------------------------------------------------------------- */
.cover-link { position: absolute; z-index: 4; inset: 0; }
.home-v3 { overflow: hidden; }

.home-v3-hero { padding: clamp(52px, 6vw, 94px) 0 clamp(72px, 8vw, 120px); }
.home-v3-hero-copy { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(390px, .82fr); gap: clamp(56px, 7vw, 132px); align-items: end; }
.home-v3-statement .eyebrow { margin-bottom: 30px; }
.home-v3-statement h1 { max-width: 900px; margin: 0; font-family: var(--font-display); font-size: clamp(5.6rem, 9.2vw, 10.8rem); font-weight: 400; letter-spacing: -.058em; line-height: .76; text-wrap: balance; }
.home-v3-intro { padding-bottom: 8px; }
.home-v3-intro h2 { max-width: 690px; margin: 20px 0 24px; color: var(--cream); font-size: clamp(2.15rem, 3.25vw, 4rem); line-height: 1.03; letter-spacing: -.045em; text-wrap: balance; }
.home-v3-intro > p:not(.eyebrow) { max-width: 650px; margin: 0; color: #d5d2cc; font-size: clamp(1.02rem, 1.22vw, 1.18rem); line-height: 1.58; }
.home-v3-dispatch-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-top: clamp(62px, 7vw, 104px); padding-top: 22px; border-top: 1px solid var(--line-strong); }
.home-v3-dispatch-heading > p:last-child { max-width: 470px; margin: 0; color: var(--muted); font-size: .92rem; text-align: right; }
.home-v3-dispatch-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 1fr); gap: 22px; margin-top: 22px; }
.dispatch-card { position: relative; min-height: clamp(330px, 31vw, 480px); overflow: hidden; background: var(--surface); }
.dispatch-card figure { position: absolute; inset: 0; margin: 0; }
.dispatch-card figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04); transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.dispatch-card:hover figure img { transform: scale(1.035); }
.dispatch-card-art { position: absolute; inset: 0; display: grid; place-items: center; background: radial-gradient(circle at 70% 25%, rgba(222,167,79,.24), transparent 34%), linear-gradient(135deg, #34322f, #171717); }
.dispatch-card-art span { color: rgba(244,228,197,.72); font-family: var(--font-display); font-size: clamp(5rem, 9vw, 10rem); font-style: italic; }
.dispatch-card-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04) 12%, rgba(0,0,0,.88) 100%); }
.dispatch-card-copy { position: absolute; z-index: 2; right: clamp(24px, 3vw, 42px); bottom: clamp(24px, 3vw, 40px); left: clamp(24px, 3vw, 42px); }
.dispatch-card-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; color: #d8d4cc; font-family: var(--font-label); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.dispatch-card-meta span { color: var(--accent); }
.dispatch-card h3 { max-width: 680px; margin: 13px 0 9px; font-size: clamp(1.8rem, 2.7vw, 3.6rem); line-height: .96; letter-spacing: -.045em; text-wrap: balance; }
.dispatch-card-perspective h3 { font-size: clamp(2.3rem, 3.7vw, 4.8rem); }
.dispatch-card-copy > p { max-width: 610px; margin: 0; color: #d6d2ca; font-size: .86rem; line-height: 1.45; }
.dispatch-card-pattern .dispatch-card-copy > p, .dispatch-card-podcast .dispatch-card-copy > p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.dispatch-arrow { position: absolute; right: 0; bottom: 0; color: var(--accent); font-size: 1.15rem; transition: transform .2s ease; }
.dispatch-card:hover .dispatch-arrow { transform: translate(3px,-3px); }
.dispatch-play { display: grid; width: 42px; height: 42px; place-items: center; margin: 16px 0 2px; border: 1px solid rgba(255,255,255,.44); border-radius: 50%; color: var(--accent); font-size: .68rem; padding-left: 2px; }

.home-v3-now { display: grid; grid-template-columns: 92px minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 25px 0; border-block: 1px solid var(--line-strong); }
.home-v3-now > p:not(.eyebrow) { max-width: 880px; margin: 0; color: var(--muted); }
.home-v3-now > a { display: inline-flex; gap: 8px; color: var(--text); font-family: var(--font-label); font-size: .75rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.home-v3-now > a span { color: var(--accent); }

.home-editorial-section, .home-v3-podcasts, .home-v3-work { padding-block: clamp(104px, 11vw, 170px); }
.home-editorial-section, .home-v3-podcasts, .home-v3-work { border-top: 1px solid var(--line); }
.home-v3-heading { margin-bottom: 58px; }
.home-v3-heading h2 { margin: 10px 0 0; font-size: clamp(4.4rem, 7.4vw, 8.5rem); line-height: .79; letter-spacing: -.06em; }

.home-editorial-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 68px 28px; }
.home-editorial-card { position: relative; grid-column: span 4; }
.home-editorial-card:first-child { grid-column: span 6; }
.home-editorial-card:nth-child(2), .home-editorial-card:nth-child(3) { grid-column: span 3; }
.home-editorial-card figure { aspect-ratio: 4/3; margin: 0 0 22px; overflow: hidden; background: var(--surface); }
.home-editorial-card figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .45s ease; }
.home-editorial-card:hover figure img { transform: scale(1.03); }
.home-editorial-art { display: grid; aspect-ratio: 4/3; place-items: center; margin-bottom: 22px; background: radial-gradient(circle at 70% 25%, rgba(222,167,79,.18), transparent 32%), var(--surface); }
.home-editorial-art span { color: var(--accent); font-family: var(--font-display); font-size: clamp(4rem, 8vw, 8rem); }
.home-editorial-copy { position: relative; padding-right: 24px; }
.home-editorial-copy h3 { margin: 12px 0 10px; font-size: clamp(1.5rem, 2.25vw, 2.55rem); line-height: 1.03; letter-spacing: -.04em; }
.home-editorial-card:first-child .home-editorial-copy h3 { font-size: clamp(2.5rem, 4vw, 4.8rem); line-height: .93; }
.home-editorial-card:nth-child(2) .home-editorial-copy h3, .home-editorial-card:nth-child(3) .home-editorial-copy h3 { font-size: clamp(1.35rem, 1.8vw, 2rem); }
.home-editorial-copy > p { margin: 0; color: var(--muted); font-size: .92rem; }
.home-editorial-card:first-child .home-editorial-copy > p { max-width: 690px; font-size: 1.02rem; }
.home-editorial-arrow { display: inline-block; margin-top: 16px; color: var(--accent); font-size: 1.15rem; transition: transform .2s ease; }
.home-editorial-card:hover .home-editorial-arrow { transform: translate(3px,-3px); }
.home-patterns-section { padding-top: clamp(104px, 11vw, 170px); }

.podcast-home-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(350px, .82fr); gap: 28px; }
.podcast-home-feature { position: relative; display: grid; grid-template-columns: minmax(260px, .84fr) minmax(0, 1.16fr); min-height: 600px; background: var(--surface); }
.podcast-home-art { display: grid; min-height: 100%; place-items: center; overflow: hidden; background: #171717; }
.podcast-home-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.podcast-home-feature:hover .podcast-home-art img { transform: scale(1.025); }
.podcast-home-art > span { color: var(--accent); font-family: var(--font-display); font-size: clamp(6rem, 10vw, 10rem); font-style: italic; }
.podcast-home-feature-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: clamp(38px, 5vw, 72px); }
.podcast-home-feature-copy .podcast-play { margin-bottom: auto; }
.podcast-home-feature-copy h3 { margin: 16px 0 18px; font-size: clamp(2.6rem, 4vw, 4.7rem); line-height: .93; letter-spacing: -.05em; }
.podcast-home-feature-copy > p:not(.eyebrow) { margin: 0 0 26px; color: var(--muted); }
.podcast-home-grid > .podcast-home-row { grid-column: 2; }
.podcast-home-grid > .podcast-home-feature { grid-row: 1 / span 3; }
.podcast-home-row { position: relative; display: grid; grid-template-columns: 72px minmax(0,1fr) 52px; gap: 22px; align-items: center; min-height: 181px; padding: 28px; border: 1px solid var(--line); }
.podcast-home-row + .podcast-home-row { margin-top: -1px; }
.podcast-home-row .episode-number { color: var(--accent); }
.podcast-home-row time { color: var(--muted); font-family: var(--font-label); font-size: .69rem; letter-spacing: .08em; text-transform: uppercase; }
.podcast-home-row h3 { margin: 8px 0 7px; font-size: clamp(1.4rem, 2vw, 2.1rem); line-height: 1.05; letter-spacing: -.035em; }
.podcast-home-row p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.42; }
.podcast-row-play { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--accent); font-size: .75rem; padding-left: 2px; }

.home-work-grid { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: 42px 28px; }
.home-work-grid .work-card { grid-column: span 4; }
.home-work-grid .work-card:first-child { grid-column: span 6; }
.home-work-grid .work-card:nth-child(2), .home-work-grid .work-card:nth-child(3) { grid-column: span 3; }
.home-work-grid .work-card:first-child .work-card-media { aspect-ratio: 4/3; }
.home-work-grid .work-card:nth-child(2) .work-card-media, .home-work-grid .work-card:nth-child(3) .work-card-media { aspect-ratio: 3/4; }
.home-work-grid .work-card:nth-child(2) .work-card-copy h3, .home-work-grid .work-card:nth-child(3) .work-card-copy h3 { font-size: clamp(1.4rem, 2vw, 2rem); }

.home-v3-end { display: grid; grid-template-columns: 140px minmax(0,1fr) auto; gap: 36px; align-items: center; margin-bottom: clamp(100px, 12vw, 180px); padding: 42px 0; border-block: 1px solid var(--line-strong); }
.home-v3-end > p:not(.eyebrow) { max-width: 820px; margin: 0; color: var(--muted); font-family: var(--font-display); font-size: clamp(1.7rem, 2.6vw, 3rem); line-height: 1.07; }

@media (max-width: 1180px) {
    .home-v3-hero-copy { gap: 54px; }
    .home-v3-statement h1 { font-size: clamp(5rem, 9vw, 8rem); }
    .home-v3-dispatch-grid { grid-template-columns: 1.2fr 1fr 1fr; }
    .podcast-home-feature { grid-template-columns: .72fr 1.28fr; }
}

@media (max-width: 920px) {
    .home-v3-hero-copy { grid-template-columns: 1fr; gap: 54px; }
    .home-v3-statement h1 { max-width: 820px; font-size: clamp(5rem, 15vw, 8.5rem); }
    .home-v3-intro { max-width: 760px; }
    .home-v3-dispatch-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
    .home-v3-dispatch-heading > p:last-child { text-align: left; }
    .home-v3-dispatch-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dispatch-card-perspective { grid-column: span 2; min-height: 560px; }
    .home-v3-now { grid-template-columns: 72px 1fr; }
    .home-v3-now > a { grid-column: 2; }
    .home-editorial-card { grid-column: span 6; }
    .home-editorial-card:first-child { grid-column: span 12; }
    .home-editorial-card:nth-child(2), .home-editorial-card:nth-child(3) { grid-column: span 6; }
    .podcast-home-grid { grid-template-columns: 1fr; }
    .podcast-home-feature { grid-template-columns: .85fr 1.15fr; min-height: 520px; }
    .podcast-home-grid > .podcast-home-feature, .podcast-home-grid > .podcast-home-row { grid-column: auto; grid-row: auto; }
    .home-work-grid .work-card:first-child { grid-column: span 12; }
    .home-work-grid .work-card:nth-child(2), .home-work-grid .work-card:nth-child(3) { grid-column: span 6; }
    .home-work-grid .work-card:first-child .work-card-media { aspect-ratio: 16/9; }
    .home-work-grid .work-card:nth-child(2) .work-card-media, .home-work-grid .work-card:nth-child(3) .work-card-media { aspect-ratio: 4/3; }
    .home-v3-end { grid-template-columns: 100px minmax(0,1fr); }
    .home-v3-end .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 680px) {
    .home-v3-hero { padding: 46px 0 74px; }
    .home-v3-statement .eyebrow { margin-bottom: 22px; }
    .home-v3-statement h1 { font-size: clamp(4.5rem, 21vw, 6.8rem); line-height: .76; }
    .home-v3-intro h2 { font-size: clamp(2rem, 10vw, 3rem); }
    .home-v3-dispatch-grid { grid-template-columns: 1fr; }
    .dispatch-card, .dispatch-card-perspective { grid-column: auto; min-height: 430px; }
    .dispatch-card-perspective { min-height: 500px; }
    .dispatch-card h3, .dispatch-card-perspective h3 { font-size: clamp(2.2rem, 10vw, 3.5rem); }
    .home-v3-now { grid-template-columns: 1fr; gap: 10px; }
    .home-v3-now > a { grid-column: 1; margin-top: 8px; }
    .home-editorial-section, .home-v3-podcasts, .home-v3-work { padding-block: 88px; }
    .home-v3-heading { align-items: flex-start; }
    .home-v3-heading h2 { font-size: clamp(4.2rem, 20vw, 6.3rem); }
    .home-editorial-grid { gap: 56px; }
    .home-editorial-card, .home-editorial-card:first-child, .home-editorial-card:nth-child(2), .home-editorial-card:nth-child(3) { grid-column: span 12; }
    .home-editorial-card:first-child .home-editorial-copy h3 { font-size: clamp(2.5rem, 12vw, 4rem); }
    .podcast-home-feature { grid-template-columns: 1fr; }
    .podcast-home-art { min-height: 360px; }
    .podcast-home-feature-copy { min-height: 430px; }
    .podcast-home-row { grid-template-columns: 54px minmax(0,1fr); }
    .podcast-row-play { display: none; }
    .home-work-grid .work-card:first-child, .home-work-grid .work-card:nth-child(2), .home-work-grid .work-card:nth-child(3) { grid-column: span 12; }
    .home-v3-end { grid-template-columns: 1fr; gap: 18px; }
    .home-v3-end .button { grid-column: 1; }
}

/* --------------------------------------------------------------------------
   v1.4 — uniform content grids, linked taxonomy labels, refined reading type
   -------------------------------------------------------------------------- */
.card-tag-link {
    position: relative;
    z-index: 5;
    color: var(--accent);
    text-decoration: none;
    pointer-events: auto;
}
.card-tag-link:hover { text-decoration: underline; text-underline-offset: 3px; }

/* Keep cards fully clickable while allowing taxonomy links to remain distinct. */
.cover-link,
.post-card-link,
.work-card-link { z-index: 1; }
.dispatch-card-copy,
.home-editorial-copy,
.post-card-content,
.work-card-copy {
    position: relative;
    z-index: 2;
    pointer-events: none;
}
.post-card-meta .card-tag-link,
.dispatch-card-meta .card-tag-link,
.work-card-copy .card-tag-link { pointer-events: auto; }

/* Every homepage section now uses an equal-column grid. */
.home-v3-dispatch-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.dispatch-card { min-height: clamp(360px, 30vw, 500px); }
.dispatch-card h3,
.dispatch-card-perspective h3 {
    font-size: clamp(1.75rem, 2.35vw, 3rem);
    line-height: 1;
}
.dispatch-card-copy > p { font-size: .92rem; }

.home-editorial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 68px 28px;
}
.home-editorial-card,
.home-editorial-card:first-child,
.home-editorial-card:nth-child(2),
.home-editorial-card:nth-child(3) {
    grid-column: auto;
}
.home-editorial-card figure,
.home-editorial-art { aspect-ratio: 4 / 3; }
.home-editorial-card .home-editorial-copy h3,
.home-editorial-card:first-child .home-editorial-copy h3,
.home-editorial-card:nth-child(2) .home-editorial-copy h3,
.home-editorial-card:nth-child(3) .home-editorial-copy h3 {
    margin: 12px 0 10px;
    font-size: clamp(1.55rem, 2vw, 2.35rem);
    line-height: 1.04;
}
.home-editorial-card .home-editorial-copy > p,
.home-editorial-card:first-child .home-editorial-copy > p {
    max-width: none;
    font-size: .96rem;
}

.home-work-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 68px 28px;
}
.home-work-grid .work-card,
.home-work-grid .work-card:first-child,
.home-work-grid .work-card:nth-child(2),
.home-work-grid .work-card:nth-child(3) {
    grid-column: auto;
}
.home-work-grid .work-card .work-card-media,
.home-work-grid .work-card:first-child .work-card-media,
.home-work-grid .work-card:nth-child(2) .work-card-media,
.home-work-grid .work-card:nth-child(3) .work-card-media {
    aspect-ratio: 4 / 3;
}
.home-work-grid .work-card .work-card-copy h3,
.home-work-grid .work-card:nth-child(2) .work-card-copy h3,
.home-work-grid .work-card:nth-child(3) .work-card-copy h3 {
    font-size: clamp(1.55rem, 2vw, 2.35rem);
}

/* Cards no longer use directional arrow affordances. */
.dispatch-arrow,
.home-editorial-arrow,
.pattern-arrow,
.archive-row > span:last-child { display: none !important; }

.post-card-placeholder {
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 70% 25%, rgba(222,167,79,.18), transparent 32%), var(--surface);
}
.post-card-placeholder span {
    color: var(--accent);
    font-family: var(--font-display);
    font-size: clamp(3.5rem, 7vw, 7rem);
    font-style: italic;
}

/* More comfortable long-form reading; blockquotes no longer overpower the page. */
.gh-content {
    font-size: 1.2rem;
    line-height: 1.78;
}
.gh-content blockquote {
    font-family: var(--font-body);
    font-size: clamp(1.28rem, 1.65vw, 1.58rem);
    font-style: italic;
    line-height: 1.48;
}
.article-type-row .card-tag-link { font-family: inherit; letter-spacing: inherit; text-transform: inherit; }

@media (max-width: 980px) {
    .home-v3-dispatch-grid,
    .home-editorial-grid,
    .home-work-grid,
    .post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .dispatch-card-perspective { grid-column: auto; min-height: clamp(360px, 52vw, 520px); }
    .home-editorial-card,
    .home-editorial-card:first-child,
    .home-editorial-card:nth-child(2),
    .home-editorial-card:nth-child(3),
    .home-work-grid .work-card,
    .home-work-grid .work-card:first-child,
    .home-work-grid .work-card:nth-child(2),
    .home-work-grid .work-card:nth-child(3) {
        grid-column: auto;
    }
}

@media (max-width: 680px) {
    .home-v3-dispatch-grid,
    .home-editorial-grid,
    .home-work-grid,
    .post-grid {
        grid-template-columns: 1fr;
    }
    .dispatch-card,
    .dispatch-card-perspective { min-height: 430px; }
    .dispatch-card h3,
    .dispatch-card-perspective h3 { font-size: clamp(2rem, 9vw, 3.15rem); }
    .home-editorial-card,
    .home-editorial-card:first-child,
    .home-editorial-card:nth-child(2),
    .home-editorial-card:nth-child(3),
    .home-work-grid .work-card,
    .home-work-grid .work-card:first-child,
    .home-work-grid .work-card:nth-child(2),
    .home-work-grid .work-card:nth-child(3) {
        grid-column: auto;
    }
    .home-editorial-card .home-editorial-copy h3,
    .home-editorial-card:first-child .home-editorial-copy h3,
    .home-editorial-card:nth-child(2) .home-editorial-copy h3,
    .home-editorial-card:nth-child(3) .home-editorial-copy h3 {
        font-size: clamp(1.8rem, 8vw, 2.65rem);
    }
    .gh-content { font-size: 1.1rem; }
    .gh-content blockquote { font-size: 1.22rem; line-height: 1.5; }
}

/* --------------------------------------------------------------------------
   v1.5 — homepage subscription, publication guide, and podcast play states
   -------------------------------------------------------------------------- */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.hero-subscribe-form {
    width: min(620px, 100%);
    margin-top: clamp(34px, 4vw, 54px);
}
.hero-subscribe-fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    border-bottom: 1px solid var(--line-strong);
}
.hero-subscribe-fields input {
    min-width: 0;
    height: 58px;
    padding: 0 18px 0 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--text);
    font-size: 1rem;
}
.hero-subscribe-fields input::placeholder { color: #85817a; }
.hero-subscribe-fields input:focus { box-shadow: inset 0 -1px 0 var(--accent); }
.hero-subscribe-fields button {
    align-self: stretch;
    min-width: 136px;
    border: 0;
    background: transparent;
    color: var(--accent);
    font-family: var(--font-label);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
}
.hero-subscribe-fields button:hover { color: var(--cream); }
.hero-subscribe-form.loading button { opacity: .55; cursor: wait; }
.hero-subscribe-message {
    display: none;
    margin: 13px 0 0;
    color: var(--muted);
    font-size: .8rem;
    line-height: 1.45;
}
.hero-subscribe-form.success .hero-subscribe-success,
.hero-subscribe-form.error .hero-subscribe-error { display: block; }
.hero-subscribe-form.success .hero-subscribe-fields { display: none; }
.hero-subscribe-form.success .hero-subscribe-success { color: var(--cream); }
.hero-subscribe-form.error .hero-subscribe-error { color: #e5a3a3; }

.home-v3-index {
    margin-top: clamp(70px, 8vw, 124px);
    border-top: 1px solid var(--line-strong);
}
.home-v3-index > a {
    display: grid;
    grid-template-columns: 88px 280px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
    padding: clamp(34px, 3.7vw, 50px) 0;
    border-bottom: 1px solid var(--line);
}
.home-v3-index > a > span {
    color: var(--accent);
    font-family: var(--font-label);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .14em;
}
.home-v3-index strong {
    color: var(--text);
    font-size: clamp(1.65rem, 2.2vw, 2.25rem);
    line-height: 1.08;
    letter-spacing: -.035em;
}
.home-v3-index small {
    max-width: 720px;
    color: var(--muted);
    font-size: clamp(1.08rem, 1.5vw, 1.45rem);
    line-height: 1.42;
}
.home-v3-index i {
    justify-self: end;
    color: var(--accent);
    font-size: 1.75rem;
    font-style: normal;
    line-height: 1;
    transition: transform .2s ease;
}
.home-v3-index > a:hover strong { color: var(--cream); }
.home-v3-index > a:hover i { transform: translate(4px, -4px); }

/* Preserve the existing image-led “From the publication” composition. */
.home-v3-index + .home-v3-dispatch-heading {
    margin-top: clamp(84px, 9vw, 138px);
}

.card-play-icon {
    position: absolute;
    z-index: 4;
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 50%;
    background: var(--accent);
    color: #171717;
    font-size: .85rem;
    line-height: 1;
    padding-left: 3px;
    pointer-events: none;
    box-shadow: 0 10px 28px rgba(0,0,0,.24);
}
.dispatch-play-icon { top: 24px; left: 24px; }
.home-card-play-icon,
.post-card-play-icon { top: 18px; left: 18px; }
.home-editorial-card figure,
.home-editorial-art,
.post-card-image-wrap { position: relative; }

@media (max-width: 980px) {
    .home-v3-index > a {
        grid-template-columns: 66px 210px minmax(0, 1fr);
        gap: 24px;
    }
    .home-v3-index small { font-size: 1.08rem; }
}

@media (max-width: 680px) {
    .hero-subscribe-fields { grid-template-columns: 1fr auto; }
    .hero-subscribe-fields input { height: 54px; font-size: .94rem; }
    .hero-subscribe-fields button { min-width: 104px; font-size: .7rem; }

    .home-v3-index { margin-top: 68px; }
    .home-v3-index > a {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 14px;
        padding: 30px 0;
    }
    .home-v3-index > a > span { font-size: .76rem; }
    .home-v3-index strong { font-size: 1.5rem; }
    .home-v3-index small {
        grid-column: 2 / 3;
        margin-top: 4px;
        font-size: .96rem;
    }
    .home-v3-index i { grid-column: 3; grid-row: 1; font-size: 1.35rem; }
    .home-v3-index + .home-v3-dispatch-heading { margin-top: 78px; }

    .card-play-icon { width: 46px; height: 46px; }
    .dispatch-play-icon { top: 20px; left: 20px; }
    .home-card-play-icon,
    .post-card-play-icon { top: 15px; left: 15px; }
}

/* --------------------------------------------------------------------------
   v1.6 — refined latest grid, subscription rationale, and Playbooks
   -------------------------------------------------------------------------- */
.hero-subscribe-reason {
    width: min(590px, 100%);
    margin: clamp(28px, 3vw, 42px) 0 0;
    color: var(--muted);
    font-size: clamp(.94rem, 1.05vw, 1.08rem);
    line-height: 1.55;
}
.hero-subscribe-reason + .hero-subscribe-form {
    margin-top: 14px;
}

.home-v3-dispatch-heading {
    align-items: end;
}
.home-v3-dispatch-heading > div {
    min-width: 0;
}
.home-v3-dispatch-heading h2 {
    margin: 10px 0 0;
    font-size: clamp(4rem, 7.2vw, 8.2rem);
    line-height: .8;
    letter-spacing: -.06em;
}
.home-v3-dispatch-heading > p:last-child {
    padding-bottom: 7px;
}

/* The latest cards preserve the image-led treatment while preventing long
   titles and excerpts from escaping their frames. */
.home-v3-dispatch-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    align-items: stretch;
}
.dispatch-card,
.dispatch-card-perspective {
    aspect-ratio: 4 / 5;
    min-height: 0;
}
.dispatch-card-shade {
    background:
        linear-gradient(180deg, rgba(0,0,0,.06) 25%, rgba(0,0,0,.36) 52%, rgba(0,0,0,.94) 100%);
}
.dispatch-card-copy {
    right: clamp(22px, 2.1vw, 34px);
    bottom: clamp(22px, 2.1vw, 34px);
    left: clamp(22px, 2.1vw, 34px);
    max-height: calc(100% - 48px);
}
.dispatch-card h3,
.dispatch-card-perspective h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 13px 0 10px;
    font-size: clamp(1.65rem, 1.85vw, 2.45rem);
    line-height: 1.02;
    letter-spacing: -.04em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.dispatch-card-copy > p,
.dispatch-card-pattern .dispatch-card-copy > p,
.dispatch-card-podcast .dispatch-card-copy > p {
    display: -webkit-box;
    overflow: hidden;
    font-size: clamp(.84rem, .82vw, .94rem);
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-playbooks-section {
    padding-top: clamp(104px, 11vw, 170px);
}

@media (max-width: 1180px) {
    .home-v3-dispatch-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .dispatch-card,
    .dispatch-card-perspective {
        aspect-ratio: 5 / 6;
    }
}

@media (max-width: 680px) {
    .home-v3-dispatch-heading h2 {
        font-size: clamp(3.8rem, 18vw, 6.2rem);
    }
    .home-v3-dispatch-grid {
        grid-template-columns: 1fr;
    }
    .dispatch-card,
    .dispatch-card-perspective {
        aspect-ratio: 4 / 5;
        min-height: 0;
    }
    .dispatch-card h3,
    .dispatch-card-perspective h3 {
        font-size: clamp(1.85rem, 8.5vw, 2.8rem);
    }
}

/* --------------------------------------------------------------------------
   v1.7 — text-led latest cards and a dependable archive route
   -------------------------------------------------------------------------- */
.latest-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 30px;
    border-top: 1px solid var(--line-strong);
    border-bottom: 1px solid var(--line-strong);
}
.latest-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: clamp(310px, 25vw, 430px);
    flex-direction: column;
    padding: clamp(24px, 2.4vw, 38px);
    border-right: 1px solid var(--line);
    background: rgba(255,255,255,.012);
    transition: background-color .2s ease;
}
.latest-card:last-child { border-right: 0; }
.latest-card:hover { background: rgba(255,255,255,.035); }
.latest-card-cover {
    position: absolute;
    z-index: 1;
    inset: 0;
}
.latest-card-meta {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    pointer-events: none;
}
.latest-card-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--accent);
    font-family: var(--font-label);
    font-size: .74rem;
    font-weight: 650;
    letter-spacing: .105em;
    text-transform: uppercase;
    pointer-events: auto;
}
.latest-card-tag span {
    color: var(--muted);
    font-size: .67rem;
}
.latest-card-tag i {
    display: inline-grid;
    width: 23px;
    height: 23px;
    place-items: center;
    border-radius: 50%;
    background: var(--accent);
    color: #171717;
    font-size: .55rem;
    font-style: normal;
    letter-spacing: 0;
    padding-left: 1px;
}
.latest-card time {
    color: var(--muted);
    font-family: var(--font-label);
    font-size: .67rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.latest-card h3 {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    overflow: hidden;
    margin: auto 0 18px;
    font-size: clamp(1.85rem, 2.45vw, 3.35rem);
    line-height: .98;
    letter-spacing: -.045em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    pointer-events: none;
}
.latest-card > p {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--muted);
    font-size: clamp(.92rem, 1vw, 1.05rem);
    line-height: 1.48;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    pointer-events: none;
}
.archive-page code {
    color: var(--cream);
    font-size: .88em;
}
.empty-state {
    padding: 48px 0;
    color: var(--muted);
}

@media (max-width: 1180px) {
    .latest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .latest-card:nth-child(2) { border-right: 0; }
    .latest-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 680px) {
    .latest-grid { grid-template-columns: 1fr; }
    .latest-card {
        min-height: 300px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }
    .latest-card:last-child { border-bottom: 0; }
    .latest-card h3 { font-size: clamp(2rem, 10vw, 3.1rem); }
}


/* --------------------------------------------------------------------------
   v1.8 — Latest first, plural publication labels, and unclipped titles
   -------------------------------------------------------------------------- */
.home-v3-dispatch-heading {
    justify-content: flex-start;
}
.home-v3-dispatch-heading h2 {
    font-size: clamp(3.4rem, 6vw, 6.8rem);
}
.latest-card {
    min-height: clamp(230px, 18vw, 310px);
}
.latest-card h3 {
    display: block;
    overflow: visible;
    margin: auto 0 0;
    font-size: clamp(1.35rem, 1.65vw, 2.15rem);
    line-height: 1.05;
    letter-spacing: -.035em;
    -webkit-line-clamp: unset;
}
.latest-grid + .home-v3-index {
    margin-top: clamp(78px, 8vw, 124px);
}
.home-v3-index {
    margin-top: clamp(78px, 8vw, 124px);
}

@media (max-width: 680px) {
    .home-v3-dispatch-heading h2 {
        font-size: clamp(3.2rem, 15vw, 5.2rem);
    }
    .latest-card {
        min-height: 220px;
    }
    .latest-card h3 {
        font-size: clamp(1.55rem, 7.5vw, 2.25rem);
    }
}


/* --------------------------------------------------------------------------
   v1.9 — descriptions in The Latest and tighter article H2 rhythm
   -------------------------------------------------------------------------- */
.latest-card h3 {
    margin: auto 0 0;
}
.gh-content h2 {
    margin-top: 1.4em;
    font-size: clamp(1.9rem, 3vw, 3rem);
}

@media (max-width: 680px) {
    .latest-card h3 {
        margin-bottom: 10px;
    }
    .gh-content h2 {
        margin-top: 1.3em;
        font-size: clamp(1.8rem, 8vw, 2.5rem);
    }
}


/* --------------------------------------------------------------------------
   v2.0 — category descriptions and a singular Podcast identity
   -------------------------------------------------------------------------- */
.home-section-description {
    max-width: 760px;
    margin: 22px 0 0;
    color: var(--muted);
    font-size: clamp(1rem, 1.15vw, 1.18rem);
    line-height: 1.55;
}
.home-v3-heading > div {
    min-width: 0;
}

@media (max-width: 680px) {
    .home-section-description {
        margin-top: 16px;
        font-size: 1rem;
    }
}

/* --------------------------------------------------------------------------
   v2.1 — custom About and Library pages
   -------------------------------------------------------------------------- */
.about-page-v2,
.library-page {
    padding-block: clamp(54px, 6vw, 96px) clamp(110px, 12vw, 180px);
}

.about-hero-v2 {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(320px, .72fr) minmax(260px, .48fr);
    gap: clamp(34px, 5vw, 78px);
    align-items: end;
    padding-bottom: clamp(78px, 9vw, 138px);
    border-bottom: 1px solid var(--line-strong);
}
.about-hero-heading {
    align-self: start;
    padding-top: clamp(12px, 2vw, 30px);
}
.about-hero-heading h1 {
    margin: 18px 0 0;
    font-family: var(--font-display);
    font-size: clamp(6.2rem, 11vw, 13rem);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .72;
}
.about-hero-deck {
    max-width: 720px;
    margin: clamp(36px, 4vw, 58px) 0 0;
    color: var(--cream);
    font-size: clamp(1.35rem, 2vw, 2.1rem);
    font-weight: 650;
    line-height: 1.2;
    letter-spacing: -.025em;
    text-wrap: balance;
}
.about-hero-portrait {
    position: relative;
    align-self: stretch;
    min-height: 560px;
    margin: 0;
    overflow: hidden;
    background: var(--surface);
}
.about-hero-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-hero-portrait figcaption {
    position: absolute;
    right: 14px;
    bottom: 12px;
    color: rgba(255,255,255,.72);
    font-family: var(--font-label);
    font-size: .64rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.about-hero-portrait-placeholder {
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 62% 28%, rgba(222,167,79,.22), transparent 32%), var(--surface);
}
.about-hero-portrait-placeholder span {
    color: var(--accent);
    font-family: var(--font-display);
    font-size: clamp(5rem, 10vw, 10rem);
}
.about-hero-note {
    padding-bottom: 20px;
}
.about-hero-note > p {
    margin: 0 0 28px;
    color: var(--muted);
    font-family: var(--font-display);
    font-size: clamp(1.55rem, 2.25vw, 2.65rem);
    line-height: 1.08;
}
.about-page-content,
.library-page-content {
    padding-top: clamp(74px, 8vw, 128px);
}
.about-page-content > .kg-card,
.library-page-content > .kg-card {
    width: 100%;
    margin: 0;
}
.about-page-content > .kg-html-card,
.library-page-content > .kg-html-card {
    width: 100%;
}

.about-sections {
    display: grid;
    gap: 0;
}
.about-chapter {
    display: grid;
    grid-template-columns: minmax(160px, .34fr) minmax(0, 1.28fr);
    gap: clamp(36px, 7vw, 116px);
    padding: clamp(72px, 8vw, 126px) 0;
    border-bottom: 1px solid var(--line);
}
.about-chapter:first-child { padding-top: 0; }
.about-chapter-marker {
    position: sticky;
    top: 36px;
    align-self: start;
}
.about-chapter-marker span {
    display: block;
    margin-bottom: 14px;
    color: var(--accent);
    font-family: var(--font-label);
    font-size: .76rem;
    letter-spacing: .13em;
}
.about-chapter-marker h2 {
    margin: 0;
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.08;
    letter-spacing: -.025em;
}
.about-chapter-body {
    max-width: 960px;
}
.about-chapter-body > p {
    max-width: 820px;
    margin: 0 0 1.45em;
    color: #d8d5cf;
    font-size: clamp(1.08rem, 1.35vw, 1.3rem);
    line-height: 1.75;
}
.about-chapter-body > p.about-lede {
    max-width: 930px;
    margin-bottom: 1.3em;
    color: var(--cream);
    font-family: var(--font-display);
    font-size: clamp(2rem, 3.4vw, 4rem);
    line-height: 1.03;
}
.about-beliefs-grid,
.about-focus-grid,
.about-influences-grid,
.about-explore-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--line-strong);
}
.about-belief,
.about-focus-card,
.about-influence-card,
.about-explore-link {
    min-width: 0;
    padding: clamp(26px, 3vw, 42px);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.about-belief:nth-child(2n),
.about-focus-card:nth-child(2n),
.about-influence-card:nth-child(2n),
.about-explore-link:nth-child(2n) { border-right: 0; }
.about-belief > span,
.about-focus-card > span,
.about-influence-card > span {
    display: block;
    margin-bottom: clamp(28px, 4vw, 54px);
    color: var(--accent);
    font-family: var(--font-label);
    font-size: .72rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.about-belief h3,
.about-focus-card h3,
.about-influence-card h3,
.about-explore-link strong {
    display: block;
    margin: 0 0 12px;
    font-size: clamp(1.35rem, 2vw, 2.15rem);
    line-height: 1.08;
    letter-spacing: -.03em;
}
.about-belief p,
.about-focus-card p,
.about-influence-card p,
.about-explore-link small {
    display: block;
    margin: 0;
    color: var(--muted);
    font-size: .96rem;
    line-height: 1.55;
}
.about-influence-card em {
    display: block;
    margin-top: 18px;
    color: var(--cream);
    font-family: var(--font-display);
    font-size: 1.08rem;
}
.about-chapter-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    margin-top: 34px;
}
.about-explore-link {
    position: relative;
    min-height: 180px;
    transition: background-color .2s ease;
}
.about-explore-link:hover { background: rgba(255,255,255,.035); }
.about-explore-link i {
    position: absolute;
    right: 28px;
    bottom: 24px;
    color: var(--accent);
    font-size: 1.25rem;
    font-style: normal;
}

.library-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, .58fr);
    gap: clamp(48px, 8vw, 130px);
    align-items: end;
    padding-bottom: clamp(70px, 8vw, 118px);
    border-bottom: 1px solid var(--line-strong);
}
.library-hero h1 {
    margin: 18px 0 0;
    font-family: var(--font-display);
    font-size: clamp(6rem, 12vw, 13rem);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .72;
}
.library-hero-copy p {
    margin: 0;
    color: var(--cream);
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 2.7vw, 3.25rem);
    line-height: 1.07;
}
.library-feature-image {
    width: 100%;
    max-height: 700px;
    margin: clamp(42px, 5vw, 76px) 0 0;
    overflow: hidden;
}
.library-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.library-intro-note {
    display: grid;
    grid-template-columns: 140px minmax(0, 760px);
    gap: 36px;
    padding-bottom: clamp(72px, 8vw, 120px);
}
.library-intro-note p { margin: 0; }
.library-intro-note p:last-child {
    color: var(--muted);
    font-size: clamp(1.08rem, 1.35vw, 1.28rem);
    line-height: 1.7;
}
.library-shelf {
    padding: clamp(74px, 8vw, 126px) 0;
    border-top: 1px solid var(--line-strong);
}
.library-shelf-heading {
    display: grid;
    grid-template-columns: 120px minmax(220px, .5fr) minmax(320px, .8fr);
    gap: 28px;
    align-items: start;
    margin-bottom: clamp(42px, 5vw, 74px);
}
.library-shelf-heading > span {
    color: var(--accent);
    font-family: var(--font-label);
    font-size: .75rem;
    letter-spacing: .12em;
}
.library-shelf-heading h2 {
    margin: 0;
    font-size: clamp(2.6rem, 5vw, 5.8rem);
    line-height: .92;
    letter-spacing: -.05em;
}
.library-shelf-heading p {
    max-width: 650px;
    margin: 0;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.6;
}
.library-book-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--line);
}
.library-book-card {
    min-height: 310px;
    padding: clamp(24px, 2.7vw, 40px);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(255,255,255,.012);
}
.library-book-card:nth-child(4n) { border-right: 0; }
.library-book-card > span {
    display: block;
    margin-bottom: clamp(50px, 7vw, 100px);
    color: var(--accent);
    font-family: var(--font-label);
    font-size: .69rem;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.library-book-card h3 {
    margin: 0 0 10px;
    color: var(--text);
    font-size: clamp(1.45rem, 2vw, 2.2rem);
    line-height: 1.02;
    letter-spacing: -.035em;
}
.library-book-card p {
    margin: 0;
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.5;
}
.library-reading-list {
    border-top: 1px solid var(--line-strong);
}
.library-list-item {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) minmax(180px, .45fr);
    gap: 28px;
    align-items: start;
    padding: 28px 0;
    border-bottom: 1px solid var(--line);
}
.library-list-item > span {
    color: var(--accent);
    font-family: var(--font-label);
    font-size: .72rem;
    letter-spacing: .1em;
}
.library-list-item h3 {
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 2.15rem);
    line-height: 1.08;
    letter-spacing: -.03em;
}
.library-list-item p {
    margin: 3px 0 0;
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.5;
}
.library-closing {
    display: grid;
    grid-template-columns: 140px minmax(0, 820px) auto;
    gap: 36px;
    align-items: center;
    padding-top: clamp(68px, 8vw, 118px);
}
.library-closing > p:not(.eyebrow) {
    margin: 0;
    color: var(--cream);
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 2.7vw, 3.2rem);
    line-height: 1.08;
}

@media (max-width: 1100px) {
    .about-hero-v2 {
        grid-template-columns: minmax(0, .9fr) minmax(300px, .75fr);
    }
    .about-hero-note { grid-column: 1 / -1; max-width: 760px; }
    .about-hero-portrait { min-height: 500px; }
    .library-book-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .library-book-card:nth-child(4n) { border-right: 1px solid var(--line); }
    .library-book-card:nth-child(2n) { border-right: 0; }
    .library-closing { grid-template-columns: 100px minmax(0, 1fr); }
    .library-closing .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
    .about-page-v2,
    .library-page { padding-top: 38px; }
    .about-hero-v2,
    .library-hero { grid-template-columns: 1fr; }
    .about-hero-heading h1,
    .library-hero h1 { font-size: clamp(5.2rem, 25vw, 8rem); }
    .about-hero-portrait { min-height: auto; aspect-ratio: 4 / 5; }
    .about-hero-note { grid-column: auto; }
    .about-chapter {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .about-chapter-marker { position: static; }
    .about-beliefs-grid,
    .about-focus-grid,
    .about-influences-grid,
    .about-explore-grid { grid-template-columns: 1fr; }
    .about-belief,
    .about-focus-card,
    .about-influence-card,
    .about-explore-link,
    .about-belief:nth-child(2n),
    .about-focus-card:nth-child(2n),
    .about-influence-card:nth-child(2n),
    .about-explore-link:nth-child(2n) { border-right: 0; }
    .library-intro-note,
    .library-shelf-heading,
    .library-list-item,
    .library-closing { grid-template-columns: 1fr; }
    .library-shelf-heading { gap: 14px; }
    .library-book-grid { grid-template-columns: 1fr; }
    .library-book-card,
    .library-book-card:nth-child(2n),
    .library-book-card:nth-child(4n) { border-right: 0; }
    .library-book-card { min-height: 260px; }
    .library-list-item { gap: 10px; }
    .library-closing .button { grid-column: auto; }
}

/* --------------------------------------------------------------------------
   v2.2 — native Ghost editor layouts for About and Library
   -------------------------------------------------------------------------- */
.about-native-content,
.library-native-content {
    width: min(1180px, 100%);
    margin-inline: auto;
    padding-top: clamp(72px, 8vw, 126px);
    font-size: clamp(1.08rem, 1.2vw, 1.24rem);
    line-height: 1.72;
}

.about-native-content {
    counter-reset: about-native-section;
}
.library-native-content {
    counter-reset: library-native-section;
}

.about-native-content > p,
.library-native-content > p {
    max-width: 830px;
}

.about-native-content > p:first-child,
.library-native-content > p:first-child {
    max-width: 980px;
    margin-bottom: clamp(78px, 9vw, 132px);
    color: var(--cream);
    font-family: var(--font-display);
    font-size: clamp(2rem, 3.35vw, 3.9rem);
    line-height: 1.04;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.about-native-content > h2,
.library-native-content > h2 {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 28px;
    align-items: baseline;
    max-width: none;
    margin: clamp(78px, 9vw, 132px) 0 0;
    padding: clamp(26px, 3vw, 42px) 0 clamp(34px, 4vw, 54px);
    border-top: 1px solid var(--line-strong);
    color: var(--text);
    font-size: clamp(2.25rem, 4.3vw, 5.2rem);
    line-height: .98;
    letter-spacing: -.045em;
}

.about-native-content > h2::before,
.library-native-content > h2::before {
    color: var(--accent);
    font-family: var(--font-label);
    font-size: .78rem;
    font-weight: 400;
    letter-spacing: .15em;
    line-height: 1;
}
.about-native-content > h2::before {
    counter-increment: about-native-section;
    content: counter(about-native-section, decimal-leading-zero);
}
.library-native-content > h2::before {
    counter-increment: library-native-section;
    content: counter(library-native-section, decimal-leading-zero);
}

.about-native-content > h2 + p,
.library-native-content > h2 + p {
    max-width: 880px;
    margin: 0 0 clamp(34px, 4vw, 54px) 110px;
    color: var(--muted);
    font-size: clamp(1.05rem, 1.25vw, 1.24rem);
    line-height: 1.65;
}

.about-native-content > h3,
.library-native-content > h3 {
    margin-top: 2.2em;
    font-size: clamp(1.55rem, 2.2vw, 2.35rem);
    line-height: 1.05;
}

.about-native-content > ul,
.library-native-content > ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    margin: 0 0 clamp(62px, 7vw, 100px);
    padding: 0;
    border-top: 1px solid var(--line-strong);
    list-style: none;
}

.library-native-content > ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-native-content > ul > li,
.library-native-content > ul > li {
    min-width: 0;
    margin: 0;
    padding: clamp(28px, 3vw, 44px);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    color: #d8d5cf;
    font-size: clamp(.98rem, 1.08vw, 1.08rem);
    line-height: 1.55;
}

.about-native-content > ul > li:nth-child(2n) {
    border-right: 0;
}
.library-native-content > ul > li:nth-child(3n) {
    border-right: 0;
}

.about-native-content > ul > li strong,
.library-native-content > ul > li strong {
    display: block;
    margin-bottom: 10px;
    color: var(--text);
    font-family: var(--font-body);
    font-size: clamp(1.3rem, 1.65vw, 1.85rem);
    line-height: 1.08;
    letter-spacing: -.025em;
}

.about-native-content > ul > li a,
.library-native-content > ul > li a {
    color: var(--text);
    text-decoration: none;
}
.about-native-content > ul > li a:hover,
.library-native-content > ul > li a:hover {
    color: var(--accent);
}

.about-native-content > hr,
.library-native-content > hr {
    margin-block: clamp(72px, 8vw, 120px);
}

.about-native-content .kg-image-card,
.about-native-content .kg-gallery-card,
.library-native-content .kg-image-card,
.library-native-content .kg-gallery-card,
.library-native-content .kg-bookmark-card {
    width: 100%;
    max-width: none;
}

@media (max-width: 980px) {
    .library-native-content > ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .library-native-content > ul > li:nth-child(3n) {
        border-right: 1px solid var(--line);
    }
    .library-native-content > ul > li:nth-child(2n) {
        border-right: 0;
    }
}

@media (max-width: 680px) {
    .about-native-content,
    .library-native-content {
        padding-top: 64px;
        font-size: 1.08rem;
    }
    .about-native-content > p:first-child,
    .library-native-content > p:first-child {
        margin-bottom: 76px;
        font-size: clamp(1.85rem, 9vw, 2.8rem);
    }
    .about-native-content > h2,
    .library-native-content > h2 {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 14px;
        margin-top: 76px;
        padding: 22px 0 28px;
        font-size: clamp(2.15rem, 12vw, 3.6rem);
    }
    .about-native-content > h2 + p,
    .library-native-content > h2 + p {
        margin-left: 60px;
    }
    .about-native-content > ul,
    .library-native-content > ul {
        grid-template-columns: 1fr;
    }
    .about-native-content > ul > li,
    .library-native-content > ul > li,
    .about-native-content > ul > li:nth-child(2n),
    .library-native-content > ul > li:nth-child(2n),
    .library-native-content > ul > li:nth-child(3n) {
        border-right: 0;
    }
}

/* Keep native editor paragraphs aligned as a continuous reading column. */
.about-native-content > h2 + p,
.library-native-content > h2 + p {
    margin-left: 0;
}


/* --------------------------------------------------------------------------
   v2.3 — visible links and interactive native-editor cards
   -------------------------------------------------------------------------- */
.about-native-content a,
.library-native-content a {
    color: var(--accent);
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .18em;
    text-decoration-color: color-mix(in srgb, var(--accent) 56%, transparent);
    transition: color .2s ease, text-decoration-color .2s ease;
}

.about-native-content a:hover,
.library-native-content a:hover {
    color: var(--cream);
    text-decoration-color: var(--cream);
}

.about-native-content > ul > li,
.library-native-content > ul > li {
    position: relative;
    transition:
        background-color .22s ease,
        transform .22s ease,
        border-color .22s ease;
}

.about-native-content > ul > li.is-linked-card,
.library-native-content > ul > li.is-linked-card {
    padding-right: clamp(62px, 6vw, 82px);
    cursor: pointer;
}

.about-native-content > ul > li.is-linked-card:hover,
.library-native-content > ul > li.is-linked-card:hover,
.about-native-content > ul > li.is-linked-card:focus-visible,
.library-native-content > ul > li.is-linked-card:focus-visible {
    z-index: 1;
    background: rgba(255,255,255,.045);
    outline: none;
    transform: translateY(-3px);
}

.about-native-content > ul > li.is-linked-card:focus-visible,
.library-native-content > ul > li.is-linked-card:focus-visible {
    box-shadow: inset 0 0 0 1px var(--accent);
}

.about-native-content > ul > li.is-linked-card strong a,
.library-native-content > ul > li.is-linked-card strong a {
    color: var(--text);
    text-decoration: none;
}

.about-native-content > ul > li.is-linked-card:hover strong a,
.library-native-content > ul > li.is-linked-card:hover strong a,
.about-native-content > ul > li.is-linked-card:focus-visible strong a,
.library-native-content > ul > li.is-linked-card:focus-visible strong a {
    color: var(--accent);
}

.native-card-arrow {
    position: absolute;
    top: clamp(26px, 3vw, 42px);
    right: clamp(24px, 2.6vw, 38px);
    color: var(--accent);
    font-family: var(--font-label);
    font-size: 1.1rem;
    line-height: 1;
    transition: transform .22s ease, color .22s ease;
    pointer-events: none;
}

.is-linked-card:hover .native-card-arrow,
.is-linked-card:focus-visible .native-card-arrow {
    color: var(--cream);
    transform: translate(4px, -4px);
}

/* Keep ordinary prose links clearly interactive without changing card layout. */
.about-native-content > p a,
.library-native-content > p a,
.about-native-content > h2 + p a,
.library-native-content > h2 + p a {
    font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
    .about-native-content > ul > li,
    .library-native-content > ul > li,
    .native-card-arrow {
        transition: none;
    }
    .about-native-content > ul > li.is-linked-card:hover,
    .library-native-content > ul > li.is-linked-card:hover {
        transform: none;
    }
}

/* --------------------------------------------------------------------------
   v2.4 — static focus cards, repaired Explore routes, Library CTA and covers
   -------------------------------------------------------------------------- */
.about-native-content > ul.about-static-grid > li {
    cursor: default;
}

.about-native-content > ul.about-static-grid > li strong {
    color: var(--text);
}

.about-native-content > p.native-library-cta {
    max-width: none;
    margin: clamp(-58px, -4vw, -38px) 0 clamp(76px, 8vw, 118px);
}

.about-native-content > p.native-library-cta .button {
    color: #1a1a1a;
    text-decoration: none;
}

.about-native-content > p.native-library-cta .button:hover {
    color: #1a1a1a;
}

.library-native-content > ul.library-book-cover-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.library-native-content > ul.library-book-cover-grid > li {
    --book-card-pad: clamp(22px, 2.3vw, 34px);
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: var(--book-card-pad);
    overflow: hidden;
}

.library-native-content > ul.library-book-cover-grid > li:nth-child(3n) {
    border-right: 1px solid var(--line);
}

.library-native-content > ul.library-book-cover-grid > li:nth-child(4n) {
    border-right: 0;
}

.native-book-cover {
    width: 100%;
    margin: 0 0 26px;
    overflow: visible;
    border: 1px solid var(--line);
    background: #171717;
    line-height: 0;
}

.native-book-cover img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: auto;
    object-fit: initial;
    image-rendering: auto;
    filter: saturate(.98) contrast(1.01);
    transition: transform .35s ease, filter .35s ease;
}

.library-book-cover-grid > li.is-linked-card:hover .native-book-cover img,
.library-book-cover-grid > li.is-linked-card:focus-visible .native-book-cover img {
    transform: scale(1.025);
    filter: saturate(1) contrast(1.04);
}

.library-native-content > ul.library-book-cover-grid > li.is-linked-card {
    padding-right: var(--book-card-pad);
}

.library-native-content > ul.library-book-cover-grid .native-card-arrow {
    top: auto;
    right: var(--book-card-pad);
    bottom: var(--book-card-pad);
}

.library-native-content > ul.library-book-cover-grid > li strong {
    padding-right: 30px;
}

@media (max-width: 1120px) {
    .library-native-content > ul.library-book-cover-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .library-native-content > ul.library-book-cover-grid > li:nth-child(4n) {
        border-right: 1px solid var(--line);
    }
    .library-native-content > ul.library-book-cover-grid > li:nth-child(3n) {
        border-right: 0;
    }
}

@media (max-width: 760px) {
    .library-native-content > ul.library-book-cover-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .library-native-content > ul.library-book-cover-grid > li:nth-child(3n) {
        border-right: 1px solid var(--line);
    }
    .library-native-content > ul.library-book-cover-grid > li:nth-child(2n) {
        border-right: 0;
    }
}

@media (max-width: 520px) {
    .library-native-content > ul.library-book-cover-grid {
        grid-template-columns: 1fr;
    }
    .library-native-content > ul.library-book-cover-grid > li,
    .library-native-content > ul.library-book-cover-grid > li:nth-child(2n),
    .library-native-content > ul.library-book-cover-grid > li:nth-child(3n),
    .library-native-content > ul.library-book-cover-grid > li:nth-child(4n) {
        border-right: 0;
    }
    .about-native-content > p.native-library-cta {
        margin-top: -36px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .native-book-cover img {
        transition: none;
    }
    .library-book-cover-grid > li.is-linked-card:hover .native-book-cover img,
    .library-book-cover-grid > li.is-linked-card:focus-visible .native-book-cover img {
        transform: none;
    }
}

/* --------------------------------------------------------------------------
   v2.7 — smaller Library titles and native-editor Work page
   -------------------------------------------------------------------------- */
.library-native-content > ul.library-book-cover-grid > li strong {
    font-size: clamp(1.02rem, 1.15vw, 1.34rem);
    line-height: 1.14;
    letter-spacing: -.018em;
}

.work-page-v2 {
    padding-block: clamp(54px, 6vw, 96px) clamp(110px, 12vw, 180px);
}

.work-hero-v2 {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .66fr);
    gap: clamp(52px, 8vw, 136px);
    align-items: end;
    padding-bottom: clamp(76px, 9vw, 132px);
    border-bottom: 1px solid var(--line-strong);
}

.work-hero-heading h1 {
    margin: 18px 0 0;
    font-family: var(--font-display);
    font-size: clamp(6.2rem, 12vw, 13.5rem);
    font-weight: 400;
    letter-spacing: -.06em;
    line-height: .72;
}

.work-hero-copy > p {
    max-width: 720px;
    margin: 0;
    color: var(--cream);
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 2.65vw, 3.2rem);
    line-height: 1.06;
    letter-spacing: -.025em;
    text-wrap: balance;
}

.work-hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

.work-hero-facts span {
    color: var(--muted);
    font-family: var(--font-label);
    font-size: .75rem;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.work-native-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-top: clamp(76px, 9vw, 136px);
    font-size: clamp(1.08rem, 1.22vw, 1.25rem);
    line-height: 1.72;
}

.work-native-content > p {
    max-width: 880px;
    margin-left: clamp(98px, 12vw, 190px);
}

.work-native-content > p:first-child {
    max-width: 1120px;
    margin: 0 0 1.15em;
    color: var(--cream);
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 4vw, 4.8rem);
    line-height: 1.01;
    letter-spacing: -.042em;
    text-wrap: balance;
}

.work-native-content > p:first-child + p {
    max-width: 850px;
    margin-bottom: clamp(72px, 8vw, 118px);
    color: var(--muted);
}

.work-native-content > hr {
    margin: clamp(72px, 8vw, 118px) 0 0;
    border-color: var(--line-strong);
}

.work-native-entry {
    display: grid;
    grid-template-columns: 70px minmax(240px, .42fr) minmax(0, 1fr);
    gap: clamp(26px, 4vw, 64px);
    padding: clamp(62px, 7.5vw, 112px) 0;
    border-top: 1px solid var(--line-strong);
}

.work-entry-number {
    padding-top: 7px;
    color: var(--accent);
    font-family: var(--font-label);
    font-size: .77rem;
    letter-spacing: .14em;
}

.work-entry-heading {
    position: sticky;
    top: 34px;
    align-self: start;
}

.work-entry-heading h2 {
    max-width: 390px;
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--text);
    font-family: var(--font-body);
    font-size: clamp(1.8rem, 2.6vw, 3rem);
    font-weight: 750;
    line-height: 1.02;
    letter-spacing: -.04em;
}

.work-entry-meta {
    max-width: 340px;
    margin: 18px 0 0;
    color: var(--accent);
    font-family: var(--font-label);
    font-size: .76rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .09em;
    line-height: 1.45;
    text-transform: uppercase;
}

.work-entry-meta em {
    font-style: normal;
}

.work-entry-body {
    min-width: 0;
    max-width: 940px;
}

.work-entry-body > p {
    max-width: 850px;
    margin: 0 0 1.45em;
    color: #d8d5cf;
    font-size: clamp(1.04rem, 1.16vw, 1.18rem);
    line-height: 1.72;
}

.work-entry-body > p.work-entry-lead {
    max-width: 930px;
    margin-bottom: 1.35em;
    color: var(--cream);
    font-family: var(--font-display);
    font-size: clamp(1.65rem, 2.45vw, 2.9rem);
    line-height: 1.08;
    letter-spacing: -.025em;
}

.work-entry-body h3 {
    max-width: 780px;
    margin: clamp(54px, 6vw, 86px) 0 20px;
    color: var(--text);
    font-size: clamp(1.55rem, 2.2vw, 2.35rem);
    line-height: 1.06;
    letter-spacing: -.035em;
}

.work-entry-body h4 {
    margin: 2.5em 0 .7em;
    color: var(--accent);
    font-family: var(--font-label);
    font-size: .84rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.work-entry-body a,
.work-native-closing a {
    color: var(--accent);
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .18em;
    text-decoration-color: color-mix(in srgb, var(--accent) 58%, transparent);
}

.work-entry-body a:hover,
.work-native-closing a:hover {
    color: var(--cream);
    text-decoration-color: var(--cream);
}

.work-entry-body .kg-card,
.work-entry-body .kg-image-card,
.work-entry-body .kg-gallery-card,
.work-entry-body .kg-video-card,
.work-entry-body .kg-embed-card {
    width: 100%;
    max-width: none;
    margin: clamp(34px, 4vw, 58px) 0;
}

.work-entry-body .kg-image-card img,
.work-entry-body .kg-gallery-card img {
    width: 100%;
    height: auto;
}

.work-entry-body figcaption {
    color: var(--muted);
    font-family: var(--font-label);
    font-size: .72rem;
    letter-spacing: .035em;
    line-height: 1.5;
    text-align: left;
}

.work-native-closing {
    display: grid;
    grid-template-columns: minmax(200px, .44fr) minmax(0, 1fr);
    gap: clamp(36px, 7vw, 112px);
    padding: clamp(68px, 8vw, 120px) 0;
    border-top: 1px solid var(--line-strong);
}

.work-native-closing h2 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: clamp(2rem, 3.6vw, 4.5rem);
    line-height: .98;
    letter-spacing: -.045em;
}

.work-native-closing-body {
    max-width: 840px;
}

.work-native-closing-body p {
    margin: 0 0 1.4em;
    color: #d8d5cf;
    font-size: clamp(1.05rem, 1.18vw, 1.2rem);
    line-height: 1.72;
}

.work-case-studies {
    padding-top: clamp(88px, 10vw, 150px);
    border-top: 1px solid var(--line-strong);
}

.work-case-studies-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);
    gap: clamp(42px, 7vw, 110px);
    align-items: end;
    margin-bottom: clamp(48px, 6vw, 84px);
}

.work-case-studies-heading h2 {
    max-width: 780px;
    margin: 12px 0 0;
    font-size: clamp(2.8rem, 5.5vw, 6.6rem);
    line-height: .93;
    letter-spacing: -.055em;
}

.work-case-studies-heading > p {
    max-width: 590px;
    margin: 0;
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.6;
}

@media (max-width: 1080px) {
    .work-native-entry {
        grid-template-columns: 54px minmax(210px, .38fr) minmax(0, 1fr);
        gap: 28px;
    }
    .work-native-content > p {
        margin-left: 82px;
    }
}

@media (max-width: 820px) {
    .work-hero-v2,
    .work-case-studies-heading {
        grid-template-columns: 1fr;
    }
    .work-hero-copy > p {
        max-width: 760px;
    }
    .work-native-content > p {
        margin-left: 0;
    }
    .work-native-entry {
        grid-template-columns: 44px minmax(0, 1fr);
    }
    .work-entry-heading {
        position: static;
        grid-column: 2;
    }
    .work-entry-body {
        grid-column: 2;
    }
}

@media (max-width: 560px) {
    .library-native-content > ul.library-book-cover-grid > li strong {
        font-size: 1.08rem;
    }
    .work-page-v2 {
        padding-top: 40px;
    }
    .work-hero-heading h1 {
        font-size: clamp(5.4rem, 25vw, 8rem);
    }
    .work-hero-copy > p {
        font-size: clamp(1.65rem, 8vw, 2.5rem);
    }
    .work-native-content > p:first-child {
        font-size: clamp(2rem, 10.5vw, 3.15rem);
    }
    .work-native-entry {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 58px 0;
    }
    .work-entry-number,
    .work-entry-heading,
    .work-entry-body {
        grid-column: 1;
    }
    .work-entry-heading h2 {
        font-size: 2.25rem;
    }
    .work-native-closing {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

/* --------------------------------------------------------------------------
   v2.9 — align leading media with role titles and preserve serif introductions
   -------------------------------------------------------------------------- */
.work-entry-body > .kg-card:first-child,
.work-entry-body > .kg-image-card:first-child,
.work-entry-body > .kg-gallery-card:first-child,
.work-entry-body > .kg-video-card:first-child,
.work-entry-body > .kg-embed-card:first-child,
.work-entry-body > figure:first-child {
    margin-top: 0;
}

.work-entry-body > p.work-entry-lead {
    max-width: 930px;
    margin-bottom: 1.35em;
    color: var(--cream);
    font-family: var(--font-display);
    font-size: clamp(1.65rem, 2.45vw, 2.9rem);
    line-height: 1.08;
    letter-spacing: -.025em;
    text-wrap: balance;
}


/* --------------------------------------------------------------------------
   v3.1 — right-expanding Work galleries and image lightbox
   -------------------------------------------------------------------------- */
.work-entry-body > .kg-gallery-card.work-gallery-wide {
    position: relative;
    left: 0;
    width: var(--work-gallery-width, 100%);
    max-width: none;
    margin-left: 0;
}

.work-entry-body .kg-gallery-card .kg-gallery-container,
.work-entry-body .kg-gallery-card .kg-gallery-row {
    width: 100%;
}

.work-entry-body .kg-gallery-card img.work-gallery-zoomable {
    cursor: zoom-in;
    transition: opacity 160ms ease, transform 160ms ease;
}

.work-entry-body .kg-gallery-card img.work-gallery-zoomable:hover,
.work-entry-body .kg-gallery-card img.work-gallery-zoomable:focus-visible {
    opacity: .88;
}

.work-entry-body .kg-gallery-card img.work-gallery-zoomable:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: -2px;
}

.work-lightbox {
    width: 100vw;
    max-width: none;
    height: 100vh;
    max-height: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(10, 10, 10, .96);
    color: var(--cream);
}

.work-lightbox::backdrop {
    background: rgba(10, 10, 10, .94);
}

.work-lightbox-frame {
    position: relative;
    display: grid;
    grid-template-columns: minmax(48px, 7vw) minmax(0, 1fr) minmax(48px, 7vw);
    align-items: center;
    width: 100%;
    height: 100%;
    padding: clamp(20px, 3vw, 48px);
}

.work-lightbox figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 100%;
    margin: 0;
}

.work-lightbox figure img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 110px);
    object-fit: contain;
    box-shadow: 0 18px 70px rgba(0, 0, 0, .45);
}

.work-lightbox figcaption {
    max-width: 780px;
    margin-top: 14px;
    color: #c8c4bd;
    font-size: .78rem;
    line-height: 1.45;
    text-align: center;
}

.work-lightbox-close,
.work-lightbox-nav {
    appearance: none;
    border: 0;
    background: transparent;
    color: var(--cream);
    cursor: pointer;
    font: inherit;
}

.work-lightbox-close {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 24px;
    width: 46px;
    height: 46px;
    font-size: 2rem;
    line-height: 1;
}

.work-lightbox-nav {
    display: grid;
    place-items: center;
    width: 100%;
    height: 70px;
    font-size: 1.7rem;
}

.work-lightbox-prev {
    grid-column: 1;
}

.work-lightbox figure {
    grid-column: 2;
}

.work-lightbox-next {
    grid-column: 3;
}

.work-lightbox-close:hover,
.work-lightbox-nav:hover,
.work-lightbox-close:focus-visible,
.work-lightbox-nav:focus-visible {
    color: var(--accent);
    outline: none;
}

body.work-lightbox-open {
    overflow: hidden;
}

@media (max-width: 760px) {
    .work-entry-body > .kg-gallery-card.work-gallery-wide {
        left: auto;
        width: 100%;
    }

    .work-lightbox-frame {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        padding: 16px 4px;
    }

    .work-lightbox figure img {
        max-height: calc(100vh - 90px);
    }

    .work-lightbox-close {
        top: 8px;
        right: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .work-entry-body .kg-gallery-card img.work-gallery-zoomable {
        transition: none;
    }
}


/* --------------------------------------------------------------------------
   v3.2 — right-anchor Work gallery rows
   -------------------------------------------------------------------------- */
.work-entry-body .kg-gallery-card .kg-gallery-container {
    align-items: flex-end;
}

.work-entry-body .kg-gallery-card .kg-gallery-row {
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
}

@media (max-width: 760px) {
    .work-entry-body .kg-gallery-card .kg-gallery-container {
        align-items: stretch;
    }

    .work-entry-body .kg-gallery-card .kg-gallery-row {
        justify-content: flex-start;
        margin-left: 0;
    }
}

/* --------------------------------------------------------------------------
   v3.3 — reset Ghost wide-card centering so Work galleries anchor right
   -------------------------------------------------------------------------- */
.work-entry-body > .kg-gallery-card.work-gallery-wide,
.work-entry-body > .kg-gallery-card.work-gallery-wide.kg-width-wide,
.work-entry-body > .kg-gallery-card.work-gallery-wide.kg-width-full {
    left: auto;
    margin-left: 0;
    margin-right: 0;
    transform: none;
}

@media (min-width: 761px) {
    .work-entry-body > .kg-gallery-card.work-gallery-wide {
        width: var(--work-gallery-width, 100%);
        max-width: none;
    }
}


/* --------------------------------------------------------------------------
   v3.5 — smaller mobile publication headings, archive tag filters
   -------------------------------------------------------------------------- */
.archive-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: -48px 0 48px;
}
.archive-filter {
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    background: transparent;
    color: var(--muted);
    font-family: var(--font-label);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}
.archive-filter:hover {
    border-color: var(--text);
    color: var(--text);
}
.archive-filter:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}
.archive-filter.is-active {
    border-color: var(--accent);
    background: var(--accent);
    color: #1a1a1a;
}
.archive-row[hidden] { display: none !important; }

@media (max-width: 680px) {
    .home-editorial-section .home-v3-heading h2,
    .home-v3-podcasts .home-v3-heading h2 {
        font-size: clamp(2.7rem, 12.5vw, 3.8rem);
        line-height: .88;
        letter-spacing: -.05em;
    }

    body.tag-perspectives .listing-header h1,
    body.tag-patterns .listing-header h1,
    body.tag-playbooks .listing-header h1,
    body.tag-podcasts .listing-header h1,
    body.page-perspectives .listing-header h1,
    body.page-patterns .listing-header h1,
    body.page-playbooks .listing-header h1,
    body.page-podcasts .listing-header h1 {
        font-size: clamp(3.2rem, 15vw, 4.2rem);
        line-height: .88;
    }

    .archive-filters {
        gap: 8px;
        margin: -26px 0 36px;
    }

    .archive-filter {
        min-height: 38px;
        padding-inline: 14px;
        font-size: .7rem;
    }
}


/* --------------------------------------------------------------------------
   v3.7 — Heldane/Atlas optical calibration and unified homepage hero
   -------------------------------------------------------------------------- */
html { font-size: 100%; }
body {
    font-size: 1.0625rem;
    line-height: 1.62;
}

/* Heldane reads full and compact: slightly reduce scale and relax tracking. */
.hero-statement,
.home-v3-statement h1,
.listing-header h1,
.page-header h1,
.about-title h1,
.article-header h1 {
    letter-spacing: -.02em;
}

.home-v3-statement h1 {
    max-width: 1040px;
    font-size: clamp(4.75rem, 8.25vw, 9.4rem);
    line-height: .84;
}

.home-v3-heading h2 {
    margin-top: 20px;
    font-size: clamp(3.75rem, 6.35vw, 7.25rem);
    line-height: .84;
    letter-spacing: -.018em;
}

.listing-header h1,
.page-header h1,
.about-title h1 {
    font-size: clamp(4.5rem, 8.5vw, 9.25rem);
    line-height: .86;
}

.article-header h1 {
    font-size: clamp(3.15rem, 6vw, 6.6rem);
    line-height: .92;
}

.dispatch-card h3,
.dispatch-card-perspective h3,
.home-editorial-card .home-editorial-copy h3,
.home-editorial-card:first-child .home-editorial-copy h3,
.home-editorial-card:nth-child(2) .home-editorial-copy h3,
.home-editorial-card:nth-child(3) .home-editorial-copy h3,
.home-work-grid .work-card .work-card-copy h3,
.home-work-grid .work-card:nth-child(2) .work-card-copy h3,
.home-work-grid .work-card:nth-child(3) .work-card-copy h3,
.podcast-home-feature-copy h3,
.podcast-home-row h3,
.latest-card h3,
.post-card-content h2,
.post-card-content h3 {
    letter-spacing: -.01em;
}

/* Give the Atlas eyebrow room to breathe before a Heldane heading. */
.eyebrow + h1,
.eyebrow + h2,
.eyebrow + h3 {
    margin-top: 20px;
}

.home-v3-statement .eyebrow { margin-bottom: 0; }
.home-v3-heading .eyebrow + h2,
.home-v3-dispatch-heading .eyebrow + h2 { margin-top: 20px; }

.eyebrow {
    line-height: 1.5;
    letter-spacing: .11em;
}

/* Atlas benefits from a modest increase in reading and supporting sizes. */
.gh-content {
    font-size: 1.125rem;
    line-height: 1.76;
}
.dispatch-card-copy > p,
.home-editorial-card .home-editorial-copy > p,
.home-editorial-card:first-child .home-editorial-copy > p,
.podcast-home-row p,
.post-card-content > p {
    font-size: .98rem;
    line-height: 1.55;
}
.home-section-description { font-size: 1.03rem; line-height: 1.58; }

/* One coherent hero: identity → proposition → description → subscription. */
.home-v3-hero-unified {
    display: block;
}
.home-v3-hero-unified .home-v3-statement {
    width: min(1120px, 100%);
}
.home-v3-hero-description {
    max-width: 760px;
    margin: clamp(28px, 3vw, 42px) 0 0;
    color: #d5d2cc;
    font-size: clamp(1.12rem, 1.45vw, 1.35rem);
    line-height: 1.58;
}
.home-v3-hero-unified .hero-subscribe-form {
    margin-top: clamp(30px, 3.5vw, 46px);
}
.hero-subscribe-note {
    margin: 13px 0 0;
    color: var(--muted);
    font-size: .82rem;
    line-height: 1.45;
}
.home-v3-hero-unified .hero-links {
    margin-top: clamp(28px, 3vw, 40px);
}

@media (max-width: 980px) {
    .home-v3-statement h1 { font-size: clamp(4.5rem, 12vw, 7.5rem); }
    .home-v3-heading h2 { font-size: clamp(3.7rem, 10vw, 6.4rem); }
}

@media (max-width: 680px) {
    body { font-size: 1rem; }
    .home-v3-hero { padding: 48px 0 76px; }
    .home-v3-statement h1 {
        font-size: clamp(3.7rem, 17vw, 5.5rem);
        line-height: .86;
    }
    .home-v3-heading h2 {
        font-size: clamp(3.35rem, 16vw, 5.25rem);
        line-height: .86;
    }
    .listing-header h1,
    .page-header h1,
    .about-title h1 { font-size: clamp(3.6rem, 17vw, 5.4rem); }
    .article-header h1 { font-size: clamp(2.75rem, 12vw, 4.25rem); }
    .eyebrow + h1,
    .eyebrow + h2,
    .eyebrow + h3 { margin-top: 18px; }
    .home-v3-hero-description {
        margin-top: 25px;
        font-size: 1.08rem;
    }
    .gh-content { font-size: 1.0625rem; }
    .dispatch-card-copy > p,
    .home-editorial-card .home-editorial-copy > p,
    .home-editorial-card:first-child .home-editorial-copy > p,
    .podcast-home-row p,
    .post-card-content > p { font-size: .96rem; }
}

/* --------------------------------------------------------------------------
   v3.7.2 — calmer global heading scale and consistent eyebrow spacing
   -------------------------------------------------------------------------- */

/* Eyebrows should read as a separate layer, not as a line attached to a title. */
.eyebrow + h1,
.eyebrow + h2,
.eyebrow + h3,
.eyebrow + h4,
.article-type-row + h1 {
    margin-top: 28px !important;
}

/* Large display and page titles */
.home-v3-statement h1 {
    font-size: clamp(4rem, 7vw, 8rem);
    line-height: .88;
}

.listing-header h1,
.page-header h1,
.about-title h1,
.library-hero h1,
.work-hero h1 {
    font-size: clamp(3.8rem, 7vw, 7.75rem);
    line-height: .9;
}

.article-header h1 {
    font-size: clamp(2.75rem, 5vw, 5.35rem);
    line-height: .98;
}

/* Homepage and major section titles */
.home-v3-heading h2,
.section-heading h2,
.newsletter-panel h2 {
    font-size: clamp(3rem, 5.1vw, 5.85rem);
    line-height: .9;
}

/* Feature and editorial titles */
.dispatch-card h3,
.dispatch-card-perspective h3 {
    font-size: clamp(1.65rem, 2.25vw, 2.9rem);
    line-height: 1.02;
}

.home-editorial-card:first-child .home-editorial-copy h3,
.podcast-home-feature-copy h3 {
    font-size: clamp(2.1rem, 3.25vw, 3.8rem);
    line-height: 1;
}

.home-editorial-copy h3,
.home-editorial-card:nth-child(2) .home-editorial-copy h3,
.home-editorial-card:nth-child(3) .home-editorial-copy h3,
.work-card-copy h3,
.home-work-grid .work-card .work-card-copy h3,
.home-work-grid .work-card:nth-child(2) .work-card-copy h3,
.home-work-grid .work-card:nth-child(3) .work-card-copy h3,
.post-card-content h2,
.post-card-content h3,
.podcast-home-row h3,
.latest-card h3 {
    font-size: clamp(1.35rem, 1.8vw, 2.15rem);
    line-height: 1.08;
}

/* Listing titles across publication types */
.editorial-copy h3,
.pattern-row h2,
.podcast-row h2 {
    font-size: clamp(1.55rem, 2.5vw, 2.85rem);
    line-height: 1.06;
}

.archive-row h2 {
    font-size: clamp(1.15rem, 1.75vw, 1.7rem);
}

/* Headings inside posts should support the essay rather than dominate it. */
.gh-content h2 {
    font-size: clamp(1.85rem, 3vw, 2.8rem);
    line-height: 1.16;
}

.gh-content h3 {
    font-size: clamp(1.4rem, 2vw, 1.95rem);
    line-height: 1.2;
}

.gh-content blockquote {
    font-size: clamp(1.55rem, 2.5vw, 2.25rem);
}

.post-nav-item strong {
    font-size: clamp(1.25rem, 2vw, 1.9rem);
}

/* Preserve generous breathing room in compact card contexts too. */
.work-card-copy .eyebrow + h3,
.post-card-content .eyebrow + h3,
.home-editorial-copy .eyebrow + h3,
.podcast-home-feature-copy .eyebrow + h3,
.podcast-home-row .eyebrow + h3,
.dispatch-card-copy .eyebrow + h3 {
    margin-top: 22px !important;
}

@media (max-width: 980px) {
    .home-v3-statement h1 { font-size: clamp(3.8rem, 10vw, 6.5rem); }
    .home-v3-heading h2,
    .section-heading h2,
    .newsletter-panel h2 { font-size: clamp(3rem, 8vw, 5.2rem); }
}

@media (max-width: 680px) {
    .eyebrow + h1,
    .eyebrow + h2,
    .eyebrow + h3,
    .eyebrow + h4,
    .article-type-row + h1 {
        margin-top: 24px !important;
    }

    .home-v3-statement h1 {
        font-size: clamp(3.15rem, 14vw, 4.5rem);
        line-height: .9;
    }

    .listing-header h1,
    .page-header h1,
    .about-title h1,
    .library-hero h1,
    .work-hero h1 {
        font-size: clamp(3rem, 14vw, 4.35rem);
        line-height: .92;
    }

    .article-header h1 {
        font-size: clamp(2.35rem, 10vw, 3.45rem);
        line-height: 1;
    }

    .home-v3-heading h2,
    .section-heading h2,
    .newsletter-panel h2 {
        font-size: clamp(2.75rem, 13vw, 4.15rem);
        line-height: .92;
    }

    .dispatch-card h3,
    .dispatch-card-perspective h3,
    .home-editorial-card:first-child .home-editorial-copy h3,
    .podcast-home-feature-copy h3 {
        font-size: clamp(1.85rem, 8.5vw, 2.7rem);
    }

    .editorial-copy h3,
    .pattern-row h2,
    .podcast-row h2 {
        font-size: clamp(1.45rem, 7vw, 2.15rem);
    }

    .gh-content h2 { font-size: clamp(1.7rem, 8vw, 2.3rem); }
    .gh-content h3 { font-size: clamp(1.35rem, 6vw, 1.75rem); }
}

/* --------------------------------------------------------------------------
   v3.7.3 — consistent utility-page titles and flush About section copy
   -------------------------------------------------------------------------- */

/* About, Work, Library, and Archive should share one page-title scale. */
.about-hero-heading h1,
.work-hero-heading h1,
.library-hero h1,
.archive-page .listing-header h1 {
    margin-top: 28px !important;
    font-size: clamp(3.8rem, 7vw, 7.75rem) !important;
    line-height: .9 !important;
    letter-spacing: -.02em !important;
}

/* Remove the inherited left indent from the opening phrase in each About chapter. */
.about-native-content > h2 + p {
    margin-left: 0;
}

@media (max-width: 680px) {
    .about-hero-heading h1,
    .work-hero-heading h1,
    .library-hero h1,
    .archive-page .listing-header h1 {
        margin-top: 24px !important;
        font-size: clamp(3rem, 14vw, 4.35rem) !important;
        line-height: .92 !important;
    }

    .about-native-content > h2 + p {
        margin-left: 0;
    }
}

/* --------------------------------------------------------------------------
   v3.7.6 — restrained long-form typography
   -------------------------------------------------------------------------- */

/* Blog post titles should introduce the essay without overwhelming the page. */
.article-header h1 {
    font-size: clamp(2.65rem, 4.25vw, 4.35rem);
    line-height: 1;
    letter-spacing: -.015em;
}

/* A quieter, more readable hierarchy inside long-form posts. */
.gh-content h2,
.gh-content h3,
.gh-content h4 {
    letter-spacing: -.012em;
}

.gh-content h2 {
    font-size: clamp(1.65rem, 2.35vw, 2.3rem);
    line-height: 1.2;
}

.gh-content h3 {
    font-size: clamp(1.35rem, 1.7vw, 1.7rem);
    line-height: 1.25;
}

.gh-content h4 {
    font-size: clamp(1.12rem, 1.3vw, 1.32rem);
    line-height: 1.3;
}

.gh-content blockquote {
    font-size: clamp(1.25rem, 1.75vw, 1.7rem);
    line-height: 1.42;
    letter-spacing: -.008em;
}

@media (max-width: 680px) {
    .article-header h1 {
        font-size: clamp(2.15rem, 9vw, 3rem);
        line-height: 1.03;
    }

    .gh-content h2 {
        font-size: clamp(1.55rem, 7vw, 1.85rem);
    }

    .gh-content h3 {
        font-size: clamp(1.28rem, 5.8vw, 1.5rem);
    }

    .gh-content h4 {
        font-size: 1.12rem;
    }

    .gh-content blockquote {
        font-size: 1.22rem;
        line-height: 1.5;
    }
}
