/* Direction 1, The Named Founders. Phancao & Shaffer, LLP.
   Palette: bone and warm ink, with the logo gold as the single accent.
   The gold is never set as text on a light ground (1.32:1 on bone). It appears
   only as a filled block carrying ink type, or as a mark on the ink ground.
   Type: Newsreader, one family, variable weight and optical size, SIL OFL 1.1. */

@font-face {
  font-family: "Newsreader";
  src: url("fonts/newsreader-var-latin.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Newsreader";
  src: url("fonts/newsreader-var-italic-latin.woff2") format("woff2");
  font-weight: 200 800;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bone: #f3eee4;
  --bone-deep: #e9e2d4;
  --paper: #ffffff;
  --ink: #1f1a17;
  --ink-soft: #5a5148;
  --rule: #d6cdbd;
  --rule-dark: #3b342f;
  --gold: #efd038;
  --gold-press: #e4c52a;
  --bone-on-ink: #f3eee4;
  --bone-soft-on-ink: #c9c0b1;

  --serif: "Newsreader", "Iowan Old Style", "Palatino Linotype", Georgia, serif;

  --measure: 64ch;
  --wrap: 1200px;
  --gutter: clamp(20px, 4vw, 48px);
  --section: clamp(60px, 8vw, 112px);
  --nav-h: 60px;
  --nav-h-compact: 48px;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
[id] { scroll-margin-top: 72px; }

body {
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font-family: var(--serif);
  font-optical-sizing: auto;
  font-size: 1.0625rem;
  line-height: 1.62;
  font-feature-settings: "kern", "liga", "onum";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { text-decoration-thickness: 2px; }
p { margin: 0 0 1.1em; }
h1, h2, h3, h4 { font-weight: 430; line-height: 1.12; margin: 0 0 .5em; letter-spacing: -0.005em; }
h1 { font-size: clamp(2.1rem, 4.2vw, 3.35rem); line-height: 1.06; }
h2 { font-size: clamp(1.7rem, 2.6vw, 2.2rem); }
h3 { font-size: clamp(1.35rem, 1.9vw, 1.6rem); }
h4 { font-size: 1.15rem; }
strong { font-weight: 560; }
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.measure { max-width: var(--measure); }
.small { font-size: .92rem; }
.muted { color: var(--ink-soft); }

.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--gold); color: var(--ink); padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }

/* The ampersand from their own logo, used as a mark. fill inherits currentColor. */
.amp { display: inline-block; width: 1.4em; height: .9em; vertical-align: -0.12em; fill: currentColor; }

/* Buttons. Gold carries ink type, which measures 11.3:1. */
.btn {
  display: inline-block;
  font: inherit;
  font-size: 1rem;
  font-weight: 520;
  line-height: 1;
  padding: 15px 22px 14px;
  border-radius: 2px;
  text-decoration: none;
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn-gold { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-press); border-color: var(--gold-press); }
.btn-ink { background: var(--ink); color: var(--bone-on-ink); border-color: var(--ink); }
.btn-ink:hover { background: #2c2622; }
.btn-line { color: var(--ink); border-color: var(--ink); background: transparent; }
.btn-line:hover { background: var(--ink); color: var(--bone-on-ink); }
.on-ink .btn-line { color: var(--bone-on-ink); border-color: var(--bone-soft-on-ink); }
.on-ink .btn-line:hover { background: var(--bone-on-ink); color: var(--ink); }

/* Placeholders are proof marks. They must look unfinished on purpose. */
.ph {
  display: inline;
  font-size: .82em;
  line-height: 1.45;
  padding: 1px 6px;
  border: 1px dashed var(--ink-soft);
  border-radius: 2px;
  background: rgba(239, 208, 56, .22);
  color: var(--ink);
  letter-spacing: .01em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.on-ink .ph { border-color: var(--bone-soft-on-ink); color: var(--bone-on-ink); background: rgba(239, 208, 56, .16); }
.ph-block { display: block; padding: 14px 18px; margin: 1.2em 0; }

/* ---------- Navigation. Thin, sticky, shrinks on scroll. ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(243, 238, 228, .94);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--rule);
}
.nav-row {
  height: var(--nav-h);
  display: flex; align-items: center; gap: 28px;
  transition: height .25s ease;
}
.nav.is-compact .nav-row { height: var(--nav-h-compact); }
.nav-logo { display: flex; align-items: center; flex: 0 0 auto; }
.nav-logo img { height: 27px; width: auto; transition: height .25s ease; }
.nav.is-compact .nav-logo img { height: 22px; }
.nav-links { display: flex; align-items: center; gap: 22px; margin-left: auto; list-style: none; padding: 0; margin-block: 0; }
.nav-links a { text-decoration: none; font-size: .98rem; white-space: nowrap; }
.nav-links a:hover { text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 2px; }
.nav-phone { font-weight: 520; }
.nav .btn { padding: 10px 14px 9px; font-size: .95rem; }
.nav-toggle { display: none; margin-left: auto; background: none; border: 1px solid var(--ink); color: var(--ink); font: inherit; font-size: .95rem; padding: 7px 12px; border-radius: 2px; }

@media (max-width: 900px) {
  .nav-links {
    display: none;
    position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--bone); border-bottom: 1px solid var(--rule);
    padding: 8px var(--gutter) 16px;
  }
  .nav-links li { border-top: 1px solid var(--rule); }
  .nav-links a { display: block; padding: 12px 0; }
  .nav-links .nav-cta { border-top: 0; padding-top: 10px; }
  .nav.is-open .nav-links { display: flex; }
  .nav-toggle { display: inline-block; }
}

/* ---------- Hero: the cover. Two portraits at equal size, their own ampersand at the seam. ---------- */
.cover { padding: clamp(36px, 5vw, 72px) 0 clamp(28px, 4vw, 56px); }
.cover-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.cover h1 { margin-bottom: .55em; max-width: 14ch; }
.cover .deck { font-size: clamp(1.1rem, 1.45vw, 1.28rem); line-height: 1.5; max-width: 34em; color: var(--ink); margin-bottom: 1.6em; }
.cover .actions { display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: center; }
.cover .actions .quiet { text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 4px; }

.diptych { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.diptych figure { margin: 0; }
.diptych img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: var(--bone-deep); }
.diptych figcaption { margin-top: 12px; font-size: .95rem; line-height: 1.35; }
.diptych figcaption span { display: block; color: var(--ink-soft); font-size: .88rem; }
.diptych .seam {
  position: absolute; left: 50%; top: 62%;
  width: clamp(64px, 8vw, 104px); height: auto;
  transform: translate(-50%, -50%);
  color: var(--gold);
  filter: drop-shadow(0 1px 0 rgba(31, 26, 23, .18));
  pointer-events: none;
}

.dateline { border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.dateline ul { list-style: none; margin: 0; padding: 12px 0; display: flex; flex-wrap: wrap; gap: 6px 0; font-size: .86rem; color: var(--ink-soft); }
.dateline li { padding-right: 14px; margin-right: 14px; border-right: 1px solid var(--rule); white-space: nowrap; }
.dateline li:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.dateline li strong { color: var(--ink); font-weight: 520; }

/* ---------- Section furniture ---------- */
.section { padding: var(--section) 0; }
.section-tight { padding: calc(var(--section) * .6) 0; }
.on-ink { background: var(--ink); color: var(--bone-on-ink); }
.on-ink .muted { color: var(--bone-soft-on-ink); }
.on-deep { background: var(--bone-deep); }

.divider { display: flex; align-items: center; gap: 18px; color: var(--ink); margin: 0; }
.divider::before, .divider::after { content: ""; flex: 1; height: 1px; background: var(--rule); }
.divider .amp { width: 2.2em; height: 1.4em; color: var(--ink); }
.on-ink .divider::before, .on-ink .divider::after { background: var(--rule-dark); }
.on-ink .divider .amp { color: var(--gold); }

.section-head { margin-bottom: clamp(28px, 4vw, 48px); }
.section-head h2 { max-width: 22ch; }
.section-head .lede { font-size: 1.15rem; max-width: 40em; color: var(--ink-soft); }
.on-ink .section-head .lede { color: var(--bone-soft-on-ink); }

/* ---------- Quotes. Theirs, set apart from ours. ---------- */
blockquote { margin: 0; }
.quote { font-style: italic; font-size: clamp(1.15rem, 1.5vw, 1.32rem); line-height: 1.45; }
.quote p { margin-bottom: .7em; }
.quote p:last-of-type { margin-bottom: .55em; }
.quote cite, .attrib { display: block; font-style: normal; font-size: .9rem; color: var(--ink-soft); line-height: 1.4; }
.on-ink .quote cite, .on-ink .attrib { color: var(--bone-soft-on-ink); }
.quote-lg { font-size: clamp(1.35rem, 2.1vw, 1.75rem); line-height: 1.35; font-weight: 380; }
.quote-inline { font-style: italic; }
.quote-run { border-left: 2px solid var(--gold); padding-left: 22px; margin: 1.6em 0 1.8em; }
.on-ink .quote-run { border-left-color: var(--gold); }

.two-voices { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 64px); }
.two-voices > div { border-top: 1px solid var(--ink); padding-top: 22px; }

/* ---------- Feature article ---------- */
.article { display: grid; grid-template-columns: minmax(0, var(--measure)) minmax(240px, 300px); gap: clamp(32px, 5vw, 80px); align-items: start; }
.article .body { font-size: 1.1rem; line-height: 1.66; }
.article .body > p:first-of-type::first-letter { float: left; font-size: 3.9em; line-height: .78; padding: .1em .08em 0 0; font-weight: 500; }
.aside { position: sticky; top: calc(var(--nav-h-compact) + 24px); border-top: 1px solid var(--ink); padding-top: 18px; font-size: .95rem; }
.aside figure { margin: 0 0 14px; }
.aside .cover-img { width: 150px; border: 1px solid var(--rule); }
.aside .cover-title { font-style: italic; font-size: 1.1rem; line-height: 1.35; margin: 12px 0 8px; }
.aside .cover-src { color: var(--ink-soft); font-size: .88rem; }

/* ---------- Founder profiles, portrait-led ---------- */
.profile { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.profile.flip { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.profile.flip .portrait { order: 2; }
.profile + .profile { margin-top: clamp(56px, 8vw, 112px); padding-top: clamp(40px, 6vw, 80px); border-top: 1px solid var(--rule); }
.portrait { position: sticky; top: calc(var(--nav-h-compact) + 24px); }
.portrait img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.portrait figcaption { margin-top: 10px; font-size: .9rem; color: var(--ink-soft); }
.profile h2 { margin-bottom: .2em; }
.profile .role { font-size: 1.05rem; color: var(--ink-soft); margin-bottom: 1.2em; }
.profile .record { font-size: .95rem; line-height: 1.5; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 12px 0; margin: 0 0 1.6em; }
.profile .record dt { font-weight: 520; display: inline; }
.profile .record dd { display: inline; margin: 0; }
.profile .record div + div { margin-top: 6px; }
.profile .body { font-size: 1.08rem; line-height: 1.64; max-width: 58ch; }

/* ---------- The arc, on the ink ground. One line, drawn once. ---------- */
.arc-intro { max-width: 46em; font-size: clamp(1.15rem, 1.6vw, 1.35rem); line-height: 1.45; margin-bottom: 1.2em; }
.arc { position: relative; padding-left: 56px; margin-top: clamp(36px, 5vw, 64px); }
.arc-rail { position: absolute; left: 7px; top: 8px; bottom: 0; width: 2px; background: var(--gold); transform-origin: top; transform: scaleY(0); transition: transform 1.6s cubic-bezier(.2, .7, .2, 1); }
.arc-rail.is-drawn { transform: scaleY(1); }
.stage { position: relative; padding-bottom: clamp(48px, 6vw, 80px); }
.stage:last-of-type { padding-bottom: 0; }
.stage::before { content: ""; position: absolute; left: -56px; top: 8px; width: 16px; height: 16px; border-radius: 50%; background: var(--ink); border: 2px solid var(--gold); }
.stage h3 { font-size: clamp(1.6rem, 2.4vw, 2rem); margin-bottom: .2em; }
.stage .sub { font-size: 1.12rem; color: var(--bone-soft-on-ink); max-width: 40em; margin-bottom: 1.4em; }
.stage-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(28px, 4vw, 64px); align-items: start; }
.stage .body { max-width: 58ch; }
.stage .lives { font-size: .95rem; color: var(--bone-soft-on-ink); margin: 1.2em 0 .6em; }
.stage .lives b { color: var(--bone-on-ink); font-weight: 520; }
.stage .recog { font-weight: 480; margin: 0 0 1.2em; }
.stage .cta { display: inline-block; color: var(--gold); text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 2px; font-weight: 500; }
.stage .cta:hover { color: var(--bone-on-ink); border-bottom-color: var(--bone-on-ink); }
.voice { border-top: 1px solid var(--rule-dark); padding-top: 18px; }
.voice .who { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; font-size: .92rem; color: var(--bone-soft-on-ink); }
.voice .who img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.voice .who b { display: block; color: var(--bone-on-ink); font-weight: 520; font-size: 1rem; }
.voice .quote { font-size: 1.14rem; }
.again { display: flex; align-items: center; gap: 18px; margin-top: 8px; margin-left: -56px; color: var(--gold); }
.again svg.loop { width: 96px; height: 72px; flex: 0 0 auto; }
.again .amp { width: 2.6em; height: 1.7em; }
.again p { margin: 0; color: var(--bone-soft-on-ink); font-style: italic; }

/* ---------- Lifetime guidance ---------- */
.guidance { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(28px, 4vw, 64px); align-items: start; }
.amp-list { list-style: none; padding: 0; margin: 1em 0 1.4em; }
.amp-list li { position: relative; padding: 9px 0 9px 44px; border-top: 1px solid var(--rule); }
.amp-list li:last-child { border-bottom: 1px solid var(--rule); }
.amp-list .amp { position: absolute; left: 0; top: 11px; width: 30px; height: 20px; color: var(--ink); }
.working { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 64px); margin-top: clamp(40px, 5vw, 64px); padding-top: clamp(28px, 4vw, 48px); border-top: 1px solid var(--rule); }

/* ---------- Proof ---------- */
.proof { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.proof .lead { border-top: 1px solid var(--ink); padding-top: 22px; }
.proof .lead .quote { font-size: clamp(1.3rem, 2vw, 1.7rem); line-height: 1.38; }
.proof .stack > blockquote { border-top: 1px solid var(--rule); padding: 20px 0; }
.proof .stack > blockquote:first-child { border-top: 1px solid var(--ink); }
.proof .stack .quote { font-size: 1.1rem; }
.disclaimer { font-size: .85rem; color: var(--ink-soft); margin-top: 28px; max-width: 70ch; }

/* ---------- The firm ---------- */
.masthead + .masthead { margin-top: 40px; }
.masthead h3 { font-size: 1.05rem; font-weight: 520; letter-spacing: .01em; border-bottom: 1px solid var(--ink); padding-bottom: 10px; margin-bottom: 20px; }
.people { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(16px, 2.5vw, 32px); }
.people figure { margin: 0; }
.people img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.people figcaption { margin-top: 10px; font-size: .95rem; line-height: 1.4; }
.people figcaption span { display: block; color: var(--ink-soft); font-size: .88rem; }
.group-photo { margin: clamp(36px, 5vw, 56px) 0 0; display: grid; grid-template-columns: minmax(0, 650px) minmax(0, 1fr); gap: clamp(24px, 4vw, 48px); align-items: end; }
.group-photo figure { margin: 0; background: var(--paper); padding: 12px; border: 1px solid var(--rule); }
.group-photo img { width: 100%; max-width: 626px; }
.group-photo figcaption { font-size: .85rem; color: var(--ink-soft); margin-top: 10px; line-height: 1.45; }
.group-photo .note { font-size: 1.05rem; }

/* ---------- Library ---------- */
.library { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 4vw, 64px); align-items: start; }
.shelf { list-style: none; margin: 0; padding: 0; }
.shelf li { border-top: 1px solid var(--rule); padding: 16px 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: baseline; }
.shelf li:last-child { border-bottom: 1px solid var(--rule); }
.shelf b { font-weight: 520; }
.shelf span { display: block; color: var(--ink-soft); font-size: .92rem; }
.shelf a { white-space: nowrap; }

/* ---------- Closing and contact ---------- */
.closing { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.closing .say { font-size: clamp(1.35rem, 2.2vw, 1.85rem); line-height: 1.3; font-weight: 400; max-width: 22ch; }
.closing .say .second { display: block; margin-top: .8em; }
.phone-big { font-size: clamp(2rem, 4vw, 3rem); font-weight: 480; text-decoration: none; letter-spacing: -0.01em; display: inline-block; line-height: 1.1; margin: .2em 0 .5em; }
.phone-big:hover { text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 3px; }
.offices { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 1.4em 0 1.8em; }
.offices address { font-style: normal; line-height: 1.5; }
.offices b { display: block; font-weight: 520; }

/* ---------- Footer ---------- */
.footer { padding: clamp(40px, 6vw, 72px) 0 40px; }
.footer-top { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 64px); align-items: start; }
.footer-logo img { height: 34px; width: auto; margin-bottom: 14px; }
.footer h4 { font-size: .95rem; font-weight: 520; margin-bottom: .6em; color: var(--bone-soft-on-ink); }
.footer ul { list-style: none; padding: 0; margin: 0; line-height: 1.7; }
.footer a { text-decoration: none; }
.footer a:hover { text-decoration: underline; text-decoration-color: var(--gold); }
.footer address { font-style: normal; line-height: 1.55; }
.badges { display: flex; flex-wrap: wrap; gap: 18px 26px; align-items: center; margin: 36px 0 0; padding-top: 28px; border-top: 1px solid var(--rule-dark); }
.badges img { height: 56px; width: auto; background: var(--paper); padding: 4px; border-radius: 2px; }
.footer-bottom { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--rule-dark); font-size: .85rem; color: var(--bone-soft-on-ink); display: flex; flex-wrap: wrap; gap: 10px 32px; justify-content: space-between; }
.footer-bottom p { margin: 0; max-width: 70ch; }

/* ---------- Page two, stage three entrance ---------- */
.entrance { padding: clamp(36px, 5vw, 72px) 0 clamp(28px, 4vw, 56px); }
.entrance-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.entrance .portrait { position: static; }
.entrance .deck { font-size: clamp(1.1rem, 1.45vw, 1.28rem); line-height: 1.5; max-width: 32em; margin-bottom: 1.4em; }
.entrance .quote-run { margin: 1.4em 0 1.6em; }
.steps { list-style: none; padding: 0; margin: 1em 0 0; }
.steps li { border-top: 1px solid var(--rule); padding: 16px 0; }
.steps li:last-child { border-bottom: 1px solid var(--rule); }
.steps b { font-weight: 520; display: block; margin-bottom: 4px; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .article { grid-template-columns: 1fr; }
  .aside { position: static; max-width: 34em; }
  .aside .cover-img { width: 130px; }
}
@media (max-width: 900px) {
  .cover-grid, .entrance-grid, .profile, .profile.flip, .proof, .guidance, .library, .closing, .working, .stage-grid, .group-photo { grid-template-columns: 1fr; }
  .profile.flip .portrait { order: 0; }
  .entrance .portrait { order: 2; max-width: 420px; }
  .portrait { position: static; max-width: 420px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .people { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cover h1 { max-width: none; }
  .dateline li { white-space: normal; }
}
@media (max-width: 600px) {
  :root { --nav-h: 54px; --nav-h-compact: 48px; }
  body { font-size: 1rem; }
  .two-voices { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .offices { grid-template-columns: 1fr; }
  .arc { padding-left: 34px; }
  .stage::before { left: -34px; }
  .again { margin-left: -34px; }
  .diptych { gap: 8px; }
  .diptych figcaption { font-size: .85rem; }
  .article .body > p:first-of-type::first-letter { font-size: 3.2em; }
  .dateline li { border-right: 0; margin-right: 0; padding-right: 0; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .arc-rail { transition: none; transform: none; }
  .nav-row, .nav-logo img { transition: none; }
}

@media print {
  .nav, .skip { display: none; }
  body { background: #fff; color: #000; }
  .on-ink { background: #fff; color: #000; }
}
