/* LED Trailer Hire — Crystal Clear Digital
   Modern "LED-glow" design system. Self-contained, responsive, fast. */

:root {
  --bg:        #080b16;   /* near-black navy */
  --bg-2:      #0c1122;
  --surface:   #121933;
  --surface-2: #182140;
  --line:      #24304f;
  --text:      #eaf0ff;
  --muted:     #9fb0d0;
  --muted-2:   #6f80a3;

  --cyan:   #00d0ff;
  --blue:   #2b6bff;
  --amber:  #ffb020;
  --amber-2:#ff8a00;

  --grad:      linear-gradient(100deg, #00d0ff 0%, #2b6bff 60%, #6a5cff 100%);
  --grad-warm: linear-gradient(100deg, #ffc043 0%, #ff8a00 100%);
  --glow:      0 0 0 1px rgba(0,208,255,.25), 0 8px 40px -8px rgba(0,208,255,.45);

  --maxw: 1180px;
  --radius: 16px;
  --radius-sm: 10px;
  --ease: cubic-bezier(.2,.7,.2,1);
  --shadow: 0 20px 50px -20px rgba(0,0,0,.7);

  --font: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --display: "Oswald", "Roboto", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { font-family: var(--display); font-weight: 800; line-height: 1.1; letter-spacing: -.02em; }
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }
section { position: relative; }

/* ---------- accents & helpers ---------- */
.grad-text {
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.warm-text { background: var(--grad-warm); -webkit-background-clip: text; background-clip: text; color: transparent; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--display); font-weight: 700; font-size: .8rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--cyan);
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--grad); border-radius: 2px; }
.lead { color: var(--muted); font-size: 1.12rem; max-width: 60ch; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--display); font-weight: 700; font-size: 1rem;
  padding: 14px 26px; border-radius: 999px; cursor: pointer; border: 0;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
  white-space: nowrap;
}
.btn-primary { background: var(--grad); color: #001018; box-shadow: 0 10px 30px -8px rgba(0,160,255,.6); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 44px -10px rgba(0,160,255,.75); }
.btn-warm { background: var(--grad-warm); color: #2a1400; box-shadow: 0 10px 30px -8px rgba(255,140,0,.5); }
.btn-warm:hover { transform: translateY(-3px); }
.btn-ghost { background: rgba(255,255,255,.04); color: var(--text); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--cyan); transform: translateY(-3px); }
.btn-lg { padding: 17px 34px; font-size: 1.06rem; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  backdrop-filter: blur(14px);
  background: rgba(8,11,22,.72);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--display); font-weight: 800; font-size: 1.15rem; }
.brand .mark {
  width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center;
  background: var(--grad); color: #001018; box-shadow: var(--glow); position: relative; overflow: hidden;
}
.brand .mark svg { width: 22px; height: 22px; }
.brand small { display: block; font-family: var(--font); font-weight: 500; font-size: .66rem; letter-spacing: .18em; color: var(--muted-2); text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  font-family: var(--display); font-weight: 600; font-size: .96rem; color: var(--muted);
  padding: 10px 14px; border-radius: 10px; transition: color .2s, background .2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--text); background: rgba(255,255,255,.05); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 700; color: var(--text); }
.nav-phone svg { width: 18px; height: 18px; color: var(--cyan); }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 10px; width: 44px; height: 44px; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--text); margin: 4px auto; transition: .3s; }

/* ---------- hero ---------- */
.hero { padding: 96px 0 104px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; opacity: 1; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(700px 420px at 85% 0%, rgba(0,208,255,.12), transparent 60%),
    linear-gradient(180deg, transparent 60%, var(--bg) 97%);
}
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 50px; align-items: center; max-width: 820px; }
.hero h1 { font-size: clamp(2.5rem, 6vw, 4.3rem); margin: 18px 0 20px; }
.hero h1 .line { display: block; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-stats { display: flex; gap: 30px; margin-top: 42px; flex-wrap: wrap; }
.hero-stats .num { font-family: var(--display); font-weight: 800; font-size: 1.9rem; }
.hero-stats .lbl { color: var(--muted-2); font-size: .82rem; letter-spacing: .04em; }
.hero-visual { position: relative; }
.hero-visual .frame {
  border-radius: 20px; overflow: hidden; border: 1px solid var(--line);
  box-shadow: var(--shadow); transform: rotate(1.4deg);
}
.hero-visual .frame img { aspect-ratio: 4/3; object-fit: cover; }
.hero-badge {
  position: absolute; bottom: -18px; left: -18px; background: var(--surface);
  border: 1px solid var(--line); border-radius: 14px; padding: 14px 18px; box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 12px;
}
.hero-badge .dot { width: 12px; height: 12px; border-radius: 50%; background: #16d47b; box-shadow: 0 0 12px #16d47b; }

/* ---------- marquee (clients) ---------- */
.clients { border-block: 1px solid rgba(255,255,255,.06); padding: 26px 0; background: var(--bg-2); }
.clients p { text-align: center; color: var(--muted-2); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 34px; }
.logos span { font-family: var(--display); font-weight: 700; font-size: 1.15rem; color: var(--muted); opacity: .75; }

/* ---------- section heading ---------- */
.sec { padding: 90px 0; }
.sec-head { max-width: 720px; margin-bottom: 52px; }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head h2 { font-size: clamp(2rem, 4vw, 3rem); margin: 14px 0 16px; }

/* ---------- cards / services ---------- */
.grid { display: grid; gap: 22px; }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--line); border-radius: var(--radius); padding: 30px;
  transition: transform .3s var(--ease), border-color .3s, box-shadow .3s;
}
.card:hover { transform: translateY(-6px); border-color: rgba(0,208,255,.5); box-shadow: 0 26px 50px -24px rgba(0,160,255,.5); }
.card .ico {
  width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 18px;
  background: rgba(0,208,255,.12); color: var(--cyan); border: 1px solid rgba(0,208,255,.25);
}
.card .ico svg { width: 26px; height: 26px; }
.card h3 { font-size: 1.28rem; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: .98rem; }

/* feature list with image */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.feature + .feature { margin-top: 90px; }
.feature.rev .feature-media { order: 2; }
.feature-media img { border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); aspect-ratio: 16/11; object-fit: cover; }
.ticks { list-style: none; margin-top: 22px; display: grid; gap: 12px; }
.ticks li { display: flex; gap: 12px; color: var(--muted); }
.ticks svg { flex: none; width: 22px; height: 22px; color: var(--cyan); margin-top: 2px; }

/* ---------- stat band ---------- */
.band { background: var(--grad); color: #001018; padding: 54px 0; }
.band .grid { text-align: center; }
.band .num { font-family: var(--display); font-weight: 800; font-size: clamp(2.2rem,5vw,3.2rem); }
.band .lbl { font-weight: 600; opacity: .8; }

/* ---------- gallery ---------- */
.gallery { columns: 3; column-gap: 18px; }
.gallery figure { break-inside: avoid; margin-bottom: 18px; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--line); position: relative; }
.gallery img { width: 100%; transition: transform .5s var(--ease); }
.gallery figure:hover img { transform: scale(1.06); }
.gallery figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 14px 12px;
  font-family: var(--display); font-weight: 600; font-size: .92rem;
  background: linear-gradient(0deg, rgba(4,7,16,.9), transparent);
  opacity: 0; transform: translateY(8px); transition: .3s;
}
.gallery figure:hover figcaption { opacity: 1; transform: none; }

/* ---------- specials ---------- */
.editor-note {
  background: rgba(255,176,32,.08); border: 1px dashed rgba(255,176,32,.5); color: #ffd27a;
  border-radius: var(--radius-sm); padding: 16px 20px; margin-bottom: 34px; font-size: .95rem;
}
.editor-note strong { color: var(--amber); }
.special {
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column; transition: transform .3s var(--ease), border-color .3s;
}
.special:hover { transform: translateY(-6px); border-color: rgba(255,176,32,.6); }
.special .media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.special .media img { width: 100%; height: 100%; object-fit: cover; }
.special .tag {
  position: absolute; top: 14px; left: 14px; background: var(--grad-warm); color: #2a1400;
  font-family: var(--display); font-weight: 800; font-size: .78rem; letter-spacing: .04em;
  padding: 6px 12px; border-radius: 999px;
}
.special .body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.special h3 { font-size: 1.25rem; }
.special .price { font-family: var(--display); font-weight: 800; font-size: 1.5rem; }
.special .price small { font-size: .85rem; color: var(--muted-2); font-weight: 500; }
.special p { color: var(--muted); font-size: .95rem; flex: 1; }

/* ---------- CTA ---------- */
.cta {
  background:
    radial-gradient(600px 300px at 80% 20%, rgba(0,208,255,.2), transparent 60%),
    linear-gradient(120deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--line); border-radius: 26px; padding: 60px; text-align: center;
}
.cta h2 { font-size: clamp(2rem,4vw,2.8rem); margin-bottom: 16px; }
.cta .btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.info-item { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.info-item .ico { width: 46px; height: 46px; flex: none; border-radius: 12px; display: grid; place-items: center; background: rgba(0,208,255,.12); color: var(--cyan); border: 1px solid rgba(0,208,255,.25); }
.info-item .ico svg { width: 22px; height: 22px; }
.info-item h4 { font-size: 1.05rem; margin-bottom: 2px; }
.info-item a, .info-item p { color: var(--muted); }
.form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .85rem; color: var(--muted); margin-bottom: 6px; font-weight: 600; }
.field input, .field textarea, .field select {
  width: 100%; background: var(--bg-2); border: 1px solid var(--line); border-radius: 10px;
  padding: 13px 15px; color: var(--text); font-family: var(--font); font-size: .98rem;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(0,208,255,.15); }
.form-note { font-size: .82rem; color: var(--muted-2); margin-top: 10px; }

/* ---------- page hero (inner pages) ---------- */
.page-hero { padding: 60px 0 40px; text-align: center; }
.page-hero h1 { font-size: clamp(2.2rem,5vw,3.4rem); margin: 14px 0 14px; }
.crumb { color: var(--muted-2); font-size: .9rem; }
.crumb a:hover { color: var(--cyan); }

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid var(--line); background: var(--bg-2); padding: 60px 0 30px; margin-top: 30px; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 34px; }
.site-footer p { color: var(--muted); font-size: .95rem; }
.foot-col h5 { font-family: var(--display); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 16px; }
.foot-col a { display: block; color: var(--muted); padding: 5px 0; font-size: .95rem; }
.foot-col a:hover { color: var(--cyan); }
.foot-bottom { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; color: var(--muted-2); font-size: .85rem; }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 940px) {
  .hero-grid, .feature, .feature.rev .feature-media, .contact-grid { grid-template-columns: 1fr; }
  .feature.rev .feature-media { order: 0; }
  .cols-3 { grid-template-columns: repeat(2, 1fr); }
  .gallery { columns: 2; }
  .hero-visual { display: none; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .nav-links, .nav-phone { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 74px; left: 0; right: 0;
    background: var(--bg-2); border-bottom: 1px solid var(--line); padding: 12px; gap: 4px;
  }
  .nav-links.open a { padding: 14px; }
}
@media (max-width: 620px) {
  .cols-3, .cols-2, .gallery { grid-template-columns: 1fr; columns: 1; }
  .form .row { grid-template-columns: 1fr; }
  .cta { padding: 40px 24px; }
  .sec { padding: 64px 0; }
  .foot-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   DAY / NIGHT THEME
   Dark ("night", the LED-glow look) is the default :root above.
   data-theme="light" ("day") remaps the tokens + a few hard-coded
   dark rules. The theme is set on <html> by a tiny inline script.
   ============================================================ */
:root[data-theme="light"] {
  --bg:        #f4f7fc;
  --bg-2:      #e9eff8;
  --surface:   #ffffff;
  --surface-2: #f6f9fe;
  --line:      #e0e7f1;
  --text:      #0e1626;
  --muted:     #4a5a73;
  --muted-2:   #7a8aa2;

  --cyan:   #0286b3;   /* darkened for contrast on white */
  --blue:   #2b6bff;

  --grad:  linear-gradient(100deg, #0092c4 0%, #2b6bff 60%, #6a5cff 100%);
  --glow:  0 0 0 1px rgba(2,134,179,.18), 0 8px 30px -8px rgba(43,107,255,.25);
  --shadow: 0 20px 50px -24px rgba(30,50,90,.22);
}
[data-theme="light"] .site-header { background: rgba(255,255,255,.85); border-bottom-color: #e6ecf5; }
[data-theme="light"] .hero-bg img { opacity: 1; }
[data-theme="light"] .hero::after {
  background:
    radial-gradient(700px 420px at 85% 0%, rgba(0,170,225,.10), transparent 60%),
    linear-gradient(180deg, transparent 60%, var(--bg) 97%);
}
[data-theme="light"] .btn-ghost { background: #fff; border-color: #dbe3ee; color: var(--text); }
[data-theme="light"] .btn-ghost:hover { border-color: var(--cyan); }
[data-theme="light"] .card:hover { box-shadow: 0 24px 44px -26px rgba(43,107,255,.30); }
[data-theme="light"] .nav-links a:hover, [data-theme="light"] .nav-links a.active { background: rgba(2,134,179,.08); }
[data-theme="light"] .editor-note { color: #9a6a00; }

/* theme toggle button (day / night) */
.theme-toggle {
  width: 42px; height: 42px; flex: none; display: grid; place-items: center; cursor: pointer;
  border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.05); color: var(--text);
  transition: border-color .2s, background .2s;
}
[data-theme="light"] .theme-toggle { background: #fff; }
.theme-toggle:hover { border-color: var(--cyan); }
.theme-toggle svg { width: 20px; height: 20px; }
.theme-toggle .moon { display: none; }
.theme-toggle .sun  { display: block; }
[data-theme="light"] .theme-toggle .moon { display: block; }
[data-theme="light"] .theme-toggle .sun  { display: none; }

/* ============================================================
   ADDED 2026-09-01 — brand logo, ticker bar, parallax reveal
   ============================================================ */

/* hero text card — frosted 30% white fill so text stays readable over the bold image */
.hero-grid > .reveal {
  background: rgba(255,255,255,.3);
  border-radius: 18px;
  padding: 32px 34px;
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}
@media (max-width: 620px) { .hero-grid > .reveal { padding: 22px 20px; } }

/* Crystal Clear logo (white-bg image → sits on a clean white chip) */
.brand-logo { height: 50px; width: auto; display: block; background: #fff; padding: 6px 11px; border-radius: 10px; box-shadow: var(--glow); }
.site-footer .brand-logo { height: 45px; }

/* scrolling ticker — LED dot-matrix trailer sign, amber box, ~50% width, sits below the hero image */
.ticker-wrap { display: flex; justify-content: center; padding: 26px 22px 8px; }
.ticker {
  position: relative; overflow: hidden; white-space: nowrap;
  width: 50%; min-width: 320px; max-width: 720px;
  background-color: #141414;
  background-image: radial-gradient(circle at center, rgba(255,255,255,.06) 30%, transparent 34%);
  background-size: 8px 8px;                        /* unlit LED grid (scaled with the bigger text) */
  border: 5px solid var(--amber); border-radius: 12px;
  box-shadow: 0 8px 24px -10px rgba(255,176,32,.5), inset 0 0 22px rgba(0,0,0,.7);
}
.ticker__track { display: inline-block; will-change: transform; animation: ticker-scroll 41s linear infinite; }
.ticker__track span {
  display: inline-block; padding: 14px 0;
  font-family: var(--display); font-weight: 700; font-size: 3.9rem;
  letter-spacing: .08em; text-transform: uppercase;
  color: #ffb020; text-shadow: 0 0 8px rgba(255,176,32,.85), 0 0 2px rgba(255,205,70,1);
}
.ticker__track span::after { content: "•"; margin: 0 1.8rem; }
/* hole-mask: round holes → text reads as glowing LED dots */
.ticker::after {
  content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none;
  background-image: radial-gradient(circle at center, transparent 34%, #141414 40%);
  background-size: 8px 8px;
}
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ticker:hover .ticker__track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .ticker__track { animation: none; padding-left: 22px; } }
@media (max-width: 620px) { .ticker { width: 92%; } .ticker__track span { font-size: 3rem; } }

/* contact-page map embed — responsive 16:7, rounded to match the cards */
.map-embed {
  position: relative; aspect-ratio: 16 / 7; min-height: 320px;
  border-radius: 16px; overflow: hidden;
  border: 1px solid var(--border, rgba(127,127,127,.22));
  box-shadow: 0 18px 40px -22px rgba(0,0,0,.45);
}
.map-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 620px) { .map-embed { aspect-ratio: 4 / 3; } }

/* page parallax band — fixed gallery image behind the header text + ticker, text in a smoky box.
   Shared settings for every page; each page sets its own image (contact below, others inline). */
.contact-parallax, .page-parallax {
  position: relative;
  background-size: cover; background-position: center 85%; background-attachment: fixed;
  padding: 134px 0 105px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.contact-parallax { background-image: linear-gradient(rgba(6,9,20,.60), rgba(6,9,20,.74)), url("images/Eastern-Honda.jpg"); }
.smoky-box {
  max-width: 760px; margin-inline: auto; text-align: center;
  background: rgba(12,16,28,.52);
  backdrop-filter: blur(9px) saturate(1.1); -webkit-backdrop-filter: blur(9px) saturate(1.1);
  border: 1px solid rgba(255,255,255,.14); border-radius: 18px;
  padding: 30px 34px;
  box-shadow: 0 26px 60px -30px rgba(0,0,0,.72);
}
.smoky-box .crumb, .smoky-box .crumb a { color: rgba(255,255,255,.72); }
.smoky-box h1 { color: #fff; }
.smoky-box .lead { color: rgba(255,255,255,.9); }
@media (max-width: 620px) { .contact-parallax, .page-parallax { background-attachment: scroll; } .smoky-box { padding: 24px 20px; } }

/* home-page reviews carousel — scroll-snap, any number of Google reviews */
.reviews-rating { margin-top: 10px; color: var(--muted); font-size: 1rem; }
.reviews-rating .stars { color: var(--amber); letter-spacing: 2px; margin-right: 4px; }
.reviews-carousel { position: relative; margin-top: 28px; }
.reviews-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 6px 2px 18px; scrollbar-width: none; -ms-overflow-style: none; }
.reviews-track::-webkit-scrollbar { display: none; }
.review-card {
  flex: 0 0 min(360px, 82%); scroll-snap-align: start;
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; display: flex; flex-direction: column; gap: 14px;
}
.review-card .stars { color: var(--amber); letter-spacing: 3px; font-size: 1.05rem; }
.review-card .stars .dim { color: var(--line); }
.review-card blockquote { margin: 0; color: var(--muted); font-size: .98rem; line-height: 1.62; }
.review-card figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review-card .avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--cyan); color: #05131b; display: grid; place-items: center; font-family: var(--display); font-weight: 700; font-size: 1.1rem; }
.review-card .who { display: flex; flex-direction: column; line-height: 1.3; }
.review-card .who strong { color: var(--text); font-family: var(--display); }
.review-card .who small { color: var(--muted-2); font-size: .82rem; }
.rv-nav { position: absolute; top: 42%; transform: translateY(-50%); z-index: 2; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface); color: var(--text); font-size: 1.5rem; line-height: 1; cursor: pointer; display: grid; place-items: center; box-shadow: var(--shadow); }
.rv-nav:hover { border-color: var(--amber); color: var(--amber); }
.rv-nav.prev { left: -12px; }
.rv-nav.next { right: -12px; }
.reviews-cta { text-align: center; margin-top: 22px; }
@media (max-width: 620px) { .rv-nav { display: none; } }

/* parallax reveal panel — image revealed as the panel scrolls over the fixed background */
.parallax {
  position: relative; min-height: 440px; display: grid; place-items: center; text-align: center;
  background-image: linear-gradient(rgba(6,9,20,.5), rgba(6,9,20,.72)), url("images/Ford-Knox-Sinage.jpg");
  background-size: cover; background-position: center; background-attachment: fixed;
  border-block: 1px solid rgba(255,255,255,.08);
}
.parallax h2 { font-size: clamp(2rem, 5vw, 3.4rem); color: #fff; }
.parallax p { color: rgba(255,255,255,.88); max-width: 62ch; margin: 14px auto 26px; font-size: 1.1rem; }
@media (max-width: 820px) { .parallax { background-attachment: scroll; } }
