/* =========================================================================
   bbgwagons.com — SSENSE-discipline site styles · builds on colors_and_type.css
   ========================================================================= */

.app { min-height: 100vh; display: flex; flex-direction: column; background: var(--paper); }
.main { flex: 1; }
section { position: relative; }

/* ---------- utility strip (tiny, olive text on paper) ---------- */
.utility {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px var(--gutter);
  font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--olive); border-bottom: 1px solid var(--line-soft); white-space: nowrap;
}
.utility .l, .utility .r { display: flex; gap: 16px; align-items: center; }
.utility .r { color: var(--stone); }
.utility a { cursor: pointer; }

/* ---------- nav — SSENSE: links left · centered wordmark · account right ---------- */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 16px var(--gutter);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
}
.nav .links { display: flex; gap: 22px; justify-self: start; }
.nav .links a {
  font-size: var(--fs-label); font-weight: 500; letter-spacing: var(--ls-nav); text-transform: uppercase;
  color: var(--ink); cursor: pointer; border-bottom: 1px solid transparent; padding-bottom: 2px;
}
.nav .links a:hover, .nav .links a.active { border-bottom-color: var(--puch); }
.nav .brand {
  justify-self: center; cursor: pointer;
  font-size: 28px; font-weight: 700; letter-spacing: 0.02em; color: var(--ink); white-space: nowrap;
}
.nav .acct { display: flex; gap: 18px; justify-self: end; }
.nav .acct a { font-size: var(--fs-label); font-weight: 500; letter-spacing: var(--ls-nav); text-transform: uppercase; color: var(--ink); cursor: pointer; border-bottom: 1px solid transparent; padding-bottom: 2px; }
.nav .acct a:hover, .nav .acct a.active { border-bottom-color: var(--puch); }

/* language menu */
.langmenu { position: relative; }
.langmenu-trigger { cursor: pointer; display: inline-flex; align-items: center; gap: 5px; }
.langmenu-trigger .caret { font-size: 8px; }
.langmenu-pop {
  position: absolute; top: 100%; right: 0; margin-top: 12px; z-index: 80;
  background: var(--paper); border: 1px solid var(--ink);
  display: flex; flex-direction: column; min-width: 140px;
}
.langmenu-pop a {
  padding: 12px 16px; cursor: pointer; white-space: nowrap;
  font-size: var(--fs-label); letter-spacing: var(--ls-nav); text-transform: uppercase;
  border-bottom: 1px solid var(--line); border-top: 0; border-left: 0; border-right: 0;
}
.langmenu-pop a:last-child { border-bottom: 0; }
.langmenu-pop a:hover { background: var(--ink); color: var(--paper); }
.langmenu-pop a.on { font-weight: 700; }
.langmenu-pop a.on::after { content: " ·"; }

/* hide Google Translate's injected chrome */
.goog-te-banner-frame, .skiptranslate, .goog-te-gadget { display: none !important; }
body { top: 0 !important; }
font.goog-text-highlight { background: none !important; box-shadow: none !important; }

/* ========== HOME — SSENSE editorial ========== */
.ed-top { padding: 64px var(--gutter) 0; max-width: var(--max); margin: 0 auto; }
.ed-heads { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gutter); margin-bottom: 40px; }
.shop-head {
  text-align: center; cursor: pointer;
  font-family: var(--font); font-size: clamp(28px, 3.4vw, 46px); font-weight: 400;
  letter-spacing: -0.01em; color: var(--ink); line-height: 1; text-transform: uppercase;
  border-bottom: 1px solid transparent; padding-bottom: 6px; justify-self: center;
}
.shop-head:hover { border-bottom-color: var(--ink); }

.ed-features, .ed-split { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gutter); max-width: var(--max); margin: 0 auto; }
.ed-split { padding: 72px var(--gutter) 0; }
.ed-feature { margin: 0; cursor: pointer; }
.ed-feature .ed-img { aspect-ratio: 5/4; overflow: hidden; background: #f0f0f0; }
.ed-feature .ed-img image-slot, .ed-feature .ed-img img { width: 100%; height: 100%; display: block; object-fit: cover; transition: opacity var(--dur) var(--ease); }
.ed-feature:hover .ed-img image-slot, .ed-feature:hover .ed-img img { opacity: 0.9; }
.ed-feature figcaption { padding-top: 16px; }
.ed-feature .cat { font-family: var(--font-serif); font-size: 15px; color: var(--ink); }
.ed-feature .etitle { font-family: var(--font); font-size: 17px; font-weight: 500; letter-spacing: 0.01em; text-transform: uppercase; margin: 6px 0 0; line-height: 1.2; }
.ed-feature .edesc { font-family: var(--font-serif); font-size: 16px; line-height: 1.45; color: var(--ink-soft); margin-top: 8px; max-width: 46ch; }

/* legacy single-hero (unused) */
.hero { padding: 0; }

/* ========== HOME — service band ========== */
.home-service { max-width: var(--max); margin: 0 auto; padding: var(--s9) var(--gutter) 0; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.home-service .hs-img { aspect-ratio: 4/5; overflow: hidden; background: #f0f0f0; }
.home-service .hs-img image-slot, .home-service .hs-img img { width: 100%; height: 100%; display: block; object-fit: cover; }
.home-service .hs-copy h2 { font-size: var(--fs-h2); font-weight: 500; letter-spacing: -0.02em; margin-top: 14px; }
.home-service .hs-copy p { font-family: var(--font-serif); font-size: 17px; line-height: 1.55; color: var(--ink-soft); margin-top: 18px; max-width: 46ch; }
.home-service .hs-actions { margin-top: 26px; }

/* ========== HOME — editorial promo bands ========== */
.home-promo { max-width: var(--max); margin: 0 auto; padding: var(--s9) var(--gutter) 0; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.home-promo.reverse .hp-img { order: 2; }
.home-promo.reverse .hp-copy { order: 1; }
.home-promo .hp-img { aspect-ratio: 4/3; overflow: hidden; background: #f0f0f0; }
.home-promo .hp-img img { width: 100%; height: 100%; display: block; object-fit: cover; }
.home-promo .hp-copy h2 { font-size: var(--fs-h2); font-weight: 500; letter-spacing: -0.02em; margin-top: 14px; }
.home-promo .hp-copy p { font-family: var(--font-serif); font-size: 17px; line-height: 1.55; color: var(--ink-soft); margin-top: 18px; max-width: 46ch; }
.home-promo .hp-actions { margin-top: 26px; }

/* legacy single-hero (unused on home now, kept for safety) */
.hero { padding: 0; }

/* ========== SECTION SHELL ========== */
.section { max-width: var(--max); margin: 0 auto; padding: var(--s9) var(--gutter); }
.section-head {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: var(--s6); gap: 24px;
}
.section-head h2 { font-size: var(--fs-h2); }
.section-head .eyebrow { color: var(--stone); }

/* ========== PRODUCT GRID (home + shop) ========== */
.inv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px 24px; }
.inv-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.inv-card { cursor: pointer; }
.inv-card .frame { aspect-ratio: 4/5; overflow: hidden; background: #f0f0f0; }
.inv-card .frame image-slot, .inv-card .frame img { width: 100%; height: 100%; display: block; object-fit: cover; transition: opacity var(--dur) var(--ease); }
.inv-card:hover .frame image-slot, .inv-card:hover .frame img { opacity: 0.82; }
.inv-card.sold .frame { filter: grayscale(0.55) brightness(0.94); }
.inv-meta { display: flex; justify-content: space-between; align-items: baseline; margin-top: 14px; gap: 12px; }
.inv-card h3 { font-size: var(--fs-sm); font-weight: 600; letter-spacing: 0.01em; margin: 0; }
.inv-card .sub { font-size: var(--fs-xs); color: var(--stone); margin-top: 5px; }
.inv-card .price { font-size: var(--fs-sm); font-weight: 500; white-space: nowrap; font-variant-numeric: tabular-nums; }
.inv-card .status-sold { font-size: 10px; color: var(--stone); letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; }

/* ========== SHOP (filter rail + grid) ========== */
.shop { max-width: var(--max); margin: 0 auto; padding: var(--s6) var(--gutter) var(--s9); }
.shop-crumb { font-size: var(--fs-label); letter-spacing: var(--ls-label); text-transform: uppercase; color: var(--stone); padding-bottom: var(--s6); }
.shop-crumb b { color: var(--ink); font-weight: 500; }
.shop-layout { display: grid; grid-template-columns: 168px 1fr; gap: 0; }
.shop-rail { font-size: var(--fs-sm); position: sticky; top: 96px; align-self: start; }
.shop-rail .grp { margin-bottom: var(--s6); }
.shop-rail h4 { font-size: var(--fs-label); font-weight: 500; letter-spacing: var(--ls-label); text-transform: uppercase; margin: 0 0 14px; color: var(--ink); }
.shop-rail ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.shop-rail li { color: var(--stone); cursor: pointer; transition: color var(--dur) var(--ease); }
.shop-rail li:hover { color: var(--ink); }
.shop-rail li.on { color: var(--ink); font-weight: 600; }

/* ========== VEHICLE PAGE ========== */
.veh { max-width: var(--max); margin: 0 auto; padding: var(--s6) var(--gutter) var(--s10); }
.veh-crumb { font-size: var(--fs-label); letter-spacing: var(--ls-label); text-transform: uppercase; color: var(--stone); padding-bottom: var(--s6); }
.veh-crumb b { color: var(--ink); font-weight: 500; }
.veh-crumb a { cursor: pointer; }
.veh-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 56px; align-items: start; }
.veh-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.veh-imgs .big { grid-column: 1/-1; aspect-ratio: 4/3; overflow: hidden; background: #f0f0f0; }
.veh-imgs .small { aspect-ratio: 1/1; overflow: hidden; background: #f0f0f0; }
.veh-imgs image-slot, .veh-imgs img { width: 100%; height: 100%; display: block; object-fit: cover; }
.veh-detail { position: sticky; top: 96px; }
.veh-detail .model { font-size: var(--fs-h3); font-weight: 600; letter-spacing: -0.01em; }
.veh-detail .eyebrow { color: var(--stone); margin-top: 12px; }
.veh-detail .price { font-size: 16px; font-weight: 500; margin-top: 18px; font-variant-numeric: tabular-nums; }
.veh-detail .desc { font-size: var(--fs-sm); line-height: 1.7; color: var(--ink-soft); margin-top: 22px; }
.veh-detail .desc p { margin-bottom: 12px; }
.veh-spec { margin-top: var(--s6); border-top: 1px solid var(--line); }
.veh-spec .row { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: var(--fs-xs); }
.veh-spec .row .k { color: var(--stone); text-transform: uppercase; letter-spacing: 0.1em; }
.veh-spec .row .v { font-weight: 500; font-variant-numeric: tabular-nums; }
.veh-cta { margin-top: var(--s6); display: flex; flex-direction: column; gap: 10px; }

/* ========== PARTS ========== */
.parts { max-width: var(--max); margin: 0 auto; padding: var(--s6) var(--gutter) var(--s9); }
.parts-head { padding-bottom: var(--s6); border-bottom: 1px solid var(--line); margin-bottom: var(--s7); }

/* OSC custom parts */
.osc { margin-bottom: var(--s8); }
.osc-head { max-width: 640px; margin-bottom: var(--s6); }
.osc-head h2 { font-size: var(--fs-h2); font-weight: 500; letter-spacing: -0.02em; margin-top: 12px; }
.osc-head p { font-family: var(--font-serif); font-size: 16px; line-height: 1.5; color: var(--ink-soft); margin-top: 14px; }
.osc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.osc-card { cursor: pointer; }
.osc-img { aspect-ratio: 4/3; overflow: hidden; background: #f0f0f0; }
.osc-img image-slot { width: 100%; height: 100%; display: block; }
.osc-meta { padding-top: 16px; }
.osc-meta .osc-wedge { width: 0; height: 0; border-left: 11px solid transparent; border-bottom: 18px solid #3FA63A; transform: skewX(-12deg); margin-bottom: 12px; }
.osc-meta h3 { font-size: var(--fs-h3); font-weight: 600; letter-spacing: -0.01em; margin: 0; }
.osc-meta .osc-spec { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--stone); margin-top: 6px; }
.osc-meta p { font-family: var(--font-serif); font-size: 15px; line-height: 1.5; color: var(--ink-soft); margin-top: 10px; }
.osc-meta .osc-enquire { display: inline-block; margin-top: 12px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); border-bottom: 1px solid var(--ink); padding-bottom: 2px; }
.osc-lineup { margin-top: var(--s7); padding-top: var(--s5); border-top: 1px solid var(--line); }
.osc-banner { margin-top: var(--s7); width: 100%; aspect-ratio: 24 / 7; overflow: hidden; background: #f0f0f0; }
.osc-banner image-slot { width: 100%; height: 100%; display: block; }
.osc-lineup-label { font-size: var(--fs-label); letter-spacing: var(--ls-label); text-transform: uppercase; color: var(--stone); }
.osc-lineup ul { list-style: none; margin: 14px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 28px; }
.osc-lineup li { font-size: var(--fs-sm); color: var(--ink); display: flex; align-items: center; gap: 8px; }
.osc-lineup li::before { content: ""; width: 0; height: 0; border-left: 7px solid transparent; border-bottom: 11px solid #3FA63A; transform: skewX(-12deg); flex: none; }
.parts-head h1 { font-size: var(--fs-h1); font-weight: 500; letter-spacing: var(--ls-display); margin: 12px 0 0; }
.parts-head p { font-size: var(--fs-sm); color: var(--stone); margin-top: 14px; max-width: 54ch; line-height: 1.7; }
.chassis-tabs { display: flex; gap: 28px; margin-bottom: var(--s7); border-bottom: 1px solid var(--line); padding-bottom: var(--s4); }
.chassis-tab { font-size: var(--fs-label); letter-spacing: var(--ls-label); text-transform: uppercase; background: none; border: 0; color: var(--stone); cursor: pointer; padding: 0 0 2px; }
.chassis-tab.on { color: var(--ink); font-weight: 600; }
.chassis-tab .gw { color: var(--olive); }
.cat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.cat-tile { background: var(--paper); padding: 32px 26px; cursor: pointer; display: flex; flex-direction: column; gap: 8px; min-height: 168px; transition: background var(--dur) var(--ease); }
.cat-tile:hover { background: var(--white); }
.cat-tile .ct-wedge { width: 0; height: 0; border-left: 11px solid transparent; border-bottom: 18px solid #3FA63A; transform: skewX(-12deg); margin-bottom: 12px; }
.cat-tile h3 { font-size: var(--fs-h3); font-weight: 600; letter-spacing: -0.01em; margin: 0; }
.cat-tile .ct-sub { font-size: var(--fs-xs); color: var(--stone); }
.cat-tile .ct-count { margin-top: auto; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--olive); }
.parts-cta { margin-top: var(--s7); padding: var(--s6); background: var(--ink); color: var(--paper); display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.parts-cta .pc-t { font-size: var(--fs-h3); font-weight: 500; }
.parts-cta .pc-s { font-size: var(--fs-sm); color: rgba(252,252,250,0.65); margin-top: 5px; }

/* ========== SERVICE PAGE ========== */
.svc { max-width: var(--max); margin: 0 auto; padding: var(--s7) var(--gutter) var(--s9); }
.svc-hero { max-width: 880px; margin-bottom: var(--s6); }
.svc-hero h1 { font-size: var(--fs-hero); font-weight: 500; letter-spacing: var(--ls-display); line-height: 1; margin-top: 14px; }
.svc-img { aspect-ratio: 21/9; overflow: hidden; background: #f0f0f0; }
.svc-img image-slot { width: 100%; height: 100%; display: block; }
.svc-body { max-width: 760px; margin: 0 auto; padding-top: var(--s7); }
.svc-body .lede { font-size: 23px; line-height: 1.5; color: var(--ink); margin-bottom: var(--s7); }
.svc-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.svc-row { background: var(--paper); padding: 26px 24px; display: flex; gap: 14px; align-items: flex-start; }
.svc-row .svc-wedge { flex: none; width: 0; height: 0; border-left: 10px solid transparent; border-bottom: 16px solid #3FA63A; transform: skewX(-12deg); margin-top: 5px; }
.svc-row .svc-t { font-size: var(--fs-h3); font-weight: 600; letter-spacing: -0.01em; }
.svc-row .svc-d { font-family: var(--font-serif); font-size: 15px; line-height: 1.5; color: var(--ink-soft); margin-top: 8px; }
.svc-cta { text-align: center; padding: var(--s9) 0 0; }
.svc-cta h2 { font-size: var(--fs-h2); font-weight: 500; letter-spacing: -0.02em; }
.svc-cta p { font-family: var(--font-serif); font-size: 17px; color: var(--ink-soft); margin: 10px 0 24px; }
@media (max-width: 640px) { .svc-list { grid-template-columns: 1fr; } }

/* ========== INSTAGRAM BAND ========== */
.ig-band { border-top: 2px solid var(--puch); }
.ig-band-inner { max-width: var(--max); margin: 0 auto; padding: 36px var(--gutter); display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; cursor: pointer; }
.ig-band-l { display: flex; align-items: center; gap: 16px; }
.ig-band-wedge { flex: none; width: 0; height: 0; border-left: 14px solid transparent; border-bottom: 24px solid var(--puch); transform: skewX(-12deg); }
.ig-band-ey { font-size: var(--fs-label); letter-spacing: var(--ls-label); text-transform: uppercase; color: var(--stone); }
.ig-band-h { font-size: var(--fs-h2); font-weight: 500; letter-spacing: -0.02em; margin-top: 6px; }
.ig-band-btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; background: var(--ink); color: var(--paper); font-size: var(--fs-label); font-weight: 500; letter-spacing: var(--ls-label); text-transform: uppercase; white-space: nowrap; transition: background var(--dur) var(--ease); }
.ig-band-inner:hover .ig-band-btn { background: var(--puch); }
.nav-ig { display: inline-flex; align-items: center; color: var(--ink); }
.nav-ig:hover { color: var(--puch); border-bottom-color: transparent; }

/* ========== OSC ASSEMBLY GUIDE ========== */
.osc-guide { max-width: 880px; margin: 0 auto; padding: var(--s8) var(--gutter) var(--s9); border-top: 2px solid var(--puch); }
.osc-guide-head { max-width: 620px; margin-bottom: var(--s7); }
.osc-guide-head h2 { font-size: var(--fs-h2); font-weight: 500; letter-spacing: -0.02em; margin-top: 12px; }
.osc-guide-head p { font-family: var(--font-serif); font-size: 16px; line-height: 1.5; color: var(--ink-soft); margin-top: 14px; }
.osc-guide-included { border: 1px solid var(--line); padding: 24px 26px; margin-bottom: var(--s7); }
.osc-guide-included h4 { font-size: var(--fs-label); letter-spacing: var(--ls-label); text-transform: uppercase; margin: 0 0 14px; }
.osc-guide-included .puch-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; }
.osc-guide-included .puch-list li { font-size: var(--fs-sm); line-height: 1.4; color: var(--ink-soft); }
.osc-steps { list-style: none; margin: 0; padding: 0; counter-reset: none; }
.osc-steps li { display: flex; gap: 22px; padding: 24px 0; border-top: 1px solid var(--line); }
.osc-steps li:last-child { border-bottom: 1px solid var(--line); }
.osc-step-no { font-size: var(--fs-h3); font-weight: 600; color: var(--puch); flex: none; width: 48px; font-variant-numeric: tabular-nums; }
.osc-step-t { font-size: var(--fs-h3); font-weight: 600; letter-spacing: -0.01em; }
.osc-step-d { font-family: var(--font-serif); font-size: 16px; line-height: 1.6; color: var(--ink-soft); margin-top: 8px; }
.osc-handling { display: flex; gap: 14px; align-items: flex-start; margin-top: var(--s6); padding: 24px 26px; background: var(--ink); color: var(--paper); }
.osc-handling .osc-wedge { flex: none; width: 0; height: 0; border-left: 10px solid transparent; border-bottom: 16px solid var(--puch); transform: skewX(-12deg); margin-top: 6px; }
.osc-handling .osc-step-d { color: rgba(252,252,250,0.8); }
@media (max-width: 640px) { .osc-guide-included .puch-list { grid-template-columns: 1fr; } .osc-steps li { gap: 14px; } }

/* ========== BAJA STORY ARTICLE ========== */
.bj-fig { margin: var(--s6) 0; }
.bj-fig-frame { aspect-ratio: 3/2; overflow: hidden; background: #f0f0f0; }
.bj-fig-frame image-slot { width: 100%; height: 100%; display: block; }
.bj-fig figcaption { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--stone); margin-top: 8px; }
.bj-fig figcaption::before { content: ""; display: inline-block; width: 6px; height: 10px; border-left: 6px solid transparent; border-bottom: 10px solid var(--puch); transform: skewX(-12deg); margin-right: 7px; }
.bj-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: var(--s6) 0; }
.bj-row .bj-fig { margin: 0; }
.bj-quote { border-top: 2px solid var(--puch); border-bottom: 2px solid var(--puch); padding: var(--s6) 0; margin: var(--s7) 0; font-family: var(--font-serif); font-style: italic; font-size: 20px; line-height: 1.5; color: var(--ink); }
.bj-quote-by { display: block; font-family: var(--font); font-style: normal; font-size: var(--fs-label); letter-spacing: var(--ls-label); text-transform: uppercase; color: var(--stone); margin-top: 16px; }
@media (max-width: 640px) { .bj-row { grid-template-columns: 1fr; } }

/* ========== CLUB ========== */
.club { max-width: 880px; margin: 0 auto; padding: var(--s10) var(--gutter); text-align: center; }
.club .wedge-lg { width: 0; height: 0; border-left: 20px solid transparent; border-bottom: 34px solid var(--green); transform: skewX(-12deg); margin: 0 auto 26px; }
.club h1 { font-size: var(--fs-hero); font-weight: 500; letter-spacing: var(--ls-display); line-height: 0.98; }
.club .lede { font-style: italic; font-weight: 300; font-size: 20px; color: var(--olive); margin-top: 18px; }
.club .join-line { margin-top: 12px; font-size: var(--fs-body); color: var(--ink-soft); }
.club-benefits { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin: var(--s7) 0; text-align: left; }
.club-benefits .b { background: var(--paper); padding: 24px; display: flex; gap: 14px; align-items: flex-start; }
.club-benefits .b .w { flex: none; width: 0; height: 0; border-left: 8px solid transparent; border-bottom: 14px solid var(--green); transform: skewX(-12deg); margin-top: 5px; }
.club-benefits .b .bt { font-weight: 600; font-size: var(--fs-sm); }
.club-benefits .b .bs { font-size: var(--fs-xs); color: var(--stone); margin-top: 4px; line-height: 1.55; }
.club-signup { display: flex; gap: 10px; max-width: 480px; margin: 0 auto; }
.club-signup input { flex: 1; }

/* ========== GALLERY ========== */
.gallery { max-width: var(--max); margin: 0 auto; padding: var(--s6) var(--gutter) var(--s9); }
.gal-tabs { display: flex; gap: 24px; margin: 14px 0 var(--s6); border-bottom: 1px solid var(--line); padding-bottom: var(--s4); }
.gal-tab { font-size: var(--fs-label); letter-spacing: var(--ls-label); text-transform: uppercase; color: var(--stone); cursor: pointer; }
.gal-tab.on { color: var(--ink); font-weight: 600; }
.gal-grid { columns: 3; column-gap: 14px; }
.gal-grid .gi { width: 100%; margin-bottom: 14px; break-inside: avoid; overflow: hidden; background: #f0f0f0; }
.gal-grid .gi img { width: 100%; display: block; }

/* ========== ARCHIVES ========== */
.archives { max-width: 860px; margin: 0 auto; padding: var(--s8) var(--gutter) var(--s10); }
.archives h1 { font-size: var(--fs-h1); font-weight: 500; letter-spacing: var(--ls-display); margin: 12px 0 var(--s7); }
.arch-item { display: grid; grid-template-columns: 150px 1fr; gap: 24px; padding: 26px 0; border-top: 1px solid var(--line); cursor: pointer; align-items: baseline; }
.arch-item:hover h3 { color: var(--stone); }
.arch-item .am { font-size: var(--fs-label); color: var(--stone); letter-spacing: 0.08em; text-transform: uppercase; }
.arch-item h3 { font-size: var(--fs-h3); font-weight: 600; letter-spacing: -0.01em; margin: 0; transition: color var(--dur) var(--ease); }
.arch-item p { font-size: var(--fs-sm); color: var(--stone); margin-top: 7px; line-height: 1.6; }

/* ========== STORY ========== */
.story-hero { max-width: 760px; margin: 0 auto; padding: var(--s8) var(--gutter) var(--s5); }
.story-hero h1 { font-size: var(--fs-h1); font-weight: 500; letter-spacing: var(--ls-display); line-height: 1.04; margin-top: 14px; }
.story-byline { font-size: var(--fs-label); letter-spacing: var(--ls-label); text-transform: uppercase; color: var(--stone); margin-top: 18px; display: flex; gap: 12px; flex-wrap: wrap; }
.story-body { max-width: 660px; margin: 0 auto; padding: var(--s5) var(--gutter) var(--s10); }
.story-body p { font-size: 16px; line-height: 1.75; margin-bottom: 22px; }
.story-body p.lede { font-style: italic; font-weight: 300; font-size: 22px; line-height: 1.5; color: var(--olive); margin-bottom: var(--s6); }
.story-body h2 { font-size: var(--fs-h2); font-weight: 500; margin: var(--s7) 0 var(--s3); }
.story-pull { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: var(--s6) 0; margin: var(--s7) 0; font-size: 24px; font-weight: 300; font-style: italic; line-height: 1.4; letter-spacing: -0.01em; }
.story-img { aspect-ratio: 3/2; margin: var(--s6) 0; overflow: hidden; background: #f0f0f0; }
.story-img image-slot, .story-img img { width: 100%; height: 100%; display: block; object-fit: cover; }
.story-cap { font-size: var(--fs-label); letter-spacing: 0.08em; text-transform: uppercase; color: var(--stone); margin: -12px 0 var(--s6); }

/* ========== ABOUT ========== */
.about-hero { max-width: var(--max); margin: 0 auto; padding: var(--s8) var(--gutter) var(--s5); }
.about-hero h1 { font-size: var(--fs-hero); font-weight: 500; letter-spacing: var(--ls-display); line-height: 1.0; margin-top: 16px; max-width: 20ch; }
.about-grid { max-width: var(--max); margin: 0 auto; padding: var(--s6) var(--gutter) var(--s9); display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.about-grid p { font-size: var(--fs-sm); line-height: 1.75; margin-bottom: 14px; color: var(--ink-soft); }

/* long-form about body */
.about-body { max-width: 760px; margin: 0 auto; padding: var(--s7) var(--gutter) var(--s9); }
.about-body p { font-size: 16px; line-height: 1.75; margin-bottom: 22px; color: var(--ink); }
.about-body p.lede { font-size: 23px; line-height: 1.5; font-weight: 400; color: var(--ink); margin-bottom: var(--s6); }
.about-body p.lede .serif-accent { font-size: 1em; }
.about-body h2 { font-size: var(--fs-h2); font-weight: 500; letter-spacing: -0.02em; margin: var(--s7) 0 var(--s3); }
.about-body .about-pull {
  border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
  padding: var(--s6) 0; margin: var(--s7) 0;
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: 26px; line-height: 1.4; letter-spacing: -0.01em; color: var(--ink);
}
.about-body .about-close { font-size: 18px; }
/* About — Puch green accents */
.about-body h2 { position: relative; }
.about-body h2::before { content: ""; display: block; width: 34px; height: 0; border-top: 2px solid var(--puch); margin-bottom: 16px; }
.about-body .about-pull { border-top-color: var(--puch); border-bottom-color: var(--puch); }
.about-body figcaption::before { content: ""; display: inline-block; width: 6px; height: 10px; border-left: 6px solid transparent; border-bottom: 10px solid var(--puch); transform: skewX(-12deg); margin-right: 7px; }

/* newspaper-style figures packed through the about body */
.about-body .about-fig { margin: 0 0 22px; }
.about-body .about-fig figcaption,
.about-body .about-fig-row figcaption { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--stone); margin-top: 8px; }
.about-fig-frame { overflow: hidden; background: #f0f0f0; aspect-ratio: 4/3; }
.about-fig-frame.sq { aspect-ratio: 1/1; }
.about-fig-frame image-slot { width: 100%; height: 100%; display: block; }
.about-body .about-fig.right { float: right; width: 55%; margin: 6px 0 18px 34px; }
.about-body .about-fig.right.big { width: 62%; }
.about-body .about-fig.left  { float: left;  width: 55%; margin: 6px 34px 18px 0; }
.about-body .about-fig.left.big { width: 62%; }
.about-body .about-fig.left.tall .about-fig-frame { aspect-ratio: 3/4; }
/* wide figures + photo rows break out of the 760px text column */
.about-body .about-fig.wide,
.about-body .about-fig-row {
  width: min(1040px, calc(100vw - 2 * var(--gutter)));
  position: relative; left: 50%; transform: translateX(-50%);
}
.about-body .about-fig.wide { float: none; margin: 40px 0; }
.about-body .about-fig.wide .about-fig-frame { aspect-ratio: 16/9; }
.about-body .about-fig-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 40px 0; clear: both; }
.about-body .about-fig-row.three { grid-template-columns: 1fr 1fr 1fr; }
.about-body h2 { clear: both; }
@media (max-width: 640px) {
  .about-body .about-fig.right, .about-body .about-fig.left,
  .about-body .about-fig.right.big, .about-body .about-fig.left.big { float: none; width: 100%; margin: 18px 0; }
  .about-body .about-fig.wide .about-fig-frame { aspect-ratio: 4/3; }
  .about-body .about-fig-row.three { grid-template-columns: 1fr; }
  .about-body .about-fig-row.three .about-fig-frame.sq { aspect-ratio: 4/3; }
}

/* ========== CONTACT ========== */
.contact { background: var(--ink); color: var(--paper); padding: var(--s9) var(--gutter); border-top: 2px solid var(--puch); }
.contact-inner { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.contact h2 { font-size: var(--fs-h2); font-weight: 500; letter-spacing: -0.02em; }
.contact .eyebrow { color: rgba(252,252,250,0.6); }
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.contact-form .field { color: var(--paper); border-color: rgba(252,252,250,0.3); }
.contact-form .field::placeholder { color: rgba(252,252,250,0.5); }
.contact-form .field:focus { border-color: var(--paper); }

/* ========== FOOTER ========== */
.foot { padding: var(--s8) var(--gutter) var(--s5); border-top: 1px solid var(--line); }
.foot-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.foot .mark { width: 48px; height: 27px; color: var(--olive); }
.foot .wm { font-size: 15px; font-weight: 600; letter-spacing: 0.04em; margin-top: 12px; }
.foot h4 { font-size: var(--fs-label); letter-spacing: var(--ls-label); text-transform: uppercase; color: var(--stone); margin: 0 0 14px; font-weight: 500; }
.foot ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.foot li { font-size: var(--fs-sm); }
.foot-bar { max-width: var(--max); margin: var(--s7) auto 0; padding-top: var(--s4); border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-size: var(--fs-label); letter-spacing: 0.08em; text-transform: uppercase; color: var(--stone); }

@media (max-width: 1000px) {
  .inv-grid { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 760px) {
  .nav { grid-template-columns: auto 1fr; }
  .nav .links { display: none; }
  .nav .brand { justify-self: start; }
  .inv-grid, .inv-grid.cols-3 { grid-template-columns: repeat(2,1fr); }
  .shop-layout, .veh-layout, .contact-inner, .about-grid, .club-benefits,
  .ed-heads, .ed-features, .ed-split, .home-service, .home-promo { grid-template-columns: 1fr; }
  .home-promo.reverse .hp-img, .home-promo.reverse .hp-copy { order: unset; }
  .cat-grid { grid-template-columns: 1fr 1fr; }
  .osc-grid { grid-template-columns: 1fr; }
  .gal-grid { columns: 2; }
  .shop-rail, .veh-detail { position: static; }
  .foot-inner { grid-template-columns: 1fr 1fr; }
}

/* ---------- static photo component (replaces image-slot) ---------- */
.pslot { position: relative; width: 100%; height: 100%; display: block; overflow: hidden; background: #f0f0f0; cursor: zoom-in; }
.pslot > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.pslot.fit-contain > img { object-fit: contain; }
.pslot-empty { display: flex; align-items: center; justify-content: center; cursor: default; color: #1a1a1a; }
.gal-grid .gi img { cursor: zoom-in; }

/* ---------- lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 9999; background: rgba(8,8,8,0.96); display: flex; align-items: center; justify-content: center; cursor: zoom-out; animation: lbfade 0.18s ease; }
.lightbox img { max-width: 96vw; max-height: 94vh; object-fit: contain; box-shadow: 0 20px 80px rgba(0,0,0,0.6); }
.lightbox .lb-x { position: absolute; top: 14px; right: 22px; font-size: 34px; line-height: 1; color: rgba(255,255,255,0.85); cursor: pointer; font-weight: 300; }
@keyframes lbfade { from { opacity: 0; } to { opacity: 1; } }

/* ---------- mobile nav (hamburger) ---------- */
.nav-burger { display: none; background: none; border: none; padding: 6px 2px; cursor: pointer; flex-direction: column; gap: 5px; justify-self: start; }
.nav-burger span { display: block; width: 22px; height: 2px; background: var(--ink); transition: transform 0.2s ease, opacity 0.2s ease; }
.nav-burger.on span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.on span:nth-child(2) { opacity: 0; }
.nav-burger.on span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; }
@media (max-width: 760px) {
  .nav-burger { display: flex; }
  .nav { grid-template-columns: auto 1fr auto; gap: 10px; }
  .nav .brand { justify-self: center; font-size: 20px; letter-spacing: 0.03em; }
  .nav .acct { justify-self: end; gap: 8px; }
  .nav .acct .nav-search { display: none; }
  .nav .acct .langmenu { display: none; }
  .nav .acct > a:not(.nav-ig) { display: none; }
  .mobile-menu { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 8px var(--gutter) 18px; z-index: 59; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
  .mobile-menu a { font-size: 15px; font-weight: 500; letter-spacing: var(--ls-nav); text-transform: uppercase; color: var(--ink); padding: 13px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
  .mobile-menu a.active { color: var(--puch); }
  .mobile-menu a:last-child { border-bottom: none; }
  .ed-heads { grid-template-columns: 1fr 1fr; }
  .ed-heads .shop-head { font-size: 26px; }
}
.mobile-overlay { display: none; }
@media (max-width: 760px) {
  .mobile-overlay { display: block; position: fixed; inset: 0; z-index: 58; background: rgba(0,0,0,0.3); }
}

/* Lock rendering to light scheme — prevents mobile Chrome auto-dark inversion */
:root { color-scheme: only light; }

/* ---------- form states ---------- */
.form-sent { color: var(--paper); align-self: center; }
.form-sent-h { font-size: 24px; font-weight: 500; margin-bottom: 12px; }
.form-sent p { font-size: 14px; line-height: 1.7; color: rgba(252,252,250,0.75); max-width: 40ch; }
.form-sent a { border-bottom: 1px solid var(--puch); color: var(--puch); }
.form-sent.dark-on-light { color: var(--ink); }
.form-sent.dark-on-light p { color: var(--ink-soft); }
.form-err { font-size: 12px; color: #e08585; margin-top: 8px; line-height: 1.5; }

/* ---------- newsletter band ---------- */
.nl-band { background: #f4f3f0; }
.nl-inner { max-width: var(--max); margin: 0 auto; padding: 36px var(--gutter); display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.nl-ey { font-size: var(--fs-label); letter-spacing: var(--ls-label); text-transform: uppercase; color: var(--stone); }
.nl-h { font-size: var(--fs-h2); font-weight: 500; letter-spacing: -0.02em; margin-top: 6px; }
.nl-copy p { font-family: var(--font-serif); font-size: 15px; color: var(--ink-soft); margin-top: 10px; }
.nl-form { display: flex; gap: 10px; align-items: flex-start; flex-wrap: wrap; justify-self: end; width: 100%; max-width: 440px; }
.nl-form .field { flex: 1; min-width: 200px; background: transparent; border: 1px solid var(--ink); color: var(--ink); padding: 13px 14px; font-size: 14px; }
.nl-form .field::placeholder { color: var(--stone); }
.nl-btn { padding: 13px 26px; background: var(--ink); color: var(--paper); border: 1px solid var(--ink); font-size: var(--fs-label); font-weight: 500; letter-spacing: var(--ls-label); text-transform: uppercase; cursor: pointer; transition: background var(--dur) var(--ease); }
.nl-btn:hover { background: var(--puch); border-color: var(--puch); }
.nl-done { justify-self: end; font-size: 16px; font-weight: 500; }
@media (max-width: 760px) { .nl-inner { grid-template-columns: 1fr; } .nl-form, .nl-done { justify-self: start; } }

/* ---------- sell your G page ---------- */
.sell-layout { max-width: var(--max); margin: 0 auto; padding: var(--s5) var(--gutter) var(--s9); display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: start; }
.sell-copy .lede { font-size: 22px; line-height: 1.5; margin-bottom: var(--s6); }
.sell-copy p { font-size: 15px; line-height: 1.75; color: var(--ink-soft); margin-bottom: 16px; }
.sell-copy p b { color: var(--ink); }
.sell-copy h2 { font-size: var(--fs-h3); font-weight: 600; margin: var(--s6) 0 12px; }
.sell-steps { margin-top: var(--s6); display: flex; flex-direction: column; gap: 18px; }
.sell-step { display: flex; gap: 16px; align-items: flex-start; font-size: 14px; line-height: 1.6; color: var(--ink-soft); }
.sell-step b { color: var(--ink); }
.sell-step .n { flex: none; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--ink); font-weight: 600; font-size: 15px; }
.sell-form { display: flex; flex-direction: column; gap: 10px; border: 1px solid var(--line); padding: 26px; position: sticky; top: 96px; }
.sell-form .sf-h { font-size: var(--fs-label); letter-spacing: var(--ls-label); text-transform: uppercase; font-weight: 600; margin-bottom: 6px; }
.sell-form .field { border: 1px solid var(--line); background: transparent; color: var(--ink); padding: 12px 13px; font-size: 14px; width: 100%; }
.sell-form .field:focus { border-color: var(--ink); outline: none; }
.sell-form .buy { margin-top: 4px; }
.sell-form .sf-note { font-size: 12px; line-height: 1.6; color: var(--stone); margin-top: 4px; }
@media (max-width: 900px) { .sell-layout { grid-template-columns: 1fr; gap: 40px; } .sell-form { position: static; } }

/* ---------- article pages ---------- */
.article-body .bj-fig { margin: var(--s6) 0; }
.article-cta { display: flex; gap: 26px; align-items: center; margin-top: var(--s7); padding-top: var(--s5); border-top: 2px solid var(--puch); flex-wrap: wrap; }

/* ---------- instagram strip (photo grid invite) ---------- */
.ig-strip { max-width: var(--max); margin: 0 auto; padding: var(--s8) var(--gutter) var(--s7); }
.ig-strip-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 22px; }
.ig-strip-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.ig-cell { display: block; aspect-ratio: 1/1; overflow: hidden; background: #f0f0f0; }
.ig-cell img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease); }
.ig-cell:hover img { transform: scale(1.04); opacity: 0.9; }
@media (max-width: 760px) { .ig-strip-grid { grid-template-columns: repeat(3, 1fr); } }

/* follow line on form thank-you states */
.follow-line { margin-top: 18px; font-size: 13px; line-height: 1.6; }
.follow-line a { border-bottom: 1px solid var(--puch); color: inherit; display: inline-flex; align-items: center; gap: 5px; }
.nl-done .follow-line { margin-top: 10px; font-weight: 400; }

/* language row inside mobile menu */
.mobile-menu .mm-lang { display: flex; gap: 20px; padding: 14px 0 4px; border-bottom: none; }
.mobile-menu .mm-lang a { font-size: 12px; padding: 2px 0; border-bottom: none; color: var(--stone); text-transform: none; letter-spacing: 0.04em; }

/* ========== 6X6 FILES (resource hub) ========== */
.ss-hero { position: relative; }
.ss-hero-img { aspect-ratio: 21/9; overflow: hidden; background: var(--ink); }
.ss-hero-img .pslot img { object-position: 50% 60%; }
.ss-hero-copy { max-width: var(--max); margin: 0 auto; padding: var(--s7) var(--gutter) var(--s5); }
.ss-hero-copy h1 { font-size: var(--fs-hero); font-weight: 500; letter-spacing: var(--ls-display); line-height: 1.0; margin-top: 14px; max-width: 22ch; }
.ss-lede { font-family: var(--font-serif); font-size: 19px; line-height: 1.6; color: var(--ink-soft); margin-top: 18px; max-width: 62ch; }
.ss-body { max-width: 860px; margin: 0 auto; padding: 0 var(--gutter) var(--s9); }
.ss-section { padding: var(--s6) 0; border-top: 1px solid var(--line); }
.ss-section h2 { font-size: var(--fs-h2); font-weight: 500; letter-spacing: -0.02em; margin-bottom: 18px; }
.ss-section h2::before { content: ""; display: block; width: 34px; border-top: 2px solid var(--puch); margin-bottom: 16px; }
.ss-section p { font-size: 16px; line-height: 1.75; color: var(--ink); margin-bottom: 18px; max-width: 70ch; }
.ss-sub { font-size: 18px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--puch); margin: 38px 0 12px; }
.ss-note { font-size: 14px !important; color: var(--stone) !important; }
.ss-fig { margin: 26px 0; }
.ss-frame { aspect-ratio: 3/2; overflow: hidden; background: #f0f0f0; }
.ss-fig figcaption { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--stone); margin-top: 8px; }
.ss-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; width: min(1040px, calc(100vw - 2 * var(--gutter))); position: relative; left: 50%; transform: translateX(-50%); }
.ss-pair .ss-fig { margin: 12px 0; }
.ss-timeline { display: flex; flex-direction: column; gap: 0; }
.ss-tl-item { display: flex; gap: 22px; padding: 16px 0; border-top: 1px solid var(--line); }
.ss-tl-item:first-child { border-top: none; }
.ss-tl-year { flex: none; width: 84px; font-weight: 700; font-size: 15px; color: var(--puch); font-variant-numeric: tabular-nums; }
.ss-tl-item p { margin: 0; font-size: 15px; line-height: 1.6; }
.ss-builders { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ss-builder { border: 1px solid var(--line); padding: 20px 22px; }
.ss-b-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 8px; }
.ss-builder h3 { font-size: 16px; font-weight: 600; margin: 0; }
.ss-b-meta { font-family: var(--font-mono); font-size: 11px; color: var(--stone); text-transform: uppercase; letter-spacing: 0.05em; white-space: nowrap; }
.ss-builder p { font-size: 14px; line-height: 1.65; color: var(--ink-soft); margin: 0; }
.ss-table-wrap { overflow-x: auto; width: min(1040px, calc(100vw - 2 * var(--gutter))); position: relative; left: 50%; transform: translateX(-50%); }
.ss-table { border-collapse: collapse; width: 100%; font-size: 13px; }
.ss-table th { text-align: left; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--stone); padding: 10px 14px 10px 0; border-bottom: 2px solid var(--puch); white-space: nowrap; }
.ss-table td { padding: 12px 14px 12px 0; border-bottom: 1px solid var(--line); vertical-align: top; line-height: 1.5; }
.ss-table td:first-child { font-weight: 600; white-space: nowrap; }
.ss-docs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.ss-docs .ss-fig { margin: 0; }
.ss-docs .ss-frame { aspect-ratio: 3/4; background: #eae8e3; }
.ss-docs .ss-frame .pslot img { object-fit: contain; }
.ss-vibe-grid { display: grid; grid-template-columns: 3fr 2fr; gap: 14px; width: min(1040px, calc(100vw - 2 * var(--gutter))); position: relative; left: 50%; transform: translateX(-50%); }
.ss-vibe-left { display: flex; flex-direction: column; gap: 14px; }
.ss-vibe-grid .ss-fig { margin: 0; }
.ss-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; width: min(1040px, calc(100vw - 2 * var(--gutter))); position: relative; left: 50%; transform: translateX(-50%); }
.ss-g-cell { aspect-ratio: 1/1; overflow: hidden; background: #f0f0f0; }
.ss-cta { border-top: 2px solid var(--puch); }
@media (max-width: 760px) {
  .ss-hero-img { aspect-ratio: 4/3; }
  .ss-pair, .ss-builders { grid-template-columns: 1fr; }
  .ss-vibe-grid { grid-template-columns: 1fr; }
  .ss-docs { grid-template-columns: 1fr 1fr; }
  .ss-gallery { grid-template-columns: 1fr 1fr; }
}
.ss-resources { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.ss-resources a { font-size: 15px; border-bottom: 1px solid var(--puch); line-height: 1.6; }
.ss-trio { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; width: min(1040px, calc(100vw - 2 * var(--gutter))); position: relative; left: 50%; transform: translateX(-50%); }
.ss-trio .ss-fig { margin: 12px 0; }
@media (max-width: 760px) { .ss-trio { grid-template-columns: 1fr; } }
.ss-video { position: relative; aspect-ratio: 16/9; width: min(1040px, calc(100vw - 2 * var(--gutter))); left: 50%; transform: translateX(-50%); background: var(--ink); margin: 26px 0 10px; }
.ss-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
.ss-vid-note { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--stone); margin-bottom: 22px; width: min(1040px, calc(100vw - 2 * var(--gutter))); position: relative; left: 50%; transform: translateX(-50%); }
.ss-facts { list-style: none; margin: 8px 0 0; padding: 0; }
.ss-facts li { font-size: 15px; line-height: 1.65; color: var(--ink); padding: 12px 0 12px 26px; border-top: 1px solid var(--line); position: relative; max-width: 70ch; }
.ss-facts li::before { content: ""; position: absolute; left: 4px; top: 18px; width: 0; height: 0; border-left: 7px solid transparent; border-bottom: 12px solid var(--puch); transform: skewX(-12deg); }
.ss-b-link { display: inline-block; margin-top: 10px; font-size: 12px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); border-bottom: 1px solid var(--puch); padding-bottom: 1px; }

/* 6x6 hub chapter cards */
.ss-chapters { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ss-chapter-card { display: flex; cursor: pointer; border: 1px solid var(--line); overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.ss-chapter-card:hover { border-color: var(--puch); box-shadow: 0 4px 18px rgba(0,0,0,.08); }
.ss-chapter-img { flex: 0 0 180px; overflow: hidden; background: #eae8e3; }
.ss-chapter-img .pslot img { width: 100%; height: 100%; object-fit: cover; }
.ss-chapter-body { padding: 18px 20px; display: flex; flex-direction: column; justify-content: center; }
.ss-chapter-code { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--puch); }
.ss-chapter-body h3 { font-size: 22px; font-weight: 600; margin: 4px 0 8px; letter-spacing: -0.01em; }
.ss-chapter-body p { font-size: 14px; line-height: 1.55; color: var(--ink-soft); margin: 0; max-width: none; }
@media (max-width: 760px) {
  .ss-chapters { grid-template-columns: 1fr; }
  .ss-chapter-img { flex: 0 0 120px; }
}

/* 6x6 subpage back link */
.ss-back { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--puch); cursor: pointer; padding: 0 0 8px; margin-bottom: -12px; }
.ss-back:hover { text-decoration: underline; }

/* 6x6 subpage hero variant (shorter) */
.ss-hero-sub .ss-hero-img { aspect-ratio: 3/1; }
@media (max-width: 760px) { .ss-hero-sub .ss-hero-img { aspect-ratio: 16/9; } }

/* 6x6 Dakar car entries */
.ss-dakar-entry { border-top: 1px solid var(--line); }
.ss-dakar-head h3 { font-size: 24px; font-weight: 700; margin: 0 0 10px; }
.ss-dakar-meta { display: flex; flex-wrap: wrap; gap: 6px 18px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.04em; color: var(--ink-soft); margin-bottom: 14px; }
.ss-dakar-result { color: var(--puch); font-weight: 600; }
.ss-dakar-strip { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px; margin-top: 14px; }
.ss-dakar-strip .ss-g-cell { aspect-ratio: 4/3; }

/* 6x6 hub reference link */
.ss-ref-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 26px; border: 1px solid var(--line); cursor: pointer; transition: border-color .2s, box-shadow .2s; }
.ss-ref-link:hover { border-color: var(--puch); box-shadow: 0 4px 18px rgba(0,0,0,.08); }
.ss-ref-link h3 { font-size: 20px; font-weight: 600; margin: 0 0 6px; }
.ss-ref-link p { font-size: 14px; line-height: 1.55; color: var(--ink-soft); margin: 0; max-width: none; }
.ss-ref-arrow { font-size: 28px; color: var(--puch); font-weight: 300; flex-shrink: 0; }

/* ── Tijsterman profile & rally profiles ── */
.ss-pullquote { margin: 28px 0; padding: 20px 0 20px 20px; border-left: 3px solid var(--puch); font-family: Georgia, serif; font-size: 18px; font-style: italic; line-height: 1.55; color: var(--ink); }
.ss-pullquote cite { display: block; font-family: var(--sans, system-ui); font-style: normal; font-size: 13px; font-weight: 600; color: var(--ink-soft); margin-top: 10px; }
.ss-specs-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ss-spec { display: flex; flex-direction: column; gap: 2px; }
.ss-spec-label { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--puch); }
.ss-spec-val { font-family: Georgia, serif; font-size: 18px; font-weight: 700; }
.ss-voice { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 15px; line-height: 1.65; color: var(--ink-soft); }
.ss-voice strong { color: var(--ink); }
.ss-voice:last-child { border-bottom: none; }
.ss-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.ss-tags span { font-size: 13px; font-weight: 600; padding: 4px 10px; background: var(--line); color: var(--ink-soft); }
.ss-dakar-table { overflow-x: auto; margin: 20px 0; }
.ss-dakar-table table { width: 100%; border-collapse: collapse; font-size: 15px; }
.ss-dakar-table th { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); text-align: left; padding: 0 12px 8px 0; border-bottom: 1px solid var(--line); white-space: nowrap; }
.ss-dakar-table td { padding: 8px 12px 8px 0; border-bottom: 1px solid var(--line); }
.ss-dakar-table tr:last-child td { border-bottom: none; }
.ss-highlight { color: var(--puch); font-weight: 700; }

/* ── Cookie consent banner ── */
#cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; background: var(--ink, #1a1a18); color: #f5f5f2; padding: 0 var(--gutter, 24px); font-size: 13px; line-height: 1.6; box-shadow: 0 -2px 12px rgba(0,0,0,0.3); }
.cb-inner { max-width: 960px; margin: 0 auto; padding: 18px 0; display: flex; align-items: center; gap: 20px; }
.cb-inner p { margin: 0; flex: 1; }
.cb-actions { display: flex; gap: 10px; flex-shrink: 0; }
.cb-accept { background: var(--puch, #3FA63A); color: #fff; border: none; padding: 8px 20px; font-size: 13px; font-weight: 600; cursor: pointer; letter-spacing: .03em; }
.cb-accept:hover { opacity: .9; }
.cb-decline { background: transparent; color: #f5f5f2; border: 1px solid rgba(255,255,255,0.3); padding: 8px 20px; font-size: 13px; font-weight: 600; cursor: pointer; letter-spacing: .03em; }
.cb-decline:hover { border-color: rgba(255,255,255,0.6); }
@media (max-width: 600px) {
  .cb-inner { flex-direction: column; text-align: center; gap: 14px; }
  .cb-actions { justify-content: center; }
}
