/* ============================================================
   AM CUSTOMS — custom paint · PEEL Clear · lite repairs
   Scroll-scrubbed cinematic build · Porsche 997.2 GT3
   Brand: White / Red / Blue / Nardo Grey
   ============================================================ */
:root {
  --bg:        #0c0d0f;
  --bg-soft:   #131517;
  --panel:     #181a1d;
  --ink:       #f6f7f9;   /* white */
  --muted:     rgba(246, 247, 249, 0.58);
  --faint:     rgba(246, 247, 249, 0.30);
  --red:       #e21d24;
  --red-hi:    #ff3b41;
  --blue:      #1f5cff;
  --blue-hi:   #4d83ff;
  --nardo:     #9a9ea1;   /* Nardo grey */
  --nardo-dk:  #6f7376;
  --line:      rgba(255, 255, 255, 0.10);
  --line-soft: rgba(255, 255, 255, 0.06);
  --font-disp: "Anton", "Archivo Black", system-ui, sans-serif;
  --font-body: "Sora", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scrollbar-width: none; }
html::-webkit-scrollbar { display: none; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* film grain */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.eyebrow {
  font-size: 11px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 600;
}
.eyebrow.blue { color: var(--blue-hi); }

/* ===================== NAV ===================== */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 38px;
  transition: background 0.5s ease, padding 0.5s ease, border-color 0.5s ease;
  border-bottom: 1px solid transparent;
}
.nav.solid {
  background: rgba(12, 13, 15, 0.8);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
  padding: 14px 38px;
}
.brand {
  font-family: var(--font-disp);
  font-size: 22px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
}
.brand .am { color: var(--ink); }
.brand .dot { color: var(--red); }
.nav-links {
  display: flex;
  gap: 32px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.nav-links a { color: inherit; text-decoration: none; transition: color 0.25s; }
.nav-links a:hover { color: var(--ink); }
.btn {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  background: var(--red);
  border: none;
  padding: 12px 22px;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.25s, box-shadow 0.25s, background 0.25s;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 34px rgba(226, 29, 36, 0.42); background: var(--red-hi); }
.btn.ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}
.btn.ghost:hover { border-color: var(--blue); box-shadow: 0 10px 34px rgba(31,92,255,0.2); background: transparent; }
.nav-right { display: flex; align-items: center; gap: 14px; }
.ig-link {
  display: inline-grid; place-items: center; width: 40px; height: 40px;
  border-radius: 50%; border: 1px solid var(--line); color: var(--ink);
  transition: border-color 0.25s, color 0.25s, transform 0.25s, background 0.25s;
}
.ig-link:hover { border-color: var(--red); color: var(--red); transform: translateY(-2px); }
.ig-link svg { width: 19px; height: 19px; }
.footer .ig-link { width: 34px; height: 34px; color: var(--nardo); }
.footer .ig-link svg { width: 16px; height: 16px; }

/* ===================== SCRUB SECTIONS ===================== */
.scrub { position: relative; height: 480vh; }
.scrub .sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #07080a;
}
.scrub canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.vignette {
  position: absolute; inset: 0; pointer-events: none; z-index: 4;
  background:
    radial-gradient(125% 95% at 50% 44%, transparent 44%, rgba(0,0,0,0.6) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 22%, transparent 64%, rgba(0,0,0,0.82) 100%);
}

/* overlay reveal copy — anchored UPPER-LEFT */
.overlay {
  position: absolute; inset: 0; z-index: 10;
  padding: 0;
}
.reveal-line {
  position: absolute;
  left: clamp(20px, 6vw, 110px);
  top: clamp(116px, 19vh, 210px);
  text-align: left;
  max-width: min(86vw, 58rem);   /* wraps instead of clipping at the right edge */
  font-family: var(--font-disp);
  font-weight: 400;
  font-size: clamp(2.1rem, 8vw, 6.6rem);
  line-height: 0.94;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  opacity: 0;
  will-change: opacity, transform;
  text-shadow: 0 14px 60px rgba(0,0,0,0.7);
}
.reveal-line .hl { color: var(--red); text-shadow: 0 0 48px rgba(226,29,36,0.5); }
.reveal-line .hlb { color: var(--blue-hi); text-shadow: 0 0 48px rgba(31,92,255,0.55); }
.reveal-line .grad {
  background: linear-gradient(100deg, var(--red-hi), #fff 50%, var(--blue-hi));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.reveal-line .sub {
  display: block;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(0.72rem, 1.5vw, 1rem);
  letter-spacing: 0.4em;
  margin-top: 18px;
  color: var(--muted);
  text-shadow: none;
}

/* corner HUD */
.hud-corner {
  position: absolute; z-index: 12;
  font-size: 10px; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--faint);
}
.hud-corner b { color: var(--red); font-weight: 600; }
.hud-corner.blue b { color: var(--blue-hi); }
.hud-corner.tl { top: 92px; left: 38px; }
.hud-corner.tr { top: 92px; right: 38px; text-align: right; }
.hud-corner.bl { bottom: 64px; left: 38px; }
.hud-corner.br { bottom: 64px; right: 38px; text-align: right; }

.progress {
  position: absolute; left: 38px; right: 38px; bottom: 44px; height: 2px;
  background: rgba(255,255,255,0.10); z-index: 12;
}
.progress-fill {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--red), var(--blue));
  box-shadow: 0 0 14px rgba(226,29,36,0.6);
}
#paint-scrub .progress-fill {
  background: linear-gradient(90deg, #e21d24, #ffd23b, #1f5cff, #d6219b, #19c37d);
  box-shadow: 0 0 16px rgba(214,33,155,0.6);
}
.scroll-hint {
  position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%);
  z-index: 12; font-size: 10px; letter-spacing: 0.42em; color: var(--faint);
  animation: bob 1.9s ease-in-out infinite; transition: opacity 0.4s;
}
@keyframes bob { 0%,100% { transform: translateX(-50%) translateY(0);} 50% { transform: translateX(-50%) translateY(7px);} }

/* ===================== STANDARD SECTIONS ===================== */
.section { position: relative; padding: clamp(90px, 13vw, 180px) clamp(24px, 6vw, 110px); }
.section-head { max-width: 820px; }
.section-head h2 {
  font-family: var(--font-disp);
  font-weight: 400;
  font-size: clamp(2.2rem, 6vw, 5rem);
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 18px 0 22px;
}
.section-head p { color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.7; max-width: 620px; }

/* manifesto */
.manifesto {
  background:
    radial-gradient(70% 60% at 82% 0%, rgba(31,92,255,0.10), transparent 60%),
    radial-gradient(50% 50% at 5% 100%, rgba(226,29,36,0.08), transparent 60%),
    var(--bg);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.manifesto .big {
  font-family: var(--font-disp);
  font-weight: 400;
  font-size: clamp(1.9rem, 5.2vw, 4.4rem);
  line-height: 1.04;
  text-transform: uppercase;
  max-width: 18ch;
}
.manifesto .big .red { color: var(--red); }
.manifesto .big .blue { color: var(--blue-hi); }
.manifesto .lead { margin-top: 34px; color: var(--muted); font-size: 1.12rem; line-height: 1.8; max-width: 580px; }

/* About — Tony figure */
.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}
.about-figure {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
.about-figure::before {
  content: "";
  position: absolute;
  inset: 8% 6% 4% 6%;
  background: radial-gradient(60% 55% at 50% 42%, rgba(31,92,255,0.22), transparent 70%),
              radial-gradient(50% 45% at 60% 70%, rgba(226,29,36,0.18), transparent 70%);
  filter: blur(18px);
  z-index: 0;
}
.about-figure img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  height: auto;
  filter: drop-shadow(0 34px 60px rgba(0,0,0,0.65));
}
.about-figure figcaption {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
}
@media (max-width: 860px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-figure { margin-top: 40px; }
  .about-figure img { max-width: 300px; }
}

/* CTA — Tony */
.cta-tony {
  display: block;
  width: auto;
  height: clamp(180px, 26vh, 260px);
  margin: 0 auto 8px;
  filter: drop-shadow(0 22px 40px rgba(0,0,0,0.6));
}

/* services */
.services { background: var(--bg-soft); border-bottom: 1px solid var(--line-soft); }
.svc-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
}
.svc {
  position: relative;
  background: var(--panel);
  padding: 42px 36px 48px;
  overflow: hidden;
  transition: background 0.4s;
}
.svc:hover { background: #1e2124; }
.svc .num { font-size: 11px; letter-spacing: 0.3em; color: var(--red); }
.svc:nth-child(2) .num { color: var(--blue-hi); }
.svc:nth-child(3) .num { color: var(--nardo); }
.svc h3 {
  font-family: var(--font-disp); font-weight: 400; text-transform: uppercase;
  font-size: 1.7rem; margin: 16px 0 14px; letter-spacing: 0.02em;
}
.svc p { color: var(--muted); font-size: 0.98rem; line-height: 1.65; }
.svc .tag { margin-top: 18px; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--faint); }
.svc .glow {
  position: absolute; right: -40px; bottom: -40px; width: 150px; height: 150px;
  background: radial-gradient(circle, rgba(226,29,36,0.5), transparent 70%);
  filter: blur(10px); opacity: 0; transition: opacity 0.4s;
}
.svc:hover .glow { opacity: 0.55; }
.svc:nth-child(2) .glow { background: radial-gradient(circle, rgba(31,92,255,0.5), transparent 70%); }
.svc:nth-child(3) .glow { background: radial-gradient(circle, rgba(154,158,161,0.5), transparent 70%); }

/* process */
.process { background: var(--bg); border-bottom: 1px solid var(--line-soft); }
.proc-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
}
.proc {
  border-top: 2px solid var(--line);
  padding-top: 22px;
}
.proc:nth-child(1) { border-color: var(--red); }
.proc:nth-child(2) { border-color: #fff; }
.proc:nth-child(3) { border-color: var(--blue); }
.proc:nth-child(4) { border-color: var(--nardo); }
.proc .step { font-size: 12px; letter-spacing: 0.26em; color: var(--faint); }
.proc h4 {
  font-family: var(--font-disp); font-weight: 400; text-transform: uppercase;
  font-size: 1.5rem; margin: 12px 0 12px; letter-spacing: 0.02em;
}
.proc p { color: var(--muted); font-size: 0.96rem; line-height: 1.65; }

/* gallery */
.gallery { background: var(--bg-soft); }
.gal-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 220px;
  gap: 14px;
}
.gal-item { position: relative; overflow: hidden; border-radius: 3px; border: 1px solid var(--line-soft); }
.gal-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.8s cubic-bezier(.2,.7,.2,1); }
.gal-item:hover img { transform: scale(1.06); }
.gal-item .cap {
  position: absolute; left: 18px; bottom: 16px; z-index: 2;
  font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink);
  text-shadow: 0 2px 10px rgba(0,0,0,0.8);
}
.gal-item::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.55)); }
.g-wide { grid-column: span 7; }
.g-tall { grid-column: span 5; grid-row: span 2; }
.g-sm  { grid-column: span 5; }
.g-md  { grid-column: span 4; }
.g-md2 { grid-column: span 8; }

/* CTA */
.cta {
  text-align: center;
  background:
    radial-gradient(70% 120% at 50% 120%, rgba(31,92,255,0.16), transparent 60%),
    radial-gradient(60% 100% at 50% -10%, rgba(226,29,36,0.14), transparent 60%),
    var(--bg);
  border-top: 1px solid var(--line-soft);
}
.cta h2 {
  font-family: var(--font-disp); font-weight: 400; text-transform: uppercase;
  font-size: clamp(2.6rem, 8vw, 7rem); line-height: 0.95; letter-spacing: 0.01em;
}
.cta p { margin: 26px auto 40px; color: var(--muted); max-width: 500px; font-size: 1.08rem; line-height: 1.7; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* footer */
.footer {
  padding: 60px clamp(24px, 6vw, 110px);
  border-top: 1px solid var(--line-soft);
  display: flex; flex-wrap: wrap; gap: 24px;
  align-items: center; justify-content: space-between;
  color: var(--faint); font-size: 12px; letter-spacing: 0.12em;
}
.footer a { color: var(--nardo); text-decoration: none; transition: color 0.25s; }
.footer a:hover { color: var(--ink); }
.footer .brand { font-size: 18px; }

/* ===================== SERVICES PAGE ===================== */
.svc-hero {
  padding: clamp(150px, 20vh, 240px) clamp(24px, 6vw, 110px) clamp(40px, 6vw, 70px);
  border-bottom: 1px solid var(--line-soft);
  background: radial-gradient(60% 100% at 100% 0%, rgba(31,92,255,0.10), transparent 60%),
              radial-gradient(50% 80% at 0% 100%, rgba(226,29,36,0.08), transparent 60%),
              var(--bg);
}
.svc-hero h1 {
  font-family: var(--font-disp); font-weight: 400; text-transform: uppercase;
  font-size: clamp(3rem, 9vw, 7rem); line-height: 0.92; letter-spacing: 0.01em;
}
.svc-hero .lead { color: var(--muted); max-width: 640px; margin-top: 22px; font-size: 1.14rem; line-height: 1.7; }

.svc-row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
  padding: clamp(56px, 8vw, 110px) clamp(24px, 6vw, 110px);
  border-bottom: 1px solid var(--line-soft);
}
.svc-row:nth-child(even) .svc-media { order: -1; }
.svc-copy .idx { font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--red); }
.svc-row:nth-child(2) .svc-copy .idx { color: var(--blue-hi); }
.svc-row:nth-child(4) .svc-copy .idx { color: var(--blue-hi); }
.svc-copy h2 {
  font-family: var(--font-disp); font-weight: 400; text-transform: uppercase;
  font-size: clamp(1.9rem, 4.4vw, 3.4rem); line-height: 1; margin: 14px 0 20px; letter-spacing: 0.01em;
}
.svc-copy p { color: var(--muted); line-height: 1.82; font-size: 1.06rem; }
.svc-copy .feat { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px; }
.svc-copy .feat span {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink);
  border: 1px solid var(--line); padding: 8px 13px; border-radius: 2px;
}
.svc-copy .applicator {
  display: flex; align-items: center; gap: 14px; margin-top: 26px;
  padding-top: 22px; border-top: 1px solid var(--line-soft);
}
.svc-copy .applicator img { width: 48px; height: 48px; flex: none; }
.svc-copy .applicator span {
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted);
}

/* PEEL Clear color range band */
.colorwall {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line-soft);
}
.colorwall img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  min-height: 360px; max-height: 600px;
}
.colorwall-cap {
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(44px, 6vw, 96px) clamp(24px, 6vw, 92px);
}
.colorwall-cap h2 {
  font-family: var(--font-disp); font-weight: 400; text-transform: uppercase;
  font-size: clamp(2rem, 4.6vw, 3.6rem); line-height: 1; letter-spacing: 0.01em; margin: 14px 0 18px;
}
.colorwall-cap p { color: var(--muted); line-height: 1.8; font-size: 1.06rem; max-width: 520px; }
@media (max-width: 820px) {
  .colorwall { grid-template-columns: 1fr; }
  .colorwall img { min-height: 280px; }
}
.svc-media {
  position: relative; aspect-ratio: 4 / 3; border-radius: 4px; overflow: hidden;
  border: 1px solid var(--line-soft);
}
.svc-media img, .svc-media video { width: 100%; height: 100%; object-fit: cover; display: block; }
.svc-media--portrait { aspect-ratio: 4 / 5; }

/* before/after slider */
.slider { display: flex; width: 100%; height: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.slider::-webkit-scrollbar { display: none; }
.slide { flex: 0 0 100%; height: 100%; scroll-snap-align: start; }
.slider-btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line);
  background: rgba(12, 13, 15, 0.55); backdrop-filter: blur(6px); color: var(--ink);
  font-size: 22px; line-height: 0; display: grid; place-items: center; cursor: pointer;
  transition: background 0.2s, border-color 0.2s, opacity 0.2s; padding-bottom: 3px;
}
.slider-btn:hover { background: var(--red); border-color: var(--red); }
.slider-btn.prev { left: 12px; }
.slider-btn.next { right: 12px; }
.slider-dots { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; gap: 7px; }
.slider-dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255, 255, 255, 0.45); transition: background 0.2s, width 0.2s; }
.slider-dots span.active { background: var(--red); width: 18px; border-radius: 4px; }
.svc-media .badge {
  position: absolute; left: 16px; bottom: 14px; z-index: 2;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink);
  text-shadow: 0 2px 10px rgba(0,0,0,0.8);
}
.svc-media::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.5)); }
@media (max-width: 820px) {
  .svc-row { grid-template-columns: 1fr; }
  .svc-row .svc-media, .svc-row:nth-child(even) .svc-media { order: -1; }
}

/* small inline link button used on the home services teaser */
.see-all { margin-top: 44px; }

/* reveal anim */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.9s ease, transform 0.9s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }

/* ===================== QUOTE FORM PAGE ===================== */
.quote-grid {
  display: grid; grid-template-columns: 1.4fr 0.9fr; gap: clamp(30px, 5vw, 64px);
  align-items: start; margin-top: 50px;
}
.field { margin-bottom: 20px; }
.field > label { display: block; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.field input, .field select, .field textarea {
  width: 100%; background: var(--panel); border: 1px solid var(--line); border-radius: 3px;
  color: var(--ink); font-family: var(--font-body); font-size: 1rem; padding: 13px 15px;
  transition: border-color 0.2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--red); }
.field textarea { min-height: 130px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--faint); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.file-field input[type=file] { padding: 12px; cursor: pointer; color: var(--muted); }
.field .hint { margin-top: 7px; font-size: 12px; color: var(--faint); }
.req { color: var(--red); }
.form-actions { margin-top: 8px; }
.form-note { margin-top: 16px; font-size: 12px; color: var(--faint); line-height: 1.6; }

/* contact card */
.contact-card {
  background: var(--panel); border: 1px solid var(--line-soft); border-radius: 4px;
  padding: 32px 30px; position: sticky; top: 96px;
}
.contact-card h3 { font-family: var(--font-disp); font-weight: 400; text-transform: uppercase; font-size: 1.6rem; letter-spacing: 0.02em; margin-bottom: 22px; }
.contact-row { display: block; padding: 14px 0; border-top: 1px solid var(--line-soft); }
.contact-row:first-of-type { border-top: none; }
.contact-row .ct-label { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--faint); display: block; margin-bottom: 5px; }
.contact-row a, .contact-row span { color: var(--ink); text-decoration: none; font-size: 1.05rem; }
.contact-row a:hover { color: var(--red); }
.contact-card .btn { margin-top: 22px; width: 100%; text-align: center; }
@media (max-width: 860px) {
  .quote-grid { grid-template-columns: 1fr; }
  .contact-card { position: static; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
}

/* ===================== REVIEWS ===================== */
.reviews { background: var(--bg-soft); border-top: 1px solid var(--line-soft); }
.reviews-head { display: flex; align-items: baseline; gap: 20px; flex-wrap: wrap; }
.reviews-rating { font-family: var(--font-disp); font-weight: 400; font-size: 2.4rem; color: var(--ink); line-height: 1; }
.stars { color: #ffc83d; letter-spacing: 2px; }
.reviews-sub { color: var(--muted); font-size: 0.95rem; }
.reviews-sub a { color: var(--nardo); }
.reviews-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 22px; }
.review-card { background: var(--panel); border: 1px solid var(--line-soft); border-radius: 4px; padding: 30px 28px; display: flex; flex-direction: column; }
.review-card .stars { font-size: 14px; }
.review-card p { color: var(--ink); line-height: 1.72; margin: 16px 0 22px; font-size: 1.02rem; flex: 1; }
.review-card .reviewer { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.review-card .reviewer b { color: var(--ink); font-weight: 600; }
.reviews-cta { margin-top: 44px; }

/* music toggle */
.music-toggle {
  position: fixed; bottom: 22px; right: 22px; z-index: 120;
  display: flex; align-items: center; gap: 11px;
  background: rgba(12, 13, 15, 0.72); backdrop-filter: blur(10px);
  border: 1px solid var(--line); border-radius: 100px;
  padding: 10px 17px 10px 15px; cursor: pointer; color: var(--ink);
  font-family: var(--font-body); font-size: 10px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  transition: border-color 0.25s, background 0.25s, transform 0.25s;
}
.music-toggle:hover { border-color: var(--red); transform: translateY(-2px); }
.music-toggle .eq { display: flex; align-items: center; gap: 2px; height: 15px; }
.music-toggle .eq i { width: 3px; height: 4px; background: var(--muted); border-radius: 2px; transition: background 0.25s; }
.music-toggle.playing .eq i { background: var(--red); animation: eq 0.9s ease-in-out infinite; }
.music-toggle.playing .eq i:nth-child(2) { animation-delay: 0.2s; }
.music-toggle.playing .eq i:nth-child(3) { animation-delay: 0.4s; }
.music-toggle.playing .eq i:nth-child(4) { animation-delay: 0.1s; }
@keyframes eq { 0%, 100% { height: 4px; } 50% { height: 15px; } }
.music-toggle .music-label { color: var(--muted); }
.music-toggle.playing .music-label { color: var(--ink); }
@media (max-width: 600px) {
  .music-toggle { bottom: 16px; right: 16px; padding: 9px 13px; }
  .music-toggle .music-label { display: none; }
}

/* responsive */
@media (max-width: 860px) {
  .nav { padding: 16px 20px; }
  .nav.solid { padding: 12px 20px; }
  .nav-links { display: none; }
  .hud-corner.tr, .hud-corner.br { display: none; }
  .hud-corner.tl { left: 20px; } .hud-corner.bl { left: 20px; }
  .progress { left: 20px; right: 20px; }
  .gal-grid { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 160px; }
  .g-wide, .g-tall, .g-sm, .g-md, .g-md2 { grid-column: span 6; grid-row: span 1; }
}
