@font-face {
  font-family: "Google Sans";
  src: url("assets/fonts/GoogleSans-Variable.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #0b1739;
  --navy: #101f49;
  --paper: #f7f6f0;
  --brand-blue: #39bde6;
  --brand-green: #36a957;
  --brand-yellow: #f2c94c;
  --sky: #c5edf8;
  --mint: #c6ead1;
  --lime: #f6e79c;
  --red: #e74438;
  --orange: #f36c21;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Google Sans", Arial, sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.kids-hero {
  height: 900px;
  height: clamp(400px, 100vh, 900px);
  height: clamp(400px, 100dvh, 900px);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.kids-hero-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 30%;
  position: absolute;
  width: 100%;
}
.kids-hero-overlay {
  background:
    linear-gradient(180deg, rgba(5,12,31,.5), rgba(5,12,31,.28) 52%, rgba(5,12,31,.5)),
    linear-gradient(90deg, rgba(11,23,57,.18), transparent 55%, rgba(11,23,57,.14));
  inset: 0;
  position: absolute;
}

.topbar {
  align-items: center;
  background: rgba(241, 240, 238, .94);
  border-radius: 0 0 6px 6px;
  box-shadow: 0 1px 0 rgba(255,255,255,.55) inset;
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr auto;
  height: 52px;
  inset: 0 0 auto;
  padding: 0 10px 0 18px;
  position: fixed;
  z-index: 50;
}
.header-brand {
  display: block;
  height: 32px;
  position: relative;
  width: 126px;
}
.header-brand img { height: 100%; object-fit: contain; width: 100%; }
.header-brand::after {
  background: url("assets/recycles-logo.png") center / contain no-repeat;
  clip-path: inset(0 0 0 31%);
  content: "";
  filter: brightness(0);
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.brand-lockup {
  align-items: center;
  direction: ltr;
  display: flex;
  min-width: 0;
}

.topbar-spacer { min-width: 0; }

.topbar-cta,
.primary-cta,
.secondary-cta,
.model-link {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.topbar-cta {
  background: var(--orange);
  color: var(--white);
  font-size: 13px;
  line-height: 1;
  min-height: 28px;
  padding: 0 22px;
  white-space: nowrap;
}

.topbar-cta:hover,
.primary-cta:hover,
.model-link:hover {
  box-shadow: 0 12px 28px rgba(255,106,19,.34);
  transform: translateY(-1px);
}

.kids-hero-copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  height: 100%;
  min-height: 100%;
  padding-top: 54px;
  position: relative;
  text-align: center;
  width: min(1500px, calc(100% - 40px));
  z-index: 5;
}

.kids-hero h1 {
  align-items: baseline;
  display: flex;
  flex-wrap: nowrap;
  color: white;
  font-size: clamp(72px, 9vw, 148px);
  font-weight: 700;
  gap: .14em;
  justify-content: center;
  letter-spacing: -.055em;
  line-height: .9;
  margin: 0;
  text-shadow: 0 8px 35px rgba(0,0,0,.42);
  white-space: nowrap;
}

.hero-wordmark {
  font-size: .88em;
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1;
  transform: translateY(.035em);
}

.primary-cta,
.secondary-cta {
  font-size: 16px;
  gap: 32px;
  padding: 17px 26px;
}

.primary-cta {
  background: var(--orange);
  box-shadow: 0 14px 30px rgba(194, 78, 18, .25);
  color: var(--white);
  margin-top: 25px;
  min-width: 190px;
  padding: 19px 34px;
}

.kids-hero-copy .primary-cta {
  font-size: 19px;
  margin-top: 34px;
  min-height: 64px;
  min-width: 235px;
  padding: 20px 42px;
}

.primary-cta span { font-size: 20px; line-height: 1; }

.quality-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.34) 0 4px, transparent 5px),
    radial-gradient(circle at 88% 76%, rgba(54,169,87,.24) 0%, transparent 38%),
    linear-gradient(145deg, #39bde6 0%, #86d8ee 52%, #c5edf8 100%);
  color: var(--ink);
  padding: clamp(105px, 11vw, 170px) clamp(20px, 5vw, 76px);
  text-align: center;
  overflow: hidden;
  position: relative;
}
.quality-section::before,
.quality-section::after {
  border: 3px dashed rgba(11,23,57,.16);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  position: absolute;
}
.quality-section::before { height: 320px; left: -170px; top: 70px; width: 320px; }
.quality-section::after { bottom: -210px; height: 410px; right: -130px; width: 410px; }

.quality-copy { margin: 0 auto; max-width: 1060px; }

.quality-copy h2,
.sizes-heading h2,
.fit-copy h2 {
  font-size: clamp(48px, 5.7vw, 86px);
  font-weight: 680;
  letter-spacing: -.06em;
  line-height: .96;
  margin: 0;
}

.quality-copy > p {
  color: rgba(11,23,57,.76);
  font-size: clamp(19px, 1.65vw, 24px);
  line-height: 1.6;
  margin: 34px auto 0;
  max-width: 900px;
}

.benefit-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin: 72px auto 0;
  max-width: 1180px;
  position: relative;
  z-index: 2;
}

.benefit-card {
  border-radius: 28px;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 235px;
  padding: 34px 32px;
  text-align: right;
  transform: rotate(var(--tilt));
}
.benefit-card:nth-child(1) { --tilt: 1.2deg; }
.benefit-card:nth-child(2) { --tilt: -1deg; }
.benefit-card:nth-child(3) { --tilt: 1.5deg; }
.card-sky { background: var(--sky); border-top: 7px solid var(--brand-blue); }
.card-mint { background: var(--mint); border-top: 7px solid var(--brand-green); }
.card-lime { background: var(--lime); border-top: 7px solid var(--brand-yellow); }
.benefit-card strong { display: block; font-size: clamp(24px, 1.9vw, 31px); line-height: 1.08; white-space: nowrap; }
.benefit-card p { font-size: clamp(18px, 1.35vw, 21px); line-height: 1.48; margin: 18px 0 0; }

.sizes-section {
  background:
    radial-gradient(circle at 13% 22%, rgba(242,201,76,.58) 0 6px, transparent 7px),
    radial-gradient(circle at 88% 18%, rgba(57,189,230,.5) 0 5px, transparent 6px),
    linear-gradient(145deg, #f7f6f0 0%, #e7f5f4 54%, #eaf4dc 100%);
  padding: clamp(72px, 7vw, 108px) clamp(16px, 4vw, 64px) clamp(100px, 10vw, 155px);
}
.sizes-heading { margin: 0 auto 34px; max-width: 1080px; text-align: center; }
.sizes-heading h2 { font-size: clamp(58px, 6.4vw, 96px); }
.sizes-heading p {
  color: #4d5870;
  font-size: clamp(17px, 1.6vw, 21px);
  margin: 22px 0 0;
}

.bike-picker {
  margin: 0 auto;
  max-width: 1240px;
  outline: none;
}
.carousel-shell {
  background:
    radial-gradient(circle at 18% 25%, rgba(242,201,76,.78) 0 7px, transparent 8px),
    radial-gradient(circle at 83% 19%, rgba(255,255,255,.95) 0 5px, transparent 6px),
    linear-gradient(155deg, #d9f0f5 0%, #c7e8ed 48%, #d3ead5 100%);
  border: 1px solid rgba(11,23,57,.11);
  border-radius: 42px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.65), 0 30px 70px rgba(11,23,57,.1);
  min-height: 720px;
  overflow: hidden;
  position: relative;
}
.carousel-canopy {
  background:
    radial-gradient(ellipse at 50% -12%, rgba(255,255,255,.52) 0%, rgba(255,255,255,.14) 30%, transparent 58%),
    repeating-linear-gradient(104deg, #25a9d1 0 76px, #39bde6 76px 142px, #77d8ef 142px 204px);
  border: 5px solid var(--orange);
  border-bottom-width: 8px;
  border-radius: 50% 50% 19% 19% / 76% 76% 20% 20%;
  box-shadow:
    inset 0 4px 0 rgba(255,255,255,.24),
    inset 0 -30px 36px rgba(0,0,0,.28),
    0 10px 0 #1689ad,
    0 16px 0 rgba(11,23,57,.2),
    0 34px 56px rgba(11,23,57,.24);
  height: 164px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 32px;
  transform: translateX(-50%) perspective(900px) rotateX(-4deg);
  width: min(930px, 78%);
  z-index: 8;
}
.carousel-canopy::after {
  background:
    radial-gradient(circle at 18px 35px, #ef6c20 0 18px, transparent 19px) 0 0 / 36px 36px repeat-x,
    linear-gradient(180deg, #ff8a3d 0 68%, #e75d17 69% 100%);
  border-top: 3px solid rgba(255,255,255,.22);
  bottom: 0;
  content: "";
  height: 38px;
  left: 0;
  position: absolute;
  right: 0;
}
.carousel-canopy img {
  filter: invert(1) drop-shadow(0 5px 10px rgba(0,0,0,.22));
  left: 50%;
  position: absolute;
  top: 33px;
  transform: translateX(-50%);
  width: clamp(230px, 23vw, 345px);
  z-index: 3;
}
.canopy-lights {
  animation: marqueeChase 1.1s linear infinite;
  background-image: radial-gradient(circle, #fff6a6 0 4px, #ffb340 5px, transparent 7px);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 32px 14px;
  bottom: 13px;
  filter: drop-shadow(0 0 7px #ffd86a);
  height: 14px;
  left: 22px;
  position: absolute;
  right: 22px;
  z-index: 4;
}
@keyframes marqueeChase { to { background-position: 32px 0; } }
.carousel-mast {
  background: linear-gradient(90deg, #8f9ca8 0%, #edf2f4 28%, #fff 48%, #a5b0ba 72%, #687987 100%);
  border-radius: 999px;
  bottom: 96px;
  box-shadow: 0 0 0 1px rgba(11,23,57,.16), 5px 0 14px rgba(11,23,57,.12);
  left: 50%;
  opacity: .62;
  position: absolute;
  top: 142px;
  transform: translateX(-50%);
  width: 22px;
  z-index: 1;
}
.bike-stage { height: 625px; perspective: 1200px; position: relative; z-index: 3; }
.bike-slide {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 355px;
  left: 50%;
  overflow: visible;
  padding: 28px 20px 6px;
  position: absolute;
  top: 238px;
  transition: opacity 450ms ease, transform 550ms cubic-bezier(.2,.75,.2,1), filter 450ms ease;
  width: min(600px, 50vw);
  z-index: 3;
}
.bike-slide[data-position="active"] { transform: translateX(-50%) translateZ(70px) rotateY(0) translateY(-16px) scale(1.03); }
.bike-slide[data-position="previous"] {
  filter: saturate(.72);
  opacity: .78;
  transform: translateX(-121%) translateZ(-260px) rotateY(-21deg) scale(.7) translateY(34px);
  z-index: 2;
}
.bike-slide[data-position="next"] {
  filter: saturate(.72);
  opacity: .78;
  transform: translateX(21%) translateZ(-260px) rotateY(21deg) scale(.7) translateY(34px);
  z-index: 2;
}
.bike-slide[data-position="far-previous"] {
  filter: saturate(.48);
  opacity: .34;
  transform: translateX(-172%) translateZ(-440px) rotateY(-28deg) scale(.48) translateY(68px);
  z-index: 1;
}
.bike-slide[data-position="far-next"] {
  filter: saturate(.48);
  opacity: .34;
  transform: translateX(72%) translateZ(-440px) rotateY(28deg) scale(.48) translateY(68px);
  z-index: 1;
}
.bike-slide[data-position="hidden"] { opacity: 0; pointer-events: none; transform: translateX(-50%) scale(.5); }
.bike-slide img {
  filter: drop-shadow(0 20px 16px rgba(11,23,57,.2));
  height: calc(100% - 42px);
  object-fit: cover;
  object-position: center 55%;
  position: relative;
  width: 100%;
  z-index: 3;
}
.carousel-hanger {
  --hanger-stop: 45%;
  background: transparent;
  border: 0;
  bottom: -86px;
  left: 50%;
  position: absolute;
  top: -128px;
  transform: translateX(-50%);
  opacity: .38;
  width: 7px;
  z-index: 0;
}
.carousel-hanger::before,
.carousel-hanger::after {
  background: linear-gradient(90deg, #9ca9b5, #fff 48%, #7d8b99);
  border: 1px solid rgba(11,23,57,.2);
  content: "";
  position: absolute;
  width: 100%;
}
.carousel-hanger::before {
  border-radius: 0 0 999px 999px;
  bottom: calc(100% - var(--hanger-stop));
  top: 0;
}
.carousel-hanger::after {
  background: linear-gradient(90deg, #9ca9b5, #fff 48%, #7d8b99);
  border: 1px solid rgba(11,23,57,.18);
  border-radius: 999px;
  box-shadow: 0 3px 7px rgba(11,23,57,.14);
  height: 7px;
  left: 50%;
  top: calc(var(--hanger-stop) - 3px);
  transform: translateX(-50%);
  width: 19px;
}
.bike-slide[data-size="12"] .carousel-hanger { --hanger-stop: 68%; }
.bike-slide[data-size="16"] .carousel-hanger { --hanger-stop: 60%; }
.bike-slide-name {
  background: rgba(255,255,255,.94);
  border: 2px solid var(--ink);
  border-radius: 999px;
  bottom: -4px;
  box-shadow: 0 8px 20px rgba(11,23,57,.12);
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  left: 50%;
  letter-spacing: .03em;
  min-width: 190px;
  padding: 10px 18px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  z-index: 3;
}
.carousel-platform {
  background: radial-gradient(ellipse at 50% 30%, rgba(255,255,255,.96), #e8edf0 66%, #c2cbd1 100%);
  border: 7px solid var(--orange);
  border-radius: 50%;
  bottom: 20px;
  box-shadow: inset 0 10px 18px rgba(255,255,255,.7), 0 18px 0 var(--navy), 0 36px 45px rgba(11,23,57,.25);
  height: 142px;
  left: 10%;
  position: absolute;
  right: 10%;
  transform: rotateX(58deg);
}
.carousel-platform::before {
  animation: platformLights 1.8s ease-in-out infinite;
  background: transparent;
  border: 5px dotted rgba(255,190,70,.88);
  border-radius: 50%;
  bottom: 7px;
  box-sizing: border-box;
  content: "";
  filter: drop-shadow(0 0 4px rgba(255,164,44,.72));
  left: 7px;
  position: absolute;
  right: 7px;
  top: 7px;
}
.carousel-platform img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(29%) saturate(2524%) hue-rotate(191deg) brightness(91%) contrast(103%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -58%);
  width: min(42%, 360px);
}
@keyframes platformLights {
  0%, 100% { opacity: .52; }
  50% { opacity: 1; filter: drop-shadow(0 0 7px rgba(255,164,44,.9)); }
}
.carousel-spark { color: var(--orange); font-size: 34px; position: absolute; z-index: 5; }
.spark-one { left: 7%; top: 26%; transform: rotate(-12deg); }
.spark-two { color: var(--brand-green); right: 8%; top: 31%; }
.carousel-controls {
  align-items: center;
  bottom: 26px;
  display: flex;
  gap: 34px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 8;
}
.carousel-controls > button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  font-size: 30px;
  height: 42px;
  justify-content: center;
  opacity: .82;
  transition: opacity 180ms ease, transform 180ms ease;
  width: 42px;
}
.carousel-controls > button:hover { opacity: 1; transform: scale(1.12); }
.carousel-dots { display: none; }
.carousel-dots button {
  background: rgba(11,23,57,.25);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 8px;
  padding: 0;
  transition: width 200ms ease, background 200ms ease;
  width: 8px;
}
.carousel-dots button.active { background: var(--ink); width: 24px; }

.model-details {
  align-items: center;
  animation: detailIn 350ms ease both;
  background: var(--brand-blue);
  border-radius: 28px;
  color: var(--ink);
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto auto;
  margin: 16px 0 0;
  padding: 32px 36px;
}
@keyframes detailIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.model-title span, .fit-facts span {
  color: rgba(11,23,57,.58);
  display: block;
  font-size: 15px;
  margin-bottom: 9px;
}
.model-title h3 { font-size: clamp(32px, 3vw, 46px); font-weight: 520; margin: 0; }
.fit-facts { display: flex; gap: clamp(28px, 4vw, 64px); }
.fit-facts > div { min-width: 100px; }
.fit-facts strong { font-size: 21px; white-space: nowrap; }
.model-link {
  background: var(--orange);
  color: white;
  min-width: 165px;
  padding: 17px 24px;
  white-space: nowrap;
}
.fit-section {
  background:
    radial-gradient(circle at 14% 20%, rgba(57,189,230,.48) 0%, transparent 42%),
    radial-gradient(circle at 86% 78%, rgba(54,169,87,.42) 0%, transparent 46%),
    linear-gradient(135deg, #e5f8fc 0%, #c9efdc 54%, #aee1bd 100%);
  min-height: 620px;
  overflow: hidden;
  padding: 120px 22px;
  position: relative;
  text-align: center;
}
.fit-copy { margin: 0 auto; max-width: 960px; position: relative; z-index: 3; }
.fit-copy p {
  font-size: clamp(19px, 1.8vw, 24px);
  line-height: 1.55;
  margin: 28px auto 0;
  max-width: 720px;
}
.fit-actions { align-items: center; display: flex; gap: 14px; justify-content: center; margin-top: 26px; }
.fit-actions .primary-cta,
.fit-actions .secondary-cta { height: 58px; margin-top: 0; min-width: 230px; padding: 0 30px; }
.secondary-cta { background: var(--brand-blue); border: 2px solid var(--brand-blue); color: var(--ink); }
.secondary-cta:hover { background: #87d8ee; border-color: #87d8ee; transform: translateY(-2px); }
.fit-path { border: 3px dashed rgba(11,23,57,.2); border-radius: 50%; position: absolute; }
.path-one { height: 360px; left: -120px; top: -80px; width: 360px; }
.path-two { bottom: -150px; height: 460px; right: -90px; width: 460px; }

.kids-footer {
  align-items: center;
  background: #080808;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 20px 34px;
  text-align: center;
}
.footer-logos {
  align-items: center;
  direction: ltr;
  display: flex;
  gap: clamp(58px, 6.5vw, 96px);
  justify-content: center;
  width: 100%;
}
.kids-footer .orbea-logo { filter: invert(1); width: clamp(175px, 16vw, 255px); }
.kids-footer .recycles-logo { width: clamp(185px, 17vw, 270px); }
.kids-footer p { color: rgba(255,255,255,.62); font-size: 18px; margin: 48px 0 0; }

@media (max-width: 850px) {
  .topbar-cta { font-size: 12px; min-height: 26px; padding: 0 12px; }
  .kids-hero-copy { padding-top: 45px; }
  .kids-hero h1 { align-items: center; flex-direction: column; font-size: clamp(66px, 11vw, 84px); gap: 5px; white-space: normal; }
  .benefit-grid { grid-template-columns: 1fr; max-width: 560px; }
  .benefit-card { min-height: auto; transform: none; }
  .benefit-card strong { white-space: normal; }
  .carousel-shell { min-height: 650px; }
  .carousel-canopy { width: 82%; }
  .bike-stage { height: 555px; }
  .bike-slide { height: 300px; top: 220px; width: 68vw; }
  .bike-slide[data-position="previous"] { transform: translateX(-108%) scale(.72) translateY(30px); }
  .bike-slide[data-position="next"] { transform: translateX(8%) scale(.72) translateY(30px); }
  .model-details { grid-template-columns: 1fr auto; }
  .fit-facts { grid-column: 1 / -1; grid-row: 2; justify-content: space-between; }
}

@media (max-width: 580px) {
  .topbar { height: 48px; }
  .header-brand { height: 24px; width: 96px; }
  .kids-hero-image { object-position: 59% 26%; }
  .kids-hero-copy { padding-top: 48px; }
  .kids-hero h1 { font-size: 62px; gap: 3px; }
  .hero-wordmark { font-size: .86em; }
  .kids-hero-copy .primary-cta { font-size: 17px; margin-top: 25px; min-height: 58px; min-width: 205px; padding: 17px 32px; }
  .quality-section, .sizes-section { padding-left: 16px; padding-right: 16px; }
  .quality-copy h2, .fit-copy h2 { font-size: 45px; }
  .sizes-heading h2 { font-size: 54px; }
  .benefit-grid { margin-top: 48px; }
  .carousel-shell { border-radius: 28px; min-height: 575px; }
  .carousel-canopy { height: 110px; top: 24px; width: 94%; }
  .carousel-canopy img { top: 24px; width: 145px; }
  .carousel-canopy::after {
    background:
      radial-gradient(circle at 14px 22px, #ef6c20 0 14px, transparent 15px) 0 0 / 28px 24px repeat-x,
      linear-gradient(180deg, #ff8a3d 0 68%, #e75d17 69% 100%);
    height: 24px;
  }
  .canopy-lights { bottom: 6px; }
  .carousel-mast { bottom: 66px; top: 100px; width: 18px; }
  .bike-stage { height: 485px; }
  .bike-slide { height: 248px; padding: 24px 2px 4px; top: 188px; width: 88vw; }
  .bike-slide[data-position="previous"] { opacity: .22; transform: translateX(-112%) scale(.55) translateY(36px); }
  .bike-slide[data-position="next"] { opacity: .22; transform: translateX(12%) scale(.55) translateY(36px); }
  .bike-slide[data-position="far-previous"],
  .bike-slide[data-position="far-next"] { opacity: 0; pointer-events: none; }
  .carousel-hanger { bottom: -58px; top: -82px; }
  .bike-slide-name { bottom: -3px; font-size: 12px; min-width: 160px; padding: 8px 13px; }
  .carousel-platform { bottom: 16px; height: 86px; left: 4%; right: 4%; }
  .carousel-controls { bottom: 18px; }
  .carousel-controls > button { font-size: 27px; height: 40px; width: 40px; }
  .model-details { display: flex; flex-wrap: wrap; padding: 24px 20px; }
  .model-title { flex: 1; }
  .fit-facts { border-top: 1px solid rgba(255,255,255,.15); order: 3; padding-top: 20px; width: 100%; }
  .fit-facts > div { min-width: 0; }
  .fit-facts strong { font-size: 15px; }
  .model-link { padding: 13px 16px; }
  .fit-section { min-height: 590px; padding: 100px 18px; }
  .fit-actions { align-items: stretch; flex-direction: column; margin-top: 22px; }
  .fit-actions .primary-cta, .fit-actions .secondary-cta { margin-top: 0; min-width: 100%; width: 100%; }
  .footer-logos { gap: 38px; }
  .kids-footer .orbea-logo { width: 132px; }
  .kids-footer .recycles-logo { width: 150px; }
  .kids-footer p { font-size: 15px; margin-top: 36px; }
}

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