@font-face {
  font-family: "Fraunces Assados";
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
  src: url("./assets/fonts/fraunces-display.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope Assados";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("./assets/fonts/manrope-body.woff2") format("woff2");
}

:root {
  --paper: #f4f0e9;
  --ink: #11100f;
  --red: #e6351d;
  --signal: #0c58f2;
  --line: #2d2a26;
  --muted: #6f685e;
  --display: "Fraunces Assados", Georgia, serif;
  --body: "Manrope Assados", "Helvetica Neue", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
}

button,
a,
summary {
  font: inherit;
}

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

a {
  color: inherit;
}

h1,
h2,
p,
figure {
  margin: 0;
}

h1,
h2 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: 0;
}

.skip-link {
  left: 1rem;
  position: fixed;
  top: -4rem;
  z-index: 20;
  background: var(--ink);
  color: var(--paper);
  padding: 0.75rem 1rem;
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 82rem;
  min-height: 5rem;
  padding: 0 2.25rem;
}

.wordmark {
  font-family: var(--body);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.wordmark span {
  color: var(--red);
}

.status-note,
.eyebrow,
.section-index,
footer {
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.status-note {
  color: var(--muted);
}

.eyebrow,
.section-index {
  color: var(--signal);
}

.hero,
.course-access,
.learning,
.tension,
.path,
.content,
.evidence,
.social-proof,
.certificate,
.decision,
.questions,
.closing {
  margin: 0 auto;
  max-width: 82rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.hero {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1.08fr) minmax(24rem, 0.92fr);
  min-height: 44rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.hero-copy {
  max-width: 43rem;
}

.hero h1 {
  font-size: 4.5rem;
  line-height: 0.93;
  margin-top: 1.25rem;
}

.hero-highlight {
  color: var(--red);
}

.course-access {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(26rem, 1fr);
  padding-bottom: 6.5rem;
  padding-top: 6.5rem;
}

.course-access-copy {
  max-width: 33rem;
}

.course-access h2 {
  font-size: 3.2rem;
  line-height: 0.95;
  margin-top: 1rem;
}

.course-access-copy > p:last-child {
  color: var(--muted);
  margin-top: 1.5rem;
  max-width: 29rem;
}

.course-access-visual {
  background: #d6d0c8;
  border-bottom: 1px solid var(--line);
  margin: 0;
  overflow: hidden;
}

.course-access-visual img {
  width: 100%;
}

.course-access-visual figcaption {
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.85rem 1rem;
}

.lede {
  font-size: 1.2rem;
  line-height: 1.55;
  margin-top: 1.75rem;
  max-width: 34rem;
}

.cta {
  background: var(--red);
  border: 1px solid var(--red);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0;
  margin-top: 2rem;
  min-height: 3.6rem;
  padding: 0.9rem 1.25rem;
}

.cta:focus-visible,
summary:focus-visible,
.wordmark:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 4px;
}

.cta:not(:disabled):hover {
  background: var(--ink);
  border-color: var(--ink);
}

.cta:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.hero-image {
  align-self: stretch;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 35rem;
}

.hero-reel-stage {
  min-height: 32rem;
  overflow: hidden;
  position: relative;
}

.hero-reel-scene {
  align-items: end;
  display: grid;
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: translate3d(0, 1.5rem, 0) scale(0.985);
  transition: opacity 720ms ease, transform 720ms ease;
}

.hero-reel-scene.is-active {
  opacity: 1;
  transform: none;
}

.hero-reel-scene--course {
  justify-items: center;
}

.hero-reel-scene--course img {
  align-self: end;
  justify-self: center;
  max-height: 34rem;
  object-fit: contain;
}

.hero-reel-scene--prep video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-reel-label {
  background: var(--ink);
  bottom: 0;
  color: var(--paper);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 700;
  margin: 0;
  padding: 0.55rem 0.65rem;
  position: absolute;
  text-transform: uppercase;
}

body[data-motion="ready"] .hero-reel-scene--course img {
  animation: course-drift 7s ease-in-out infinite alternate;
}

.hero-image figcaption {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  font-family: var(--mono);
  font-size: 0.74rem;
  gap: 0.7rem;
  line-height: 1.35;
  padding: 0.8rem 0;
  text-transform: uppercase;
}

.hero-image figcaption span:first-child {
  color: var(--red);
  font-weight: 700;
}

.learning {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(18rem, 0.68fr) minmax(25rem, 1fr);
  padding-bottom: 7rem;
  padding-top: 7rem;
}

.learning-intro h2,
.social-proof h2 {
  font-size: 3.2rem;
  line-height: 0.95;
  margin-top: 1rem;
}

.learning-intro > p:last-child,
.proof-heading > p:last-child {
  color: var(--muted);
  margin-top: 1.5rem;
  max-width: 31rem;
}

.learning-map {
  align-content: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.learning-map li {
  align-items: baseline;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 2.3rem 1fr;
  min-height: 5.75rem;
  padding: 1.15rem 0.8rem 1.15rem 0;
}

.learning-map strong {
  color: var(--red);
  font-family: var(--mono);
  font-size: 0.72rem;
}

.learning-map span {
  font-family: var(--display);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.05;
}

.preparation-showcase {
  border-top: 1px solid var(--line);
  grid-column: 1 / -1;
  padding-top: 1.3rem;
}

.preparation-heading {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(13rem, 0.38fr) minmax(20rem, 0.9fr) minmax(14rem, 0.44fr);
}

.preparation-heading h3 {
  font-family: var(--display);
  font-size: 2.45rem;
  font-weight: 700;
  line-height: 0.98;
  margin: 0;
}

.preparation-heading > p:last-child {
  color: var(--muted);
  margin: 0;
  max-width: 22rem;
}

.preparation-gallery {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(12rem, 1fr));
  margin-top: 2.25rem;
}

.preparation-tile {
  background: #d6d0c8;
  border: 1px solid var(--line);
  margin: 0;
  min-height: 12rem;
  overflow: hidden;
  position: relative;
}

.preparation-tile:nth-child(1) {
  grid-column: span 4;
  grid-row: span 2;
}

.preparation-tile:nth-child(2),
.preparation-tile:nth-child(3) {
  grid-column: span 4;
}

.preparation-tile:nth-child(4) {
  grid-column: span 3;
}

.preparation-tile:nth-child(5) {
  grid-column: span 4;
}

.preparation-tile:nth-child(6) {
  grid-column: span 5;
}

.preparation-tile:nth-child(7) {
  grid-column: span 7;
}

.preparation-tile img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.035);
  width: 100%;
}

body[data-motion="ready"] .preparation-tile img {
  animation: preparation-pan 10s ease-in-out infinite alternate;
}

.preparation-tile:nth-child(2) img {
  animation-delay: -2s;
}

.preparation-tile:nth-child(3) img {
  animation-delay: -5s;
}

.preparation-tile:nth-child(4) img {
  animation-delay: -7s;
}

.preparation-tile:nth-child(5) img {
  animation-delay: -3s;
}

.preparation-tile:nth-child(6) img {
  animation-delay: -6s;
}

.preparation-tile:nth-child(7) img {
  animation-delay: -4s;
}

.preparation-tile figcaption {
  background: var(--ink);
  bottom: 0;
  color: var(--paper);
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 700;
  left: 0;
  padding: 0.55rem 0.65rem;
  position: absolute;
  text-transform: uppercase;
}

.tension {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(10rem, 0.34fr) minmax(20rem, 0.88fr) minmax(14rem, 0.46fr);
  padding-bottom: 7rem;
  padding-top: 7rem;
}

.tension h2,
.content h2,
.evidence h2,
.questions h2,
.closing h2 {
  font-size: 2.9rem;
  line-height: 0.98;
}

.tension > p:last-child,
.content > p:last-child,
.evidence-copy > p:last-child {
  align-self: end;
  color: var(--muted);
  font-size: 1rem;
}

.path {
  background: var(--ink);
  color: var(--paper);
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(15rem, 0.65fr) minmax(22rem, 1fr);
  max-width: none;
  padding-bottom: 7rem;
  padding-top: 7rem;
}

.path .section-heading {
  margin-left: auto;
  max-width: 32rem;
  width: min(100%, 78rem);
}

.path .section-index {
  color: #93b5ff;
}

.path h2 {
  font-size: 3.2rem;
  line-height: 0.95;
  margin-top: 1rem;
}

.path ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.path li {
  align-items: baseline;
  border-top: 1px solid #5e5b57;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 4rem 1fr;
  padding: 1.25rem 0;
}

.path li:last-child {
  border-bottom: 1px solid #5e5b57;
}

.path strong {
  color: #93b5ff;
  font-family: var(--mono);
  font-size: 0.9rem;
}

.path li span {
  font-size: 1.18rem;
  font-weight: 700;
}

.content {
  display: grid;
  gap: 4rem;
  padding-bottom: 7rem;
  padding-top: 7rem;
}

.content-intro {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(10rem, 0.26fr) minmax(20rem, 0.85fr) minmax(15rem, 0.5fr);
}

.content-intro h2 {
  font-size: 3.2rem;
  line-height: 0.95;
  margin: 0;
}

.content-intro > p:last-child {
  border-left: 4px solid var(--red);
  margin: 0;
  padding-left: 1.15rem;
}

.course-modules {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.course-module {
  display: flex;
  flex-direction: column;
  min-height: 19rem;
  padding: 1.5rem;
}

.course-module + .course-module {
  border-left: 1px solid var(--line);
}

.module-index {
  color: var(--red);
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 700;
  margin: 0;
}

.course-module h3 {
  font-family: var(--display);
  font-size: 2rem;
  line-height: 0.98;
  margin: 1.35rem 0 auto;
  max-width: 12rem;
}

.course-module ul {
  list-style: none;
  margin: 2.5rem 0 0;
  padding: 0;
}

.course-module li {
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
  padding: 0.7rem 0;
}

.course-module li:last-child {
  border-bottom: 1px solid var(--line);
}

.evidence {
  align-items: center;
  background: #1c1a18;
  color: var(--paper);
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(24rem, 1fr);
  max-width: none;
  padding-bottom: 6.5rem;
  padding-top: 6.5rem;
}

.evidence .section-index {
  color: #93b5ff;
}

.evidence-copy {
  margin-left: auto;
  max-width: 29rem;
  width: min(100%, 29rem);
}

.evidence h2 {
  margin-top: 1rem;
}

.evidence-copy > p:last-child {
  color: #d5d0c8;
  margin-top: 1.5rem;
}

.evidence figure {
  aspect-ratio: 1367 / 1078;
  border-left: 1px solid #6e6a65;
  display: grid;
  overflow: hidden;
}

.evidence figure img {
  align-self: end;
  padding: 1.5rem 1.5rem 0;
  width: 100%;
}

.evidence .evidence-food {
  aspect-ratio: 1 / 1;
}

.evidence .evidence-food img {
  align-self: center;
  height: 100%;
  object-fit: contain;
  padding: 1.5rem;
}

.social-proof {
  background: #d9e2ff;
  max-width: none;
  padding-bottom: 7rem;
  padding-top: 7rem;
}

.proof-heading {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(10rem, 0.28fr) minmax(20rem, 0.9fr) minmax(14rem, 0.44fr);
  margin: 0 auto 4rem;
  max-width: 82rem;
}

.proof-heading h2 {
  grid-column: 2;
}

.proof-heading > p:last-child {
  align-self: end;
  grid-column: 3;
}

.proof-carousel {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  margin: 0 auto;
  max-width: 82rem;
}

.proof-stage {
  align-items: start;
  display: grid;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 36rem;
  overflow: hidden;
  padding: 2rem 0;
}

.proof-slide {
  display: none;
  min-width: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.proof-slide.is-active {
  align-items: start;
  display: grid;
  opacity: 1;
  pointer-events: auto;
}

.proof-slide figure {
  margin: 0;
  text-align: center;
}

.proof-slide img {
  box-shadow: 0 0.65rem 1.5rem rgb(17 16 15 / 15%);
  max-height: 33rem;
  max-width: 100%;
  width: auto;
}

.carousel-index,
.carousel-status {
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.carousel-controls {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  justify-content: flex-end;
  min-height: 4.5rem;
}

.carousel-status {
  min-width: 4rem;
  text-align: center;
}

.carousel-control {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.35rem;
  height: 2.75rem;
  justify-content: center;
  padding: 0;
  width: 2.75rem;
}

.carousel-control:hover {
  background: var(--ink);
  color: var(--paper);
}

.carousel-control:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 4px;
}

.certificate {
  background: #e9dfd0;
  display: grid;
  gap: 4rem 5rem;
  grid-template-columns: minmax(16rem, 0.62fr) minmax(25rem, 1fr);
  max-width: none;
  padding-bottom: 7rem;
  padding-top: 7rem;
}

.certificate-intro {
  align-self: center;
  justify-self: end;
  max-width: 28rem;
  width: 100%;
}

.certificate h2 {
  font-size: 3.2rem;
  line-height: 0.95;
  margin-top: 1rem;
}

.certificate-intro > p:last-child {
  color: #51483e;
  margin-top: 1.5rem;
  max-width: 25rem;
}

.certificate-preview {
  border: 1px solid #a69988;
  box-shadow: 0 1.25rem 2.5rem rgb(17 16 15 / 16%);
  margin: 0;
  min-width: 0;
  overflow: hidden;
}

.certificate-preview img {
  width: 100%;
}

.decision {
  background: var(--red);
  color: #fff;
  max-width: none;
  padding-bottom: 7rem;
  padding-top: 7rem;
  text-align: center;
}

.decision .section-index {
  color: #fff;
}

.decision h2 {
  font-size: 3.3rem;
  line-height: 0.95;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
}

.decision-contrast,
.decision-intro {
  font-size: 1.08rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 37rem;
}

.decision-contrast {
  font-weight: 800;
  margin-top: 1.5rem;
}

.decision-intro {
  margin-top: 0.85rem;
}

.price-anchor {
  border-bottom: 1px solid rgb(255 255 255 / 62%);
  border-top: 1px solid rgb(255 255 255 / 62%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 3rem auto 0;
  max-width: 60rem;
  text-align: left;
}

.price-anchor-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 11rem;
  padding: 1.4rem;
}

.price-anchor-item + .price-anchor-item {
  border-left: 1px solid rgb(255 255 255 / 62%);
}

.price-anchor-item strong {
  font-family: var(--display);
  font-size: 3rem;
  line-height: 0.9;
}

.price-anchor-item span {
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25;
  max-width: 13rem;
}

.price-kicker {
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 700;
  margin: 2.75rem auto 0;
}

.price {
  font-family: var(--display);
  font-size: 8.25rem;
  font-weight: 700;
  line-height: 0.82;
  margin-top: 2.25rem;
}

.price span {
  font-family: var(--body);
  font-size: 1.5rem;
  font-weight: 800;
  vertical-align: top;
}

.price-context {
  font-size: 1.05rem;
  margin: 1.75rem auto 0;
  max-width: 30rem;
}

.cta--light {
  background: #fff;
  border-color: #fff;
  color: var(--red);
}

.cta--light:not(:disabled):hover {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.checkout-status {
  font-family: var(--mono);
  font-size: 0.75rem;
  margin: 1.25rem auto 0;
  max-width: 36rem;
}

.questions {
  padding-bottom: 7rem;
  padding-top: 7rem;
}

.questions h2 {
  margin: 1rem 0 3rem;
  max-width: 39rem;
}

details {
  border-top: 1px solid var(--line);
  max-width: 58rem;
  padding: 1.2rem 0;
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  font-size: 1.12rem;
  font-weight: 800;
}

details p {
  color: var(--muted);
  max-width: 48rem;
  padding: 1rem 1.7rem 0;
}

.closing {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(8rem, 0.3fr) minmax(20rem, 0.85fr) minmax(12rem, 0.3fr);
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.closing h2 {
  max-width: 39rem;
}

.closing .cta {
  align-self: end;
  justify-self: end;
  margin-top: 0;
}

footer {
  background: var(--ink);
  color: var(--paper);
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  padding: 1.25rem 2.25rem;
}

body[data-motion="ready"] [data-reveal] {
  opacity: 0;
  transform: translateY(1rem);
}

body[data-motion="ready"] [data-reveal].is-visible {
  opacity: 1;
  transform: none;
  transition: opacity 560ms ease-out, transform 560ms ease-out;
}

body[data-motion="ready"] [data-cascade] > * {
  opacity: 0;
  transform: translate3d(0, 1.75rem, 0);
}

body[data-motion="ready"] [data-cascade].is-visible > * {
  animation: editorial-arrival 680ms cubic-bezier(0.2, 0.72, 0.25, 1) both;
}

body[data-motion="ready"] [data-cascade].is-visible > :nth-child(2) {
  animation-delay: 130ms;
}

body[data-motion="ready"] [data-cascade].is-visible > :nth-child(3) {
  animation-delay: 260ms;
}

body[data-motion="ready"] [data-cascade].is-visible > :nth-child(4) {
  animation-delay: 390ms;
}

body[data-motion="ready"] [data-cascade].is-visible > :nth-child(5) {
  animation-delay: 520ms;
}

body[data-motion="ready"] [data-cascade].is-visible > :nth-child(6) {
  animation-delay: 650ms;
}

body[data-motion="ready"] [data-cascade].is-visible > :nth-child(7) {
  animation-delay: 780ms;
}

body[data-motion="ready"] .certificate-preview[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 2rem, 0) rotate(0.65deg);
}

body[data-motion="ready"] .certificate-preview[data-reveal].is-visible {
  opacity: 1;
  transform: none;
  transition: opacity 720ms ease-out, transform 720ms cubic-bezier(0.2, 0.72, 0.25, 1);
}

@keyframes course-drift {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-0.65rem);
  }
}

@keyframes preparation-pan {
  from {
    transform: scale(1.035) translate3d(-0.45rem, 0.2rem, 0);
  }

  to {
    transform: scale(1.09) translate3d(0.5rem, -0.35rem, 0);
  }
}

@keyframes editorial-arrival {
  from {
    opacity: 0;
    transform: translate3d(0, 1.75rem, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 700px) {
  .site-header,
  .hero,
  .course-access,
  .learning,
  .tension,
  .path,
  .content,
  .evidence,
  .social-proof,
  .certificate,
  .decision,
  .questions,
  .closing {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .site-header {
    min-height: 4.25rem;
  }

  .status-note {
    font-size: 0.62rem;
  }

  .hero {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    min-height: auto;
    padding-bottom: 4.5rem;
    padding-top: 3.75rem;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .lede {
    font-size: 1.05rem;
  }

  .cta {
    width: 100%;
  }

  .hero-image {
    min-height: 24rem;
    width: 100%;
  }

  .course-access {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
  }

  .course-access h2 {
    font-size: 2.65rem;
  }

  .hero-reel-stage {
    min-height: 23rem;
  }

  .hero-reel-scene--course img {
    max-height: 23rem;
  }

  .learning,
  .tension,
  .path,
  .content,
  .evidence,
  .social-proof,
  .certificate,
  .closing {
    display: block;
  }

  .tension,
  .learning,
  .content,
  .questions {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
  }

  .tension h2,
  .learning h2,
  .content h2,
  .evidence h2,
  .certificate h2,
  .questions h2,
  .closing h2,
  .path h2 {
    font-size: 2.35rem;
    line-height: 0.98;
    margin-top: 1rem;
  }

  .tension > p:last-child,
  .learning-intro > p:last-child,
  .content-intro > p:last-child {
    margin-top: 1.5rem;
  }

  .content-intro {
    display: block;
  }

  .course-modules {
    display: block;
    margin-top: 2.5rem;
  }

  .course-module {
    min-height: 0;
  }

  .course-module + .course-module {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .course-module h3 {
    max-width: 16rem;
  }

  .path,
  .evidence,
  .social-proof,
  .certificate,
  .decision {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
  }

  .path .section-heading,
  .evidence-copy,
  .certificate-intro {
    margin-left: 0;
    max-width: none;
    width: auto;
  }

  .path ol {
    margin-top: 2.5rem;
  }

  .path li {
    grid-template-columns: 2.75rem 1fr;
  }

  .path li span {
    font-size: 1.02rem;
  }

  .evidence figure {
    margin-top: 2.75rem;
  }

  .evidence figure img {
    padding: 1rem 1rem 0;
  }

  .learning-map {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

  .preparation-showcase {
    margin-top: 2.5rem;
  }

  .preparation-heading {
    display: block;
  }

  .preparation-heading > p:last-child {
    margin-top: 1.35rem;
  }

  .preparation-gallery {
    gap: 0.65rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    margin-top: 1.75rem;
  }

  .preparation-tile {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 10.5rem;
  }

  .preparation-tile:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 22rem;
  }

  .preparation-tile:nth-child(6),
  .preparation-tile:nth-child(7) {
    grid-column: span 2;
  }

  .proof-heading {
    display: block;
    margin-bottom: 2.5rem;
  }

  .proof-heading > p:last-child {
    margin-top: 1.5rem;
  }

  .proof-stage {
    display: block;
    min-height: 31rem;
  }

  .proof-slide {
    grid-template-columns: 1fr;
  }

  .proof-slide figure {
    justify-self: center;
    max-height: 27rem;
  }

  .proof-slide img {
    max-height: 27rem;
  }

  .carousel-controls {
    justify-content: center;
  }

  .certificate-preview {
    margin-top: 2.75rem;
  }

  .decision h2 {
    font-size: 2.65rem;
  }

  .price-anchor {
    display: block;
    margin-top: 2.5rem;
  }

  .price-anchor-item {
    min-height: 0;
    padding: 1.25rem 0;
  }

  .price-anchor-item + .price-anchor-item {
    border-left: 0;
    border-top: 1px solid rgb(255 255 255 / 62%);
  }

  .price-anchor-item strong {
    font-size: 2.45rem;
  }

  .price-anchor-item span {
    margin-top: 0.65rem;
    max-width: 19rem;
  }

  .price {
    font-size: 6.75rem;
  }

  .questions h2 {
    margin-bottom: 2.25rem;
  }

  .closing {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
  }

  .closing .cta {
    justify-self: stretch;
    margin-top: 1.25rem;
  }

  footer {
    font-size: 0.62rem;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
  }
}

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