@font-face {
  font-display: swap;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 200 800;
  src: url("/fonts/plus-jakarta-sans-latin.woff2?v=20260807-1") format("woff2");
}

:root {
  --font-geist-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI";
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --font-plus-jakarta: "Plus Jakarta Sans", var(--font-geist-sans), Arial, Helvetica, sans-serif;
  --mint: #effbf2;
  --mint-deep: #dff3cb;
  --blue: #25a4d8;
  --blue-deep: #0878ae;
  --orange: #c44700;
  --yellow: #ffe01a;
  --green: #87a982;
  --ink: #111614;
  --muted: #52625d;
  --line: #cfe0d4;
  --white: #ffffff;
  --page: min(1180px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.site-topbar {
  position: sticky;
  top: 0;
  z-index: 90;
}

.site-topbar .site-header {
  position: relative;
}

.promotion-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 20px;
  padding: 12px 24px;
  background: #ffeb35;
  color: #111614;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 1px 0 #1116141a;
}

.promotion-banner strong {
  font-weight: 800;
}

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

.step-card--packages .step-copy {
  min-height: 0;
}

@media (max-width: 600px) {
  .promotion-banner {
    padding: 10px 16px;
    font-size: 12px;
  }
}

[id] {
  scroll-margin-top: 180px;
}

body {
  margin: 0;
  background: var(--mint);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: var(--font-plus-jakarta);
}

body.lightbox-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  text-decoration: none;
}

a:focus-visible {
  border-radius: 4px;
  box-shadow: 0 0 0 2px var(--yellow);
  outline: 3px solid var(--ink);
  outline-offset: 4px;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: var(--yellow);
  color: var(--ink);
}

.skip-link {
  background: var(--ink);
  color: var(--white);
  font-weight: 750;
  left: 18px;
  padding: 12px 16px;
  position: fixed;
  top: 12px;
  transform: translateY(-160%);
  transition: transform 160ms ease;
  z-index: 100;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  align-items: center;
  background: rgba(239, 251, 242, 0.9);
  border-bottom: 1px solid rgba(17, 22, 20, 0.08);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 78px;
  left: 0;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
}

.brand {
  align-items: center;
  display: inline-flex;
  width: fit-content;
}

.brand-logo {
  height: auto;
  width: 168px;
}

.desktop-nav {
  display: flex;
  gap: 34px;
}

.desktop-nav a,
.header-link {
  font-size: 14px;
  font-weight: 650;
}

.desktop-nav a {
  color: #33403c;
  position: relative;
}

.desktop-nav a::after {
  background: var(--orange);
  bottom: -7px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-link {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-self: end;
}

.header-link span,
.button span,
.step-link span {
  font-size: 1.1em;
  transition: transform 180ms ease;
}

.header-link:hover span,
.button:hover span,
.step-link:hover span {
  transform: translate(2px, -2px);
}

.hero {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  min-height: calc(100svh - 78px);
  overflow: hidden;
  padding: 110px max(24px, calc((100vw - 1180px) / 2)) 140px;
  position: relative;
}

.hero-copy {
  align-self: center;
  max-width: 665px;
  position: relative;
  z-index: 4;
}

.offer-label {
  align-items: center;
  background: var(--blue);
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  color: var(--yellow);
  display: flex;
  font-size: 14px;
  font-weight: 760;
  gap: 10px;
  letter-spacing: 0;
  margin-bottom: 42px;
  padding: 12px 28px 12px 10px;
  text-transform: uppercase;
  width: fit-content;
}

.offer-label span {
  background: var(--yellow);
  border-radius: 4px;
  height: 22px;
  width: 22px;
}

.kicker,
.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.kicker {
  color: var(--blue-deep);
}

h1 {
  font-size: clamp(58px, 6.2vw, 98px);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 0.82;
  margin: 0;
  text-transform: uppercase;
}

h1 span,
h1 em {
  display: block;
  font-style: normal;
}

h1 span {
  color: var(--blue);
}

h1 em {
  color: var(--orange);
  letter-spacing: 0;
  margin-top: 18px;
}

h1 .hero-product {
  font-size: 0.72em;
  line-height: 0.95;
}

.hero-intro {
  color: #2d3c37;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.55;
  margin: 34px 0 32px;
  max-width: 600px;
}

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

.hero-privacy {
  color: #53645e;
  font-size: 12px;
  line-height: 1.55;
  margin: 20px 0 0;
  max-width: 560px;
}

.hero-privacy a {
  color: #124f72;
  font-weight: 700;
}

.hero-privacy a:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.hero-agreement {
  font-size: 12px;
  margin: 8px 0 0;
}

.hero-agreement a {
  align-items: center;
  color: #124f72;
  display: inline-flex;
  font-weight: 700;
  gap: 7px;
}

.hero-agreement a:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.hero-agreement span {
  text-decoration: none;
}

.button {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 750;
  gap: 28px;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.text-link:focus-visible,
.header-link:focus-visible,
.desktop-nav a:focus-visible,
.step-link:focus-visible,
.step-image:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.button--primary {
  background: var(--blue);
  box-shadow: 0 8px 0 #0c729b;
  color: var(--white);
}

.button--primary:hover {
  box-shadow: 0 10px 0 #0c729b;
}

.text-link {
  border-bottom: 1px solid #8ea59b;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 0 5px;
}

.hero-art {
  align-self: center;
  min-height: 550px;
  position: relative;
  z-index: 5;
}

.mail-card {
  background: var(--white);
  border: 0;
  border-radius: 22px;
  box-shadow: 16px 18px 0 rgba(37, 164, 216, 0.38);
  left: 8%;
  overflow: hidden;
  position: absolute;
  top: 86px;
  transform: rotate(2.5deg);
  width: min(600px, 90%);
}

.mail-card__top {
  align-items: center;
  border-bottom: 1px solid #d6dfda;
  display: flex;
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 700;
  gap: 9px;
  letter-spacing: 0;
  padding: 13px 15px;
}

.mail-dot {
  background: var(--orange);
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.mail-card__count {
  margin-left: auto;
}

.mail-card img {
  width: 100%;
  height: auto;
}

.mail-card__caption {
  align-items: center;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  padding: 16px 18px 18px;
}

.mail-card__caption strong {
  color: var(--orange);
}

.step-ticket {
  background: var(--yellow);
  border: 0;
  border-radius: 12px 4px 12px 4px;
  color: var(--blue-deep);
  display: flex;
  flex-direction: column;
  padding: 13px 18px 15px;
  position: absolute;
  right: 2px;
  top: 70px;
  transform: rotate(-6deg);
  z-index: 3;
}

.step-ticket strong {
  font-size: 46px;
  letter-spacing: 0;
  line-height: 0.9;
}

.step-ticket span {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.scribble {
  color: var(--yellow);
  font-size: 104px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 104px;
  top: -5px;
  transform: rotate(-5deg);
}

.hero-blob {
  background: var(--mint-deep);
  border-radius: 50%;
  position: absolute;
}

.hero-blob--one {
  height: 430px;
  right: -140px;
  top: -130px;
  width: 430px;
}

.hero-blob--two {
  bottom: -100px;
  height: 280px;
  left: -140px;
  width: 280px;
}

.hero-road {
  background: var(--green);
  bottom: -5px;
  clip-path: polygon(0 48%, 12% 30%, 31% 54%, 51% 27%, 74% 48%, 100% 21%, 100% 100%, 0 100%);
  height: 165px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.hero-road span {
  border-top: 9px solid var(--mint);
  border-radius: 50%;
  height: 75px;
  left: -3%;
  position: absolute;
  top: 75px;
  transform: rotate(-2deg);
  width: 108%;
}

.section {
  margin: 0 auto;
  width: var(--page);
}

.benefits {
  padding: 120px 0;
}

.section-heading--split {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: 1.4fr 0.6fr;
}

.section-heading h2,
.orders-copy h2,
.final-cta h2 {
  font-size: clamp(40px, 5vw, 68px);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.section-heading > p,
.section-heading > div > p,
.orders-copy > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}

.eyebrow {
  color: var(--blue-deep);
}

.benefit-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 58px;
}

.benefit-card {
  background: var(--yellow);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  min-height: 285px;
  padding: 24px;
}

.benefit-card:nth-child(2),
.benefit-card:nth-child(4) {
  transform: translateY(22px);
}

.number-dot {
  align-items: center;
  background: var(--blue-deep);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 700;
  height: 37px;
  justify-content: center;
  width: 37px;
}

.benefit-card h3 {
  font-size: 22px;
  letter-spacing: 0;
  margin: auto 0 10px;
}

.benefit-card p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.process {
  padding: 90px 0 120px;
}

.process-heading {
  margin-bottom: 54px;
}

.mini-note {
  color: var(--orange);
  display: inline-block;
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 16px;
  text-transform: uppercase;
}

.overview-card {
  background: var(--white);
  border-radius: 24px;
  box-shadow: 0 22px 65px rgba(36, 69, 55, 0.08);
  display: grid;
  grid-template-columns: 150px 1fr;
  overflow: hidden;
}

.overview-card__label {
  align-items: flex-start;
  background: var(--blue-deep);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
}

.overview-card__label span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
}

.overview-card__label strong {
  font-size: 24px;
  margin-top: 8px;
}

.overview-scroll {
  overflow-x: auto;
  padding: 22px;
  scrollbar-color: var(--blue) transparent;
  scrollbar-width: thin;
}

.overview-scroll img {
  height: auto;
  width: 100%;
}

.route-track {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(5, minmax(132px, 1fr));
  min-width: 900px;
}

.route-item {
  align-items: flex-start;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 86px;
  padding: 8px 26px 8px 18px;
  position: relative;
}

.route-item:last-child {
  border-right: 0;
}

.route-item > span {
  color: var(--blue-deep);
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 760;
}

.route-item strong {
  font-size: 14px;
  line-height: 1.25;
}

.route-item i {
  align-items: center;
  background: var(--yellow);
  border-radius: 50%;
  display: flex;
  font-size: 13px;
  font-style: normal;
  height: 25px;
  justify-content: center;
  position: absolute;
  right: -13px;
  top: 29px;
  width: 25px;
  z-index: 2;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 78px;
}

.step-card {
  align-items: stretch;
  background: var(--white);
  border-radius: 26px;
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  min-height: 500px;
  overflow: hidden;
  scroll-margin-top: 180px;
}

.step-card:nth-child(even) .step-copy {
  order: 2;
}

.step-card:nth-child(even) .step-image {
  order: 1;
}

.step-copy {
  display: flex;
  flex-direction: column;
  padding: 52px 48px;
}

.step-card--blue .step-copy {
  border-top: 12px solid var(--blue);
}

.step-card--orange .step-copy {
  border-top: 12px solid var(--orange);
}

.step-meta {
  align-items: center;
  display: flex;
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.step-number {
  align-items: center;
  background: var(--yellow);
  border-radius: 50%;
  display: flex;
  height: 42px;
  justify-content: center;
  letter-spacing: 0;
  width: 42px;
}

.step-copy h3 {
  font-size: clamp(32px, 3.2vw, 49px);
  letter-spacing: 0;
  line-height: 1;
  margin: 56px 0 20px;
}

.step-copy > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.step-copy > .contact-email {
  background: var(--mint);
  border-left: 4px solid var(--blue);
  border-radius: 0 10px 10px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 18px;
  padding: 14px 16px;
}

.step-copy > .package-availability {
  border-left: 4px solid var(--yellow);
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
  margin-top: 18px;
  padding-left: 14px;
}

.contact-email span {
  color: var(--ink);
  font-family: var(--font-geist-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-email a {
  color: var(--blue-deep);
  font-weight: 760;
  overflow-wrap: anywhere;
  transition: color 180ms ease;
}

.contact-email a:hover,
.contact-email a:focus-visible {
  color: var(--orange);
}

.step-note {
  align-items: flex-start;
  border-top: 1px solid var(--line);
  display: flex;
  font-size: 13px;
  font-weight: 650;
  gap: 10px;
  line-height: 1.45;
  margin-top: 26px;
  padding-top: 20px;
}

.step-note span {
  align-items: center;
  background: var(--yellow);
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  height: 23px;
  justify-content: center;
  width: 23px;
}

.step-link {
  align-items: center;
  color: var(--blue-deep);
  display: flex;
  font-size: 14px;
  font-weight: 760;
  gap: 8px;
  margin-top: auto;
  padding-top: 28px;
  width: fit-content;
}

.step-link--email {
  margin-top: 24px;
  padding-top: 0;
}

.step-copy > .privacy-notice {
  background: #fff0e5;
  border-left: 4px solid var(--orange);
  border-radius: 0 10px 10px 0;
  color: #39261b;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
  margin-top: 24px;
  padding: 14px 16px;
}

.privacy-notice a {
  color: inherit;
}

.step-image {
  align-items: center;
  background: #f7f8f7;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 480px;
  overflow: hidden;
  position: relative;
}

.step-image img {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.image-zoom-trigger {
  align-items: center;
  align-self: stretch;
  background: transparent;
  border: 0;
  cursor: zoom-in;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.image-zoom-trigger img {
  transform: scale(1);
  transform-origin: center;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.image-zoom-trigger:focus-visible {
  box-shadow: inset 0 0 0 4px var(--yellow);
  outline: 3px solid var(--ink);
  outline-offset: -5px;
}

.image-zoom-hint {
  background: var(--ink);
  border-radius: 8px;
  bottom: 14px;
  color: var(--white);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 9px 11px;
  pointer-events: none;
  position: absolute;
  right: 14px;
  text-transform: uppercase;
  transition: background-color 220ms ease, transform 220ms ease;
  z-index: 2;
}

@media (hover: hover) and (pointer: fine) {
  .image-zoom-trigger:hover img {
    transform: scale(1.5);
  }

  .image-zoom-trigger:hover .image-zoom-hint {
    background: var(--blue-deep);
    transform: translateY(-4px);
  }
}

.image-lightbox {
  background: transparent;
  border: 0;
  max-height: 96vh;
  max-width: none;
  overflow: visible;
  padding: 0;
  width: min(94vw, 1500px);
}

.image-lightbox::backdrop {
  backdrop-filter: blur(8px);
  background: rgba(8, 18, 15, 0.82);
}

.image-lightbox__panel {
  background: var(--white);
  border-radius: 18px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
  max-height: 94vh;
  overflow: auto;
  padding: 52px 18px 16px;
  position: relative;
}

.image-lightbox__close {
  background: var(--ink);
  border: 0;
  border-radius: 8px;
  color: var(--white);
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
  min-height: 36px;
  padding: 0 14px;
  position: absolute;
  right: 12px;
  top: 10px;
}

.image-lightbox__close:focus-visible {
  box-shadow: 0 0 0 2px var(--yellow);
  outline: 3px solid var(--ink);
  outline-offset: 3px;
}

.image-lightbox__image {
  height: auto;
  max-height: calc(94vh - 100px);
  object-fit: contain;
  width: 100%;
}

.image-lightbox__caption {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  margin: 12px 4px 0;
  text-align: center;
}

.step-image--packages {
  align-items: stretch;
  background: #f7faf8;
  justify-content: stretch;
  padding: 34px;
}

.package-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

.package-option {
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  padding: 8px 26px 24px;
}

.package-option:last-child {
  border-right: 0;
}

.package-option__head {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  justify-content: space-between;
}

.package-option__head h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  flex-shrink: 0;
  margin: 0;
}

.package-option__head span {
  color: var(--muted);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-weight: 700;
}

.package-option img {
  aspect-ratio: 1;
  height: auto;
  margin: 22px 0 8px;
  object-fit: contain;
  width: 100%;
}

.package-prices {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 4px;
}

.package-price {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 10px 10px 11px 0;
}

.package-price + .package-price {
  border-left: 1px solid var(--line);
  padding-left: 12px;
}

.package-price__term {
  color: var(--muted);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
}

.package-price__amount {
  align-items: baseline;
  color: var(--blue-deep);
  display: flex;
  flex-wrap: nowrap;
  line-height: 1.05;
  margin-top: 5px;
}

.package-price__amount strong {
  font-size: 21px;
}

.package-price__amount small {
  font-size: 9px;
  font-weight: 700;
}

.colour-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 16px;
}

.colour-list > span {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 10px;
  font-weight: 650;
  gap: 6px;
}

.colour-swatch {
  border: 1px solid rgba(17, 22, 20, 0.2);
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

.colour-swatch--black {
  background: #171a19;
}

.colour-swatch--mist {
  background: #9da094;
}

.colour-swatch--grey {
  background: #c4c2bd;
}

.step-image--checkout {
  align-items: stretch;
  background: #dce7e0;
  display: grid;
  gap: 1px;
  grid-template-rows: minmax(0, 1fr);
  justify-content: stretch;
}

.step-image--checkout img {
  background: var(--white);
  height: 100%;
  object-fit: contain;
  padding: 16px;
  width: 100%;
}

.step-image--mockup,
.step-image--pickup {
  padding: 42px;
}

.step-image--mockup {
  background: #edf1ef;
}

.confirmation-email {
  background: var(--white);
  box-shadow: 0 22px 54px rgba(36, 69, 55, 0.15);
  max-width: 590px;
  overflow: hidden;
  width: 100%;
}

.mockup-toolbar {
  align-items: center;
  background: #edf1ef;
  display: flex;
  gap: 7px;
  min-height: 38px;
  padding: 0 14px;
}

.mockup-toolbar > span {
  background: #b8c3bd;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.mockup-toolbar strong {
  font-size: 10px;
  margin-left: 10px;
}

.confirmation-email__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 30px 42px 34px;
  text-align: center;
}

.confirmation-email__body .brand-logo {
  width: 145px;
}

.mockup-kicker {
  color: var(--blue-deep);
  font-size: 11px;
  font-weight: 760;
  margin: 26px 0 12px;
}

.confirmation-email__body > p:not(.mockup-kicker) {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

.confirmation-summary {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 22px;
  grid-template-columns: 150px 1fr;
  margin-top: 24px;
  padding: 18px 0;
  text-align: left;
  width: 100%;
}

.confirmation-summary img {
  height: 90px;
  object-fit: contain;
  width: 150px;
}

.confirmation-summary div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.confirmation-summary strong {
  color: var(--orange);
  font-size: 11px;
  margin-bottom: 4px;
}

.confirmation-summary span {
  font-size: 11px;
}

.confirmation-number {
  align-items: center;
  background: var(--yellow);
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  padding: 14px 18px;
  width: 100%;
}

.confirmation-number span {
  font-size: 11px;
  font-weight: 700;
}

.confirmation-number strong {
  font-family: var(--font-geist-mono), monospace;
  font-size: 17px;
}

.step-image--pickup {
  align-items: stretch;
  background: #eaf6ef;
}

.pickup-visual {
  background: var(--white);
  display: block;
  width: 100%;
}

.pickup-bike {
  align-items: center;
  background: var(--mint-deep);
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  padding: 34px 16px;
}

.pickup-bike img {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.image-label {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #d6ded9;
  border-radius: 8px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0;
  padding: 8px 10px;
  position: absolute;
  right: 14px;
  text-transform: uppercase;
  top: 14px;
  z-index: 2;
}

.orders {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: 1.25fr 0.75fr;
  padding: 120px 0;
}

.orders-visual {
  background: var(--white);
  border-radius: 24px;
  box-shadow: 0 24px 80px rgba(36, 69, 55, 0.12);
  overflow: hidden;
  transform: rotate(-1.5deg);
}

.orders-visual__bar {
  background: var(--orange);
  color: var(--white);
  display: flex;
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0;
  padding: 15px 20px;
}

.orders-visual img {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.orders-copy h2 {
  margin-bottom: 24px;
}

.orders-copy .button {
  margin-top: 32px;
}

.end-of-subscription {
  background: var(--ink);
  color: var(--white);
  padding: 112px max(24px, calc((100vw - 1180px) / 2));
}

.end-of-subscription__inner {
  margin: 0 auto;
  max-width: 1180px;
}

.end-of-subscription__heading {
  display: grid;
  gap: 18px 48px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.45fr);
}

.end-of-subscription__heading .eyebrow {
  color: var(--yellow);
  grid-column: 1 / -1;
  margin: 0;
}

.end-of-subscription__heading h2 {
  color: var(--white);
  font-size: clamp(46px, 5.8vw, 78px);
  line-height: 0.98;
  margin: 0;
  max-width: 760px;
}

.end-of-subscription__heading > p:last-child {
  align-self: end;
  color: #b9c7c1;
  font-size: 19px;
  margin: 0 0 8px;
}

.end-options {
  border-bottom: 1px solid #41504b;
  border-top: 1px solid #41504b;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 64px;
}

.end-option {
  display: grid;
  gap: 24px;
  grid-template-columns: 54px 1fr;
  padding: 42px 44px 46px 0;
}

.end-option + .end-option {
  border-left: 1px solid #41504b;
  padding-left: 44px;
}

.end-option__number {
  align-items: center;
  background: var(--yellow);
  border-radius: 50%;
  color: var(--ink);
  display: flex;
  flex: 0 0 auto;
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
  font-weight: 750;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.end-option h3 {
  color: var(--white);
  font-size: 28px;
  margin: 4px 0 14px;
}

.end-option p {
  color: #b9c7c1;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.end-of-subscription__contact {
  color: var(--white);
  font-size: 16px;
  line-height: 1.65;
  margin: 34px 0 0;
}

.end-of-subscription__contact a {
  color: var(--yellow);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.end-of-subscription__contact a:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.final-cta {
  background: var(--blue-deep);
  color: var(--white);
  overflow: hidden;
  padding: 120px max(24px, calc((100vw - 1180px) / 2));
  position: relative;
  text-align: center;
}

.final-cta .eyebrow {
  color: var(--yellow);
}

.final-cta h2 {
  font-size: clamp(52px, 7vw, 96px);
  position: relative;
  z-index: 2;
}

.button--light {
  background: var(--yellow);
  color: var(--ink);
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.final-cta__sun {
  border: 48px solid rgba(255, 224, 26, 0.23);
  border-radius: 50%;
  height: 430px;
  position: absolute;
  right: -80px;
  top: -180px;
  width: 430px;
}

.site-footer {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  padding: 38px max(24px, calc((100vw - 1180px) / 2));
}

.brand--footer {
  display: inline-flex;
}

.brand--footer .brand-logo {
  width: 144px;
}

.site-footer p,
.site-footer a {
  color: #b5c3bd;
  font-size: 12px;
  margin: 0;
}

.footer-links {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-self: end;
}

.site-footer a:hover,
.site-footer a:focus-visible,
.legal-footer a:hover,
.legal-footer a:focus-visible {
  color: var(--white);
}

.legal-shell {
  background: var(--white);
  min-height: 100svh;
}

.legal-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #dde5e0;
  display: flex;
  height: 78px;
  justify-content: space-between;
  padding: 0 max(24px, calc((100vw - 1080px) / 2));
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
}

.legal-back-link {
  align-items: center;
  color: #33403c;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
}

.legal-back-link span {
  transition: transform 180ms ease;
}

.legal-back-link:hover span {
  transform: translate(2px, -2px);
}

.legal-main {
  margin: 0 auto;
  max-width: 960px;
  padding: 88px 32px 112px;
}

.legal-title {
  border-bottom: 5px solid var(--yellow);
  padding-bottom: 48px;
}

.legal-label {
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 760;
  margin: 0 0 24px;
}

.legal-title h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.04;
  margin: 0;
  max-width: 800px;
  text-transform: uppercase;
}

.legal-subtitle {
  color: var(--blue-deep);
  font-size: 28px;
  font-weight: 700;
  margin: 18px 0 0;
}

.legal-effective-date {
  color: var(--muted);
  font-size: 13px;
  margin: 24px 0 0;
}

.legal-introduction {
  background: var(--mint);
  border-left: 5px solid var(--blue);
  margin: 48px 0 20px;
  padding: 28px 32px;
}

.legal-introduction p,
.legal-content p,
.legal-content li {
  color: #34433e;
  font-size: 16px;
  line-height: 1.72;
}

.legal-introduction p {
  margin: 0;
}

.agreement-introduction {
  display: grid;
  gap: 16px;
}

.agreement-introduction p + p {
  border-top: 1px solid #c9ddd2;
  padding-top: 16px;
}

.agreement-recitals {
  border-bottom: 1px solid #dce5e0;
  padding: 22px 0 30px;
}

.agreement-recitals p {
  color: #34433e;
  font-size: 15px;
  line-height: 1.68;
  margin: 0 0 12px;
}

.agreement-recitals p:last-child {
  color: var(--ink);
  font-weight: 750;
  margin-bottom: 0;
}

.legal-content section {
  border-top: 1px solid #dce5e0;
  padding: 44px 0 12px;
}

.legal-content section:first-child {
  border-top: 0;
}

.legal-content h2 {
  font-size: 25px;
  line-height: 1.3;
  margin: 0 0 18px;
}

.legal-content h3 {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.4;
  margin: 30px 0 12px;
}

.legal-content p {
  margin: 0 0 20px;
}

.legal-content ul {
  margin: 4px 0 22px;
  padding-left: 24px;
}

.legal-content li {
  margin: 8px 0;
  padding-left: 5px;
}

.legal-content a,
.legal-introduction a {
  color: var(--blue-deep);
  font-weight: 650;
  overflow-wrap: anywhere;
}

.legal-table-wrap {
  border: 1px solid #d6e0da;
  margin: 26px 0 24px;
  overflow-x: auto;
  width: 100%;
}

.legal-content table {
  border-collapse: collapse;
  min-width: 680px;
  width: 100%;
}

.legal-content th,
.legal-content td {
  border-bottom: 1px solid #d6e0da;
  border-right: 1px solid #d6e0da;
  font-size: 14px;
  line-height: 1.55;
  padding: 17px 18px;
  text-align: left;
  vertical-align: top;
}

.legal-content th {
  background: var(--ink);
  color: var(--white);
  font-weight: 700;
}

.legal-content td {
  color: #34433e;
}

.legal-content tr:last-child td {
  border-bottom: 0;
}

.legal-content th:last-child,
.legal-content td:last-child {
  border-right: 0;
}

.legal-content tbody tr:nth-child(even) {
  background: #f6faf7;
}

.agreement-signature-section {
  border-top: 5px solid var(--yellow) !important;
  margin-top: 38px;
  padding-top: 42px !important;
}

.agreement-signatures {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.agreement-signatures > div {
  background: #f6faf7;
  border: 1px solid #d6e0da;
  padding: 26px;
}

.agreement-signatures h3 {
  font-family: var(--font-geist-mono), monospace;
  font-size: 14px;
  margin: 0 0 38px;
}

.agreement-signatures p {
  font-size: 14px;
  margin: 7px 0;
}

.signature-line {
  border-top: 1px solid #84918d;
  display: block;
  margin-bottom: 22px;
  width: 100%;
}

.legal-content section.agreement-appendix {
  border-top: 5px solid var(--blue);
  margin-top: 64px;
  padding-top: 42px;
}

.agreement-appendix h2 {
  color: var(--blue-deep);
  font-size: 28px;
}

.legal-footer {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  padding: 38px max(24px, calc((100vw - 1080px) / 2));
}

.legal-footer .brand-logo {
  width: 144px;
}

.legal-footer p,
.legal-footer a {
  color: #b5c3bd;
  font-size: 12px;
  margin: 0;
}

.legal-footer a {
  justify-self: end;
}

.legal-header a:focus-visible,
.legal-content a:focus-visible,
.legal-introduction a:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 80px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-art {
    margin-top: 60px;
    min-height: 570px;
    width: min(760px, 100%);
  }

  .mail-card {
    left: 5%;
    width: min(650px, 88%);
  }

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

  .benefit-card:nth-child(2),
  .benefit-card:nth-child(4) {
    transform: none;
  }

}

@media (max-width: 820px) {
  :root {
    --page: min(100% - 32px, 680px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    height: 70px;
    padding: 0 18px;
  }

  .brand-logo {
    width: 150px;
  }

  .desktop-nav {
    display: none;
  }

  .header-link {
    font-size: 13px;
  }

  .hero {
    min-height: auto;
    padding: 60px 18px 96px;
  }

  .hero-art {
    margin-top: 44px;
  }

  .offer-label {
    margin-bottom: 32px;
  }

  .section-heading--split,
  .step-card,
  .orders,
  .end-of-subscription__heading {
    grid-template-columns: 1fr;
  }

  .section-heading--split {
    align-items: start;
    gap: 24px;
  }

  .process-heading {
    margin-bottom: 40px;
  }

  .overview-card {
    grid-template-columns: 1fr;
  }

  .overview-card__label {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 18px 22px;
  }

  .overview-card__label strong {
    margin: 0;
  }

  .step-card:nth-child(even) .step-copy,
  .step-card:nth-child(even) .step-image {
    order: initial;
  }

  .step-image {
    min-height: 370px;
    order: 2;
  }

  .step-image--packages,
  .step-image--mockup,
  .step-image--pickup {
    min-height: 0;
  }

  .step-copy {
    min-height: 470px;
    order: 1;
  }

  .orders {
    gap: 44px;
  }

  .end-options {
    grid-template-columns: 1fr;
  }

  .end-option {
    padding-right: 0;
  }

  .end-option + .end-option {
    border-left: 0;
    border-top: 1px solid #41504b;
    padding-left: 0;
  }

  .agreement-signatures {
    grid-template-columns: 1fr;
  }

  .site-footer,
  .legal-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .site-footer .brand,
  .site-footer .footer-links,
  .legal-footer .brand-logo,
  .legal-footer a {
    justify-self: center;
  }

  .footer-links {
    align-items: center;
  }

  .legal-main {
    padding: 68px 24px 88px;
  }

  .legal-title h1 {
    font-size: 40px;
  }
}

@media (max-width: 560px) {
  .brand-logo {
    width: 132px;
  }

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

  .legal-back-link {
    font-size: 12px;
    max-width: 150px;
    text-align: right;
  }

  .legal-main {
    padding: 52px 18px 72px;
  }

  .legal-title {
    padding-bottom: 34px;
  }

  .legal-title h1 {
    font-size: 32px;
  }

  .legal-subtitle {
    font-size: 23px;
  }

  .legal-introduction {
    margin-top: 34px;
    padding: 22px 20px;
  }

  .legal-introduction p,
  .legal-content p,
  .legal-content li {
    font-size: 15px;
  }

  .legal-content section {
    padding-top: 36px;
  }

  .legal-content h2 {
    font-size: 21px;
  }

  .legal-content th,
  .legal-content td {
    padding: 14px;
  }

  .header-link {
    gap: 5px;
  }

  h1 {
    font-size: clamp(51px, 16.4vw, 76px);
  }

  .hero {
    padding: 52px 16px 72px;
  }

  .hero-intro {
    font-size: 17px;
    margin: 28px 0 26px;
  }

  .hero-actions {
    gap: 18px;
  }

  .hero-agreement a {
    align-items: flex-start;
  }

  .hero-art {
    margin-top: 38px;
    min-height: 360px;
  }

  .mail-card {
    border-radius: 16px;
    box-shadow: 10px 11px 0 rgba(37, 164, 216, 0.38);
    top: 56px;
    width: 92%;
  }

  .end-of-subscription {
    padding: 80px 18px;
  }

  .end-of-subscription__heading h2 {
    font-size: 42px;
  }

  .end-options {
    margin-top: 44px;
  }

  .end-option {
    gap: 18px;
    grid-template-columns: 46px 1fr;
    padding: 34px 0;
  }

  .end-option__number {
    height: 42px;
    width: 42px;
  }

  .end-option h3 {
    font-size: 24px;
  }

  .mail-card__caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .step-ticket {
    top: 45px;
  }

  .scribble {
    top: -30px;
  }

  .image-lightbox {
    width: calc(100% - 16px);
  }

  .image-lightbox__panel {
    border-radius: 14px;
    padding: 52px 8px 10px;
  }

  .benefits,
  .process,
  .orders {
    padding: 64px 0;
  }

  .benefit-grid {
    gap: 12px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .benefit-card {
    min-height: 210px;
  }

  .process-heading {
    margin-bottom: 34px;
  }

  .overview-scroll {
    padding: 14px;
  }

  .route-track {
    grid-template-columns: repeat(5, minmax(122px, 1fr));
    min-width: 760px;
  }

  .route-item {
    padding-left: 12px;
    padding-right: 20px;
  }

  .steps {
    gap: 20px;
    margin-top: 36px;
  }

  .step-copy {
    min-height: 0;
    padding: 30px 24px 34px;
  }

  .step-copy h3 {
    margin-top: 32px;
  }

  .step-note {
    margin-top: 22px;
    padding-top: 18px;
  }

  .step-link {
    padding-top: 24px;
  }

  .contact-email a {
    font-size: 13px;
  }

  .step-image {
    min-height: 230px;
  }

  .step-image--packages,
  .step-image--mockup,
  .step-image--pickup {
    padding: 18px;
  }

  .package-options {
    grid-template-columns: 1fr;
  }

  .package-option {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    padding: 12px 10px 26px;
  }

  .package-option:last-child {
    border-bottom: 0;
    padding-top: 26px;
  }

  .step-image--checkout {
    min-height: 0;
  }

  .confirmation-email__body {
    padding: 28px 18px;
  }

  .confirmation-summary {
    gap: 12px;
    grid-template-columns: 98px 1fr;
  }

  .confirmation-summary img {
    height: 70px;
    width: 98px;
  }

  .confirmation-number {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .pickup-bike {
    min-height: 280px;
    padding-top: 16px;
  }

  .pickup-bike img {
    width: 105%;
  }

  .orders-copy .button,
  .final-cta .button {
    width: 100%;
  }

  .orders {
    gap: 36px;
  }

  .orders-copy h2 {
    margin-bottom: 18px;
  }

  .orders-copy .button {
    margin-top: 24px;
  }

  .final-cta {
    padding-bottom: 72px;
    padding-top: 72px;
  }

  .final-cta .button {
    margin-top: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
