@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:#EFE9DE;      /* their painted cream block wall (img05/img08) */
  --ink:#2B2118;         /* the chocolate-brown sign letters: the ONE dark hue */
  --muted:#6B5C49;
  --line:#DCD3C2;
  --panel:#FBF8F2;
  --action:#AE3F14;      /* the burnt-orange stripe, deepened for contrast. CTAs ONLY */
  --action-dark:#8F2F0C;
  --shell:#4E7A33;       /* the green of their turtle logo (img15), the mark only */
  --shell-soft:#E4EDD9;
  --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;}
html.noanim{scroll-behavior:auto;}
@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;overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block;}
/* the action hue is reserved for CTAs, so ordinary links take the ink */
a{color:var(--ink);}
.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;}

/* anchor jumps must clear the sticky header */
section[id]{scroll-margin-top:80px;}
.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:18px;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;}
.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;} .wordmark{font-size:21px;} }

.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);border-color:var(--action);}
.btn-secondary:hover{background:color-mix(in srgb,var(--action) 8%,transparent);}
.btn-header{padding:10px 18px;font-size:15px;white-space:nowrap;min-width:104px;}
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-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{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(31px,7.6vw,50px);margin:0 0 12px;}
.sub{font-size:17px;line-height:1.45;color:var(--muted);margin:0;max-width:34em;}
@media (min-width:600px){ .sub{font-size:18px;line-height:1.5;} }

.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;} }

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;} }

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

/* ═══════════════════════════════════════════════════════════════════════════
   BUDTHO AUTO TECH: per-business styles
═══════════════════════════════════════════════════════════════════════════ */

/* ---------- shared section rhythm ---------- */
section h2{font-size:clamp(23px,4.4vw,31px);margin:0 0 16px;}
.how,.pricing,.reviews,.about,.faq,.visit{padding:38px 0 6px;}
@media (min-width:900px){ .how,.pricing,.reviews,.about,.faq,.visit{padding:52px 0 8px;} }

/* ---------- hero photo ---------- */
.hero-photo img{border-radius:12px;border:1px solid var(--line);}
@media (max-width:899px){ .hero-photo{margin-top:6px;} }

/* ---------- proof strip: quiet, no band, no slab (section 3) ---------- */
.proof{padding:26px 0 8px;}
.proof-inner{border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  padding:22px 0;}
.proof blockquote{margin:0;}
.proof blockquote p{font-family:var(--display);font-weight:700;font-size:clamp(19px,3.6vw,25px);
  line-height:1.3;margin:0 0 10px;max-width:24em;letter-spacing:-.01em;}
.proof cite{font-style:normal;font-size:15px;color:var(--muted);}
.proof-link{display:inline-flex;align-items:center;min-height:44px;margin-top:6px;
  font-size:15px;color:var(--muted);}

/* ---------- how it works ---------- */
.steps{list-style:none;margin:0;padding:0;display:grid;gap:14px;}
@media (min-width:760px){ .steps{grid-template-columns:repeat(3,1fr);gap:18px;} }
.steps li{background:var(--panel);border:1px solid var(--line);border-radius:12px;
  padding:20px 20px 22px;}
.step-n{display:inline-flex;align-items:center;justify-content:center;
  width:30px;height:30px;border-radius:50%;background:var(--ground);
  font-family:var(--display);font-weight:700;font-size:15px;color:var(--muted);
  margin-bottom:12px;}
.steps h3{font-size:19px;margin:0 0 6px;}
.steps p{margin:0;color:var(--muted);font-size:16px;}

/* ---------- pricing ---------- */
.pricing-inner{background:var(--panel);border:1px solid var(--line);border-radius:12px;
  padding:24px 22px;display:grid;gap:18px;align-items:center;}
@media (min-width:760px){ .pricing-inner{grid-template-columns:1fr auto;gap:28px;} }
.pricing-inner h2{margin-bottom:8px;}
.pricing-inner p{margin:0;color:var(--muted);max-width:36em;}
.pricing-inner .btn{white-space:nowrap;}
@media (max-width:759px){ .pricing-inner .btn{width:100%;} }

/* ---------- reviews ---------- */
.review-grid{display:grid;grid-template-columns:1fr;gap:14px;}
@media (min-width:700px){ .review-grid{grid-template-columns:1fr 1fr;gap:16px;} }
.review{margin:0;background:var(--panel);border:1px solid var(--line);border-radius:12px;
  padding:20px 20px 18px;}
.review p{margin:0 0 12px;font-size:16.5px;}
.review cite{font-style:normal;font-size:14px;color:var(--muted);font-weight:500;}

/* ---------- about ---------- */
.about-grid{display:grid;gap:22px;}
@media (min-width:900px){ .about-grid{grid-template-columns:1fr 1fr;gap:40px;align-items:center;} }
.about-text p{color:var(--muted);max-width:34em;}
.about-text p:first-of-type{color:var(--ink);font-size:19px;}
.about-photo{margin:0;}
.about-photo img{border-radius:12px;border:1px solid var(--line);}

/* the signature element: their turtle mark, redrawn, with their own printed line */
.mark-panel{margin:28px auto 0;max-width:820px;background:var(--shell-soft);border-radius:14px;
  padding:24px;display:grid;gap:14px;align-items:center;justify-items:center;text-align:center;}
@media (min-width:700px){ .mark-panel{grid-template-columns:230px 1fr;gap:30px;
  padding:30px 36px;justify-items:start;text-align:left;} }
.turtle{width:190px;height:auto;display:block;}
@media (min-width:700px){ .turtle{width:230px;} }
.mark-words .slogan{font-family:var(--display);font-weight:700;font-size:clamp(21px,4vw,28px);
  letter-spacing:.01em;margin:0 0 8px;line-height:1.2;}
.mark-words p{margin:0;color:var(--muted);max-width:32em;}

/* ---------- faq ---------- */
.faq details{border-bottom:1px solid var(--line);padding:2px 0;}
.faq details:first-of-type{border-top:1px solid var(--line);}
.faq summary{cursor:pointer;list-style:none;padding:15px 32px 15px 0;position:relative;
  font-family:var(--display);font-weight:700;font-size:17.5px;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);transition:transform .18s ease;}
.faq details[open] summary::after{transform:translateY(-30%) rotate(-135deg);}
@media (prefers-reduced-motion:reduce){ .faq summary::after{transition:none;} }
.faq details p{margin:0 0 16px;color:var(--muted);max-width:44em;}

/* ---------- visit ---------- */
.visit-grid{display:grid;gap:22px;}
@media (min-width:900px){ .visit-grid{grid-template-columns:1.1fr .9fr;gap:40px;align-items:start;} }
.visit-photo{margin:0;}
.visit-photo img{border-radius:12px;border:1px solid var(--line);}
.visit-photo figcaption{margin-top:10px;font-size:14.5px;color:var(--muted);max-width:34em;}
.visit-info{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:22px;}
.visit-address{margin:0 0 16px;font-family:var(--display);font-weight:700;font-size:19px;
  line-height:1.35;}
.visit-address a{text-decoration:underline;text-underline-offset:3px;
  display:inline-block;padding:4px 0;}
.hours-table-visit{margin-bottom:18px;font-size:16px;}
.visit-line{margin:0 0 18px;color:var(--muted);}
.btn-visit{width:100%;}
