:root {
  --paper: #f3f1ea;
  --paper-deep: #eae7de;
  --ink: #171816;
  --muted: #6e716a;
  --line: rgba(23, 24, 22, .14);
  --lime: #c5ef47;
  --lime-deep: #a9d62a;
  --white: #fcfbf6;
  --shadow: 0 22px 60px rgba(29, 35, 25, .11);
  --radius: 22px;
  --display: 'Space Grotesk', 'Helvetica Neue', sans-serif;
  --body: 'DM Sans', 'Helvetica Neue', sans-serif;
}

[data-theme="dark"] { --paper: #171a17; --paper-deep: #202520; --ink: #f3f1ea; --muted: #a8afa3; --line: rgba(243, 241, 234, .16); --white: #232823; --shadow: 0 22px 60px rgba(0, 0, 0, .25); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.5; transition: background .3s ease, color .3s ease; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.site-shell { overflow: hidden; }
.site-header { align-items: center; display: flex; justify-content: space-between; margin: 0 auto; max-width: 1440px; padding: 24px 5vw; position: relative; z-index: 20; }
.brand { align-items: center; display: inline-flex; font-family: var(--display); font-size: 1.35rem; font-weight: 700; gap: 9px; letter-spacing: -.06em; }
.brand-mark { align-items: center; display: inline-flex; gap: 3px; height: 22px; transform: skew(-18deg); }
.brand-mark span { background: var(--ink); border-radius: 3px; display: block; height: 14px; width: 4px; }
.brand-mark span:nth-child(2) { height: 20px; }
.brand-mark span:nth-child(3) { height: 10px; }
.desktop-nav { display: flex; gap: 32px; margin-left: 12%; }
.desktop-nav a, .footer-links a { color: var(--muted); font-size: .82rem; font-weight: 600; transition: color .2s ease; }
.desktop-nav a:hover, .footer-links a:hover { color: var(--ink); }
.header-actions { align-items: center; display: flex; gap: 12px; }
.icon-button { align-items: center; background: transparent; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); display: inline-flex; height: 40px; justify-content: center; padding: 0; width: 40px; }
.menu-toggle { display: none; }
.button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: .85rem; font-weight: 700; gap: 22px; justify-content: center; padding: 15px 19px; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button span, .text-link span { font-size: 1.1em; }
.button-small { font-size: .78rem; padding: 11px 15px; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-lime { background: var(--lime); color: #17200c; }
.button-outline { border-color: var(--line); color: var(--ink); }
.button-outline:hover { background: var(--ink); color: var(--paper); }
.section-pad { margin: 0 auto; max-width: 1440px; padding-left: 5vw; padding-right: 5vw; }
.hero { align-items: center; display: grid; gap: 6vw; grid-template-columns: .85fr 1.15fr; min-height: 670px; padding-bottom: 100px; padding-top: 65px; }
.eyebrow, .section-kicker { color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { align-items: center; display: flex; gap: 8px; }
.pulse-dot, .live-dot { background: var(--lime-deep); border-radius: 50%; display: inline-block; height: 8px; position: relative; width: 8px; }
.pulse-dot::after { animation: pulse 2s infinite; border: 1px solid var(--lime-deep); border-radius: 50%; content: ''; inset: -4px; position: absolute; }
@keyframes pulse { 0%, 100% { opacity: .8; transform: scale(.8); } 50% { opacity: 0; transform: scale(1.5); } }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.075em; }
h1 { font-size: clamp(4.4rem, 8.3vw, 8rem); font-weight: 600; line-height: .87; margin: 25px 0 28px; }
h1 em, h2 span { color: var(--muted); font-style: normal; }
.hero-intro { color: var(--muted); font-size: 1.12rem; max-width: 360px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.text-link { align-items: center; color: var(--ink); display: inline-flex; font-size: .84rem; font-weight: 700; gap: 11px; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero-proof { align-items: center; display: flex; gap: 14px; margin-top: 64px; }
.hero-proof p { color: var(--muted); font-size: .7rem; line-height: 1.3; margin: 0; }
.hero-proof strong { color: var(--ink); font-size: .9rem; }
.avatar-stack { display: flex; }
.avatar-stack span { align-items: center; background: var(--paper-deep); border: 2px solid var(--paper); border-radius: 50%; color: var(--ink); display: inline-flex; font-size: .62rem; font-weight: 700; height: 31px; justify-content: center; margin-left: -8px; width: 31px; }
.avatar-stack span:first-child { margin-left: 0; background: #ccaa8b; }.avatar-stack span:nth-child(2) { background: #8ea276; }.avatar-stack span:nth-child(3) { background: #c47f61; }.avatar-stack span:last-child { background: var(--ink); color: var(--paper); }
.hero-visual { min-height: 570px; position: relative; }
.hero-image-wrap { border-radius: 43% 43% 22px 22px; height: 545px; overflow: hidden; position: relative; z-index: 2; }
.hero-image-wrap::after { background: linear-gradient(180deg, transparent 50%, rgba(10, 18, 12, .47)); content: ''; inset: 0; position: absolute; }
.hero-image-wrap img { height: 100%; object-fit: cover; width: 100%; }
.image-note { align-items: center; backdrop-filter: blur(12px); background: rgba(252, 251, 246, .84); border-radius: 13px; box-shadow: 0 12px 28px rgba(0,0,0,.11); display: flex; gap: 10px; padding: 11px 14px; position: absolute; z-index: 3; }
.image-note strong, .image-note small { display: block; }.image-note strong { font-size: .77rem; }.image-note small { color: var(--muted); font-size: .62rem; }.note-icon { align-items: center; background: var(--lime); border-radius: 50%; display: inline-flex; height: 27px; justify-content: center; width: 27px; }.note-top { right: 7%; top: 17%; }.note-bottom { bottom: 8%; left: 7%; }.mini-bike { align-items: center; background: var(--ink); border-radius: 50%; color: var(--lime); display: inline-flex; font-size: 1.4rem; height: 34px; justify-content: center; width: 34px; }
.hero-orbit { border: 1px solid var(--line); border-radius: 50%; height: 92%; left: -8%; position: absolute; top: 2%; transform: rotate(28deg); width: 120%; z-index: 1; }.orbit-two { height: 73%; left: 6%; top: 12%; transform: rotate(-32deg); width: 100%; }
.vertical-label { color: var(--muted); font-size: .58rem; letter-spacing: .18em; position: absolute; right: -5%; top: 45%; transform: rotate(90deg); }
.ticker { background: var(--ink); color: var(--paper); overflow: hidden; white-space: nowrap; }.ticker-track { align-items: center; animation: ticker 26s linear infinite; display: flex; gap: 35px; min-width: max-content; padding: 13px 0; }.ticker-track span { font-family: var(--display); font-size: .78rem; font-weight: 600; letter-spacing: .1em; }.ticker-track i { color: var(--lime); font-style: normal; }.ticker-track span:nth-of-type(even) { color: var(--lime); }@keyframes ticker { to { transform: translateX(-35%); } }
.intro-section { padding-bottom: 125px; padding-top: 145px; }.intro-grid { display: grid; gap: 8vw; grid-template-columns: 1fr 1fr; margin-top: 32px; }.intro-grid h2, .section-heading h2, .zone-intro h2, .contact-copy h2 { font-size: clamp(3.4rem, 6vw, 6.2rem); line-height: .9; margin: 0; }.large-copy { font-family: var(--display); font-size: clamp(1.35rem, 2vw, 2rem); letter-spacing: -.045em; line-height: 1.12; max-width: 490px; }.muted-copy { color: var(--muted); font-size: .95rem; max-width: 390px; }.intro-grid .text-link { margin-top: 22px; }.stats-grid { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 105px; }.stat { border-right: 1px solid var(--line); padding: 24px 0; }.stat + .stat { padding-left: 27px; }.stat:last-child { border: 0; }.stat strong { display: block; font-family: var(--display); font-size: clamp(2.3rem, 4vw, 4rem); letter-spacing: -.08em; line-height: 1; }.stat strong span { color: var(--muted); font-size: .5em; letter-spacing: -.04em; }.stat small { color: var(--muted); font-size: .7rem; }.stat-accent strong { color: var(--lime-deep); }
.bikes-section { background: var(--paper-deep); max-width: none; padding-bottom: 130px; padding-top: 130px; }.section-heading { align-items: flex-end; display: flex; justify-content: space-between; margin: 0 auto; max-width: 1300px; }.bike-grid { display: grid; gap: 3.2vw; grid-template-columns: 1.25fr 1fr; margin: 65px auto 0; max-width: 1300px; }.bike-card { min-width: 0; }.bike-image { border-radius: var(--radius); height: 485px; overflow: hidden; position: relative; }.bike-card:not(.bike-card-main) .bike-image { height: 385px; margin-top: 100px; }.bike-image::after { background: linear-gradient(180deg, rgba(0,0,0,.16), transparent 32%, rgba(0,0,0,.18)); content: ''; inset: 0; pointer-events: none; position: absolute; }.bike-image img { height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); width: 100%; }.bike-card:hover .bike-image img { transform: scale(1.04); }.card-tag { background: var(--lime); border-radius: 999px; color: #263312; font-size: .66rem; font-weight: 700; left: 18px; padding: 7px 11px; position: absolute; top: 18px; z-index: 2; }.card-tag-light { background: var(--paper); color: var(--ink); }.round-arrow { align-items: center; background: var(--paper); border: 0; border-radius: 50%; bottom: 18px; color: var(--ink); display: inline-flex; font-size: 1.2rem; height: 47px; justify-content: center; position: absolute; right: 18px; transition: transform .2s ease; width: 47px; z-index: 2; }.round-arrow:hover { transform: rotate(45deg); }.bike-meta { align-items: flex-start; display: flex; justify-content: space-between; padding: 19px 3px 0; }.bike-meta h3 { font-size: 1.55rem; margin-bottom: 4px; }.bike-meta p { color: var(--muted); font-size: .85rem; margin: 0; }.bike-meta > strong { font-family: var(--display); font-size: 1.05rem; }.bike-meta small { color: var(--muted); font-family: var(--body); font-size: .7rem; font-weight: 400; }.bike-specs { border-bottom: 1px solid var(--line); color: var(--muted); display: flex; font-size: .68rem; gap: 17px; margin-top: 20px; padding-bottom: 18px; }
.how-section { align-items: center; display: grid; gap: 9vw; grid-template-columns: 1fr 1fr; padding-bottom: 150px; padding-top: 150px; }.how-image { height: 600px; max-width: 510px; overflow: hidden; position: relative; }.how-image img { height: 100%; object-fit: cover; width: 100%; }.how-stamp { align-items: center; background: var(--lime); border-radius: 50%; bottom: 30px; color: #21300f; display: flex; flex-direction: column; font-family: var(--display); font-size: .93rem; font-weight: 700; height: 132px; justify-content: center; letter-spacing: -.03em; line-height: .9; position: absolute; right: -27px; text-align: center; transform: rotate(13deg); width: 132px; }.how-stamp span { font-size: 1.5rem; margin-top: 11px; }.how-copy h2 { font-size: clamp(3.3rem, 5vw, 5.7rem); line-height: .9; margin: 22px 0 55px; }.steps { border-top: 1px solid var(--line); }.step { align-items: flex-start; border-bottom: 1px solid var(--line); display: flex; gap: 25px; padding: 22px 0; transition: padding .2s ease; }.step > span { color: var(--muted); font-family: var(--display); font-size: .72rem; padding-top: 4px; }.step h3 { font-size: 1.08rem; margin-bottom: 3px; }.step p { color: var(--muted); font-size: .8rem; margin: 0; }.step.active { padding-left: 12px; }.step.active > span { color: var(--lime-deep); }.step.active::before { background: var(--lime); border-radius: 50%; content: ''; height: 7px; margin-left: -12px; margin-top: 8px; position: absolute; width: 7px; }
.pricing-section { background: var(--ink); color: var(--paper); max-width: none; padding-bottom: 145px; padding-top: 135px; }.pricing-section .section-pad { max-width: 1440px; }.pricing-section .section-kicker, .pricing-section h2 span { color: rgba(243,241,234,.5); }.pricing-toggle { border: 1px solid rgba(243,241,234,.25); border-radius: 999px; display: flex; padding: 4px; }.pricing-toggle button { background: transparent; border: 0; border-radius: 999px; color: var(--paper); font-size: .72rem; padding: 9px 15px; }.pricing-toggle button.active { background: var(--lime); color: #263312; }.price-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); margin: 70px auto 0; max-width: 1300px; }.price-card { border: 1px solid rgba(243,241,234,.2); border-radius: var(--radius); min-height: 470px; padding: 30px; position: relative; }.price-card.featured { background: var(--lime); border-color: var(--lime); color: #1c2810; transform: translateY(-18px); }.price-card.featured .price-label, .price-card.featured p, .price-card.featured li { color: #526528; }.price-card .price-label { color: rgba(243,241,234,.55); font-size: .72rem; }.price-card h3 { font-size: 2rem; margin: 19px 0 22px; }.price { align-items: baseline; display: flex; font-family: var(--display); font-size: 1.3rem; letter-spacing: -.06em; }.price > span:first-child { font-size: 4.1rem; font-weight: 600; line-height: 1; }.price small { color: var(--muted); font-family: var(--body); font-size: .68rem; letter-spacing: 0; }.featured .price small { color: #526528; }.price-custom { font-size: 2.25rem !important; margin: 14px 0 18px; }.price-card > p:not(.price-label) { color: rgba(243,241,234,.65); font-size: .83rem; min-height: 43px; }.featured > p:not(.price-label) { color: #526528; }.price-card .button { margin: 13px 0 25px; width: 100%; }.price-card ul { border-top: 1px solid rgba(243,241,234,.18); list-style: none; margin: 0; padding: 18px 0 0; }.featured ul { border-color: rgba(36,55,16,.2); }.price-card li { color: rgba(243,241,234,.7); font-size: .75rem; margin: 9px 0; }.price-card li::before { color: var(--lime); content: '↗'; margin-right: 9px; }.featured li::before { color: #1c2810; }.popular { background: var(--ink); border-radius: 999px; color: var(--paper); font-size: .62rem; font-weight: 700; padding: 7px 10px; position: absolute; right: 22px; top: 22px; }
.zones-section { align-items: center; display: grid; gap: 7vw; grid-template-columns: .7fr 1.3fr; padding-bottom: 150px; padding-top: 150px; }.zone-intro h2 { margin: 21px 0 24px; }.zone-intro > p { color: var(--muted); max-width: 290px; }.zone-legend { display: flex; flex-direction: column; gap: 9px; margin-top: 38px; }.zone-legend span { align-items: center; color: var(--muted); display: flex; font-size: .72rem; gap: 8px; }.legend-dot { border-radius: 50%; display: inline-block; height: 8px; width: 8px; }.legend-dot.lime { background: var(--lime-deep); }.legend-dot.dark { background: var(--ink); }.map-card { background: var(--paper-deep); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }.map-toolbar, .map-footer { align-items: center; display: flex; justify-content: space-between; padding: 19px 24px; }.map-toolbar { color: var(--ink); font-size: .78rem; }.map-toolbar span { align-items: center; color: var(--muted); display: flex; font-size: .68rem; gap: 7px; }.map-canvas { background-color: #dfe3d7; background-image: radial-gradient(#abb5a4 1px, transparent 1px); background-size: 24px 24px; height: 375px; overflow: hidden; position: relative; }.map-canvas svg { height: 100%; width: 100%; }.map-road { fill: none; stroke: rgba(117, 133, 114, .25); stroke-width: 8; }.map-area { fill: rgba(197, 239, 71, .38); stroke: var(--lime-deep); stroke-dasharray: 6 7; stroke-width: 2; }.map-label { fill: #75846e; font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: 2px; text-anchor: middle; }.map-sub-label { fill: #75846e; font-family: var(--body); font-size: 10px; text-anchor: middle; }.station { align-items: center; background: var(--ink); border: 3px solid var(--paper); border-radius: 50%; color: var(--lime); display: flex; height: 35px; justify-content: center; position: absolute; transform: translate(-50%,-50%); transition: transform .2s ease, background .2s ease; width: 35px; z-index: 2; }.station span { font-size: .58rem; font-weight: 700; }.station:hover, .station.active { background: var(--lime-deep); color: var(--ink); transform: translate(-50%,-50%) scale(1.18); }.map-tooltip { background: var(--paper); border-radius: 10px; box-shadow: 0 6px 18px rgba(0,0,0,.15); display: flex; flex-direction: column; left: 8%; padding: 10px 13px; position: absolute; top: 10%; }.map-tooltip strong { font-size: .76rem; }.map-tooltip small { color: var(--muted); font-size: .62rem; }.map-tooltip .live-dot { margin-bottom: 5px; }.map-footer { background: var(--ink); color: var(--paper); font-size: .7rem; }.map-footer a { color: var(--lime); font-weight: 700; }
.quote-section { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); padding-bottom: 130px; padding-top: 130px; text-align: center; }.quote-mark { color: var(--lime-deep); font-family: Georgia, serif; font-size: 5rem; height: 48px; line-height: 1; }.quote-section blockquote { font-family: var(--display); font-size: clamp(2rem, 4.2vw, 4.5rem); letter-spacing: -.07em; line-height: .98; margin: 25px auto; max-width: 930px; }.quote-section p { color: var(--muted); font-size: .76rem; }
.contact-section { display: grid; gap: 12vw; grid-template-columns: .9fr 1.1fr; padding-bottom: 145px; padding-top: 145px; }.contact-copy h2 { margin: 21px 0 24px; }.contact-copy > p { color: var(--muted); max-width: 330px; }.contact-details { border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 11px; margin-top: 55px; padding-top: 19px; width: min(100%, 370px); }.contact-details a { font-family: var(--display); font-size: 1.05rem; font-weight: 600; }.contact-details a span { color: var(--lime-deep); }.contact-details > span { color: var(--muted); font-size: .73rem; }.contact-form { display: flex; flex-direction: column; gap: 19px; }.contact-form label { color: var(--muted); display: flex; flex-direction: column; font-size: .68rem; font-weight: 700; gap: 7px; }.contact-form input, .contact-form select, .contact-form textarea { background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); outline: none; padding: 8px 0 12px; resize: vertical; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--lime-deep); }.contact-form select option { background: var(--paper); }.form-row { display: grid; gap: 30px; grid-template-columns: 1fr 1fr; }.contact-form .button { border: 0; margin-top: 12px; width: fit-content; }.form-note { color: var(--muted); font-size: .65rem; margin: -4px 0 0; }
.site-footer { align-items: center; border-top: 1px solid var(--line); display: flex; gap: 35px; margin: 0 5vw; padding: 25px 0; }.site-footer > p { color: var(--muted); font-size: .7rem; margin: 0; }.footer-links { display: flex; gap: 18px; margin-left: auto; }.footer-year { color: var(--muted); font-size: .65rem; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }.reveal.visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .12s; }.reveal-delay-2 { transition-delay: .22s; }
.mobile-menu { background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; padding: 10px 5vw 22px; position: relative; z-index: 19; }.mobile-menu.open { display: flex; }.mobile-menu a { border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 1.4rem; padding: 14px 0; }
@media (max-width: 900px) { .desktop-nav { margin-left: auto; margin-right: 25px; }.hero { gap: 35px; grid-template-columns: 1fr; padding-top: 45px; }.hero-copy { max-width: 620px; }.hero-visual { min-height: 470px; }.hero-image-wrap { height: 450px; }.vertical-label { display: none; }.intro-grid, .contact-section { gap: 50px; grid-template-columns: 1fr; }.bike-grid { grid-template-columns: 1fr 1fr; }.bike-card:not(.bike-card-main) .bike-image { margin-top: 0; }.how-section, .zones-section { gap: 55px; grid-template-columns: 1fr; }.how-image { max-width: none; }.zone-intro { max-width: 500px; }.price-grid { grid-template-columns: 1fr; }.price-card { min-height: 0; }.price-card.featured { transform: none; }.footer-links { margin-left: 0; } }
@media (max-width: 640px) { .site-header { padding: 18px 20px; }.desktop-nav, .header-actions .button { display: none; }.menu-toggle { display: inline-flex; }.section-pad { padding-left: 20px; padding-right: 20px; }.hero { min-height: auto; padding-bottom: 70px; padding-top: 45px; }.hero h1 { font-size: clamp(4rem, 19vw, 6rem); }.hero-intro { font-size: 1rem; }.hero-proof { margin-top: 44px; }.hero-visual { margin-left: -3px; min-height: 350px; }.hero-image-wrap { height: 340px; }.note-top { right: 3%; top: 11%; }.note-bottom { bottom: 5%; left: 3%; }.image-note { padding: 9px 10px; }.image-note strong { font-size: .68rem; }.image-note small { font-size: .56rem; }.intro-section, .bikes-section, .how-section, .pricing-section, .zones-section, .contact-section { padding-bottom: 85px; padding-top: 85px; }.intro-grid h2, .section-heading h2, .zone-intro h2, .contact-copy h2 { font-size: clamp(3.2rem, 17vw, 5rem); }.stats-grid { grid-template-columns: 1fr 1fr; margin-top: 65px; }.stat { border-bottom: 1px solid var(--line); }.stat:nth-child(2) { border-right: 0; }.stat:nth-child(3), .stat:nth-child(4) { border-bottom: 0; }.stat:nth-child(3) { padding-left: 0; }.stat:nth-child(4) { padding-left: 27px; }.bike-grid { gap: 28px; grid-template-columns: 1fr; margin-top: 42px; }.bike-image, .bike-card:not(.bike-card-main) .bike-image { height: 340px; }.hide-mobile { display: none; }.section-heading { align-items: flex-start; flex-direction: column; gap: 25px; }.how-image { height: 420px; }.how-copy h2 { font-size: clamp(3rem, 15vw, 4.7rem); margin-bottom: 38px; }.price-grid { margin-top: 42px; }.price-card { padding: 24px; }.pricing-toggle { align-self: flex-start; }.map-canvas { height: 320px; }.quote-section { padding-bottom: 90px; padding-top: 90px; }.quote-section blockquote { font-size: 2.2rem; }.form-row { gap: 19px; grid-template-columns: 1fr; }.site-footer { align-items: flex-start; flex-direction: column; gap: 17px; margin: 0 20px; }.footer-links { flex-wrap: wrap; }.footer-year { margin-top: 12px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
