:root {
  color-scheme: light;
  --paper: #f2f6f0;
  --paper-deep: #e2ebe3;
  --ink: #191a1d;
  --muted: #66645f;
  --line: #cbd8cd;
  --accent: #2f8f5f;
  --accent-bright: #7fe3ae;
  --accent-dark: #183c2b;
  --cyan: #70d8ff;
  --board: #10241d;
  --white: #fcfbf7;
  --radius: 14px;
  --shell: min(1240px, calc(100vw - 64px));
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 16px; padding: 10px 14px; background: var(--ink); color: var(--white); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; height: 76px; background: rgba(242, 246, 240, .94); border-bottom: 1px solid transparent; transition: border-color .2s ease; }
.site-header.scrolled { border-bottom-color: var(--line); }
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 690; letter-spacing: -.025em; }
.brand-logo { width: 28px; height: 28px; object-fit: contain; flex: 0 0 auto; }
.brand-name { display: inline-flex; }
.brand-ray { color: var(--accent); }
.brand-sensei { color: var(--accent-dark); }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 540; }
.site-nav > a:not(.button) { padding-block: 8px; }
.site-nav > a:not(.button):hover { color: var(--accent); }
.nav-sign-in { margin-left: 18px; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 11px; }
.nav-toggle span:not(.sr-only) { display: block; height: 1.5px; background: var(--ink); margin: 6px 0; transition: transform .2s ease; }

.button { min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid var(--ink); border-radius: 9px; font-size: 14px; font-weight: 630; transition: transform .18s ease, background-color .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding-inline: 16px; }
.button-dark { background: var(--accent-dark); color: var(--white); border-color: var(--accent-dark); }
.button-dark:hover { background: var(--accent); border-color: var(--accent); }
.button-light { color: var(--ink); background: var(--white); border-color: var(--white); }
.button-light:hover { color: var(--accent-dark); background: var(--accent-bright); border-color: var(--accent-bright); }

.hero { min-height: calc(100vh - 76px); padding-block: clamp(54px, 7vw, 108px); display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(46px, 7vw, 100px); }
.hero-copy { max-width: 530px; }
.eyebrow, .kicker { margin: 0 0 22px; font-family: var(--mono); font-size: 11px; line-height: 1.4; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 7px; height: 7px; background: var(--accent); border-radius: 50%; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; max-width: 10ch; font-size: clamp(54px, 5.5vw, 78px); line-height: .98; font-weight: 570; letter-spacing: -.06em; }
h1 em { color: var(--accent); font-style: normal; }
.hero-lede { margin: 30px 0 0; max-width: 510px; color: #4b4a46; font-size: clamp(17px, 1.4vw, 20px); line-height: 1.58; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; }
.text-link { padding: 12px 0; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 610; }
.text-link span { margin-left: 10px; }
.hero-note { margin: 21px 0 0; color: var(--muted); font-size: 12px; }

.product-demo { min-width: 0; overflow: hidden; border: 1px solid #2a2b2f; border-radius: var(--radius); background: #202228; box-shadow: 15px 18px 0 var(--paper-deep); }
.demo-topbar { height: 48px; padding: 0 15px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #d8d8d8; border-bottom: 1px solid #393b42; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.demo-topbar p { margin: 0; }
.demo-topbar p span { color: #6f7076; }
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 6px; height: 6px; border-radius: 50%; border: 1px solid #777982; }
.live-label { justify-self: end; display: flex; gap: 7px; align-items: center; }
.live-label i { width: 6px; height: 6px; border-radius: 50%; background: #83e8b5; }
.demo-content { min-height: 540px; display: grid; grid-template-columns: minmax(0, 1fr) 180px; }
.board-frame { position: relative; min-width: 0; padding: 20px; display: grid; place-items: center; background: #111915; }
.board-frame img { width: 100%; max-height: 500px; object-fit: contain; border-radius: 7px; transition: opacity .18s ease; }
.board-frame img.changing { opacity: .15; }
.board-count { position: absolute; left: 30px; bottom: 29px; margin: 0; padding: 6px 8px; background: #0b1310; color: #a9b3ae; border: 1px solid #40504a; border-radius: 5px; font: 9px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.tutor-rail { padding: 24px 18px 18px; display: flex; flex-direction: column; border-left: 1px solid #393b42; color: #f5f4f1; }
.tutor-heading { display: flex; align-items: center; gap: 10px; }
.ray-avatar { width: 34px; height: 34px; display: grid; place-items: center; background: var(--accent-bright); color: var(--accent-dark); border-radius: 50%; font-size: 13px; font-weight: 750; }
.tutor-heading strong, .tutor-heading small { display: block; }
.tutor-heading strong { font-size: 12px; }
.tutor-heading small { margin-top: 2px; color: #97989e; font-size: 9px; }
.spoken-line { margin: 40px 0 auto; font-size: 15px; line-height: 1.55; letter-spacing: -.01em; transition: opacity .18s ease; }
.spoken-line.changing { opacity: .15; }
.lesson-progress { height: 2px; margin-bottom: 16px; overflow: hidden; background: #3c3e45; }
.lesson-progress span { display: block; width: 33.333%; height: 100%; background: var(--cyan); transition: width .25s ease; }
.demo-next { width: 100%; min-height: 40px; padding: 0; display: flex; align-items: center; justify-content: space-between; color: #eee; background: transparent; border: 0; border-top: 1px solid #3b3d43; cursor: pointer; font-size: 11px; }
.demo-next:hover { color: var(--cyan); }

.signals { border-block: 1px solid var(--line); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid > div { min-height: 185px; padding: 34px 32px 28px; border-left: 1px solid var(--line); }
.signal-grid > div:last-child { border-right: 1px solid var(--line); }
.signal-grid span { display: block; margin-bottom: 34px; color: var(--accent); font: 10px/1 var(--mono); }
.signal-grid strong { display: block; font-size: 16px; font-weight: 650; }
.signal-grid p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.section { padding-block: clamp(100px, 12vw, 180px); }
.section-heading { max-width: 680px; margin-bottom: 66px; }
.section h2 { margin: 0; font-size: clamp(43px, 5vw, 68px); line-height: 1; font-weight: 570; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 570px; margin: 25px 0 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.method-card { min-width: 0; }
.method-image { aspect-ratio: 1 / 1; overflow: hidden; border-radius: var(--radius); background: var(--board); }
.method-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.65,.3,1); }
.method-card:hover .method-image img { transform: scale(1.025); }
.method-copy { padding: 25px 4px 0; }
.method-copy span { color: var(--accent); font: 10px/1.2 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.method-copy h3 { margin: 16px 0 8px; font-size: 20px; font-weight: 640; letter-spacing: -.025em; }
.method-copy p { margin: 0; max-width: 34ch; color: var(--muted); font-size: 14px; line-height: 1.55; }

.lesson-section { background: #dce8de; }
.lesson-heading { margin-bottom: 66px; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.lesson-heading > p { max-width: 390px; margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.lesson-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lesson-card { min-width: 0; }
.lesson-visual, .ask-visual { position: relative; aspect-ratio: 1 / 1.04; overflow: hidden; display: block; border-radius: var(--radius); background: var(--board); }
.lesson-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.65,.3,1); }
.lesson-visual > span { position: absolute; right: 16px; bottom: 16px; padding: 10px 13px; border-radius: 7px; background: var(--white); font-size: 11px; font-weight: 660; opacity: 0; transform: translateY(5px); transition: opacity .2s ease, transform .2s ease; }
.lesson-visual:hover img { transform: scale(1.025); }
.lesson-visual:hover > span { opacity: 1; transform: translateY(0); }
.lesson-meta { padding: 22px 3px 0; }
.lesson-meta p { margin: 0 0 9px; color: var(--muted); font: 10px/1.3 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.lesson-meta h3 { margin: 0; max-width: 24ch; font-size: 20px; line-height: 1.25; font-weight: 650; letter-spacing: -.025em; }
.ask-visual { padding: 28px; display: flex; flex-direction: column; justify-content: space-between; background: var(--accent-bright); color: var(--accent-dark); }
.ask-top { display: flex; justify-content: space-between; font: 10px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.ask-visual > p { margin: 0; max-width: 10ch; font-size: clamp(27px, 2.3vw, 37px); line-height: 1.08; letter-spacing: -.045em; font-weight: 550; }
.subject-list { display: flex; gap: 6px; flex-wrap: wrap; }
.subject-list span { padding: 7px 9px; border: 1px solid rgba(24,60,43,.4); border-radius: 99px; font-size: 9px; }

.story-section { overflow: hidden; background: var(--accent-dark); color: var(--white); }
.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: start; gap: clamp(70px, 12vw, 170px); }
.story-intro { position: sticky; top: 135px; }
.story-intro .kicker { color: var(--accent-bright); }
.story-intro h2 { max-width: 9ch; }
.story-body { max-width: 600px; }
.story-body > p { margin: 0 0 24px; color: #c8d3ca; font-size: 16px; line-height: 1.75; }
.story-body .story-lede { margin-bottom: 34px; color: var(--white); font-size: clamp(23px, 2.4vw, 32px); line-height: 1.32; letter-spacing: -.03em; }
.story-body blockquote { margin: 54px 0; padding: 0 0 0 25px; border-left: 2px solid var(--accent-bright); color: var(--accent-bright); font-size: clamp(28px, 3vw, 42px); line-height: 1.18; letter-spacing: -.04em; }
.story-link { margin-top: 18px; padding-bottom: 7px; display: inline-flex; align-items: center; gap: 34px; color: var(--white); border-bottom: 1px solid #688071; font-size: 14px; font-weight: 620; }
.story-link:hover { color: var(--accent-bright); }
.knowledge-line { margin-top: 110px; padding-top: 28px; display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 18px; border-top: 1px solid #466051; color: #9fb1a4; font: 9px/1.3 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.knowledge-line i { height: 1px; background: #466051; }
.knowledge-line strong { color: var(--accent-bright); font-weight: 500; }

.principles { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(70px, 12vw, 170px); align-items: start; }
.principle-statement { position: sticky; top: 135px; }
.principle-statement > p:last-child { max-width: 510px; margin: 27px 0 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.principle-list { border-top: 1px solid var(--line); }
.principle-list article { position: relative; padding: 36px 0 38px 58px; border-bottom: 1px solid var(--line); }
.principle-list span { position: absolute; left: 0; top: 40px; color: var(--accent); font: 10px/1 var(--mono); }
.principle-list h3 { margin: 0; font-size: 23px; font-weight: 630; letter-spacing: -.03em; }
.principle-list p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.final-cta { padding-block: clamp(90px, 11vw, 150px); background: var(--ink); color: var(--white); }
.cta-inner { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; }
.cta-inner h2 { margin: 0; max-width: 14ch; font-size: clamp(48px, 6vw, 82px); line-height: .98; font-weight: 540; letter-spacing: -.06em; }
.cta-inner > div:last-child { padding-bottom: 8px; }
.cta-inner > div:last-child p { margin: 0 0 24px; color: #aaa9a6; font-size: 16px; }
.site-footer { padding-block: 36px; background: var(--ink); color: #aaa9a6; border-top: 1px solid #36373a; }
.site-footer .brand { color: var(--white); }
.site-footer .brand-ray { color: var(--accent-bright); }
.site-footer .brand-sensei { color: #b8f1d1; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr auto; align-items: center; gap: 30px; font-size: 11px; }
.footer-grid p { margin: 0; }
.footer-grid > div { display: flex; gap: 20px; }
.footer-grid a:not(.brand):hover { color: var(--white); }

.reveal { opacity: 1; transform: none; }
.reveal.visible { opacity: 1; transform: none; }

/* Story page */
.story-page .site-header { position: relative; }
.story-hero { min-height: 780px; padding-block: clamp(100px, 13vw, 190px); display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: end; }
.story-hero .kicker { align-self: start; color: var(--accent); }
.story-hero h1 { max-width: 12ch; font-size: clamp(62px, 8vw, 112px); }
.story-hero h1 em { display: block; }
.story-hero-note { grid-column: 2; max-width: 510px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.story-chapters { border-top: 1px solid var(--line); }
.story-chapter { padding-block: clamp(90px, 11vw, 150px); display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; border-bottom: 1px solid var(--line); }
.chapter-index { color: var(--accent); font: 10px/1 var(--mono); letter-spacing: .08em; }
.chapter-copy { max-width: 760px; }
.chapter-copy h2 { max-width: 14ch; margin: 0 0 38px; font-size: clamp(42px, 5vw, 70px); line-height: 1.03; font-weight: 560; letter-spacing: -.055em; }
.chapter-copy p { max-width: 650px; margin: 0 0 24px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.legacy-section { padding-block: clamp(110px, 14vw, 190px); background: #dce8de; }
.legacy-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.legacy-heading h2 { margin: 0; max-width: 11ch; font-size: clamp(50px, 6.4vw, 88px); line-height: 1; font-weight: 550; letter-spacing: -.06em; }
.legacy-grid { margin-top: 95px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #b6c9ba; border-left: 1px solid #b6c9ba; }
.legacy-grid article { min-height: 270px; padding: 30px; border-right: 1px solid #b6c9ba; border-bottom: 1px solid #b6c9ba; }
.legacy-grid span { color: var(--accent); font: 10px/1 var(--mono); }
.legacy-grid h3 { margin: 75px 0 12px; font-size: 22px; font-weight: 640; letter-spacing: -.03em; }
.legacy-grid p { margin: 0; color: #536156; font-size: 14px; line-height: 1.6; }
.story-vow { padding-block: clamp(120px, 16vw, 220px); background: var(--accent-dark); color: var(--white); text-align: center; }
.story-vow .kicker { color: var(--accent-bright); }
.story-vow blockquote { max-width: 1040px; margin: 0 auto 55px; font-size: clamp(48px, 7vw, 96px); line-height: .99; font-weight: 530; letter-spacing: -.065em; }
.story-vow blockquote em { color: var(--accent-bright); font-style: normal; }
.story-vow p { max-width: 620px; margin: 0 auto 38px; color: #bfd0c3; font-size: 17px; line-height: 1.7; }

/* Logo candidate sheet */
.logo-page { background: #eaf1ea; }
.logo-hero { padding-block: 110px 80px; border-bottom: 1px solid var(--line); }
.logo-hero h1 { max-width: 11ch; }
.logo-hero > p:last-child { max-width: 620px; margin: 30px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.candidate-list { padding-block: 80px 140px; }
.candidate { margin-bottom: 34px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--paper); }
.candidate-stage { min-height: 500px; padding: 60px; display: grid; place-items: center; background: #dce8de; }
.candidate-stage img { width: min(260px, 72%); }
.candidate-stage.dark { background: var(--accent-dark); }
.candidate-stage.dark img { filter: brightness(0) saturate(100%) invert(87%) sepia(25%) saturate(754%) hue-rotate(86deg) brightness(93%); }
.candidate-info { padding: 52px; display: flex; flex-direction: column; }
.candidate-number { color: var(--accent); font: 10px/1 var(--mono); letter-spacing: .08em; }
.candidate-info h2 { margin: 22px 0 15px; font-size: 44px; font-weight: 580; letter-spacing: -.05em; }
.candidate-info > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.candidate-wordmark { margin-top: auto; padding-top: 55px; display: flex; align-items: center; gap: 14px; font-size: 28px; font-weight: 690; letter-spacing: -.035em; }
.candidate-wordmark img { width: 44px; height: 44px; }
.candidate-wordmark .brand-name { display: inline-flex; }
.candidate-tags { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 7px; }
.candidate-tags span { padding: 7px 9px; border: 1px solid var(--line); border-radius: 99px; font: 9px/1 var(--mono); text-transform: uppercase; }
.candidate-note { margin-top: 60px; padding: 30px; border-left: 3px solid var(--accent); background: var(--paper); }
.candidate-note strong { display: block; margin-bottom: 8px; }
.candidate-note p { margin: 0; color: var(--muted); line-height: 1.6; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 44px, 900px); }
  .site-nav { gap: 20px; }
  .site-nav > a:nth-child(3) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { max-width: 670px; }
  h1 { max-width: 12ch; }
  .product-demo { width: 100%; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-grid > div:nth-child(3) { border-top: 1px solid var(--line); }
  .signal-grid > div:nth-child(4) { border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
  .principles { grid-template-columns: 1fr; }
  .principle-statement { position: static; max-width: 690px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-intro { position: static; }
  .story-intro h2 { max-width: 13ch; }
  .cta-inner { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 32px); }
  .site-header { height: 66px; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(2) { transform: translateY(3.75px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(3) { transform: translateY(-3.75px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 66px 0 0; padding: 38px 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-top: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav > a, .site-nav > a:nth-child(3) { display: block; padding: 18px 4px !important; border-bottom: 1px solid var(--line); font-size: 20px; }
  .site-nav .button { margin-top: 26px; border: 0; font-size: 14px; }
  .nav-sign-in { margin-left: 0; }
  .hero { min-height: auto; padding-block: 72px 84px; gap: 55px; }
  h1 { font-size: clamp(48px, 14vw, 66px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .text-link { margin-left: 3px; }
  .product-demo { box-shadow: 8px 10px 0 var(--paper-deep); }
  .demo-topbar { grid-template-columns: auto 1fr; }
  .demo-topbar > p:first-of-type { text-align: center; }
  .live-label { display: none; }
  .demo-content { min-height: 0; grid-template-columns: 1fr; }
  .board-frame { padding: 10px; }
  .board-frame img { max-height: none; }
  .board-count { left: 20px; bottom: 19px; }
  .tutor-rail { min-height: 190px; border-left: 0; border-top: 1px solid #393b42; }
  .spoken-line { margin: 25px 0 30px; font-size: 14px; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid > div, .signal-grid > div:nth-child(3), .signal-grid > div:nth-child(4) { min-height: 150px; padding: 28px 20px; border: 0; border-bottom: 1px solid var(--line); }
  .signal-grid span { margin-bottom: 24px; }
  .section { padding-block: 105px; }
  .section-heading { margin-bottom: 45px; }
  .section h2 { font-size: 45px; }
  .method-grid, .lesson-grid { grid-template-columns: 1fr; gap: 54px; }
  .method-image, .lesson-visual, .ask-visual { aspect-ratio: 1 / 1; }
  .lesson-heading { margin-bottom: 46px; align-items: start; flex-direction: column; gap: 22px; }
  .ask-visual > p { font-size: 38px; }
  .principles { gap: 70px; }
  .story-grid { gap: 55px; }
  .knowledge-line { margin-top: 80px; grid-template-columns: auto 1fr; gap: 18px; }
  .knowledge-line i { display: none; }
  .knowledge-line span, .knowledge-line strong { padding-bottom: 15px; border-bottom: 1px solid #466051; }
  .story-hero, .story-chapter, .legacy-heading { grid-template-columns: 1fr; gap: 38px; }
  .story-hero { min-height: auto; padding-block: 95px; }
  .story-hero h1 { font-size: 60px; }
  .story-hero-note { grid-column: 1; }
  .legacy-grid { grid-template-columns: 1fr; }
  .candidate { grid-template-columns: 1fr; }
  .candidate-stage { min-height: 330px; padding: 40px; }
  .candidate-info { min-height: 420px; padding: 34px 26px; }
  .candidate-info h2 { font-size: 38px; }
  .principle-list article { padding-left: 43px; }
  .cta-inner h2 { font-size: 52px; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-grid > p:first-of-type, .footer-grid > div { display: none; }
}

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