/* ============================================================================
   C-TECH REPAIR — Riverside, CA
   Design language: the precision repair bench. Midnight-navy panels, the
   shop's own crimson for signals-to-act, cool paper white, and a mono
   "diagnostic readout" voice for labels — full signal, no noise.
   Type: Space Grotesk (display) + Inter (body) + IBM Plex Mono (readouts).
   ========================================================================= */

/* ---------- fonts ---------- */
@font-face { font-family: "Space Grotesk"; src: url("/assets/fonts/space-grotesk-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Space Grotesk"; src: url("/assets/fonts/space-grotesk-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Space Grotesk"; src: url("/assets/fonts/space-grotesk-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/assets/fonts/inter-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/assets/fonts/inter-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/assets/fonts/inter-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/assets/fonts/inter-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "IBM Plex Mono"; src: url("/assets/fonts/plex-mono-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "IBM Plex Mono"; src: url("/assets/fonts/plex-mono-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }

/* ---------- tokens ---------- */
:root {
  --ink: #0c1626;            /* midnight navy */
  --ink-2: #11203a;
  --ink-3: #182a49;
  --paper: #f4f6fa;          /* cool paper */
  --paper-2: #e9edf4;
  --card: #ffffff;
  --red: #d92332;            /* the shop's crimson, kept from their sign */
  --red-deep: #b01a27;
  --blue: #2f6df0;           /* signal blue — the tower in their logo */
  --blue-soft: #dbe6fb;
  --tx-ink: #1d2733;
  --tx-mut: #55606e;
  --tx-soft: #7d8794;
  --tx-inv: #eef2f8;
  --tx-inv-mut: #a9b4c4;
  --line: #dde3ec;
  --line-ink: #24344f;
  --disp: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  --body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --mono: "IBM Plex Mono", "SF Mono", Menlo, monospace;
  --wrap: 1180px;
  --r: 10px;
  --r-sm: 6px;
  --shadow: 0 1px 2px rgba(12,22,38,.05), 0 12px 32px -12px rgba(12,22,38,.16);
  --shadow-lg: 0 2px 4px rgba(12,22,38,.07), 0 28px 60px -18px rgba(12,22,38,.30);
}

/* ---------- reset-ish ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
body { font-family: var(--body); font-size: 16.5px; line-height: 1.65; color: var(--tx-ink); background: var(--paper); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; }
input, select, textarea { font: inherit; color: inherit; }
[hidden] { display: none !important; }
[id] { scroll-margin-top: 110px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--ink); color: #fff; font-family: var(--disp); font-weight: 600; font-size: 15px; padding: 12px 20px; border-radius: var(--r-sm); text-decoration: none; transition: top .15s ease; }
.skip-link:focus-visible { top: 12px; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.tnum { font-variant-numeric: tabular-nums; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }
::selection { background: var(--blue); color: #fff; }

/* ---------- type scale ---------- */
h1, h2, h3, .disp { font-family: var(--disp); font-weight: 700; line-height: 1.04; letter-spacing: -.015em; text-wrap: balance; color: var(--ink); }
h1 { font-size: clamp(40px, 6vw, 72px); }
h2 { font-size: clamp(30px, 4vw, 46px); }
h3 { font-size: clamp(20px, 2.3vw, 24px); letter-spacing: -.01em; }
.lead { font-size: clamp(16.5px, 1.4vw, 19px); line-height: 1.7; color: var(--tx-mut); max-width: 60ch; }
.on-ink h1, .on-ink h2, .on-ink h3 { color: var(--tx-inv); }
.on-ink .lead { color: var(--tx-inv-mut); }
.on-ink { color: var(--tx-inv-mut); }

/* eyebrow — mono readout with signal tick */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-weight: 600; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--red-deep); }
.eyebrow .sig { color: var(--red-deep); flex: none; }
.on-ink .eyebrow { color: #ff6b77; }
@media (max-width: 560px) { .eyebrow { font-size: 11.5px; letter-spacing: .12em; } }

/* glow underline for one key phrase */
.mark { position: relative; white-space: nowrap; }
.mark::after { content: ""; position: absolute; left: 0; right: 0; bottom: .04em; height: .16em; background: linear-gradient(90deg, var(--red), #ff5b68); border-radius: 3px; opacity: .9; z-index: -1; transform: scaleX(0); transform-origin: left; animation: sweep .7s .35s cubic-bezier(.2,.7,.2,1) forwards; }
.on-ink .mark::after { background: linear-gradient(90deg, var(--red), #ff7580); }
@keyframes sweep { to { transform: scaleX(1); } }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--disp); font-weight: 600; font-size: 16px; letter-spacing: .01em; padding: 14px 26px; border-radius: var(--r-sm); text-decoration: none; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--red { background: var(--red); color: #fff; box-shadow: 0 8px 22px -8px rgba(217,35,50,.55); }
.btn--red:hover { background: var(--red-deep); }
.btn--ink { background: var(--ink); color: #fff; }
.btn--ink:hover { background: var(--ink-3); }
.btn--ghost { border: 1.5px solid var(--line); color: var(--ink); background: var(--card); }
.btn--ghost:hover { border-color: var(--ink); }
.on-ink .btn--ghost { border-color: rgba(255,255,255,.28); color: #fff; background: transparent; }
.on-ink .btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.06); }
.btn--lg { padding: 17px 32px; font-size: 17.5px; }

/* ---------- topbar ---------- */
.topbar { background: #081020; color: var(--tx-inv-mut); font-family: var(--mono); font-size: 12.5px; letter-spacing: .04em; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 38px; padding-top: 6px; padding-bottom: 6px; }
.topbar b { color: #fff; font-weight: 600; }
.topbar a { color: #fff; text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; min-height: 44px; margin: -8px 0; padding: 0 4px; }
.topbar a:hover { color: #ff8d96; }
.topbar .dot { color: var(--red); }
@media (max-width: 720px) { .hide-s { display: none; } }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--ink); border-bottom: 1px solid var(--line-ink); box-shadow: 0 6px 24px -12px rgba(4,10,22,.6); }
.site-header .bar { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand .logomark { flex: none; }
.brand .b1 { font-family: var(--disp); font-weight: 700; font-size: 24px; letter-spacing: .02em; color: #fff; line-height: 1; }
.brand .b1 i { font-style: normal; color: #ff5b68; }
.brand .b2 { display: block; font-family: var(--mono); font-weight: 600; font-size: 10.5px; letter-spacing: .42em; color: var(--tx-inv-mut); line-height: 1; margin-top: 4px; }
.mainnav { display: flex; align-items: center; gap: 28px; }
.mainnav a { font-family: var(--disp); font-weight: 600; font-size: 16px; color: var(--tx-inv-mut); text-decoration: none; padding: 6px 0; position: relative; }
.mainnav a:hover { color: #fff; }
.mainnav a[aria-current="page"] { color: #fff; }
.mainnav a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 3px; border-radius: 2px; background: var(--red); }
.mainnav .nav-call, .nav-close { display: none; }
.header-cta { display: flex; align-items: center; gap: 18px; }
.header-phone { text-decoration: none; text-align: right; line-height: 1.25; }
.header-phone .p1 { display: block; font-family: var(--disp); font-weight: 700; font-size: 19px; color: #fff; }
.header-phone .p2 { display: block; font-family: var(--mono); font-size: 11px; letter-spacing: .08em; color: var(--tx-inv-mut); text-transform: uppercase; }
.header-phone:hover .p1 { color: #ff8d96; }
.nav-toggle { display: none; color: #fff; padding: 12px; }
.header-call { display: none; }

@media (max-width: 980px) {
  .mainnav { position: fixed; inset: 0; background: var(--ink); flex-direction: column; justify-content: center; gap: 10px; transform: translateX(100%); visibility: hidden; transition: transform .28s ease, visibility 0s .28s; z-index: 60; }
  .mainnav.open { transform: none; visibility: visible; transition: transform .28s ease, visibility 0s 0s; }
  .header-call { display: inline-flex; }
  .mainnav a { font-size: 26px; color: #fff; padding: 10px; }
  .mainnav .nav-call { display: inline-flex; margin-top: 18px; }
  .nav-close { display: block; position: absolute; top: 22px; right: 22px; color: #fff; padding: 8px; }
  .nav-toggle { display: block; }
  .header-phone { display: none; }
}
@media (max-width: 560px) { .header-cta .btn { padding: 11px 16px; font-size: 14.5px; } .header-cta .hide-m { display: none; } }

/* ---------- hero ---------- */
.hero { position: relative; background: var(--ink); overflow: hidden; }
.hero__img { position: absolute; inset: 0; }
.hero__img img { width: 100%; height: 100%; object-fit: cover; object-position: 72% 50%; opacity: .5; }
.hero__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(96deg, rgba(8,16,32,.96) 0%, rgba(8,16,32,.88) 34%, rgba(10,20,38,.45) 68%, rgba(10,20,38,.25) 100%); }
.hero .wrap { position: relative; z-index: 1; padding-top: clamp(72px, 10vw, 130px); padding-bottom: clamp(64px, 9vw, 110px); }
.hero__inner { max-width: 640px; }
.hero h1 { color: #fff; margin: 18px 0 20px; }
.hero .lead { color: var(--tx-inv-mut); }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero__chips { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 40px; }
.chip { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-weight: 500; font-size: 13px; letter-spacing: .03em; color: var(--tx-inv-mut); }
.chip svg { color: #4ade80; flex: none; }
.chip .st { color: #ffc53d; }
.chip b { color: #fff; font-weight: 600; }

/* readout strip under the hero */
.readout { background: #081020; border-top: 1px solid var(--line-ink); }
.readout .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.readout .cell { display: flex; align-items: center; gap: 12px; padding: 18px 18px 18px 0; font-family: var(--mono); font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--tx-inv-mut); }
.readout .cell + .cell { border-left: 1px solid var(--line-ink); padding-left: 22px; }
.readout .cell b { color: #fff; font-weight: 600; }
.readout .led { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 10px #4ade8088; flex: none; }
@media (max-width: 940px) { .readout .wrap { grid-template-columns: 1fr 1fr; } .readout .cell:nth-child(3) { border-left: 0; padding-left: 0; } }
@media (max-width: 560px) { .readout .wrap { grid-template-columns: 1fr; } .readout .cell { border-left: 0 !important; padding: 12px 0; padding-left: 0 !important; } .readout .cell + .cell { border-top: 1px solid var(--line-ink); } }

/* ---------- device ticker ---------- */
.ticker { background: var(--paper); border-bottom: 1px solid var(--line); overflow: hidden; }
.ticker__track { display: flex; gap: 0; width: max-content; animation: tick 36s linear infinite; }
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__seq { display: flex; align-items: center; padding: 15px 0; }
.ticker__seq span { font-family: var(--mono); font-weight: 500; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--tx-mut); padding: 0 22px; position: relative; }
.ticker__seq span::after { content: "+"; position: absolute; right: -7px; color: var(--red); font-weight: 600; }
@keyframes tick { to { transform: translateX(-50%); } }
.ticker:active .ticker__track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .ticker__track { animation: none; } }

/* ---------- sections ---------- */
.sec { padding: clamp(64px, 8vw, 110px) 0; }
.sec--tight { padding: clamp(48px, 6vw, 80px) 0; }
.sec--ink { background: linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%); }
.sec-head { max-width: 700px; margin-bottom: clamp(36px, 5vw, 56px); }
.sec-head h2 { margin: 14px 0 16px; }
.sec-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head--center .lead { margin-left: auto; margin-right: auto; }

/* reveal — hidden state only when JS is actually running (html.js set inline in <head>),
   so blocked/failed scripts or no-JS never leave the page blank */
html.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1); }
html.js [data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html.js [data-reveal] { opacity: 1; transform: none; } }

/* ---------- service cards ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.svc { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.svc__img { aspect-ratio: 3 / 2; overflow: hidden; }
.svc__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.svc:hover .svc__img img { transform: scale(1.045); }
.svc__body { padding: 24px 26px 26px; display: flex; flex-direction: column; flex: 1; }
.svc__body h3 { margin-bottom: 10px; }
.svc__body p { color: var(--tx-mut); font-size: 15.5px; flex: 1; }
.svc__link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-family: var(--disp); font-weight: 600; font-size: 15.5px; color: var(--red); text-decoration: none; }
.svc__link svg { transition: transform .18s ease; }
.svc:hover .svc__link svg { transform: translateX(4px); }
@media (max-width: 980px) { .svc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .svc-grid { grid-template-columns: 1fr; } }

/* ---------- split (image + copy) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.split__img { border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-lg); }
.split__img img { width: 100%; height: 100%; object-fit: cover; }
.split h2 { margin: 14px 0 18px; }
.split .lead + .lead { margin-top: 14px; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } .split--flip .split__img { order: -1; } }

/* checklist */
.checks { margin-top: 26px; display: grid; gap: 14px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; color: var(--tx-ink); }
.checks li svg { color: var(--red); flex: none; margin-top: 4px; }
.checks li b { font-weight: 600; }
.on-ink .checks li { color: var(--tx-inv); }
.on-ink .checks li svg { color: #ff6b77; }

/* ---------- diagnostic report card ---------- */
.diag-card { background: #0a1322; border: 1px solid var(--line-ink); border-radius: var(--r); box-shadow: var(--shadow-lg); overflow: hidden; font-family: var(--mono); }
.diag-card__bar { display: flex; align-items: center; justify-content: space-between; padding: 14px 22px; background: #081020; border-bottom: 1px solid var(--line-ink); }
.diag-card__bar span { font-size: 11.5px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--tx-inv-mut); }
.diag-card__bar .led { width: 9px; height: 9px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 10px #4ade8088; }
.diag-card__body { padding: 24px 22px 26px; display: grid; gap: 15px; }
.diag-row { display: flex; align-items: baseline; gap: 10px; font-size: 14px; color: var(--tx-inv-mut); }
.diag-row .lbl { color: var(--tx-inv); font-weight: 500; }
.diag-row .dots { flex: 1; border-bottom: 1.5px dotted #2b3d5e; transform: translateY(-4px); }
.diag-row .val { font-weight: 600; color: #7cc4ff; }
.diag-row .val--ok { color: #4ade80; }
.diag-row .val--zero { color: #ffc53d; }
.diag-card__total { margin-top: 6px; padding-top: 18px; border-top: 1px solid var(--line-ink); display: flex; justify-content: space-between; align-items: center; }
.diag-card__total .t1 { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--tx-inv); font-weight: 600; }
.diag-card__total .t2 { font-family: var(--disp); font-size: 34px; font-weight: 700; color: #4ade80; }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding: 26px 22px 24px; background: rgba(255,255,255,.035); border: 1px solid var(--line-ink); border-radius: var(--r); }
.step .num { font-family: var(--mono); font-weight: 600; font-size: 13px; letter-spacing: .14em; color: #ff6b77; }
.step h3 { color: #fff; font-size: 19px; margin: 10px 0 8px; }
.step p { font-size: 14.5px; color: var(--tx-inv-mut); line-height: 1.55; }
@media (max-width: 1080px) { .steps { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px) { .steps { grid-template-columns: 1fr 1fr; } .steps .step:nth-child(5) { grid-column: 1 / -1; } }
@media (max-width: 480px) { .steps { grid-template-columns: 1fr; } }

/* ---------- why tiles ---------- */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.why { background: var(--card); border: 1px solid var(--line); border-top: 3px solid var(--red); border-radius: var(--r); padding: 26px 24px; box-shadow: var(--shadow); }
.why svg { color: var(--red); }
.why h3 { font-size: 18.5px; margin: 14px 0 8px; }
.why p { font-size: 14.5px; color: var(--tx-mut); line-height: 1.6; }
.why p a { overflow-wrap: anywhere; }
@media (max-width: 980px) { .why-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .why-grid { grid-template-columns: 1fr; } }
@media (min-width: 861px) { .why-grid--3 { grid-template-columns: repeat(3, 1fr); } }

/* ---------- reviews ---------- */
.rev-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(32px, 4vw, 48px); }
.rating-box { display: flex; align-items: center; gap: 16px; }
.rating-box .score { font-family: var(--disp); font-weight: 700; font-size: 56px; line-height: 1; color: var(--ink); }
.rating-box .meta { font-size: 14px; color: var(--tx-mut); line-height: 1.45; }
.rating-box .meta b { color: var(--tx-ink); }
.stars { display: inline-flex; gap: 2px; color: #f5a623; }
.star-p { position: relative; display: inline-flex; }
.star-p__base { color: #dcd6c8; display: inline-flex; }
.star-p__fill { position: absolute; inset: 0; overflow: hidden; width: 70%; color: #f5a623; display: inline-flex; }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.rev { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 28px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 14px; }
.rev p { color: var(--tx-mut); font-size: 15.5px; flex: 1; }
.rev .who { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.rev .who .nm { font-family: var(--disp); font-weight: 600; font-size: 16px; color: var(--ink); }
.rev .who .src { font-family: var(--mono); font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--tx-mut); }
.rev .qmark { color: var(--red); opacity: .85; }
@media (max-width: 980px) { .rev-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .rev-grid { grid-template-columns: 1fr; } }
@media (min-width: 701px) { .rev-grid--2 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) { .rev-grid--2 { grid-template-columns: 1fr; } }

/* ---------- full-bleed band ---------- */
.band { position: relative; background: var(--ink); overflow: hidden; }
.band__img { position: absolute; inset: 0; }
.band__img img { width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.band__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,16,32,.94) 0%, rgba(8,16,32,.72) 55%, rgba(8,16,32,.42) 100%); }
.band .wrap { position: relative; z-index: 1; padding-top: clamp(64px, 8vw, 104px); padding-bottom: clamp(64px, 8vw, 104px); }
.band__inner { max-width: 560px; }
.band h2 { color: #fff; margin: 14px 0 16px; }
.band .lead { color: var(--tx-inv-mut); }
.band .btn { margin-top: 28px; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(96deg, var(--red-deep), var(--red)); color: #fff; }
.cta-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; padding-top: 48px; padding-bottom: 48px; }
.cta-band h2 { color: #fff; font-size: clamp(26px, 3.2vw, 38px); }
.cta-band .sub { margin-top: 8px; font-family: var(--mono); font-size: 13px; letter-spacing: .06em; color: #fff; }
.cta-band .btn { background: #fff; color: var(--red-deep); box-shadow: 0 10px 26px -10px rgba(0,0,0,.4); }
.cta-band .btn:hover { background: var(--paper); }

/* ---------- form + info card ---------- */
.contact-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(28px, 4vw, 48px); align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.form-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(26px, 3.5vw, 40px); box-shadow: var(--shadow-lg); }
.form-card > h3 { font-size: clamp(22px, 2.6vw, 28px); }
.form-card .sub { color: var(--tx-mut); margin: 8px 0 24px; font-size: 15.5px; }
.fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-family: var(--mono); font-weight: 600; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--tx-mut); }
.field label .opt { font-weight: 500; text-transform: none; letter-spacing: .02em; color: var(--tx-mut); }
.field input, .field textarea { border: 1.5px solid #98a2b0; border-radius: var(--r-sm); background: #fbfcfe; padding: 12px 14px; font-size: 16px; transition: border-color .15s ease, box-shadow .15s ease; }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--blue); background: #fff; box-shadow: 0 0 0 3px var(--blue-soft); }
@media (max-width: 620px) { .fgrid { grid-template-columns: 1fr; } }
.form-msg { margin-top: 16px; font-size: 15px; border-radius: var(--r-sm); padding: 12px 16px; }
.form-msg.ok { background: #e8f8ee; color: #14683a; }
.form-msg.err { background: #fdeaec; color: #9c1b28; }

.info-card { background: var(--ink); color: var(--tx-inv); border-radius: var(--r); padding: clamp(26px, 3.5vw, 36px); box-shadow: var(--shadow-lg); display: grid; gap: 20px; }
.info-card h3 { color: #fff; }
.info-card .row { display: flex; gap: 14px; align-items: flex-start; font-size: 15.5px; }
.info-card .row svg { color: #ff6b77; flex: none; margin-top: 3px; }
.info-card a { color: var(--tx-inv); text-decoration: none; }
.info-card a:hover { color: #ff8d96; }
.info-card .mut { color: var(--tx-inv-mut); }
.hours { width: 100%; border-collapse: collapse; font-size: 15px; }
.hours th, .hours td { padding: 7px 0; color: var(--tx-inv-mut); border-bottom: 1px solid var(--line-ink); }
.hours th { text-align: left; font-weight: 400; }
.hours td:last-child { text-align: right; color: var(--tx-inv); font-variant-numeric: tabular-nums; }
.hours tr:last-child th, .hours tr:last-child td { border-bottom: 0; }
.hours tr.today th, .hours tr.today td { color: #fff; font-weight: 600; }
.hours tr.today th::after { content: "· today"; font-family: var(--mono); font-size: 11px; letter-spacing: .06em; color: #4ade80; margin-left: 8px; }
.map-embed { width: 100%; height: 230px; border: 0; border-radius: var(--r-sm); filter: saturate(.85); }

/* ---------- footer ---------- */
.site-footer { background: #081020; color: var(--tx-inv-mut); font-size: 15px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; padding-top: 64px; padding-bottom: 48px; }
.f-brand p { margin-top: 14px; max-width: 34ch; line-height: 1.65; }
.site-footer .col { display: grid; gap: 10px; align-content: start; }
.site-footer .f-head { font-family: var(--mono); font-weight: 600; font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: #fff; margin-bottom: 6px; }
.site-footer .col a { color: var(--tx-inv-mut); text-decoration: none; }
.site-footer .col a:hover { color: #fff; }
.f-hours { border-collapse: collapse; }
.f-hours th, .f-hours td { padding: 3px 0; }
.f-hours th { text-align: left; font-weight: 400; padding-right: 18px; }
.footer-bot { border-top: 1px solid var(--line-ink); }
.footer-bot .wrap { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding-top: 22px; padding-bottom: 26px; font-size: 13.5px; color: var(--tx-soft); }
@media (max-width: 980px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-top { grid-template-columns: 1fr; } }

/* ---------- page hero (interior pages) ---------- */
.page-hero { background: linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%); padding: clamp(52px, 7vw, 88px) 0; }
.page-hero h1 { color: #fff; font-size: clamp(34px, 4.6vw, 56px); margin-top: 16px; }
.page-hero .lead { color: var(--tx-inv-mut); margin-top: 14px; }

/* services page detail rows */
.svc-detail { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 4.5vw, 64px); align-items: center; padding: clamp(44px, 6vw, 72px) 0; border-bottom: 1px solid var(--line); }
.svc-detail:last-child { border-bottom: 0; }
.svc-detail__img { border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-lg); }
.svc-detail h2 { font-size: clamp(26px, 3vw, 36px); margin: 12px 0 14px; }
.svc-detail p { color: var(--tx-mut); }
.svc-detail .checks { margin-top: 20px; }
.svc-detail:nth-child(even) .svc-detail__img { order: 2; }
@media (max-width: 860px) { .svc-detail { grid-template-columns: 1fr; } .svc-detail:nth-child(even) .svc-detail__img { order: 0; } }

/* about page */
.about-vals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
@media (max-width: 860px) { .about-vals { grid-template-columns: 1fr; } }

/* 404 */
.err-hero { text-align: center; padding: clamp(80px, 12vw, 160px) 24px; }
.err-hero .code { font-family: var(--mono); font-weight: 600; font-size: 15px; letter-spacing: .3em; color: var(--red); }
.err-hero h1 { margin: 16px 0 12px; }
.err-hero p { color: var(--tx-mut); max-width: 46ch; margin: 0 auto 28px; }

/* ---------- print ---------- */
@media print {
  .topbar, .site-header, .cta-band, .site-footer, .no-print, .ticker { display: none !important; }
  body { background: #fff; }
}
