.about-story-page {
  background: #050505;
  color: #fff;
  overflow-x: clip;
}

.about-story-page .header {
  --about-header-dark-alpha: .68;
  --about-header-fg: #fff;
  --about-header-logo-invert: 1;
  --about-header-white-alpha: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .72), rgba(0, 0, 0, 0));
  border: 0;
  box-shadow: none;
}

.about-story-page .header > .logo { filter: invert(1); }
.about-story-page .header .about-menu__icon,
.about-story-page .header .about-menu__toggle,
.about-story-page .header .about-menu__language-toggle { color: #fff; }

.about-story {
  --story-copy-size: var(--club-card-copy-size, 18px);
  --story-copy-color: #fff;
  --story-feature-title-size: clamp(78px, 10vw, 150px);
  --story-hero-title-size: clamp(76px, 8vw, 176px);
  --story-label-size: var(--club-card-cta-size, 12px);
  --story-section-title-size: var(--club-card-title-size, clamp(58px, 5.6vw, 86px));
  --story-chapter-media-ratio: 4 / 5;
  --story-chapter-media-width: min(80%, 544px);
  --story-chapter-gap: clamp(46px, 7vw, 110px);
  --story-chapter-space: clamp(96px, 10vw, 160px);
  --story-chapter-copy-gap: clamp(28px, 3vw, 42px);
  background: #050505;
  color: #fff;
  font-family: "Forty Neue", var(--font);
  overflow: visible;
  position: relative;
}

.about-story__backdrop {
  display: block;
  height: 100%;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 0;
}

.about-story__backdrop text[data-story-backdrop-word],
.about-story__backdrop text[data-story-backdrop-mask-word] {
  font-family: "Bebas Neue", var(--headerfont), sans-serif;
  font-size: 430px;
  font-weight: 400;
  letter-spacing: -.035em;
  text-anchor: middle;
  text-transform: uppercase;
}

.about-story__backdrop text[data-story-backdrop-mask-word] { fill: #fff; }

.about-story__backdrop text[data-story-backdrop-word] {
  opacity: var(--story-backdrop-opacity, 0);
  paint-order: stroke fill;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-width: 2px;
  transition: none;
  vector-effect: non-scaling-stroke;
  will-change: opacity;
}

.about-story__backdrop-mask-image {
  opacity: var(--story-backdrop-mask-opacity, 0);
  will-change: opacity;
}

.about-story__content > section {
  position: relative;
  z-index: 1;
}

.about-story__content {
  background: #050505;
  clip-path: inset(0);
  position: relative;
  z-index: 2;
}

.about-story h1,
.about-story h2,
.about-story p,
.about-story figure { margin: 0; }

.about-story h1,
.about-story h2 {
  color: inherit;
  font-family: var(--headerfont);
  font-weight: 400;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.about-story__shell {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 1500px;
  width: calc(100% - clamp(48px, 8vw, 160px));
}

.about-story__hero {
  align-items: end;
  background: #050505;
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.about-story__hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.about-story__hero-media {
  filter: contrast(1.06) saturate(1.03);
  height: 100%;
  inset: 0;
  object-position: center 53.5%;
  position: absolute;
  width: 100%;
  object-fit: cover;
  transform: none;
  transform-origin: center;
}

.about-story__hero-shade {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .12) 0%, transparent 42%, rgba(0, 0, 0, .72) 100%),
    linear-gradient(90deg, rgba(5, 5, 5, .82) 0%, rgba(5, 5, 5, .5) 38%, rgba(5, 5, 5, .08) 72%, rgba(5, 5, 5, 0) 100%);
}

.about-story__hero-copy {
  box-sizing: border-box;
  padding: 0 clamp(24px, 5vw, 80px) clamp(92px, 9vw, 145px);
  position: relative;
  width: 100%;
  z-index: 1;
}

.about-story__eyebrow {
  font-size: var(--story-label-size);
  font-weight: 600;
  letter-spacing: normal;
  text-transform: uppercase;
}

.about-story__eyebrow { margin-bottom: 22px !important; }

.about-story__hero h1 {
  font-size: var(--story-hero-title-size);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: .84;
  max-width: 1500px;
}

.about-story__scroll {
  bottom: 40px;
  color: #fff !important;
  display: flex;
  font-size: var(--story-label-size);
  font-weight: 600;
  gap: 18px;
  letter-spacing: normal;
  position: absolute;
  left: clamp(24px, 5vw, 80px);
  right: auto;
  text-transform: uppercase;
  z-index: 2;
}

.about-story__scroll span { font-size: 18px; line-height: .7; }

.about-story__manifesto {
  align-items: center;
  display: grid;
  gap: var(--story-chapter-gap);
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  padding-block: var(--story-chapter-space);
}

.about-story__manifesto h2,
.about-story__community h2 {
  font-size: var(--story-section-title-size);
  line-height: .86;
}

.about-story__manifesto-copy {
  align-self: center;
  grid-column: 2;
  grid-row: 1;
  margin-top: 0;
  max-width: 560px;
  position: relative;
  z-index: 3;
}

.about-story__manifesto-copy h2 {
  font-size: var(--story-section-title-size);
  max-width: 720px;
}

.about-story__process-heading h2 { font-size: var(--story-section-title-size); line-height: .86; }

.about-story__manifesto-video {
  align-self: center;
  aspect-ratio: var(--story-chapter-media-ratio);
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  max-height: 680px;
  position: relative;
  width: var(--story-chapter-media-width);
}

.about-story__manifesto-video video {
  display: block;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}

.about-story__manifesto-copy > p {
  font-size: var(--story-copy-size);
  font-weight: 400;
  line-height: 1.6;
  margin-top: var(--story-chapter-copy-gap);
  margin-left: 0;
  max-width: 560px;
}

.about-story__manifesto-copy > .about-story__specialism {
  margin-bottom: 28px;
  margin-top: 24px;
}

.about-story__super73-button {
  display: flex !important;
  margin-top: 0 !important;
  width: min(100%, 360px);
}

.about-story__process {
  padding-block: var(--story-chapter-space);
}
.about-story__process-heading { flex: 0 0 auto; }
.about-story__process-grid {
  align-items: center;
  display: grid;
  gap: var(--story-chapter-gap);
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  height: auto;
  position: relative;
}

.about-story__process-media {
  aspect-ratio: var(--story-chapter-media-ratio);
  height: auto;
  justify-self: start;
  max-height: 680px;
  overflow: hidden;
  position: relative;
  top: auto;
  width: var(--story-chapter-media-width);
}

.about-story__process-media video,
.about-story__community-media video {
  filter: contrast(1.06) saturate(1.04);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-story__process-copy {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  min-width: 0;
  position: relative;
  top: auto;
}

.about-story__process-heading > p {
  color: var(--story-copy-color);
  font-size: var(--story-copy-size);
  font-weight: 400;
  line-height: 1.55;
  margin-top: var(--story-chapter-copy-gap);
  max-width: 540px;
}

.about-story__custom-builds-button {
  margin-top: clamp(30px, 3.6vw, 48px);
  width: min(100%, 360px);
}

.about-story__journey {
  background: transparent;
  height: 200svh;
  margin-top: var(--story-chapter-space);
  overflow: visible;
  position: relative;
}

.about-story__journey-stage {
  --journey-bike-scale: 1;
  --journey-curtain-opacity: 1;
  background: #050505;
  height: 100svh;
  inset: 0 0 auto;
  opacity: var(--journey-stage-opacity, 0);
  overflow: hidden;
  position: sticky;
  will-change: opacity;
}

.about-story__journey-bike {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  transform: scale(var(--journey-bike-scale));
  transform-origin: center;
  width: 100%;
  will-change: transform;
}

.about-story__journey-carousel {
  inset: 0;
  position: absolute;
}

.about-story__carousel-pointer {
  --carousel-pointer-x: -100px;
  --carousel-pointer-y: -100px;
  background: #fff;
  border-radius: 50%;
  display: none;
  height: 52px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate3d(calc(var(--carousel-pointer-x) - 50%), calc(var(--carousel-pointer-y) - 50%), 0);
  transition: opacity 120ms ease;
  width: 52px;
  z-index: 6;
}

.about-story__carousel-pointer::before,
.about-story__carousel-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
}

.about-story__carousel-pointer::before {
  background: #050505;
  height: 1px;
  left: 17px;
  transform: translateY(-50%);
  width: 18px;
}

.about-story__carousel-pointer::after {
  border-right: 1px solid #050505;
  border-top: 1px solid #050505;
  height: 7px;
  left: 27px;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
}

.about-story__carousel-pointer.is-previous::after {
  left: 17px;
  transform: translateY(-50%) rotate(-135deg);
}

@media (hover: hover) and (pointer: fine) {
  .about-story__journey-stage.is-carousel-ready .about-story__journey-carousel { cursor: none; }
  .about-story__carousel-pointer { display: block; }
  .about-story__carousel-pointer.is-visible { opacity: 1; }
}

.about-story__journey-bike-picture {
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 900ms ease;
  visibility: hidden;
  will-change: opacity;
}

.about-story__journey-bike-picture.is-active {
  opacity: 1;
  visibility: visible;
}

.about-story__carousel-controls {
  align-items: center;
  bottom: clamp(24px, 3vw, 48px);
  display: flex;
  left: clamp(24px, 4vw, 72px);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease;
  z-index: 5;
}

.about-story__journey-stage.is-carousel-ready .about-story__carousel-controls {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.about-story__carousel-arrow {
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: none;
  height: 48px;
  padding: 0;
  position: relative;
  width: 48px;
}

.about-story__carousel-arrow-icon {
  height: 48px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
}

.about-story__carousel-arrow-icon::before,
.about-story__carousel-arrow-icon::after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
}

.about-story__carousel-arrow-icon::before {
  background: #fff;
  height: 1px;
  transform: translate(-50%, -50%);
  width: 19px;
}

.about-story__carousel-arrow-icon::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 7px;
  transform: translate(1px, -50%) rotate(45deg);
  width: 7px;
}

.about-story__carousel-arrow--previous .about-story__carousel-arrow-icon { transform: translate(-50%, -50%) rotate(180deg); }

.about-story__carousel-meta {
  align-items: center;
  display: flex;
  gap: 10px;
}

.about-story__carousel-count,
.about-story__carousel-credit {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
}

.about-story__carousel-count {
  min-width: 58px;
  text-align: center;
}

.about-story__journey-curtain {
  background: #050505;
  inset: 0;
  opacity: var(--journey-curtain-opacity);
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.about-story__journey-mask {
  height: 100%;
  inset: 0;
  opacity: var(--journey-mask-opacity, 1);
  overflow: visible;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.about-story__journey-mask-image--mobile {
  display: none;
}

.about-story__journey-mask-words text {
  fill: #fff;
  font-family: "Bebas Neue", var(--headerfont), sans-serif;
  font-size: 430px;
  font-weight: 400;
  letter-spacing: -.035em;
  opacity: var(--journey-word-opacity, 0);
  text-anchor: middle;
  text-transform: uppercase;
  will-change: opacity;
}

.about-story__journey-steps {
  inset: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  z-index: 4;
}

.about-story__journey-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  opacity: var(--journey-step-opacity, 0);
  position: absolute;
  transform: translateY(var(--journey-step-y, 0));
  visibility: var(--journey-step-visibility, hidden);
  will-change: opacity, transform;
}

.about-story__journey-step strong {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.about-story__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1800px;
  gap: clamp(12px, 1.4vw, 24px);
  padding: clamp(90px, 10vw, 160px) 0 clamp(110px, 12vw, 190px);
  width: calc(100% - clamp(48px, 8vw, 160px));
}

.about-story__links .club-offer__item {
  background: #050505;
  border: 0;
  box-shadow: none;
  color: #fff;
  isolation: isolate;
  min-height: clamp(400px, 27vw, 500px);
  outline: 0;
  overflow: hidden;
  padding: clamp(24px, 2vw, 36px);
  transform: none;
}

.about-story__links .club-video-ambient { display: none !important; }

@media (hover: hover) {
  .about-story__links .club-offer__item:hover,
  .about-story__links .club-offer__item:focus-visible {
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    outline-offset: 0;
    overflow: hidden !important;
    transform: none !important;
    z-index: auto;
  }
}

.about-story__links .club-offer__item + .club-offer__item {
  border: 0;
}

.about-story__links .club-hover-video::before {
  background: linear-gradient(180deg, rgba(5, 5, 5, .18) 0%, rgba(5, 5, 5, .44) 52%, rgba(5, 5, 5, .9) 100%);
  opacity: 1;
}

.about-story__links .club-hover-video > video {
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 400ms ease, transform 700ms cubic-bezier(.16, 1, .3, 1);
}

.about-story__links .club-hover-video:hover > video,
.about-story__links .club-hover-video:focus-visible > video {
  opacity: .82;
  transform: scale(1.045);
}

.about-story__links .club-offer__item h2 {
  font-size: clamp(42px, 3.6vw, 64px);
}

.about-story__links .club-offer__item p {
  color: var(--story-copy-color);
  font-size: clamp(15px, .95vw, 18px);
  font-weight: 400;
  line-height: 1.55;
}

@media (max-width: 1300px) and (min-width: 901px) {
  .about-story__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-story__links .club-offer__item h2 {
    font-size: var(--story-section-title-size);
  }
}

.about-story__links .club-offer__link {
  font-family: "Forty Neue", var(--font);
  font-size: var(--story-label-size);
  font-weight: 600;
}

@media (hover: hover) {
  .about-story__links .club-hover-video:hover,
  .about-story__links .club-hover-video:focus-visible {
    color: #fff;
  }
}

@media (hover: none), (pointer: coarse) {
  .about-story__links .club-hover-video.is-in-view {
    color: #fff;
  }

  .about-story__links .club-hover-video.is-in-view > video {
    opacity: .82;
    transform: scale(1.045);
  }
}

.about-story__community { display: grid; gap: var(--story-chapter-gap); grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); padding-block: var(--story-chapter-space); }
.about-story__manifesto + .about-story__community { padding-top: var(--story-chapter-space); }
.about-story__community-copy { align-self: center; max-width: 560px; }
.about-story__community-copy h2 { font-size: var(--story-section-title-size); margin-top: 0; }
.about-story__community-copy > p { color: var(--story-copy-color); font-size: var(--story-copy-size); font-weight: 400; line-height: 1.6; margin-top: var(--story-chapter-copy-gap); max-width: 620px; }
.about-story__shop-button,
.about-story__shop-button:link,
.about-story__shop-button:visited {
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  color: #080808;
  display: inline-flex;
  font-size: var(--story-label-size);
  font-weight: 600;
  justify-content: center;
  margin-top: 38px;
  min-height: 60px;
  min-width: min(100%, 360px);
  padding: 18px 24px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 220ms ease, color 220ms ease;
}
.about-story__shop-button:hover,
.about-story__shop-button:focus-visible {
  background: var(--club-gold);
  color: #080808;
}
.about-story__community-media {
  aspect-ratio: var(--story-chapter-media-ratio);
  justify-self: end;
  max-height: 680px;
  overflow: hidden;
  position: relative;
  width: var(--story-chapter-media-width);
}

.about-story-page footer,
.about-story-page footer .footer {
  background: #050505;
  color: #fff;
  position: relative;
  z-index: 2;
}

.about-story-page footer { margin-top: 0; }

.about-story-page footer .footer .footer-ecosystem .footer-list h3,
.about-story-page footer .footer .footer-ecosystem .footer-list a,
.about-story-page footer .footer .footer-utility a,
.about-story-page footer .footer > h5 {
  color: #fff;
}

.about-story-page footer .footer .footer-list--hq {
  background: #fff;
  color: #080808;
}

.about-story-page footer .footer .footer-ecosystem .footer-list--hq h3,
.about-story-page footer .footer .footer-ecosystem .footer-list--hq .footer-route,
.about-story-page footer .footer .footer-list--hq p,
.about-story-page footer .footer .footer-list--hq .footer-socials a {
  color: #080808;
}

.about-story-page footer .footer .footer-list--hq address {
  color: rgba(8, 8, 8, .7);
}

.about-story-page footer .footer .footer-list--hq .footer-company-identifiers dt {
  color: rgba(8, 8, 8, .52);
}

.about-story-page footer .footer .footer-list--hq .footer-company-identifiers dd {
  color: rgba(8, 8, 8, .82);
}

.about-story-page footer .footer .ecwid-custom-payment-icons img {
  filter: grayscale(1) contrast(1.05) brightness(1.08);
}

.about-story-page footer .footer .ecwid-custom-payment-icons img:hover {
  filter: grayscale(1) contrast(1.15) brightness(1.16);
}

.about-story__hero-copy > * {
  animation: about-story-hero-in 1100ms cubic-bezier(.16, 1, .3, 1) both;
}

.about-story__hero-copy > h1 { animation-delay: 100ms; }

.about-story-motion-ready .about-story__motion {
  --story-enter-y: 54px;
  --story-scale: 1;
  filter: blur(7px);
  opacity: 0;
  transform: translate3d(0, var(--story-enter-y), 0) scale(var(--story-scale));
  transform-origin: center center;
  transition:
    filter 900ms cubic-bezier(.16, 1, .3, 1) var(--story-delay, 0ms),
    opacity 800ms ease var(--story-delay, 0ms),
    transform 1200ms cubic-bezier(.16, 1, .3, 1) var(--story-delay, 0ms);
  will-change: filter, opacity, transform;
}

.about-story-motion-ready .about-story__motion--media {
  clip-path: inset(7% 0 7% 0);
  filter: none;
  transition:
    clip-path 1200ms cubic-bezier(.16, 1, .3, 1) var(--story-delay, 0ms),
    opacity 900ms ease var(--story-delay, 0ms),
    transform 1400ms cubic-bezier(.16, 1, .3, 1) var(--story-delay, 0ms);
}

.about-story-motion-ready .about-story__motion.is-visible {
  --story-enter-y: 0px;
  clip-path: inset(0 0 0 0);
  filter: blur(0);
  opacity: 1;
}

@keyframes about-story-hero-in {
  from { filter: blur(8px); opacity: 0; transform: translateY(44px); }
  to { filter: blur(0); opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .about-story__manifesto { grid-template-columns: 1fr; }
  .about-story__manifesto-copy { grid-column: 1; grid-row: 1; }
  .about-story__manifesto-video { grid-column: 1; grid-row: 2; }
  .about-story__community { grid-template-columns: 1fr; }
  .about-story__process-grid { grid-template-columns: 1fr; height: auto; }
  .about-story__process-media { height: auto; max-height: 680px; top: auto; }
  .about-story__process-copy {
    height: auto;
    padding: 0;
    top: auto;
  }
  .about-story__community-media { justify-self: start; max-height: 680px; width: var(--story-chapter-media-width); }
  .about-story__links { grid-template-columns: 1fr; }
  .about-story__links .club-offer__item + .club-offer__item { border: 0; }
}

@media (max-width: 700px) {
  .about-story__backdrop { display: none; }
  .about-story__shell { width: calc(100% - 40px); }
  .about-story__hero { min-height: 100dvh; }
  .about-story__hero-media {
    height: 100%;
    inset: 0;
    object-position: 54% center;
    width: 100%;
  }
  .about-story__hero-shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, .22) 0%, rgba(0, 0, 0, .02) 40%, rgba(0, 0, 0, .78) 100%);
  }
  .about-story__hero-copy { padding: 0 20px 115px; }
  .about-story__hero h1 { font-size: clamp(68px, 21vw, 104px); line-height: .86; }
  .about-story__scroll { bottom: 40px; left: 20px; right: auto; }
  .about-story__manifesto { gap: var(--story-chapter-gap); grid-template-columns: 1fr; grid-template-rows: auto auto; padding-block: var(--story-chapter-space); }
  .about-story__manifesto-copy { grid-column: 1; grid-row: 2; margin-top: 0; }
  .about-story__manifesto-copy h2 { font-size: var(--story-section-title-size); margin-left: 0; white-space: normal; }
  .about-story__manifesto-copy > p { margin-left: 0; }
  .about-story__manifesto-video { grid-column: 1; grid-row: 1; width: 100%; }
  .about-story__community-media { grid-column: 1; grid-row: 1; }
  .about-story__community-copy { grid-column: 1; grid-row: 2; }
  .about-story__process-media { grid-column: 1; grid-row: 1; }
  .about-story__process-copy { grid-column: 1; grid-row: 2; }
  .about-story__process-heading h2 { font-size: clamp(58px, 16vw, 76px); }
  .about-story__process {
    padding-bottom: 0;
    padding-top: var(--story-chapter-space);
  }
  .about-story__journey {
    background: #050505;
    height: 430svh;
    margin-top: 0;
  }
  .about-story__journey-bike { object-position: center; }
  .about-story__carousel-controls {
    bottom: 0;
    display: block;
    inset-inline: 0;
    top: 0;
    transform: none;
  }
  .about-story__journey-stage.is-carousel-ready .about-story__carousel-controls {
    transform: none;
  }
  .about-story__carousel-meta {
    bottom: 28px;
    left: 20px;
    position: absolute;
  }
  .about-story__carousel-arrow {
    bottom: 0;
    display: block;
    height: auto;
    position: absolute;
    top: 0;
    width: 50%;
  }
  .about-story__carousel-arrow-icon {
    height: 72px;
    left: auto;
    top: 50%;
    width: 72px;
  }
  .about-story__carousel-arrow-icon::before { width: 31px; }
  .about-story__carousel-arrow-icon::after {
    height: 11px;
    width: 11px;
  }
  .about-story__carousel-arrow--previous {
    left: 0;
  }
  .about-story__carousel-arrow--next {
    right: 0;
  }
  .about-story__carousel-arrow--previous .about-story__carousel-arrow-icon {
    left: 4px;
    transform: translateY(-50%) rotate(180deg);
  }
  .about-story__carousel-arrow--next .about-story__carousel-arrow-icon {
    right: 4px;
    transform: translateY(-50%);
  }
  .about-story__journey-mask { display: none; }
  .about-story__journey-step strong {
    clip: auto;
    clip-path: none;
    color: #fff;
    font-family: "Bebas Neue", var(--headerfont), sans-serif;
    font-size: clamp(58px, 18vw, 78px);
    font-weight: 400;
    height: auto;
    letter-spacing: -.035em;
    line-height: .9;
    overflow: visible;
    position: static;
    text-transform: uppercase;
    width: auto;
  }
  .about-story__community { padding-block: var(--story-chapter-space); }
  .about-story__manifesto + .about-story__community { padding-top: var(--story-chapter-space); }
  .about-story__community-copy h2 { margin-top: 0; }
  .about-story__community-copy > p { margin-top: var(--story-chapter-copy-gap); }
  .about-story__shop-button { width: 100%; }
  .about-story__community-media,
  .about-story__process-media { justify-self: auto; width: 100%; }
  .about-story__links {
    padding-block: 80px 110px;
    width: calc(100% - 40px);
  }
  .about-story__links .club-offer__item {
    min-height: clamp(400px, 112vw, 470px);
    padding: 44px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-story__backdrop { display: none; }
  .about-story__hero-copy > *,
  .about-story-motion-ready .about-story__motion { animation: none; clip-path: none; filter: none; opacity: 1; transform: none; transition: none; }
  .about-story__hero-media { transform: none; }
  .about-story__journey { height: 100svh; }
  .about-story__journey-stage { opacity: 1; position: relative; }
  .about-story__journey-bike { transform: none; }
  .about-story__journey-bike-picture { transition: none; }
  .about-story__carousel-controls { display: none; }
  .about-story__journey-curtain,
  .about-story__journey-steps { display: none; }
  .about-story__process-grid { height: auto; }
  .about-story__process-media { position: relative; top: auto; }
  .about-story__process-copy { height: auto; position: relative; top: auto; }
}
