/* ---------- Base ---------- */
*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  background:#F5EFDC;
  color:#3a2a1a;
  font-family:'Nunito Sans',sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{ color:#C6531E; text-decoration:none; }
a:hover{ color:#2E7D32; }
h1,h2,h3{ margin:0; }
input,select,textarea,button{ font-family:inherit; }
img{ max-width:100%; }

@keyframes bob{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-14px); } }
@keyframes pulse{
  0%,100%{ box-shadow:0 6px 0 #8a3714,0 10px 22px rgba(0,0,0,.28); }
  50%{ box-shadow:0 6px 0 #8a3714,0 10px 22px rgba(0,0,0,.28),0 0 0 10px rgba(198,83,30,.18); }
}
@media (prefers-reduced-motion: reduce){
  .hero-lockup{ animation:none; }
  .floating-call{ animation:none; }
}

[hidden]{ display:none !important; }
.dot{ opacity:.5; }
.script-lead{ font-family:'Kaushan Script',cursive; color:#4FAE33; font-size:clamp(24px,3.5vw,32px); margin-bottom:4px; }
.script-lead--light{ color:#B7E39F; }
.script-lead--peach{ color:#ffe6cf; }
.script-inline{ font-family:'Kaushan Script',cursive; font-size:24px; margin-right:6px; }
.section-title{ font-family:Fredoka,sans-serif; font-weight:600; color:#2E1E12; font-size:clamp(32px,5.5vw,50px); line-height:1.02; }
.section-title--light{ color:#fff; }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:10px;
  font-family:Fredoka,sans-serif; font-weight:600; color:#fff;
  border-radius:999px; border:3px solid #ffffff66;
  transition:transform .12s, box-shadow .12s;
  cursor:pointer;
}
.btn:hover{ color:#fff; }
.btn-orange{ background:#C6531E; box-shadow:0 6px 0 #8a3714; }
.btn-orange:hover{ transform:translateY(3px); box-shadow:0 3px 0 #8a3714; }
.btn-green{ background:#4FAE33; box-shadow:0 6px 0 #2E7D32; }
.btn-green:hover{ transform:translateY(3px); box-shadow:0 3px 0 #2E7D32; }
.btn-sm{ padding:11px 18px; font-size:15px; border-width:2px; }
.btn-md{ padding:15px 28px; font-size:18px; }
.btn-lg{ padding:16px 30px; font-size:19px; box-shadow:0 7px 0 #8a3714,0 12px 20px rgba(0,0,0,.18); }
.btn-lg.btn-green{ box-shadow:0 7px 0 #2E7D32,0 12px 20px rgba(0,0,0,.18); }
.btn-lg:hover{ transform:translateY(3px); box-shadow:0 4px 0 #8a3714,0 8px 14px rgba(0,0,0,.18); }
.btn-lg.btn-green:hover{ box-shadow:0 4px 0 #2E7D32,0 8px 14px rgba(0,0,0,.18); }
.btn-block{ width:100%; justify-content:center; }

/* ---------- Announcement bar ---------- */
.announcement-bar{
  background:#2E7D32; color:#fff; font-weight:700; font-size:14px; letter-spacing:.02em;
  text-align:center; padding:9px 16px;
  display:flex; flex-wrap:wrap; gap:6px 22px; justify-content:center; align-items:center;
}
.announcement-phone{ color:#fff; text-decoration:underline; font-weight:800; }
.announcement-phone:hover{ color:#fff; }

/* ---------- Header ---------- */
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(245,239,220,.96); backdrop-filter:blur(6px);
  border-bottom:3px solid #e4d8b4;
}
.header-inner{
  max-width:1180px; margin:0 auto; padding:10px 18px;
  display:flex; align-items:center; gap:14px; flex-wrap:wrap;
}
.brand-mark{ display:flex; align-items:center; flex:0 0 auto; }
.brand-logo{ height:56px; width:auto; display:block; }
.main-nav{
  display:flex; gap:6px 20px; flex-wrap:wrap; margin-left:auto;
  font-family:Fredoka,sans-serif; font-weight:500; font-size:16px;
}
.main-nav a{ color:#3a2a1a; }
.main-nav a:hover{ color:#C6531E; }
.header-actions{ display:flex; gap:10px; align-items:center; flex:0 0 auto; }

/* ---------- Hero ---------- */
.hero{
  position:relative;
  background:radial-gradient(circle at 25% 15%,#fbf6e6 0%,#F5EFDC 55%);
  padding:clamp(40px,6vw,72px) 18px clamp(48px,7vw,84px);
  scroll-margin-top:90px;
}
.hero-inner{
  max-width:1180px; margin:0 auto;
  display:grid; grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:clamp(28px,5vw,56px); align-items:center;
}
.rating-pill{
  display:inline-flex; align-items:center; gap:10px;
  background:#fff; border:3px solid #e4d8b4; border-radius:999px;
  padding:8px 16px; box-shadow:0 4px 0 #e4d8b4; margin-bottom:22px;
}
.stars{ color:#F5A623; font-size:20px; letter-spacing:2px; }
.rating-num{ font-weight:800; color:#2E1E12; }
.rating-note{ color:#7a6a52; font-weight:600; font-size:14px; }
.hero-title{
  font-family:Fredoka,sans-serif; font-weight:700; color:#2E1E12;
  font-size:clamp(38px,7vw,68px); line-height:1; letter-spacing:-.01em;
}
.hero-copy{
  font-size:clamp(17px,2.2vw,20px); line-height:1.55; color:#5a4a36;
  max-width:520px; margin:20px 0 28px;
}
.hero-ctas{ display:flex; flex-wrap:wrap; gap:14px; }
.hero-checks{
  display:flex; flex-wrap:wrap; gap:8px 24px; margin-top:26px;
  font-weight:700; color:#2E7D32; font-size:15px;
}
.hero-art{ position:relative; display:flex; justify-content:center; }
.hero-glow{
  position:absolute; width:min(88%,460px); aspect-ratio:1; border-radius:50%;
  background:radial-gradient(circle,#4FAE3322,#4FAE3300 70%);
  top:50%; left:50%; transform:translate(-50%,-50%);
}
.hero-lockup{
  position:relative; width:100%; max-width:560px; height:auto;
  filter:drop-shadow(0 18px 22px rgba(0,0,0,.22));
  animation:bob 6s ease-in-out infinite;
}

/* ---------- Coverage strip ---------- */
.coverage-strip{ background:#C6531E; color:#fff; padding:14px 18px; overflow:hidden; }
.coverage-inner{
  max-width:1180px; margin:0 auto;
  display:flex; flex-wrap:wrap; gap:8px 14px; align-items:center; justify-content:center;
  font-family:Fredoka,sans-serif; font-weight:500; font-size:15px;
}

/* ---------- Section scaffold ---------- */
.section{ padding:clamp(56px,8vw,96px) 18px; }
.section-inner{ max-width:1180px; margin:0 auto; }
.section-head{ text-align:center; max-width:720px; margin:0 auto 46px; }
.section-cta{ text-align:center; margin-top:44px; }

/* ---------- Services ---------- */
.services-grid{
  display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:22px;
}
.service-card{
  background:#fff; border:3px solid #e4d8b4; border-radius:20px; overflow:hidden;
  box-shadow:0 8px 0 #e4d8b4; display:flex; flex-direction:column;
}
.service-head{ padding:20px 22px; display:flex; align-items:center; gap:12px; }
.service-head--orange{ background:#C6531E; }
.service-head--green{ background:#4FAE33; }
.service-head--brown{ background:#8A5A34; }
.service-head--forest{ background:#2E7D32; }
.service-head--red{ background:#C1272D; }
.service-icon{
  width:34px; height:34px; background:#ffffff33; border:2px solid #ffffff88;
  border-radius:9px; flex:0 0 auto;
}
.service-head h3{ font-family:Fredoka,sans-serif; font-weight:600; color:#fff; font-size:24px; }
.service-body{ padding:20px 22px 24px; display:flex; flex-direction:column; gap:16px; flex:1; }
.service-body p{ margin:0; color:#5a4a36; line-height:1.55; flex:1; }
.service-link{ font-family:Fredoka,sans-serif; font-weight:600; color:#C6531E; }
.service-link:hover{ color:#2E7D32; }

/* ---------- Areas ---------- */
.areas-section{ background:#2E7D32; color:#fff; padding:clamp(56px,8vw,96px) 18px; scroll-margin-top:80px; }
.areas-inner{
  max-width:1180px; margin:0 auto;
  display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:clamp(28px,5vw,56px); align-items:center;
}
.areas-art{ display:flex; justify-content:center; }
.areas-art img{ width:100%; max-width:560px; height:auto; filter:drop-shadow(0 12px 18px rgba(0,0,0,.35)); }
.areas-copy{ color:#e5f2df; line-height:1.55; max-width:520px; margin:0 0 22px; font-size:17px; }
.area-chips{ display:flex; flex-wrap:wrap; gap:10px; margin-bottom:26px; }
.area-chips span{
  background:#F5EFDC; color:#2E1E12; font-weight:700; padding:9px 16px;
  border-radius:999px; box-shadow:0 3px 0 #00000022;
}

/* ---------- Gallery ---------- */
.gallery-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:34px; }
.gallery-card{
  background:#fff; border:3px solid #2E1E12; border-radius:14px; padding:12px 12px 46px;
  box-shadow:0 14px 26px rgba(0,0,0,.18); position:relative; margin:0;
}
.gallery-card--r1{ transform:rotate(-1.5deg); }
.gallery-card--r2{ transform:rotate(1.2deg); }
.gallery-card--r3{ transform:rotate(-.8deg); }
.gallery-card--r4{ transform:rotate(1.6deg); }
.gallery-card--r5{ transform:rotate(1deg); }
.gallery-card--r6{ transform:rotate(-1.2deg); }
.gallery-photos{ display:grid; grid-template-columns:1fr 1fr; gap:6px; }
.gallery-photo{
  aspect-ratio:1; border-radius:6px; overflow:hidden;
  background:repeating-linear-gradient(45deg,#e9dfc4,#e9dfc4 12px,#e2d6b6 12px,#e2d6b6 24px);
  display:flex; align-items:flex-end; justify-content:center; padding:8px;
  position:relative;
}
.gallery-photo img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
}
.gallery-photo span{
  position:relative; z-index:1;
  font-family:monospace; font-size:11px; color:#8a7a5c;
  background:#ffffffcc; padding:2px 6px; border-radius:4px;
}
.gallery-card figcaption{
  font-family:'Kaushan Script',cursive; color:#2E1E12; font-size:22px;
  text-align:center; margin-top:12px;
}
.gallery-badge{
  position:absolute; bottom:-16px; right:-14px; width:92px; height:auto;
  transform:rotate(6deg); filter:drop-shadow(0 4px 6px rgba(0,0,0,.3));
}
.gallery-note{ text-align:center; color:#8a7a5c; font-family:monospace; font-size:13px; margin-top:40px; }

/* ---------- About ---------- */
.about-section{ background:#fbf6e6; padding:clamp(56px,8vw,96px) 18px; scroll-margin-top:80px; }
.about-inner{
  max-width:1180px; margin:0 auto;
  display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:clamp(28px,5vw,56px); align-items:center;
}
.about-art{ position:relative; display:flex; justify-content:center; }
.about-photo-frame{
  width:min(92%,440px); aspect-ratio:1; border-radius:50%; background:#4FAE33;
  display:flex; align-items:center; justify-content:center; overflow:hidden;
  box-shadow:0 14px 30px rgba(0,0,0,.2); border:8px solid #fff;
}
.about-photo-frame img{ width:112%; height:auto; transform:translateY(4%); }
.about-copy{ color:#5a4a36; line-height:1.6; font-size:17px; margin:0 0 16px; }
.about-copy:last-of-type{ margin-bottom:22px; }
.stat-row{ display:flex; flex-wrap:wrap; gap:12px; margin-bottom:26px; }
.stat-card{
  background:#fff; border:3px solid #e4d8b4; border-radius:14px; padding:14px 18px;
  box-shadow:0 5px 0 #e4d8b4;
}
.stat-num{ font-family:Fredoka,sans-serif; font-weight:700; color:#C6531E; font-size:28px; line-height:1; }
.stat-label{ color:#7a6a52; font-weight:700; font-size:13px; }

/* ---------- Contact ---------- */
.contact-section{
  position:relative; background:#2E7D32; color:#fff;
  padding:clamp(56px,8vw,96px) 18px; overflow:hidden; scroll-margin-top:80px;
}
.contact-diagonal{
  position:absolute; inset:0; background:#C6531E;
  clip-path:polygon(0 0,58% 0,42% 100%,0 100%); z-index:0;
}
.contact-inner{
  position:relative; z-index:1; max-width:1180px; margin:0 auto;
  display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:clamp(28px,5vw,56px); align-items:start;
}
.contact-links{ display:flex; flex-direction:column; gap:14px; font-size:18px; }
.contact-link{
  color:#fff; font-weight:700; display:inline-flex; align-items:center; gap:14px;
  word-break:break-all;
}
.contact-link:hover{ color:#fff; opacity:.85; }
.contact-link--lg{ font-family:Fredoka,sans-serif; font-weight:600; font-size:26px; word-break:normal; }
.contact-icon{
  display:inline-flex; align-items:center; justify-content:center;
  width:44px; height:44px; background:#F5EFDC; border-radius:50%;
  flex:0 0 auto; font-size:18px; box-shadow:0 3px 0 #00000022;
}
.contact-link--lg .contact-icon{ font-size:20px; }
.social-links{ display:flex; gap:12px; margin-top:22px; }
.social-links a{
  background:#ffffff22; border:2px solid #ffffff66; color:#fff; font-weight:700;
  padding:10px 18px; border-radius:999px;
}
.social-links a:hover{ color:#fff; background:#ffffff33; }

.contact-card{
  background:#F5EFDC; color:#2E1E12; border-radius:22px;
  padding:clamp(22px,3vw,32px); box-shadow:0 16px 34px rgba(0,0,0,.28);
}
.estimate-form{ display:flex; flex-direction:column; gap:14px; scroll-margin-top:100px; }
.estimate-form h3{ font-family:Fredoka,sans-serif; font-weight:600; font-size:24px; color:#2E1E12; }
.estimate-form input,
.estimate-form select,
.estimate-form textarea{
  width:100%; padding:14px 16px; border:3px solid #d8cba7; border-radius:12px;
  font-size:16px; background:#fffdf5; color:#2e1e12;
}
.estimate-form textarea{ resize:vertical; }
.form-note{ text-align:center; color:#5a4a36; font-size:15px; margin:4px 0 0; }
.form-note a{ font-family:Fredoka,sans-serif; font-weight:600; font-size:17px; color:#C6531E; }
.form-note a:hover{ color:#2E7D32; }
.estimate-thanks{ text-align:center; padding:26px 10px; }
.thanks-logo{ height:76px; width:auto; display:block; margin:0 auto; }
.estimate-thanks h3{ font-family:Fredoka,sans-serif; font-weight:600; font-size:26px; color:#2E1E12; margin:14px 0 8px; }
.estimate-thanks p{ color:#5a4a36; line-height:1.55; margin:0 0 18px; }

/* ---------- Footer ---------- */
.site-footer{ background:#241a10; color:#e5dcc6; padding:44px 18px 32px; }
.footer-inner{
  max-width:1180px; margin:0 auto;
  display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:30px; align-items:start;
}
.footer-logo{ height:78px; width:auto; }
.footer-blurb{ color:#b7a988; line-height:1.5; margin:14px 0 0; max-width:320px; }
.footer-inner h4{ font-family:Fredoka,sans-serif; font-weight:600; color:#fff; font-size:18px; margin-bottom:12px; }
.footer-links{ display:flex; flex-direction:column; gap:8px; }
.footer-links a{ color:#e5dcc6; font-weight:700; }
.footer-links a:hover{ color:#fff; }
.footer-cta{ margin-top:16px; }
.footer-bottom{
  max-width:1180px; margin:28px auto 0; border-top:1px solid #ffffff1a; padding-top:18px;
  color:#8a7c60; font-size:13px; display:flex; flex-wrap:wrap; gap:8px 18px; justify-content:space-between;
}

/* ---------- Floating call button ---------- */
.floating-call{
  position:fixed; bottom:22px; right:22px; z-index:60;
  width:64px; height:64px; border-radius:50%; background:#C6531E; color:#fff;
  display:flex; align-items:center; justify-content:center; font-size:28px;
  border:3px solid #fff; animation:pulse 2.4s ease-in-out infinite;
}
.floating-call:hover{ color:#fff; }
