:root {
  color-scheme: dark;
  --black: #050505;
  --ink: #0b0b0d;
  --white: #f7f7f4;
  --muted: #aaaab0;
  --ivory: #f8f2e7;
  --gold: #d4a455;
  --gold-light: #efd08e;
  --copper: #b96d35;
  --line: rgba(231, 199, 139, 0.2);
  --soft-line: rgba(255, 255, 255, 0.12);
  --panel: rgba(212, 164, 85, 0.055);
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  -webkit-font-smoothing: antialiased;
}

button,
input,
a {
  font: inherit;
}

a {
  color: inherit;
}

p {
  margin-top: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 74px;
  padding: 0 clamp(20px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.88);
  backdrop-filter: blur(18px);
}

.brand-lockup {
  display: inline-flex;
  align-items: baseline;
  gap: 0.55rem;
  width: max-content;
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-decoration: none;
}

.brand-lockup .version {
  color: var(--copper);
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.site-header nav a,
.header-cta,
.footer-links a,
.legal-header > a:last-child {
  color: #c5c5c8;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header nav a:hover,
.footer-links a:hover,
.legal-header > a:last-child:hover {
  color: var(--gold-light);
}

.header-cta {
  justify-self: end;
  padding: 12px 16px;
  border: 1px solid var(--gold);
  color: var(--gold-light);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: calc(100svh - 74px);
  border-bottom: 1px solid var(--line);
}

.capture-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: 100svh;
}

.capture-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(28px, 4.5vw, 70px) clamp(28px, 6.5vw, 106px) clamp(26px, 4vw, 58px);
  border-right: 1px solid var(--line);
  background:
    radial-gradient(circle at 0 0, rgba(212, 164, 85, 0.12), transparent 34%),
    var(--black);
}

.capture-content {
  width: min(100%, 690px);
  margin: auto 0;
  padding: clamp(36px, 5.5vh, 76px) 0;
}

.capture-copy h1 {
  margin: 0;
  font-size: clamp(4rem, 7vw, 7.7rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.8;
  text-transform: uppercase;
}

.capture-intro {
  max-width: 620px;
  margin: clamp(24px, 3vw, 38px) 0 0;
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  font-weight: 700;
  line-height: 1.3;
}

.capture-detail {
  max-width: 600px;
  margin: 16px 0 0;
  color: #bdbdc2;
  font-size: 1rem;
  line-height: 1.7;
}

.capture-form {
  max-width: 600px;
  margin-top: 24px;
}

.capture-tagline {
  margin: 0;
  color: #77777d;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(72px, 9vw, 138px) clamp(28px, 6.5vw, 106px);
  border-right: 1px solid var(--line);
  background:
    radial-gradient(circle at 0 0, rgba(212, 164, 85, 0.12), transparent 34%),
    var(--black);
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1.5;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(4.1rem, 7.8vw, 8.9rem);
  font-weight: 800;
  letter-spacing: -0.072em;
  line-height: 0.8;
  text-transform: uppercase;
}

.hero-intro {
  max-width: 710px;
  margin: clamp(36px, 4.5vw, 58px) 0 0;
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  font-weight: 700;
  line-height: 1.28;
}

.hero-detail {
  max-width: 660px;
  margin: 18px 0 0;
  color: #bdbdc2;
  font-size: 1.03rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
}

.button,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 58px;
  padding: 0 22px;
  border: 1px solid var(--gold);
  border-radius: 0;
  background: transparent;
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button--primary,
.primary-button {
  background: linear-gradient(112deg, #b8743d 0%, #e4b86a 52%, #b96d35 100%);
  color: #100d08;
}

.button:hover,
.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 42px rgba(185, 109, 53, 0.24);
}

.button:focus-visible,
.primary-button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 4px;
}

.text-link {
  color: #d0d0d3;
  font-size: 0.86rem;
  font-weight: 700;
  text-underline-offset: 5px;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 42px;
}

.hero-facts span {
  padding: 9px 12px;
  border: 1px solid var(--soft-line);
  color: #a9a9ad;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-art,
.capture-art,
.welcome-mark {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(rgba(212, 164, 85, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 164, 85, 0.05) 1px, transparent 1px),
    #070708;
  background-size: 84px 84px;
}

.hero-art::after,
.capture-art::after,
.welcome-mark::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 50% 45%, transparent 0 20%, rgba(5, 5, 5, 0.72) 78%);
}

.art-label,
.art-index {
  position: absolute;
  z-index: 3;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.art-label {
  top: 36px;
  right: 36px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  line-height: 1.15;
  text-align: right;
}

.art-index {
  right: 36px;
  bottom: 34px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.64rem;
}

.art-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(100px);
  opacity: 0.44;
}

.art-glow--gold {
  top: 8%;
  right: -18%;
  width: 58%;
  aspect-ratio: 1;
  background: var(--gold);
}

.art-glow--copper {
  bottom: -14%;
  left: -20%;
  width: 55%;
  aspect-ratio: 1;
  background: var(--copper);
}

.flight-line {
  position: absolute;
  top: 50%;
  right: -8%;
  width: 45%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 164, 85, 0.9));
  transform: rotate(-8deg);
  transform-origin: right;
}

.hero-mark-frame {
  position: absolute;
  top: 46%;
  left: 50%;
  width: clamp(170px, 21vw, 280px);
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(225, 184, 111, 0.34);
  background: var(--ivory);
  box-shadow:
    0 0 0 18px rgba(212, 164, 85, 0.035),
    0 34px 100px rgba(155, 91, 42, 0.25);
  transform: translate(-50%, -50%);
}

.hero-mark-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.art-phrase {
  position: absolute;
  bottom: 12%;
  left: 50%;
  width: 70%;
  margin: 0;
  color: #bcbcc1;
  font-size: clamp(0.86rem, 1.2vw, 1rem);
  letter-spacing: 0.06em;
  line-height: 1.55;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}

.proof-strip p {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 32px clamp(22px, 5vw, 70px);
}

.proof-strip p + p {
  border-left: 1px solid var(--line);
}

.proof-strip strong {
  color: var(--gold-light);
  font-size: 1.25rem;
}

.proof-strip span {
  color: #8f8f94;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section {
  padding: clamp(84px, 11vw, 164px) clamp(24px, 7vw, 112px);
  border-bottom: 1px solid var(--line);
}

.statement {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: clamp(24px, 6vw, 96px);
  background:
    radial-gradient(circle at 82% 12%, rgba(185, 109, 53, 0.16), transparent 24%),
    var(--black);
}

.section-number {
  color: #55555a;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.statement h2,
.section-heading h2,
.price-copy h2,
.waitlist h2 {
  max-width: 1120px;
  margin: 0;
  font-size: clamp(2.8rem, 5.5vw, 6.4rem);
  font-weight: 800;
  letter-spacing: -0.058em;
  line-height: 0.92;
  text-transform: uppercase;
}

.two-column-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 6vw, 90px);
  max-width: 1080px;
  margin-top: 52px;
}

.two-column-copy p,
.section-heading > p:last-child,
.price-copy > p,
.waitlist > div > p:last-child {
  color: #b7b7bc;
  font-size: 1.05rem;
  line-height: 1.75;
}

.journey,
.included,
.faq {
  background: #080809;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  column-gap: 70px;
  align-items: end;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading > p:last-child {
  margin: 0;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 74px 0 0;
  padding: 1px;
  list-style: none;
  background: var(--line);
}

.journey-grid li,
.included-grid article {
  min-height: 320px;
  padding: 34px 28px;
  background: var(--ink);
}

.journey-grid li > span,
.included-grid article > span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.journey-grid h3,
.included-grid h3 {
  margin: 92px 0 16px;
  font-size: 1.3rem;
  line-height: 1.15;
}

.journey-grid p,
.included-grid p {
  margin: 0;
  color: #98989e;
  font-size: 0.94rem;
  line-height: 1.65;
}

.closing-note {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 34px;
  align-items: center;
  padding: 30px;
  border: 1px solid var(--line);
  border-top: 0;
}

.closing-note span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.closing-note p {
  margin: 0;
  color: #b8b8bd;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 70px;
  padding: 1px;
  background: var(--line);
}

.included-grid article {
  min-height: 270px;
}

.included-grid h3 {
  margin-top: 72px;
}

.price-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 0.54fr);
  gap: clamp(54px, 9vw, 150px);
  align-items: center;
  background:
    radial-gradient(circle at 92% 28%, rgba(212, 164, 85, 0.15), transparent 27%),
    var(--black);
}

.price-copy > p {
  max-width: 720px;
  margin-top: 30px;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  color: #d2d2d5;
}

.check-list li::before {
  content: "↗";
  color: var(--gold);
}

.price-card {
  padding: clamp(34px, 4vw, 54px);
  border: 1px solid rgba(225, 184, 111, 0.35);
  background: rgba(212, 164, 85, 0.055);
  box-shadow: 0 30px 110px rgba(155, 91, 42, 0.17);
}

.price-label {
  margin-bottom: 34px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.price {
  display: flex;
  align-items: flex-start;
  margin: 0;
  font-size: clamp(5rem, 8vw, 7.7rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.8;
}

.price span {
  margin: 4px 8px 0 0;
  color: var(--gold);
  font-size: 1.3rem;
  letter-spacing: 0;
}

.split-price {
  margin: 22px 0 0;
  color: #d8d8db;
  font-weight: 700;
}

.price-deadline,
.price-after {
  color: #8f8f94;
  font-size: 0.82rem;
  line-height: 1.55;
}

.price-deadline {
  margin: 10px 0 28px;
}

.price-card .button {
  width: 100%;
}

.price-after {
  margin: 18px 0 0;
}

.faq .section-heading {
  grid-template-columns: 1fr;
}

.faq-list {
  margin-top: 64px;
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 25px 0;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  color: var(--gold);
  font-size: 1.4rem;
  font-weight: 400;
}

.faq details[open] summary::after {
  content: "−";
}

.faq details p {
  max-width: 820px;
  margin: -4px 0 26px;
  color: #a8a8ad;
  line-height: 1.7;
}

.waitlist {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.65fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: start;
}

.waitlist > div > p:last-child {
  max-width: 680px;
  margin-top: 28px;
}

.form-region {
  width: 100%;
}

.colibri-form-shell.sib-form {
  padding: 0;
  background: transparent;
  text-align: left;
}

.colibri-form-shell .sib-form-container,
.colibri-form-shell #sib-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--white);
  text-align: left;
}

.colibri-form-shell .field-block,
.colibri-form-shell .consent-block,
.colibri-form-shell .submit-block {
  padding: 0;
}

.colibri-form-shell .entry__label {
  display: block;
  margin-bottom: 10px;
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.colibri-form-shell .entry__field {
  border: 0;
  background: transparent;
}

.colibri-form-shell input.input {
  width: 100%;
  height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0;
  outline: 0;
  background: rgba(255, 255, 255, 0.055);
  color: var(--white);
  font-size: 1rem;
}

.colibri-form-shell input.input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 164, 85, 0.16);
}

.consent-block {
  margin: 18px 0 22px;
}

.consent-label {
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: #aaaab0;
  font-size: 0.8rem;
  line-height: 1.55;
  cursor: pointer;
}

.consent-label a {
  color: #d7bd88;
}

.colibri-form-shell .consent-label .input_replaced {
  position: static !important;
  display: block !important;
  width: 19px !important;
  height: 19px !important;
  margin: 1px 0 0 !important;
  clip: auto !important;
  opacity: 1 !important;
  accent-color: var(--copper);
}

.colibri-form-shell .consent-label .checkbox {
  display: none;
}

.colibri-form-shell .primary-button {
  width: 100%;
}

.form-message {
  max-width: none;
  margin: 0 0 18px;
  padding: 13px 15px;
  border: 1px solid;
  border-radius: 0;
  font-size: 0.85rem;
  line-height: 1.45;
}

.form-message--error {
  border-color: rgba(185, 109, 53, 0.6);
  background: rgba(185, 109, 53, 0.12);
  color: #efbd91;
}

.form-message--success {
  border-color: rgba(212, 164, 85, 0.6);
  background: rgba(212, 164, 85, 0.12);
  color: #f1d9a9;
}

.entry__error {
  color: #ff8f8f;
  font-size: 0.78rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: end;
  padding: 50px clamp(24px, 7vw, 112px);
  background: #080809;
}

.site-footer > div:first-child p {
  margin: 16px 0 0;
  color: #77777c;
  font-size: 0.82rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
}

.footer-note {
  grid-column: 1 / -1;
  margin: 22px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--soft-line);
  color: #626267;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.welcome-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  min-height: 100svh;
}

.welcome-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100svh;
  padding: clamp(32px, 7vw, 106px);
  border-right: 1px solid var(--line);
  background:
    radial-gradient(circle at 0 0, rgba(212, 164, 85, 0.12), transparent 34%),
    var(--black);
}

.welcome-card h1 {
  margin: 0;
  font-size: clamp(4rem, 9vw, 8.8rem);
  font-weight: 800;
  letter-spacing: -0.072em;
  line-height: 0.8;
  text-transform: uppercase;
}

.welcome-copy {
  margin: 34px 0 0;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 700;
  line-height: 1.3;
}

.welcome-detail {
  max-width: 610px;
  margin: 18px 0 0;
  color: #b9b9be;
  line-height: 1.65;
}

.whatsapp-button {
  width: min(100%, 520px);
  margin-top: 34px;
}

.welcome-note {
  margin: 20px 0 0;
  color: #77777c;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 clamp(22px, 7vw, 112px);
  border-bottom: 1px solid var(--line);
}

.legal-page {
  width: min(100% - 40px, 880px);
  margin: 0 auto;
  padding: clamp(78px, 10vw, 130px) 0;
}

.legal-page h1 {
  margin: 0;
  font-size: clamp(3.1rem, 7vw, 6.8rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.86;
  text-transform: uppercase;
}

.legal-lead {
  margin: 38px 0 0;
  color: #c8c8cc;
  font-size: 1.25rem;
  line-height: 1.65;
}

.legal-page section {
  margin-top: 52px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

.legal-page h2 {
  margin: 0 0 18px;
  font-size: 1.35rem;
}

.legal-page section p {
  color: #aaaab0;
  line-height: 1.8;
}

.legal-page section a {
  color: var(--gold-light);
  text-underline-offset: 4px;
}

.legal-footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
  padding: 38px 22px;
  border-top: 1px solid var(--line);
}

.legal-footer a {
  color: #a4a4a8;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .hero,
  .capture-shell,
  .price-section,
  .waitlist,
  .welcome-shell {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .capture-copy,
  .welcome-card {
    border-right: 0;
  }

  .hero-art,
  .capture-art {
    min-height: 620px;
    border-top: 1px solid var(--line);
  }

  .welcome-mark {
    display: none;
  }

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

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading > p:last-child {
    margin-top: 26px;
  }
}

@media (max-width: 700px) {
  .site-header {
    min-height: 64px;
    padding: 0 18px;
  }

  .header-cta {
    padding: 10px 12px;
    font-size: 0.65rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding: 76px 18px 64px;
  }

  .capture-copy {
    min-height: auto;
    padding: 26px 18px 44px;
  }

  .capture-content {
    padding: 70px 0 58px;
  }

  .capture-copy h1 {
    font-size: clamp(3rem, 12.5vw, 5.5rem);
  }

  .hero h1 {
    font-size: clamp(3.25rem, 15vw, 5rem);
    line-height: 0.83;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .primary-button {
    width: 100%;
  }

  .hero-art,
  .capture-art {
    min-height: 430px;
  }

  .hero-mark-frame {
    width: 180px;
  }

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

  .proof-strip p + p {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .section {
    padding: 76px 18px;
  }

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

  .section-number {
    display: none;
  }

  .statement h2,
  .section-heading h2,
  .price-copy h2,
  .waitlist h2 {
    font-size: clamp(2.6rem, 12vw, 4.2rem);
  }

  .two-column-copy,
  .journey-grid,
  .included-grid {
    grid-template-columns: 1fr;
  }

  .journey-grid li,
  .included-grid article {
    min-height: 250px;
  }

  .journey-grid h3,
  .included-grid h3 {
    margin-top: 66px;
  }

  .closing-note {
    grid-template-columns: 1fr;
  }

  .price-card {
    padding: 34px 24px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 44px 18px;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .legal-header {
    padding: 0 18px;
  }

  .legal-header > a:last-child {
    font-size: 0.62rem;
  }

  .legal-page {
    width: min(100% - 36px, 880px);
  }

  .legal-page h1 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .welcome-card {
    min-height: 100svh;
    padding: 28px 18px 48px;
  }
}

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