@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-600.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-700.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-800.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-italic-700.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
}

:root {
  --navy: #102f45;
  --navy-deep: #0b2232;
  --ink: #0b151c;
  --paper: #f1efe7;
  --paper-light: #faf9f4;
  --signal: #dfff3f;
  --signal-dark: #b9db1e;
  --steel: #aeb8bd;
  --white: #fff;
  --line-dark: rgba(11, 21, 28, 0.18);
  --line-light: rgba(255, 255, 255, 0.2);
  --font-display: "Barlow Condensed", "Arial Narrow", "Helvetica Neue", sans-serif;
  --font-body: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --max-width: 1480px;
  --content-width: 1240px;
  --page-pad: clamp(1.25rem, 4vw, 4.5rem);
  --space-1: 0.5rem;
  --space-2: 0.875rem;
  --space-3: 1.25rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4.5rem;
  --space-7: 7rem;
  --space-8: 9rem;
  --radius-small: 2px;
  --radius-medium: 8px;
  --shadow-hard: 18px 18px 0 rgba(11, 21, 28, 0.12);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --duration-fast: 180ms;
  --duration: 520ms;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.5rem;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

body.cookie-panel-open {
  overflow-x: hidden;
}

[hidden] {
  display: none !important;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.arrow-icon {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.7;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

address {
  font-style: normal;
}

h1,
h2,
h3,
p,
dl,
dd,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.92;
  text-wrap: balance;
}

h1 em,
h2 em {
  color: var(--signal);
  font-style: italic;
}

::selection {
  background: var(--signal);
  color: var(--ink);
}

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

.skip-link {
  position: fixed;
  z-index: 999;
  top: 0.8rem;
  left: 0.8rem;
  padding: 0.8rem 1rem;
  transform: translateY(-160%);
  background: var(--signal);
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.current-notice {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--line-dark);
  background: var(--paper-light);
}

.current-notice::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: max(0px, calc((100vw - var(--max-width)) / 2));
  width: 5px;
  background: var(--signal);
  content: "";
}

.current-notice-inner {
  display: grid;
  min-height: 112px;
  grid-template-columns: 0.68fr 1.25fr 1.75fr auto;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 3.5rem);
}

.current-notice-label,
.current-notice-heading > span {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.current-notice-label {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.notice-status {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border: 3px solid var(--paper-light);
  border-radius: 50%;
  background: var(--signal-dark);
  box-shadow: 0 0 0 1px var(--ink);
}

.current-notice-heading {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.current-notice-heading > span {
  color: rgba(11, 21, 28, 0.54);
}

.current-notice-heading strong {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  letter-spacing: -0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.current-notice p {
  max-width: 620px;
  margin: 0;
  color: rgba(11, 21, 28, 0.7);
  font-size: 0.78rem;
  line-height: 1.6;
}

.notice-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.notice-link > .arrow-icon {
  color: var(--signal-dark);
  font-size: 1rem;
  transition: transform var(--duration-fast) ease;
}

.notice-link:hover > .arrow-icon {
  transform: translate(3px, -3px);
}

.section-shell,
.header-inner {
  width: min(100%, var(--max-width));
  margin-inline: auto;
  padding-inline: var(--page-pad);
}

.section-pad {
  padding-block: clamp(5rem, 9vw, var(--space-8));
}

.site-header {
  position: sticky;
  z-index: 80;
  top: 0;
  background: var(--navy);
  color: var(--white);
  transition: background-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease;
}

.site-header.is-scrolled {
  background: var(--ink);
  box-shadow: 0 1px 0 var(--line-light);
}

.header-inner {
  display: flex;
  min-height: 84px;
  align-items: stretch;
  justify-content: space-between;
  gap: var(--space-4);
}

.wordmark {
  display: inline-flex;
  min-width: 210px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-decoration: none;
}

.wordmark-name {
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.1vw, 2.05rem);
  font-weight: 800;
  letter-spacing: 0.015em;
  line-height: 0.88;
  text-transform: uppercase;
}

.wordmark-meta {
  margin-top: 0.5rem;
  color: var(--signal);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: stretch;
  gap: clamp(0.4rem, 1.6vw, 1.8rem);
}

.site-nav > a:not(.nav-call) {
  position: relative;
  display: flex;
  align-items: center;
  padding-inline: 0.3rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav > a:not(.nav-call)::after {
  position: absolute;
  right: 0.3rem;
  bottom: 21px;
  left: 0.3rem;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--signal);
  content: "";
  transition: transform var(--duration-fast) ease;
}

.site-nav > a:not(.nav-call):hover::after,
.site-nav > a:not(.nav-call):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-call {
  display: flex;
  min-width: 178px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0.85rem 1.2rem;
  background: var(--signal);
  color: var(--ink);
  text-decoration: none;
  transition: background-color var(--duration-fast) ease;
}

.nav-call:hover {
  background: var(--white);
}

.nav-call span {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-call strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.15;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
}

.hero {
  position: relative;
  display: grid;
  min-height: min(900px, calc(100svh - 114px));
  grid-template-columns: minmax(0, 56%) minmax(0, 44%);
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.hero-grid {
  position: absolute;
  z-index: 0;
  inset: 0 44% 0 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to right, black 20%, transparent 95%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 940px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4.8rem, 8vw, 7.5rem) clamp(4rem, 6vw, 7rem) clamp(3rem, 5vw, 5rem)
    max(var(--page-pad), calc((100vw - var(--max-width)) / 2 + var(--page-pad)));
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.8rem;
  color: var(--signal);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 34px;
  height: 2px;
  background: currentColor;
}

.hero h1 {
  max-width: 790px;
  margin-bottom: 1.8rem;
  font-size: clamp(5.8rem, 9.4vw, 10rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.78;
  text-transform: uppercase;
}

.hero h1 em {
  display: block;
  margin-left: clamp(1.5rem, 5vw, 5.5rem);
  line-height: 0.95;
}

.hero-lead {
  max-width: 600px;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  line-height: 1.6;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.4rem;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 0.9rem 1.2rem 0.9rem 1.35rem;
  border: 1px solid transparent;
  border-radius: var(--radius-small);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color var(--duration-fast) ease, color var(--duration-fast) ease,
    transform var(--duration-fast) ease;
}

.button svg {
  width: 22px;
  flex: 0 0 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 1.8;
}

.button:hover {
  transform: translateY(-2px);
}

.button-signal {
  background: var(--signal);
  color: var(--ink);
}

.button-signal:hover {
  background: var(--white);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-dark:hover {
  background: var(--navy);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link .arrow-icon {
  transition: transform var(--duration-fast) ease;
}

.text-link:hover .arrow-icon {
  transform: translate(3px, -3px);
}

.text-link-light {
  color: var(--white);
}

.hero-facts {
  display: grid;
  max-width: 610px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: clamp(2.5rem, 5vw, 5rem) 0 0;
  border-top: 1px solid var(--line-light);
}

.hero-facts > div {
  padding: 1.15rem 1rem 0 0;
}

.hero-facts > div + div {
  padding-left: 1.4rem;
  border-left: 1px solid var(--line-light);
}

.hero-facts dt {
  margin-bottom: 0.3rem;
  color: var(--steel);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.15;
  text-transform: uppercase;
}

.hero-facts small {
  display: block;
  margin-top: 0.18rem;
  color: var(--signal);
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hero-media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
  background: var(--ink);
}

.hero-media picture,
.hero-media img {
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: 63% center;
  filter: contrast(1.08) saturate(0.78);
  transform: scale(1.025);
  transition: transform 1.2s var(--ease), filter 1.2s var(--ease);
}

.hero:hover .hero-media img {
  filter: contrast(1.06) saturate(0.92);
  transform: scale(1.05);
}

.hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 47, 69, 0.28), transparent 35%),
    linear-gradient(0deg, rgba(11, 21, 28, 0.5), transparent 42%);
  content: "";
  pointer-events: none;
}

.hero-media-label {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: flex;
  width: min(70%, 340px);
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.4rem;
  background: var(--ink);
  color: var(--white);
}

.hero-media-label span {
  color: var(--signal);
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
}

.hero-media-label p {
  margin: 0;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.wheel-link {
  position: absolute;
  z-index: 4;
  bottom: clamp(1.3rem, 3vw, 2.8rem);
  left: calc(56% - 68px);
  display: grid;
  width: 136px;
  height: 136px;
  place-items: center;
  color: var(--signal);
  text-decoration: none;
}

.wheel-link-wheel {
  position: absolute;
  inset: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
  transition: transform 800ms var(--ease);
}

.wheel-link:hover .wheel-link-wheel,
.wheel-link:focus-visible .wheel-link-wheel {
  transform: rotate(30deg);
}

.wheel-link span {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 50%;
  background: var(--signal);
  color: var(--ink);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-section {
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.33fr) minmax(0, 1fr);
  gap: var(--space-5);
  margin-bottom: clamp(3.5rem, 7vw, 6.5rem);
}

.section-index,
.info-label,
.footer-label {
  margin-bottom: 0;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-index {
  padding-top: 0.65rem;
  color: var(--navy);
}

.section-heading h2,
.contact-copy h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(3.5rem, 7vw, 7.3rem);
  font-weight: 800;
  line-height: 0.83;
  text-transform: uppercase;
}

.section-heading > div > p {
  max-width: 610px;
  margin: 0;
  color: rgba(11, 21, 28, 0.68);
}

.service-selector {
  display: grid;
  min-height: 660px;
  grid-template-columns: minmax(320px, 0.68fr) minmax(0, 1.32fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.service-tabs {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  border-right: 1px solid var(--ink);
}

.service-tab {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 0.8rem;
  padding: 1.5rem clamp(1rem, 2.2vw, 2rem);
  border: 0;
  border-bottom: 1px solid var(--ink);
  overflow: hidden;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background-color var(--duration-fast) ease, color var(--duration-fast) ease;
}

.service-tab:last-child {
  border-bottom: 0;
}

.service-tab::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  transform: scaleY(0);
  transform-origin: bottom;
  background: var(--signal);
  content: "";
  transition: transform var(--duration) var(--ease);
}

.service-tab:hover,
.service-tab.is-active {
  background: var(--ink);
  color: var(--white);
}

.service-tab.is-active::before {
  transform: scaleY(1);
}

.tab-number {
  align-self: start;
  padding-top: 0.35rem;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
}

.service-tab:hover .tab-number,
.service-tab.is-active .tab-number {
  color: var(--signal);
}

.tab-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.9;
  text-transform: uppercase;
}

.tab-arrow {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.2rem;
  transition: transform var(--duration-fast) ease;
}

.service-tab:hover .tab-arrow,
.service-tab.is-active .tab-arrow {
  transform: translate(4px, -4px);
}

.service-panel {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-rows: minmax(360px, 1.35fr) minmax(230px, 0.65fr);
  background: var(--navy);
  color: var(--white);
}

.service-panel-media {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.service-panel-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 47, 69, 0.18), transparent 50%);
  content: "";
}

.service-panel-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) contrast(1.05);
  transition: opacity 240ms ease, transform 700ms var(--ease);
}

.service-panel-media img.is-changing {
  opacity: 0.25;
  transform: scale(1.025);
}

.panel-crosshair {
  position: absolute;
  z-index: 2;
  top: 1.2rem;
  right: 1.2rem;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.panel-crosshair::before,
.panel-crosshair::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.7);
  content: "";
  transform: translate(-50%, -50%);
}

.panel-crosshair::before {
  width: 54px;
  height: 1px;
}

.panel-crosshair::after {
  width: 1px;
  height: 54px;
}

.service-panel-copy {
  position: relative;
  display: grid;
  grid-template-columns: minmax(70px, 0.15fr) minmax(180px, 0.48fr) minmax(200px, 0.6fr);
  grid-template-rows: auto auto;
  gap: 0.8rem 1.5rem;
  align-items: start;
  padding: clamp(1.6rem, 3vw, 2.8rem);
  border-top: 1px solid var(--line-light);
}

.panel-number {
  grid-row: 1 / 3;
  margin: 0;
  color: var(--signal);
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 4vw, 4.5rem);
  font-weight: 700;
  line-height: 0.8;
}

.service-panel-copy h3 {
  margin: 0;
  font-size: clamp(2rem, 3.3vw, 3.8rem);
  text-transform: uppercase;
}

.service-panel-copy > p:not(.panel-number):not(.panel-note) {
  grid-row: 1 / 3;
  margin: 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: 0.92rem;
}

.panel-note {
  grid-column: 2;
  margin: 0;
  color: var(--steel);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.5;
  text-transform: uppercase;
}

.service-panel-copy .text-link {
  grid-column: 3;
  justify-self: start;
  margin-top: 0.8rem;
  color: var(--signal);
}

.service-extras {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--ink);
}

.service-extras > div {
  display: grid;
  min-width: 0;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 0.5rem 1rem;
  align-items: start;
  align-content: start;
  padding: 2.2rem 1.5rem;
}

.service-extras > div + div {
  border-left: 1px solid var(--ink);
}

.extra-index {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
}

.service-extras h3 {
  min-width: 0;
  grid-column: 2;
  margin: 0;
  font-size: clamp(1.55rem, 2.3vw, 2.4rem);
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.service-extras p {
  min-width: 0;
  grid-column: 2;
  margin: 0;
  color: rgba(11, 21, 28, 0.68);
  font-size: 0.83rem;
  overflow-wrap: anywhere;
}

.workshop-story {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.story-wheel {
  position: absolute;
  top: 50%;
  left: -10vw;
  width: min(56vw, 820px);
  transform: translateY(-50%);
  color: rgba(223, 255, 63, 0.14);
}

.story-wheel svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
}

.story-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(130px, 0.25fr) minmax(380px, 0.95fr) minmax(190px, 0.42fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
}

.section-index-light {
  align-self: start;
  color: var(--steel);
}

.story-copy h2 {
  margin-bottom: 2rem;
  font-size: clamp(4rem, 8.5vw, 9rem);
  font-weight: 800;
  text-transform: uppercase;
}

.story-copy h2 em {
  white-space: nowrap;
}

.story-lead {
  max-width: 660px;
  margin-bottom: 1.2rem;
  font-size: clamp(1.15rem, 1.9vw, 1.55rem);
  font-weight: 600;
  line-height: 1.45;
}

.story-copy > p:not(.story-lead) {
  max-width: 650px;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.66);
}

.since-mark {
  position: relative;
  display: flex;
  width: min(100%, 280px);
  aspect-ratio: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-self: end;
  border: 1px solid var(--signal);
  border-radius: 50%;
  color: var(--signal);
}

.since-mark::before,
.since-mark::after {
  position: absolute;
  background: var(--signal);
  content: "";
}

.since-mark::before {
  top: 50%;
  right: -18px;
  left: -18px;
  height: 1px;
}

.since-mark::after {
  top: -18px;
  bottom: -18px;
  left: 50%;
  width: 1px;
}

.since-mark span,
.since-mark small {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.since-mark strong {
  font-family: var(--font-display);
  font-size: clamp(3.7rem, 6vw, 6.8rem);
  line-height: 0.85;
}

.process-section {
  background: var(--paper-light);
}

.process-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-route::before {
  position: absolute;
  top: 11px;
  right: 8%;
  left: 8%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--ink);
  content: "";
  transition: transform 1.2s 150ms var(--ease);
}

.process-route.is-visible::before {
  transform: scaleX(1);
}

.process-route li {
  position: relative;
  z-index: 1;
  min-height: 315px;
  padding: 3.5rem clamp(1rem, 3vw, 3rem) 1.5rem 0;
  border-bottom: 1px solid var(--ink);
}

.process-route li + li {
  padding-left: clamp(1rem, 3vw, 3rem);
  border-left: 1px solid var(--line-dark);
}

.route-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 6px solid var(--paper-light);
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 1px var(--ink);
}

.process-route li + li .route-dot {
  left: clamp(1rem, 3vw, 3rem);
}

.route-number {
  margin-bottom: 2.4rem;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
}

.process-route h3 {
  margin-bottom: 1rem;
  font-size: clamp(2.1rem, 3.7vw, 4rem);
  text-transform: uppercase;
}

.process-route li > p:not(.route-number) {
  max-width: 330px;
  margin-bottom: 1.5rem;
  color: rgba(11, 21, 28, 0.68);
}

.process-route a {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sales-section {
  display: grid;
  min-height: 780px;
  grid-template-columns: minmax(360px, 0.42fr) minmax(0, 0.72fr);
  background: var(--signal);
}

.sales-copy {
  position: sticky;
  top: 84px;
  display: flex;
  min-height: calc(100vh - 84px);
  align-self: start;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-inline: max(var(--page-pad), calc((100vw - var(--max-width)) / 2 + var(--page-pad)));
}

.sales-copy h2 {
  max-width: 530px;
  margin: 1rem 0 1.8rem;
  font-size: clamp(4rem, 7.2vw, 7.5rem);
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
}

.sales-copy h2 span,
.sales-copy h2 em {
  display: block;
}

.sales-copy h2 em {
  color: var(--navy);
}

.sales-copy > p:not(.section-index) {
  max-width: 520px;
  margin-bottom: 2rem;
}

.sales-copy small {
  max-width: 350px;
  margin-top: 0.8rem;
  color: rgba(11, 21, 28, 0.6);
  font-size: 0.66rem;
}

.finance-note {
  width: min(100%, 520px);
  margin-top: 2rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(11, 21, 28, 0.45);
}

.finance-note .finance-kicker {
  margin-bottom: 0.55rem;
  color: var(--navy);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.finance-note h3 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  text-transform: uppercase;
}

.finance-note > p:not(.finance-kicker) {
  margin-bottom: 0.8rem;
  font-size: 0.74rem;
  line-height: 1.55;
}

.finance-note a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bike-market {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
  padding: clamp(2rem, 4vw, 4.5rem);
}

.bike-market::before {
  position: absolute;
  inset: 0;
  opacity: 0.11;
  background-image:
    linear-gradient(var(--white) 1px, transparent 1px),
    linear-gradient(90deg, var(--white) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
}

.bike-market-head,
.bike-list {
  position: relative;
  z-index: 1;
}

.bike-market-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line-light);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bike-market-head p {
  margin: 0;
}

.bike-market-head p span {
  color: var(--signal);
  font-family: var(--font-display);
  font-size: 1.65rem;
  letter-spacing: 0;
}

.bike-market-head > span {
  color: rgba(255, 255, 255, 0.58);
}

.bike-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.bike-card {
  position: relative;
  display: grid;
  min-width: 0;
  overflow: hidden;
  background: var(--paper-light);
  color: var(--ink);
}

.bike-card.is-featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.25fr) minmax(210px, 0.75fr);
}

.bike-card-media {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  background: #d9d8d1;
}

.bike-card.is-featured .bike-card-media {
  min-height: 330px;
}

.bike-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
  transition: transform 700ms var(--ease);
}

.bike-card:hover .bike-card-media img {
  transform: scale(1.035);
}

.bike-status {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0.5rem 0.7rem;
  background: var(--ink);
  color: var(--white);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bike-card-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.2rem;
}

.bike-card-index {
  margin-bottom: 0.65rem;
  color: rgba(11, 21, 28, 0.48);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bike-card h3 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  text-transform: uppercase;
}

.bike-card-description {
  margin-bottom: 1rem;
  color: rgba(11, 21, 28, 0.68);
  font-size: 0.74rem;
  line-height: 1.55;
}

.bike-card-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.75rem;
  margin: auto 0 1rem;
  padding: 0;
  color: rgba(11, 21, 28, 0.58);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

.bike-card-details li + li::before {
  margin-right: 0.75rem;
  color: var(--signal-dark);
  content: "/";
}

.bike-card-price {
  margin-bottom: 0.75rem;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
}

.bike-card-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bike-loading,
.bike-empty,
.bike-error {
  grid-column: 1 / -1;
  min-height: 340px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 2rem;
  border: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  text-align: center;
}

.bike-error a,
.bike-empty a {
  color: var(--signal);
}

.seasonal-strip {
  background: var(--navy-deep);
  color: var(--white);
}

.seasonal-inner {
  display: grid;
  grid-template-columns: 0.28fr 0.7fr 1fr auto;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding-block: 2.1rem;
}

.seasonal-inner p,
.seasonal-inner h2 {
  margin: 0;
}

.seasonal-inner > p:first-child {
  color: var(--signal);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.seasonal-inner h2 {
  font-size: clamp(2rem, 3vw, 3.4rem);
  text-transform: uppercase;
}

.seasonal-inner > p:nth-child(3) {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.84rem;
}

.contact-section {
  background: var(--paper);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(3rem, 5vw, 5rem);
  align-items: stretch;
}

.contact-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.contact-copy h2 {
  margin: 1.3rem 0 2rem;
  font-size: clamp(3.6rem, 5.1vw, 5.6rem);
  line-height: 0.88;
}

.contact-copy h2 em {
  color: var(--navy);
}

.contact-copy address {
  margin-bottom: 2rem;
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  font-weight: 600;
  line-height: 1.65;
}

.location-board {
  min-height: 660px;
  min-width: 0;
  overflow: hidden;
  background: var(--ink);
  box-shadow: var(--shadow-hard);
  color: var(--white);
}

.map-embed-shell {
  position: relative;
  height: 430px;
  overflow: hidden;
  border-bottom: 1px solid var(--line-light);
  background-color: var(--navy-deep);
  background-image:
    radial-gradient(circle at 74% 36%, rgba(223, 255, 63, 0.12), transparent 25%),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
}

.map-embed-shell iframe {
  display: none;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-embed-shell.is-loaded iframe {
  display: block;
}

.map-consent {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(2rem, 6vw, 4.5rem);
}

.map-consent::after {
  position: absolute;
  right: 8%;
  bottom: -22%;
  width: 330px;
  aspect-ratio: 1;
  border: 1px solid rgba(223, 255, 63, 0.25);
  border-radius: 50%;
  content: "";
}

.map-consent-kicker {
  margin-bottom: 0.65rem;
  color: var(--signal);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.map-consent h3 {
  margin-bottom: 0.85rem;
  color: var(--white);
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  text-transform: uppercase;
}

.map-consent > p:not(.map-consent-kicker) {
  max-width: 430px;
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
}

.map-consent .button {
  position: relative;
  z-index: 1;
  margin-bottom: 0.7rem;
  border: 0;
  cursor: pointer;
}

.map-consent > a {
  position: relative;
  z-index: 1;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.65rem;
  font-weight: 700;
}

.map-location-tag {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.7rem 0.85rem;
  background: var(--signal);
  color: var(--ink);
  box-shadow: 0 6px 30px rgba(11, 21, 28, 0.22);
}

.map-embed-shell.is-loaded .map-location-tag {
  display: flex;
}

.map-location-tag span {
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-location-tag strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.practical-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  padding: clamp(1.6rem, 3vw, 2.8rem);
}

.info-label {
  margin-bottom: 1.1rem;
  color: var(--signal);
}

.hours-list {
  margin: 0;
}

.hours-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.45rem;
  border-bottom: 1px solid var(--line-light);
  font-size: 0.78rem;
}

.hours-list dd {
  margin: 0;
  font-weight: 700;
}

.practical-info > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.practical-info a {
  margin-bottom: 0.65rem;
  font-size: 0.8rem;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.contact-method {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.contact-method span {
  margin-bottom: 0.08rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-method a {
  margin-bottom: 0;
}

.site-footer {
  padding: clamp(4rem, 7vw, 6.5rem) 0 1.5rem;
  background: var(--ink);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.55fr 0.9fr 0.5fr;
  gap: clamp(2rem, 5vw, 5.5rem);
  padding-bottom: 4rem;
}

.wordmark-footer {
  margin-bottom: 1.3rem;
}

.footer-grid > div:first-child > p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.footer-label {
  margin-bottom: 1.2rem;
  color: var(--signal);
}

.footer-grid nav,
.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-grid nav a,
.footer-grid > div:not(:first-child) a {
  margin-bottom: 0.55rem;
  font-size: 0.78rem;
  font-weight: 600;
}

.footer-action {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.footer-grid > div:nth-child(3) p:not(.footer-label) {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.75rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-bottom p {
  margin: 0;
}

.facebook-link,
.footer-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.mobile-contact-bar {
  display: none;
}

.cookie-panel {
  position: fixed;
  z-index: 160;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  width: min(620px, calc(100vw - 2rem));
  padding: clamp(1.25rem, 3vw, 1.8rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--ink);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.34);
  color: var(--white);
}

.cookie-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.cookie-panel-kicker {
  margin-bottom: 0.35rem;
  color: var(--signal);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cookie-panel h2 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  text-transform: uppercase;
}

.cookie-panel-copy {
  max-width: 560px;
  margin-bottom: 1.15rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  line-height: 1.6;
}

.cookie-panel-copy a {
  color: var(--white);
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.cookie-actions button {
  min-height: 46px;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cookie-actions button[data-consent="all"] {
  border-color: var(--signal);
  background: var(--signal);
  color: var(--ink);
}

.cookie-close {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid var(--line-light);
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.legal-page {
  min-height: 100vh;
  background: var(--paper-light);
}

.legal-page .site-header {
  position: relative;
  background: var(--ink);
}

.legal-main {
  padding: clamp(4.5rem, 9vw, 8rem) var(--page-pad);
}

.legal-layout {
  display: grid;
  max-width: var(--content-width);
  grid-template-columns: minmax(170px, 0.3fr) minmax(0, 0.88fr);
  gap: clamp(2rem, 7vw, 7rem);
  margin: 0 auto;
}

.legal-aside {
  align-self: start;
  padding-top: 0.5rem;
}

.legal-aside nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.legal-aside a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  font-size: 0.74rem;
  font-weight: 700;
}

.legal-content {
  max-width: 820px;
}

.legal-content h1 {
  margin-bottom: 1.2rem;
  font-size: clamp(3.8rem, 8vw, 7.5rem);
  text-transform: uppercase;
}

.legal-updated {
  margin-bottom: 3rem;
  color: rgba(11, 21, 28, 0.55);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-content section {
  padding: 2rem 0;
  border-top: 1px solid var(--line-dark);
}

.legal-content h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3.3rem);
  text-transform: uppercase;
}

.legal-content h3 {
  margin: 1.6rem 0 0.65rem;
  font-size: 1.35rem;
  text-transform: uppercase;
}

.legal-content p,
.legal-content li {
  color: rgba(11, 21, 28, 0.74);
  font-size: 0.9rem;
}

.legal-content ul {
  padding-left: 1.2rem;
}

.legal-contact-box {
  margin-top: 1.2rem;
  padding: 1.3rem;
  border-left: 4px solid var(--signal-dark);
  background: var(--paper);
}

.legal-contact-box p:last-child {
  margin-bottom: 0;
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .site-nav {
    gap: 0.45rem;
  }

  .site-nav > a:not(.nav-call) {
    font-size: 0.7rem;
  }

  .hero {
    grid-template-columns: minmax(0, 57%) minmax(0, 43%);
  }

  .hero h1 {
    font-size: clamp(5.3rem, 10.2vw, 8.2rem);
  }

  .wheel-link {
    left: calc(57% - 58px);
    width: 116px;
    height: 116px;
  }

  .service-panel-copy {
    grid-template-columns: 60px minmax(160px, 0.5fr) minmax(180px, 0.65fr);
  }

  .service-extras > div {
    grid-template-columns: 40px 1fr;
  }

  .service-extras p {
    grid-column: 2;
  }

  .story-layout {
    grid-template-columns: 120px minmax(360px, 1fr) minmax(175px, 0.38fr);
  }

  .contact-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 3rem;
  }
}

@media (max-width: 960px) {
  .sales-copy {
    top: 76px;
    min-height: calc(100vh - 76px);
  }

  .current-notice-inner {
    min-height: 0;
    grid-template-columns: 0.65fr 1.25fr 1.5fr;
    padding-block: 1.35rem;
  }

  .current-notice .notice-link {
    grid-column: 2 / 4;
    justify-self: start;
  }

  .header-inner {
    min-height: 76px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0;
    color: var(--white);
    cursor: pointer;
  }

  .menu-toggle-text {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .menu-toggle-lines {
    position: relative;
    display: block;
    width: 30px;
    height: 18px;
  }

  .menu-toggle-lines i {
    position: absolute;
    left: 0;
    display: block;
    width: 30px;
    height: 2px;
    background: currentColor;
    transition: transform var(--duration-fast) ease, top var(--duration-fast) ease;
  }

  .menu-toggle-lines i:first-child {
    top: 4px;
  }

  .menu-toggle-lines i:last-child {
    top: 13px;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-lines i:first-child {
    top: 8px;
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-lines i:last-child {
    top: 8px;
    transform: rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    max-height: calc(100svh - 76px);
    grid-template-columns: 1fr;
    gap: 0;
    overflow: auto;
    visibility: hidden;
    background: var(--ink);
    opacity: 0;
    transform: translateY(-10px);
    transition: visibility var(--duration-fast) ease, opacity var(--duration-fast) ease,
      transform var(--duration-fast) ease;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .site-nav > a:not(.nav-call) {
    min-height: 64px;
    padding: 0 var(--page-pad);
    border-bottom: 1px solid var(--line-light);
    font-family: var(--font-display);
    font-size: 1.75rem;
    letter-spacing: 0;
  }

  .site-nav > a:not(.nav-call)::after {
    display: none;
  }

  .nav-call {
    min-height: 78px;
    padding-inline: var(--page-pad);
  }

  .service-selector {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .service-tabs {
    grid-template-rows: repeat(3, auto);
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .service-tab {
    min-height: 112px;
  }

  .service-panel {
    min-height: 630px;
  }

  .service-panel-copy {
    grid-template-columns: 60px minmax(170px, 0.5fr) minmax(190px, 0.7fr);
  }

  .service-extras {
    grid-template-columns: 1fr;
  }

  .service-extras > div + div {
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .story-layout {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .since-mark {
    grid-column: 2;
    justify-self: start;
    width: 210px;
    margin-top: 2.5rem;
  }

  .story-wheel {
    right: -18vw;
    left: auto;
    width: 70vw;
  }

  .sales-section {
    grid-template-columns: minmax(320px, 0.45fr) minmax(0, 0.65fr);
  }

  .seasonal-inner {
    grid-template-columns: 0.35fr 0.8fr 1fr;
  }

  .seasonal-inner .text-link {
    grid-column: 2 / 4;
    justify-self: start;
  }

  .contact-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-copy {
    max-width: 720px;
  }

  .location-board {
    min-height: 620px;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 0.55fr 0.9fr;
  }

  .footer-grid > div:last-child {
    grid-column: 3;
  }
}

@media (max-width: 760px) {
  :root {
    --page-pad: 1.2rem;
    --shadow-hard: 10px 10px 0 rgba(11, 21, 28, 0.12);
  }

  html {
    scroll-padding-top: 5.5rem;
  }

  body {
    padding-bottom: 70px;
  }

  .text-link,
  .process-route a,
  .practical-info a,
  .footer-grid nav a,
  .footer-grid > div:not(:first-child) a,
  .footer-bottom a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .wordmark {
    min-height: 44px;
    justify-content: center;
  }

  .footer-grid nav a,
  .footer-grid > div:not(:first-child) a {
    min-width: 44px;
  }

  .current-notice::after {
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 4px;
  }

  .current-notice-inner {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding-top: 1.6rem;
    padding-bottom: 1.45rem;
  }

  .current-notice-heading {
    gap: 0.3rem;
  }

  .current-notice-heading strong {
    font-size: clamp(1.65rem, 7vw, 2.15rem);
  }

  .current-notice p {
    max-width: 34rem;
  }

  .current-notice .notice-link {
    grid-column: auto;
    margin-top: 0.15rem;
  }

  .header-inner {
    min-height: 70px;
  }

  .wordmark-name {
    font-size: 1.55rem;
  }

  .wordmark-meta {
    font-size: 0.54rem;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-grid {
    inset: 0;
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, black 30%, transparent 75%);
  }

  .hero-copy {
    min-height: 610px;
    padding: 4rem var(--page-pad) 2.5rem;
  }

  .eyebrow {
    margin-bottom: 1.5rem;
    font-size: 0.64rem;
  }

  .hero h1 {
    margin-bottom: 1.5rem;
    font-size: clamp(4.5rem, 22vw, 6.5rem);
    line-height: 0.8;
  }

  .hero h1 em {
    margin-left: 1rem;
  }

  .hero-lead {
    max-width: 520px;
    margin-bottom: 1.8rem;
    font-size: 1rem;
  }

  .hero-actions {
    align-items: flex-start;
  }

  .hero-facts {
    margin-top: 3rem;
  }

  .hero-media {
    height: 380px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  }

  .hero-media img {
    object-position: 61% center;
  }

  .wheel-link {
    right: 1rem;
    bottom: 330px;
    left: auto;
    width: 96px;
    height: 96px;
  }

  .wheel-link span {
    width: 48px;
    height: 48px;
    font-size: 0.5rem;
  }

  .section-pad {
    padding-block: 5rem;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 1.3rem;
    margin-bottom: 3rem;
  }

  .section-heading h2,
  .contact-copy h2 {
    font-size: clamp(3.35rem, 16vw, 5.25rem);
  }

  .contact-copy h2 {
    font-size: clamp(3rem, 14vw, 4.25rem);
  }

  .service-tab {
    min-height: 96px;
    grid-template-columns: 36px 1fr auto;
    padding: 1.2rem 1rem;
  }

  .tab-title {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .service-panel {
    min-height: 0;
    grid-template-rows: 290px auto;
  }

  .service-panel-copy {
    grid-template-columns: 52px 1fr;
    grid-template-rows: auto;
    gap: 0.75rem 1rem;
    padding: 1.5rem 1.1rem 1.8rem;
  }

  .panel-number {
    grid-row: 1 / 4;
    font-size: 3rem;
  }

  .service-panel-copy h3 {
    font-size: 2.4rem;
  }

  .service-panel-copy > p:not(.panel-number):not(.panel-note) {
    grid-row: auto;
    grid-column: 2;
    font-size: 0.86rem;
  }

  .panel-note,
  .service-panel-copy .text-link {
    grid-column: 2;
  }

  .service-extras {
    grid-template-columns: 1fr;
  }

  .service-extras > div {
    grid-template-columns: 36px 1fr;
    padding: 1.6rem 0.8rem;
  }

  .service-extras > div + div {
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .story-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .section-index-light,
  .story-copy,
  .since-mark {
    grid-column: 1;
  }

  .story-copy h2 {
    font-size: clamp(3.8rem, 18vw, 6rem);
  }

  .story-copy h2 em {
    white-space: normal;
  }

  .since-mark {
    width: 170px;
    margin: 2rem auto 0;
    justify-self: center;
  }

  .story-wheel {
    top: auto;
    right: -42vw;
    bottom: -10vw;
    width: 110vw;
    transform: none;
  }

  .process-route {
    grid-template-columns: 1fr;
  }

  .process-route::before {
    top: 0;
    bottom: 0;
    left: 11px;
    width: 2px;
    height: auto;
    transform: scaleY(0);
    transform-origin: top;
  }

  .process-route.is-visible::before {
    transform: scaleY(1);
  }

  .process-route li,
  .process-route li + li {
    min-height: 0;
    padding: 2rem 0 2.4rem 3.2rem;
    border-bottom: 1px solid var(--line-dark);
    border-left: 0;
  }

  .route-dot,
  .process-route li + li .route-dot {
    top: 2.15rem;
    left: 0;
  }

  .route-number {
    margin-bottom: 1rem;
  }

  .process-route h3 {
    font-size: 2.55rem;
  }

  .sales-section {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .sales-copy {
    position: relative;
    top: auto;
    min-height: 0;
    padding-inline: var(--page-pad);
  }

  .sales-copy h2 {
    font-size: clamp(4rem, 18vw, 6rem);
  }

  .bike-market {
    min-height: 0;
    padding: 2.2rem var(--page-pad) 3rem;
  }

  .bike-list {
    grid-template-columns: 1fr;
  }

  .bike-card.is-featured {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .bike-card-media,
  .bike-card.is-featured .bike-card-media {
    min-height: 290px;
  }

  .seasonal-inner {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding-block: 2rem;
  }

  .seasonal-inner .text-link {
    grid-column: 1;
    margin-top: 0.5rem;
    justify-self: start;
  }

  .contact-layout {
    gap: 3.5rem;
  }

  .contact-copy h2 {
    margin-top: 1rem;
  }

  .contact-actions {
    align-items: flex-start;
  }

  .location-board {
    min-height: 0;
  }

  .map-embed-shell {
    height: 360px;
  }

  .practical-info {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem 1.5rem;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / 3;
  }

  .footer-grid > div:last-child {
    grid-column: 2;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-contact-bar {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    min-height: 70px;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--line-light);
    background: var(--ink);
    color: var(--white);
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity var(--duration-fast) ease, transform var(--duration) var(--ease);
  }

  .mobile-contact-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-contact-bar a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.7rem 1rem;
    text-decoration: none;
  }

  .mobile-contact-bar a + a {
    border-left: 1px solid var(--line-light);
  }

  .mobile-contact-bar span {
    color: var(--signal);
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .mobile-contact-bar strong {
    font-family: var(--font-display);
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .cookie-panel {
    right: 0.7rem;
    bottom: calc(78px + env(safe-area-inset-bottom));
    width: calc(100vw - 1.4rem);
  }

  .legal-page {
    padding-bottom: 0;
  }

  .legal-page .cookie-panel {
    bottom: max(0.7rem, env(safe-area-inset-bottom));
  }

  .legal-main {
    padding-top: 4rem;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .legal-aside nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 1.25rem;
  }
}

@media (max-width: 420px) {
  .hero-copy {
    min-height: 590px;
  }

  .hero h1 {
    font-size: clamp(4.2rem, 21.5vw, 5.5rem);
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button,
  .contact-actions .button {
    width: 100%;
  }

  .hero-actions .text-link,
  .contact-actions .text-link {
    align-self: flex-start;
  }

  .hero-facts dd {
    font-size: 1.05rem;
  }

  .hero-media {
    height: 340px;
  }

  .wheel-link {
    bottom: 296px;
  }

  .service-panel {
    grid-template-rows: 255px auto;
  }

  .service-panel-copy {
    grid-template-columns: 44px 1fr;
  }

  .service-panel-copy h3 {
    font-size: 2rem;
  }

  .bike-market {
    padding-inline: 1rem;
  }

  .bike-market-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .bike-card-media,
  .bike-card.is-featured .bike-card-media {
    min-height: 235px;
  }

  .map-embed-shell {
    height: 310px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid > div:first-child,
  .footer-grid > div:last-child {
    grid-column: 1;
  }

  .mobile-contact-bar strong {
    font-size: 0.9rem;
  }

  .cookie-panel {
    padding: 1.1rem;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-actions button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .menu-toggle,
  .mobile-contact-bar,
  .wheel-link,
  .cookie-panel {
    display: none !important;
  }
}

.error-page {
  min-height: 100vh;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    var(--navy);
  background-size: 64px 64px;
  color: var(--white);
}

.error-page-inner {
  display: flex;
  min-height: 100vh;
  max-width: 900px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(2rem, 7vw, 7rem);
}

.error-page .wordmark {
  position: absolute;
  top: 2rem;
  left: clamp(2rem, 7vw, 7rem);
}

.error-page h1 {
  margin: 0.8rem 0 1.5rem;
  font-size: clamp(4.5rem, 14vw, 10rem);
  text-transform: uppercase;
}

.error-page-inner > p:not(.section-index) {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.7);
}
