@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,600&family=Unbounded:wght@500;600&display=swap");

:root {
  --ink: #282438;
  --paper: #f7f4ed;
  --violet: #6f4bdd;
  --orange: #ff9229;
  --reveal-start: -12vw;
  --reveal-end: -4vw;
  --edge-x: -10vw;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", sans-serif;
}

picture {
  display: contents;
}

body.is-loading {
  height: 100vh;
  overflow: hidden;
}

body.is-modal-open {
  overflow: hidden;
}

img {
  display: block;
}

.preloader {
  position: fixed;
  z-index: 9999;
  inset: 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  grid-template-rows: 1fr auto auto 1fr;
  align-items: end;
  padding: clamp(28px, 5vw, 76px);
  color: #422888;
  background:
    radial-gradient(circle at 15% 16%, rgba(116, 76, 185, .12), transparent 24%),
    radial-gradient(circle at 84% 78%, rgba(255, 143, 43, .13), transparent 28%),
    #fffaf2;
  overflow: hidden;
  will-change: transform;
}

.preloader::before,
.preloader::after {
  content: "";
  position: absolute;
  width: 38vw;
  aspect-ratio: 1;
  border: 1px solid rgba(111, 76, 177, .08);
  border-radius: 50%;
  pointer-events: none;
}

.preloader::before {
  top: -24vw;
  right: -12vw;
}

.preloader::after {
  bottom: -28vw;
  left: -15vw;
}

.preloader__brand {
  align-self: end;
  margin-bottom: clamp(45px, 9vh, 100px);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.preloader__brand span {
  display: block;
  color: #7651b8;
  font: 500 clamp(12px, 1vw, 15px) "Unbounded", sans-serif;
}

.preloader__brand strong {
  display: block;
  margin-top: 9px;
  color: #442790;
  font: 600 clamp(38px, 5vw, 74px)/.92 "Playfair Display", serif;
  letter-spacing: -.04em;
  text-transform: none;
}

.preloader__journey {
  width: min(82vw, 980px);
  margin: 0 auto;
}

.preloader__track {
  position: relative;
  height: clamp(74px, 9vw, 124px);
  border-bottom: 2px solid rgba(86, 56, 139, .13);
}

.preloader__fill {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #7651b8, #ff8e2b);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.preloader__wheel-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(74px, 8vw, 116px);
  aspect-ratio: 1;
  will-change: transform;
}

.preloader__wheel {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 12px 12px rgba(61, 37, 105, .14));
  will-change: transform;
}

.preloader__meta {
  width: min(82vw, 980px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px auto 0;
  color: #71617e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.preloader__meta b {
  color: #ff8126;
  font: 600 12px "Unbounded", sans-serif;
}

@media (max-width: 720px) {
  .preloader {
    padding: 24px 18px;
  }

  .preloader__journey,
  .preloader__meta {
    width: 88vw;
  }

  .preloader__brand {
    margin-bottom: 10vh;
  }
}

.hero-scroll {
  height: 420vh;
  position: relative;
}

.hero {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
  background: #eeeae3;
}

.scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.scene::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(40, 36, 56, 0.05), transparent 18%),
    radial-gradient(circle at center, transparent 55%, rgba(40, 36, 56, 0.08) 120%);
  mix-blend-mode: multiply;
}

.scene__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
}

.scene__image--sketch {
  position: absolute;
  inset: 0;
  filter: contrast(0.96);
}

.scene__color {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  will-change: mask-image;
  -webkit-mask-image: linear-gradient(
    to right,
    #000 0,
    #000 var(--reveal-start),
    transparent var(--reveal-end),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    #000 0,
    #000 var(--reveal-start),
    transparent var(--reveal-end),
    transparent 100%
  );
}

.scene__color::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(33, 28, 52, 0.07), transparent 44%),
    linear-gradient(90deg, transparent 65%, rgba(255, 255, 255, 0.1));
  mix-blend-mode: multiply;
}

.paint-edge {
  position: absolute;
  z-index: 3;
  top: -10%;
  bottom: -10%;
  left: var(--edge-x);
  width: clamp(150px, 14vw, 280px);
  transform: translateX(-50%);
  opacity: 0;
  will-change: left, opacity;
  filter: blur(24px);
  background:
    linear-gradient(
      90deg,
      transparent 2%,
      rgba(96, 101, 106, 0.025) 24%,
      rgba(82, 87, 92, 0.15) 48%,
      rgba(149, 153, 156, 0.07) 66%,
      transparent 98%
    ),
    radial-gradient(ellipse at 48% 16%, rgba(105, 110, 114, 0.09) 0 16%, transparent 22%),
    radial-gradient(ellipse at 52% 43%, rgba(83, 88, 93, 0.08) 0 19%, transparent 27%),
    radial-gradient(ellipse at 47% 73%, rgba(116, 120, 124, 0.085) 0 18%, transparent 25%);
  mix-blend-mode: multiply;
}

.paint-dots {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.paint-dot {
  position: absolute;
  left: var(--dot-x);
  top: var(--dot-y);
  width: var(--dot-size);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--dot-color);
  transform: translate(-50%, -50%) scale(var(--dot-scale, 0));
  opacity: var(--dot-opacity, 0);
  box-shadow: 0 3px 12px color-mix(in srgb, var(--dot-color), transparent 50%);
  will-change: transform, opacity;
}

.hero__chrome {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(24px, 4vw, 72px);
  color: var(--ink);
  mix-blend-mode: multiply;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 11px;
  font-weight: 600;
}

.brand__mark {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 50%;
  mix-blend-mode: multiply;
}

.chapter {
  font: 500 11px/1 "Unbounded", sans-serif;
  letter-spacing: 0.08em;
}

.chapter span {
  color: var(--orange);
}

.hero__copy {
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: 25px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 9px 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  color: #302b3d;
  background: rgba(255, 253, 248, 0.84);
  box-shadow:
    0 10px 32px rgba(40, 36, 56, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity 0.2s linear;
}

.hero__copy p {
  margin: 0;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scroll-cue {
  width: 27px;
  height: 40px;
  flex: 0 0 auto;
  border: 1px solid rgba(40, 36, 56, 0.32);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.48);
  display: grid;
  place-items: start center;
  padding-top: 7px;
}

.scroll-cue i {
  width: 3px;
  height: 8px;
  border-radius: 3px;
  background: var(--orange);
  animation: scroll-cue 1.8s ease-in-out infinite;
}

@keyframes scroll-cue {
  0%, 100% { transform: translateY(0); opacity: 0.4; }
  50% { transform: translateY(14px); opacity: 1; }
}

.wheel-wrap {
  position: absolute;
  z-index: 12;
  left: 0;
  top: auto;
  bottom: 0;
  width: clamp(340px, 42vw, 760px);
  aspect-ratio: 1;
  transform: translate3d(-120%, 0, 0);
  will-change: transform;
  pointer-events: none;
}

.wheel {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  mix-blend-mode: multiply;
  filter: saturate(1.08) drop-shadow(0 18px 14px rgba(48, 35, 85, 0.18));
  transform: rotate(0deg);
  will-change: transform;
}

.mobile-caption {
  display: none;
}

.partner-scroll {
  height: 340vh;
  position: relative;
  z-index: 30;
  margin-top: -100vh;
}

@supports (height: 100svh) {
  .partner-scroll {
    margin-top: -100svh;
  }
}

.partner {
  --cloud-depth: 11%;
  --cloud-y: 11%;
  position: sticky;
  top: -5vh;
  height: 105vh;
  min-height: 650px;
  overflow: hidden;
  isolation: isolate;
  background: #fffdf9;
  border-radius: 0;
  box-shadow: 0 -24px 80px rgba(47, 36, 78, 0.18);
  -webkit-mask-image:
    radial-gradient(ellipse 10% var(--cloud-depth) at 3% var(--cloud-y), #000 98%, transparent 100%),
    radial-gradient(ellipse 13% var(--cloud-depth) at 16% var(--cloud-y), #000 98%, transparent 100%),
    radial-gradient(ellipse 9% var(--cloud-depth) at 29% var(--cloud-y), #000 98%, transparent 100%),
    radial-gradient(ellipse 15% var(--cloud-depth) at 43% var(--cloud-y), #000 98%, transparent 100%),
    radial-gradient(ellipse 10% var(--cloud-depth) at 58% var(--cloud-y), #000 98%, transparent 100%),
    radial-gradient(ellipse 14% var(--cloud-depth) at 72% var(--cloud-y), #000 98%, transparent 100%),
    radial-gradient(ellipse 9% var(--cloud-depth) at 85% var(--cloud-y), #000 98%, transparent 100%),
    radial-gradient(ellipse 12% var(--cloud-depth) at 97% var(--cloud-y), #000 98%, transparent 100%),
    linear-gradient(to bottom, transparent 0 calc(var(--cloud-y) - 4%), #000 calc(var(--cloud-y) - 3.9%) 100%);
  mask-image:
    radial-gradient(ellipse 10% var(--cloud-depth) at 3% var(--cloud-y), #000 98%, transparent 100%),
    radial-gradient(ellipse 13% var(--cloud-depth) at 16% var(--cloud-y), #000 98%, transparent 100%),
    radial-gradient(ellipse 9% var(--cloud-depth) at 29% var(--cloud-y), #000 98%, transparent 100%),
    radial-gradient(ellipse 15% var(--cloud-depth) at 43% var(--cloud-y), #000 98%, transparent 100%),
    radial-gradient(ellipse 10% var(--cloud-depth) at 58% var(--cloud-y), #000 98%, transparent 100%),
    radial-gradient(ellipse 14% var(--cloud-depth) at 72% var(--cloud-y), #000 98%, transparent 100%),
    radial-gradient(ellipse 9% var(--cloud-depth) at 85% var(--cloud-y), #000 98%, transparent 100%),
    radial-gradient(ellipse 12% var(--cloud-depth) at 97% var(--cloud-y), #000 98%, transparent 100%),
    linear-gradient(to bottom, transparent 0 calc(var(--cloud-y) - 4%), #000 calc(var(--cloud-y) - 3.9%) 100%);
}

.partner.is-settled {
  -webkit-mask-image: none;
  mask-image: none;
}

.partner__art {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.partner__wash {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: radial-gradient(
    ellipse at 50% 43%,
    rgba(255, 253, 249, 0.7) 0%,
    rgba(255, 253, 249, 0.35) 42%,
    transparent 72%
  );
  pointer-events: none;
}

.partner__header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 28px clamp(24px, 4vw, 72px);
}

.partner__header-note {
  max-width: 430px;
  margin: 0;
  color: #514267;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .035em;
}

.partner__content {
  position: absolute;
  z-index: 5;
  top: 46%;
  left: 50%;
  width: min(74vw, 980px);
  text-align: center;
  transform: translate(-50%, -50%);
}

.partner__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #6855a0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  justify-content: center;
}

.partner__eyebrow i {
  width: 34px;
  height: 1px;
  background: var(--orange);
}

.partner__content h1 {
  margin: 22px 0 20px;
  color: #442391;
  font: 600 clamp(42px, 3.8vw, 68px)/.98 "Playfair Display", serif;
  letter-spacing: -.045em;
}

.partner__content h1 em {
  display: inline-block;
  color: #ff7100;
  font-style: italic;
}

@media (min-width: 1025px) {
  .partner__content {
    width: min(74vw, 980px);
  }

  .partner__content h1 {
    font-size: clamp(42px, 3.8vw, 68px);
  }

  .partner__title-line {
    white-space: nowrap;
  }
}

.partner__lead {
  margin: 0;
  color: #59466e;
  font-size: clamp(23px, 1.95vw, 32px);
  line-height: 1.35;
}

.partner__proof {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: clamp(26px, 4vh, 46px);
  color: #3f3947;
  justify-content: center;
  text-align: center;
}

.partner__heart {
  color: #ff7100;
  font-size: 32px;
  line-height: 1.3;
}

.partner__proof p {
  margin: 0;
  font-size: clamp(20px, 1.6vw, 27px);
  line-height: 1.4;
}

.partner__cta {
  position: relative;
  width: min(100%, 325px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(28px, 4vh, 46px);
  padding: 19px 30px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(105deg, #ff7100, #ff9229);
  box-shadow:
    0 18px 34px rgba(255, 113, 0, .3),
    0 34px 52px rgba(255, 113, 0, .22);
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .015em;
  transition: transform .3s ease, box-shadow .3s ease;
  margin-right: auto;
  margin-left: auto;
}

.partner__cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 12%;
  bottom: -23px;
  left: 12%;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 126, 19, .5);
  filter: blur(22px);
  pointer-events: none;
}

.partner__cta:hover {
  transform: translateY(-3px);
  box-shadow:
    0 22px 42px rgba(255, 113, 0, .36),
    0 38px 58px rgba(255, 113, 0, .26);
}

.partner__wheel-wrap {
  position: absolute;
  z-index: 8;
  left: 0;
  bottom: 0;
  width: clamp(120px, 12.7vw, 233px);
  aspect-ratio: 1;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  pointer-events: none;
}

.partner__wheel-trail {
  position: absolute;
  z-index: -1;
  left: 58%;
  top: 28%;
  width: clamp(210px, 25vw, 470px);
  height: 48%;
  opacity: .72;
  transform: rotate(-2deg);
  transform-origin: left center;
  background:
    radial-gradient(ellipse at 8% 44%, rgba(255, 255, 255, .9), transparent 26%),
    radial-gradient(ellipse at 30% 38%, rgba(255, 190, 124, .38), transparent 38%),
    radial-gradient(ellipse at 56% 58%, rgba(148, 112, 202, .28), transparent 42%),
    linear-gradient(90deg, rgba(255, 250, 237, .7), rgba(190, 163, 225, .18) 58%, transparent);
  filter: blur(15px);
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(90deg, #000 0, rgba(0,0,0,.72) 44%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0, rgba(0,0,0,.72) 44%, transparent 100%);
}

.partner__wheel-trail::after {
  content: "";
  position: absolute;
  inset: 30% 4% 24% 10%;
  border-radius: 50%;
  background: rgba(255, 244, 222, .38);
  filter: blur(12px);
}

.partner__splashes {
  position: absolute;
  z-index: -1;
  left: 72%;
  top: 16%;
  width: clamp(190px, 22vw, 410px);
  height: 76%;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform;
}

.partner__splashes i {
  --splash-color: rgba(123, 81, 186, .38);
  position: absolute;
  width: var(--splash-size, 8px);
  aspect-ratio: 1;
  border-radius: 62% 38% 58% 42% / 42% 58% 38% 62%;
  background: var(--splash-color);
  filter: blur(.25px);
  transform: rotate(var(--splash-rotate, 0deg));
  box-shadow: 0 3px 9px color-mix(in srgb, var(--splash-color), transparent 55%);
}

.partner__splashes i:nth-child(1) { left: 4%; top: 51%; --splash-size: 12px; --splash-color: rgba(255, 147, 54, .48); --splash-rotate: 18deg; }
.partner__splashes i:nth-child(2) { left: 18%; top: 23%; --splash-size: 7px; --splash-rotate: -22deg; }
.partner__splashes i:nth-child(3) { left: 30%; top: 68%; --splash-size: 9px; --splash-color: rgba(255, 191, 103, .46); --splash-rotate: 41deg; }
.partner__splashes i:nth-child(4) { left: 43%; top: 38%; --splash-size: 5px; --splash-color: rgba(143, 108, 197, .34); }
.partner__splashes i:nth-child(5) { left: 56%; top: 76%; --splash-size: 6px; --splash-color: rgba(255, 151, 69, .35); --splash-rotate: -28deg; }
.partner__splashes i:nth-child(6) { left: 67%; top: 18%; --splash-size: 8px; --splash-rotate: 30deg; }
.partner__splashes i:nth-child(7) { left: 79%; top: 57%; --splash-size: 4px; --splash-color: rgba(255, 185, 100, .38); }
.partner__splashes i:nth-child(8) { left: 91%; top: 35%; --splash-size: 5px; --splash-rotate: -36deg; }

.partner__wheel {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: saturate(1.05) drop-shadow(0 18px 18px rgba(70, 42, 118, .2));
  will-change: transform;
}

.partner__wheel-shadow {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 2%;
  height: 10%;
  border-radius: 50%;
  background: rgba(59, 43, 86, .18);
  filter: blur(14px);
}

.partner__scroll-note {
  position: absolute;
  right: 36px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(66, 46, 92, .65);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.partner__scroll-note i {
  font: normal 18px/1 sans-serif;
}

.family-scroll {
  height: 610vh;
  position: relative;
  z-index: 40;
  margin-top: -100vh;
}

.family {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 650px;
  overflow: hidden;
  isolation: isolate;
  background: #fffaf1;
  box-shadow: 0 -24px 80px rgba(47, 36, 78, .14);
}

.family__art {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.family::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(ellipse at 35% 30%, rgba(255, 252, 245, .88), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.12), transparent 65%);
  pointer-events: none;
}

.family__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(24px, 4vw, 72px);
}

.family__eyebrow {
  color: #6847ac;
  text-transform: uppercase;
  font: 600 10px/1.4 "Unbounded", sans-serif;
  letter-spacing: .18em;
}

.family__story {
  position: absolute;
  z-index: 5;
  top: clamp(62px, 8vh, 88px);
  left: 50%;
  width: min(82vw, 980px);
  min-height: 310px;
  text-align: center;
  transform: translateX(-50%);
}

.family__step {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(44px);
  will-change: opacity, transform;
}

.family__step > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border: 1px solid rgba(105, 69, 174, .2);
  border-radius: 50%;
  color: #714bb9;
  background: rgba(255,255,255,.52);
  font: 600 11px "Unbounded", sans-serif;
}

.family__step h2 {
  margin: 0;
  color: #4a2996;
  font: 600 clamp(42px, 3.8vw, 68px)/.98 "Playfair Display", serif;
  letter-spacing: -.045em;
}

.family__step p {
  margin: 18px 0 0;
  color: #ef6f15;
  font: 600 clamp(22px, 2vw, 34px)/1.25 "Manrope", sans-serif;
}

.family__step--final a {
  align-self: center;
  margin-top: 30px;
  padding: 16px 26px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(105deg, #6e49b8, #8b65ca);
  box-shadow: 0 18px 38px rgba(91, 58, 157, .24);
  text-decoration: none;
  font-weight: 700;
}

.family__progress {
  position: absolute;
  right: clamp(25px, 4vw, 68px);
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 11px;
  transform: translateY(-50%);
}

.family__progress i {
  width: 5px;
  height: 28px;
  border-radius: 99px;
  background: rgba(91, 62, 145, .16);
  transition: background .25s ease, height .25s ease;
}

.family__progress i.is-active {
  height: 46px;
  background: #ff8126;
}

.family__hint {
  position: absolute;
  left: clamp(38px, 7vw, 128px);
  bottom: 28px;
  color: rgba(73, 52, 101, .58);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.family__hint b {
  margin-left: 8px;
  color: #ff8126;
}

.contact-scroll {
  height: 220vh;
  position: relative;
  z-index: 50;
  background: #4b2689;
}

.contact {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  overflow: hidden;
  isolation: isolate;
  text-align: center;
  color: #fffaf3;
  background:
    linear-gradient(rgba(38, 21, 72, .2), rgba(38, 21, 72, .34)),
    url("./assets/optimized/contact-background-1280.webp") center / cover no-repeat,
    #4b2689;
  background:
    linear-gradient(rgba(38, 21, 72, .2), rgba(38, 21, 72, .34)),
    image-set(
      url("./assets/optimized/contact-background-1280.avif") type("image/avif"),
      url("./assets/optimized/contact-background-1280.webp") type("image/webp"),
      url("./assets/optimized/contact-background-1280.jpg") type("image/jpeg")
    ) center / cover no-repeat,
    #4b2689;
}

.contact h2,
.contact p,
.contact a {
  position: relative;
  z-index: 3;
}

.contact > span {
  color: #ffad64;
  font: 600 10px "Unbounded", sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.contact h2 {
  margin: 24px 0 38px;
  font: 600 clamp(42px, 3.8vw, 68px)/.98 "Playfair Display", serif;
  letter-spacing: -.045em;
}

.contact p {
  max-width: 650px;
  margin: -12px 0 36px;
  color: rgba(255, 250, 243, .82);
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 600;
  line-height: 1.25;
}

.contact a {
  position: relative;
  width: min(100%, 325px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px 30px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(105deg, #ff7100, #ff9229);
  box-shadow:
    0 18px 34px rgba(255, 113, 0, .3),
    0 34px 52px rgba(255, 113, 0, .22);
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .015em;
  transition: transform .3s ease, box-shadow .3s ease;
}

.contact a::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 12%;
  bottom: -23px;
  left: 12%;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 126, 19, .5);
  filter: blur(22px);
  pointer-events: none;
}

.contact a:hover {
  transform: translateY(-3px);
  box-shadow:
    0 22px 42px rgba(255, 113, 0, .36),
    0 38px 58px rgba(255, 113, 0, .26);
}

.contact__wheel-wrap {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: clamp(120px, 12.7vw, 233px);
  aspect-ratio: 1;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.contact__wheel-trail {
  position: absolute;
  z-index: -1;
  left: 55%;
  top: 31%;
  width: clamp(180px, 22vw, 380px);
  height: 42%;
  opacity: .54;
  transform: rotate(-2deg);
  transform-origin: left center;
  background:
    radial-gradient(ellipse at 10% 45%, rgba(255, 255, 255, .86), transparent 28%),
    radial-gradient(ellipse at 34% 42%, rgba(255, 190, 124, .28), transparent 40%),
    linear-gradient(90deg, rgba(255, 250, 237, .58), rgba(218, 199, 255, .14) 58%, transparent);
  filter: blur(14px);
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(90deg, #000 0, rgba(0,0,0,.72) 48%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0, rgba(0,0,0,.72) 48%, transparent 100%);
}

.contact__wheel-shadow {
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: -1%;
  height: 11%;
  border-radius: 50%;
  background: rgba(34, 18, 66, .32);
  filter: blur(10px);
  transform: scaleX(1.12);
}

.contact__wheel {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: saturate(1.05) drop-shadow(0 18px 18px rgba(70, 42, 118, .2));
  will-change: transform;
}

.method-scroll {
  height: 360vh;
  position: relative;
  z-index: 55;
  background: #fff8ed;
}

.method {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(104px, 13vh, 142px) 0 clamp(34px, 5vw, 62px);
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 17%, rgba(121, 78, 190, .17), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(121, 178, 220, .2), transparent 29%),
    radial-gradient(circle at 14% 82%, rgba(255, 129, 38, .16), transparent 30%),
    linear-gradient(180deg, #fffaf1 0%, #fff6e9 100%);
  box-shadow: 0 -24px 80px rgba(47, 36, 78, .12);
}

.method::before,
.method::after {
  content: "";
  position: absolute;
  z-index: -2;
  pointer-events: none;
}

.method::before {
  inset: 0;
  opacity: .68;
  background:
    radial-gradient(circle at 6% 25%, rgba(111, 74, 182, .16) 0 2px, transparent 3px),
    radial-gradient(circle at 81% 32%, rgba(255, 126, 24, .18) 0 2px, transparent 3px),
    radial-gradient(circle at 42% 84%, rgba(111, 74, 182, .12) 0 3px, transparent 4px),
    radial-gradient(circle at 94% 80%, rgba(255, 126, 24, .14) 0 3px, transparent 4px);
}

.method::after {
  right: clamp(18px, 5vw, 90px);
  bottom: clamp(22px, 5vh, 58px);
  width: clamp(180px, 20vw, 330px);
  aspect-ratio: 1;
  background: url("./assets/optimized/wheel-transparent-640.webp") center / contain no-repeat;
  background: image-set(
    url("./assets/optimized/wheel-transparent-640.avif") type("image/avif"),
    url("./assets/optimized/wheel-transparent-640.webp") type("image/webp")
  ) center / contain no-repeat;
  opacity: .11;
  transform: rotate(18deg);
}

.method__wash {
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 42%;
  background:
    radial-gradient(ellipse at 16% 70%, rgba(110, 76, 176, .16), transparent 44%),
    radial-gradient(ellipse at 76% 78%, rgba(255, 128, 31, .14), transparent 42%),
    linear-gradient(180deg, transparent, rgba(255,255,255,.44));
  filter: blur(.1px);
  pointer-events: none;
}

.method__head {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0 auto clamp(36px, 5vh, 56px);
  text-align: left;
}

.method__head span {
  position: absolute;
  top: calc(28px - clamp(104px, 13vh, 142px));
  left: clamp(24px, 4vw, 72px);
  display: block;
  color: #6d4ab0;
  font: 600 10px/1.4 "Unbounded", sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.method__head span::before,
.method__head span::after {
  display: none;
}

.method__head h2 {
  width: fit-content;
  max-width: min(90vw, 1180px);
  margin: 0 auto;
  text-align: center;
  color: #4a2996;
  font: 600 clamp(42px, 3.8vw, 68px)/.98 "Playfair Display", serif;
  letter-spacing: -.045em;
}

.method__head em {
  color: #ff7100;
  font-style: italic;
}

.method__cards {
  position: relative;
  z-index: 3;
  width: 100%;
  overflow: visible;
}

.method__track {
  display: flex;
  gap: clamp(18px, 2.3vw, 34px);
  width: max-content;
  padding: 0 10vw;
  will-change: transform;
}

.method-card {
  position: relative;
  width: clamp(440px, 40vw, 640px);
  min-height: clamp(430px, 48vh, 560px);
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(112, 76, 176, .13);
  border-radius: clamp(30px, 3vw, 46px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(255, 250, 243, .74)),
    radial-gradient(circle at 18% 12%, rgba(116, 76, 184, .16), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(255, 126, 24, .16), transparent 30%);
  box-shadow:
    0 26px 70px rgba(75, 41, 150, .13),
    inset 0 1px 0 rgba(255,255,255,.78);
}

.method-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 86% 18%, rgba(112, 76, 176, .1) 0 32px, transparent 33px),
    radial-gradient(circle at 18% 84%, rgba(255, 126, 24, .11) 0 42px, transparent 43px);
  opacity: .8;
  pointer-events: none;
}

.method-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, transparent 42%, rgba(255, 248, 236, .22) 58%, rgba(255, 248, 236, .92) 100%),
    radial-gradient(ellipse at 50% 102%, rgba(121, 78, 190, .2), transparent 44%);
  pointer-events: none;
}

.method-card__picture {
  position: absolute;
  z-index: 1;
  inset: 0 0 22%;
  margin: 0;
  overflow: hidden;
}

.method-card__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  filter: saturate(1.02);
  user-select: none;
}

.method-card--team .method-card__picture img,
.method-card--years .method-card__picture img,
.method-card--return .method-card__picture img {
  object-position: center top;
}

.method-card__panel {
  position: absolute;
  z-index: 3;
  right: clamp(18px, 2.4vw, 34px);
  bottom: clamp(18px, 2.4vw, 34px);
  left: clamp(18px, 2.4vw, 34px);
  display: grid;
  grid-template-columns: clamp(56px, 5vw, 76px) 1fr;
  gap: clamp(16px, 2vw, 24px);
  align-items: center;
  padding: clamp(19px, 2.3vw, 30px);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: clamp(24px, 2.4vw, 34px);
  background: rgba(255, 252, 245, .83);
  box-shadow:
    0 20px 46px rgba(47, 36, 78, .13),
    inset 0 1px 0 rgba(255,255,255,.88);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.method-card__icon {
  position: relative;
  width: clamp(56px, 5vw, 76px);
  height: clamp(56px, 5vw, 76px);
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #7049b5;
  background: rgba(119, 79, 188, .14);
}

.method-card__icon::before,
.method-card__icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.method-card--team .method-card__icon::before {
  width: 26px;
  height: 18px;
  border: 3px solid currentColor;
  border-top: 0;
  border-radius: 0 0 15px 15px;
  bottom: 17px;
}

.method-card--team .method-card__icon::after {
  width: 12px;
  height: 12px;
  border: 3px solid currentColor;
  border-radius: 50%;
  top: 16px;
  box-shadow: -16px 13px 0 -2px currentColor, 16px 13px 0 -2px currentColor;
}

.method-card--place .method-card__icon::before {
  width: 28px;
  height: 28px;
  border: 3px solid currentColor;
  border-radius: 50% 50% 50% 4px;
  transform: rotate(-45deg);
}

.method-card--place .method-card__icon::after {
  width: 9px;
  height: 9px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.method-card--years .method-card__icon::before {
  width: 27px;
  height: 30px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  border-radius: 0 0 0 15px;
  transform: translate(2px, 4px);
}

.method-card--years .method-card__icon::after {
  width: 18px;
  height: 13px;
  border: 3px solid currentColor;
  border-left: 0;
  border-radius: 50% 50% 50% 0;
  transform: translate(8px, -7px) rotate(-22deg);
}

.method-card--return .method-card__icon::before {
  width: 28px;
  height: 28px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(45deg) translate(-1px, -2px);
  border-radius: 0 0 7px 0;
}

.method-card h3 {
  position: relative;
  z-index: 2;
  max-width: 470px;
  margin: 0 0 10px;
  color: #4a2996;
  font: 600 clamp(24px, 2.1vw, 34px)/1.06 "Playfair Display", serif;
  letter-spacing: -.035em;
}

.method-card p {
  position: relative;
  z-index: 2;
  max-width: 470px;
  margin: 0;
  color: rgba(65, 49, 83, .76);
  font-size: clamp(15px, 1.12vw, 18px);
  font-weight: 600;
  line-height: 1.45;
}

.method-card--place {
  transform: translateY(24px);
}

.method-card--years {
  transform: translateY(-12px);
}

.method-card--return {
  transform: translateY(18px);
}

.method__progress {
  position: absolute;
  right: 10vw;
  bottom: clamp(28px, 5vh, 54px);
  left: 10vw;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(104, 71, 172, .14);
}

.method__progress i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff7100, #7b53bf);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.launch-scroll {
  height: 720vh;
  position: relative;
  z-index: 60;
  background: #fffaf1;
}

.launch {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 650px;
  overflow: hidden;
  isolation: isolate;
  color: var(--ink);
  background: #fffaf1;
  box-shadow: 0 -24px 80px rgba(47, 36, 78, .14);
}

.launch__art {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.launch::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 22%, rgba(255, 252, 245, .94), rgba(255, 252, 245, .68) 34%, transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,.28), transparent 58%);
  pointer-events: none;
}

.launch__header {
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
  padding: 28px clamp(24px, 4vw, 72px);
}

.launch__header span {
  color: #6847ac;
  font: 600 10px/1.4 "Unbounded", sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.launch__story {
  position: absolute;
  z-index: 5;
  top: clamp(62px, 8vh, 88px);
  left: 50%;
  width: min(82vw, 1020px);
  min-height: 330px;
  text-align: center;
  transform: translateX(-50%);
}

.launch__step {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(44px);
  will-change: opacity, transform;
}

.launch__step.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.launch__step h2 {
  margin: 0;
  color: #4a2996;
  font: 600 clamp(42px, 3.8vw, 68px)/.98 "Playfair Display", serif;
  letter-spacing: -.045em;
}

.launch__step p {
  margin: 18px 0 0;
  color: #ef6f15;
  font: 600 clamp(22px, 2vw, 34px)/1.25 "Manrope", sans-serif;
}

.launch__progress {
  position: absolute;
  right: clamp(25px, 4vw, 68px);
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 11px;
  transform: translateY(-50%);
}

.launch__progress i {
  width: 5px;
  height: 28px;
  border-radius: 99px;
  background: rgba(91, 62, 145, .16);
  transition: background .25s ease, height .25s ease;
}

.launch__progress i.is-active {
  height: 46px;
  background: #ff8126;
}

.launch__hint {
  position: absolute;
  left: clamp(38px, 7vw, 128px);
  bottom: 28px;
  color: rgba(73, 52, 101, .58);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.launch__hint b {
  margin-left: 8px;
  color: #ff8126;
}

.numbers-scroll {
  height: 640vh;
  position: relative;
  z-index: 70;
  background: #4b2689;
}

.numbers {
  --numbers-card-width: clamp(560px, 52vw, 760px);
  --numbers-card-height: clamp(168px, 21vh, 215px);
  --numbers-card-header: clamp(54px, 5vw, 66px);
  --numbers-stack-gap: clamp(38px, 5vh, 48px);
  --numbers-stack-top: clamp(260px, 35vh, 315px);
  --numbers-cta-gap: clamp(24px, 3vh, 34px);
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  isolation: isolate;
  color: #fffaf3;
  background:
    linear-gradient(rgba(38, 21, 72, .2), rgba(38, 21, 72, .34)),
    url("./assets/optimized/contact-background-1280.webp") center / cover no-repeat,
    #4b2689;
  background:
    linear-gradient(rgba(38, 21, 72, .2), rgba(38, 21, 72, .34)),
    image-set(
      url("./assets/optimized/contact-background-1280.avif") type("image/avif"),
      url("./assets/optimized/contact-background-1280.webp") type("image/webp"),
      url("./assets/optimized/contact-background-1280.jpg") type("image/jpeg")
    ) center / cover no-repeat,
    #4b2689;
  box-shadow: 0 -30px 90px rgba(46, 24, 82, .32);
}

.numbers::before,
.numbers::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.numbers::before {
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 126, 24, .2), transparent 25%),
    radial-gradient(circle at 82% 24%, rgba(255, 255, 255, .1), transparent 27%),
    radial-gradient(circle at 48% 86%, rgba(255, 126, 24, .18), transparent 32%);
}

.numbers::after {
  right: clamp(26px, 5vw, 90px);
  bottom: clamp(30px, 5vh, 70px);
  width: clamp(150px, 16vw, 260px);
  aspect-ratio: 1;
  opacity: .12;
  background: url("./assets/optimized/wheel-transparent-640.webp") center / contain no-repeat;
  background: image-set(
    url("./assets/optimized/wheel-transparent-640.avif") type("image/avif"),
    url("./assets/optimized/wheel-transparent-640.webp") type("image/webp")
  ) center / contain no-repeat;
  transform: rotate(-14deg);
}

.numbers__head {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  padding: clamp(54px, 7.6vh, 86px) clamp(24px, 4vw, 72px) 0;
  text-align: center;
  transform: none;
}

.numbers__head span {
  position: absolute;
  top: 28px;
  left: clamp(24px, 4vw, 72px);
  display: block;
  color: #ffb46c;
  font: 600 10px/1.4 "Unbounded", sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-align: left;
}

.numbers__head span::before,
.numbers__head span::after {
  display: none;
}

.numbers__head h2 {
  margin: 20px 0 17px;
  color: #fffaf3;
  font: 600 clamp(46px, 4.6vw, 78px)/.96 "Playfair Display", serif;
  letter-spacing: -.045em;
}

.numbers__head h2 em {
  color: #ff8a27;
  font-style: italic;
}

.numbers__head p {
  max-width: 850px;
  margin: 0 auto;
  color: rgba(255, 250, 243, .82);
  font-size: clamp(17px, 1.32vw, 23px);
  font-weight: 600;
  line-height: 1.45;
}

.numbers__solitaire {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: var(--numbers-stack-top);
  width: var(--numbers-card-width);
  height: calc(var(--numbers-card-height) + var(--numbers-stack-gap) * 3);
  transform: translateX(-50%);
  pointer-events: none;
}

.numbers-card {
  --card-accent: #ff8126;
  --card-accent-soft: #ffaf61;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: var(--numbers-card-height);
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: calc(var(--numbers-card-header) + clamp(18px, 1.6vw, 26px)) clamp(22px, 2.2vw, 34px) clamp(20px, 2vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(255, 232, 202, .74);
  border-radius: clamp(22px, 1.8vw, 30px);
  color: #402c52;
  background:
    radial-gradient(circle at 86% 78%, rgba(129, 87, 198, .14), transparent 30%),
    linear-gradient(145deg, rgba(255, 253, 246, .99), rgba(255, 243, 224, .93));
  box-shadow:
    0 24px 58px rgba(25, 13, 52, .24),
    inset 0 1px 0 rgba(255,255,255,.86);
  transform-origin: 50% 105%;
  will-change: transform, opacity;
}

.numbers-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: var(--numbers-card-header);
  border-radius: inherit inherit 16px 16px;
  background:
    linear-gradient(135deg, var(--card-accent), var(--card-accent-soft));
  box-shadow:
    0 12px 24px rgba(255, 129, 38, .18),
    inset 0 1px 0 rgba(255,255,255,.28);
  pointer-events: none;
}

.numbers-card::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: clamp(62px, 6vw, 92px);
  aspect-ratio: 1;
  opacity: .09;
  border-radius: 50%;
  background: url("./assets/optimized/wheel-640.webp") center / contain no-repeat;
  background: image-set(
    url("./assets/optimized/wheel-640.avif") type("image/avif"),
    url("./assets/optimized/wheel-640.webp") type("image/webp")
  ) center / contain no-repeat;
  mix-blend-mode: multiply;
}

.numbers-card span {
  position: absolute;
  z-index: 2;
  top: calc(var(--numbers-card-header) / 2);
  left: clamp(20px, 1.8vw, 28px);
  color: #fffaf3;
  font: 600 13px "Unbounded", sans-serif;
  letter-spacing: .08em;
  transform: translateY(-50%);
}

.numbers-card strong {
  position: relative;
  z-index: 2;
  display: block;
  color: #4a2996;
  font: 600 clamp(42px, 4vw, 66px)/.94 "Playfair Display", serif;
  letter-spacing: -.05em;
}

.numbers-card p {
  position: relative;
  z-index: 2;
  max-width: 360px;
  margin: clamp(10px, 1vw, 14px) 0 0;
  color: rgba(57, 43, 77, .78);
  font-size: clamp(16px, 1.08vw, 19px);
  font-weight: 700;
  line-height: 1.35;
}

.numbers-card--revenue {
  --card-accent: #ff6f0d;
  --card-accent-soft: #ff9e3f;
  z-index: 1;
}

.numbers-card--profit {
  --card-accent: #7147bf;
  --card-accent-soft: #9268db;
  z-index: 2;
}

.numbers-card--payback {
  --card-accent: #ff8126;
  --card-accent-soft: #ffc063;
  z-index: 3;
}

.numbers-card--total {
  --card-accent: #5d35a5;
  --card-accent-soft: #ff8126;
  z-index: 4;
}

.numbers__cta {
  position: absolute;
  z-index: 6;
  left: 50%;
  top: calc(var(--numbers-stack-top) + var(--numbers-card-height) + var(--numbers-stack-gap) * 3 + var(--numbers-cta-gap));
  bottom: auto;
  width: min(88vw, 760px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  transform: translateX(-50%);
}

.numbers__cta p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 250, 243, .86);
  font-size: clamp(17px, 1.28vw, 22px);
  font-weight: 700;
  line-height: 1.35;
}

.numbers__cta a {
  width: min(100%, 250px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 17px 28px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(105deg, #ff7100, #ff9229);
  box-shadow:
    0 18px 34px rgba(255, 113, 0, .32),
    0 34px 52px rgba(255, 113, 0, .24);
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
}

.numbers__hint {
  position: absolute;
  right: clamp(28px, 4vw, 72px);
  bottom: 24px;
  color: rgba(255, 250, 243, .46);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.numbers__hint b {
  margin-left: 8px;
  color: #ff8126;
}

@media (min-width: 1025px) and (max-height: 860px) {
  .numbers {
    --numbers-card-height: clamp(142px, 18vh, 166px);
    --numbers-card-header: 48px;
    --numbers-stack-gap: clamp(28px, 3.7vh, 34px);
    --numbers-stack-top: clamp(390px, 52vh, 430px);
    --numbers-cta-gap: 18px;
    min-height: 760px;
  }

  .numbers__head {
    padding-top: clamp(42px, 5.4vh, 54px);
  }

  .numbers__head h2 {
    margin: 14px 0 12px;
    font-size: clamp(54px, 4.25vw, 68px);
    line-height: .92;
  }

  .numbers__head p {
    max-width: 980px;
    font-size: clamp(16px, 1.18vw, 20px);
    line-height: 1.3;
  }

  .numbers-card {
    padding: calc(var(--numbers-card-header) + 14px) clamp(20px, 2vw, 30px) 18px;
  }

  .numbers-card strong {
    font-size: clamp(34px, 3.1vw, 48px);
  }

  .numbers-card p {
    margin-top: 8px;
    font-size: clamp(13px, .95vw, 16px);
  }

  .numbers__cta p {
    font-size: clamp(14px, 1vw, 17px);
  }

  .numbers__cta a {
    padding: 14px 26px;
    font-size: 17px;
  }
}

.inside-scroll {
  height: 360vh;
  position: relative;
  z-index: 80;
  background: #fffaf3;
}

.inside {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
  color: #3b2b4f;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 129, 38, .16), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(104, 71, 172, .17), transparent 30%),
    radial-gradient(circle at 52% 92%, rgba(255, 183, 92, .18), transparent 34%),
    #fffaf3;
}

.inside::before,
.inside::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.inside::before {
  inset: 0;
  z-index: -1;
  opacity: .38;
  background-image:
    radial-gradient(circle at 18% 72%, rgba(104, 71, 172, .12) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 34%, rgba(255, 129, 38, .12) 0 2px, transparent 3px);
  background-size: 120px 120px, 150px 150px;
}

.inside::after {
  right: -8vw;
  bottom: -12vw;
  width: clamp(260px, 32vw, 520px);
  aspect-ratio: 1;
  background: url("./assets/optimized/wheel-transparent-640.webp") center / contain no-repeat;
  background: image-set(
    url("./assets/optimized/wheel-transparent-640.avif") type("image/avif"),
    url("./assets/optimized/wheel-transparent-640.webp") type("image/webp")
  ) center / contain no-repeat;
  opacity: .1;
  transform: rotate(10deg);
}

.inside__head {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  padding: clamp(74px, 8vh, 98px) clamp(24px, 4vw, 72px) 0;
  text-align: center;
}

.inside__head span {
  position: absolute;
  top: 28px;
  left: clamp(24px, 4vw, 72px);
  color: #6847ac;
  font: 600 10px/1.4 "Unbounded", sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.inside__head h2 {
  max-width: min(92vw, 1040px);
  margin: 0 auto 18px;
  color: #4a2996;
  font: 600 clamp(48px, 5vw, 82px)/.94 "Playfair Display", serif;
  letter-spacing: -.05em;
}

.inside__head h2 em {
  color: #ff8126;
  font-style: italic;
}

.inside__head p {
  max-width: 900px;
  margin: 0 auto;
  color: rgba(59, 43, 79, .78);
  font-size: clamp(17px, 1.25vw, 22px);
  font-weight: 700;
  line-height: 1.45;
}

.inside__gallery {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: clamp(285px, 34vh, 330px);
  width: min(90vw, 1180px);
  height: clamp(340px, 43vh, 450px);
  transform: translateX(-50%);
}

.inside-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: clamp(24px, 2vw, 34px);
  background: #fff;
  box-shadow:
    0 30px 80px rgba(50, 31, 90, .18),
    inset 0 1px 0 rgba(255,255,255,.7);
  will-change: transform;
}

.inside-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.07) contrast(1.02);
}

.inside-photo figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 18px;
  color: #3b2b4f;
  background: rgba(255, 250, 243, .84);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 30px rgba(43, 27, 77, .12);
  font-size: clamp(12px, .95vw, 15px);
  font-weight: 800;
  line-height: 1.25;
}

.inside-photo--main {
  z-index: 3;
  left: 50%;
  top: 0;
  width: min(50vw, 660px);
  height: 100%;
  transform: translateX(-50%) rotate(-1deg);
}

.inside-photo--main img {
  object-position: 42% center;
}

.inside-photo--wide {
  z-index: 2;
  left: 0;
  top: 11%;
  width: min(33vw, 420px);
  height: 58%;
  transform: rotate(2.2deg);
}

.inside-photo--wide img {
  object-position: 42% center;
}

.inside-photo--tall {
  z-index: 2;
  right: 2%;
  top: -5%;
  width: min(29vw, 360px);
  height: 74%;
  transform: rotate(-2.4deg);
}

.inside-photo--tall img {
  object-position: 42% center;
}

.inside-photo--small {
  z-index: 4;
  right: 0;
  bottom: 0;
  width: min(34vw, 430px);
  height: 46%;
  transform: rotate(1.6deg);
}

.inside-photo--small img {
  object-position: 48% center;
}

.inside__bottom {
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: clamp(30px, 5vh, 58px);
  width: min(90vw, 920px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
  text-align: center;
  transform: translateX(-50%);
}

.inside__thought {
  max-width: 520px;
  margin: 0;
  color: #4a2996;
  font: 600 clamp(24px, 2.2vw, 38px)/1.05 "Playfair Display", serif;
  letter-spacing: -.035em;
}

.inside__thought span {
  display: block;
  color: #ff8126;
  font-style: italic;
}

.inside__cta {
  width: min(100%, 310px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 18px 28px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(105deg, #ff7100, #ff9229);
  box-shadow:
    0 18px 34px rgba(255, 113, 0, .3),
    0 34px 54px rgba(255, 113, 0, .2);
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
}

.inside__hint {
  position: absolute;
  right: clamp(28px, 4vw, 72px);
  bottom: 24px;
  color: rgba(59, 43, 79, .46);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.inside__hint b {
  margin-left: 8px;
  color: #ff8126;
}

.lead-modal {
  width: min(92vw, 610px);
  max-height: 92vh;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 34px;
  color: var(--ink);
  background: transparent;
}

.lead-modal::backdrop {
  background: rgba(31, 20, 54, .66);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.lead-modal[open] {
  animation: modal-in .32s cubic-bezier(.2,.8,.2,1);
}

@keyframes modal-in {
  from { opacity: 0; transform: translateY(28px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.lead-modal__card {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 5vw, 58px);
  border: 1px solid rgba(116, 77, 184, .14);
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0, rgba(139, 91, 209, .14), transparent 36%),
    radial-gradient(circle at 0 100%, rgba(255, 138, 37, .12), transparent 34%),
    #fffaf3;
  box-shadow: 0 40px 110px rgba(26, 14, 49, .32);
}

.lead-modal__close {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: #5d477b;
  background: rgba(112, 76, 176, .08);
  font: 300 29px/1 sans-serif;
  cursor: pointer;
}

.lead-modal__eyebrow {
  color: #7750ba;
  font: 600 9px "Unbounded", sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lead-modal h2 {
  margin: 18px 0 16px;
  color: #4a2996;
  font: 600 clamp(35px, 5vw, 54px)/1 "Playfair Display", serif;
  letter-spacing: -.045em;
}

.lead-modal__form-view > p,
.lead-modal__success p {
  margin: 0 0 28px;
  color: #71637d;
  font-size: 15px;
  line-height: 1.55;
}

.lead-form {
  display: grid;
  gap: 15px;
}

.lead-form > label:not(.lead-form__consent) {
  display: grid;
  gap: 7px;
}

.lead-form label > span {
  color: #625271;
  font-size: 11px;
  font-weight: 700;
}

.lead-form input[type="text"],
.lead-form input[type="tel"] {
  width: 100%;
  height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(87, 57, 135, .16);
  border-radius: 16px;
  outline: none;
  color: #352b40;
  background: rgba(255,255,255,.72);
  font: 500 16px "Manrope", sans-serif;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.lead-form input:focus {
  border-color: #7a50be;
  box-shadow: 0 0 0 4px rgba(122, 80, 190, .1);
}

.lead-form__consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 11px;
  align-items: start;
  margin: 4px 0 5px;
  cursor: pointer;
}

.lead-form__consent input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  accent-color: #7650b9;
}

.lead-form__consent span {
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.45;
}

.lead-form__consent a,
.form-consent a {
  color: #4a2996;
  font-weight: 800;
  text-decoration-color: rgba(74, 41, 150, .34);
  text-underline-offset: 3px;
}

.form-hidden {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-error {
  min-height: 18px;
  margin: -2px 0 0;
  color: #d44735;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.lead-form button,
.lead-modal__done {
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: linear-gradient(105deg, #ff7100, #ff9229);
  box-shadow: 0 18px 38px rgba(255, 113, 0, .28);
  font: 700 19px "Manrope", sans-serif;
  cursor: pointer;
}

.lead-modal__success {
  padding: 25px 0;
  text-align: center;
}

.lead-modal__success > span {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 50%;
  color: white;
  background: #7650b9;
  font-size: 30px;
}

.lead-modal__done {
  width: min(100%, 240px);
  padding: 0 30px;
}

@media (max-width: 720px) {
  .lead-modal {
    width: calc(100vw - 24px);
  }

  .lead-modal__card {
    padding: 38px 22px 25px;
    border-radius: 26px;
  }

  .lead-modal h2 {
    font-size: clamp(32px, 9vw, 42px);
  }
}

.site-footer {
  position: relative;
  z-index: 95;
  padding: 24px clamp(18px, 4vw, 64px);
  color: rgba(255, 250, 244, .72);
  background: #2f1764;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.site-footer__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  line-height: 1.45;
}

.site-footer p {
  margin: 0;
}

.site-footer__company {
  max-width: 620px;
}

.site-footer__requisites {
  margin-top: 4px;
  color: rgba(255, 250, 244, .52);
}

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

.site-footer a {
  color: inherit;
  text-decoration-color: rgba(255, 250, 244, .34);
  text-underline-offset: 3px;
  transition: color .2s ease;
}

.site-footer a:hover {
  color: #fffaf4;
}

.legal-dialog {
  width: min(92vw, 760px);
  max-height: 90svh;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 32px;
  color: var(--ink);
  background: transparent;
}

.legal-dialog::backdrop {
  background: rgba(31, 20, 54, .68);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.legal-dialog__card {
  position: relative;
  max-height: 90svh;
  overflow: auto;
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid rgba(116, 77, 184, .16);
  border-radius: 32px;
  background:
    radial-gradient(circle at 100% 0, rgba(139, 91, 209, .14), transparent 36%),
    radial-gradient(circle at 0 100%, rgba(255, 138, 37, .12), transparent 34%),
    #fffaf3;
  box-shadow: 0 40px 110px rgba(26, 14, 49, .38);
}

.legal-dialog__close {
  position: sticky;
  z-index: 2;
  top: 0;
  float: right;
  width: 42px;
  height: 42px;
  margin: -10px -10px 8px 16px;
  border: 0;
  border-radius: 50%;
  color: #5d477b;
  background: rgba(112, 76, 176, .1);
  font: 300 29px/1 sans-serif;
  cursor: pointer;
}

.legal-dialog h2 {
  margin: 0 0 22px;
  color: #4a2996;
  font: 600 clamp(34px, 4.5vw, 54px)/.98 "Playfair Display", serif;
  letter-spacing: -.045em;
}

.legal-dialog__content {
  color: #59486b;
  font-size: 15px;
  line-height: 1.68;
}

.legal-dialog__content h3 {
  margin: 24px 0 9px;
  color: #4a2996;
  font: 800 14px/1.35 "Manrope", sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.legal-dialog__content p {
  margin: 0 0 15px;
}

.legal-dialog__content ul {
  margin: 0 0 17px;
  padding-left: 20px;
}

.legal-dialog__content li {
  margin-bottom: 7px;
}

@supports (height: 100svh) {
  .contact {
    height: 100svh;
    min-height: 100svh;
  }

  .launch {
    height: 100svh;
  }

  .family-scroll {
    margin-top: -100svh;
  }

  .family {
    height: 100svh;
  }
}

.family__step.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Legacy button styles remain shared by the previous section. */
.franchise > p {
  margin: 0;
}

.discover {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 42px;
  padding: 8px 8px 8px 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 100px;
  color: white;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.discover span {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  font-size: 20px;
  transition: transform 0.3s ease;
}

.discover:hover span {
  transform: rotate(45deg);
}

@media (min-aspect-ratio: 16/9) {
  .scene__image { object-fit: cover; }
}


@media (max-width: 1024px) {
  .inside {
    min-height: 720px;
  }

  .inside__head {
    padding-top: clamp(78px, 8svh, 94px);
  }

  .inside__head h2 {
    font-size: clamp(42px, 5.4vw, 62px);
  }

  .inside__head p {
    max-width: 740px;
    font-size: clamp(16px, 1.9vw, 20px);
  }

  .inside__gallery {
    top: clamp(288px, 35svh, 324px);
    width: min(90vw, 860px);
    height: clamp(320px, 40svh, 390px);
  }

  .inside-photo--main {
    width: 58%;
  }

  .inside-photo--wide {
    width: 34%;
    height: 50%;
  }

  .inside-photo--tall {
    width: 34%;
    height: 56%;
  }

  .inside-photo--small {
    width: 38%;
    height: 42%;
  }

  .inside__bottom {
    bottom: clamp(22px, 3svh, 38px);
    flex-direction: column;
    gap: 14px;
  }

  .inside__thought {
    max-width: 680px;
    font-size: clamp(26px, 3.4vw, 34px);
  }
}

@media (max-width: 720px) {
  .inside-scroll {
    height: 420svh;
  }

  .inside {
    min-height: 680px;
  }

  .inside__head {
    padding: 58px 18px 0;
  }

  .inside__head span {
    top: 24px;
    left: 24px;
    font-size: 8px;
  }

  .inside__head h2 {
    max-width: 350px;
    margin-bottom: 12px;
    font-size: clamp(34px, 10vw, 48px);
  }

  .inside__head p {
    max-width: 340px;
    font-size: 13px;
    line-height: 1.35;
  }

  .inside__head p br {
    display: none;
  }

  .inside__gallery {
    top: 244px;
    left: 0;
    width: 100%;
    height: 290px;
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 0 18px 18px;
    scroll-snap-type: x mandatory;
    transform: none;
    -webkit-overflow-scrolling: touch;
  }

  .inside__gallery::-webkit-scrollbar {
    display: none;
  }

  .inside-photo,
  .inside-photo--main,
  .inside-photo--wide,
  .inside-photo--tall,
  .inside-photo--small {
    position: relative;
    inset: auto;
    width: min(78vw, 310px);
    height: 270px;
    flex: 0 0 min(78vw, 310px);
    scroll-snap-align: center;
    transform: none;
  }

  .inside-photo figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 11px 12px;
    border-radius: 15px;
    font-size: 11px;
  }

  .inside__bottom {
    bottom: 26px;
    width: calc(100% - 36px);
    flex-direction: column;
    gap: 13px;
  }

  .inside__thought {
    max-width: 330px;
    font-size: clamp(25px, 7.4vw, 34px);
  }

  .inside__cta {
    width: min(100%, 290px);
    padding: 15px 22px;
    font-size: 16px;
  }

  .inside__hint {
    display: none;
  }
}

/* Clean horizontal gallery version */
.inside-scroll {
  height: 430vh;
}

.inside {
  min-height: 760px;
}

.inside__head {
  padding-top: clamp(70px, 7.4vh, 92px);
}

.inside__head h2 {
  max-width: min(92vw, 980px);
}

.inside__head p {
  max-width: 840px;
}

.inside__gallery {
  position: absolute;
  z-index: 4;
  top: clamp(260px, 31vh, 310px);
  left: clamp(24px, 5.5vw, 82px);
  width: max-content;
  height: clamp(320px, 40vh, 420px);
  display: flex;
  gap: clamp(18px, 2.2vw, 30px);
  overflow: visible;
  padding: 0 clamp(24px, 5.5vw, 82px) 0 0;
  transform: none;
  will-change: transform;
}

.inside-photo,
.inside-photo--main,
.inside-photo--wide,
.inside-photo--tall,
.inside-photo--small {
  position: relative;
  inset: auto;
  flex: 0 0 clamp(360px, 34vw, 500px);
  width: clamp(360px, 34vw, 500px);
  height: 100%;
  transform: none;
}

.inside-photo img,
.inside-photo--main img,
.inside-photo--wide img,
.inside-photo--tall img,
.inside-photo--small img {
  object-fit: cover;
  object-position: center;
}

.inside-photo figcaption {
  right: 16px;
  bottom: 16px;
  left: 16px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  text-align: center;
  font-size: clamp(13px, 1vw, 16px);
}

.inside__bottom {
  bottom: clamp(28px, 4.8vh, 54px);
  flex-direction: column;
  gap: clamp(13px, 1.8vh, 20px);
}

.inside__thought {
  max-width: 780px;
}

.inside__cta {
  width: min(100%, 340px);
  box-shadow:
    0 18px 34px rgba(255, 113, 0, .3),
    0 0 46px rgba(255, 146, 41, .26);
}

@media (max-width: 1024px) {
  .inside-scroll {
    height: 420vh;
  }

  .inside {
    min-height: 720px;
  }

  .inside__head {
    padding-top: 72px;
  }

  .inside__gallery {
    top: clamp(265px, 33svh, 310px);
    left: 28px;
    height: clamp(300px, 38svh, 360px);
    padding-right: 28px;
  }

  .inside-photo,
  .inside-photo--main,
  .inside-photo--wide,
  .inside-photo--tall,
  .inside-photo--small {
    flex-basis: min(62vw, 470px);
    width: min(62vw, 470px);
  }

  .inside__bottom {
    bottom: clamp(22px, 3.2svh, 34px);
  }
}

@media (max-width: 720px) {
  .inside-scroll {
    height: 410svh;
  }

  .inside {
    min-height: 100svh;
  }

  .inside__head {
    padding: 54px 18px 0;
  }

  .inside__head h2 {
    max-width: 360px;
    margin-bottom: 10px;
    font-size: clamp(34px, 10vw, 46px);
  }

  .inside__head p {
    max-width: 350px;
    font-size: 12.5px;
  }

  .inside__gallery {
    top: clamp(250px, 34svh, 292px);
    left: 18px;
    height: clamp(275px, 36svh, 315px);
    gap: 14px;
    padding-right: 18px;
  }

  .inside-photo,
  .inside-photo--main,
  .inside-photo--wide,
  .inside-photo--tall,
  .inside-photo--small {
    flex-basis: min(82vw, 330px);
    width: min(82vw, 330px);
  }

  .inside-photo figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    min-height: 58px;
    padding: 10px 12px;
    border-radius: 15px;
    font-size: 10.5px;
  }

  .inside__bottom {
    bottom: 24px;
    width: calc(100% - 36px);
  }

  .inside__thought {
    max-width: 340px;
    font-size: clamp(23px, 7vw, 31px);
  }

  .inside__cta {
    width: min(100%, 300px);
    padding: 15px 22px;
    font-size: 16px;
  }
}

.city-final {
  position: relative;
  z-index: 90;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4.4vh, 50px);
  padding: clamp(92px, 11vh, 132px) clamp(24px, 5vw, 82px) clamp(44px, 6vh, 76px);
  color: #fffaf4;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 47%, rgba(255, 143, 43, .22), transparent 28%),
    linear-gradient(180deg, rgba(42, 21, 82, .05), rgba(42, 21, 82, .28)),
    url("./assets/optimized/contact-background-1280.webp") center / cover no-repeat,
    #56309a;
  background:
    radial-gradient(circle at 50% 47%, rgba(255, 143, 43, .22), transparent 28%),
    linear-gradient(180deg, rgba(42, 21, 82, .05), rgba(42, 21, 82, .28)),
    image-set(
      url("./assets/optimized/contact-background-1280.avif") type("image/avif"),
      url("./assets/optimized/contact-background-1280.webp") type("image/webp"),
      url("./assets/optimized/contact-background-1280.jpg") type("image/jpeg")
    ) center / cover no-repeat,
    #56309a;
}

.city-final::before {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 24%, rgba(255, 255, 255, .16), transparent 18%),
    radial-gradient(circle at 78% 72%, rgba(255, 143, 43, .18), transparent 22%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .08), transparent 30%);
  filter: blur(12px);
}

.city-final::after {
  content: "";
  position: absolute;
  right: clamp(-140px, -8vw, -70px);
  bottom: clamp(-130px, -10vw, -78px);
  width: clamp(230px, 24vw, 390px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: url("./assets/optimized/wheel-transparent-640.webp") center / contain no-repeat;
  background: image-set(
    url("./assets/optimized/wheel-transparent-640.avif") type("image/avif"),
    url("./assets/optimized/wheel-transparent-640.webp") type("image/webp")
  ) center / contain no-repeat;
  opacity: .12;
  transform: rotate(-15deg);
  pointer-events: none;
}

.city-final__orb {
  position: absolute;
  left: clamp(-110px, -8vw, -54px);
  top: clamp(120px, 16vh, 190px);
  width: clamp(180px, 18vw, 310px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 143, 43, .24), rgba(255, 143, 43, 0) 68%);
  filter: blur(8px);
  pointer-events: none;
}

.city-final__head {
  position: relative;
  width: min(100%, 1120px);
  text-align: center;
}

.city-final__head > span {
  position: absolute;
  top: clamp(-62px, -6vh, -44px);
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #ffb46c;
  text-transform: uppercase;
  letter-spacing: .18em;
  font: 600 clamp(9px, .82vw, 12px) "Unbounded", sans-serif;
}

.city-final__head > span::before {
  content: "";
  width: clamp(32px, 3vw, 54px);
  height: 1px;
  background: currentColor;
}

.city-final__head h2 {
  max-width: 1040px;
  margin: 0 auto clamp(18px, 2.2vh, 28px);
  color: #fff8ed;
  font-family: "Playfair Display", serif;
  font-size: clamp(52px, 6vw, 94px);
  font-weight: 600;
  line-height: .92;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.city-final__head h2 em {
  color: #ff8a24;
  font-style: italic;
  white-space: nowrap;
}

.city-final__head p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 250, 244, .84);
  font-size: clamp(18px, 1.45vw, 25px);
  font-weight: 700;
  line-height: 1.34;
  text-wrap: balance;
}

.city-form {
  position: relative;
  width: min(100%, 960px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.3vw, 18px);
  padding: clamp(16px, 1.6vw, 22px);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: clamp(28px, 2.5vw, 38px);
  background: linear-gradient(180deg, rgba(255, 250, 244, .18), rgba(255, 250, 244, .09));
  box-shadow:
    0 30px 85px rgba(28, 12, 65, .34),
    inset 0 1px 0 rgba(255, 255, 255, .3);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.city-form label {
  display: grid;
  gap: 8px;
  text-align: left;
}

.city-form label > span {
  padding-left: 8px;
  color: rgba(255, 250, 244, .84);
  text-transform: uppercase;
  letter-spacing: .13em;
  font: 700 10px "Unbounded", sans-serif;
}

.city-form input {
  width: 100%;
  height: clamp(56px, 5vw, 66px);
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 20px;
  padding: 0 18px;
  outline: none;
  color: #38264d;
  background: rgba(255, 251, 245, .94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
  font: 700 clamp(15px, 1.05vw, 17px) "Manrope", sans-serif;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.city-form input::placeholder {
  color: rgba(56, 38, 77, .43);
}

.city-form input:focus {
  border-color: #ff9a32;
  box-shadow:
    0 0 0 4px rgba(255, 143, 43, .18),
    inset 0 1px 0 rgba(255, 255, 255, .9);
  transform: translateY(-1px);
}

.city-form button {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, 390px);
  height: clamp(60px, 5vw, 70px);
  margin-top: 4px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff6b00, #ff9d2e);
  box-shadow:
    0 24px 46px rgba(255, 108, 0, .34),
    0 0 42px rgba(255, 145, 43, .36);
  cursor: pointer;
  font: 800 clamp(18px, 1.4vw, 22px) "Manrope", sans-serif;
  transition: transform .2s ease, box-shadow .2s ease;
}

.city-form button:hover,
.city-form button:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 30px 56px rgba(255, 108, 0, .42),
    0 0 56px rgba(255, 145, 43, .48);
}

.city-form__status {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 0;
  color: rgba(255, 250, 244, .88);
  text-align: center;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 1024px) {
  .city-final {
    justify-content: center;
    padding: 98px 24px 42px;
  }

  .city-final__head {
    width: min(100%, 820px);
  }

  .city-final__head h2 {
    font-size: clamp(46px, 7vw, 70px);
  }

  .city-final__head p {
    max-width: 620px;
    font-size: clamp(17px, 2.1vw, 22px);
  }

  .city-form {
    width: min(100%, 620px);
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .city-final {
    min-height: 100svh;
    justify-content: center;
    gap: 22px;
    padding: 86px 18px 28px;
  }

  .city-final::after {
    right: -98px;
    bottom: -74px;
    width: 210px;
  }

  .city-final__orb {
    left: -120px;
    top: 88px;
    width: 210px;
  }

  .city-final__head > span {
    top: -48px;
    left: 0;
    gap: 12px;
    font-size: 8px;
    letter-spacing: .15em;
  }

  .city-final__head > span::before {
    width: 30px;
  }

  .city-final__head h2 {
    font-size: clamp(38px, 12vw, 52px);
    line-height: .95;
  }

  .city-final__head h2 em {
    white-space: normal;
  }

  .city-final__head p {
    font-size: 16px;
  }

  .city-form {
    padding: 14px;
    border-radius: 26px;
  }

  .city-form input {
    height: 56px;
    border-radius: 18px;
  }

  .city-form button {
    width: 100%;
    height: 58px;
    font-size: 17px;
  }
}

.city-final {
  justify-content: center;
  text-align: center;
}

.city-final::after {
  display: none;
}

.city-final__head {
  width: min(100%, 980px);
}

.city-form {
  width: min(100%, 560px);
  grid-template-columns: 1fr;
  margin-inline: auto;
}

.city-form label {
  text-align: center;
}

.city-form label > span {
  padding-left: 0;
}

.city-form button {
  width: min(100%, 360px);
}

.city-form__consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 11px;
  max-width: 500px;
  margin: -2px auto 0;
  color: rgba(255, 250, 244, .78);
  text-align: left;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}

.city-form__consent input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  accent-color: #ff8126;
}

.city-form__consent > span {
  padding-left: 0;
  color: inherit;
  font: 600 11px/1.45 "Manrope", sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.city-form__consent a {
  color: #fffaf4;
  text-decoration-color: rgba(255, 250, 244, .42);
}

.city-form__error {
  color: #ffd7d0;
  text-align: center;
}

@media (max-width: 720px) {
  .city-final {
    gap: 18px;
  }

  .city-final__head {
    width: min(100%, 360px);
  }

  .city-form {
    width: min(100%, 340px);
  }
}

@media (max-width: 720px) {
  .site-footer__inner {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .site-footer nav {
    justify-content: center;
  }

  .legal-dialog {
    width: calc(100vw - 24px);
  }

  .legal-dialog__card {
    padding: 32px 20px 24px;
    border-radius: 24px;
  }

  .legal-dialog h2 {
    padding-right: 38px;
    font-size: clamp(30px, 8.6vw, 40px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-cue i { animation: none; }
}

@media (max-width: 1024px) {
  .hero-scroll {
    height: 380svh;
  }

  .hero {
    height: 100svh;
    min-height: 560px;
  }

  .scene__image {
    object-position: 14% center;
  }

  .wheel-wrap {
    top: auto;
    bottom: 0;
    width: clamp(360px, 58vw, 590px);
  }

  .paint-edge {
    width: clamp(130px, 18vw, 210px);
  }

  .hero__chrome {
    padding: 24px 28px;
  }

  .partner-scroll {
    height: 320svh;
  }

  .partner {
    top: -5svh;
    height: 105svh;
    min-height: 620px;
  }

  .partner__art {
    height: 100%;
    inset: 0;
    object-position: center;
  }

  .partner__wash {
    background: radial-gradient(
      ellipse at 50% 42%,
      rgba(255,253,249,.82) 0%,
      rgba(255,253,249,.46) 46%,
      transparent 74%
    );
  }

  .partner__content {
    top: 37%;
    left: 50%;
    width: min(86vw, 780px);
    text-align: center;
    transform: translate(-50%, -50%);
  }

  .partner__eyebrow {
    justify-content: center;
  }

  .partner__content h1 {
    font-size: clamp(40px, 5.4vw, 60px);
  }

  .partner__proof {
    justify-content: center;
    text-align: center;
  }

  .partner__cta {
    margin-right: auto;
    margin-left: auto;
  }

  .partner__wheel-wrap {
    width: clamp(120px, 16.7vw, 187px);
  }

  .contact__wheel-wrap {
    width: clamp(120px, 16.7vw, 187px);
  }

  .method-scroll {
    height: 330svh;
  }

  .method {
    min-height: 650px;
    padding-top: clamp(98px, 12svh, 124px);
  }

  .method__head {
    width: 100%;
    margin-bottom: clamp(30px, 4svh, 46px);
    text-align: left;
  }

  .method__head span {
    top: calc(28px - clamp(98px, 12svh, 124px));
    left: clamp(24px, 4vw, 72px);
  }

  .method__head h2 {
    max-width: min(88vw, 780px);
    font-size: clamp(40px, 5.4vw, 60px);
  }

  .method__track {
    padding: 0 7vw;
  }

  .method-card {
    width: min(76vw, 560px);
    min-height: clamp(420px, 49svh, 520px);
  }

  .method-card h3 {
    font-size: clamp(24px, 3.4vw, 32px);
  }

  .launch {
    min-height: 690px;
  }

  .launch__story {
    top: clamp(72px, 9svh, 98px);
    width: min(86vw, 820px);
  }

  .numbers {
    --numbers-card-width: min(78vw, 610px);
    --numbers-card-height: 150px;
    --numbers-card-header: 48px;
    --numbers-stack-gap: 34px;
    --numbers-stack-top: clamp(300px, 38vh, 342px);
    --numbers-cta-gap: 22px;
    min-height: 720px;
  }

  .numbers__head {
    top: 0;
    width: 100%;
    padding: clamp(58px, 7svh, 78px) clamp(24px, 4vw, 72px) 0;
  }

  .numbers__head h2 {
    font-size: clamp(42px, 5.4vw, 62px);
  }

  .numbers__head p {
    max-width: 720px;
    font-size: clamp(16px, 1.9vw, 20px);
  }

  .numbers__solitaire {
    top: var(--numbers-stack-top);
    width: var(--numbers-card-width);
    height: calc(var(--numbers-card-height) + var(--numbers-stack-gap) * 3);
  }

  .numbers-card {
    height: var(--numbers-card-height);
    padding: calc(var(--numbers-card-header) + 16px) 22px 18px;
  }

  .numbers-card::before {
    height: var(--numbers-card-header);
  }

  .numbers-card span {
    top: calc(var(--numbers-card-header) / 2);
    left: 20px;
    font-size: 10px;
  }

  .numbers-card strong {
    font-size: clamp(28px, 4.2vw, 38px);
  }

  .numbers-card p {
    max-width: 260px;
    font-size: 14px;
  }

  .numbers__cta {
    gap: 14px;
  }
}

@media (max-width: 720px) {
  .hero-scroll {
    height: 340svh;
  }

  .hero {
    position: sticky;
    height: 100svh;
    min-height: 500px;
  }

  .scene__image {
    object-position: 14% center;
  }

  .wheel-wrap {
    top: auto;
    bottom: 0;
    width: clamp(300px, 82vw, 460px);
  }

  .paint-edge {
    width: clamp(110px, 30vw, 160px);
    filter: blur(20px);
  }

  .paint-dot:nth-child(even) {
    display: none;
  }

  .hero__chrome {
    padding: 18px 20px;
    color: var(--ink);
    mix-blend-mode: multiply;
    text-shadow: none;
  }

  .brand {
    font-size: 9px;
  }

  .brand__mark {
    width: 26px;
    height: 26px;
  }

  .hero__copy {
    bottom: max(18px, env(safe-area-inset-bottom));
    gap: 10px;
  }

  .hero__copy p {
    max-width: 180px;
    white-space: normal;
    font-size: 9px;
    line-height: 1.35;
    text-align: center;
  }

  .scroll-cue {
    width: 24px;
    height: 36px;
  }

  .mobile-caption {
    display: none;
  }

  .partner-scroll {
    height: 300svh;
  }

  .partner {
    top: -5svh;
    height: 105svh;
    min-height: 620px;
    border-radius: 0;
  }

  .partner__art {
    height: 100%;
    inset: 0;
    object-position: center;
  }

  .partner__wash {
    background: radial-gradient(
      ellipse at 50% 40%,
      rgba(255,253,249,.92) 0%,
      rgba(255,253,249,.64) 54%,
      transparent 84%
    );
  }

  .partner__header {
    padding: 18px 20px;
  }

  .partner__header-note {
    max-width: 230px;
    font-size: 9px;
    line-height: 1.35;
  }

  .partner__content {
    top: 35%;
    left: 50%;
    right: auto;
    width: calc(100% - 36px);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .partner__eyebrow {
    font-size: 8px;
  }

  .partner__content h1 {
    margin: 13px 0 10px;
    font-size: clamp(34px, 10vw, 48px);
    line-height: .96;
  }

  .partner__title-line > span {
    display: block;
  }

  .partner__content h1 > br {
    display: none;
  }

  .partner__content h1 em {
    display: block;
    margin-top: .32em;
  }

  .partner__lead {
    font-size: 19px;
    line-height: 1.3;
  }

  .partner__lead br {
    display: none;
  }

  .partner__proof {
    justify-content: center;
    margin-top: 14px;
    gap: 9px;
    text-align: center;
  }

  .partner__proof p {
    font-size: 16px;
    line-height: 1.3;
  }

  .partner__proof p br {
    display: none;
  }

  .partner__heart {
    font-size: 24px;
  }

  .partner__cta {
    width: min(100%, 260px);
    margin-top: 16px;
    padding: 15px 24px;
    font-size: 19px;
  }

  .partner__wheel-wrap {
    bottom: 0;
    width: clamp(100px, 28.7vw, 153px);
  }

  .partner__wheel-trail {
    width: clamp(150px, 48vw, 250px);
    opacity: .58;
    filter: blur(12px);
  }

  .partner__splashes {
    width: clamp(130px, 42vw, 220px);
  }

  .partner__scroll-note {
    display: none;
  }

  .family-scroll {
    height: 560svh;
  }

  .family {
    min-height: 620px;
  }

  .family__story {
    top: clamp(54px, 7svh, 66px);
    left: 50%;
    right: auto;
    width: calc(100% - 36px);
    min-height: 280px;
    text-align: center;
    transform: translateX(-50%);
  }

  .family__step {
    align-items: center;
  }

  .family__step h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .family__step p {
    font-size: clamp(19px, 5.6vw, 27px);
  }

  .family__step--final a {
    align-self: center;
  }

  .family__progress {
    top: auto;
    right: 50%;
    bottom: 22px;
    flex-direction: row;
    transform: translateX(50%);
  }

  .family__progress i {
    width: 24px;
    height: 4px;
  }

  .family__progress i.is-active {
    width: 42px;
    height: 4px;
  }

  .family__hint {
    display: none;
  }

  .contact h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .contact p {
    font-size: clamp(19px, 5.6vw, 27px);
  }

  .contact a {
    width: min(100%, 260px);
    padding: 15px 24px;
    font-size: 19px;
  }

  .contact__wheel-wrap {
    bottom: 0;
    width: clamp(100px, 28.7vw, 153px);
  }

  .contact__wheel-trail {
    width: clamp(140px, 46vw, 230px);
    opacity: .42;
    filter: blur(12px);
  }

  .method-scroll {
    height: 330svh;
  }

  .method {
    min-height: 620px;
    padding-top: clamp(118px, 14svh, 138px);
  }

  .method::after {
    width: 185px;
    right: -58px;
    bottom: 46px;
  }

  .method__head {
    width: 100%;
    margin-bottom: 32px;
    text-align: left;
  }

  .method__head span {
    top: calc(28px - clamp(118px, 14svh, 138px));
    left: 24px;
    font-size: 8px;
  }

  .method__head span::before,
  .method__head span::after {
    width: 28px;
  }

  .method__head h2 {
    max-width: calc(100% - 32px);
    font-size: clamp(34px, 10vw, 48px);
  }

  .method__head br {
    display: none;
  }

  .method__track {
    gap: 16px;
    padding: 0 18px;
  }

  .method-card {
    width: calc(100vw - 48px);
    min-height: 430px;
    padding: 0;
    border-radius: 28px;
    transform: none;
  }

  .method-card__picture {
    inset: 0 0 27%;
  }

  .method-card__panel {
    right: 14px;
    bottom: 14px;
    left: 14px;
    grid-template-columns: 46px 1fr;
    gap: 13px;
    padding: 16px;
    border-radius: 22px;
  }

  .method-card__icon {
    width: 46px;
    height: 46px;
  }

  .method-card h3 {
    margin: 0 0 7px;
    font-size: clamp(24px, 7.2vw, 32px);
  }

  .method-card p {
    font-size: 14px;
    line-height: 1.35;
  }

  .method__progress {
    right: 18px;
    bottom: 22px;
    left: 18px;
  }

  .launch-scroll {
    height: 650svh;
  }

  .launch {
    min-height: 660px;
  }

  .launch__header {
    padding: 28px 24px;
  }

  .launch__header span {
    font-size: 8px;
  }

  .launch__art {
    object-position: 50.5% center;
  }

  .launch__story {
    top: 76px;
    left: 50%;
    width: calc(100% - 36px);
    min-height: 280px;
    text-align: center;
    transform: translateX(-50%);
  }

  .launch__step h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .launch__step p {
    font-size: clamp(19px, 5.6vw, 27px);
  }

  .launch__progress {
    right: 18px;
    top: auto;
    bottom: 22px;
    left: 18px;
    flex-direction: row;
    transform: none;
  }

  .launch__progress i {
    width: 100%;
    height: 5px;
  }

  .launch__progress i.is-active {
    width: 100%;
    height: 5px;
  }

  .launch__hint {
    display: none;
  }

  .numbers-scroll {
    height: 600svh;
  }

  .numbers {
    --numbers-card-width: min(88vw, 360px);
    --numbers-card-height: 128px;
    --numbers-card-header: 36px;
    --numbers-stack-gap: 25px;
    --numbers-stack-top: 270px;
    --numbers-cta-gap: 18px;
    min-height: 660px;
  }

  .numbers__head {
    top: 0;
    width: 100%;
    padding: 40px 17px 0;
  }

  .numbers__head span {
    top: 24px;
    left: 24px;
    font-size: 8px;
  }

  .numbers__head h2 {
    margin: 13px 0 11px;
    font-size: clamp(32px, 9.4vw, 45px);
  }

  .numbers__head p {
    max-width: 335px;
    font-size: 12.8px;
    line-height: 1.34;
  }

  .numbers__solitaire {
    top: var(--numbers-stack-top);
    width: var(--numbers-card-width);
    height: calc(var(--numbers-card-height) + var(--numbers-stack-gap) * 3);
  }

  .numbers-card {
    height: var(--numbers-card-height);
    padding: calc(var(--numbers-card-header) + 13px) 14px 13px;
    border-radius: 19px;
  }

  .numbers-card::before {
    height: var(--numbers-card-header);
    border-radius: inherit inherit 12px 12px;
  }

  .numbers-card::after {
    right: 10px;
    bottom: 10px;
    width: 44px;
  }

  .numbers-card span {
    top: calc(var(--numbers-card-header) / 2);
    left: 14px;
    font-size: 8px;
  }

  .numbers-card strong {
    font-size: clamp(23px, 6.2vw, 28px);
  }

  .numbers-card p {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.22;
  }

  .numbers__cta {
    top: calc(var(--numbers-stack-top) + var(--numbers-card-height) + var(--numbers-stack-gap) * 3 + var(--numbers-cta-gap));
    bottom: auto;
    width: calc(100% - 34px);
    gap: 12px;
  }

  .numbers__cta p {
    max-width: 320px;
    font-size: 14px;
  }

  .numbers__cta a {
    width: min(100%, 260px);
    padding: 15px 24px;
    font-size: 19px;
  }

  .numbers__hint {
    display: none;
  }

  .inside-scroll {
    height: auto;
  }

  .inside {
    position: relative;
    height: auto;
    min-height: 100vh;
    padding: 94px 24px 42px;
  }

  .inside__head,
  .inside__gallery,
  .inside-photo,
  .inside__bottom {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
  }

  .inside__head {
    padding: 0;
  }

  .inside__gallery {
    width: min(100%, 980px);
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 40px auto 30px;
  }

  .inside-photo {
    width: auto;
    height: 280px;
  }

  .inside__bottom {
    width: min(100%, 760px);
    margin: 0 auto;
  }

  .inside__hint {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .partner__splashes {
    display: none;
  }

  .contact__wheel-wrap {
    display: none;
  }

  .method-scroll {
    height: auto;
  }

  .method {
    position: relative;
    height: auto;
  }

  .method__track {
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
  }

  .method__progress {
    display: none;
  }

  .launch-scroll {
    height: auto;
  }

  .launch {
    position: relative;
    height: auto;
    min-height: 100vh;
    padding: 96px 24px 34px;
  }

  .launch__story,
  .launch__step {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .launch__progress,
  .launch__hint {
    display: none;
  }

  .numbers-scroll {
    height: auto;
  }

  .numbers {
    position: relative;
    height: auto;
    min-height: 100vh;
    padding: 90px 24px 42px;
  }

  .numbers__head,
  .numbers__solitaire,
  .numbers-card,
  .numbers__cta {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
  }

  .numbers__solitaire {
    width: min(100%, 980px);
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 40px auto 30px;
  }

  .numbers-card {
    width: auto;
  }

  .numbers__hint {
    display: none;
  }
}

@media (max-width: 720px) {
  .inside__head {
    padding-top: 76px;
  }

  .inside__head span {
    position: relative;
    top: auto;
    left: auto;
    display: inline-flex;
    margin: 0 auto 14px;
    transform: none;
  }

  .inside__head h2 {
    margin-top: 0;
  }
}
