
:root {

  --ink:        #0B0B0C;
  --ink-soft:   #26241F;
  --paper:      #FAFBFE;
  --paper-2:    #EDF1FA;
  --muted:      #6B6660;
  --muted-2:    #9A948C;
  --blue:       #5270FF;

  --ok:         #86E8B4;
  --hairline:   rgba(26, 38, 78, 0.11);
  --hairline-2: rgba(26, 38, 78, 0.05);

  --intro-type: clamp(34px, 4.4vw, 60px);
  --divider-gap: clamp(22px, 2.4vw, 34px);
  --divider-line: 1px solid rgba(255, 255, 255, 0.18);
  --display: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --text:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --hero-type: clamp(38px, 5.9vw, 110px);

  --gutter:  clamp(20px, 5vw, 72px);
  --section: clamp(72px, 10vw, 148px);
  --maxw:    1240px;
  --radius:  20px;
}

*, *::before, *::after { box-sizing: border-box; }

html {

  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;

  font-optical-sizing: auto;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--text);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

.media-fill,
.compare-clip-fill,
.filter-clip-fill {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

a { color: inherit; }

p, li, figcaption { text-wrap: pretty; }

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 99;
  background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 0 0 8px 0;
  font-size: 14px; text-decoration: none;
}
.skip:focus { left: 0; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }

h1, h2, h3 { font-family: var(--display); font-weight: 500; margin: 0; letter-spacing: -0.028em; }

.h-hero {

  font-size: clamp(40px, 5.65vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.h-section {
  font-size: clamp(29px, 4.4vw, 54px);
  line-height: 1.03;
  letter-spacing: -0.03em;
  max-width: none;
}

.intro-lead em { font-style: italic; }

.intro-lead {

  margin: clamp(30px, 3.4vw, 44px) 0 0;
  font-family: var(--display);
  font-weight: 500;
  font-size: var(--intro-type);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.intro-sub {
  margin: 0;
  font-family: var(--display);
  font-size: var(--intro-type);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 500;

  color: inherit;
  max-width: none;
  text-wrap: balance;
}

.h-sub { font-size: clamp(19px, 2vw, 23px); line-height: 1.25; letter-spacing: -0.022em; }

.kicker {
  font-family: var(--text);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  margin: 0 0 18px;
}

.lede {
  font-size: clamp(17.5px, 1.75vw, 21.5px);
  line-height: 1.45;
  font-weight: 500;
  color: #5E5952;
  max-width: none;

  margin: clamp(14px, 1.5vw, 20px) 0 0;
}

.media {
  position: relative;
  overflow: hidden;
  background: #2a2622;
  isolation: isolate;
}

.media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(88% 58% at 76% 8%, rgba(255, 236, 205, 0.86), transparent 62%),
    linear-gradient(168deg, #6d6355 0%, #4a423a 42%, #2b2622 100%);
}

.media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(104deg, transparent 30%, rgba(255, 241, 214, 0.19) 39%, transparent 48%),
    linear-gradient(0deg, rgba(18, 15, 13, 0.58), transparent 48%);
}

.media.m2::before { background: radial-gradient(78% 54% at 18% 12%, rgba(214, 232, 255, 0.8),  transparent 60%), linear-gradient(160deg, #5c6470 0%, #3b4149 45%, #23262b 100%); }
.media.m3::before { background: radial-gradient(84% 58% at 60% 6%,  rgba(255, 224, 196, 0.82), transparent 58%), linear-gradient(175deg, #7a6a5a 0%, #52463a 48%, #2e2721 100%); }
.media.m4::before { background: radial-gradient(70% 50% at 30% 10%, rgba(236, 240, 232, 0.78), transparent 60%), linear-gradient(165deg, #6a7064 0%, #454a41 46%, #262924 100%); }
.media.m5::before { background: radial-gradient(82% 56% at 82% 14%, rgba(255, 228, 214, 0.8),  transparent 60%), linear-gradient(172deg, #7b6a63 0%, #4e433d 46%, #2b2523 100%); }

.media-fill {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.js-seq .media-fill[data-seq] {
  opacity: 0;
  transition: opacity 620ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.js-seq .media-fill[data-seq].is-on { opacity: 1; }

.js-seq .step-card .phone {
  opacity: 0;
  transition: opacity 620ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.js-seq .step-card.is-lit .phone { opacity: 1; }

.phone {
  position: relative;
  width: 100%;
  aspect-ratio: 393 / 828;
  padding: 2.6%;
  border-radius: 13.5% / 6.2%;
  background: linear-gradient(152deg, #45454a 0%, #17171a 26%, #303036 54%, #0e0e11 100%);
  box-shadow: 0 34px 64px -28px rgba(11, 11, 12, 0.6), 0 3px 8px rgba(11, 11, 12, 0.18);
}

.phone::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.band-dark .phone {
  background: linear-gradient(152deg, #63636c 0%, #2c2c33 26%, #4c4c56 54%, #24242b 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.10),
    0 40px 70px -30px rgba(0, 0, 0, 0.85);
}

.band-dark .phone::before {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
}

.phone .media {
  width: 100%;
  height: 100%;
  border-radius: 11.2% / 5.1%;
}

.phone .slot-note { top: 8.5%; left: 7%; }

.phone .island {
  position: absolute;
  z-index: 4;
  top: 2.4%;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 3.2%;
  border-radius: 999px;
  background: #08080a;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 15px 26px;
  font-family: var(--text);
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: scale(0.98); }

.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 6px 22px -8px rgba(82, 112, 255, 0.75); }
.btn-primary:hover { background: #4361FA; box-shadow: 0 10px 28px -8px rgba(82, 112, 255, 0.85); }

.btn-lg { padding: 17px 34px; font-size: 16.5px; }

.hero .btn-primary,
.temp-hero .btn-primary,
.faq-page .btn-primary,
.temp-hero .nav-toggle,
.close .btn-primary {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(124, 148, 255, 0.52) 0%, rgba(82, 112, 255, 0.30) 100%),
    rgba(82, 112, 255, 0.14);
  backdrop-filter: blur(14px) saturate(165%);
  -webkit-backdrop-filter: blur(14px) saturate(165%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -10px 22px rgba(46, 64, 170, 0.28),
    0 12px 34px -14px rgba(82, 112, 255, 0.5);
  color: #fff;
  text-shadow: 0 1px 2px rgba(18, 26, 74, 0.32);
}
.hero .btn-primary::before,
.temp-hero .btn-primary::before,
.faq-page .btn-primary::before,
.temp-hero .nav-toggle::before,
.close .btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  pointer-events: none;
}
.hero .btn-primary:hover,
.temp-hero .btn-primary:hover,
.faq-page .btn-primary:hover,
.temp-hero .nav-toggle:hover,
.close .btn-primary:hover {
  background:
    linear-gradient(135deg, rgba(136, 158, 255, 0.6) 0%, rgba(92, 120, 255, 0.38) 100%),
    rgba(82, 112, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -10px 22px rgba(46, 64, 170, 0.32),
    0 16px 40px -14px rgba(82, 112, 255, 0.6);
}
@media (prefers-reduced-transparency: reduce) {
  .hero .btn-primary, .temp-hero .btn-primary, .faq-page .btn-primary, .temp-hero .nav-toggle, .close .btn-primary {
    background: var(--blue);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

.btn-ghost-light { background: transparent; color: rgba(255, 255, 255, 0.92); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); }
.btn-ghost-light:hover { background: rgba(255, 255, 255, 0.08); }

.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #23231f; }

.btn-white { background: #fff; color: var(--ink); }

.btn-sm { padding: 11px 20px; font-size: 14px; }

.nav > .btn {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 4px 16px -8px rgba(0, 0, 0, 0.45);
}
.nav > .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  pointer-events: none;
}
.nav > .btn:hover { background: rgba(255, 255, 255, 0.18); }
@media (prefers-reduced-transparency: reduce) {
  .nav > .btn {
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

.btn svg { flex: none; margin-top: -2px; }

.nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;

  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 22px var(--gutter);
}
.nav .brand { justify-self: start; }
.nav .nav-links { justify-self: center; }
.nav > .btn { justify-self: end; }

.nav:has(.nav-toggle) { grid-template-columns: 1fr auto; }

.nav-toggle {
  justify-self: end;
  position: relative;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  color: #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.18s ease, box-shadow 0.18s ease;
}
.nav-toggle:hover { background: rgba(255, 255, 255, 0.12); }

.nav-toggle:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.nav-toggle-bars {

  z-index: 1;
  position: relative;
  width: 18px;
  height: 12px;
  display: block;
}
.nav-toggle-bars i {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.6px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 0.26s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.16s ease;
}
.nav-toggle-bars i:nth-child(1) { top: 0; }
.nav-toggle-bars i:nth-child(2) { top: 50%; transform: translateY(-50%); }
.nav-toggle-bars i:nth-child(3) { bottom: 0; }

.nav-toggle[aria-expanded="true"] .nav-toggle-bars i:nth-child(1) { transform: translateY(5.2px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars i:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars i:nth-child(3) { transform: translateY(-5.2px) rotate(-45deg); }

.nav--bare .nav-toggle {
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  text-shadow: none;
  color: rgba(255, 255, 255, 0.86);
}
.nav--bare .nav-toggle::before { content: none; }

.nav--bare .nav-toggle:hover {
  background: none;
  box-shadow: none;
  color: #fff;
}

.nav--bare .nav-toggle-bars { width: 22px; height: 16px; }
.nav--bare .nav-toggle-bars i { height: 2px; }
.nav--bare .nav-toggle[aria-expanded="true"] .nav-toggle-bars i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav--bare .nav-toggle[aria-expanded="true"] .nav-toggle-bars i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (prefers-reduced-transparency: reduce) {
  .nav--bare .nav-toggle { background: none; }
}

.nav-menu {
  position: absolute;
  top: calc(100% - 2px);
  right: var(--gutter);
  z-index: 11;
  min-width: 216px;
  display: grid;
  overflow: hidden;
  border-radius: 14px;

  text-align: left;
  background: rgba(9, 11, 18, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow: 0 24px 48px -28px rgba(0, 0, 0, 0.9);
}
.nav-menu[hidden] { display: none; }

.nav-menu-item {
  display: block;
  padding: 14px 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-family: var(--text);
  font-size: 15px;
  font-weight: 450;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: background 0.14s ease, color 0.14s ease;
}
.nav-menu-item:first-child { border-top: 0; }
.nav-menu-item:hover { background: rgba(255, 255, 255, 0.06); color: #fff; }
.nav-menu-item:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
  color: #fff;
}

.nav-menu-cta {
  color: #fff;
  font-weight: 500;
}

@media (prefers-reduced-motion: no-preference) {
  .nav-menu {
    animation: nav-menu-in 0.2s cubic-bezier(0.22, 1, 0.36, 1) both;
    transform-origin: top right;
  }
  @keyframes nav-menu-in {
    from { opacity: 0; transform: translateY(-6px) scale(0.97); }
    to   { opacity: 1; transform: none; }
  }
}
@media (prefers-reduced-motion: reduce) {
  .nav-menu { animation: nav-menu-fade 0.14s linear both; }
  @keyframes nav-menu-fade { from { opacity: 0 } to { opacity: 1 } }
  .nav-toggle-bars i { transition: opacity 0.14s linear; }
}

@media (forced-colors: active) {
  .nav-menu { border: 1px solid CanvasText; }
  .nav-toggle { border: 1px solid CanvasText; }
}

.brand {
  font-family: "MuseoModerno", var(--display);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.055em;
  color: #fff;
  text-decoration: none;
}

.nav .brand { font-size: 34px; }

.nav--bare .brand { font-size: 27px; }

.nav-links {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  column-gap: clamp(32px, 3.2vw, 46px);
  align-items: center;
  justify-items: center;
}
.nav-links > a:first-child { justify-self: end; }
.nav-links > a:last-child { justify-self: start; }

.nav-links a {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.16s ease;
}
.nav-links a:hover { color: #fff; }

.hero {
  position: relative;

  min-height: calc(100lvh + var(--strip, 0px));
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #090b12;
  overflow: hidden;
  padding: 118px var(--gutter) calc(var(--strip, 0px) + (100lvh - 100svh));
}

.atmos {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(170deg, #141827 0%, #0f1320 55%, #090b12 100%);
}

.atmos i {
  position: absolute;
  inset: -30%;
  display: block;
  mix-blend-mode: screen;
  will-change: transform;
}

.atmos .f1 { background: radial-gradient(38% 30% at 30% 34%, rgba(88, 118, 255, 0.30), transparent 68%); animation: sway-a 34s ease-in-out infinite; }
.atmos .f2 { background: radial-gradient(34% 28% at 72% 62%, rgba(74, 104, 240, 0.22), transparent 66%); animation: sway-b 46s ease-in-out infinite; }
.atmos .f3 { background: radial-gradient(30% 40% at 56% 18%, rgba(150, 180, 255, 0.19), transparent 64%); animation: sway-a 58s ease-in-out infinite reverse; }

.atmos .beam { display: none; }

@keyframes sway-a {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50%      { transform: translate3d(5%, 4%, 0) scale(1.14); }
}
@keyframes sway-b {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1.08); }
  50%      { transform: translate3d(-6%, -3%, 0) scale(1); }
}

.hero { background: #000; }

.hero > .atmos {
  background: linear-gradient(180deg,
    #000000 0%,
    #03050F 22%,
    #070B1C 50%,
    #02040C 78%,
    #000000 100%);
}
.hero > .atmos i { display: none; }
.hero > .hero-scrim { display: none; }

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(56% 44% at 50% 48%, rgba(5, 7, 12, 0.78) 0%, rgba(5, 7, 12, 0) 80%),
    linear-gradient(180deg, rgba(5, 7, 12, 0.42) 0%, transparent 16%);
}

.hero-inner {
  position: relative;
  z-index: 5;
  max-width: var(--maxw);
  margin: 0 auto;
  width: 100%;
  text-align: center;
  color: #fff;
  padding-bottom: 30px;

  margin-bottom: clamp(36px, 7vh, 92px);
}

.hero h1 { color: #fff; margin: 0 auto; }

.hero-sub {
  font-size: clamp(18.5px, 2.15vw, 24px);
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
  max-width: 48ch;
  margin: clamp(20px, 2.3vw, 30px) auto 0;
}

.hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: clamp(32px, 3.6vw, 44px); }

.hero-inner--split {
  max-width: none;

}

.hero:has(.hero-inner--split) { padding-top: 72px; }

.hero-grid {
  display: grid;

  grid-template-columns: minmax(0, 1fr) max-content;
  gap: clamp(16px, 2vw, 32px);
  align-items: center;
  text-align: left;
}

.hero-copy {
  min-width: 0;

  width: max-content;
  max-width: 100%;

  margin-inline: 0;

  text-align: left;
  position: relative;

  top: clamp(10px, 2.2vh, 26px);

  padding-left: 0;
}

.hero .h-hero--split { margin-inline: 0; margin-top: var(--divider-gap); }

.inbox-kicker {
  flex-direction: row-reverse;
  margin-right: calc((var(--inbox-type) * 0.11 - var(--dot)) / 2 - var(--inbox-type) * 0.49);
  margin-bottom: calc(var(--inbox-type) * 1.1);
  --dot: 11px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 clamp(30px, 4vw, 54px);
  padding: 9px 18px 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  font-family: var(--text);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
}

.badge-dot {
  flex: none;

  width: var(--dot, 8px);
  height: var(--dot, 8px);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 10px 1px rgba(82, 112, 255, 0.9);
  animation: dot-pulse 2.6s ease-out infinite;
}

@keyframes dot-pulse {
  0%   { box-shadow: 0 0 10px 1px rgba(82,112,255,.9), 0 0 0 0 rgba(82,112,255,.5); }
  70%  { box-shadow: 0 0 10px 1px rgba(82,112,255,.9), 0 0 0 7px rgba(82,112,255,0); }
  100% { box-shadow: 0 0 10px 1px rgba(82,112,255,.9), 0 0 0 0 rgba(82,112,255,0); }
}
@media (prefers-reduced-motion: reduce) { .badge-dot { animation: none; } }

.hero-kicker,
.inbox-kicker {

  margin: 0;
  font-family: var(--display);
  font-style: normal;

  font-weight: 500;
  font-size: calc(var(--intro-type) * 0.88);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-wrap: balance;

  color: #fff;

  max-width: none;
}

.hero-kicker {

  max-width: none;
  white-space: normal;
}

.inbox-kicker { margin-left: auto; }
.h-hero--split {

  padding-top: var(--divider-gap);
  border-top: var(--divider-line);
  white-space: normal;

  font-size: clamp(30px, 4.05vw, 60px);

  line-height: 1.04;
  letter-spacing: -0.03em;

}

.hero-ctas--start { justify-content: flex-start; }

.hero-ctas--start .btn {

  padding: clamp(15px, 1.18vw, 18.5px) clamp(42px, 3.35vw, 59px);
  font-size: clamp(16.5px, 1.15vw, 19.5px);
}

.hero-ctas--start { margin-top: clamp(17px, 2.1vw, 32px); }

.hero-stage {
  aspect-ratio: 794 / 1625;

  justify-self: end;

  margin-right: clamp(0px, 7.5vw, 185px);

  top: clamp(10px, 2.2vh, 26px);

  height: min(78lvh, 1040px);
  width: auto;
  max-width: 100%;
  position: relative;

  overflow: visible;
}

.hero-clip {

  position: absolute;

  max-width: none;
  width: 136.02%;
  height: 118.15%;
  left: -17.89%;
  top: -9.05%;

  display: block;
}

.hero-stage::before { display: none; }

.hero-stage::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;

  aspect-ratio: 1;
  width: auto;

  height: min(150%, 66vw);
  background: radial-gradient(circle closest-side,
    rgba(82, 112, 255, 0.085) 0%,
    rgba(82, 112, 255, 0.115) 24%,
    rgba(82, 112, 255, 0.125) 33%,
    rgba(82, 112, 255, 0.108) 44%,
    rgba(82, 112, 255, 0.082) 54%,
    rgba(82, 112, 255, 0.056) 64%,
    rgba(82, 112, 255, 0.035) 73%,
    rgba(82, 112, 255, 0.020) 81%,
    rgba(82, 112, 255, 0.011) 87%,
    rgba(82, 112, 255, 0.005) 92%,
    rgba(82, 112, 255, 0.002) 96%,
    rgba(82, 112, 255, 0) 100%);
}

.hero-clip { z-index: 1; }

@media (max-width: 900px) {

  .hero-stage::before { height: min(155%, 92vw); }
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: clamp(20px, 4.5vw, 40px);
  }
  .hero .h-hero--split { max-width: none; margin-inline: auto; }
  .hero-ctas--start { justify-content: flex-start; }

  .hero-copy { top: 0; }

  .hero-clip { transform: none; }

  .hero-stage {
    justify-self: center;
    margin-right: 0;
    top: 0;

    width: auto;

    height: min(44svh, 470px);
    max-height: none;
  }
}

.hero-note {
  margin: 40px auto 0;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.56);
}

.reveal { opacity: 0; transform: translateY(14px); animation: rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.reveal.d1 { animation-delay: 0.10s; }
.reveal.d2 { animation-delay: 0.22s; }
.reveal.d3 { animation-delay: 0.34s; }
.reveal.d4 { animation-delay: 0.48s; }

@keyframes rise {
  to { opacity: 1; transform: translateY(0); }
}

.band { padding-top: var(--section); padding-bottom: calc(var(--section) * 1.12); }
.band-tint { background: var(--paper-2); }
.band-ink { background: var(--ink); color: #fff; }

.band-tint-blue {

  background: #ffffff;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background: linear-gradient(180deg, transparent 0%, #090b12 92%);
  z-index: 2;
  pointer-events: none;
}

.hero:has(.hero-inner--split)::after {
  background: linear-gradient(180deg, transparent 0%, #000 92%);
}

.band-white {
  background: #000;
  color: #fff;

  padding-bottom: calc(var(--section) * 0.45);
}

.band-dark,
.band-fade-out {
  position: relative;
  overflow: clip;
}
.band-dark > .wrap,
.band-fade-out > .wrap { position: relative; z-index: 1; }

.band-dark {
  background: #090b12;
  color: #fff;
}

.band-dark .h-section,
.band-dark .intro-lead,
.band-dark .step-head h3 { color: #fff; }
.band-dark .lede,
.band-dark .intro-sub { color: rgba(255, 255, 255, 0.92); }

.band-dark .step-head { border-bottom-color: rgba(255, 255, 255, 0.16); }

.band-fade-out::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(120px, 16vh, 200px);
  background: linear-gradient(180deg, transparent 0%, rgba(66, 90, 190, 0.12) 55%, var(--paper) 100%);
  pointer-events: none;
}

.band-head { max-width: none; }

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .on-scroll {
      animation: rise-in linear both;
      animation-timeline: view();
      animation-range: entry 8% cover 26%;
    }
    @keyframes rise-in {
      from { opacity: 0; transform: translateY(20px); }
      to   { opacity: 1; transform: translateY(0); }
    }
  }
}

.split.split-tight { grid-template-columns: minmax(0, 1fr) max-content; gap: clamp(32px, 4vw, 64px); }

.intro {
  --intro-measure: clamp(320px, 52vw, 780px);

  text-align: center;
}

.wrap.split-tight { max-width: none; }

.split-tight .showcase { margin-right: clamp(0px, 9.5vw, 235px); }

.showcase { justify-self: end; width: auto; max-width: 100%; }

.filter-clip {
  position: relative;

  height: min(78lvh, 1040px);
  width: auto;
  aspect-ratio: 224 / 458;

  border-radius: 17.9% / 8.7%;
  overflow: hidden;
}

.filter-clip-frame {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.filter-clip-fill {
  position: absolute;

  max-width: none;

  width: 109.42%;
  height: 103.51%;
  left: -4.71%;
  top: -1.75%;

}

.pills {
  display: flex;
  gap: 10px;
  margin: clamp(30px, 3.4vw, 44px) 0 0;

  max-width: min(100%, var(--intro-measure));

  margin-inline: auto;

  overflow: clip;

  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%);
}

.pills-track {
  display: flex;
  gap: 10px;
  flex: none;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: pill-belt 42s linear infinite;
}

@keyframes pill-belt {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-100% - 10px)); }
}

.pills li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px 10px 11px;
  border-radius: 999px;

  background: rgba(82, 112, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(140, 165, 255, 0.45);
  font-family: var(--text);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.004em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.94);
  white-space: nowrap;
}

.pill-i { flex: none; color: var(--blue); }

.pill-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.card-meta { position: relative; z-index: 2; color: #fff; }
.card-price { font-size: 21px; font-weight: 600; letter-spacing: -0.015em; line-height: 1.1; }
.card-spec { font-size: 13px; font-weight: 300; opacity: 0.8; margin-top: 4px; }

.slot-note {
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 14px;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(0, 0, 0, 0.36);
  padding: 5px 9px;
  border-radius: 6px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2.2vw, 30px);
  margin-top: clamp(34px, 3.8vw, 54px);
}

.step-card { display: flex; flex-direction: column; gap: 20px; }

.step-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--hairline);
}

.step-n {
  font-family: var(--display);
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.02em;
  flex: none;
}

.step-head h3 {
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-wrap: balance;

  min-height: 2.4em;
}

.compare {

  --clip-bleed: 9.03%;
  --phone-w: clamp(190px, 26vw, 380px);

  --maxw: clamp(1240px, 94vw, 1560px);

  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--phone-w);
  grid-template-rows: auto auto;
  column-gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.compare-photo,
.compare-video { display: contents; }

.compare figure { margin: 0; }

.compare .band-head { grid-area: 1 / 1; }

.compare .band-head { text-align: center; }

.compare .band-head { container-type: inline-size; }
.compare .h-section { font-size: max(27px, min(5.55cqw, 54px)); }

.compare-photo .media {
  grid-area: 2 / 1;
  margin-top: clamp(34px, 3.8vw, 54px);

  aspect-ratio: 1900 / 1034;
  border-radius: var(--radius);
}

.compare-clip {
  grid-area: 1 / 2 / 3 / 3;
  align-self: stretch;
  position: relative;
}

.compare-clip-frame {
  position: absolute;
  top: calc(-1 * var(--clip-bleed));
  height: calc(100% + 2 * var(--clip-bleed));
  aspect-ratio: 1080 / 1920;
  left: 50%;
  transform: translateX(-50%);
}

.compare-clip-fill {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;

  object-fit: contain;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
}

.split > * { min-width: 0; }

.split .media:not(.phone *) { aspect-ratio: 4 / 5; border-radius: var(--radius); }

.callout {
  border: 2.5px solid rgba(82, 112, 255, 0.42);
  border-radius: clamp(20px, 2.4vw, 32px);
  padding: clamp(28px, 3.6vw, 56px) clamp(22px, 3.2vw, 52px) clamp(20px, 2.4vw, 34px);
}

.callout .faq { margin-top: clamp(24px, 3vw, 40px); border-top: 0; max-width: none; }

.callout .faq details:last-child { border-bottom: 0; }

.band-full {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.band-full > .wrap { width: 100%; }

.faq { margin-top: 48px; border-top: 1px solid var(--hairline); max-width: 860px; }

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

.faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
  cursor: pointer;
  font-family: var(--display);

  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 500;
  letter-spacing: -0.02em;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: "";
  flex: none;

  width: 13px; height: 13px;
  border-right: 1.5px solid var(--muted);
  border-bottom: 1.5px solid var(--muted);
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform 0.22s ease;
}
.faq details[open] summary::after { transform: rotate(225deg) translate(-2px, -2px); }

.faq p {
  margin: 0 0 30px;
  color: var(--muted);
  font-weight: 300;
  max-width: 62ch;
  font-size: clamp(16.5px, 1.5vw, 20px);
  line-height: 1.5;
}

.close {
  position: relative;
  min-height: 80svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  background: #1d1613;
  padding-block: calc(var(--section) * 1.25);
  padding-inline: var(--gutter);
}

.close .atmos .f1 { animation-direction: reverse; animation-duration: 40s; }
.close .atmos .f2 { animation-direction: reverse; animation-duration: 52s; }
.close .atmos .f3 { animation-direction: normal;  animation-duration: 64s; }

.close-scrim {
  position: absolute;
  inset: 0;
  background: radial-gradient(56% 46% at 50% 50%, rgba(5, 7, 12, 0.82) 0%, rgba(5, 7, 12, 0.58) 48%, rgba(5, 7, 12, 0) 80%);
}

.close { background: #090b12; }
.close .atmos { background: linear-gradient(170deg, #141827 0%, #0f1320 55%, #090b12 100%); }

.close-full::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: clamp(220px, 38vh, 520px);
  background: linear-gradient(180deg, #05070E 0%, rgba(5, 7, 14, 0) 100%);
  z-index: 2;
  pointer-events: none;
}

.close-inner { position: relative; z-index: 5; color: #fff; }

.close-full {

  min-height: calc(100lvh + var(--strip, 0px));

  padding-top: clamp(56px, 8vh, 120px);
  padding-bottom: calc(var(--strip, 0px) + clamp(56px, 8vh, 120px));
}

.close-inner h2 { color: #fff; max-width: 16ch; margin: 0 auto; font-size: clamp(34px, 5.4vw, 72px); }

.close-inner .lede { color: rgba(255, 255, 255, 0.72); margin-inline: auto; }
.close-inner .hero-ctas { margin-top: clamp(36px, 3.6vw, 52px); }

.footer { background: var(--ink); color: #fff; padding: clamp(52px, 7vw, 84px) 0 44px; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(2, 1fr);
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.footer .brand { display: inline-block; margin-bottom: 14px; }
.footer-blurb { color: rgba(255, 255, 255, 0.52); font-size: 15px; font-weight: 300; max-width: 34ch; margin: 0; }

.footer h4 {
  font-family: var(--text);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin: 0 0 18px;
}

.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.footer ul a { font-size: 15px; color: rgba(255, 255, 255, 0.8); text-decoration: none; }
.footer ul a:hover { color: #fff; }

.footer-base {
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.42);
}

.close-inner .h-section {
  font-size: clamp(40px, 7.4vw, 108px);
  max-width: 15ch;
  margin-inline: auto;
  text-wrap: balance;
}

.close-inner .wait-form {
  max-width: 780px;
  margin: clamp(44px, 4.6vw, 72px) auto 0;
}

.close-inner .wait-input,
.close-inner .wait-btn { height: clamp(58px, 4.6vw, 64px); }
.close-inner .wait-input { font-size: clamp(16.5px, 1.3vw, 19px); padding: 0 28px; }
.close-inner .wait-btn { font-size: clamp(16.5px, 1.25vw, 19.5px); padding-inline: clamp(28px, 2.6vw, 44px); }
.close-inner .wait-fine { max-width: 52ch; margin-inline: auto; }

.wait {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #090b12;
  color: #fff;
  overflow: clip;
  padding: 118px var(--gutter) clamp(56px, 10vh, 104px);
}

.wait-nav { grid-template-columns: auto; }

.wait-inner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.wait-h {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(38px, 6.6vw, 70px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 0;
}

.wait-lede {
  margin: clamp(16px, 2vw, 22px) auto 0;
  max-width: 44ch;
  font-size: clamp(16.5px, 1.7vw, 19.5px);
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.74);
}

.wait-form { margin-top: clamp(30px, 4vw, 44px); }

.wait-label { position: absolute; left: -9999px; }

.wait-row { display: flex; gap: 10px; }

.wait-input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  height: 58px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  color: #fff;
  font-family: var(--text);
  font-size: 16.5px;
  font-weight: 500;
}
.wait-input::placeholder { color: rgba(255, 255, 255, 0.4); font-weight: 400; }
.wait-input:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }

.wait-input[aria-invalid="true"] {
  box-shadow: inset 0 0 0 1px rgba(255, 165, 147, 0.62), 0 0 0 3px rgba(255, 106, 84, 0.14);
}

.wait-btn { flex: none; height: 58px; position: relative; }

.wait-btn[aria-disabled="true"] { cursor: progress; }
.wait-btn[aria-disabled="true"] > * { opacity: 0; }
.wait-btn[aria-disabled="true"]::after {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.32);
  border-top-color: #fff;
  animation: wait-spin 0.65s linear infinite;
}
@keyframes wait-spin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {

  .wait-btn[aria-disabled="true"]::after { animation: none; border-top-color: rgba(255, 255, 255, 0.75); }
}

.wait-status {
  min-height: 1.5em;
  margin: 14px 0 0;
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}

.wait-status.is-ok { color: var(--ok); }

.wait-status.is-quiet {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.wait-status.is-error { color: #FFA593; }

.wait-count {
  margin: 12px 0 0;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.58);
}

.wait-count-num {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.wait-form.is-done .wait-row { opacity: 0.55; }

.wait-fine {
  margin: clamp(26px, 3vw, 34px) 0 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.58);
}
.wait-fine a { color: rgba(255, 255, 255, 0.78); }

.wait-form--bar .wait-row {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 8px 8px 8px 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.wait-form--bar .wait-row:focus-within {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.09);
}

.wait-form--bar .wait-row.is-invalid {
  border-color: rgba(255, 165, 147, 0.55);
  background: rgba(255, 106, 84, 0.05);
  box-shadow: 0 0 0 3px rgba(255, 106, 84, 0.14);
}
.wait-form--bar .wait-input[aria-invalid="true"] { box-shadow: none; }

.wait-form--bar .wait-seg {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 5px 20px;
  text-align: left;
}

.wait-form--bar .wait-cap {
  position: static;
  left: auto;
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #5C6280;
  transition: color 0.18s ease;
  cursor: pointer;
  user-select: none;
}

.wait-form--bar .wait-input {
  flex: none;
  width: 100%;
  min-width: 0;
  height: 21px;
  line-height: 21px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #fff;
  font-family: var(--text);
  font-size: 16px;
  font-weight: 500;
}
.wait-form--bar .wait-input:focus { outline: none; }
.wait-form--bar .wait-input::placeholder { color: #878DA6; font-weight: 400; }

.wait-form--bar .wait-input:-webkit-autofill,
.wait-form--bar .wait-input:-webkit-autofill:hover,
.wait-form--bar .wait-input:-webkit-autofill:focus,
.wait-form--bar .wait-input:-webkit-autofill:active,
.wait-form--bar .wait-input:autofill {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
  border-radius: 0;
  box-shadow: none;
  transition: background-color 600000s 0s;
}

.wait-form--bar .wait-seg:focus-within .wait-cap { color: #fff; }

.wait-form--bar .wait-btn:focus-visible {
  outline: 2px solid #5A63D6;
  outline-offset: 3px;
}

.wait-form--bar .wait-div {
  flex: none;
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.11);
}

.wait-form--bar .wait-btn {
  flex: none;
  position: relative;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(180deg, #5A63D6 0%, #3F47B4 100%);
  box-shadow: none;
  transition: filter 0.18s ease;
}
.wait-form--bar .wait-btn:hover { filter: brightness(1.09); }

.wait-form--bar .wait-area {
  position: relative;
  flex: none;
  width: 100%;
  min-width: 0;
}

.wait-form--bar .wait-rotate {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  height: 21px;
  line-height: 21px;
  max-width: 100%;
  overflow: hidden;
  pointer-events: none;
  white-space: nowrap;
  font-family: var(--text);
  font-size: 16px;
  font-weight: 400;
  color: #878DA6;
}

.wait-form--bar .wait-rotate-word {
  display: inline-block;
  transition: opacity 0.32s ease;
}
.wait-form--bar .wait-rotate.is-out .wait-rotate-word { opacity: 0; }

.wait-form--bar .wait-rotate.is-empty { opacity: 0; }

@media (prefers-reduced-motion: reduce) {
  .wait-form--bar .wait-rotate-word { transition: none; }
}

@media (max-width: 640px) {
  .wait-form--bar .wait-row {
    flex-direction: column;
    max-width: 340px;
    padding: 10px;
    border-radius: 26px;
    gap: 4px;
  }
  .wait-form--bar .wait-seg { width: 100%; padding: 10px 16px; }
  .wait-form--bar .wait-div { width: 100%; height: 1px; }
  .wait-form--bar .wait-btn {
    width: 100%;
    height: 46px;
    border-radius: 999px;
    margin-top: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wait-form--bar .wait-row,
  .wait-form--bar .wait-cap,
  .wait-form--bar .wait-btn { transition: none; }
}

#browse .h-section {
  font-size: clamp(2.4rem, 5.6vw, 4.6rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.98;
  max-width: 14ch;
  margin: 0 auto 52px;
  text-wrap: balance;
}

#browse .hero-ctas { margin-top: 0; }

@media (max-width: 660px) {
  #browse .h-section { margin-bottom: 38px; }
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

@media (max-width: 1000px) {
  .split,
  .split.split-tight { grid-template-columns: 1fr; }

  .showcase { justify-self: start; width: 100%; max-width: clamp(190px, 21.1vw, 258px); }

  .filter-clip { height: auto; width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {

  .nav-links { display: none; }
  .nav { grid-template-columns: 1fr; }
  .nav > .btn { display: none; }

  .h-hero { white-space: normal; max-width: none; font-size: clamp(38px, 9.8vw, 62px); }

  .h-hero--split { font-size: clamp(26px, 8.7vw, 62px); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); gap: clamp(18px, 3vw, 30px) clamp(16px, 2.5vw, 26px); }

  .compare { display: block; --phone-w: 236px; }

  .showcase { max-width: 236px; }
  .compare-photo,
  .compare-video { display: block; }
  .compare-photo .media { margin-top: 34px; }
  .compare-clip {
    width: var(--phone-w);
    aspect-ratio: 795 / 1626;
    margin-top: 40px;
  }

  .compare-clip { margin-inline: auto; }

  .showcase { justify-self: center; }

  .intro-lead,
  .intro-sub { text-align: center; }
}

@media (max-width: 700px) {
  .compare-photo { display: none; }

  .compare-clip { margin-top: clamp(22px, 5vw, 34px); }
}

@media (max-width: 560px) {

  :root { --strip: 64px; }

  body { font-size: 16px; }

  .hero {
    padding-top: 104px;
    min-height: calc(100lvh + var(--strip, 0px));
    padding-bottom: calc(var(--strip, 0px) + (100lvh - 100svh));
  }
  .hero-ctas .btn { width: 100%; }

  .wait-row { flex-direction: column; align-items: center; }
  .wait-input { align-self: stretch; }
  .wait-btn { width: auto; }

  .close .hero-ctas .btn { width: auto; }

  .wait-input {
    background: rgba(255, 255, 255, 0.11);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.30);
  }

  .close .btn-primary { box-shadow: 0 3px 11px -7px rgba(82, 112, 255, 0.7); }

  .hero-ctas .btn,
  .close .btn-primary { height: 58px; }
  .hero-note { margin-top: 30px; font-size: 12.5px; }
  .steps-grid { gap: 24px 12px; }
  .step-card { gap: 14px; }

  .pills,
  .pills-track { gap: 8px; }
  .pills { margin-top: 26px; }
  .pills li { gap: 7px; padding: 9px 14px 9px 11px; font-size: 14px; }
  @keyframes pill-belt {
    from { transform: translateX(0); }
    to   { transform: translateX(calc(-100% - 8px)); }
  }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
}

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

  .pills-track { animation: none; }
  .reveal { opacity: 1; transform: none; animation: none; }
  .btn { transition: none; }
  .btn:hover { transform: none; }
  * { scroll-behavior: auto !important; }
}

.temp-hero { background: #000; }

.temp-hero > .atmos {
  background: linear-gradient(170deg, #080B15 0%, #05070E 55%, #000000 100%);

  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 78%, transparent 100%);
          mask-image: linear-gradient(180deg, #000 0%, #000 78%, transparent 100%);
}
.temp-hero > .atmos i { display: block; opacity: 0.55; }
.temp-hero > .hero-scrim { display: none; }

.temp-hero {
  position: relative;
  min-height: calc(100lvh + var(--strip, 0px));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;

  padding: 118px clamp(14px, 3vw, 56px) calc(var(--strip, 0px) + (100lvh - 100svh));

}

.temp-hero .hero-badge {
  position: absolute;
  left: 50%;
  bottom: 100%;

  translate: -50% 0;

  margin: 0 0 clamp(48px, 7vw, 104px);
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(13.5px, 1.05vw, 15.5px);
}

.temp-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: clamp(62px, 7.2vw, 124px);
  width: 100%;

  max-width: none;
}

.temp-headline {

  color: #fff;

  font-size: clamp(20px, 5.4vw, 86px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 0;
}

.temp-headline-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.26em;
  white-space: nowrap;
}

.wheel {
  --step: 1em;
  --radius: calc(var(--step) * 0.866);
  position: relative;
  display: inline-block;
  height: calc(var(--step) * 3);
  margin-block: calc(var(--step) * -1);

  vertical-align: middle;

  -webkit-mask-image: linear-gradient(to bottom, transparent 14%, rgba(0,0,0,0.16) 27%, #000 37%, #000 63%, rgba(0,0,0,0.16) 73%, transparent 86%);
          mask-image: linear-gradient(to bottom, transparent 14%, rgba(0,0,0,0.16) 27%, #000 37%, #000 63%, rgba(0,0,0,0.16) 73%, transparent 86%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.wheel-sizer {
  display: grid;
  visibility: hidden;
  height: var(--step);
  margin-top: var(--step);
}
.wheel-sizer b { grid-area: 1 / 1; font-weight: inherit; justify-self: start; }

.wheel-track {
  position: absolute;
  inset: var(--step) 0 auto 0;
  height: var(--step);
  transform-style: preserve-3d;

  animation: wheel-turn 14.22s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.wheel-track b {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;

  justify-content: flex-start;
  font-weight: inherit;
  backface-visibility: hidden;
  transform: rotateX(calc(var(--i) * 60deg)) translateZ(var(--radius));
}

@keyframes wheel-turn {
  0%,     12.31% { transform: rotateX(0deg); }
  16.67%, 28.97% { transform: rotateX(-60deg); }
  33.33%, 45.64% { transform: rotateX(-120deg); }
  50%,    62.31% { transform: rotateX(-180deg); }
  66.67%, 78.97% { transform: rotateX(-240deg); }
  83.33%, 95.64% { transform: rotateX(-300deg); }
  100%           { transform: rotateX(-360deg); }
}

@media (prefers-reduced-motion: reduce) {

  .wheel-track {
    animation: none;

    transform: rotateX(0deg);
  }
}

@media (max-width: 700px) {

  .temp-hero-inner { gap: clamp(22px, 6vw, 32px); }
}

.temp-hero-cta {
  display: flex;
  justify-content: center;
  width: 100%;
}

.temp-hero-cta .btn {
  padding: clamp(15px, 1.18vw, 18.5px) clamp(42px, 3.35vw, 59px);
  font-size: clamp(16.5px, 1.15vw, 19.5px);
}

@media (max-width: 560px) {

  .temp-hero-cta .btn { height: 58px; }
}

.inbox {

  background: #000;
  position: relative;

  min-height: calc(100lvh + var(--strip, 0px));
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: clamp(24px, 4vh, 48px) var(--gutter) calc(var(--strip, 0px) + (100lvh - 100svh));

  overflow: hidden;

  --inbox-type: var(--hero-type);
}

.inbox::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(48px, 8vh, 110px);
  background: linear-gradient(180deg, rgba(5, 7, 14, 0) 0%, #05070E 100%);
  z-index: 0;
  pointer-events: none;
}

.inbox-grid {
  position: relative;
  z-index: 1;
  display: grid;

  grid-template-columns: max-content minmax(0, 1fr);
  gap: clamp(16px, 2vw, 32px);
  align-items: center;
  width: 100%;

}

.inbox-copy {

  grid-row: 1;
  grid-column: 2;
  position: relative;

  width: max-content;
  max-width: 100%;
  justify-self: end;

  top: 0;

  text-align: right;
  padding-right: calc(var(--inbox-type) * 0.49);

  color: #fff;
}

@media (min-width: 1180px) {
  .hero-copy { left: clamp(16px, 1.9vw, 32px); }
  .inbox-copy { left: calc(-1 * clamp(16px, 1.9vw, 32px)); }
}

.inbox-line {

  margin: var(--divider-gap) 0 0;
  padding-top: var(--divider-gap);
  border-top: var(--divider-line);
  font-family: var(--display);

  font-size: clamp(30px, 4.05vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 500;
}

@media (min-width: 861px) and (max-width: 1179.98px) {
  .inbox-line { font-size: clamp(26px, calc(8.2vw - 40px), 47.8px); }
}

@media (max-width: 860px) {
  .inbox-line { font-size: clamp(24px, 8.7vw, 30px); }
}

.inbox-stage {
  position: relative;
  aspect-ratio: 480 / 914;

  height: min(78lvh, 1040px);
  width: auto;
  max-width: 100%;

  grid-row: 1;
  grid-column: 1;

  justify-self: start;
  margin-left: clamp(0px, 7.5vw, 185px);

  overflow: visible;
}

.inbox-clip {
  position: absolute;

  max-width: none;
  width: 225.02%;
  height: 118.16%;

  left: -64.17%;
  top: -9.09%;
  display: block;

  clip-path: inset(6.6% 23.6% 6.8% 23.1%);
}

@media (max-width: 860px) {
  .inbox-grid {
    grid-template-columns: 1fr;
    gap: clamp(26px, 6vw, 44px);
  }

  .inbox-copy,
  .inbox-stage { grid-column: 1; grid-row: auto; }

  .inbox-copy { top: 0; width: auto; }

  .inbox-stage {
    height: min(58svh, 520px);
    justify-self: center;
    margin-inline: auto;
  }
}

.faq-page {
  position: relative;
  min-height: 100lvh;
  overflow: hidden;
  background: #000;
  color: #fff;
  padding: 0 var(--gutter) clamp(72px, 12vh, 140px);
}

.faq-inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
}

.faq-page .nav {
  position: relative;
  z-index: 2;
  padding: 22px 0 clamp(56px, 8vw, 104px);
  grid-template-columns: 1fr auto;
}
.faq-page .nav-menu { right: 0; }

.faq-head { margin-bottom: clamp(44px, 6vw, 78px); }

.faq-line {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(30px, 4.05vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #fff;
}

.faq-page .faq {
  margin-top: 0;
  max-width: none;
  border-top: var(--divider-line);
}
.faq-page .faq details { border-bottom: var(--divider-line); }
.faq-page .faq summary { color: #fff; }
.faq-page .faq summary::after {
  border-right-color: rgba(255, 255, 255, 0.45);
  border-bottom-color: rgba(255, 255, 255, 0.45);
}
.faq-page .faq summary:hover::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.faq-page .faq p { color: rgba(255, 255, 255, 0.62); }
.faq-page .faq summary:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
  border-radius: 4px;
}

.faq-close {
  margin-top: clamp(56px, 8vw, 96px);
  text-align: center;
}
.faq-close-line {
  margin: 0 0 clamp(18px, 2vw, 26px);
  font-family: var(--display);
  font-size: clamp(19px, 1.9vw, 24px);
  font-weight: 400;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.62);
}

.area-sheet {
  position: fixed;
  inset: 0;

  z-index: 55;
  display: none;
  flex-direction: column;
  background: #0B0E17;
  color: #fff;
  text-align: left;
  opacity: 0;
  transition: opacity 0.22s ease 0.1s;
}

.area-sheet:not([hidden]) { display: flex; }
.area-sheet.is-open { opacity: 1; }
.area-sheet.is-leaving { opacity: 0; transition: opacity 0.16s ease; }

.area-sheet-top {
  flex: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: calc(env(safe-area-inset-top, 0px) + 16px) 18px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.26s ease, transform 0.26s cubic-bezier(0, 0, 0.2, 1);
}
.area-sheet.is-open .area-sheet-top { opacity: 1; transform: none; transition-delay: 0.16s; }

.area-sheet.is-leaving .area-sheet-top { opacity: 1; transform: none; transition: none; }

.area-sheet-x {
  flex: none;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.78);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.16s ease;
}
.area-sheet-x:hover { background: rgba(255, 255, 255, 0.15); }

.area-sheet-field {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.area-sheet-cap {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #5C6280;
}

.area-sheet-input {
  width: 100%;
  min-width: 0;
  height: 26px;
  line-height: 26px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #fff;
  font-family: var(--text);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.area-sheet-input:focus { outline: none; }
.area-sheet-input::placeholder { color: #878DA6; font-weight: 400; }

.area-list {
  flex: 1;
  min-height: 0;
  margin: 0;
  padding: 4px 6px calc(var(--kb, 0px) + env(safe-area-inset-bottom, 0px) + 12px);
  list-style: none;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.area-option {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 18px;
  border-radius: 14px;
  cursor: pointer;
  font-family: var(--text);
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}

.area-option + .area-option { box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.06); }

.area-option.is-active { background: rgba(82, 112, 255, 0.24); box-shadow: none; }
@media (hover: hover) {
  .area-option:hover { background: rgba(82, 112, 255, 0.24); box-shadow: none; }
}
.area-name { min-width: 0; }

.area-hit {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(82, 112, 255, 0.85);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}
.area-borough {
  flex: none;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
}

.area-sheet.is-entering .area-option {
  animation: area-row-in 0.26s cubic-bezier(0, 0, 0.2, 1) both;
  animation-delay: var(--d, 0ms);
}
@keyframes area-row-in {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: none; }
}

@media (max-width: 640px) {
  #waitlist .h-section { transition: opacity 0.2s ease, transform 0.26s cubic-bezier(0.4, 0, 1, 1); }
  #waitlist .wait-seg--email,
  #waitlist .wait-div,
  #waitlist .wait-status { transition: opacity 0.2s ease 0.06s; }
  #waitlist .wait-btn { transition: filter 0.18s ease, opacity 0.2s ease 0.06s; }

  #waitlist.is-searching .h-section { opacity: 0; transform: translateY(-16px); }
  #waitlist.is-searching .wait-seg--email,
  #waitlist.is-searching .wait-div,
  #waitlist.is-searching .wait-btn,
  #waitlist.is-searching .wait-status { opacity: 0; }
}

@media (min-width: 641px) {
  .area-sheet {
    inset: auto;
    top: 50%;
    left: 50%;
    width: min(540px, 92vw);
    max-height: min(72vh, 620px);
    border-radius: 24px;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.12),
      0 40px 80px -30px rgba(0, 0, 0, 0.9),
      0 0 0 200vmax rgba(4, 5, 9, 0.62);

    translate: -50% -50%;
    transform: scale(0.97);
    transition: opacity 0.2s ease, transform 0.24s cubic-bezier(0, 0, 0.2, 1);
  }
  .area-sheet.is-open { transform: scale(1); }
  .area-sheet.is-leaving { transform: scale(0.98); transition: opacity 0.16s ease, transform 0.16s ease; }
  .area-sheet-top { padding: 22px 22px 14px; }
  .area-list { padding-bottom: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .area-sheet,
  .area-sheet.is-leaving { transition: opacity 0.12s ease; transform: none; }
  .area-sheet.is-open { transform: none; }
  .area-sheet-top,
  .area-sheet.is-open .area-sheet-top { opacity: 1; transform: none; transition: none; }
  .area-sheet.is-entering .area-option { animation: none; }
  #waitlist .h-section,
  #waitlist .wait-seg--email,
  #waitlist .wait-div,
  #waitlist .wait-btn,
  #waitlist .wait-status { transition: none; }
  #waitlist.is-searching .h-section { opacity: 1; transform: none; }
  #waitlist.is-searching .wait-seg--email,
  #waitlist.is-searching .wait-div,
  #waitlist.is-searching .wait-btn,
  #waitlist.is-searching .wait-status { opacity: 1; }
}

.wait-row { flex-wrap: wrap; }
.wait-input { flex: 1.9 1 260px; }
.wait-area  { flex: 1 1 170px; }

@media (max-width: 560px) {

  .wait-area,
  .wait-input { flex: none; align-self: stretch; }
}

.wl-count {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  position: relative;
  z-index: 0;
  margin: clamp(18px, 1.9vw, 26px) auto 0;
  min-height: 26px;
  font-size: clamp(14px, 1.05vw, 15.5px);
  line-height: 1;
  color: rgba(255, 255, 255, 0.62);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}

.wl-count[hidden] { display: flex; }

.wl-count[data-state="live"] {
  opacity: 1;
  visibility: visible;
}

.lead-dot { display: none; }
.wl-count-dot,
.lead-dot {
  position: relative;
  flex: none;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 12px -1px rgba(82, 112, 255, 0.9);
}
.wl-count-dot::after,
.lead-dot::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--blue);
  animation: wl-pulse 2.6s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}
@keyframes wl-pulse {
  0%        { transform: scale(1);   opacity: 0.55; }
  70%, 100% { transform: scale(3.4); opacity: 0; }
}

.wl-count-odo {
  display: inline-flex;
  align-items: flex-start;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 1.16em;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
}
.wl-odo-d {
  display: inline-block;
  height: 1em;
  width: 0.58em;

  overflow: hidden;
}
.wl-odo-strip {
  display: block;

  transition: transform 1.45s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.wl-odo-strip b {
  display: block;
  height: 1em;
  font-weight: inherit;
  text-align: center;
}

.wl-odo-sep {
  display: inline-block;
  width: 0.24em;
  height: 1em;
  line-height: 1;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  transform: translateY(-0.06em);
}

.wl-count-lab { white-space: nowrap; }

.wl-count-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 640px) {
  .wl-count { gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {

  .wl-count-dot::after,
  .lead-dot::after { animation: none; opacity: 0; }
  .wl-odo-strip { transition: none; }
}

@media (max-width: 560px) {

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

  .hero-copy {

    width: auto;
    max-width: 100%;
    margin-inline: auto;

    text-align: center;

    display: contents;
  }

  .hero .h-hero--split {

    font-size: var(--split-type);

    order: 1;

    font-weight: 300;
  }
  .hero .h-hero--split br { display: none; }

  .hero .h-hero--split .nb { white-space: nowrap; }

  .hero-inner--split {
    margin-bottom: 0;

    padding-bottom: 0;
  }

  .hero:has(.hero-inner--split) {
    justify-content: center;
    padding-top: 0;

    padding-bottom: calc(var(--strip, 0px) + (100lvh - 100dvh));
  }

  .hero-grid,
  .inbox-grid,
  .band-white { --split-type: clamp(30px, 10vw, 56px); }

  .hero-stage {
    order: 2;

    margin-top: clamp(24px, 6vw, 40px);

    margin-bottom: 0;
  }

  .hero-kicker {
    order: 3;

    font-family: var(--text);
    font-weight: 400;

    font-size: var(--split-type);

    line-height: 1.12;

    letter-spacing: -0.02em;

    font-weight: 300;

    color: #fff;

    max-width: 26ch;
    margin-inline: auto;

  }

  .hero .hero-kicker { display: none; }

  .hero .h-hero--split {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  .hero .h-hero--split .h-hero-text::first-letter { text-transform: uppercase; }

  .temp-hero > .atmos {
    background: linear-gradient(170deg, #0B0F1C 0%, #080B15 55%, #000 100%);
  }

  .temp-hero > .atmos i { opacity: 1; }

  .temp-headline-line {
    flex-wrap: wrap;

    row-gap: 0.06em;
  }

  .mobile-drop { display: none; }

  .temp-headline {

    font-size: clamp(30px, 14.4vw, 78px);
  }

  .wheel-track b { justify-content: center; }

  .wheel {
    -webkit-mask-image: linear-gradient(to bottom, transparent 32%, #000 36%, #000 64%, transparent 68%);
            mask-image: linear-gradient(to bottom, transparent 32%, #000 36%, #000 64%, transparent 68%);
  }

  .temp-hero-inner { gap: clamp(52px, 16vw, 84px); }

  .intro-sub,
  .intro-lead,
  .pills li { font-weight: 400; }

  .hero .h-hero--split.reveal { animation-delay: 0.10s; }
  .hero-kicker.reveal { animation-delay: 0.34s; }

  .inbox-copy { display: contents; }
  .inbox-line { order: 1; }
  .inbox-stage { order: 2; }
  .inbox-kicker {
    order: 3;

    font-weight: 200;

    font-family: var(--text);

    font-size: var(--split-type);
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #fff;
    max-width: none;

    margin-top: clamp(14px, 3.5vw, 24px);
  }

  .inbox-kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 3.6vw, 20px);
  }

  .hero .h-hero--split::before,
  .hero .h-hero--split::after,
  .inbox-kicker::before,
  .inbox-kicker::after {
    content: '';
    flex: none;

    width: 0.36em;
    height: 2.24em;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 100' fill='none' stroke='%235270FF' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 1C6 1 6 4 6 30C6 44 4 50 1 50C4 50 6 56 6 70C6 96 6 99 10 99'/%3E%3C/svg%3E") center / contain no-repeat;
    opacity: 0.9;
  }
  .inbox-kicker::after { transform: scaleX(-1); }

  .hero .h-hero--split::before { transform: scaleX(-1); }

  .hero .h-hero--split {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(8px, 2.4vw, 16px);
  }

  .hero .h-hero--split::before,
  .hero .h-hero--split::after { height: 2.08em; }

  .inbox-kicker { text-transform: lowercase; }
  .inbox-line {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    margin-inline: auto;

    font-size: var(--split-type);
    line-height: 1.12;
    letter-spacing: -0.02em;

    font-weight: 400;
  }

  .inbox-line::first-letter { text-transform: uppercase; }

  .inbox {
    justify-content: center;
    padding-top: 0;
    padding-bottom: calc(var(--strip, 0px) + (100lvh - 100dvh));
  }

  .inbox-line { display: none; }
  .inbox-grid { row-gap: clamp(20px, 4.5vw, 40px); }

  .inbox-stage { margin-top: clamp(14px, 3.5vw, 24px); }

  @media (min-height: 700px) {
    .inbox-grid { padding-top: clamp(0px, 6.4vh, 72px); }
  }

  .inbox-copy {
    justify-self: center;
    margin-inline: auto;
    text-align: center;

    padding-right: 0;
  }

  .inbox-kicker { margin-left: 0; }

  .split-tight .showcase { margin-right: 0; }

  .footer-grid {
    text-align: center;
    grid-template-columns: 1fr 1fr;
    gap: 30px 24px;
  }

  .footer-grid > :first-child { grid-column: 1 / -1; }

  .footer h4 { margin-bottom: 12px; }

  .footer ul a[href^="mailto:"] { font-size: 13px; }

  .footer-base {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .hero-stage,
  .inbox-stage,
  .filter-clip {

    height: min(57.5svh, 540px, calc(100svh - 345px));

    width: auto;
    max-height: none;
  }

  .hero-stage { height: min(74svh, 660px, calc(100svh - max(166px, 41vw))); }

  .band.band-white {
    padding-top: 0;

    padding-bottom: calc(var(--strip, 0px) + (100lvh - 100dvh));
  }

  .intro { display: contents; }

  .split-tight > .intro > * { min-width: 0; }
  .intro .intro-sub {
    order: 1;

    white-space: nowrap;

    margin-inline: -8px;
    font-size: var(--split-type);
  }

  .intro .intro-sub          { grid-row: 1; grid-column: 1; }
  .intro .pills              { order: 2; grid-row: 2; grid-column: 1; }
  .intro .intro-lead         { grid-row: 4; grid-column: 1; }

  .band-white .intro-lead .lead-dot { display: block; }

  .band-white .intro-lead {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    font-family: var(--text);
    font-weight: 400;

    font-size: min(calc((100vw - 24px) / 21.2), 28px);
    margin-inline: -8px;
    white-space: nowrap;

    line-height: 1.15;
    letter-spacing: 0;

    color: #fff;

    font-weight: 250;

  }
  .split-tight .showcase     { order: 3; grid-row: 3; grid-column: 1; }
  .intro .intro-lead         { order: 4; }

  .split.split-tight { row-gap: 8px; }

  .split-tight .showcase {
    margin-top: clamp(14px, 3.5vw, 22px);
    margin-bottom: clamp(22px, 5.5vw, 34px);
  }

  .band-white .intro-sub { margin-bottom: 10px; }

  .band-white .pills {
    margin-top: 0;
    max-width: none;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  }
  .band-white .intro-lead { margin-top: 0; }

  .filter-clip { height: min(74svh, 660px, calc(100svh - max(166px, 41vw))); }

  .inbox-stage { height: min(74svh, 660px, calc(100svh - max(166px, 41vw))); }

  .filter-clip { max-height: none; }

  .showcase {
    width: auto;
    max-width: 100%;
  }

  .band-white {
    min-height: calc(100lvh + var(--strip, 0px));
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-top: clamp(20px, 5vh, 44px);
    padding-bottom: calc(var(--strip, 0px) + clamp(20px, 5vh, 44px) + (100lvh - 100svh));
  }

  html { scroll-snap-type: y mandatory; }

  html.is-typing { scroll-snap-type: none; }

  .temp-hero,
  .hero,
  .inbox,
  .band-white,
  .close-full { scroll-snap-align: start; }

  .footer { scroll-snap-align: end; }
}
