@font-face {
  font-family: "Editorial Old";
  src: url("../fonts/Editorial Old/web/PPEditorialOld-Regular.woff2") format("woff2"),
    url("../fonts/Editorial Old/web/PPEditorialOld-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Editorial Old";
  src: url("../fonts/Editorial Old/web/PPEditorialOld-BoldItalic.woff2") format("woff2"),
    url("../fonts/Editorial Old/web/PPEditorialOld-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert/Roobert-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert/Roobert-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --espresso: #432818;
  --coffee: #60391f;
  --cedar: #8a5530;
  --saddle: #bd8959;
  --butter: #eef051;
  --cream: #fff6df;
  --paper: #f5e2c5;
  --ink: #2f2118;
  --mist: rgba(255, 246, 223, 0.76);
  --shadow: 0 22px 70px rgba(30, 16, 8, 0.35);
  --body: "Roobert", Arial, sans-serif;
  --display: "Editorial Old", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--saddle);
  color: var(--cream);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

.reveal-slide {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  transition:
    opacity 760ms ease,
    transform 900ms cubic-bezier(0.2, 0.78, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-slide.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.class-card.reveal-slide:nth-child(3n + 1),
.mission-grid > :first-child.reveal-slide,
.contact-copy.reveal-slide {
  transform: translate3d(-34px, 34px, 0);
}

.class-card.reveal-slide:nth-child(3n),
.workshop-render.reveal-slide,
.mission-grid > :last-child.reveal-slide,
.contact-form.reveal-slide {
  transform: translate3d(34px, 34px, 0);
}

.class-card.reveal-slide.is-visible,
.mission-grid > :first-child.reveal-slide.is-visible,
.contact-copy.reveal-slide.is-visible,
.workshop-render.reveal-slide.is-visible,
.mission-grid > :last-child.reveal-slide.is-visible,
.contact-form.reveal-slide.is-visible {
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-slide {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  align-items: stretch;
  background: transparent;
  display: flex;
  height: 196px;
  justify-content: space-between;
  left: 0;
  margin-inline: auto;
  max-width: 1920px;
  padding-left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: flex-start;
  background: #473426;
  display: flex;
  height: 196px;
  padding-left: clamp(150px, 9.95vw, 191px);
  padding-top: 50px;
  pointer-events: auto;
  width: min(40.6vw, 779px);
}

.logo-lockup {
  --logo-symbol-w: 95px;
  --logo-symbol-h: 99px;
  --logo-gap: 13px;
  --logo-word-w: 169px;
  --logo-rule-h: 4px;
  --logo-rule-gap: 7px;
  --logo-text-size: 30px;
  --logo-text-leading: 0.94;

  align-items: flex-start;
  color: var(--cream);
  display: flex;
  gap: var(--logo-gap);
  height: var(--logo-symbol-h);
  width: calc(var(--logo-symbol-w) + var(--logo-gap) + var(--logo-word-w));
}

.logo-mark {
  display: block;
  flex: 0 0 var(--logo-symbol-w);
  height: var(--logo-symbol-h);
  overflow: hidden;
}

.logo-mark img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.logo-word {
  display: block;
  flex: 0 0 var(--logo-word-w);
  padding-top: 2px;
}

.logo-rule {
  background: currentColor;
  display: block;
  height: var(--logo-rule-h);
  width: 100%;
}

.logo-name {
  display: block;
  font-family: var(--body);
  font-size: var(--logo-text-size);
  font-weight: 700;
  letter-spacing: 0;
  line-height: var(--logo-text-leading);
  margin: var(--logo-rule-gap) 0 var(--logo-rule-gap);
  text-transform: uppercase;
}

.footer-brand .logo-lockup {
  --logo-symbol-w: 51px;
  --logo-symbol-h: 53px;
  --logo-gap: 7px;
  --logo-word-w: 90px;
  --logo-rule-h: 2px;
  --logo-rule-gap: 4px;
  --logo-text-size: 16px;
  --logo-text-leading: 0.94;
}

.nav {
  align-items: stretch;
  background: rgba(92, 78, 66, 0.45);
  display: flex;
  height: 136px;
  justify-content: flex-end;
  margin-left: 0;
  padding-right: clamp(72px, 8.7vw, 167px);
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - min(40.6vw, 779px));
}

.nav a {
  align-items: flex-start;
  display: flex;
  font-size: 19px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  min-width: 0;
  padding: 70px 0 0;
  text-decoration: none;
  text-transform: uppercase;
}

.nav a:nth-child(1) {
  flex: 0 0 96px;
}

.nav a:nth-child(2) {
  flex: 0 0 168px;
}

.nav a:nth-child(3) {
  flex: 0 0 110px;
}

.nav a:nth-child(4) {
  flex: 0 0 164px;
}

.nav a:hover,
.nav a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  outline: 0;
}

.nav .nav-highlight {
  background: #faf478;
  color: var(--espresso);
}

.hero,
.section,
.donation-intro,
.contact-hero {
  position: relative;
}

.hero {
  min-height: 1010px;
  padding: 278px clamp(28px, 10.4vw, 200px) 110px;
}

.home-hero {
  background:
    linear-gradient(90deg, rgba(81, 47, 27, 0.88) 0%, rgba(81, 47, 27, 0.52) 45%, rgba(81, 47, 27, 0.16) 78%),
    url("../assets/home/img hero.png") center top / cover no-repeat;
}

.hero-copy,
.section-inner {
  margin-inline: auto;
  max-width: 1700px;
}

.narrow {
  margin-inline: 0;
  max-width: 690px;
}

.rule {
  border-top: 3px solid var(--cream);
  margin: 0 0 26px;
  width: 170px;
}

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

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.91;
}

h1 {
  font-size: clamp(64px, 8vw, 138px);
  margin-bottom: 28px;
}

.home-hero h1 {
  font-size: clamp(82px, 6.8vw, 130px);
  line-height: 0.82;
  margin-bottom: 28px;
  max-width: 860px;
}

.home-hero h1 span {
  display: block;
  white-space: nowrap;
}

.home-hero .hero-copy p:not(.rule) {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.18;
  max-width: 690px;
}

h2 {
  font-size: clamp(48px, 6.5vw, 104px);
  margin-bottom: 26px;
}

h3 {
  font-size: clamp(30px, 3vw, 52px);
  margin-bottom: 8px;
}

em {
  color: var(--butter);
  font-style: italic;
  font-weight: 700;
}

.hero-copy p,
.split-copy p,
.narrow-copy p,
.mission-grid p,
.story-copy p,
.contact-copy p {
  font-size: clamp(16px, 1.2vw, 20px);
  max-width: 610px;
}

.outline-link,
.class-card a,
.level-list a {
  align-items: center;
  border: 1px solid currentColor;
  color: var(--butter);
  display: inline-flex;
  font-family: var(--display);
  font-size: 18px;
  font-style: italic;
  justify-content: center;
  line-height: 1;
  min-height: 28px;
  padding: 5px 18px 6px;
  text-decoration: none;
}

.outline-link:hover,
.outline-link:focus-visible,
.class-card a:hover,
.class-card a:focus-visible,
.level-list a:hover,
.level-list a:focus-visible {
  background: var(--butter);
  color: var(--espresso);
  outline: 0;
}

.section {
  padding: clamp(76px, 8vw, 150px) clamp(26px, 7vw, 150px);
}

.classes-section {
  background:
    linear-gradient(rgba(189, 137, 89, 0.72), rgba(189, 137, 89, 0.92)),
    url("../assets/home/img_back_2.png") center top / cover no-repeat;
  min-height: 1240px;
  padding: 118px clamp(40px, 10.4vw, 200px) 118px;
}

.section-heading {
  max-width: 1260px;
}

.classes-section .section-heading h2 {
  font-size: clamp(84px, 6.6vw, 127px);
  line-height: 0.92;
}

.class-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
  max-width: 1516px;
}

.class-card {
  background:
    linear-gradient(rgba(67, 40, 24, 0.62), rgba(67, 40, 24, 0.95)),
    var(--espresso);
  display: grid;
  grid-template-rows: 250px 1fr;
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.class-card img {
  height: 250px;
  object-fit: contain;
  object-position: center;
  padding: 20px 30px 4px;
  width: 100%;
}

.class-card div {
  display: grid;
  grid-template-rows: auto auto 1fr;
  padding: 12px 26px 24px;
}

.class-card p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 18px;
}

.class-card a {
  align-self: end;
  background: var(--butter);
  color: var(--espresso);
  font-family: var(--body);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  justify-self: end;
  min-height: 30px;
  min-width: 98px;
  padding: 6px 12px;
  text-align: center;
  text-transform: uppercase;
}

.class-card h3 {
  font-size: clamp(42px, 2.7vw, 52px);
  line-height: 0.94;
}

.break-section {
  background:
    linear-gradient(90deg, rgba(79, 68, 72, 0.5) 0%, rgba(151, 111, 82, 0.7) 36%, rgba(189, 137, 89, 0.5) 100%),
    url("../assets/home/img_2.png") center bottom / cover no-repeat;
  min-height: 1010px;
  overflow: hidden;
  padding: 148px clamp(44px, 10.5vw, 202px) 92px;
}

.break-section::after {
  background: linear-gradient(
    180deg,
    rgba(189, 137, 89, 0) 0%,
    rgba(189, 137, 89, 0.52) 42%,
    var(--saddle) 100%
  );
  bottom: 0;
  content: "";
  height: 360px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 0;
}

.break-section .split {
  align-items: start;
  gap: clamp(28px, 3.5vw, 68px);
  grid-template-columns: minmax(460px, 0.9fr) minmax(560px, 1.1fr);
  max-width: 1620px;
}

.break-section .split-copy {
  max-width: 850px;
  position: relative;
  z-index: 2;
}

.break-section .rule {
  border-top-width: 4px;
  margin-bottom: 32px;
  width: 330px;
}

.break-section h2 {
  font-size: clamp(100px, 8.15vw, 156px);
  line-height: 0.82;
  margin-bottom: 38px;
  max-width: 1000px;
}

.break-section h2 em {
  display: block;
}

.break-section .split-copy p {
  color: var(--cream);
  font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 27px;
  max-width: 760px;
}

.break-section .split-copy p:first-of-type {
  max-width: 860px;
}

.break-action {
  align-items: center;
  display: flex;
  gap: 42px;
  margin-top: 34px;
}

.break-action > span {
  border-top: 4px solid rgba(255, 246, 223, 0.88);
  flex: 0 1 320px;
  max-width: 320px;
}

.break-action .outline-link {
  border-color: rgba(238, 240, 81, 0.82);
  color: var(--cream);
  font-size: 28px;
  min-height: 48px;
  min-width: 245px;
  padding: 8px 30px 10px 68px;
  position: relative;
}

.break-action .outline-link::before {
  border: 2px solid var(--butter);
  border-radius: 999px;
  color: var(--butter);
  content: "↘";
  font-family: var(--body);
  font-size: 18px;
  font-style: normal;
  height: 28px;
  left: 24px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
}

.split {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 110px);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
}

.split-copy {
  max-width: 690px;
}

.parent-section {
  background: linear-gradient(180deg, rgba(189, 137, 89, 0) 0%, var(--saddle) 170px);
  margin-top: -130px;
  overflow: hidden;
  padding: 0 clamp(20px, 6vw, 94px) 0;
  position: relative;
  z-index: 2;
}

.parent-shell {
  background:
    linear-gradient(rgba(70, 43, 30, 0.92), rgba(70, 43, 30, 0.98)),
    url("../assets/home/img_back_2.png") center top / cover no-repeat;
  border-radius: 56% 56% 0 0 / 24% 24% 0 0;
  max-width: 1600px;
  min-height: clamp(900px, 54.7vw, 1120px);
  overflow: hidden;
  padding: 112px clamp(46px, 7vw, 146px) 42px;
  position: relative;
}

.parent-photo {
  pointer-events: none;
  position: absolute;
  right: clamp(-40px, -2vw, -18px);
  top: 44px;
  width: min(76vw, 1140px);
  z-index: 1;
}

.parent-photo img {
  display: block;
  opacity: 0.84;
  width: 100%;
}

.parent-copy {
  margin: 0;
  max-width: none;
  padding-top: 52px;
  position: relative;
  z-index: 2;
}

.parent-copy h2 {
  color: var(--butter);
  line-height: 0.86;
  margin-bottom: 12px;
  max-width: 520px;
}

.parent-copy h2 span,
.parent-copy h2 em {
  display: block;
}

.parent-copy h2 span:first-child {
  font-size: clamp(76px, 6.1vw, 116px);
  font-style: normal;
  font-weight: 400;
  line-height: 0.88;
}

.parent-copy h2 em {
  color: var(--butter);
  font-size: clamp(86px, 7vw, 142px);
  font-weight: 700;
  line-height: 0.78;
}

.parent-copy h2 span:last-child {
  color: var(--cream);
  font-size: clamp(66px, 5.5vw, 112px);
  font-style: italic;
  line-height: 0.82;
}

.subhead {
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(26px, 2.3vw, 42px);
  font-style: italic;
  font-weight: 700;
  line-height: 0.92;
  margin-bottom: 24px;
  max-width: 560px;
}

.parent-divider {
  align-items: center;
  display: grid;
  gap: clamp(48px, 6vw, 96px);
  grid-template-columns: minmax(260px, 0.86fr) minmax(300px, 1fr);
  margin-bottom: 46px;
  max-width: 1240px;
  position: relative;
}

.parent-divider::before {
  background: var(--butter);
  border-radius: 50%;
  color: var(--espresso);
  content: "↘";
  font-family: var(--body);
  font-size: 13px;
  font-weight: 700;
  height: 20px;
  left: 0;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.parent-divider span {
  border-top: 1px solid rgba(255, 246, 223, 0.62);
  display: block;
}

.parent-divider span:first-child {
  margin-left: 32px;
}

.parent-columns {
  align-items: start;
  display: grid;
  gap: clamp(58px, 8vw, 128px);
  grid-template-columns: minmax(280px, 0.76fr) minmax(420px, 1.12fr);
  margin-bottom: 34px;
  max-width: 1240px;
}

.parent-small-copy {
  color: var(--butter);
  font-family: var(--display);
  font-size: clamp(18px, 1.35vw, 27px);
  line-height: 0.95;
  position: relative;
}

.parent-small-copy > span {
  background: var(--butter);
  border-radius: 50%;
  color: var(--espresso);
  display: none;
  height: 20px;
  left: 0;
  position: absolute;
  top: -47px;
  width: 20px;
}

.parent-small-copy p {
  margin-bottom: 34px;
  max-width: 560px;
}

.parent-feature-copy {
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(32px, 2.55vw, 50px);
  line-height: 0.95;
  margin: 0;
  max-width: 710px;
}

.parent-feature-copy em {
  color: var(--butter);
  font-weight: 700;
}

.parent-bottom-rule {
  border-top: 1px solid rgba(255, 246, 223, 0.64);
  margin-bottom: 28px;
  max-width: 1240px;
}

.parent-copy > .outline-link {
  display: flex;
  margin-inline: auto;
  max-width: 260px;
  min-height: 34px;
  padding-left: 46px;
  position: relative;
}

.parent-copy > .outline-link::before {
  border: 1px solid var(--cream);
  border-radius: 999px;
  color: var(--cream);
  content: "↘";
  font-family: var(--body);
  font-size: 11px;
  font-style: normal;
  height: 19px;
  left: 16px;
  line-height: 17px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
}

.donation-intro {
  background:
    linear-gradient(rgba(176, 123, 76, 0.72), rgba(176, 123, 76, 0.78)),
    url("../assets/donation/img_intro back.png") center top / cover no-repeat;
  height: 996px;
  min-height: 996px;
  padding: 314px 0 0;
}

.intro-grid {
  align-items: start;
  display: grid;
  gap: 112px;
  grid-template-columns: 500px 875px;
  max-width: 1535px;
}

.intro-grid h1 {
  font-size: 82px;
  line-height: 0.86;
  margin-bottom: 44px;
}

.intro-grid h1 > span,
.intro-grid h1 > em {
  display: block;
  white-space: nowrap;
}

.intro-grid p:not(.rule) {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.23;
  max-width: 520px;
}

.video-card {
  box-shadow: var(--shadow);
  display: block;
  justify-self: end;
  max-width: none;
  position: relative;
  width: 875px;
}

.video-card img {
  display: block;
  width: 100%;
}

.donation-bar {
  background: var(--espresso);
  display: grid;
  gap: 14px 70px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: 184px;
  margin: 0;
  max-width: 1173px;
  padding: 28px 88px 24px;
  position: absolute;
  right: 0;
  top: 860px;
  width: 61.1vw;
  z-index: 3;
}

.donation-bar span {
  align-items: center;
  display: grid;
  font-size: 16px;
  font-weight: 700;
  gap: 14px;
  grid-column: 1 / -1;
  grid-template-columns: auto auto 1fr;
  letter-spacing: 0;
  text-transform: uppercase;
}

.donation-bar span::before {
  border: 2px solid var(--cream);
  border-radius: 10px;
  content: "↘";
  display: grid;
  font-size: 16px;
  height: 30px;
  place-items: center;
  width: 36px;
}

.donation-bar span::after {
  border-top: 2px solid rgba(255, 246, 223, 0.72);
  content: "";
}

.donation-bar .button {
  align-items: center;
  border-radius: 12px;
  display: flex;
  font-size: clamp(30px, 2.2vw, 42px);
  justify-content: center;
  line-height: 0.9;
  min-width: 0;
  min-height: 60px;
  overflow: hidden;
  padding: 6px 22px 9px;
  position: relative;
  white-space: nowrap;
}

.donation-bar .button::after {
  background: rgba(67, 40, 24, 0.52);
  border-radius: 50%;
  content: "";
  height: 8px;
  position: absolute;
  right: 7px;
  top: 7px;
  width: 8px;
}

.button {
  background: var(--butter);
  color: var(--espresso);
  font-family: var(--display);
  font-size: 22px;
  min-width: 170px;
  padding: 10px 22px;
  text-align: center;
  text-decoration: none;
}

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

.build-section {
  background:
    linear-gradient(rgba(189, 137, 89, 0.76), rgba(189, 137, 89, 0.91)),
    url("../assets/donation/img_back2.png") center top / cover no-repeat;
  height: 1280px;
  min-height: 1280px;
  overflow: hidden;
  padding: 265px 0 80px;
}

.build-section .split {
  align-items: start;
  gap: 10px;
  grid-template-columns: 580px minmax(0, 1fr);
  max-width: 1540px;
}

.build-section h2 {
  font-size: 83px;
  line-height: 0.85;
  max-width: 580px;
}

.build-section h2 > span,
.build-section h2 > em {
  display: block;
}

.workshop-render {
  filter: drop-shadow(0 26px 40px rgba(43, 22, 10, 0.32));
  justify-self: start;
  max-width: none;
  transform: translateY(-155px);
  width: 1072px;
}

.mission-section {
  background:
    linear-gradient(rgba(97, 58, 33, 0.58), rgba(189, 137, 89, 0.88)),
    url("../assets/donation/img_back3.png") center top / cover no-repeat;
  height: 1322px;
  min-height: 1322px;
  padding: 310px 0 120px;
}

.mission-grid {
  align-items: center;
  display: grid;
  gap: 130px;
  grid-template-columns: 610px 700px;
  max-width: 1540px;
}

.mission-grid h2 {
  font-size: 136px;
  line-height: 0.78;
  margin-bottom: 0;
}

.mission-grid p {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.28;
  max-width: 700px;
}

.mission-grid p strong {
  font-style: italic;
}

.legacy-section {
  background:
    linear-gradient(rgba(189, 137, 89, 0.5), rgba(189, 137, 89, 0.78)),
    url("../assets/donation/img_back4.png") center top / cover no-repeat;
  height: 1280px;
  min-height: 1280px;
  overflow: hidden;
  padding: 240px 0 110px;
}

.narrow-copy,
.legacy-copy {
  margin-left: 0;
  max-width: 880px;
}

.legacy-copy {
  margin-inline: auto;
  max-width: 1525px;
}

.legacy-kicker {
  align-items: center;
  display: flex;
  gap: 76px;
  margin-bottom: 12px;
}

.legacy-kicker .rule {
  border-top-width: 4px;
  margin: 0;
  width: 355px;
}

.legacy-arrow {
  border: 3px solid rgba(255, 246, 223, 0.94);
  border-radius: 18px;
  display: inline-grid;
  height: 58px;
  place-items: center;
  width: 72px;
}

.legacy-arrow::before {
  color: var(--cream);
  content: "↘";
  font-family: var(--body);
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-1px);
}

.legacy-copy h2 {
  font-size: 150px;
  line-height: 0.98;
  margin-bottom: 48px;
  max-width: 1450px;
}

.legacy-copy h2 .legacy-leading {
  color: var(--cream);
}

.legacy-copy h2 span {
  display: block;
}

.legacy-copy h2 span + span {
  margin-top: -0.055em;
}

.legacy-card {
  background: rgba(126, 88, 69, 0.34);
  margin-left: -31px;
  max-width: 855px;
  min-height: 365px;
  padding: 40px 52px 44px;
}

.legacy-card p {
  color: var(--cream);
  font-size: clamp(19px, 1.45vw, 28px);
  font-weight: 500;
  line-height: 1.18;
  margin: 0;
  max-width: 760px;
}

.legacy-card p + p {
  margin-top: 36px;
}

.legacy-card strong {
  color: var(--butter);
  font-style: italic;
  font-weight: 700;
}

.story-section {
  background: var(--saddle);
  height: 1415px;
  overflow: clip;
  padding: 172px 112px 0;
}

.story-card {
  align-items: start;
  background:
    linear-gradient(90deg, rgba(38, 25, 17, 0.12), rgba(48, 31, 20, 0.04)),
    url("../assets/donation/back_square_5.png") center / cover no-repeat;
  display: block;
  margin-inline: auto;
  max-width: 1666px;
  min-height: 1243px;
  overflow: visible;
  padding: 56px clamp(48px, 4.6vw, 78px) 62px;
  position: relative;
}

.story-card::before {
  border: 95px solid rgba(189, 137, 89, 0.44);
  border-radius: 50%;
  content: "";
  height: 520px;
  left: 54%;
  position: absolute;
  top: -18px;
  width: 520px;
  z-index: 0;
}

.story-arrow {
  border: 3px solid rgba(255, 246, 223, 0.76);
  border-radius: 14px;
  display: grid;
  height: 46px;
  left: clamp(390px, 27vw, 450px);
  place-items: center;
  position: absolute;
  top: -108px;
  width: 58px;
  z-index: 2;
}

.story-arrow::before {
  color: var(--cream);
  content: "↘";
  font-family: var(--body);
  font-size: 30px;
  line-height: 1;
}

.story-copy {
  max-width: 650px;
  position: relative;
  z-index: 2;
}

.story-copy .rule {
  margin-bottom: 26px;
  margin-left: 24px;
  transform: translateY(-142px);
  width: 260px;
}

.story-copy h2 {
  font-size: clamp(88px, 7.35vw, 128px);
  line-height: 0.74;
  margin-left: 24px;
  margin-bottom: 28px;
  max-width: 520px;
  transform: translateY(-145px);
}

.story-copy h2 em {
  display: block;
}

.story-body {
  border-left: 3px solid rgba(255, 246, 223, 0.72);
  margin-top: -54px;
  padding-left: 30px;
}

.story-body p {
  color: var(--cream);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px;
  max-width: 620px;
}

.story-body strong {
  color: var(--butter);
  display: block;
  font-family: var(--display);
  font-size: 31px;
  font-style: italic;
  font-weight: 400;
  line-height: 0.96;
  margin-bottom: 4px;
}

.story-card img {
  bottom: 0;
  height: 1468px;
  max-height: none;
  object-fit: contain;
  object-position: bottom center;
  position: absolute;
  right: 190px;
  z-index: 2;
}

.levels-section {
  background: var(--saddle);
  height: 1586px;
  padding: 0 0 122px;
}

.levels-panel {
  align-items: start;
  background: url("../assets/donation/img_back6_shape.png") center / 100% 100% no-repeat;
  border-radius: 0;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1.3fr) minmax(360px, 0.7fr);
  height: 1628px;
  max-width: 1810px;
  min-height: 1628px;
  overflow: hidden;
  padding: 250px 128px 135px;
}

.levels-copy h2 {
  color: var(--butter);
  font-size: 114px;
  line-height: 0.76;
  max-width: 840px;
  text-transform: uppercase;
}

.levels-copy > p:not(.rule) {
  color: var(--cream);
  font-family: var(--display);
  font-size: 38px;
  font-style: italic;
  line-height: 0.96;
  max-width: 620px;
}

.level-list {
  margin-top: 38px;
}

.level-list article {
  align-items: center;
  border-top: 1px solid rgba(255, 246, 223, 0.45);
  display: grid;
  gap: 4px 16px;
  grid-template-columns: 160px minmax(0, 1fr) auto;
  min-height: 138px;
  padding: 24px 0 20px;
}

.level-list strong {
  color: var(--butter);
  font-family: var(--display);
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
}

.level-list article > span {
  color: var(--butter);
  font-family: var(--display);
  font-size: 34px;
  line-height: 1;
}

.level-list a {
  min-width: 104px;
}

.level-list small {
  color: var(--cream);
  font-size: 14px;
  font-weight: 700;
  grid-column: 1 / -1;
  line-height: 1.2;
}

.levels-panel > img {
  filter: drop-shadow(0 26px 36px rgba(25, 12, 6, 0.38));
  max-width: 680px;
  transform: translate(70px, 250px);
}

.donation-modal {
  align-items: center;
  background: rgba(20, 12, 7, 0.76);
  display: flex;
  inset: 0;
  justify-content: center;
  overflow: auto;
  padding: clamp(14px, 2.6vw, 34px);
  position: fixed;
  z-index: 50;
}

.donation-modal[hidden] {
  display: none;
}

.video-modal {
  align-items: center;
  background: rgba(20, 12, 7, 0.82);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: clamp(16px, 4vw, 64px);
  position: fixed;
  z-index: 60;
}

.video-modal[hidden] {
  display: none;
}

.video-dialog {
  background: var(--espresso);
  box-shadow: 0 32px 100px rgba(15, 8, 4, 0.58);
  max-width: 1040px;
  padding: clamp(42px, 4vw, 70px);
  position: relative;
  width: min(100%, 1040px);
}

.video-dialog h2 {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.video-frame {
  aspect-ratio: 16 / 9;
  background: #1f120b;
  overflow: hidden;
  width: 100%;
}

.video-frame iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.donation-dialog {
  background:
    linear-gradient(135deg, rgba(67, 40, 24, 0.98), rgba(96, 57, 31, 0.96)),
    var(--espresso);
  box-shadow: 0 32px 100px rgba(15, 8, 4, 0.52);
  display: grid;
  gap: clamp(22px, 3vw, 42px);
  grid-template-columns: minmax(230px, 0.66fr) minmax(360px, 1.34fr);
  max-height: calc(100dvh - clamp(28px, 5.2vw, 68px));
  max-width: 980px;
  overflow: auto;
  padding: clamp(24px, 3.2vw, 44px);
  position: relative;
  width: min(100%, 980px);
}

.modal-close {
  background: transparent;
  border: 1px solid rgba(255, 246, 223, 0.72);
  cursor: pointer;
  height: 42px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 42px;
}

.modal-close::before,
.modal-close::after {
  background: var(--cream);
  content: "";
  height: 2px;
  left: 10px;
  position: absolute;
  top: 19px;
  width: 20px;
}

.modal-close::before {
  transform: rotate(45deg);
}

.modal-close::after {
  transform: rotate(-45deg);
}

.modal-close:hover,
.modal-close:focus-visible {
  background: var(--butter);
  border-color: var(--butter);
  outline: 0;
}

.modal-close:hover::before,
.modal-close:hover::after,
.modal-close:focus-visible::before,
.modal-close:focus-visible::after {
  background: var(--espresso);
}

.donation-dialog-copy {
  align-self: start;
  padding-right: 10px;
}

.donation-dialog-copy .rule {
  margin-bottom: 26px;
}

.donation-dialog-copy h2 {
  font-size: clamp(42px, 4.1vw, 64px);
  line-height: 0.88;
  margin-bottom: 24px;
}

.donation-dialog-copy p {
  font-size: 16px;
  line-height: 1.46;
}

.donation-form,
.amount-picker,
.donor-grid {
  display: grid;
  gap: 10px;
}

.amount-picker {
  border: 0;
  margin: 0;
  padding: 0;
}

.amount-picker legend,
.secure-card-heading span {
  color: var(--butter);
  font-family: var(--display);
  font-size: 26px;
  line-height: 1;
  margin-bottom: 6px;
}

.amount-options {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.amount-options button {
  background: transparent;
  border: 1px solid rgba(255, 246, 223, 0.72);
  color: var(--cream);
  cursor: pointer;
  font: 700 14px/1 var(--body);
  min-height: 38px;
}

.amount-options button[aria-pressed="true"],
.amount-options button:hover,
.amount-options button:focus-visible {
  background: var(--butter);
  border-color: var(--butter);
  color: var(--espresso);
  outline: 0;
}

.donation-form label {
  display: grid;
}

.donation-form label span {
  background: var(--espresso);
  color: var(--cream);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px 0;
}

.donation-form input {
  background: var(--espresso);
  border: 0;
  color: var(--cream);
  font: 500 16px/1.4 var(--body);
  min-height: 38px;
  padding: 5px 10px 10px;
}

.donation-form input[type="number"] {
  appearance: textfield;
}

.donation-form input[type="number"]::-webkit-inner-spin-button,
.donation-form input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.donation-form input:focus {
  outline: 2px solid var(--butter);
  outline-offset: -2px;
}

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

.secure-card {
  display: grid;
  gap: 9px;
  margin-top: 2px;
}

.secure-card-heading {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.secure-card-heading small {
  color: var(--mist);
  font-size: 13px;
  min-height: 19px;
  text-align: right;
}

.banquest-card-fields {
  background: rgba(67, 40, 24, 0.58);
  min-height: 132px;
  overflow: hidden;
}

.donation-status {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  min-height: 18px;
}

.donation-status[data-state="error"],
.donation-status[data-state="warning"] {
  color: var(--butter);
}

.donation-status[data-state="success"] {
  color: var(--cream);
}

.donation-actions {
  display: flex;
  gap: 12px;
  justify-content: end;
}

.donation-actions .button {
  border: 0;
  cursor: pointer;
}

.donation-actions .button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.contact-hero {
  background:
    linear-gradient(rgba(189, 137, 89, 0.88), rgba(189, 137, 89, 0.96)),
    url("../assets/contact/img_contact back.png") center top / cover no-repeat;
  min-height: 980px;
  padding: 250px clamp(40px, 10.4vw, 200px) 140px;
}

.contact-grid {
  align-items: start;
  display: grid;
  gap: clamp(54px, 6.2vw, 118px);
  grid-template-columns: minmax(420px, 0.74fr) minmax(0, 1fr);
}

.contact-copy h1 {
  font-size: clamp(90px, 6.9vw, 132px);
  line-height: 0.82;
  margin-bottom: 28px;
}

.contact-details {
  display: grid;
  gap: 88px;
  grid-template-columns: 1fr 1fr;
  margin-top: 92px;
}

.contact-details h2 {
  color: var(--butter);
  font-size: 42px;
  margin-bottom: 12px;
}

.contact-form {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  justify-self: end;
  margin-top: 22px;
  max-width: 880px;
  width: 100%;
}

.contact-form label {
  display: grid;
}

.contact-form .full {
  grid-column: 1 / -1;
}

.contact-form span {
  background: var(--espresso);
  color: var(--cream);
  font-size: 12px;
  font-weight: 700;
  padding: 7px 10px 0;
}

.contact-form input,
.contact-form textarea {
  background: var(--espresso);
  border: 0;
  color: var(--cream);
  font: 500 16px/1.4 var(--body);
  min-height: 74px;
  padding: 8px 14px 14px;
}

.contact-form textarea {
  min-height: 210px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--butter);
  outline-offset: -2px;
}

.contact-form button {
  background: var(--butter);
  border: 0;
  color: var(--espresso);
  cursor: pointer;
  font: 700 16px/1 var(--body);
  grid-column: 2;
  justify-self: end;
  min-width: 226px;
  min-height: 66px;
  padding: 13px 24px;
  text-transform: uppercase;
}

.site-footer {
  align-items: center;
  background: var(--espresso);
  border-radius: 110px 0 0 110px;
  display: grid;
  gap: 30px;
  grid-template-columns: auto 1fr auto;
  margin-left: auto;
  max-width: 1635px;
  min-height: 217px;
  padding: 38px 120px 38px 55px;
  position: relative;
  width: 85.16vw;
  z-index: 3;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  justify-content: center;
}

.site-footer a {
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer p {
  font-size: 15px;
  line-height: 1.35;
  margin: 0;
}

.site-footer p small {
  font-size: 10px;
  text-transform: uppercase;
}

.contact-footer {
  margin-top: 0;
}

@media (min-width: 981px) and (max-width: 1700px) {
  .donate-page {
    --donate-gutter: clamp(64px, 7.5vw, 128px);
  }

  .intro-grid,
  .build-section .split,
  .mission-grid,
  .legacy-copy {
    margin-inline: auto;
    max-width: none;
    width: calc(100% - (2 * var(--donate-gutter)));
  }

  .intro-grid {
    gap: clamp(48px, 5vw, 80px);
    grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
  }

  .intro-grid > *,
  .build-section .split > *,
  .mission-grid > * {
    min-width: 0;
  }

  .intro-grid h1 {
    font-size: clamp(56px, 4.82vw, 82px);
  }

  .intro-grid p:not(.rule) {
    font-size: clamp(16px, 1.35vw, 23px);
  }

  .video-card {
    width: 100%;
  }

  .donation-bar {
    gap: 14px clamp(24px, 3.7vw, 62px);
    padding-inline: clamp(34px, 4.6vw, 78px);
  }

  .build-section .split {
    gap: clamp(18px, 3vw, 50px);
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  }

  .build-section h2 {
    font-size: clamp(56px, 4.88vw, 83px);
    max-width: none;
  }

  .workshop-render {
    width: min(62vw, 1072px);
  }

  .mission-grid {
    gap: clamp(48px, 5.5vw, 94px);
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .mission-grid h2 {
    font-size: clamp(80px, 8vw, 136px);
  }

  .mission-grid p {
    font-size: clamp(17px, 1.35vw, 23px);
  }

  .legacy-copy h2 {
    font-size: clamp(78px, 7.813vw, 150px);
  }

  .legacy-section {
    height: 66.667vw;
    min-height: 0;
    padding: 12.5vw 0 5.73vw;
  }

  .legacy-copy {
    width: 79.427vw;
  }

  .legacy-kicker {
    gap: 3.958vw;
    margin-bottom: 0.625vw;
  }

  .legacy-kicker .rule {
    width: 18.49vw;
  }

  .legacy-arrow {
    border-radius: 0.938vw;
    height: 3.021vw;
    width: 3.75vw;
  }

  .legacy-arrow::before {
    font-size: 1.979vw;
  }

  .legacy-copy h2 {
    margin-bottom: 2.5vw;
  }

  .legacy-card {
    margin-left: -1.615vw;
    max-width: 44.531vw;
    min-height: 19.01vw;
    padding: 2.083vw 2.708vw 2.292vw;
  }

  .legacy-card p + p {
    margin-top: 1.875vw;
  }

  .story-section {
    height: 73.698vw;
    padding: 8.958vw 5.833vw 0;
  }

  .story-card {
    max-width: 86.771vw;
    min-height: 64.74vw;
    padding: 2.917vw 4.063vw 3.229vw;
  }

  .story-card::before {
    border-width: 4.948vw;
    height: 27.083vw;
    top: -0.938vw;
    width: 27.083vw;
  }

  .story-arrow {
    border-radius: 0.729vw;
    border-width: 2px;
    height: 2.396vw;
    left: 27vw;
    top: -5.625vw;
    width: 3.021vw;
  }

  .story-arrow::before {
    font-size: 1.563vw;
  }

  .story-copy {
    max-width: 33.854vw;
  }

  .story-copy .rule {
    margin-bottom: 1.354vw;
    margin-left: 1.25vw;
    transform: translateY(-7.396vw);
    width: 13.542vw;
  }

  .story-copy h2 {
    font-size: 6.667vw;
    margin-bottom: 1.458vw;
    margin-left: 1.25vw;
    max-width: 27.083vw;
    transform: translateY(-7.552vw);
  }

  .story-body {
    border-left-width: 2px;
    margin-top: -2.813vw;
    padding-left: 1.563vw;
  }

  .story-body p {
    font-size: clamp(13px, 0.99vw, 19px);
    margin-bottom: 1.25vw;
    max-width: 32.292vw;
  }

  .story-body strong {
    font-size: 1.615vw;
  }

  .story-card img {
    height: min(76.5vw, 1468px);
    right: clamp(62px, 9.9vw, 190px);
  }
}

@media (max-width: 980px) {
  .site-header {
    background: var(--espresso);
    height: auto;
    min-height: 86px;
    padding-left: 24px;
    pointer-events: auto;
  }

  .brand {
    background: transparent;
    height: auto;
    padding-left: 0;
    padding-top: 0;
    width: 190px;
  }

  .brand .logo-lockup {
    --logo-symbol-w: 44px;
    --logo-symbol-h: 46px;
    --logo-gap: 6px;
    --logo-word-w: 78px;
    --logo-rule-h: 2px;
    --logo-rule-gap: 3px;
    --logo-text-size: 14px;
    --logo-text-leading: 0.94;
  }

  .nav {
    background: transparent;
    flex-wrap: wrap;
    justify-content: end;
    height: auto;
    padding-right: 0;
    position: static;
    width: auto;
  }

  .nav a {
    align-items: center;
    flex: 0 0 auto;
    font-size: 11px;
    min-height: 43px;
    min-width: 82px;
    padding: 0 12px;
  }

  .nav a:nth-child(1),
  .nav a:nth-child(2),
  .nav a:nth-child(3),
  .nav a:nth-child(4) {
    flex: 0 0 auto;
  }

  .hero,
  .donation-intro,
  .contact-hero {
    padding-top: 165px;
  }

  .donation-intro {
    height: auto;
    min-height: 0;
    padding: 165px 24px 72px;
  }

  .intro-grid {
    gap: 42px;
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .intro-grid h1 {
    font-size: clamp(66px, 10vw, 88px);
  }

  .video-card {
    justify-self: stretch;
    width: 100%;
  }

  .donation-bar {
    height: auto;
    margin: 36px auto 0;
    max-width: 760px;
    padding: 24px;
    position: static;
    width: 100%;
  }

  .hero {
    min-height: 760px;
  }

  .break-section {
    min-height: 780px;
    padding-top: 135px;
  }

  .break-section h2 {
    font-size: clamp(72px, 12vw, 118px);
  }

  .break-section .split-copy p {
    max-width: 720px;
  }

  .class-grid,
  .split,
  .intro-grid,
  .mission-grid,
  .story-card,
  .levels-panel,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .class-grid {
    max-width: none;
  }

  .parent-section {
    margin-top: -74px;
    padding-inline: 18px;
    padding-top: 58px;
  }

  .parent-shell {
    border-radius: 50% 50% 0 0 / 15% 15% 0 0;
    min-height: 0;
    padding: 92px clamp(28px, 6vw, 58px) 72px;
  }

  .parent-photo {
    right: clamp(-260px, -22vw, -130px);
    top: 36px;
    width: min(126vw, 980px);
  }

  .parent-copy {
    padding-top: 18px;
  }

  .parent-copy h2 {
    max-width: 470px;
  }

  .parent-divider,
  .parent-columns {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .parent-divider {
    gap: 18px;
  }

  .parent-divider span:first-child {
    margin-left: 32px;
  }

  .parent-small-copy p {
    margin-bottom: 28px;
  }

  .parent-feature-copy {
    max-width: 720px;
  }

  .story-card,
  .levels-panel {
    border-radius: 0;
  }

  .story-section {
    height: auto;
    padding: 58px 18px;
  }

  .story-card {
    align-items: start;
    min-height: 0;
    overflow: hidden;
    padding: 70px clamp(28px, 7vw, 56px) 50px;
  }

  .story-copy {
    max-width: 650px;
  }

  .story-copy h2 {
    font-size: clamp(68px, 11vw, 98px);
    margin-left: 0;
    margin-bottom: 26px;
    transform: none;
  }

  .story-copy .rule {
    margin-left: 0;
    transform: none;
  }

  .story-body {
    margin-top: 0;
  }

  .story-card::before {
    height: 420px;
    left: 46%;
    top: 120px;
    width: 420px;
  }

  .story-arrow {
    left: min(420px, 58vw);
    top: 66px;
  }

  .story-card img {
    bottom: 0;
    height: 640px;
    max-width: none;
    opacity: 0.55;
    right: -38px;
  }

  .levels-section {
    height: auto;
    padding: 88px 22px 100px;
  }

  .levels-panel {
    align-items: start;
    height: auto;
    min-height: 0;
    padding: 92px clamp(28px, 7vw, 58px) 58px;
  }

  .levels-panel > img {
    max-width: min(78vw, 460px);
  }

  .donation-dialog {
    grid-template-columns: 1fr;
  }

  .video-dialog {
    max-width: 900px;
  }

  .legacy-section {
    height: auto;
    min-height: 780px;
    padding-top: 120px;
  }

  .legacy-copy h2 {
    font-size: clamp(62px, 10vw, 96px);
    line-height: 0.82;
    margin-bottom: 36px;
  }

  .legacy-card {
    margin-left: 0;
    max-width: 700px;
  }

  .levels-panel > img {
    justify-self: center;
    max-height: 520px;
    transform: none;
  }

  .contact-details {
    grid-template-columns: 1fr;
  }

  .contact-form {
    justify-self: stretch;
    max-width: none;
  }

  .site-footer {
    border-radius: 0;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-left: 0;
    max-width: none;
    min-height: 0;
    padding: 34px 24px;
    text-align: center;
    width: 100%;
  }

  .contact-footer {
    margin-top: 0;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 15px;
  }

  .site-header {
    display: block;
    padding: 18px 18px 0;
  }

  .brand {
    margin-bottom: 16px;
  }

  .nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-inline: -18px;
  }

  .nav a {
    min-height: 40px;
  }

  .hero,
  .donation-intro,
  .contact-hero {
    padding-inline: 22px;
    padding-top: 188px;
  }

  .intro-grid,
  .intro-grid > *,
  .mission-grid > * {
    min-width: 0;
    width: 100%;
  }

  .intro-grid h1 {
    font-size: clamp(48px, 14vw, 58px);
    line-height: 0.88;
  }

  .intro-grid h1 > span,
  .intro-grid h1 > em {
    white-space: normal;
  }

  .section {
    padding-inline: 22px;
  }

  .break-section {
    min-height: 700px;
    padding: 90px 22px 70px;
  }

  .break-section .rule {
    margin-bottom: 24px;
    width: 152px;
  }

  .break-section h2 {
    font-size: clamp(52px, 16vw, 78px);
    margin-bottom: 28px;
  }

  .break-section .split-copy p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .build-section {
    height: auto;
    min-height: 0;
    padding: 72px 22px 76px;
  }

  .build-section .split {
    grid-template-columns: minmax(0, 1fr);
    max-width: none;
  }

  .build-section .split-copy {
    max-width: 100%;
    min-width: 0;
  }

  .build-section h2 {
    font-size: clamp(42px, 12.8vw, 56px);
    line-height: 0.92;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .workshop-render {
    margin-top: 28px;
    max-width: 100%;
    transform: none;
    width: 100%;
  }

  .mission-section {
    height: auto;
    min-height: 0;
    padding: 104px 22px 58px;
  }

  .mission-grid {
    gap: 34px;
  }

  .mission-grid h2 {
    font-size: clamp(58px, 18vw, 72px);
  }

  .mission-grid p {
    font-size: 18px;
    line-height: 1.38;
  }

  .break-action {
    align-items: start;
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
    max-width: 100%;
  }

  .break-action > span {
    max-width: 210px;
    width: 56vw;
  }

  .break-action .outline-link {
    font-size: 22px;
    max-width: 100%;
    min-height: 42px;
    min-width: 190px;
    padding-left: 58px;
  }

  .parent-section {
    margin-top: -38px;
    padding: 42px 12px 0;
  }

  .parent-shell {
    border-radius: 46% 46% 0 0 / 8% 8% 0 0;
    padding: 76px 24px 54px;
  }

  .parent-photo {
    opacity: 0.48;
    right: -270px;
    top: 88px;
    width: 880px;
  }

  .parent-copy {
    padding-top: 0;
  }

  .parent-copy h2 {
    margin-bottom: 12px;
    max-width: 330px;
  }

  .parent-copy h2 span:first-child {
    font-size: clamp(60px, 18vw, 78px);
  }

  .parent-copy h2 em {
    font-size: clamp(66px, 20vw, 90px);
  }

  .parent-copy h2 span:last-child {
    font-size: clamp(52px, 15vw, 72px);
  }

  .subhead {
    font-size: 24px;
    line-height: 1;
  }

  .parent-divider,
  .parent-columns {
    gap: 26px;
    margin-bottom: 32px;
  }

  .parent-divider span:last-child {
    display: none;
  }

  .parent-small-copy {
    font-size: 20px;
    line-height: 1.05;
  }

  .parent-feature-copy {
    font-size: clamp(30px, 9vw, 42px);
  }

  .parent-bottom-rule {
    margin-bottom: 30px;
  }

  .legacy-section {
    min-height: 690px;
    padding-top: 70px;
  }

  .legacy-kicker {
    gap: 22px;
    margin-bottom: 22px;
  }

  .legacy-kicker .rule {
    width: min(48vw, 210px);
  }

  .legacy-arrow {
    border-radius: 13px;
    height: 44px;
    width: 54px;
  }

  .legacy-arrow::before {
    font-size: 28px;
  }

  .legacy-copy h2 {
    font-size: clamp(44px, 13vw, 68px);
    line-height: 0.86;
    margin-bottom: 28px;
  }

  .legacy-card {
    min-height: 0;
    padding: 28px 24px 32px;
  }

  .legacy-card p {
    font-size: 17px;
  }

  .legacy-card p + p {
    margin-top: 24px;
  }

  .story-card {
    padding: 52px 24px 34px;
  }

  .story-copy h2 {
    font-size: clamp(52px, 16vw, 74px);
    line-height: 0.86;
    margin-bottom: 22px;
  }

  .story-copy .rule {
    margin-bottom: 20px;
    width: min(58vw, 230px);
  }

  .story-arrow {
    border-radius: 11px;
    height: 36px;
    left: auto;
    right: 22px;
    top: 48px;
    width: 45px;
  }

  .story-arrow::before {
    font-size: 22px;
  }

  .story-body {
    padding-left: 18px;
  }

  .story-body p {
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 14px;
  }

  .story-body strong {
    font-size: 21px;
  }

  .story-card img {
    bottom: 0;
    height: 470px;
    opacity: 0.18;
    right: -170px;
  }

  .story-card::before {
    border-width: 64px;
    height: 270px;
    left: 42%;
    top: 150px;
    width: 270px;
  }

  .levels-section {
    padding: 56px 12px 72px;
  }

  .levels-panel {
    padding: 72px 18px 38px;
  }

  .levels-copy h2 {
    font-size: clamp(40px, 11.5vw, 48px);
    max-width: 100%;
  }

  .level-list article {
    grid-template-columns: 1fr;
  }

  .class-card.reveal-slide,
  .class-card.reveal-slide:nth-child(3n + 1),
  .class-card.reveal-slide:nth-child(3n),
  .workshop-render.reveal-slide,
  .mission-grid > :first-child.reveal-slide,
  .mission-grid > :last-child.reveal-slide,
  .contact-copy.reveal-slide,
  .contact-form.reveal-slide {
    transform: translate3d(0, 34px, 0);
  }

  .class-card.reveal-slide.is-visible,
  .workshop-render.reveal-slide.is-visible,
  .mission-grid > :first-child.reveal-slide.is-visible,
  .mission-grid > :last-child.reveal-slide.is-visible,
  .contact-copy.reveal-slide.is-visible,
  .contact-form.reveal-slide.is-visible {
    transform: translate3d(0, 0, 0);
  }

  h1 {
    font-size: clamp(54px, 16vw, 74px);
  }

  h2 {
    font-size: clamp(42px, 14vw, 64px);
  }

  .home-hero {
    background:
      linear-gradient(rgba(81, 47, 27, 0.72), rgba(81, 47, 27, 0.88)),
      url("../assets/home/img hero.png") 58% top / cover no-repeat;
  }

  .home-hero h1 span {
    white-space: normal;
  }

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

  .class-card {
    min-height: 310px;
  }

  .donation-bar {
    gap: 12px;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .donation-bar span,
  .donation-bar .button {
    grid-column: 1;
  }

  .donation-bar span {
    font-size: 12px;
  }

  .donation-bar .button {
    font-size: 30px;
  }

  .button {
    width: 100%;
  }

  .level-list article {
    align-items: start;
    gap: 8px;
    grid-template-columns: 1fr;
    padding: 18px 0;
  }

  .level-list a {
    justify-self: start;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .donation-modal {
    align-items: stretch;
    padding: 0;
  }

  .donation-dialog {
    gap: 6px;
    height: 100dvh;
    max-height: 100dvh;
    padding: 52px 16px 16px;
    scrollbar-color: rgba(255, 246, 223, 0.45) transparent;
    scrollbar-width: thin;
  }

  .donation-dialog::-webkit-scrollbar {
    width: 5px;
  }

  .donation-dialog::-webkit-scrollbar-track {
    background: transparent;
  }

  .donation-dialog::-webkit-scrollbar-thumb {
    background: rgba(255, 246, 223, 0.45);
    border-radius: 999px;
  }

  .video-modal {
    padding: 12px;
  }

  .video-dialog {
    padding: 48px 14px 14px;
  }

  .modal-close {
    height: 36px;
    right: 12px;
    top: 12px;
    width: 36px;
  }

  .modal-close::before,
  .modal-close::after {
    left: 8px;
    top: 16px;
    width: 18px;
  }

  .donation-dialog-copy {
    padding-right: 0;
  }

  .donation-dialog-copy .rule {
    display: none;
  }

  .donation-dialog-copy h2 {
    font-size: 25px;
    line-height: 0.95;
    margin-bottom: 0;
    white-space: nowrap;
  }

  .donation-dialog-copy p {
    display: none;
  }

  .amount-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .donor-grid label:nth-child(-n + 2) {
    grid-column: 1 / -1;
  }

  .donation-form,
  .amount-picker,
  .donor-grid,
  .secure-card {
    gap: 8px;
    min-width: 0;
    width: 100%;
  }

  .amount-picker legend,
  .secure-card-heading span {
    font-size: 24px;
  }

  .donation-form input {
    min-height: 38px;
    min-width: 0;
    padding: 4px 10px 8px;
    width: 100%;
  }

  .amount-options button {
    min-height: 36px;
  }

  .banquest-card-fields {
    min-height: 210px;
    width: 100%;
  }

  .donation-status:empty {
    min-height: 0;
  }

  .donation-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .donation-actions .button {
    font-size: 28px;
    min-width: 0;
    min-height: 50px;
    padding: 7px 10px 9px;
    width: 100%;
  }

  .contact-form button {
    grid-column: 1;
    width: 100%;
  }
}
