:root {
  --launch-night: #0b2135;
  --launch-night-soft: #102c45;
  --launch-green: #10d187;
  --launch-green-dark: #087b50;
  --launch-mist: #eef5f7;
  --launch-sand: #f6f1e8;
}

.home-page .site-header {
  border-bottom-color: #2e4d65;
  background: #081d32;
  backdrop-filter: none;
}

.home-page .header-wordmark-link {
  line-height: 0;
}

.home-page .header-wordmark-link .header-wordmark {
  width: 224px;
  height: auto;
  border-radius: 0;
}

.home-page .primary-nav {
  color: #fff;
}

.home-page .primary-nav a:not(.nav-action):hover,
.home-page .primary-nav a[aria-current="page"] {
  color: #74e4b7;
}

.home-page .nav-products.is-current > summary,
.home-page .nav-products > summary:hover {
  color: #74e4b7;
}

.home-page .nav-products-menu {
  border-color: #426078;
  background: #0d263b;
}

.home-page .nav-products-menu a {
  color: #eef5f8;
}

.home-page .nav-products-menu a:hover,
.home-page .nav-products-menu a[aria-current="page"] {
  color: #fff;
  background: rgba(16, 209, 135, 0.14);
}

.home-page .nav-products-menu small {
  color: #93aabd;
}

.home-page .nav-sign-in {
  border-left-color: #3c5870;
}

.home-page .nav-action,
.home-page .launch-actions .button-primary,
.home-page .home-cta .button-primary {
  border-color: var(--launch-green);
  color: #062317;
  background: var(--launch-green);
}

.home-page .nav-action:hover,
.home-page .launch-actions .button-primary:hover,
.home-page .home-cta .button-primary:hover {
  border-color: var(--launch-green-dark);
  color: #fff;
  background: var(--launch-green-dark);
}

.home-page .menu-button {
  border-color: #8ca4b7;
  color: #fff;
  background: transparent;
}

.home-page .menu-button:hover,
.home-page .menu-button:focus-visible {
  border-color: #fff;
}

@media (max-width: 960px) {
  .home-page .primary-nav {
    border-bottom-color: #2e4d65;
    background: #081d32;
  }

  .home-page .primary-nav a {
    border-bottom-color: #2e4d65;
  }

  .home-page .primary-nav .nav-action {
    color: #071f15;
    background: var(--launch-green);
    border-color: var(--launch-green);
  }

  .home-page .nav-products {
    border-bottom-color: #2e4d65;
  }

  .home-page .nav-products-menu {
    border: 0;
    background: transparent;
  }

  .home-page .primary-nav .nav-products-menu a {
    border-left-color: #426078;
  }
}

.launch-hero {
  position: relative;
  display: flex;
  min-height: min(76svh, 700px);
  align-items: center;
  overflow: hidden;
  color: #fff;
  background-color: var(--launch-night);
  background-image: url("/assets/swipe-retail-hero.webp");
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid #24465f;
}

.launch-hero::before {
  position: absolute;
  inset: 0;
  background: rgba(5, 18, 29, 0.62);
  content: "";
}

.launch-hero-inner,
.product-band,
.scale-band,
.offline-band,
.home-cta {
  padding-right: max(24px, calc((100vw - var(--max-width)) / 2));
  padding-left: max(24px, calc((100vw - var(--max-width)) / 2));
}

.launch-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 74px;
  padding-bottom: 78px;
}

.launch-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.launch-eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--launch-green-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.launch-eyebrow {
  color: #76e9bb;
}

.launch-hero h1 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(52px, 5.2vw, 74px);
  line-height: 1.01;
  letter-spacing: 0;
}

.launch-hero h1 .hero-title-line {
  display: block;
  white-space: nowrap;
}

.launch-hero h1 .hero-title-accent {
  color: #74e4b7;
}

.launch-lead {
  max-width: 610px;
  margin: 26px 0 0;
  color: #f3f7fa;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.launch-support {
  max-width: 590px;
  margin: 12px 0 0;
  color: #b9c9d6;
  font-size: 17px;
}

.launch-actions {
  margin-top: 31px;
}

.hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 22px;
  margin-top: 31px;
  padding-top: 23px;
  border-top: 1px solid #315169;
  color: #d4e0e8;
  font-size: 13px;
  font-weight: 700;
}

.hero-assurances span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-assurances svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--launch-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.product-band {
  padding-top: 86px;
  padding-bottom: 94px;
  color: #fff;
  background: var(--launch-night);
}

.product-band-heading {
  margin-bottom: 47px;
}

.product-band-heading h2 {
  max-width: none;
  white-space: nowrap;
}

.product-band-heading h2,
.offline-heading h2,
.home-cta h2 {
  margin: 0;
  color: var(--launch-night);
  font-size: clamp(38px, 4vw, 55px);
  line-height: 1.06;
  letter-spacing: 0;
}

.product-band-heading h2 {
  color: #fff;
  font-size: clamp(14px, 4vw, 55px);
}

.product-band .section-kicker {
  color: #76e9bb;
}

.product-band-heading > p {
  margin: 0 0 5px;
  color: #b9c9d6;
  font-size: 18px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-card {
  position: relative;
  display: flex;
  min-height: 405px;
  min-width: 0;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border: 1px solid #9fb3c2;
  border-radius: 18px;
  color: var(--launch-night);
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.product-card:hover,
.product-card:focus-visible {
  border-color: var(--launch-green);
  color: var(--launch-night);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  transform: translateY(-5px);
}

.product-card:hover p,
.product-card:focus-visible p {
  color: var(--muted);
}

.product-card:hover .product-link,
.product-card:focus-visible .product-link {
  color: var(--launch-green-dark);
}

.product-card-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #dce6ec;
}

.product-card-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(180deg, rgba(8, 29, 50, 0), rgba(8, 29, 50, 0.18));
  content: "";
  pointer-events: none;
}

.product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.product-card-till .product-card-media img {
  padding: 10px 14px;
  object-fit: contain;
  background: #eef3f5;
}

.product-card-in .product-card-media img {
  object-position: center top;
}

.product-card-stock .product-card-media img {
  object-position: 54% center;
}

.product-card:hover .product-card-media img,
.product-card:focus-visible .product-card-media img {
  transform: scale(1.035);
}

.product-card-body {
  display: flex;
  min-height: 210px;
  flex: 1;
  flex-direction: column;
  padding: 23px 24px 24px;
}

.product-card-kicker {
  color: var(--launch-green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 7px 0 11px;
  font-size: 27px;
  line-height: 1.1;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.48;
}

.product-link {
  margin-top: auto;
  color: var(--launch-green-dark);
  font-size: 14px;
  font-weight: 850;
}

.product-link span {
  display: inline-block;
  margin-left: 5px;
  transition: transform 160ms ease;
}

.product-card:hover .product-link span,
.product-card:focus-visible .product-link span {
  transform: translateX(4px);
}

.scale-band {
  padding-top: 104px;
  padding-bottom: 104px;
  background: var(--launch-sand);
}

.scale-section-heading {
  margin-bottom: 48px;
}

.scale-section-heading h2 {
  margin: 0;
  color: var(--launch-night);
  font-size: clamp(38px, 4vw, 55px);
  line-height: 1.06;
}

.scale-diagrams {
  display: grid;
  grid-template-columns: minmax(285px, 0.72fr) minmax(540px, 1.28fr);
  gap: 20px;
}

.scale-diagram {
  display: flex;
  min-width: 0;
  min-height: 570px;
  flex-direction: column;
  padding: 27px;
  border: 1px solid #aab9c2;
  border-radius: 8px;
  background: #fff;
}

.scale-diagram > header {
  display: flex;
  gap: 17px;
  align-items: flex-start;
  padding-bottom: 22px;
  border-bottom: 1px solid #d5dee2;
}

.diagram-number {
  display: grid;
  width: 37px;
  height: 37px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--launch-green-dark);
  border-radius: 50%;
  color: var(--launch-green-dark);
  font-size: 11px;
  font-weight: 850;
}

.scale-diagram h3,
.scale-diagram h4,
.scale-diagram p {
  margin: 0;
}

.scale-diagram h3 {
  color: var(--launch-night);
  font-size: 23px;
  line-height: 1.1;
}

.scale-diagram header p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

.single-path {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}

.diagram-node {
  display: flex;
  width: min(250px, 100%);
  min-height: 76px;
  align-items: center;
  gap: 13px;
  padding: 13px 15px;
  border: 1px solid #b7c6ce;
  border-radius: 7px;
  background: #f6f9fb;
}

.diagram-node > span:last-child,
.central-node > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.diagram-node strong,
.central-node strong {
  color: var(--launch-night);
  font-size: 15px;
}

.diagram-node small,
.central-node small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
}

.diagram-node-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  background: #176b97;
}

.diagram-node-icon svg,
.central-node svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.diagram-node-primary {
  border-color: var(--launch-green-dark);
  background: #e7f8ef;
}

.diagram-node-primary .diagram-node-icon {
  color: #062317;
  background: var(--launch-green);
}

.diagram-connector {
  width: 1px;
  height: 25px;
  background: var(--launch-green-dark);
}

.diagram-caption {
  padding-top: 18px;
  border-top: 1px solid #d5dee2;
  color: var(--muted);
  font-size: 13px;
}

.multi-path {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 25px 0;
}

.central-node {
  display: flex;
  width: min(330px, 85%);
  min-height: 70px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 12px 16px;
  border: 1px solid var(--launch-green-dark);
  border-radius: 7px;
  color: #062317;
  background: #dff7eb;
}

.multi-trunk {
  position: relative;
  width: calc(50% + 8px);
  height: 34px;
  margin-top: 17px;
  border-top: 1px solid var(--launch-green-dark);
  border-right: 1px solid var(--launch-green-dark);
  border-left: 1px solid var(--launch-green-dark);
}

.multi-trunk::before {
  position: absolute;
  top: -17px;
  left: 50%;
  width: 1px;
  height: 17px;
  background: var(--launch-green-dark);
  content: "";
}

.company-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.company-branch {
  padding: 13px;
  border: 1px solid #b7c6ce;
  border-radius: 7px;
  background: #f6f9fb;
}

.company-branch h4 {
  padding-bottom: 10px;
  color: var(--launch-night);
  font-size: 14px;
  text-align: center;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.shop-branch {
  padding: 9px 7px;
  border: 1px solid #d0dbe1;
  border-radius: 6px;
  background: #fff;
  text-align: center;
}

.shop-branch strong {
  display: block;
  color: #314355;
  font-size: 11px;
}

.shop-branch span {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 8px;
}

.shop-branch i {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 4px;
  color: #fff;
  background: #176b97;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
}

.offline-band {
  padding-top: 100px;
  padding-bottom: 104px;
  color: #fff;
  background: var(--launch-night);
}

.section-kicker-light {
  color: #76e9bb;
}

.offline-heading {
  margin-bottom: 55px;
}

.offline-heading .section-kicker {
  margin-bottom: 16px;
}

.offline-heading h2 {
  max-width: none;
  color: #fff;
  font-size: clamp(14px, 3.8vw, 55px);
  white-space: nowrap;
}

.offline-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid #456079;
  list-style: none;
}

.offline-flow li {
  position: relative;
  display: flex;
  min-height: 210px;
  flex-direction: column;
  padding: 26px 24px 20px;
  border-left: 1px solid #456079;
}

.offline-flow li:first-child {
  padding-left: 0;
  border-left: 0;
}

.offline-flow li::after {
  position: absolute;
  top: 40px;
  right: -8px;
  z-index: 1;
  color: var(--launch-green);
  font-size: 22px;
  content: "→";
}

.offline-flow li:last-child::after {
  display: none;
}

.offline-flow span {
  display: grid;
  width: 32px;
  height: 32px;
  margin-bottom: 42px;
  place-items: center;
  border: 1px solid #6b8499;
  border-radius: 50%;
  color: #8cecc6;
  font-size: 12px;
  font-weight: 850;
}

.offline-flow strong {
  font-size: 18px;
}

.offline-flow small {
  margin-top: 6px;
  color: #b9c9d6;
  font-size: 13px;
}

.home-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding-top: 53px;
  padding-bottom: 53px;
  background: #dff7eb;
}

.home-cta h2 {
  max-width: none;
  font-size: clamp(14px, 4vw, 52px);
  white-space: nowrap;
}

.home-cta .button {
  flex: 0 0 auto;
  border-color: var(--launch-night);
}

.home-page .site-footer {
  background: #081d32;
}

@media (max-width: 1060px) {
  .launch-hero-copy {
    max-width: 760px;
  }

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

  .scale-band {
    padding-top: 84px;
    padding-bottom: 86px;
  }

  .scale-section-heading {
    max-width: 850px;
  }

  .scale-diagrams {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .home-page .header-wordmark-link .header-wordmark {
    width: 190px;
  }

  .launch-hero-inner,
  .product-band,
  .scale-band,
  .offline-band,
  .home-cta {
    padding-right: 20px;
    padding-left: 20px;
  }

  .launch-hero-inner {
    padding-top: 58px;
    padding-bottom: 62px;
  }

  .launch-hero {
    min-height: 650px;
    align-items: flex-end;
    background-position: 62% center;
  }

  .launch-hero::before {
    background: rgba(5, 18, 29, 0.69);
  }

  .launch-hero h1 {
    font-size: clamp(24px, 7.8vw, 43px);
  }

  .launch-lead {
    font-size: 20px;
  }

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

  .hero-assurances {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-band {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .product-band-heading,
  .offline-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 38px;
  }

  .product-band-heading h2 br {
    display: none;
  }

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

  .product-card,
  .product-card:nth-child(3),
  .product-card:nth-child(4) {
    min-height: 0;
  }

  .product-card-media {
    aspect-ratio: 16 / 8.7;
  }

  .product-card-body {
    min-height: 196px;
  }

  .scale-band,
  .offline-band {
    padding-top: 76px;
    padding-bottom: 80px;
  }

  .scale-section-heading {
    margin-bottom: 34px;
  }

  .scale-diagram {
    min-height: 0;
    padding: 20px;
  }

  .single-path,
  .multi-path {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .company-grid {
    gap: 8px;
  }

  .multi-trunk {
    width: calc(50% + 4px);
  }

  .company-branch {
    padding: 8px;
  }

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

  .offline-flow {
    grid-template-columns: 1fr;
  }

  .offline-flow li,
  .offline-flow li:first-child {
    display: grid;
    min-height: 0;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 24px 0;
    border-bottom: 1px solid #456079;
    border-left: 0;
  }

  .offline-flow li::after {
    display: none;
  }

  .offline-flow span {
    grid-row: 1 / 3;
    margin: 0;
  }

  .offline-flow small {
    grid-column: 2;
  }

  .home-cta {
    align-items: stretch;
    flex-direction: column;
    padding-top: 43px;
    padding-bottom: 45px;
  }

  .home-cta .button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .offline-heading h2 {
    font-size: clamp(11px, 3.5vw, 13px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-card,
  .product-card-media img,
  .product-link span {
    transition: none;
  }
}
