/* ==========================================================================
   Aryabhangy BigWing — shared theme
   Dark editorial theme. Archivo / Barlow / IBM Plex Mono.
   ========================================================================== */

:root {
  --bg: #0a0a0b;
  --panel: #0e0e10;
  --line: #1e1f22;
  --line-2: #26272b;
  --border: #2a2b2f;
  --border-2: #3a3c41;
  --border-3: #4a4d53;
  --text: #ffffff;
  --muted: #c6c9cf;
  --muted-2: #8b8e94;
  --muted-3: #5d6066;
  --faint: #4f5257;
  --red: #e4002b;
  --red-hover: #ff0a35;
  --light: #f4f4f5;
  --ink: #0a0a0b;
  --sans: Barlow, Helvetica, Arial, sans-serif;
  --display: Archivo, sans-serif;
  --mono: 'IBM Plex Mono', monospace;
}

* { box-sizing: border-box; -webkit-font-smoothing: antialiased; }
html, body { margin: 0; padding: 0; background: var(--bg); }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  padding-bottom: 76px;
  overflow-x: hidden;
}
a { color: var(--text); text-decoration: none; }
a:hover { color: var(--muted); }
img { max-width: 100%; }
input, select, button { font-family: inherit; }
::placeholder { color: var(--muted-2); }

@keyframes awardIn {
  from { opacity: 0; transform: translateY(28px) rotate(-6deg) scale(0.88); }
  to   { opacity: 1; transform: translateY(0) rotate(-3deg) scale(1); }
}

/* ---- Layout ---- */
.wrap { max-width: 1280px; margin: 0 auto; padding-left: clamp(16px, 4vw, 40px); padding-right: clamp(16px, 4vw, 40px); }
.section { padding-top: clamp(52px, 8vw, 110px); padding-bottom: clamp(52px, 8vw, 110px); }
.rule-b { border-bottom: 1px solid var(--line); }
.rule-t { border-top: 1px solid var(--line); }

/* ---- Type helpers ---- */
.mono { font-family: var(--mono); }
.eyebrow { font-family: var(--mono); font-size: 11px; letter-spacing: 0.3em; color: var(--muted); text-transform: uppercase; margin: 0 0 14px; }
h1, h2, h3, h4 { font-family: var(--display); margin: 0; }
.lead { max-width: 340px; color: var(--muted); margin: 0; font-size: 16px; }
.display-h2 { font-family: var(--display); font-weight: 900; font-size: clamp(38px, 7vw, 84px); line-height: 0.9; letter-spacing: -0.025em; text-transform: uppercase; margin: 0; }
.sec-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: clamp(26px, 4vw, 44px); }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 54px; padding: 0 30px;
  font-family: var(--display); font-weight: 700; font-size: 13px;
  letter-spacing: 0.16em; text-transform: uppercase; text-align: center;
  cursor: pointer; border: 0; background: transparent; color: var(--text);
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.btn--red { background: var(--red); color: #fff; }
.btn--red:hover { background: var(--red-hover); color: #fff; }
.btn--outline { border: 1px solid var(--border-3); color: var(--text); }
.btn--outline:hover { border-color: #fff; color: #fff; }
.btn--outline-muted { border: 1px solid var(--border-3); color: var(--muted); }
.btn--outline-muted:hover { border-color: #fff; color: #fff; }
.btn--sm { min-height: 50px; padding: 0 22px; font-size: 11px; letter-spacing: 0.14em; }
.btn--xs { min-height: 48px; padding: 0 16px; font-weight: 600; font-size: 11px; letter-spacing: 0.14em; }
.btn--md { min-height: 52px; }

/* ---- Header ---- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(10, 10, 11, 0.94);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 10px; }
.header-brand { display: flex; align-items: center; gap: 12px; min-height: 48px; min-width: 0; }
.header-brand img { height: 32px; width: auto; display: block; flex-shrink: 0; }
.header-brand .lockup { display: flex; flex-direction: column; line-height: 1.05; padding-left: 12px; border-left: 1px solid var(--border); min-width: 0; }
.header-brand .lockup b { font-family: var(--display); font-weight: 800; font-size: 14px; letter-spacing: 0.16em; text-transform: uppercase; color: #fff; }
.header-brand .lockup small { font-family: var(--mono); font-size: 9px; letter-spacing: 0.2em; color: var(--muted); text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.header-logo { height: 76px; width: auto; display: block; flex-shrink: 0; margin: -20px 0 -31px; }
.site-nav {
  display: flex; align-items: center; gap: clamp(16px, 2.4vw, 30px);
  font-family: var(--display); font-size: 12px; letter-spacing: 0.14em;
  text-transform: uppercase; font-weight: 600;
  overflow-x: auto; white-space: nowrap; scrollbar-width: none;
}
.site-nav::-webkit-scrollbar { display: none; }
.site-nav a { color: var(--muted); flex-shrink: 0; display: flex; align-items: center; min-height: 46px; }
.site-nav a:hover, .site-nav a.is-active { color: #fff; }
.header-right { display: flex; align-items: center; gap: clamp(14px, 2vw, 26px); flex-shrink: 0; }
.header-social { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; }
.header-social .ig-lead { display: inline-flex; align-items: center; color: var(--red); }
.header-social .ig-lead svg { width: 20px; height: 20px; display: block; }
.header-social a { color: var(--muted); }
.header-social a:hover { color: #fff; }
@media (max-width: 600px) { .header-social { display: none; } }

/* ---- Placeholder blocks (photography to be shot) ---- */
.ph { background: repeating-linear-gradient(135deg, #141416 0 12px, #18181b 12px 24px); display: flex; align-items: center; justify-content: center; text-align: center; padding: 0 16px; }
.ph span { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; color: var(--muted-3); text-transform: uppercase; }
.placeholder-note { font-family: var(--mono); font-size: 11px; letter-spacing: 0.26em; color: var(--muted-3); text-transform: uppercase; text-align: center; padding: 0 16px; }
.banner-photo { aspect-ratio: 21/9; background: repeating-linear-gradient(135deg, #121214 0 14px, #161619 14px 28px); display: flex; align-items: center; justify-content: center; padding: 24px; text-align: center; }
.banner-photo span { font-family: var(--mono); font-size: 10px; letter-spacing: 0.22em; color: var(--muted-3); text-transform: uppercase; }

/* ---- Photo helpers ---- */
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; z-index: 0; }
.bike-media.has-photo, .modal-hero.has-photo { background: #eceef0; }
.bike-media.has-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 16px; }
.bike-media.has-photo .cat { color: #5d6066; z-index: 1; }
.card-media.has-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.card-media.has-photo.contain { background: #eceef0; }
.card-media.has-photo.contain img { object-fit: contain; padding: 16px; }
.banner-photo.has-photo, .community-photo.has-photo { padding: 0; }
.banner-photo img, .community-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.modal-hero.has-photo { padding: 0; }
.modal-hero.has-photo img { width: 100%; height: 100%; object-fit: contain; display: block; }
.shot.has-photo { background: #141416; }
.shot.has-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.shot.has-photo figcaption { background: rgba(10, 10, 11, 0.78); padding: 5px 9px; }

/* ---- Hero (home) ---- */
.hero { position: relative; min-height: clamp(560px, 88vh, 860px); display: flex; flex-direction: column; justify-content: flex-end; }
.hero--sm { min-height: clamp(480px, 72vh, 720px); }
.hero-stripes { position: absolute; inset: 0; background: repeating-linear-gradient(135deg, #121214 0 14px, #161619 14px 28px); }
.hero-caption { position: absolute; inset: 0; display: flex; align-items: flex-start; justify-content: center; padding-top: clamp(70px, 13vh, 140px); }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,11,0.96) 0%, rgba(10,10,11,0.55) 45%, rgba(10,10,11,0.35) 100%); }
.hero-scrim--sm { background: linear-gradient(to top, rgba(10,10,11,0.96), rgba(10,10,11,0.4)); }
.hero-inner { position: relative; max-width: 1280px; width: 100%; margin: 0 auto; padding: 0 clamp(16px, 4vw, 40px) clamp(28px, 4vw, 56px); }
.hero-tag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.32em; color: var(--muted); text-transform: uppercase; margin: 0 0 18px; }
.hero h1 { font-family: var(--display); font-weight: 900; font-size: clamp(58px, 13vw, 168px); line-height: 0.86; letter-spacing: -0.03em; text-transform: uppercase; margin: 0 0 20px; }
.hero--sm h1 { font-size: clamp(46px, 10vw, 128px); }
.hero-sub { max-width: 520px; font-size: clamp(17px, 2.2vw, 21px); color: var(--muted); margin: 0 0 32px; text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: clamp(28px, 4vw, 44px); }
.trust-strip { display: flex; flex-wrap: wrap; gap: clamp(14px, 3vw, 44px); padding-top: 22px; border-top: 1px solid var(--line-2); font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }

/* ---- Page hero (interior pages) ---- */
.page-hero { max-width: 1280px; margin: 0 auto; padding: clamp(48px, 8vw, 104px) clamp(16px, 4vw, 40px) clamp(36px, 5vw, 64px); }
.page-hero h1 { font-family: var(--display); font-weight: 900; font-size: clamp(44px, 10vw, 132px); line-height: 0.86; letter-spacing: -0.03em; text-transform: uppercase; margin: 0 0 26px; }
.page-hero .intro { max-width: 560px; font-size: clamp(17px, 2.2vw, 21px); color: var(--muted); margin: 0; text-wrap: pretty; }
.page-hero .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

/* ---- Award (home) ---- */
.award { position: relative; overflow: hidden; }
.award-bg { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(4, 1fr); opacity: 0.28; }
.award-bg > div:nth-child(1) { background: repeating-linear-gradient(135deg, #0f0f11 0 12px, #141417 12px 24px); }
.award-bg > div:nth-child(2) { background: repeating-linear-gradient(45deg, #0f0f11 0 12px, #161619 12px 24px); }
.award-bg > div:nth-child(3) { background: repeating-linear-gradient(135deg, #101012 0 12px, #17171a 12px 24px); }
.award-bg > div:nth-child(4) { background: repeating-linear-gradient(45deg, #0f0f11 0 12px, #131316 12px 24px); }
.award-fade { position: absolute; inset: 0; background: radial-gradient(120% 80% at 70% 40%, rgba(10,10,11,0.55) 0%, rgba(10,10,11,0.94) 70%); }
.award-inner { position: relative; max-width: 1280px; margin: 0 auto; padding: clamp(52px, 8vw, 110px) clamp(16px, 4vw, 40px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: clamp(28px, 5vw, 64px); align-items: center; }
.award-title { font-family: var(--display); font-weight: 900; font-size: clamp(36px, 7vw, 88px); line-height: 0.88; letter-spacing: -0.03em; text-transform: uppercase; margin: 0 0 22px; background: linear-gradient(180deg, #ffffff 0%, #c6c9cf 55%, #8b8e94 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.award-rank { font-family: var(--display); font-weight: 800; font-size: clamp(19px, 2.6vw, 26px); letter-spacing: 0.02em; text-transform: uppercase; color: #fff; margin: 0 0 8px; }
.award-stage { position: relative; display: flex; align-items: center; justify-content: center; min-height: clamp(340px, 52vw, 540px); }
.award-card { position: absolute; background: repeating-linear-gradient(135deg, #131316 0 12px, #191a1d 12px 24px); border: 1px solid var(--line-2); display: flex; align-items: flex-end; padding: 12px; transition: transform .55s cubic-bezier(.2, .8, .25, 1); }
.award-card span { font-family: var(--mono); font-size: 9px; letter-spacing: 0.16em; color: var(--faint); text-transform: uppercase; }
.award-card--a { top: 6%; left: 2%; width: 44%; aspect-ratio: 4/5; transform: rotate(-4deg); }
.award-card--b { bottom: 4%; right: 1%; width: 46%; aspect-ratio: 5/4; transform: rotate(5deg); }
.award-card--c { top: 34%; right: 6%; width: 28%; aspect-ratio: 1/1; transform: rotate(-8deg); }
.award-card.has-photo { padding: 0; }
.award-card.has-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* soft glow behind the trophy */
.award-glow { position: absolute; z-index: 1; width: 92%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,238,200,0.38), rgba(255,238,200,0) 64%); filter: blur(44px); opacity: 0; transform: scale(0.7); transition: opacity .7s ease, transform .7s ease; pointer-events: none; }
.award.in-view .award-glow { opacity: 1; transform: scale(1); animation: glowPulse 4.5s ease-in-out 1s infinite; }
.award-stage:hover .award-glow { opacity: 1; transform: scale(1.32); }

/* trophy wrapper handles entrance + float; the img handles rotate + hover scale */
.award-trophy-wrap { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; max-width: 90%; will-change: transform; }
.award.anim-ready .award-trophy-wrap { opacity: 0; }
.award.anim-ready.in-view .award-trophy-wrap { animation: awardPop .95s cubic-bezier(.2, .8, .25, 1) both, awardFloat 5s ease-in-out .95s infinite; }
.award-trophy { display: block; height: clamp(360px, 55vw, 620px); width: auto; max-width: 100%; object-fit: contain; transform: rotate(-3deg); filter: drop-shadow(0 40px 60px rgba(0,0,0,0.75)); transition: transform .5s cubic-bezier(.2, .8, .25, 1), filter .5s ease; cursor: pointer; }

/* hover: enlarge, lift, deepen shadow, and fan the collage out */
.award-stage:hover .award-trophy { transform: rotate(-1.5deg) scale(1.14); filter: drop-shadow(0 66px 88px rgba(0,0,0,0.92)) drop-shadow(0 0 56px rgba(228,0,43,0.22)); }
.award-stage:hover .award-card--a { transform: rotate(-6deg) translate(-12px, -10px); }
.award-stage:hover .award-card--b { transform: rotate(7.5deg) translate(12px, 10px); }
.award-stage:hover .award-card--c { transform: rotate(-11deg) translate(10px, -8px); }

@keyframes awardPop {
  0%   { opacity: 0; transform: translateY(52px) scale(0.68); }
  60%  { opacity: 1; transform: translateY(-18px) scale(1.16); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes awardFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}
@keyframes glowPulse {
  0%, 100% { opacity: .82; }
  50%      { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .award.anim-ready .award-trophy-wrap { opacity: 1; animation: none; }
  .award.in-view .award-glow { animation: none; }
  .award-trophy, .award-card, .award-glow { transition: none; }
  .award-stage:hover .award-trophy { transform: rotate(-3deg); filter: drop-shadow(0 40px 60px rgba(0,0,0,0.75)); }
  .award-stage:hover .award-card--a { transform: rotate(-4deg); }
  .award-stage:hover .award-card--b { transform: rotate(5deg); }
  .award-stage:hover .award-card--c { transform: rotate(-8deg); }
}
.award-logo-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; padding-top: 22px; border-top: 1px solid var(--line-2); }
.award-logo-row img { height: 150px; width: auto; max-width: 100%; display: block; margin: -40px 0 -61px; }

/* ---- Grids ---- */
.grid-cards { display: grid; gap: clamp(14px, 2vw, 22px); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, max(280px, 33.4%)), 1fr)); }
.grid-bikes { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); gap: clamp(14px, 2vw, 24px); }

/* ---- Card (launches / routes) ---- */
.card { border: 1px solid var(--border); background: var(--panel); display: flex; flex-direction: column; transition: border-color .15s ease; }
.card:hover { border-color: var(--border-3); }
.card-media { position: relative; aspect-ratio: 4/3; }
.card-media .badge { position: absolute; top: 14px; left: 14px; background: #fff; color: var(--ink); padding: 6px 10px; font-family: var(--mono); font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; }
.card-body { padding: 22px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.card-body h3 { font-family: var(--display); font-weight: 800; font-size: 26px; text-transform: uppercase; letter-spacing: -0.01em; margin: 0 0 6px; }
.card-price { font-family: var(--display); font-weight: 700; font-size: 21px; margin: 0; }
.card-note { font-family: var(--mono); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-2); margin: 4px 0 0; }

/* ---- Filter chips ---- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: clamp(24px, 4vw, 40px); }
.chip { min-height: 48px; padding: 0 20px; border: 1px solid var(--border-2); font-family: var(--display); font-weight: 600; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; cursor: pointer; background: transparent; color: var(--muted); transition: background-color .15s ease, border-color .15s ease, color .15s ease; }
.chip.is-active { background: #fff; color: var(--ink); border-color: #fff; }
.chip--sm { min-height: 44px; }

/* ---- Bike cards (home) ---- */
.bike { border: 1px solid var(--line); background: var(--panel); display: flex; flex-direction: column; transition: border-color .15s ease; }
.bike:hover { border-color: var(--border-2); }
.bike-media { position: relative; aspect-ratio: 4/3; }
.bike-media .cat { position: absolute; top: 14px; left: 14px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; color: var(--muted); text-transform: uppercase; }
.bike-body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 16px; flex: 1; }
.bike-body h3 { font-family: var(--display); font-weight: 800; font-size: 24px; letter-spacing: -0.01em; text-transform: uppercase; margin: 0 0 6px; }
.bike-tagline { color: var(--muted); font-size: 15px; font-style: italic; margin: 0; }
.spec-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.spec-pills span { border: 1px solid var(--border); padding: 6px 11px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; color: var(--muted); }
.bike-foot { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 14px; }
.price-label { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; color: var(--muted-2); text-transform: uppercase; margin: 0 0 2px; }
.price-value { font-family: var(--display); font-weight: 700; font-size: 22px; margin: 0; }

/* ---- Tile grid (ownership / service / steps) ---- */
.tile-grid { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.tile-grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, max(290px, 33.4%)), 1fr)); }
.tile-grid--4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, max(240px, 25%)), 1fr)); }
.tile { background: var(--bg); padding: clamp(24px, 3vw, 36px); display: flex; flex-direction: column; gap: 12px; min-height: 220px; }
.tile--sm { padding: clamp(22px, 3vw, 32px); min-height: 180px; }
.tile .no { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; color: var(--muted-2); }
.tile h3 { font-family: var(--display); font-weight: 800; font-size: 21px; text-transform: uppercase; margin: 0; }
.tile--sm h3 { font-size: 19px; }
.tile p { color: var(--muted); font-size: 16px; margin: 0; text-wrap: pretty; }

/* ---- Detail list (service schedule / ride calendar) ---- */
.detail-list { display: flex; flex-direction: column; }
.detail-row { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line-2); }
.detail-row .rt-title { font-family: var(--display); font-weight: 700; font-size: 18px; text-transform: uppercase; margin: 0; }
.detail-row .rt-sub { color: var(--muted-2); font-size: 15px; margin: 2px 0 0; }
.detail-row .rt-meta { font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; color: var(--muted); white-space: nowrap; }

/* ---- Two-column split (about/service/rideclub prose) ---- */
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: clamp(32px, 5vw, 64px); }
.split h2 { font-family: var(--display); font-weight: 900; font-size: clamp(30px, 5vw, 54px); line-height: 0.92; letter-spacing: -0.02em; text-transform: uppercase; margin: 0 0 18px; }
.split p { color: var(--muted); margin: 0; text-wrap: pretty; }
.big-h2 { font-family: var(--display); font-weight: 900; font-size: clamp(32px, 5.5vw, 64px); line-height: 0.92; letter-spacing: -0.025em; text-transform: uppercase; margin: 0 0 clamp(28px, 4vw, 44px); }

/* value list (about) */
.value-list { display: flex; flex-direction: column; }
.value-list > div { padding: 22px 0; border-top: 1px solid var(--line-2); }
.value-list h3 { font-family: var(--display); font-weight: 800; font-size: 19px; text-transform: uppercase; margin: 0 0 8px; }
.value-list p { color: var(--muted); font-size: 16px; margin: 0; text-wrap: pretty; }

/* stats row (about) */
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: clamp(24px, 4vw, 40px); }
.stats-grid .n { font-family: var(--display); font-weight: 900; font-size: clamp(38px, 5vw, 58px); line-height: 1; letter-spacing: -0.02em; margin: 0 0 8px; }
.stats-grid .l { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin: 0; }

/* group / cta rows */
.group-row { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(20px, 4vw, 40px); }
.group-row img { height: 100px; width: auto; display: block; margin: -27px 0 -41px; }
.group-row p { font-family: var(--display); font-weight: 700; font-size: clamp(16px, 2vw, 21px); letter-spacing: 0.02em; text-transform: uppercase; color: var(--muted); margin: 0; max-width: 640px; text-wrap: pretty; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.cta-row h2 { font-family: var(--display); font-weight: 900; font-size: clamp(30px, 5vw, 54px); line-height: 0.92; letter-spacing: -0.02em; text-transform: uppercase; margin: 0; }
.cta-row .actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---- Forms (light section) ---- */
.form-section { background: var(--light); color: var(--ink); }
.form-section-inner { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: clamp(32px, 5vw, 72px); }
.form-section h2 { font-family: var(--display); font-weight: 900; font-size: clamp(40px, 7.5vw, 88px); line-height: 0.88; letter-spacing: -0.03em; text-transform: uppercase; margin: 0 0 20px; }
.form-section .eyebrow { color: var(--muted-3); }
.form-section .intro { max-width: 420px; font-size: 18px; color: #3c3e43; margin: 0 0 26px; text-wrap: pretty; }
.confirm-note { display: inline-flex; align-items: center; gap: 10px; border: 1px solid #cfd0d3; padding: 12px 16px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #3c3e43; }
.confirm-note .dot { width: 8px; height: 8px; background: var(--red); display: block; }
.form-card { background: #fff; border: 1px solid #e2e3e6; padding: clamp(22px, 3.5vw, 38px); }
.form-card.compact { padding: clamp(20px, 3vw, 30px); }
.form-card h3 { font-family: var(--display); font-weight: 900; font-size: clamp(24px, 3.4vw, 32px); text-transform: uppercase; letter-spacing: -0.015em; margin: 0 0 22px; }
.form-card h4 { font-family: var(--display); font-weight: 800; font-size: 19px; text-transform: uppercase; letter-spacing: 0.01em; margin: 0 0 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field > span { font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted-3); }
.field select, .field input { min-height: 64px; padding: 0 16px; border: 1px solid #cfd0d3; background: #fff; color: var(--ink); font-size: 18px; font-weight: 500; }
.field.small > span { font-size: 10px; }
.field.small select, .field.small input { min-height: 56px; padding: 0 14px; font-size: 16px; font-weight: 400; }
.field-stack { display: flex; flex-direction: column; gap: 16px; }
.field-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr)); gap: 14px; margin-bottom: 16px; }
.form-cta { display: flex; align-items: center; justify-content: center; min-height: 62px; border: none; width: 100%; background: var(--red); color: #fff; font-family: var(--display); font-weight: 700; font-size: 14px; letter-spacing: 0.18em; text-transform: uppercase; text-align: center; cursor: pointer; transition: background-color .15s ease; }
.form-cta:hover { background: var(--red-hover); color: #fff; }
.form-cta.sm { min-height: 58px; font-size: 13px; letter-spacing: 0.16em; }
.form-fine { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-3); margin: 0; }
.form-done { padding: 30px 0; text-align: center; }
.form-done .t { font-family: var(--display); font-weight: 800; font-size: 28px; text-transform: uppercase; margin: 0 0 10px; }
.form-done p { color: #3c3e43; margin: 0; }

/* ---- Reviews (home) ---- */
.reviews-head { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(20px, 4vw, 48px); margin-bottom: clamp(26px, 4vw, 44px); }
.rating-box { border: 1px solid var(--border); padding: 20px 26px; }
.rating-box b { font-family: var(--display); font-weight: 900; font-size: 52px; line-height: 1; margin: 0; display: block; }
.rating-box span { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-top: 6px; display: block; }
.reviews-title { font-family: var(--display); font-weight: 900; font-size: clamp(30px, 5.5vw, 64px); line-height: 0.92; letter-spacing: -0.02em; text-transform: uppercase; margin: 0; }
.review { margin: 0; border: 1px solid var(--line); background: var(--panel); padding: 26px; display: flex; flex-direction: column; gap: 16px; }
.review .stars { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; color: var(--muted); }
.review blockquote { margin: 0; font-size: 17px; color: #e8e9eb; text-wrap: pretty; }
.review figcaption { margin-top: auto; font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted-2); }

/* ---- Community (home) ---- */
.community-inner { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: clamp(32px, 5vw, 64px); align-items: center; }
.community h2 { font-family: var(--display); font-weight: 900; font-size: clamp(36px, 6.5vw, 78px); line-height: 0.9; letter-spacing: -0.025em; text-transform: uppercase; margin: 0 0 20px; }
.community p.body { max-width: 460px; font-size: 18px; color: var(--muted); margin: 0 0 28px; text-wrap: pretty; }
.ride-list { display: flex; flex-direction: column; margin-bottom: 30px; border-top: 1px solid var(--line-2); }
.ride-row { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line-2); }
.ride-row b { font-family: var(--display); font-weight: 700; font-size: 19px; text-transform: uppercase; }
.ride-row span { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; color: var(--muted); text-transform: uppercase; text-align: right; }
.community-photo { aspect-ratio: 4/5; background: repeating-linear-gradient(135deg, #121214 0 14px, #161619 14px 28px); display: flex; align-items: center; justify-content: center; padding: 24px; text-align: center; }
.community-photo span { font-family: var(--mono); font-size: 10px; letter-spacing: 0.22em; color: var(--muted-3); text-transform: uppercase; }

/* ---- Ownership / generic uppercase h2 ---- */
.ownership h2 { font-family: var(--display); font-weight: 900; font-size: clamp(36px, 6.5vw, 78px); line-height: 0.9; letter-spacing: -0.025em; text-transform: uppercase; margin: 0 0 clamp(28px, 4vw, 52px); }

/* ---- Visit (home) ---- */
.visit-title { font-family: var(--display); font-weight: 900; font-size: clamp(36px, 6.5vw, 72px); line-height: 0.9; letter-spacing: -0.025em; text-transform: uppercase; margin: 0 0 clamp(28px, 4vw, 48px); }
.visit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: clamp(16px, 2.5vw, 28px); }
.showroom { border: 1px solid var(--line); background: var(--panel); display: flex; flex-direction: column; }
.showroom .map { aspect-ratio: 16/9; border: 0; width: 100%; height: 100%; display: block; object-fit: cover; }
.showroom-body { padding: clamp(22px, 3vw, 32px); display: flex; flex-direction: column; gap: 20px; flex: 1; }
.showroom-body h3 { font-family: var(--display); font-weight: 900; font-size: clamp(26px, 3.4vw, 34px); text-transform: uppercase; letter-spacing: -0.01em; margin: 0 0 8px; }
.showroom-body .addr { color: #e8e9eb; font-size: 17px; margin: 0; }
.showroom-contacts { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr)); gap: 18px; }
.showroom-contacts .lbl { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted-2); margin: 0 0 6px; }
.showroom-contacts .nums { display: flex; flex-direction: column; gap: 4px; font-size: 17px; }
.showroom-foot { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 10px; }
.visit-hours { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted-2); margin: clamp(24px, 3vw, 34px) 0 0; }
.visit-hours a { color: var(--muted); }

/* ---- Gallery ---- */
.shot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); gap: clamp(10px, 1.5vw, 16px); }
.shot { margin: 0; position: relative; background: repeating-linear-gradient(135deg, #121214 0 12px, #161619 12px 24px); display: flex; align-items: flex-end; padding: 16px; border: 1px solid var(--line); transition: border-color .15s ease; }
.shot:hover { border-color: var(--border-2); }
.shot .alt { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center; padding: 0 18px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; color: var(--muted-3); text-transform: uppercase; }
.shot figcaption { position: relative; font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }

/* ---- Ride club routes ---- */
.route-media { aspect-ratio: 16/10; }

/* ---- Footer ---- */
.site-footer { border-top: 1px solid var(--line); background: var(--bg); }
.footer-grid { max-width: 1280px; margin: 0 auto; padding: clamp(36px, 5vw, 60px) clamp(16px, 4vw, 40px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); gap: clamp(28px, 4vw, 48px); }
.footer-brand-row { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; flex-wrap: wrap; }
.footer-brand-row img.honda { height: 34px; width: auto; display: block; }
.footer-brand-row .div { width: 1px; height: 28px; background: var(--border); display: block; }
.footer-brand-row img.arya { height: 86px; width: auto; display: block; margin: -23px 0 -35px; }
.footer-tagline { font-family: var(--display); font-weight: 800; font-size: 15px; letter-spacing: 0.04em; text-transform: uppercase; margin: 0; color: var(--muted); }
.footer-col .lbl { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted-2); margin: 0 0 12px; }
.footer-col address { font-style: normal; margin: 0; font-size: 16px; color: #e8e9eb; }
.footer-links { display: flex; flex-direction: column; gap: 10px; font-size: 16px; }
.footer-links a { color: var(--muted); }
.footer-bottom { border-top: 1px solid var(--line); }
.footer-bottom-inner { max-width: 1280px; margin: 0 auto; padding: 20px clamp(16px, 4vw, 40px); display: flex; flex-wrap: wrap; gap: 10px 26px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted-2); }

/* ---- Sticky mobile CTA bar ---- */
.cta-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: grid; grid-template-columns: 1fr 1fr 1.35fr; background: var(--bg); border-top: 1px solid var(--line-2); }
.cta-bar a { display: flex; align-items: center; justify-content: center; min-height: 62px; color: #fff; font-family: var(--display); font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; transition: background-color .15s ease; }
.cta-bar a.line { border-right: 1px solid var(--line-2); }
.cta-bar a.ghost:hover { background: #16161a; color: #fff; }
.cta-bar a.book { background: var(--red); }
.cta-bar a.book:hover { background: var(--red-hover); color: #fff; }

/* ---- Detail modal (home) ---- */
.modal { position: fixed; inset: 0; z-index: 70; background: rgba(6, 6, 7, 0.92); overflow-y: auto; }
.modal[hidden] { display: none; }
.modal-scroll { min-height: 100%; display: flex; align-items: flex-start; justify-content: center; }
.modal-panel { width: 100%; max-width: 1080px; background: var(--bg); border: 1px solid var(--line-2); min-height: 100vh; }
.modal-bar { position: sticky; top: 0; z-index: 2; background: rgba(10, 10, 11, 0.96); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px clamp(16px, 4vw, 34px); }
.modal-bar .id { display: flex; align-items: center; gap: 12px; min-width: 0; }
.modal-bar .id img { height: 26px; width: auto; display: block; flex-shrink: 0; }
.modal-bar .id b { font-family: var(--display); font-weight: 800; font-size: 15px; letter-spacing: 0.06em; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.modal-close { flex-shrink: 0; width: 48px; height: 48px; border: 1px solid var(--border-2); background: transparent; color: #fff; font-size: 20px; line-height: 1; cursor: pointer; transition: border-color .15s ease; }
.modal-close:hover { border-color: #fff; }
.modal-hero { aspect-ratio: 16/9; background: repeating-linear-gradient(135deg, #141416 0 14px, #18181b 14px 28px); display: flex; align-items: center; justify-content: center; text-align: center; padding: 0 20px; }
.modal-hero span { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; color: var(--muted-3); text-transform: uppercase; }
.modal-body { padding: clamp(26px, 4vw, 44px) clamp(16px, 4vw, 34px); display: flex; flex-direction: column; gap: clamp(32px, 4vw, 52px); }
.modal-title-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 24px; align-items: end; }
.modal-title-row .cat { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted-2); margin: 0 0 12px; }
.modal-title-row h2 { font-family: var(--display); font-weight: 900; font-size: clamp(34px, 6vw, 64px); line-height: 0.9; letter-spacing: -0.025em; text-transform: uppercase; margin: 0 0 12px; }
.modal-title-row .tagline { color: var(--muted); font-size: 19px; font-style: italic; margin: 0; }
.modal-title-row .price-lbl { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; color: var(--muted-2); text-transform: uppercase; margin: 0 0 4px; }
.modal-title-row .price { font-family: var(--display); font-weight: 900; font-size: clamp(30px, 4vw, 42px); margin: 0; }
.section-lbl { font-family: var(--mono); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted-2); margin: 0 0 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.feature-cell { background: var(--bg); padding: 22px; display: flex; flex-direction: column; gap: 8px; min-height: 150px; }
.feature-cell h4 { font-family: var(--display); font-weight: 800; font-size: 17px; text-transform: uppercase; margin: 0; }
.feature-cell p { color: var(--muted); font-size: 15px; margin: 0; text-wrap: pretty; }
.modal-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: clamp(28px, 4vw, 48px); }
.spec-row { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line-2); }
.spec-row .k { color: var(--muted-2); font-size: 15px; }
.spec-row .v { font-family: var(--mono); font-size: 13px; color: #fff; text-align: right; }
.colour-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; }
.colour-row { display: flex; align-items: center; gap: 14px; }
.colour-row .sw { width: 34px; height: 34px; flex-shrink: 0; border: 1px solid var(--border-2); }
.colour-row .nm { font-size: 16px; color: #e8e9eb; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.gallery-cell { aspect-ratio: 1/1; background: repeating-linear-gradient(135deg, #141416 0 10px, #18181b 10px 20px); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; text-align: center; padding: 6px; }
.gallery-cell span { font-family: var(--mono); font-size: 8px; letter-spacing: 0.12em; color: var(--faint); text-transform: uppercase; }
.modal-actions { display: flex; flex-wrap: wrap; gap: 12px; padding-top: clamp(20px, 3vw, 30px); border-top: 1px solid var(--line); }

body.modal-open { overflow: hidden; }

@media (max-width: 600px) {
  .header-logo { height: 60px; margin: -14px 0 -22px; }
}
