@font-face{font-family:'Nunito';src:url('fonts/nunito-var.woff2?v=1') format('woff2-variations');
  font-weight:400 800;font-style:normal;font-display:swap;}
@font-face{font-family:'Rubik';src:url('fonts/rubik-var.woff2?v=1') format('woff2-variations');
  font-weight:300 600;font-style:normal;font-display:swap;}

:root{
  --ground:#FAFAF7;
  --ink:#14294F;
  --muted:#556080;
  --line:#E2E2DA;
  --panel:#F0F0EA;
  --action:#C94A12;
  --action-dark:#A93B0C;
  --open:#1B7F3B;
  --closed:#B0202F;
  --wrap:1080px;
  --display:'Nunito',system-ui,-apple-system,'Segoe UI',sans-serif;
  --body:'Rubik',system-ui,-apple-system,'Segoe UI',sans-serif;
}

*{box-sizing:border-box;}
html,body{margin:0;padding:0;}
html{scroll-behavior:smooth;}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}
body{
  background:var(--ground);color:var(--ink);
  font-family:var(--body);font-weight:400;font-size:17px;line-height:1.45;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block;}
a{color:var(--ink);}
section[id]{scroll-margin-top:80px;}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px;}
h1,h2,h3{font-family:var(--display);font-weight:700;line-height:1.15;margin:0;letter-spacing:-.01em;}
.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;}

/* ---------- sticky header ---------- */
.site-header{position:sticky;top:0;z-index:50;background:var(--ground);border-bottom:1px solid var(--line);}
.header-inner{max-width:var(--wrap);margin:0 auto;padding:10px 20px;
  display:flex;align-items:center;justify-content:space-between;gap:12px;}
.wordmark{font-family:var(--display);font-weight:700;font-size:20px;letter-spacing:-.02em;
  color:var(--ink);text-decoration:none;white-space:nowrap;
  display:inline-flex;align-items:center;min-height:44px;}
.site-nav{display:none;gap:26px;align-items:center;}
.site-nav a{color:var(--muted);text-decoration:none;font-size:15px;
  display:inline-flex;align-items:center;min-height:44px;}
.site-nav a:hover{color:var(--ink);}
@media (min-width:900px){ .site-nav{display:flex;} }

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;
  font-family:var(--display);font-weight:700;font-size:16px;
  border-radius:8px;text-decoration:none;border:2px solid transparent;
  padding:12px 22px;min-height:44px;transition:background .18s ease,color .18s ease;}
.btn-primary{background:var(--action);color:#fff;}
.btn-primary:hover{background:var(--action-dark);}
.btn-secondary{background:transparent;color:var(--action-dark);border-color:var(--action);}
.btn-secondary:hover{background:color-mix(in srgb,var(--action) 8%,transparent);}
.btn-header{padding:10px 20px;font-size:15px;white-space:nowrap;min-width:120px;}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--action);outline-offset:2px;}

.hero-cta{display:flex;flex-direction:column;gap:10px;margin:18px 0 20px;}
.hero-cta .btn{width:100%;}
@media (min-width:600px){ .hero-cta{flex-direction:row;} .hero-cta .btn{width:auto;} }

/* ---------- hours ---------- */
.hours-status{display:flex;align-items:center;gap:8px;font-weight:700;margin:0 0 6px;}
.dot{width:10px;height:10px;border-radius:50%;background:var(--muted);flex:none;}
.dot.open{background:var(--open);}
.dot.closed{background:var(--closed);}
.hours-table{display:grid;grid-template-columns:auto auto;gap:2px 18px;justify-content:start;
  margin:0;font-size:15px;color:var(--muted);}
.hours-table dt{font-weight:500;}
.hours-table dd{margin:0;}

/* ---------- hero ---------- */
.hero{padding:22px 0 8px;}
.hero-grid{display:grid;gap:20px;}
@media (min-width:900px){ .hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:44px;}
  .hero{padding:34px 0 8px;} }
.eyebrow{font-family:var(--display);font-weight:700;font-size:12px;letter-spacing:.12em;
  text-transform:uppercase;color:var(--muted);margin:0 0 10px;}
h1{font-size:clamp(28px,6.7vw,50px);margin:0 0 12px;}
.sub{font-size:18px;color:var(--muted);margin:0;max-width:34em;}

/* ---------- gallery columns ---------- */
.gallery-grid{display:grid;grid-template-columns:1fr;gap:14px;}
@media (min-width:600px){ .gallery-grid{grid-template-columns:1fr 1fr;} }
@media (min-width:760px){ .gallery-grid{grid-template-columns:1fr 1fr 1fr;} }

/* ---------- reveal-on-scroll ---------- */
html.js .reveal{opacity:0;transform:translateY(14px);transition:opacity .3s ease,transform .3s ease;}
html.js .reveal.visible,html.js.noanim .reveal{opacity:1;transform:none;transition:none;}
@media (prefers-reduced-motion:reduce){ html.js .reveal{opacity:1;transform:none;transition:none;} }

/* ---------- footer ---------- */
.site-footer{border-top:1px solid var(--line);margin-top:48px;padding:22px 0 30px;
  color:var(--muted);font-size:14px;}
.site-footer a{display:inline-flex;align-items:center;min-height:44px;}

/* ═══════════════════════════════════════════════════════════════════════════
   PER-BUSINESS — JN Car Wash, Eagle Rock.
   Ground: concrete white. Ink: pole-sign navy (the one dark hue).
   Action: signal orange, off the bay doors, canopy columns and perimeter rail.
   ═══════════════════════════════════════════════════════════════════════════ */

section{padding:0;}
.hero-photo img{border-radius:12px;width:100%;}

h2{font-size:clamp(25px,4.4vw,34px);margin:0 0 14px;}
h3{font-size:19px;}
p{margin:0 0 14px;}
.section-lead{color:var(--muted);max-width:34em;margin:0 0 24px;}

/* ---- proof strip: quiet, light ground, no band ---- */
.proof{padding:26px 0 6px;}
.proof-quote{margin:0;max-width:36em;border-left:3px solid var(--line);padding-left:18px;}
.proof-quote p{font-size:19px;line-height:1.45;margin:0 0 8px;}
.proof-quote cite{font-style:normal;font-size:14px;color:var(--muted);}

/* ---- the price board: the signature element ---- */
.pricing{padding:44px 0 10px;}
.board{list-style:none;margin:0;padding:6px 18px 10px;background:var(--panel);
  border-top:5px solid var(--ink);border-radius:4px 4px 10px 10px;max-width:720px;}
@media (min-width:600px){ .board{padding:6px 26px 14px;} }
.pkg{display:grid;grid-template-columns:34px 1fr;column-gap:14px;
  padding:15px 0;border-top:1px solid var(--line);}
.pkg:first-child{border-top:0;}
.pkg-num{display:flex;align-items:center;justify-content:center;
  width:34px;height:34px;border-radius:50%;background:var(--ink);color:#fff;
  font-family:var(--display);font-weight:700;font-size:18px;line-height:1;
  grid-row:1 / span 2;align-self:start;}
.pkg-name{font-size:17px;line-height:1.4;}
.pkg-price{font-family:var(--display);font-weight:700;font-size:22px;line-height:1.2;
  color:var(--ink);margin-top:4px;white-space:nowrap;}
.pkg-price-quote{font-size:17px;white-space:normal;}
@media (min-width:700px){
  .pkg{grid-template-columns:34px 1fr auto;column-gap:20px;align-items:center;}
  .pkg-num{grid-row:1;}
  .pkg-price{margin-top:0;text-align:right;}
}

.board-sub{margin:34px 0 12px;font-size:19px;}
.surcharges{display:grid;grid-template-columns:1fr auto;gap:0;margin:0;
  background:var(--panel);border-radius:10px;padding:4px 18px 10px;max-width:560px;}
@media (min-width:600px){ .surcharges{padding:4px 26px 12px;} }
.surcharges dt{padding:11px 0;border-top:1px solid var(--line);}
.surcharges dd{margin:0;padding:11px 0;border-top:1px solid var(--line);
  text-align:right;font-family:var(--display);font-weight:700;white-space:nowrap;}
.surcharges dt:first-of-type,.surcharges dt:first-of-type + dd{border-top:0;}

.board-notes{margin:24px 0 0;max-width:34em;color:var(--muted);font-size:16px;}
.board-notes p{margin:0 0 6px;}
.board-cta{margin:22px 0 0;}
.board-cta .btn{width:100%;}
@media (min-width:600px){ .board-cta .btn{width:auto;} }

/* ---- gallery ---- */
.work{padding:46px 0 10px;}
.tile{margin:0;background:var(--panel);border-radius:10px;overflow:hidden;}
.tile img{width:100%;}

/* ---- reviews ---- */
.reviews{padding:46px 0 10px;}
.review-grid{display:grid;grid-template-columns:1fr;gap:14px;}
@media (min-width:760px){ .review-grid{grid-template-columns:1fr 1fr;} }
.review{margin:0;background:var(--panel);border-radius:10px;padding:20px 22px;}
.review p{font-size:16px;line-height:1.5;margin:0 0 10px;}
.review cite{font-style:normal;font-size:14px;color:var(--muted);}

/* ---- about ---- */
.about{padding:46px 0 10px;}
.about p{max-width:34em;}

/* ---- FAQ ---- */
.faq{padding:46px 0 10px;}
.faq details{border-top:1px solid var(--line);max-width:40em;}
.faq details:last-of-type{border-bottom:1px solid var(--line);}
.faq summary{cursor:pointer;list-style:none;padding:14px 28px 14px 0;position:relative;
  font-family:var(--display);font-weight:700;font-size:17px;min-height:44px;
  display:flex;align-items:center;}
.faq summary::-webkit-details-marker{display:none;}
.faq summary::after{content:"";position:absolute;right:6px;top:50%;width:9px;height:9px;
  border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);
  transform:translateY(-70%) rotate(45deg);}
.faq details[open] summary::after{transform:translateY(-30%) rotate(-135deg);}
.faq details p{margin:0 0 16px;max-width:34em;}

/* ---- final CTA: the page's one heavy band, in the single dark hue ---- */
.final-cta{background:var(--ink);color:#fff;margin-top:56px;padding:44px 0 46px;}
.final-cta h2{color:#fff;}
.final-cta p{color:rgba(255,255,255,.88);max-width:34em;font-size:18px;margin:0 0 22px;}
.final-cta-buttons{display:flex;flex-direction:column;gap:10px;}
.final-cta-buttons .btn{width:100%;}
@media (min-width:600px){
  .final-cta-buttons{flex-direction:row;}
  .final-cta-buttons .btn{width:auto;}
}
.btn-onDark{background:transparent;color:#fff;border-color:#fff;}
.btn-onDark:hover{background:rgba(255,255,255,.12);}
.final-cta a:focus-visible{outline:3px solid #fff;outline-offset:2px;}

/* ---- footer ---- */
.site-footer{margin-top:0;padding-top:26px;}
.footer-name{font-family:var(--display);font-weight:700;font-size:16px;color:var(--ink);margin:0 0 6px;}
.footer-facts{margin:0;}
.site-footer a.footer-address{flex-direction:column;align-items:flex-start;
  color:var(--ink);text-decoration:none;padding:2px 0;}
.footer-address .addr{display:block;}
.footer-address .addr-map{display:block;color:var(--muted);text-decoration:underline;}
.footer-address:hover .addr-map{color:var(--ink);}
