:root {
  color-scheme: light;
  --navy: #0f2a44;
  --navy-deep: #0a2035;
  --sea: #6fb3c6;
  --coral: #f47c67;
  --cream: #fff9ef;
  --paper: #fffdf8;
  --white: #ffffff;
  --muted: #536578;
  --line: #d9e2e5;
  --shadow: 0 22px 60px rgba(15, 42, 68, 0.12);
  --radius: 24px;
  --wrap: 1370px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--navy);
  font-family: "Avenir Next", Avenir, Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
body::before {
  background-image:
    linear-gradient(rgba(111, 179, 198, .075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 179, 198, .075) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -2;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { background: var(--white); left: 12px; padding: 10px 14px; position: fixed; top: -80px; z-index: 100; }
.skip-link:focus { top: 12px; }
.wrap { margin: 0 auto; max-width: var(--wrap); padding-inline: 0; }
.site-header { backdrop-filter: blur(16px); background: rgba(255, 249, 239, .9); border-bottom: 1px solid rgba(15, 42, 68, .1); position: sticky; top: 0; z-index: 20; }
.header-inner { align-items: center; display: flex; justify-content: space-between; min-height: 92px; }
.brand { align-items: center; display: inline-flex; font-size: 1.95rem; font-weight: 700; gap: 14px; letter-spacing: -.025em; text-decoration: none; }
.brand img { height: 52px; width: 52px; }
.site-nav { align-items: center; display: flex; gap: 30px; }
.site-nav a { font-size: 1.05rem; font-weight: 500; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #3d8498; }
.menu-button { align-items: center; background: transparent; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); display: none; height: 46px; justify-content: center; padding: 0; width: 46px; }
.menu-button svg { height: 22px; width: 22px; }
.hero { overflow: hidden; padding: 30px 0 20px; position: relative; }
.hero-grid { display: block; min-height: 250px; position: relative; z-index: 1; }
.hero-grid > div:first-child { max-width: 660px; padding-top: 8px; position: relative; z-index: 2; }
.hero .eyebrow { display: none; }
.eyebrow { color: #397b8d; font-size: .77rem; font-weight: 800; letter-spacing: .14em; margin: 0 0 16px; text-transform: uppercase; }
h1, h2, h3 { font-family: inherit; font-weight: 750; }
h1, h2 { line-height: 1.06; }
h1 { font-size: clamp(3.25rem, 4.6vw, 4.15rem); letter-spacing: -.04em; margin: 0 0 18px; max-width: 680px; }
h2 { font-size: clamp(1.9rem, 3.5vw, 2.8rem); letter-spacing: -.03em; margin: 0 0 14px; }
h3 { font-size: 1.32rem; letter-spacing: -.02em; line-height: 1.14; margin: 0 0 8px; }
.lead { color: #3e5367; font-size: clamp(1.08rem, 1.8vw, 1.28rem); margin: 0 0 20px; max-width: 610px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { align-items: center; background: var(--navy); border: 1px solid var(--navy); border-radius: 999px; color: var(--white); display: inline-flex; font-weight: 760; justify-content: center; min-height: 50px; padding: 12px 22px; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { box-shadow: 0 10px 25px rgba(15,42,68,.18); transform: translateY(-2px); }
.button.secondary { background: transparent; color: var(--navy); }
.button.light { background: var(--cream); border-color: var(--cream); color: var(--navy); }
.hero-map { bottom: -30px; opacity: .62; position: absolute; right: -90px; top: -36px; width: 70%; }
.hero-map svg { height: 100%; width: 100%; }
.map-grid { fill: none; stroke: #bac8ca; stroke-width: 1; }
.map-routes { fill: none; stroke: #83b5c2; stroke-width: 1.5; }
.map-points { fill: var(--sea); stroke: var(--cream); stroke-width: 2; }
.map-points circle:nth-child(3n+1) { fill: var(--coral); }
.map-points circle:nth-child(5) { fill: #f7b955; }
.section { padding: 44px 0; }
.section.paper { background: transparent; border: 0; }
.section-heading { max-width: 740px; }
#products { padding: 10px 0 0; }
.section-heading .eyebrow, .section-heading .section-intro { display: none; }
.section-heading h2 { font-size: 1.65rem; margin-bottom: 8px; }
.section-intro { color: var(--muted); font-size: 1.15rem; margin: 0 0 42px; max-width: 680px; }
.product-card { background: linear-gradient(110deg, #061d34, #07345b 60%, #082b4d); border-radius: 11px; box-shadow: var(--shadow); color: var(--white); display: grid; gap: 34px; grid-template-columns: .88fr 1.12fr; height: 230px; overflow: hidden; padding: 26px 42px; position: relative; }
.product-card::before { background: radial-gradient(circle at center, rgba(111,179,198,.18), transparent 66%); content: ""; inset: 0 0 0 50%; pointer-events: none; position: absolute; }
.product-card p { color: #8fd3df; font-size: 1rem; margin: 0 0 20px; }
.product-card .eyebrow { color: #8ed0e1; }
.product-card-detail { align-items: center; height: auto; min-height: 360px; padding-block: 40px; }
.product-card-detail > div:first-child { position: relative; z-index: 1; }
.product-copy { align-items: center; display: grid; gap: 24px; grid-template-columns: 80px 1fr; }
.product-copy h3 { font-size: 1.85rem; }
.bike-icon { align-items: center; border: 2px solid #72d1db; border-radius: 15px; display: flex; height: 72px; justify-content: center; width: 72px; }
.bike-icon svg { fill: none; height: 46px; stroke: #72d1db; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 46px; }
.product-link { border: 1px solid #72d1db; border-radius: 5px; display: inline-flex; font-weight: 500; min-height: 44px; padding: 9px 18px; text-decoration: none; }
.availability { align-items: stretch; display: grid; grid-template-columns: 1fr .9fr; min-width: 0; position: relative; }
.availability-rows { border-left: 1px solid rgba(255,255,255,.25); display: grid; padding: 8px 22px 8px 28px; }
.availability-rows > div { align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); display: grid; font-size: .78rem; gap: 10px; grid-template-columns: 10px 1fr auto auto; }
.availability-rows > div:last-child { border-bottom: 0; }
.availability-rows i { border-radius: 50%; height: 10px; width: 10px; }
.availability-rows i.teal, .availability svg .teal { fill: #68c4c9; background: #68c4c9; }
.availability-rows i.coral, .availability svg .coral { fill: #ff805f; background: #ff805f; }
.availability-rows i.gold, .availability svg .gold { fill: #f8ba50; background: #f8ba50; }
.availability-rows b { font-weight: 500; white-space: nowrap; }
.availability svg { height: 100%; width: 100%; }
.availability svg .minor { fill: none; stroke: rgba(255,255,255,.12); stroke-width: 1; }
.availability svg .route { fill: none; stroke: rgba(255,238,225,.65); stroke-width: 3; }
.availability svg circle { stroke: #fff; stroke-width: 1.5; }
.station-map { min-height: 310px; position: relative; }
.station-map svg { height: 100%; inset: 0; position: absolute; width: 100%; }
.station { align-items: center; background: rgba(255,255,255,.96); border-radius: 16px; box-shadow: 0 14px 30px rgba(0,0,0,.19); color: var(--navy); display: flex; gap: 12px; padding: 11px 14px; position: absolute; width: min(250px, 72%); }
.station strong { display: block; font-size: .85rem; }
.station span { color: var(--muted); display: block; font-size: .72rem; }
.station-dot { background: var(--coral); border-radius: 50%; flex: 0 0 13px; height: 13px; width: 13px; }
.station.one { left: 1%; top: 10%; }
.station.two { right: 0; top: 43%; }
.station.three { bottom: 2%; left: 14%; }
.principles { display: grid; gap: 34px; grid-template-columns: repeat(3, 1fr); padding-inline: 64px; }
.principle { align-items: center; display: grid; gap: 18px; grid-template-columns: 76px 1fr; padding: 0; }
.principle + .principle { border-left: 1px solid rgba(15,42,68,.18); padding-left: 34px; }
.principle p { color: var(--muted); margin: 0; }
.principle-icon { align-items: center; border: 1.5px solid #2e9eb9; border-radius: 50%; color: #2e9eb9; display: flex; font-size: 2.3rem; height: 68px; justify-content: center; width: 68px; }
.principle-icon.coral { border-color: var(--coral); color: var(--coral); }
.principle-icon svg { fill: none; height: 42px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 42px; }
#approach { padding: 18px 0 24px; }
#approach > .wrap > .eyebrow, #approach > .wrap > .section-intro { display: none; }
#approach h2 { font-size: 1.65rem; margin-bottom: 16px; }
.closing { background: transparent; padding: 5px 0 18px; text-align: center; }
.closing h2 { font-size: 2.2rem; margin-inline: auto; max-width: 800px; }
.closing .button, .closing p { display: none; }
.closing p { color: var(--muted); font-size: 1.15rem; margin: 0 auto 28px; max-width: 590px; }
.page-hero { padding: 100px 0 70px; }
.page-hero h1 { font-size: clamp(3.15rem, 6.5vw, 5.35rem); }
.content-grid { display: grid; gap: 70px; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); }
.prose { max-width: 760px; }
.prose h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); margin-top: 52px; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: var(--muted); }
.prose a { color: #2e7488; font-weight: 740; }
.aside-card { align-self: start; background: var(--navy); border-radius: var(--radius); color: var(--white); padding: 30px; position: sticky; top: 106px; }
.aside-card p { color: #cbd8e2; }
.contact-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.contact-card a { color: #2e7488; font-size: 1.18rem; font-weight: 760; }
.legal-note { background: rgba(111,179,198,.13); border-left: 4px solid var(--sea); padding: 18px 20px; }
.site-footer { background: transparent; border-top: 1px solid rgba(15,42,68,.16); color: var(--navy); margin: 0 auto; max-width: calc(var(--wrap) - 56px); padding: 20px 0 24px; }
.site-footer .wrap { align-items: center; display: flex; justify-content: center; }
.footer-grid { display: block; margin-left: 215px; }
.footer-brand { display: none; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-links a { font-size: .9rem; font-weight: 680; text-decoration: none; }
.copyright { color: var(--muted); font-size: .8rem; margin-left: auto; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

@media (max-width: 820px) {
  .wrap { padding-inline: 20px; }
  .header-inner { min-height: 70px; }
  .brand { font-size: 1.35rem; }
  .brand img { height: 48px; width: 48px; }
  .menu-button { display: inline-flex; }
  .site-nav { align-items: stretch; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(15,42,68,.1); display: none; flex-direction: column; gap: 0; left: 0; padding: 12px 20px 20px; position: absolute; right: 0; top: 70px; }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav a { min-height: 48px; padding: 12px 4px; }
  .hero { min-height: 0; padding: 46px 0 28px; }
  .hero-grid { min-height: 0; }
  .hero-grid > div:first-child { max-width: none; }
  .hero-map { bottom: auto; height: 310px; opacity: .58; right: -150px; top: -46px; width: 100%; }
  .hero .actions { display: grid; gap: 12px; margin-top: 22px; }
  .hero .button { border-radius: 7px; font-size: 1.05rem; min-height: 48px; width: 100%; }
  .section.paper { padding-top: 10px; }
  .product-card { display: block; min-height: 250px; padding: 28px 24px; }
  .product-card-detail { height: auto; padding-bottom: 34px; }
  .product-copy { grid-template-columns: 72px minmax(0, 1fr); max-width: 76%; position: relative; z-index: 2; }
  .bike-icon { height: 66px; width: 66px; }
  .product-copy h3 { font-size: 1.38rem; white-space: nowrap; }
  .availability { inset: 0 0 0 52%; position: absolute; }
  .availability-rows { display: none; }
  .availability svg { height: 100%; opacity: .9; width: 100%; }
  .principles { grid-template-columns: 1fr; padding-inline: 0; }
  .principle + .principle { border-left: 0; padding-left: 0; }
  .content-grid { gap: 36px; grid-template-columns: 1fr; }
  .aside-card { position: static; }
}

@media (max-width: 520px) {
  h1 { font-size: clamp(2.3rem, 9vw, 2.55rem); }
  .lead { font-size: 1.03rem; }
  .product-card { border-radius: 10px; min-height: 250px; padding: 28px 22px; }
  .product-copy { align-items: start; gap: 15px; grid-template-columns: 66px minmax(0, 1fr); max-width: 82%; }
  .product-copy > div:last-child { width: auto; }
  .product-copy h3 { font-size: 1.28rem; }
  .product-copy p { font-size: .94rem; }
  .product-link { background: rgba(6,29,52,.74); }
  .availability { left: 54%; opacity: .8; }
  .availability svg { transform: scale(1.55); }
  .principle { grid-template-columns: 70px 1fr; }
  .principle-icon { height: 62px; width: 62px; }
  .closing h2 { font-size: 1.75rem; }
  .site-footer .wrap { display: block; }
  .footer-links { justify-content: space-between; }
  .footer-grid { margin-left: 0; }
  .copyright { margin: 18px 0 0; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
