:root {
  --canvas: #f4f2eb;
  --surface: #fbfcf8;
  --surface-soft: #edf3ec;
  --forest: #06291c;
  --forest-soft: #103b2b;
  --ink: #112c24;
  --muted: #566b62;
  --line: #d8e1da;
  --green: #109b57;
  --green-dark: #087841;
  --green-soft: #e5f4eb;
  --gold: #c9a45c;
  --cream: #f1ead8;
  --shadow: 0 28px 70px rgba(10, 42, 30, 0.12);
  --shell: min(1280px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.is-modal-open {
  overflow: hidden;
}

body,
a,
button,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
figure,
ol,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

.skip-link {
  position: fixed;
  z-index: 120;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  border-radius: 10px;
  color: #fff;
  background: var(--forest);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--green-dark);
}

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(17, 44, 36, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 28px rgba(8, 39, 27, 0.07);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  flex: 0 0 auto;
  border-radius: 50%;
}

.brand span {
  display: grid;
  gap: 1px;
}

.brand strong {
  color: var(--forest);
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.brand small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header .brand-copy {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  column-gap: 8px;
  row-gap: 1px;
}

.site-header .brand-definition {
  color: #526a61;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
  white-space: nowrap;
}

.brand .brand-definition-pocket {
  display: inline;
}

.site-header .brand-principles {
  grid-column: 1 / -1;
  color: var(--green-dark);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.nav-link:hover {
  color: var(--forest);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  border: 1px solid rgba(17, 44, 36, 0.13);
  border-radius: 999px;
  padding: 3px;
  background: rgba(255, 255, 255, 0.76);
}

.language-option {
  min-width: 36px;
  min-height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.05em;
}

.language-option:hover {
  color: var(--forest);
  background: var(--green-soft);
}

.language-option.is-active {
  color: #fff;
  background: var(--forest);
}

.nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 19px;
  color: #fff;
  background: var(--forest);
  font-size: 13px;
  font-weight: 800;
  transition:
    transform 160ms ease,
    background-color 160ms ease;
}

.nav-cta:hover {
  background: var(--green-dark);
  transform: translateY(-1px);
}

.site-header .nav,
.site-header .brand img,
.site-header .brand strong {
  transition:
    min-height 180ms ease,
    width 180ms ease,
    height 180ms ease,
    font-size 180ms ease;
}

.site-header.is-compact .nav {
  min-height: 64px;
}

.site-header.is-compact .brand {
  gap: 9px;
}

.site-header.is-compact .brand img {
  width: 40px;
  height: 40px;
}

.site-header.is-compact .brand-copy {
  grid-template-columns: 1fr;
}

.site-header.is-compact .brand strong {
  font-size: 16px;
}

.site-header.is-compact .brand-definition,
.site-header.is-compact .brand-principles,
.site-header.is-compact .nav-link {
  display: none;
}

.site-header.is-compact .nav-actions {
  gap: 10px;
}

.site-header.is-compact .nav-cta {
  min-height: 40px;
  padding-inline: 16px;
  font-size: 12px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 22px;
  height: 1px;
  background: currentColor;
}

.eyebrow--light {
  color: #b9d8c8;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 136px 0 88px;
  background:
    radial-gradient(circle at 12% 10%, rgba(16, 155, 87, 0.13), transparent 30%),
    radial-gradient(circle at 88% 76%, rgba(201, 164, 92, 0.17), transparent 31%),
    linear-gradient(180deg, #fbfaf6 0%, #f2f1e9 100%);
}

.hero--spacious {
  padding-top: 192px;
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(16, 155, 87, 0.14);
  border-radius: 50%;
  pointer-events: none;
}

.hero::before {
  width: 430px;
  height: 430px;
  top: 75px;
  right: -240px;
}

.hero::after {
  width: 230px;
  height: 230px;
  bottom: -130px;
  left: -90px;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  grid-template-areas:
    "copy proof"
    "signup proof";
  align-items: center;
  row-gap: 29px;
  column-gap: clamp(48px, 7vw, 106px);
}

.hero-content {
  grid-area: copy;
  min-width: 0;
}

.hero h1 {
  max-width: 820px;
  margin-top: 23px;
  color: var(--forest);
  font-size: clamp(52px, 5.7vw, 76px);
  font-weight: 850;
  letter-spacing: -0.062em;
  line-height: 0.98;
}

.hero h1 span {
  color: var(--green);
}

.hero-lead {
  max-width: 690px;
  margin-top: 26px;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 19px);
  line-height: 1.62;
}

.product-loop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 25px;
  list-style: none;
}

.product-loop li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #29483d;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-loop li + li::before {
  color: var(--gold);
  content: "→";
}

.hero-mobile-cta {
  display: none;
}

.hero-signup {
  grid-area: signup;
  max-width: 690px;
  border: 1px solid rgba(17, 44, 36, 0.11);
  border-radius: 22px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 55px rgba(13, 53, 39, 0.08);
  backdrop-filter: blur(14px);
  scroll-margin-top: 105px;
}

.waitlist-kicker {
  color: var(--green-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-signup h2 {
  margin-top: 7px;
  color: var(--forest);
  font-size: 24px;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.hero-signup > p:not(.waitlist-kicker) {
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.waitlist-form {
  width: 100%;
  margin-top: 16px;
}

.waitlist-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 9px;
}

.form-field {
  min-width: 0;
}

.form-field input[type="email"] {
  width: 100%;
  min-height: 52px;
  border: 1px solid #cbd8cf;
  border-radius: 13px;
  padding: 0 15px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 8px 20px rgba(8, 42, 31, 0.04);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.form-field input[type="email"]::placeholder {
  color: #788c83;
}

.form-field input[type="email"]:focus {
  border-color: var(--green);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(17, 128, 78, 0.12);
}

.waitlist-submit {
  min-height: 52px;
  border: 0;
  border-radius: 13px;
  padding: 0 19px;
  color: #fff;
  background: var(--forest);
  box-shadow: 0 12px 25px rgba(8, 42, 31, 0.16);
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease,
    opacity 160ms ease;
}

.waitlist-submit:hover:not(:disabled) {
  background: var(--green-dark);
  box-shadow: 0 15px 27px rgba(8, 42, 31, 0.21);
  transform: translateY(-1px);
}

.waitlist-submit:disabled {
  cursor: wait;
  opacity: 0.68;
}

.form-field--honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.turnstile-slot:not(:empty) {
  margin-top: 12px;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 11px;
  color: #60756b;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.45;
}

.consent-row input {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin: 1px 0 0;
  accent-color: var(--green-dark);
}

.consent-row a {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-status {
  min-height: 17px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.form-status:empty {
  min-height: 0;
  margin-top: 0;
}

.form-status.is-success {
  color: var(--green-dark);
}

.form-status.is-error {
  color: #9b2c22;
}

.hero-proof {
  grid-area: proof;
  display: grid;
  justify-items: center;
  align-self: center;
}

.hero-phone,
.screen-shot {
  overflow: visible;
  border: 6px solid #10271f;
  background: #10271f;
  box-shadow: var(--shadow);
}

.hero-phone {
  width: min(100%, 286px);
  border-radius: 34px;
}

.hero-phone img {
  border-radius: 27px;
}

.hero-proof figcaption {
  order: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #4f675d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-proof figcaption strong {
  font: inherit;
}

.hero-proof .preview-status-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(16, 155, 87, 0.12);
}

.hero-story-stage {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  display: none;
}

.section {
  padding-block: 104px;
}

.section-heading {
  display: grid;
  justify-items: center;
  text-align: center;
}

.section-heading h2 {
  max-width: 840px;
  margin-top: 17px;
  color: var(--forest);
  font-size: clamp(43px, 5.4vw, 68px);
  letter-spacing: -0.058em;
  line-height: 0.99;
}

.section-heading > p:last-child {
  max-width: 690px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.screens {
  overflow: hidden;
  background:
    linear-gradient(rgba(16, 155, 87, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 155, 87, 0.025) 1px, transparent 1px),
    var(--canvas);
  background-size: 44px 44px;
}

.screens-carousel {
  margin-top: 54px;
}

.carousel-instruction {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.screens-grid {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 8px 3px 18px;
  scroll-padding-inline: 3px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.screens-grid::-webkit-scrollbar {
  display: none;
}

.screen-card {
  min-width: 0;
  display: flex;
  flex: 0 0 min(86vw, 320px);
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 25px;
  padding: 17px;
  background: linear-gradient(165deg, #fff 0%, #f8faf6 100%);
  box-shadow: 0 16px 45px rgba(13, 53, 39, 0.08);
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.screen-shot {
  width: min(100%, 190px);
  flex: 0 0 auto;
  align-self: center;
  border-width: 5px;
  border-radius: 26px;
}

.screen-open {
  position: relative;
  width: 100%;
  display: block;
  overflow: visible;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}

.screen-open.hero-phone {
  width: min(100%, 286px);
}

.screen-open img {
  width: 100%;
  height: auto;
}

.screen-shot .screen-open img {
  border-radius: 20px;
}

.screen-open-cue {
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: calc(100% + 8px);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 8px 11px 8px 9px;
  color: #fff;
  background: rgba(4, 23, 16, 0.8);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.05em;
  line-height: 1;
  opacity: 0.94;
  cursor: zoom-in;
  pointer-events: auto;
  transform: translateY(0);
  transition:
    opacity 160ms ease,
    background-color 160ms ease,
    transform 160ms ease;
}

.screen-open-cue::before {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2H2v4M10 2h4v4M6 14H2v-4M10 14h4v-4'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.screen-open:hover .screen-open-cue,
.screen-open:focus-visible .screen-open-cue {
  opacity: 1;
  background: rgba(4, 23, 16, 0.94);
  transform: scale(1.03);
}

.screen-copy {
  min-width: 0;
}

.screen-intro {
  min-width: 0;
}

html[lang^="en"] .screen-intro {
  min-height: 101px;
}

html[lang^="fr"] .screen-intro {
  min-height: 127px;
}

.screen-heading-line {
  display: flex;
  align-items: center;
  gap: 11px;
}

.screen-number {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--green-dark);
  background: var(--green-soft);
  font-size: 11px;
  font-weight: 900;
}

.screen-label {
  color: var(--green-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.screen-intro h3 {
  margin-top: 13px;
  color: var(--forest);
  font-size: 24px;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.screen-copy > p:not(.screen-label) {
  margin-top: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.screen-copy ul {
  display: grid;
  gap: 7px;
  margin-top: 15px;
  list-style: none;
}

.screen-copy li {
  position: relative;
  padding-left: 18px;
  color: #29483d;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
}

.screen-copy li::before {
  position: absolute;
  top: 0.44em;
  left: 2px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: var(--green);
}

.carousel-controls {
  display: none;
  grid-template-columns: 44px 1fr auto 44px;
  align-items: center;
  gap: 12px;
  max-width: 360px;
  margin: 14px auto 0;
}

.js .carousel-controls {
  display: grid;
}

.carousel-arrow {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  font-size: 20px;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    opacity 160ms ease;
}

.carousel-arrow:hover:not(:disabled) {
  border-color: rgba(16, 155, 87, 0.45);
  background: var(--green-soft);
}

.carousel-arrow:disabled {
  cursor: default;
  opacity: 0.35;
}

.carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.carousel-dot {
  position: relative;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.carousel-dot::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #b8c7bf;
  content: "";
  transform: translate(-50%, -50%);
  transition:
    width 160ms ease,
    border-radius 160ms ease,
    background-color 160ms ease;
}

.carousel-dot[aria-current="true"]::before {
  width: 24px;
  border-radius: 999px;
  background: var(--green-dark);
}

.carousel-status {
  color: var(--forest);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.screenshot-note {
  max-width: 760px;
  margin-top: 25px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}

.worldwide {
  color: #fff;
  background: var(--forest);
}

.worldwide-grid {
  min-height: 300px;
  display: grid;
  grid-template-columns: auto minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: center;
  gap: 34px;
  padding-block: 58px;
}

.globe-mark {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(202, 226, 214, 0.25);
  border-radius: 50%;
  color: #a9d5bf;
  background: rgba(255, 255, 255, 0.06);
}

.globe-mark svg {
  width: 40px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.worldwide h2 {
  max-width: 620px;
  margin-top: 12px;
  font-size: clamp(30px, 4vw, 49px);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.worldwide p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 18px;
  color: #bdd0c7;
  font-size: 16px;
  line-height: 1.65;
}

.worldwide-stat {
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 36px;
}

.worldwide-stat strong {
  color: #e1bf78;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3vw, 39px);
  font-weight: 600;
  line-height: 1.05;
}

.worldwide-stat span {
  max-width: 320px;
  color: #d5e3dc;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.faq {
  background: #faf9f5;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: clamp(54px, 8vw, 110px);
}

.faq-heading {
  position: sticky;
  top: 125px;
}

.faq-heading h2 {
  max-width: 500px;
  margin-top: 17px;
  color: var(--forest);
  font-size: clamp(40px, 4.5vw, 59px);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.faq-heading > p:last-child {
  max-width: 420px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 25px 52px 25px 0;
  color: var(--forest);
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 21px;
  right: 3px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green-dark);
  background: var(--green-soft);
  content: "+";
  font-size: 20px;
  font-weight: 500;
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 680px;
  padding: 0 52px 25px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.download {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 20% 0%, rgba(26, 165, 91, 0.24), transparent 34%),
    radial-gradient(circle at 85% 100%, rgba(201, 164, 92, 0.16), transparent 30%),
    #061f16;
}

.download-content {
  min-height: 720px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding-block: 92px;
  text-align: center;
}

.download-content > img {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  margin-bottom: 24px;
}

.download h2 {
  max-width: 900px;
  margin-top: 17px;
  font-size: clamp(42px, 5.7vw, 70px);
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.download h2.download-title--compact {
  max-width: 760px;
  margin-top: 20px;
  font-size: clamp(26px, 3vw, 40px);
  letter-spacing: -0.035em;
  line-height: 1.18;
  text-wrap: balance;
}

.download-content > p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 21px;
  color: #c7d7d0;
  font-size: 15px;
  line-height: 1.65;
}

.download .waitlist-form {
  width: min(100%, 650px);
  margin-top: 28px;
  text-align: left;
}

.waitlist-form--inverse .form-field input[type="email"] {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.waitlist-form--inverse .form-field input[type="email"]::placeholder {
  color: #a8bbb2;
}

.waitlist-form--inverse .form-field input[type="email"]:focus {
  border-color: #6bc898;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 4px rgba(107, 200, 152, 0.12);
}

.waitlist-form--inverse .waitlist-submit {
  color: #082a1f;
  background: #e1bf78;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.waitlist-form--inverse .waitlist-submit:hover:not(:disabled) {
  background: #edce8c;
}

.waitlist-form--inverse .consent-row,
.waitlist-form--inverse .form-status {
  color: #aebfb7;
}

.waitlist-form--inverse .consent-row a,
.waitlist-form--inverse .form-status.is-success {
  color: #c9e5d6;
}

.waitlist-form--inverse .form-status.is-error {
  color: #ffb6aa;
}

.planned-stores {
  display: grid;
  justify-items: center;
  margin-top: 29px;
}

.planned-stores > p {
  color: #93aaa0;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.store-row {
  width: min(100%, 470px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.store-button {
  min-width: 0;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  padding: 11px 15px;
  color: #fff;
  background: rgba(4, 23, 16, 0.72);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
  text-align: left;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.store-button:hover {
  background: var(--green-dark);
  box-shadow: 0 17px 30px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.store-button > span {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.store-button small {
  color: #bfd0c7;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
}

.store-button strong {
  display: block;
  overflow: visible;
  font-size: 15px;
  line-height: 1.3;
  white-space: nowrap;
}

.store-icon {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
}

.store-icon--apple {
  fill: currentColor;
}

.play-a {
  fill: #45c67c;
}

.play-b {
  fill: #f1be4a;
}

.play-c {
  fill: #55aef0;
}

.play-d {
  fill: #ed5d63;
}

.site-footer {
  color: #c1d1c9;
  background: #041710;
}

.footer-belief {
  display: contents;
}

.footer-belief-title {
  grid-column: 2;
  grid-row: 1;
  text-align: center;
  color: #f2f7f3;
  font-size: clamp(21px, 1.7vw, 24px);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.footer-belief-title span {
  color: #76d9a2;
}

.footer-impact-note {
  grid-column: 2;
  grid-row: 2;
  justify-self: center;
  max-width: 650px;
  text-align: center;
  color: #8fa59b;
  font-size: 9px;
  line-height: 1.6;
}

.footer-copyright {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  color: #93a79e;
  font-size: 11px;
}

.footer-inner {
  font-size: 12px;
}

.footer-meta {
  display: grid;
  grid-template-columns: minmax(190px, 0.75fr) minmax(420px, 1.8fr) minmax(270px, 1fr);
  grid-template-rows: auto auto auto;
  align-items: center;
  column-gap: 24px;
  row-gap: 10px;
  padding-block: 36px;
}

.brand--footer {
  grid-column: 1;
  grid-row: 3;
  justify-self: start;
}

.brand--footer strong {
  color: #fff;
}

.brand--footer small {
  color: #8ca299;
}

.footer-links {
  grid-column: 3;
  grid-row: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-weight: 750;
}

.footer-links a:hover {
  color: #fff;
}

.store-toast {
  position: fixed;
  z-index: 80;
  right: 20px;
  bottom: 20px;
  max-width: min(360px, calc(100% - 40px));
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 14px 16px;
  color: #fff;
  background: #0a2c20;
  box-shadow: 0 18px 45px rgba(3, 24, 16, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.store-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.store-toast > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #122d24;
  background: #e2bd69;
}

.store-toast div {
  display: grid;
  gap: 2px;
}

.store-toast strong {
  font-size: 13px;
}

.store-toast small {
  color: #bcd0c6;
  font-size: 11px;
  line-height: 1.35;
}

.screen-dialog {
  max-width: min(96vw, 900px);
  max-height: 98dvh;
  overflow: visible;
  border: 0;
  padding: 0;
  color: #fff;
  background: transparent;
}

.screen-dialog[open] {
  position: fixed;
  inset: 0;
  display: block;
  margin: auto;
}

.screen-dialog::backdrop {
  background: rgba(2, 16, 11, 0.86);
  backdrop-filter: blur(8px);
}

.screen-dialog-panel {
  position: relative;
  display: grid;
  justify-items: center;
}

.screen-dialog-close {
  position: absolute;
  z-index: 1;
  top: 8px;
  right: -88px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 7px 10px 7px 8px;
  color: #fff;
  background: rgba(4, 23, 16, 0.8);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.05em;
  line-height: 1;
  transition:
    background-color 160ms ease,
    transform 160ms ease;
}

.screen-dialog-close:hover,
.screen-dialog-close:focus-visible {
  background: rgba(4, 23, 16, 0.94);
  transform: scale(1.03);
}

.screen-dialog-close-icon {
  width: 13px;
  height: 13px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.7;
}

.screen-dialog-panel > img {
  width: auto;
  max-width: 100%;
  max-height: 96dvh;
  border: 6px solid #10271f;
  border-radius: 28px;
  background: #10271f;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.48);
}

.legal-page {
  min-height: calc(100vh - 118px);
  padding: 148px 0 96px;
  background:
    radial-gradient(circle at 15% 5%, rgba(16, 155, 87, 0.1), transparent 25%),
    #f7f6f1;
}

.legal-shell {
  width: min(860px, calc(100% - 48px));
  margin-inline: auto;
}

.legal-header {
  border-bottom: 1px solid var(--line);
  padding-bottom: 34px;
}

.legal-header h1 {
  margin-top: 16px;
  color: var(--forest);
  font-size: clamp(45px, 7vw, 70px);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.legal-intro {
  max-width: 690px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.legal-updated {
  margin-top: 18px;
  color: #788c83;
  font-size: 11px;
  font-weight: 750;
}

.legal-content {
  display: grid;
  gap: 35px;
  padding-top: 44px;
}

.legal-content section {
  display: grid;
  gap: 12px;
}

.legal-content h2 {
  color: var(--forest);
  font-size: 23px;
  letter-spacing: -0.035em;
}

.legal-content p,
.legal-content li {
  color: #486158;
  font-size: 14px;
  line-height: 1.72;
}

.legal-content ul {
  display: grid;
  gap: 7px;
  padding-left: 20px;
}

.legal-content a {
  color: var(--green-dark);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (min-width: 768px) {
  .carousel-instruction,
  .carousel-controls {
    display: none;
  }

  .js .carousel-controls {
    display: none;
  }

  .screens-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    overflow: visible;
    padding: 0;
  }

  .screen-card {
    flex-basis: auto;
    padding: 20px;
  }

  .screen-shot {
    width: min(100%, 210px);
  }

  .screen-open-cue {
    display: none;
  }

  .screen-copy > p:not(.screen-label) {
    font-size: 14px;
  }
}

@media (min-width: 900px) {
  .screens-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .screen-card {
    padding: 18px;
  }

  .screen-shot {
    width: min(100%, 205px);
  }

  .screen-copy > p:not(.screen-label) {
    font-size: 13px;
  }
}

@media (max-width: 1180px) {
  .site-header .brand-definition {
    display: none;
  }
}

@media (max-width: 1100px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 270px);
    gap: 45px;
  }

  .hero h1 {
    font-size: 56px;
  }

  .screen-open.hero-phone {
    width: min(100%, 250px);
  }

  .worldwide-grid {
    grid-template-columns: auto 1fr;
  }

  .worldwide-stat {
    grid-column: 2;
    min-height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
    padding: 27px 0 0;
  }

  .worldwide-stat span {
    max-width: 560px;
  }

  .footer-meta {
    grid-template-columns: minmax(150px, 0.7fr) minmax(330px, 1.5fr) minmax(230px, 1fr);
  }
}

@media (max-width: 899px) {
  .footer-meta {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    justify-items: center;
    gap: 15px;
    padding-block: 28px;
    text-align: center;
  }

  .brand--footer {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
  }

  .footer-belief-title {
    grid-column: 1;
    grid-row: 2;
  }

  .footer-impact-note {
    grid-column: 1;
    grid-row: 3;
  }

  .footer-copyright {
    grid-column: 1;
    grid-row: 4;
  }

  .footer-links {
    grid-column: 1;
    grid-row: 5;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 16px;
  }

  .hero--spacious {
    padding-top: 136px;
  }

  .hero {
    padding-bottom: 78px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "proof"
      "signup";
    gap: 39px;
  }

  .hero-content {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .hero h1,
  .hero-lead {
    max-width: 760px;
  }

  .product-loop {
    justify-content: center;
  }

  .hero-mobile-cta {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    border-radius: 999px;
    padding: 0 22px;
    color: #fff;
    background: var(--forest);
    box-shadow: 0 14px 28px rgba(6, 41, 28, 0.17);
    font-size: 13px;
    font-weight: 850;
  }

  .hero-signup {
    width: min(100%, 680px);
    justify-self: center;
    text-align: left;
  }

  .hero-proof {
    justify-self: center;
  }

  .screen-open.hero-phone {
    width: 205px;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .faq-heading {
    position: static;
    text-align: center;
  }

  .faq-heading .eyebrow {
    justify-content: center;
  }

  .faq-heading h2,
  .faq-heading > p:last-child {
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  :root {
    --shell: min(100% - 32px, 1280px);
  }

  .nav {
    min-height: 92px;
    gap: 10px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand {
    min-width: 0;
    gap: 9px;
  }

  .site-header .brand-copy {
    min-width: 0;
    grid-template-columns: 1fr;
    align-items: start;
    row-gap: 1px;
  }

  .brand strong {
    font-size: 16px;
  }

  .site-header .brand-definition {
    display: block;
    grid-column: 1;
    max-width: 190px;
    font-size: 8px;
    line-height: 1.25;
    white-space: normal;
  }

  .brand .brand-definition-pocket {
    display: none;
  }

  .site-header .brand-principles {
    display: block;
    grid-column: 1;
    font-size: 7px;
    letter-spacing: 0.09em;
    line-height: 1.25;
  }

  .nav-link {
    display: none;
  }

  .nav-actions {
    gap: 9px;
  }

  .nav-cta {
    display: none;
  }

  .site-header.is-compact .nav-cta {
    min-height: 38px;
    display: inline-flex;
    padding-inline: 13px;
    font-size: 0;
  }

  html[lang^="en"] .site-header.is-compact .nav-cta::after {
    content: "Join";
  }

  html[lang^="fr"] .site-header.is-compact .nav-cta::after {
    content: "S’inscrire";
  }

  .site-header.is-compact .nav-cta::after {
    font-size: 10px;
    font-weight: 850;
  }

  .hero {
    padding: 124px 0 70px;
  }

  .hero--spacious {
    padding-top: 124px;
  }

  .hero h1 {
    margin-top: 19px;
    font-size: clamp(42px, 12vw, 55px);
    line-height: 1;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.55;
  }

  .product-loop {
    gap: 7px;
    margin-top: 22px;
  }

  .product-loop li {
    gap: 7px;
    font-size: 9px;
  }

  .hero-signup {
    border-radius: 19px;
    padding: 18px;
  }

  .hero-signup h2 {
    font-size: 22px;
  }

  .waitlist-fields {
    grid-template-columns: 1fr;
  }

  .waitlist-submit {
    width: 100%;
  }

  .hero-inner {
    gap: 40px;
  }

  .has-mobile-story .hero-proof {
    width: 100%;
    min-width: 0;
    max-width: 450px;
    justify-self: center;
  }

  .screen-open.hero-phone {
    width: 186px;
    border-width: 5px;
    border-radius: 27px;
  }

  .hero-phone img {
    border-radius: 21px;
  }

  .hero-proof figcaption {
    margin-top: 14px;
    font-size: 9px;
  }

  .has-mobile-story .hero-proof > .hero-phone,
  .has-mobile-story .hero-proof > figcaption {
    display: none;
  }

  .has-mobile-story .hero-story-stage {
    width: 100%;
    display: block;
    justify-self: stretch;
  }

  .hero-story-viewport {
    position: relative;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid rgba(17, 44, 36, 0.1);
    border-radius: 25px;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.9), rgba(247, 249, 244, 0.82));
    box-shadow: 0 20px 52px rgba(13, 53, 39, 0.1);
    backdrop-filter: blur(14px);
    cursor: grab;
    touch-action: pan-y;
  }

  .hero-story-viewport.is-dragging {
    cursor: grabbing;
  }

  .hero-story-viewport:focus-visible {
    outline: 2px solid var(--green);
    outline-offset: 3px;
  }

  .hero-story-track {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: stretch;
    transform: translate3d(-100%, 0, 0);
    transition: transform 540ms cubic-bezier(0.22, 0.72, 0.24, 1);
    will-change: transform;
  }

  .hero-story-track.is-dragging,
  .hero-story-track.is-jumping {
    transition: none;
  }

  .hero-story-slide {
    width: 100%;
    min-width: 0;
    display: grid;
    flex: 0 0 100%;
    grid-template-columns: clamp(140px, 50vw, 198px) minmax(0, 1fr);
    grid-template-areas:
      "media intro"
      "media copy";
    align-content: center;
    align-items: start;
    gap: 7px 10px;
    padding: 15px 12px;
    text-align: left;
    user-select: none;
  }

  .hero-story-slide img {
    -webkit-user-drag: none;
    user-select: none;
  }

  .hero-story-slide.is-clone {
    pointer-events: none;
  }

  .hero-story-media {
    min-width: 0;
    display: grid;
    grid-area: media;
    align-self: center;
    justify-items: center;
  }

  .hero-story-slide .screen-shot {
    width: 100%;
    border-width: 4px;
    border-radius: 24px;
    box-shadow: 0 14px 32px rgba(8, 42, 31, 0.18);
  }

  .hero-story-slide .screen-shot .screen-open img {
    border-radius: 18px;
  }

  .hero-story-caption {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 11px;
    color: #4f675d;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: 0.06em;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
  }

  .hero-story-caption::before {
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 3px rgba(16, 155, 87, 0.11);
    content: "";
  }

  .hero-story-slide .screen-intro {
    min-width: 0;
    min-height: 0;
    grid-area: intro;
    align-self: end;
  }

  .hero-story-slide .screen-heading-line {
    gap: 8px;
  }

  .hero-story-slide .screen-number {
    width: 29px;
    height: 29px;
    font-size: 9px;
  }

  .hero-story-slide .screen-label {
    overflow: hidden;
    font-size: 8.5px;
    letter-spacing: 0.11em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero-story-slide .screen-intro h3 {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: -0.04em;
    line-height: 1.08;
  }

  .hero-story-slide .screen-copy {
    min-width: 0;
    grid-area: copy;
  }

  .hero-story-slide .screen-copy > p:not(.screen-label) {
    color: var(--muted);
    font-size: 10.5px;
    line-height: 1.47;
  }

  .hero-story-slide .screen-copy ul {
    gap: 5px;
    margin-top: 10px;
  }

  .hero-story-slide .screen-copy li {
    padding-left: 13px;
    font-size: 9.5px;
    line-height: 1.3;
  }

  .hero-story-slide .screen-copy li::before {
    top: 0.44em;
    left: 1px;
    width: 4px;
    height: 4px;
  }

  .hero-story-controls {
    position: relative;
    display: grid;
    align-items: center;
    justify-items: center;
    gap: 7px;
    margin: 15px auto 0;
    text-align: center;
  }

  .hero-story-swipe-hint {
    color: #516960;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.075em;
    text-transform: uppercase;
  }

  .hero-story-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-height: 42px;
    border: 1px solid rgba(7, 61, 43, 0.1);
    border-radius: 999px;
    padding: 3px 5px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 8px 22px rgba(8, 42, 31, 0.07);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .hero-story-dots {
    display: flex;
    align-items: center;
    gap: 0;
  }

  .hero-story-dot {
    position: relative;
    width: 22px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    padding: 0;
    background: transparent;
    cursor: pointer;
  }

  .hero-story-dot::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #b5c5bc;
    content: "";
    transform: translate(-50%, -50%);
    transition:
      width 180ms ease,
      background-color 180ms ease;
  }

  .hero-story-dot[aria-current="true"]::before {
    width: 18px;
    background: var(--green-dark);
  }

  .hero-story-dot:focus-visible {
    outline: 2px solid var(--green);
    outline-offset: 1px;
  }

  .hero-story-arrow {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 0;
    border-radius: 50%;
    padding: 0;
    color: var(--green-dark);
    background: var(--green-soft);
    cursor: pointer;
    transition:
      color 180ms ease,
      background-color 180ms ease,
      transform 180ms ease;
  }

  .hero-story-arrow span {
    display: block;
    margin-top: -2px;
    font-family: Arial, sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
  }

  .hero-story-arrow:active {
    color: #fff;
    background: var(--green-dark);
    transform: scale(0.94);
  }

  .hero-story-arrow:focus-visible {
    outline: 2px solid var(--green);
    outline-offset: 2px;
  }

  .hero-story-meta {
    position: relative;
    width: min(100%, 220px);
    min-height: 27px;
    display: grid;
    place-items: center;
  }

  .hero-story-counter {
    color: var(--green-dark);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.055em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .hero-story-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(16, 155, 87, 0.16);
    border-radius: 50%;
    padding: 0;
    color: var(--green-dark);
    background: rgba(231, 245, 235, 0.82);
    cursor: pointer;
    transform: translateY(-50%);
  }

  .hero-story-toggle[hidden] {
    display: none;
  }

  .hero-story-toggle:focus-visible {
    outline: 2px solid var(--green);
    outline-offset: 2px;
  }

  .hero-story-toggle-icon {
    position: relative;
    width: 12px;
    height: 12px;
    display: block;
  }

  .hero-story-toggle-icon::before,
  .hero-story-toggle-icon::after {
    position: absolute;
    top: 1px;
    width: 3px;
    height: 10px;
    border-radius: 2px;
    background: currentColor;
    content: "";
  }

  .hero-story-toggle-icon::before {
    left: 2px;
  }

  .hero-story-toggle-icon::after {
    right: 2px;
  }

  .hero-story-toggle.is-paused .hero-story-toggle-icon::before {
    top: 1px;
    left: 3px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid currentColor;
    border-radius: 1px;
    background: transparent;
  }

  .hero-story-toggle.is-paused .hero-story-toggle-icon::after {
    display: none;
  }

  .has-mobile-story .screens {
    display: none;
  }

  .section {
    padding-block: 78px;
  }

  .section-heading h2 {
    margin-top: 15px;
    font-size: 43px;
  }

  .section-heading > p:last-child {
    margin-top: 18px;
    font-size: 14px;
  }

  .screens-carousel {
    margin-top: 40px;
  }

  .screen-intro {
    min-height: 0;
  }

  .screen-open-cue {
    top: 8px;
    right: auto;
    bottom: auto;
    left: calc(100% + 5px);
    gap: 4px;
    padding: 6px 8px 6px 6px;
    font-size: 7.5px;
    letter-spacing: 0.035em;
  }

  .screen-open-cue::before {
    width: 11px;
    height: 11px;
  }

  .hero-story-slide .screen-intro {
    padding-top: 36px;
  }

  .worldwide-grid {
    grid-template-columns: 1fr;
    gap: 23px;
    padding-block: 52px;
  }

  .globe-mark {
    width: 60px;
    height: 60px;
  }

  .worldwide h2 {
    font-size: 36px;
  }

  .worldwide p:not(.eyebrow) {
    font-size: 14px;
  }

  .worldwide-stat {
    grid-column: auto;
    padding-top: 23px;
  }

  .faq-layout {
    gap: 38px;
  }

  .faq-heading h2 {
    font-size: 43px;
  }

  .faq-list summary {
    padding-block: 22px;
    font-size: 15px;
  }

  .faq-list summary::after {
    top: 17px;
  }

  .faq-list details p {
    padding-bottom: 22px;
    font-size: 13px;
  }

  .download-content {
    min-height: 0;
    padding-block: 78px;
  }

  .download h2 {
    font-size: 43px;
  }

  .download-content > p:not(.eyebrow) {
    font-size: 14px;
  }

  .download .waitlist-form {
    margin-top: 25px;
  }

  .planned-stores {
    width: 100%;
  }

  .store-row {
    gap: 8px;
  }

  .store-button {
    min-height: 66px;
    gap: 8px;
    border-radius: 13px;
    padding: 10px;
  }

  .store-icon {
    width: 23px;
    height: 23px;
  }

  .store-button small {
    font-size: 9px;
  }

  .store-button strong {
    font-size: 13px;
  }

  .footer-meta {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 15px;
    padding-block: 28px;
    text-align: center;
  }

  .footer-belief-title {
    margin-bottom: -7px;
    font-size: 22px;
  }

  .footer-impact-note {
    max-width: 330px;
    font-size: 9px;
  }

  .footer-copyright {
    color: #d4e1db;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
  }

  .brand--footer {
    justify-self: center;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 16px;
  }

  .screen-dialog {
    max-width: calc(100% - 24px);
  }

  .screen-dialog-panel > img {
    max-height: 89dvh;
  }

  .screen-dialog-close {
    top: -35px;
    right: -12px;
    gap: 4px;
    border-color: rgba(255, 255, 255, 0.3);
    padding: 7px 9px 7px 7px;
    background: rgba(4, 24, 17, 0.84);
    font-size: 9px;
    letter-spacing: 0.035em;
  }

  .screen-dialog-close-icon {
    width: 13px;
    height: 13px;
    font-size: 19px;
  }

  .legal-page {
    padding: 118px 0 74px;
  }

  .legal-shell {
    width: min(100% - 32px, 860px);
  }

  .legal-header h1 {
    font-size: 44px;
  }

  .legal-intro {
    font-size: 15px;
  }
}

@media (max-width: 520px) {
  .nav-cta {
    display: none;
  }

  .hero .eyebrow {
    max-width: 310px;
    justify-content: center;
    line-height: 1.45;
  }
}

@media (max-width: 360px) {
  :root {
    --shell: min(100% - 24px, 1280px);
  }

  .brand span {
    display: none;
  }

  .hero h1 {
    font-size: 39px;
  }

  .product-loop {
    max-width: 290px;
  }

  .screen-card {
    flex-basis: min(88vw, 300px);
    padding: 15px;
  }

  .hero-story-slide {
    grid-template-columns: clamp(148px, 48vw, 170px) minmax(0, 1fr);
    gap: 7px 8px;
    padding-inline: 10px;
  }

  .hero-story-slide .screen-intro h3 {
    font-size: 17px;
  }

  .section-heading h2,
  .faq-heading h2,
  .download h2 {
    font-size: 38px;
  }

  .store-button strong {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
