.focus-paper {
  --fp-ink: #050505;
  --fp-paper: #fff;
  --fp-soft: #f1f1ee;
  --fp-muted: #333;
  --fp-line: #b9b9b4;
  --fp-inverse-muted: #d4d4cf;
  background: var(--fp-paper);
  color: var(--fp-ink);
  font-family: "Inter", "IBM Plex Sans", Arial, sans-serif;
  min-height: 100vh;
  overflow: clip;
}

.focus-paper * { box-sizing: border-box; }
.focus-paper ::selection { background: var(--fp-ink); color: var(--fp-paper); }
.focus-paper button,
.focus-paper input { font: inherit; }
.focus-paper button,
.focus-paper a { -webkit-tap-highlight-color: transparent; }
.focus-paper a { color: inherit; text-underline-offset: .22em; }
.focus-paper :focus-visible { box-shadow: 0 0 0 6px var(--fp-ink); outline: 3px solid var(--fp-paper); outline-offset: 2px; }
.focus-paper h1,
.focus-paper h2,
.focus-paper h3,
.focus-paper p,
.focus-paper dl,
.focus-paper blockquote { margin-top: 0; }

.fp-site-header {
  align-items: center;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid var(--fp-ink);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 66px;
  left: 0;
  padding: 0 clamp(18px, 3.5vw, 54px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(14px);
}

.fp-brand {
  align-items: center;
  display: inline-flex;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-weight: 650;
  gap: 11px;
  justify-self: start;
  letter-spacing: .07em;
  text-decoration: none;
}

.fp-brand img { border-radius: 50%; height: 34px; width: 34px; }
.fp-site-header nav { display: flex; height: 100%; }
.fp-site-header nav a {
  align-items: center;
  border-left: 1px solid var(--fp-line);
  display: flex;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  padding: 0 22px;
  text-decoration: none;
}
.fp-site-header nav a:last-child { border-right: 1px solid var(--fp-line); }
.fp-site-header nav a:hover { background: var(--fp-ink); color: var(--fp-paper); }
.fp-header-cta {
  background: var(--fp-ink);
  color: var(--fp-paper) !important;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  justify-self: end;
  padding: 12px 18px;
  text-decoration: none;
}

.fp-kicker {
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.fp-hero {
  border-bottom: 1px solid var(--fp-ink);
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(480px, .94fr);
  grid-template-rows: 1fr auto;
  min-height: calc(100svh - 66px);
}

.fp-hero-main {
  align-self: center;
  padding: clamp(54px, 7vw, 112px) clamp(28px, 5.5vw, 92px);
}

.fp-hero h1 {
  font-size: clamp(58px, 6.6vw, 112px);
  font-weight: 700;
  letter-spacing: -.075em;
  line-height: .88;
  margin-bottom: clamp(30px, 3vw, 48px);
  max-width: 11ch;
  text-wrap: balance;
}

.fp-hero-lede {
  font-size: clamp(20px, 1.65vw, 28px);
  line-height: 1.42;
  margin-bottom: 36px;
  max-width: 40ch;
}

.fp-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.fp-actions a {
  align-items: center;
  border: 1px solid var(--fp-ink);
  display: inline-flex;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-weight: 600;
  justify-content: center;
  min-height: 50px;
  padding: 14px 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.fp-actions a:hover { background: var(--fp-soft); }
.fp-actions .fp-primary { background: var(--fp-ink); color: var(--fp-paper); }
.fp-actions .fp-primary:hover { background: #333; }

.fp-hero-counts {
  border-top: 1px solid var(--fp-ink);
  display: grid;
  grid-column: 1;
  grid-row: 2;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
}
.fp-hero-counts div { border-right: 1px solid var(--fp-line); padding: 20px clamp(16px, 2.4vw, 38px); }
.fp-hero-counts div:last-child { border-right: 0; }
.fp-hero-counts dt { font-size: clamp(32px, 3.2vw, 52px); font-weight: 650; letter-spacing: -.05em; }
.fp-hero-counts dd { font-family: "IBM Plex Mono", monospace; font-size: 12px; line-height: 1.4; margin: 6px 0 0; text-transform: uppercase; }

.fp-hero-arena {
  background: var(--fp-ink);
  color: var(--fp-paper);
  display: flex;
  flex-direction: column;
  grid-column: 2;
  grid-row: 1 / 3;
  min-height: 100%;
  padding: clamp(22px, 3vw, 44px);
}
.fp-hero-arena > header { align-items: center; display: flex; justify-content: space-between; }
.fp-hero-arena > header .fp-kicker { margin: 0; }
.fp-hero-arena > header span { color: var(--fp-inverse-muted); font-family: "IBM Plex Mono", monospace; font-size: 11px; text-align: right; }

.fp-focus-figure {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  min-height: 370px;
}
.fp-focus-figure svg { display: block; height: auto; margin: 0 auto; max-height: 530px; max-width: 720px; width: 100%; }
.fp-focus-grid { opacity: .1; stroke: var(--fp-paper); stroke-width: .7; }
.fp-focus-orbit { fill: none; opacity: .34; stroke: var(--fp-paper); stroke-dasharray: 4 10; stroke-width: 1.5; }
.fp-orbit-a { animation: fp-orbit 18s linear infinite; }
.fp-orbit-b { animation: fp-orbit 13s linear infinite reverse; }
.fp-focus-node { fill: none; opacity: .25; stroke: var(--fp-paper); stroke-linecap: round; stroke-width: 2; transform-box: fill-box; transform-origin: center; transition: opacity 300ms ease, transform 480ms cubic-bezier(.2,.8,.2,1); }
.fp-focus-node circle { fill: var(--fp-paper); }
.fp-pulse { fill: none; opacity: .22; stroke: var(--fp-paper); stroke-width: 1; }
.fp-pulse circle { animation: fp-pulse 2.8s ease-out infinite; transform-box: fill-box; transform-origin: center; }
.fp-pulse circle:nth-child(2) { animation-delay: .45s; }
.fp-pulse circle:nth-child(3) { animation-delay: .9s; }
.fp-focus-figure[data-focus-step="0"] [data-focus-node="0"],
.fp-focus-figure[data-focus-step="1"] [data-focus-node="1"],
.fp-focus-figure[data-focus-step="2"] [data-focus-node="2"] { opacity: 1; transform: scale(1.12); }
.fp-focus-figure[data-focus-step="0"] .fp-orbit-a { opacity: .75; }
.fp-focus-figure[data-focus-step="1"] .fp-orbit-b { opacity: .75; }
.fp-focus-figure[data-focus-step="2"] .fp-focus-orbit { opacity: .72; stroke-dasharray: 18 8; }
.fp-focus-figure figcaption { align-items: flex-start; border-top: 1px solid #5b5b58; display: grid; gap: 18px; grid-template-columns: 76px 1fr; padding-top: 18px; }
.fp-focus-figure figcaption span { font-family: "IBM Plex Mono", monospace; font-size: 12px; }
.fp-focus-figure figcaption p { color: var(--fp-inverse-muted); font-size: 18px; line-height: 1.48; margin: 0; }

.fp-focus-controls { border: 1px solid #6d6d68; display: grid; grid-template-columns: repeat(3, 1fr); }
.fp-focus-button {
  background: transparent;
  border: 0;
  border-right: 1px solid #6d6d68;
  color: var(--fp-paper);
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 16px;
  text-align: left;
}
.fp-focus-button:last-child { border-right: 0; }
.fp-focus-button > span { font-family: "IBM Plex Mono", monospace; font-size: 11px; }
.fp-focus-button strong { font-size: 17px; letter-spacing: -.02em; }
.fp-focus-button small { color: var(--fp-inverse-muted); font-size: 13px; line-height: 1.35; }
.fp-focus-button[aria-pressed="true"] { background: var(--fp-paper); color: var(--fp-ink); }
.fp-focus-button[aria-pressed="true"] small { color: var(--fp-muted); }

@keyframes fp-orbit { to { stroke-dashoffset: -220; } }
@keyframes fp-pulse { 0% { opacity: .75; transform: scale(.6); } 85%, 100% { opacity: 0; transform: scale(2.1); } }

.fp-section,
.fp-voices,
.fp-close {
  margin: 0 auto;
  max-width: 1540px;
  padding: clamp(84px, 9vw, 148px) clamp(24px, 6vw, 100px);
}
.fp-section + .fp-section,
.fp-section + .fp-voices,
.fp-voices + .fp-section,
.fp-section + .fp-close { border-top: 1px solid var(--fp-ink); }

.fp-section-head {
  align-items: end;
  display: grid;
  gap: clamp(36px, 8vw, 130px);
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr);
  margin-bottom: clamp(64px, 7vw, 110px);
}
.fp-section-head h2 {
  font-size: clamp(48px, 5.8vw, 90px);
  font-weight: 650;
  letter-spacing: -.07em;
  line-height: .95;
  margin: 0;
  max-width: 14ch;
  text-wrap: balance;
}
.fp-section-head > p { font-size: clamp(18px, 1.55vw, 23px); line-height: 1.5; margin: 0; max-width: 38ch; }

.fp-lab-facts { border: 1px solid var(--fp-ink); display: grid; grid-template-columns: repeat(3, 1fr); }
.fp-lab-facts div { border-right: 1px solid var(--fp-ink); display: grid; gap: 12px; padding: 26px; }
.fp-lab-facts div:last-child { border-right: 0; }
.fp-lab-facts span { font-family: "IBM Plex Mono", monospace; font-size: 12px; text-transform: uppercase; }
.fp-lab-facts strong { font-size: clamp(20px, 2vw, 30px); letter-spacing: -.03em; }

.fp-week-grid { display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 54px 0 0; padding: 0; }
.fp-week-grid li { border-bottom: 1px solid var(--fp-ink); border-left: 1px solid var(--fp-ink); min-height: 360px; padding: 28px; position: relative; }
.fp-week-grid li:last-child { border-right: 1px solid var(--fp-ink); }
.fp-week-grid li > span { border: 1px solid var(--fp-ink); font-family: "IBM Plex Mono", monospace; font-size: 12px; padding: 8px; position: absolute; right: 24px; top: 24px; }
.fp-week-grid li > p { font-family: "IBM Plex Mono", monospace; font-size: 13px; margin-bottom: 82px; text-transform: uppercase; }
.fp-week-grid h3 { font-size: clamp(26px, 2.4vw, 38px); letter-spacing: -.055em; line-height: 1.05; margin-bottom: 22px; }
.fp-week-grid small { font-size: 17px; line-height: 1.55; }
.fp-lab-action { align-items: center; border-bottom: 1px solid var(--fp-ink); display: flex; gap: 40px; justify-content: space-between; padding: 26px 0; }
.fp-lab-action p { font-size: 19px; line-height: 1.45; margin: 0; max-width: 54ch; }
.fp-lab-action a { flex: none; }

.fp-primary {
  background: var(--fp-ink);
  color: var(--fp-paper) !important;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-weight: 600;
  padding: 16px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.fp-case-toolbar { align-items: end; border-top: 1px solid var(--fp-ink); display: flex; justify-content: space-between; }
.fp-case-toolbar label { display: grid; flex: 1; gap: 10px; max-width: 650px; padding: 20px 0; }
.fp-case-toolbar label span { font-family: "IBM Plex Mono", monospace; font-size: 12px; text-transform: uppercase; }
.fp-case-toolbar input { border: 1px solid var(--fp-ink); border-radius: 0; color: var(--fp-ink); font-size: 18px; min-height: 54px; padding: 12px 16px; width: 100%; }
.fp-case-toolbar input::placeholder { color: #4c4c48; opacity: 1; }
.fp-case-toolbar > div { align-items: center; display: flex; }
.fp-case-toolbar > div span { font-family: "IBM Plex Mono", monospace; font-size: 12px; margin-right: 16px; }
.fp-case-toolbar button { background: var(--fp-paper); border: 1px solid var(--fp-ink); border-bottom: 0; font-size: 22px; height: 54px; margin-left: -1px; width: 54px; }
.fp-case-toolbar button:hover { background: var(--fp-ink); color: var(--fp-paper); }
.fp-case-toolbar button:disabled { cursor: default; opacity: .28; }

.fp-case-explorer { border: 1px solid var(--fp-ink); display: grid; grid-template-columns: minmax(330px, .68fr) minmax(560px, 1.32fr); min-height: 720px; }
.fp-case-list { border-right: 1px solid var(--fp-ink); }
.fp-case-row {
  align-items: center;
  background: var(--fp-paper);
  border: 0;
  border-bottom: 1px solid var(--fp-line);
  color: var(--fp-ink);
  display: grid;
  gap: 16px;
  grid-template-columns: 34px 1fr 22px;
  min-height: 104px;
  padding: 16px 20px;
  text-align: left;
  width: 100%;
}
.fp-case-row:last-child { border-bottom: 0; }
.fp-case-row > span { font-family: "IBM Plex Mono", monospace; font-size: 12px; }
.fp-case-row > div { display: grid; gap: 7px; }
.fp-case-row strong { font-size: 19px; letter-spacing: -.025em; }
.fp-case-row small { font-size: 14px; line-height: 1.35; }
.fp-case-row i { font-size: 20px; font-style: normal; }
.fp-case-row:hover,
.fp-case-row[aria-pressed="true"] { background: var(--fp-ink); color: var(--fp-paper); }

.fp-case-detail { display: grid; grid-template-rows: minmax(280px, .92fr) minmax(390px, 1.08fr); min-width: 0; scroll-margin-top: 76px; }
.fp-case-media { align-items: center; background: var(--fp-soft); border-bottom: 1px solid var(--fp-ink); display: flex; justify-content: center; margin: 0; min-height: 0; overflow: hidden; }
.fp-case-media img { display: block; height: 100%; max-height: 380px; object-fit: contain; width: 100%; }
.fp-case-cover { align-items: flex-start; background: var(--fp-ink); color: var(--fp-paper); display: flex; flex-direction: column; height: 100%; justify-content: space-between; padding: 28px; width: 100%; }
.fp-case-cover span { font-family: "IBM Plex Mono", monospace; font-size: 12px; }
.fp-case-cover b { font-size: clamp(38px, 4vw, 68px); letter-spacing: -.065em; line-height: .92; max-width: 12ch; }
.fp-case-copy { display: flex; flex-direction: column; padding: clamp(28px, 4vw, 58px); }
.fp-case-copy .fp-kicker { margin-bottom: 16px; }
.fp-case-copy h3 { font-size: clamp(38px, 4vw, 64px); letter-spacing: -.07em; line-height: .94; margin-bottom: 28px; }
.fp-case-copy blockquote { border-left: 4px solid var(--fp-ink); font-size: clamp(22px, 2vw, 31px); line-height: 1.3; margin-bottom: 26px; padding-left: 18px; }
.fp-case-copy blockquote span { display: block; font-family: "IBM Plex Mono", monospace; font-size: 11px; margin-bottom: 8px; text-transform: uppercase; }
.fp-case-copy > p:not(.fp-kicker) { font-size: 18px; line-height: 1.6; max-width: 62ch; }
.fp-case-copy ul { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; margin: 0 0 32px; padding: 0; }
.fp-case-copy li { border: 1px solid var(--fp-ink); font-family: "IBM Plex Mono", monospace; font-size: 11px; padding: 7px 9px; text-transform: uppercase; }
.fp-case-copy footer { align-items: end; border-top: 1px solid var(--fp-line); display: flex; font-size: 14px; gap: 24px; justify-content: space-between; margin-top: auto; padding-top: 20px; }
.fp-case-copy footer a { font-family: "IBM Plex Mono", monospace; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.fp-empty { font-size: 18px; line-height: 1.5; padding: 30px; }

.fp-inverted,
.fp-voices { background: var(--fp-ink); color: var(--fp-paper); }
.fp-voices { max-width: none; overflow: hidden; padding-left: max(24px, calc((100vw - 1540px) / 2 + 100px)); padding-right: 0; }
.fp-voices .fp-section-head { max-width: 1340px; padding-right: clamp(24px, 6vw, 100px); }
.fp-voices .fp-section-head > p { color: var(--fp-inverse-muted); }
.fp-voice-track { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 30px; padding-right: clamp(24px, 6vw, 100px); scroll-snap-type: x mandatory; scrollbar-color: var(--fp-paper) #333; }
.fp-voice-track blockquote { border: 1px solid #6c6c68; display: flex; flex: 0 0 min(560px, 78vw); flex-direction: column; min-height: 430px; padding: clamp(24px, 3.5vw, 48px); scroll-snap-align: start; }
.fp-voice-track blockquote > span { font-family: "IBM Plex Mono", monospace; font-size: 12px; }
.fp-voice-track blockquote > p { font-size: clamp(24px, 2.2vw, 36px); letter-spacing: -.035em; line-height: 1.32; margin: auto 0; }
.fp-voice-track footer { border-top: 1px solid #6c6c68; display: grid; gap: 6px; padding-top: 18px; }
.fp-voice-track footer b { font-size: 17px; }
.fp-voice-track footer small { color: var(--fp-inverse-muted); font-size: 14px; }
.fp-moving-line { border-top: 1px solid #6c6c68; display: flex; font-family: "IBM Plex Mono", monospace; font-size: clamp(22px, 2.5vw, 40px); gap: 40px; margin-top: 60px; overflow: hidden; padding-top: 20px; white-space: nowrap; }
.fp-moving-line span { animation: fp-marquee 24s linear infinite; }
@keyframes fp-marquee { to { transform: translateX(calc(-100% - 40px)); } }

.fp-people-grid { border-left: 1px solid var(--fp-ink); border-top: 1px solid var(--fp-ink); display: grid; grid-template-columns: repeat(4, 1fr); }
.fp-person { border-bottom: 1px solid var(--fp-ink); border-right: 1px solid var(--fp-ink); min-width: 0; padding: 14px 14px 24px; }
.fp-avatar { align-items: center; aspect-ratio: 1; background: var(--fp-soft); display: flex; justify-content: center; margin-bottom: 20px; overflow: hidden; }
.fp-avatar img { display: block; filter: grayscale(1); height: 100%; object-fit: cover; transition: filter 260ms ease, transform 420ms ease; width: 100%; }
.fp-person:hover .fp-avatar img { filter: grayscale(0); transform: scale(1.035); }
.fp-avatar span { font-family: "IBM Plex Mono", monospace; font-size: clamp(32px, 4vw, 60px); }
.fp-person h3 { font-size: clamp(18px, 1.55vw, 23px); letter-spacing: -.035em; margin-bottom: 8px; }
.fp-person p { font-size: 16px; line-height: 1.4; margin: 0; }
.fp-people-more { align-items: center; background: var(--fp-paper); border: 0; border-bottom: 1px solid var(--fp-ink); border-left: 1px solid var(--fp-ink); border-right: 1px solid var(--fp-ink); color: var(--fp-ink); display: flex; font-family: "IBM Plex Mono", monospace; font-size: 13px; justify-content: space-between; min-height: 64px; padding: 0 20px; text-transform: uppercase; width: 100%; }
.fp-people-more:hover { background: var(--fp-ink); color: var(--fp-paper); }
.fp-people-more b { font-size: 22px; }

.fp-close { border-top: 1px solid var(--fp-ink); min-height: 820px; padding-top: clamp(110px, 13vw, 210px); position: relative; }
.fp-close h2 { font-size: clamp(54px, 8vw, 126px); letter-spacing: -.08em; line-height: .86; margin-bottom: 36px; max-width: 11ch; text-wrap: balance; }
.fp-close > p:not(.fp-kicker) { font-size: clamp(20px, 2vw, 30px); margin-bottom: 36px; }
.fp-close footer { border-top: 1px solid var(--fp-ink); bottom: 44px; display: grid; font-family: "IBM Plex Mono", monospace; font-size: 11px; grid-template-columns: 1fr auto auto; left: clamp(24px, 6vw, 100px); padding-top: 16px; position: absolute; right: clamp(24px, 6vw, 100px); text-transform: uppercase; }
.fp-close footer span + span { margin-left: 34px; }

.fp-reveal { opacity: 0; transform: translateY(22px); transition: opacity 620ms ease, transform 620ms cubic-bezier(.2,.75,.2,1); }
.fp-reveal.is-visible { opacity: 1; transform: none; }

html[data-branch="focus-paper"] { color-scheme: light; scroll-padding-top: 66px; }
html[data-branch="focus-paper"] body { background: #fff; }
html[data-branch="focus-paper"] .lab-shell,
html[data-branch="focus-paper"] .lab-statusline,
html[data-branch="focus-paper"] .section-rail,
html[data-branch="focus-paper"] .renderer-feedback { display: none !important; }
html[data-branch="focus-paper"] #labCanvas { padding-top: 0; }

@media (max-width: 1120px) {
  .fp-site-header { grid-template-columns: 1fr auto auto; }
  .fp-site-header nav a { padding: 0 14px; }
  .fp-hero { grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
  .fp-hero-main { grid-column: 1; grid-row: 1; }
  .fp-hero-arena { grid-column: 1; grid-row: 2; min-height: 720px; }
  .fp-hero-counts { grid-column: 1; grid-row: 3; }
  .fp-section-head { align-items: start; grid-template-columns: 1fr; }
  .fp-case-explorer { grid-template-columns: minmax(300px, .7fr) minmax(420px, 1.3fr); }
  .fp-people-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .fp-site-header { height: 58px; }
  .fp-site-header nav { display: none; }
  .fp-header-cta { padding: 10px 14px; }
  .fp-brand { font-size: 12px; }
  .fp-brand img { height: 30px; width: 30px; }
  .fp-hero-main { padding: 54px 22px 46px; }
  .fp-hero h1 { font-size: clamp(48px, 12.5vw, 76px); }
  .fp-hero-lede { font-size: 19px; }
  .fp-hero-arena { min-height: 620px; padding: 24px 20px; }
  .fp-focus-figure { min-height: 320px; }
  .fp-focus-button { min-height: 104px; }
  .fp-focus-button small { display: none; }
  .fp-hero-counts div { padding: 18px 14px; }
  .fp-hero-counts dt { font-size: 34px; }
  .fp-hero-counts dd { font-size: 10px; }
  .fp-section,
  .fp-close { padding-left: 20px; padding-right: 20px; }
  .fp-voices { padding-left: 20px; }
  .fp-section-head { gap: 24px; margin-bottom: 52px; }
  .fp-section-head h2 { font-size: clamp(43px, 10vw, 66px); }
  .fp-lab-facts { grid-template-columns: 1fr; }
  .fp-lab-facts div { border-bottom: 1px solid var(--fp-ink); border-right: 0; }
  .fp-lab-facts div:last-child { border-bottom: 0; }
  .fp-week-grid { grid-template-columns: 1fr; }
  .fp-week-grid li { border-right: 1px solid var(--fp-ink); min-height: 280px; }
  .fp-lab-action { align-items: stretch; flex-direction: column; }
  .fp-lab-action a { text-align: center; }
  .fp-case-toolbar { align-items: stretch; flex-direction: column; }
  .fp-case-toolbar label { max-width: none; }
  .fp-case-toolbar > div { border-top: 1px solid var(--fp-ink); justify-content: flex-end; }
  .fp-case-toolbar > div span { margin-right: auto; }
  .fp-case-toolbar button { border-bottom: 0; border-top: 0; }
  .fp-case-explorer { grid-template-columns: 1fr; }
  .fp-case-list { border-bottom: 1px solid var(--fp-ink); border-right: 0; }
  .fp-case-detail { grid-template-rows: 280px auto; min-height: 760px; }
  .fp-case-copy footer { align-items: flex-start; flex-direction: column; }
  .fp-people-grid { grid-template-columns: repeat(3, 1fr); }
  .fp-person { padding: 10px 10px 20px; }
  .fp-close { min-height: 760px; }
  .fp-close footer { gap: 7px; grid-template-columns: 1fr; }
  .fp-close footer span + span { margin-left: 0; }
}

@media (max-width: 480px) {
  .fp-site-header { padding: 0 14px; }
  .fp-hero-main { padding-top: 42px; }
  .fp-hero h1 { font-size: 48px; max-width: 10ch; }
  .fp-hero-lede { font-size: 18px; line-height: 1.45; }
  .fp-actions { align-items: stretch; flex-direction: column; }
  .fp-actions a { text-align: center; width: 100%; }
  .fp-hero-arena { min-height: 500px; padding: 20px 14px; }
  .fp-hero-arena > header span { display: none; }
  .fp-focus-figure { min-height: 270px; }
  .fp-focus-figure svg { margin: -28px auto; }
  .fp-focus-figure figcaption { gap: 10px; grid-template-columns: 58px 1fr; }
  .fp-focus-figure figcaption p { font-size: 16px; }
  .fp-focus-controls { grid-template-columns: 1fr; }
  .fp-focus-button { align-items: center; border-bottom: 1px solid #6d6d68; border-right: 0; gap: 12px; grid-template-columns: 34px 1fr; min-height: 54px; padding: 10px 12px; }
  .fp-focus-button:last-child { border-bottom: 0; }
  .fp-focus-button > span { grid-row: 1; }
  .fp-focus-button strong { grid-column: 2; grid-row: 1; }
  .fp-hero-counts { grid-template-columns: repeat(3, 1fr); }
  .fp-hero-counts div { padding: 16px 8px; }
  .fp-hero-counts dt { font-size: 30px; }
  .fp-hero-counts dd { font-size: 9px; }
  .fp-section,
  .fp-voices,
  .fp-close { padding-bottom: 76px; padding-top: 76px; }
  .fp-section-head h2 { font-size: 42px; }
  .fp-section-head > p { font-size: 18px; }
  .fp-case-toolbar > div span { font-size: 11px; }
  .fp-case-explorer { border-left: 0; border-right: 0; }
  .fp-case-row { min-height: 90px; padding: 12px 8px; }
  .fp-case-row strong { font-size: 17px; }
  .fp-case-detail { grid-template-rows: 220px auto; min-height: 720px; }
  .fp-case-copy { padding: 28px 18px; }
  .fp-case-copy h3 { font-size: 38px; }
  .fp-case-copy > p:not(.fp-kicker) { font-size: 17px; }
  .fp-voice-track blockquote { flex-basis: 78vw; min-height: 390px; }
  .fp-voice-track blockquote > p { font-size: 23px; }
  .fp-people-grid { grid-template-columns: 1fr 1fr; }
  .fp-person h3 { font-size: 17px; }
  .fp-person p { font-size: 14px; }
  .fp-close h2 { font-size: 52px; }
  .fp-close > p:not(.fp-kicker) { font-size: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  .focus-paper *,
  .focus-paper *::before,
  .focus-paper *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .fp-reveal { opacity: 1; transform: none; }
}
