:root{
  --bg:#ffffff;
  --surface:#f7f7f7;
  --surface-2:#eeeeee;
  --ink:#111111;
  --muted:#666666;
  --orange:#d32f2f;
  --orange-dark:#b71c1c;
  --olive:#333333;
  --gold:#9e9e9e;
  --line:#e0e0e0;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--bg);
}
a{color:inherit;text-decoration:none}
img,svg{display:block;max-width:100%}
.page-shell svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

.page-shell{
  width:100%;
  background:var(--bg);
  min-height:100vh;
  overflow-x:clip;
}
.container{width:min(1070px,calc(100% - 110px));margin-inline:auto}

.top-strip{background:var(--ink);color:#fff}
.top-strip-inner{display:flex;justify-content:space-between;align-items:center;min-height:42px;gap:20px;font-size:12.5px}
.strip-item{display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:500;letter-spacing:.2px}
.strip-item svg{width:14px;height:14px;color:var(--orange);flex:0 0 auto}
a.strip-item{transition:.2s}
a.strip-item:hover{color:#f2a6a6}
.strip-right{display:flex;gap:28px}

.header-wrap{position:sticky;top:0;z-index:50;background:var(--bg);transition:background .25s,box-shadow .25s}
.header-wrap.scrolled{background:rgba(247,247,247,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 6px 22px rgba(0,0,0,.07)}
.site-header{
  height:122px;
  transition:height .25s;
  display:grid;
  grid-template-columns:1fr auto auto;
  align-items:center;
  gap:36px;
}
.header-wrap.scrolled .site-header{height:80px}
.brand{display:flex;align-items:center;gap:16px;min-width:210px}
.brand-mark{width:66px;height:44px;color:var(--ink)}
.brand-mark svg{width:100%;height:100%}
.nav-links{display:flex;gap:31px;font-family:"Lora",serif;font-size:16px;color:var(--ink)}
.nav-links a{position:relative}
.nav-links a:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:1px;background:var(--orange);transition:.2s}
.nav-links a:hover:after{right:0}
.nav-links a.active{color:var(--orange)}
.nav-links a.active:after{right:0}

.button{display:inline-flex;align-items:center;justify-content:center;padding:15px 27px;border-radius:12px;font-family:"Lora",serif;font-weight:600;transition:.2s}
.button-primary{background:var(--ink);color:#fff;box-shadow:0 8px 20px rgba(17,17,17,.2)}
.button-primary:hover{background:var(--olive);transform:translateY(-1px)}
.header-cta{padding:11px 18px;font-size:14px}

.hero{
  display:grid;
  grid-template-columns:47% 53%;
  min-height:520px;
  align-items:stretch;
  position:relative;
}
.hero-copy{padding:53px 38px 36px 0;z-index:2}
.hero h1{
  margin:0 0 24px;
  font-family:"Lora",serif;
  font-size:52px;
  line-height:1.08;
  letter-spacing:-1.8px;
  font-weight:600;
}
.hero h1 span{color:var(--orange)}
.hero-copy>p{max-width:460px;margin:0;color:var(--muted);font-size:17px;line-height:1.55}
.hero-actions{display:flex;align-items:center;gap:34px;margin-top:32px}
.text-link{display:inline-flex;align-items:center;gap:8px;font-family:"Lora",serif;color:var(--orange-dark);font-weight:600}
.text-link svg{width:19px;height:19px}
.micro-trust{display:flex;align-items:center;gap:14px;margin-top:26px;font-size:14px;font-weight:500;line-height:1.35;color:var(--ink)}
.round-icon{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:var(--olive);color:#fff;flex:0 0 auto}
.round-icon svg{width:21px;height:21px}

.hero-media-wrap{position:relative;min-height:520px}
.style-pill{position:absolute;right:15px;top:8px;z-index:3;background:var(--surface-2);color:var(--ink);border-radius:999px;padding:9px 18px;font-size:13px;white-space:nowrap;box-shadow:0 4px 10px rgba(0,0,0,.1)}
.style-pill span{color:var(--orange)}
.hero-media{
  height:100%;
  min-height:520px;
  border-radius:54% 30px 30px 8% / 40% 30px 30px 20%;
  overflow:hidden;
  position:relative;
  background:var(--surface-2);
}
.hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

.trust-strip{
  margin-top:30px;
  min-height:120px;
  padding:24px 34px;
  display:grid;
  grid-template-columns:1.4fr repeat(3,1fr);
  gap:18px;
  align-items:center;
  background:#333333;
  border-radius:26px;
  box-shadow:0 12px 30px rgba(0,0,0,.12);
  position:relative;
  z-index:4;
}
.community-statement{display:flex;align-items:center;gap:18px;padding-right:10px;border-right:1px solid rgba(255,255,255,.16)}
.heart-icon{width:64px;height:64px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;flex:0 0 auto}
.heart-icon svg{width:30px;height:30px;fill:#fff;stroke:#fff}
.community-statement strong{font-family:"Lora",serif;font-size:19px;line-height:1.25;color:#fff}
.community-statement strong span{color:#f37070}
.benefit{display:flex;align-items:center;gap:13px;padding-left:5px}
.benefit+.benefit{border-left:1px solid rgba(255,255,255,.16);padding-left:20px}
.benefit-icon{color:#fff;flex:0 0 auto}
.benefit-icon svg{width:27px;height:27px}
.benefit-icon.gold{color:#c4c4c4}
.benefit-icon.ink{color:#fff}
.benefit p{font-size:13px;line-height:1.35;margin:0;color:#c9c9c9}
.benefit b{font-weight:600;color:#fff}

.services{padding-top:42px;padding-bottom:28px}
.eyebrow{font-family:"Lora",serif;font-style:italic;color:var(--orange);margin:0 0 5px;font-size:18px}
.services h2,.about h2,.areas h2,.faq h2,.contact h2,.steps-section h2,.split-section h2,.reviews-section h2,.loc-services h2{font-family:"Lora",serif;font-size:38px;margin:0 0 18px;letter-spacing:-.8px}
.section-intro{max-width:620px;margin:0 0 26px;color:var(--muted);font-size:15px;line-height:1.55}

.services-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}
.services-head h2{margin-bottom:0}
.carousel-nav{display:flex;gap:10px;flex:0 0 auto;padding-bottom:6px}
.car-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:var(--surface);color:var(--ink);display:grid;place-items:center;cursor:pointer;transition:.2s}
.car-btn:hover{background:var(--ink);border-color:var(--ink);color:#fff}
.car-btn svg{width:18px;height:18px}

.service-track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 66px)/4);
  gap:22px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  padding-bottom:8px;
}
.service-track::-webkit-scrollbar{display:none}
.service-card{scroll-snap-align:start}

.loc-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:start;padding-top:44px;padding-bottom:56px}
.loc-copy h1{font-family:"Lora",serif;font-size:46px;line-height:1.08;letter-spacing:-1.4px;margin:0 0 20px;font-weight:600}
.loc-copy h1 span{color:var(--orange)}
.loc-intro{color:var(--muted);font-size:16px;line-height:1.6;margin:0 0 22px;max-width:480px}
.loc-ticks{list-style:none;margin:0 0 28px;padding:0}
.loc-ticks li{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;margin:10px 0}
.loc-ticks svg{width:18px;height:18px;color:var(--orange);flex:0 0 auto}
.loc-form-title{font-family:"Lora",serif;font-size:24px;margin:0 0 4px}
.loc-form-sub{margin:0 0 20px;font-size:13px;color:var(--muted)}
.suburb-chips{display:flex;flex-wrap:wrap;gap:9px}
.chip{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 15px;font-size:13px;font-weight:600;color:#333}
.loc-band{padding:44px 0;margin:0}
.loc-services{padding-top:54px}
.loc-grid{grid-template-columns:repeat(4,1fr);gap:26px 30px}
.svc-link{border-radius:14px;transition:.15s}
.svc-link .area-row-icon{color:var(--orange)}
.svc-link:hover h3{color:var(--orange)}
.review-grid.two{grid-template-columns:1fr 1fr;max-width:980px}

.crumbs{font-size:13px;color:var(--muted);margin-bottom:20px}
.crumbs a:hover{color:var(--orange)}
.crumbs span{color:var(--ink);font-weight:600}
.service-hero-pg{min-height:480px}
.service-hero-pg h1{font-size:46px;letter-spacing:-1.4px}
.service-hero-pg .hero-copy{padding-top:44px}
.svc-media{min-height:460px}
.svc-photo{min-height:460px;border-radius:26px}
.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 32px}
.steps-section{padding:60px 0 26px}
.step-list{list-style:none;counter-reset:step;margin:30px 0 0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.step-list li{counter-increment:step;position:relative;padding-top:66px}
.step-list li:before{content:counter(step);position:absolute;top:0;left:0;width:48px;height:48px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;font-family:"Lora",serif;font-weight:600;font-size:20px}
.step-list h3{font-family:"Lora",serif;font-size:18px;margin:0 0 8px}
.step-list p{font-size:13.5px;color:var(--muted);line-height:1.55;margin:0}
.split-section{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center;padding-top:46px;padding-bottom:30px}
.split-copy p{color:var(--muted);font-size:15px;line-height:1.65;max-width:520px;margin:0 0 16px}
.split-photo{position:relative;border-radius:17px;overflow:hidden;min-height:340px;background:var(--surface-2)}
.split-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.split-map{border-radius:17px;overflow:hidden;min-height:340px;box-shadow:0 14px 34px rgba(0,0,0,.08)}
.split-map iframe{display:block;width:100%;height:100%;min-height:340px;border:0}
.mini-cta{background:#333333;border-radius:18px;padding:26px 34px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin:30px 0 8px}
.mini-cta-final{padding-bottom:64px}
.mini-cta p{margin:0;color:#dcdcdc;font-size:15px}
.mini-cta b{color:#fff}
.mini-cta-btn{background:var(--orange);color:#fff;padding:13px 22px;flex:0 0 auto}
.mini-cta-btn:hover{background:var(--orange-dark)}
.unique-section{padding-top:54px;padding-bottom:10px}
.unique-section h2{font-family:"Lora",serif;font-size:38px;margin:0 0 18px;letter-spacing:-.8px}

.triage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:8px}
.triage-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:26px}
.triage-card.mid{border-color:#bdbdbd}
.triage-card.hot{background:#333;border-color:#333;color:#fff}
.triage-badge{display:inline-block;background:#e4e4e4;color:#333;border-radius:999px;padding:6px 13px;font-size:11px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;margin-bottom:14px}
.triage-card.mid .triage-badge{background:var(--ink);color:#fff}
.triage-card.hot .triage-badge{background:var(--orange);color:#fff}
.triage-card h3{font-family:"Lora",serif;font-size:18px;margin:0 0 8px}
.triage-card p{font-size:13.5px;line-height:1.55;color:var(--muted);margin:0}
.triage-card.hot p{color:#d6d6d6}
.triage-card.hot a{color:#f37070;font-weight:700}

.drip-toggle{display:flex;gap:10px;margin:6px 0 24px}
.drip-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 20px;font-family:"DM Sans",sans-serif;font-size:13px;font-weight:600;color:var(--muted);cursor:pointer;transition:.15s}
.drip-btn.active{background:var(--ink);border-color:var(--ink);color:#fff}
.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:760px}
.stat-tile{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:26px;text-align:center}
.stat-tile strong{display:block;font-family:"Lora",serif;font-size:40px;letter-spacing:-1px;color:var(--orange)}
.stat-tile span{font-size:12.5px;font-weight:600;color:var(--muted);letter-spacing:.4px}
.stat-note{margin:18px 0 0;font-size:12.5px;color:var(--muted);max-width:640px;line-height:1.55}

.life-bars{max-width:760px;margin-top:6px}
.life-row{display:grid;grid-template-columns:220px 1fr;gap:18px;align-items:center;margin-bottom:16px}
.life-label{font-size:14px;font-weight:600}
.life-track{background:var(--surface-2);border-radius:999px;height:38px;overflow:hidden}
.life-fill{background:var(--ink);height:100%;border-radius:999px;display:flex;align-items:center;justify-content:flex-end;padding-right:16px}
.life-fill span{color:#fff;font-size:12.5px;font-weight:700;white-space:nowrap}

.fixit-card{background:var(--surface);border:1px solid var(--line);border-radius:17px;padding:32px;max-width:860px}
.fixit-list{list-style:none;margin:0;padding:0;columns:2;column-gap:44px}
.fixit-list li{margin-bottom:13px;break-inside:avoid}
.fixit-list label{display:flex;align-items:center;gap:11px;font-size:14px;color:var(--ink);cursor:pointer}
.fixit-list input{width:18px;height:18px;accent-color:var(--orange);flex:0 0 auto;margin:0}
.fixit-note{margin:20px 0 0;padding-top:18px;border-top:1px solid var(--line);font-size:13.5px;color:var(--muted)}
.fixit-note a{color:var(--orange);font-weight:700}

.cam-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:8px}
.cam-tile{background:#1d1d1d;border-radius:14px;padding:24px 20px;position:relative;border:1px solid #2e2e2e}
.cam-rec{position:absolute;top:14px;right:16px;color:#f05a5a;font-size:10px;font-weight:700;letter-spacing:1.5px}
.cam-rec:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#f05a5a;margin-right:6px;animation:rec-blink 1.4s infinite}
@keyframes rec-blink{0%,100%{opacity:1}50%{opacity:.2}}
.cam-tile h3{font-family:"Lora",serif;color:#fff;font-size:17px;margin:14px 0 8px}
.cam-tile p{color:#b9b9b9;font-size:13px;line-height:1.55;margin:0 0 16px}
.cam-meta{color:#7c7c7c;font-size:10px;letter-spacing:1px}

.compare-wrap{overflow-x:auto;margin-top:8px}
.compare-table{width:100%;max-width:960px;border-collapse:collapse;font-size:13.5px}
.compare-table th,.compare-table td{padding:14px 18px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}
.compare-table thead th{font-family:"Lora",serif;font-size:16px;border-bottom:2px solid var(--ink)}
.compare-table tbody th{font-weight:600;color:var(--ink);width:180px}
.compare-table td{color:var(--muted)}
.compare-table tbody tr:nth-child(odd) td{background:var(--surface)}

.call-log{background:#333;border-radius:17px;padding:34px;max-width:760px;color:#fff}
.log-row{display:flex;gap:22px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.log-row:first-child{padding-top:0}
.log-row:last-child{border-bottom:0;padding-bottom:0}
.log-time{font-family:"Lora",serif;font-size:17px;color:#f37070;flex:0 0 76px;font-weight:600}
.log-row div{font-size:14px;line-height:1.55;color:#d6d6d6}
.log-row b{color:#fff}

.reviews-section{padding-top:50px;padding-bottom:20px}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:10px}
.review-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:28px}
.review-stars{color:var(--orange);letter-spacing:2px;font-size:15px;margin-bottom:12px}
.review-card blockquote{margin:0 0 18px;font-style:italic;color:#4a4a4a;font-size:14px;line-height:1.65}
.review-name{font-weight:700;font-size:13px;margin:0}
.review-src{color:var(--muted);font-size:12px;margin:2px 0 0}

.page-hero{background:var(--surface);padding:62px 0 54px;text-align:center}
.page-hero h1{font-family:"Lora",serif;font-size:52px;line-height:1.08;letter-spacing:-1.5px;margin:6px auto 16px;max-width:760px}
.page-hero-sub{color:var(--muted);max-width:600px;margin:0 auto;font-size:16px;line-height:1.6}
.services-grid-section{padding:56px 0 20px}
.services-grid-full{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.service-points-inline{list-style:none;padding:0;margin:14px 0 0;display:flex;flex-wrap:wrap;gap:7px}
.service-points-inline li{display:inline-flex;align-items:center;gap:5px;background:#ececec;color:#4a4a4a;font-size:11px;font-weight:600;padding:5px 10px;border-radius:20px}
.service-points-inline li svg{width:12px;height:12px;color:var(--orange);flex:0 0 auto}
.service-card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:17px;overflow:hidden;min-width:0;display:flex;flex-direction:column}
.card-image{position:relative;height:155px;overflow:hidden}
.card-image img{width:100%;height:100%;object-fit:cover}
.card-icon{position:absolute;top:127px;left:15px;width:57px;height:57px;border-radius:50%;background:var(--surface);display:grid;place-items:center;color:var(--orange);box-shadow:0 5px 14px rgba(0,0,0,.12);z-index:1}
.card-icon svg{width:29px;height:29px;fill:currentColor;stroke:none}
.card-icon.olive{color:var(--olive)}
.card-icon.gold{color:var(--gold)}
.card-body{padding:38px 17px 18px;flex:1;display:flex;flex-direction:column}
.card-body h3{font-family:"Lora",serif;font-size:18px;margin:0 0 7px}
.card-body p{font-size:13px;line-height:1.5;color:var(--muted);margin:0}
.card-body a{display:inline-flex;align-items:center;gap:7px;margin-top:auto;padding-top:18px;color:var(--orange);font-weight:600;font-size:13px}
.card-body a svg{width:15px;height:15px}

.cta{
  min-height:147px;
  margin-top:8px;
  margin-bottom:30px;
  background:linear-gradient(120deg,#b71c1c,#d32f2f);
  color:#fff;
  border-radius:18px;
  display:grid;
  grid-template-columns:1.2fr 1fr 1px 1.2fr;
  align-items:center;
  gap:31px;
  padding:25px 38px;
  position:relative;
  overflow:hidden;
}
.cta-branch{position:absolute;left:-12px;bottom:-24px;width:120px;height:160px}
.cta-branch .stem{stroke:rgba(50,5,5,.30);stroke-width:3;fill:none}
.cta-branch .leaf{fill:rgba(50,5,5,.24);stroke:none}
.cta-intro{position:relative;z-index:1}
.cta-intro h2{font-family:"Lora",serif;font-size:27px;line-height:1.12;margin:0 0 8px}
.cta-intro p{font-family:"Lora",serif;font-style:italic;margin:0;font-size:17px}
.contact-block{display:flex;align-items:center;gap:17px;position:relative;z-index:1}
.contact-icon{width:54px;height:54px;border:1px solid rgba(255,255,255,.78);border-radius:50%;display:grid;place-items:center;flex:0 0 auto}
.contact-icon svg{width:22px;height:22px}
.contact-block div:last-child{display:flex;flex-direction:column;min-width:0}
.contact-block small{font-weight:600;font-size:12px}
.contact-block strong{font-family:"Lora",serif;font-size:26px;margin:4px 0;white-space:nowrap}
.contact-block strong.email{font-size:16px}
.contact-block span{font-size:11px}
.contact-divider{width:1px;height:70px;background:rgba(255,255,255,.35)}

.script{display:block;font-family:"Reenie Beanie",cursive;font-size:30px;color:var(--orange);line-height:1.1;margin-bottom:3px}
.about{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center;padding-top:50px;padding-bottom:70px}
.about-image{position:relative}
.about-image img{width:100%;height:420px;object-fit:cover;border-radius:180px 22px 22px 180px}
.years{position:absolute;right:-32px;bottom:26px;background:var(--ink);color:#fff;border:9px solid var(--bg);width:125px;height:125px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}
.years strong{font-family:"Lora",serif;font-size:40px;line-height:1}
.years small{text-align:center;font-size:11px;line-height:1.2}
.about-copy h2{font-size:52px;margin:10px 0 20px;line-height:1.08}
.about-copy h2 em{font-style:normal;color:var(--orange)}
.about-copy p{max-width:440px;color:var(--muted);margin:0}
.about-copy ul{padding:0;margin:24px 0;list-style:none;color:var(--muted);font-size:14px}
.about-copy li{display:flex;align-items:center;gap:10px;margin:10px 0}
.about-copy li svg{width:17px;height:17px;flex:0 0 auto;color:var(--orange);background:#fbe3e3;border-radius:50%;padding:3px}

.areas{background:var(--surface);padding:64px 0;margin:24px 0 16px}
.areas-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}
.areas .section-intro{margin-bottom:30px}
.area-rows{display:flex;flex-direction:column;gap:22px}
.area-row{display:flex;gap:16px;align-items:flex-start}
.area-row-icon{width:48px;height:48px;border-radius:12px;background:#fff;box-shadow:0 10px 24px rgba(0,0,0,.06);display:grid;place-items:center;color:var(--orange);flex:0 0 auto}
.area-row-icon svg{width:22px;height:22px}
.area-row h3{font-family:"Lora",serif;font-size:17px;margin:3px 0 4px}
.area-row p{font-size:13.5px;line-height:1.5;color:var(--muted);margin:0;max-width:420px}
.areas-map{border-radius:17px;overflow:hidden;box-shadow:0 14px 34px rgba(0,0,0,.08);height:100%;min-height:420px}
.areas-map iframe{display:block;width:100%;height:100%;min-height:420px}

.faq{padding-top:50px;padding-bottom:80px}
.faq-inner{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}
.faq-media{position:relative}
.faq-media img{width:100%;height:540px;object-fit:cover;object-position:left;border-radius:26px;box-shadow:0 20px 40px rgba(0,0,0,.08);position:relative;z-index:1}
.dot-grid{position:absolute;left:-36px;bottom:-36px;width:240px;height:210px;background-image:radial-gradient(#c9c9c9 1.6px,transparent 1.6px);background-size:18px 18px}
.faq-list{max-width:860px}
.faq-item{background:var(--surface);border:1px solid var(--line);border-radius:14px;margin-bottom:12px;overflow:hidden}
.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;list-style:none;padding:18px 22px;font-family:"Lora",serif;font-weight:600;font-size:16px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary svg{width:18px;height:18px;flex:0 0 auto;color:var(--muted);transition:.2s}
.faq-item[open] summary svg{transform:rotate(180deg);color:var(--orange)}
.faq-item p{margin:0;padding:0 22px 20px;font-size:14px;line-height:1.6;color:var(--muted)}

.contact{display:grid;grid-template-columns:1fr 1.15fr;gap:48px;padding-top:36px;padding-bottom:40px;align-items:start}
.info-row{display:flex;align-items:center;gap:14px;margin-bottom:16px;font-size:15px;font-weight:600}
.info-row a:hover{color:var(--orange)}
.info-icon{width:46px;height:46px;border-radius:50%;background:var(--surface);border:1px solid var(--line);display:grid;place-items:center;color:var(--orange);flex:0 0 auto}
.info-icon svg{width:20px;height:20px}
.info-detail{display:flex;flex-direction:column;gap:2px;min-width:0}
.info-detail span{font-size:12.5px;font-weight:400;color:var(--muted);line-height:1.45}
.info-detail .info-strong{font-size:15px;font-weight:600;color:var(--ink)}
.contact-map-section{padding-bottom:60px}
.contact-map{min-height:380px}
.contact-map iframe{min-height:380px}
.contact-note{margin:24px 0 0;font-size:13px;line-height:1.7;color:var(--muted)}
.contact-note b{color:var(--ink);font-weight:600}
.contact-card{background:var(--surface);border:1px solid var(--line);border-radius:17px;padding:32px}
.hp-field{display:none}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.contact-card label{display:block;margin-bottom:18px;font-size:12px;font-weight:600;letter-spacing:.4px;color:var(--muted)}
.contact-card input,.contact-card textarea,.contact-card select{
  display:block;width:100%;margin-top:7px;padding:12px 14px;
  border:1px solid var(--line);border-radius:10px;background:#fff;
  font-family:"DM Sans",sans-serif;font-size:14px;color:var(--ink);
}
.contact-card input:focus,.contact-card textarea:focus,.contact-card select:focus{outline:none;border-color:var(--orange)}
.contact-card textarea{resize:vertical}
.contact-card .button{width:100%;border:none;cursor:pointer;font-size:15px}
.form-note{margin:14px 0 0;text-align:center;font-size:12px;color:var(--muted)}
.form-note a{color:var(--orange);font-weight:600}

.footer-big{padding:52px 0 0;background:#333333;color:#fff}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1.2fr 1.3fr;gap:40px;padding-bottom:36px}
.footer-logo{width:74px;height:auto;color:#fff;margin-bottom:14px}
.footer-logo path,.footer-logo use{fill:currentColor;stroke:none}
.footer-brand strong{display:block;font-family:"Lora",serif;font-size:17px;margin-bottom:10px;color:#fff}
.footer-brand p{margin:0;font-size:13px;line-height:1.6;color:#c9c9c9}
.footer-big h4{font-family:"Lora",serif;font-size:15px;margin:6px 0 14px;color:#fff}
.footer-big ul{list-style:none;margin:0;padding:0}
.footer-big li{font-size:13px;color:#c9c9c9;margin-bottom:9px}
.footer-big a:hover{color:#f37070}
.footer-big ul.two-col{columns:2;column-gap:24px}
.footer-bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.15);padding-top:18px;padding-bottom:22px;font-size:12px;color:#b5b5b5}

@media (max-width: 980px){
  .container{width:calc(100% - 52px)}
  .site-header{grid-template-columns:1fr auto}.nav-links{display:none}
  .hero{grid-template-columns:1fr}.hero-copy{padding-right:0}
  .hero-media-wrap{min-height:420px;margin-right:0}.hero-media{min-height:420px;border-radius:40px}
  .style-pill{right:15px}
  .trust-strip{grid-template-columns:1fr 1fr;margin-top:16px;padding:24px 28px}.community-statement{grid-column:1/-1;border-right:0;border-bottom:1px solid rgba(255,255,255,.16);padding-bottom:20px}.benefit+.benefit{border-left:0;padding-left:5px}
  .service-track{grid-auto-columns:calc((100% - 22px)/2)}
  .services-grid-full{grid-template-columns:1fr 1fr}
  .page-hero h1{font-size:42px}
  .service-hero-pg h1{font-size:38px}
  .loc-hero{grid-template-columns:1fr;gap:40px}
  .loc-grid{grid-template-columns:1fr 1fr}
  .review-grid.two{grid-template-columns:1fr}
  .triage-grid{grid-template-columns:1fr}
  .stat-row{grid-template-columns:1fr 1fr 1fr;gap:14px}
  .cam-grid{grid-template-columns:1fr 1fr}
  .life-row{grid-template-columns:1fr;gap:8px}
  .svc-media{min-height:380px;margin-top:10px}.svc-photo{min-height:380px}
  .problem-grid{grid-template-columns:1fr 1fr}
  .step-list{grid-template-columns:1fr 1fr}
  .split-section{grid-template-columns:1fr;gap:36px}
  .review-grid{grid-template-columns:1fr;max-width:560px}
  .mini-cta{flex-direction:column;align-items:flex-start}
  .about{grid-template-columns:1fr;gap:50px}.about-image img{height:350px}.years{right:-5px}
  .areas-inner{grid-template-columns:1fr;gap:44px}
  .faq-inner{grid-template-columns:1fr;gap:48px}.faq-media img{height:360px}
  .contact{grid-template-columns:1fr;gap:36px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
  .cta{grid-template-columns:1fr 1fr;gap:22px}.contact-divider{display:none}
}

@media (max-width: 640px){
  .container{width:calc(100% - 32px)}
  .site-header{height:96px}.header-cta{padding:12px 14px;font-size:13px}.brand-mark{width:52px;height:36px}
  .strip-mail{display:none}.top-strip-inner{font-size:11.5px}
  .hero h1{font-size:40px}.hero-copy{padding-top:30px}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.hero-media-wrap{min-height:330px;margin-top:22px}.hero-media{min-height:330px}.style-pill{font-size:11px;right:8px}
  .trust-strip{grid-template-columns:1fr;padding:22px}.community-statement{grid-column:auto}.benefit{padding:4px 0}.service-track{grid-auto-columns:86%}.card-image{height:200px}.card-icon{top:172px}
  .services-grid-full{grid-template-columns:1fr}
  .page-hero h1{font-size:34px;letter-spacing:-1px}
  .service-hero-pg h1{font-size:32px}
  .loc-copy h1{font-size:36px}
  .loc-grid{grid-template-columns:1fr}
  .stat-row{grid-template-columns:1fr}
  .cam-grid{grid-template-columns:1fr}
  .fixit-list{columns:1}
  .log-row{flex-direction:column;gap:4px}
  .unique-section h2{font-size:30px}
  .problem-grid{grid-template-columns:1fr}
  .step-list{grid-template-columns:1fr}
  .services-head{flex-direction:column;align-items:flex-start}
  .about-copy h2{font-size:40px}.about-image img{border-radius:140px 18px 18px 140px}
  .areas{padding:48px 0}.areas-map{min-height:320px}.areas-map iframe{min-height:320px}
  .field-row{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;text-align:center;gap:6px}
  .cta{grid-template-columns:1fr;padding:28px}.contact-block strong{white-space:normal}
}
