@font-face{font-family:'Nunito';src:url('fonts/nunito-var.woff2?v=2') 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=2') format('woff2-variations');
  font-weight:300 600;font-style:normal;font-display:swap;}

:root{
  
  --ground:#F2F6F0;
  --ink:#10321E;          
  --muted:#4E6455;
  --line:#D3E0CE;
  --panel:#E4EFDF;
  --action:#D79A12;
  --action-dark:#C08A0F;
  
  --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;}

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

.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:var(--ink);}
.btn-primary:hover{background:var(--action-dark);}
.btn-secondary{background:transparent;color:var(--ink);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-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(28px,6.7vw,50px);margin:0 0 12px;}

.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{display:inline-flex;align-items:center;min-height:44px;}

/* ============ PER-BUSINESS ============ */

h2{font-size:clamp(24px,4.6vw,34px);margin:0 0 16px;}
h3{font-size:18px;}
p{margin:0 0 14px;max-width:34em;}
section{padding:34px 0;}
.hero{padding-top:22px;}
@media (min-width:900px){ section{padding:48px 0;} }

.hero-photo img{border-radius:12px;}
.hours{margin-top:4px;}

/* proof strip — quiet, no band, no slab */
.proof{padding:22px 0 6px;}
.proof blockquote{margin:0;padding:0;border-left:3px solid var(--ink);padding-left:16px;}
.proof blockquote p{font-family:var(--display);font-weight:700;font-size:clamp(19px,2.6vw,23px);
  line-height:1.3;margin:0 0 6px;max-width:26em;}
.proof cite{font-style:normal;font-size:14px;color:var(--muted);}

/* services */
.cards{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:12px;}
@media (min-width:520px){ .cards{grid-template-columns:1fr 1fr;} }
@media (min-width:760px){ .cards{grid-template-columns:1fr 1fr 1fr;} }
.card{background:var(--panel);border:1px solid var(--line);border-radius:12px;
  padding:18px 18px 20px;display:flex;align-items:center;gap:14px;}
.card h3{margin:0;}
.icon{width:38px;height:38px;flex:none;fill:none;stroke:var(--ink);stroke-width:2.2;
  stroke-linecap:round;stroke-linejoin:round;}
.icon .fill{fill:var(--ink);stroke:none;}

/* pricing — the signature element */
.pricing .lede{font-size:17px;color:var(--muted);margin:0 0 16px;}
.price-panel{background:var(--panel);border:1px solid var(--line);border-top:6px solid var(--ink);
  border-radius:12px;padding:6px 16px 10px;max-width:640px;}
.price-table{width:100%;border-collapse:collapse;font-size:17px;}
.price-table th,.price-table td{text-align:right;padding:13px 0;border-bottom:1px solid var(--line);}
.price-table th[scope=row]{text-align:left;font-family:var(--display);font-weight:700;padding-right:10px;}
.price-table thead th{font-family:var(--display);font-size:13px;letter-spacing:.08em;
  text-transform:uppercase;color:var(--muted);font-weight:700;padding-bottom:8px;}
.price-table thead th:first-child{text-align:left;}
.price-table td{font-variant-numeric:tabular-nums;width:22%;}
.price-table tbody tr:last-child th,.price-table tbody tr:last-child td{border-bottom:0;}
.row-wide td{width:auto;font-size:16px;}
.price-note{font-size:15px;color:var(--muted);margin:14px 0 0;}
.price-cta{margin:22px 0 0;}
@media (max-width:420px){
  .price-table{font-size:16px;}
  .price-table th[scope=row]{padding-right:6px;}
  .row-wide td{font-size:15px;}
}

/* gallery */
.gallery-grid img{border-radius:10px;width:100%;}

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

/* about */
.about-inner p{max-width:32em;}

/* questions */
.faq details{border-bottom:1px solid var(--line);}
.faq details:first-of-type{border-top:1px solid var(--line);}
.faq summary{font-family:var(--display);font-weight:700;font-size:17px;cursor:pointer;
  padding:14px 0;display:flex;align-items:center;min-height:44px;list-style:none;}
.faq summary::-webkit-details-marker{display:none;}
.faq summary::after{content:"+";margin-left:auto;padding-left:16px;color:var(--muted);font-size:22px;line-height:1;}
.faq details[open] summary::after{content:"\2013";}
.faq details p{margin:0 0 16px;color:var(--muted);}

/* final CTA — the page's one heavy band, in the single dark hue */
.final-cta{background:var(--ink);color:var(--ground);margin-top:16px;}
.final-cta h2{color:var(--ground);}
.final-cta p{color:var(--ground);margin:0 0 20px;}
.final-buttons{display:flex;flex-direction:column;gap:10px;}
.final-buttons .btn{width:100%;}
@media (min-width:600px){ .final-buttons{flex-direction:row;} .final-buttons .btn{width:auto;} }
.btn-on-dark{color:var(--ground);border-color:var(--action);}
.btn-on-dark:hover{background:color-mix(in srgb,var(--action) 18%,transparent);}
.final-cta a:focus-visible{outline-color:var(--action);}

/* footer */
.site-footer{margin-top:0;}
.footer-name{font-family:var(--display);font-weight:700;font-size:16px;color:var(--ink);margin:0 0 6px;}
.footer-facts{display:grid;grid-template-columns:auto 1fr;gap:2px 16px;margin:0;align-items:center;}
.footer-facts dt{font-weight:500;color:var(--muted);}
.footer-facts dd{margin:0;}
.footer-facts a{color:var(--ink);}
