:root {
  --ink: #171717;
  --muted: #6c6a68;
  --line: #e8e3df;
  --wash: #fff7f2;
  --paper: #ffffff;
  --orange: #ff5a1f;
  --orange-deep: #e8490f;
  --orange-pale: #fff0e8;
  --peach: #fbd4c2;
  --green: #2d8066;
  --page-width: 1180px;
  --ease-out: cubic-bezier(0.22, 0.7, 0, 1);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
body::before { content: ""; position: fixed; z-index: 70; top: 0; left: 0; width: var(--progress, 0%); height: 3px; background: var(--orange); transition: width 70ms linear; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.85; }
.icon-sprite { display: none; }
.container { width: min(var(--page-width), calc(100% - 48px)); margin: 0 auto; }

.site-header { position: fixed; z-index: 50; top: 16px; left: 50%; width: min(calc(100% - 40px), 1240px); min-height: 64px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 9px 12px 9px 16px; border: 1px solid rgba(232, 227, 223, 0.86); border-radius: 16px; background: rgba(255, 255, 255, 0.88); box-shadow: 0 9px 30px rgba(68, 42, 28, 0.07); backdrop-filter: blur(16px); transform: translateX(-50%); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 9px; font-size: 1rem; font-weight: 800; letter-spacing: -0.03em; }
.brand img, .footer-brand img { width: 35px; height: 35px; border-radius: 9px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 32px); color: #4f4b48; font-size: 0.82rem; font-weight: 600; }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform 180ms var(--ease-out); }
.desktop-nav a:hover::after, .desktop-nav a.is-current::after { transform: scaleX(1); transform-origin: left; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 0.87rem; font-weight: 700; transition: transform 180ms var(--ease-out), background 180ms ease, border-color 180ms ease; }
.nav-cta { justify-self: end; min-height: 42px; padding: 0 16px; border-radius: 10px; background: var(--orange); color: #fff; }
.nav-cta:hover, .button-primary:hover { background: var(--orange-deep); transform: translateY(-2px); }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 780px; display: grid; grid-template-columns: minmax(0, 0.93fr) minmax(480px, 1.07fr); align-items: center; gap: clamp(28px, 6vw, 104px); padding: 154px max(24px, calc((100% - var(--page-width)) / 2)) 84px; isolation: isolate; }
.hero::after { content: ""; position: absolute; z-index: -2; top: 0; right: -8vw; width: min(58vw, 800px); height: 100%; border-bottom-left-radius: 48% 28%; background: var(--wash); }
.hero-copy { position: relative; padding-top: 25px; }
.hero-copy::before { content: ""; position: absolute; top: 0; left: 0; width: 64px; height: 6px; background: var(--orange); transform-origin: left; animation: grow-line 900ms var(--ease-out) 180ms both; }
.eyebrow, .kicker { margin: 0 0 14px; color: var(--orange-deep); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.035em; line-height: 1.3; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.045em; }
h1 { max-width: 650px; margin-bottom: 22px; font-size: clamp(2.7rem, 5.2vw, 4.9rem); font-weight: 700; line-height: 1.02; }
h1 em { color: var(--orange); font-style: normal; }
h2 { max-width: 720px; margin-bottom: 16px; font-size: clamp(2rem, 3.6vw, 3.5rem); font-weight: 700; line-height: 1.08; }
h3 { margin-bottom: 8px; font-size: 1.08rem; font-weight: 700; line-height: 1.25; }
.hero-text, .section-head > p:last-child, .story-copy > p:last-child, .early-layout > div > p:last-child { max-width: 570px; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }
.button { min-height: 51px; padding: 0 20px; border: 1px solid transparent; border-radius: 11px; }
.button svg { width: 18px; height: 18px; }
.button-primary { background: var(--orange); color: #fff; }
.button-secondary { border-color: var(--line); background: #fff; color: var(--ink); }
.button-secondary:hover { border-color: var(--orange); color: var(--orange-deep); transform: translateY(-2px); }
.button-light { border-color: #fff; background: #fff; color: var(--orange-deep); }

.hero-media { position: relative; min-height: 536px; }
.map-orbit { position: absolute; inset: 8% 0 2% 7%; overflow: hidden; border-radius: 42px 84px 38px 68px; background: #fffdfb; }
.hero-illustration { position: absolute; z-index: 2; right: 2%; bottom: 0; width: min(58%, 360px); height: 88%; object-fit: cover; object-position: center; box-shadow: 18px 22px 42px rgba(51, 31, 19, 0.14); clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 11%); animation: photo-rise 900ms var(--ease-out) 280ms both; }
.journey-route { position: absolute; z-index: 1; top: 17%; right: 17%; bottom: 13%; left: 20%; width: 69%; height: 70%; color: var(--orange); }
.journey-route .route-main { stroke-width: 3; stroke-dasharray: 8 8; animation: route-dash 3s linear infinite; }
.journey-route circle { fill: #fff; stroke-width: 3; }
.journey-route circle:last-child { fill: var(--orange); }
.arrival-note, .match-note { position: absolute; z-index: 3; display: grid; gap: 2px; padding: 13px 15px; background: #fff; box-shadow: 0 14px 34px rgba(75, 45, 28, 0.11); }
.arrival-note { top: 11%; left: 1%; border-left: 3px solid var(--orange); animation: note-in 700ms var(--ease-out) 550ms both; }
.match-note { right: 1%; bottom: 10%; border-bottom: 3px solid var(--orange); animation: note-in 700ms var(--ease-out) 700ms both; }
.arrival-note span, .match-note span { color: var(--muted); font-size: 0.7rem; font-weight: 500; }
.arrival-note strong, .match-note strong { font-size: 0.84rem; font-weight: 700; }
.match-note strong::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--green); }
.hero-stamp { position: absolute; z-index: 3; right: 23%; top: 4%; width: 100px; min-height: 70px; display: grid; place-items: center; border: 1px solid var(--orange); border-radius: 4px; background: var(--orange-pale); color: var(--orange-deep); font-size: 0.64rem; font-weight: 700; line-height: 1.25; text-align: center; transform: rotate(7deg); animation: stamp-in 720ms var(--ease-out) 480ms both; }
.trust-row { display: flex; flex-wrap: wrap; gap: 7px 18px; margin-top: 30px; color: #5d5a57; font-size: 0.75rem; font-weight: 600; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row span::before { content: ""; width: 7px; height: 7px; border: 2px solid var(--orange); border-radius: 50%; }

.section { padding: clamp(80px, 10vw, 140px) 0; scroll-margin-top: 90px; }
.section-wash { background: var(--wash); }
.section-head { margin-bottom: clamp(38px, 5vw, 64px); }
.arrival-layout { display: grid; grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr); gap: clamp(40px, 8vw, 125px); align-items: start; }
.arrival-intro, .services-intro, .verification-intro { position: sticky; top: 120px; }
.arrival-intro h2, .services-intro h2 { font-size: clamp(2rem, 3.4vw, 3.3rem); }
.arrival-list, .service-list, .proof-list { border-top: 1px solid var(--line); }
.arrival-item { display: grid; grid-template-columns: 52px minmax(0, 0.66fr) minmax(0, 1fr); gap: 24px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); transition: padding 300ms var(--ease-out), color 300ms ease; }
.arrival-item:hover { padding-inline: 14px; }
.arrival-item svg { width: 27px; height: 27px; color: var(--orange); }
.arrival-item h3 { margin: 0; font-size: 1.1rem; }
.arrival-item p { margin: 0; color: var(--muted); font-size: 0.92rem; line-height: 1.65; }

.launch-band { position: relative; overflow: hidden; padding: 56px 0; background: var(--orange); color: #fff; }
.launch-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: end; }
.launch-band .kicker { color: #fff; }
.launch-layout h2 { margin-bottom: 8px; font-size: clamp(1.8rem, 3.2vw, 2.8rem); }
.launch-layout p { margin: 0; color: rgba(255, 255, 255, 0.83); }
.launch-meta { display: grid; grid-template-columns: auto auto; gap: 36px; }
.city-list, .store-list { display: grid; gap: 9px; }
.city-list span, .store-list span { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 0.83rem; font-weight: 600; white-space: nowrap; }
.city-list svg, .store-list svg { width: 17px; height: 17px; }

.services-layout { display: grid; grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr); gap: clamp(42px, 9vw, 132px); align-items: start; }
.services-intro p:last-child, .verification-intro > p:last-child { max-width: 400px; color: var(--muted); line-height: 1.68; }
.service-item { position: relative; display: grid; grid-template-columns: 72px minmax(160px, 0.65fr) minmax(0, 1fr) 32px; gap: 22px; align-items: center; min-height: 130px; padding: 23px 0; border-bottom: 1px solid var(--line); transition: padding 260ms var(--ease-out), background 260ms ease; }
.service-item::before { content: ""; position: absolute; inset: 0 -26px; z-index: -1; background: var(--orange-pale); opacity: 0; transition: opacity 260ms ease; }
.service-item:hover, .service-item.is-active { padding-inline: 12px; }
.service-item:hover::before, .service-item.is-active::before { opacity: 1; }
.service-number { color: var(--orange); font-size: 0.75rem; font-weight: 700; }
.service-title { display: flex; align-items: center; gap: 14px; }
.service-title svg { width: 29px; height: 29px; color: var(--orange); }
.service-title h3 { margin: 0; }
.service-item > p { margin: 0; color: var(--muted); font-size: 0.91rem; line-height: 1.62; }
.service-item > svg { width: 21px; height: 21px; color: var(--orange); transition: transform 220ms var(--ease-out); }
.service-item:hover > svg, .service-item.is-active > svg { transform: translateX(6px); }
.service-tags { grid-column: 2 / -1; display: flex; flex-wrap: wrap; gap: 7px; margin-top: -7px; }
.service-tags span { color: #a84a24; font-size: 0.69rem; font-weight: 600; }
.service-tags span:not(:last-child)::after { content: " /"; color: #d7a891; }

.story-panel { position: relative; overflow: hidden; padding: clamp(64px, 9vw, 116px) 0; background: #fff6f1; color: var(--ink); }
.story-panel::before { content: ""; position: absolute; right: -9%; bottom: -68%; width: min(720px, 70vw); aspect-ratio: 1; border: 1px solid rgba(255, 90, 31, 0.22); border-radius: 50%; }
.story-layout { position: relative; display: grid; grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr); gap: clamp(42px, 10vw, 160px); align-items: center; }
.story-art { position: relative; min-height: 340px; display: grid; place-items: center; }
.story-symbol { position: relative; width: min(290px, 84%); aspect-ratio: 1.08; display: grid; place-items: center; background: var(--orange); color: #fff; clip-path: polygon(0 14%, 13% 0, 100% 0, 100% 85%, 86% 100%, 0 100%); box-shadow: 18px 22px 42px rgba(129, 61, 31, 0.16); }
.story-symbol svg { position: relative; z-index: 1; width: 42%; height: 42%; stroke-width: 1.45; }
.story-symbol span { position: absolute; height: 1px; background: rgba(255, 255, 255, 0.68); }
.story-symbol span:first-of-type { top: 24%; right: 13%; width: 32%; }
.story-symbol span:last-of-type { bottom: 22%; left: 14%; width: 38%; }
.story-copy { position: relative; }
.story-copy .kicker { color: var(--orange-deep); }
.story-copy > p:last-child { color: var(--muted); }
.story-copy h2 { font-size: clamp(2rem, 3.8vw, 3.6rem); }
.story-quote { max-width: 500px; margin: 28px 0 0; padding-left: 17px; border-left: 2px solid var(--orange); color: var(--ink); font-size: 1rem; font-weight: 600; line-height: 1.55; }

.journey-section { overflow: hidden; }
.journey-heading { display: grid; grid-template-columns: minmax(0, 0.84fr) minmax(220px, 0.36fr); gap: 40px; align-items: end; margin-bottom: 64px; }
.journey-heading > p { margin: 0; color: var(--muted); line-height: 1.65; }
.journey-rail { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.journey-rail::before { content: ""; position: absolute; z-index: 0; top: 28px; right: 12.5%; left: 12.5%; height: 1px; background: var(--peach); transform: scaleX(0); transform-origin: left; }
.journey-rail.visible::before { animation: rail-grow 1.3s var(--ease-out) 160ms forwards; }
.journey-step { position: relative; z-index: 1; }
.journey-point { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 25px; border: 1px solid var(--orange); border-radius: 50%; background: #fff; color: var(--orange); }
.journey-point svg { width: 25px; height: 25px; }
.journey-step:nth-child(even) .journey-point { background: var(--orange); color: #fff; }
.journey-step > span { display: block; margin-bottom: 13px; color: var(--orange); font-size: 0.74rem; font-weight: 700; }
.journey-step p { max-width: 225px; margin: 0; color: var(--muted); font-size: 0.91rem; line-height: 1.65; }

.verification-layout { display: grid; grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr); gap: clamp(50px, 9vw, 132px); align-items: start; }
.proof-list { display: grid; gap: 0; }
.proof-item { display: grid; grid-template-columns: 62px minmax(0, 0.48fr) minmax(0, 1fr); gap: 22px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); }
.proof-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--orange-pale); color: var(--orange); }
.proof-icon svg { width: 23px; height: 23px; }
.proof-item h3 { margin: 0; }
.proof-item p { margin: 0; color: var(--muted); font-size: 0.9rem; line-height: 1.6; }
.app-profile { display: grid; grid-template-columns: minmax(0, 1fr) 0.75fr; gap: 40px; align-items: center; margin-top: clamp(62px, 9vw, 130px); padding-top: clamp(55px, 8vw, 102px); border-top: 1px solid var(--line); }
.profile-art { position: relative; min-height: 320px; display: grid; place-items: center; }
.profile-symbol { position: relative; width: min(270px, 82%); aspect-ratio: 1.12; display: grid; place-items: center; background: var(--orange-pale); color: var(--orange); clip-path: polygon(13% 0, 100% 0, 100% 86%, 88% 100%, 0 100%, 0 15%); }
.profile-symbol svg { width: 43%; height: 43%; stroke-width: 1.55; }
.profile-symbol span { position: absolute; right: -7%; bottom: 13%; padding: 8px 11px; background: var(--orange); color: #fff; font-size: 0.72rem; font-weight: 700; box-shadow: 10px 12px 24px rgba(129, 61, 31, 0.15); }
.profile-symbol i { position: absolute; top: 16%; left: 16%; width: 28px; height: 28px; border: 1px solid var(--orange); }
.profile-copy h3 { font-size: clamp(1.3rem, 2vw, 1.8rem); }
.profile-copy p { color: var(--muted); line-height: 1.7; }
.profile-facts { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 20px; }
.profile-facts span { color: #744735; font-size: 0.78rem; font-weight: 600; }
.profile-facts span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--orange); }

.sos-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) minmax(210px, 0.68fr); gap: clamp(34px, 7vw, 100px); align-items: center; margin-top: clamp(70px, 10vw, 146px); padding: clamp(38px, 6vw, 70px); background: #fff0e8; }
.sos-panel::after { content: "SOS"; position: absolute; right: 3%; bottom: -16%; color: rgba(255, 90, 31, 0.1); font-size: clamp(8rem, 21vw, 17rem); font-weight: 800; letter-spacing: -0.08em; }
.sos-panel > div, .sos-panel small { position: relative; z-index: 1; }
.sos-panel h2 { font-size: clamp(1.8rem, 3.3vw, 3rem); }
.sos-panel p { max-width: 620px; margin-bottom: 0; color: var(--muted); line-height: 1.68; }
.sos-steps { display: grid; gap: 14px; }
.sos-steps span { position: relative; padding: 0 0 14px 27px; border-bottom: 1px solid #efc1aa; color: #7e3d26; font-size: 0.89rem; font-weight: 600; }
.sos-steps span::before { content: ""; position: absolute; top: 4px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); }
.sos-panel small { grid-column: 1 / -1; color: #8c6b5e; font-size: 0.72rem; line-height: 1.5; }

.early-dude { position: relative; overflow: hidden; padding: clamp(78px, 10vw, 140px) 0; background: var(--orange); color: #fff; }
.early-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, 0.55fr); gap: clamp(40px, 8vw, 128px); align-items: center; }
.early-layout .kicker, .early-layout > div > p:last-child { color: rgba(255, 255, 255, 0.8); }
.early-layout h2 { font-size: clamp(2.3rem, 4.3vw, 4.2rem); }
.bonus-box { padding: 25px 0 25px 25px; border-left: 2px solid #fff; }
.bonus-box > span, .bonus-box small { display: block; color: rgba(255, 255, 255, 0.8); font-size: 0.8rem; font-weight: 600; line-height: 1.5; }
.bonus-box strong { display: block; margin: 9px 0 12px; font-size: clamp(2.35rem, 4.7vw, 4.6rem); font-weight: 700; letter-spacing: -0.06em; line-height: 0.94; }
.bonus-box .button { margin-top: 24px; }

.footer { display: grid; gap: 19px; justify-items: center; padding: 60px 24px 38px; border-top: 1px solid var(--line); background: #fff; text-align: center; }
.footer p, .footer small { margin: 0; color: var(--muted); font-size: 0.86rem; }
.footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 24px; color: #4c4946; font-size: 0.81rem; font-weight: 600; }
.footer nav a:hover { color: var(--orange); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 720ms var(--ease-out) var(--reveal-delay, 0ms), transform 720ms var(--ease-out) var(--reveal-delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.journey-step.reveal { transform: translateY(18px); }
@keyframes grow-line { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes route-dash { to { stroke-dashoffset: -64; } }
@keyframes traveler-float { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(1deg); } }
@keyframes photo-rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes note-in { from { opacity: 0; transform: translateY(12px) rotate(-2deg); } to { opacity: 1; transform: translateY(0) rotate(0); } }
@keyframes stamp-in { from { opacity: 0; transform: scale(0.6) rotate(-15deg); } to { opacity: 1; transform: scale(1) rotate(11deg); } }
@keyframes rail-grow { to { transform: scaleX(1); } }
@keyframes rail-grow-y { to { transform: scaleY(1); } }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 1050px) { .desktop-nav { display: none; } .site-header { grid-template-columns: 1fr auto auto; } .menu-button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); } .menu-button svg { width: 21px; height: 21px; } .mobile-nav { position: fixed; z-index: 45; top: 90px; right: 20px; left: 20px; padding: 11px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, 0.98); box-shadow: 0 18px 36px rgba(42, 25, 14, 0.14); } body.nav-open .mobile-nav { display: grid; } .mobile-nav a { padding: 13px 10px; border-bottom: 1px solid var(--line); font-size: 0.92rem; font-weight: 600; } .mobile-nav a:last-child { border-bottom: 0; color: var(--orange-deep); } .hero { grid-template-columns: minmax(0, 0.85fr) minmax(400px, 1.15fr); } .arrival-layout, .services-layout, .verification-layout { gap: 60px; } }
@media (max-width: 820px) { .hero, .arrival-layout, .services-layout, .story-layout, .verification-layout, .app-profile, .early-layout { grid-template-columns: 1fr; } .hero { min-height: 0; gap: 52px; padding-top: 138px; } .hero::after { top: 42%; width: 94%; height: 58%; } .hero-media { min-height: 500px; max-width: 580px; width: 100%; margin: 0 auto; } .arrival-intro, .services-intro, .verification-intro { position: static; } .arrival-intro, .services-intro, .verification-intro { max-width: 580px; } .story-layout { gap: 40px; } .story-art { min-height: 295px; } .story-art img { width: min(340px, 100%); } .journey-heading { grid-template-columns: 1fr; gap: 5px; margin-bottom: 46px; } .journey-rail { gap: 18px; } .launch-layout { grid-template-columns: 1fr; gap: 28px; } .launch-meta { grid-template-columns: auto auto; justify-content: start; } .early-layout { gap: 30px; } }
@media (max-width: 600px) { .container { width: min(100% - 32px, var(--page-width)); } .site-header { display: flex; justify-content: space-between; gap: 0; top: 10px; width: calc(100% - 24px); min-height: 55px; padding: 7px 8px 7px 12px; border-radius: 13px; } .brand { min-width: 0; font-size: 0.94rem; } .brand img { width: 32px; height: 32px; } .nav-cta { display: none; } .menu-button { flex: 0 0 38px; width: 38px; height: 38px; } .mobile-nav { top: 76px; right: 12px; left: 12px; } .hero { gap: 34px; padding: 118px 16px 55px; } .hero::after { top: 46%; right: -30%; width: 124%; height: 54%; } .hero-copy { width: 100%; min-width: 0; padding-top: 19px; } .hero-copy::before { width: 47px; height: 4px; } h1 { max-width: 390px; font-size: clamp(2.15rem, 10vw, 2.85rem); line-height: 1.04; } h2 { font-size: clamp(1.82rem, 8.4vw, 2.35rem); line-height: 1.11; } h3 { font-size: 1.02rem; } .hero-text, .section-head > p:last-child, .story-copy > p:last-child, .early-layout > div > p:last-child { font-size: 0.96rem; } .eyebrow, .kicker { margin-bottom: 11px; font-size: 0.71rem; letter-spacing: 0.02em; } .hero-actions { display: grid; margin-top: 25px; } .button { width: 100%; min-height: 50px; } .trust-row { gap: 8px 13px; margin-top: 24px; font-size: 0.7rem; } .hero-media { min-height: 390px; } .map-orbit { inset: 7% 0 0 2%; } .hero-illustration { right: -5%; width: 72%; } .journey-route { top: 20%; right: 13%; bottom: 12%; left: 16%; width: 75%; height: 68%; } .arrival-note, .match-note { padding: 9px 10px; } .arrival-note { top: 8%; left: -2%; } .match-note { right: -3%; bottom: 8%; } .arrival-note span, .match-note span { font-size: 0.63rem; } .arrival-note strong, .match-note strong { font-size: 0.72rem; } .hero-stamp { top: 0; right: 20%; width: 72px; height: 72px; font-size: 0.55rem; } .section { padding: 72px 0; } .section-head { margin-bottom: 36px; } .arrival-layout, .services-layout, .verification-layout { gap: 38px; } .arrival-item { grid-template-columns: 37px 1fr; gap: 12px; padding: 22px 0; } .arrival-item p { grid-column: 2; font-size: 0.88rem; } .arrival-item svg { width: 23px; height: 23px; } .launch-band { padding: 43px 0; } .launch-meta { grid-template-columns: 1fr; gap: 20px; } .city-list, .store-list { grid-template-columns: repeat(2, max-content); column-gap: 16px; } .city-list span, .store-list span { font-size: 0.75rem; } .service-item { grid-template-columns: 38px minmax(0, 1fr) 20px; gap: 12px; min-height: 0; padding: 23px 0; } .service-item::before { inset: 0 -8px; } .service-number { font-size: 0.68rem; } .service-title { gap: 10px; } .service-title svg { width: 24px; height: 24px; } .service-item > p { grid-column: 2 / -1; font-size: 0.86rem; } .service-tags { grid-column: 2 / -1; margin-top: -5px; } .service-tags span { font-size: 0.65rem; } .story-panel { padding: 70px 0; } .story-art { min-height: 240px; } .story-art img { bottom: -22%; left: -6%; width: min(290px, 92%); } .story-quote { font-size: 0.91rem; } .journey-heading { margin-bottom: 35px; } .journey-rail { display: grid; gap: 0; } .journey-rail::before { top: 29px; right: auto; bottom: 24px; left: 28px; width: 1px; height: auto; background: var(--peach); transform: scaleY(0); transform-origin: top; } .journey-rail.visible::before { animation-name: rail-grow-y; } .journey-step { display: grid; grid-template-columns: 58px 1fr; column-gap: 21px; padding-bottom: 26px; } .journey-step:last-child { padding-bottom: 0; } .journey-point { grid-row: span 3; margin: 0; } .journey-step > span { margin: 3px 0 9px; } .journey-step h3 { margin-bottom: 7px; } .journey-step p { font-size: 0.86rem; } .proof-item { grid-template-columns: 50px 1fr; gap: 15px; padding: 22px 0; } .proof-icon { width: 42px; height: 42px; } .proof-item p { grid-column: 2; font-size: 0.86rem; } .app-profile { gap: 18px; margin-top: 70px; padding-top: 60px; } .profile-art { min-height: 240px; } .profile-art img { width: min(260px, 88%); } .profile-copy h3 { font-size: 1.36rem; } .sos-panel { grid-template-columns: 1fr; gap: 28px; margin-top: 70px; padding: 33px 24px; } .sos-panel::after { right: -2%; bottom: -6%; font-size: 8rem; } .sos-panel h2 { font-size: 1.9rem; } .early-dude { padding: 78px 0; } .early-layout h2 { font-size: clamp(2.3rem, 10vw, 3rem); } .bonus-box { padding: 20px 0 20px 18px; } .bonus-box strong { font-size: clamp(2.5rem, 12vw, 3.6rem); } .footer { padding: 52px 24px 30px; } .footer nav { gap: 10px 18px; } }

@media (max-width: 600px) {
  .hero { overflow: hidden; }
  .hero-media { overflow: hidden; }
  .hero-illustration { right: 3%; bottom: 0; width: 70%; height: 82%; }
  .journey-rail { grid-template-columns: 1fr; }
}
