/* euler.center — generated by build.py; edit there. */
:root {
  --paper: #faf9f7; --ink: #000000; --soft: #4a4a48; --orange: #ff9901; --wash: #ffe9c9; --rule: #d8d5cf;
  --dark: #0b0b0a; --dark-ink: #f4f1ea; --dark-soft: #a9a59d; --dark-rule: #2a2825;
  --sans: Archivo, system-ui, "Helvetica Neue", Arial, sans-serif;
  --serif: Newsreader, Georgia, "Times New Roman", serif;
  --gutter: clamp(20px, 4.444vw, 64px); --gap: clamp(16px, 2.222vw, 32px); --max: 1312px; --band: clamp(64px, calc(64px + 40 * (100vw - 390px) / 1050), 104px);
  --bg: var(--paper); --fg: var(--ink); --fg-soft: var(--soft); --line: var(--rule);
  --slot-bg: #ebe7df; --hatch: rgba(0,0,0,.05); --tag-bg: rgba(250,249,247,.92); --tag-fg: var(--ink);
}
.dark { --bg: var(--dark); --fg: var(--dark-ink); --fg-soft: var(--dark-soft); --line: var(--dark-rule);
  --slot-bg: #1a1917; --hatch: rgba(255,255,255,.055); --tag-bg: rgba(11,11,10,.82); --tag-fg: var(--dark-ink); }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--serif); font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased; display: flex; flex-direction: column; min-height: 100vh; overflow-x: clip; }
h1, h2, h3, p, ul, figure { margin: 0; }
ul { padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
.ul { box-shadow: inset 0 -2px 0 var(--wash); } .ul:hover { box-shadow: inset 0 -2px 0 var(--orange); }
.dark .ul { box-shadow: inset 0 -1px 0 var(--dark-soft); }
.rel { position: relative; } .right { text-align: right; }
.mt-14 { margin-top: 14px; } .mt-18 { margin-top: 18px; } .mt-24 { margin-top: 24px; } .mt-28 { margin-top: 28px; } .mt-32 { margin-top: 32px; }
.mt-36 { margin-top: 36px; } .mt-40 { margin-top: 40px; } .mt-56 { margin-top: 56px; } .mt-64 { margin-top: 64px; } .mt-72 { margin-top: 72px; }
.my-88 { margin: clamp(56px, calc(56px + 32 * (100vw - 390px) / 1050), 88px) 0; } .pt-10 { padding-top: 10px; } .pr-24 { padding-right: 24px; } .pl-16 { padding-left: 16px; }
.mw-980 { max-width: 980px; } .align-start { align-items: start; } .m-only { display: none; }

/* bands and the drafting grid */
.band { position: relative; background: var(--bg); color: var(--fg); padding: var(--band) var(--gutter); overflow: hidden; }
.inner { position: relative; max-width: var(--max); margin: 0 auto; }
.lines { position: absolute; top: 0; bottom: 0; left: var(--gutter); right: var(--gutter); max-width: var(--max); margin: 0 auto; pointer-events: none; }
.lines span { position: absolute; top: 0; bottom: 0; width: 1px; background: var(--line); }
.lines span:nth-child(1) { left: 0; } .lines span:nth-child(2) { left: 24.39%; } .lines span:nth-child(3) { left: 75.61%; } .lines span:nth-child(4) { left: 100%; }
.grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); }
.c1-2 { grid-column: 1 / 2; } .c1-4 { grid-column: 1 / 4; } .c1-6 { grid-column: 1 / 6; } .c1-9 { grid-column: 1 / 9; }
.c2-7 { grid-column: 2 / 7; } .c2-8 { grid-column: 2 / 8; } .c4-7 { grid-column: 4 / 7; } .c4-8 { grid-column: 4 / 8; } .c4-9 { grid-column: 4 / 9; }
.c4-10 { grid-column: 4 / 10; } .c4-13 { grid-column: 4 / 13; } .c6-13 { grid-column: 6 / 13; } .c7-11 { grid-column: 7 / 11; } .c7-13 { grid-column: 7 / 13; }
.c8-11 { grid-column: 8 / 11; } .c8-13 { grid-column: 8 / 13; } .c9-13 { grid-column: 9 / 13; } .c10-13 { grid-column: 10 / 13; } .c11-13 { grid-column: 11 / 13; }
.rule { position: relative; height: 1px; background: var(--line); }
.rule::before, .node { content: ""; position: absolute; left: 0; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.node { top: -4px; }

/* type */
.caps { font-family: var(--sans); font-weight: 800; text-transform: uppercase; line-height: .92; letter-spacing: -.03em; }
.t-hero { font-size: clamp(64px, calc(64px + 72 * (100vw - 390px) / 1050), 136px); font-weight: 800; line-height: .9; letter-spacing: -.035em; }
.t-120 { font-size: clamp(56px, calc(56px + 64 * (100vw - 390px) / 1050), 120px); } .t-104 { font-size: clamp(52px, calc(52px + 52 * (100vw - 390px) / 1050), 104px); } .t-96 { font-size: clamp(52px, calc(52px + 44 * (100vw - 390px) / 1050), 96px); } .t-84 { font-size: clamp(44px, calc(44px + 40 * (100vw - 390px) / 1050), 84px); }
.t-80 { font-size: clamp(40px, calc(40px + 40 * (100vw - 390px) / 1050), 80px); } .t-64 { font-size: clamp(40px, calc(40px + 24 * (100vw - 390px) / 1050), 64px); }
.t-56 { font-size: clamp(32px, calc(32px + 24 * (100vw - 390px) / 1050), 56px); line-height: .95; } .t-48 { font-size: clamp(30px, calc(30px + 18 * (100vw - 390px) / 1050), 48px); line-height: 1; }
.t-44 { font-size: clamp(28px, calc(28px + 16 * (100vw - 390px) / 1050), 44px); line-height: 1; letter-spacing: -.02em; } .t-36 { font-size: clamp(26px, calc(26px + 10 * (100vw - 390px) / 1050), 36px); line-height: 1.05; letter-spacing: -.02em; }
.t-30 { font-size: clamp(26px, calc(26px + 4 * (100vw - 390px) / 1050), 30px); line-height: 1; letter-spacing: -.02em; }
.t-24 { font-size: clamp(22px, calc(22px + 2 * (100vw - 390px) / 1050), 24px); font-weight: 700; line-height: 1.1; letter-spacing: -.01em; }
.t-22 { font-size: clamp(20px, calc(20px + 2 * (100vw - 390px) / 1050), 22px); line-height: 1.1; letter-spacing: -.01em; }
.t-17 { font-size: 17px; font-weight: 700; line-height: 1.1; letter-spacing: .02em; }
.t-num { font-size: clamp(76px, calc(76px + 60 * (100vw - 390px) / 1050), 136px); line-height: .85; letter-spacing: -.05em; }
.orange { color: var(--orange); }
.it { font-family: var(--serif); font-style: italic; font-weight: 300; text-transform: none; letter-spacing: -.015em; font-size: 1.04em; }
.it-orange { color: var(--orange); }
.kicker { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.kicker span { font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--fg-soft); white-space: nowrap; }
.kicker i { width: 32px; height: 2px; background: var(--orange); }
.pill { display: inline-flex; align-items: center; gap: 12px; height: 48px; padding: 0 22px 0 24px; border-radius: 999px; border: 1px solid;
  font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; transition: transform .15s ease, background-color .15s ease; }
.pill:hover { transform: translateY(-1px); }
.pill-42 { height: 42px; } .pill-56 { height: 56px; padding: 0 26px 0 28px; }
.pill-ink { background: var(--ink); color: var(--paper); border-color: var(--ink); } .pill-ink:hover { background: #1c1c1a; }
.pill-paper { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.pill-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.pill-outline-dark { background: transparent; color: var(--dark-ink); border-color: rgba(244,241,234,.45); } .pill-outline-dark:hover { border-color: var(--dark-ink); }
.pill-orange { background: var(--orange); color: var(--ink); border-color: var(--orange); } .pill-orange:hover { background: #ffa726; }
.link { display: inline-flex; align-items: center; gap: 8px; font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--fg); border-bottom: 2px solid var(--orange); padding-bottom: 3px; white-space: nowrap; }
.link svg { transition: transform .15s ease; } .link:hover svg { transform: translate(2px, -2px); }
.link-s { font-size: 11px; }
.status { display: inline-flex; align-items: center; gap: 10px; font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--fg); }
.status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); flex: none; }
.prose { display: flex; flex-direction: column; gap: 22px; }
.prose p { font-family: var(--serif); font-size: clamp(17px, calc(17px + 3 * (100vw - 390px) / 1050), 20px); line-height: 1.55; color: var(--fg); }
.prose-soft p { color: var(--fg-soft); } .prose-17 p { font-size: clamp(16px, calc(16px + 1 * (100vw - 390px) / 1050), 17px); } .prose-18 p { font-size: clamp(16px, calc(16px + 2 * (100vw - 390px) / 1050), 18px); } .prose-19 p { font-size: clamp(17px, calc(17px + 2 * (100vw - 390px) / 1050), 19px); }
.prose-gap-14 { gap: 14px; }
.statement { font-family: var(--serif); font-size: clamp(22px, calc(22px + 4 * (100vw - 390px) / 1050), 26px); line-height: 1.3; padding-left: 22px; border-left: 3px solid var(--orange); color: var(--fg); }
.statement-22 { font-size: clamp(20px, calc(20px + 2 * (100vw - 390px) / 1050), 22px); }
.numeral { font-family: var(--sans); font-size: 22px; font-weight: 500; letter-spacing: .08em; color: var(--fg-soft); }
.numeral-20 { font-size: 20px; } .numeral-13 { font-size: 13px; } .numeral-12 { font-size: 12px; }
.facts > div { display: flex; flex-direction: column; gap: 6px; padding: 14px 0; border-top: 1px solid var(--line); }
.facts .k { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--fg-soft); }
.facts .v { font-family: var(--serif); font-size: 17px; line-height: 1.4; color: var(--fg); }
.facts-end { border-top: 1px solid var(--line); }
.stack-20 { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }

/* photo slots */
.slot { position: relative; overflow: hidden; background-color: var(--slot-bg);
  background-image: repeating-linear-gradient(135deg, var(--hatch) 0 1px, transparent 1px 18px); }
.slot.has-photo { background-image: none; }
.slot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.slot .tag { position: absolute; left: 16px; bottom: 14px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; background: var(--tag-bg); color: var(--tag-fg);
  font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; border-radius: 2px; line-height: 1.4; max-width: calc(100% - 32px); }
.slot .tag svg { flex: none; }
.tag-tr { left: auto !important; bottom: auto !important; right: 24px; top: 24px; } .tag-br { left: auto !important; right: 24px; } .tag-sm { left: 10px !important; bottom: 8px !important; }
.slot-96 { height: 96px; } .slot-400 { height: clamp(300px, calc(300px + 100 * (100vw - 390px) / 1050), 400px); } .slot-420 { height: clamp(300px, calc(300px + 120 * (100vw - 390px) / 1050), 420px); } .slot-480 { height: clamp(320px, calc(320px + 160 * (100vw - 390px) / 1050), 480px); } .slot-hero { height: clamp(300px, calc(300px + 220 * (100vw - 390px) / 1050), 520px); }
.slot-fill { position: absolute; inset: 0; }

/* masthead */
.masthead { position: relative; z-index: 5; height: 88px; background: var(--bg); color: var(--fg); border-bottom: 1px solid var(--line); padding: 0 var(--gutter); }
.masthead .inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { height: 34px; width: auto; }
.nav { display: flex; gap: 32px; }
.navlink { font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--fg-soft); padding-bottom: 4px; border-bottom: 2px solid transparent; white-space: nowrap; transition: color .15s ease; }
.navlink:hover { color: var(--fg); } .navlink.on { color: var(--fg); border-bottom-color: var(--orange); }
.menu-btn { display: none; background: none; border: 0; padding: 8px; margin: -8px; color: var(--fg); cursor: pointer; }
.menu-btn .x { display: none; } .masthead.open .menu-btn .x { display: block; } .masthead.open .menu-btn .bars { display: none; }

/* home hero */
.hero { position: relative; background: var(--dark); color: var(--dark-ink); min-height: 820px; overflow: hidden; padding: 0 var(--gutter); }
.hero-photo { position: absolute; left: calc(50% - 120px); top: 0; right: 0; bottom: 0; }
.hero-grad { position: absolute; left: calc(50% - 180px); top: 0; right: 0; bottom: 0; pointer-events: none;
  background: linear-gradient(90deg, #0b0b0a 0%, rgba(11,11,10,.94) 16%, rgba(11,11,10,.55) 44%, rgba(11,11,10,.08) 100%); }
.hero .inner { padding: clamp(56px, calc(56px + 56 * (100vw - 390px) / 1050), 112px) 0 clamp(48px, calc(48px + 48 * (100vw - 390px) / 1050), 96px); }
.hero-text { max-width: 1000px; }
.hero h1 { margin-top: clamp(28px, calc(28px + 12 * (100vw - 390px) / 1050), 40px); color: var(--dark-ink); }
.hero h1 span { display: block; } .hero h1 .it { line-height: 1.02; letter-spacing: -.012em; }
.hero .standfirst { margin-top: clamp(28px, calc(28px + 16 * (100vw - 390px) / 1050), 44px); font-size: clamp(18px, calc(18px + 4 * (100vw - 390px) / 1050), 22px); line-height: 1.5; color: var(--dark-soft); max-width: 520px; }
.hero .ctas { display: flex; flex-wrap: wrap; gap: 16px; margin-top: clamp(32px, calc(32px + 12 * (100vw - 390px) / 1050), 44px); }
.hero-photo-m { display: none; }

/* commitments strip */
.strip { background: var(--dark); color: var(--dark-ink); border-top: 1px solid var(--dark-rule); border-bottom: 1px solid var(--dark-rule); padding: 0 var(--gutter); }
.strip .inner { display: flex; align-items: center; gap: 40px; height: 84px; }
.strip-label { font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--dark-soft); white-space: nowrap; flex: none; padding-right: 24px; border-right: 1px solid var(--dark-rule); }
.strip-items { display: flex; align-items: center; gap: 24px; min-width: 0; }
.strip-items li { display: flex; align-items: center; gap: 24px; }
.strip-items li:first-child i { display: none; }
.strip-items i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); flex: none; }
.strip-items span { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--dark-ink); white-space: nowrap; }

/* lines of work, instruments, evidence, engage */
.lines-of-work > div { display: flex; flex-direction: column; gap: 10px; padding: 22px 0; border-top: 1px solid var(--line); align-items: flex-start; }
.lines-of-work .low-head { display: flex; gap: 14px; align-items: baseline; }
.lines-of-work p { font-family: var(--serif); font-size: 16px; line-height: 1.45; color: var(--fg-soft); }
.ghost { position: absolute; right: -250px; top: -420px; width: 920px; height: 920px; color: var(--orange); opacity: .13; pointer-events: none; }
.row-inst { padding: 40px 0; } .row-engage { padding: 44px 0; }
.facts-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; margin-top: clamp(40px, calc(40px + 24 * (100vw - 390px) / 1050), 64px); }
.fact { display: flex; flex-direction: column; gap: 22px; }
.fact small { font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--dark-soft); max-width: 220px; line-height: 1.6; }
.evidence-rule { margin: 72px 0 32px; }
.evidence-foot { display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; }
.lead-22 { margin-top: clamp(22px, calc(22px + 14 * (100vw - 390px) / 1050), 36px); font-family: var(--serif); font-size: clamp(18px, calc(18px + 4 * (100vw - 390px) / 1050), 22px); line-height: 1.5; color: var(--fg-soft); max-width: 620px; }
.lead-26 { margin-top: clamp(20px, calc(20px + 12 * (100vw - 390px) / 1050), 32px); font-family: var(--serif); font-size: clamp(20px, calc(20px + 6 * (100vw - 390px) / 1050), 26px); line-height: 1.35; color: var(--fg-soft); max-width: 620px; }
.three { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: var(--gap); }
.three > div { display: flex; flex-direction: column; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line); position: relative; align-items: flex-start; }
.three p { font-family: var(--serif); font-size: 17px; line-height: 1.5; color: var(--fg-soft); }
.engage-band { padding-bottom: clamp(64px, calc(64px + 32 * (100vw - 390px) / 1050), 96px); }

/* photo band */
.photo-band { position: relative; height: clamp(420px, calc(420px + 220 * (100vw - 390px) / 1050), 640px); background: var(--dark); color: var(--dark-ink); overflow: hidden; }
.photo-band .grad { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(11,11,10,.05) 0%, rgba(11,11,10,.35) 45%, rgba(11,11,10,.92) 100%); }
.photo-band .frame { position: absolute; top: 0; bottom: 0; left: var(--gutter); right: var(--gutter); max-width: var(--max); margin: 0 auto; }
.photo-band .tagline { position: absolute; left: 0; top: 28px; font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--dark-soft); }
.photo-band .content { position: absolute; left: 0; right: 0; bottom: clamp(32px, calc(32px + 24 * (100vw - 390px) / 1050), 56px); display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; }
.photo-band .caps { max-width: 900px; color: var(--dark-ink); }
.photo-band .caption { font-family: var(--serif); font-size: clamp(18px, calc(18px + 4 * (100vw - 390px) / 1050), 22px); line-height: 1.4; color: var(--dark-soft); max-width: 300px; text-align: right; flex: none; }

/* closer */
.closer { padding-bottom: clamp(72px, calc(72px + 40 * (100vw - 390px) / 1050), 112px); }
.cta-row { display: flex; align-items: center; gap: 28px; margin-top: clamp(24px, calc(24px + 20 * (100vw - 390px) / 1050), 44px); flex-wrap: wrap; }
.cta-row .lead { font-family: var(--serif); font-size: clamp(16px, calc(16px + 4 * (100vw - 390px) / 1050), 20px); line-height: 1.45; color: var(--fg-soft); max-width: 420px; }

/* inner pages */
.inner-hero { padding: clamp(56px, calc(56px + 32 * (100vw - 390px) / 1050), 88px) var(--gutter) clamp(48px, calc(48px + 48 * (100vw - 390px) / 1050), 96px); }
.bleed { margin-right: calc(-1 * var(--gutter)); }
.standfirst-24 { margin-top: clamp(28px, calc(28px + 12 * (100vw - 390px) / 1050), 40px); font-family: var(--serif); font-size: clamp(18px, calc(18px + 6 * (100vw - 390px) / 1050), 24px); line-height: 1.5; color: var(--fg-soft); max-width: 600px; }
.standfirst-20 { margin-top: 22px; font-family: var(--serif); font-size: clamp(17px, calc(17px + 3 * (100vw - 390px) / 1050), 20px); line-height: 1.5; color: var(--fg); max-width: 600px; }
.caption-16 { margin-top: 18px; font-family: var(--serif); font-size: clamp(15px, calc(15px + 1 * (100vw - 390px) / 1050), 16px); line-height: 1.5; color: var(--fg-soft); }
.resp { display: grid; grid-template-columns: 56px 300px 1fr; gap: 24px; align-items: baseline; padding: 26px 0; border-top: 1px solid var(--line); }
.resp p { font-family: var(--serif); font-size: 17px; line-height: 1.5; color: var(--fg-soft); }
.quote-band { padding-bottom: clamp(64px, calc(64px + 32 * (100vw - 390px) / 1050), 96px); }
.pt-0 { padding-top: 0; }
.status-band { padding: clamp(64px, calc(64px + 32 * (100vw - 390px) / 1050), 96px) var(--gutter); }

/* footer */
.footer { background: var(--dark); color: var(--dark-ink); padding: clamp(48px, calc(48px + 16 * (100vw - 390px) / 1050), 64px) var(--gutter) 0; margin-top: auto; overflow: hidden; }
.foot-top { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.foot-top img { height: 36px; width: auto; }
.foot-nav { display: flex; gap: 32px; }
.foot-rule { margin: 40px 0 48px; }
.foot-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.foot-cols p, .foot-cols div { font-family: var(--serif); font-size: 17px; line-height: 1.55; color: var(--dark-soft); }
.foot-cols strong { display: block; margin-bottom: 12px; font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--dark-ink); }
.foot-cols a { display: block; } .foot-cols a:hover { color: var(--dark-ink); } .foot-cols a.em { color: var(--dark-ink); }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 56px; flex-wrap: wrap; font-family: var(--sans); font-size: 12px; letter-spacing: .04em; color: var(--dark-soft); }
.foot-bottom b { font-weight: 400; color: var(--dark-ink); }
.foot-bottom .tagline { letter-spacing: .16em; text-transform: uppercase; }
.license img { display: inline-block; width: 20px; height: 20px; vertical-align: middle; margin-left: 4px; filter: invert(1); }
.license img:first-of-type { margin-left: 6px; }
.foot-giant { height: .76em; overflow: hidden; margin-top: 40px; font-family: var(--sans); font-size: clamp(43px, calc(43px + 121 * (100vw - 390px) / 1050), 164px); font-weight: 900; letter-spacing: -.04em; line-height: 1; white-space: nowrap; text-transform: uppercase; color: var(--dark-ink); }
.foot-giant span { display: block; transform: translateY(-.025em); }

/* motion */
@media (prefers-reduced-motion: no-preference) {
  @keyframes rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
  .rise { animation: rise .8s cubic-bezier(.2,.8,.2,1) both; }
  @keyframes draw { from { stroke-dashoffset: 2300; } to { stroke-dashoffset: 0; } }
  @keyframes fade { from { opacity: 0; } to { opacity: 1; } }
  .ghost .ring { stroke-dasharray: 2300; stroke-dashoffset: 2300; }
  .ghost .axes { opacity: 0; }
  .ghost.play .ring { animation: draw 1.8s cubic-bezier(.4,0,.2,1) .3s both; }
  .ghost.play .axes { animation: fade .8s ease 1.4s both; }
  .no-js .ghost .ring { stroke-dashoffset: 0; } .no-js .ghost .axes { opacity: 1; }
}

/* below 1024: one column, phone masthead, no drafting lines */
@media (max-width: 1023px) {
  .lines { display: none; }
  .grid { row-gap: 28px; } .grid > * { grid-column: 1 / -1; }
  .grid > .mt-56, .grid > .mt-72 { margin-top: 0; }
  .grid > .pt-10 { padding-top: 0; } .pr-24 { padding-right: 0; } .pl-16 { padding-left: 0; }
  .right { text-align: left; } .m-only { display: block; }
  .masthead { height: 64px; } .brand img { height: 26px; }
  .masthead .pill { display: none; } .menu-btn { display: block; }
  .masthead .nav { display: none; }
  .masthead.open .nav { display: flex; flex-direction: column; gap: 0; position: absolute; left: 0; right: 0; top: 64px; padding: 4px var(--gutter) 20px; background: var(--bg); border-bottom: 1px solid var(--line); box-shadow: 0 24px 40px rgba(0,0,0,.18); }
  .masthead.open .navlink { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
  .masthead.open .navlink.on { border-bottom-color: var(--orange); }
  .hero { min-height: 0; }
  .hero-photo, .hero-grad { display: none; }
  .hero-photo-m { display: block; height: 300px; margin-top: 44px; }
  .hero .ctas { flex-direction: column; align-items: flex-start; gap: 12px; }
  .strip .inner { display: block; height: auto; padding-bottom: 8px; }
  .strip-label { display: none; }
  .strip-items { display: block; }
  .strip-items li { gap: 12px; padding: 14px 0; border-top: 1px solid var(--dark-rule); }
  .strip-items li:first-child { border-top: 0; } .strip-items li:first-child i { display: block; }
  .strip-items span { white-space: normal; font-size: 11px; letter-spacing: .16em; }
  .ghost { right: -150px; top: -60px; width: 420px; height: 420px; opacity: .16; }
  .row-inst { padding: 28px 0; row-gap: 14px; } .row-inst .slot { display: none; } .row-aside .mt-14 { margin-top: 0; }
  .facts-grid { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .fact { gap: 14px; } .fact small { font-size: 10px; letter-spacing: .16em; }
  .evidence-rule { margin: 48px 0 24px; }
  .three { grid-template-columns: 1fr; row-gap: 0; }
  .three > div { padding: 24px 0; gap: 12px; } .three p { font-size: 16px; }
  .photo-band .tagline { display: none; }
  .photo-band .content { flex-direction: column; align-items: flex-start; gap: 16px; }
  .photo-band .caption { text-align: left; max-width: none; }
  .bleed { margin-right: 0; }
  .resp { grid-template-columns: 1fr; gap: 8px; padding: 22px 0; }
  .foot-top { flex-direction: column; align-items: flex-start; gap: 28px; }
  .foot-top img { height: 30px; }
  .foot-nav { flex-wrap: wrap; gap: 14px 22px; }
  .foot-rule { margin: 28px 0; }
  .foot-cols { grid-template-columns: 1fr; gap: 28px; }
  .foot-cols p, .foot-cols div { font-size: 15px; } .foot-cols strong { font-size: 10px; margin-bottom: 8px; }
  .foot-bottom { margin-top: 36px; font-size: 11px; line-height: 1.6; }
  .foot-giant { margin-top: 24px; }
}
@media (max-width: 480px) {
  .kicker span { white-space: normal; }
}
