/* ==========================================================================
   Pomona Vehicle Repair · Super Service of Pomona Valley
   Design system: "Understand your vehicle"
   Type: Archivo (variable width axis used as the expressive device)
   ========================================================================== */

:root {
  --navy: #0a1b3d;
  --navy-2: #102650;
  --navy-3: #1a3466;
  --blue: #0b5bd3;
  --blue-ink: #0846a6;
  --blue-soft: #e7effc;
  --red: #d6282f;
  --red-ink: #b31d24;
  --ink: #1b2230;
  --steel: #56627a;
  --line: #d8dfe9;
  --paper: #f2f4f8;
  --white: #fff;
  --amber: #c98407;

  --f: "Archivo", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --wrap: 1320px;
  --gut: clamp(20px, 4.2vw, 56px);
  --sec: clamp(72px, 9vw, 136px);

  --r-photo: 18px;
  --r-ui: 10px;

  --t-sm: .875rem;
  --t-base: 1.0625rem;
  --t-lead: clamp(1.125rem, 1.05rem + .35vw, 1.3125rem);
  --t-h3: clamp(1.1875rem, 1.1rem + .3vw, 1.375rem);
  --t-lg: clamp(2.05rem, 1.3rem + 3vw, 3.75rem);
  --t-xl: clamp(2.5rem, 1.2rem + 4.4vw, 5.1rem);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body { margin: 0; font-family: var(--f); font-size: var(--t-base); line-height: 1.62; color: var(--ink); background: var(--white); font-stretch: 100%; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, svg, picture { display: block; max-width: 100%; height: auto; }
a { color: var(--blue-ink); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: var(--blue); }
h1, h2, h3, h4 { margin: 0; line-height: 1.12; color: inherit; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
figure { margin: 0; }
address { font-style: normal; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
.sec-navy :focus-visible, .hero :focus-visible, .inspect-band :focus-visible, .site-footer :focus-visible { outline-color: #fff; }
.sr-only { position: absolute !important; 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: 12px; top: -100px; z-index: 100; background: var(--navy); color: #fff; padding: 12px 18px; border-radius: var(--r-ui); font-weight: 700; }
.skip-link:focus { top: 12px; color: #fff; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }

/* ---------- Type ---------- */
.d-lg { font-size: var(--t-lg); font-weight: 800; font-stretch: 116%; letter-spacing: -.022em; line-height: 1.02; text-wrap: balance; }
.lead { font-size: var(--t-lead); line-height: 1.55; color: var(--steel); max-width: 60ch; }
.fine { font-size: var(--t-sm); color: var(--steel); max-width: 72ch; }
.text-link { display: inline-block; font-weight: 650; font-stretch: 104%; margin-top: .5rem; }
.text-link-light { color: #cfe0ff; }
.text-link-light:hover { color: #fff; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; min-height: 46px; padding: .7em 1.2em; border-radius: var(--r-ui); font-weight: 700; font-stretch: 106%; letter-spacing: -.005em; text-decoration: none; line-height: 1.15; text-align: center; border: 2px solid transparent; transition: background-color .15s, color .15s, border-color .15s; }
.btn-lg { min-height: 54px; padding: .85em 1.45em; font-size: 1.0625rem; }
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-ink); color: #fff; }
.btn-white { background: #fff; color: var(--navy); }
.btn-white:hover { background: var(--blue-soft); color: var(--navy); }
.btn-line-light { border-color: rgba(255,255,255,.55); color: #fff; }
.btn-line-light:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }

/* ---------- Sections ---------- */
.sec { padding-block: var(--sec); }
.sec-paper { background: var(--paper); }
.sec-white { background: var(--white); }
.sec-navy { background: var(--navy); color: #fff; }
.sec-navy .lead { color: #c3cee4; }

.split-head { display: grid; gap: clamp(16px, 3vw, 64px); grid-template-columns: 1fr; margin-bottom: clamp(36px, 5vw, 64px); align-items: end; }
@media (min-width: 960px) { .split-head { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); } }
.split-head .lead { margin-bottom: 0; }
.split-head .split-head-copy .lead:not(:last-child) { margin-bottom: 1em; }
.split-head-copy p:last-child { margin-bottom: 0; }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
@supports (backdrop-filter: blur(8px)) { .site-header { background: rgba(255,255,255,.9); backdrop-filter: saturate(1.4) blur(10px); } }
.hdr { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 76px; }
.brand { flex: none; display: block; }
.brand img { width: 118px; height: auto; }
@media (min-width: 1100px) { .brand img { width: 132px; } }

.nav-toggle { display: inline-flex; align-items: center; gap: 10px; background: none; border: 1.5px solid var(--line); border-radius: var(--r-ui); padding: 10px 14px; font-weight: 700; cursor: pointer; }
.nav-toggle-bars { position: relative; width: 18px; height: 2px; background: var(--navy); }
.nav-toggle-bars::before, .nav-toggle-bars::after { content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: var(--navy); transition: transform .2s; }
.nav-toggle-bars::before { top: -6px; } .nav-toggle-bars::after { top: 6px; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars::after { transform: translateY(-6px) rotate(-45deg); }

.nav-panel { display: none; }
.nav-panel.is-open { display: block; position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--line); padding: 8px var(--gut) 24px; max-height: calc(100vh - 76px); overflow-y: auto; box-shadow: 0 18px 30px -24px rgba(10,27,61,.45); }
.menu { list-style: none; }
.menu > li { border-bottom: 1px solid var(--line); }
.menu a, .sub-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 14px 2px; color: var(--navy); font-weight: 650; font-stretch: 104%; text-decoration: none; background: none; border: 0; cursor: pointer; text-align: left; }
.menu a:hover, .sub-toggle:hover { color: var(--blue); }
.caret { width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); margin-left: 8px; transition: transform .2s; }
.sub-toggle[aria-expanded="true"] .caret { transform: rotate(-135deg) translateY(-1px); }
.sub { list-style: none; display: none; padding: 0 0 10px 12px; }
.sub.is-open { display: block; }
.sub a { padding: 9px 2px; font-weight: 500; font-stretch: 100%; }
.nav-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; padding-top: 18px; }
.nav-tel { font-weight: 800; font-stretch: 108%; color: var(--navy); text-decoration: none; font-size: 1.0625rem; }

@media (min-width: 1100px) {
  .nav { display: flex; align-items: center; }
  .nav-toggle { display: none; }
  .nav-panel, .nav-panel.is-open { display: flex; align-items: center; gap: 28px; position: static; padding: 0; background: none; border: 0; box-shadow: none; max-height: none; overflow: visible; }
  .menu { display: flex; align-items: center; gap: 4px; }
  .menu > li { border: 0; position: relative; }
  .menu a, .sub-toggle { padding: 10px 12px; font-size: .96875rem; width: auto; border-radius: 8px; }
  .sub { position: absolute; top: calc(100% + 6px); left: 0; min-width: 250px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 8px; box-shadow: 0 22px 40px -22px rgba(10,27,61,.35); }
  .has-sub:focus-within .sub, .has-sub:hover .sub { display: block; }
  .has-sub .sub::before { content: ""; position: absolute; left: 0; right: 0; top: -8px; height: 8px; }
  .sub a { padding: 9px 12px; }
  .sub a:hover { background: var(--paper); }
  .nav-cta { padding: 0; flex-wrap: nowrap; }
}

/* ==========================================================================
   2 · Hero
   ========================================================================== */
.hero { background: var(--navy); color: #fff; padding-block: clamp(40px, 6vw, 88px) clamp(56px, 7vw, 104px); position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: linear-gradient(90deg, var(--red) 0 14%, var(--blue) 14% 100%); }
.hero-grid { display: grid; gap: clamp(36px, 5vw, 72px); grid-template-columns: 1fr; align-items: center; }
@media (min-width: 1100px) { .hero-grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: start; } .hero-visual { margin-top: 36px; } }

.hero-where { display: flex; flex-wrap: wrap; gap: 4px 14px; font-size: var(--t-sm); font-weight: 600; font-stretch: 108%; color: #c3cee4; margin-bottom: 1.4rem; }
.hero-where-addr { color: #fff; }
@media (min-width: 520px) { .hero-where-addr { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.3); } }
.hero-title { font-size: var(--t-xl); font-weight: 850; font-stretch: 122%; line-height: .92; letter-spacing: -.035em; text-wrap: balance; margin-bottom: .34em; }
.hero-say { font-size: clamp(1.35rem, 1rem + 1.4vw, 2.125rem); font-weight: 600; font-stretch: 108%; line-height: 1.2; letter-spacing: -.012em; color: #fff; max-width: 24ch; margin-bottom: 1rem; text-wrap: balance; }
.hero-sub { color: #c3cee4; font-size: var(--t-lead); max-width: 50ch; margin-bottom: 1.8rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin: 1rem 0 0; font-size: var(--t-sm); color: #9fb0d0; }

.hero-visual { position: relative; }
.hero-photo { border-radius: var(--r-photo); overflow: hidden; aspect-ratio: 5 / 4; background: var(--navy-2); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.dock { position: relative; margin-top: -48px; margin-inline: clamp(10px, 3vw, 28px); background: #fff; color: var(--ink); border-radius: 16px; padding: 18px 18px 20px; box-shadow: 0 30px 50px -30px rgba(0,0,0,.55); }
@media (min-width: 1100px) { .dock { margin: -64px 0 0 -40px; max-width: 480px; } }
.dock-q { font-weight: 800; font-stretch: 112%; font-size: 1.125rem; margin: 0 0 12px; color: var(--navy); letter-spacing: -.01em; }
.dock-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.dock-chips a { display: inline-flex; align-items: center; min-height: 40px; padding: 7px 14px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); color: var(--navy); font-weight: 600; font-size: .9375rem; text-decoration: none; transition: background-color .15s, border-color .15s, color .15s; }
.dock-chips a:hover { background: var(--blue-soft); border-color: #b9cff4; }
.dock-chips a.dock-more { background: var(--navy); border-color: var(--navy); color: #fff; }
.dock-chips a.dock-more:hover { background: var(--blue); border-color: var(--blue); }

/* ==========================================================================
   3 · Trust bar
   ========================================================================== */
.trustbar { background: var(--navy-2); color: #fff; }
.trust-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.trust-list li { padding: 24px 22px 24px 0; display: grid; gap: 4px; }
.trust-list li + li { padding-left: 22px; }
@media (min-width: 1150px) { .trust-list li + li { border-left: 1px solid rgba(255,255,255,.14); } }
@media (max-width: 1149px) { .trust-list li { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); } .trust-list li + li { padding-left: 0; } }
.trust-list strong { font-weight: 800; font-stretch: 112%; font-size: 1.0625rem; letter-spacing: -.01em; }
.trust-list span { color: #b7c4de; font-size: var(--t-sm); line-height: 1.45; }

/* ==========================================================================
   4 · System matrix
   ========================================================================== */
.matrix-scroll { overflow-x: auto; border-radius: 16px; background: #fff; border: 1px solid var(--line); -webkit-overflow-scrolling: touch; }
.matrix { border-collapse: collapse; width: 100%; min-width: 860px; font-size: .9375rem; }
.matrix caption { caption-side: bottom; text-align: left; padding: 14px 20px 18px; font-size: var(--t-sm); color: var(--steel); }
.matrix th, .matrix td { padding: 16px 12px; border-bottom: 1px solid var(--line); text-align: center; }
.matrix thead th { font-weight: 700; font-stretch: 94%; font-size: .8125rem; line-height: 1.25; color: var(--steel); vertical-align: bottom; }
.matrix tbody th { text-align: left; font-weight: 700; font-stretch: 106%; color: var(--navy); padding-left: 20px; min-width: 150px; }
@media (min-width: 900px) { .matrix tbody th { white-space: nowrap; } }
.matrix .matrix-corner { text-align: left; padding-left: 20px; }
.matrix tbody th, .matrix .matrix-corner { position: sticky; left: 0; background: #fff; z-index: 1; }
.matrix tbody tr:last-child th, .matrix tbody tr:last-child td { border-bottom: 0; }
.matrix tbody tr:hover td, .matrix tbody tr:hover th { background: #f7f9fc; }
.dot, .nil { display: inline-block; vertical-align: middle; }
.dot { width: 16px; height: 16px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px var(--blue-soft); }
.nil { width: 14px; height: 2px; background: #c4ccd8; border-radius: 2px; }
.matrix-key { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin: 20px 0 0; font-size: var(--t-sm); color: var(--steel); }
.matrix-key .dot { width: 12px; height: 12px; box-shadow: 0 0 0 4px var(--blue-soft); }
.matrix-key .key { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; margin-right: 18px; }

/* ==========================================================================
   5 · Decoder (signature)
   ========================================================================== */
.noticing { background: var(--white); }
.noticing-head { display: grid; gap: 18px; margin-bottom: clamp(32px, 4vw, 56px); }
@media (min-width: 960px) { .noticing-head { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: end; gap: 64px; } .noticing-head .lead { margin: 0; } }

.decoder { display: grid; gap: 24px; }
.decoder-panels { display: grid; gap: 16px; }
.signal { background: var(--paper); border-radius: 18px; padding: clamp(22px, 3vw, 40px); border-left: 6px solid var(--blue); }
.signal-title { font-size: clamp(1.4rem, 1.1rem + 1.1vw, 2.1rem); font-weight: 800; font-stretch: 114%; letter-spacing: -.018em; color: var(--navy); margin-bottom: 20px; }
.signal-read { display: grid; gap: 18px; margin: 0 0 18px; }
.signal-read > div { display: grid; gap: 4px; align-content: start; }
.signal-read dt { font-weight: 700; font-stretch: 108%; font-size: .9375rem; color: var(--blue-ink); }
.signal-read dd { margin: 0; max-width: 64ch; }
.signal-link { font-weight: 650; }

.js .decoder-tabs[hidden] { display: flex; }
.decoder-tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 6px; scrollbar-width: thin; }
.decoder-tabs [role="tab"] { flex: none; background: #fff; border: 1.5px solid var(--line); border-radius: 999px; padding: 10px 16px; font-weight: 650; font-size: .9375rem; color: var(--navy); cursor: pointer; text-align: left; transition: background-color .15s, border-color .15s, color .15s; }
.decoder-tabs [role="tab"]:hover { border-color: #aac2ea; }
.decoder-tabs [role="tab"][aria-selected="true"] { background: var(--navy); border-color: var(--navy); color: #fff; }
.js .signal[hidden] { display: none; }

@media (min-width: 960px) {
  .js .decoder { grid-template-columns: minmax(250px, 330px) minmax(0, 1fr); gap: 40px; align-items: start; }
  .js .decoder-tabs { flex-direction: column; overflow: visible; gap: 2px; padding: 0; border-left: 2px solid var(--line); }
  .js .decoder-tabs [role="tab"] { background: none; border: 0; border-radius: 0; margin-left: -2px; border-left: 4px solid transparent; padding: 13px 18px; font-size: 1.03rem; font-stretch: 104%; color: var(--steel); }
  .js .decoder-tabs [role="tab"]:hover { color: var(--navy); background: var(--paper); }
  .js .decoder-tabs [role="tab"][aria-selected="true"] { color: var(--navy); background: none; border-left-color: var(--red); font-weight: 800; }
  .js .signal { min-height: 420px; }
  .signal-read { grid-template-columns: 1fr 1fr; gap: 26px 36px; }
  .signal-read > div:last-child { grid-column: 1 / -1; background: #fff; border-radius: 12px; padding: 18px 20px; }
}
.signal.is-entering { animation: signalIn .28s ease-out; }
@keyframes signalIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* ==========================================================================
   6 · Understanding
   ========================================================================== */
.understand-grid { display: grid; gap: clamp(32px, 5vw, 80px); align-items: center; }
@media (min-width: 1000px) { .understand-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); } }
.understand-photo { border-radius: var(--r-photo); overflow: hidden; aspect-ratio: 4 / 3; }
.understand-photo img { width: 100%; height: 100%; object-fit: cover; }
.understand-copy .d-lg { margin-bottom: 24px; }
.understand-steps { list-style: none; counter-reset: u; display: grid; gap: 14px; margin: 26px 0 22px; }
.understand-steps li { counter-increment: u; display: grid; grid-template-columns: 36px 1fr; column-gap: 12px; }
.understand-steps li::before { content: counter(u); grid-row: 1 / span 2; width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--navy); display: grid; place-items: center; font-weight: 800; font-size: .875rem; color: var(--navy); }
.understand-steps strong { display: block; font-stretch: 106%; color: var(--navy); }

/* ==========================================================================
   7 · Systems
   ========================================================================== */
.systems-head { margin-bottom: clamp(32px, 4vw, 56px); display: grid; gap: 14px; }
@media (min-width: 960px) { .systems-head { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: end; gap: 64px; } .systems-head .lead { margin: 0; } }
.systems-grid { display: grid; gap: 36px; }
@media (min-width: 1000px) { .systems-grid { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 56px; align-items: start; } .systems-figure { position: sticky; top: 110px; } }
.car-stage { background: var(--navy-2); border-radius: 20px; padding: clamp(20px, 3vw, 40px); border: 1px solid rgba(255,255,255,.08); }
.car { width: 100%; }
.car .z * { fill: rgba(255,255,255,.04); stroke: #7f95bf; stroke-width: 2; stroke-linejoin: round; stroke-linecap: round; transition: fill .2s, stroke .2s; }
.car .z-maintenance .body { fill: rgba(255,255,255,.035); stroke: #aebbd6; stroke-width: 2.5; }
.car .z-maintenance .glass { fill: rgba(255,255,255,.07); stroke: #6d83ad; }
.car .z-maintenance .seam { fill: none; stroke: #3c5387; stroke-width: 1.5; }
.car .z-tires circle { fill: #0c1c3c; stroke: #aebbd6; stroke-width: 3; }
.car .z-brakes circle { fill: #14284f; }
.car .z-fluids path { fill: #29457e; stroke: none; }
.car .ground { stroke: #2b4278; stroke-width: 2; stroke-dasharray: 2 8; }
.car .z.is-lit * { stroke: #fff; }
.car .z.is-lit path:not([fill="none"]), .car .z.is-lit rect, .car .z.is-lit circle { fill: var(--red); }
.car .z-maintenance.is-lit .body { fill: rgba(214,40,47,.18); stroke: #fff; }
.car .z-maintenance.is-lit .glass { fill: rgba(255,255,255,.14); }
.car .z-tires.is-lit circle { fill: #0c1c3c; stroke: var(--red); stroke-width: 6; }
.car-caption { margin: 16px 0 0; font-size: var(--t-sm); color: #9fb0d0; min-height: 1.6em; }
.car-caption strong { color: #fff; font-weight: 700; }

.systems-list { list-style: none; display: grid; }
.sys { padding: 20px 0 20px 20px; border-top: 1px solid rgba(255,255,255,.12); border-left: 3px solid transparent; transition: border-color .2s, background-color .2s; }
.sys:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.sys.is-active { border-left-color: var(--red); background: rgba(255,255,255,.03); }
.sys h3 { font-size: var(--t-h3); font-weight: 800; font-stretch: 112%; letter-spacing: -.01em; margin-bottom: 6px; }
.sys p { color: #c3cee4; margin-bottom: 8px; max-width: 58ch; }
.sys a { color: #cfe0ff; font-weight: 650; font-size: .9375rem; }
.sys a:hover { color: #fff; }

/* ==========================================================================
   8 · See what we see
   ========================================================================== */
.see-grid { display: grid; gap: clamp(32px, 5vw, 80px); align-items: center; }
@media (min-width: 1000px) { .see-grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); } }
.see-copy .d-lg { margin-bottom: 24px; }
.see-photo { border-radius: var(--r-photo); overflow: hidden; aspect-ratio: 4 / 3; }
.see-photo img { width: 100%; height: 100%; object-fit: cover; }
.mantra { display: grid; gap: 0; margin: 30px 0 0; font-size: clamp(1.9rem, 1.2rem + 2.6vw, 3.4rem); font-weight: 850; font-stretch: 122%; letter-spacing: -.03em; line-height: 1; color: var(--navy); }
.mantra span:nth-child(2) { color: var(--blue); }
.mantra span:nth-child(3) { color: var(--red); }

/* ==========================================================================
   9 · Priority lanes
   ========================================================================== */
.lanes { list-style: none; display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); margin-bottom: 24px; }
.lane { --c: var(--blue); background: #fff; border-radius: 16px; padding: 26px 24px 24px; border: 1px solid var(--line); position: relative; overflow: hidden; display: flex; flex-direction: column; }
.lane::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 6px; background: var(--c); }
.lane-now { --c: var(--red); } .lane-rec { --c: var(--blue); } .lane-mon { --c: var(--amber); } .lane-wait { --c: #8a96ab; }
.lane h3 { font-size: var(--t-h3); font-weight: 800; font-stretch: 112%; letter-spacing: -.01em; color: var(--navy); margin: 6px 0 10px; display: flex; align-items: flex-start; gap: 10px; }
.lane h3::before { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--c); flex: none; margin-top: .4em; }
.lane p { color: var(--steel); }
.lane-eg { margin: auto 0 0; padding-top: 14px; border-top: 1px dashed var(--line); font-size: var(--t-sm); color: var(--ink) !important; }

/* ==========================================================================
   10 · Real shop mosaic
   ========================================================================== */
.mosaic { display: grid; gap: 14px; grid-template-columns: 1fr; }
.mosaic figure { position: relative; border-radius: var(--r-photo); overflow: hidden; background: var(--paper); aspect-ratio: 4 / 3; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; }
.mosaic figcaption { position: absolute; left: 12px; bottom: 12px; right: 12px; width: fit-content; max-width: calc(100% - 24px); background: rgba(10,27,61,.86); color: #fff; font-size: .875rem; font-weight: 600; padding: 7px 12px; border-radius: 8px; line-height: 1.35; }
@media (min-width: 700px) { .mosaic { grid-template-columns: repeat(2, 1fr); } .m-a { grid-column: 1 / -1; aspect-ratio: 16 / 8 !important; } }
@media (min-width: 1000px) {
  .mosaic { grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(180px, 19vw, 280px); }
  .mosaic figure { aspect-ratio: auto !important; }
  .m-a { grid-column: 1 / span 7; grid-row: span 2; }
  .m-b { grid-column: 8 / span 5; }
  .m-c { grid-column: 8 / span 5; }
}

/* ==========================================================================
   11 · Makes & care
   ========================================================================== */
.care-title { max-width: 18ch; margin-bottom: clamp(28px, 4vw, 44px); }
.kinds { list-style: none; display: flex; flex-wrap: wrap; gap: 0; border-top: 2px solid var(--navy); border-bottom: 1px solid var(--line); margin-bottom: clamp(36px, 5vw, 60px); }
.kinds li { font-size: clamp(1.35rem, .9rem + 1.8vw, 2.5rem); font-weight: 800; font-stretch: 125%; letter-spacing: -.03em; color: var(--navy); padding: 14px clamp(14px, 2vw, 28px) 14px 0; margin-right: clamp(14px, 2vw, 28px); border-right: 1px solid var(--line); line-height: 1.1; }
.kinds li:last-child { border-right: 0; }
.care-grid { display: grid; gap: clamp(28px, 4vw, 72px); }
@media (min-width: 1000px) { .care-grid { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); } }
.care-points { list-style: none; display: grid; gap: 0; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); border-top: 1px solid var(--line); }
.care-points li { padding: 16px 16px 16px 0; border-bottom: 1px solid var(--line); color: var(--steel); font-size: .96875rem; line-height: 1.5; }
.care-points strong { display: block; color: var(--navy); font-stretch: 108%; font-size: 1.03rem; margin-bottom: 2px; }

/* ==========================================================================
   12 · Inspection band
   ========================================================================== */
.inspect-band { background: var(--blue); color: #fff; padding-block: clamp(56px, 7vw, 96px); position: relative; overflow: hidden; }
.inspect-band::before { content: ""; position: absolute; right: -6vw; top: 50%; width: 46vw; max-width: 640px; aspect-ratio: 1; transform: translateY(-50%); border-radius: 50%; border: 2px solid rgba(255,255,255,.14); box-shadow: 0 0 0 60px rgba(255,255,255,.04), 0 0 0 120px rgba(255,255,255,.03); pointer-events: none; }
.inspect-grid { display: grid; gap: 28px; align-items: center; position: relative; }
@media (min-width: 1000px) { .inspect-grid { grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: 64px; } }
.inspect-band .d-lg { margin-bottom: 16px; max-width: 18ch; }
.inspect-band .lead { color: #dce8ff; margin: 0; }
.inspect-actions { display: flex; flex-wrap: wrap; gap: 12px; }
@media (min-width: 1000px) { .inspect-actions { flex-direction: column; align-items: stretch; } }
.inspect-note { width: 100%; margin: 4px 0 0; font-size: var(--t-sm); color: #dce8ff; }

/* ==========================================================================
   13 · Fall
   ========================================================================== */
.fall-grid { display: grid; gap: clamp(32px, 5vw, 72px); align-items: start; }
@media (min-width: 1000px) { .fall-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); } .fall-photo { position: sticky; top: 110px; } }
.season { display: inline-block; font-weight: 700; font-stretch: 110%; color: var(--red); margin-bottom: 14px; padding: 5px 12px; border: 1.5px solid currentColor; border-radius: 999px; font-size: var(--t-sm); }
.fall-copy .d-lg { margin-bottom: 22px; }
.fall-groups { display: grid; gap: 0; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); margin: 22px 0 32px; border-top: 1px solid var(--line); }
.fall-groups > div { padding: 16px 16px 14px 0; border-bottom: 1px solid var(--line); }
.fall-groups h3 { font-size: 1.03rem; font-weight: 800; font-stretch: 110%; color: var(--navy); margin-bottom: 4px; }
.fall-groups p { margin: 0; color: var(--steel); font-size: .96875rem; }
.fall-copy .fine { margin-top: 12px; }
.fall-photo { border-radius: var(--r-photo); overflow: hidden; aspect-ratio: 3 / 4; }
.fall-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 40% 50%; }

/* ==========================================================================
   14 · Warranty
   ========================================================================== */
.warranty-grid { display: grid; gap: clamp(32px, 5vw, 80px); align-items: center; }
@media (min-width: 1000px) { .warranty-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
.warranty-photo { border-radius: var(--r-photo); overflow: hidden; aspect-ratio: 4 / 3; }
.warranty-photo img { width: 100%; height: 100%; object-fit: cover; }
.warranty-title { display: grid; gap: 10px; margin-bottom: 22px; }
.w-big { font-size: clamp(2.3rem, 1.2rem + 4.2vw, 5rem); font-weight: 850; font-stretch: 118%; letter-spacing: -.035em; line-height: .95; }
.w-sub { font-size: clamp(1.25rem, 1rem + 1vw, 1.9rem); font-weight: 650; font-stretch: 110%; color: #cfe0ff; letter-spacing: -.01em; }
.fine-light { color: #9fb0d0; }

/* ==========================================================================
   15 · Offers — service hang tags
   ========================================================================== */
.tags { list-style: none; display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); margin-bottom: 28px; }
.tag { position: relative; background: #fff; border-radius: 16px 16px 16px 16px; padding: 60px 26px 24px; border: 1px solid var(--line); display: flex; flex-direction: column; }
.tag::before { content: ""; position: absolute; top: 20px; left: 26px; width: 18px; height: 18px; border-radius: 50%; background: var(--paper); border: 2px solid var(--line); box-shadow: inset 0 1px 2px rgba(10,27,61,.15); }
.tag::after { content: ""; position: absolute; top: 28px; left: 52px; right: 26px; border-top: 2px dashed var(--line); }
.tag-value { font-size: clamp(2rem, 1.4rem + 1.8vw, 2.75rem); font-weight: 850; font-stretch: 118%; letter-spacing: -.035em; line-height: 1; color: var(--red); margin-bottom: 10px; }
.tag-value small { font-size: .95rem; font-weight: 700; font-stretch: 104%; letter-spacing: 0; color: var(--navy); }
.tag-or { font-size: 1rem; font-weight: 600; color: var(--steel); letter-spacing: 0; margin-inline: 6px; }
.tag-name { font-size: var(--t-h3); font-weight: 800; font-stretch: 110%; color: var(--navy); letter-spacing: -.01em; margin-bottom: 10px; }
.tag-body { color: var(--ink); }
.tag-terms { margin: auto 0 0; padding-top: 14px; border-top: 1px solid var(--line); font-size: .8125rem; line-height: 1.5; color: var(--steel); }
@media (min-width: 1100px) { .tags { grid-template-columns: repeat(3, 1fr); } .tag-wide { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); column-gap: 48px; } .tag-wide .tag-value { grid-row: 1 / span 2; align-self: center; font-size: clamp(2.2rem, 1.4rem + 1.8vw, 3.2rem); } .tag-wide .tag-terms { grid-column: 2; } }

/* ==========================================================================
   16 · What to expect — route
   ========================================================================== */
.expect-grid { display: grid; gap: clamp(32px, 5vw, 80px); align-items: start; }
@media (min-width: 1000px) { .expect-grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); } .expect-intro { position: sticky; top: 110px; } }
.expect-intro .d-lg { margin-bottom: 20px; }
.expect-photo { border-radius: var(--r-photo); overflow: hidden; aspect-ratio: 4 / 3; margin-top: 28px; }
.expect-photo img { width: 100%; height: 100%; object-fit: cover; }
.route { list-style: none; counter-reset: r; position: relative; padding-left: 64px; }
.route::before { content: ""; position: absolute; left: 21px; top: 8px; bottom: 8px; width: 3px; background: repeating-linear-gradient(to bottom, #e3a90e 0 18px, transparent 18px 32px); border-radius: 2px; }
.route li { counter-increment: r; position: relative; padding: 4px 0 30px; }
.route li:last-child { padding-bottom: 0; }
.route li::before { content: counter(r); position: absolute; left: -64px; top: 0; width: 45px; height: 45px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-weight: 800; font-stretch: 110%; box-shadow: 0 0 0 6px #fff; }
.route li:nth-child(6)::before { background: var(--red); }
.route h3 { font-size: clamp(1.3rem, 1.1rem + .8vw, 1.75rem); font-weight: 800; font-stretch: 116%; letter-spacing: -.018em; color: var(--navy); margin-bottom: 6px; }
.route p { margin: 0; color: var(--steel); max-width: 52ch; }

/* ==========================================================================
   17 · Resources
   ========================================================================== */
.res-grid { display: grid; gap: 28px; }
@media (min-width: 1000px) { .res-grid { grid-template-columns: minmax(0, 1.4fr) minmax(0, .6fr); gap: 56px; } }
.res-articles { list-style: none; display: grid; }
.res-articles a { display: grid; gap: 6px; padding: 22px 0; border-top: 1px solid var(--line); text-decoration: none; color: var(--navy); }
.res-articles li:last-child a { border-bottom: 1px solid var(--line); }
.res-kicker { font-size: var(--t-sm); color: var(--steel); font-weight: 600; }
.res-title { font-size: clamp(1.2rem, 1rem + .9vw, 1.75rem); font-weight: 800; font-stretch: 112%; letter-spacing: -.015em; line-height: 1.2; }
.res-articles a:hover .res-title { color: var(--blue); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .15em; }
.res-links { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px; align-self: start; }
.res-links h3 { font-size: 1.125rem; font-weight: 800; font-stretch: 110%; color: var(--navy); margin-bottom: 10px; }
.res-links ul { list-style: none; margin-bottom: 10px; }
.res-links li a { display: block; padding: 7px 0; border-bottom: 1px solid var(--paper); font-weight: 600; text-decoration: none; }
.res-links li a:hover { text-decoration: underline; }

/* ==========================================================================
   18 · FAQ
   ========================================================================== */
.faq-grid { display: grid; gap: clamp(28px, 4vw, 72px); }
@media (min-width: 1000px) { .faq-grid { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); } .faq-head { position: sticky; top: 110px; align-self: start; } }
.faq-head .d-lg { margin-bottom: 18px; }
.faq-list { border-top: 2px solid var(--navy); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 2px; font-weight: 750; font-stretch: 106%; font-size: 1.0625rem; color: var(--navy); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: ""; flex: none; width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--line); background: linear-gradient(var(--navy), var(--navy)) center / 10px 2px no-repeat, linear-gradient(var(--navy), var(--navy)) center / 2px 10px no-repeat; transition: transform .2s, border-color .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); border-color: var(--red); }
.faq-list summary:hover { color: var(--blue); }
.faq-list details > div { padding: 0 44px 20px 2px; color: var(--steel); }
.faq-list details > div p { margin: 0; max-width: 68ch; }

/* ==========================================================================
   19–20 · Visit / Contact / Hours
   ========================================================================== */
.visit { padding-top: clamp(24px, 4vw, 56px); }
.visit-photo { border-radius: var(--r-photo); overflow: hidden; aspect-ratio: 21 / 8; margin-bottom: clamp(36px, 5vw, 64px); }
@media (max-width: 700px) { .visit-photo { aspect-ratio: 4 / 3; } }
.visit-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; }
.visit-grid { display: grid; gap: clamp(28px, 4vw, 72px); }
@media (min-width: 1000px) { .visit-grid { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); } }
.visit-main .d-lg { margin-bottom: 16px; max-width: 16ch; }
.visit-addr { font-size: clamp(1.4rem, 1rem + 1.6vw, 2.25rem); font-weight: 750; font-stretch: 112%; line-height: 1.15; letter-spacing: -.015em; margin: 26px 0 8px; }
.visit-addr a, .visit-phone a { color: #fff; text-decoration: none; }
.visit-addr a:hover, .visit-phone a:hover { text-decoration: underline; }
.visit-phone { font-size: clamp(1.4rem, 1rem + 1.6vw, 2.25rem); font-weight: 800; font-stretch: 116%; margin-bottom: 26px; letter-spacing: -.015em; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }
.visit-note { color: #9fb0d0; font-size: var(--t-sm); }
.visit-note a { color: #cfe0ff; }
.hours-card { background: var(--navy-2); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; padding: clamp(22px, 3vw, 34px); align-self: start; }
.hours-card h3 { font-size: 1.375rem; font-weight: 800; font-stretch: 114%; margin-bottom: 6px; }
.open-now { min-height: 1.5em; font-weight: 650; color: #9fe0b5; margin-bottom: 10px; font-size: .9375rem; }
.open-now.is-closed { color: #ffc4c6; }
.hours { width: 100%; border-collapse: collapse; }
.hours th, .hours td { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-weight: 500; text-align: left; }
.hours td { text-align: right; color: #c3cee4; font-variant-numeric: tabular-nums; }
.hours tr.is-today th, .hours tr.is-today td { color: #fff; font-weight: 800; }
.hours tr.is-today th::after { content: " (today)"; font-weight: 500; color: #9fb0d0; }
.hours-note { margin: 16px 0 0; font-size: var(--t-sm); color: #9fb0d0; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: #07142e; color: #c3cee4; padding-top: clamp(56px, 6vw, 88px); font-size: .96875rem; }
.site-footer a { color: #fff; }
.foot-grid { display: grid; gap: 36px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); padding-bottom: 48px; }
.foot-brand img { width: 150px; background: #fff; border-radius: 14px; padding: 10px 12px; box-sizing: content-box; margin-bottom: 18px; }
.foot-name { color: #fff; font-weight: 800; font-stretch: 112%; font-size: 1.125rem; margin-bottom: 6px; }
.foot-motto { color: #fff; font-weight: 650; }
.foot-h { font-size: 1rem; font-weight: 800; font-stretch: 110%; color: #fff; margin-bottom: 14px; }
.foot-col p { margin-bottom: .8em; }
.foot-tel { font-weight: 800; font-size: 1.125rem; text-decoration: none; }
.foot-base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; border-top: 1px solid rgba(255,255,255,.1); padding-block: 22px 28px; font-size: .8125rem; color: #8c9bbb; }
.foot-base p { margin: 0; }
.site-footer .btn-red { color: #fff; }

/* ==========================================================================
   Inner templates (posts, pages, 404)
   ========================================================================== */
.page-hero { background: var(--navy); color: #fff; padding-block: clamp(48px, 6vw, 88px); }
.page-hero .d-lg { max-width: 22ch; }
.page-hero p { color: #c3cee4; margin: 16px 0 0; }
.prose { max-width: 72ch; margin-inline: auto; padding-block: clamp(48px, 6vw, 88px); font-size: 1.125rem; }
.prose h2 { font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.25rem); font-weight: 800; font-stretch: 112%; letter-spacing: -.018em; color: var(--navy); margin: 1.8em 0 .6em; }
.prose h3 { font-size: 1.375rem; font-weight: 800; font-stretch: 108%; color: var(--navy); margin: 1.6em 0 .5em; }
.prose ul, .prose ol { padding-left: 1.3em; margin-bottom: 1em; }
.prose li { margin-bottom: .4em; }
.prose img { border-radius: 14px; }
.post-list { list-style: none; max-width: 860px; margin-inline: auto; padding-block: clamp(48px, 6vw, 88px); }
.post-list li { border-top: 1px solid var(--line); padding: 26px 0; }
.post-list h2 { font-size: clamp(1.35rem, 1.1rem + 1vw, 1.9rem); font-weight: 800; font-stretch: 112%; letter-spacing: -.015em; margin-bottom: 8px; }
.post-list h2 a { color: var(--navy); text-decoration: none; }
.post-list h2 a:hover { color: var(--blue); text-decoration: underline; }
.post-meta { font-size: var(--t-sm); color: var(--steel); }
.pagination { max-width: 860px; margin: 0 auto 80px; display: flex; gap: 10px; flex-wrap: wrap; }
.pagination .page-numbers { padding: 8px 14px; border: 1px solid var(--line); border-radius: 8px; text-decoration: none; }
.pagination .current { background: var(--navy); color: #fff; border-color: var(--navy); }
.nf { padding-block: clamp(72px, 10vw, 140px); }
.nf .d-lg { max-width: 16ch; margin-bottom: 18px; }
.nf-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.nf .btn-line-dark { border-color: var(--navy); color: var(--navy); }
.nf .btn-line-dark:hover { background: var(--paper); }

/* WordPress core alignment classes */
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { margin-inline: auto; }
.wp-caption-text, figcaption { font-size: var(--t-sm); color: var(--steel); }

@media print {
  .site-header, .dock, .hero-actions, .inspect-band, .nav-cta, .site-footer .btn { display: none !important; }
  .hero, .sec-navy { background: #fff !important; color: #000 !important; }
}
.post-meta-hero { font-size: var(--t-sm); }
.prose hr { border: 0; border-top: 1px solid var(--line); margin: 2.5em 0 1.5em; }
.nf-call { margin-top: 28px; }
/* wp_nav_menu override support (when a Primary menu is assigned in Appearance > Menus) */
.menu .sub-menu { list-style: none; padding: 0 0 10px 12px; }
.menu .sub-menu a { padding: 9px 2px; font-weight: 500; font-stretch: 100%; }
@media (min-width: 1100px) {
  .menu .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 250px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 8px; box-shadow: 0 22px 40px -22px rgba(10,27,61,.35); z-index: 5; }
  .menu li:hover > .sub-menu, .menu li:focus-within > .sub-menu { display: block; }
  .menu .sub-menu a { padding: 9px 12px; }
}
