:root {
  --paper: #f4f1ea;
  --paper-deep: #e9e4da;
  --ink: #101317;
  --ink-soft: #2b3138;
  --muted: #697078;
  --line: #d5d0c6;
  --surface: #fffdf8;
  --surface-dark: #151a20;
  --signal: #f23d36;
  --signal-dark: #b92925;
  --blue: #4b86d8;
  --green: #258a6e;
  --purple: #8d60b5;
  --max: 1220px;
  --reading: 760px;
  --shadow: 0 18px 50px rgba(16, 19, 23, 0.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  color-scheme: light;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--signal-dark);
}

button,
input {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
}

.skip-link:focus {
  top: 16px;
}

.shell {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 20;
  background: var(--surface-dark);
  color: #fff;
  border-bottom: 4px solid var(--signal);
}

.masthead {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  min-height: 88px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  text-decoration: none;
}

.brand:hover {
  color: #fff;
}

.brand-mark {
  position: relative;
  width: 39px;
  height: 39px;
  border: 7px solid #fff;
  border-right-width: 9px;
  border-radius: 4px 20px 20px 4px;
}

.brand-mark::after {
  content: "";
  position: absolute;
  left: -9px;
  top: 18px;
  width: 27px;
  height: 5px;
  background: var(--signal);
  transform: rotate(-29deg);
  box-shadow: 0 0 0 2px var(--surface-dark);
}

.brand-word {
  font-size: clamp(27px, 4vw, 40px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
}

.masthead-note {
  margin: 0;
  color: #aeb6bf;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.masthead-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.search-link,
.menu-button {
  min-height: 40px;
  border: 1px solid #424a53;
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.search-link {
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
}

.menu-button {
  display: none;
  width: 42px;
  cursor: pointer;
}

.site-nav {
  background: #0e1217;
  border-top: 1px solid #29313a;
}

.nav-row {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav-row::-webkit-scrollbar {
  display: none;
}

.nav-row a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 17px;
  border-right: 1px solid #29313a;
  color: #ccd2d8;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.nav-row a:first-child {
  border-left: 1px solid #29313a;
}

.nav-row a:hover,
.nav-row a[aria-current="page"] {
  background: #1b222a;
  color: #fff;
}

.nav-row a[aria-current="page"] {
  box-shadow: inset 0 -3px 0 var(--signal);
}

.site-main {
  min-height: 65vh;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(330px, 0.7fr);
  min-height: 570px;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  display: grid;
  align-content: center;
  padding: 72px max(32px, calc((100vw - var(--max)) / 2)) 72px max(20px, calc((100vw - var(--max)) / 2));
}

.hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  background:
    linear-gradient(145deg, rgba(242, 61, 54, 0.92), rgba(185, 41, 37, 0.83)),
    #e7443e;
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
}

.hero-visual::before {
  inset: -10% 22% -10% -18%;
  border: 28px solid rgba(255, 255, 255, 0.92);
  border-right-width: 56px;
  border-radius: 18px 50% 50% 18px;
  transform: rotate(-9deg);
}

.hero-visual::after {
  left: -8%;
  right: 12%;
  top: 50%;
  height: 18px;
  background: #11161c;
  transform: rotate(-28deg);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.12);
}

.hero-index {
  position: absolute;
  right: 28px;
  bottom: 22px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--signal-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  background: currentColor;
}

.hero h1,
.page-hero h1,
.article-header h1 {
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.16;
  text-wrap: pretty;
}

.hero h1 {
  max-width: 850px;
  font-size: clamp(38px, 5.3vw, 76px);
}

.hero h1 a {
  text-decoration: none;
}

.hero-dek {
  max-width: 760px;
  margin: 25px 0 0;
  color: var(--ink-soft);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.8;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 15px;
  margin-top: 25px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.category-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 3px 9px;
  border: 1px solid var(--category-accent, var(--signal-dark));
  color: #252a31;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.section {
  padding: 72px 0;
}

.section--tight {
  padding: 48px 0;
}

.section--dark {
  background: var(--surface-dark);
  color: #fff;
}

.section--line {
  border-top: 1px solid var(--line);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(27px, 4vw, 44px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.section-head p {
  max-width: 570px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.section--dark .section-head p {
  color: #aeb6bf;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.text-link::after {
  content: "→";
  color: var(--signal);
}

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

.article-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(16, 19, 23, 0.04);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.article-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.signal-art {
  position: relative;
  min-height: 178px;
  overflow: hidden;
  background: var(--art-bg, var(--surface-dark));
  border-bottom: 1px solid var(--line);
}

.signal-art::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -64px;
  top: -90px;
  border: 20px solid var(--art-accent, var(--signal));
  border-radius: 50%;
  opacity: 0.92;
}

.signal-art::after {
  content: "";
  position: absolute;
  left: -30px;
  right: -30px;
  top: 53%;
  height: 9px;
  background: var(--art-accent, var(--signal));
  transform: rotate(-11deg);
}

.signal-art span {
  position: absolute;
  z-index: 2;
  left: 17px;
  bottom: 15px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-card-body {
  display: grid;
  align-content: start;
  padding: 20px;
}

.article-card h3 {
  margin: 14px 0 10px;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.45;
  letter-spacing: -0.025em;
  text-wrap: pretty;
}

.article-card h3 a {
  text-decoration: none;
}

.article-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.article-card .meta-row {
  margin-top: 18px;
}

.story-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.story-row {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 150px;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.story-row h3 {
  margin: 0;
  font-size: clamp(18px, 2.3vw, 26px);
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.story-row h3 a {
  text-decoration: none;
}

.story-row p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.story-date {
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.topic-grid,
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #313842;
  border: 1px solid #313842;
}

.topic-card,
.category-card {
  position: relative;
  min-height: 220px;
  padding: 26px;
  background: var(--surface-dark);
  color: #fff;
  text-decoration: none;
}

.topic-card:hover,
.category-card:hover {
  background: #1d242c;
  color: #fff;
}

.topic-card::before,
.category-card::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 0;
  width: 44px;
  height: 5px;
  background: var(--topic-accent, var(--signal));
}

.topic-card strong,
.category-card strong {
  display: block;
  margin: 24px 0 10px;
  font-size: 22px;
  line-height: 1.35;
}

.topic-card p,
.category-card p {
  margin: 0;
  color: #aeb6bf;
  font-size: 13px;
}

.topic-card span,
.category-card span {
  position: absolute;
  left: 26px;
  bottom: 22px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.trust-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 54px;
  padding: 44px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.trust-panel h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.16;
  letter-spacing: -0.05em;
}

.trust-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: trust;
}

.trust-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  counter-increment: trust;
}

.trust-list li::before {
  content: "0" counter(trust);
  color: var(--signal-dark);
  font-size: 12px;
  font-weight: 900;
}

.page-hero {
  padding: 72px 0 54px;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 920px;
  font-size: clamp(40px, 6vw, 72px);
}

.page-hero p {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 70px;
  align-items: start;
}

.prose {
  max-width: var(--reading);
  font-size: 17px;
}

.prose h2 {
  margin: 50px 0 15px;
  font-size: clamp(25px, 3.5vw, 36px);
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose h3 {
  margin: 34px 0 12px;
  font-size: 22px;
  line-height: 1.4;
}

.prose p {
  margin: 0 0 1.35em;
}

.prose ul,
.prose ol {
  margin: 0 0 1.5em;
  padding-left: 1.4em;
}

.prose li {
  margin: 0.55em 0;
  padding-left: 0.25em;
}

.prose a {
  color: #205d9d;
}

.prose blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  border-left: 5px solid var(--signal);
  background: var(--surface);
  color: var(--ink-soft);
}

.prose code {
  padding: 0.12em 0.35em;
  background: #e6e1d8;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.9em;
}

.desync-focus-box,
.desync-takeaway,
.desync-note,
.article-callout {
  margin: 34px 0;
  padding: 22px 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 6px solid var(--signal);
}

.desync-focus-box h2,
.desync-takeaway h2,
.desync-note h2,
.article-callout h2 {
  margin: 0 0 12px;
  font-size: 19px;
}

.desync-focus-box ul,
.desync-takeaway ul,
.desync-note ul,
.article-callout ul {
  margin-bottom: 0;
}

.desync-source-box {
  display: none;
}

.article-header {
  padding: 62px 0 40px;
  border-bottom: 1px solid var(--line);
}

.article-header-inner {
  max-width: 980px;
}

.article-header h1 {
  max-width: 940px;
  font-size: clamp(37px, 5.7vw, 68px);
}

.article-lead {
  max-width: 820px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.75;
}

.article-media {
  margin: 34px 0;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
}

.article-media img {
  display: block;
  width: 100%;
  height: auto;
  background: #ded9d0;
}

.article-media--hero {
  margin: 36px 0 0;
}

.article-media figcaption {
  display: grid;
  gap: 6px;
  padding: 13px 16px 15px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

.article-media figcaption small {
  color: var(--muted);
  font-size: 11px;
}

.article-media figcaption a {
  color: #205d9d;
}

.evidence-preview {
  margin: 34px 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 5px solid var(--category-accent, var(--signal));
}

.evidence-preview-body {
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: 22px 24px;
}

.evidence-preview-body strong,
.evidence-preview-body p,
.evidence-preview-body small {
  margin: 0;
}

.evidence-preview-body strong {
  font-size: 16px;
  line-height: 1.45;
}

.evidence-preview-body strong a {
  overflow-wrap: anywhere;
}

.evidence-preview-body p {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.6;
}

.evidence-preview-body small {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.article-embed {
  margin: 36px 0;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
}

.article-embed-stage {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 300px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgb(239 91 69 / 20%), transparent 32%),
    linear-gradient(145deg, #121820, #1b242d);
  color: #f7f4ee;
}

.article-embed--youtube .article-embed-stage {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.article-embed-stage iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: 0;
}

.article-embed--youtube .article-embed-stage iframe {
  position: absolute;
  inset: 0;
  min-height: 0;
}

.article-embed-consent {
  display: grid;
  max-width: 560px;
  justify-items: start;
  gap: 12px;
  padding: 32px;
}

.article-embed-provider {
  color: #ff735f;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.article-embed-consent strong {
  color: #fff;
  font-size: clamp(19px, 3vw, 26px);
  line-height: 1.35;
}

.article-embed-consent p {
  margin: 0;
  color: #b7c0c9;
  font-size: 13px;
  line-height: 1.65;
}

.article-embed-button {
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #ff735f;
  background: #ff674f;
  color: #10151b;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

.article-embed-button:hover,
.article-embed-button:focus-visible {
  background: #fff;
  outline: 3px solid rgb(255 255 255 / 28%);
  outline-offset: 2px;
}

.article-embed-button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.article-embed-error {
  max-width: 520px;
  padding: 28px;
  color: #d9dee3;
  line-height: 1.7;
}

.article-embed figcaption {
  display: grid;
  gap: 6px;
  padding: 14px 16px 16px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.6;
}

.article-embed figcaption small {
  color: var(--muted);
  font-size: 11px;
}

.article-embed figcaption a {
  color: #205d9d;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 12px;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb span::before {
  content: "/";
  margin-right: 7px;
  color: #a8a29a;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, var(--reading)) minmax(240px, 1fr);
  justify-content: space-between;
  gap: 72px;
  align-items: start;
}

.article-aside {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 20px;
}

.aside-card {
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.aside-card h2 {
  margin: 0 0 12px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.aside-card p,
.aside-card li {
  color: var(--muted);
  font-size: 12px;
}

.aside-card ul {
  margin: 0;
  padding-left: 18px;
}

.source-ledger {
  margin-top: 58px;
  padding-top: 34px;
  border-top: 4px solid var(--ink);
}

.source-ledger > h2 {
  margin: 0 0 8px;
  font-size: 28px;
}

.source-ledger > p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 13px;
}

.source-list {
  display: grid;
  gap: 10px;
}

.source-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  padding: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.source-role {
  color: var(--signal-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.source-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}

.source-item a {
  word-break: break-word;
}

.source-item p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
}

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

.related-card {
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.related-card h3 {
  margin: 10px 0 0;
  font-size: 17px;
  line-height: 1.45;
}

.related-card h3 a {
  text-decoration: none;
}

.search-panel {
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.search-input {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  border: 2px solid var(--ink);
  background: #fff;
  color: var(--ink);
}

.search-button {
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.search-results {
  display: grid;
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}

.search-result {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.search-result h2 {
  margin: 5px 0 6px;
  font-size: 21px;
}

.search-result h2 a {
  text-decoration: none;
}

.search-result p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.empty-state {
  padding: 28px 0;
  color: var(--muted);
}

.site-footer {
  margin-top: 70px;
  background: var(--surface-dark);
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 48px;
  padding: 60px 0 42px;
}

.footer-brand p {
  max-width: 470px;
  margin: 18px 0 0;
  color: #aeb6bf;
  font-size: 13px;
}

.footer-column h2 {
  margin: 0 0 13px;
  color: #7f8994;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-column a {
  display: block;
  margin: 7px 0;
  color: #e6e9ec;
  font-size: 13px;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 22px;
  border-top: 1px solid #303842;
  color: #8e98a2;
  font-size: 11px;
}

.not-found {
  min-height: 60vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.not-found strong {
  display: block;
  color: var(--signal);
  font-size: clamp(70px, 15vw, 180px);
  line-height: 1;
  letter-spacing: -0.07em;
}

.not-found h1 {
  margin: 18px 0 8px;
  font-size: 30px;
}

.not-found p {
  margin: 0 0 24px;
  color: var(--muted);
}

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr 330px;
  }

  .article-grid,
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topic-grid,
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-layout,
  .page-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .article-aside {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .shell {
    width: min(100% - 24px, var(--max));
  }

  .masthead {
    min-height: 70px;
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .masthead-note,
  .search-link {
    display: none;
  }

  .menu-button {
    display: inline-grid;
    place-items: center;
  }

  .site-nav {
    display: none;
  }

  .site-nav[data-open="true"] {
    display: block;
  }

  .nav-row {
    display: grid;
    padding: 8px 0 12px;
  }

  .nav-row a,
  .nav-row a:first-child {
    min-height: 42px;
    border: 0;
    border-bottom: 1px solid #29313a;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-copy {
    order: 2;
    padding: 42px 18px 52px;
  }

  .hero-visual {
    min-height: 230px;
  }

  .section {
    padding: 52px 0;
  }

  .section-head {
    display: grid;
  }

  .article-grid,
  .related-grid,
  .topic-grid,
  .category-grid,
  .article-aside,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .story-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .story-date {
    text-align: left;
  }

  .trust-panel {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 28px 22px;
  }

  .article-header,
  .page-hero {
    padding: 44px 0 34px;
  }

  .source-item {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .article-embed-stage {
    min-height: 260px;
  }

  .article-embed--youtube .article-embed-stage {
    min-height: 0;
  }

  .article-embed--youtube:not(.article-embed--loaded) .article-embed-stage {
    min-height: 300px;
    aspect-ratio: auto;
  }

  .article-embed-consent {
    padding: 24px 20px;
  }

  .search-form {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media print {
  .site-header,
  .site-footer,
  .article-aside,
  .related-section {
    display: none;
  }

  body {
    background: #fff;
  }

  .article-layout {
    display: block;
  }

  .article-embed-stage {
    min-height: 0;
    aspect-ratio: auto;
    background: #fff;
    color: #000;
  }

  .article-embed-consent {
    display: none;
  }
}
