
/* Screen-reader only utility */
.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;
}
/* === Self-hosted fonts === */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/inter-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/inter-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/inter-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/inter-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/fraunces-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/fraunces-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/fraunces-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* === Base === */
:root{
  --green:#2d5a3d;
  --green-dark:#1f4029;
  --green-deep:#14301d;
  --ink:#1f2421;
  --ink-2:#3a423d;
  --muted:#6b7269;
  --line:#e3e2dc;
  --bg:#fafaf7;
  --bg-2:#f1efe7;
  --white:#ffffff;
  --shadow: 0 1px 2px rgba(20,30,20,.06), 0 8px 24px -12px rgba(20,30,20,.18);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
h1,h2,h3{font-family:'Fraunces', Georgia, serif; font-weight:600; letter-spacing:-0.01em; margin:0; line-height:1.1; text-wrap:balance}
p{margin:0; text-wrap:pretty}

/* === Top call bar === */
.topbar{
  background:var(--green-deep);
  color:#e9efe9;
  font-size:13px;
}
.topbar-inner{
  max-width:1180px; margin:0 auto; padding:8px 20px;
  display:flex; justify-content:space-between; align-items:center; gap:16px;
}
.topbar a.callnow{color:#fff; font-weight:600; display:inline-flex; align-items:center; gap:6px}
.topbar .hours{color:#b8c4ba}
@media (max-width: 640px){ .topbar .hours{display:none} .topbar-inner{justify-content:center} }

/* === Nav === */
.nav{
  position:sticky; top:0; z-index:50;
  background:rgba(250,250,247,.92);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom:1px solid var(--line);
}
.nav-inner{
  max-width:1180px; margin:0 auto; padding:14px 20px;
  display:flex; align-items:center; justify-content:space-between; gap:24px;
}
.brand{display:flex; align-items:center; gap:10px; font-family:'Fraunces',serif; font-weight:600; font-size:18px; color:var(--ink)}
.brand-mark{
  width:30px; height:30px; border-radius:8px; background:var(--green);
  display:grid; place-items:center; color:#fff;
}
.nav-links{display:flex; gap:28px; font-size:14px; font-weight:500; color:var(--ink-2)}
.nav-links a:hover{color:var(--green)}
.nav-cta{
  display:inline-flex; align-items:center; gap:8px;
  background:var(--green); color:#fff; font-weight:600; font-size:14px;
  padding:10px 16px; border-radius:8px;
}
.nav-cta:hover{background:var(--green-dark)}
.hamburger{
  display:none; flex-direction:column; justify-content:center; gap:5px;
  width:40px; height:40px; padding:8px; border-radius:8px; cursor:pointer;
  background:transparent; border:1px solid var(--line);
}
.hamburger span{
  display:block; height:2px; border-radius:2px; background:var(--ink);
  transition: transform .2s ease, opacity .2s ease;
}
.hamburger.open span:nth-child(1){ transform: translateY(7px) rotate(45deg) }
.hamburger.open span:nth-child(2){ opacity:0 }
.hamburger.open span:nth-child(3){ transform: translateY(-7px) rotate(-45deg) }
.mobile-nav{
  display:none;
  position:absolute; top:100%; left:0; right:0;
  background:rgba(250,250,247,.98);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom:1px solid var(--line);
  padding:12px 20px 20px;
  flex-direction:column; gap:4px;
  box-shadow: 0 8px 24px -8px rgba(20,30,20,.12);
}
.mobile-nav.open{ display:flex }
.mobile-nav a{
  font-size:16px; font-weight:500; color:var(--ink-2);
  padding:12px 0; border-bottom:1px solid var(--line);
}
.mobile-nav a:last-child{ border-bottom:0 }
.mobile-nav a.active{ color:var(--green); font-weight:600 }
.mobile-nav a:hover{ color:var(--green) }
@media (max-width: 740px){
  .nav-links{ display:none }
  .hamburger{ display:flex }
  .nav-cta{ display:none }
}

/* === Hero === */
.hero{
  position:relative;
  overflow:hidden;
  background:#0d1a13;
  color:#fff;
  min-height:520px;
}
.hero-media{
  position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(13,26,19,.55) 0%, rgba(13,26,19,.65) 50%, rgba(13,26,19,.85) 100%),
    image-set(
      url('/images/hero.webp') type('image/webp'),
      url('/images/hero.jpg') type('image/jpeg')
    ) center 50% / cover no-repeat,
    #14301d;
}
.hero-inner{
  position:relative;
  max-width:1180px; margin:0 auto; padding:80px 20px 72px;
  display:grid;
  grid-template-columns: 1fr 400px;
  gap:48px;
  align-items:center;
}
.hero-content{ display:grid; gap:24px; }
.pill{
  display:inline-flex; align-items:center; gap:8px;
  background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.18);
  color:#e7f0e8; font-size:13px; font-weight:500;
  padding:6px 12px; border-radius:999px; width:max-content;
  backdrop-filter: blur(4px);
}
.pill .dot{width:7px; height:7px; border-radius:50%; background:#7fd297; box-shadow:0 0 0 4px rgba(127,210,151,.18)}
.hero h1{
  font-size: clamp(36px, 5vw, 60px);
  max-width:14ch;
  color:#fff;
}
.hero .sub{
  font-size: clamp(15px, 1.3vw, 17px);
  color:#d6dfd6;
  max-width:48ch;
}
.cta-row{ display:flex; flex-wrap:wrap; gap:14px; align-items:center; margin-top:4px }

/* Hero estimate form card */
.hero-form-card{
  background:#fff;
  border-radius:16px;
  padding:28px 24px 24px;
  box-shadow: 0 20px 60px -12px rgba(0,0,0,.5);
  display:grid;
  gap:14px;
}
.hero-form-card h2{
  font-size:20px;
  color:var(--green-deep);
  margin:0;
  font-family:'Fraunces',serif;
  font-weight:600;
}
.hero-form-card p{
  font-size:13px;
  color:var(--muted);
  margin:0;
  line-height:1.5;
}
.hero-form-card .field{ display:grid; gap:5px; }
.hero-form-card label{ font-size:12px; font-weight:600; color:var(--ink); letter-spacing:.03em; text-transform:uppercase; }
.hero-form-card input,
.hero-form-card select{
  width:100%; padding:10px 12px;
  border:1px solid var(--line); border-radius:8px;
  font-size:14px; color:var(--ink);
  background:#fff;
  box-sizing:border-box;
}
.hero-form-card input:focus,
.hero-form-card select:focus{ outline:2px solid var(--green); border-color:transparent; }
.hero-form-card .submit-hero{
  width:100%; padding:14px;
  background:var(--green-deep); color:#fff;
  border:none; border-radius:10px;
  font-size:15px; font-weight:600;
  cursor:pointer;
  margin-top:2px;
}
.hero-form-card .submit-hero:hover{ background:var(--green-dark); }
.hero-form-card .form-legal{
  font-size:11px; color:var(--muted); text-align:center; line-height:1.5;
}
.hero-form-card .form-legal a{ color:var(--green); }

/* Hero 2-col → single-col on mobile */
@media (max-width: 860px){
  .hero-inner{
    grid-template-columns: 1fr;
    gap:32px;
    padding:60px 20px 52px;
  }
  .hero-form-card{ max-width:480px; }
}

.btn-call{
  display:inline-flex; align-items:center; gap:14px;
  background:#fff; color:var(--green-deep);
  padding:18px 26px; border-radius:12px;
  font-size:18px; font-weight:700;
  box-shadow: 0 10px 30px -10px rgba(0,0,0,.5);
  border:1px solid rgba(255,255,255,.2);
}
.btn-call:hover{ transform: translateY(-1px); transition: transform .15s ease }
.btn-call .ph{
  width:42px; height:42px; border-radius:10px; background:var(--green); color:#fff;
  display:grid; place-items:center;
}
.btn-call .num{display:flex; flex-direction:column; line-height:1.05; align-items:flex-start}
.btn-call .num small{font-size:11px; font-weight:500; color:var(--muted); letter-spacing:.04em; text-transform:uppercase}
.btn-call .num strong{font-size:22px; font-family:'Fraunces',serif; font-weight:600; color:var(--ink)}
.btn-secondary{
  color:#fff; font-weight:500; font-size:15px;
  padding:16px 18px; border-radius:10px;
  border:1px solid rgba(255,255,255,.25);
}
.btn-secondary:hover{background:rgba(255,255,255,.08)}
.hero-meta{
  display:flex; gap:22px; flex-wrap:wrap; justify-content:center; color:#c1ccc2; font-size:14px;
  margin-top:14px;
}
.hero-meta span{display:inline-flex; align-items:center; gap:8px}
.hero-meta svg{color:#7fd297}

/* === Trust bar === */
.trust{
  background:var(--white);
  border-bottom:1px solid var(--line);
}
.trust-inner{
  max-width:1180px; margin:0 auto; padding:22px 20px;
  display:grid; grid-template-columns: repeat(4, 1fr); gap:16px;
}
.trust-item{
  display:flex; align-items:center; gap:12px;
  font-size:14px; font-weight:500; color:var(--ink-2);
}
.trust-item .ic{
  width:36px; height:36px; border-radius:8px; background:#eaf1eb; color:var(--green);
  display:grid; place-items:center; flex-shrink:0;
}
@media (max-width: 800px){
  .trust-inner{ grid-template-columns: repeat(2, 1fr); gap:14px 16px }
}

/* === Section base === */
.section{ padding: 88px 20px; }
.section-inner{ max-width:1180px; margin:0 auto }
.eyebrow{
  color:var(--green); font-size:13px; font-weight:600;
  letter-spacing:.12em; text-transform:uppercase;
  display:inline-flex; align-items:center; gap:10px;
}
.eyebrow::before{ content:""; width:24px; height:1px; background:var(--green); display:inline-block }
.section-head{ display:grid; gap:14px; max-width:680px; margin-bottom:48px }
.section-head h2{ font-size: clamp(32px, 4vw, 44px) }
.section-head p{ color:var(--muted); font-size:17px }

/* === Services grid === */
.services{ background:var(--bg) }
.svc-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
}
.svc{
  background:var(--white);
  padding:32px 28px;
  display:flex; flex-direction:column; gap:14px;
  min-height:260px;
}
.svc:hover{background:#fcfcf9}
.svc .ic{
  width:44px; height:44px; border-radius:10px; background:#eaf1eb; color:var(--green);
  display:grid; place-items:center; margin-bottom:6px;
}
.svc h3{ font-size:22px }
.svc p{ color:var(--muted); font-size:15px; line-height:1.55; flex:1 }
.svc .more{ font-size:13px; font-weight:600; color:var(--green); display:inline-flex; align-items:center; gap:6px}
@media (max-width: 980px){ .svc-grid{grid-template-columns: repeat(2, 1fr)} }
@media (max-width: 520px){ .svc-grid{grid-template-columns: 1fr} }

/* === Why us === */
.why{ background:var(--bg-2) }
.why-grid{
  display:grid; grid-template-columns: repeat(3, 1fr); gap:48px;
}
.why-item{ display:grid; gap:10px }
.why-item .num{
  font-family:'Fraunces',serif; font-size:36px; color:var(--green); font-weight:600;
  line-height:1;
}
.why-item h3{ font-size:20px }
.why-item p{ color:var(--ink-2); font-size:15px }
@media (max-width: 800px){ .why-grid{grid-template-columns: 1fr; gap:28px} }

/* === CTA banner === */
.cta-banner{
  background:var(--green-deep);
  color:#fff;
  position:relative;
  overflow:hidden;
}
.cta-banner::before{
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(1200px 400px at 80% 120%, rgba(127,210,151,.18), transparent 60%),
    radial-gradient(800px 300px at 0% 0%, rgba(127,210,151,.08), transparent 60%);
  pointer-events:none;
}
.cta-inner{
  position:relative;
  max-width:1180px; margin:0 auto; padding:72px 20px;
  display:grid; grid-template-columns: 1fr auto; align-items:center; gap:36px;
}
.cta-inner h2{ font-size: clamp(28px, 3.6vw, 40px); color:#fff; max-width:18ch }
.cta-inner p{ color:#c1ccc2; margin-top:10px; max-width:46ch }
.cta-call{
  display:inline-flex; align-items:center; gap:14px;
  background:#fff; color:var(--green-deep);
  padding:20px 28px; border-radius:12px;
  font-weight:700;
  box-shadow: 0 10px 40px -12px rgba(0,0,0,.5);
}
.cta-call .ph{
  width:46px; height:46px; border-radius:10px; background:var(--green); color:#fff;
  display:grid; place-items:center;
}
.cta-call .num small{display:block; font-size:11px; font-weight:500; color:var(--muted); letter-spacing:.04em; text-transform:uppercase}
.cta-call .num strong{font-size:26px; font-family:'Fraunces',serif; font-weight:600}
@media (max-width: 800px){
  .cta-inner{ grid-template-columns: 1fr; text-align:left }
}

/* === Footer === */
.footer{
  background:var(--ink);
  color:#c1c8c2;
  padding:56px 20px 28px;
  font-size:14px;
}
.footer-inner{
  max-width:1180px; margin:0 auto;
  display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap:36px;
}
.footer .footer-nav-label{
  font-family:'Inter',sans-serif; font-weight:600; font-size:13px;
  color:#fff; letter-spacing:.08em; text-transform:uppercase;
  margin-bottom:14px;
}
.footer .brand{ color:#fff; margin-bottom:14px }
.footer .brand-mark{background:var(--green)}
.footer p, .footer a{ color:#9aa39c; line-height:1.7 }
.footer a:hover{ color:#fff }
.footer ul{list-style:none; margin:0; padding:0; display:grid; gap:8px}
.footer .big-phone{
  color:#fff; font-family:'Fraunces',serif; font-size:22px; font-weight:600;
  display:inline-flex; align-items:center; gap:10px; margin-top:6px;
}
.footer .big-phone .ph{
  width:34px; height:34px; border-radius:8px; background:var(--green); color:#fff;
  display:grid; place-items:center;
}
.footer-bottom{
  max-width:1180px; margin:36px auto 0;
  border-top:1px solid #2c322e; padding-top:18px;
  display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap;
  color:#6e756f; font-size:13px;
}
@media (max-width: 800px){ .footer-inner{grid-template-columns: 1fr 1fr; gap:28px} }
@media (max-width: 480px){ .footer-inner{grid-template-columns: 1fr} }

/* === Sticky mobile call bar === */
.mobile-call{
  display:none;
  position:fixed; bottom:0; left:0; right:0; z-index:60;
  background:var(--green); color:#fff;
  padding:12px 16px;
  box-shadow: 0 -8px 24px rgba(0,0,0,.18);
}
.mobile-call a{
  display:flex; align-items:center; justify-content:center; gap:10px;
  color:#fff; font-weight:700; font-size:17px;
}
@media (max-width: 640px){
  .mobile-call{display:block}
  body{padding-bottom:64px}
}

/* === Page hero (inner pages) === */
.page-hero{
  background:var(--green-deep); color:#fff;
  padding:72px 20px 56px;
}
.page-hero-inner{ max-width:1180px; margin:0 auto }
.page-hero h1{ font-size: clamp(36px, 5vw, 56px); color:#fff; margin-top:10px }
.page-hero p{ color:#c1ccc2; max-width:60ch; margin-top:14px; font-size:17px }
.page-hero .eyebrow{ color:#7fd297 }
.page-hero .eyebrow::before{ background:#7fd297 }

/* === Services page === */
.svc-detail{
  display:grid; grid-template-columns: 1fr 1fr; gap:48px;
  padding:56px 0; border-bottom:1px solid var(--line);
  align-items:center;
}
.svc-detail:last-child{border-bottom:0}
.svc-detail .img{
  border-radius:14px;
  overflow:hidden;
  background:#e3e2dc;
}
.svc-detail .img img{
  width:100%; height:340px; object-fit:cover; display:block;
}
.svc-detail h2{ font-size:32px; margin-bottom:12px }
.svc-detail .body p{ color:var(--ink-2); margin-bottom:14px }
.svc-detail ul{ padding-left:0; list-style:none; margin:18px 0 0; display:grid; gap:8px }
.svc-detail ul li{ display:flex; gap:10px; align-items:flex-start; color:var(--ink-2); font-size:15px }
.svc-detail ul li::before{
  content:""; flex-shrink:0; width:18px; height:18px; border-radius:50%;
  background:#eaf1eb url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232d5a3d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>") center / 11px no-repeat;
  margin-top:1px;
}
.svc-detail 
.svc-detail .price strong{ font-family:'Fraunces',serif; font-size:18px; color:var(--ink); font-weight:600 }
@media (max-width: 800px){
  .svc-detail{grid-template-columns: 1fr; gap:20px; padding:36px 0}
  .svc-detail .img{ order:-1; }
  .svc-detail .img img{height:240px}
}

/* === Process strip === */
.process{ background:var(--bg-2); border-top:1px solid var(--line); border-bottom:1px solid var(--line) }
.process-grid{
  display:grid; grid-template-columns: repeat(4, 1fr); gap:32px;
}
.step .n{
  font-family:'Fraunces',serif; font-size:14px; color:var(--green); font-weight:600;
  letter-spacing:.08em; margin-bottom:8px; display:block;
}
.step h3{ font-size:18px; margin-bottom:8px }
.step p{ color:var(--ink-2); font-size:14px }
@media (max-width: 800px){ .process-grid{grid-template-columns: 1fr 1fr; gap:24px} }

/* === FAQ === */
.faq-list{ display:grid; gap:0; border-top:1px solid var(--line) }
.faq-item{ border-bottom:1px solid var(--line); padding:22px 0 }
.faq-item summary{
  list-style:none; cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:20px;
  font-family:'Fraunces',serif; font-size:19px; font-weight:600; color:var(--ink);
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:"+"; color:var(--green); font-size:24px; font-weight:300; flex-shrink:0;
  transition:transform .2s ease;
}
.faq-item[open] summary::after{ content:"–" }
.faq-item p{ margin-top:14px; color:var(--ink-2); max-width:70ch }

/* === About page === */
.values-grid{
  display:grid; grid-template-columns: repeat(3, 1fr); gap:1px;
  background:var(--line); border:1px solid var(--line); border-radius:14px; overflow:hidden;
  margin-top:24px;
}
.value{ background:var(--white); padding:28px; display:grid; gap:10px }
.value .ic{
  width:38px; height:38px; border-radius:9px; background:#eaf1eb; color:var(--green);
  display:grid; place-items:center;
}
.value h3{ font-size:18px }
.value p{ color:var(--ink-2); font-size:14px }
@media (max-width: 800px){ .values-grid{grid-template-columns: 1fr} }

.certs{ display:flex; flex-wrap:wrap; gap:14px; margin-top:18px }
.cert{
  background:var(--white); border:1px solid var(--line); border-radius:10px;
  padding:14px 18px; display:flex; gap:10px; align-items:center;
  font-size:13px; color:var(--ink-2); font-weight:500;
}
.cert .ic{ color:var(--green) }

.area-grid{
  display:grid; grid-template-columns: repeat(4, 1fr); gap:1px;
  background:var(--line); border:1px solid var(--line); border-radius:14px; overflow:hidden;
  margin-top:18px;
}
.area{
  background:var(--white); padding:18px 20px;
  display:flex; align-items:center; gap:10px;
  font-size:14px; color:var(--ink-2); font-weight:500;
}
.area .dot{ width:6px; height:6px; border-radius:50%; background:var(--green) }
@media (max-width: 800px){ .area-grid{grid-template-columns: 1fr 1fr} }

.about-grid{
  display:grid; grid-template-columns: 1.2fr 1fr; gap:56px; align-items:start;
}
.about-grid .body p{ color:var(--ink-2); margin-bottom:16px; font-size:16px }
.about-grid h2{ font-size: clamp(30px, 4vw, 40px); margin-bottom:18px }
.about-card{
  background:var(--white); border:1px solid var(--line); border-radius:14px;
  padding:28px; display:grid; gap:20px;
  box-shadow: var(--shadow);
}
.about-card .stat strong{ font-family:'Fraunces',serif; font-size:36px; color:var(--green); display:block; line-height:1 }
.about-card .stat span{ color:var(--muted); font-size:14px }
@media (max-width: 800px){ .about-grid{grid-template-columns: 1fr; gap:28px} }

/* === Contact page === */
.contact-grid{
  display:grid; grid-template-columns: 1fr 1fr; gap:48px;
}
.contact-grid h2{ font-size: clamp(28px, 3.6vw, 36px); margin-bottom:14px }
.contact-grid .info{ display:grid; gap:18px }
.info-row{
  display:flex; gap:14px; align-items:flex-start;
  padding:18px 0; border-bottom:1px solid var(--line);
}
.info-row .ic{
  width:42px; height:42px; border-radius:10px; background:#eaf1eb; color:var(--green);
  display:grid; place-items:center; flex-shrink:0;
}
.info-row strong{ display:block; font-family:'Fraunces',serif; font-size:20px; color:var(--ink) }
.info-row span{ color:var(--muted); font-size:14px }
.form-card{
  background:var(--white); border:1px solid var(--line); border-radius:14px;
  padding:28px; box-shadow: var(--shadow);
}
.field{ display:grid; gap:6px; margin-bottom:14px }
.field label{ font-size:13px; font-weight:600; color:var(--ink-2) }
.field input, .field textarea, .field select{
  border:1px solid var(--line); background:var(--bg); border-radius:9px;
  padding:11px 13px; font:inherit; color:var(--ink);
  transition:border-color .15s ease;
}
.field input:focus, .field textarea:focus, .field select:focus{
  outline:none; border-color:var(--green); background:#fff;
}
.field textarea{ min-height:110px; resize:vertical }
.row-2{ display:grid; grid-template-columns: 1fr 1fr; gap:12px }
.submit{
  background:var(--green); color:#fff; border:0; border-radius:9px;
  padding:13px 20px; font-weight:600; font-size:15px;
  cursor:pointer; width:100%;
}
.submit:hover{ background:var(--green-dark) }
.form-note{ color:var(--muted); font-size:12px; margin-top:8px; text-align:center }
@media (max-width: 800px){ .contact-grid{grid-template-columns: 1fr; gap:28px} .row-2{grid-template-columns:1fr} }

.hours-card{
  background:var(--bg-2); border-radius:12px; padding:20px;
  margin-top:18px; display:grid; gap:8px;
}
.hours-row{ display:flex; justify-content:space-between; font-size:14px; color:var(--ink-2) }
.hours-row strong{ color:var(--ink); font-weight:600 }

/* === Legal pages === */
.legal-body{ max-width:760px }
.legal-body h2{ font-size:24px; margin:36px 0 12px }
.legal-body h2:first-child{ margin-top:0 }
.legal-body h3{ font-size:17px; font-weight:600; color:var(--ink); margin:24px 0 8px }
.legal-body p, .legal-body li{ color:var(--ink-2); font-size:15px; margin-bottom:12px; line-height:1.7 }
.legal-body ul{ padding-left:20px }
.legal-meta{ color:var(--muted); font-size:13px; margin-bottom:32px; padding-bottom:18px; border-bottom:1px solid var(--line) }
.placeholder-note{
  background:#fff8e6; border:1px solid #f0e2b5; color:#7a5d10;
  padding:14px 18px; border-radius:10px; font-size:13px; margin-bottom:28px;
}

/* === Active nav state === */
.nav-links a.active{ color:var(--green); font-weight:600 }
