@font-face {
  font-family: "MakeJoy Fredoka";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/brand/final/fonts/Fredoka.ttf") format("truetype");
}

:root {
  color-scheme: light;
  --ink: #20223b;
  --ink-soft: #55566c;
  --paper: #fffaf2;
  --paper-deep: #fff2df;
  --coral: #ff6b5f;
  --coral-dark: #d94e45;
  --yellow: #ffd45c;
  --mint: #9fe0c3;
  --lilac: #c8b7ff;
  --blue: #5c74ee;
  --white: #ffffff;
  --border: rgba(32, 34, 59, 0.14);
  --shadow: 0 24px 70px rgba(75, 52, 39, 0.14);
  --radius-large: 36px;
  --radius-medium: 24px;
  --radius-small: 16px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-rounded, "SF Pro Rounded", "Segoe UI", system-ui, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 20px;
  top: 12px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 12px;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 40px), var(--max-width));
  margin: 0 auto;
  padding: 24px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-family: "MakeJoy Fredoka", ui-rounded, "SF Pro Rounded", "Segoe UI", system-ui, sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand strong {
  color: var(--coral-dark);
}

.brand-mark {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

nav a {
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

nav a:not(.nav-action):hover {
  color: var(--coral-dark);
}

.nav-action {
  padding: 10px 16px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 3px 3px 0 var(--ink);
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.nav-action:hover {
  box-shadow: 1px 1px 0 var(--ink);
  transform: translate(2px, 2px);
}

.hero {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 56px;
  align-items: center;
  width: min(calc(100% - 40px), var(--max-width));
  min-height: 700px;
  margin: 0 auto;
  padding: 62px 0 100px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--coral-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "MakeJoy Fredoka", ui-rounded, "SF Pro Rounded", "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(4rem, 8vw, 7rem);
}

h1 span {
  position: relative;
  color: var(--coral-dark);
}

h1 span::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 12px;
  border-radius: 50%;
  background: var(--yellow);
  content: "";
  opacity: 0.85;
  transform: rotate(-1deg);
  z-index: -1;
}

h2 {
  margin-bottom: 28px;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
}

h3 {
  margin-bottom: 14px;
  font-size: 1.6rem;
}

.hero-intro {
  max-width: 650px;
  margin-bottom: 32px;
  color: var(--ink-soft);
  font-size: clamp(1.1rem, 2vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.button-primary {
  background: var(--coral);
  color: var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 2px 2px 0 var(--ink);
  transform: translate(3px, 3px);
}

.button-secondary {
  background: var(--white);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: var(--yellow);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0;
  padding: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 750;
  list-style: none;
}

.trust-list li::before {
  margin-right: 7px;
  color: var(--coral-dark);
  content: "●";
}

.hero-art {
  position: relative;
  min-height: 520px;
}

.art-card {
  position: absolute;
  border: 2px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
}

.art-card-main {
  inset: 34px 22px 26px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 48px;
  background: var(--lilac);
  transform: rotate(2deg);
}

.art-card-main::before,
.art-card-main::after {
  position: absolute;
  border: 2px solid var(--ink);
  border-radius: 50%;
  content: "";
}

.art-card-main::before {
  width: 180px;
  height: 180px;
  top: -74px;
  right: -46px;
  background: var(--mint);
}

.art-card-main::after {
  width: 130px;
  height: 130px;
  bottom: -60px;
  left: -34px;
  background: var(--yellow);
}

.art-card-main p {
  max-width: 290px;
  margin: 30px 20px 0;
  font-size: 1.22rem;
  font-weight: 850;
  text-align: center;
}

.sun-face {
  position: relative;
  width: 190px;
  height: 190px;
  border: 3px solid var(--ink);
  border-radius: 48% 52% 46% 54%;
  background: var(--yellow);
  box-shadow: 7px 7px 0 rgba(32, 34, 59, 0.17);
  transform: rotate(-5deg);
}

.eye {
  position: absolute;
  top: 70px;
  width: 11px;
  height: 15px;
  border-radius: 50%;
  background: var(--ink);
}

.eye-left {
  left: 54px;
}

.eye-right {
  right: 54px;
}

.smile {
  position: absolute;
  bottom: 50px;
  left: 69px;
  width: 52px;
  height: 27px;
  border-right: 4px solid var(--ink);
  border-bottom: 4px solid var(--ink);
  border-left: 4px solid var(--ink);
  border-radius: 0 0 35px 35px;
}

.spark {
  position: absolute;
  color: var(--coral-dark);
  font-size: 2.3rem;
}

.spark-one {
  top: 64px;
  left: 66px;
}

.spark-two {
  right: 68px;
  bottom: 108px;
  color: var(--blue);
  font-size: 1.7rem;
}

.art-pencil {
  position: absolute;
  top: 116px;
  right: 72px;
  width: 26px;
  height: 160px;
  border: 3px solid var(--ink);
  border-radius: 12px 12px 4px 4px;
  background: var(--coral);
  transform: rotate(24deg);
}

.art-pencil::after {
  position: absolute;
  bottom: -30px;
  left: -3px;
  width: 0;
  height: 0;
  border-top: 30px solid var(--ink);
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  content: "";
}

.floating-card {
  position: absolute;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  font-weight: 900;
  box-shadow: 5px 5px 0 var(--ink);
  z-index: 2;
}

.floating-card-one {
  top: 4px;
  left: 0;
  width: 94px;
  height: 76px;
  border-radius: 24px;
  background: var(--mint);
  transform: rotate(-9deg);
}

.floating-card-two {
  right: 0;
  bottom: 12px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--coral);
  font-size: 1.8rem;
  transform: rotate(10deg);
}

.floating-card-three {
  bottom: 0;
  left: 12px;
  width: 100px;
  height: 62px;
  border-radius: 20px;
  background: var(--white);
  transform: rotate(5deg);
}

.statement,
.story-section,
.build-section,
.principles,
.roadmap-section,
.funding-section,
.survey-section,
.closing,
footer {
  width: min(calc(100% - 40px), var(--max-width));
  margin-right: auto;
  margin-left: auto;
}

.statement {
  padding: 120px 0;
  border-top: 1px solid var(--border);
}

.statement h2 {
  max-width: 850px;
}

.statement-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-top: 64px;
}

.statement-lead {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.statement-copy {
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.story-section {
  padding: 20px 0 112px;
}

.story-card {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 72px;
  align-items: center;
  padding: 72px;
  border: 2px solid var(--ink);
  border-radius: var(--radius-large);
  background: var(--white);
  box-shadow: 9px 9px 0 var(--ink);
}

.story-mark {
  display: grid;
  place-items: center;
  min-height: 350px;
  border-radius: 45% 55% 52% 48%;
  background: var(--paper-deep);
  transform: rotate(-2deg);
}

.story-mark img {
  width: min(82%, 330px);
  height: auto;
  transform: rotate(2deg);
}

.story-copy h2 {
  margin-bottom: 30px;
  font-size: clamp(2.45rem, 4vw, 4.2rem);
}

.story-copy > p:not(.section-kicker):not(.story-signoff) {
  color: var(--ink-soft);
  font-size: 1.04rem;
}

.story-signoff {
  margin: 30px 0 0;
  font-family: "MakeJoy Fredoka", ui-rounded, "SF Pro Rounded", "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
}

.build-section {
  padding: 118px 0 82px;
}

.build-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.build-card {
  min-height: 280px;
  padding: 32px;
  border: 2px solid var(--ink);
  border-radius: var(--radius-medium);
  background: var(--white);
}

.build-card:nth-child(2) {
  background: var(--mint);
}

.build-card:nth-child(3) {
  background: var(--yellow);
}

.build-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 66px;
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: var(--coral);
  font-size: 1.5rem;
  font-weight: 900;
  box-shadow: 3px 3px 0 var(--ink);
}

.build-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.principles {
  padding: 112px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 60px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p {
  margin-bottom: 10px;
  color: var(--ink-soft);
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.principle-card {
  min-height: 310px;
  padding: 34px;
  border: 2px solid var(--ink);
  border-radius: var(--radius-medium);
  box-shadow: 6px 6px 0 var(--ink);
}

.principle-card:nth-child(even) {
  transform: translateY(24px);
}

.card-number {
  display: inline-block;
  margin-bottom: 80px;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.principle-card p {
  max-width: 460px;
  margin-bottom: 0;
}

.card-coral {
  background: var(--coral);
}

.card-yellow {
  background: var(--yellow);
}

.card-mint {
  background: var(--mint);
}

.card-lilac {
  background: var(--lilac);
}

.roadmap-section {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 90px;
  padding: 145px 0 120px;
  border-top: 1px solid var(--border);
}

.roadmap-intro {
  align-self: start;
  position: sticky;
  top: 40px;
}

.roadmap-intro h2 {
  font-size: clamp(2.6rem, 4.4vw, 4.5rem);
}

.roadmap-intro > p:not(.section-kicker) {
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.roadmap-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.roadmap-list li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  min-height: 145px;
  padding: 28px;
  border: 2px solid var(--ink);
  border-radius: var(--radius-medium);
  background: var(--white);
  box-shadow: 5px 5px 0 var(--ink);
}

.roadmap-list li:nth-child(2) {
  background: var(--mint);
}

.roadmap-list li:nth-child(3) {
  background: var(--lilac);
}

.roadmap-list li:nth-child(4) {
  background: var(--yellow);
}

.roadmap-list li > span {
  color: var(--coral-dark);
  font-family: "MakeJoy Fredoka", ui-rounded, "SF Pro Rounded", "Segoe UI", system-ui, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.roadmap-list strong {
  display: block;
  margin-bottom: 8px;
  font-family: "MakeJoy Fredoka", ui-rounded, "SF Pro Rounded", "Segoe UI", system-ui, sans-serif;
  font-size: 1.6rem;
}

.roadmap-list p {
  margin: 0;
  color: var(--ink-soft);
}

.funding-section {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  margin-bottom: 22px;
  padding: 82px;
  border-radius: var(--radius-large);
  background: var(--ink);
  color: var(--white);
}

.funding-section h2 {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 4.2vw, 4.2rem);
}

.funding-section .section-kicker {
  color: var(--yellow);
}

.funding-copy {
  align-self: end;
  color: rgba(255, 255, 255, 0.82);
}

.funding-copy a {
  display: inline-block;
  margin-top: 12px;
  color: var(--yellow);
  font-weight: 800;
  text-underline-offset: 4px;
}

.survey-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 70px;
  align-items: start;
  padding: 145px 0 120px;
}

.survey-intro {
  position: sticky;
  top: 40px;
}

.survey-intro > p:not(.section-kicker) {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.privacy-note {
  display: flex;
  gap: 14px;
  margin-top: 30px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius-small);
  background: var(--paper-deep);
  font-size: 0.88rem;
}

.privacy-note span {
  color: var(--coral-dark);
  font-size: 1.4rem;
  font-weight: 900;
}

.privacy-note p {
  margin: 0;
}

.survey-form {
  padding: 38px;
  border: 2px solid var(--ink);
  border-radius: var(--radius-large);
  background: var(--white);
  box-shadow: 9px 9px 0 var(--ink);
}

.form-field,
fieldset {
  margin: 0 0 38px;
  padding: 0;
  border: 0;
}

.form-field > label,
legend {
  display: block;
  margin-bottom: 12px;
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.3;
}

.field-hint {
  margin: -6px 0 14px;
  color: var(--ink-soft);
  font-size: 0.85rem;
}

select,
textarea {
  width: 100%;
  border: 2px solid var(--ink);
  border-radius: 14px;
  background: var(--paper);
  color: var(--ink);
}

select {
  min-height: 52px;
  padding: 0 14px;
}

textarea {
  min-height: 150px;
  padding: 15px;
  resize: vertical;
}

select:focus,
textarea:focus,
input:focus-visible {
  outline: 4px solid rgba(92, 116, 238, 0.26);
  outline-offset: 2px;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.choice-grid-wide {
  grid-template-columns: repeat(2, 1fr);
}

.choice {
  position: relative;
}

.choice input {
  position: absolute;
  opacity: 0;
}

.choice span {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 13px;
  border: 2px solid var(--border);
  border-radius: 13px;
  background: var(--paper);
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}

.choice input:checked + span {
  border-color: var(--ink);
  background: var(--yellow);
  color: var(--ink);
}

.choice input:focus-visible + span {
  outline: 4px solid rgba(92, 116, 238, 0.26);
  outline-offset: 2px;
}

.character-count {
  display: block;
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 0.78rem;
  text-align: right;
}

.honeypot {
  position: absolute;
  left: -10000px;
}

.submit-button {
  width: 100%;
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.form-status {
  min-height: 26px;
  margin: 16px 0 0;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.form-status[data-state="success"] {
  color: #247454;
}

.form-status[data-state="error"] {
  color: #ad312d;
}

.closing {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 70px;
  padding: 78px;
  border-radius: var(--radius-large);
  background: var(--ink);
  color: var(--white);
}

.closing h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(2.5rem, 5vw, 4.3rem);
}

.closing .section-kicker {
  color: var(--yellow);
}

.button-light {
  flex: 0 0 auto;
  border-color: var(--white);
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 5px 5px 0 var(--white);
}

.button-light:hover {
  box-shadow: 2px 2px 0 var(--white);
  transform: translate(3px, 3px);
}

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  padding: 34px 0 44px;
  border-top: 1px solid var(--border);
  color: var(--ink-soft);
  font-size: 0.82rem;
}

footer p {
  margin: 0;
}

footer p:last-child {
  text-align: right;
}

.footer-brand {
  font-size: 0.92rem;
}

.footer-brand .brand-mark {
  width: 30px;
  height: 30px;
}

.footer-links {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.footer-links a {
  font-weight: 700;
  text-underline-offset: 4px;
}

.policy-main {
  width: min(calc(100% - 40px), 840px);
  margin: 0 auto;
  padding: 90px 0 120px;
}

.policy-main > h1 {
  margin-bottom: 30px;
  font-size: clamp(3.4rem, 7vw, 6.2rem);
}

.policy-summary {
  max-width: 760px;
  color: var(--ink-soft);
  font-size: 1.22rem;
}

.policy-date {
  margin: 32px 0 72px;
  font-weight: 800;
}

.policy-main section {
  padding: 46px 0;
  border-top: 1px solid var(--border);
}

.policy-main section h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.policy-main section p,
.policy-main section li {
  color: var(--ink-soft);
}

.policy-main section li + li {
  margin-top: 8px;
}

.policy-contact {
  padding: 42px !important;
  border: 2px solid var(--ink) !important;
  border-radius: var(--radius-medium);
  background: var(--mint);
  box-shadow: 6px 6px 0 var(--ink);
}

.policy-contact a {
  color: var(--ink);
  font-weight: 800;
}

.policy-footer {
  width: min(calc(100% - 40px), 840px);
}

.not-found-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 30px;
}

.not-found-page main {
  max-width: 760px;
  text-align: center;
}

.not-found-page img {
  width: min(260px, 55vw);
  margin-bottom: 38px;
}

.not-found-page h1 {
  margin-bottom: 42px;
  font-size: clamp(3.3rem, 8vw, 6.5rem);
}

@media (max-width: 900px) {
  nav a:not(.nav-action) {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 46px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-art {
    min-height: 480px;
  }

  .statement-grid,
  .story-card,
  .section-heading,
  .roadmap-section,
  .funding-section,
  .survey-section {
    grid-template-columns: 1fr;
  }

  .story-card {
    gap: 42px;
    padding: 50px;
  }

  .story-mark {
    min-height: 300px;
  }

  .build-grid {
    grid-template-columns: 1fr;
  }

  .build-card {
    min-height: 230px;
  }

  .build-icon {
    margin-bottom: 42px;
  }

  .roadmap-section {
    gap: 45px;
  }

  .roadmap-intro {
    position: static;
  }

  .funding-section {
    gap: 35px;
    padding: 58px 42px;
  }

  .statement-grid {
    gap: 25px;
  }

  .section-heading {
    gap: 20px;
  }

  .survey-section {
    gap: 45px;
  }

  .survey-intro {
    position: static;
    max-width: 700px;
  }

  .closing {
    align-items: flex-start;
    flex-direction: column;
    padding: 58px 42px;
  }
}

@media (max-width: 620px) {
  .site-header,
  .hero,
  .statement,
  .story-section,
  .build-section,
  .principles,
  .roadmap-section,
  .funding-section,
  .survey-section,
  .closing,
  footer {
    width: min(calc(100% - 28px), var(--max-width));
  }

  .site-header {
    padding-top: 18px;
  }

  .brand {
    font-size: 1rem;
  }

  .nav-action {
    padding: 8px 12px;
    font-size: 0.8rem;
  }

  .hero {
    min-height: auto;
    gap: 30px;
    padding-bottom: 70px;
  }

  h1 {
    font-size: clamp(3.3rem, 17vw, 5rem);
  }

  h1 span::after {
    height: 8px;
  }

  .hero-art {
    min-height: 390px;
  }

  .art-card-main {
    inset: 30px 14px 24px 14px;
  }

  .sun-face {
    width: 150px;
    height: 150px;
  }

  .eye {
    top: 55px;
  }

  .eye-left {
    left: 42px;
  }

  .eye-right {
    right: 42px;
  }

  .smile {
    bottom: 38px;
    left: 53px;
    width: 44px;
  }

  .art-pencil {
    top: 104px;
    right: 44px;
    height: 120px;
  }

  .floating-card-one {
    left: 4px;
  }

  .statement,
  .build-section,
  .principles,
  .roadmap-section,
  .survey-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .principle-grid {
    grid-template-columns: 1fr;
  }

  .story-section {
    padding-bottom: 82px;
  }

  .story-card {
    gap: 32px;
    padding: 28px 22px;
    border-radius: 26px;
    box-shadow: 6px 6px 0 var(--ink);
  }

  .story-mark {
    min-height: 240px;
  }

  .build-card {
    min-height: 210px;
  }

  .roadmap-list li {
    grid-template-columns: 50px 1fr;
    gap: 12px;
    padding: 22px 18px;
  }

  .funding-section {
    margin-bottom: 0;
    padding: 48px 28px;
  }

  .principle-card:nth-child(even) {
    transform: none;
  }

  .survey-form {
    padding: 24px 18px;
    border-radius: 26px;
    box-shadow: 6px 6px 0 var(--ink);
  }

  .choice-grid,
  .choice-grid-wide {
    grid-template-columns: 1fr 1fr;
  }

  .closing {
    margin-bottom: 45px;
    padding: 48px 28px;
  }

  footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
  }

  footer p:last-child {
    text-align: center;
  }

  .policy-main,
  .policy-footer {
    width: min(calc(100% - 28px), 840px);
  }

  .policy-main {
    padding-top: 62px;
  }

  .policy-main > h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .policy-contact {
    padding: 28px 22px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
