@font-face {
  font-family: "Atkinson Hyperlegible";
  src: url("assets/fonts/atkinson-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Atkinson Hyperlegible";
  src: url("assets/fonts/atkinson-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Baloo 2";
  src: url("assets/fonts/baloo-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Baloo 2";
  src: url("assets/fonts/baloo-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Baloo 2";
  src: url("assets/fonts/baloo-800.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --navy: #132044;
  --navy-soft: #344471;
  --royal: #294bdb;
  --royal-dark: #1837bd;
  --sky: #e7efff;
  --sky-strong: #c8dcff;
  --lilac: #f0ebfb;
  --yellow: #ffc83d;
  --yellow-soft: #fff4c9;
  --paper: #ffffff;
  --line: #cbd5ed;
  --shadow: 0 22px 60px rgba(19, 32, 68, 0.14);
  --wrap: 1160px;
  color-scheme: light;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 1rem;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--navy);
  font-family: "Atkinson Hyperlegible", "Segoe UI", sans-serif;
  font-size: 1.125rem;
  line-height: 1.58;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--royal-dark);
}

button,
input {
  font: inherit;
}

h1,
h2,
h3,
p,
figure,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3,
.brand,
.button {
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
}

h1,
h2,
h3 {
  line-height: 1.04;
}

h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.35rem, 5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.025em;
}

h3 {
  font-size: 1.45rem;
  font-weight: 800;
}

:focus-visible {
  outline: 4px solid var(--yellow);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-180%);
  border-radius: 0.6rem;
  background: var(--navy);
  color: var(--paper);
  padding: 0.65rem 1rem;
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.wrap {
  width: min(calc(100% - 2.5rem), var(--wrap));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.55rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  color: var(--navy);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.brand-dots {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 1.4rem 0 0 var(--royal);
}

.preview-badge {
  border: 2px solid rgba(19, 32, 68, 0.25);
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
  color: var(--navy-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 200, 61, 0.45) 0 0.35rem, transparent 0.4rem),
    radial-gradient(circle at 6% 74%, rgba(41, 75, 219, 0.13) 0 0.35rem, transparent 0.4rem),
    var(--sky);
  background-size: auto, 3.5rem 3.5rem, auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(290px, 0.84fr);
  gap: clamp(2rem, 5vw, 5.25rem);
  align-items: end;
  padding-top: clamp(1.5rem, 4vw, 3.75rem);
}

.hero-copy {
  padding-bottom: clamp(3.25rem, 6vw, 5.25rem);
}

.eyebrow,
.section-kicker {
  margin-bottom: 0.75rem;
  color: var(--royal-dark);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 12ch;
  margin-bottom: 1.25rem;
  font-size: clamp(3.2rem, 7.3vw, 6rem);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.lede {
  max-width: 38rem;
  margin-bottom: 1.9rem;
  color: var(--navy-soft);
  font-size: clamp(1.16rem, 2vw, 1.38rem);
}

.button {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--royal);
  box-shadow: 0 8px 0 rgba(19, 32, 68, 0.14);
  color: var(--paper);
  cursor: pointer;
  padding: 0.78rem 1.8rem 0.68rem;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background: var(--royal-dark);
  box-shadow: 0 10px 0 rgba(19, 32, 68, 0.16);
}

.button:active {
  transform: translateY(2px);
  box-shadow: 0 4px 0 rgba(19, 32, 68, 0.14);
}

.portrait {
  position: relative;
  width: min(100%, 26.5rem);
  justify-self: center;
}

.portrait::before {
  position: absolute;
  z-index: 0;
  inset: -1rem -1rem 0 1rem;
  border-radius: 14rem 14rem 0 0;
  background: var(--yellow);
  content: "";
  transform: rotate(3deg);
}

.portrait-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 0.55rem solid var(--paper);
  border-bottom: 0;
  border-radius: 50% 50% 0 0 / 38% 38% 0 0;
}

.portrait img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: scale(1.15);
  transform-origin: center center;
}

.portrait-tag {
  position: absolute;
  z-index: 2;
  bottom: 0.45rem;
  left: 50%;
  border: 2px solid rgba(19, 32, 68, 0.1);
  border-radius: 0.9rem;
  background: var(--yellow);
  box-shadow: 0 8px 18px rgba(19, 32, 68, 0.14);
  color: var(--navy);
  padding: 0.45rem 1rem 0.35rem;
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
  transform: translateX(-50%) rotate(-4deg);
}

.road {
  position: relative;
  z-index: 3;
  height: 3rem;
  background: var(--navy);
}

.road::after {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 0.3rem;
  background: repeating-linear-gradient(
    90deg,
    var(--yellow) 0 4.5rem,
    transparent 4.5rem 7.25rem
  );
  content: "";
  transform: translateY(-50%);
  animation: road-motion 2.8s linear infinite;
}

@keyframes road-motion {
  to {
    background-position: 7.25rem 0;
  }
}

section {
  padding-block: clamp(4.5rem, 9vw, 7.5rem);
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(13rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 7vw, 6.5rem);
  align-items: start;
}

.quote-card {
  position: relative;
  margin: 0;
  border: 2px solid var(--line);
  border-radius: 2rem;
  background: var(--paper);
  box-shadow: var(--shadow);
  padding: clamp(1.6rem, 4vw, 3rem);
}

.quote-card::before {
  position: absolute;
  top: -1.6rem;
  left: 1.7rem;
  color: var(--yellow);
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 2px 2px 0 var(--navy);
}

.quote-card blockquote {
  position: relative;
  margin-bottom: 1.25rem;
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 500;
  line-height: 1.38;
}

.quote-card figcaption {
  color: var(--navy-soft);
  font-weight: 700;
}

.how-section {
  background: var(--lilac);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
  margin: 2.75rem 0 0;
  padding: 0;
  counter-reset: step;
  list-style: none;
}

.steps li {
  position: relative;
  min-height: 21rem;
  border: 2px solid transparent;
  border-radius: 1.5rem;
  background: var(--paper);
  box-shadow: 0 10px 30px rgba(19, 32, 68, 0.08);
  padding: 5rem 1.35rem 1.5rem;
  counter-increment: step;
}

.steps li::before {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 50%;
  background: var(--royal);
  box-shadow: 0.35rem 0.35rem 0 var(--yellow);
  color: var(--paper);
  content: counter(step);
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
}

.steps h3 {
  margin-bottom: 0.65rem;
}

.steps p {
  margin-bottom: 0;
  color: var(--navy-soft);
  font-size: 1rem;
}

.give-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(32rem, 1.18fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: start;
}

.give-intro {
  position: sticky;
  top: 2rem;
}

.give-intro > p:not(.section-kicker) {
  max-width: 35rem;
  color: var(--navy-soft);
  font-size: 1.15rem;
}

.preview-callout {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
  max-width: 36rem;
  margin-top: 2rem;
  border: 2px solid #e5ae15;
  border-radius: 1rem;
  background: var(--yellow-soft);
  padding: 1rem;
}

.preview-callout > span {
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: var(--paper);
  font-weight: 700;
}

.preview-callout p {
  margin: 0;
  color: var(--navy);
  font-size: 0.96rem;
}

.gift-planner {
  border: 2px solid rgba(41, 75, 219, 0.15);
  border-radius: 2rem;
  background: var(--sky);
  box-shadow: var(--shadow);
  padding: clamp(1.35rem, 4vw, 2.25rem);
}

fieldset {
  margin: 0 0 1.65rem;
  border: 0;
  padding: 0;
}

legend {
  margin-bottom: 0.7rem;
  padding: 0;
  font-weight: 700;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.chips input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.chips label {
  border: 2px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--navy);
  cursor: pointer;
  padding: 0.55rem 1rem 0.48rem;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.25;
  transition: border-color 130ms ease, background-color 130ms ease, color 130ms ease;
}

.chips label:hover {
  border-color: var(--royal);
}

.chips input:checked + label {
  border-color: var(--royal);
  background: var(--royal);
  color: var(--paper);
}

.chips input:focus-visible + label {
  outline: 4px solid var(--yellow);
  outline-offset: 3px;
}

.field-note,
.form-note {
  margin: 0.65rem 0 0;
  color: var(--navy-soft);
  font-size: 0.85rem;
}

.destination-link {
  color: var(--royal-dark);
  font-weight: 700;
  text-underline-offset: 0.16em;
}

.destination-link:hover {
  text-decoration-thickness: 0.16em;
}

.impact {
  margin: 0.4rem 0 1.25rem;
  border: 2px solid rgba(19, 32, 68, 0.08);
  border-radius: 1.2rem;
  background: var(--paper);
  padding: 1rem 1.15rem;
}

.impact span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--navy-soft);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.impact strong {
  display: block;
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  font-size: 1.35rem;
  line-height: 1.3;
}

.button-full {
  width: 100%;
}

.form-note {
  text-align: center;
}

.form-status {
  min-height: 3.4rem;
  margin: 0.7rem 0 0;
  border-radius: 0.75rem;
  color: var(--navy);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.form-status:not(:empty) {
  border: 2px solid #e5ae15;
  background: var(--yellow-soft);
  padding: 0.65rem 0.8rem;
}

.goal-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 95% 0, rgba(41, 75, 219, 0.7), transparent 30rem),
    var(--navy);
  color: var(--paper);
}

.goal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  gap: 2rem 4rem;
  align-items: end;
}

.section-kicker-light {
  color: var(--yellow);
}

.goal-copy {
  max-width: 44rem;
  margin-bottom: 0;
  color: #d7def5;
}

.launch-state {
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.07);
  padding: 1.35rem;
}

.launch-meter {
  position: relative;
  height: 1.35rem;
  margin-bottom: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.launch-marker {
  position: absolute;
  top: 50%;
  left: 0.35rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 0.28rem rgba(255, 200, 61, 0.2);
  transform: translateY(-50%);
}

.launch-state p {
  margin: 0.25rem 0 0;
  color: #d7def5;
  font-size: 0.95rem;
}

.destination-block {
  grid-column: 1 / -1;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 2rem;
}

.destination-block h3 {
  margin-bottom: 1rem;
  color: var(--paper);
}

.destination-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.destination-list li {
  border: 2px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
}

.destination-list a {
  display: block;
  border-radius: inherit;
  color: var(--paper);
  padding: 0.45rem 0.9rem;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.16em;
}

.destination-list a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.destination-block p {
  max-width: 58rem;
  margin-bottom: 0;
  color: #bfc9eb;
  font-size: 0.92rem;
}

footer {
  background: #0b1430;
  color: #c5ceec;
  padding-block: 2.6rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr minmax(18rem, 1fr);
  gap: 2rem;
  align-items: end;
}

.brand-footer {
  color: var(--paper);
}

.footer-grid p {
  max-width: 40rem;
  margin: 0.55rem 0 0;
  font-size: 0.9rem;
}

@media (max-width: 960px) {
  .hero-grid,
  .story-grid,
  .give-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .hero h1 {
    max-width: 13ch;
  }

  .portrait {
    width: min(82%, 24rem);
  }

  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps li {
    min-height: 17.5rem;
  }

  .give-intro {
    position: static;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 1.05rem;
  }

  .wrap {
    width: min(calc(100% - 1.5rem), var(--wrap));
  }

  .site-header {
    align-items: flex-start;
    padding-block: 1rem;
  }

  .brand {
    gap: 1.8rem;
    font-size: 1.1rem;
  }

  .preview-badge {
    margin-top: -0.1rem;
    font-size: 0.68rem;
  }

  .hero-grid {
    gap: 1.35rem;
    padding-top: 1rem;
  }

  .hero h1 {
    margin-bottom: 0.85rem;
    font-size: clamp(2.55rem, 11.5vw, 3.45rem);
  }

  .hero .eyebrow {
    margin-bottom: 0.4rem;
  }

  .hero .lede {
    margin-bottom: 1.15rem;
    font-size: 1rem;
    line-height: 1.42;
  }

  .hero .button {
    min-height: 3.1rem;
    padding: 0.65rem 1.35rem 0.55rem;
  }

  .portrait {
    width: min(65%, 15rem);
  }

  .portrait-tag {
    bottom: 0.2rem;
    left: 50%;
    font-size: 14px;
  }

  .road {
    height: 2.5rem;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .steps li {
    min-height: 0;
  }

  .gift-planner {
    border-radius: 1.35rem;
  }

  .chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chips label {
    display: flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .goal-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .goal-grid {
    align-items: start;
  }
}

@media (max-width: 390px) {
  .site-header {
    flex-direction: column;
  }

  .preview-badge {
    margin-left: 2.8rem;
  }

  .chips {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  .brand-dots,
  .steps li::before,
  .launch-marker {
    forced-color-adjust: none;
  }

  .chips input:checked + label {
    outline: 3px solid ButtonText;
  }
}
