/* AnnSetu live-intent polish layer, September 2026. */
:root {
  color-scheme: only light;
  --ink: #241b08;
  --ink-bg: #181309;
  --body: #382f22;
  --muted: #6f624a;
  --deep: #967638;
  --mustard: #f5a800;
  --gold: #c99e4c;
  --cream: #f7f1e3;
  --parchment: #faf6ee;
  --paper: #fffaf0;
  --line: rgba(201, 158, 76, 0.38);
  --soft-line: rgba(36, 27, 8, 0.1);
  --font-display: "Lora", "Noto Sans Gujarati", Georgia, serif;
  --font-ui: "Carlito", "Noto Sans Gujarati", Arial, sans-serif;
  --font-gujarati: "Noto Sans Gujarati", Arial, sans-serif;
  --shadow: 0 18px 44px rgba(36, 27, 8, 0.08);
}

* {
  letter-spacing: 0;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  background: var(--parchment);
  color: var(--ink);
}

html {
  scroll-padding-top: 132px;
}

body {
  background:
    radial-gradient(circle at 80% 18%, rgba(245, 168, 0, 0.1), transparent 24rem),
    linear-gradient(90deg, rgba(245, 168, 0, 0.055) 1px, transparent 1px) 0 0 / 90px 90px,
    linear-gradient(0deg, rgba(245, 168, 0, 0.05) 1px, transparent 1px) 0 0 / 90px 90px,
    var(--parchment);
  color: var(--body);
  font-family: var(--font-ui);
}

.font-gujarati {
  font-family: var(--font-gujarati);
}

h1,
h2,
h3,
.hero-line,
.partner-hero-copy h1,
.legal-section-copy h2,
.early-modal h2 {
  color: var(--ink);
  font-family: var(--font-ui);
  font-weight: 700;
  letter-spacing: 0;
}

.brand-link strong,
.vision-card blockquote p,
.site-footer strong {
  font-family: var(--font-display);
}

p {
  color: var(--muted);
}

.announcement,
.site-nav,
.button,
.eyebrow,
.brand-link small,
.step-number,
.partner-card a,
.price,
.timeline span,
.legal-links small,
.early-form label,
.partner-form label,
.form-label,
.choice-grid label {
  font-family: var(--font-ui);
}

.announcement {
  min-height: 44px;
  padding: 9px 24px;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  background: var(--mustard);
  color: var(--ink);
  border-bottom: 0;
  font-size: 0.9rem;
  font-weight: 700;
}

.announcement > span {
  min-width: 0;
  color: var(--ink);
}

.announcement-actions {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
}

.announcement a {
  min-height: 30px;
  color: var(--ink);
  border-bottom: 1px solid rgba(36, 27, 8, 0.64);
  text-decoration: none;
}

.site-header {
  top: 0;
  min-height: 82px;
  padding: 14px 32px;
  gap: 18px;
  background: rgba(250, 246, 238, 0.9);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(36, 27, 8, 0.06);
  backdrop-filter: blur(16px);
}

.brand-link {
  min-height: 54px;
  max-width: 260px;
  padding: 0;
  gap: 10px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.brand-link img,
.vision-card > img,
.modal-mark,
.site-footer img,
.partner-hero-note img {
  object-fit: contain;
}

.brand-link img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.brand-link strong {
  color: var(--ink);
  font-size: 1.28rem;
  line-height: 1;
}

.brand-link small {
  color: var(--body);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.1;
}

.site-nav {
  gap: 4px;
  padding: 4px;
  background: transparent;
  border: 0;
}

.site-nav a {
  min-height: 40px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  background: rgba(245, 168, 0, 0.14);
}

.site-nav .nav-cta,
.button.primary {
  background: var(--ink-bg);
  color: var(--cream);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible,
.button.primary:hover,
.button.primary:focus-visible {
  background: var(--ink);
}

.menu-button {
  border-color: var(--line);
  border-radius: 14px;
  background: rgba(255, 250, 240, 0.88);
}

.menu-button span:not(.sr-only) {
  background: var(--ink);
}

.hero {
  min-height: calc(100svh - 44px);
  background:
    radial-gradient(circle at 78% 48%, rgba(245, 168, 0, 0.14), transparent 27rem),
    linear-gradient(90deg, rgba(245, 168, 0, 0.07) 1px, transparent 1px) 0 0 / 90px 90px,
    linear-gradient(0deg, rgba(245, 168, 0, 0.06) 1px, transparent 1px) 0 0 / 90px 90px,
    linear-gradient(135deg, #fffaf0 0%, var(--parchment) 54%, var(--cream) 100%);
}

.hero #impact-canvas {
  opacity: 0.42;
  mix-blend-mode: multiply;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(250, 246, 238, 0.94) 0%, rgba(250, 246, 238, 0.86) 38%, rgba(250, 246, 238, 0.18) 62%, rgba(250, 246, 238, 0) 100%),
    linear-gradient(0deg, rgba(250, 246, 238, 0.72), rgba(250, 246, 238, 0.02) 50%, rgba(250, 246, 238, 0.38));
}

.hero-inner {
  width: min(1180px, 100%);
  max-width: 1180px;
  min-height: calc(100svh - 84px);
  padding: clamp(96px, 12vh, 158px) 34px 120px;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 420px);
  gap: clamp(42px, 6vw, 86px);
}

.hero-copy,
.hero-logo,
.hero-bottom,
.section,
.section-heading,
.step-card,
.partner-card,
.impact-card,
.vision-card,
.partner-hero-section,
.partner-form-section,
.partner-form fieldset {
  min-width: 0;
}

.hero-copy::before {
  display: block;
  inset: -52px -80px -56px -54px;
  background: radial-gradient(ellipse at 34% 50%, rgba(250, 246, 238, 0.98) 0%, rgba(250, 246, 238, 0.86) 52%, rgba(250, 246, 238, 0) 76%);
}

.eyebrow {
  color: var(--deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-copy .eyebrow {
  width: 100%;
  max-width: 100%;
  display: inline-flex;
  align-items: flex-start;
  color: var(--deep);
  line-height: 1.28;
  overflow-wrap: break-word;
}

.hero-copy .eyebrow::before {
  margin-top: 0.42em;
  background: var(--mustard);
}

.hero-copy .eyebrow-text {
  min-width: 0;
}

.hero h1 {
  color: var(--ink);
  font-size: clamp(4.8rem, 7.8vw, 7rem);
  letter-spacing: 0;
  line-height: 0.88;
}

.hero-line {
  max-width: 720px;
  color: var(--ink);
  font-size: clamp(2rem, 3.1vw, 3rem);
  line-height: 1.08;
}

.hero-text {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.35vw, 1.18rem);
  line-height: 1.72;
}

.button {
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 700;
}

.button.primary {
  border-color: var(--ink-bg);
}

.button.secondary {
  border-color: rgba(36, 27, 8, 0.18);
  background: rgba(250, 246, 238, 0.76);
  color: var(--ink);
}

.store-badge,
.play-store-badge,
.app-store-badge {
  display: inline-flex;
  align-items: center;
  width: min(214px, 100%);
  min-height: 58px;
  padding: 0;
  border-radius: 11px;
  background: var(--ink-bg);
  box-shadow: 0 16px 34px rgba(36, 27, 8, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.store-badge:hover,
.store-badge:focus-visible,
.play-store-badge:hover,
.play-store-badge:focus-visible,
.app-store-badge:hover,
.app-store-badge:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(36, 27, 8, 0.2);
  outline: none;
}

.store-badge img,
.play-store-badge img,
.app-store-badge img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.app-page {
  min-height: 100svh;
  background:
    linear-gradient(90deg, rgba(245, 168, 0, 0.06) 1px, transparent 1px) 0 0 / 82px 82px,
    linear-gradient(0deg, rgba(245, 168, 0, 0.052) 1px, transparent 1px) 0 0 / 82px 82px,
    linear-gradient(135deg, #fffaf0 0%, var(--parchment) 58%, var(--cream) 100%);
}

.app-chooser-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: clamp(24px, 5vw, 56px);
}

.app-chooser-shell {
  width: min(1040px, 100%);
  display: grid;
  gap: clamp(24px, 4vw, 34px);
  padding: clamp(22px, 5vw, 42px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.92), rgba(247, 241, 227, 0.82)),
    var(--paper);
  box-shadow: 0 24px 70px rgba(36, 27, 8, 0.12);
}

.app-chooser-brand {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.app-chooser-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.app-chooser-brand span {
  display: grid;
  gap: 2px;
}

.app-chooser-brand strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.34rem;
  line-height: 1;
}

.app-chooser-brand small {
  color: var(--body);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.1;
}

.app-chooser-copy {
  max-width: 760px;
  display: grid;
  gap: 12px;
}

.app-chooser-copy .eyebrow,
.app-chooser-copy h1,
.app-chooser-copy p {
  margin: 0;
}

.app-chooser-copy h1 {
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: clamp(2.45rem, 6vw, 4.85rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.96;
}

.app-chooser-copy p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.64;
}

.device-note {
  width: fit-content;
  max-width: 100%;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 7px 13px;
  border: 1px solid rgba(201, 158, 76, 0.28);
  border-radius: 999px;
  background: rgba(245, 168, 0, 0.12);
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 700;
}

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

html[data-direct="consumer"] .app-choice-grid,
html[data-direct="rider"] .app-choice-grid {
  width: min(520px, 100%);
  grid-template-columns: minmax(0, 520px);
  justify-content: center;
}

html[data-direct="consumer"] [data-app-card="rider"],
html[data-direct="rider"] [data-app-card="consumer"] {
  display: none;
}

html[data-direct="consumer"] .app-chooser-shell,
html[data-direct="rider"] .app-chooser-shell {
  width: min(780px, 100%);
  justify-items: center;
}

html[data-direct="consumer"] .app-chooser-brand,
html[data-direct="rider"] .app-chooser-brand {
  justify-self: center;
}

html[data-direct="consumer"] .app-chooser-copy,
html[data-direct="rider"] .app-chooser-copy {
  justify-items: center;
  text-align: center;
}

html[data-direct="consumer"] .app-chooser-copy p:not(.eyebrow),
html[data-direct="rider"] .app-chooser-copy p:not(.eyebrow) {
  max-width: 520px;
}

html[data-direct="consumer"] .app-choice-card,
html[data-direct="rider"] .app-choice-card {
  width: 100%;
}

html[data-direct="consumer"] .app-chooser-footer a[href="rider-app"] {
  display: none;
}

.app-choice-card {
  position: relative;
  min-width: 0;
  display: grid;
  gap: 22px;
  padding: clamp(22px, 3.2vw, 30px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(247, 241, 227, 0.8)),
    var(--paper);
  box-shadow: var(--shadow);
}

.app-choice-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--mustard), rgba(201, 158, 76, 0.34));
}

.app-choice-head {
  position: relative;
  display: flex;
  gap: 14px;
  align-items: center;
}

.app-choice-icon {
  flex: 0 0 auto;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(36, 27, 8, 0.1);
  border-radius: 20px;
  background: rgba(255, 250, 240, 0.9);
  box-shadow: 0 12px 26px rgba(36, 27, 8, 0.08);
}

.app-choice-icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.app-choice-icon--rider::after {
  content: "R";
  position: absolute;
  margin: 42px 0 0 44px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink-bg);
  color: var(--mustard);
  font-size: 0.76rem;
  font-weight: 700;
}

.app-choice-head p,
.app-choice-head h2,
.app-choice-text {
  margin: 0;
}

.app-choice-head p {
  color: var(--deep);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
}

.app-choice-head h2 {
  margin-top: 3px;
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: clamp(1.62rem, 3vw, 2.1rem);
  font-weight: 700;
  line-height: 1.04;
}

.app-choice-text {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.58;
}

.app-choice-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.app-choice-actions .store-badge {
  width: min(184px, 100%);
  min-height: 50px;
}

html[data-device="android"] .app-choice-actions [data-store="android"],
html[data-device="ios"] .app-choice-actions [data-store="ios"] {
  order: -1;
  outline: 3px solid rgba(245, 168, 0, 0.32);
  outline-offset: 3px;
}

.app-chooser-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  padding-top: 4px;
}

.app-chooser-footer a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.app-chooser-footer a::after {
  content: " ->";
  color: var(--mustard);
}

.hero-logo {
  width: min(420px, 34vw);
  justify-self: center;
}

.hero-logo::before {
  background:
    radial-gradient(circle, rgba(250, 246, 238, 0.88) 0 36%, rgba(250, 246, 238, 0.44) 37% 54%, rgba(250, 246, 238, 0.08) 55%),
    repeating-conic-gradient(from 14deg, rgba(36, 27, 8, 0.12) 0 8deg, rgba(245, 168, 0, 0.34) 8deg 12deg, transparent 12deg 28deg);
}

.hero-logo::after {
  border-color: rgba(36, 27, 8, 0.18);
}

.hero-logo-core {
  width: 216px;
  height: 216px;
  background: rgba(250, 246, 238, 0.84);
  border-color: rgba(36, 27, 8, 0.08);
  box-shadow: 0 26px 70px rgba(36, 27, 8, 0.12);
}

.hero-logo-core::before,
.hero-logo-core::after {
  background: linear-gradient(90deg, transparent, rgba(36, 27, 8, 0.18), rgba(245, 168, 0, 0.55), transparent);
}

.hero-logo img {
  width: 188px;
  height: 204px;
  border-radius: 0;
  object-fit: contain;
  box-shadow: none;
}

.orbit-node {
  background: var(--mustard);
  box-shadow: 0 10px 26px rgba(36, 27, 8, 0.13);
}

.orbit-node-four {
  background: var(--ink);
}

.hero-bottom {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 22px;
  width: min(1120px, calc(100% - 44px));
  margin: 0;
  transform: translateX(-50%);
  border: 1px solid var(--soft-line);
  border-radius: 0;
  background: rgba(250, 246, 238, 0.72);
  backdrop-filter: blur(12px);
}

.hero-bottom span {
  min-height: auto;
  padding: 16px 18px;
  color: var(--body);
  font-weight: 700;
}

.section {
  padding: clamp(88px, 9vw, 116px) 34px;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 42px;
}

.section-heading.left {
  width: min(1180px, 100%);
  max-width: 1180px;
}

.section h2 {
  color: var(--ink);
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.steps-grid,
.impact-grid,
.partner-grid {
  width: min(1180px, 100%);
  gap: 20px;
}

.step-card,
.partner-card,
.impact-card,
.vision-card,
.legal-links a,
.partner-hero-note,
.partner-form fieldset {
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 6%, rgba(245, 168, 0, 0.12), transparent 12rem),
    rgba(255, 250, 240, 0.78);
  box-shadow: var(--shadow);
}

.step-card,
.partner-card {
  padding: 26px;
}

.partner-card.featured {
  background:
    radial-gradient(circle at 92% 10%, rgba(245, 168, 0, 0.22), transparent 12rem),
    rgba(255, 250, 240, 0.88);
}

.step-number,
.legal-links a > span,
.partner-form legend span {
  background: var(--ink-bg);
  color: var(--mustard);
}

.step-card h3,
.partner-card h3,
.impact-card h3 {
  color: var(--ink);
  font-size: 1.42rem;
}

.step-card p,
.partner-card p,
.impact-card p,
.timeline p,
.vision-points span {
  color: var(--muted);
}

.vision-section {
  width: min(1180px, calc(100% - 68px));
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  align-items: center;
}

.vision-card {
  padding: clamp(24px, 4vw, 34px);
}

.vision-card > img {
  width: 68px;
  height: 68px;
}

.vision-card blockquote p {
  color: var(--ink);
  font-size: clamp(1.4rem, 2.35vw, 1.95rem);
  line-height: 1.22;
}

.vision-points span {
  border-color: rgba(201, 158, 76, 0.18);
  background: rgba(247, 241, 227, 0.58);
}

.impact-section {
  background:
    radial-gradient(circle at 16% 12%, rgba(245, 168, 0, 0.18), transparent 21rem),
    linear-gradient(180deg, #181309, #241b08);
}

.impact-section .eyebrow,
.impact-section .impact-card strong {
  color: var(--mustard);
}

.impact-section h2,
.impact-section .section-heading p:not(.eyebrow),
.impact-section .impact-card h3,
.impact-section .impact-card p {
  color: var(--cream);
}

.impact-section .section-heading p:not(.eyebrow),
.impact-section .impact-card p {
  opacity: 0.8;
}

.impact-section .impact-card {
  background: rgba(247, 241, 227, 0.07);
  border-color: rgba(245, 168, 0, 0.24);
  box-shadow: none;
}

.partner-card a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.partner-card a::after {
  content: " ->";
  color: var(--mustard);
}

.price {
  color: var(--deep);
  font-weight: 700;
}

.partner-logo-band {
  position: relative;
  z-index: 2;
  padding: clamp(30px, 4vw, 44px) 34px clamp(24px, 3.5vw, 40px);
  background:
    linear-gradient(180deg, rgba(24, 19, 9, 0.03), rgba(250, 246, 238, 0) 36%),
    var(--parchment);
}

.partner-logo-band + .section {
  padding-top: clamp(54px, 6vw, 80px);
}

.partner-logo-showcase {
  width: min(1180px, 100%);
  margin: 24px auto 0;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(245, 168, 0, 0.14), rgba(250, 246, 238, 0.72) 42%, rgba(255, 250, 240, 0.9)),
    var(--paper);
  box-shadow: var(--shadow);
}

.partner-logo-showcase--top {
  margin-top: 0;
}

.partner-logo-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.45fr);
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

.partner-logo-copy .eyebrow,
.partner-logo-copy h2,
.partner-logo-copy p {
  margin: 0;
}

.partner-logo-copy h2 {
  max-width: 680px;
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.12;
}

.partner-logo-copy > p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.partner-logo-rail {
  --logo-gap: 14px;
  overflow: hidden;
  scrollbar-width: none;
}

.partner-logo-track {
  display: flex;
  width: max-content;
  gap: var(--logo-gap);
  animation: partnerLogoMarquee 28s linear infinite;
  will-change: transform;
}

.partner-logo-rail:hover .partner-logo-track {
  animation-play-state: paused;
}

.partner-logo-set {
  display: flex;
  flex: 0 0 auto;
  gap: var(--logo-gap);
}

.partner-logo-rail::-webkit-scrollbar,
.reels-grid::-webkit-scrollbar {
  display: none;
}

.partner-logo-item {
  width: clamp(250px, 28.75vw, 368px);
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 15px;
  border: 1px solid rgba(36, 27, 8, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.92), rgba(247, 241, 227, 0.72));
}

.partner-logo-frame {
  min-height: 86px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(201, 158, 76, 0.2);
  border-radius: 14px;
  background: rgba(255, 250, 240, 0.78);
}

.partner-logo-frame img {
  display: block;
  width: 100%;
  height: 74px;
  object-fit: contain;
}

.partner-logo-frame--wide img {
  height: 66px;
}

.partner-logo-frame--ornate img {
  width: 112%;
  max-width: none;
  height: 82px;
}

.partner-logo-frame--badge img {
  width: min(78%, 180px);
  height: 86px;
  object-fit: contain;
}

.partner-logo-branch {
  justify-self: center;
  width: fit-content;
  max-width: 100%;
  padding: 5px 12px;
  border: 1px solid rgba(201, 158, 76, 0.34);
  border-radius: 999px;
  background: rgba(245, 168, 0, 0.14);
  color: var(--deep);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

@keyframes partnerLogoMarquee {
  to {
    transform: translateX(calc(-50% - (var(--logo-gap) / 2)));
  }
}

@media (prefers-reduced-motion: reduce) {
  .partner-logo-rail {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .partner-logo-track {
    animation: none;
  }

  .partner-logo-set:first-child .partner-logo-item {
    scroll-snap-align: start;
  }

  .partner-logo-set[aria-hidden="true"] {
    display: none;
  }
}

.timeline {
  border-left-color: var(--gold);
}

.timeline div::before {
  background: var(--mustard);
  border-color: var(--parchment);
}

.timeline span {
  color: var(--deep);
  font-weight: 700;
}

.journey-section .section-heading {
  margin-bottom: 0;
}

.journey-section .section-heading p:not(.eyebrow) {
  max-width: 520px;
}

.timeline div:last-child {
  padding-bottom: 0;
}

.timeline strong {
  line-height: 1.22;
}

.reels-section {
  background:
    radial-gradient(circle at 84% 14%, rgba(245, 168, 0, 0.16), transparent 18rem),
    linear-gradient(180deg, rgba(255, 250, 240, 0), rgba(247, 241, 227, 0.82));
}

.reels-panel {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px 32px;
  align-items: end;
}

.reels-panel .section-heading {
  margin: 0;
}

.reels-cta,
.reels-grid a {
  color: var(--ink);
  font-family: var(--font-ui);
  font-weight: 700;
  text-decoration: none;
}

.reels-cta {
  grid-column: 2;
  grid-row: 1;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(36, 27, 8, 0.18);
  border-radius: 999px;
  background: rgba(250, 246, 238, 0.78);
  white-space: nowrap;
}

.reels-cta::after {
  content: " ->";
  color: var(--mustard);
}

.reels-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.reels-grid a {
  position: relative;
  min-height: 150px;
  display: grid;
  align-content: space-between;
  gap: 16px;
  overflow: hidden;
  padding: 22px;
  scroll-snap-align: start;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 8%, rgba(245, 168, 0, 0.14), transparent 9rem),
    rgba(255, 250, 240, 0.82);
  box-shadow: var(--shadow);
}

.reels-grid a::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(245, 168, 0, 0.14), transparent 42%),
    linear-gradient(315deg, rgba(201, 158, 76, 0.12), transparent 38%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.reels-grid a:hover,
.reels-grid a:focus-visible,
.reels-cta:hover,
.reels-cta:focus-visible {
  border-color: rgba(245, 168, 0, 0.52);
  outline: none;
}

.reels-grid a:hover::before,
.reels-grid a:focus-visible::before {
  opacity: 1;
}

.reels-grid span {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink-bg);
  color: var(--mustard);
  font-size: 0.8rem;
  box-shadow: 0 0 0 6px rgba(245, 168, 0, 0.1);
}

.reels-grid strong,
.reels-grid small {
  position: relative;
  display: block;
}

.reels-grid strong {
  color: var(--ink);
  font-size: 1.26rem;
  line-height: 1.18;
}

.reels-grid small {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.35;
}

.early-modal,
.partner-form fieldset {
  background:
    radial-gradient(circle at 88% 12%, rgba(245, 168, 0, 0.16), transparent 13rem),
    var(--paper);
}

.modal-mark {
  width: 70px;
  height: 70px;
}

.modal-close {
  border-color: var(--line);
  background: var(--cream);
  color: var(--ink);
}

.early-form input,
.partner-form input,
.partner-form textarea,
.location-results button {
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 250, 240, 0.86);
  color: var(--ink);
}

.partner-page {
  background:
    radial-gradient(circle at 74% 12%, rgba(245, 168, 0, 0.14), transparent 22rem),
    var(--parchment);
}

.partner-hero-section {
  width: min(1180px, calc(100% - 68px));
  margin: 0 auto;
  padding: clamp(70px, 8vw, 104px) 0;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
}

.partner-hero-copy h1 {
  font-size: clamp(2.6rem, 5.4vw, 4.8rem);
  line-height: 1.06;
}

.partner-hero-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.78;
}

.partner-form-section {
  width: min(980px, calc(100% - 68px));
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}

.partner-form fieldset {
  padding: clamp(22px, 4vw, 34px);
}

.partner-form legend {
  color: var(--ink);
  font-family: var(--font-ui);
  font-weight: 700;
}

.choice-grid label {
  border-color: var(--line);
  background: rgba(255, 250, 240, 0.7);
}

.choice-grid label:has(input:checked) {
  border-color: var(--mustard);
  background: rgba(245, 168, 0, 0.14);
}

.legal-section,
.site-footer {
  background: transparent;
  border-top: 1px solid var(--line);
}

.site-footer span {
  color: var(--deep);
}

@media (max-width: 1120px) {
  .site-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .site-nav a {
    padding: 0 10px;
    font-size: 0.86rem;
  }

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

  .partner-logo-copy {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 118px;
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: calc(100% + 10px);
    max-height: calc(100svh - 104px);
    overflow-y: auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--paper);
    box-shadow: 0 18px 44px rgba(36, 27, 8, 0.12);
  }

  body.menu-open .site-nav {
    display: flex;
  }

  .site-nav a {
    min-height: 44px;
    border-radius: 12px;
  }

  .hero-inner,
  .partner-hero-section,
  .vision-section {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 330px;
  }

  .hero-logo {
    width: min(320px, 82vw);
    position: absolute;
    right: 20px;
    bottom: 88px;
  }

  .hero-bottom {
    bottom: 20px;
  }

  .journey-section {
    gap: 36px;
  }

  .steps-grid,
  .impact-grid {
    grid-template-columns: 1fr;
  }

  .reels-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .reels-cta {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .reels-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 42vw);
    padding-bottom: 4px;
  }

  .app-choice-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 150px;
  }

  .announcement {
    min-height: auto;
    padding: 8px 12px 10px;
    flex-direction: column;
    gap: 7px;
    line-height: 1.26;
    text-align: center;
  }

  .announcement > span,
  .announcement-actions {
    width: 100%;
  }

  .announcement-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .announcement a {
    min-height: 32px;
    justify-content: center;
    padding: 4px 5px;
    border: 1px solid rgba(36, 27, 8, 0.28);
    border-radius: 999px;
    font-size: 0.78rem;
    line-height: 1.05;
    text-align: center;
    white-space: normal;
  }

  .announcement .desktop-label {
    display: none;
  }

  .announcement .mobile-label {
    display: inline;
  }

  .site-header {
    min-height: 74px;
    padding: 10px 18px;
    background: rgba(250, 246, 238, 0.92);
  }

  .brand-link {
    max-width: calc(100vw - 92px);
  }

  .brand-link img {
    width: 42px;
    height: 42px;
  }

  .brand-link strong {
    font-size: 1.08rem;
  }

  .brand-link small {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-nav {
    left: 12px;
    right: 12px;
    top: calc(100% + 8px);
    max-height: calc(100svh - 92px);
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    min-height: 850px;
    padding: 58px 20px 338px;
    gap: 24px;
  }

  .hero-copy::before {
    inset: -30px -20px -34px -20px;
  }

  .hero-copy .eyebrow {
    width: 100%;
    display: flex;
    font-size: 0.78rem;
    line-height: 1.32;
  }

  .hero h1 {
    font-size: clamp(3.5rem, 16vw, 4.35rem);
    letter-spacing: 0;
    line-height: 0.92;
  }

  .hero-line {
    max-width: 100%;
    font-size: clamp(1.46rem, 7vw, 2rem);
    line-height: 1.14;
  }

  .hero-text {
    max-width: 100%;
    font-size: 1.02rem;
    line-height: 1.62;
    overflow-wrap: break-word;
  }

  .hero-actions,
  .hero-actions.store-actions {
    display: grid;
    width: min(100%, 224px);
    max-width: 100%;
    grid-template-columns: 1fr;
    justify-items: stretch;
    align-items: center;
    gap: 10px;
    scroll-margin-top: 164px;
  }

  .hero-actions .button {
    width: 100%;
    min-width: 0;
    flex: 0 0 auto;
    padding-right: 13px;
    padding-left: 13px;
    font-size: 0.9rem;
    white-space: nowrap;
  }

  .hero-actions .store-badge,
  .hero-actions .play-store-badge,
  .hero-actions .app-store-badge {
    width: 100%;
    min-height: 52px;
    flex: 0 0 auto;
  }

  .hero-logo {
    right: 50%;
    bottom: 98px;
    width: min(240px, 68vw);
    transform: translateX(50%);
  }

  .hero-logo-core,
  .hero-logo img {
    width: 152px;
    height: 166px;
  }

  .orbit-node {
    --radius: 100px;
  }

  .orbit-node-one {
    --radius: 92px;
  }

  .orbit-node-two {
    --radius: 116px;
  }

  .orbit-node-three {
    --radius: 104px;
  }

  .orbit-node-four {
    --radius: 62px;
  }

  .hero-bottom {
    bottom: 16px;
    left: 14px;
    right: 14px;
    width: auto;
    transform: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-bottom span {
    min-width: 0;
    padding: 12px 6px;
    font-size: 0.76rem;
    line-height: 1.18;
    overflow-wrap: break-word;
  }

  .section {
    padding: 64px 18px;
  }

  .section-heading,
  .section-heading.left {
    text-align: left;
    margin-bottom: 28px;
  }

  .section h2 {
    font-size: clamp(1.9rem, 9vw, 2.42rem);
    line-height: 1.12;
  }

  .step-card,
  .partner-card,
  .impact-card,
  .vision-card {
    padding: 22px;
  }

  .vision-section,
  .partner-hero-section,
  .partner-form-section {
    width: calc(100% - 36px);
  }

  .vision-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .vision-card blockquote p {
    font-size: 1.34rem;
  }

  .partner-grid,
  .form-grid,
  .choice-grid,
  .choice-grid.compact,
  .early-form {
    grid-template-columns: 1fr;
  }

  .partner-logo-showcase {
    margin-top: 18px;
    padding: 18px;
  }

  .partner-logo-copy {
    gap: 10px;
    margin-bottom: 16px;
  }

  .partner-logo-copy h2 {
    font-size: 1.32rem;
    line-height: 1.18;
  }

  .partner-logo-rail {
    --logo-gap: 12px;
  }

  .partner-logo-item {
    width: calc(100vw - 108px);
    min-height: 144px;
    padding: 14px;
  }

  .partner-logo-frame {
    min-height: 82px;
  }

  .partner-logo-frame img {
    height: 68px;
  }

  .partner-logo-frame--wide img {
    height: 60px;
  }

  .partner-logo-frame--ornate img {
    width: 118%;
    height: 78px;
  }

  .partner-logo-frame--badge img {
    width: min(76%, 158px);
    height: 76px;
  }

  .partner-logo-branch {
    font-size: 0.72rem;
    padding-inline: 10px;
  }

  .journey-section {
    gap: 28px;
  }

  .journey-section .section-heading p:not(.eyebrow) {
    max-width: none;
  }

  .timeline div {
    padding-left: 28px;
    padding-bottom: 28px;
  }

  .timeline strong {
    font-size: 1.18rem;
  }

  .timeline p {
    line-height: 1.58;
  }

  .reels-panel {
    gap: 20px;
  }

  .reels-grid {
    grid-auto-columns: 100%;
  }

  .reels-cta {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .reels-grid a {
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-content: normal;
    gap: 10px;
    padding: 20px;
  }

  .reels-grid span {
    width: 38px;
    height: 38px;
  }

  .reels-grid strong {
    font-size: 1.15rem;
  }

  .partner-hero-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .partner-hero-copy h1 {
    font-size: clamp(2.35rem, 12vw, 3rem);
  }

  .partner-form fieldset {
    padding: 20px;
  }

  .modal-backdrop {
    align-items: end;
    padding: 12px;
  }

  .early-modal {
    width: 100%;
    max-height: calc(100svh - 24px);
    padding: 28px 22px 24px;
    border-radius: 24px 24px 0 0;
  }

  .legal-section,
  .site-footer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .app-chooser-page {
    min-height: 100svh;
    padding: 14px;
    place-items: start center;
  }

  .app-chooser-shell {
    gap: 22px;
    padding: 20px;
    border-radius: 24px;
  }

  .app-chooser-brand img {
    width: 48px;
    height: 48px;
  }

  .app-chooser-brand strong {
    font-size: 1.16rem;
  }

  .app-chooser-brand small {
    max-width: 164px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .app-chooser-copy {
    gap: 10px;
  }

  .app-chooser-copy h1 {
    font-size: clamp(2.34rem, 13vw, 3.05rem);
    line-height: 1.02;
  }

  .app-chooser-copy p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.55;
  }

  .device-note {
    width: 100%;
    justify-content: center;
    border-radius: 16px;
    text-align: center;
  }

  .app-choice-card {
    gap: 18px;
    padding: 20px;
    border-radius: 20px;
  }

  .app-choice-head {
    align-items: flex-start;
  }

  .app-choice-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .app-choice-icon img {
    width: 46px;
    height: 46px;
  }

  .app-choice-icon--rider::after {
    margin: 36px 0 0 38px;
  }

  .app-choice-head h2 {
    font-size: 1.55rem;
  }

  .app-choice-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .app-choice-actions .store-badge {
    width: min(214px, 100%);
    min-height: 52px;
  }

  .app-chooser-footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 390px) {
  .hero-inner {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero h1 {
    font-size: 3.32rem;
  }

  .hero-line {
    font-size: 1.42rem;
  }

  .announcement a {
    font-size: 0.74rem;
  }

  .hero-actions,
  .hero-actions.store-actions {
    width: min(100%, 214px);
  }
}
