:root {
  --ink: #242623;
  --muted: #777b75;
  --line: #e6e7e2;
  --accent: #c34d35;
  --paper: #fff;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}
@view-transition {
  navigation: auto;
}
.bike-slide.active img {
  view-transition-name: bicycle;
}
.bike-slide[aria-hidden="true"] img {
  view-transition-name: none;
}
#product-title {
  view-transition-name: product-name;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #efefed;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 6px;
}
svg {
  width: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
}
button:disabled {
  cursor: default;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
::selection {
  background: #e8c1b6;
}
.visually-hidden {
  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;
  top: -70px;
  left: 24px;
  z-index: 20;
  padding: 15px;
  background: var(--ink);
  color: white;
}
.skip-link:focus {
  top: 10px;
}
.hero {
  height: calc(100svh - 32px);
  min-height: 680px;
  margin: 16px;
  background: var(--paper);
  position: relative;
  display: grid;
  grid-template-rows: 100px minmax(0, 1fr) 104px;
  overflow: hidden;
  isolation: isolate;
}
.hero:focus {
  outline: none;
}
.hero:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -4px;
}
.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 44px;
  position: relative;
  z-index: 4;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.brand-mt {
  font-weight: 900;
  font-size: 62px;
  letter-spacing: -7px;
  line-height: 0.8;
}
.brand-dot {
  color: var(--accent);
}
.brand-name {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.5;
  padding-top: 5px;
}
.main-nav {
  display: flex;
  gap: 36px;
  margin-left: 40px;
}
.main-nav a {
  font-size: 14px;
  position: relative;
  padding: 14px 0;
}
.main-nav a:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.main-nav a.current:after,
.main-nav a:hover:after {
  transform: scaleX(1);
}
.header-place {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--muted);
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
}
.menu-toggle span {
  display: block;
  background: var(--ink);
  height: 1px;
  width: 25px;
  margin: 7px 0;
}
.menu-toggle span:last-child {
  width: 18px;
  margin-left: auto;
}
.showroom {
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) 44px;
  position: relative;
}
.product-heading {
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 16px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.17em;
  line-height: 1.6;
}
.product-heading .eyebrow {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 12px;
}
.product-heading h1 {
  font-size: clamp(38px, 4.8vw, 76px);
  font-weight: 750;
  line-height: 0.98;
  letter-spacing: -0.065em;
}
.product-heading h1 span {
  font-weight: 400;
  letter-spacing: -0.075em;
  color: #7f847a;
}
.product-tagline {
  font-size: 14px;
  color: var(--muted);
  margin-top: 14px;
  letter-spacing: 0.02em;
}
.bike-stage {
  position: relative;
  min-height: 0;
  touch-action: pan-y pinch-zoom;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
.bike-stage.dragging {
  cursor: grabbing;
}
.bike-slide {
  position: absolute;
  inset: 10px 14% 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  will-change: transform, opacity;
}
.bike-slide.active {
  visibility: visible;
}
.bike-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 860px;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.bike-slide[data-slide="1"] img {
  max-width: 820px;
}
.side-note {
  position: absolute;
  left: 44px;
  top: 50%;
  font-size: 11px;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  transform: rotate(180deg) translateY(50%);
  color: #92958e;
}
.stage-arrow {
  position: absolute;
  top: 49%;
  width: 56px;
  height: 56px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition:
    background 0.2s,
    border-color 0.2s,
    transform 0.25s var(--ease);
  z-index: 3;
}
.stage-arrow:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}
.stage-arrow:active {
  transform: scale(0.92);
}
.stage-arrow.previous {
  left: 8%;
}
.stage-arrow.next {
  right: 8%;
}
.stage-arrow svg {
  width: 25px;
}
.stage-counter {
  position: absolute;
  right: 44px;
  top: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  writing-mode: vertical-rl;
  font-size: 11px;
  color: #9b9e97;
}
.stage-counter #slide-number {
  color: var(--ink);
}
.counter-line {
  height: 35px;
  width: 1px;
  background: var(--line);
}
.product-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product-colour {
  position: absolute;
  left: 44px;
  font-size: 12px;
  color: var(--muted);
  display: flex;
  gap: 9px;
  align-items: center;
}
.product-colour i {
  height: 10px;
  width: 10px;
  background: #e5e4df;
  border-radius: 50%;
  outline: 1px solid #d9dcd5;
  outline-offset: 3px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  font-size: 14px;
  padding: 12px 0;
  border-bottom: 1px solid currentColor;
}
.text-link span {
  transition: transform 0.3s var(--ease);
  font-size: 20px;
  line-height: 1;
}
.text-link:hover span {
  transform: translate(3px, -3px);
}
.hero-visit {
  padding: 8px 0;
  font-size: 13px;
}
.gesture-hint {
  position: absolute;
  right: 44px;
  font-size: 11px;
  color: #81857c;
}
.mobile-hint {
  display: none;
}
.hero-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  padding: 18px 44px 25px;
  gap: 24px;
}
.scroll-cue {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  align-self: end;
  font-size: 10px;
  letter-spacing: 0.16em;
}
.scroll-line {
  width: 1px;
  height: 28px;
  background: linear-gradient(to bottom, transparent, var(--ink));
  position: relative;
}
.scroll-line:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  bottom: 0;
  left: -2px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
}
.model-picker {
  display: flex;
  justify-content: center;
  gap: 34px;
}
.model-choice {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 49px;
  padding: 9px 2px 17px;
  font-size: 13px;
  color: #92968d;
  white-space: nowrap;
  transition: color 0.3s;
}
.model-number {
  font-size: 10px;
  letter-spacing: 0.02em;
}
.model-choice:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s var(--ease);
}
.model-choice.selected {
  color: var(--ink);
}
.model-choice.selected:after {
  transform: scaleX(1);
}
.model-choice:hover {
  color: var(--ink);
}
.hero-local {
  justify-self: end;
  text-align: right;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.11em;
  color: var(--muted);
}
.sticky-header {
  position: fixed;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 50px;
  background: #fffffff2;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  z-index: 10;
  transform: translateY(-110%);
  visibility: hidden;
  transition:
    transform 0.5s var(--ease),
    visibility 0.5s;
}
.sticky-header.visible {
  transform: translateY(0);
  visibility: visible;
}
.brand-small .brand-mt {
  font-size: 43px;
  letter-spacing: -5px;
}
.brand-small .brand-name {
  font-size: 9px;
  padding-top: 2px;
}
.sticky-header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
}
.sticky-header nav a:last-child {
  display: flex;
  gap: 20px;
}
.workshop {
  margin: 0 16px;
  background: #262b27;
  color: #f7f8f4;
  padding: 52px 64px 35px;
  scroll-margin-top: 0;
}
.section-kicker {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #a8b0a5;
}
.workshop-content {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: end;
  padding: 76px 0 70px;
}
.workshop h2 {
  font-size: clamp(42px, 5.4vw, 86px);
  letter-spacing: -0.055em;
  line-height: 1.04;
  font-weight: 500;
}
.workshop h2 span {
  color: #abb6a5;
}
.workshop-copy {
  max-width: 380px;
}
.workshop-copy p {
  font-size: 16px;
  line-height: 1.65;
}
.workshop-copy p + p {
  margin-top: 18px;
  color: #aeb6aa;
  font-size: 14px;
}
.workshop-copy .text-link {
  margin-top: 20px;
}
.service-line {
  display: flex;
  gap: 48px;
  border-top: 1px solid #ffffff26;
  padding-top: 28px;
  font-size: 12px;
  color: #aeb6aa;
}
.stores {
  padding: 90px 80px 25px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  background: #efefed;
}
.stores-intro .eyebrow {
  font-size: 11px;
  color: var(--muted);
}
.stores h2 {
  font-size: clamp(30px, 3vw, 45px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.055em;
  margin-top: 20px;
}
.stores h2 span {
  color: var(--accent);
}
.store .eyebrow {
  font-size: 10px;
  color: var(--muted);
}
.store h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.035em;
  margin-top: 20px;
}
.store p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  margin-top: 8px;
}
.store .phone {
  display: block;
  width: max-content;
  font-size: 18px;
  margin: 25px 0 3px;
}
.store .text-link {
  font-size: 12px;
}
.footer-bottom {
  grid-column: 1/-1;
  border-top: 1px solid #d9dbd4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 45px;
  padding-top: 23px;
  font-size: 11px;
  letter-spacing: 0.02em;
  color: var(--muted);
}
.study-note {
  font-size: 10px;
}
.mobile-menu {
  border: 0;
  position: fixed;
  inset: 0;
  margin: 0 0 0 auto;
  width: min(480px, 100%);
  height: 100dvh;
  max-height: none;
  max-width: none;
  padding: 35px;
  background: #f6f6f2;
  color: var(--ink);
}
.mobile-menu::backdrop {
  background: #17201566;
  backdrop-filter: blur(8px);
}
.mobile-menu[open] {
  display: flex;
  flex-direction: column;
  animation: menu-in 0.35s var(--ease);
}
.menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-close {
  width: 48px;
  height: 48px;
  font-size: 36px;
  font-weight: 300;
}
.mobile-menu nav {
  display: grid;
  gap: 30px;
  margin: 90px 0 60px;
}
.mobile-menu nav a {
  font-size: 38px;
  letter-spacing: -0.05em;
  display: flex;
  align-items: center;
  gap: 22px;
}
.mobile-menu nav span {
  font-size: 11px;
  letter-spacing: 0;
  color: var(--muted);
}
.mobile-menu > p {
  margin-top: auto;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}
body.menu-open {
  overflow: hidden;
}
@keyframes menu-in {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 1600px) {
  .hero {
    grid-template-rows: 110px minmax(0, 1fr) 120px;
  }
  .product-heading {
    padding-top: 25px;
  }
  .bike-slide img {
    max-width: 1050px;
  }
  .bike-slide[data-slide="1"] img {
    max-width: 990px;
  }
  .product-heading h1 {
    font-size: 86px;
  }
  .product-bottom {
    margin-bottom: 12px;
  }
}
@media (max-width: 1050px) {
  .main-header {
    padding: 0 28px;
  }
  .header-place {
    display: none;
  }
  .main-nav {
    margin-left: 0;
  }
  .hero-bottom {
    padding-right: 28px;
    padding-left: 28px;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
  }
  .model-picker {
    gap: 23px;
  }
  .hero-local {
    font-size: 9px;
  }
  .gesture-hint {
    right: 28px;
    font-size: 10px;
  }
  .product-colour {
    left: 28px;
  }
  .side-note {
    left: 26px;
  }
  .stage-counter {
    right: 26px;
  }
  .bike-slide {
    inset: 16px 11% 0;
  }
  .stage-arrow.previous {
    left: 5%;
  }
  .stage-arrow.next {
    right: 5%;
  }
  .workshop {
    padding: 45px 40px 30px;
  }
  .workshop-content {
    gap: 40px;
  }
  .stores {
    padding: 70px 48px 25px;
    gap: 25px;
  }
}
@media (max-width: 700px) {
  :root {
    scroll-padding-top: 78px;
  }
  .hero {
    margin: 0;
    height: 100svh;
    min-height: 650px;
    grid-template-rows: 94px minmax(0, 1fr) 128px;
  }
  .main-header {
    padding: 0 25px;
  }
  .brand-mt {
    font-size: 55px;
    letter-spacing: -6px;
  }
  .brand-name {
    font-size: 10px;
  }
  .main-nav {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .showroom {
    grid-template-rows: auto minmax(0, 1fr) 75px;
  }
  .product-heading {
    padding: 24px 12px 0;
  }
  .product-heading .eyebrow {
    font-size: 10px;
    margin-bottom: 14px;
  }
  .product-heading h1 {
    font-size: clamp(32px, 9vw, 58px);
    letter-spacing: -0.06em;
  }
  .product-tagline {
    font-size: 13px;
    margin-top: 13px;
  }
  .bike-slide {
    inset: 12px 3% 0;
  }
  .bike-slide img {
    max-width: none;
  }
  .bike-slide[data-slide="1"] img {
    max-width: none;
  }
  .stage-arrow {
    top: auto;
    bottom: -49px;
    width: 44px;
    height: 44px;
    border-color: #dedfd9;
  }
  .stage-arrow.previous {
    left: 25px;
  }
  .stage-arrow.next {
    right: 25px;
  }
  .stage-arrow svg {
    width: 22px;
  }
  .side-note,
  .stage-counter,
  .product-colour {
    display: none;
  }
  .product-bottom {
    align-items: flex-start;
    padding-top: 18px;
  }
  .hero-visit {
    font-size: 12px;
    gap: 16px;
    position: relative;
    z-index: 2;
  }
  .gesture-hint {
    left: 0;
    right: 0;
    bottom: -6px;
    text-align: center;
    font-size: 10px;
    pointer-events: none;
  }
  .desktop-hint {
    display: none;
  }
  .mobile-hint {
    display: inline;
  }
  .hero-bottom {
    display: flex;
    justify-content: center;
    padding: 25px 24px 28px;
  }
  .model-picker {
    width: 100%;
    gap: 12px;
    justify-content: space-between;
    align-self: flex-start;
    margin-top: 15px;
  }
  .model-choice {
    font-size: 11px;
    gap: 6px;
    min-height: 48px;
    padding-bottom: 16px;
  }
  .model-number {
    font-size: 9px;
  }
  .scroll-cue,
  .hero-local {
    display: none;
  }
  .sticky-header {
    padding: 15px 22px;
  }
  .brand-small .brand-name {
    display: none;
  }
  .sticky-header nav {
    gap: 20px;
    font-size: 12px;
  }
  .sticky-header nav a:last-child {
    gap: 8px;
  }
  .workshop {
    margin: 0;
    padding: 35px 26px 30px;
  }
  .section-kicker {
    font-size: 9px;
    letter-spacing: 0.12em;
  }
  .section-kicker span:last-child {
    display: none;
  }
  .workshop-content {
    display: block;
    padding: 55px 0 40px;
  }
  .workshop h2 {
    font-size: clamp(42px, 10.5vw, 68px);
  }
  .workshop-copy {
    max-width: none;
    margin-top: 36px;
  }
  .workshop-copy p {
    font-size: 16px;
    line-height: 1.65;
  }
  .workshop-copy p + p {
    font-size: 14px;
  }
  .service-line {
    gap: 13px;
    justify-content: space-between;
    font-size: 10px;
    line-height: 1.5;
    padding-top: 22px;
  }
  .stores {
    padding: 55px 26px 25px;
    grid-template-columns: 1fr 1fr;
    column-gap: 22px;
    row-gap: 45px;
  }
  .stores-intro {
    grid-column: 1/-1;
  }
  .stores h2 {
    font-size: 44px;
  }
  .store .eyebrow {
    font-size: 9px;
    letter-spacing: 0.08em;
  }
  .store h3 {
    font-size: 17px;
    margin-top: 14px;
  }
  .store p:not(.eyebrow) {
    font-size: 13px;
  }
  .store .phone {
    font-size: 17px;
  }
  .footer-bottom {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    font-size: 10px;
    gap: 15px;
  }
  .study-note {
    width: 100%;
    font-size: 10px;
  }
}
@media (max-width: 380px) {
  .hero {
    min-height: 620px;
    grid-template-rows: 80px minmax(0, 1fr) 112px;
  }
  .product-heading {
    padding-top: 18px;
  }
  .model-picker {
    gap: 6px;
  }
  .model-choice {
    font-size: 10px;
    gap: 4px;
  }
  .hero-bottom {
    padding-left: 18px;
    padding-right: 18px;
  }
  .product-tagline {
    font-size: 12px;
  }
  .hero-visit {
    font-size: 11px;
  }
  .stage-arrow.previous {
    left: 18px;
  }
  .stage-arrow.next {
    right: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .bike-slide {
    will-change: auto;
  }
}

/* Keep secondary information legible at every breakpoint. */
.header-place,
.product-heading .eyebrow,
.side-note,
.stage-counter,
.gesture-hint,
.model-number,
.scroll-cue,
.hero-local,
.section-kicker,
.stores-intro .eyebrow,
.store .eyebrow,
.footer-bottom,
.study-note {
  font-size: 12px;
}
.model-choice,
.hero-visit,
.store .text-link {
  font-size: 14px;
}
@media (max-width: 1050px) {
  .hero-local {
    display: none;
  }
  .hero-bottom {
    grid-template-columns: 1fr auto 1fr;
  }
  .gesture-hint {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .product-heading .eyebrow {
    font-size: 12px;
    letter-spacing: 0.12em;
  }
  .product-tagline {
    font-size: 14px;
    padding: 0 8px;
  }
  .model-choice {
    font-size: 12px;
    gap: 6px;
  }
  .model-number {
    display: none;
  }
  .model-picker {
    gap: 16px;
  }
  .model-choice > span:last-child {
    white-space: normal;
  }
  .hero-visit {
    font-size: 13px;
  }
  .service-line {
    font-size: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px 24px;
  }
  .store .eyebrow {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
  .store p:not(.eyebrow) {
    font-size: 14px;
  }
  .sticky-header nav {
    font-size: 14px;
    gap: 16px;
  }
  .stores-intro .eyebrow {
    font-size: 12px;
  }
  .study-note {
    line-height: 1.5;
  }
}

/* Leave a bottom row for chat without squeezing the mobile model names. */
@media (max-width: 700px) {
  body:has(#nemdesk-widget-host) .hero {
    grid-template-rows: 94px minmax(0, 1fr) 176px;
  }
  body:has(#nemdesk-widget-host) .hero-bottom {
    padding-bottom: 84px;
  }
}
