:root {
  --v2-paper: #f3f0e9;
  --v2-paper-deep: #e7e3da;
  --v2-ink: #071522;
  --v2-navy: #06111f;
  --v2-navy-soft: #0b2233;
  --v2-blue: #58b9f7;
  --v2-blue-deep: #168fe3;
  --v2-line-dark: rgba(7, 21, 34, .14);
  --v2-line-light: rgba(175, 210, 231, .18);
}

.homepage-v2 .site-header {
  background: rgba(4, 17, 27, .88);
}

.homepage-v2 .site-header .button-small {
  white-space: nowrap;
}

.v2-homepage {
  background: var(--v2-navy);
}

.v2-homepage .button,
.v2-footer .button {
  min-height: 48px;
}

.v2-hero,
#built,
.v2-final {
  overflow-y: auto;
  overscroll-behavior: contain;
}

.v2-homepage :is(a, button, summary, input, select, [contenteditable="true"]):focus-visible,
.v2-footer a:focus-visible {
  outline: 3px solid #ffb33c;
  outline-offset: 4px;
}

.homepage-v2 .launch-page-progress a {
  width: 38px;
  height: 26px;
}

.v2-hero {
  padding: calc(var(--launch-header-h) + clamp(42px, 7vh, 78px)) clamp(24px, 7vw, 112px) clamp(76px, 10vh, 108px);
  display: flex;
  align-items: center;
}

.v2-hero-image,
.v2-hero-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.v2-hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: 59% center;
  filter: saturate(.76) contrast(1.04);
  animation: launch-hero-image 1.25s var(--launch-ease) both;
}

.v2-hero-wash {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 16, 26, .99) 0%, rgba(4, 16, 26, .93) 39%, rgba(4, 16, 26, .48) 68%, rgba(4, 16, 26, .28) 100%),
    linear-gradient(0deg, rgba(4, 16, 26, .84), transparent 54%);
}

.v2-hero-copy {
  width: min(800px, 62vw);
  animation: launch-copy-in .72s .12s var(--launch-ease) both;
}

.v2-hero h1 {
  max-width: 790px;
  margin: 22px 0 25px;
  color: #fff;
  font: 600 clamp(53px, 5.9vw, 96px)/.94 "DM Sans", sans-serif;
  letter-spacing: -.062em;
}

.v2-hero-body {
  max-width: 710px;
  margin: 0;
  color: #c5d3dc;
  font: 500 clamp(15px, 1.22vw, 19px)/1.58 "DM Sans", sans-serif;
}

.v2-proof {
  max-width: 690px;
  margin: 17px 0 0;
  color: #fff;
  font: 700 clamp(11px, .95vw, 14px)/1.5 "DM Sans", sans-serif;
}

.v2-proof span {
  margin-right: 7px;
  color: var(--v2-blue);
}

.v2-builder-brief {
  padding: 21px 20px 19px;
  border-bottom: 1px solid rgba(7, 22, 40, .13);
  background: #f7fafc;
}

.v2-builder-brief .launch-kicker {
  margin-bottom: 10px;
  color: #0874c4;
  font-size: 9px;
}

.v2-builder-brief h2 {
  margin: 0;
  color: var(--v2-ink);
  font: 650 clamp(24px, 2vw, 31px)/1 "DM Sans", sans-serif;
  letter-spacing: -.045em;
}

.v2-builder-brief > p:not(.launch-kicker) {
  margin: 10px 0 13px;
  color: #5c6e7c;
  font: 500 11px/1.48 "DM Sans", sans-serif;
}

.v2-builder-brief > strong {
  color: #0d6caa;
  font: 750 10px/1.3 "DM Sans", sans-serif;
}

.v2-builder-brief-compact {
  padding-block: 16px;
}

.v2-builder-brief-compact h2 {
  font-size: clamp(21px, 1.7vw, 27px);
}

.v2-builder-brief-compact > p:not(.launch-kicker) {
  margin-bottom: 0;
}

.v2-builder-chapter .launch-editor-next strong {
  font-size: 9px;
  letter-spacing: .055em;
}

/* The compact desktop builder can be taller than its viewport once the
   tutorial brief is included. Let the chapter itself carry that overflow so
   every native builder control remains reachable at short heights. */
.v2-builder-chapter {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.v2-section {
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scroll-padding-top: var(--launch-header-h);
}

.v2-section-inner {
  width: min(1536px, 100%);
  min-height: 100%;
  margin: 0 auto;
  padding: calc(var(--launch-header-h) + clamp(38px, 6vh, 68px)) clamp(24px, 7vw, 112px) clamp(38px, 6vh, 68px);
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(480px, 1.18fr);
  align-items: center;
  gap: clamp(48px, 8vw, 128px);
}

.v2-copy h2,
.v2-usecases-head h2,
.v2-privacy-head h2 {
  margin: 18px 0 24px;
  font: 600 clamp(48px, 5.25vw, 86px)/.92 "DM Sans", sans-serif;
  letter-spacing: -.062em;
}

.v2-copy > p:not(.launch-kicker),
.v2-usecases-head > p:not(.launch-kicker),
.v2-privacy-head > p:not(.launch-kicker) {
  color: inherit;
  opacity: .72;
  font: 500 clamp(14px, 1.05vw, 17px)/1.62 "DM Sans", sans-serif;
}

.v2-copy > p + p {
  margin-top: 14px;
}

.v2-statement {
  margin-top: 25px;
  padding: 17px 0;
  display: block;
  border-block: 1px solid var(--v2-line-light);
  color: #fff;
  font: 650 clamp(18px, 1.6vw, 26px)/1.28 "DM Sans", sans-serif;
  letter-spacing: -.025em;
}

.v2-copy .v2-print-line {
  margin-top: 15px;
  color: var(--v2-blue);
  opacity: 1;
  font-weight: 700;
}

.v2-philosophy {
  background: #081723;
  color: #eef6fb;
}

.v2-philosophy::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 77% 48%, rgba(88, 185, 247, .12), transparent 26%),
    linear-gradient(110deg, transparent 58%, rgba(255, 255, 255, .025));
  pointer-events: none;
}

.v2-link-story {
  min-width: 0;
  padding: clamp(24px, 3.7vw, 54px);
  border: 1px solid rgba(135, 180, 211, .22);
  border-radius: 30px;
  background: rgba(255, 255, 255, .035);
  box-shadow: 0 34px 88px rgba(0, 0, 0, .24);
}

.v2-link-address {
  margin: 0;
  padding: 18px 22px;
  border: 1px solid rgba(88, 185, 247, .28);
  border-radius: 12px;
  background: #eef8fe;
  color: #476170;
  overflow-wrap: anywhere;
  font: 600 clamp(14px, 1.35vw, 20px)/1.3 "DM Sans", sans-serif;
}

.v2-link-address strong {
  color: #0874c4;
}

.v2-share-routes {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(175, 210, 231, .16);
  border-radius: 16px;
  background: rgba(175, 210, 231, .16);
}

.v2-share-routes span {
  min-height: clamp(62px, 8.2vh, 84px);
  padding: 14px 17px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: #0c2231;
  color: #dce9f0;
  font: 650 clamp(11px, .9vw, 14px)/1.3 "DM Sans", sans-serif;
}

.v2-share-routes b {
  color: var(--v2-blue);
  font-size: 9px;
  letter-spacing: .12em;
}

.v2-rsvp {
  background: var(--v2-paper);
  color: var(--v2-ink);
}

.v2-closing-line {
  margin-top: 24px;
  display: block;
  color: #0874c4;
  font: 650 clamp(20px, 1.8vw, 29px)/1.25 "DM Sans", sans-serif;
  letter-spacing: -.03em;
}

.v2-rsvp-board {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 21, 34, .12);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 32px 82px rgba(7, 21, 34, .14);
}

.v2-rsvp-board > header {
  min-height: 84px;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 3px 18px;
  border-bottom: 1px solid var(--v2-line-dark);
}

.v2-rsvp-board > header span {
  grid-column: 1 / -1;
  color: #718390;
  font: 750 8px/1 "DM Sans", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.v2-rsvp-board > header strong {
  color: var(--v2-ink);
  font: 650 clamp(18px, 1.45vw, 24px)/1.2 "DM Sans", sans-serif;
}

.v2-rsvp-board > header small {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(35, 132, 95, .11);
  color: #187452;
  font: 750 9px/1 "DM Sans", sans-serif;
}

.v2-rsvp-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--v2-line-dark);
}

.v2-rsvp-summary article {
  min-width: 0;
  padding: clamp(16px, 2.2vw, 28px);
  display: grid;
  gap: 4px;
  border-right: 1px solid var(--v2-line-dark);
}

.v2-rsvp-summary article:last-child {
  border-right: 0;
}

.v2-rsvp-summary span,
.v2-rsvp-summary small {
  color: #70828f;
  font: 650 9px/1.25 "DM Sans", sans-serif;
}

.v2-rsvp-summary strong {
  color: var(--v2-ink);
  font: 650 clamp(27px, 2.8vw, 46px)/1 "DM Sans", sans-serif;
  letter-spacing: -.05em;
}

.v2-rsvp-summary article:last-child strong {
  color: var(--v2-blue-deep);
}

.v2-rsvp-rows {
  padding: 0 22px;
}

.v2-rsvp-rows p {
  min-height: clamp(57px, 7.5vh, 72px);
  margin: 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 12px;
  border-bottom: 1px solid rgba(7, 21, 34, .09);
}

.v2-rsvp-rows p:last-child {
  border-bottom: 0;
}

.v2-avatar {
  grid-row: 1 / 3;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf4fa;
  color: #116a9e;
  font: 750 9px/1 "DM Sans", sans-serif;
}

.v2-rsvp-rows strong {
  align-self: end;
  color: var(--v2-ink);
  font: 650 12px/1.2 "DM Sans", sans-serif;
}

.v2-rsvp-rows small {
  align-self: start;
  color: #768692;
  font: 500 10px/1.2 "DM Sans", sans-serif;
}

.v2-rsvp-rows b {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: center;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(35, 132, 95, .1);
  color: #187452;
  font: 750 8px/1 "DM Sans", sans-serif;
}

.v2-rsvp-rows b.is-waiting {
  background: rgba(197, 131, 24, .12);
  color: #8f5b07;
}

.v2-tools {
  background: var(--v2-navy);
  color: #f1f7fb;
}

.v2-tools .v2-section-inner {
  grid-template-columns: minmax(290px, .72fr) minmax(520px, 1.28fr);
}

.v2-tool-list {
  border-top: 1px solid var(--v2-line-light);
}

.v2-tool-list article {
  min-height: clamp(79px, 10.2vh, 105px);
  padding: 13px 0;
  display: grid;
  grid-template-columns: 44px minmax(148px, .42fr) minmax(0, 1fr);
  align-items: center;
  gap: 17px;
  border-bottom: 1px solid var(--v2-line-light);
}

.v2-tool-list span {
  color: var(--v2-blue);
  font: 750 9px/1 "DM Sans", sans-serif;
  letter-spacing: .13em;
}

.v2-tool-list h3 {
  margin: 0;
  color: #fff;
  font: 600 clamp(22px, 2vw, 32px)/1 "DM Sans", sans-serif;
  letter-spacing: -.035em;
}

.v2-tool-list p {
  margin: 0;
  color: #afc0cb;
  font: 500 clamp(11px, .93vw, 14px)/1.5 "DM Sans", sans-serif;
}

.v2-usecases {
  padding: calc(var(--launch-header-h) + clamp(23px, 3.2vh, 38px)) clamp(24px, 5.5vw, 88px) clamp(22px, 3.2vh, 36px);
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(650px, 1.28fr);
  grid-template-rows: 1fr auto;
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #0a1824;
  color: #eff7fb;
}

.v2-usecases-head h2 {
  font-size: clamp(44px, 4.7vw, 76px);
}

.v2-usecase-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.v2-usecase-grid article {
  position: relative;
  min-height: clamp(190px, 28vh, 250px);
  padding: clamp(16px, 1.7vw, 24px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  isolation: isolate;
}

.v2-usecase-grid article::before,
.v2-usecase-grid article::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
}

.v2-usecase-grid article::before {
  background: var(--case-image) center / cover no-repeat;
  filter: saturate(.7) contrast(1.04);
  transform: scale(1.01);
  transition: transform .7s var(--launch-ease), filter .4s ease;
}

.v2-usecase-grid article::after {
  z-index: -1;
  background: linear-gradient(0deg, rgba(3, 13, 22, .96) 0%, rgba(3, 13, 22, .7) 52%, rgba(3, 13, 22, .15));
}

.v2-usecase-grid article:hover::before {
  filter: saturate(.95) contrast(1.04);
  transform: scale(1.055);
}

.v2-usecase-grid span {
  margin-bottom: auto;
  color: #9dd8fb;
  font: 750 8px/1 "DM Sans", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.v2-usecase-grid h3 {
  margin: 0 0 7px;
  color: #fff;
  font: 650 clamp(15px, 1.3vw, 21px)/1.08 "DM Sans", sans-serif;
  letter-spacing: -.035em;
}

.v2-usecase-grid p {
  margin: 0;
  color: #c7d5de;
  font: 500 clamp(9px, .72vw, 11px)/1.42 "DM Sans", sans-serif;
}

.v2-usecases-close {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid var(--v2-line-light);
  color: #a9bbc7;
  font: 600 11px/1.45 "DM Sans", sans-serif;
  text-align: center;
}

.v2-privacy {
  padding: calc(var(--launch-header-h) + clamp(34px, 5vh, 56px)) clamp(24px, 7vw, 112px) clamp(34px, 5vh, 56px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(30px, 5vh, 52px);
  overflow-y: auto;
  overscroll-behavior: contain;
  background: var(--v2-paper);
  color: var(--v2-ink);
}

.v2-privacy-head {
  max-width: 1120px;
}

.v2-privacy-head h2 {
  margin-bottom: 17px;
  font-size: clamp(48px, 5.1vw, 82px);
}

.v2-privacy-head > p:not(.launch-kicker) {
  max-width: 930px;
  margin: 0;
}

.v2-access-modes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--v2-line-dark);
}

.v2-access-modes article {
  min-height: clamp(240px, 36vh, 340px);
  padding: clamp(26px, 3vw, 48px);
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 30px;
  border-right: 1px solid var(--v2-line-dark);
}

.v2-access-modes article:last-child {
  border-right: 0;
}

.v2-access-modes article > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(22, 143, 227, .22);
  border-radius: 50%;
  background: rgba(22, 143, 227, .08);
  color: #0874c4;
  font: 500 24px/1 "DM Sans", sans-serif;
}

.v2-access-modes p {
  margin: 0 0 13px;
  color: #0874c4;
  font: 750 9px/1 "DM Sans", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.v2-access-modes h3 {
  margin: 0 0 15px;
  color: var(--v2-ink);
  font: 600 clamp(24px, 2.25vw, 37px)/1.02 "DM Sans", sans-serif;
  letter-spacing: -.045em;
}

.v2-access-modes small {
  color: #647580;
  font: 500 clamp(11px, .95vw, 14px)/1.5 "DM Sans", sans-serif;
}

.v2-pricing {
  overflow-y: auto;
  overscroll-behavior: contain;
}

.v2-pricing .launch-pricing-tiers article > span {
  max-width: 28ch;
  min-height: 2.8em;
  color: #627581;
  font-size: clamp(9px, .76vw, 11px);
  line-height: 1.35;
}

.v2-faq .launch-faq-list summary {
  padding-block: 4px;
}

.v2-faq {
  overflow-y: auto;
  overscroll-behavior: contain;
}

.v2-faq .launch-faq-list details p {
  font-size: clamp(10px, .88vw, 13px);
}

.v2-final > img {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  filter: saturate(.72);
}

.v2-final .launch-final-copy small {
  margin-top: 22px;
  display: block;
  color: #9fb3bf;
  font: 700 10px/1.3 "DM Sans", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

footer.v2-footer {
  overflow-y: auto;
  overscroll-behavior: contain;
}

footer.v2-footer > div.launch-footer-inner {
  width: min(1600px, 100%);
  min-height: calc(var(--launch-page-height) - var(--launch-header-h));
  height: auto;
  grid-template-columns: minmax(220px, 1.6fr) repeat(4, minmax(112px, 1fr));
  align-content: center;
}

.v2-footer a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
}

body:has(.v2-section.is-active:is(.v2-rsvp, .v2-privacy)) .launch-page-progress,
body:has(.v2-pricing.is-active) .launch-page-progress,
body:has(.v2-faq.is-active) .launch-page-progress {
  color: var(--v2-ink);
}

body:has(.v2-builder-chapter.is-active) .launch-page-progress {
  right: calc(clamp(348px, 27vw, 430px) + 13px);
  color: #fff;
}

@media (max-width: 1180px) {
  .v2-section-inner {
    grid-template-columns: minmax(270px, .76fr) minmax(430px, 1.24fr);
    gap: 42px;
  }

  .v2-usecases {
    grid-template-columns: minmax(240px, .64fr) minmax(560px, 1.36fr);
    gap: 30px;
  }

  .v2-usecase-grid article {
    min-height: clamp(180px, 27vh, 230px);
  }

  footer.v2-footer > div.launch-footer-inner {
    grid-template-columns: minmax(210px, 1.5fr) repeat(4, minmax(104px, 1fr));
    column-gap: 28px;
  }
}

@media (max-width: 900px) {
  .v2-hero-copy {
    width: min(760px, 77vw);
  }

  .v2-hero-wash {
    background: linear-gradient(90deg, rgba(4, 16, 26, .98), rgba(4, 16, 26, .72)), linear-gradient(0deg, rgba(4, 16, 26, .84), transparent 54%);
  }

  .v2-section-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    align-items: stretch;
    gap: 22px;
  }

  .v2-copy h2,
  .v2-usecases-head h2,
  .v2-privacy-head h2 {
    margin-block: 10px 12px;
    font-size: clamp(38px, 6.2vw, 56px);
  }

  .v2-copy > p:not(.launch-kicker),
  .v2-usecases-head > p:not(.launch-kicker),
  .v2-privacy-head > p:not(.launch-kicker) {
    margin-block: 7px;
    font-size: 11px;
    line-height: 1.5;
  }

  .v2-statement {
    margin-top: 13px;
    padding: 10px 0;
    font-size: 16px;
  }

  .v2-copy .v2-print-line,
  .v2-closing-line {
    margin-top: 9px;
  }

  .v2-link-story {
    padding: 20px;
  }

  .v2-share-routes span {
    min-height: 50px;
  }

  .v2-tools .v2-section-inner {
    grid-template-columns: 1fr;
  }

  .v2-tool-list article {
    min-height: 0;
    height: 20%;
    padding: 8px 0;
    grid-template-columns: 30px 120px minmax(0, 1fr);
  }

  .v2-usecases {
    display: block;
  }

  .v2-usecases-head {
    max-width: 760px;
    margin-bottom: 24px;
  }

  .v2-usecase-grid article {
    min-height: 190px;
  }

  .v2-usecases-close {
    margin-top: 20px;
  }

  .v2-access-modes article {
    min-height: 220px;
    padding: 25px;
  }

  footer.v2-footer > div.launch-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-footer .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  html {
    scroll-snap-type: y proximity;
  }

  .launch-page {
    scroll-snap-stop: normal;
  }

  .v2-hero,
  #built,
  .v2-final {
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .homepage-v2 .site-header .brand img {
    width: 128px;
  }

  .homepage-v2 .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 8px;
  }

  .homepage-v2 .site-header .brand {
    grid-column: 1;
    justify-self: start;
  }

  .homepage-v2 .site-nav {
    grid-column: 2;
  }

  .homepage-v2 .site-nav .button-small {
    padding-inline: 14px;
    font-size: 10px;
  }

  .v2-hero {
    padding: calc(var(--launch-header-h) + 34px) 22px 56px;
    align-items: center;
  }

  .v2-hero-image {
    object-position: 61% center;
  }

  .v2-hero-wash {
    background: linear-gradient(0deg, rgba(4, 16, 26, .98) 0%, rgba(4, 16, 26, .64) 68%, rgba(4, 16, 26, .54));
  }

  .v2-hero-copy {
    width: 100%;
  }

  .v2-hero h1 {
    margin: 16px 0 18px;
    font-size: clamp(43px, 12.7vw, 66px);
    line-height: .93;
  }

  .v2-hero-body {
    max-width: 540px;
    font-size: 13px;
    line-height: 1.5;
  }

  .v2-proof {
    margin-top: 12px;
    font-size: 10px;
  }

  .v2-hero .launch-actions {
    margin-top: 22px;
  }

  .v2-builder-brief {
    padding: 15px 16px;
  }

  .v2-builder-brief h2 {
    font-size: 21px;
  }

  .v2-builder-brief > p:not(.launch-kicker) {
    margin-block: 7px 9px;
    font-size: 10px;
  }

  .v2-section-inner {
    min-height: 100%;
    padding: calc(var(--launch-header-h) + 28px) 20px 28px;
    display: block;
  }

  .v2-copy {
    margin-bottom: 24px;
  }

  .v2-copy h2,
  .v2-usecases-head h2,
  .v2-privacy-head h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .v2-link-story {
    border-radius: 20px;
  }

  .v2-share-routes {
    grid-template-columns: 1fr;
  }

  .v2-share-routes span {
    min-height: 46px;
  }

  .v2-rsvp-board {
    border-radius: 20px;
  }

  .v2-rsvp-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .v2-rsvp-summary article {
    padding: 13px 11px;
  }

  .v2-rsvp-summary span,
  .v2-rsvp-summary small {
    font-size: 7px;
  }

  .v2-rsvp-rows {
    padding-inline: 13px;
  }

  .v2-tool-list article {
    min-height: 72px;
    height: auto;
    grid-template-columns: 25px 100px minmax(0, 1fr);
    gap: 9px;
  }

  .v2-tool-list h3 {
    font-size: 18px;
  }

  .v2-tool-list p {
    font-size: 9px;
    line-height: 1.35;
  }

  .v2-usecases,
  .v2-privacy {
    padding: calc(var(--launch-header-h) + 28px) 20px 28px;
  }

  .v2-usecase-grid {
    grid-template-columns: 1fr;
  }

  .v2-usecase-grid article {
    min-height: 190px;
  }

  .v2-access-modes {
    grid-template-columns: 1fr;
  }

  .v2-access-modes article {
    min-height: 0;
    padding: 21px 4px;
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 18px;
    border-right: 0;
    border-bottom: 1px solid var(--v2-line-dark);
  }

  .v2-access-modes article:last-child {
    border-bottom: 0;
  }

  .v2-access-modes article > span {
    width: 44px;
    height: 44px;
  }

  .v2-access-modes h3 {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .v2-faq .launch-faq-list summary {
    min-height: 48px;
    padding-block: 6px;
  }

  .v2-faq {
    padding: calc(var(--launch-header-h) + 28px) 20px 28px;
    display: block;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .v2-faq .launch-faq-heading {
    margin-bottom: 24px;
  }

  .v2-faq .launch-faq-list {
    max-height: none;
    overflow: visible;
  }

  footer.v2-footer > div.launch-footer-inner {
    padding: 28px 20px 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    row-gap: 24px;
  }

  .v2-footer .footer-brand {
    grid-column: 1 / -1;
  }

  .v2-footer .copyright {
    grid-column: 1 / -1;
  }

  .v2-footer a {
    min-height: 44px;
  }
}

@media (max-width: 420px) {
  .homepage-v2 .site-nav .nav-signin-lite {
    display: none;
  }

  .homepage-v2 .site-header {
    padding-inline: 14px;
  }

  .homepage-v2 .site-header .brand img {
    width: 118px;
  }

  .v2-hero h1 {
    font-size: clamp(40px, 12.4vw, 52px);
  }

  .v2-hero .launch-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .v2-link-story {
    padding: 15px;
  }

  .v2-link-address {
    padding: 14px;
    font-size: 12px;
  }

  .v2-rsvp-board > header {
    padding: 15px;
  }

  .v2-rsvp-summary strong {
    font-size: 26px;
  }

  .v2-rsvp-rows p {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    column-gap: 8px;
  }

  .v2-avatar {
    width: 32px;
    height: 32px;
  }

  .v2-rsvp-rows b {
    padding: 6px;
    font-size: 7px;
  }

  .v2-tool-list article {
    grid-template-columns: 22px 88px minmax(0, 1fr);
    gap: 7px;
  }

  footer.v2-footer > div.launch-footer-inner {
    grid-template-columns: 1fr;
  }

  .v2-footer .footer-brand,
  .v2-footer .copyright {
    grid-column: 1;
  }
}

@media (max-height: 620px) and (min-width: 721px) {
  html {
    scroll-snap-type: y proximity;
  }

  .launch-page {
    scroll-snap-stop: normal;
  }

  .v2-hero,
  #built,
  .v2-final {
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .v2-hero {
    padding-top: calc(var(--launch-header-h) + 18px);
    padding-bottom: 22px;
  }

  .v2-hero h1 {
    margin-block: 10px 12px;
    font-size: clamp(38px, 5vw, 60px);
  }

  .v2-hero-body {
    font-size: 12px;
  }

  .v2-proof {
    margin-top: 8px;
    font-size: 9px;
  }

  .v2-hero .launch-actions {
    margin-top: 14px;
  }

  .v2-hero .launch-scroll-cue {
    display: none;
  }

  .v2-section-inner {
    padding-top: calc(var(--launch-header-h) + 18px);
    padding-bottom: 18px;
  }

  .v2-copy h2,
  .v2-usecases-head h2,
  .v2-privacy-head h2 {
    margin-block: 7px 9px;
    font-size: clamp(34px, 4.8vw, 54px);
  }

  .v2-copy > p:not(.launch-kicker),
  .v2-usecases-head > p:not(.launch-kicker),
  .v2-privacy-head > p:not(.launch-kicker) {
    font-size: 10px;
    line-height: 1.42;
  }

  .v2-statement {
    margin-top: 9px;
    padding: 8px 0;
    font-size: 14px;
  }

  .v2-share-routes span {
    min-height: 42px;
    padding: 9px 13px;
  }

  .v2-rsvp-summary article {
    padding: 12px 16px;
  }

  .v2-rsvp-rows p {
    min-height: 48px;
  }

  .v2-tool-list article {
    min-height: 54px;
    padding-block: 5px;
  }

  .v2-usecases,
  .v2-privacy {
    padding-top: calc(var(--launch-header-h) + 16px);
    padding-bottom: 16px;
  }

  .v2-usecase-grid article {
    min-height: 132px;
  }

  .v2-access-modes article {
    min-height: 180px;
    padding: 18px;
  }

  .v2-faq {
    padding: calc(var(--launch-header-h) + 14px) 24px 14px;
    grid-template-columns: minmax(200px, .68fr) minmax(0, 1.32fr);
    gap: 26px;
  }

  .v2-faq .launch-faq-heading h2 {
    margin-top: 7px;
    font-size: clamp(34px, 5.2vw, 46px);
  }

  .v2-faq .launch-faq-list {
    max-height: calc(var(--launch-page-height) - var(--launch-header-h) - 28px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .v2-hero-image,
  .v2-hero-copy,
  .v2-usecase-grid article::before {
    animation: none !important;
    transition: none !important;
  }
}
