:root {
  --deep: #0e2a21;
  --deep-2: #071914;
  --evergreen: #12382b;
  --olive: #5e6f4f;
  --olive-2: #95a77c;
  --cream: #f4e9d6;
  --cream-2: #fff7e8;
  --gold: #c7a25a;
  --gold-2: #e1bf72;
  --cedar: #7a4a2f;
  --rust: #b96132;
  --ink: #11231d;
  --muted: #52645a;
  --line-dark: rgba(199, 162, 90, 0.28);
  --line-light: rgba(14, 42, 33, 0.14);
  --shadow-soft: 0 18px 60px rgba(7, 25, 20, 0.22);
  --shadow-deep: 0 26px 90px rgba(0, 0, 0, 0.34);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --max: 1180px;
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--deep-2);
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--cream);
  background:
    radial-gradient(circle at 12% 8%, rgba(199, 162, 90, 0.14), transparent 26rem),
    radial-gradient(circle at 84% 14%, rgba(94, 111, 79, 0.28), transparent 32rem),
    linear-gradient(180deg, var(--deep-2), var(--deep) 30%, #102b22 68%, var(--deep-2));
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    radial-gradient(rgba(244, 233, 214, 0.22) 0.8px, transparent 0.8px),
    radial-gradient(rgba(199, 162, 90, 0.15) 0.7px, transparent 0.7px);
  background-size: 34px 34px, 58px 58px;
  background-position: 0 0, 12px 18px;
  mix-blend-mode: screen;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input,
select {
  font: inherit;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  transform: translateY(-140%);
  padding: 0.75rem 1rem;
  color: var(--deep);
  background: var(--gold-2);
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
  outline: 3px solid var(--cream);
  outline-offset: 2px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 1.05rem 0.35rem;
  transition: padding 180ms ease, background-color 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
  margin-top: 10px;
  padding: 0.78rem 1rem;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background: rgba(7, 25, 20, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: max-content;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--gold-2);
}

.brand-mark svg {
  width: 100%;
  height: 100%;
}

.brand-mark path,
.brand-mark circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-mark circle {
  fill: currentColor;
  stroke: none;
}

.brand-name {
  color: var(--cream-2);
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.4vw, 2.05rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.brand-name span {
  color: var(--gold-2);
  font-style: italic;
  font-weight: 600;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.75rem, 2vw, 1.8rem);
  color: rgba(244, 233, 214, 0.84);
  font-size: 0.95rem;
  font-weight: 650;
}

.site-nav a {
  position: relative;
  padding: 0.55rem 0;
}

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.28rem;
  height: 2px;
  background: var(--gold-2);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta {
  padding: 0.72rem 1rem !important;
  color: var(--deep);
  background: var(--gold-2);
  border-radius: 999px;
  box-shadow: inset 0 -2px 0 rgba(7, 25, 20, 0.14);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 740px;
  padding: 5.8rem 0 5.2rem;
}

.hero-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 60% 24%, rgba(94, 111, 79, 0.52), transparent 24rem),
    radial-gradient(circle at 80% 40%, rgba(122, 74, 47, 0.16), transparent 23rem),
    linear-gradient(135deg, rgba(7, 25, 20, 0.2), rgba(14, 42, 33, 0.65));
}

.hero-background::before,
.hero-background::after {
  content: "";
  position: absolute;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  opacity: 0.38;
}

.hero-background::before {
  width: 580px;
  height: 580px;
  top: 72px;
  right: -160px;
}

.hero-background::after {
  width: 360px;
  height: 360px;
  left: -140px;
  bottom: 80px;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.8rem);
}

.eyebrow,
.section-kicker {
  margin: 0 0 1rem;
  color: var(--gold-2);
  font-size: 0.81rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--cream-2);
}

.eyebrow span::before,
.section-kicker::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.45rem;
  background: var(--olive-2);
  border-radius: 999px 0 999px 999px;
  transform: rotate(45deg);
}

.hero h1,
.section-heading h2,
.cta-card h2 {
  margin: 0;
  color: var(--cream-2);
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(4rem, 8vw, 7.65rem);
  text-wrap: balance;
}

.hero-lede {
  max-width: 670px;
  margin: 1.55rem 0 0;
  color: #fff2db;
  font-size: clamp(1.25rem, 2.3vw, 1.76rem);
  line-height: 1.48;
  letter-spacing: -0.02em;
}

.hero-body {
  max-width: 650px;
  margin: 1rem 0 0;
  color: rgba(244, 233, 214, 0.82);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}

.hero-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.92rem 1.3rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button:focus-visible,
input:focus-visible,
select:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(225, 191, 114, 0.72);
  outline-offset: 3px;
}

.button-primary {
  color: var(--deep);
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22), inset 0 -2px 0 rgba(7, 25, 20, 0.12);
}

.button-secondary {
  color: var(--cream-2);
  background: rgba(244, 233, 214, 0.08);
  border-color: var(--line-dark);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.spark-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.78rem;
  margin-top: 2rem;
}

.spark-pills span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0.62rem 0.88rem;
  color: rgba(244, 233, 214, 0.9);
  background: rgba(244, 233, 214, 0.06);
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  font-weight: 700;
}

.spark-pills svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--olive-2);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-visual {
  position: relative;
  min-height: 650px;
}

.pax-frame {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 520px);
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 44px;
  background: #102d23;
  box-shadow: var(--shadow-deep);
}

.pax-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 58%, rgba(7, 25, 20, 0.6)),
    radial-gradient(circle at 50% 18%, transparent 0 42%, rgba(7, 25, 20, 0.24) 72%);
}

.pax-frame img {
  width: 100%;
  height: auto;
}

.pax-quote {
  position: absolute;
  z-index: 3;
  right: 1.15rem;
  bottom: 1.15rem;
  width: min(300px, calc(100% - 2.3rem));
  padding: 1rem;
  color: var(--cream-2);
  background: rgba(7, 25, 20, 0.72);
  border: 1px solid var(--line-dark);
  border-radius: 22px;
  backdrop-filter: blur(14px);
}

.quote-label {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.spark-preview {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: min(88%, 380px);
  padding: 1.25rem;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 250, 239, 0.98), rgba(244, 233, 214, 0.96)),
    var(--cream);
  border: 1px solid rgba(199, 162, 90, 0.45);
  border-radius: 28px;
  box-shadow: var(--shadow-deep);
}

.preview-topline,
.week-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--olive);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.spark-preview h2 {
  margin: 0.8rem 0 0;
  color: var(--deep);
  font-family: var(--font-serif);
  font-size: 2.05rem;
  line-height: 1;
  letter-spacing: -0.045em;
}

.spark-preview p {
  margin: 0.75rem 0 0;
  color: #394d42;
  line-height: 1.6;
}

.preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.preview-actions span {
  padding: 0.5rem 0.72rem;
  color: var(--deep);
  background: #eef1df;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.chapter-card-mini {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.78rem;
  align-items: center;
  margin-top: 1rem;
  padding: 0.9rem;
  color: var(--cream-2);
  background: linear-gradient(135deg, var(--deep), #173f30);
  border-radius: 20px;
}

.chapter-card-mini .mini-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--deep);
  background: var(--gold-2);
  border-radius: 14px;
  font-size: 1.25rem;
}

.chapter-card-mini strong {
  color: var(--cream-2);
}

.chapter-card-mini span:last-child {
  color: rgba(244, 233, 214, 0.78);
  font-size: 0.88rem;
  line-height: 1.45;
}

.section {
  position: relative;
  padding: clamp(5rem, 8vw, 7.2rem) 0;
}

.section-light {
  color: var(--ink);
  background:
    radial-gradient(circle at 4% 6%, rgba(199, 162, 90, 0.22), transparent 24rem),
    radial-gradient(circle at 96% 100%, rgba(94, 111, 79, 0.2), transparent 26rem),
    var(--cream-2);
}

.section-light .section-heading h2,
.section-light .cta-card h2 {
  color: var(--deep);
}

.section-light .section-heading p,
.section-light .promise-copy p,
.section-light .spark-card p,
.section-light .not-card p {
  color: var(--muted);
}

.split-grid,
.experience-grid,
.pax-grid,
.not-grid,
.cta-card,
.footer-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.split-grid,
.experience-grid,
.pax-grid,
.not-grid,
.cta-card {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: center;
}

.section-heading h2,
.cta-card h2 {
  max-width: 760px;
  font-size: clamp(2.65rem, 5.2vw, 5rem);
  text-wrap: balance;
}

.section-heading p:not(.section-kicker),
.promise-copy p,
.cta-card p {
  max-width: 720px;
  margin: 1.15rem 0 0;
  color: rgba(244, 233, 214, 0.78);
  font-size: clamp(1.02rem, 1.4vw, 1.16rem);
  line-height: 1.75;
}

.centered {
  max-width: 860px;
  margin: 0 auto 3rem;
  text-align: center;
}

.centered h2,
.centered p {
  margin-left: auto;
  margin-right: auto;
}

.meaning-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.meaning-list span {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 0.8rem;
  color: var(--deep);
  background: #edf0df;
  border: 1px solid var(--line-light);
  border-radius: 18px;
  font-weight: 900;
}

.steps-grid,
.sparks-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.step-card,
.spark-card,
.not-card,
.week-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
}

.step-card {
  min-height: 285px;
  padding: 1.35rem;
  background: linear-gradient(180deg, rgba(244, 233, 214, 0.08), rgba(244, 233, 214, 0.045));
  border: 1px solid var(--line-dark);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
}

.step-card::before,
.spark-card::before,
.not-card::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -96px;
  top: -96px;
  border-radius: 999px;
  background: rgba(199, 162, 90, 0.12);
}

.step-number {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  color: var(--deep);
  background: var(--gold-2);
  border-radius: 18px;
  font-weight: 900;
}

.step-card h3,
.spark-card h3,
.not-card h3 {
  position: relative;
  margin: 1.35rem 0 0;
  color: var(--cream-2);
  font-family: var(--font-serif);
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.step-card p,
.spark-card p,
.not-card p {
  position: relative;
  margin: 0.82rem 0 0;
  color: rgba(244, 233, 214, 0.76);
  line-height: 1.7;
}

.spark-card {
  min-height: 280px;
  padding: 1.25rem;
  color: var(--ink);
  background: linear-gradient(180deg, #fffaf0, #f3e8d3);
  border: 1px solid rgba(14, 42, 33, 0.12);
  box-shadow: 0 16px 36px rgba(14, 42, 33, 0.08);
}

.spark-card h3,
.not-card h3 {
  color: var(--deep);
}

.spark-type {
  position: relative;
  display: inline-flex;
  padding: 0.5rem 0.74rem;
  color: var(--cream-2);
  background: var(--deep);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.spark-card small {
  position: relative;
  display: block;
  margin-top: 1rem;
  padding-top: 0.9rem;
  color: var(--cedar);
  border-top: 1px solid rgba(14, 42, 33, 0.12);
  font-weight: 800;
  line-height: 1.45;
}

.experience-section {
  background:
    linear-gradient(90deg, rgba(7, 25, 20, 0.52), rgba(14, 42, 33, 0.16)),
    radial-gradient(circle at 85% 30%, rgba(199, 162, 90, 0.18), transparent 30rem);
}

.week-card {
  padding: clamp(1.25rem, 3vw, 1.8rem);
  background: linear-gradient(180deg, rgba(244, 233, 214, 0.09), rgba(244, 233, 214, 0.045));
  border: 1px solid var(--line-dark);
  box-shadow: var(--shadow-soft);
}

.week-card-header {
  color: var(--gold-2);
}

.week-card-header strong {
  color: var(--deep);
  background: var(--gold-2);
  padding: 0.45rem 0.6rem;
  border-radius: 999px;
}

.week-list {
  display: grid;
  gap: 0.65rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: week;
}

.week-list li {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 0.8rem;
  align-items: center;
  min-height: 58px;
  padding: 0.78rem;
  color: rgba(244, 233, 214, 0.86);
  background: rgba(244, 233, 214, 0.06);
  border: 1px solid rgba(244, 233, 214, 0.12);
  border-radius: 18px;
}

.week-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  color: var(--deep);
  background: var(--cream);
  border-radius: 999px;
  font-weight: 900;
}

.not-cards {
  display: grid;
  gap: 0.9rem;
}

.not-card {
  min-height: 150px;
  padding: 1.1rem 1.2rem 1.2rem;
  background: #fffaf0;
  border: 1px solid rgba(14, 42, 33, 0.11);
  box-shadow: 0 16px 36px rgba(14, 42, 33, 0.07);
}

.not-card > span {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: var(--cream-2);
  background: var(--cedar);
  border-radius: 999px;
  font-weight: 900;
}

.not-card h3 {
  margin-top: 0.7rem;
  font-size: 1.55rem;
}

.not-card p {
  margin-top: 0.35rem;
}

.pax-section {
  overflow: hidden;
}

.pax-mini {
  position: relative;
  width: min(100%, 440px);
  justify-self: center;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 42px;
  background: #102d23;
  box-shadow: var(--shadow-soft);
}

.pax-mini img {
  width: 100%;
}

.pax-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.45rem;
}

.pax-lines span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0.64rem 0.88rem;
  color: var(--cream-2);
  background: rgba(244, 233, 214, 0.07);
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  font-weight: 800;
}

.final-cta {
  padding-top: 0;
}

.cta-card {
  padding: clamp(1.2rem, 4vw, 2rem);
  background:
    radial-gradient(circle at 96% 0%, rgba(199, 162, 90, 0.18), transparent 20rem),
    linear-gradient(135deg, rgba(244, 233, 214, 0.11), rgba(244, 233, 214, 0.055));
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.early-form {
  display: grid;
  gap: 0.85rem;
  padding: clamp(1rem, 3vw, 1.2rem);
  color: var(--ink);
  background: var(--cream-2);
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
}

.form-row {
  display: grid;
  gap: 0.42rem;
}

.form-row label {
  color: var(--deep);
  font-weight: 850;
}

.form-row input,
.form-row select {
  width: 100%;
  min-height: 54px;
  padding: 0.9rem 0.98rem;
  color: var(--deep);
  background: #fffaf0;
  border: 1px solid rgba(14, 42, 33, 0.18);
  border-radius: 16px;
}

.form-button {
  width: 100%;
  border: 0;
}

.form-status {
  min-height: 1.3em;
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.site-footer {
  padding: 3rem 0;
  color: rgba(244, 233, 214, 0.72);
  border-top: 1px solid rgba(199, 162, 90, 0.18);
  background: rgba(7, 25, 20, 0.58);
}

.footer-grid {
  grid-template-columns: 1fr auto minmax(240px, 430px);
  align-items: center;
  gap: 1.4rem;
}

.footer-brand .brand-name {
  font-size: 1.35rem;
}

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

.site-footer p {
  margin: 0;
  line-height: 1.6;
}

.footer-note {
  font-size: 0.9rem;
}

.reveal {
  transform: none;
  opacity: 1;
}

.js .reveal {
  transform: translateY(18px);
  opacity: 0;
  transition: opacity 600ms ease, transform 600ms ease;
}

.js .reveal.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.not-found-main {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.not-found-card {
  grid-template-columns: 1fr;
  max-width: 820px;
}

.not-found-title {
  margin: 0;
  color: var(--cream-2);
  font-family: var(--font-serif);
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.not-found-copy {
  max-width: 620px;
  color: rgba(244, 233, 214, 0.78);
  font-size: 1.1rem;
  line-height: 1.7;
}

@media (max-width: 1080px) {
  .hero-grid,
  .split-grid,
  .experience-grid,
  .pax-grid,
  .not-grid,
  .cta-card {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 4.2rem;
  }

  .hero-visual {
    min-height: 690px;
  }

  .pax-frame {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .spark-preview {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

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

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

@media (max-width: 800px) {
  .site-header,
  .site-header.is-scrolled {
    position: static;
    width: min(100% - 28px, 1240px);
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding: 1rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .site-nav {
    justify-content: flex-start;
    width: 100%;
    gap: 0.7rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    min-width: max-content;
  }

  .hero {
    min-height: auto;
    padding: 2.8rem 0 4rem;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 16vw, 5.6rem);
  }

  .hero-visual {
    min-height: 620px;
  }

  .pax-frame {
    width: min(100%, 470px);
    border-radius: 34px;
  }

  .spark-preview {
    width: min(95%, 370px);
  }

  .steps-grid,
  .sparks-grid,
  .meaning-list {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 4.4rem 0;
  }

  .section-heading h2,
  .cta-card h2 {
    font-size: clamp(2.35rem, 12vw, 3.8rem);
  }
}

@media (max-width: 540px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .brand-name {
    font-size: 1.45rem;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .hero-lede {
    font-size: 1.17rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-actions .button {
    justify-content: center;
  }

  .spark-pills span {
    width: 100%;
    justify-content: center;
  }

  .hero-visual {
    min-height: 575px;
  }

  .pax-frame {
    width: 100%;
  }

  .pax-quote {
    left: 0.9rem;
    right: 0.9rem;
    width: auto;
  }

  .spark-preview {
    bottom: -10px;
  }

  .spark-preview h2 {
    font-size: 1.75rem;
  }

  .week-list li {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    transform: none;
    opacity: 1;
  }
}
