:root {
  --ink: #171712;
  --paper: #f2efe8;
  --paper-deep: #e7e2d8;
  --signal: #ff4d2e;
  --muted: #6f6c64;
  --line: rgba(23, 23, 18, 0.2);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.dialog-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
.arrow-up-right { width: 1em; height: 1em; flex: 0 0 auto; overflow: visible; }
.arrow-up-right path { fill: none; stroke: currentColor; stroke-width: 1.2; stroke-linecap: square; stroke-linejoin: miter; }

.shell { width: min(100% - 48px, 1380px); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 1000; background: var(--ink); color: white; padding: 12px 18px; }
.skip-link:focus { top: 16px; }
.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; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.site-header.scrolled { background: rgba(242, 239, 232, .92); border-color: var(--line); backdrop-filter: blur(14px); }
.header-inner { height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.wordmark { display: inline-flex; width: max-content; align-items: center; gap: 9px; font-size: 16px; line-height: .88; font-weight: 600; letter-spacing: -.04em; }
.wordmark-mark { width: 31px; height: 31px; flex: 0 0 auto; object-fit: cover; }
.desktop-nav { display: flex; align-items: center; gap: 36px; font-size: 13px; font-weight: 500; }
.desktop-nav a, .site-footer nav a { position: relative; }
.desktop-nav a::after, .site-footer nav a::after { content: ""; position: absolute; height: 1px; inset: auto 0 -5px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.desktop-nav a:hover::after, .site-footer nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; }
.menu-button { display: none; justify-self: end; width: 42px; height: 42px; padding: 12px 8px; border: 0; background: none; }
.menu-button span { display: block; height: 1px; background: var(--ink); margin: 7px 0; transition: transform .2s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-nav { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.button:hover { background: var(--signal); border-color: var(--signal); transform: translateY(-2px); }
.button-small { min-height: 43px; padding-inline: 18px; gap: 18px; font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 28px; border: 0; border-bottom: 1px solid currentColor; padding: 0 0 6px; background: none; font-size: 13px; font-weight: 600; cursor: pointer; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.eyebrow, .section-number, .section-kicker { margin: 0; text-transform: uppercase; font-size: 11px; line-height: 1.2; letter-spacing: .13em; font-weight: 600; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow > span:first-child { width: 6px; height: 6px; background: var(--signal); border-radius: 50%; }

.hero { min-height: 100vh; padding: 144px 0 28px; display: flex; flex-direction: column; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(310px, .65fr); gap: 76px; flex: 1; align-items: center; }
.hero-copy h1 { max-width: 980px; margin: 25px 0 42px; font-family: var(--serif); font-size: clamp(66px, 7.75vw, 123px); font-weight: 500; line-height: .86; letter-spacing: -.064em; }
.hero-copy h1 em, .display-heading em, .who-title em, .benefits-sticky em, .process-heading em, .apply-intro em, .newsletter h2 em, .dialog-header h2 em { color: var(--signal); font-weight: 400; }
.hero-bottom { display: grid; grid-template-columns: minmax(280px, 470px) auto; align-items: end; gap: 54px; }
.hero-intro { margin: 0; color: #4c4a44; font-family: var(--serif); font-size: clamp(18px, 1.45vw, 23px); line-height: 1.4; letter-spacing: -.015em; }
.accent-text { color: var(--signal) !important; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }

.cover-card { min-height: 560px; padding: 22px; background: var(--signal); color: #161612; display: flex; flex-direction: column; box-shadow: 16px 18px 0 rgba(23,23,18,.12); transform: rotate(1.3deg); transition: transform .4s ease, box-shadow .4s ease; }
.cover-card:hover { transform: rotate(0); box-shadow: 10px 12px 0 rgba(23,23,18,.16); }
.cover-card .accent-text { padding-inline: 2px; background: var(--ink); }
.cover-top, .cover-footer { display: flex; justify-content: space-between; font-size: 9px; line-height: 1.3; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
.cover-top span:last-child, .cover-footer span:last-child { text-align: right; }
.cover-art { margin: 22px -22px 10px; overflow: hidden; }
.cover-art svg { width: 100%; height: 310px; }
.cover-art circle, .cover-art path { fill: none; stroke: var(--ink); stroke-width: 1.4; }
.cover-art .art-line { stroke-width: 10; }
.cover-art .line-2 { stroke: var(--paper); stroke-width: 1.5; }
.cover-art .accent-shape { fill: var(--paper); stroke: var(--ink); }
.cover-headline { margin-top: auto; max-width: 340px; font-family: var(--serif); font-size: clamp(33px, 3vw, 50px); line-height: .89; letter-spacing: -.05em; }
.cover-footer { padding-top: 18px; margin-top: 20px; border-top: 1px solid rgba(23,23,18,.35); }
.launch-note { margin-top: 54px; padding-top: 18px; border-top: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; font-size: 12px; }
.launch-note p { margin: 0; }
.launch-note a { text-decoration: underline; text-underline-offset: 5px; font-weight: 600; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 rgba(255,77,46,.6); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255,77,46,.6); } 70% { box-shadow: 0 0 0 7px rgba(255,77,46,0); } 100% { box-shadow: 0 0 0 0 rgba(255,77,46,0); } }

.section { padding: 130px 0; }
.section-header { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.section-number { color: var(--signal); }
.section-kicker { color: var(--muted); }
.about-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 130px; padding: 80px 0 105px; }
.display-heading { margin: 0; font-family: var(--serif); font-size: clamp(58px, 7vw, 105px); font-weight: 500; letter-spacing: -.06em; line-height: .9; }
.about-copy { align-self: end; max-width: 570px; }
.about-copy p { color: #5b5851; font-size: 15px; line-height: 1.7; }
.about-copy .lead { margin-top: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(25px, 2.35vw, 36px); line-height: 1.2; letter-spacing: -.03em; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.editorial-grid article { padding: 30px 40px 40px 0; }
.editorial-grid article + article { border-left: 1px solid var(--line); padding-left: 40px; }
.editorial-grid article span, .benefit-list article > span { color: var(--signal); font-family: var(--serif); font-size: 15px; font-style: italic; }
.editorial-grid h3 { margin: 54px 0 10px; font-family: var(--serif); font-size: 32px; font-weight: 500; letter-spacing: -.035em; }
.editorial-grid p { max-width: 340px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.who { background: var(--ink); color: var(--paper); }
.section-header.light { border-color: rgba(242,239,232,.25); }
.section-header.light .section-kicker { color: #9d9a92; }
.who-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding: 90px 0 100px; }
.who-title h2 { margin: 0 0 35px; font-family: var(--serif); font-size: clamp(64px, 7.4vw, 112px); font-weight: 500; line-height: .88; letter-spacing: -.06em; }
.who-title > p { max-width: 400px; color: #a9a69d; font-size: 14px; line-height: 1.65; }
.criteria-intro { margin: 0 0 24px; color: #a9a69d; font-size: 13px; }
.criteria ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(242,239,232,.2); }
.criteria li { display: grid; grid-template-columns: 55px 1fr; align-items: center; min-height: 76px; border-bottom: 1px solid rgba(242,239,232,.2); }
.criteria li > span { color: var(--signal); font-family: var(--serif); font-style: italic; font-size: 14px; }
.criteria li p { margin: 0; font-family: var(--serif); font-size: clamp(20px, 1.8vw, 27px); line-height: 1.2; letter-spacing: -.02em; }
.definition-note { display: grid; grid-template-columns: 70px 1fr; align-items: center; padding: 30px 0; border-block: 1px solid rgba(242,239,232,.2); }
.definition-note .star { color: var(--signal); font-size: 32px; }
.definition-note p { margin: 0; font-family: var(--serif); font-size: clamp(19px, 2vw, 30px); letter-spacing: -.02em; }
.definition-note strong { color: var(--signal); font-weight: 500; }

.benefits { background: #e6e2da; }
.benefits-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.benefits-sticky { position: sticky; top: 130px; align-self: start; }
.benefits-sticky h2 { max-width: 560px; margin: 34px 0 52px; font-family: var(--serif); font-weight: 500; font-size: clamp(53px, 6vw, 88px); line-height: .92; letter-spacing: -.055em; }
.benefit-list { border-top: 1px solid var(--line); }
.benefit-list article { display: grid; grid-template-columns: 80px 1fr; gap: 10px; padding: 36px 0 45px; border-bottom: 1px solid var(--line); }
.benefit-list h3 { margin: 0 0 12px; font-family: var(--serif); font-size: clamp(29px, 3vw, 42px); line-height: 1; font-weight: 500; letter-spacing: -.04em; }
.benefit-list p { max-width: 550px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.process-heading { margin: 75px 0 85px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps article { min-height: 390px; padding: 25px 34px 38px 0; display: flex; flex-direction: column; }
.steps article + article { border-left: 1px solid var(--line); padding-left: 34px; }
.step-number { color: var(--signal); font-family: var(--serif); font-style: italic; }
.step-icon { margin: 45px 0 auto; font-family: var(--serif); font-size: 72px; font-weight: 400; line-height: 1; }
.steps h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 32px; line-height: 1; font-weight: 500; letter-spacing: -.04em; }
.steps p { max-width: 330px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.process-note { max-width: 590px; margin: 30px 0 0 auto; color: var(--muted); font-size: 11px; }
.process-note span { color: var(--signal); margin-right: 7px; }

.apply-section { padding: 130px 0; background: var(--signal); }
.apply-layout { display: grid; grid-template-columns: .65fr 1fr; gap: 90px; align-items: start; }
.apply-intro { position: sticky; top: 130px; }
.apply-intro .section-number { color: var(--ink); }
.apply-intro h2 { margin: 40px 0 35px; font-family: var(--serif); font-size: clamp(68px, 7vw, 105px); font-weight: 500; line-height: .86; letter-spacing: -.06em; }
.apply-intro h2 em { color: var(--paper); }
.apply-intro > p:not(.section-number) { max-width: 440px; font-family: var(--serif); font-size: 22px; line-height: 1.35; letter-spacing: -.02em; }
.apply-aside { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 75px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.light-link { text-transform: none; letter-spacing: normal; }
.form-card { padding: 38px 42px 45px; background: var(--paper); }
.form-heading { display: flex; justify-content: space-between; padding-bottom: 22px; margin-bottom: 40px; border-bottom: 1px solid var(--line); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 600; }
.form-heading span:last-child { color: var(--muted); }
.form-grid { display: grid; gap: 20px; }
.two-cols { grid-template-columns: 1fr 1fr; }
.field { display: block; margin-bottom: 25px; }
.field > span:first-child { display: block; margin-bottom: 9px; font-size: 11px; font-weight: 600; }
.field input, .field textarea, .field select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #aaa69c;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  padding: 11px 0 12px;
  font-family: var(--serif);
  font-size: 18px;
  resize: vertical;
  transition: border-color .2s ease;
}
.field textarea { border: 1px solid #aaa69c; padding: 14px; min-height: 110px; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--signal); box-shadow: 0 1px 0 var(--signal); }
.field input::placeholder, .field textarea::placeholder { color: #9a978e; }
.field.invalid input, .field.invalid textarea, .field.invalid select { border-color: #c52917; }
.error-message { color: #b72a18; font-size: 10px; }
.field-meta { display: flex; justify-content: space-between; gap: 12px; padding-top: 5px; color: var(--muted); font-size: 9px; }
.checkbox-field { display: flex; gap: 12px; align-items: flex-start; margin: 7px 0 27px; color: var(--muted); font-size: 11px; cursor: pointer; }
.checkbox-field input { width: 16px; height: 16px; margin: 0; accent-color: var(--signal); }
.checkbox-field a, .form-privacy-note a, .legal-copy a { text-decoration: underline; text-underline-offset: 3px; }
.checkbox-field.invalid { color: #b72a18; }
.checkbox-field.invalid input { outline: 2px solid #b72a18; outline-offset: 2px; }
.form-privacy-note { margin: -14px 0 22px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.submit-button { width: 100%; justify-content: space-between; }
.submit-button.loading { pointer-events: none; opacity: .75; }
.submit-button.loading .button-icon { animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-status { min-height: 20px; margin: 0 0 8px; color: #ad2d1e; font-size: 11px; }
.success-state { min-height: 540px; padding: 40px 20px; text-align: center; place-items: center; align-content: center; }
.success-state:not([hidden]) { display: grid; }
.success-state .eyebrow { justify-content: center; color: var(--muted); }
.success-mark { display: grid; width: 76px; height: 76px; margin-bottom: 35px; place-items: center; border-radius: 50%; background: var(--signal); color: white; font-family: var(--serif); font-size: 34px; }
.success-state h3 { max-width: 520px; margin: 20px auto; font-family: var(--serif); font-size: clamp(40px, 4vw, 60px); line-height: .95; font-weight: 500; letter-spacing: -.05em; }
.success-state > p:not(.eyebrow) { max-width: 430px; color: var(--muted); font-size: 14px; }
.success-state .text-link { margin-top: 25px; }

.newsletter { padding: 105px 0; background: var(--paper-deep); }
.newsletter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 130px; align-items: end; }
.newsletter h2 { margin: 27px 0 0; font-family: var(--serif); font-size: clamp(67px, 7vw, 104px); line-height: .85; font-weight: 500; letter-spacing: -.06em; }
.newsletter-action > p { max-width: 430px; margin: 0 0 35px; font-family: var(--serif); font-size: 23px; line-height: 1.35; }
.newsletter-input { display: flex; border-bottom: 1px solid var(--ink); }
.newsletter-input input { flex: 1; min-width: 0; border: 0; outline: 0; background: none; padding: 17px 0; font-family: var(--serif); font-size: 21px; }
.newsletter-input button { width: 58px; border: 0; background: none; font-size: 25px; cursor: pointer; transition: color .2s ease, transform .2s ease; }
.newsletter-input button:hover { color: var(--signal); transform: translateX(4px); }
.newsletter-form.success .newsletter-input { border-color: #377c45; }
.newsletter-form.success .form-status { color: #377c45; }
.newsletter-consent { margin: 16px 0 12px; }

.site-footer { padding: 75px 0 25px; background: var(--ink); color: var(--paper); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; min-height: 200px; align-items: start; }
.footer-wordmark { font-size: 22px; }
.footer-wordmark .wordmark-mark { width: 42px; height: 42px; }
.footer-top > p { margin: 0; color: #a3a097; font-family: var(--serif); font-size: 24px; line-height: 1.25; }
.footer-top nav { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 45px; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(242,239,232,.2); color: #8c8981; font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }

.legal-page .site-header { background: rgba(242, 239, 232, .96); border-color: var(--line); }
.legal-header-link { justify-self: end; }
.legal-main { padding: 170px 0 120px; }
.legal-hero { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: end; padding-bottom: 85px; }
.legal-hero h1 { max-width: 850px; margin: 24px 0 0; font-family: var(--serif); font-size: clamp(70px, 9vw, 132px); font-weight: 500; line-height: .84; letter-spacing: -.065em; }
.legal-intro { max-width: 610px; margin: 0; color: var(--muted); font-family: var(--serif); font-size: clamp(23px, 2.5vw, 36px); line-height: 1.25; letter-spacing: -.025em; }
.legal-updated { display: block; margin-top: 28px; color: var(--muted); font-family: var(--sans); font-size: 10px; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }
.legal-layout { display: grid; grid-template-columns: .42fr 1fr; gap: 100px; border-top: 1px solid var(--line); padding-top: 50px; }
.legal-aside { position: sticky; top: 130px; align-self: start; }
.legal-aside p { margin: 0 0 28px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.legal-aside address { margin-bottom: 22px; color: var(--muted); font-size: 12px; font-style: normal; line-height: 1.7; }
.legal-aside strong { display: block; margin-bottom: 7px; color: var(--ink); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.legal-aside a { text-decoration: underline; text-underline-offset: 4px; }
.legal-copy { max-width: 790px; }
.legal-section { padding: 0 0 58px; margin-bottom: 58px; border-bottom: 1px solid var(--line); scroll-margin-top: 120px; }
.legal-section:last-child { margin-bottom: 0; }
.legal-number { margin: 0 0 20px; color: var(--signal) !important; font-family: var(--serif); font-style: italic; }
.legal-section h2 { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(38px, 4.5vw, 60px); font-weight: 500; line-height: 1; letter-spacing: -.045em; }
.legal-section h3 { margin: 32px 0 10px; font-family: var(--serif); font-size: 26px; font-weight: 500; letter-spacing: -.025em; }
.legal-section p, .legal-section li { color: #55524b; font-size: 14px; line-height: 1.75; }
.legal-section ul { margin: 18px 0 0; padding-left: 20px; }
.legal-section li + li { margin-top: 9px; }
.legal-callout { padding: 24px 26px; border-left: 3px solid var(--signal); background: var(--paper-deep); }

.nomination-dialog { width: min(100% - 40px, 800px); max-height: calc(100vh - 40px); margin: auto; padding: 0; border: 0; background: var(--paper); color: var(--ink); overflow: auto; }
.nomination-dialog::backdrop { background: rgba(23,23,18,.78); backdrop-filter: blur(4px); }
.dialog-shell { padding: 45px 50px 50px; }
.dialog-header { display: flex; justify-content: space-between; gap: 30px; align-items: start; }
.dialog-header h2 { margin: 16px 0 0; font-family: var(--serif); font-size: clamp(49px, 7vw, 76px); line-height: .9; font-weight: 500; letter-spacing: -.055em; }
.dialog-close { width: 44px; height: 44px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; background: none; font-family: var(--serif); font-size: 30px; line-height: 1; cursor: pointer; }
.dialog-close:hover { background: var(--ink); color: var(--paper); }
.dialog-intro { max-width: 610px; margin: 30px 0 45px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.nomination-dialog .success-state { min-height: 530px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr .55fr; gap: 38px; }
  .hero-bottom { grid-template-columns: 1fr; }
  .cover-card { min-height: 480px; }
  .cover-art svg { height: 260px; }
  .about-grid { gap: 60px; }
  .benefits-grid, .apply-layout { gap: 55px; }
  .newsletter-grid { gap: 70px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 720px); }
  .header-inner { height: 72px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .site-header.menu-open { background: var(--paper); border-color: var(--line); }
  .mobile-nav { position: absolute; inset: 72px 0 auto; display: grid; padding: 10px 16px 30px; background: var(--paper); border-bottom: 1px solid var(--line); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .2s ease; }
  .mobile-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-nav a { padding: 16px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 24px; }
  .hero { padding-top: 116px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: clamp(62px, 14vw, 94px); }
  .hero-bottom { grid-template-columns: 1fr 1fr; align-items: end; }
  .cover-card { width: min(100%, 470px); justify-self: end; margin-top: 35px; }
  .section { padding: 95px 0; }
  .about-grid, .who-grid, .benefits-grid, .apply-layout, .newsletter-grid { grid-template-columns: 1fr; }
  .about-grid { padding: 60px 0 75px; }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-grid article, .editorial-grid article + article { padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .editorial-grid article:last-child { border: 0; }
  .editorial-grid h3 { margin-top: 25px; }
  .who-grid { padding: 60px 0 80px; }
  .benefits-sticky, .apply-intro { position: static; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article + article { min-height: 250px; padding: 25px 0 30px; border-left: 0; border-bottom: 1px solid var(--line); }
  .step-icon { margin: 28px 0 38px; }
  .apply-aside { margin-top: 40px; }
  .form-card { padding: 32px; }
  .newsletter-grid { gap: 60px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 55px; }
  .footer-top nav { grid-column: 1 / -1; }
  .legal-hero, .legal-layout { grid-template-columns: 1fr; gap: 55px; }
  .legal-aside { position: static; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 32px); }
  .hero { min-height: auto; padding-top: 105px; }
  .hero-copy h1 { margin-bottom: 32px; font-size: clamp(54px, 16.2vw, 78px); line-height: .89; }
  .hero-bottom { grid-template-columns: 1fr; gap: 34px; }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; justify-content: space-between; }
  .cover-card { min-height: 460px; padding: 18px; }
  .cover-art { margin-inline: -18px; }
  .cover-headline { font-size: 39px; }
  .launch-note { grid-template-columns: auto 1fr; }
  .launch-note a { grid-column: 2; }
  .section { padding: 78px 0; }
  .section-header { align-items: flex-start; }
  .section-kicker { text-align: right; }
  .display-heading { font-size: 53px; }
  .who-title h2, .benefits-sticky h2, .apply-intro h2, .newsletter h2 { font-size: 58px; }
  .definition-note { grid-template-columns: 45px 1fr; }
  .benefit-list article { grid-template-columns: 48px 1fr; }
  .process-heading { margin: 55px 0 60px; }
  .apply-section { padding: 80px 0; }
  .form-card { padding: 26px 20px 30px; margin-inline: -8px; }
  .two-cols { grid-template-columns: 1fr; gap: 0; }
  .form-heading { margin-bottom: 30px; }
  .newsletter { padding: 80px 0; }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .footer-top nav { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .legal-main { padding: 130px 0 80px; }
  .legal-hero { padding-bottom: 60px; }
  .legal-hero h1 { font-size: 68px; }
  .legal-layout { padding-top: 38px; }
  .legal-section { padding-bottom: 44px; margin-bottom: 44px; }
  .dialog-shell { padding: 32px 20px 35px; }
  .nomination-dialog { width: calc(100% - 20px); max-height: calc(100vh - 20px); }
  .dialog-header h2 { font-size: 52px; }
}

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