/*
Theme Name: GottaCar
Theme URI: https://gottacar.com
Author: GottaCar
Author URI: https://gottacar.com
Description: Community car marketplace with a cinematic motorsport design, searchable car listings, buyer shortlists, seller accounts and moderated advert submissions. Responsive across mobile, tablet and desktop.
Version: 1.3.1
Requires at least: 6.4
Tested up to: 7.1.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gottacar
Tags: marketplace, classifieds, dark, custom-post-type, responsive, accessibility-ready
*/

/* ==========================================================================
   1. Tokens
   ========================================================================== */
:root {
  --gc-void: #0B0D0E;
  --gc-panel: #141719;
  --gc-panel-2: #101214;
  --gc-panel-3: #1D2225;
  --gc-line: #303639;
  --gc-line-soft: #24292C;
  --gc-ink: #F4F5F2;
  --gc-muted: #B2B8BB;
  --gc-dim: #9BA4AA;
  --gc-faint: #949CA1;
  --gc-red: #E01B24;
  --gc-red-hot: #F02730;
  --gc-lime: #D2F34B;
  --gc-lime-hot: #D8FF52;
  --gc-plate: #FFD25E;

  --gc-display: Archivo, "Helvetica Neue", Helvetica, sans-serif;
  --gc-body: "Instrument Sans", system-ui, -apple-system, sans-serif;
  --gc-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --gc-r-sm: 3px;
  --gc-r: 4px;
  --gc-r-lg: 8px;
  --gc-r-xl: 10px;

  --gc-pad: 18px;
  --gc-gap: 20px;
  --gc-max: 1400px;
  --gc-header-h: 62px;
  --gc-ticker-h: 34px;

  --gc-chequer: repeating-conic-gradient(var(--gc-ink) 0 25%, var(--gc-void) 0 50%);
}

/* ==========================================================================
   2. Reset + base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--gc-void);
  color: var(--gc-ink);
  font-family: var(--gc-body);
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(224, 27, 36, 0.18);
}

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

a { color: var(--gc-ink); text-decoration: none; }
a:hover, a:focus-visible { color: var(--gc-lime); }

h1, h2, h3, h4 { font-family: var(--gc-display); font-weight: 800; letter-spacing: -0.04em; margin: 0; text-transform: uppercase; }

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

button { font-family: var(--gc-body); }

:focus-visible { outline: 2px solid var(--gc-lime); outline-offset: 2px; }

::selection { background: var(--gc-lime); color: var(--gc-void); }

.gc-screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}

.gc-skip-link {
  position: absolute; left: 8px; top: -60px; z-index: 999;
  background: var(--gc-lime); color: var(--gc-void);
  padding: 12px 16px; border-radius: var(--gc-r);
  font-weight: 700; transition: top .15s;
}
.gc-skip-link:focus { top: 8px; color: var(--gc-void); }

.gc-wrap { width: 100%; max-width: var(--gc-max); margin: 0 auto; padding: 0 16px; }
@media (min-width: 768px) { .gc-wrap { padding: 0 24px; } }
@media (min-width: 1200px) { .gc-wrap { padding: 0 32px; } }

.gc-chequer-strip { height: 6px; background-image: var(--gc-chequer); background-size: 6px 6px; }
.gc-chequer-strip--lg { height: 10px; background-size: 10px 10px; }
.gc-chequer-flag {
  width: 22px; height: 16px; flex: 0 0 auto; display: block;
  background-image: var(--gc-chequer); background-size: 8px 8px;
  border: 1px solid var(--gc-ink);
}

.gc-eyebrow {
  font-family: var(--gc-mono); font-weight: 700; font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--gc-red);
  display: block; margin-bottom: 8px;
}
.gc-label {
  font-family: var(--gc-mono); font-size: 9.5px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gc-dim);
}
.gc-mono { font-family: var(--gc-mono); }

.gc-section { padding: 40px 0 0; }
@media (min-width: 900px) { .gc-section { padding: 56px 0 0; } }

.gc-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 18px; flex-wrap: wrap; }
.gc-section-title { font-weight: 900; font-size: clamp(24px, 5.4vw, 38px); letter-spacing: -0.045em; }
.gc-section-sub { margin: 8px 0 0; font-size: 14px; color: var(--gc-muted); }

.gc-num {
  font-family: var(--gc-mono); font-weight: 700; font-size: 10px; letter-spacing: 0.14em;
  color: #fff; background: var(--gc-red); border-radius: 3px; padding: 5px 7px; flex: 0 0 auto;
}
.gc-rule { flex: 1 1 auto; height: 1px; background: var(--gc-line); display: block; }

/* ==========================================================================
   3. Buttons, inputs, chips
   ========================================================================== */
.gc-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 12px 20px;
  border: 1px solid transparent; border-radius: var(--gc-r);
  font-family: var(--gc-display); font-weight: 800; font-size: 15px; letter-spacing: -0.01em;
  cursor: pointer; text-align: center; transition: background .15s, border-color .15s, color .15s, transform .15s;
}
.gc-btn--lime { background: var(--gc-lime); color: var(--gc-void); }
.gc-btn--lime:hover { background: var(--gc-lime-hot); color: var(--gc-void); }
.gc-btn--red { background: var(--gc-red); color: #fff; }
.gc-btn--red:hover { background: var(--gc-red-hot); color: #fff; }
.gc-btn--ghost { background: none; color: var(--gc-ink); border-color: var(--gc-line); }
.gc-btn--ghost:hover { border-color: var(--gc-lime); color: var(--gc-lime); }
.gc-btn--block { width: 100%; }
.gc-btn--upper { text-transform: uppercase; }
.gc-btn--sm { min-height: 40px; padding: 9px 14px; font-size: 13.5px; }

.gc-field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.gc-input, .gc-select, .gc-textarea {
  width: 100%; min-height: 46px;
  background: var(--gc-panel-2); color: var(--gc-ink);
  border: 1px solid var(--gc-line); border-radius: var(--gc-r);
  padding: 12px 13px; font-size: 15px; font-family: var(--gc-body);
}
.gc-textarea { min-height: 120px; resize: vertical; line-height: 1.55; }
.gc-input::placeholder, .gc-textarea::placeholder { color: var(--gc-dim); }
.gc-select {
  appearance: none; cursor: pointer; padding-right: 34px;
  background-image: linear-gradient(45deg, transparent 50%, var(--gc-ink) 50%), linear-gradient(135deg, var(--gc-ink) 50%, transparent 50%);
  background-position: calc(100% - 16px) 55%, calc(100% - 11px) 55%;
  background-size: 5px 5px, 5px 5px; background-repeat: no-repeat;
}
.gc-input:focus, .gc-select:focus, .gc-textarea:focus { border-color: var(--gc-lime); outline: none; }

.gc-plate {
  background: var(--gc-plate); color: var(--gc-void);
  border: 1px solid var(--gc-void); border-radius: var(--gc-r-sm);
  padding: 13px 15px; font-family: var(--gc-mono); font-weight: 700;
  font-size: 20px; letter-spacing: 0.06em; text-transform: uppercase; width: 100%; max-width: 240px;
}

.gc-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.gc-chip {
  display: inline-flex; align-items: center; min-height: 38px;
  background: var(--gc-panel-2); color: #B4AFA2;
  border: 1px solid var(--gc-line); border-radius: 999px;
  padding: 8px 13px; font-size: 13px; font-weight: 500; cursor: pointer;
  transition: background .12s, color .12s, border-color .12s;
}
.gc-chip:hover { border-color: var(--gc-lime); color: var(--gc-lime); }
.gc-chip input { position: absolute; opacity: 0; pointer-events: none; }
.gc-chip--on, .gc-chip input:checked + span,
.gc-chip:has(input:checked) { background: var(--gc-lime); border-color: var(--gc-lime); color: var(--gc-void); font-weight: 700; }

.gc-badge {
  font-family: var(--gc-mono); font-weight: 700; font-size: 9.5px;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 5px 8px; border-radius: 3px; background: var(--gc-void); color: var(--gc-ink); white-space: nowrap;
}
.gc-badge--red { background: var(--gc-red); color: #fff; }
.gc-badge--lime { background: var(--gc-lime); color: var(--gc-void); }
.gc-badge--free { background: var(--gc-void); color: var(--gc-lime); }

/* ==========================================================================
   4. Ticker + header
   ========================================================================== */
.gc-ticker {
  display: flex; align-items: center; height: var(--gc-ticker-h);
  background: var(--gc-panel); border-bottom: 1px solid var(--gc-line);
  overflow: hidden; position: relative;
}
.gc-ticker__live {
  display: flex; align-items: center; gap: 7px; flex: 0 0 auto; z-index: 2;
  background: var(--gc-red); height: 100%; padding: 0 12px;
  font-family: var(--gc-mono); font-weight: 700; font-size: 9.5px;
  letter-spacing: 0.16em; text-transform: uppercase; color: #fff;
}
.gc-ticker__dot { width: 6px; height: 6px; border-radius: 999px; background: #fff; animation: gcPulse 1.4s ease-in-out infinite; }
.gc-ticker__track { display: flex; width: 200%; animation: gcMarquee 46s linear infinite; will-change: transform; }
.gc-ticker__half { display: flex; width: 50%; flex: 0 0 50%; align-items: center; }
.gc-ticker__item {
  display: flex; align-items: center; gap: 9px; padding: 0 18px; white-space: nowrap;
  font-family: var(--gc-mono); font-size: 11px; letter-spacing: 0.05em; color: #B4AFA2;
}
.gc-ticker__tag { color: var(--gc-dim); }
.gc-ticker__price { color: var(--gc-lime); font-weight: 700; }

@keyframes gcMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes gcPulse { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
@keyframes gcRise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes gcSlideUp { from { transform: translateY(100%); } to { transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .gc-ticker__track, .gc-ticker__dot, .gc-live__dot { animation: none !important; }
  html { scroll-behavior: auto; }
}

.gc-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(11, 11, 10, .95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--gc-line);
}
.gc-header__bar { display: flex; align-items: center; gap: 12px; height: var(--gc-header-h); }
.gc-logo { display: flex; align-items: center; gap: 9px; flex: 1 1 auto; min-width: 0; }
.gc-logo__mark { width: 27px; height: 27px; flex: 0 0 auto; border-radius: 5px; background-image: var(--gc-chequer); background-size: 9px 9px; border: 1px solid var(--gc-ink); }
.gc-logo__text { font-family: var(--gc-display); font-weight: 900; font-size: 17px; letter-spacing: -0.05em; white-space: nowrap; }
.gc-logo__dot { color: var(--gc-red); }

.gc-nav { display: none; }
.gc-nav a, .gc-nav__link {
  display: inline-flex; align-items: center; min-height: 40px;
  padding: 8px 11px; border-radius: 7px; font-size: 13.5px; font-weight: 500; color: var(--gc-muted); white-space: nowrap;
}
.gc-nav a:hover { color: var(--gc-ink); background: var(--gc-panel-3); }
.gc-nav .current-menu-item > a, .gc-nav__link--on { background: var(--gc-red); color: #fff; font-weight: 700; }
.gc-nav .current-menu-item > a:hover { color: #fff; }

.gc-header__actions { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.gc-header__actions .gc-btn { min-height: 42px; }
.gc-saved-btn { display: inline-flex; align-items: center; gap: 7px; background: none; border: 1px solid var(--gc-line); border-radius: 7px; padding: 9px 12px; font-size: 13.5px; color: var(--gc-ink); cursor: pointer; }
.gc-saved-btn__heart { color: var(--gc-red); }
.gc-saved-btn__count { font-family: var(--gc-mono); font-size: 11px; background: var(--gc-red); color: #fff; border-radius: 4px; padding: 2px 5px; }
.gc-signin { display: none; }

.gc-burger {
  width: 46px; height: 46px; flex: 0 0 auto; display: inline-flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 5px;
  background: none; border: 1px solid var(--gc-line); border-radius: 7px; cursor: pointer;
}
.gc-burger span { width: 18px; height: 2px; background: var(--gc-ink); display: block; transition: transform .18s, opacity .18s; }
.gc-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.gc-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.gc-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.gc-drawer {
  position: fixed; inset: 0; z-index: 80; display: none;
  background: rgba(11, 11, 10, .72);
}
.gc-drawer.is-open { display: block; }
.gc-drawer__panel {
  position: absolute; right: 0; top: 0; bottom: 0; width: min(88vw, 360px);
  background: var(--gc-panel); border-left: 1px solid var(--gc-line);
  padding: 18px 18px calc(24px + env(safe-area-inset-bottom));
  overflow-y: auto; animation: gcRise .18s ease-out both;
}
.gc-drawer__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.gc-drawer__close { width: 42px; height: 42px; border-radius: 999px; background: var(--gc-panel-2); border: 1px solid var(--gc-line); color: var(--gc-ink); font-size: 17px; cursor: pointer; }
.gc-drawer nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.gc-drawer nav a { display: flex; align-items: center; min-height: 50px; padding: 12px 14px; border-radius: var(--gc-r); font-family: var(--gc-display); font-weight: 700; font-size: 16px; border-bottom: 1px solid var(--gc-line-soft); }
.gc-drawer__foot { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }

@media (min-width: 1024px) {
  :root { --gc-header-h: 70px; }
  .gc-burger { display: none; }
  .gc-nav { display: flex; align-items: center; gap: 2px; flex: 1 1 auto; }
  .gc-logo { flex: 0 0 auto; }
  .gc-logo__text { font-size: 19px; }
  .gc-signin { display: inline-flex; background: none; border: none; color: var(--gc-muted); font-size: 13.5px; padding: 9px 6px; cursor: pointer; }
}

/* ==========================================================================
   5. Home — hero
   ========================================================================== */
.gc-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--gc-line); padding: 32px 0 36px; }
.gc-hero__ghost {
  position: absolute; left: -20px; bottom: -34px; pointer-events: none; white-space: nowrap;
  font-family: var(--gc-display); font-weight: 900; font-size: 30vw; line-height: 1;
  letter-spacing: -0.06em; color: transparent; -webkit-text-stroke: 1px rgba(245, 243, 238, .055);
}
.gc-hero__glow { position: absolute; right: -30%; top: -40%; width: 520px; height: 520px; border-radius: 999px; pointer-events: none; background: radial-gradient(circle, rgba(224, 27, 36, .22) 0%, rgba(224, 27, 36, 0) 68%); }
.gc-hero__inner { position: relative; display: grid; gap: 28px; }
.gc-hero__copy { animation: gcRise .5s ease-out both; }
.gc-hero__flagline { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.gc-hero__flagline span:last-child { font-family: var(--gc-mono); font-weight: 700; font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gc-red); }
.gc-hero__title { font-weight: 900; font-size: clamp(38px, 11vw, 92px); line-height: .88; letter-spacing: -0.055em; margin: 0 0 18px; }
.gc-hero__title .lime { color: var(--gc-lime); }
.gc-hero__title .red { color: var(--gc-red); }
.gc-hero__lede { font-size: clamp(15px, 4vw, 18px); line-height: 1.5; color: var(--gc-muted); max-width: 48ch; margin: 0 0 24px; }
.gc-statbar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--gc-line); border: 1px solid var(--gc-line); border-radius: var(--gc-r-lg); overflow: hidden; max-width: 640px; }
.gc-statbar__cell { background: var(--gc-panel-2); padding: 14px 12px; }
.gc-statbar__v { font-family: var(--gc-display); font-weight: 900; font-size: clamp(20px, 5vw, 26px); letter-spacing: -0.045em; line-height: 1; color: var(--gc-lime); }
.gc-statbar__k { margin-top: 7px; font-family: var(--gc-mono); font-size: 8.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gc-dim); }

.gc-console { background: var(--gc-panel); border: 1px solid var(--gc-line); border-radius: var(--gc-r-lg); overflow: hidden; box-shadow: 0 24px 60px rgba(0, 0, 0, .5); }
.gc-console__tabs { display: flex; gap: 2px; padding: 10px 10px 0; overflow-x: auto; scrollbar-width: none; }
.gc-console__tabs::-webkit-scrollbar { display: none; }
.gc-console__tab {
  background: none; border: none; border-radius: 7px 7px 0 0; padding: 11px 14px; cursor: pointer;
  font-family: var(--gc-display); font-weight: 800; font-size: 13px; text-transform: uppercase; color: var(--gc-dim); white-space: nowrap;
}
.gc-console__tab--on { background: var(--gc-void); color: var(--gc-ink); }
.gc-console__body { padding: 14px 16px 20px; display: flex; flex-direction: column; gap: 10px; }
.gc-console__row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.gc-console__quick { display: flex; flex-wrap: wrap; gap: 6px; padding-top: 4px; }

@media (min-width: 900px) {
  .gc-hero { padding: 56px 0 64px; }
  .gc-hero__inner { grid-template-columns: minmax(0, 1.05fr) 440px; gap: 48px; align-items: center; }
  .gc-hero__ghost { font-size: 260px; bottom: -70px; }
  .gc-console__body { padding: 16px 20px 22px; }
}

/* ==========================================================================
   6. Timing board
   ========================================================================== */
.gc-live { display: flex; align-items: center; gap: 9px; margin-bottom: 8px; }
.gc-live__dot { width: 7px; height: 7px; border-radius: 999px; background: var(--gc-red); animation: gcPulse 1.4s ease-in-out infinite; }
.gc-live__txt { font-family: var(--gc-mono); font-weight: 700; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gc-red); }

.gc-board { background: var(--gc-panel); border: 1px solid var(--gc-line); border-radius: var(--gc-r-lg); overflow: hidden; }
.gc-board__head { display: none; }
.gc-board__row {
  display: grid; grid-template-columns: 44px minmax(0, 1fr) auto;
  grid-template-areas: "pos car price" "pos spec delta";
  gap: 2px 12px; align-items: center;
  padding: 14px 14px; border-bottom: 1px solid var(--gc-line-soft);
  cursor: pointer; transition: background .12s;
}
.gc-board__row:last-child { border-bottom: 0; }
.gc-board__row:hover, .gc-board__row:focus-within { background: var(--gc-panel-3); }
.gc-board__pos { grid-area: pos; font-family: var(--gc-display); font-weight: 900; font-size: 18px; letter-spacing: -0.03em; color: var(--gc-lime); }
.gc-board__car { grid-area: car; font-family: var(--gc-display); font-weight: 700; font-size: 15px; letter-spacing: -0.02em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gc-board__spec { grid-area: spec; font-size: 12px; color: var(--gc-dim); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gc-board__price { grid-area: price; font-family: var(--gc-display); font-weight: 800; font-size: 16px; letter-spacing: -0.03em; text-align: right; }
.gc-board__delta { grid-area: delta; font-family: var(--gc-mono); font-weight: 700; font-size: 11.5px; text-align: right; }
.gc-board__delta--under { color: var(--gc-lime); }
.gc-board__delta--over { color: var(--gc-red); }
.gc-board__delta--par { color: var(--gc-muted); }
.gc-board__year, .gc-board__miles, .gc-board__status { display: none; }

@media (min-width: 1024px) {
  .gc-board__head, .gc-board__row {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) 88px 104px 120px 140px 120px;
    grid-template-areas: none; gap: 0; align-items: center;
  }
  .gc-board__head { background: var(--gc-red); padding: 11px 20px; font-family: var(--gc-mono); font-weight: 700; font-size: 9.5px; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; }
  .gc-board__row { padding: 13px 20px; }
  .gc-board__row:nth-child(odd) { background: #121210; }
  .gc-board__row:nth-child(odd):hover { background: var(--gc-panel-3); }
  .gc-board__car, .gc-board__spec, .gc-board__price, .gc-board__delta, .gc-board__pos { grid-area: auto; }
  .gc-board__carcell { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
  .gc-board__price { text-align: left; font-size: 17px; }
  .gc-board__delta { text-align: left; font-size: 12.5px; }
  .gc-board__year, .gc-board__miles { display: block; font-family: var(--gc-mono); font-size: 12.5px; color: #B4AFA2; }
  .gc-board__status { display: flex; justify-content: flex-end; }
}

/* ==========================================================================
   7. Cards + grids
   ========================================================================== */
.gc-grid { display: grid; grid-template-columns: 1fr; gap: var(--gc-gap); }
@media (min-width: 600px) { .gc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .gc-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .gc-grid--4 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1280px) { .gc-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.gc-card {
  display: flex; flex-direction: column; background: var(--gc-panel);
  border: 1px solid var(--gc-line); border-radius: var(--gc-r-lg); overflow: hidden;
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.gc-card:hover { border-color: var(--gc-red); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(224, 27, 36, .18); }
.gc-card__media { position: relative; aspect-ratio: 4 / 3; background: repeating-linear-gradient(115deg, #1F1E1A 0 10px, #191814 10px 20px); border-bottom: 1px solid var(--gc-line); }
.gc-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gc-card__flag { position: absolute; left: 0; right: 0; top: 0; height: 8px; background-image: var(--gc-chequer); background-size: 8px 8px; z-index: 2; }
.gc-card__ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 48px 14px 14px; text-align: center; font-family: var(--gc-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gc-dim); }
.gc-card__badges { position: absolute; left: 10px; top: 16px; z-index: 2; display: flex; gap: 6px; flex-wrap: nowrap; overflow: hidden; max-width: calc(100% - 76px); }
.gc-card__pos { position: absolute; left: 10px; bottom: 4px; z-index: 2; font-family: var(--gc-display); font-weight: 900; font-size: 42px; line-height: 1; letter-spacing: -0.05em; color: transparent; -webkit-text-stroke: 1.5px rgba(245, 243, 238, .42); }
.gc-card__count { position: absolute; right: 10px; bottom: 10px; z-index: 2; display: flex; align-items: center; gap: 5px; background: rgba(11, 11, 10, .86); border-radius: 4px; padding: 4px 7px; font-family: var(--gc-mono); font-size: 10px; color: var(--gc-ink); }
.gc-card__count::before { content: ""; width: 6px; height: 6px; border-radius: 1px; background: var(--gc-red); }
.gc-card__body { display: flex; flex-direction: column; gap: 9px; padding: 13px 14px 14px; flex: 1 1 auto; min-width: 0; }
.gc-card__title { font-family: var(--gc-display); font-weight: 700; font-size: 16.5px; letter-spacing: -0.02em; line-height: 1.15; text-transform: none; }
.gc-card__variant { font-size: 13px; color: var(--gc-muted); }
.gc-card__prices { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.gc-card__price { font-family: var(--gc-display); font-weight: 800; font-size: 25px; letter-spacing: -0.03em; }
.gc-card__mo { font-size: 12px; color: var(--gc-muted); }
.gc-card__specs { display: flex; flex-wrap: wrap; gap: 5px; }
.gc-card__spec { font-family: var(--gc-mono); font-size: 10.5px; letter-spacing: 0.04em; color: #B4AFA2; background: var(--gc-panel-3); border-radius: 3px; padding: 4px 6px; white-space: nowrap; }
.gc-card__foot { margin-top: auto; padding-top: 11px; border-top: 1px solid var(--gc-line); display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: nowrap; }
.gc-card__seller { display: flex; flex-direction: column; gap: 1px; min-width: 0; flex: 1 1 auto; }
.gc-card__seller b { font-size: 12px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gc-card__seller span { font-size: 11px; color: #75715F; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gc-card__foot .gc-badge { flex: 0 0 auto; }

.gc-save {
  position: absolute; right: 10px; top: 16px; z-index: 3;
  width: 40px; height: 40px; border-radius: 999px; border: none; cursor: pointer;
  background: rgba(11, 11, 10, .8); color: var(--gc-ink); font-size: 16px;
  display: flex; align-items: center; justify-content: center; box-shadow: 0 1px 3px rgba(11, 11, 10, .24);
}
.gc-save:hover, .gc-save[aria-pressed="true"] { background: var(--gc-red); color: #fff; }

/* list layout (archive toggle) */
.gc-grid--list { grid-template-columns: 1fr; }
@media (min-width: 768px) {
  .gc-grid--list .gc-card { flex-direction: row; }
  .gc-grid--list .gc-card__media { flex: 0 0 260px; aspect-ratio: auto; min-height: 180px; border-bottom: 0; border-right: 1px solid var(--gc-line); }
  .gc-grid--list .gc-card__body { padding: 18px 20px; }
}

/* ==========================================================================
   8. Pole position + bands + tiles
   ========================================================================== */
.gc-pole { display: grid; background: var(--gc-panel); border: 1px solid var(--gc-line); border-radius: var(--gc-r-xl); overflow: hidden; }
.gc-pole:hover { border-color: var(--gc-lime); }
.gc-pole__media { position: relative; aspect-ratio: 16 / 10; background: repeating-linear-gradient(115deg, #1F1E1A 0 14px, #191814 14px 28px); }
.gc-pole__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gc-pole__p1 { position: absolute; left: 18px; bottom: 4px; font-family: var(--gc-display); font-weight: 900; font-size: clamp(64px, 14vw, 112px); line-height: 1; letter-spacing: -0.06em; color: transparent; -webkit-text-stroke: 2px rgba(245, 243, 238, .32); }
.gc-pole__body { padding: 24px 22px 26px; display: flex; flex-direction: column; justify-content: center; gap: 18px; }
.gc-pole__title { font-weight: 900; font-size: clamp(26px, 6vw, 38px); line-height: 1; letter-spacing: -0.045em; }
.gc-pole__price { font-family: var(--gc-display); font-weight: 900; font-size: clamp(40px, 9vw, 60px); letter-spacing: -0.05em; line-height: 1; color: var(--gc-lime); }
.gc-pole__specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--gc-line); border: 1px solid var(--gc-line); border-radius: var(--gc-r); overflow: hidden; }
.gc-pole__spec { background: var(--gc-panel-2); padding: 12px 13px; }
.gc-pole__spec b { display: block; font-family: var(--gc-display); font-weight: 700; font-size: 14px; margin-top: 4px; letter-spacing: -0.015em; }
@media (min-width: 900px) { .gc-pole { grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); } .gc-pole__body { padding: 34px 36px; } }

.gc-band { margin-top: 40px; }
.gc-band__top { height: 12px; background-image: repeating-conic-gradient(var(--gc-void) 0 25%, var(--gc-red) 0 50%); background-size: 12px 12px; }
.gc-band__bottom { height: 12px; background-image: repeating-conic-gradient(var(--gc-red) 0 25%, var(--gc-void) 0 50%); background-size: 12px 12px; }
.gc-band__inner { background: var(--gc-red); color: #fff; padding: 36px 0 40px; }
.gc-band__grid { display: grid; gap: 28px; }
.gc-band__title { font-weight: 900; font-size: clamp(28px, 7vw, 52px); line-height: .94; letter-spacing: -0.05em; margin: 0 0 14px; }
.gc-band__lede { font-size: clamp(15px, 4vw, 16.5px); line-height: 1.5; color: rgba(255, 255, 255, .86); max-width: 46ch; }
.gc-band__points { display: grid; gap: 12px; }
.gc-band__point { background: var(--gc-void); border-radius: var(--gc-r-lg); padding: 20px 18px 22px; display: flex; flex-direction: column; gap: 9px; }
.gc-band__point b { font-family: var(--gc-display); font-weight: 800; font-size: 16.5px; letter-spacing: -0.025em; color: var(--gc-ink); }
.gc-band__point span:first-child { font-family: var(--gc-mono); font-weight: 700; font-size: 11px; letter-spacing: 0.12em; color: var(--gc-lime); }
.gc-band__point p { font-size: 13.5px; line-height: 1.5; color: var(--gc-muted); margin: 0; }
@media (min-width: 900px) {
  .gc-band { margin-top: 56px; }
  .gc-band__grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 48px; align-items: start; }
  .gc-band__points { grid-template-columns: repeat(3, 1fr); }
}

.gc-tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
@media (min-width: 700px) { .gc-tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .gc-tiles { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
.gc-tile { display: flex; flex-direction: column; background: var(--gc-panel); border: 1px solid var(--gc-line); border-radius: var(--gc-r-lg); overflow: hidden; }
.gc-tile:hover { border-color: var(--gc-red); }
.gc-tile__media { height: 92px; background: repeating-linear-gradient(115deg, #1F1E1A 0 10px, #191814 10px 20px); border-bottom: 1px solid var(--gc-line); display: flex; align-items: center; justify-content: center; font-family: var(--gc-mono); font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: #4F4C44; }
.gc-tile__body { padding: 12px 13px 14px; }
.gc-tile__body b { display: block; font-family: var(--gc-display); font-weight: 800; font-size: 14.5px; letter-spacing: -0.025em; text-transform: uppercase; }
.gc-tile__body span { display: block; margin-top: 4px; font-family: var(--gc-mono); font-size: 10.5px; color: var(--gc-lime); }

.gc-tools { display: grid; gap: var(--gc-gap); }
@media (min-width: 800px) { .gc-tools { grid-template-columns: 1fr 1fr; } }
.gc-tool { background: var(--gc-panel); border: 1px solid var(--gc-line); border-radius: var(--gc-r-lg); padding: 26px 24px 28px; display: flex; flex-direction: column; gap: 18px; }
.gc-tool h3 { font-weight: 900; font-size: clamp(22px, 5vw, 30px); letter-spacing: -0.04em; margin: 8px 0; }
.gc-tool p { font-size: 14.5px; line-height: 1.5; color: var(--gc-muted); max-width: 44ch; }
.gc-tool__row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }

/* ==========================================================================
   9. Archive — filters
   ========================================================================== */
.gc-archive { padding: 20px 0 60px; }
.gc-archive__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; }
.gc-archive__title { font-weight: 900; font-size: clamp(26px, 6.4vw, 40px); letter-spacing: -0.05em; }
.gc-archive__crumb { font-family: var(--gc-mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gc-dim); margin-bottom: 8px; }
.gc-archive__tools { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.gc-archive__layout { display: none; border: 1px solid var(--gc-line); border-radius: var(--gc-r); overflow: hidden; }
.gc-archive__layout button { background: var(--gc-panel); color: #B4AFA2; border: none; padding: 11px 14px; font-size: 13px; font-weight: 700; cursor: pointer; }
.gc-archive__layout button[aria-pressed="true"] { background: var(--gc-lime); color: var(--gc-void); }
.gc-archive__body { display: grid; gap: 20px; align-items: start; }

.gc-filter-open { display: inline-flex; }
.gc-filters__backdrop { display: none; }
.gc-filters {
  background: var(--gc-panel); border: 1px solid var(--gc-line); border-radius: var(--gc-r-lg); overflow: hidden;
}
.gc-filters__head { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border-bottom: 1px solid var(--gc-line); }
.gc-filters__head b { font-family: var(--gc-display); font-weight: 800; font-size: 15px; text-transform: uppercase; }
.gc-filters__reset { background: none; border: none; color: var(--gc-red); font-size: 12.5px; text-decoration: underline; cursor: pointer; padding: 0; }
.gc-filters__body { padding: 16px; display: flex; flex-direction: column; gap: 16px; }
.gc-filters__group { display: flex; flex-direction: column; gap: 8px; }
.gc-filters__group--split { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.gc-filters__actions { display: flex; gap: 8px; position: sticky; bottom: 0; background: var(--gc-panel); padding-top: 12px; }

/* mobile: filters live in a bottom sheet */
@media (max-width: 1023px) {
  .gc-filters {
    position: fixed; left: 0; right: 0; bottom: 0; top: auto; z-index: 90;
    max-height: 86vh; overflow-y: auto; border-radius: var(--gc-r-xl) var(--gc-r-xl) 0 0;
    transform: translateY(101%); transition: transform .22s ease-out; visibility: hidden;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .gc-filters.is-open { transform: none; visibility: visible; }
  .gc-filters__backdrop { position: fixed; inset: 0; z-index: 89; background: rgba(11, 11, 10, .7); display: none; }
  .gc-filters__backdrop.is-open { display: block; }
}
@media (min-width: 1024px) {
  .gc-archive { padding: 26px 0 76px; }
  .gc-archive__body { grid-template-columns: 288px minmax(0, 1fr); gap: 24px; }
  .gc-archive__layout { display: flex; }
  .gc-filter-open { display: none; }
  .gc-filters { position: sticky; top: calc(var(--gc-header-h) + 22px); }
}

.gc-empty { background: var(--gc-panel); border: 1px solid var(--gc-line); border-radius: var(--gc-r-lg); padding: 48px 24px; text-align: center; }
.gc-loadmore { display: flex; justify-content: center; padding: 24px 0 0; }

/* ==========================================================================
   10. Single car
   ========================================================================== */
.gc-single { padding: 16px 0 40px; }
.gc-back { background: none; border: none; padding: 0; margin-bottom: 14px; font-size: 13.5px; color: var(--gc-muted); cursor: pointer; }
.gc-single__layout { display: grid; gap: 18px; align-items: start; }
.gc-single__main { display: flex; flex-direction: column; gap: 16px; min-width: 0; }

.gc-gallery { position: relative; border: 1px solid var(--gc-line); border-radius: var(--gc-r-xl); overflow: hidden; background: repeating-linear-gradient(115deg, #1F1E1A 0 14px, #191814 14px 28px); aspect-ratio: 16 / 10; }
@media (min-width: 700px) { .gc-gallery { aspect-ratio: 16 / 9; } }
.gc-gallery__slides { position: absolute; inset: 0; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gc-gallery__slides::-webkit-scrollbar { display: none; }
.gc-gallery__slide { position: relative; flex: 0 0 100%; scroll-snap-align: center; display: flex; align-items: center; justify-content: center; }
.gc-gallery__slide img { width: 100%; height: 100%; object-fit: contain; background: #080a0b; }
.gc-gallery__ph { font-family: var(--gc-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gc-dim); text-align: center; padding: 0 20px; }
.gc-gallery__flag { position: absolute; left: 0; right: 0; top: 0; height: 10px; background-image: var(--gc-chequer); background-size: 10px 10px; z-index: 4; }
.gc-gallery__scrim { position: absolute; left: 0; right: 0; bottom: 0; height: 62%; z-index: 2; pointer-events: none; background: linear-gradient(to top, rgba(11, 11, 10, .95) 0%, rgba(11, 11, 10, .7) 42%, rgba(11, 11, 10, 0) 100%); }
.gc-gallery__overlay { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 3; display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; }
.gc-gallery__meta { min-width: 0; }
.gc-gallery__badges { display: flex; gap: 6px; margin-bottom: 10px; flex-wrap: wrap; }
.gc-gallery__title { font-family: var(--gc-display); font-weight: 900; font-size: clamp(24px, 6.4vw, 54px); line-height: .94; letter-spacing: -0.05em; text-transform: uppercase; text-shadow: 0 2px 20px rgba(0, 0, 0, .6); }
.gc-gallery__variant { font-size: clamp(12.5px, 3.4vw, 15px); color: #B4AFA2; margin-top: 6px; }
.gc-gallery__plate { flex: 0 0 auto; background: var(--gc-lime); color: var(--gc-void); border-radius: var(--gc-r-lg); padding: 10px 14px; text-align: right; }
.gc-gallery__plate b { display: block; font-family: var(--gc-display); font-weight: 900; font-size: clamp(22px, 5.6vw, 38px); letter-spacing: -0.05em; line-height: 1; }
.gc-gallery__plate span { display: block; font-family: var(--gc-mono); font-size: 10px; opacity: .75; }
.gc-gallery__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; width: 44px; height: 44px; border-radius: 999px; border: 1px solid #3A382F; background: rgba(11, 11, 10, .82); color: var(--gc-ink); font-size: 16px; cursor: pointer; }
.gc-gallery__nav--prev { left: 12px; }
.gc-gallery__nav--next { right: 12px; }
.gc-gallery__nav:hover { background: var(--gc-red); border-color: var(--gc-red); }
.gc-gallery__counter { position: absolute; right: 14px; top: 22px; z-index: 4; display: flex; gap: 8px; background: rgba(11, 11, 10, .82); border: 1px solid var(--gc-line); border-radius: 5px; padding: 5px 9px; font-family: var(--gc-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: #B4AFA2; }
.gc-gallery__counter b { color: var(--gc-lime); font-weight: 700; }
@media (max-width: 699px) { .gc-gallery__nav { display: none; } }

.gc-thumbs { display: grid; grid-auto-flow: column; grid-auto-columns: 82px; gap: 8px; margin-top: 8px; overflow-x: auto; scrollbar-width: none; padding-bottom: 2px; }
.gc-thumbs::-webkit-scrollbar { display: none; }
@media (min-width: 700px) { .gc-thumbs { grid-auto-columns: 112px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: var(--gc-lime) var(--gc-panel); padding-bottom: 7px; } }
.gc-thumb { position: relative; aspect-ratio: 4 / 3; border-radius: 7px; border: 1px solid var(--gc-line); background: repeating-linear-gradient(115deg, #1F1E1A 0 8px, #191814 8px 16px); cursor: pointer; overflow: hidden; font-family: var(--gc-mono); font-size: 9px; color: var(--gc-dim); }
.gc-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gc-thumb[aria-current="true"] { border: 2px solid var(--gc-lime); }

.gc-dash { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--gc-line); border: 1px solid var(--gc-line); border-radius: var(--gc-r-lg); overflow: hidden; margin-top: 12px; }
@media (min-width: 620px) { .gc-dash { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .gc-dash { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
.gc-dash__cell { background: var(--gc-void); padding: 15px 16px 17px; }
.gc-dash__v { font-family: var(--gc-display); font-weight: 900; font-size: clamp(20px, 5.4vw, 26px); letter-spacing: -0.045em; line-height: 1; color: var(--gc-lime); }
.gc-dash__k { margin-top: 8px; font-family: var(--gc-mono); font-size: 8.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gc-dim); }

.gc-highlights { display: grid; gap: 10px; margin-top: 12px; }
@media (min-width: 700px) { .gc-highlights { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.gc-highlight { display: flex; align-items: center; gap: 10px; background: var(--gc-panel); border: 1px solid var(--gc-line); border-left: 3px solid var(--gc-lime); border-radius: var(--gc-r); padding: 12px 14px; font-size: 13.5px; font-weight: 600; }
.gc-highlight::before { content: "✓"; font-family: var(--gc-mono); font-weight: 700; color: var(--gc-lime); }

.gc-panel { background: var(--gc-panel); border: 1px solid var(--gc-line); border-radius: var(--gc-r-lg); padding: 22px 20px 24px; }
@media (min-width: 700px) { .gc-panel { padding: 26px 28px; } }
.gc-panel__head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.gc-panel__head h2 { font-weight: 800; font-size: clamp(18px, 4.6vw, 21px); letter-spacing: -0.03em; }

.gc-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--gc-line); border: 1px solid var(--gc-line); border-radius: var(--gc-r); overflow: hidden; }
@media (min-width: 700px) { .gc-specs { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.gc-specs__cell { background: var(--gc-panel-2); padding: 13px 14px; }
.gc-specs__cell b { display: block; font-family: var(--gc-display); font-weight: 700; font-size: 15px; margin-top: 5px; letter-spacing: -0.02em; }

.gc-two { display: grid; gap: var(--gc-gap); }
@media (min-width: 900px) { .gc-two { grid-template-columns: 1fr 1fr; } }

.gc-timeline { display: flex; flex-direction: column; }
.gc-timeline__item { display: grid; grid-template-columns: 16px minmax(0, 1fr); gap: 14px; position: relative; padding-bottom: 18px; }
.gc-timeline__marker { width: 13px; height: 13px; margin-top: 2px; border-radius: 2px; border: 1px solid #3A382F; background-image: var(--gc-chequer); background-size: 6.5px 6.5px; }
.gc-timeline__item:last-child .gc-timeline__marker { background: var(--gc-lime); background-image: none; border-color: var(--gc-lime); }
.gc-timeline__item::after { content: ""; position: absolute; left: 6px; top: 19px; bottom: -2px; width: 1px; background: var(--gc-line); }
.gc-timeline__item:last-child::after { display: none; }
.gc-timeline__when { display: block; font-family: var(--gc-mono); font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gc-dim); }
.gc-timeline__what { display: block; font-size: 13.5px; font-weight: 600; margin-top: 3px; }
.gc-clear { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 4px; padding-top: 16px; border-top: 1px solid var(--gc-line); }
.gc-clear span { display: inline-flex; align-items: center; gap: 6px; background: var(--gc-panel-2); border: 1px solid var(--gc-line); border-radius: 999px; padding: 6px 11px; font-family: var(--gc-mono); font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gc-lime); }
.gc-clear span::before { content: ""; width: 5px; height: 5px; border-radius: 1px; background: var(--gc-lime); }

.gc-meters { display: flex; flex-direction: column; gap: 16px; }
.gc-meter__top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 7px; }
.gc-meter__k { font-size: 13px; color: var(--gc-muted); }
.gc-meter__v { font-family: var(--gc-display); font-weight: 800; font-size: 15px; letter-spacing: -0.025em; }
.gc-meter__track { height: 6px; border-radius: 999px; background: var(--gc-line-soft); overflow: hidden; }
.gc-meter__bar { display: block; height: 100%; border-radius: 999px; background: var(--gc-lime); }
.gc-meter__bar--mid { background: var(--gc-plate); }
.gc-meter__bar--high { background: var(--gc-red); }
.gc-meter__note { margin-top: 6px; font-family: var(--gc-mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gc-faint); }

.gc-features { display: flex; flex-wrap: wrap; gap: 7px; }
.gc-features span { border: 1px solid var(--gc-line); background: var(--gc-panel-2); border-radius: var(--gc-r-sm); padding: 7px 11px; font-size: 13px; color: #B4AFA2; }

/* finance calculator */
.gc-finance { display: grid; gap: 22px; }
@media (min-width: 900px) { .gc-finance { grid-template-columns: minmax(0, 1fr) 240px; } }
.gc-finance__controls { display: flex; flex-direction: column; gap: 20px; }
.gc-range { width: 100%; accent-color: var(--gc-red); height: 32px; }
.gc-finance__out { background: var(--gc-void); border: 1px solid var(--gc-line); border-radius: var(--gc-r-lg); padding: 22px 20px; text-align: center; }
.gc-finance__mo { font-family: var(--gc-display); font-weight: 900; font-size: clamp(36px, 9vw, 46px); letter-spacing: -0.05em; line-height: 1.05; margin: 8px 0 6px; color: var(--gc-lime); }
.gc-breakdown { display: flex; gap: 22px; flex-wrap: wrap; }
.gc-breakdown b { display: block; font-family: var(--gc-display); font-weight: 700; font-size: 15px; margin-top: 5px; }
.gc-rows { border: 1px solid var(--gc-line); border-radius: var(--gc-r-lg); overflow: hidden; }
.gc-rows__row { display: flex; justify-content: space-between; gap: 10px; padding: 13px 16px; border-bottom: 1px solid var(--gc-line-soft); font-size: 13px; }
.gc-rows__row:last-child { border-bottom: 0; }
.gc-rows__row span:first-child { color: var(--gc-muted); }
.gc-rows__row span:last-child { font-weight: 600; }

/* right rail */
.gc-rail { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.gc-rail__card { background: var(--gc-panel); border: 1px solid var(--gc-line); border-radius: var(--gc-r-lg); overflow: hidden; }
.gc-rail__pad { padding: 20px; }
.gc-rail__title { font-weight: 900; font-size: clamp(22px, 5.4vw, 28px); letter-spacing: -0.045em; line-height: 1.05; }
.gc-rail__variant { font-size: 14px; color: var(--gc-muted); margin: 5px 0 16px; }
.gc-rail__price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.gc-rail__price b { font-family: var(--gc-display); font-weight: 900; font-size: clamp(32px, 8vw, 44px); letter-spacing: -0.05em; color: var(--gc-lime); }
.gc-rail__price span { font-size: 13.5px; color: var(--gc-muted); }
.gc-market { margin: 16px 0 18px; padding: 13px; background: var(--gc-panel-2); border: 1px solid var(--gc-line); border-radius: var(--gc-r); }
.gc-market__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 9px; }
.gc-market__verdict { font-size: 12.5px; font-weight: 700; }
.gc-market__verdict--under { color: var(--gc-lime); }
.gc-market__verdict--over { color: var(--gc-red); }
.gc-market__track { position: relative; height: 6px; border-radius: 999px; background: linear-gradient(90deg, var(--gc-lime) 0%, var(--gc-line) 52%, var(--gc-red) 100%); }
.gc-market__pin { position: absolute; top: -4px; width: 4px; height: 14px; background: var(--gc-ink); border-radius: 2px; transform: translateX(-2px); }
.gc-market__scale { display: flex; justify-content: space-between; margin-top: 7px; font-family: var(--gc-mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gc-faint); }
.gc-watching { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; padding: 10px 12px; background: var(--gc-panel-2); border: 1px solid var(--gc-line); border-radius: var(--gc-r); font-family: var(--gc-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gc-muted); }
.gc-rail__actions { display: flex; flex-direction: column; gap: 9px; }
.gc-rail__note { margin: 14px 0 0; font-size: 12px; color: var(--gc-dim); line-height: 1.5; }
.gc-seller { display: flex; gap: 13px; align-items: center; }
.gc-seller__avatar { width: 48px; height: 48px; flex: 0 0 48px; border-radius: var(--gc-r); background-image: var(--gc-chequer); background-size: 12px 12px; border: 1px solid var(--gc-ink); }
.gc-seller b { font-family: var(--gc-display); font-weight: 800; font-size: 16px; letter-spacing: -0.025em; }
.gc-seller span { display: block; font-size: 12.5px; color: var(--gc-muted); margin-top: 3px; }

@media (min-width: 1024px) {
  .gc-single { padding: 22px 0 76px; }
  .gc-single__layout { grid-template-columns: minmax(0, 1fr) 380px; gap: 26px; }
  .gc-rail { position: sticky; top: calc(var(--gc-header-h) + 22px); }
}

/* sticky mobile action bar */
.gc-stickybar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  display: flex; align-items: center; gap: 12px;
  background: rgba(11, 11, 10, .96); border-top: 1px solid var(--gc-line);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  animation: gcSlideUp .2s ease-out both;
}
.gc-stickybar__price { display: flex; flex-direction: column; }
.gc-stickybar__price b { font-family: var(--gc-display); font-weight: 900; font-size: 22px; letter-spacing: -0.04em; color: var(--gc-lime); }
.gc-stickybar__price span { font-family: var(--gc-mono); font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gc-dim); }
.gc-stickybar .gc-btn { flex: 1 1 auto; }
@media (min-width: 1024px) { .gc-stickybar { display: none; } }
body.gc-has-stickybar { padding-bottom: 76px; }
@media (min-width: 1024px) { body.gc-has-stickybar { padding-bottom: 0; } }

/* ==========================================================================
   11. Sell wizard, tools, saved
   ========================================================================== */
.gc-page { padding: 24px 0 60px; }
.gc-page__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-bottom: 22px; }
.gc-page__title { font-weight: 900; font-size: clamp(30px, 8vw, 46px); letter-spacing: -0.05em; }
.gc-page__lede { font-size: clamp(15px, 4vw, 16px); color: var(--gc-muted); max-width: 64ch; margin: 10px 0 0; }
.gc-page--narrow .gc-wrap { max-width: 1080px; }

.gc-freeflash { background: var(--gc-lime); color: var(--gc-void); border-radius: var(--gc-r); padding: 11px 16px; text-align: right; }
.gc-freeflash b { display: block; font-family: var(--gc-display); font-weight: 900; font-size: 24px; letter-spacing: -0.04em; }
.gc-freeflash span { font-family: var(--gc-mono); font-weight: 700; font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; }

.gc-stepper { display: flex; gap: 1px; background: var(--gc-line); border: 1px solid var(--gc-line); border-radius: var(--gc-r-lg); overflow: hidden; margin-bottom: 20px; overflow-x: auto; }
.gc-step { flex: 1 0 auto; min-width: 140px; display: flex; align-items: center; gap: 10px; padding: 13px 15px; background: var(--gc-panel); color: var(--gc-dim); font-size: 13px; font-weight: 600; }
.gc-step__n { width: 22px; height: 22px; flex: 0 0 22px; border-radius: 999px; display: flex; align-items: center; justify-content: center; font-family: var(--gc-mono); font-weight: 700; font-size: 11px; background: var(--gc-line-soft); color: var(--gc-dim); }
.gc-step--on { background: var(--gc-red); color: #fff; }
.gc-step--on .gc-step__n { background: #fff; color: var(--gc-red); }
.gc-step--done { color: var(--gc-lime); }
.gc-step--done .gc-step__n { background: var(--gc-lime); color: var(--gc-void); }

.gc-wizard__panel { display: none; }
.gc-wizard__panel.is-active { display: block; }
.gc-wizard__nav { display: flex; gap: 10px; justify-content: space-between; margin-top: 22px; }
.gc-lookup { display: flex; gap: 12px; align-items: flex-end; flex-wrap: wrap; }
.gc-match { margin-top: 22px; border: 1px solid var(--gc-lime); border-radius: var(--gc-r-lg); background: var(--gc-panel-2); overflow: hidden; }
.gc-match__flag { height: 8px; background-image: repeating-conic-gradient(var(--gc-lime) 0 25%, var(--gc-void) 0 50%); background-size: 8px 8px; }
.gc-match__body { padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.gc-match__body b { display: block; font-family: var(--gc-display); font-weight: 800; font-size: 20px; letter-spacing: -0.035em; }

.gc-dropzones { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
@media (min-width: 700px) { .gc-dropzones { grid-template-columns: repeat(4, 1fr); } }
.gc-dropzone { border: 1px dashed #3A382F; border-radius: var(--gc-r); background: repeating-linear-gradient(115deg, #1B1A17 0 10px, #161513 10px 20px); aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; text-align: center; padding: 8px; font-family: var(--gc-mono); font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gc-dim); position: relative; overflow: hidden; }
.gc-dropzone input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.gc-dropzone.is-filled { border-style: solid; border-color: var(--gc-lime); }
.gc-dropzone img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.gc-guide { background: var(--gc-panel-2); border: 1px solid var(--gc-line); border-radius: var(--gc-r-lg); padding: 20px; }
.gc-guide__scale { display: flex; justify-content: space-between; font-family: var(--gc-mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gc-dim); margin-bottom: 12px; gap: 8px; }
.gc-guide__track { position: relative; height: 8px; border-radius: 999px; background: linear-gradient(90deg, var(--gc-red) 0%, var(--gc-line) 48%, var(--gc-lime) 100%); margin-bottom: 14px; }
.gc-guide__pin { position: absolute; top: -4px; width: 4px; height: 16px; background: var(--gc-ink); border-radius: 2px; transform: translateX(-2px); transition: left .18s; }
.gc-guide__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gc-guide__stats b { display: block; font-family: var(--gc-display); font-weight: 800; font-size: clamp(16px, 4.4vw, 20px); letter-spacing: -0.04em; margin-top: 5px; }
.gc-price-input { font-family: var(--gc-display); font-weight: 800; font-size: 26px; letter-spacing: -0.04em; color: var(--gc-lime); border-color: var(--gc-lime); min-height: 62px; }

.gc-valuation__figures { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--gc-line); border: 1px solid var(--gc-line); border-radius: var(--gc-r-lg); overflow: hidden; }
@media (min-width: 700px) { .gc-valuation__figures { grid-template-columns: repeat(3, 1fr); } }
.gc-figure { background: var(--gc-panel-2); padding: 22px 20px; }
.gc-figure--hero { background: var(--gc-lime); color: var(--gc-void); }
.gc-figure b { display: block; font-family: var(--gc-display); font-weight: 900; font-size: clamp(28px, 7vw, 34px); letter-spacing: -0.05em; margin-top: 8px; }
.gc-figure small { display: block; margin-top: 6px; font-size: 12.5px; color: var(--gc-muted); }
.gc-figure--hero small, .gc-figure--hero .gc-label { color: rgba(11, 11, 10, .72); }

.gc-result { display: none; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--gc-line); }
.gc-result.is-visible { display: block; animation: gcRise .3s ease-out both; }

.gc-notice { border: 1px solid var(--gc-lime); background: var(--gc-panel-2); border-radius: var(--gc-r-lg); padding: 18px 20px; margin-bottom: 18px; }
.gc-notice--error { border-color: var(--gc-red); }
.gc-notice b { font-family: var(--gc-display); font-weight: 800; }

/* ==========================================================================
   12. Footer + pagination + comments-free bits
   ========================================================================== */
.gc-footer { border-top: 1px solid var(--gc-line); background: var(--gc-panel-2); margin-top: 48px; }
.gc-footer__grid { display: grid; gap: 28px; padding: 36px 0 28px; }
@media (min-width: 700px) { .gc-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .gc-footer__grid { grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr)); } }
.gc-footer__brand p { font-size: 13.5px; line-height: 1.55; color: var(--gc-dim); max-width: 38ch; margin: 12px 0 0; }
.gc-footer__col h4 { font-family: var(--gc-mono); font-weight: 700; font-size: 9.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gc-red); margin-bottom: 12px; }
.gc-footer__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.gc-footer__col a { font-size: 13.5px; color: var(--gc-muted); }
.gc-footer__legal { padding: 0 0 32px; font-family: var(--gc-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gc-faint); }

.gc-pagination { display: flex; gap: 6px; justify-content: center; padding: 26px 0 0; flex-wrap: wrap; }
.gc-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 0 12px; border: 1px solid var(--gc-line); border-radius: var(--gc-r); font-family: var(--gc-mono); font-size: 13px; }
.gc-pagination .page-numbers.current { background: var(--gc-lime); border-color: var(--gc-lime); color: var(--gc-void); font-weight: 700; }

/* WordPress core classes */
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin: 0 auto 1em; }
.wp-caption { max-width: 100%; }
.wp-caption-text, .gc-entry figcaption { font-family: var(--gc-mono); font-size: 11px; color: var(--gc-dim); margin-top: 6px; }
.gc-entry { max-width: 72ch; }
.gc-entry h2, .gc-entry h3 { margin: 1.4em 0 .5em; text-transform: none; letter-spacing: -0.03em; }
.gc-entry a { color: var(--gc-lime); text-decoration: underline; }
.gc-entry ul, .gc-entry ol { padding-left: 1.2em; }
.gc-entry blockquote { margin: 1.4em 0; padding: 14px 18px; border-left: 3px solid var(--gc-red); background: var(--gc-panel); }

/* admin bar offset */
body.admin-bar .gc-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .gc-header { top: 46px; } }


/* ========================================================================== 
   13. Starting grid — the production marketplace direction
   ========================================================================== */
html { scroll-padding-top: 104px; color-scheme: dark; }
body { line-height: 1.6; }
a, button, input, select, textarea { touch-action: manipulation; }
button, input, select, textarea { font: inherit; }
.gc-btn { border-radius: 4px; gap: 18px; min-height: 48px; }
.gc-btn > span[aria-hidden] { font-size: 20px; line-height: 1; }
.gc-btn--sm { min-height: 44px; }
.gc-btn:focus-visible, .gc-btn--lime:focus-visible { color: inherit; outline: 3px solid var(--gc-ink); outline-offset: 4px; }
.gc-btn--lime:focus-visible { color: var(--gc-void); }
.gc-input:focus-visible, .gc-select:focus-visible, .gc-textarea:focus-visible { outline: 2px solid var(--gc-lime); outline-offset: 3px; }
.gc-input, .gc-select { min-height: 50px; }
.gc-label { color: var(--gc-muted); font-size: 10px; }
.gc-eyebrow, .gc-live__txt { color: #FF777C; }
.gc-brand { flex: 1 1 auto; }
.gc-brand .custom-logo { max-width: 190px; max-height: 48px; width: auto; object-fit: contain; }
.gc-header { background: rgba(11, 13, 14, .97); backdrop-filter: blur(16px); }
.gc-header__bar { height: 76px; gap: 28px; }
.gc-logo { flex: none; gap: 10px; }
.gc-logo__mark { width: 25px; height: 25px; background-size: 8px 8px; transform: skew(-10deg); border: 0; border-radius: 1px; }
.gc-logo__text { font-size: 25px; letter-spacing: -.07em; font-style: italic; }
.gc-logo__dot { color: var(--gc-lime); font-size: .69em; font-style: normal; letter-spacing: -.035em; }
.gc-nav { gap: 10px; justify-content: center; }
.gc-nav__list { display: flex; align-items: center; margin: 0; padding: 0; list-style: none; }
.gc-nav a { color: #CAD0D2; font-size: 13px; border-radius: 3px; min-height: 44px; padding: 9px 13px; }
.gc-nav .current-menu-item > a, .gc-nav__link--on { background: var(--gc-panel-3); color: var(--gc-lime); }
.gc-nav .current-menu-item > a:hover { color: var(--gc-lime); }
.gc-header__actions { gap: 20px; }
.gc-account-link { font-size: 13px; font-weight: 600; min-height: 44px; display: inline-flex; align-items: center; white-space: nowrap; }
.gc-saved-btn { min-height: 44px; padding: 7px 0; border: 0; gap: 6px; }
.gc-saved-btn__count { color: var(--gc-muted); background: none; padding: 0; }
.gc-burger { border-color: var(--gc-line); border-radius: 3px; }
.gc-race-hero { position: relative; min-height: 570px; overflow: hidden; background: #080A0C; }
.gc-race-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 64% 52%; }
.gc-race-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 9, 10, .96) 0%, rgba(7, 9, 10, .8) 26%, rgba(7, 9, 10, .20) 56%, rgba(7, 9, 10, .02) 78%), linear-gradient(0deg, #0B0D0E 0%, transparent 18%); }
.gc-race-hero__inner { position: relative; z-index: 1; padding-top: 30px; padding-bottom: 40px; }
.gc-race-hero__topline { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.gc-race-kicker { display: flex; align-items: center; gap: 12px; font-family: var(--gc-mono); font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: .11em; color: #CAD0D2; }
.gc-race-kicker .gc-chequer-flag { width: 18px; height: 14px; border: 0; background-size: 7px 7px; }
.gc-race-hero__edition { font-family: var(--gc-mono); font-size: 9px; letter-spacing: .15em; color: #B2B8BB; }
.gc-race-hero__copy { padding: 65px 0 75px; max-width: 640px; }
.gc-race-hero h1 { font-size: clamp(48px, 5.7vw, 84px); font-weight: 900; line-height: .99; letter-spacing: -.065em; font-style: italic; margin-left: -4px; }
.gc-race-hero h1 span { color: var(--gc-lime); }
.gc-race-hero__copy > p { max-width: 390px; margin: 23px 0 28px; color: #CAD0D2; font-size: 15px; line-height: 1.7; }
.gc-race-hero__actions { display: flex; align-items: center; gap: 26px; }
.gc-race-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; font-size: 13px; font-weight: 600; }
.gc-race-link > span[aria-hidden] { color: var(--gc-lime); font-size: 20px; }
.gc-race-hero__baseline { display: flex; justify-content: space-between; gap: 16px; font-family: var(--gc-mono); font-size: 9px; text-transform: uppercase; letter-spacing: .11em; color: #B9BEC2; }
.gc-race-hero__baseline > span:first-child { display: inline-flex; align-items: center; gap: 9px; }
.gc-race-hero__baseline i { display: inline-block; width: 5px; height: 5px; background: var(--gc-lime); border-radius: 50%; }
.gc-race-hero__artnote { font-size: 8px; }
.gc-search-wrap { position: relative; margin-top: -4px; z-index: 2; }
.gc-start-search { border: 1px solid #3C4347; border-top: 2px solid var(--gc-lime); padding: 25px 28px 17px; background: linear-gradient(120deg, #1B2023, #15191B); border-radius: 0 0 8px 8px; box-shadow: 0 12px 45px rgba(0, 0, 0, .22); }
.gc-start-search__head { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 23px; }
.gc-start-search h2 { font-size: 23px; text-transform: none; letter-spacing: -.04em; }
.gc-race-section-number { display: block; font-family: var(--gc-mono); font-size: 9px; letter-spacing: .13em; color: var(--gc-muted); margin-bottom: 9px; text-transform: uppercase; }
.gc-start-search__head .gc-race-section-number { font-size: 8px; color: var(--gc-lime); margin-bottom: 4px; }
.gc-start-search__head .gc-race-link { font-size: 12px; }
.gc-start-search__fields { display: grid; grid-template-columns: 1fr 1fr 1fr .95fr; gap: 14px; align-items: end; }
.gc-start-search__fields .gc-label { font-size: 9px; letter-spacing: .1em; }
.gc-start-search__fields .gc-select { background-color: #0E1214; border-color: #384044; font-size: 14px; }
.gc-start-search__submit { min-height: 50px; font-size: 14px; justify-content: space-between; }
.gc-start-search__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 17px; gap: 12px; font-size: 11px; color: var(--gc-muted); }
.gc-start-search__foot > a { color: var(--gc-muted); min-height: 28px; display: inline-flex; align-items: center; }
.gc-start-search__foot > a:hover { color: var(--gc-lime); }
.gc-stock-count { display: flex; align-items: center; gap: 8px; }
.gc-stock-count > span { width: 5px; height: 5px; border-radius: 50%; background: var(--gc-lime); }
.gc-section { padding-top: 72px; }
.gc-section-title { font-size: clamp(25px, 3.4vw, 36px); letter-spacing: -.045em; text-transform: none; line-height: 1.15; }
.gc-section-head { margin-bottom: 24px; }
.gc-section-head .gc-race-link { flex-shrink: 0; }
.gc-section-sub { font-size: 13px; margin-top: 10px; }
.gc-lanes { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.gc-lane { position: relative; min-width: 0; min-height: 208px; display: flex; flex-direction: column; background: linear-gradient(130deg, #181D1F, #111416); border: 1px solid var(--gc-line); padding: 18px 22px 21px; border-radius: 5px; transition: border-color .15s, background .15s; }
.gc-lane:hover { border-color: #8DAD20; background: #1D2425; color: var(--gc-ink); }
.gc-lane__index { display: flex; justify-content: space-between; align-items: center; font: 10px var(--gc-mono); color: #A9B2B8; }
.gc-lane__index > span { color: var(--gc-lime); font-size: 19px; }
.gc-lane__car { width: 180px; height: 68px; color: #A5B29E; margin: 8px auto 18px; }
.gc-lane--electric .gc-lane__car { color: var(--gc-lime); }
.gc-lane--suv .gc-lane__car { transform: scaleY(1.15); }
.gc-lane--estate .gc-lane__car { transform: scaleX(1.12); }
.gc-lane h3 { margin: auto 0 4px; font-size: 18px; text-transform: none; letter-spacing: -.03em; }
.gc-lane p { margin: 0; color: var(--gc-muted); font-size: 11px; }
.gc-card { position: relative; background: #15191B; border-radius: 5px; }
.gc-card:hover { border-color: #8DAD20; box-shadow: 0 12px 28px rgba(0, 0, 0, .23); }
.gc-card__flag { height: 3px; background: var(--gc-lime); opacity: .8; }
.gc-card__media { background: linear-gradient(145deg, #22292D, #101516); }
.gc-card__media img { transition: transform .3s; }
.gc-card:hover .gc-card__media img { transform: scale(1.025); }
.gc-card__body { padding: 18px; gap: 12px; }
.gc-card__title { font-weight: 800; font-size: 18px; }
.gc-card__variant { margin-top: 5px; font-size: 12px; }
.gc-card__price { color: var(--gc-lime); font-size: 25px; }
.gc-card__spec { color: #CCD0D2; }
.gc-card__seller span { color: var(--gc-muted); }
.gc-save { width: 44px; height: 44px; }
.gc-grid-empty { display: grid; grid-template-columns: 115px 1fr auto; gap: 32px; align-items: center; padding: 40px; border: 1px dashed #465055; border-radius: 5px; background: linear-gradient(115deg, #191F21, #111517); }
.gc-grid-empty__graphic { position: relative; height: 110px; border: 2px solid #526035; border-top: 0; }
.gc-grid-empty__graphic > span:first-child { font: italic 800 64px/1 var(--gc-display); letter-spacing: -.08em; color: var(--gc-lime); display: block; text-align: center; padding-top: 10px; }
.gc-grid-empty__graphic i { display: block; width: 44px; height: 3px; margin: 12px auto 0; background: var(--gc-lime); }
.gc-grid-empty__graphic .gc-chequer-flag { position: absolute; width: 16px; height: 12px; top: -4px; right: -8px; border: 0; background-size: 6px 6px; transform: rotate(12deg); }
.gc-grid-empty h3 { font-size: 27px; text-transform: none; }
.gc-grid-empty .gc-eyebrow { font-size: 9px; letter-spacing: .13em; margin-bottom: 7px; color: var(--gc-lime); }
.gc-grid-empty p { font-size: 13px; color: var(--gc-muted); max-width: 53ch; margin-top: 8px; }
.gc-grid-empty .gc-btn { font-size: 13px; }
.gc-pitlane { display: grid; grid-template-columns: 1.05fr 1fr; gap: 70px; position: relative; overflow: hidden; background: linear-gradient(110deg, #202720 0, #151B18 47%, #111618 47%); border: 1px solid #3A4338; border-left: 3px solid var(--gc-lime); border-radius: 5px; padding: 50px 52px; }
.gc-pitlane::before { position: absolute; left: -70px; bottom: -65px; content: ''; width: 480px; height: 145px; transform: rotate(-12deg); background: repeating-linear-gradient(90deg, rgba(210,243,75,.035) 0 25px, transparent 25px 55px); pointer-events: none; }
.gc-pitlane__copy { position: relative; }
.gc-pitlane__copy .gc-race-section-number { color: var(--gc-lime); font-size: 9px; }
.gc-pitlane h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.03; letter-spacing: -.05em; margin: 17px 0 19px; font-style: italic; }
.gc-pitlane h2 > span { color: var(--gc-lime); }
.gc-pitlane__copy > p { color: #B8C2BB; font-size: 13px; max-width: 38ch; margin-bottom: 25px; }
.gc-pitlane__copy .gc-btn { font-size: 13px; }
.gc-pitlane__steps { display: flex; flex-direction: column; justify-content: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.gc-pitlane__steps > li { display: flex; gap: 20px; align-items: flex-start; }
.gc-pitlane__steps > li > span { font: 500 12px var(--gc-mono); width: 36px; height: 36px; flex: 0 0 36px; display: flex; align-items: center; justify-content: center; color: var(--gc-lime); border: 1px solid #4A553A; background: #242C20; }
.gc-pitlane__steps h3 { font-size: 17px; text-transform: none; letter-spacing: -.025em; margin: 1px 0 7px; }
.gc-pitlane__steps p { font-size: 12px; line-height: 1.7; color: var(--gc-muted); max-width: 36ch; }
.gc-community-section { padding-top: 42px; }
.gc-community { display: flex; gap: 23px; align-items: center; padding-top: 15px; padding-bottom: 15px; }
.gc-community > .gc-chequer-flag { width: 30px; height: 24px; transform: skew(-10deg); border: 0; background-size: 10px 10px; }
.gc-community h2 { font-size: 21px; text-transform: none; letter-spacing: -.035em; }
.gc-community p { font-size: 12px; color: var(--gc-muted); margin-top: 5px; }
.gc-community > .gc-race-link { margin-left: auto; }
.gc-footer { margin-top: 50px; background: #090C0D; }
.gc-footer__grid { padding: 48px 0 40px; grid-template-columns: 2fr 1fr 1fr; gap: 70px; }
.gc-footer__brand p { color: var(--gc-muted); font-size: 12px; max-width: 34ch; margin-top: 17px; }
.gc-footer__finish { font: 8px var(--gc-mono); letter-spacing: .13em; display: inline-block; margin-top: 22px; color: var(--gc-lime); }
.gc-footer__col h2 { font-family: var(--gc-mono); font-size: 10px; font-weight: 500; letter-spacing: .10em; color: #CFD4D6; margin: 3px 0 16px; }
.gc-footer__col ul { gap: 3px; }
.gc-footer__col a { font-size: 12px; display: inline-flex; min-height: 35px; align-items: center; }
.gc-footer__col a:hover { color: var(--gc-lime); }
.gc-footer__legal { border-top: 1px solid var(--gc-line-soft); padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 8px; color: var(--gc-muted); }
.gc-footer__flagline { display: flex; gap: 10px; align-items: center; }
.gc-footer__flagline .gc-chequer-flag { width: 14px; height: 10px; border: 0; background-size: 5px 5px; }
.gc-archive { padding-top: 44px; }
.gc-archive__head { padding-bottom: 26px; border-bottom: 1px solid var(--gc-line); margin-bottom: 26px; }
.gc-archive__title { text-transform: none; font-size: clamp(30px, 4vw, 48px); }
.gc-empty { border: 1px dashed #465055; background: #151A1C; border-radius: 5px; padding: 48px 30px; }
.gc-page { padding-top: 40px; }
.gc-page__title { text-transform: none; }
.gc-dropzone:focus-within { outline: 3px solid var(--gc-lime); outline-offset: 3px; }
@media (min-width: 1500px) {
  .gc-race-hero { min-height: 640px; }
  .gc-race-hero__copy { padding-top: 85px; padding-bottom: 105px; }
}
@media (max-width: 1199px) {
  .gc-header__bar { gap: 18px; }
  .gc-header__actions { gap: 12px; }
  .gc-nav a { padding: 9px; }
  .gc-logo__text { font-size: 23px; }
  .gc-pitlane { padding: 40px; gap: 45px; }
  .gc-lane { padding: 16px; }
  .gc-grid-empty { grid-template-columns: 95px 1fr auto; padding: 32px; gap: 25px; }
}
@media (max-width: 1023px) {
  .gc-race-hero { min-height: 530px; }
  .gc-race-hero__copy { padding-top: 70px; padding-bottom: 65px; }
  .gc-race-hero h1 { font-size: clamp(44px, 7vw, 66px); }
  .gc-race-hero__shade { background: linear-gradient(90deg, rgba(7,9,10,.96), rgba(7,9,10,.68) 36%, rgba(7,9,10,.06) 88%), linear-gradient(0deg, #0B0D0E, transparent 25%); }
  .gc-race-hero__image { object-position: 59% 52%; }
  .gc-race-hero__copy > p { max-width: 350px; font-size: 14px; }
  .gc-lanes { gap: 12px; }
  .gc-lane { min-height: 200px; }
  .gc-lane p { font-size: 10px; }
  .gc-lane h3 { font-size: 16px; }
  .gc-grid-empty { grid-template-columns: 92px 1fr; }
  .gc-grid-empty > .gc-btn { grid-column: 2; justify-self: start; }
  .gc-grid-empty__graphic { grid-row: span 2; }
  .gc-footer__grid { gap: 35px; }
}
@media (max-width: 767px) {
  html { scroll-padding-top: 86px; }
  .gc-header__bar { height: 66px; gap: 10px; }
  .gc-logo__text { font-size: 23px; }
  .gc-logo__mark { width: 21px; height: 21px; background-size: 7px 7px; }
  .gc-header__actions { gap: 13px; }
  .gc-header-sell, .gc-account-link { display: none; }
  .gc-burger { width: 42px; height: 42px; }
  .gc-race-hero { min-height: 570px; }
  .gc-race-hero__inner { padding-top: 23px; padding-bottom: 22px; }
  .gc-race-hero__image { object-position: 62% bottom; height: 380px; top: auto; bottom: 0; }
  .gc-race-hero__shade { background: linear-gradient(180deg, #080A0C 0%, rgba(8,10,12,.97) 28%, rgba(8,10,12,.62) 48%, rgba(8,10,12,.05) 76%, #0B0D0E 100%); }
  .gc-race-kicker { font-size: 8px; letter-spacing: .09em; gap: 9px; }
  .gc-race-hero__edition { display: none; }
  .gc-race-hero__copy { padding: 33px 0 165px; max-width: 100%; }
  .gc-race-hero h1 { font-size: clamp(41px, 10.5vw, 68px); letter-spacing: -.06em; }
  .gc-race-hero__copy > p { font-size: 12px; max-width: 38ch; margin: 17px 0 21px; line-height: 1.65; }
  .gc-race-hero__actions { gap: 23px; }
  .gc-race-hero__actions .gc-btn { padding: 11px 15px; font-size: 12px; gap: 15px; }
  .gc-race-hero__actions .gc-race-link { font-size: 12px; }
  .gc-race-hero__baseline { font-size: 7px; letter-spacing: .06em; }
  .gc-race-hero__artnote { font-size: 6px; }
  .gc-search-wrap { margin-top: 0; }
  .gc-start-search { padding: 19px 18px 13px; }
  .gc-start-search__head { padding-bottom: 20px; gap: 8px; align-items: flex-end; }
  .gc-start-search h2 { font-size: 20px; }
  .gc-start-search__head > .gc-race-link { font-size: 10px; gap: 5px; min-height: 25px; }
  .gc-start-search__head > .gc-race-link > span { font-size: 17px; }
  .gc-start-search__fields { grid-template-columns: 1fr 1fr; gap: 14px 10px; }
  .gc-start-search__fields .gc-select { font-size: 13px; padding-left: 11px; }
  .gc-start-search__fields .gc-label { font-size: 8px; }
  .gc-start-search__submit { font-size: 12px; padding: 12px; gap: 7px; }
  .gc-start-search__foot { font-size: 10px; margin-top: 12px; }
  .gc-section { padding-top: 45px; }
  .gc-section-title { font-size: 27px; max-width: 23ch; }
  .gc-section-head { gap: 12px; margin-bottom: 20px; }
  .gc-race-section-number { font-size: 8px; }
  .gc-section-head .gc-race-link { font-size: 12px; }
  .gc-lanes { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .gc-lane { padding: 15px 16px 19px; min-height: 190px; }
  .gc-lane__car { width: 100%; max-width: 155px; height: 55px; margin: 7px auto 17px; }
  .gc-lane p { font-size: 10px; line-height: 1.5; }
  .gc-lane h3 { font-size: clamp(16px, 4.6vw, 18px); }
  .gc-lane--estate .gc-lane__car { transform: none; }
  .gc-grid-empty { padding: 25px 22px; grid-template-columns: 1fr; gap: 23px; }
  .gc-grid-empty__graphic { width: 72px; height: 65px; grid-row: auto; }
  .gc-grid-empty__graphic > span:first-child { font-size: 39px; padding-top: 0; }
  .gc-grid-empty__graphic i { margin-top: 8px; width: 30px; }
  .gc-grid-empty > .gc-btn { grid-column: 1; }
  .gc-grid-empty h3 { font-size: 26px; }
  .gc-grid-empty p { font-size: 12px; }
  .gc-pitlane { grid-template-columns: 1fr; padding: 30px 25px; gap: 32px; background: linear-gradient(145deg, #202720 0, #13191A 65%); }
  .gc-pitlane h2 { font-size: 40px; }
  .gc-pitlane__copy > p { max-width: 42ch; }
  .gc-pitlane__steps { padding-top: 26px; border-top: 1px solid #354031; gap: 22px; }
  .gc-pitlane__steps p { max-width: none; }
  .gc-community { flex-wrap: wrap; gap: 16px; }
  .gc-community > div { flex: 1; }
  .gc-community > .gc-race-link { margin-left: 46px; margin-top: -2px; }
  .gc-community h2 { font-size: 19px; }
  .gc-community p { font-size: 11px; }
  .gc-footer { margin-top: 30px; }
  .gc-footer__grid { grid-template-columns: 1fr 1fr; padding: 35px 0 26px; gap: 30px 22px; }
  .gc-footer__brand { grid-column: 1 / -1; }
  .gc-footer__brand p { max-width: 42ch; }
  .gc-footer__legal { align-items: flex-start; flex-direction: column; gap: 13px; }
  .gc-footer__col a { min-height: 37px; }
  .gc-archive { padding-top: 27px; }
  .gc-archive__title { font-size: 33px; }
  .gc-empty { padding: 35px 22px; }
  .gc-card__media img { transition: none; }
}
@media (max-width: 359px) {
  .gc-logo__text { font-size: 21px; }
  .gc-header__actions { gap: 9px; }
  .gc-start-search__head { flex-direction: column; align-items: flex-start; }
  .gc-lane { padding: 13px; }
  .gc-lane h3 { font-size: 16px; }
  .gc-race-hero h1 { font-size: 38px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .gc-card:hover { transform: none; }
  .gc-card:hover .gc-card__media img { transform: none; }
}


/* Vehicle pages adapt to the seller data and keep photos clear on phones. */
.gc-dash { grid-template-columns:repeat(auto-fit,minmax(130px,1fr)); }
.gc-extra-specs { margin-top:20px; border-top:1px solid var(--gc-line); }
.gc-extra-specs summary { display:flex; align-items:center; justify-content:space-between; padding:18px 0; font-weight:700; color:var(--gc-lime); cursor:pointer; list-style:none; }
.gc-extra-specs summary::-webkit-details-marker { display:none; }
.gc-extra-specs summary span { font-size:23px; }
.gc-extra-specs[open] summary span { transform:rotate(45deg); }
.gc-extra-specs .gc-specs__cell { min-width:0; overflow-wrap:anywhere; }
@media(max-width:699px){
 .gc-gallery{aspect-ratio:auto;}
 .gc-gallery__slides{position:relative;inset:auto;aspect-ratio:4/3;}
 .gc-gallery__overlay{position:relative;inset:auto;align-items:flex-start;padding:20px 16px;background:var(--gc-panel);}
 .gc-gallery__title{font-size:clamp(24px,6.4vw,36px);line-height:1;}
 .gc-gallery__plate{padding:10px;}
 .gc-gallery__scrim{display:none;}
 .gc-gallery__variant{color:var(--gc-muted);}
}
