@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,700;0,800;1,700;1,800&family=Inter:wght@400;500;600;700&display=swap');
:root { --nb-display: 'Barlow Condensed', 'Arial Narrow', sans-serif; --nb-body: 'Inter', Arial, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--nb-black); color: var(--nb-white); font-family: var(--nb-body); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--nb-orange); outline-offset: 4px; }
.site-header { height: var(--nb-header-h); display: flex; align-items: center; gap: 28px; padding: 0 36px; border-bottom: 1px solid var(--nb-line); background: #000; position: relative; z-index: 10; }
.brand { width: 244px; display: flex; align-items: center; gap: 10px; }
.brand img { height: auto; display: block; }
.brand-mark { width: 40px !important; flex: 0 0 40px; }
.brand-wordmark { width: 194px !important; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 3vw, 64px); flex: 1; font-family: var(--nb-display); font-size: 16px; font-weight: 700; letter-spacing: .02em; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover, .mobile-nav a:hover { color: var(--nb-orange); }
.header-cta, .mobile-cta { border: 1px solid var(--nb-orange); color: var(--nb-orange); padding: 12px 18px; font-family: var(--nb-display); font-weight: 700; font-size: 15px; letter-spacing: .03em; white-space: nowrap; transition: background .2s ease, color .2s ease; }
.header-cta:hover, .mobile-cta:hover { background: var(--nb-orange); color: #000 !important; }
.header-cta span, .button span, .mobile-cta span { font-size: 20px; line-height: 0; margin-left: 16px; }
.menu-toggle, .mobile-nav { display: none; }
.hero { min-height: 324px; height: min(324px, calc(100vh - var(--nb-header-h))); overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; background: #050505; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.35), transparent 30%, transparent 70%, rgba(0,0,0,.35)); pointer-events: none; }
.hero-rider { position: absolute; bottom: 0; width: 38%; max-width: 610px; height: auto; z-index: 1; }
.hero-rider-left { left: 0; }
.hero-rider-left { clip-path: inset(0 15% 0 0); }
.hero-rider-right { right: 0; clip-path: inset(0 0 0 15%); }
.hero-content { position: relative; z-index: 2; text-align: center; margin-top: -4px; }
.eyebrow { color: var(--nb-orange); font-family: var(--nb-display); font-size: 21px; letter-spacing: .28em; font-weight: 700; margin: 0 0 2px; }
.hero h1, h2, h3, p { margin-top: 0; }
.hero h1 { font-family: var(--nb-display); font-style: italic; font-size: clamp(72px, 8vw, 124px); line-height: .72; letter-spacing: -.025em; margin: 0 0 20px; font-weight: 800; }
.hero h1 span { display: inline-block; }
.hero h1 i { color: var(--nb-orange); font-style: normal; }
.hero-sub { font-size: 16px; margin: 0 0 14px; }
.hero-actions { display: flex; justify-content: center; gap: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 10px 21px; font-family: var(--nb-display); font-size: 15px; font-weight: 700; letter-spacing: .03em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--nb-orange); color: #000; }
.button-primary:hover { background: #ff7c22; }
.button-secondary { border: 1px solid var(--nb-white); }
.button-secondary:hover { background: var(--nb-white); color: #000; }
.section-rule { border-top: 1px solid var(--nb-line); }
.countdown-section { background: var(--nb-surface); border-top: 1px solid var(--nb-line); border-bottom: 1px solid var(--nb-line); padding: 20px 4%; }
.countdown-inner { max-width: var(--nb-max-width); margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.countdown-section h2 { font-family: var(--nb-display); font-size: clamp(24px, 3vw, 38px); line-height: .92; font-style: italic; margin: 0; }
.countdown-section .eyebrow { font-size: 14px; letter-spacing: .2em; }
.countdown { display: flex; align-items: center; gap: 14px; }
.time-unit { min-width: 74px; text-align: center; }
.time-unit strong { display: block; font-family: var(--nb-display); font-style: italic; font-size: clamp(40px, 4vw, 64px); line-height: .8; }
.time-unit span { display: block; color: var(--nb-orange); font-family: var(--nb-display); font-weight: 700; font-size: 13px; letter-spacing: .11em; margin-top: 10px; }
.countdown > b { color: var(--nb-orange); font-family: var(--nb-display); font-size: 38px; font-weight: 400; }
.countdown-date { color: var(--nb-muted); font-size: 11px; line-height: 1.4; margin: 0; text-align: right; }
.release-live { grid-column: 2; text-align: center; }
.release-live h2 { margin-bottom: 5px; }
.release-live p { font-family: var(--nb-display); font-style: italic; color: var(--nb-muted); margin-bottom: 14px; }
.story { max-width: var(--nb-max-width); margin: 0 auto; min-height: 194px; display: grid; grid-template-columns: 1.1fr 1.15fr 1px 1.15fr 1.55fr; align-items: center; background: var(--nb-black); }
.story-image { height: 100%; overflow: hidden; display: flex; align-items: center; }
.story-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.story-helmets { padding: 14px 18px; }
.story-helmets img { object-fit: contain; }
.story-ride { align-self: stretch; }
.story-copy { padding: 16px 18px; }
.story-copy h2, .app-section h2, .final-cta h2 { font-family: var(--nb-display); font-style: italic; font-size: clamp(27px, 2.5vw, 43px); line-height: .9; letter-spacing: .01em; margin: 0 0 9px; }
.story-copy em, .app-section em, .final-cta em { color: var(--nb-orange); font-style: italic; }
.story-copy p { font-size: 12px; line-height: 1.34; margin: 0; }
.story-copy strong { color: var(--nb-orange); }
.story-divider { width: 1px; height: 80%; background: var(--nb-muted); position: relative; }
.story-divider::after { content: ''; position: absolute; width: 4px; height: 4px; background: var(--nb-orange); left: -2px; top: 50%; }
.app-section { max-width: var(--nb-max-width); margin: 0 auto; min-height: 253px; display: grid; grid-template-columns: 45% 55%; background: linear-gradient(90deg, #151515, #0c0c0c); overflow: hidden; }
.app-copy { padding: 19px 5% 14px; }
.app-section .eyebrow { font-size: 16px; letter-spacing: .05em; margin-bottom: 5px; }
.app-section h2 { font-size: clamp(33px, 3vw, 52px); margin-bottom: 18px; }
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.feature { text-align: center; padding: 0 12px; border-right: 1px solid var(--nb-orange); }
.feature:last-child { border-right: 0; }
.feature img { width: 40px; height: 40px; margin-bottom: 6px; filter: brightness(0) invert(1); }
.feature h3, .stat h3 { font-family: var(--nb-display); color: var(--nb-orange); font-style: italic; font-size: 16px; margin: 0 0 3px; }
.feature p { font-size: 10px; line-height: 1.3; margin: 0; }
.phones { position: relative; min-width: 0; }
.phones-group { display: block; position: absolute; bottom: -1px; left: 0; width: 100%; height: 100%; object-fit: contain; object-position: left bottom; }
.phones-mobile { display: none; }
.stats-section { max-width: var(--nb-max-width); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.6fr 2fr; align-items: center; min-height: 100px; background: #050505; overflow: hidden; }
.stat { display: flex; align-items: center; gap: 14px; padding: 15px 4%; min-height: 100px; }
.stat > img:first-child { width: 44px; height: 44px; object-fit: contain; filter: brightness(0) invert(1); }
.stat:nth-child(2) > .map-icon { width: 50%; max-width: 360px; height: 90px; object-fit: contain; filter: none; order: 2; }
.stat strong { display: block; font-family: var(--nb-display); font-style: italic; font-size: 36px; line-height: .8; }
.stat h3 { font-size: 15px; }
.stat p { margin: 0; font-size: 11px; line-height: 1.25; color: var(--nb-muted); }
.stat-connections { position: relative; overflow: hidden; }
.community-riders { width: 48%; height: 100%; object-fit: cover; object-position: left center; margin-left: auto; filter: none !important; }
.final-cta { max-width: var(--nb-max-width); margin: 0 auto; display: grid; grid-template-columns: 1.4fr .6fr 1.4fr; align-items: center; gap: 30px; min-height: 82px; padding: 11px 5%; background: #020202; }
.final-cta h2 { font-size: clamp(24px, 2.3vw, 36px); margin: 0; }
.small-mark { width: 70px; height: 70px; justify-self: center; }
.final-actions { display: flex; align-items: center; gap: 22px; justify-content: flex-end; }
.final-actions p { font-size: 13px; line-height: 1.35; margin: 0; }
.store-buttons { display: flex; gap: 12px; }
.store-buttons button { color: var(--nb-white); background: transparent; border: 1px solid rgba(255,255,255,.55); border-radius: 4px; min-width: 112px; height: 40px; display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 21px; text-align: left; opacity: 1; }
.store-buttons button:disabled { cursor: not-allowed; }
.store-buttons span { font-family: var(--nb-body); font-size: 7px; line-height: 1; }
.store-buttons b { font-size: 14px; font-weight: 500; }
.play-triangle { color: #4bc34b; font-size: 22px !important; }
.site-footer { max-width: var(--nb-max-width); margin: 0 auto; border-top: 1px solid var(--nb-line); padding: 18px 5%; display: flex; justify-content: space-between; color: var(--nb-muted); font-size: 11px; }
.site-footer a { margin-left: 20px; }
.site-footer a:hover { color: var(--nb-orange); }
.legal-page { max-width: 920px; min-height: calc(100vh - 155px); margin: 0 auto; padding: 100px 28px; }
.legal-page h1 { font-family: var(--nb-display); font-style: italic; font-size: clamp(52px, 8vw, 110px); line-height: .85; margin: 12px 0 28px; }
.legal-page h2 { font-family: var(--nb-display); color: var(--nb-orange); font-style: italic; font-size: 30px; margin: 40px 0 8px; }
.legal-page p { max-width: 680px; color: var(--nb-muted); line-height: 1.65; }
.legal-page .eyebrow, .legal-page .legal-note { color: var(--nb-orange); }
@media (max-width: 1100px) { .site-header { padding: 0 20px; } .brand { width: 200px; } .desktop-nav { gap: 20px; font-size: 14px; } .header-cta { font-size: 13px; padding: 10px 12px; } .hero-rider { width: 42%; } .story-copy { padding-left: 12px; padding-right: 12px; } .feature { padding: 0 6px; } .final-actions { gap: 12px; } }
@media (max-width: 760px) { .site-header { height: 62px; } .brand { width: 176px; } .desktop-nav, .header-cta { display: none; } .menu-toggle { margin-left: auto; display: flex; flex-direction: column; gap: 7px; border: 0; background: transparent; padding: 8px 0 8px 8px; } .menu-toggle span { display: block; width: 27px; height: 2px; background: var(--nb-white); transition: transform .2s ease; } .mobile-nav { display: flex; visibility: hidden; opacity: 0; position: absolute; top: 62px; left: 0; right: 0; flex-direction: column; background: #050505; border-bottom: 1px solid var(--nb-line); padding: 14px 20px 20px; gap: 16px; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; } .mobile-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); } .mobile-nav a { font-family: var(--nb-display); font-size: 20px; } .mobile-nav .mobile-cta { display: inline-flex; width: max-content; font-size: 16px; } .hero { min-height: 470px; height: 470px; align-items: flex-start; padding-top: 92px; } .hero-content { width: 100%; margin: 0; } .hero h1 { font-size: 83px; line-height: .74; margin-bottom: 22px; } .hero-sub { padding: 0 24px; font-size: 14px; } .hero-actions { flex-direction: column; align-items: center; gap: 10px; } .button { width: min(280px, 90%); } .hero-rider { width: 66%; bottom: 0; opacity: .9; } .hero-rider-left { left: -21%; } .hero-rider-right { right: -21%; } .countdown-section { padding: 24px 20px; } .countdown-inner { display: flex; flex-direction: column; gap: 13px; text-align: center; } .countdown-section h2 { font-size: 31px; } .countdown-section .eyebrow { font-size: 13px; } .countdown { gap: 6px; } .time-unit { min-width: 63px; } .time-unit strong { font-size: 48px; } .countdown > b { font-size: 30px; } .countdown-date { text-align: center; } .story { display: flex; flex-direction: column; min-height: 0; } .story-image { width: 100%; } .story-helmets { height: 190px; padding: 12px 36px; } .story-ride { height: 210px; order: 6; } .story-copy { width: 100%; padding: 28px 28px; } .story-copy h2 { font-size: 37px; } .story-copy p { font-size: 13px; } .story-divider { width: 74%; height: 1px; min-height: 1px; margin: 0 auto; } .story-divider::after { top: -2px; left: 50%; } .story-copy-right { order: 4; } .app-section { display: flex; flex-direction: column; min-height: 0; } .app-copy { padding: 30px 20px 24px; } .app-section h2 { font-size: 45px; } .features { grid-template-columns: repeat(2, 1fr); row-gap: 20px; } .feature:nth-child(2) { border-right: 0; } .feature:nth-child(-n+2) { border-bottom: 1px solid var(--nb-orange); padding-bottom: 16px; } .feature p { font-size: 11px; } .phones { height: 360px; overflow-x: auto; overflow-y: hidden; padding: 0 20px; } .phones-group { display: none; } .phones-mobile { display: flex; height: 100%; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--nb-orange) #222; } .phones-mobile img { height: 100%; width: auto; flex: 0 0 auto; scroll-snap-align: center; object-fit: contain; } .stats-section { display: flex; flex-direction: column; align-items: stretch; padding: 8px 16px; } .stat { min-height: 92px; padding: 12px 10px; } .stat:nth-child(2) { flex-direction: column; align-items: flex-start; } .stat:nth-child(2) > .map-icon { order: 0; width: 100%; height: 120px; } .stat strong { font-size: 39px; } .stat-connections { padding-right: 0; } .community-riders { width: 44%; } .final-cta { display: flex; flex-direction: column; align-items: flex-start; padding: 30px 28px; gap: 24px; } .final-cta h2 { font-size: 34px; } .small-mark { align-self: center; order: 2; } .final-actions { width: 100%; flex-direction: column; align-items: flex-start; gap: 15px; } .site-footer { padding: 18px 28px; flex-direction: column; gap: 12px; } .site-footer a { margin: 0 18px 0 0; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
@media (max-width: 760px) { .brand-mark { width: 30px !important; flex-basis: 30px; } .brand-wordmark { width: 136px !important; } }
@media (max-width: 760px) { .countdown { width: min(260px, 100%); display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 12px; } .countdown > b { display: none; } .time-unit { min-width: 0; } .hero-rider-left { left: -21%; clip-path: inset(0 15% 0 0); } .hero-rider-right { right: -21%; clip-path: inset(0 0 0 15%); } }
