@font-face{
  font-family:"Anton";
  src:url("../fonts/anton-latin-400.woff2") format("woff2");
  font-weight:400; font-style:normal; font-display:swap;
}
:root {
  --blue: #d7f3ff; --blue-deep: #bce7f8; --blue-soft: #eefaff;
  --green: #78ad00; --green-dark: #5d9000;
  --ink: #080d12; --muted: #4f5964; --line: #91bfd7;
  --card: #ffffff; --shadow: 0 8px 18px rgba(18, 70, 98, .12); --radius: 9px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); background: #fff;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif; line-height: 1.45;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }

.skip-link { position: absolute; left: -999px; top: 0; padding: 10px 14px; background: #fff; z-index: 100; }
.skip-link:focus { left: 10px; top: 10px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.page-shell { width: min(100%, 1122px); margin: 0 auto; padding: 0 42px; position: relative; }

.hero {
  position: relative; min-height: 512px; overflow: hidden;
  background:
    radial-gradient(circle at 24% 10%, rgba(255,255,255,.75), rgba(255,255,255,0) 35%),
    linear-gradient(180deg, #d9f5ff 0%, #c8edfb 100%);
  border-bottom: 1px solid rgba(129, 187, 215, .55);
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.20)); pointer-events: none;
}
.hero-bike { position: absolute; left: -2px; top: 2px; width: 340px; height: auto; z-index: 1; pointer-events: none; filter: drop-shadow(0 16px 18px rgba(18,70,98,.13)); }

.topbar { height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 18px; position: relative; z-index: 5; }
.brand { flex: 0 0 auto; margin-left: 142px; min-width: 255px; display: inline-flex; flex-direction: column; align-items: flex-start; text-transform: uppercase; letter-spacing: 3.8px; }
.brand-name { font-size: 29px; line-height: .92; font-weight: 500; letter-spacing: 5.7px; }
.brand-subtitle { margin-top: 5px; font-size: 12px; line-height: 1; font-weight: 700; letter-spacing: 1.2px; white-space: nowrap; }

.site-nav {
  display: flex; align-items: center; justify-content: flex-end; gap: 14px; margin-left: auto;
  text-transform: uppercase; font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 13px; letter-spacing: .55px; position: relative; z-index: 6;
}
.site-nav a { position: relative; padding: 8px 0; white-space: nowrap; }
.site-nav a.active::after, .site-nav a:not(.nav-book):hover::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 4px; background: var(--green);
}
.site-nav .nav-book {
  padding: 15px 17px; color: #fff; background: linear-gradient(180deg, #84bd00, #6ca100);
  border-radius: 8px; box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 5px 11px rgba(80,120,0,.18);
}
.nav-toggle { display: none; touch-action: manipulation; }

.hero-copy { position: relative; z-index: 3; margin-left: 402px; padding-top: 39px; max-width: 610px; }
.hero-copy h1 {
  margin: 0 0 18px 0; font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(50px, 5vw, 68px); line-height: .98; letter-spacing: 4px; text-transform: uppercase; font-weight: 900;
}
.hero-copy p { margin: 0; color: #1c2a31; font-size: 21px; line-height: 1.46; letter-spacing: .1px; }
.hero-copy .hero-kicker {
  margin-bottom: 10px; color: var(--green-dark); font-family: "Anton", Impact, Haettenschweiler, sans-serif;
  font-size: 14px; line-height: 1; letter-spacing: 2.2px; text-transform: uppercase;
}
.hero-facts { display: flex; flex-wrap: wrap; gap: 9px; margin: 19px 0 0; padding: 0; list-style: none; }
.hero-facts li {
  padding: 7px 11px; border: 1px solid rgba(38, 93, 118, .24); border-radius: 999px;
  background: rgba(255,255,255,.48); color: #243640; font-size: 12px; font-weight: 700; letter-spacing: .25px;
}
.hero-actions { display: flex; align-items: center; gap: 23px; margin-top: 29px; }
.btn {
  min-height: 54px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; padding: 0 34px;
  font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase;
  letter-spacing: 1.25px; font-size: 20px; white-space: nowrap;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  touch-action: manipulation;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: linear-gradient(180deg, #86bd00, #6fa700); box-shadow: inset 0 1px 0 rgba(255,255,255,.30), 0 6px 14px rgba(80,120,0,.20); }
.btn-outline { color: #111; background: rgba(255,255,255,.48); border: 2px solid var(--green); box-shadow: inset 0 1px 0 rgba(255,255,255,.30); }

.service-ribbon {
  position: relative; z-index: 4; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: 14px 30px; margin: 46px 0 6px; padding: 0; list-style: none;
  font-size: 17px; font-weight: 700; letter-spacing: .25px;
}
.service-ribbon li { display: flex; align-items: center; gap: 18px; }
.service-ribbon li:not(:last-child)::after { content: ""; width: 6px; height: 6px; display: inline-block; border-radius: 999px; background: var(--green); }

.services-section { padding: 30px 0 25px; background: radial-gradient(circle at 50% 0, #f4fbff 0, #fff 42%, #fbfdff 100%); }
.section-heading { display: grid; grid-template-columns: 180px auto 180px; align-items: center; justify-content: center; gap: 26px; margin: 4px 0 27px; }
.section-heading span { height: 3px; background: var(--green); display: block; }
.section-heading h2 { margin: 0; font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 31px; text-transform: uppercase; letter-spacing: 5px; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px 20px; max-width: 970px; margin: 0 auto; }
.service-card {
  min-height: 194px; border: 1px solid #d7e3eb; border-top: 4px solid var(--green); border-radius: var(--radius); background: linear-gradient(180deg,#fff 0%,#fbfdff 100%); box-shadow: var(--shadow);
  padding: 22px 18px 18px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
}
.service-card .icon { width: 54px; height: 52px; margin-bottom: 12px; display: grid; place-items: center; border-radius: 14px; background: #eff8dc; box-shadow: inset 0 0 0 1px rgba(120,173,0,.13); }
.service-card .icon img { width: 40px; height: 40px; }
.service-card h3 {
  margin: 0 0 8px; min-height: 39px; display: flex; align-items: center; justify-content: center;
  font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 20px; line-height: 1.06; letter-spacing: .7px; text-transform: uppercase;
}
.service-card p { max-width: 190px; margin: 0; color: #596170; font-size: 14px; line-height: 1.4; }

.info-band { position: relative; overflow: hidden; background: radial-gradient(circle at 50% -40%, rgba(255,255,255,.85), transparent 42%), linear-gradient(180deg, #e4f7ff 0%, #d3f1ff 100%); padding: 18px 0 23px; border-top: 1px solid rgba(142, 201, 229, .55); border-bottom: 1px solid rgba(142, 201, 229, .60); }

.info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; max-width: 900px; margin: 0 auto; position: relative; z-index: 2; }
.info-card { min-height: 265px; padding: 18px 36px 12px; text-align: center; display: flex; flex-direction: column; align-items: center; border-right: 1px solid #87b6ce; }
.info-card:last-child { border-right: 0; }
.round-icon { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 999px; background: #c0ecff; color: #18232a; margin-bottom: 13px; }
.round-icon img { width: 32px; height: 32px; }
.info-card h2 { position: relative; margin: 0 0 22px; font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; letter-spacing: 1.2px; font-size: 20px; line-height: 1.05; }
.info-card h2::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: -10px; width: 42px; height: 3px; background: var(--green); }
.info-card p { margin: 0; color: #1f2d35; font-size: 14px; line-height: 1.38; }
.info-card strong { display: block; margin-top: 22px; color: #12598c; font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; letter-spacing: .75px; font-size: 15px; line-height: 1.3; }
.contact-line { font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 25px !important; line-height: 1.35 !important; color: var(--ink) !important; }
.contact-line + .contact-line { font-size: 20px !important; }
.contact-line a:hover { color: var(--green-dark); }

.bottom-cta { position: relative; overflow: hidden; background: linear-gradient(180deg, #cbefff 0%, #bce7f8 100%); padding: 31px 0; }
.cta-bike { position: absolute; right: -30px; bottom: -120px; width: 250px; opacity: .7; pointer-events: none; transform: scaleX(-1); }
.cta-row { display: grid; grid-template-columns: 1.5fr .75fr 1.05fr; gap: 24px; align-items: center; position: relative; z-index: 2; }
.cta-row h2 { margin: 0; font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; letter-spacing: 2px; font-size: 31px; line-height: 1; }
.cta-row p { margin: 8px 0 0; font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; letter-spacing: 1.1px; font-size: 16px; }
.cta-row .btn { min-height: 52px; }

.site-footer { padding: 18px 0; color: #dceefa; background: #0d141a; font-size: 14px; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.footer-row p { margin: 0; }
.footer-row a { color: #fff; }
.footer-row a:hover { color: #b7eaff; }

@media (max-width: 1100px) {
  .nav-toggle { display: inline-flex; flex: 0 0 auto; width: 46px; height: 46px; border: 0; background: rgba(255,255,255,.55); border-radius: 8px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer; }
  .nav-toggle span:not(.sr-only) { width: 22px; height: 2px; background: var(--ink); display: block; }
  .site-nav { position: absolute; top: 76px; right: 0; width: min(300px, calc(100vw - 68px)); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid #c8dfe9; border-radius: 10px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { min-height: 46px; display: flex; align-items: center; padding: 12px; }
  .site-nav .nav-book { margin-top: 6px; text-align: center; }
}

@media (max-width: 1020px) {
  .page-shell { padding: 0 34px; }
  .brand { margin-left: 116px; min-width: 270px; }
  .brand-name { font-size: 24px; letter-spacing: 4px; }
  .hero-bike { width: 290px; left: -6px; top: 22px; }
  .hero-copy { margin-left: 330px; }
  .service-ribbon { justify-content: center; flex-wrap: wrap; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 700px; margin: 0 auto; }
  .info-card { padding-inline: 24px; }
  .cta-row { grid-template-columns: 1fr; text-align: center; }
}

@media (max-width: 780px) {
  .hero { min-height: auto; padding-bottom: 28px; }
  .topbar { height: 88px; }
  .brand { margin-left: 0; min-width: 0; }
  .brand-name { font-size: 21px; letter-spacing: 3.3px; }
  .brand-subtitle { font-size: 10px; letter-spacing: .8px; }
  .hero-bike { display: none; }
  
  .hero-copy { margin-left: 0; padding-top: 26px; max-width: none; }
  .hero-copy h1 { font-size: 46px; line-height: 1; letter-spacing: 1.8px; }
  .hero-copy p { font-size: 18px; }
  .hero-copy .hero-kicker { font-size: 12px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .service-ribbon { margin: 28px 0 0; justify-content: flex-start; gap: 10px 14px; font-size: 15px; }
  .service-ribbon li { gap: 12px; }
  .service-ribbon li:not(:last-child)::after { width: 5px; height: 5px; }
  .section-heading { grid-template-columns: 1fr auto 1fr; gap: 14px; }
  .section-heading h2 { font-size: 29px; letter-spacing: 3px; }
  .service-grid { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr; }
  .info-card { border-right: 0; border-bottom: 1px solid #87b6ce; min-height: auto; padding: 25px 20px; }
  .info-card:last-child { border-bottom: 0; }
  .footer-row { flex-direction: column; text-align: center; }
}

@media (max-width: 460px) {
  .page-shell { padding: 0 20px; }
  .topbar { gap: 8px; }
  .brand { margin-left: 0; }
  .brand-name { font-size: 18px; letter-spacing: 2.4px; }
  .brand-subtitle { font-size: 8.5px; letter-spacing: .35px; }
  .site-nav { width: calc(100vw - 40px); }
  .hero-copy h1 { font-size: clamp(36px, 10vw, 39px); letter-spacing: 1.2px; }
  .btn { width: 100%; min-height: 52px; padding: 0 16px; font-size: 17px; }
  .service-ribbon { display: none; }
  .services-section { padding-top: 24px; }
}

/* Interaction and accessibility */
a:focus-visible, button:focus-visible, .btn:focus-visible {
  outline: 3px solid var(--green); outline-offset: 3px; border-radius: 6px;
}
.service-card { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 16px 30px rgba(18,70,98,.17); border-color: #b5cedc; border-top-color: var(--green-dark); }
.service-card .icon img { transition: transform .18s ease; }
.service-card:hover .icon img { transform: scale(1.06); }
.round-icon { transition: transform .18s ease, background .18s ease; }
.info-card:hover .round-icon { transform: translateY(-2px); background: #b2e6ff; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}

/* ===== About story section ===== */
.story-section { padding: 6px 0 42px; background: #fff; }
.story { max-width: 820px; margin: 0 auto; }
.story p { margin: 0 0 16px; color: #2a3640; font-size: 17px; line-height: 1.62; }
.story p:last-child { margin-bottom: 0; }
.story strong { color: var(--ink); font-weight: 700; }
@media (max-width: 780px) { .story p { font-size: 16px; } }

.story-more { margin: 24px 0 0 !important; }
.story-more .btn { font-size: 17px; min-height: 48px; padding: 0 26px; }

/* ===== Custom-build / checklist promo band ===== */
.build-promo { background: linear-gradient(180deg,#e4f7ff 0%,#d3f1ff 100%);
  border-top: 1px solid rgba(142,201,229,.55); border-bottom: 1px solid rgba(142,201,229,.6); padding: 30px 0; }
.build-promo-row { display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.build-promo-text { max-width: 700px; }
.build-promo-kicker { font-family: "Anton", Impact, Haettenschweiler, sans-serif; text-transform: uppercase;
  letter-spacing: 2px; color: var(--green-dark); font-size: 13px; }
.build-promo h2 { margin: 6px 0 8px; font-family: "Anton", Impact, Haettenschweiler, sans-serif;
  text-transform: uppercase; letter-spacing: 1.5px; font-size: clamp(23px,2.6vw,32px); line-height: 1.03; }
.build-promo p { margin: 0; color: #1f2d35; font-size: 16px; line-height: 1.5; }
.build-promo-btn { white-space: nowrap; flex: none; }
@media (max-width: 720px) {
  .build-promo-row { flex-direction: column; align-items: flex-start; }
  .build-promo-btn { width: 100%; }
}

/* ===== Booking form ===== */
.book-section { padding: 34px 0 44px; background: linear-gradient(180deg,#fff 0%,#f4fbff 100%); }
.book-intro { max-width: 640px; margin: 0 auto 22px; text-align: center; font-size: 16.5px; color: #33424c; }
.book-intro a { color: var(--green-dark); font-weight: 700; }
.book-form { max-width: 760px; margin: 0 auto; background: #fff; border: 1px solid #d7e3eb;
  border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px 28px 24px; }
.bf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 20px; }
.bf-field { display: flex; flex-direction: column; gap: 6px; }
.bf-field span { font-family: "Anton", Impact, Haettenschweiler, sans-serif; text-transform: uppercase;
  letter-spacing: 1px; font-size: 12.5px; color: #2a3944; }
.bf-field input, .bf-field select, .bf-field textarea {
  font: inherit; color: var(--ink); background: #fbfdff; border: 1px solid #c7d8e2;
  border-radius: 7px; padding: 11px 12px; width: 100%; }
.bf-field input:focus, .bf-field select:focus, .bf-field textarea:focus {
  outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(120,173,0,.18); }
.bf-wide { grid-column: 1 / -1; }
.bf-note { margin: 12px 2px 16px; font-size: 13px; color: var(--muted); }
.bf-submit { width: 100%; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.book-status { max-width: 760px; margin: 0 auto 18px; padding: 14px 18px; border-radius: 9px;
  font-weight: 700; font-size: 15.5px; border: 1px solid; }
.book-status.ok  { background: #eef7dc; border-color: #b5d36c; color: #3c5a00; }
.book-status.err { background: #fdecec; border-color: #e8a0a0; color: #8c1d1d; }
@media (max-width: 640px) {
  .bf-grid { grid-template-columns: 1fr; }
  .book-form { padding: 20px 16px; }
  .bf-field input, .bf-field select, .bf-field textarea { min-height: 48px; font-size: 16px; }
  .bf-field textarea { min-height: 120px; }
  .book-intro { text-align: left; }
}

@media (max-width: 380px) {
  .page-shell { padding-inline: 16px; }
  .brand { margin-left: 0; }
  .brand-name { font-size: 17px; letter-spacing: 1.8px; }
  .brand-subtitle { font-size: 8px; letter-spacing: .2px; }
  .hero-copy h1 { font-size: 35px; }
  .site-nav { width: calc(100vw - 32px); }
  .section-heading { gap: 9px; }
  .section-heading h2 { font-size: 25px; letter-spacing: 2px; text-align: center; }
}

/* Navigation and form states */
.site-nav a:not(.nav-book)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 4px;
  background: var(--green); transition: right .18s ease;
}
.site-nav a.active::after, .site-nav a:not(.nav-book):hover::after { right: 0; }
.site-nav .nav-book:hover { filter: brightness(1.05); box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 7px 15px rgba(80,120,0,.26); }
.btn, .service-card, .info-card, .round-icon, .cl-card, .book-form { transition-timing-function: cubic-bezier(.2,.7,.3,1); }
.btn:active { transform: translateY(0); }
.service-card { border-radius: 10px; }
.service-card:hover h3 { color: var(--green-dark); }
.section-heading span { border-radius: 2px; }
.service-ribbon li { transition: color .15s ease; }
.service-ribbon li:hover { color: var(--green-dark); }
.site-footer a { text-decoration: none; border-bottom: 1px solid transparent; transition: border-color .15s ease, color .15s ease; }
.site-footer a:hover { border-bottom-color: #b7eaff; }
.bf-field input:hover, .bf-field select:hover, .bf-field textarea:hover { border-color: #a9c4d3; }
::selection { background: rgba(120,173,0,.25); }

