:root {
  --black: #050505;
  --ink: #0a1525;
  --white: #fdfcf9;
  --cream: #f1eee8;
  --blue: #109fd6;
  --blue-deep: #063d69;
  --silver: #c7cbd0;
  --display: "Archivo", "Arial Narrow", Arial, sans-serif;
  --editorial: "Newsreader", Georgia, serif;
  --serif: var(--display);
  --sans: "Archivo", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--black); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input { font: inherit; }
.skip-link-v15 { position: fixed; left: 1rem; top: -5rem; z-index: 999; padding: .8rem 1rem; background: var(--blue); color: var(--black); font-weight: 800; }
.skip-link-v15:focus { top: 1rem; }

.breaking { min-height: 38px; padding: .45rem clamp(1rem, 3vw, 3rem); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; background: var(--black); color: white; font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; }
.breaking > span { padding: .22rem .42rem; background: var(--blue); color: var(--black); font-size: .58rem; font-weight: 900; }
.breaking p { margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.breaking b { font-size: .58rem; }
.breaking i { color: var(--blue); font-style: normal; }

.topbar { position: sticky; top: 0; z-index: 100; min-height: 86px; padding: 0 clamp(1rem, 3vw, 3rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: rgba(253,252,249,.95); border-bottom: 1px solid rgba(5,5,5,.14); backdrop-filter: blur(16px); font-family: var(--sans); }
.menu-v15 { width: 42px; height: 42px; padding: 0; display: grid; align-content: center; gap: 6px; background: transparent; border: 0; cursor: pointer; }
.menu-v15 i { width: 26px; height: 1px; display: block; background: var(--black); }
.masthead { justify-self: center; display: flex; align-items: center; gap: .65rem; }
.masthead img { width: 34px; height: 34px; object-fit: cover; }
.masthead span { font-family: var(--serif); font-size: 1.4rem; font-weight: 700; letter-spacing: -.06em; }
.topbar nav { justify-self: end; display: flex; align-items: center; gap: 1.7rem; font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.topbar nav a:not(.join):hover { color: var(--blue-deep); }
.join { padding: .8rem 1rem; background: var(--black); color: white; }
.join:hover { background: var(--blue-deep); }

.is-home .site-main { max-width: none; margin: 0; padding: 0; overflow: hidden; }
.hero { min-height: 720px; display: grid; grid-template-columns: 54% 46%; background: var(--cream); border-bottom: 1px solid rgba(5,5,5,.2); }
.hero-copy { min-width: 0; padding: clamp(4rem, 7vw, 7rem) clamp(2rem, 7vw, 7.5rem) 3rem clamp(1.2rem, 5vw, 5.5rem); display: flex; flex-direction: column; justify-content: center; }
.hero-copy .micro-title { color: var(--blue-deep); }
.hero-copy h1 { margin: 1.8rem 0 1.5rem; font-family: var(--serif); font-size: clamp(4.5rem, 7.4vw, 8.2rem); font-weight: 600; letter-spacing: -.085em; line-height: .75; }
.hero-copy h1 em { color: var(--blue-deep); font-weight: 400; }
.hero-lead { max-width: 650px; margin: 0; color: #34383d; font-family: var(--serif); font-size: clamp(1.2rem, 1.7vw, 1.6rem); line-height: 1.38; }
.hero-actions { margin-top: 2.2rem; display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
.hero-actions a { font-size: .64rem; font-weight: 900; text-transform: uppercase; }
.hero-primary { padding: 1rem 1.15rem; background: var(--black); color: white; box-shadow: 6px 6px 0 var(--blue); }
.hero-primary span, .hero-secondary span { margin-left: 1.3rem; }
.hero-secondary { padding-bottom: .45rem; border-bottom: 1px solid var(--black); }
.hero-facts { margin: 4.5rem 0 0; padding: 1.2rem 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; list-style: none; border-top: 1px solid rgba(5,5,5,.3); }
.hero-facts li { display: flex; flex-direction: column; }
.hero-facts strong { font-family: var(--serif); font-size: 1.85rem; font-weight: 600; line-height: 1; }
.hero-facts span { margin-top: .35rem; color: #62676d; font-size: .57rem; font-weight: 700; text-transform: uppercase; }
.hero-visual { position: relative; min-width: 0; min-height: 720px; overflow: hidden; background: #68768e; }
.hero-visual-mascot { background: radial-gradient(circle at 74% 22%, rgba(16,159,214,.48), transparent 26%), linear-gradient(145deg, #050505 0%, #071827 58%, #063d69 100%); }
.hero-visual-mascot::before { content: "AGIR"; position: absolute; left: -1.5rem; top: 17%; color: rgba(255,255,255,.055); font-family: var(--display); font-size: clamp(7rem, 13vw, 13rem); font-weight: 900; letter-spacing: -.08em; transform: rotate(-90deg) translateX(-28%); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(5,5,5,.68)); pointer-events: none; }
.hero-visual-mascot::after { background: linear-gradient(180deg, transparent 58%, rgba(5,5,5,.82)); }
.hero-visual > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: 62% center; filter: saturate(.82) contrast(1.05); }
.hero-visual > img.hero-mascot { z-index: 1; inset: 1rem 3% 5.8rem; width: 94%; height: calc(100% - 6.8rem); object-fit: contain; object-position: center bottom; filter: drop-shadow(0 26px 22px rgba(0,0,0,.42)); }
.hero-signal { position: absolute; z-index: 2; right: 1.2rem; top: 1.2rem; color: rgba(255,255,255,.7); font-size: .52rem; font-weight: 900; letter-spacing: .15em; writing-mode: vertical-rl; }
.hero-author { position: absolute; z-index: 4; left: 1.2rem; top: 1.2rem; padding: .55rem .75rem .55rem .55rem; display: flex; align-items: center; gap: .65rem; background: rgba(253,252,249,.94); color: var(--black); box-shadow: 0 14px 34px rgba(0,0,0,.24); }
.hero-author img { position: static; width: 42px; height: 58px; object-fit: cover; object-position: center top; filter: none; }
.hero-author p { margin: 0; display: flex; flex-direction: column; gap: .2rem; }
.hero-author strong { font-family: var(--display); font-size: .76rem; }
.hero-author span { color: #62676d; font-size: .48rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.hero-caption { position: absolute; z-index: 2; right: 1.2rem; top: 1.2rem; margin: 0; color: white; font-size: .52rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-caption-portrait { padding: .55rem .35rem; background: rgba(253,252,249,.88); color: var(--black); }
.hero-topic { position: absolute; z-index: 3; left: 1.5rem; right: 1.5rem; bottom: 1.5rem; padding: 1.2rem; display: grid; grid-template-columns: 1fr auto; gap: .45rem 1rem; background: rgba(253,252,249,.96); color: var(--black); }
.hero-topic small { grid-column: 1 / -1; color: var(--blue-deep); font-size: .52rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero-topic strong { font-family: var(--serif); font-size: 1.35rem; line-height: 1.05; }
.hero-topic span { align-self: end; font-size: .55rem; font-weight: 900; text-transform: uppercase; }

.signature { min-height: 165px; padding: 2rem clamp(1rem, 4vw, 4rem); display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 3vw, 3rem); background: var(--black); color: white; }
.signature p { margin: 0; font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 5.8rem); font-weight: 600; letter-spacing: -.08em; line-height: .85; white-space: nowrap; }
.signature em { color: var(--blue); font-weight: 400; }
.signature-mark { width: clamp(72px, 7vw, 108px); height: clamp(82px, 8vw, 122px); flex: 0 0 auto; overflow: visible; transform: rotate(-5deg); }
.signature-mark img { height: 100%; object-fit: contain; filter: drop-shadow(0 12px 10px rgba(0,0,0,.48)); }

.micro-title { margin: 0; font-size: .63rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.positioning { min-height: 670px; padding: clamp(5rem, 8vw, 8rem) clamp(1rem, 7vw, 8rem); display: flex; flex-direction: column; justify-content: space-between; background: var(--cream); }
.positioning .micro-title { color: var(--blue-deep); }
.positioning h2 { max-width: 1200px; margin: 3.5rem 0; font-family: var(--serif); font-size: clamp(3.5rem, 6.8vw, 7.6rem); font-weight: 600; letter-spacing: -.08em; line-height: .86; }
.positioning h2 em { color: var(--blue-deep); font-weight: 400; }
.positioning-foot { max-width: 1100px; margin-left: auto; display: grid; grid-template-columns: .75fr 1.25fr; gap: 4rem; border-top: 1px solid rgba(5,5,5,.42); padding-top: 1.5rem; }
.positioning-foot p { margin: 0; }
.positioning-foot p:first-child { font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.positioning-foot p:last-child { max-width: 590px; color: #4d4d4d; font-size: .9rem; line-height: 1.7; }

.watch { padding: clamp(5rem, 9vw, 9rem) clamp(1rem, 4vw, 4.5rem); background: var(--black); color: white; }
.watch-head { margin-bottom: 3rem; display: grid; grid-template-columns: 1fr auto; align-items: end; border-bottom: 1px solid rgba(255,255,255,.24); padding-bottom: 1.6rem; }
.watch-head .micro-title { grid-column: 1 / -1; margin-bottom: 1rem; color: var(--blue); }
.watch-head h2, .series-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 8vw, 8rem); font-weight: 500; letter-spacing: -.08em; line-height: .78; }
.watch-head > a { font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.watch-head > a span { margin-left: 1rem; color: var(--blue); }
.featured-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); gap: 2rem; }
.featured { position: relative; min-height: 620px; overflow: hidden; background: #181818; }
.featured > img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.featured:hover > img { transform: scale(1.025); }
.featured-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04) 35%, rgba(0,0,0,.94)); }
.featured .episode { position: absolute; left: 1.5rem; top: 1.5rem; padding: .5rem .65rem; background: var(--blue); color: var(--black); font-size: .58rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.featured .play { position: absolute; right: 1.5rem; top: 1.5rem; display: flex; align-items: center; gap: .6rem; font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.featured .play i { width: 42px; height: 42px; display: grid; place-items: center; background: white; color: var(--black); border-radius: 50%; font-size: .68rem; font-style: normal; }
.featured h3 { position: absolute; z-index: 2; left: 1.5rem; right: 1.5rem; bottom: 1.5rem; max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5.4rem); font-weight: 600; letter-spacing: -.055em; line-height: .93; }
.latest-list { border-top: 1px solid rgba(255,255,255,.36); }
.latest-title { margin: 0; padding: 1.2rem 0; color: var(--silver); font-size: .59rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.latest-list > a { min-height: 150px; padding: 1.35rem 0; display: grid; grid-template-columns: 2.5rem 1fr auto; gap: 1rem; border-top: 1px solid rgba(255,255,255,.2); transition: color .2s; }
.latest-list > a:hover { color: var(--blue); }
.latest-list > a > span { color: var(--blue); font-family: var(--serif); font-size: 1.3rem; }
.latest-list small { color: #a8adb5; font-size: .54rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.latest-list h3 { margin: .5rem 0 0; font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 2.1rem); font-weight: 500; line-height: 1.04; }
.latest-list b { align-self: end; color: var(--blue); }
.series-head { margin-top: clamp(7rem, 12vw, 12rem); display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.series-head h2 { font-size: clamp(4rem, 7vw, 7rem); }
.series-head p { max-width: 430px; margin: 0; color: #aeb2b8; font-family: var(--serif); font-size: 1.2rem; line-height: 1.35; }
.series-grid { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.series-card { position: relative; min-height: 560px; padding: 1.5rem; display: flex; align-items: end; overflow: hidden; background: #171717; }
.series-card > img { position: absolute; inset: 0; height: 100%; object-fit: cover; filter: grayscale(.7) contrast(1.08); transition: .5s; }
.series-card:hover > img { transform: scale(1.035); filter: grayscale(0); }
.series-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.92)); }
.series-no { position: absolute; z-index: 2; right: 1.5rem; top: 1.2rem; color: rgba(255,255,255,.84); font-family: var(--serif); font-size: 3.4rem; }
.series-card > div { position: relative; z-index: 2; }
.series-card small { color: var(--blue); font-size: .56rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.series-card h3 { margin: .6rem 0; font-family: var(--serif); font-size: clamp(2.6rem, 4vw, 4.4rem); font-weight: 500; letter-spacing: -.06em; line-height: .88; }
.series-card p { max-width: 320px; margin: 0; color: #d0d1d4; font-size: .78rem; line-height: 1.5; }
.series-rights { background: var(--blue-deep); }
.series-rights::after { background: linear-gradient(180deg, transparent, rgba(0,0,0,.4)); }
.series-lines { position: absolute; inset: -20%; background: repeating-radial-gradient(circle at center, transparent 0 28px, rgba(255,255,255,.12) 29px 30px); transform: rotate(12deg); }

.articles-stream { padding: clamp(5rem, 8vw, 8rem) clamp(1rem, 5vw, 5.5rem); background: var(--cream); }
.articles-stream-head { margin-bottom: 3rem; display: flex; align-items: end; justify-content: space-between; border-bottom: 1px solid rgba(5,5,5,.35); padding-bottom: 1.5rem; }
.articles-stream-head .micro-title { color: var(--blue-deep); }
.articles-stream-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.5rem, 7vw, 7rem); font-weight: 500; letter-spacing: -.08em; line-height: .85; }
.articles-stream-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--black); border-left: 1px solid var(--black); }
.stream-card { min-width: 0; display: flex; flex-direction: column; border-right: 1px solid var(--black); border-bottom: 1px solid var(--black); background: var(--white); }
.stream-card > img { aspect-ratio: 16/10; object-fit: cover; filter: saturate(.78); }
.stream-card > div { min-height: 330px; padding: 1.5rem; display: flex; flex-direction: column; }
.stream-card small { color: var(--blue-deep); font-size: .55rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.stream-card h3 { margin: .85rem 0; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 600; letter-spacing: -.045em; line-height: .98; }
.stream-card p { margin: 0; color: #5b6066; font-size: .8rem; line-height: 1.55; }
.stream-card span { margin-top: auto; padding-top: 1.5rem; font-size: .6rem; font-weight: 900; text-transform: uppercase; }

.manifesto { position: relative; min-height: 920px; display: flex; align-items: center; justify-content: end; color: white; background: var(--black); }
.manifesto > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; filter: grayscale(.3) contrast(1.08); }
.manifesto-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.05), rgba(0,0,0,.9) 58%, rgba(0,0,0,.97)); }
.manifesto-copy { position: relative; z-index: 2; width: 48%; padding: 5rem clamp(2rem, 6vw, 7rem); }
.manifesto-copy .micro-title { color: var(--blue); }
.manifesto blockquote { margin: 2rem 0; font-family: var(--serif); font-size: clamp(3.1rem, 5vw, 6rem); font-weight: 500; letter-spacing: -.07em; line-height: .9; }
.manifesto-copy > p:not(.micro-title) { max-width: 590px; color: #c7c7c7; font-size: .9rem; line-height: 1.75; }
.manifesto-copy a { display: inline-block; margin-top: 1.5rem; padding-bottom: .5rem; border-bottom: 1px solid white; font-size: .64rem; font-weight: 900; text-transform: uppercase; }
.manifesto-copy a span { margin-left: 1.5rem; color: var(--blue); }

.newsletter { min-height: 670px; padding: clamp(5rem, 9vw, 9rem) clamp(1rem, 5vw, 5.5rem); display: grid; grid-template-columns: auto 1.15fr .85fr; align-items: center; gap: clamp(2rem, 6vw, 7rem); background: var(--blue); color: var(--black); }
.newsletter-logo { width: clamp(150px, 17vw, 250px); height: clamp(230px, 25vw, 360px); overflow: visible; transform: rotate(-4deg); }
.newsletter-logo img { height: 100%; object-fit: contain; filter: drop-shadow(18px 22px 0 rgba(5,5,5,.92)); }
.newsletter-title h2 { margin: 1rem 0 0; font-family: var(--serif); font-size: clamp(4rem, 8vw, 9rem); font-weight: 600; letter-spacing: -.09em; line-height: .76; }
.newsletter-title h2 em { color: white; font-weight: 400; }
.newsletter-form > p { max-width: 500px; margin: 0 0 3rem; font-family: var(--serif); font-size: 1.35rem; line-height: 1.35; }
.newsletter-form form { display: grid; grid-template-columns: minmax(0, 1fr); gap: .65rem; }
.newsletter-form label[for] { display: block; margin: 0; font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.newsletter-form input[type="text"], .newsletter-form input[type="email"] { min-width: 0; width: 100%; padding: .9rem 0; background: transparent; border: 0; border-bottom: 2px solid var(--black); border-radius: 0; color: var(--black); outline: 0; }
.newsletter-form input::placeholder { color: rgba(5,5,5,.58); }
.newsletter-consent { grid-column: auto; margin-top: .6rem; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .65rem; align-items: start; font-size: .68rem; line-height: 1.4; }
.newsletter-consent input { margin-top: .15rem; }
.newsletter-consent a { text-decoration: underline; }
.newsletter-form button { grid-column: auto; justify-self: start; margin-top: .5rem; padding: .9rem 1.15rem; background: var(--black); border: 0; color: white; font-size: .64rem; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.newsletter-form button span { margin-left: 1rem; }
.newsletter-form button:disabled { opacity: .65; cursor: wait; }
.newsletter-message { margin-top: 1rem; font-size: .75rem; font-weight: 700; }
.newsletter-ok { color: #064e3b; }
.newsletter-error { color: #7f1d1d; }

/* Typographie v15.2 — impact éditorial américain */
.masthead span,
.hero-copy h1,
.hero-facts strong,
.hero-topic strong,
.signature p,
.positioning h2,
.watch-head h2,
.series-head h2,
.featured h3,
.latest-list > a > span,
.latest-list h3,
.series-no,
.series-card h3,
.articles-stream-head h2,
.stream-card h3,
.manifesto blockquote,
.newsletter-title h2,
.footer-name-v3 {
  font-family: var(--display);
  font-stretch: condensed;
}

.hero-copy h1,
.signature p,
.positioning h2,
.watch-head h2,
.series-head h2,
.featured h3,
.series-card h3,
.articles-stream-head h2,
.stream-card h3,
.manifesto blockquote,
.newsletter-title h2 {
  font-weight: 800;
  letter-spacing: -.055em;
}

.hero-copy h1 { line-height: .84; }
.signature p { line-height: .9; }
.positioning h2 { line-height: .92; }
.watch-head h2, .series-head h2 { line-height: .86; }
.featured h3 { line-height: .96; }
.latest-list h3 { font-weight: 700; letter-spacing: -.025em; line-height: 1.06; }
.series-card h3 { line-height: .94; }
.articles-stream-head h2 { line-height: .9; }
.stream-card h3 { line-height: .98; }
.manifesto blockquote { line-height: .94; }
.newsletter-title h2 { line-height: .84; }

.hero-copy h1 em,
.signature em,
.positioning h2 em,
.newsletter-title h2 em {
  font-style: normal;
  font-weight: 800;
}

.hero-lead,
.positioning-foot p:first-child,
.series-head p,
.newsletter-form > p,
.site-footer-v3 > p {
  font-family: var(--editorial);
}

.site-footer-v3 { min-height: 190px; padding: 2.5rem clamp(1rem, 4vw, 4.5rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; background: var(--black); color: white; font-family: var(--sans); }
.footer-name-v3 { font-family: var(--serif); font-size: 1.8rem; font-weight: 600; letter-spacing: -.06em; }
.site-footer-v3 > p { margin: 0; color: var(--blue); font-family: var(--serif); font-size: 1rem; font-style: italic; }
.site-footer-v3 nav { justify-self: end; display: flex; gap: 1.4rem; font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.to-top { grid-column: 1 / -1; justify-self: center; color: #888; font-size: .56rem; font-weight: 800; text-transform: uppercase; }

@media (max-width: 1050px) {
  .topbar nav a:not(.join) { display: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-right: 2rem; }
  .hero-copy h1 { font-size: clamp(4.2rem, 7vw, 6.4rem); }
  .featured-grid { grid-template-columns: 1fr; }
  .latest-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; border: 0; }
  .latest-title { grid-column: 1 / -1; }
  .latest-list > a { border-top: 1px solid rgba(255,255,255,.3); }
  .series-grid { grid-template-columns: 1fr 1fr; }
  .series-card:last-child { grid-column: 1 / -1; }
  .articles-stream-grid { grid-template-columns: 1fr 1fr; }
  .manifesto-copy { width: 58%; }
  .newsletter { grid-template-columns: minmax(0, 1fr); }
  .newsletter-logo, .newsletter-title, .newsletter-form { grid-column: auto; min-width: 0; }
  .newsletter-title h2 { font-size: clamp(4rem, 10vw, 7rem); }
}

@media (max-width: 720px) {
  .breaking { grid-template-columns: auto 1fr; gap: .7rem; }
  .breaking b { display: none; }
  .topbar { min-height: 72px; grid-template-columns: auto 1fr auto; padding: 0 1rem; }
  .menu-v15 { width: 32px; }
  .masthead img { width: 28px; height: 28px; }
  .masthead span { font-size: 1rem; }
  .topbar nav { gap: 0; }
  .join { padding: .65rem .7rem; font-size: .54rem; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 4.5rem 1rem 3.5rem; }
  .hero-copy h1 { font-size: min(15vw, 4.4rem); line-height: .79; }
  .hero-lead { font-size: 1.2rem; }
  .hero-facts { margin-top: 3.5rem; gap: .5rem; }
  .hero-facts strong { font-size: 1.55rem; }
  .hero-facts span { font-size: .5rem; }
  .hero-visual { min-height: 560px; }
  .hero-visual > img { object-position: 60% center; }
  .hero-caption { right: .8rem; top: .8rem; }
  .hero-topic { left: 1rem; right: 1rem; bottom: 1rem; }
  .signature { min-height: 130px; padding: 2rem 1rem; gap: .6rem; }
  .signature p { font-size: min(9vw, 2.8rem); }
  .signature-mark { width: 46px; height: 46px; box-shadow: 0 0 0 4px rgba(255,255,255,.08); }
  .positioning { min-height: 620px; padding: 5rem 1rem; }
  .positioning h2 { margin: 3rem 0; font-size: min(13vw, 4rem); line-height: .9; }
  .positioning-foot { grid-template-columns: 1fr; gap: 1.2rem; }
  .watch { padding: 5rem 1rem; }
  .watch-head { display: flex; flex-wrap: wrap; justify-content: space-between; }
  .watch-head .micro-title { width: 100%; }
  .watch-head h2 { font-size: 4.4rem; }
  .featured { min-height: 570px; }
  .featured h3 { font-size: 2.7rem; }
  .latest-list { display: block; }
  .latest-title { margin-top: 2rem; }
  .latest-list > a { min-height: 130px; }
  .series-head { display: block; margin-top: 7rem; }
  .series-head h2 { font-size: 4rem; }
  .series-head p { margin-top: 1.4rem; }
  .series-grid { grid-template-columns: 1fr; }
  .series-card, .series-card:last-child { grid-column: auto; min-height: 520px; }
  .articles-stream { padding: 5rem 1rem; }
  .articles-stream-head { display: block; }
  .articles-stream-head h2 { margin-top: 1rem; font-size: 3.7rem; }
  .articles-stream-grid { grid-template-columns: 1fr; }
  .stream-card > div { min-height: 290px; }
  .manifesto { min-height: 980px; align-items: end; }
  .manifesto > img { object-position: 58% center; }
  .manifesto-overlay { background: linear-gradient(180deg, rgba(0,0,0,.03) 18%, rgba(0,0,0,.95) 63%); }
  .manifesto-copy { width: 100%; padding: 4rem 1rem; }
  .manifesto blockquote { font-size: 3.2rem; }
  .newsletter { grid-template-columns: 1fr; padding: 5rem 1rem; }
  .newsletter-logo { width: 132px; height: 190px; justify-self: center; }
  .newsletter-title h2 { font-size: 4.8rem; }
  .newsletter-form { grid-column: auto; }
  .newsletter-form form { grid-template-columns: 1fr; }
  .newsletter-consent, .newsletter-form button { grid-column: auto; }
  .newsletter-form button { width: 100%; margin-top: 1rem; padding: 1rem; }
  .site-footer-v3 { grid-template-columns: 1fr; align-items: start; }
  .site-footer-v3 > p, .site-footer-v3 nav { justify-self: start; }
  .to-top { justify-self: start; grid-column: auto; }
}

@media (max-width: 360px) {
  .masthead span { display: none; }
  .hero-copy h1 { font-size: 14vw; }
  .signature p { font-size: 9.4vw; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
