:root {
  --ink: #0a0a0b;
  --ink-soft: #141416;
  --paper: #f5f5f3;
  --white: #ffffff;
  --muted: #77777e;
  --line: #d9d9d7;
  --red: #ed0b18;
  --red-dark: #b9000b;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 999; top: -80px; left: 20px; background: var(--white); color: var(--ink); padding: 10px 16px; transition: top .2s; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 84px; color: var(--white); background: rgba(7,7,8,.86); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 230px; height: 76px; display: flex; align-items: center; overflow: visible; }
.brand img { width: 220px; height: 72px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a { color: #d7d7da; font-size: .92rem; font-weight: 650; text-decoration: none; transition: color .2s; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--white); }
.primary-nav .nav-cta { color: var(--white); border: 1px solid rgba(255,255,255,.35); padding: 10px 15px; }
.primary-nav .nav-cta:hover { border-color: var(--red); background: var(--red); }
.menu-toggle { display: none; }

.hero { min-height: 810px; position: relative; overflow: hidden; padding: 176px 0 90px; color: var(--white); background: radial-gradient(circle at 76% 45%, #242429 0, #0e0e10 30%, #070708 66%); }
.hero-grid { position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to right, transparent 5%, #000 52%, #000 100%); }
.speed-line { position: absolute; height: 2px; width: 620px; right: -80px; background: linear-gradient(90deg, transparent, var(--red)); transform: rotate(-22deg); transform-origin: right; box-shadow: 0 0 30px rgba(237,11,24,.5); }
.speed-line-one { top: 220px; }
.speed-line-two { top: 680px; width: 430px; opacity: .35; }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: #a8a8ad; font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 36px; height: 3px; background: var(--red); }
h1, h2, h3 { margin-top: 0; line-height: 1.06; letter-spacing: -.04em; }
h1 { max-width: 710px; margin-bottom: 24px; font-size: clamp(3.35rem, 6vw, 6.3rem); font-weight: 900; text-transform: uppercase; }
h1 em { color: var(--red); font-style: italic; }
.lead { max-width: 650px; color: #bdbdc2; font-size: 1.13rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 20px; border: 1px solid transparent; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.28); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.06); }
.trust-row { display: flex; gap: 34px; margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); }
.trust-row div { display: flex; flex-direction: column; }
.trust-row strong { font-size: .94rem; }
.trust-row span { color: #77777d; font-size: .76rem; }
.hero-panel { min-height: 510px; position: relative; display: flex; align-items: center; justify-content: center; padding: 42px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.015)); border: 1px solid rgba(255,255,255,.13); clip-path: polygon(9% 0, 100% 0, 100% 91%, 91% 100%, 0 100%, 0 9%); }
.hero-panel::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.06); clip-path: inherit; }
.hero-panel img { width: 100%; max-width: 500px; }
.hero-panel.hero-photo { padding: 0; overflow: hidden; }
.hero-panel.hero-photo > img { width: 100%; height: 100%; max-width: none; position: absolute; inset: 0; object-fit: cover; object-position: 50% 58%; filter: brightness(.84) contrast(1.06); }
.hero-panel.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.12) 42%, rgba(0,0,0,.83) 100%); }
.hero-photo-logo { position: absolute; z-index: 3; width: 205px; right: 24px; bottom: 23px; }
.hero-photo-logo img { width: 100%; }
.panel-kicker { position: absolute; top: 25px; left: 30px; color: #6f6f75; font-size: .73rem; font-weight: 800; letter-spacing: .2em; }
.panel-bottom { position: absolute; inset: auto 30px 25px; display: flex; align-items: end; justify-content: space-between; color: #8c8c92; font-size: .77rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-photo .panel-kicker, .hero-photo .panel-bottom { z-index: 4; }
.hero-photo .panel-bottom { right: auto; }
.hero-photo .panel-number { display: none; }
.panel-number { color: rgba(255,255,255,.12); font-size: 4rem; line-height: .8; }

.section { padding: 112px 0; }
.showcase { position: relative; z-index: 5; margin-top: -42px; padding-bottom: 70px; }
.showcase-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 12px; }
.showcase-card { min-height: 460px; position: relative; overflow: hidden; background: #111; }
.showcase-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .6s ease, filter .6s ease; }
.showcase-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(0,0,0,.88) 100%); }
.showcase-card:hover img { transform: scale(1.045); filter: saturate(1.08); }
.showcase-label { position: absolute; z-index: 2; inset: auto 28px 26px; display: flex; align-items: end; gap: 16px; color: var(--white); }
.showcase-label span { color: var(--red); font-size: .75rem; font-weight: 900; }
.showcase-label h2 { margin: 0; font-size: 1.45rem; font-weight: 900; letter-spacing: -.03em; text-transform: uppercase; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 64px; align-items: end; margin-bottom: 52px; }
.section-heading h2, .about-copy h2, .contact h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2.35rem, 4vw, 4.4rem); font-weight: 900; text-transform: uppercase; }
.section-heading > p { max-width: 460px; margin: 0; color: #66666c; font-size: 1rem; }
.offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.offer-card { --offer-bg: none; position: relative; isolation: isolate; overflow: hidden; min-height: 380px; padding: 32px 27px; color: var(--white); background: var(--ink); transition: transform .25s; }
.offer-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: var(--offer-bg); background-position: center; background-size: cover; transform: scale(1.01); transition: transform .45s, filter .45s; }
.offer-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10,10,12,.32) 0%, rgba(10,10,12,.55) 46%, rgba(10,10,12,.94) 100%); }
.offer-card:hover { z-index: 2; transform: translateY(-8px); }
.offer-card:hover::before { transform: scale(1.07); filter: saturate(1.1); }
.offer-card-ebike { --offer-bg: url("assets/bike-trail-v2.webp"); }
.offer-card-mtb { --offer-bg: url("assets/mtb-card.webp"); }
.offer-card-parts { --offer-bg: url("assets/drivetrain-v2.webp"); }
.offer-card-accessories { --offer-bg: url("assets/accessories-card.webp"); }
.card-index { color: rgba(255,255,255,.76); font-size: .75rem; font-weight: 800; }
.card-icon { width: 74px; height: 74px; margin: 48px 0 28px; display: grid; place-items: center; color: var(--red); border: 2px solid currentColor; border-radius: 50%; font-size: .96rem; font-weight: 900; font-style: italic; letter-spacing: -.03em; }
.offer-card h3 { margin-bottom: 16px; font-size: 1.4rem; text-transform: uppercase; }
.offer-card p { margin: 0; color: rgba(255,255,255,.82); font-size: .93rem; }
.offer-card:hover p { color: var(--white); }
.offer-link { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 30px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.offer-link p { margin: 0; color: #737379; }
.offer-link a, .text-link { color: var(--ink); font-weight: 850; text-decoration: none; }
.offer-link a span, .text-link span { color: var(--red); margin-left: 10px; }

.brands { color: var(--white); background: var(--ink-soft); }
.brands .section-heading > p { color: #9a9aa0; }
.brand-wall { display: grid; grid-template-columns: repeat(5, 1fr); background: #2a2a2d; border: 1px solid #2a2a2d; gap: 1px; }
.specialized-feature { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; margin-bottom: 18px; padding: 38px 42px; background: linear-gradient(110deg, #ec111d 0%, #bc000b 48%, #171719 48.2%); border: 1px solid #333337; }
.specialized-mark { min-height: 112px; display: flex; align-items: center; padding: 14px 22px; background: var(--white); text-decoration: none; }
.specialized-mark img { width: 100%; max-height: 96px; object-fit: contain; }
.specialized-feature span { display: block; color: var(--white); font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.specialized-feature p { margin: 10px 0 0; color: #a8a8ad; font-size: .93rem; }
.brand-tile { min-height: 128px; display: grid; place-items: center; padding: 14px; background: #f7f7f7; overflow: hidden; text-decoration: none; cursor: pointer; transition: background .2s, transform .2s; }
.brand-tile img { width: 100%; height: 86px; object-fit: contain; filter: saturate(.92); transition: transform .25s, filter .25s; }
.brand-tile:hover { z-index: 2; background: var(--white); transform: translateY(-4px); }
.brand-tile:hover img { transform: scale(1.06); filter: saturate(1.1); }
.brand-tile:focus-visible, .specialized-mark:focus-visible { outline: 3px solid var(--red); outline-offset: -3px; }
.brand-tile-dark { background: #151517; }
.brand-tile-dark:hover { background: #202023; }
.brand-tile.feature { color: var(--red); }
.brand-tile.sram { color: #f21a22; font-size: 1.5rem; }
.brand-tile.shimano { color: #1ab3dc; }
.brand-tile.rockshox { padding: 12px; border-bottom: 6px solid var(--red); }
.brand-tile.zipp { font-size: 1.7rem; }
.brand-tile.mahle { color: #5772b8; }
.brand-tile.pirelli { color: #efcf00; background: #a81010; }
.brand-tile.time { color: #ef1d2c; }
.brand-tile.mavic { color: #ffd400; }
.brand-note { margin: 20px 0 0; color: #77777d; font-size: .82rem; }

.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.about-visual { min-height: 490px; position: relative; display: flex; flex-direction: column; justify-content: center; padding: 55px; color: var(--white); background: var(--ink); overflow: hidden; }
.about-visual::after { content: ""; position: absolute; width: 360px; height: 360px; right: -150px; bottom: -180px; border: 70px solid var(--red); border-radius: 50%; opacity: .82; }
.about-number { position: relative; z-index: 1; font-size: clamp(5.5rem, 10vw, 9rem); font-weight: 950; line-height: .82; letter-spacing: -.09em; }
.about-caption { position: relative; z-index: 1; margin-top: 26px; color: #aaaab0; font-size: .82rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.about-bar { position: absolute; width: 8px; height: 115px; top: 0; left: 55px; background: var(--red); }
.about-copy p:not(.eyebrow) { color: #66666c; font-size: 1.04rem; }
.about-copy h2 { margin-bottom: 30px; }
.text-link { display: inline-block; margin-top: 20px; padding-bottom: 8px; border-bottom: 2px solid var(--ink); }

.commerce { padding-top: 0; background: var(--white); }
.commerce-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.commerce-card { padding: 38px; background: #f7f7f8; }
.commerce-kicker { color: var(--red); font-size: .74rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.commerce-card h3 { margin: 12px 0 28px; font-size: 1.55rem; text-transform: uppercase; }
.courier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.courier-grid a { min-height: 90px; display: grid; place-items: center; padding: 14px; background: var(--white); border: 1px solid #e2e2e5; transition: transform .2s, border-color .2s; }
.courier-grid a:hover { transform: translateY(-3px); border-color: var(--red); }
.courier-grid a:focus-visible { outline: 3px solid var(--red); outline-offset: -3px; }
.courier-grid img { width: 100%; height: 54px; object-fit: contain; }
.payment-card { color: var(--white); background: var(--ink); }
.payment-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.payment-grid > span { min-height: 82px; display: grid; place-items: center; padding: 10px; color: var(--white); background: #202023; border: 1px solid #343438; font-size: 1rem; font-weight: 850; }
.payment-method { grid-template-columns: 42px 1fr; gap: 10px; }
.payment-method svg { width: 38px; height: 38px; fill: none; stroke: var(--red); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.payment-method strong { justify-self: start; }
.payment-method-graphic { grid-template-columns: 1fr; grid-template-rows: 62px auto; gap: 7px; min-height: 112px !important; background: var(--white) !important; }
.payment-method-graphic img { width: 100%; height: 62px; object-fit: contain; }
.payment-method-graphic strong { justify-self: center; color: var(--ink); }
.payment-logo { background: var(--white) !important; }
.payment-logo img { width: 100%; height: 60px; object-fit: contain; }
.payment-logo.revolut-logo img { width: 96%; height: 68px; }

.contact { padding-top: 0; background: var(--white); }
.contact-card { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; padding: 72px; color: var(--white); background: var(--ink); position: relative; overflow: hidden; }
.contact-card::before { content: ""; position: absolute; width: 160px; height: 10px; top: 0; left: 72px; background: var(--red); }
.contact h2 { margin-bottom: 22px; font-size: clamp(2.2rem, 3.7vw, 3.8rem); }
.contact-intro > p:not(.eyebrow) { max-width: 620px; color: #9d9da3; }
.contact-intro .button { margin-top: 20px; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 34px 42px; padding-left: 48px; border-left: 1px solid #303034; }
.contact-item { display: flex; flex-direction: column; }
.contact-item:first-child { grid-row: span 2; }
.contact-item > span { margin-bottom: 9px; color: #6f6f75; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.contact-item a { width: fit-content; color: var(--white); font-size: 1.02rem; font-weight: 700; text-decoration: none; }
.contact-item a:hover { color: var(--red); }
.company-id { margin: 17px 0 0; color: #aaaab0; font-size: .9rem; font-weight: 700; line-height: 1.65; }

.site-footer { color: #88888e; background: #050506; border-top: 1px solid #222225; }
.footer-inner { min-height: 130px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-logo { width: 150px; height: 70px; display: grid; place-items: center; overflow: hidden; }
.footer-logo img { transform: scale(1.32); }
.site-footer p, .site-footer a { margin: 0; font-size: .81rem; }
.site-footer a { color: #bdbdc2; text-decoration: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-one { transition-delay: .1s; }
.delay-two { transition-delay: .18s; }
.delay-three { transition-delay: .26s; }

@media (max-width: 980px) {
  .site-header { height: 74px; }
  .brand { width: 180px; height: 68px; }
  .brand img { width: 174px; height: 62px; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.2); }
  .menu-toggle span:not(.sr-only) { width: 20px; height: 2px; display: block; background: currentColor; }
  .primary-nav { position: absolute; inset: 74px 0 auto; display: none; align-items: stretch; gap: 0; padding: 16px 20px 24px; background: rgba(8,8,9,.98); border-bottom: 1px solid #333; }
  .primary-nav.open { display: grid; }
  .primary-nav a { padding: 13px 0; border-bottom: 1px solid #242427; }
  .primary-nav .nav-cta { margin-top: 14px; padding: 13px 15px; text-align: center; border: 1px solid #555; }
  .hero { min-height: auto; padding-top: 145px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-panel { min-height: 390px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .showcase-grid { grid-template-columns: 1fr 1fr; }
  .showcase-bike { grid-column: span 2; }
  .showcase-card { min-height: 390px; }
  .offer-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-wall { grid-template-columns: repeat(4, 1fr); }
  .specialized-feature { grid-template-columns: 1fr; gap: 24px; background: linear-gradient(150deg, #ec111d 0%, #b9000b 42%, #171719 42.3%); }
  .about-grid, .commerce-grid, .contact-card { grid-template-columns: 1fr; }
  .about-grid { gap: 60px; }
  .contact-card { gap: 50px; padding: 58px 44px; }
  .contact-details { padding: 40px 0 0; border-left: 0; border-top: 1px solid #303034; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .brand { width: 158px; }
  .brand img { width: 158px; }
  .hero { padding: 128px 0 70px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .lead { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .hero-panel { min-height: 300px; padding: 20px; }
  .hero-photo-logo { width: 155px; }
  .showcase { margin-top: -22px; padding-bottom: 20px; }
  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-bike { grid-column: auto; }
  .showcase-card { min-height: 420px; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .about-copy h2 { font-size: 2.25rem; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 290px; }
  .offer-link { align-items: flex-start; flex-direction: column; }
  .brand-wall { grid-template-columns: repeat(2, 1fr); }
  .commerce-card { padding: 30px 20px; }
  .courier-grid { grid-template-columns: repeat(2, 1fr); }
  .specialized-feature { padding: 30px 24px; }
  .brand-tile { min-height: 100px; padding: 10px; }
  .brand-tile img { height: 70px; }
  .about-grid { gap: 46px; }
  .about-visual { min-height: 350px; padding: 38px; }
  .about-bar { left: 38px; }
  .contact-card { width: 100%; padding: 54px 24px; }
  .contact-card::before { left: 24px; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-item:first-child { grid-row: auto; }
  .footer-inner { flex-direction: column; justify-content: center; padding: 32px 0; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
