/*
 * Espritium, direction éditoriale 2026.
 * Un magazine humain, tactile et vivant. Les styles d’administration restent
 * volontairement dans site.css afin que cette couche ne concerne que le public.
 */

:root {
    --paper: #f5f0e7;
    --paper-deep: #e9dfd1;
    --paper-light: #fbf8f1;
    --ink: #112d34;
    --ink-soft: #274149;
    --muted: #5d6865;
    --terra: #b65f43;
    --terra-dark: #8e402d;
    --sage: #839a89;
    --sage-light: #dce4da;
    --sky: #cbdcdf;
    --sand: #d8c7b4;
    --line: rgba(17, 45, 52, .2);
    --wash: #e9dfd1;
    --serif: "Iowan Old Style", "Baskerville", "Palatino Linotype", Georgia, serif;
    --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
    --max: 1320px;
    --shadow-soft: 0 30px 80px rgba(31, 43, 39, .12);
}

html { background: var(--paper); }

body {
    background:
        radial-gradient(circle at 4% 18%, rgba(182, 95, 67, .07), transparent 23rem),
        radial-gradient(circle at 96% 9%, rgba(131, 154, 137, .12), transparent 27rem),
        var(--paper);
    color: var(--ink);
    font-family: var(--sans);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .25;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");
}

::selection { background: var(--terra); color: var(--paper-light); }

h1, h2, h3 { text-wrap: balance; }

.shell { width: min(var(--max), calc(100% - 112px)); }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 52px;
    padding: 13px 22px;
    border-color: var(--ink);
    background: var(--ink);
    color: var(--paper-light);
    font-weight: 650;
    letter-spacing: .02em;
    transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.button:hover { background: var(--terra); border-color: var(--terra); color: white; transform: translateY(-2px); }
.button.outline { border-color: rgba(17, 45, 52, .45); color: var(--ink); }
.button.outline:hover { border-color: var(--ink); background: var(--ink); color: var(--paper-light); }

.text-link { position: relative; border: 0; padding-bottom: 7px; }
.text-link::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: currentColor; transform-origin: right; transition: transform .3s ease; }
.text-link:hover::after { transform: scaleX(.35); }

/* En-tête */
.site-header { position: relative; z-index: 10; }
.masthead { min-height: 112px; padding: 29px 0 25px; }
.brand { font-size: 43px; letter-spacing: .105em; }
.masthead-note { max-width: 175px; padding-left: 28px; font-size: 11px; letter-spacing: .03em; }
.header-actions { gap: 38px; }
.header-actions a { font-weight: 550; }
.search-link svg { transition: transform .25s ease; }
.search-link:hover svg { transform: rotate(-12deg) scale(1.08); }
.nav-wrap { min-height: 62px; border-color: var(--line); }
#main-nav { gap: clamp(13px, 1.55vw, 25px); }
#main-nav a { position: relative; font-size: 12px; letter-spacing: .01em; }
#main-nav a::after { content: ""; position: absolute; right: 0; bottom: 11px; left: 0; height: 1px; background: var(--terra); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
#main-nav a:hover::after, #main-nav a[aria-current]::after { transform: scaleX(1); transform-origin: left; }
#main-nav a[aria-current] { box-shadow: none; }
.help-link { color: var(--terra-dark); font-weight: 650; }

/* Hero de la page d'accueil */
.home-hero {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(430px, .72fr);
    gap: clamp(55px, 8vw, 120px);
    align-items: center;
    min-height: min(780px, calc(100vh - 174px));
    padding-top: 64px;
    padding-bottom: 72px;
}

.hero-copy { position: relative; z-index: 2; }
.hero-kicker { display: flex; align-items: center; gap: 16px; margin-bottom: 30px; color: var(--terra-dark); font-size: 10px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.hero-kicker span + span { display: flex; align-items: center; gap: 16px; }
.hero-kicker span + span::before { content: ""; display: inline-block; width: 42px; height: 1px; background: var(--terra); }
.home-hero h1 { max-width: 750px; font-size: clamp(76px, 7.4vw, 118px); line-height: .91; letter-spacing: -.066em; }
.home-hero h1 em { position: relative; color: var(--terra); }
.home-hero h1 em::after { content: ""; position: absolute; width: 10px; height: 10px; right: -13px; bottom: .17em; border-radius: 50%; background: var(--sage); }
.hero-deck { max-width: 600px; margin-top: 35px; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(21px, 2vw, 29px); line-height: 1.42; letter-spacing: -.015em; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.hero-trust { display: flex; align-items: center; gap: 11px; margin-top: 38px; color: var(--muted); font-size: 12px; letter-spacing: .025em; }
.hero-trust span { color: var(--terra); font-size: 15px; }

.hero-stage { position: relative; min-height: 600px; }
.hero-stage::before { content: ""; position: absolute; top: 2%; right: -4%; width: 78%; height: 92%; background: var(--sky); transform: rotate(3deg); }
.hero-portrait { position: absolute; inset: 0 8% 3% 0; margin: 0; overflow: hidden; box-shadow: var(--shadow-soft); }
.hero-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(9, 30, 36, .72), transparent 48%); pointer-events: none; }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 39%; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.hero-portrait:hover img { transform: scale(1.025); }
.hero-portrait figcaption { position: absolute; right: 34px; bottom: 34px; left: 34px; z-index: 2; color: white; }
.hero-portrait figcaption span { display: block; margin-bottom: 9px; color: #f0c4ad; font-size: 10px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.hero-portrait figcaption strong { display: block; max-width: 390px; font: 400 clamp(24px, 2.3vw, 36px)/1.08 var(--serif); letter-spacing: -.025em; }
.hero-note { position: absolute; right: -6px; top: 15%; z-index: 3; width: 146px; padding: 18px 18px 20px; background: var(--terra); color: white; box-shadow: 0 14px 45px rgba(78, 40, 29, .22); }
.hero-note > span { display: block; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.45); font: italic 25px var(--serif); }
.hero-note p { margin-top: 13px; font-size: 11px; line-height: 1.7; letter-spacing: .06em; text-transform: uppercase; }
.hero-mark { position: absolute; right: -3%; bottom: -4%; z-index: 4; color: var(--paper-light); font: italic 82px/.8 var(--serif); text-shadow: 0 3px 18px rgba(12, 31, 34, .2); }

.theme-ribbon { overflow: hidden; background: var(--ink); color: var(--paper-light); }
.theme-ribbon .shell { display: flex; align-items: center; min-height: 72px; gap: 0; overflow: auto; scrollbar-width: none; }
.theme-ribbon .shell::-webkit-scrollbar { display: none; }
.theme-ribbon span, .theme-ribbon a { flex: none; }
.theme-ribbon span { padding-right: 32px; color: #dba38d; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.theme-ribbon a { position: relative; padding: 24px 28px; color: inherit; font-family: var(--serif); font-size: 18px; text-decoration: none; }
.theme-ribbon a::before { content: ""; position: absolute; left: 0; top: 50%; width: 4px; height: 4px; border-radius: 50%; background: var(--sage); transform: translate(-50%,-50%); }
.theme-ribbon a:hover { background: rgba(255,255,255,.07); color: white; }

/* Sections éditoriales */
.feature { padding-top: 92px; padding-bottom: 94px; }
.section { padding-block: 88px; }
.section-heading { align-items: flex-end; margin-bottom: 38px; padding-top: 18px; border-top-color: var(--ink); }
.section-heading > div { display: flex; align-items: baseline; gap: 18px; }
.section-heading h2 { font-size: clamp(34px, 3.2vw, 48px); }
.section-number { color: var(--terra); font: italic 18px var(--serif); }
.section-intro-copy { display: flex; justify-content: flex-end; margin: -18px 0 38px; }
.section-intro-copy p { width: min(100%, 590px); color: var(--muted); font-family: var(--serif); font-size: 21px; line-height: 1.5; }

.feature-grid { grid-template-columns: 1.23fr .83fr; min-height: 610px; background: var(--ink); box-shadow: var(--shadow-soft); }
.feature-image { min-height: 610px; }
.feature-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.feature-image img { transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.feature-grid:hover .feature-image img { transform: scale(1.018); }
.photo-caption { left: 0; bottom: 0; padding: 13px 22px; background: var(--paper-light); color: var(--ink); font-size: 18px; }
.feature-story { padding: 64px 54px 42px; color: var(--paper-light); }
.feature-story .eyebrow { color: #e0aa91; }
.feature-story h2 { font-size: clamp(42px, 4.2vw, 64px); line-height: 1.02; }
.feature-story h2 a:hover { color: #e0aa91; }
.feature-story p { max-width: 460px; color: rgba(248,245,237,.74); font-size: 16px; }
.feature-story .meta { color: rgba(248,245,237,.64); }
.feature-story .round-link { border-color: rgba(255,255,255,.6); transition: transform .3s ease, background .3s ease; }
.feature-story .round-link:hover { background: var(--terra); color: white; transform: rotate(8deg); }

.understand-section { padding-top: 32px; }
.understand-section .editorial-three { display: grid; grid-template-columns: 1.12fr .82fr .88fr; gap: 28px; align-items: start; }
.understand-section .teaser { position: relative; }
.understand-section .teaser:nth-child(2) { margin-top: 96px; }
.understand-section .teaser:nth-child(3) { margin-top: 38px; }
.teaser .image-link { position: relative; background: var(--sand); }
.teaser .image-link::after { content: "Lire ↗"; position: absolute; right: 16px; bottom: 16px; padding: 8px 11px; background: var(--paper-light); color: var(--ink); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .3s ease, transform .3s ease; }
.teaser .image-link:hover::after { opacity: 1; transform: translateY(0); }
.understand-section .teaser:nth-child(1) img { aspect-ratio: 1.28; }
.understand-section .teaser:nth-child(2) img { aspect-ratio: .95; }
.understand-section .teaser:nth-child(3) img { aspect-ratio: 1.08; }
.teaser img { transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.teaser .image-link:hover img { transform: scale(1.035); }
.teaser h3 { font-size: clamp(28px, 2.4vw, 37px); line-height: 1.08; }
.teaser p { line-height: 1.75; }

.manifesto { position: relative; overflow: hidden; width: 100%; max-width: none; margin: 40px 0; padding: 0; border: 0; background: var(--terra); color: white; }
.manifesto::before { content: "“"; position: absolute; left: 4%; top: -84px; color: rgba(255,255,255,.1); font: 260px var(--serif); }
.manifesto::after { content: ""; position: absolute; right: -8%; bottom: -65%; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.025); }
.manifesto-inner { position: relative; z-index: 1; padding-top: 92px; padding-bottom: 76px; text-align: left; }
.manifesto .eyebrow { color: #f2d3c5; }
.manifesto-inner > p { max-width: 920px; margin: 28px 0 40px; color: white; font-size: clamp(52px, 6.2vw, 88px); line-height: .98; }
.manifesto-inner > p { font-family: var(--serif); letter-spacing: -.045em; }
.manifesto-inner > p em { color: var(--ink); }
.manifesto-inner > div { justify-content: flex-start; }
.manifesto .small { color: rgba(255,255,255,.76); }
.manifesto .text-link { color: white; }

.discovery { position: relative; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 9vw, 140px); margin-top: 60px; margin-bottom: 70px; padding: 78px 6%; background: var(--sage-light); }
.discovery::before { content: ""; position: absolute; top: 0; left: 42%; width: 1px; height: 100%; background: rgba(17,45,52,.12); }
.discovery-copy .section-number { display: block; margin-bottom: 40px; }
.discovery h2 { font-size: clamp(50px, 5.5vw, 76px); line-height: .98; }
.discovery p { max-width: 430px; color: var(--ink-soft); font-size: 16px; }
.topic-list { border-top-color: rgba(17,45,52,.35); }
.topic-list > a { position: relative; padding: 24px 4px; border-color: rgba(17,45,52,.2); font-size: clamp(22px, 2.2vw, 31px); transition: padding .25s ease, background .25s ease, color .25s ease; }
.topic-list > a:hover { padding-left: 18px; padding-right: 14px; background: var(--paper-light); color: var(--terra-dark); }
.topic-list > a > span:last-child { transition: transform .25s ease; }
.topic-list > a:hover > span:last-child { transform: rotate(45deg); }

.course-band { grid-template-columns: 1.02fr .98fr; min-height: 610px; margin-top: 110px; margin-bottom: 72px; background: var(--paper-deep); box-shadow: var(--shadow-soft); }
.course-image { position: relative; overflow: hidden; min-height: 610px; }
.course-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(14,37,43,.55), transparent 50%); }
.course-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; }
.course-image > span { position: absolute; z-index: 2; left: 25px; bottom: 18px; color: white; font: italic clamp(48px,6vw,82px)/1 var(--serif); letter-spacing: -.05em; }
.course-band > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: 70px 72px; }
.course-band h2 { font-size: clamp(50px, 5.2vw, 73px); line-height: .97; }
.course-band p { max-width: 500px; font-size: 16px; line-height: 1.8; }
.course-band .button { align-self: flex-start; }

.latest-section { padding-bottom: 120px; }
.reading-list { border-top: 1px solid var(--ink); }
.reading-list article { position: relative; grid-template-columns: 54px minmax(0,1fr) 85px 36px; padding: 28px 16px 28px 5px; border-color: var(--line); transition: padding .25s ease, background .25s ease; }
.reading-list article:hover { padding-left: 22px; padding-right: 22px; background: var(--paper-light); }
.reading-list h3 { font-size: clamp(25px,2.3vw,34px); }
.reading-list article > span:last-child { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; transition: transform .25s ease, color .25s ease, border-color .25s ease; }
.reading-list article:hover > span:last-child { transform: rotate(45deg); color: var(--terra); border-color: var(--terra); }

/* Pages de rubrique */
.listing-head { position: relative; width: 100%; max-width: none; margin: 0; padding: 92px max(56px, calc((100vw - var(--max))/2)) 84px; overflow: hidden; background: var(--ink); color: var(--paper-light); }
.listing-head::after { content: attr(data-heading); position: absolute; right: -15px; bottom: -70px; color: rgba(255,255,255,.035); font: italic 190px var(--serif); pointer-events: none; }
.listing-head .eyebrow { color: #e2a78f; }
.listing-head h1 { max-width: 1000px; margin-top: 15px; font-size: clamp(68px, 8vw, 120px); line-height: .88; letter-spacing: -.065em; }
.listing-head p { max-width: 680px; margin-top: 32px; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 23px; }
.listing-body { padding-top: 88px; padding-bottom: 110px; }
.listing-body .editorial-three { grid-template-columns: repeat(12, 1fr); gap: 70px 30px; }
.listing-body .teaser { grid-column: span 4; }
.listing-body .teaser:nth-child(5n+1), .listing-body .teaser:nth-child(5n+4) { grid-column: span 7; }
.listing-body .teaser:nth-child(5n+2), .listing-body .teaser:nth-child(5n+5) { grid-column: span 5; margin-top: 85px; }
.listing-body .teaser:nth-child(5n+3) { grid-column: span 12; display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; align-items: center; padding: 42px; background: var(--paper-deep); }
.listing-body .teaser:nth-child(5n+3) .image-link { grid-row: span 5; margin: 0; }

/* Lecture longue */
.view-article .breadcrumb { position: relative; z-index: 2; margin-top: 0; padding-top: 24px; color: rgba(255,255,255,.65); background: var(--ink); box-shadow: 0 0 0 100vmax var(--ink); clip-path: inset(0 -100vmax); }
.view-article .breadcrumb a { color: white; }
.article-header { position: relative; width: min(var(--max), calc(100% - 112px)); padding-top: 82px; padding-bottom: 118px; color: var(--paper-light); text-align: left; background: var(--ink); box-shadow: 0 0 0 100vmax var(--ink); clip-path: inset(0 -100vmax); }
.article-header .eyebrow { color: #e1a68e; }
.article-header .eyebrow a { color: inherit; }
.article-header h1 { max-width: 1080px; margin: 25px 0 32px; font-size: clamp(58px, 7vw, 102px); line-height: .94; letter-spacing: -.058em; }
.article-header .chapo { max-width: 850px; margin: 0; color: rgba(255,255,255,.78); font-family: var(--serif); font-size: clamp(24px, 2.5vw, 33px); line-height: 1.4; }
.article-header .article-meta { justify-content: flex-start; margin-top: 38px; color: rgba(255,255,255,.78); }
.article-header .meta { color: rgba(255,255,255,.54); }
.article-photo { position: relative; z-index: 2; margin-top: -72px; }
.article-photo img { height: min(680px, 58vw); box-shadow: var(--shadow-soft); }
.article-photo figcaption { padding-top: 12px; }
.article-grid { grid-template-columns: 230px minmax(0, 720px); justify-content: center; gap: clamp(45px, 7vw, 105px); margin-top: 76px; }
.article-toc { top: 28px; padding: 24px 20px; border-top: 3px solid var(--terra); background: var(--paper-deep); }
.article-toc nav a { padding: 7px 0; line-height: 1.35; }
.prose { font-family: var(--serif); font-size: 20px; line-height: 1.84; }
.prose > p:first-child::first-letter { float: left; margin: .08em .09em 0 0; color: var(--terra); font-size: 4.2em; line-height: .72; }
.prose h2 { position: relative; margin-top: 74px; font-size: clamp(38px,4vw,52px); line-height: 1.08; }
.prose h2::before { content: ""; display: block; width: 48px; height: 3px; margin-bottom: 20px; background: var(--terra); }
.prose h3 { margin-top: 46px; color: var(--terra-dark); font-family: var(--sans); font-size: 18px; letter-spacing: .02em; }
.prose blockquote { margin: 54px -8%; padding: 34px 8%; border-left: 0; border-block: 1px solid var(--line); color: var(--ink); font-size: clamp(29px,3vw,42px); line-height: 1.28; text-align: center; }
.sources { margin-top: 80px; padding: 38px; background: var(--paper-deep); }
.article-disclaimer { border-color: var(--terra); background: rgba(182,95,67,.08); }

/* Pages éditoriales */
.editorial-page { padding-top: 70px; padding-bottom: 110px; }
.editorial-page > header { position: relative; max-width: 980px; margin-bottom: 70px; padding: 72px; background: var(--paper-deep); }
.editorial-page > header::before { content: ""; position: absolute; top: -20px; left: -20px; width: 90px; height: 90px; border-top: 2px solid var(--terra); border-left: 2px solid var(--terra); }
.editorial-page h1 { font-size: clamp(58px, 7vw, 96px); line-height: .94; }
.editorial-page .chapo { max-width: 760px; font-family: var(--serif); font-size: 27px; line-height: 1.45; }
.editorial-page > .prose { max-width: 740px; margin: 0 auto; }

/* Newsletter et pied de page */
.newsletter-band { position: relative; overflow: hidden; background: var(--ink); }
.newsletter-band::after { content: "ESPRITIUM"; position: absolute; right: -20px; bottom: -42px; color: rgba(255,255,255,.035); font: 110px var(--serif); letter-spacing: .08em; }
.newsletter-inner { position: relative; z-index: 1; padding-block: 72px; }
.newsletter-inner h2 { font-size: clamp(48px, 5vw, 70px); }
.newsletter-inner .button.light { background: var(--paper-light); color: var(--ink); }
.newsletter-inner .button.light:hover { background: var(--terra); color: white; }
.site-footer { padding-top: 64px; }
.footer-top { padding-bottom: 55px; }

/* Mouvement discret et respectueux */
body.motion-ready [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
body.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.reading-progress { position: fixed; z-index: 50; top: 0; left: 0; width: 0; height: 3px; background: var(--terra); box-shadow: 0 0 12px rgba(182,95,67,.45); }

@media (max-width: 1120px) {
    .shell { width: calc(100% - 64px); }
    .home-hero { grid-template-columns: minmax(0,1fr) minmax(360px,.7fr); gap: 48px; }
    .home-hero h1 { font-size: clamp(68px,8vw,93px); }
    .hero-stage { min-height: 520px; }
    .hero-note { right: -10px; width: 125px; }
    .feature-story { padding: 48px 38px 35px; }
    .course-band > div:last-child { padding: 55px 48px; }
    .listing-head { padding-inline: 32px; }
    .article-header { width: calc(100% - 64px); }
}

@media (max-width: 900px) {
    .shell { width: calc(100% - 48px); }
    .home-hero { grid-template-columns: 1fr; min-height: 0; padding-top: 50px; }
    .hero-copy { max-width: 740px; }
    .hero-stage { width: min(100%, 690px); min-height: 650px; margin-left: auto; }
    .theme-ribbon .shell { width: calc(100% - 20px); }
    .understand-section .editorial-three { grid-template-columns: 1fr 1fr; }
    .understand-section .teaser:nth-child(2) { margin-top: 70px; }
    .understand-section .teaser:nth-child(3) { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 0; padding-top: 28px; border-top: 1px solid var(--line); }
    .understand-section .teaser:nth-child(3) .image-link { grid-row: span 4; margin: 0; }
    .discovery { grid-template-columns: 1fr; padding: 58px; }
    .discovery::before { display: none; }
    .discovery-copy .section-number { margin-bottom: 20px; }
    .course-band { min-height: 520px; }
    .course-image { min-height: 520px; }
    .listing-body .teaser:nth-child(n) { grid-column: span 6; margin-top: 0; }
    .listing-body .teaser:nth-child(3n) { display: block; padding: 0; background: transparent; }
    .listing-body .teaser:nth-child(3n) .image-link { margin-bottom: 20px; }
    .article-header { width: calc(100% - 48px); }
    .article-grid { max-width: 760px; }
    .article-toc { background: transparent; padding: 22px 0; }
}

@media (max-width: 620px) {
    body { background: var(--paper); }
    .shell { width: calc(100% - 36px); }
    .masthead { min-height: 84px; }
    .brand { font-size: 30px; }
    .nav-wrap { min-height: 54px; }
    #main-nav.open { padding: 12px 0 22px; }
    #main-nav a { font-size: 14px; }

    .home-hero { gap: 40px; padding-top: 42px; padding-bottom: 48px; }
    .hero-kicker { flex-wrap: wrap; gap: 7px 12px; margin-bottom: 20px; }
    .hero-kicker span + span { gap: 12px; }
    .hero-kicker span + span::before { width: 24px; }
    .home-hero h1 { font-size: clamp(58px,18vw,82px); }
    .home-hero h1 em::after { width: 7px; height: 7px; right: -8px; }
    .hero-deck { margin-top: 25px; font-size: 21px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; margin-top: 28px; }
    .hero-actions .button { width: 100%; }
    .hero-trust { align-items: flex-start; margin-top: 28px; line-height: 1.55; }
    .hero-stage { min-height: 450px; width: 100%; }
    .hero-stage::before { right: -2%; width: 75%; }
    .hero-portrait { right: 7%; }
    .hero-portrait figcaption { right: 20px; bottom: 22px; left: 20px; }
    .hero-portrait figcaption strong { font-size: 25px; }
    .hero-note { top: 10%; right: -8px; width: 104px; padding: 13px; }
    .hero-note > span { font-size: 20px; }
    .hero-note p { font-size: 9px; }
    .hero-mark { right: -1%; font-size: 56px; }

    .theme-ribbon .shell { width: 100%; padding-left: 18px; }
    .theme-ribbon span { padding-right: 20px; }
    .theme-ribbon a { padding: 21px 19px; font-size: 16px; }
    .theme-ribbon a::before { width: 3px; height: 3px; }

    .feature { padding-top: 60px; padding-bottom: 65px; }
    .section { padding-block: 60px; }
    .section-heading { align-items: flex-end; margin-bottom: 28px; }
    .section-heading > div { gap: 10px; }
    .section-heading h2 { font-size: 31px; }
    .section-number { font-size: 15px; }
    .section-intro-copy { justify-content: flex-start; margin: -8px 0 30px; }
    .section-intro-copy p { font-size: 18px; }

    .feature-grid { display: flex; min-height: 0; }
    .feature-image { min-height: 0; }
    .feature-story { padding: 32px 25px; }
    .feature-story h2 { font-size: 39px; }
    .photo-caption { padding: 9px 13px; font-size: 15px; }

    .understand-section .editorial-three { display: block; }
    .understand-section .teaser:nth-child(n) { display: block; margin: 0 0 38px; padding-bottom: 32px; }
    .understand-section .teaser:nth-child(n) .image-link { margin-bottom: 20px; }
    .understand-section .teaser:nth-child(n) img { aspect-ratio: 1.25; }
    .teaser .image-link::after { opacity: 1; transform: none; }

    .manifesto { margin: 8px 0; }
    .manifesto-inner { padding-top: 68px; padding-bottom: 62px; }
    .manifesto-inner > p { font-size: 45px; }
    .manifesto-inner > div { align-items: flex-start; }

    .discovery { width: calc(100% - 36px); gap: 42px; margin-top: 48px; margin-bottom: 55px; padding: 40px 24px; }
    .discovery h2 { font-size: 49px; }
    .topic-list > a { padding: 21px 0; font-size: 22px; }

    .course-band { display: block; min-height: 0; margin-top: 60px; margin-bottom: 30px; }
    .course-image { min-height: 330px; }
    .course-band > div:last-child { padding: 40px 26px 44px; }
    .course-band h2 { font-size: 49px; }
    .course-image > span { font-size: 48px; }

    .latest-section { padding-bottom: 80px; }
    .reading-list article { grid-template-columns: 35px 1fr 34px; padding: 23px 4px; }
    .reading-list article:hover { padding-left: 8px; padding-right: 8px; }
    .reading-list h3 { font-size: 24px; }

    .listing-head { padding: 58px 18px 64px; }
    .listing-head h1 { font-size: 58px; }
    .listing-head p { font-size: 20px; }
    .listing-body { padding-top: 55px; padding-bottom: 75px; }
    .listing-body .editorial-three { display: block; }
    .listing-body .teaser:nth-child(n) { display: block; margin: 0 0 42px; padding: 0 0 34px; }

    .view-article .breadcrumb { padding-top: 18px; }
    .article-header { width: calc(100% - 36px); padding-top: 48px; padding-bottom: 78px; }
    .article-header h1 { font-size: 48px; }
    .article-header .chapo { font-size: 23px; }
    .article-photo { margin-top: -42px; }
    .article-photo img { height: 300px; }
    .article-grid { margin-top: 45px; }
    .prose { font-size: 18px; }
    .prose h2 { margin-top: 55px; font-size: 34px; }
    .prose blockquote { margin: 40px -8px; padding: 26px 8px; font-size: 28px; }
    .sources { padding: 25px 20px; }

    .editorial-page { padding-top: 45px; }
    .editorial-page > header { margin-bottom: 50px; padding: 42px 25px; }
    .editorial-page > header::before { top: -10px; left: -10px; width: 50px; height: 50px; }
    .editorial-page h1 { font-size: 50px; }
    .editorial-page .chapo { font-size: 22px; }

    .newsletter-inner { padding-block: 54px; }
    .newsletter-band::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    body.motion-ready [data-reveal] { opacity: 1; transform: none; transition: none; }
    .hero-portrait img, .teaser img, .feature-image img { transition: none; }
}
