/* =========================================================
   REDLINE PERFORMANCE — high-performance & tuning garage
   Aesthetic: industrial motorsport. Near-black charcoal canvas,
   racing-red + hazard-yellow accents. Condensed uppercase display
   (Anton / Archivo), mono technical labels (Space Mono). Carbon
   texture, hazard stripes, dyno-gauge SVG, speed lines.
   ========================================================= */

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { min-height: 100%; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, picture, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: none; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1, h2, h3, h4 { font-weight: 400; line-height: 0.92; }

/* ---- Tokens ---- */
:root {
  --black:    #0a0b0d;
  --char:     #121317;   /* near-black charcoal canvas */
  --char-2:   #181a20;
  --char-3:   #1f222a;
  --panel:    #16181e;
  --steel:    #2a2e38;
  --line:     #2c303a;
  --line-2:   #3a3f4c;

  --red:      #e6172a;   /* racing red */
  --red-d:    #b30f1f;
  --red-l:    #ff3346;
  --yellow:   #ffd400;   /* hazard yellow */
  --yellow-d: #d8b400;

  --ink:      #eef0f4;
  --soft:     #c4c8d2;
  --muted:    #888f9e;
  --faint:    #5a6070;

  --emerald:  #1fd17a;   /* success / form-note */

  --display: "Anton", "Archivo", Impact, sans-serif;
  --cond:    "Archivo", "Oswald", sans-serif;
  --body:    "Archivo", system-ui, sans-serif;
  --mono:    "Space Mono", "Courier New", monospace;

  --mw: 1240px;
  --gutter: clamp(20px, 5vw, 64px);
  --shadow: 0 30px 70px -30px rgba(0,0,0,0.85);
  --shadow-sm: 0 18px 40px -26px rgba(0,0,0,0.8);
  --glow-red: 0 0 0 1px rgba(230,23,42,0.4), 0 14px 40px -18px rgba(230,23,42,0.55);

  /* carbon fibre weave */
  --carbon:
    linear-gradient(27deg, #14161b 5px, transparent 5px) 0 5px,
    linear-gradient(207deg, #14161b 5px, transparent 5px) 10px 0,
    linear-gradient(27deg, #0e1014 5px, transparent 5px) 0 10px,
    linear-gradient(207deg, #0e1014 5px, transparent 5px) 10px 5px,
    linear-gradient(90deg, #101216 10px, transparent 10px),
    linear-gradient(#13151a 25%, #0e0f13 25%, #0e0f13 50%, #13151a 50%, #13151a 75%, #0e0f13 75%, #0e0f13);
  --hazard: repeating-linear-gradient(-45deg, var(--yellow) 0 22px, #0a0b0d 22px 44px);
}

/* ---- Base ---- */
body {
  font-family: var(--body);
  color: var(--soft);
  background: var(--char);
  font-size: 16px;
  letter-spacing: 0.01em;
  background-image:
    radial-gradient(900px 500px at 80% -10%, rgba(230,23,42,0.08), transparent 70%),
    radial-gradient(700px 500px at 0% 0%, rgba(255,212,0,0.05), transparent 70%);
}

.wrap { max-width: var(--mw); margin: 0 auto; padding-inline: var(--gutter); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.55em;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--yellow);
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px; background: var(--red);
}

.display { font-family: var(--display); text-transform: uppercase; }

/* tachometer accent number font */
.mono { font-family: var(--mono); }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: 0.6em;
  font-family: var(--cond);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.92rem;
  padding: 0.95em 1.6em;
  border: 2px solid transparent;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}
.btn .arr { transition: transform .2s ease; }
.btn:hover .arr { transform: translateX(4px); }
.btn-solid { background: var(--red); color: #fff; box-shadow: var(--glow-red); }
.btn-solid:hover { background: var(--red-l); transform: translateY(-2px); }
.btn-ghost { border-color: var(--line-2); color: var(--ink); background: rgba(255,255,255,0.02); }
.btn-ghost:hover { border-color: var(--yellow); color: var(--yellow); }
.btn-yellow { background: var(--yellow); color: #0a0b0d; }
.btn-yellow:hover { background: #fff; transform: translateY(-2px); }

/* ---- Hazard divider ---- */
.hazard-bar { height: 14px; width: 100%; background: var(--hazard); opacity: 0.9; }

/* ---- Accessibility: focus rings ---- */
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 3px;
}
.btn:focus-visible { outline-offset: 5px; }
::selection { background: var(--red); color: #fff; }

/* ---- Speed-line decoration (used behind big numbers) ---- */
.speedlines {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background: repeating-linear-gradient(100deg,
    transparent 0 18px, rgba(230,23,42,0.05) 18px 19px);
}

/* ---- Scrollbar (webkit) ---- */
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--steel); border: 2px solid var(--black); }
::-webkit-scrollbar-thumb:hover { background: var(--red-d); }

/* =========================================================
   HEADER / NAV
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(10,11,13,0.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-header .hazard-bar { height: 5px; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; padding: 0.85rem 0; position: relative; }
.brand { display: flex; flex-direction: column; line-height: 1; }
.brand-mark {
  font-family: var(--display);
  font-size: 1.55rem; letter-spacing: 0.02em; color: var(--ink); text-transform: uppercase;
}
.brand-mark .red { color: var(--red); }
.brand-sub {
  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.42em; color: var(--muted);
  text-transform: uppercase; margin-top: 4px;
}
.nav-links { display: flex; align-items: center; gap: 1.9rem; }
.nav-links a {
  font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em;
  font-size: 0.86rem; color: var(--soft); position: relative; padding: 4px 0;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0; background: var(--red);
  transition: width .22s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 1rem; }
.nav-phone { font-family: var(--mono); font-size: 0.82rem; color: var(--yellow); letter-spacing: 0.04em; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span { width: 26px; height: 2.5px; background: var(--ink); transition: transform .25s, opacity .2s; }

/* =========================================================
   HERO
   ========================================================= */
.hero { position: relative; overflow: hidden; padding: clamp(48px, 9vw, 96px) 0 clamp(40px, 7vw, 72px); }
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: 0.5;
  background:
    repeating-linear-gradient(115deg, transparent 0 60px, rgba(255,255,255,0.015) 60px 61px);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 5vw, 64px); align-items: center; position: relative; z-index: 2; }
.hero h1 {
  font-family: var(--display);
  font-size: clamp(3.1rem, 9vw, 6.6rem);
  color: var(--ink);
  letter-spacing: 0.005em;
  margin: 0.35em 0 0.45em;
}
.hero h1 .red { color: var(--red); }
.hero h1 .outline {
  color: transparent; -webkit-text-stroke: 2px var(--line-2);
}
.hero-tag { max-width: 44ch; color: var(--soft); font-size: 1.05rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; }
.hero-micro {
  display: flex; flex-wrap: wrap; gap: 1.4rem; margin-top: 2.4rem;
  font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.1em; color: var(--muted); text-transform: uppercase;
}
.hero-micro span { display: inline-flex; align-items: center; gap: 0.5em; }
.hero-micro b { color: var(--yellow); }

/* gauge wrap */
.hero-media { position: relative; }
.gauge-card {
  background: var(--carbon); background-size: 20px 20px;
  border: 1px solid var(--line-2);
  border-radius: 14px;
  padding: clamp(20px, 3vw, 34px);
  box-shadow: var(--shadow);
  position: relative;
}
.gauge-card::after {
  content: "DYNO LIVE"; position: absolute; top: 16px; right: 18px;
  font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.22em; color: var(--red-l);
  display: inline-flex; align-items: center; gap: 6px;
}
.gauge-card::before {
  content: ""; position: absolute; top: 19px; right: 84px; width: 8px; height: 8px; border-radius: 50%;
  background: var(--red); box-shadow: 0 0 10px var(--red); animation: pulse 1.4s infinite;
}
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.25; } }
.gauge-readout {
  display: flex; justify-content: space-between; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line);
}
.gauge-readout .r { text-align: center; }
.gauge-readout .v { font-family: var(--display); font-size: 1.7rem; color: var(--ink); }
.gauge-readout .v.red { color: var(--red); }
.gauge-readout .v.yellow { color: var(--yellow); }
.gauge-readout .k { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.16em; color: var(--muted); text-transform: uppercase; margin-top: 4px; }

/* needle sweep animation on the SVG */
.needle { transform-origin: 150px 150px; animation: sweep 4.5s cubic-bezier(.6,0,.4,1) infinite alternate; }
@keyframes sweep { 0% { transform: rotate(-118deg); } 100% { transform: rotate(96deg); } }

/* =========================================================
   STAT STRIP
   ========================================================= */
.stats { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--char-2); }
.stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: clamp(24px, 4vw, 40px) clamp(16px, 3vw, 30px); border-left: 1px solid var(--line); position: relative; }
.stat:first-child { border-left: none; }
.stat .n { font-family: var(--display); font-size: clamp(2.4rem, 5vw, 3.6rem); color: var(--ink); line-height: 0.9; }
.stat .n .sm { font-size: 0.5em; color: var(--red); }
.stat .l { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-top: 0.7rem; }

/* =========================================================
   SECTIONS
   ========================================================= */
.section { padding: clamp(56px, 9vw, 120px) 0; position: relative; }
.section.alt { background: var(--char-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section.carbon { background: var(--carbon); background-size: 20px 20px; }

.sec-head { max-width: 720px; margin-bottom: clamp(34px, 5vw, 60px); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head.center .eyebrow { justify-content: center; }
.sec-head h2 {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(2.2rem, 5.4vw, 4rem); color: var(--ink); margin: 0.4em 0 0.4em; letter-spacing: 0.01em;
}
.sec-head h2 .red { color: var(--red); }
.sec-head p { color: var(--soft); font-size: 1.04rem; max-width: 58ch; }
.sec-head.center p { margin-inline: auto; }

/* =========================================================
   PACKAGES / PRICING
   ========================================================= */
.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.pkg {
  background: var(--panel); border: 1px solid var(--line-2); position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
  transition: transform .2s ease, border-color .2s ease;
}
.pkg:hover { transform: translateY(-6px); border-color: var(--red); }
.pkg.feature { border-color: var(--red); box-shadow: var(--glow-red); }
.pkg-top { padding: 1.7rem 1.7rem 1.4rem; border-bottom: 1px solid var(--line); position: relative; }
.pkg-top::before { content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 56px; background: var(--red); }
.pkg.feature .pkg-top::before { background: var(--yellow); width: 100%; }
.pkg-tag {
  position: absolute; top: 0; right: 0; background: var(--yellow); color: #0a0b0d;
  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.16em; padding: 6px 12px; text-transform: uppercase;
}
.pkg h3 { font-family: var(--display); font-size: 1.7rem; color: var(--ink); text-transform: uppercase; margin-bottom: 0.3rem; }
.pkg .pkg-sub { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.12em; color: var(--muted); text-transform: uppercase; }
.pkg .price { font-family: var(--display); font-size: 2.6rem; color: var(--red); margin-top: 1rem; line-height: 1; }
.pkg .price .from { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.2em; color: var(--muted); display: block; text-transform: uppercase; margin-bottom: 4px; }
.pkg .price .unit { font-family: var(--body); font-size: 0.9rem; color: var(--muted); }
.pkg ul { padding: 1.5rem 1.7rem; display: flex; flex-direction: column; gap: 0.85rem; flex: 1; }
.pkg li { display: flex; gap: 0.7rem; font-size: 0.92rem; color: var(--soft); align-items: flex-start; }
.pkg li svg { flex: none; margin-top: 2px; }
.pkg .pkg-foot { padding: 0 1.7rem 1.8rem; }
.pkg .pkg-foot .btn { width: 100%; justify-content: center; }

/* =========================================================
   FILTERABLE SERVICES GRID
   ========================================================= */
.filter-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem; margin-bottom: 2.4rem; }
.filter-btn {
  font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em;
  font-size: 0.8rem; color: var(--soft); padding: 0.6em 1.2em; border: 1px solid var(--line-2);
  background: var(--panel); transition: all .18s ease;
  clip-path: polygon(7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%, 0 7px);
}
.filter-btn:hover { border-color: var(--yellow); color: var(--yellow); }
.filter-btn.active { background: var(--red); border-color: var(--red); color: #fff; }
.filter-count { font-family: var(--mono); font-size: 0.74rem; color: var(--muted); margin-left: auto; letter-spacing: 0.08em; }
.filter-count b { color: var(--yellow); }

.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.svc {
  background: var(--panel); border: 1px solid var(--line-2); padding: 1.6rem; position: relative;
  transition: transform .2s ease, border-color .2s ease, opacity .2s ease;
}
.svc:hover { transform: translateY(-5px); border-color: var(--red); }
.svc.hide { display: none; }
.svc-cat {
  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--yellow); padding: 4px 8px; border: 1px solid var(--line-2); display: inline-block; margin-bottom: 1rem;
}
.svc h3 { font-family: var(--cond); font-weight: 800; font-size: 1.25rem; color: var(--ink); text-transform: uppercase; margin-bottom: 0.55rem; letter-spacing: 0.01em; }
.svc p { font-size: 0.9rem; color: var(--muted); line-height: 1.6; margin-bottom: 1.2rem; }
.svc .svc-price { font-family: var(--display); font-size: 1.6rem; color: var(--red); display: flex; align-items: baseline; gap: 0.4rem; }
.svc .svc-price .from { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.16em; color: var(--muted); text-transform: uppercase; }
.svc-icon { position: absolute; top: 1.4rem; right: 1.4rem; opacity: 0.25; }

/* =========================================================
   PROCESS STEPS
   ========================================================= */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; counter-reset: step; }
.step { position: relative; padding: 1.8rem; background: var(--panel); border: 1px solid var(--line-2); }
.step::before {
  counter-increment: step; content: "0" counter(step);
  font-family: var(--display); font-size: 3.2rem; color: transparent; -webkit-text-stroke: 1.5px var(--line-2);
  display: block; line-height: 1; margin-bottom: 0.6rem;
}
.step:hover::before { -webkit-text-stroke-color: var(--red); }
.step h3 { font-family: var(--cond); font-weight: 800; text-transform: uppercase; font-size: 1.15rem; color: var(--ink); margin-bottom: 0.5rem; }
.step p { font-size: 0.88rem; color: var(--muted); line-height: 1.6; }
.step .tag { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.14em; color: var(--yellow); text-transform: uppercase; margin-top: 1rem; display: block; }

/* =========================================================
   SPEC / BEFORE-AFTER CARDS
   ========================================================= */
.spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.spec {
  background: var(--carbon); background-size: 20px 20px; border: 1px solid var(--line-2);
  border-radius: 12px; overflow: hidden;
}
.spec-head { padding: 1.4rem 1.5rem; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.spec-head h3 { font-family: var(--cond); font-weight: 800; font-size: 1.15rem; color: var(--ink); text-transform: uppercase; }
.spec-head .badge { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.12em; color: var(--yellow); border: 1px solid var(--line-2); padding: 3px 7px; text-transform: uppercase; }
.spec-body { padding: 0.4rem 1.5rem 1.5rem; }
.spec-row { display: grid; grid-template-columns: 1fr auto auto; gap: 0.8rem; align-items: center; padding: 0.85rem 0; border-bottom: 1px solid var(--line); }
.spec-row:last-child { border-bottom: none; }
.spec-row .lab { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.08em; color: var(--muted); text-transform: uppercase; }
.spec-row .stock { font-family: var(--cond); font-weight: 700; color: var(--faint); text-align: right; }
.spec-row .tuned { font-family: var(--display); color: var(--red); font-size: 1.25rem; text-align: right; min-width: 70px; }
.spec-gain { padding: 1rem 1.5rem; background: rgba(230,23,42,0.08); border-top: 1px solid var(--line); font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.1em; color: var(--soft); text-transform: uppercase; display: flex; justify-content: space-between; }
.spec-gain b { color: var(--red); font-family: var(--display); font-size: 1.1rem; }

/* =========================================================
   REVIEWS
   ========================================================= */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.review { background: var(--panel); border: 1px solid var(--line-2); padding: 1.8rem; position: relative; }
.review::before {
  content: ""; position: absolute; left: 0; top: 1.8rem; bottom: 1.8rem; width: 3px; background: var(--red);
}
.review .stars { color: var(--yellow); font-size: 0.95rem; letter-spacing: 0.15em; margin-bottom: 1rem; }
.review p { color: var(--soft); font-size: 0.96rem; line-height: 1.7; margin-bottom: 1.3rem; }
.review .who { display: flex; align-items: center; gap: 0.8rem; }
.review .av {
  width: 42px; height: 42px; flex: none; border-radius: 50%;
  background: linear-gradient(135deg, var(--red), var(--char-3)); display: grid; place-items: center;
  font-family: var(--display); color: #fff; font-size: 1.1rem;
}
.review .who .nm { font-family: var(--cond); font-weight: 700; color: var(--ink); text-transform: uppercase; font-size: 0.92rem; letter-spacing: 0.03em; }
.review .who .car { font-family: var(--mono); font-size: 0.66rem; color: var(--muted); letter-spacing: 0.08em; }

/* =========================================================
   JOURNAL TEASER / BLOG
   ========================================================= */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.post {
  background: var(--panel); border: 1px solid var(--line-2); overflow: hidden; display: flex; flex-direction: column;
  transition: transform .2s ease, border-color .2s ease;
}
.post:hover { transform: translateY(-5px); border-color: var(--red); }
.post-thumb { height: 170px; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.post-thumb .lines { position: absolute; inset: 0; }
.post-thumb .cat {
  position: absolute; left: 14px; bottom: 14px; font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: #0a0b0d; background: var(--yellow); padding: 4px 9px; z-index: 2;
}
.post-body { padding: 1.4rem 1.5rem 1.6rem; flex: 1; display: flex; flex-direction: column; }
.post-meta { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.1em; color: var(--muted); text-transform: uppercase; margin-bottom: 0.7rem; }
.post h3 { font-family: var(--cond); font-weight: 800; font-size: 1.2rem; color: var(--ink); text-transform: uppercase; line-height: 1.1; margin-bottom: 0.6rem; }
.post p { font-size: 0.88rem; color: var(--muted); line-height: 1.6; flex: 1; }
.post .read { font-family: var(--mono); font-size: 0.72rem; color: var(--red-l); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 1.1rem; display: inline-flex; gap: 0.5em; }

/* featured post */
.featured-post {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; background: var(--panel);
  border: 1px solid var(--line-2); overflow: hidden; margin-bottom: 2.4rem;
}
.featured-post .fp-media { min-height: 320px; position: relative; border-right: 1px solid var(--line); }
.featured-post .fp-body { padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; justify-content: center; }
.featured-post .fp-body .cat { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.16em; color: var(--yellow); text-transform: uppercase; margin-bottom: 1rem; }
.featured-post h2 { font-family: var(--display); font-size: clamp(1.8rem, 3.5vw, 2.8rem); color: var(--ink); text-transform: uppercase; line-height: 0.98; margin-bottom: 1rem; }
.featured-post p { color: var(--soft); margin-bottom: 1.5rem; }
.featured-post .fp-tag {
  position: absolute; top: 18px; left: 18px; background: var(--red); color: #fff;
  font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.16em; padding: 6px 12px; text-transform: uppercase;
}

/* =========================================================
   CTA BANNER
   ========================================================= */
.cta {
  position: relative; overflow: hidden; text-align: center;
  padding: clamp(56px, 9vw, 110px) 0;
  background: linear-gradient(160deg, var(--char-3), var(--black));
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.cta::before {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(-45deg, rgba(255,212,0,0.05) 0 30px, transparent 30px 60px);
}
.cta-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.cta h2 { font-family: var(--display); font-size: clamp(2.4rem, 6vw, 4.6rem); color: var(--ink); text-transform: uppercase; line-height: 0.95; margin-bottom: 1rem; }
.cta h2 .red { color: var(--red); }
.cta p { color: var(--soft); font-size: 1.06rem; margin-bottom: 2rem; max-width: 52ch; margin-inline: auto; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* =========================================================
   CONTACT
   ========================================================= */
.contact-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.form { background: var(--panel); border: 1px solid var(--line-2); padding: clamp(24px, 3vw, 40px); }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1.2rem; }
.field label { display: block; font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.5rem; }
.field input, .field select, .field textarea {
  width: 100%; background: var(--char); border: 1px solid var(--line-2); color: var(--ink);
  padding: 0.85em 1em; font-size: 0.95rem; transition: border-color .18s ease;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--red); }
.field textarea { resize: vertical; min-height: 120px; }
.form-note { font-family: var(--mono); font-size: 0.8rem; margin-top: 1rem; min-height: 1.2em; }

.info-card { background: var(--carbon); background-size: 20px 20px; border: 1px solid var(--line-2); padding: clamp(22px, 3vw, 34px); margin-bottom: 1.4rem; }
.info-card h3 { font-family: var(--cond); font-weight: 800; text-transform: uppercase; color: var(--ink); font-size: 1.15rem; margin-bottom: 1.2rem; }
.nap-row { display: flex; gap: 0.9rem; padding: 0.8rem 0; border-bottom: 1px solid var(--line); align-items: flex-start; }
.nap-row:last-child { border-bottom: none; }
.nap-row svg { flex: none; margin-top: 2px; }
.nap-row .k { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.12em; color: var(--muted); text-transform: uppercase; }
.nap-row .v { color: var(--ink); font-size: 0.95rem; }
.nap-row .v a:hover { color: var(--red-l); }

.hours { width: 100%; border-collapse: collapse; }
.hours td { padding: 0.6rem 0; border-bottom: 1px solid var(--line); font-size: 0.92rem; }
.hours tr:last-child td { border-bottom: none; }
.hours td:first-child { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.hours td:last-child { text-align: right; color: var(--ink); font-family: var(--cond); font-weight: 600; }
.hours .closed td:last-child { color: var(--red); }
.hours .today { background: rgba(230,23,42,0.06); }
.hours .today td:last-child { color: var(--yellow); }

.map-card { border: 1px solid var(--line-2); overflow: hidden; }
.map-card svg { width: 100%; display: block; }
.map-foot { padding: 0.9rem 1.2rem; background: var(--panel); font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.06em; color: var(--muted); display: flex; justify-content: space-between; }

/* =========================================================
   PAGE HERO (sub pages)
   ========================================================= */
.page-hero { padding: clamp(48px, 7vw, 88px) 0 clamp(30px, 4vw, 50px); position: relative; border-bottom: 1px solid var(--line); overflow: hidden; }
.page-hero::before {
  content: ""; position: absolute; inset: 0; opacity: 0.4;
  background: repeating-linear-gradient(115deg, transparent 0 50px, rgba(255,255,255,0.015) 50px 51px);
}
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { font-family: var(--display); font-size: clamp(2.6rem, 7vw, 5.2rem); color: var(--ink); text-transform: uppercase; margin: 0.3em 0 0.4em; line-height: 0.95; }
.page-hero h1 .red { color: var(--red); }
.page-hero p { max-width: 56ch; color: var(--soft); font-size: 1.05rem; }
.breadcrumb { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.12em; color: var(--muted); text-transform: uppercase; }
.breadcrumb a:hover { color: var(--yellow); }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: var(--black); border-top: 1px solid var(--line); padding-top: clamp(48px, 7vw, 80px); }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem; padding-bottom: 3rem; }
.foot-brand .brand-mark { font-size: 1.7rem; }
.foot-brand p { color: var(--muted); font-size: 0.9rem; margin-top: 1.2rem; max-width: 34ch; line-height: 1.7; }
.foot-col h4 { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--yellow); margin-bottom: 1.2rem; }
.foot-col ul { display: flex; flex-direction: column; gap: 0.7rem; }
.foot-col a, .foot-col li { color: var(--soft); font-size: 0.9rem; }
.foot-col a:hover { color: var(--red-l); }
.foot-bottom { border-top: 1px solid var(--line); padding: 1.6rem 0; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.foot-bottom .copy { font-family: var(--mono); font-size: 0.72rem; color: var(--faint); letter-spacing: 0.06em; }
.foot-social { display: flex; gap: 0.8rem; }
.foot-social a { width: 36px; height: 36px; border: 1px solid var(--line-2); display: grid; place-items: center; transition: all .18s ease; }
.foot-social a:hover { border-color: var(--red); background: var(--red); }
.disclaimer { background: var(--char); border-top: 1px solid var(--line); padding: 1.2rem 0; }
.disclaimer p { font-family: var(--mono); font-size: 0.7rem; color: var(--faint); text-align: center; letter-spacing: 0.04em; line-height: 1.6; }

/* =========================================================
   REVEAL ANIMATION
   ========================================================= */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { max-width: 480px; }
  .contact-grid { grid-template-columns: 1fr; }
  .featured-post { grid-template-columns: 1fr; }
  .featured-post .fp-media { min-height: 240px; border-right: none; border-bottom: 1px solid var(--line); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .nav-links {
    position: absolute; top: calc(100% + 1px); left: calc(var(--gutter) * -1); right: calc(var(--gutter) * -1);
    flex-direction: column; align-items: flex-start; gap: 0; background: var(--black);
    border-bottom: 1px solid var(--line); padding: 0.5rem var(--gutter) 1rem;
    max-height: 0; overflow: hidden; transition: max-height .3s ease; pointer-events: none;
  }
  .nav.open .nav-links { max-height: 360px; pointer-events: auto; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; width: 100%; padding: 0.9rem 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav.open .nav-toggle span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav.open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav.open .nav-toggle span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(odd) { border-left: none; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line); }
  .pkg-grid, .svc-grid, .spec-grid, .reviews, .posts { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .steps { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .form .row { grid-template-columns: 1fr; }
  .hero-micro { gap: 1rem; }
  .gauge-readout { flex-wrap: wrap; gap: 0.6rem; }
  .gauge-readout .r { flex: 1 0 30%; }
  .pkg .price { font-size: 2.2rem; }
}

/* ---- Reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .needle { animation: none; transform: rotate(28deg); }
}

/* ---- Print ---- */
@media print {
  .site-header, .nav-toggle, .cta, .foot-social { display: none; }
  body { background: #fff; color: #000; }
}
