/* ==========================================================================
   MyHotelCare — public site, edition 2 ("The Night Log")
   An operations publication for hotel service recovery.
   Paper + ink + brass by day, night-shift navy for the moments that matter.
   ========================================================================== */

@font-face { font-family: "Fraunces"; src: url("/assets/fonts/fraunces-opsz.woff2") format("woff2-variations"), url("/assets/fonts/fraunces-opsz.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Fraunces"; src: url("/assets/fonts/fraunces-opsz-italic.woff2") format("woff2-variations"), url("/assets/fonts/fraunces-opsz-italic.woff2") format("woff2"); font-weight: 100 900; font-style: italic; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/assets/fonts/inter-wght.woff2") format("woff2-variations"), url("/assets/fonts/inter-wght.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Plex Mono"; src: url("/assets/fonts/ibm-plex-mono-latin-400-normal.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Plex Mono"; src: url("/assets/fonts/ibm-plex-mono-latin-500-normal.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }

:root {
  --paper: #F3EEE4;
  --paper-2: #EAE3D6;
  --sheet: #FBF9F4;
  --ink: #14233A;
  --ink-2: #33415A;
  --muted: #5C6675;
  --brass: #7D5F2E;
  --brass-soft: #C9A86A;
  --night: #0F1B2C;
  --night-2: #16263C;
  --night-text: #E9E3D7;
  --night-muted: #9EA8B6;
  --alert: #A33A2B;
  --rule: rgba(20, 35, 58, .16);
  --rule-strong: rgba(20, 35, 58, .55);
  --rule-night: rgba(233, 227, 215, .16);

  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --mono: "Plex Mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;

  --wrap: 1240px;
  --gutter: clamp(20px, 4vw, 48px);
  --radius: 3px;
  --shadow-plate: 0 1px 0 rgba(20,35,58,.06), 0 24px 60px -24px rgba(15,27,44,.35), 0 8px 18px -10px rgba(15,27,44,.18);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: 88px; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font: 400 17px/1.6 var(--sans); font-feature-settings: "cv11", "ss01";
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img, video, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-color: rgba(125,95,46,.55); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { text-decoration-color: currentColor; }
:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; border-radius: 2px; }
.night :focus-visible { outline-color: var(--brass-soft); }
::selection { background: #E3D2AE; color: var(--ink); }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; }
strong { font-weight: 600; }
hr { border: 0; border-top: 1px solid var(--rule); margin: 0; }

.skip-link { position: absolute; left: 12px; top: -60px; background: var(--ink); color: var(--paper); padding: 10px 16px; z-index: 100; border-radius: var(--radius); text-decoration: none; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.wrap-narrow { width: 100%; max-width: 820px; margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(72px, 10vw, 136px) 0; position: relative; }
.section-sm { padding: clamp(48px, 6vw, 80px) 0; }
.section-tight { padding-top: 0; }
.grid-12 { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: clamp(16px, 2.4vw, 32px); }
.center { text-align: center; }

/* ---------- Type ---------- */
.display, .h-display {
  font-family: var(--serif); font-optical-sizing: auto; font-variation-settings: "opsz" 144;
  font-weight: 380; letter-spacing: -.022em; line-height: .98;
  font-size: clamp(2.7rem, 6.4vw, 5.9rem);
}
.h-1 { font-family: var(--serif); font-variation-settings: "opsz" 120; font-weight: 400; letter-spacing: -.018em; line-height: 1.04; font-size: clamp(2.2rem, 4.4vw, 3.9rem); }
.h-2 { font-family: var(--serif); font-variation-settings: "opsz" 72; font-weight: 420; letter-spacing: -.012em; line-height: 1.1; font-size: clamp(1.7rem, 3vw, 2.55rem); }
.h-3 { font-family: var(--serif); font-variation-settings: "opsz" 36; font-weight: 500; letter-spacing: -.005em; line-height: 1.2; font-size: clamp(1.25rem, 1.8vw, 1.5rem); }
.h-4 { font-family: var(--sans); font-weight: 600; font-size: 1.02rem; line-height: 1.35; letter-spacing: -.005em; }
.lede { font-size: clamp(1.1rem, 1.5vw, 1.32rem); line-height: 1.55; color: var(--ink-2); max-width: 40em; }
.lede.center { margin-left: auto; margin-right: auto; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }
em.serif, .serif-italic { font-family: var(--serif); font-style: italic; font-variation-settings: "opsz" 144; }
.mark-brass { color: var(--brass); }
.night .mark-brass { color: var(--brass-soft); }

.label, .eyebrow {
  display: inline-block; font-family: var(--mono); font-weight: 500; font-size: .76rem; line-height: 1.4;
  letter-spacing: .09em; text-transform: uppercase; color: var(--brass);
}
.night .label, .night .eyebrow { color: var(--brass-soft); }
.stamp { font-family: var(--mono); font-size: .8rem; letter-spacing: .02em; color: var(--muted); }
.night .stamp { color: var(--night-muted); }

/* Folio: the running header that opens a section like a page in a log */
.folio {
  display: flex; align-items: baseline; gap: 14px; font-family: var(--mono); font-size: .76rem;
  letter-spacing: .09em; text-transform: uppercase; color: var(--brass);
  border-top: 1px solid var(--rule-strong); padding-top: 12px; margin-bottom: clamp(28px, 4vw, 52px);
}
.folio .folio-no { color: var(--ink); }
.folio .folio-time { margin-left: auto; color: var(--muted); letter-spacing: .04em; }
.night .folio { border-top-color: rgba(233,227,215,.45); color: var(--brass-soft); }
.night .folio .folio-no { color: var(--night-text); }
.night .folio .folio-time { color: var(--night-muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  min-height: 48px; padding: 12px 22px; border-radius: var(--radius);
  background: var(--ink); color: var(--paper); border: 1px solid var(--ink);
  font: 600 .98rem/1.2 var(--sans); letter-spacing: .005em; text-decoration: none; cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.btn:hover { background: #0B1628; }
.btn .arr { transition: transform .18s ease; }
.btn:hover .arr { transform: translateX(3px); }
.btn-ghost, .btn-line { background: transparent; color: var(--ink); border-color: var(--rule-strong); }
.btn-ghost:hover, .btn-line:hover { background: rgba(20,35,58,.05); }
.btn-brass { background: var(--brass); border-color: var(--brass); color: #FFF9EE; }
.btn-brass:hover { background: #6C5226; }
.btn-light { background: var(--night-text); color: var(--night); border-color: var(--night-text); }
.btn-light:hover { background: #fff; }
.night .btn-line { color: var(--night-text); border-color: rgba(233,227,215,.5); }
.night .btn-line:hover { background: rgba(233,227,215,.08); }
.btn-lg { min-height: 54px; padding: 14px 26px; font-size: 1.02rem; }
.btn-sm { min-height: 40px; padding: 8px 14px; font-size: .88rem; }
.btn-block { width: 100%; }
.link-arrow { font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--brass); padding-bottom: 2px; display: inline-flex; gap: .45em; align-items: center; min-height: 44px; }
.link-arrow:hover { color: var(--brass); }
.night .link-arrow { border-bottom-color: var(--brass-soft); }
.night .link-arrow:hover { color: var(--brass-soft); }
.actions { display: flex; flex-wrap: wrap; gap: 12px 18px; align-items: center; }

/* ---------- Header ---------- */
.masthead {
  position: sticky; top: 0; z-index: 50; background: rgba(243,238,228,.92);
  -webkit-backdrop-filter: saturate(140%) blur(10px); backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid transparent; transition: border-color .2s ease;
}
.masthead.scrolled { border-bottom-color: var(--rule); }
.masthead .bar { display: flex; align-items: center; gap: 28px; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); flex-shrink: 0; }
.brand-mark { width: 30px; height: 30px; border-radius: 3px; background: var(--ink); color: var(--paper); display: grid; place-items: center; font: 500 17px/1 var(--serif); }
.brand-word { font-family: var(--serif); font-variation-settings: "opsz" 36; font-size: 1.28rem; letter-spacing: -.01em; font-weight: 450; }
.brand-word span { color: var(--brass); }
.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav a { text-decoration: none; font-size: .93rem; color: var(--ink-2); padding: 10px 11px; border-radius: 2px; }
.nav a:hover { color: var(--ink); background: rgba(20,35,58,.05); }
.nav a[aria-current="page"] { color: var(--ink); box-shadow: inset 0 -2px 0 var(--brass); }
.nav .nav-cta { margin-left: 10px; color: var(--paper); background: var(--ink); padding: 10px 16px; font-weight: 600; }
.nav .nav-cta:hover { background: #0B1628; color: var(--paper); }
.nav-toggle { display: none; margin-left: auto; background: none; border: 1px solid var(--rule-strong); color: var(--ink); width: 46px; height: 46px; border-radius: var(--radius); cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle svg { width: 20px; height: 20px; }
@media (max-width: 1020px) {
  .nav-toggle { display: inline-flex; }
  .nav { position: fixed; inset: 72px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--rule); padding: 8px var(--gutter) 22px; display: none; max-height: calc(100vh - 72px); overflow: auto; }
  .nav.open { display: flex; }
  .nav a { padding: 15px 4px; font-size: 1.05rem; border-bottom: 1px solid var(--rule); border-radius: 0; }
  .nav a[aria-current="page"] { box-shadow: inset 3px 0 0 var(--brass); padding-left: 14px; }
  .nav .nav-cta { margin: 16px 0 0; text-align: center; border-bottom: 0; }
}

/* ---------- Hero (home) ---------- */
.hero { padding: clamp(40px, 6vw, 84px) 0 0; overflow: hidden; }
.hero-kicker { display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: center; margin-bottom: clamp(22px, 3vw, 34px); }
.hero-kicker .stamp { color: var(--ink-2); }
.hero h1 { max-width: 12.5em; }
.hero h1 em { font-style: italic; font-variation-settings: "opsz" 144; color: var(--brass); }
.hero-body { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(28px, 5vw, 80px); align-items: end; margin-top: clamp(24px, 3vw, 40px); }
.hero-body .lede { margin: 0; }
.hero-meta { font-size: .9rem; color: var(--muted); margin-top: 18px; display: flex; flex-wrap: wrap; gap: 6px 18px; }
.hero-meta span::before { content: "— "; color: var(--brass); }
.hero-stage { position: relative; margin-top: clamp(40px, 6vw, 72px); }
.hero-stage .plate { width: min(1180px, 104%); margin-left: clamp(0px, 8vw, 150px); }
@media (max-width: 860px) { .hero-body { grid-template-columns: 1fr; } .hero-stage .plate { width: 118%; margin-left: 0; } }

/* Thread ribbon: a case's life as timestamps */
.ribbon { position: relative; z-index: 2; margin: 0 0 -1px; display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); border-top: 1px solid var(--rule-strong); }
.ribbon li { list-style: none; padding: 12px 12px 14px 0; position: relative; }
.ribbon li::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--paper); border: 1.5px solid var(--ink); }
.ribbon li.done::before { background: var(--ink); }
.ribbon li.report::before { background: var(--brass); border-color: var(--brass); }
.ribbon .t { display: block; font: 500 .82rem/1.2 var(--mono); color: var(--ink); margin-top: 6px; }
.ribbon .s { display: block; font-size: .86rem; color: var(--ink-2); line-height: 1.35; margin-top: 2px; }
.ribbon { padding: 0; }
@media (max-width: 760px) { .ribbon { grid-template-columns: repeat(3, minmax(0,1fr)); row-gap: 8px; } }

/* ---------- Plates (product figures) ---------- */
.plate { margin: 0; position: relative; }
.plate-frame { position: relative; background: var(--sheet); border: 1px solid rgba(20,35,58,.14); border-radius: 6px; box-shadow: var(--shadow-plate); overflow: hidden; }
.plate-frame::before { content: ""; display: block; height: 22px; background: linear-gradient(#EFEAE0, #E9E3D7); border-bottom: 1px solid rgba(20,35,58,.1); }
.plate-frame::after { content: ""; position: absolute; top: 8px; left: 10px; width: 36px; height: 6px; background: radial-gradient(circle at 3px 3px, #CFC6B5 3px, transparent 3.5px) 0 0/12px 6px repeat-x; }
.plate-frame.bare::before, .plate-frame.bare::after { display: none; }
.plate-frame img { width: 100%; }
.plate-zoom { display: block; cursor: zoom-in; }
.plate-zoom:focus-visible { outline-offset: -3px; }
.plate figcaption, .fig-cap { display: flex; gap: 12px; align-items: baseline; margin-top: 14px; font-size: .88rem; color: var(--muted); line-height: 1.45; }
.plate figcaption .fig-no, .fig-cap .fig-no { font: 500 .74rem/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--brass); white-space: nowrap; }
.night .plate figcaption, .night .fig-cap { color: var(--night-muted); }
.night .plate figcaption .fig-no { color: var(--brass-soft); }
.plate.tilt .plate-frame { transform: perspective(1800px) rotateY(-4deg) rotateX(1.5deg); transform-origin: left center; }
@media (max-width: 860px) { .plate.tilt .plate-frame { transform: none; } }
.paper-sheet { background: #fff; box-shadow: 0 30px 70px -30px rgba(15,27,44,.45), 0 2px 6px rgba(15,27,44,.08); }

/* ---------- Opening chronicle (problem) ---------- */
.night { background: var(--night); color: var(--night-text); }
.night .lede, .night p { color: #CBD1DA; }
.night .h-1, .night .h-2, .night .h-3, .night .display { color: var(--night-text); }
.photo-band { position: relative; min-height: min(92vh, 860px); display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; }
.photo-band > picture, .photo-band > picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.photo-band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(15,27,44,.94) 0%, rgba(15,27,44,.78) 38%, rgba(15,27,44,.2) 75%, rgba(15,27,44,.05) 100%), linear-gradient(0deg, rgba(15,27,44,.9) 0%, rgba(15,27,44,0) 40%); }
.photo-band .wrap { padding-top: 120px; padding-bottom: clamp(56px, 8vw, 110px); }
.photo-band.right::after { background: linear-gradient(270deg, rgba(15,27,44,.94) 0%, rgba(15,27,44,.8) 40%, rgba(15,27,44,.15) 78%), linear-gradient(0deg, rgba(15,27,44,.85) 0%, rgba(15,27,44,0) 45%); }
.chronicle { max-width: 640px; }
.chronicle-log { list-style: none; margin: 32px 0 0; padding: 0; border-left: 1px solid var(--rule-night); }
.chronicle-log li { position: relative; padding: 0 0 20px 26px; }
.chronicle-log li::before { content: ""; position: absolute; left: -5px; top: 8px; width: 9px; height: 9px; border-radius: 50%; background: var(--night); border: 1.5px solid var(--brass-soft); }
.chronicle-log li.lost::before { border-color: #D9826F; background: #D9826F; }
.chronicle-log .t { font: 500 .82rem/1.4 var(--mono); color: var(--brass-soft); display: block; }
.chronicle-log li.lost .t { color: #E8A393; }
.chronicle-log p { margin: 2px 0 0; color: #D7DCE3; }

/* ---------- Case thread (how it works) ---------- */
.thread { position: relative; }
.thread-step { display: grid; grid-template-columns: 170px minmax(0, 5fr) minmax(0, 7fr); gap: clamp(20px, 3.5vw, 56px); padding: clamp(40px, 5vw, 68px) 0; border-top: 1px solid var(--rule); position: relative; }
.thread-step:first-child { border-top: 0; padding-top: 0; }
.thread-marker { position: relative; }
.thread-marker .n { font: 500 .76rem/1 var(--mono); letter-spacing: .1em; color: var(--brass); text-transform: uppercase; }
.thread-marker .t { display: block; font-family: var(--serif); font-variation-settings: "opsz" 144; font-size: clamp(2rem, 3.4vw, 3rem); font-weight: 340; letter-spacing: -.02em; line-height: 1; margin-top: 12px; color: var(--ink); }
.thread-marker .d { display: block; font: 400 .8rem/1.4 var(--mono); color: var(--muted); margin-top: 8px; }
.thread-copy .h-2 { margin-bottom: 16px; }
.thread-copy ul { list-style: none; padding: 0; margin: 20px 0 0; border-top: 1px solid var(--rule); }
.thread-copy li { padding: 11px 0; border-bottom: 1px solid var(--rule); font-size: .96rem; color: var(--ink-2); display: grid; grid-template-columns: 22px 1fr; gap: 6px; }
.thread-copy li::before { content: "↳"; color: var(--brass); font-family: var(--mono); }
.thread-step.is-report .thread-marker .t { color: var(--brass); }
.thread-step.no-plate { grid-template-columns: 170px minmax(0, 12fr); }
.thread-step.no-plate .thread-copy { max-width: 720px; }
@media (max-width: 960px) { .thread-step.no-plate { grid-template-columns: 1fr; } }
@media (max-width: 960px) { .thread-step { grid-template-columns: 1fr; } .thread-marker { display: flex; align-items: baseline; gap: 14px; } .thread-marker .t { margin-top: 0; font-size: 2rem; } .thread-marker .d { margin-top: 0; } }

/* ---------- Two column editorial splits ---------- */
.split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 5vw, 88px); align-items: start; }
.split.flip { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.split.even { grid-template-columns: 1fr 1fr; }
.split.mid { align-items: center; }
.sticky-col { position: sticky; top: 110px; }
@media (max-width: 900px) { .split, .split.flip, .split.even { grid-template-columns: 1fr; } .sticky-col { position: static; } }

/* ---------- Morning list (manager value) ---------- */
.morning-list { list-style: none; margin: 28px 0 0; padding: 0; counter-reset: m; }
.morning-list li { counter-increment: m; display: grid; grid-template-columns: 64px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid var(--rule); }
.morning-list li:last-child { border-bottom: 1px solid var(--rule); }
.morning-list .t { font: 500 .82rem/1.5 var(--mono); color: var(--brass); padding-top: 3px; }
.morning-list h3 { font: 600 1.02rem/1.35 var(--sans); margin-bottom: 4px; }
.morning-list p { margin: 0; color: var(--ink-2); font-size: .96rem; }
.night .morning-list li { border-color: var(--rule-night); }
.night .morning-list h3 { color: var(--night-text); }
.night .morning-list p { color: #C3CAD4; }
.night .morning-list .t { color: var(--brass-soft); }

/* ---------- Pull quote / statement ---------- */
.statement { font-family: var(--serif); font-variation-settings: "opsz" 144; font-weight: 340; font-size: clamp(2rem, 4.6vw, 4.1rem); line-height: 1.05; letter-spacing: -.02em; max-width: 17em; }
.statement em { font-style: italic; color: var(--brass); }
.night .statement em { color: var(--brass-soft); }

/* ---------- Ledger (comparison) ---------- */
.ledger { width: 100%; border-collapse: collapse; font-size: .96rem; }
.ledger caption { text-align: left; }
.ledger th, .ledger td { text-align: left; vertical-align: top; padding: 18px 18px 18px 0; border-top: 1px solid var(--rule); }
.ledger thead th { font: 500 .74rem/1.3 var(--mono); letter-spacing: .09em; text-transform: uppercase; color: var(--brass); border-top: 1px solid var(--rule-strong); padding-top: 12px; padding-bottom: 12px; }
.ledger tbody th { font-family: var(--serif); font-variation-settings: "opsz" 36; font-weight: 500; font-size: 1.2rem; width: 22%; color: var(--ink); }
.ledger td { color: var(--ink-2); }
.ledger td.gap { color: var(--ink); }
.ledger td.gap::before { content: "Missing: "; font: 500 .72rem/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--alert); display: block; margin-bottom: 6px; }
.ledger tbody tr:last-child th, .ledger tbody tr:last-child td { border-bottom: 1px solid var(--rule); }
.ledger .mhc td, .ledger .mhc th { background: rgba(125,95,46,.07); }
.ledger .mhc th { padding-left: 16px; }
@media (max-width: 820px) {
  .ledger thead { display: none; }
  .ledger, .ledger tbody, .ledger tr, .ledger th, .ledger td { display: block; width: 100%; }
  .ledger tr { border-top: 1px solid var(--rule-strong); padding: 16px 0; }
  .ledger th, .ledger td { border: 0; padding: 4px 0; }
  .ledger td[data-h]::before { content: attr(data-h); display: block; font: 500 .7rem/1.6 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }
  .ledger td.gap::before { content: "Missing"; color: var(--alert); margin-top: 8px; }
  .ledger .mhc th { padding-left: 0; }
}

/* ---------- Index list (numbered facts) ---------- */
.index { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: clamp(24px, 4vw, 64px); }
.index.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.index li { border-top: 1px solid var(--rule); padding: 20px 0 26px; }
.index .k { font: 500 .74rem/1.4 var(--mono); letter-spacing: .09em; text-transform: uppercase; color: var(--brass); display: block; margin-bottom: 10px; }
.index h3 { font-family: var(--serif); font-variation-settings: "opsz" 36; font-weight: 500; font-size: 1.28rem; line-height: 1.25; margin-bottom: 8px; }
.index p { margin: 0; color: var(--ink-2); font-size: .97rem; }
.night .index li { border-color: var(--rule-night); }
.night .index h3 { color: var(--night-text); }
.night .index p { color: #C3CAD4; }
@media (max-width: 900px) { .index.three { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .index, .index.three { grid-template-columns: 1fr; } }

/* ---------- Video ---------- */
.film { position: relative; border-radius: 6px; overflow: hidden; background: #000; box-shadow: 0 40px 90px -40px rgba(0,0,0,.8); }
.film video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #ECE6DA; }
.film-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 16px; border: 0; cursor: pointer; background: linear-gradient(0deg, rgba(15,27,44,.55), rgba(15,27,44,.15)); color: #fff; font: 600 1.05rem/1 var(--sans); }
.film-play .disc { width: 84px; height: 84px; border-radius: 50%; background: var(--night-text); color: var(--night); display: grid; place-items: center; box-shadow: 0 10px 30px rgba(0,0,0,.35); transition: transform .2s ease; }
.film-play:hover .disc { transform: scale(1.06); }
.film-play .disc svg { width: 26px; height: 26px; margin-left: 4px; }
.film-play .txt { background: rgba(15,27,44,.7); padding: 10px 14px; border-radius: 2px; }
.film.playing .film-play { display: none; }
@media (max-width: 600px) { .film-play .txt { display: none; } .film-play .disc { width: 64px; height: 64px; } }

/* ---------- Incident report spread ---------- */
.report-spread { position: relative; display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.report-stack { position: relative; padding: 0 0 60px 0; }
.report-stack .sheet-1 { position: relative; z-index: 2; width: 82%; }
.report-stack .sheet-2 { position: absolute; z-index: 1; right: 0; bottom: 0; width: 56%; transform: rotate(2.2deg); }
.report-stack .tag { position: absolute; z-index: 3; left: -10px; top: 26px; background: var(--ink); color: var(--paper); font: 500 .72rem/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; padding: 9px 12px; }
.report-contents { list-style: none; padding: 0; margin: 26px 0 0; columns: 2; column-gap: 32px; }
.report-contents li { break-inside: avoid; padding: 9px 0; border-top: 1px solid var(--rule); font-size: .95rem; display: grid; grid-template-columns: 34px 1fr; }
.report-contents li span { font: 500 .76rem/1.7 var(--mono); color: var(--brass); }
@media (max-width: 960px) { .report-spread { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .report-contents { columns: 1; } .report-stack .sheet-1 { width: 90%; } .report-stack .sheet-2 { width: 62%; } }

/* ---------- Notes / marginalia ---------- */
.note { border-left: 2px solid var(--brass); padding: 4px 0 4px 18px; color: var(--ink-2); font-size: .95rem; }
.note strong { color: var(--ink); }
.night .note { color: #C3CAD4; border-left-color: var(--brass-soft); }
.boxed { border: 1px solid var(--rule-strong); padding: clamp(22px, 3vw, 36px); background: var(--sheet); }
.night .boxed { border-color: var(--rule-night); background: var(--night-2); }

/* ---------- Pricing ---------- */
.price-sheet { border: 1px solid var(--rule-strong); background: var(--sheet); }
.price-sheet .ps-head { display: flex; justify-content: space-between; gap: 16px; padding: 18px 26px; border-bottom: 1px solid var(--rule); align-items: baseline; flex-wrap: wrap; }
.price-row { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr); border-bottom: 1px solid var(--rule); }
.price-row > * { padding: 22px 26px; }
.price-row > * + * { border-left: 1px solid var(--rule); }
.price-row.head > * { padding-top: 12px; padding-bottom: 12px; font: 500 .72rem/1.4 var(--mono); letter-spacing: .09em; text-transform: uppercase; color: var(--muted); }
.price-row.head .intro { color: var(--brass); }
.price-row .what { font-weight: 600; }
.price-row .what small { display: block; font-weight: 400; color: var(--muted); font-size: .88rem; margin-top: 2px; }
.amount { font-family: var(--serif); font-variation-settings: "opsz" 144; font-size: clamp(2.2rem, 4vw, 3.3rem); font-weight: 360; letter-spacing: -.02em; line-height: 1; }
.amount small { font: 400 .9rem/1 var(--sans); color: var(--muted); letter-spacing: 0; margin-left: 4px; }
.amount.intro { color: var(--brass); }
.price-foot { padding: 20px 26px; font-size: .92rem; color: var(--ink-2); display: flex; flex-wrap: wrap; gap: 8px 26px; }
.price-foot span::before { content: "✓ "; color: var(--brass); font-weight: 700; }
@media (max-width: 720px) {
  .price-row { grid-template-columns: 1fr 1fr; }
  .price-row .what { grid-column: 1 / -1; border-bottom: 1px solid var(--rule); }
  .price-row > * + * { border-left: 0; }
  .price-row > :last-child { border-left: 1px solid var(--rule); }
  .price-row.head { display: none; }
  .price-row .cell-label { display: block; font: 500 .68rem/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
}
@media (min-width: 721px) { .price-row .cell-label { display: none; } }

/* ---------- Pilot timeline ---------- */
.timeline { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--rule-strong); }
.timeline li { padding: 22px 22px 8px 0; position: relative; }
.timeline li::before { content: ""; position: absolute; top: -6px; left: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--paper); border: 1.5px solid var(--ink); }
.timeline li:last-child::before { background: var(--brass); border-color: var(--brass); }
.timeline .when { font: 500 .78rem/1.4 var(--mono); color: var(--brass); letter-spacing: .04em; }
.timeline h3 { font-family: var(--serif); font-variation-settings: "opsz" 36; font-weight: 500; font-size: 1.3rem; margin: 8px 0 8px; }
.timeline p { font-size: .95rem; color: var(--ink-2); }
@media (max-width: 900px) { .timeline { grid-template-columns: 1fr 1fr; row-gap: 12px; } }
@media (max-width: 560px) { .timeline { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid var(--rule-strong); } .timeline li { padding: 0 0 22px 24px; } .timeline li::before { top: 4px; left: -6px; } }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--rule-strong); }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 44px 20px 0; position: relative; font-family: var(--serif); font-variation-settings: "opsz" 36; font-weight: 500; font-size: clamp(1.1rem, 1.6vw, 1.3rem); line-height: 1.3; min-height: 44px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 16px; font: 300 1.7rem/1 var(--sans); color: var(--brass); transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a { padding: 0 0 22px; color: var(--ink-2); max-width: 46em; }
.faq .a p:last-child { margin-bottom: 0; }
.faq-group + .faq-group { margin-top: 48px; }
.faq-group > .label { margin-bottom: 12px; }

/* ---------- Forms ---------- */
.form { display: grid; gap: 18px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 620px) { .form .row { grid-template-columns: 1fr; } }
.field label, .form label.lbl { display: block; font-size: .9rem; font-weight: 600; margin-bottom: 7px; color: var(--ink); }
.field .opt { font-weight: 400; color: var(--muted); }
.field .req { color: var(--alert); }
.field input, .field select, .field textarea, .form-card input[type=text], .form-card input[type=email], .form-card select, .form-card textarea {
  width: 100%; min-height: 50px; padding: 12px 14px; font: 400 1rem/1.4 var(--sans); color: var(--ink);
  background: #fff; border: 1px solid rgba(20,35,58,.35); border-radius: var(--radius); appearance: none;
}
.field select { background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 20px) 22px, calc(100% - 15px) 22px; background-size: 5px 5px; background-repeat: no-repeat; padding-right: 40px; }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--brass); outline-offset: 0; border-color: var(--brass); }
.field .hint { font-size: .84rem; color: var(--muted); margin-top: 6px; }
.error-text { color: var(--alert); font-size: .88rem; margin-top: 6px; font-weight: 500; }
.form-alert { border-left: 3px solid var(--alert); background: #F7E6E1; padding: 12px 16px; color: #6E2419; font-size: .95rem; }
.honeypot { position: absolute !important; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-panel { background: var(--sheet); border: 1px solid var(--rule-strong); padding: clamp(22px, 3.4vw, 40px); position: relative; }
.form-panel .form-head { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; border-bottom: 1px solid var(--rule); padding-bottom: 14px; margin-bottom: 22px; }
.form-fine { font-size: .86rem; color: var(--muted); margin: 4px 0 0; }

/* ---------- Page heads (inner pages) ---------- */
.page-head { padding: clamp(48px, 7vw, 96px) 0 clamp(36px, 5vw, 64px); }
.page-head .h-1, .page-head .display { max-width: 15em; margin-top: 18px; }
.page-head .lede { margin-top: 22px; }
.page-head .actions { margin-top: 30px; }
.crumbs { font: 400 .8rem/1.4 var(--mono); color: var(--muted); letter-spacing: .02em; }
.crumbs a { color: var(--muted); }
.crumbs span[aria-hidden] { margin: 0 8px; color: var(--brass); }

/* ---------- Photo figure ---------- */
.photo { margin: 0; position: relative; }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo.tall img { aspect-ratio: 4 / 5; }
.photo.wide img { aspect-ratio: 16 / 9; }
.photo figcaption { font-size: .82rem; color: var(--muted); margin-top: 10px; font-family: var(--mono); letter-spacing: .02em; }

/* ---------- CTA close ---------- */
.close { padding: clamp(80px, 11vw, 150px) 0; background: var(--night); color: var(--night-text); position: relative; overflow: hidden; }
.close .display { max-width: 12em; color: var(--night-text); }
.close .display em { font-style: italic; color: var(--brass-soft); }
.close-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(28px, 5vw, 80px); align-items: end; }
.close-grid p { color: #C3CAD4; }
.close .fine { font-size: .88rem; color: var(--night-muted); margin-top: 14px; }
@media (max-width: 860px) { .close-grid { grid-template-columns: 1fr; } }

/* ---------- Article (resources) ---------- */
.article-grid { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.article-body { max-width: 720px; }
.article-body h2 { font-family: var(--serif); font-variation-settings: "opsz" 72; font-weight: 440; letter-spacing: -.01em; font-size: clamp(1.55rem, 2.6vw, 2.1rem); line-height: 1.15; margin: 56px 0 16px; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { font: 600 1.08rem/1.35 var(--sans); margin: 28px 0 8px; }
.article-body p, .article-body li { color: var(--ink-2); }
.article-body ul, .article-body ol { padding-left: 1.2em; }
.article-body li { margin-bottom: .45em; }
.aside-card { position: sticky; top: 104px; border-top: 2px solid var(--ink); padding-top: 18px; }
.aside-card + .aside-card { margin-top: 36px; }
.aside-card h3 { font-family: var(--serif); font-variation-settings: "opsz" 36; font-weight: 500; font-size: 1.28rem; line-height: 1.25; margin: 8px 0 10px; }
.aside-card p { font-size: .94rem; color: var(--ink-2); }
.aside-links { list-style: none; padding: 0; margin: 0; }
.aside-links li { border-top: 1px solid var(--rule); }
.aside-links a { display: block; padding: 12px 0; text-decoration: none; font-size: .95rem; }
.aside-links a:hover { color: var(--brass); }
@media (max-width: 960px) { .article-grid { grid-template-columns: 1fr; } .aside-card { position: static; } }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 22px 0 30px; border: 1px solid var(--rule-strong); background: var(--sheet); }
.data-table { width: 100%; border-collapse: collapse; font-size: .92rem; min-width: 640px; }
.data-table caption { text-align: left; padding: 14px 16px; font: 500 .74rem/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--brass); border-bottom: 1px solid var(--rule); }
.data-table th { text-align: left; font: 500 .72rem/1.3 var(--mono); letter-spacing: .07em; text-transform: uppercase; color: var(--muted); padding: 11px 16px; border-bottom: 1px solid var(--rule-strong); white-space: nowrap; }
.data-table td { padding: 12px 16px; border-bottom: 1px solid var(--rule); vertical-align: top; color: var(--ink-2); }
.data-table tr:last-child td { border-bottom: 0; }
.data-table td.mono { font-family: var(--mono); font-size: .84rem; white-space: nowrap; color: var(--ink); }
.download { display: grid; grid-template-columns: auto 1fr auto; gap: 18px 24px; align-items: center; border: 1px solid var(--rule-strong); background: var(--sheet); padding: 22px 24px; margin: 8px 0 0; }
.download .ico { width: 48px; height: 58px; border: 1px solid var(--rule-strong); display: grid; place-items: end center; padding-bottom: 8px; font: 500 .66rem/1 var(--mono); color: var(--brass); background: linear-gradient(135deg, transparent 12px, #fff 12px); position: relative; }
.download h2, .download h3 { font: 600 1.02rem/1.35 var(--sans); margin: 0 0 4px; }
.download p { margin: 0; font-size: .9rem; color: var(--muted); }
@media (max-width: 640px) { .download { grid-template-columns: 1fr; } .download .ico { display: none; } }
.card-links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 clamp(24px, 4vw, 56px); list-style: none; padding: 0; margin: 0; }
.card-links li { border-top: 1px solid var(--rule); }
.card-links a { display: grid; grid-template-columns: 1fr auto; gap: 6px 16px; padding: 22px 0; text-decoration: none; }
.card-links a:hover .h-3 { color: var(--brass); }
.card-links .k { font: 500 .72rem/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--brass); grid-column: 1 / -1; }
.card-links p { grid-column: 1; margin: 0; color: var(--ink-2); font-size: .95rem; }
.card-links .go { grid-row: 2 / span 2; grid-column: 2; align-self: center; font-family: var(--mono); color: var(--brass); }
@media (max-width: 700px) { .card-links { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.site-foot { background: var(--night); color: var(--night-muted); padding: 72px 0 30px; border-top: 1px solid var(--rule-night); font-size: .92rem; }
.close + .site-foot { padding-top: 0; }
.close + .site-foot .foot-grid { border-top: 1px solid var(--rule-night); padding-top: 56px; }
.foot-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) repeat(4, minmax(0, 1fr)); gap: 32px; }
.foot-brand .brand-word { color: var(--night-text); font-size: 1.4rem; }
.foot-brand .brand-word span { color: var(--brass-soft); }
.foot-brand p { margin-top: 14px; max-width: 30em; color: var(--night-muted); }
.foot-col h2 { font: 500 .72rem/1.4 var(--mono); letter-spacing: .09em; text-transform: uppercase; color: var(--brass-soft); margin: 4px 0 14px; }
.foot-col ul { list-style: none; margin: 0; padding: 0; }
.foot-col a { display: inline-block; padding: 6px 0; color: #CFD5DD; text-decoration: none; }
.foot-col a:hover { color: #fff; text-decoration: underline; }
.foot-base { margin-top: 56px; padding-top: 22px; border-top: 1px solid var(--rule-night); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 30px; font-size: .84rem; }
.foot-base code { font-family: var(--mono); color: #CFD5DD; font-size: .82rem; }
@media (max-width: 960px) { .foot-grid { grid-template-columns: 1fr 1fr; } .foot-brand { grid-column: 1 / -1; } }

/* ---------- Cookie banner ---------- */
.cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 80; max-width: 560px; background: var(--night); color: var(--night-text); padding: 18px 20px; border-radius: 4px; box-shadow: 0 20px 50px -20px rgba(0,0,0,.6); display: none; }
.cookie-banner.show { display: block; }
.cookie-banner p { margin: 0 0 12px; font-size: .9rem; color: #D0D6DE; }
.cookie-banner .actions { gap: 8px; }
.cookie-banner .btn { min-height: 44px; }
.cookie-banner .btn-ghost { color: var(--night-text); border-color: rgba(233,227,215,.4); }
.cookie-banner .btn-ghost:hover { background: rgba(233,227,215,.08); }
.cookie-banner .btn:not(.btn-ghost):not(.btn-brass) { background: transparent; color: var(--night-text); border-color: rgba(233,227,215,.4); }
.cookie-banner .btn-brass { background: var(--brass-soft); color: var(--night); border-color: var(--brass-soft); }

/* ---------- Legal / utility compatibility ---------- */
.legal { padding: clamp(48px, 7vw, 96px) 0 clamp(64px, 8vw, 110px); }
.legal .display { font-size: clamp(2.4rem, 5vw, 4rem); margin: 16px 0 10px; }
.doc-meta { font: 400 .82rem/1.5 var(--mono); color: var(--muted); border-bottom: 1px solid var(--rule-strong); padding-bottom: 20px; margin-bottom: 34px; }
.prose { max-width: 720px; color: var(--ink-2); }
.prose h2 { font-family: var(--serif); font-variation-settings: "opsz" 48; font-weight: 460; font-size: clamp(1.35rem, 2.2vw, 1.75rem); color: var(--ink); margin: 48px 0 14px; padding-top: 18px; border-top: 1px solid var(--rule); }
.prose h3 { font: 600 1.05rem/1.4 var(--sans); color: var(--ink); margin: 26px 0 8px; }
.prose ul, .prose ol { padding-left: 1.2em; }
.prose li { margin-bottom: .55em; }
.prose a { color: var(--ink); }
.toc { border: 1px solid var(--rule-strong); background: var(--sheet); padding: 18px 22px; margin: 26px 0; font-size: .94rem; }
.toc ol { margin: 10px 0 0; columns: 2; column-gap: 28px; }
@media (max-width: 600px) { .toc ol { columns: 1; } }
.form-card { background: var(--sheet); border: 1px solid var(--rule-strong); padding: clamp(20px, 3vw, 32px); }
.pref-row { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--rule); }
.pref-row:first-child { padding-top: 0; }
.pref-row .meta h3 { font: 600 1rem/1.35 var(--sans); margin: 0 0 4px; }
.pref-row .meta p { margin: 0; font-size: .92rem; color: var(--muted); }
.switch { position: relative; display: inline-block; width: 52px; height: 30px; flex-shrink: 0; }
.switch input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; z-index: 1; }
.switch .track { position: absolute; inset: 0; background: #C9C2B4; border-radius: 30px; transition: background .2s; }
.switch .track::after { content: ""; position: absolute; top: 3px; left: 3px; width: 24px; height: 24px; background: #fff; border-radius: 50%; transition: transform .2s; }
.switch input:checked + .track { background: var(--ink); }
.switch input:checked + .track::after { transform: translateX(22px); }
.switch input:disabled + .track { opacity: .6; }
.switch input:focus-visible + .track { outline: 2px solid var(--brass); outline-offset: 2px; }
.pref-saved { opacity: 0; transition: opacity .2s; color: var(--brass); font-weight: 600; font-size: .9rem; margin-left: 8px; }
.pref-saved.show { opacity: 1; }
.help { font-size: .88rem; color: var(--muted); }
.legal-hub { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
.tile { display: block; text-decoration: none; border-top: 1px solid var(--rule); padding: 20px 0; }
.tile h3 { font-family: var(--serif); font-variation-settings: "opsz" 36; font-weight: 500; font-size: 1.2rem; margin: 0 0 4px; }
.tile p { margin: 0; color: var(--muted); font-size: .94rem; }
.tile:hover h3 { color: var(--brass); }
@media (max-width: 640px) { .legal-hub { grid-template-columns: 1fr; } }
.badge-soft { display: inline-block; font-family: var(--mono); font-size: .85rem; border: 1px solid var(--rule-strong); padding: 6px 10px; }

/* ---------- Utilities ---------- */
.mt-0 { margin-top: 0 !important; } .mt-1 { margin-top: 12px; } .mt-2 { margin-top: 24px; } .mt-3 { margin-top: 40px; } .mt-4 { margin-top: 64px; }
.mb-0 { margin-bottom: 0 !important; } .mb-2 { margin-bottom: 24px; } .mb-3 { margin-bottom: 40px; }
.max-34 { max-width: 34em; } .max-40 { max-width: 40em; }
.bg-paper2 { background: var(--paper-2); }
.rule-top { border-top: 1px solid var(--rule-strong); }
.nowrap { white-space: nowrap; }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; } }
@media print {
  .masthead, .site-foot, .cookie-banner, .close, .film { display: none !important; }
  body { background: #fff; }
}
.ledger td.brk { color: var(--ink); }
.article-body .download h2 { margin: 0 0 4px; font: 600 1.02rem/1.35 var(--sans); letter-spacing: 0; }
/* fixes (review pass 1) */
.nav .nav-cta[aria-current="page"] { color: var(--paper); box-shadow: inset 0 -3px 0 var(--brass-soft); }
.aside-card { position: static; }
@media (min-width: 961px) { .article-grid > aside { position: sticky; top: 100px; } }
.article-body .data-table { min-width: 760px; }
.data-table td { min-width: 112px; }
@media (max-width: 860px) { .hero-stage .plate { width: 100%; } }
@media (max-width: 600px) { .folio .folio-time { display: none; } .folio { flex-wrap: wrap; gap: 4px 10px; } }
@media (max-width: 900px) { .split .actions[style*='flex-end'] { justify-content: flex-start !important; } }

.morning-list h2 { font: 600 1.02rem/1.35 var(--sans); margin-bottom: 4px; }
.index h2 { font-family: var(--serif); font-variation-settings: "opsz" 36; font-weight: 500; font-size: 1.28rem; line-height: 1.25; margin-bottom: 8px; }
@media (max-width: 900px) { .split .actions[style*="flex-end"] { justify-content: flex-start !important; } }
.night .k, .night .index .k { color: var(--brass-soft); }
.thread-copy li { display: block; position: relative; padding-left: 26px; }
.thread-copy li::before { position: absolute; left: 0; top: 11px; }

/* Keep wide comparison/resource tables inside their scrolling container on mobile. */
.article-grid > *, .split > * { min-width: 0; }
