/* Infinite Heart — landing. Aesthetic ported 1:1 from the Framer site:
   white bg, near-black text (#111), electric-blue accent (#0099ff),
   real Neue Haas Grotesk Display Pro (self-hosted) + Inter for body. */

@font-face {
  font-family: "Neue Haas Grotesk Display";
  src: url("assets/fonts/NeueHaasGrotesk-75Bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display";
  src: url("assets/fonts/NeueHaasGrotesk-45Light.woff2") format("woff2");
  font-weight: 300; font-style: normal; font-display: swap;
}

:root {
  --ink: #111111;
  --ink-soft: #5b5b5b;
  --bg: #ffffff;
  --bg-alt: #f6f7f9;
  --line: #e7e9ee;
  --accent: #0099ff;
  --accent-dark: #0088ff;
  --display: "Gelasio", Georgia, "Times New Roman", serif;
  --body: "Gelasio", Georgia, "Times New Roman", serif;
  --ui: "Gelasio", Georgia, "Times New Roman", serif;
  --maxw: 1200px;
  --r: 16px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 { font-family: var(--display); font-weight: 700; letter-spacing: -0.02em; line-height: 1.04; }

/* ---------- NAV ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px clamp(20px, 5vw, 56px);
  background: rgba(255,255,255,0);
  transition: background .3s ease, box-shadow .3s ease, color .3s ease;
  color: var(--ink);
}
.nav.scrolled {
  background: rgba(255,255,255,.85);
  backdrop-filter: saturate(180%) blur(14px);
  box-shadow: 0 1px 0 var(--line);
  color: var(--ink); mix-blend-mode: normal;
}
.nav__logo { font-family: var(--display); font-weight: 700; letter-spacing: -0.01em; font-size: 19px; display: inline-flex; align-items: center; gap: 9px; }
.nav__logo-mark { height: 26px; width: auto; display: block; }
.nav__wordmark { height: 22px; width: auto; display: block; }
.nav__links { display: flex; align-items: center; gap: clamp(14px, 2.4vw, 30px); font-size: 15px; font-weight: 500; }
.nav__links a:not(.nav__cta):hover { color: var(--accent); }
.nav__cta {
  background: var(--accent); color: #fff !important; padding: 9px 18px; border-radius: 999px;
  font-weight: 600; transition: background .2s ease, transform .2s ease;
}
.nav__cta:hover { background: var(--accent-dark); transform: translateY(-1px); }
/* Log in — secondary outlined pill next to the Shop CTA (auth lives in /shop). */
.nav__login {
  border: 1.5px solid var(--line); color: var(--ink) !important;
  padding: 8px 16px; border-radius: 999px; font-weight: 600;
  transition: border-color .2s ease, color .2s ease;
}
.nav__login:hover { border-color: var(--accent); color: var(--accent) !important; }
@media (max-width: 720px){ .nav__links a:not(.nav__cta){ display:none; } }

/* ---------- BUTTONS ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 28px; border-radius: 999px; font-weight: 600; font-size: 16px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.btn--primary { background: var(--accent); color: #fff; }
.btn--primary:hover { background: var(--accent-dark); transform: translateY(-2px); }
.btn--ghost { border: 1.5px solid var(--line); color: var(--ink); }
.btn--ghost:hover { border-color: var(--accent); color: var(--accent); }

/* ---------- HERO — video on top, text stacked BELOW (like the original) ---------- */
.hero { text-align: center; }
.hero__video { width: 100%; height: 78svh; min-height: 420px; overflow: hidden; background: var(--bg-alt); }
.hero__video video { width: 100%; height: 100%; object-fit: contain; }
.hero__content { max-width: 820px; margin: 0 auto; color: var(--ink);
  padding: clamp(40px, 6vw, 76px) 24px clamp(48px, 7vw, 88px); }
.hero__eyebrow { text-transform: uppercase; letter-spacing: .22em; font-size: 12px; font-weight: 600; color: var(--ink-soft); margin-bottom: 20px; }
.hero__title { font-size: clamp(40px, 7vw, 92px); font-weight: 700; }
.hero__sub { margin: 20px auto 30px; max-width: 620px; font-size: clamp(16px, 2vw, 20px); color: var(--ink-soft); }
.hero__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
/* Primary web-commerce CTA — buy + engrave on the web (the app is for AR placement). */
.cta-shop { display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent); color: #fff !important; padding: 16px 40px; border-radius: 999px;
  font-family: var(--ui); font-weight: 600; font-size: 18px; letter-spacing: .01em;
  box-shadow: 0 16px 34px -14px rgba(0,153,255,.6); transition: transform .2s ease, background .2s ease; }
.cta-shop:hover { background: var(--accent-dark); transform: translateY(-2px); }
.hero__orapp { margin: 14px 0 10px; font-size: 13.5px; color: var(--ink-soft); font-family: var(--ui); }
.hero__actions--stores { gap: 12px; }
/* black app-store badges */
.store-badge2 { display: inline-flex; align-items: center; gap: 10px; background: #111; color: #fff;
  padding: 10px 18px; border-radius: 12px; transition: transform .2s ease, background .2s ease; }
.store-badge2:hover { transform: translateY(-2px); background: #000; }
.store-badge2 svg { width: 22px; height: 22px; flex: 0 0 auto; }
.store-badge2__txt { display: flex; flex-direction: column; line-height: 1.06; text-align: left; font-family: var(--ui); }
.store-badge2__txt small { font-size: 10px; opacity: .85; letter-spacing: .02em; }
.store-badge2__txt b { font-size: 17px; font-weight: 600; }

/* ---------- SECTIONS ---------- */
.intro { padding: clamp(72px, 11vw, 140px) clamp(20px, 5vw, 56px); }
.intro__inner { max-width: var(--maxw); margin: 0 auto; }
.intro__title { font-size: clamp(40px, 8vw, 96px); text-align: center; text-transform: uppercase;
  letter-spacing: -0.02em; margin-bottom: clamp(56px, 9vw, 110px); padding: clamp(20px,4vw,48px) 0; }
.intro__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 4vw, 48px); }
.intro__col h3 { font-size: 21px; margin-bottom: 10px; }
.intro__col p { color: var(--ink-soft); font-size: 16px; }
@media (max-width: 820px){ .intro__grid{ grid-template-columns: 1fr; } }

.step { padding: clamp(64px, 9vw, 120px) clamp(20px, 5vw, 56px); }
.step--center { text-align: center; }
/* big faded watermark numeral behind the step title (like the Framer site) */
.step__num { display: block; font-family: var(--display); font-weight: 700;
  font-size: clamp(72px, 13vw, 150px); line-height: 0.7; letter-spacing: -0.04em;
  color: #eceef2; margin-bottom: -0.12em; user-select: none; }
.step--dark .step__num { color: #2a2a2a; }
/* full-bleed dark band for "Your memory, eternalized" */
.step--dark { position: relative; }
.step--dark::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%;
  transform: translateX(-50%); width: 100vw; background: #0e0e0e; z-index: -1; }
.step--dark h2, .step--dark h3 { color: #fff; }
.step--dark .step__text p, .step--dark .step__head p { color: rgba(255,255,255,.72); }
.step--dark .step__text h3 { color: var(--accent); }
/* creed band — no heading, big statement text */
.step--creed .step__text p { font-size: clamp(21px, 2.5vw, 35px); line-height: 1.65; max-width: none; color: rgba(255,255,255,.92); }
.step__head { max-width: 760px; margin: 0 auto clamp(40px, 6vw, 64px); }
.step__head h2 { font-size: clamp(32px, 5.6vw, 64px); margin-bottom: 14px; text-transform: uppercase; letter-spacing: -0.015em; }
.step__head p { color: var(--ink-soft); font-size: 18px; }

.step--split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 88px);
  align-items: center; max-width: var(--maxw); margin: 0 auto; }
.step--reverse .step__media { order: 2; }
.step__text h2 { font-size: clamp(30px, 4.8vw, 58px); margin-bottom: 22px; text-transform: uppercase; letter-spacing: -0.015em; }
.step__text h3 { font-size: 20px; margin: 26px 0 8px; color: var(--accent-dark); }
.step__text p { color: var(--ink-soft); font-size: 17px; max-width: 46ch; }
.step__media video, .step__media img { width: 100%; border-radius: var(--r);
  box-shadow: 0 30px 70px -30px rgba(0,0,0,.35); background: var(--bg-alt); aspect-ratio: 4/5; object-fit: cover; }
@media (max-width: 820px){
  .step--split{ grid-template-columns: 1fr; }
  .step--reverse .step__media{ order: 0; }
}

/* ---------- CAROUSEL (marquee) ---------- */
.marquee { position: relative; overflow: hidden; width: 100vw; margin-left: calc(50% - 50vw);
  padding: 8px 0; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track { display: flex; gap: 22px; width: max-content; padding: 10px 11px;
  animation: marquee 120s linear infinite; }
.marquee__track:nth-child(2){ animation-direction: reverse; animation-duration: 150s; }
@keyframes marquee { from{ transform: translateX(0); } to{ transform: translateX(-50%); } }
.heart-card { flex: 0 0 auto; width: 168px; }
.heart-card img { width: 168px; height: 168px; object-fit: contain;
  background: radial-gradient(circle at 50% 40%, #f3f5f8 0%, #eceef3 100%);
  border-radius: var(--r); padding: 14px; transition: transform .25s ease, box-shadow .25s ease; }
.heart-card:hover img { transform: translateY(-6px) scale(1.04); box-shadow: 0 24px 48px -22px rgba(0,0,0,.4); }
.heart-card span { display: block; text-align: center; margin-top: 9px; font-size: 13px; color: var(--ink-soft); font-weight: 500; }
.heart-card { cursor: pointer; }

/* ---------- heart detail modal ---------- */
.heart-modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 24px; }
.heart-modal.open { display: flex; }
.heart-modal__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.55); backdrop-filter: blur(4px); }
.heart-modal__card { position: relative; z-index: 1; background: #fff; border-radius: 24px; max-width: 460px; width: 100%;
  padding: 28px; text-align: center; box-shadow: 0 40px 100px -30px rgba(0,0,0,.5);
  animation: hmIn .25s ease; }
@keyframes hmIn { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
.heart-modal__close { position: absolute; top: 10px; right: 16px; background: none; border: none; font-size: 30px;
  line-height: 1; cursor: pointer; color: var(--ink-soft); font-family: var(--ui); }
.heart-modal__close:hover { color: var(--ink); }
.heart-modal__imgwrap { background: radial-gradient(circle at 50% 38%, #f3f5f8, #eceef3); border-radius: 18px; padding: 26px; }
.heart-modal__imgwrap img { width: 100%; max-width: 320px; height: auto; object-fit: contain; }
.heart-modal__info { margin-top: 18px; }
.heart-modal__limited { display: inline-block; background: var(--accent); color: #fff; font-family: var(--ui);
  font-weight: 600; font-size: 11.5px; letter-spacing: .09em; text-transform: uppercase; padding: 5px 13px; border-radius: 999px; margin-bottom: 12px; }
/* The badge's `display:inline-block` was overriding the HTML `hidden` attribute,
   so "Limited Edition" showed on EVERY heart (e.g. Desert Rose). Honour hidden so
   it shows ONLY for truly limited hearts (h.limited === true). Michele 2026-06-30. */
.heart-modal__limited[hidden] { display: none; }
.heart-modal__name { font-size: clamp(24px, 3vw, 32px); margin-bottom: 4px; }
.heart-modal__cat { color: var(--ink-soft); font-size: 16px; font-family: var(--ui); }
.heart-modal__buy { margin-top: 22px; width: 100%; font-family: var(--ui); letter-spacing: .04em; }
@media (prefers-reduced-motion: reduce){ .marquee__track{ animation: none; } }

/* ---------- CATEGORY CHIPS ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 900px; margin: 40px auto 0; }
.chip { font-size: 14px; font-weight: 500; padding: 8px 16px; border-radius: 999px;
  border: 1px solid var(--line); color: var(--ink-soft); background: var(--bg); transition: all .2s ease; }
.chip:hover { border-color: var(--accent); color: var(--accent); }

/* ---------- SHOWCASE (full-bleed AR) ---------- */
.showcase { padding: 0 clamp(20px, 5vw, 56px); }
.showcase__img { display: block; width: 100%; max-width: min(92vw, 580px); height: auto; margin: 0 auto;
  border-radius: 24px; box-shadow: 0 40px 90px -40px rgba(0,0,0,.4); }

/* ---------- FINAL / COMMUNITY — video on top, text BELOW (no grey veil) ---------- */
.final { text-align: center; }
/* Show the community-grid video WHOLE (4:5), never cropped, at native-ish size so
   it stays crisp (the old cover+78svh cropped it and upscaled → grainy). Michele 2026-07-01. */
.final__video { width: 100%; max-width: min(94vw, 720px); margin: 0 auto; overflow: hidden; background: #fff; border-radius: var(--r); }
.final__video video { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
.final__content { max-width: 760px; margin: 0 auto; color: var(--ink);
  padding: clamp(40px, 6vw, 76px) 24px clamp(48px, 7vw, 88px); }
.final__eyebrow { text-transform: uppercase; letter-spacing: .2em; font-size: 12px; font-weight: 600; color: var(--ink-soft); margin-bottom: 16px; }
.final__content h2 { font-size: clamp(34px, 6vw, 68px); margin-bottom: 16px; }
.final__content p { font-size: clamp(16px, 2vw, 20px); color: var(--ink-soft); margin-bottom: 32px; }
.store-badges { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.store-badge { background: #111; color: #fff; padding: 13px 26px; border-radius: 12px; font-weight: 600;
  font-family: var(--display); transition: transform .2s ease; }
.store-badge:hover { transform: translateY(-2px); }

/* ---------- TRAVEL ---------- */
.travel { padding: clamp(64px, 9vw, 120px) clamp(20px, 5vw, 56px); background: var(--bg-alt); text-align: center; }
/* Alternate bg so the two stacked closing chapters (Discover + Travel) read as a
   matched pair without merging into one tinted block. Same layout, alternating tone. */
.travel--alt { background: var(--bg); }
.travel__inner { max-width: 760px; margin: 0 auto; }
.travel__inner h3 { font-size: clamp(26px, 4vw, 42px); margin-bottom: 16px; }
.travel__inner p { color: var(--ink-soft); font-size: 18px; }
.travel__media { max-width: min(90vw, 520px); margin: clamp(36px, 5vw, 64px) auto 0;
  border-radius: var(--r); overflow: hidden; box-shadow: 0 30px 70px -30px rgba(0,0,0,.4); }
.travel__media video { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; display: block; }
/* Multi-location travel grid (mountain / city / desert …) — responsive row */
.travel__media--grid { max-width: min(94vw, 1080px); overflow: visible; box-shadow: none;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: clamp(14px, 2vw, 22px); }
.travel__media--grid .travel__clip { border-radius: var(--r); overflow: hidden;
  box-shadow: 0 30px 70px -30px rgba(0,0,0,.4); }

/* ---------- FOOTER ---------- */
.footer { padding: clamp(48px, 7vw, 80px) clamp(20px, 5vw, 56px); border-top: 1px solid var(--line); }
.footer__top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px;
  max-width: var(--maxw); margin: 0 auto; }
.footer__brand { font-family: var(--display); font-weight: 700; font-size: 22px; }
.footer__links { display: flex; gap: 22px; font-size: 15px; font-weight: 500; flex-wrap: wrap; }
.footer__links a:hover { color: var(--accent); }
.footer__about { max-width: var(--maxw); margin: 32px auto 0; color: var(--ink-soft); font-size: 14px; }
.footer__about strong { display: block; color: var(--ink); margin-bottom: 6px; font-family: var(--display); }
.footer__legal { max-width: var(--maxw); margin: 28px auto 0; display: flex; gap: 20px; flex-wrap: wrap;
  font-size: 13px; color: var(--ink-soft); border-top: 1px solid var(--line); padding-top: 22px; }
.footer__legal a:hover { color: var(--accent); }

/* ---------- REVEAL ON SCROLL ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){ .reveal{ opacity:1; transform:none; } }

/* ════════ desktop readability + new hero / statement ════════ */
.hero__video--tall { height: 74svh; min-height: 440px; }
.hero__title--huge { text-transform: uppercase; font-size: clamp(48px, 10vw, 132px); letter-spacing: -0.02em; line-height: 0.98; }

/* huge "The Pokémon Go of Love" statement under block 3 */
.statement { padding: clamp(80px, 12vw, 190px) clamp(20px, 5vw, 56px) clamp(130px, 18vw, 260px); text-align: center; }
.statement__text { font-size: clamp(40px, 8vw, 112px); font-weight: 700; text-transform: uppercase;
  letter-spacing: -0.02em; line-height: 1.02; max-width: 16ch; margin: 0 auto; }

/* body text was too small on desktop — bump the caps */
.hero__sub        { font-size: clamp(17px, 1.6vw, 24px); max-width: 680px; }
.intro__col h3    { font-size: clamp(21px, 1.7vw, 27px); }
.intro__col p     { font-size: clamp(16px, 1.25vw, 20px); }
.step__head p     { font-size: clamp(18px, 1.4vw, 23px); }
.step__text h3    { font-size: clamp(20px, 1.6vw, 26px); }
.step__text p     { font-size: clamp(17px, 1.3vw, 22px); max-width: 52ch; }
.travel__inner p  { font-size: clamp(18px, 1.4vw, 23px); }
.final__content p { font-size: clamp(17px, 1.6vw, 23px); }
.chip             { font-size: 15px; }
.heart-card span  { font-size: 14px; }

/* ════════ app opening sequence (matches the app) ════════ */
/* 1 — intro animation video + "Love is everywhere" (animation_page) */
.intro-visual { text-align: center; }
.intro-visual__video { width: 100%; max-width: min(94vw, 900px); aspect-ratio: 4 / 5; height: auto;
  margin: 0 auto; overflow: hidden; background: #000; border-radius: var(--r); }
.intro-visual__video video { width: 100%; height: 100%; object-fit: contain; }
.intro-visual .statement__text { padding: clamp(72px, 11vw, 150px) 24px; }

/* 2 — black phrase block (OnboardingIntroPage) */
.phrase { background: #000; color: #fff; text-align: center;
  padding: clamp(90px, 16vw, 220px) clamp(20px, 5vw, 56px); }
.phrase__text { font-family: var(--display); font-weight: 300;
  font-size: clamp(30px, 5.5vw, 68px); line-height: 1.18; letter-spacing: -0.01em; }
.phrase__text span { display: block; }

/* 3 — blue-heart hero: square box (matches the 2048² video) → no grey bands, bigger */
.hero__video--square { aspect-ratio: 1 / 1; height: auto; min-height: 0;
  max-width: min(84vw, 1080px); margin: clamp(24px, 7vw, 64px) auto; background: transparent; }
.hero__video--square video { object-fit: contain; }
/* rotating hearts — cross-fade stack */
.hero__video--rotate { position: relative; }
.hero__video--rotate .hr-slide { position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: contain; opacity: 0; transition: opacity 1.1s ease; }
.hero__video--rotate .hr-slide.is-active { opacity: 1; }
/* heart lowered + slightly smaller, with equal whitespace above/below; text a touch lower */
.hero { padding-top: clamp(16px, 4vw, 40px); }
.hero .hero__content { padding-top: clamp(16px, 4vw, 36px); }

/* concise "what it is" lead — few lines, makes the concept click */
.intro { padding: clamp(56px, 9vw, 120px) clamp(20px, 5vw, 56px); }
.intro__lead { max-width: 780px; margin: 0 auto; text-align: center;
  font-family: var(--display); font-weight: 500; letter-spacing: -0.01em;
  font-size: clamp(24px, 3.4vw, 42px); line-height: 1.26; color: var(--ink); }

/* ════════ About page ════════ */
.about { padding: clamp(112px, 14vw, 180px) clamp(20px, 5vw, 56px) clamp(64px, 9vw, 120px); }
.about__inner { max-width: 760px; margin: 0 auto; }
.about__eyebrow { text-transform: uppercase; letter-spacing: .2em; font-size: 13px; font-weight: 600; color: var(--accent); margin-bottom: 14px; }
.about__title { font-size: clamp(34px, 6vw, 64px); margin-bottom: clamp(20px, 3vw, 32px); }
.about p.about__lead { text-align: center; font-family: var(--display); font-weight: 500;
  font-size: clamp(22px, 2.6vw, 32px); line-height: 1.42; color: var(--ink);
  margin: clamp(8px, 2vw, 20px) auto clamp(40px, 6vw, 66px); max-width: 740px; }
.about p { font-size: clamp(17px, 1.5vw, 21px); line-height: 1.7; color: var(--ink-soft); margin-bottom: 22px; }
.about__sign { font-family: var(--display); font-weight: 600; color: var(--ink) !important;
  font-size: clamp(20px, 2vw, 26px) !important; margin-top: 36px; }
.about__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 40px; }

/* ════════ Legal pages (privacy / cookies) ════════ */
.legal { padding: clamp(112px, 14vw, 180px) clamp(20px, 5vw, 56px) clamp(64px, 9vw, 120px); }
.legal__inner { max-width: 760px; margin: 0 auto; }
.legal__eyebrow { text-transform: uppercase; letter-spacing: .2em; font-size: 13px; font-weight: 600; color: var(--accent); margin-bottom: 12px; font-family: var(--ui); }
.legal__title { font-size: clamp(32px, 5vw, 54px); margin-bottom: 8px; }
.legal__updated { color: var(--ink-soft); font-size: 15px; margin-bottom: 32px; }
.legal h2 { font-size: clamp(20px, 2.2vw, 26px); margin: 42px 0 10px; }
.legal h3 { font-size: 18px; margin: 24px 0 6px; }
.legal p, .legal li { color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.legal ul { padding-left: 22px; margin: 10px 0; }
.legal li { margin: 6px 0; }
.legal a { color: var(--accent); text-decoration: underline; }
.legal table { border-collapse: collapse; width: 100%; margin: 16px 0; font-size: 15px; }
.legal th, .legal td { text-align: left; vertical-align: top; padding: 10px; border-bottom: 1px solid var(--line); }
.legal th { color: var(--ink); font-weight: 600; font-family: var(--ui); }
.legal strong { color: var(--ink); }

/* body paragraphs are serif (Gelasio); keep UI controls in a clean sans */
.nav__links, .nav__cta, .btn, .chip, .store-badge,
.footer__links, .footer__legal, .hero__eyebrow, .final__eyebrow { font-family: var(--ui); }

/* ════════ more vertical breathing room ════════ */
.step          { padding-top: clamp(88px, 12vw, 176px); padding-bottom: clamp(88px, 12vw, 176px); }
.intro         { padding-top: clamp(100px, 14vw, 200px); padding-bottom: clamp(100px, 14vw, 200px); }
.intro-visual  { padding: clamp(64px, 9vw, 130px) 0; }
.travel        { padding-top: clamp(88px, 11vw, 160px); padding-bottom: clamp(88px, 11vw, 160px); }
.hero          { padding-bottom: clamp(44px, 6vw, 88px); }
.hero__content { padding-bottom: clamp(24px, 4vw, 52px); }
.marquee       { margin-top: clamp(28px, 4vw, 60px); margin-bottom: clamp(10px, 2vw, 28px); }
.final__content { padding-top: clamp(56px, 8vw, 96px); padding-bottom: clamp(56px, 8vw, 96px); }
