@font-face { font-family: 'United Sans'; src: url('/assets/fonts/UnitedSansReg-Medium.otf') format('opentype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'United Sans'; src: url('/assets/fonts/UnitedSansReg-Black.otf') format('opentype'); font-weight: 900; font-style: normal; font-display: swap; }

/* One shared system across the club, guide, team and booking pages. */
:root {
  --black: #080808;
  --white: #fafaf7;
  --ice: #efefeb;
  --ink: #111;
  --accent: #3b82f6;
  --accent-dot: #fafaf7;
  --muted: #b7b7b4;
  --line: rgba(255,255,255,.19);
  --glass-surface: linear-gradient(125deg,rgba(255,255,255,.17),rgba(255,255,255,.035) 64%);
  --glass-edge: rgba(255,255,255,.25);
  --glass-shadow: inset 0 1px 0 rgba(255,255,255,.12),0 24px 64px rgba(0,0,0,.22);
  --radius-card: 24px;
  --radius-inset: 16px;
  --radius-media: 8px;
  --radius-control: 999px;
  --surface-pad: 32px;
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 40px;
  --space-6: 48px;
  --space-7: 64px;
  --space-8: 80px;
  --space-9: 96px;
  --type-xs: .75rem;
  --type-sm: .875rem;
  --type-base: 1rem;
  --type-1: 1.25rem;
  --type-2: 1.5625rem;
  --type-3: 1.953125rem;
  --type-4: 2.44140625rem;
  --type-5: 3.0517578125rem;
  --type-6: 3.8146972656rem;
  --type-7: 4.768371582rem;
  --type-8: 5.9604644775rem;
  --gutter: clamp(22px,5vw,88px);
  --space: 96px;
  --display: 'United Sans', Arial, sans-serif;
  --body: Arial, sans-serif;
  --field-surface: #181818;
  --field-border: #737373;
  --ease: cubic-bezier(.2,.8,.2,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 125px; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--white); font: 400 var(--type-base)/1.6 Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
p { margin-top: 0; }
h1,h2,h3,h4 { font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: .005em; }
h1,h2 { line-height: 1.04; text-wrap: balance; }
h1 { margin: 0; font-size: clamp(48px,6vw,80px); }
h2 { margin: var(--space-2) 0 var(--space-4); font-size: clamp(32px,4vw,56px); }
h3 { font-size: var(--type-2); line-height: 1.15; }
h1 em,h2 em { color: #b5b5b1; font-style: normal; }
a,button { -webkit-tap-highlight-color: transparent; }
a:focus-visible,button:focus-visible,summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
a,button { touch-action: manipulation; }
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 100; left: 24px; top: -100px; padding: 14px 20px; background: white; color: black; }
.skip-link:focus { top: 24px; }
.section-pad { padding: var(--space) var(--gutter); }
.eyebrow,.section-kicker,.micro,.offer-eyebrow { display: flex; align-items: center; gap: 12px; margin: 0; font: 500 13px/1.4 var(--display); letter-spacing: .11em; text-transform: uppercase; color: var(--muted); }
.eyebrow { margin-bottom: var(--space-3); color: var(--white); }
.eyebrow > span { flex: 0 0 6px; width: 6px; height: 6px; background: var(--accent-dot); border-radius: 50%; }
.section-kicker > span { color: #888; font-size: var(--type-xs); padding-right: 12px; border-right: 1px solid var(--line); }
.dark-kicker { color: #595956; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: var(--space-7); align-items: end; margin-bottom: var(--space-4); }
.section-heading h2 { margin-bottom: 0; }
.heading-aside { max-width: 380px; margin: 0 0 5px; color: var(--muted); justify-self: end; }
.text-link,.hero-secondary-link,.footer-ride { display: inline-flex; gap: 28px; align-items: center; width: fit-content; min-height: 44px; border-bottom: 1px solid currentColor; font: 500 14px/1.3 var(--display); text-transform: uppercase; letter-spacing: .035em; }
.text-link span,.hero-secondary-link span { margin-left: auto; }
.text-link:hover,.hero-secondary-link:hover { opacity: .7; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: var(--space-4); min-height: 56px; padding: 8px 9px 8px var(--space-3); border: 1px solid transparent; border-radius: var(--radius-control); font: 900 var(--type-sm)/1.2 var(--display); text-transform: uppercase; letter-spacing: .025em; transition: background .2s,transform .2s; }
.button > span { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; border-radius: 50%; }
.button-white,.button-blue { background: var(--white); color: var(--ink); }
.button-white span,.button-blue span { background: var(--ink); color: white; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark span { background: var(--white); color: var(--ink); }
.button:hover:not(:disabled) { transform: translateY(-2px); }
.button:active:not(:disabled) { transform: translateY(0); }
.button:disabled { cursor: wait; opacity: .62; }
.button-white:hover:not(:disabled),.button-blue:hover:not(:disabled) { background: #e7e7e2; }
.button-dark:hover:not(:disabled) { background: #292929; }
.button:disabled > span { opacity: .7; }
.arrow-icon { display: inline-block; width: 20px; height: 20px; flex: 0 0 auto; vertical-align: middle; overflow: visible; }
.arrow-icon path { fill: none; stroke: currentColor; stroke-width: 1.85; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.button .arrow-icon,.header-cta .arrow-icon { width: 18px; height: 18px; }

/* Floating navigation: the same size, case and weight for every label. */
.site-header {
  position: fixed; z-index: 50; top: 24px; left: 50%; transform: translateX(-50%);
  width: calc(100% - 48px); max-width: 1540px; min-height: 78px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px;
  padding: 12px 13px 12px 28px; border: 1px solid var(--glass-edge); border-radius: var(--radius-card);
  background: linear-gradient(150deg,rgba(75,75,75,.34),rgba(12,12,12,.73));
  backdrop-filter: blur(26px) saturate(120%); -webkit-backdrop-filter: blur(26px) saturate(120%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14),0 12px 40px rgba(0,0,0,.2);
  transition: background .25s;
}
.site-header.scrolled,.solid-header { background: rgba(18,18,18,.9); }
.wordmark { display: flex; align-items: center; width: clamp(130px,12vw,172px); min-height: 44px; }
.wordmark img { width: 100%; height: auto; filter: invert(1); }
.desktop-nav { display: flex; align-items: center; gap: var(--space-4); }
.site-header a:not(.wordmark) { font: 900 14px/1 var(--display); letter-spacing: .025em; text-transform: uppercase; white-space: nowrap; }
.desktop-nav a { position: relative; display: flex; align-items: center; height: 48px; color: #cececa; }
.external-link-icon { width: 14px; height: 14px; flex: none; margin-left: 6px; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.desktop-nav a::after { position: absolute; content: ''; left: 0; bottom: 4px; width: 100%; height: 1px; background: white; transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.desktop-nav a:hover,.desktop-nav a[aria-current="page"] { color: white; }
.desktop-nav a:hover::after,.desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; justify-self: end; gap: 8px; }
.header-actions > a { display: flex; align-items: center; justify-content: center; width: 158px; height: 50px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }
.buy-link { background: rgba(255,255,255,.03); color: white; }
.buy-link:hover,.buy-link[aria-current="page"] { background: rgba(255,255,255,.13); }
.header-actions .header-cta { justify-content: space-between; padding: 7px 8px 7px 20px; background: var(--white); color: #111; border-color: var(--white); transition: background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.header-cta > span { display: grid; place-items: center; width: 32px; height: 32px; flex-shrink: 0; border-radius: 50%; background: #111; color: white; transition: transform .2s ease; }
.header-actions .header-cta:hover,.header-actions .header-cta:focus-visible { background: #ecece8; border-color: #ecece8; box-shadow: 0 10px 28px rgba(0,0,0,.24); transform: translateY(-2px); }
.header-actions .header-cta:hover > span,.header-actions .header-cta:focus-visible > span { transform: translate(2px,-2px); }
.header-actions .header-cta:active { box-shadow: 0 5px 14px rgba(0,0,0,.18); transform: translateY(0) scale(.985); }
.menu-button { display: none; width: 44px; height: 44px; padding: 8px; border-radius: 50%; border: 1px solid var(--line); background: transparent; }
.menu-button span { display: block; width: 17px; height: 1px; margin: 5px auto; background: white; transition: transform .2s; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-nav { display: none; }

/* Home: a clear split keeps the rider visible and the brand readable. */
.hero { position: relative; isolation: isolate; display: flex; align-items: center; min-height: min(840px,100svh); padding: 152px var(--gutter) 64px; }
.hero-media { position: absolute; z-index: -2; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 30% center; }
.hero::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,transparent 20%,rgba(0,0,0,.32) 48%,#080808 84%),linear-gradient(0deg,#080808,transparent 22%); }
.hero-inner { display: grid; grid-template-columns: 1fr 1.03fr; gap: 30px; width: 100%; max-width: 1600px; margin: auto; }
.hero-copy > * { grid-column: 2; }
.hero h1 { font-size: clamp(40px,4.5vw,64px); line-height: 1.04; letter-spacing: 0; text-wrap: initial; }
.hero-solid,.hero-outline { display: block; }
.hero-outline { color: rgba(250,250,247,.065); -webkit-text-stroke: 1.35px #dfdfd8; }
.hero-outline > span { display: block; }
.hero-foot { margin-top: 32px; }
.hero-foot > p { max-width: 410px; color: #c6c6c2; margin-bottom: 22px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.hero-secondary-link { font-size: var(--type-sm); gap: var(--space-2); color: #d3d3cf; border-color: #666; }

.next-up { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: clamp(40px,8vw,130px); }
.next-up { padding-bottom: calc(var(--space) / 2); }
.next-up h2 { font-size: clamp(40px,4.6vw,64px); }
.next-up-intro > p:last-child { color: var(--muted); max-width: 290px; margin-bottom: 0; }
.schedule-dock { position: relative; min-width: 0; padding: var(--surface-pad); border: 1px solid var(--glass-edge); border-radius: var(--radius-card); background: var(--glass-surface); box-shadow: var(--glass-shadow); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
.dock-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--space-3); padding-bottom: var(--space-3); }
.dock-top .micro { font-size: var(--type-xs); letter-spacing: .09em; }
.dock-top h3 { font-size: var(--type-2); margin: 8px 0 0; }
.day-switcher { display: flex; flex-shrink: 0; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: rgba(0,0,0,.25); }
.day-switcher button { min-height: 44px; border: 0; border-radius: var(--radius-control); padding: 12px 16px; background: transparent; color: #bdbdb8; font: 500 13px/1 var(--display); }
.day-switcher button.active { background: var(--white); color: var(--ink); }
.ride { display: grid; grid-template-columns: 84px minmax(0,1fr) 44px; gap: var(--space-2); align-items: center; padding: var(--space-3) 0; border-top: 1px solid var(--line); }
.ride time { font: 500 16px/1.2 var(--display); white-space: nowrap; }
.ride h4 { margin: 0 0 6px; font-size: 20px; line-height: 1.2; overflow-wrap: anywhere; }
.ride p { color: var(--muted); font-size: var(--type-sm); margin: 0; }
.ride > a { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--glass-edge); border-radius: 50%; transition: background .2s,color .2s; }
.ride > a:hover { background: var(--white); color: var(--ink); }
.view-schedule { display: flex; align-items: center; justify-content: space-between; border-radius: 999px; min-height: 52px; padding: 14px 22px; background: var(--white); color: #111; font: 900 14px/1 var(--display); letter-spacing: .025em; text-transform: uppercase; }
.view-schedule span { font: 400 21px/1 Arial,sans-serif; }
.dock-note { margin: 0 0 var(--space-3); color: #b5b5b0; font-size: 13px; line-height: 1.5; }
.schedule-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.schedule-message { min-height: 156px; display: flex; align-items: center; margin: 0; padding: 26px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 16px; line-height: 1.5; }
.schedule-retry { border: 0; border-bottom: 1px solid currentColor; padding: 0 0 2px; margin-bottom: 22px; background: transparent; color: var(--white); font: inherit; font-size: 14px; cursor: pointer; }
.ride h4 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.ride .ride-booking-note { margin-top: 6px; font-size: 13px; }
.manifesto { padding-top: calc(var(--space) / 2); }
.manifesto-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 64px; max-width: 1440px; margin: auto; align-items: center; }
.manifesto h2 { margin: 16px 0 24px; }
.manifesto-detail { min-width: 0; }
.manifesto-detail > p:not(.section-kicker) { font-size: 18px; line-height: 1.55; color: var(--muted); max-width: 56ch; }
.detail-list { margin: var(--space-4) 0 var(--space-2); }
.detail-list > div { display: grid; grid-template-columns: 110px 1fr; gap: var(--space-3); border-top: 1px solid var(--line); padding: var(--space-3) 0; }
.detail-list span { font: 900 var(--type-sm)/1.5 var(--display); text-transform: uppercase; }
.detail-list p { color: var(--muted); margin: 0; font-size: var(--type-base); }
.wheelpack-shot-frame { position: relative; overflow: hidden; margin: 0; width: 100%; aspect-ratio: 4 / 5; border-radius: var(--radius-card); background: #181818; }
.wheelpack-shot-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; filter: saturate(.9) contrast(1.02); }
.wheelpack-shot-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.72),transparent 27%); pointer-events: none; }
.wheelpack-shot-frame figcaption { position: absolute; z-index: 1; bottom: 22px; left: 24px; color: var(--white); font: 500 13px/1.4 var(--display); letter-spacing: .11em; text-transform: uppercase; }

.team-tease { padding-bottom: var(--space); }
.team-tease-head { display: flex; justify-content: space-between; align-items: end; gap: var(--space-4); padding-top: var(--space-4); padding-bottom: var(--space-5); }
.team-tease h2 { margin-bottom: 0; }
.team-rail-controls { display: flex; gap: 24px; align-items: center; }
.team-rail { overflow: hidden; }
.team-rail-track { display: flex; width: max-content; animation: team-rail 50s linear infinite; }
.team-rail-group { display: flex; flex: none; gap: 16px; padding-right: 16px; }
.team-rail img { width: clamp(170px,16vw,230px); height: auto; aspect-ratio: 3/4; object-fit: cover; }
.team-rail:hover .team-rail-track,.team-rail:focus-within .team-rail-track { animation-play-state: paused; }
.team-rail:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
@keyframes team-rail { to { transform: translateX(-50%); } }

/* Rider voices use the same dark, rounded surface as the ride schedule. */
.rider-voices { padding-block: min(var(--space),80px); background: #0b0b0b; border-top: 1px solid var(--line); }
.rider-voices-heading,.rider-voices-grid { max-width: 1160px; margin-inline: auto; }
.rider-voices-heading { margin-bottom: 28px; }
.rider-voices-heading h2 { margin: 16px 0 0; }
.rider-voices-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(16px,2vw,28px); }
.rider-voice { display: flex; flex-direction: column; justify-content: space-between; min-width: 0; min-height: 230px; margin: 0; padding: 24px; border: 1px solid #444; border-radius: var(--radius-card); background: #181818; box-shadow: inset 0 1px rgba(255,255,255,.08),0 18px 44px rgba(0,0,0,.2); }
.rider-voice blockquote { margin: 0 0 20px; font: 500 clamp(18px,1.55vw,21px)/1.35 var(--display); letter-spacing: -.01em; text-wrap: pretty; }
.rider-voice figcaption { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 8px 20px; padding-top: 16px; border-top: 1px solid var(--line); color: #c3c3bf; font: 500 14px/1.4 var(--display); text-transform: uppercase; letter-spacing: .045em; }
.rider-voice figcaption a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: #9d9d99; border-bottom: 1px solid #555551; }
.rider-voice figcaption a:hover,.rider-voice figcaption a:focus-visible { color: var(--white); border-color: var(--white); }

/* The visit section gives the exterior and practical details equal weight. */
.studio { background: #101010; }
.studio-layout { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 64px; max-width: 1440px; margin: auto; align-items: center; }
.studio-exterior { margin: 0; height: 720px; max-height: 800px; border-radius: 24px; overflow: hidden; }
.studio-exterior img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.studio-information { min-width: 0; }
.studio-information h2 { margin: 16px 0 24px; }
.studio-intro { max-width: 48ch; font-size: 18px; line-height: 1.55; color: var(--muted); }
.studio-amenities { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 24px; list-style: none; padding: 0; margin: 32px 0 24px; }
.studio-amenities li { display: flex; align-items: start; gap: 12px; }
.amenity-icon { width: 24px; height: 24px; flex: 0 0 24px; margin-top: 2px; }
.studio-amenities h3 { margin: 0 0 6px; font-size: 18px; line-height: 1.25; }
.studio-amenities p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.studio-included { font-size: 14px; line-height: 1.5; color: var(--muted); margin: 0 0 32px; }
.studio-contact { display: grid; grid-template-columns: 1fr; gap: 24px; border-top: 1px solid #444; padding-top: 24px; }
.studio-contact span:not(.arrow-icon) { color: var(--muted); font: 500 14px/1.4 var(--display); text-transform: uppercase; letter-spacing: .06em; }
.studio-contact p { margin: 8px 0 0; font-size: 16px; line-height: 1.6; overflow-wrap: anywhere; }
.studio-contact .text-link { margin-top: 8px; }
.studio-contact-links { display: flex; gap: 20px 32px; flex-wrap: wrap; }
.studio-contact-links a { min-height: 44px; }

.new-rider-cta { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(42px,8vw,120px); align-items: center; background: var(--ice); color: var(--ink); }
.new-rider-heading h2 { max-width: 10ch; font-size: clamp(42px,4.5vw,64px); margin: 22px 0 24px; }
.new-rider-heading > p:not(.section-kicker) { color: #52524e; font-size: 18px; line-height: 1.55; margin-bottom: 18px; }
.new-rider-action { padding: 10px 0 10px clamp(30px,5vw,72px); border-left: 1px solid #c8c8c2; }
.offer-eyebrow { color: #61615b; }
.offer-price { display: flex; align-items: center; gap: 28px; margin: 28px 0 20px; }
.offer-price strong { font: 900 clamp(70px,6.5vw,94px)/1 var(--display); letter-spacing: 0; white-space: nowrap; }
.offer-price strong span { font-size: .56em; vertical-align: top; display: inline-block; padding-top: 7px; }
.offer-price p { margin: 0; font: 500 clamp(18px,1.5vw,22px)/1.4 var(--display); }
.offer-price b { font-weight: 900; }
.new-rider-action .button { width: 100%; }

/* Interior pages use shorter introductions and concrete next steps. */
.guide-hero { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(390px,.95fr); gap: clamp(40px,6vw,96px); align-items: center; min-height: 0; padding-top: 152px; padding-bottom: 64px; }
.guide-hero-visual { position: relative; min-width: 0; height: 560px; min-height: 0; margin: 0; overflow: hidden; border: 1px solid var(--glass-edge); border-radius: var(--radius-card); background: #111; box-shadow: var(--glass-shadow); }
.guide-hero-visual::after { position: absolute; content: ''; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.72),transparent 38%),linear-gradient(90deg,rgba(0,0,0,.18),transparent 42%); pointer-events: none; }
.guide-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.guide-hero-visual figcaption { position: absolute; z-index: 1; left: var(--space-3); right: var(--space-3); bottom: var(--space-3); display: flex; align-items: center; justify-content: space-between; gap: var(--space-3); color: #d0d0ca; font: 500 13px/1.4 var(--display); letter-spacing: .09em; text-transform: uppercase; }
.guide-hero-content { min-width: 0; }
.guide-hero-content h1 { font-size: clamp(48px,5vw,72px); }
.guide-hero-aside { max-width: 500px; margin-top: var(--space-4); }
.guide-hero-aside > p:first-child { color: white; font-size: var(--type-1); line-height: 1.45; }
.guide-hero-aside > p { color: var(--muted); margin-bottom: var(--space-3); }
.first-ride-walkthrough { padding-top: 32px; padding-bottom: calc(var(--space) / 2); }
.guide-start { padding-top: calc(var(--space) / 2); }
.walkthrough-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: var(--space-4) var(--space-8); align-items: end; margin-bottom: var(--space-5); }
.walkthrough-intro .section-kicker { grid-column: 1/-1; }
.walkthrough-intro h2 { max-width: 12ch; margin: 0; font-size: clamp(42px,4.5vw,64px); }
.walkthrough-intro > p:last-child { max-width: 360px; margin: 0 0 5px; color: var(--muted); font-size: 18px; }
.walkthrough-layout { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(340px,.92fr); gap: clamp(30px,5vw,76px); align-items: stretch; }
.walkthrough-media { position: relative; min-height: 560px; overflow: hidden; border: 1px solid var(--glass-edge); border-radius: var(--radius-card); background: #111; box-shadow: var(--glass-shadow); }
.walkthrough-panel { position: absolute; inset: 0; margin: 0; overflow: hidden; animation: walkthrough-reveal .45s var(--ease); }
.walkthrough-panel img { width: 100%; height: 100%; object-fit: cover; }
.walkthrough-panel[data-visit-panel="tour"] img { object-position: 52% center; }
.walkthrough-panel[data-visit-panel="ride"] img { object-position: 50% center; }
.walkthrough-panel::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.72),transparent 42%); pointer-events: none; }
.walkthrough-panel figcaption { position: absolute; z-index: 1; left: var(--space-3); right: var(--space-3); bottom: var(--space-3); display: flex; align-items: center; gap: var(--space-2); font: 900 22px/1.2 var(--display); text-transform: uppercase; }
.walkthrough-panel figcaption span { color: #c0c0bc; font-size: var(--type-xs); letter-spacing: .08em; }
@keyframes walkthrough-reveal { from { opacity: 0; transform: scale(1.015); } to { opacity: 1; transform: scale(1); } }
.walkthrough-tabs { display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 10px; overflow: hidden; border: 1px solid var(--glass-edge); border-radius: var(--radius-card); background: linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018) 58%,rgba(255,255,255,.035)); box-shadow: var(--glass-shadow),inset 0 1px rgba(255,255,255,.07); -webkit-backdrop-filter: blur(18px) saturate(125%); backdrop-filter: blur(18px) saturate(125%); }
.walkthrough-tab { position: relative; display: grid; grid-template-columns: 38px 1fr; gap: 14px; width: 100%; padding: 22px 18px; border: 1px solid transparent; border-radius: 19px; background: transparent; text-align: left; color: #aaa; transition: color .2s,background .25s,border-color .25s,padding .2s,transform .25s var(--ease); }
.walkthrough-tab:not(:last-child)::after { content: ''; position: absolute; left: 18px; right: 18px; bottom: -3px; height: 1px; background: linear-gradient(90deg,transparent,var(--line) 10%,var(--line) 90%,transparent); }
.walkthrough-tab::before { content: ''; position: absolute; left: 9px; top: 17px; bottom: 17px; width: 2px; border-radius: 999px; background: var(--accent); opacity: 0; transform: scaleY(.4); transition: opacity .2s,transform .25s var(--ease); }
.walkthrough-tab:hover { color: white; background: rgba(255,255,255,.035); }
.walkthrough-tab.active { padding-left: 27px; border-color: rgba(255,255,255,.14); color: white; background: linear-gradient(125deg,rgba(255,255,255,.12),rgba(255,255,255,.045) 62%,rgba(255,255,255,.025)); box-shadow: inset 0 1px rgba(255,255,255,.08),0 18px 42px rgba(0,0,0,.24); transform: translateX(-2px); }
.walkthrough-tab.active::before { opacity: 1; transform: scaleY(1); }
.walkthrough-number { padding-top: 4px; color: var(--muted); font: 500 var(--type-xs)/1.2 var(--display); letter-spacing: .08em; }
.walkthrough-tab strong,.walkthrough-tab small { display: block; }
.walkthrough-tab strong { font: 900 25px/1.16 var(--display); text-transform: uppercase; }
.walkthrough-tab small { max-width: 440px; margin-top: 9px; color: var(--muted); font: 400 var(--type-base)/1.5 Arial,sans-serif; }
.walkthrough-tab:not(.active) small { display: none; }
.guide-steps { border-top: 1px solid var(--line); }
.guide-steps article { display: grid; grid-template-columns: 65px 1fr auto; align-items: center; gap: 32px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.guide-steps b { color: #8b8b86; font: 500 24px/1 var(--display); }
.guide-steps h3 { margin: 0 0 8px; font-size: 25px; }
.guide-steps p { margin: 0; max-width: 620px; color: var(--muted); }
.guide-start .section-heading h2 { font-size: clamp(38px,4vw,56px); }
.guide-questions { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; background: var(--ice); color: var(--ink); }
.guide-questions h2 { font-size: clamp(36px,4vw,58px); }
.faq { border-top: 1px solid #aaa; }
.faq details { border-bottom: 1px solid #c5c5bc; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 23px 0; cursor: pointer; list-style: none; font: 500 20px/1.3 var(--display); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary > span { font: 400 24px/1 Arial,sans-serif; flex-shrink: 0; }
.faq details[open] summary > span { transform: rotate(45deg); }
.faq details p { color: #55554e; padding: 0 30px 23px 0; margin: 0; }
.faq details p a { text-decoration: underline; }
.simple-close { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.simple-close h2 { font-size: clamp(38px,4vw,56px); margin-bottom: 0; }
.simple-close-actions { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.simple-close-actions p { display: flex; align-items: center; gap: 5px; margin: 0; color: var(--muted); font-size: 14px; }
.simple-close-actions p a { display: inline-flex; align-items: center; min-height: 44px; color: var(--white); border-bottom: 1px solid #858581; }
.simple-close-actions p a:hover { border-color: var(--white); }

.team-hero { display: grid; grid-template-columns: 1fr; align-items: end; min-height: 440px; padding-top: 152px; padding-bottom: 48px; }
.team-hero-copy { max-width: 1180px; }
.team-hero h1 { font-size: clamp(56px,7vw,96px); }
.team-hero-copy > p:not(.eyebrow) { max-width: 440px; color: var(--muted); margin: 26px 0 22px; font-size: 18px; }
.section-jump { display: flex; gap: var(--space-2); flex-wrap: wrap; margin-top: var(--space-4); }
.section-jump a { display: flex; align-items: center; gap: var(--space-3); min-height: 44px; padding: 12px 16px; border: 1px solid var(--line); border-radius: var(--radius-control); font: 500 var(--type-sm)/1.3 var(--display); text-transform: uppercase; }
.team-section { padding-top: var(--space-7); border-top: 1px solid var(--line); }
.team-section-heading { display: flex; align-items: end; justify-content: space-between; gap: var(--space-5); margin-bottom: var(--space-5); }
.team-section-heading h2 { margin-bottom: 0; }
.team-section-heading > p { color: var(--muted); max-width: 340px; margin: 0; }
.motivator-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: var(--space-3); }
.person-card img { width: 100%; height: auto; aspect-ratio: 3/4; border-radius: var(--radius-inset); object-fit: cover; }
.people-team { display: grid; grid-template-columns: 1fr; background: var(--ice); color: var(--ink); }
.people-copy { max-width: 1220px; }
.people-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: var(--space-7); align-items: end; }
.people-copy h2 { margin-top: 18px; }
.people-intro > p { max-width: 500px; margin: 0 0 7px; color: #55554f; }
.leadership-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--space-2); margin-top: var(--space-5); }
.leadership-card { min-width: 0; padding: var(--space-3); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-inset); background: #111; color: var(--white); box-shadow: 0 16px 36px rgba(0,0,0,.08); }
.leadership-card > span { display: block; color: #9e9e98; font-size: var(--type-sm); }
.leadership-card strong { display: block; margin: 8px 0 var(--space-3); font: 900 25px/1.16 var(--display); text-transform: uppercase; }
.leadership-card a { display: inline-flex; align-items: center; min-height: 44px; max-width: 100%; border-bottom: 1px solid #62625d; color: #d0d0ca; font-size: var(--type-sm); overflow-wrap: anywhere; }
.leadership-card a:hover,.leadership-card a:focus-visible { color: white; border-color: white; }
.people-list { display: grid; grid-template-columns: repeat(4,1fr); column-gap: var(--space-4); margin-top: var(--space-5); }
.people-list > div { padding: var(--space-2) 0; border-top: 1px solid #cbcbc2; }
.people-list strong { display: block; font: 900 20px/1.3 var(--display); text-transform: uppercase; }
.people-list span { display: block; color: #66665e; margin-top: 4px; font-size: var(--type-sm); }
.people-list a { display: inline-block; color: #111; margin-top: 10px; font-size: 14px; text-decoration: none; border-bottom: 1px solid #aaa9a0; }
.people-list a:hover, .people-list a:focus-visible { border-color: #111; }
.buy-glass { display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.buy-glass h2 { margin-bottom: 0; }
.booking-main { padding: 166px var(--gutter) 70px; max-width: 1700px; margin: auto; }
.booking-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 12px 60px; align-items: end; margin-bottom: 36px; }
.booking-heading .eyebrow { grid-column: 1/-1; margin-bottom: 8px; }
.booking-heading h1 { font-size: clamp(44px,5vw,68px); }
.booking-heading h1 br { display: none; }
.booking-heading h1 em { color: var(--white); }
.booking-heading > p:last-child { max-width: 420px; margin: 0 0 4px; color: var(--muted); }
.integration-shell { position: relative; border: 1px solid var(--glass-edge); border-radius: var(--radius-card); padding: var(--surface-pad); background: var(--glass-surface); box-shadow: var(--glass-shadow); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
.integration-top { display: flex; justify-content: space-between; gap: var(--space-3); padding: 0 0 var(--space-3); margin-bottom: var(--space-3); border-bottom: 1px solid var(--line); font: 500 13px/1.4 var(--display); text-transform: uppercase; letter-spacing: .035em; }
.integration-top span { color: var(--muted); }
.integration-top a { border-bottom: 1px solid #888; }
.mariana-frame { position: relative; overflow: hidden; min-height: 640px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-inset); color: #111; background: linear-gradient(120deg,#f0f0ed 0%,#fff 50%,#f3f3f0 100%); }
.mariana-frame iframe { position: relative; z-index: 1; display: block; width: 100% !important; min-height: 640px; border: 0 !important; border-radius: calc(var(--radius-inset) - 1px); background: #fff; }
.integration-fallback,.integration-help { margin: 20px 0 0; color: #b9b9b2; font-size: 14px; }
.integration-help a,.integration-fallback a { color: white; text-decoration: underline; text-underline-offset: 4px; }
.student-note { display: flex; align-items: baseline; gap: 24px; padding: 0 0 24px; margin: 0; }
.student-note > span { font: 900 14px/1.4 var(--display); text-transform: uppercase; white-space: nowrap; }
.student-note p { color: var(--muted); font-size: 14px; margin: 0; }
.student-note a { color: white; text-decoration: underline; overflow-wrap: anywhere; }
footer { padding: 48px var(--gutter) 28px; border-top: 1px solid var(--line); background: #080808; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-bottom: 34px; }
.footer-brand { width: 154px; flex-shrink: 0; }
.footer-brand img { filter: invert(1); width: 100%; height: auto; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto; gap: var(--space-3) var(--space-5); padding-top: var(--space-3); border-top: 1px solid var(--line); color: #a3a39c; font-size: 13px; }
.footer-bottom > p:first-child { display: none; }
.footer-bottom nav { display: flex; gap: 0 var(--space-3); flex-wrap: wrap; font: 500 13px/1.5 var(--display); text-transform: uppercase; letter-spacing: .04em; }
.footer-bottom nav a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-bottom p { margin: 0; }
.footer-bottom a:hover { color: white; }
.footer-bottom a[aria-current="page"] { color: white; border-bottom: 1px solid currentColor; }
.reveal { opacity: 1; }

/* Contact: one composed surface, with the form primary and studio details in a quiet rail. */
.contact-main { padding-top: 152px; padding-bottom: var(--space); }
.contact-shell { max-width: 1440px; margin: 0 auto; }
.contact-intro { margin-bottom: 38px; }
.contact-intro .eyebrow { margin-bottom: 20px; }
.contact-intro-row { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); gap: clamp(40px,7vw,110px); align-items: end; }
.contact-intro h1 { font-size: clamp(56px,7vw,96px); }
.contact-lede { justify-self: end; max-width: 520px; margin: 0 0 9px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.contact-panel { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(330px,.65fr); overflow: hidden; padding: 0; border: 1px solid var(--glass-edge); border-radius: var(--radius-card); background: var(--glass-surface); box-shadow: var(--glass-shadow); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
.contact-form { min-width: 0; padding: clamp(34px,4vw,58px); }
.contact-rail { min-width: 0; padding: clamp(34px,4vw,58px) clamp(28px,3.4vw,48px); border-left: 1px solid var(--line); background: rgba(0,0,0,.14); }
.contact-rail > .section-kicker { margin-bottom: 24px; }
.contact-details > div,.contact-details > a { display: block; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-details > a:last-child { border-bottom: 0; }
.contact-details span,.contact-form label > span,.manager-card > div p { color: #a8a8a2; font: 500 13px/1.3 var(--display); letter-spacing: .09em; text-transform: uppercase; }
.contact-details p { margin: var(--space-1) 0 0; font-size: var(--type-base); line-height: 1.45; overflow-wrap: anywhere; }
.manager-card { margin-top: 28px; padding-top: 30px; border-top: 1px solid var(--line); }
.manager-card > div { display: flex; align-items: center; gap: 10px; }
.manager-card > div p { margin: 0; }
.manager-dot { display: block; width: 7px; height: 7px; border-radius: 50%; background: var(--accent-dot); }
.manager-card h2 { margin: 14px 0 9px; font-size: 25px; }
.manager-card > a { display: inline-flex; gap: 12px; align-items: center; min-height: 44px; color: #c5c5c0; font-size: var(--type-sm); border-bottom: 1px solid #5f5f5b; overflow-wrap: anywhere; }
.manager-card > a:hover { color: white; border-color: white; }
.contact-form-heading h2 { margin: 16px 0 34px; font-size: clamp(42px,4vw,58px); }
.contact-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: block; }
.contact-form input:not([type='hidden']),.contact-form textarea { width: 100%; min-height: 52px; margin: 8px 0 24px; padding: 13px 14px; border: 1px solid var(--field-border); border-radius: 12px; background: var(--field-surface); color: var(--white); font: 400 16px/1.5 var(--body); resize: vertical; }
.contact-form label > span { font-size: 14px; line-height: 1.4; color: var(--muted); letter-spacing: .06em; }
.contact-form textarea { min-height: 166px; }
.contact-form input:focus,.contact-form textarea:focus { outline: 2px solid var(--accent); outline-offset: 3px; border-color: #aaa; }
.contact-form input:user-invalid,.contact-form textarea:user-invalid { border-color: #ffb8b8; }
.contact-form-action { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 8px; }
.contact-form-action p { margin: 0; color: var(--muted); font-size: var(--type-sm); }
.contact-form-action p.form-success { color: #f1f1eb; }
.contact-form-action p.form-error { color: #ffb8b8; }
.contact-form-action .button { border: 0; min-width: 204px; }
.contact-form-action .button:disabled { cursor: wait; opacity: .62; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.contact-form noscript p { margin: 18px 0 0; color: var(--muted); }
.contact-form noscript a { text-decoration: underline; }

/* Legal copy stays deliberately quiet, narrow and easy to scan. */
.terms-main { max-width: 1440px; margin: 0 auto; padding-top: 166px; }
.terms-intro { max-width: 1050px; margin: 0 auto var(--space-6); text-align: center; }
.terms-intro h1 { font-size: clamp(48px,6vw,80px); }
.terms-copy { max-width: 940px; margin: 0 auto; padding: clamp(28px,5vw,64px); border: 1px solid var(--glass-edge); border-radius: var(--radius-card); background: var(--glass-surface); box-shadow: var(--glass-shadow); }
.terms-copy h2 { margin: 0 0 var(--space-6); font-size: clamp(34px,4.2vw,54px); }
.terms-copy h3 { margin: var(--space-6) 0 var(--space-2); padding-top: var(--space-4); border-top: 1px solid var(--line); font-size: var(--type-1); letter-spacing: .035em; }
.terms-copy h4 { margin: var(--space-4) 0 var(--space-2); font: 900 var(--type-base)/1.35 var(--display); text-transform: uppercase; letter-spacing: .025em; }
.terms-copy p,.terms-copy li { max-width: 64ch; color: #c3c3bd; font-size: var(--type-base); line-height: 1.72; }
.terms-copy p { margin-bottom: 1.25em; }
.terms-copy strong { color: var(--white); }
.terms-copy ol { margin: 0 0 var(--space-4); padding-left: 1.3em; }
.terms-copy li { padding-left: .45em; }
.terms-copy li + li { margin-top: var(--space-2); }
.terms-copy li p { margin: 0; }
.terms-copy a { color: var(--white); text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.terms-copy a:hover { color: var(--muted); }

/* Let the photography carry the Community page. */
.club-hero { position: relative; isolation: isolate; display: flex; align-items: end; height: min(78svh,850px); min-height: 510px; padding: 160px var(--gutter) 46px; }
.club-cover { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; filter: grayscale(1) contrast(1.04); }
.club-hero::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg,rgba(8,8,8,.85),transparent 52%,rgba(8,8,8,.22)); }
.club-hero-caption { display: flex; align-items: end; justify-content: space-between; gap: 24px; width: 100%; }
.club-hero h1 { font-size: clamp(64px,9vw,132px); }
.club-hero .eyebrow { margin-bottom: 16px; }
.club-scroll { display: grid; place-items: center; width: 54px; height: 54px; flex-shrink: 0; border: 1px solid var(--glass-edge); border-radius: 50%; background: var(--glass-surface); backdrop-filter: blur(18px); font-size: 24px; }
.club-gallery-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 var(--gutter); padding: 36px 0; font: 500 13px/1.5 var(--display); text-transform: uppercase; letter-spacing: .06em; }
.club-gallery-heading p { margin: 0; }
.club-gallery-heading a { color: var(--muted); }
.club-gallery-heading a span { margin-left: 12px; }
.club-gallery { padding: 0 var(--gutter); display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 16px; }
.club-photo { display: block; position: relative; overflow: hidden; border-radius: var(--radius-media); background: #161616; cursor: zoom-in; }
.club-photo-half { grid-column: span 3; }
.club-photo-third { grid-column: span 2; }
.club-portrait-row { grid-column: 1/-1; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.club-photo img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; filter: saturate(.92) contrast(1.03); transition: transform .55s var(--ease),filter .35s var(--ease); }
.club-photo:hover img { transform: scale(1.025); }
.club-photo-portrait img { aspect-ratio: 2/3; }
.club-photo-panorama { grid-column: 1/-1; }
.club-photo-panorama img { aspect-ratio: 2.25; object-position: center; }
.photo-expand { position: absolute; right: 18px; bottom: 18px; display: grid; place-items: center; width: 44px; height: 44px; color: white; border-radius: 50%; border: 1px solid var(--glass-edge); background: rgba(0,0,0,.4); backdrop-filter: blur(12px); font-size: 21px; opacity: 0; transform: translateY(4px); transition: opacity .2s,transform .2s; }
.club-photo:hover .photo-expand,.club-photo:focus-visible .photo-expand { opacity: 1; transform: none; }
.club-outro { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 48px var(--gutter) 72px; }
.photo-viewer { position: fixed; inset: 0; width: 100%; height: 100dvh; max-width: none; max-height: none; padding: 0; margin: 0; border: 0; color: var(--white); background: rgba(8,8,8,.98); }
.photo-viewer[open] { display: grid; grid-template-columns: 80px minmax(0,1fr) 80px; align-items: center; padding: 76px 24px 24px; }
.photo-viewer::backdrop { background: #080808; }
.photo-viewer-toolbar { position: absolute; top: 20px; left: 32px; right: 24px; display: flex; justify-content: space-between; align-items: center; }
.photo-counter { font: 500 14px/1 var(--display); letter-spacing: .08em; }
.viewer-control { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--glass-edge); border-radius: 50%; background: var(--glass-surface); font: 400 23px/1 Arial,sans-serif; }
.viewer-control:hover { background: #333; }
.viewer-next { justify-self: end; }
.viewer-figure { min-width: 0; margin: 0; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.viewer-figure img { max-width: 100%; max-height: calc(100dvh - 170px); width: auto; height: auto; object-fit: contain; filter: saturate(.94) contrast(1.02); }
.viewer-figure figcaption { font-size: var(--type-sm); line-height: 1.5; color: var(--muted); text-align: center; }
body.photo-viewer-open { overflow: hidden; }

/* Reflow together; do not patch individual pages with conflicting breakpoints. */
@media (min-width: 1800px) { main { max-width: 1920px; margin-inline: auto; } }
@media (max-width: 1190px) {
  .site-header { gap: 20px; grid-template-columns: auto 1fr auto; padding-left: 22px; }
  .desktop-nav { justify-content: center; gap: 20px; }
  .header-actions > a { width: 143px; }
  .site-header a:not(.wordmark) { font-size: 13px; }
}
@media (max-width: 1100px) {
  :root { --space: 64px; }
  .site-header { top: 18px; width: calc(100% - 36px); min-height: 68px; grid-template-columns: 1fr auto auto; gap: 12px; padding: 9px 12px 9px 22px; border-radius: 21px; }
  .desktop-nav,.header-actions .buy-link { display: none; }
  .menu-button { display: block; }
  .header-actions .header-cta { height: 46px; width: 146px; }
  body.menu-open { overflow: hidden; }
  .site-header.menu-open { grid-template-columns: 1fr auto; background: transparent; border-color: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .site-header.menu-open .header-actions { display: none; }
  .mobile-nav { display: grid; grid-template-rows: minmax(0,1fr) auto; position: fixed; z-index: 45; inset: 0; height: 100vh; height: 100dvh; gap: 24px; padding: 112px 40px max(24px,env(safe-area-inset-bottom)); background: var(--black); visibility: hidden; opacity: 0; transform: translateY(-8px); transition: opacity .2s,transform .2s,visibility .2s; }
  .mobile-nav.open { visibility: visible; opacity: 1; transform: none; }
  .mobile-nav-links { min-height: 0; overflow-y: auto; overscroll-behavior: contain; color-scheme: dark; scrollbar-width: thin; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; padding: 4px; margin: -4px; }
  .mobile-nav-links a { display: flex; align-items: center; flex-shrink: 0; min-height: 52px; padding: 10px 0; color: var(--white); font: 900 28px/1.15 var(--display); text-transform: uppercase; letter-spacing: .015em; }
  .mobile-nav-links .external-link-icon { width: 17px; height: 17px; margin-left: 9px; }
  .mobile-nav-links a[aria-current="page"]::after { content: ''; width: 6px; height: 6px; margin-left: 12px; border-radius: 50%; background: var(--accent-dot); }
  .mobile-nav-actions { display: grid; gap: 12px; }
  .mobile-nav-actions a { position: relative; display: flex; align-items: center; justify-content: center; min-height: 56px; padding: 16px 56px; border: 1px solid var(--white); border-radius: var(--radius-control); font: 900 16px/1.25 var(--display); letter-spacing: .025em; text-transform: uppercase; }
  .mobile-nav-buy { color: var(--white); background: transparent; }
  .mobile-nav-book { color: var(--ink); background: var(--white); }
  .mobile-nav-book > span { position: absolute; right: 9px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: var(--white); }
  .mobile-nav-buy:hover { background: #202020; }
  .mobile-nav-book:hover { background: #e6e6e0; border-color: #e6e6e0; }
  .terms-main { padding-top: 132px; }
  .terms-intro { margin-bottom: var(--space-5); }
  .hero-inner { grid-template-columns: .85fr 1.15fr; }
  .hero h1 { font-size: clamp(36px,4.6vw,52px); }
  .next-up { gap: 40px; grid-template-columns: .8fr 1.2fr; }
  .manifesto-grid { gap: 32px; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); }
  .new-rider-cta { gap: 40px; grid-template-columns: 1fr 1fr; }
  .new-rider-action { padding: 28px 0 0; border-left: 0; border-top: 1px solid #c8c8c2; }
  .offer-price { gap: 20px; }
  .offer-price strong { font-size: 72px; }
  .offer-price p { font-size: 17px; }
  .team-tease-head { align-items: start; }
  .team-rail-controls { flex-direction: column-reverse; align-items: end; gap: 15px; }
  .guide-hero { grid-template-columns: minmax(0,.9fr) minmax(350px,1.1fr); gap: 36px; }
  .guide-hero h1 { font-size: clamp(40px,4.8vw,56px); }
  .team-hero h1 { font-size: clamp(56px,7vw,80px); }
  .guide-questions { gap: 40px; }
  .guide-steps article { grid-template-columns: 40px 1fr; gap: 20px; }
  .guide-steps article > a { grid-column: 2; }
  .people-team { gap: 45px; }
  .people-list { grid-template-columns: repeat(3,1fr); }
  .motivator-grid { grid-template-columns: repeat(3,1fr); gap: 18px; }
  .footer-bottom { grid-template-columns: 1fr; }
  .contact-panel { grid-template-columns: minmax(0,1.12fr) minmax(300px,.88fr); }
}
@media (max-width: 700px) {
  :root { --gutter: 22px; --space: 48px; }
  h1 { font-size: 44px; }
  h2 { font-size: 36px; }
  .site-header { top: 16px; width: calc(100% - 28px); min-height: 64px; padding: 8px 9px 8px 16px; gap: 8px; border-radius: 20px; }
  .wordmark { width: 120px; }
  .site-header a:not(.wordmark) { font-size: 12px; }
  .header-actions .header-cta { width: 134px; height: 44px; padding-left: 14px; }
  .header-cta > span { width: 28px; height: 28px; font-size: 18px; }
  .menu-button { width: 44px; height: 44px; }
  .mobile-nav { padding: 104px 28px max(24px,env(safe-area-inset-bottom)); }
  .mobile-nav-links a { font-size: 24px; }
  .hero { min-height: 0; padding-top: 360px; padding-bottom: 48px; align-items: end; }
  .hero-media { height: 440px; }
  .hero-media img { object-fit: cover; object-position: center 35%; }
  .hero::after { background: linear-gradient(0deg,#080808 calc(100% - 430px),transparent calc(100% - 270px)); }
  .hero-inner { display: block; }
  .hero h1 { font-size: clamp(28px,8.5vw,44px); line-height: 1.06; }
  .hero .eyebrow { font-size: 13px; margin-bottom: 18px; }
  .hero-foot > p { font-size: 16px; }
  .hero-actions { gap: 14px; }
  .hero-secondary-link { font-size: 14px; }
  .section-heading,.next-up,.manifesto-grid,.new-rider-cta,.guide-hero,.guide-questions,.team-hero,.people-team,.booking-heading,.contact-shell { grid-template-columns: 1fr; gap: var(--space-4); }
  .heading-aside { justify-self: start; }
  .section-heading { margin-bottom: 32px; }
  .next-up { gap: 30px; }
  .next-up h2 { font-size: 40px; margin: 16px 0 24px; }
  .next-up-intro > p:last-child { max-width: none; }
  .schedule-dock { padding: 24px; border-radius: 22px; }
  .dock-top { align-items: start; flex-wrap: wrap; gap: var(--space-2); }
  .dock-top h3 { font-size: 25px; }
  .day-switcher button { padding: 12px 16px; }
  .ride { grid-template-columns: 65px minmax(0,1fr) 44px; gap: 12px; padding: 20px 0; }
  .ride time { font-size: 14px; }
  .ride h4 { font-size: 18px; }
  .ride p { font-size: 14px; }
  .ride > a { width: 44px; height: 44px; }
  .manifesto { padding-top: calc(var(--space) / 2); }
  .manifesto h2 { margin-bottom: 24px; }
  .detail-list > div { gap: 18px; grid-template-columns: 88px 1fr; }
  .team-tease-head { display: block; padding-top: 0; }
  .team-rail-controls { flex-direction: row; align-items: center; justify-content: space-between; margin-top: 24px; }
  .team-rail img { width: 176px; }
  .rider-voices-heading { margin-bottom: 26px; }
  .rider-voices-grid { grid-template-columns: 1fr; gap: 16px; }
  .rider-voice { min-height: 0; padding: 20px; }
  .rider-voice blockquote { max-width: 34ch; margin-bottom: 16px; font-size: 20px; }
  .new-rider-heading h2 { font-size: 36px; }
  .new-rider-heading > p:not(.section-kicker) { font-size: 18px; }
  .new-rider-action { padding: 24px 0 0; }
  .offer-price { justify-content: space-between; gap: 16px; margin: 25px 0; }
  .offer-price strong { font-size: 82px; }
  .offer-price p { font-size: 19px; }
  .new-rider-action .button { font-size: 13px; padding-left: 18px; }
  .simple-close { flex-direction: column; align-items: start; }
  .simple-close-actions { align-items: start; }
  .guide-hero { min-height: 0; padding-top: 120px; padding-bottom: 32px; }
  .guide-hero-visual { grid-row: 2; height: auto; aspect-ratio: 2/3; min-height: 0; max-height: 560px; border-radius: 24px; }
  .guide-hero-content { grid-row: 1; }
  .guide-hero-aside { margin-top: 26px; }
  .team-hero { min-height: 0; padding-top: 132px; padding-bottom: 48px; }
  .guide-hero h1,.team-hero h1 { font-size: clamp(40px,10.5vw,52px); }
  .first-ride-walkthrough { padding-top: 16px; }
  .walkthrough-intro,.walkthrough-layout { grid-template-columns: 1fr; }
  .walkthrough-intro { gap: 20px; margin-bottom: 30px; }
  .walkthrough-intro .section-kicker { grid-column: auto; }
  .walkthrough-intro h2 { font-size: 36px; }
  .walkthrough-intro > p:last-child { font-size: 17px; }
  .walkthrough-media { min-height: 0; height: min(112vw,520px); }
  .walkthrough-tab { padding-block: 18px; }
  .guide-questions { gap: 35px; }
  .faq summary { font-size: 19px; }
  .team-section-heading { display: block; margin-bottom: 28px; }
  .team-section-heading > p { margin-top: 22px; max-width: none; }
  .motivator-grid { grid-template-columns: repeat(2,1fr); gap: 14px; }
  .people-copy h2 br { display: none; }
  .people-intro { grid-template-columns: 1fr; gap: 18px; }
  .leadership-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 30px; }
  .leadership-card { padding: 21px; }
  .leadership-card strong { margin-bottom: 16px; }
  .people-list { grid-template-columns: repeat(2,1fr); gap: 0 22px; margin-top: 32px; }
  .buy-glass { display: block; }
  .booking-main { padding-top: 125px; }
  .booking-heading h1 { font-size: 43px; }
  .booking-heading .eyebrow { margin: 0; font-size: 13px; }
  .booking-heading { gap: 18px; margin-bottom: 26px; }
  .integration-shell { margin-inline: -10px; padding: 14px; border-radius: 16px; }
  .integration-top { font-size: 13px; gap: 18px; align-items: start; }
  .integration-top a { max-width: 160px; text-align: right; }
  .student-note { display: block; }
  .student-note p { margin-top: 10px; }
  .footer-brand { width: 135px; }
  .footer-top .footer-ride { font-size: 13px; gap: 12px; }
  footer { padding-top: 36px; }
  .contact-main { padding-top: 126px; padding-bottom: 56px; }
  .contact-intro { margin-bottom: 26px; }
  .contact-intro-row,.contact-panel { grid-template-columns: 1fr; gap: 22px; }
  .terms-intro h1 { font-size: clamp(36px,10vw,56px); }
  .contact-intro h1 { font-size: 48px; white-space: normal; }
  .contact-lede { justify-self: start; max-width: none; margin: 0; font-size: 17px; }
  .contact-panel { gap: 0; border-radius: var(--radius-card); }
  .contact-form { padding: 30px 22px; }
  .contact-rail { padding: 30px 22px; border-top: 1px solid var(--line); border-left: 0; }
  .contact-form-heading h2 { margin-bottom: 32px; font-size: 32px; }
  .contact-field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form-action { align-items: stretch; flex-direction: column; }
  .contact-form-action .button { width: 100%; }
  .club-hero { height: 70svh; min-height: 480px; padding: 140px var(--gutter) 32px; }
  .club-hero h1 { font-size: clamp(36px,10vw,64px); }
  .club-hero-caption { flex-wrap: wrap; }
  .club-hero-caption > div { min-width: 0; max-width: 100%; }
  .club-cover { object-position: 53% center; }
  .club-scroll { width: 44px; height: 44px; }
  .club-gallery-heading { flex-wrap: wrap; font-size: 12px; padding: var(--space-3) 0; gap: 12px; }
  .club-gallery-heading a span { margin-left: 5px; }
  .club-gallery { grid-template-columns: 1fr 1fr; gap: 9px; padding-inline: 12px; }
  .club-photo-half,.club-photo-third { grid-column: span 1; }
  .club-portrait-row { grid-template-columns: 1fr 1fr; gap: 9px; }
  .club-photo-panorama img { aspect-ratio: 1.65; }
  .photo-expand { width: 44px; height: 44px; font-size: 16px; right: 9px; bottom: 9px; opacity: 1; transform: none; }
  .club-outro { flex-wrap: wrap; padding: 34px var(--gutter) 48px; }
  .photo-viewer[open] { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 50px; padding: 78px 14px 24px; gap: 20px; }
  .viewer-figure { grid-column: 1/-1; grid-row: 1; }
  .viewer-prev,.viewer-next { grid-row: 2; }
  .viewer-figure img { max-height: calc(100dvh - 240px); }
  .photo-viewer-toolbar { left: 20px; right: 14px; }
}
@media (max-width: 1100px) and (max-height: 700px) {
  .mobile-nav-links { gap: 0; }
  .mobile-nav-links a { min-height: 44px; padding-block: 8px; font-size: 22px; }
}
@media (max-width: 370px) {
  :root { --gutter: 18px; }
  .wordmark { width: 98px; }
  .site-header { padding-left: 12px; gap: 6px; }
  .header-actions .header-cta { width: 120px; padding-left: 10px; }
  .site-header a:not(.wordmark) { font-size: 12px; }
  .offer-price strong { font-size: 66px; }
  .offer-price p { font-size: 17px; }
  .button { gap: 18px; }
}
@media (max-height: 800px) and (min-width: 701px) {
  .hero { min-height: 100svh; padding-top: 126px; padding-bottom: 34px; }
  .hero-foot { margin-top: 16px; }
  .hero-foot > p { margin-bottom: 16px; }
}

/* First-visit new rider invitation */
body.new-rider-popup-open { overflow: hidden; }
.new-rider-popup {
  width: min(1080px,calc(100vw - 48px));
  max-width: none;
  height: min(760px,calc(100dvh - 48px));
  max-height: none;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 30px;
  color: var(--white);
  background: rgba(13,13,14,.82);
  box-shadow: 0 34px 100px rgba(0,0,0,.72), inset 0 1px rgba(255,255,255,.1);
  -webkit-backdrop-filter: blur(30px) saturate(135%);
  backdrop-filter: blur(30px) saturate(135%);
  opacity: 0;
  transform: translateY(18px) scale(.985);
  transition: opacity .35s ease, transform .45s cubic-bezier(.2,.8,.2,1);
}
.new-rider-popup[open] { opacity: 1; transform: none; }
.new-rider-popup::backdrop { background: rgba(0,0,0,.73); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.new-rider-popup-shell { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; height: 100%; overflow: hidden; }
.new-rider-popup-shell { scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.28) transparent; }
.new-rider-popup-shell::-webkit-scrollbar { width: 7px; }
.new-rider-popup-shell::-webkit-scrollbar-track { background: transparent; }
.new-rider-popup-shell::-webkit-scrollbar-thumb { border-radius: 99px; background: rgba(255,255,255,.28); }
.new-rider-popup-shell::after { position: absolute; content: ''; z-index: 3; top: -34%; right: -10%; width: 58%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: radial-gradient(circle at 38% 36%,rgba(255,255,255,.1),rgba(255,255,255,.018) 48%,transparent 70%); pointer-events: none; }
.new-rider-popup-image { position: relative; min-width: 0; overflow: hidden; background: #070707; isolation: isolate; }
.new-rider-popup-image::before { position: absolute; content: ''; z-index: -1; inset: -28px; background: url('/assets/new-rider-welcome-v2.jpg') center/cover no-repeat; filter: blur(24px) brightness(.36); transform: scale(1.08); }
.new-rider-popup-image::after { position: absolute; content: ''; inset: 0; background: linear-gradient(90deg,transparent 55%,rgba(7,7,7,.4)),linear-gradient(0deg,rgba(0,0,0,.35),transparent 42%); }
.new-rider-popup-image img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: contrast(1.03); }
.new-rider-popup-close { position: absolute; z-index: 8; top: 22px; right: 22px; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(8,8,8,.55); color: white; cursor: pointer; -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); transition: background .2s ease, transform .2s ease; }
.new-rider-popup-close:hover { background: rgba(255,255,255,.13); transform: rotate(3deg); }
.new-rider-popup-close span { position: absolute; top: 23px; left: 14px; width: 19px; height: 1.5px; background: currentColor; }
.new-rider-popup-close span:first-child { transform: rotate(45deg); }
.new-rider-popup-close span:last-child { transform: rotate(-45deg); }
.new-rider-popup-content { position: relative; z-index: 4; display: flex; min-width: 0; height: 100%; padding: clamp(32px,4vw,56px); flex-direction: column; justify-content: center; overflow-y: auto; }
.new-rider-popup-content { scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.28) transparent; }
.new-rider-popup-content::-webkit-scrollbar { width: 7px; }
.new-rider-popup-content::-webkit-scrollbar-track { background: transparent; }
.new-rider-popup-content::-webkit-scrollbar-thumb { border-radius: 99px; background: rgba(255,255,255,.28); }
.new-rider-popup-content[hidden] { display: none; }
.new-rider-popup-kicker { display: flex; align-items: center; gap: 11px; margin-bottom: 28px; color: #c9c9c4; font: 500 13px/1 var(--display); letter-spacing: .14em; text-transform: uppercase; }
.new-rider-popup-kicker span { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-dot); box-shadow: 0 0 18px rgba(250,250,247,.42); }
.new-rider-popup-content h2 { max-width: 650px; margin-bottom: 26px; font-size: clamp(40px,4vw,56px); line-height: 1.04; letter-spacing: .005em; }
.new-rider-popup-content h2 em { color: var(--muted); font-style: normal; }
.new-rider-popup-lede { max-width: 530px; margin-bottom: 14px; color: white; font-size: clamp(19px,1.65vw,24px); line-height: 1.35; }
.new-rider-popup-body { max-width: 540px; color: #d0d0cb; font-size: 18px; line-height: 1.55; }
.new-rider-popup-actions { display: flex; align-items: center; gap: 24px; margin-top: 36px; }
.new-rider-popup-actions .button { border: 0; cursor: pointer; }
.new-rider-popup-later,.new-rider-popup-back { min-height: 44px; padding: 0; border: 0; border-bottom: 1px solid #62625f; color: #cacac6; background: transparent; font: 500 13px/1.2 var(--display); letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.new-rider-popup-later:hover,.new-rider-popup-back:hover { color: white; border-color: white; }
.new-rider-popup-form-view { display: block; padding-top: 44px; padding-bottom: 42px; }
.new-rider-popup-form-view h2 { margin-top: 38px; margin-bottom: 10px; font-size: clamp(36px,3.8vw,48px); }
.new-rider-popup-form-intro { margin-bottom: 25px; color: #bdbdb8; }
.new-rider-popup-back { display: inline-flex; align-items: center; gap: 8px; width: fit-content; }
.new-rider-popup form { position: relative; }
.new-rider-form-alert:empty { display: none; }
.new-rider-form-alert { margin-bottom: 15px; color: #f3b6b6; font-size: 14px; }
.new-rider-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.new-rider-popup .form-group label { display: block; margin-bottom: 8px; color: #aaa9a5; font: 500 14px/1.4 var(--display); letter-spacing: .06em; text-transform: uppercase; }
.new-rider-popup input:not([type='checkbox']),.new-rider-popup select { width: 100%; height: 52px; padding: 0 14px; border: 1px solid var(--field-border); border-radius: 12px; outline: 0; color: white; background: var(--field-surface); font: 400 16px/1.5 var(--body); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.new-rider-popup input:not([type='checkbox']):focus,.new-rider-popup select:focus { outline: 2px solid var(--accent); outline-offset: 3px; border-color: #aaa; background: var(--field-surface); }
.new-rider-popup select { color-scheme: dark; }
.new-rider-consents { display: grid; gap: 12px; margin-top: 20px; }
.new-rider-consents label { display: flex; align-items: start; min-height: 44px; padding: 10px 0; gap: 12px; color: var(--muted); font-size: 14px; line-height: 1.5; cursor: pointer; }
.new-rider-consents input { flex: 0 0 auto; width: 20px; height: 20px; margin: 0; accent-color: var(--accent); }
.new-rider-consents a { color: #dfdfda; text-decoration: underline; text-underline-offset: 3px; }
.new-rider-submit { width: 100%; margin-top: 20px; border: 0; cursor: pointer; }
.new-rider-form-note { margin-top: 11px; color: var(--muted); font-size: 14px; line-height: 1.5; text-align: center; }
.new-rider-form-note.form-error { color: #f3b6b6; }

@media (max-width: 760px) {
  .new-rider-popup { width: calc(100vw - 20px); height: calc(100dvh - 20px); border-radius: 22px; }
  .new-rider-popup-shell { display: block; overflow-y: auto; }
  .new-rider-popup-shell::after { top: 31%; right: -42%; width: 96%; }
  .new-rider-popup-image { height: 34%; min-height: 220px; }
  .new-rider-popup-image::after { background: linear-gradient(0deg,#111 0%,rgba(8,8,8,.04) 48%); }
  .new-rider-popup-image img { object-position: 52% 30%; }
  .new-rider-popup-close { position: fixed; top: 25px; right: 25px; }
  .new-rider-popup-content { height: auto; min-height: 66%; padding: 32px 23px 34px; overflow: visible; }
  .new-rider-popup-kicker { margin-bottom: 19px; }
  .new-rider-popup-content h2 { margin-bottom: 24px; font-size: 36px; line-height: 1.05; }
  .new-rider-popup-lede { font-size: 19px; }
  .new-rider-popup-body { font-size: 16px; line-height: 1.6; }
  .new-rider-popup-actions { align-items: stretch; flex-direction: column; gap: 14px; margin-top: 27px; }
  .new-rider-popup-later { align-self: center; }
  .new-rider-popup-form-view { padding-top: 26px; }
  .new-rider-popup-form-view h2 { margin-top: 30px; }
  .new-rider-form-grid { grid-template-columns: 1fr; gap: 13px; }
}
/* Opaque reading surfaces make contrast predictable outside booking/checkout. */
.page-home .schedule-dock,.page-contact .contact-panel,.page-terms .terms-copy,
.page-account .integration-shell { background: #181818; border-color: #444; }
.new-rider-popup { background: #111; }
.new-rider-popup .form-group label { color: var(--muted); }
.new-rider-popup input:user-invalid { border-color: #ffb8b8; }
.walkthrough-tabs { background: #141414; }
.walkthrough-tab { color: var(--muted); }
.walkthrough-tab.active { background: #292929; border-color: #666; }

@media (max-width: 1100px) {
  .studio-layout { gap: 32px; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); }
  .studio-amenities { gap: 24px 16px; }
  .studio-amenities li { gap: 10px; }
}
@media (min-width: 701px) and (max-width: 900px) {
  .contact-intro-row,.contact-panel { grid-template-columns: 1fr; gap: 24px; }
  .contact-panel { gap: 0; }
  .contact-lede { justify-self: start; }
  .contact-rail { border-left: 0; border-top: 1px solid var(--line); }
}
@media (max-width: 900px) {
  .manifesto-grid { grid-template-columns: 1fr; gap: 32px; }
  .manifesto-detail { grid-row: 1; }
  .wheelpack-shot-frame { max-width: 520px; }
}
@media (max-width: 700px) {
  .studio-layout { grid-template-columns: 1fr; gap: 32px; }
  .studio-information { grid-row: 1; }
  .studio-exterior { height: auto; aspect-ratio: 2/3; max-height: 660px; }
  .studio-amenities { margin-block: 32px 24px; }
  .studio-amenities li { flex-direction: column; gap: 12px; }
  .studio-amenities h3 { font-size: 18px; }
  .studio-contact-links { flex-direction: column; gap: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
  .team-rail { overflow-x: auto; }
}
@media (prefers-reduced-transparency: reduce) {
  .site-header,.site-header.scrolled,.mobile-nav,.schedule-dock,.studio-contact,.integration-shell,.new-rider-popup,.walkthrough-tabs,.walkthrough-tab.active { background: #181818; backdrop-filter: none; -webkit-backdrop-filter: none; }
}
