/* Pine Desk — broadsheet */
:root {
  --paper: #f3eee4;
  --paper-2: #fffdf8;
  --ink: #161513;
  --muted: #5e5850;
  --pine: #1c3a2e;
  --kicker: #b42318;
  --hair: #d3cbbd;
  --hair-dark: #b8af9f;
  --link: #1c3a2e;
  --btn: #161513;
  --btn-text: #f3eee4;
  --shell: 88rem;
  --gutter: 1.75rem;
  --measure: 66ch;
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Source Sans 3", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.0625rem;
  line-height: 1.6;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; height: auto; }
a { color: var(--link); text-underline-offset: 0.12em; }
a:hover { color: var(--kicker); }
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--kicker);
  outline-offset: 2px;
}

.shell {
  max-width: var(--shell);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

/* —— Topbar —— */
.topbar {
  background: var(--pine);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-height: 2.1rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.topbar-desk { font-weight: 600; }
.dateline {
  color: rgba(243, 238, 228, 0.82);
  letter-spacing: 0.1em;
}
.topbar .lang a {
  color: rgba(243, 238, 228, 0.72);
  margin-left: 0.7rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.topbar .lang a:first-child { margin-left: 0; }
.topbar .lang a.active,
.topbar .lang a:hover {
  color: var(--paper);
  border-bottom-color: var(--paper);
}

/* —— Masthead —— */
.masthead {
  max-width: none;
  margin: 0;
  padding: 0;
  background: var(--paper);
}
.masthead-rules {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 0.35rem 0;
  margin: 0;
}
.masthead-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
  padding-top: 1.1rem;
  padding-bottom: 0.95rem;
  border-bottom: 3px double var(--ink);
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--pine);
  font-family: var(--serif);
  font-size: clamp(2.55rem, 6.5vw, 4.35rem);
  font-weight: 700;
  letter-spacing: -0.048em;
  line-height: 0.9;
}
.wordmark:hover { color: var(--ink); }
.mark {
  display: block;
  flex: 0 0 auto;
  width: clamp(1.85rem, 4.2vw, 2.85rem);
  height: auto;
}
.tagline {
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0.5rem 0 0;
}
.masthead-meta {
  font-family: var(--sans);
  font-size: 0.8rem;
  color: var(--muted);
  text-align: right;
  line-height: 1.45;
  padding-bottom: 0.2rem;
  max-width: 16rem;
}
.masthead-meta strong {
  display: block;
  color: var(--ink);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.7rem;
  margin-bottom: 0.15rem;
}
.masthead-meta .motto {
  display: block;
  font-style: italic;
  font-family: var(--serif);
  font-size: 0.95rem;
  color: var(--pine);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0.25rem;
}

.lang {
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.lang a {
  color: var(--muted);
  margin-left: 0.65rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.lang a:first-child { margin-left: 0; }
.lang a.active, .lang a:hover {
  color: var(--ink);
  border-bottom-color: var(--ink);
}

.deck {
  border-bottom: 1px solid var(--ink);
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--paper);
}
.deck-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0;
}
.deck a { color: var(--ink); text-decoration: none; }
.deck a:hover, .deck a.current { color: var(--kicker); }
.deck nav { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.deck-edition {
  color: var(--muted);
  letter-spacing: 0.12em;
  white-space: nowrap;
}

main.shell { padding-bottom: 0.5rem; }

/* —— Kickers / flags —— */
.kicker {
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--kicker);
  margin: 0 0 0.55rem;
}
.flag {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: var(--kicker);
  padding: 0.14rem 0.45rem;
  margin-right: 0.5rem;
  vertical-align: 1px;
}

/* —— Front: lead —— */
.lead-block {
  padding: 1.35rem 0 0;
  border-bottom: 1px solid var(--ink);
  margin-bottom: 0;
}
.lead-photo {
  margin: 0 0 0.55rem;
  position: relative;
}
.lead-photo a { display: block; color: inherit; text-decoration: none; }
.lead-photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 40%;
  background: #111;
  display: block;
  filter: contrast(1.04) saturate(0.92);
}
.lead-photo figcaption {
  font-family: var(--sans);
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 0.45rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid var(--hair);
  line-height: 1.4;
}
.lead-photo figcaption .credit {
  color: var(--ink);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.lead-head {
  padding: 1.35rem 0 1.6rem;
  max-width: 52rem;
}
.lead-head h1 {
  font-size: clamp(2.35rem, 4.6vw, 3.75rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.032em;
  margin: 0 0 0.85rem;
  max-width: 18em;
}
.lead-head a.headline-link {
  color: inherit;
  text-decoration: none;
}
.lead-head a.headline-link:hover h1 { color: var(--kicker); }
.standfirst {
  margin: 0 0 0.9rem;
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1.4;
  max-width: 42rem;
  font-weight: 400;
}
.byline {
  font-family: var(--sans);
  font-size: 0.82rem;
  color: var(--muted);
  margin: 0 0 1.05rem;
  letter-spacing: 0.02em;
}
.byline strong { color: var(--ink); font-weight: 600; }
.read-cta {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--paper);
  background: var(--pine);
  padding: 0.55rem 1.05rem;
  text-decoration: none;
  border: 1px solid var(--pine);
}
.read-cta:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

/* Fact strip */
.fact-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  margin: 0 0 0.25rem;
}
.fact-item {
  padding: 1.05rem 1.15rem 1.15rem;
  border-right: 1px solid var(--hair);
}
.fact-item:last-child { border-right: 0; }
.fact-item .n {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kicker);
  margin: 0 0 0.35rem;
}
.fact-item p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.band {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 2rem 0 0.9rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid var(--ink);
}

/* Module cards */
.mod-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 1.5rem;
  margin-bottom: 1.5rem;
}
.card {
  border-top: 3px solid var(--pine);
  padding: 0.9rem 0 1.4rem;
  color: inherit;
  text-decoration: none;
  display: block;
  min-height: 10rem;
}
.card:hover { color: inherit; }
.card .card-kicker {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kicker);
  margin: 0 0 0.45rem;
}
.card h2 {
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
}
.card:hover h2 { color: var(--kicker); }
.card p {
  margin: 0;
  font-size: 0.98rem;
  color: var(--muted);
  line-height: 1.42;
}

.tip-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  border: 1px solid var(--ink);
  padding: 1rem 1.25rem;
  margin: 0 0 2.75rem;
  background: var(--paper-2);
}
.tip-strip .tip-label {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pine);
  margin: 0 0 0.2rem;
}
.tip-strip h2 {
  font-size: 1.35rem;
  margin: 0 0 0.25rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.tip-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}
.tip-strip a.tip-mail {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--pine);
  text-decoration: none;
  border-bottom: 1px solid var(--pine);
  white-space: nowrap;
}
.tip-strip a.tip-mail:hover { color: var(--kicker); border-bottom-color: var(--kicker); }

/* —— Story page —— */
.story-head {
  padding: 1.6rem 0 0.2rem;
  max-width: 48rem;
}
.story-head h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.032em;
  margin: 0 0 0.85rem;
}
.story-head .standfirst {
  margin-bottom: 0.85rem;
}
.byline-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.1rem;
  font-family: var(--sans);
  font-size: 0.82rem;
  color: var(--muted);
  padding: 0.85rem 0 1.15rem;
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--ink);
  margin-bottom: 1.25rem;
}
.byline-row strong { color: var(--ink); font-weight: 600; }

.hero-media {
  margin: 0 0 1.75rem;
}
.hero-media video {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #0e0e0c;
  display: block;
}
.hero-media figcaption {
  font-family: var(--sans);
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 0.5rem;
  line-height: 1.4;
  max-width: 62rem;
}

.jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  font-family: var(--sans);
  font-size: 0.78rem;
  padding: 0.55rem 0 0.95rem;
  border-bottom: 1px solid var(--hair);
  margin-bottom: 0.25rem;
}
.jump a { color: var(--muted); text-decoration: none; }
.jump a:hover { color: var(--kicker); }

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, var(--measure)) minmax(1.25rem, 1fr) 17.5rem;
  gap: 0;
  align-items: start;
  padding-bottom: 1.5rem;
}
.story-col { min-width: 0; grid-column: 1; }
.rail { grid-column: 3; }
.rail {
  position: sticky;
  top: 1rem;
  font-family: var(--sans);
  padding: 1.15rem 0 1.5rem;
  border-top: 3px solid var(--pine);
  align-self: start;
}
.rail-kicker {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pine);
  margin: 0 0 0.55rem;
}
.rail-kicker + .rail-kicker,
.rail nav + .rail-kicker { margin-top: 1.25rem; }
.rail nav { display: flex; flex-direction: column; gap: 0; }
.rail nav a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.84rem;
  border-bottom: 1px solid var(--hair);
  padding: 0.35rem 0;
}
.rail nav a:hover { color: var(--kicker); }
.rail-note {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.4;
  margin: 1.15rem 0 0;
  font-family: var(--serif);
}
.rail .btn { margin-top: 0.85rem; width: 100%; text-align: center; }

section.mod {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--hair);
  border-radius: 0;
  padding: 1.35rem 0 0.45rem;
  margin: 0;
}
section.mod h2 {
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pine);
  margin: 0 0 0.85rem;
  font-weight: 700;
}
ul { margin: 0; padding-left: 1.15rem; }
li { margin: 0.4rem 0; }
.note {
  font-family: var(--sans);
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.45;
}

/* Drop cap */
.facts-lead {
  font-size: 1.12rem;
  line-height: 1.55;
  margin: 0 0 1rem;
  max-width: 40rem;
}
.facts-lead.drop::first-letter {
  float: left;
  font-family: var(--serif);
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 0.78;
  padding: 0.08em 0.12em 0 0;
  color: var(--pine);
}

/* Pull quote */
.pull {
  margin: 1.6rem 0 1.4rem;
  padding: 1.1rem 0 1.1rem 1.25rem;
  border-left: 3px solid var(--kicker);
  max-width: 36rem;
}
.pull p {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.pull cite {
  display: block;
  margin-top: 0.65rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.media { margin: 0.5rem 0 0; }
video, img.still {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  background: #111;
  display: block;
}
.stills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
}
figure { margin: 0; }
.stills figure {
  border-top: 1px solid var(--hair);
  padding-top: 0.65rem;
}
figcaption {
  font-family: var(--sans);
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 0.4rem;
  line-height: 1.4;
}

/* Timeline */
.timeline { list-style: none; padding: 0; margin: 0.25rem 0 0; }
.timeline li {
  position: relative;
  padding: 0.85rem 0 0.85rem 1.45rem;
  border-left: 1px solid var(--ink);
  margin-left: 0.4rem;
}
.timeline li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 1.15rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--kicker);
  box-shadow: 0 0 0 3px var(--paper);
}
.timeline strong {
  display: block;
  color: var(--pine);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}
.timeline .t-body {
  display: block;
  font-size: 1.02rem;
  line-height: 1.45;
}

/* Petition action strip */
.action-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 0.85rem;
}
.action-card {
  display: block;
  border: 1px solid var(--ink);
  padding: 0.95rem 1rem;
  text-decoration: none;
  color: inherit;
  background: var(--paper-2);
  min-height: 6.5rem;
}
.action-card:hover {
  color: inherit;
  border-color: var(--kicker);
  background: #fff;
}
.action-card .card-kicker {
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--kicker);
  margin: 0 0 0.4rem;
}
.action-card strong {
  display: block;
  font-size: 1.02rem;
  line-height: 1.25;
  letter-spacing: -0.015em;
  font-weight: 700;
}
.action-card:hover strong { color: var(--kicker); }

.emails {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.82rem;
  word-break: break-all;
  background: var(--paper-2);
  border: 1px solid var(--hair);
  padding: 0.85rem;
  white-space: pre-wrap;
  margin: 0.5rem 0 0;
}
details { margin-top: 0.75rem; }
summary {
  cursor: pointer;
  font-family: var(--sans);
  color: var(--pine);
  font-size: 0.92rem;
  font-weight: 600;
}
textarea {
  width: 100%;
  min-height: 11rem;
  background: var(--paper-2);
  color: var(--ink);
  border: 1px solid var(--hair);
  padding: 0.75rem;
  font-family: var(--sans);
  font-size: 0.88rem;
  line-height: 1.45;
  resize: vertical;
}
textarea.short { min-height: 5.5rem; }
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.55rem;
}
button, .btn {
  font-family: var(--sans);
  font-size: 0.88rem;
  font-weight: 600;
  border: 0;
  border-radius: 0;
  padding: 0.55rem 0.95rem;
  background: var(--btn);
  color: var(--btn-text);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
button.secondary {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}
button:hover, .btn:hover { opacity: 0.9; }
code {
  font-family: ui-monospace, Menlo, monospace;
  font-size: 0.9em;
  background: var(--paper-2);
  padding: 0.1em 0.35em;
  border: 1px solid var(--hair);
}
.kit-grid {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 1.15rem;
  align-items: start;
  margin-top: 0.6rem;
}
.qr {
  width: 160px;
  max-width: 100%;
  background: #fff;
  padding: 0.5rem;
  border: 1px solid var(--ink);
}

/* About / colophon */
.about-block {
  padding: 2.2rem 0 3.5rem;
  max-width: 42rem;
}
.about-mark {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--pine);
  font-family: var(--serif);
  font-size: clamp(2.8rem, 7vw, 4.6rem);
  font-weight: 700;
  letter-spacing: -0.048em;
  line-height: 0.9;
  margin: 0 0 0.35rem;
}
.about-mark .mark {
  width: clamp(2.1rem, 4.5vw, 3.1rem);
}
.about-rule {
  border: 0;
  border-top: 1px solid var(--ink);
  border-bottom: 3px double var(--ink);
  height: 5px;
  margin: 1.1rem 0 1.4rem;
  max-width: 12rem;
}
.about-block .kicker { margin-bottom: 0.65rem; }
.about-block h1 {
  font-size: clamp(1.85rem, 3.4vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin: 0 0 1.1rem;
}
.about-block .colophon {
  font-size: 1.15rem;
  line-height: 1.55;
  max-width: 38rem;
  margin: 0 0 1rem;
}
.about-block .colophon-meta {
  font-family: var(--sans);
  font-size: 0.88rem;
  color: var(--muted);
  border-top: 1px solid var(--hair);
  padding-top: 1rem;
  margin-top: 1.5rem;
  max-width: 36rem;
}

/* Footer */
.site-foot {
  max-width: none;
  margin: 0.5rem 0 0;
  padding: 1.4rem 0 2.8rem;
  font-family: var(--sans);
  font-size: 0.82rem;
  color: var(--muted);
  border-top: 2px solid var(--ink);
}
.foot-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.site-foot strong {
  color: var(--pine);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.72rem;
  display: block;
  margin-bottom: 0.35rem;
}
.site-foot a { color: var(--ink); }
.foot-nav {
  display: flex;
  gap: 1.15rem;
  flex-wrap: wrap;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}
.foot-nav a { text-decoration: none; }

/* Lang */
.en, .de { display: none; }
body.show-en .es, body.show-de .es { display: none; }
body.show-en .en, body.show-de .de { display: revert; }
body.show-en .de, body.show-de .en { display: none; }

body:not(.show-en):not(.show-de) .flag.es,
body.show-en .flag.en,
body.show-de .flag.de { display: inline-block; }

@media (max-width: 1100px) {
  .fact-strip { grid-template-columns: 1fr 1fr; }
  .fact-item:nth-child(2) { border-right: 0; }
  .fact-item:nth-child(1),
  .fact-item:nth-child(2) { border-bottom: 1px solid var(--hair); }
  .mod-grid { grid-template-columns: 1fr 1fr; }
  .action-strip { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 960px) {
  .story-layout { display: block; }
  .story-col { max-width: none; }
  .rail { display: none; }
  .lead-photo img { aspect-ratio: 16 / 10; }
  .masthead-inner { flex-wrap: wrap; }
  .masthead-meta { text-align: left; max-width: none; }
}
@media (max-width: 720px) {
  :root { --gutter: 1.15rem; --shell: 100%; }
  .fact-strip { grid-template-columns: 1fr; }
  .fact-item {
    border-right: 0;
    border-bottom: 1px solid var(--hair);
  }
  .fact-item:last-child { border-bottom: 0; }
  .mod-grid { grid-template-columns: 1fr; }
  .stills { grid-template-columns: 1fr; }
  .kit-grid { grid-template-columns: 1fr; }
  .action-strip { grid-template-columns: 1fr; }
  .topbar-inner { flex-wrap: wrap; gap: 0.25rem 1rem; }
  .dateline { order: 3; width: 100%; }
  .deck-edition { display: none; }
  .wordmark { font-size: clamp(2.1rem, 9vw, 2.9rem); }
  .lead-head h1,
  .story-head h1 { font-size: clamp(2.05rem, 8.2vw, 2.85rem); }
  .standfirst { font-size: 1.12rem; }
  .pull p { font-size: 1.28rem; }
  .tip-strip { flex-direction: column; align-items: flex-start; }
  .facts-lead.drop::first-letter { font-size: 3.6rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
