:root{
  --forest-deep:#0D2818; --forest:#153B24; --forest-mid:#1F4E31;
  --cream:#F6F2E7; --cream-dim:#EDE6D4; --brass:#C6A15B; --brass-light:#DDC28C; --ink:#122016;
  --header-h:92px;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Helvetica,Arial,sans-serif; background:var(--cream); color:var(--ink); line-height:1.6;}
h1,h2,h3,h4{font-family:Georgia,'Times New Roman',serif; margin:0; font-weight:600; color:var(--forest-deep);}
p{margin:0;}
ul{list-style:none; margin:0; padding:0;}
a{color:inherit; text-decoration:none;}
img{max-width:100%; display:block;}
button{font:inherit; cursor:pointer;}
.wrap{max-width:1180px; margin:0 auto; padding:0 24px;}
.eyebrow{font-family:'Courier New',monospace; font-size:.78rem; letter-spacing:.24em; text-transform:uppercase; margin-bottom:16px; display:block;}
[id]{scroll-margin-top:var(--header-h,92px);}
section.block{padding:88px 0;}
@media (max-width:640px){ section.block{padding:56px 0;} }

/* ---------- NAV ---------- */
header{position:fixed; top:0; left:0; right:0; z-index:50; background:rgba(13,40,24,0.94); backdrop-filter:blur(10px); border-bottom:1px solid rgba(255,255,255,0.08);}
.nav-inner{display:flex; align-items:center; justify-content:space-between; height:92px;}
.brand{display:flex; align-items:center;}
.brand img{height:74px; width:auto;}
nav.primary{display:flex; gap:30px;}
nav.primary a{color:rgba(246,242,231,0.88); font-size:.94rem; font-weight:500; position:relative; padding-bottom:4px;}
nav.primary a::after{content:""; position:absolute; left:0; bottom:0; width:0; height:2px; background:var(--brass); transition:width .25s ease;}
nav.primary a:hover::after, nav.primary a.current::after{width:100%;}
nav.primary a.current{color:var(--brass-light);}
.nav-actions{display:flex; align-items:center; gap:12px;}
.btn{display:inline-flex; align-items:center; justify-content:center; gap:8px; border-radius:999px; font-weight:600; border:none; cursor:pointer; transition:transform .2s ease, background .2s ease; text-align:center;}
.btn-brass{background:var(--brass); color:var(--forest-deep); padding:14px 28px; font-size:1rem; box-shadow:0 8px 20px rgba(0,0,0,.16);}
.btn-brass:hover{background:var(--brass-light); transform:translateY(-2px);}
.btn-outline{background:transparent; color:var(--cream); border:1px solid rgba(246,242,231,0.35); padding:10px 20px; font-size:.9rem; font-family:'Courier New',monospace;}
.btn-outline:hover{background:rgba(246,242,231,0.1);}
.btn-ghost{background:rgba(246,242,231,0.08); color:var(--cream); border:1px solid rgba(246,242,231,0.25); padding:15px 32px; font-size:1rem;}
.btn-ghost:hover{background:rgba(246,242,231,0.16);}
.nav-cta-small{padding:12px 22px; font-size:.9rem;}
.hamburger{display:none; flex-direction:column; align-items:center; justify-content:center; gap:6px; background:none; border:none; width:48px; height:48px; padding:0; border-radius:10px; flex-shrink:0;}
.hamburger:hover{background:rgba(246,242,231,0.08);}
.hamburger span{width:24px; height:2px; background:var(--cream); border-radius:2px; transition:transform .3s ease, opacity .3s ease;}
.hamburger.open span:nth-child(1){transform:translateY(8px) rotate(45deg);}
.hamburger.open span:nth-child(2){opacity:0;}
.hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg);}

#mobile-menu{position:fixed; top:var(--header-h,92px); left:0; right:0; bottom:0; background:var(--forest-deep); z-index:60; padding:26px 26px calc(120px + env(safe-area-inset-bottom,0px)); overflow-y:auto; display:flex; flex-direction:column; opacity:0; visibility:hidden; transform:translateY(-14px); transition:opacity .3s ease, transform .3s ease, visibility 0s linear .3s;}
#mobile-menu.open{opacity:1; visibility:visible; transform:translateY(0); transition:opacity .3s ease, transform .3s ease, visibility 0s linear 0s;}
#mobile-menu nav{display:flex; flex-direction:column;}
#mobile-menu a.menu-link{display:flex; align-items:center; min-height:56px; color:var(--cream); font-size:20px; font-weight:600; border-bottom:1px solid rgba(246,242,231,0.12);}
#mobile-menu a.menu-sublink{display:flex; align-items:center; min-height:48px; color:rgba(246,242,231,0.75); font-size:16px; font-weight:500; padding-left:18px; border-bottom:1px solid rgba(246,242,231,0.08);}
#mobile-menu a.menu-link:hover, #mobile-menu a.menu-link:focus-visible, #mobile-menu a.menu-sublink:hover, #mobile-menu a.menu-sublink:focus-visible{color:var(--brass-light);}
#mobile-menu .menu-actions{margin-top:26px; display:flex; flex-direction:column; gap:14px;}
#mobile-menu .menu-actions .btn{width:100%; padding:17px; font-size:1.02rem;}
#mobile-menu .menu-actions .btn-outline{border:1.5px solid rgba(246,242,231,0.4); font-family:inherit; font-weight:600;}
#mobile-menu .menu-footer{margin-top:auto; padding-top:30px; text-align:center; font-family:'Courier New',monospace; font-size:.76rem; letter-spacing:.14em; text-transform:uppercase; color:rgba(246,242,231,0.45);}

@media (max-width:920px){
  :root{--header-h:84px;}
  .nav-inner{height:var(--header-h);}
  .brand img{height:56px;}
  nav.primary{display:none;}
  .nav-actions .btn-outline{display:none;}
  .nav-actions .nav-cta-small{display:none;}
  .hamburger{display:flex;}
}

/* ---------- HERO (site + sub-page) ---------- */
.hero-main{position:relative; min-height:92vh; display:flex; align-items:center; padding:130px 0 70px; overflow:hidden; background:radial-gradient(ellipse at 75% 20%, rgba(198,161,91,0.18), transparent 55%), linear-gradient(160deg,#0A2015 0%,#123722 45%,#1F4E31 100%);}
.hero-hills{position:absolute; bottom:0; left:0; right:0; opacity:.5; width:100%;}
.hero-main .wrap{position:relative; z-index:2; display:grid; gap:40px; align-items:center;}
@media (min-width:960px){ .hero-main .wrap{grid-template-columns:1.15fr 0.85fr;} }
.hero-main .content{max-width:640px;}
.hero-logo-panel{background:var(--cream); border-radius:28px; padding:36px; display:flex; align-items:center; justify-content:center; box-shadow:0 30px 60px -18px rgba(0,0,0,.45); max-width:280px; margin:0 auto;}
@media (min-width:960px){ .hero-logo-panel{max-width:none; margin:0;} }
.hero-logo-panel img{width:100%; max-width:220px; height:auto;}
.hero-main h1{font-size:2.3rem; line-height:1.1; color:var(--cream); letter-spacing:-.5px;}
.hero-main h1 span{color:var(--brass-light);}
.hero-main p.sub{margin-top:24px; font-size:1.15rem; color:rgba(246,242,231,0.85); font-weight:300; max-width:480px;}
.hero-ctas{display:flex; flex-wrap:wrap; gap:16px; margin-top:36px;}
@media (min-width:640px){ .hero-main h1{font-size:3.4rem;} }
@media (min-width:1024px){ .hero-main h1{font-size:4.1rem;} }

.intro-band{position:relative; padding:96px 0 60px; background:linear-gradient(160deg,#0A2015 0%,#153B24 60%,#1F4E31 100%); overflow:hidden;}
.intro-band .wrap{position:relative; z-index:2;}
.intro-band h2{color:var(--cream); font-size:2rem; line-height:1.15;}
@media (min-width:640px){ .intro-band h2{font-size:2.7rem;} }
.intro-band p.sub{margin-top:18px; color:rgba(246,242,231,0.78); font-size:1.08rem; max-width:640px;}

/* ---------- TRUST STRIP ---------- */
.trust-strip{background:var(--forest-deep); padding:26px 0; border-bottom:1px solid rgba(255,255,255,0.06);}
.trust-strip .wrap{display:flex; flex-wrap:wrap; justify-content:center; gap:32px;}
.trust-item{display:flex; align-items:center; gap:10px; color:rgba(246,242,231,0.78); font-family:'Courier New',monospace; font-size:.8rem; text-transform:uppercase; letter-spacing:.16em;}
.trust-item svg{width:17px; height:17px; color:var(--brass-light); flex-shrink:0;}

/* ---------- HEADS ---------- */
.section-head{max-width:640px; margin-bottom:50px;}
.section-head h2{font-size:1.9rem; line-height:1.15;}
@media (min-width:640px){ .section-head h2{font-size:2.4rem;} }
.section-head.dark h2{color:var(--cream);}
.section-head.dark .eyebrow{color:var(--brass-light);}
.section-head:not(.dark) .eyebrow{color:var(--forest-mid);}
.section-head.center{margin-left:auto; margin-right:auto; text-align:center;}

/* ---------- SPLIT LAYOUT ---------- */
.split{display:grid; grid-template-columns:1fr; gap:52px; align-items:center;}
@media (min-width:900px){ .split{grid-template-columns:1.05fr 0.95fr;} }
.bullet-list li{display:flex; gap:13px; align-items:flex-start; margin-top:16px; color:rgba(18,32,22,0.78);}
.bullet-list.on-dark li{color:rgba(246,242,231,0.78);}
.bullet-list svg{width:19px; height:19px; color:var(--brass); flex-shrink:0; margin-top:2px;}
.panel-card{background:var(--forest-deep); border-radius:26px; padding:46px 36px; color:var(--cream); box-shadow:0 26px 54px -20px rgba(13,40,24,.35);}
.panel-card svg.big-icon{width:50px; height:50px; color:var(--brass-light); margin-bottom:22px;}
.panel-card h3{color:var(--cream); font-size:1.4rem; margin-bottom:12px;}
.panel-card p{color:rgba(246,242,231,0.72);}

/* ---------- CARD GRIDS ---------- */
.grid-cards{display:grid; grid-template-columns:1fr; gap:20px;}
@media (min-width:640px){ .grid-cards{grid-template-columns:repeat(2,1fr);} }
@media (min-width:1024px){ .grid-cards{grid-template-columns:repeat(3,1fr);} }
.card{border-radius:20px; padding:34px 30px; transition:transform .3s ease, box-shadow .3s ease;}
.card:hover{transform:translateY(-5px); box-shadow:0 20px 40px -18px rgba(13,40,24,.3);}
.card.on-dark{background:rgba(246,242,231,0.06); border:1px solid rgba(246,242,231,0.14); color:var(--cream);}
.card.on-light{background:#fff; border:1px solid rgba(18,32,22,0.06); box-shadow:0 6px 18px rgba(18,32,22,0.05);}
.card .icon-badge{width:48px; height:48px; border-radius:13px; background:rgba(198,161,91,0.18); display:flex; align-items:center; justify-content:center; margin-bottom:20px;}
.card .icon-badge svg{width:22px; height:22px; color:var(--brass);}
.card.on-dark .icon-badge svg{color:var(--brass-light);}
.card h3{font-size:1.15rem; margin-bottom:9px;}
.card.on-dark h3{color:var(--cream);}
.card p{font-size:.94rem; color:rgba(18,32,22,0.65);}
.card.on-dark p{color:rgba(246,242,231,0.68);}
.card .card-link{display:inline-block; margin-top:14px; font-size:.88rem; font-weight:700; color:var(--brass); border-bottom:2px solid var(--brass); padding-bottom:2px;}
.card.on-dark .card-link{color:var(--brass-light); border-color:var(--brass-light);}

/* ---------- SERVICE CARD (image-style block, css illustration) ---------- */
.service-card{border-radius:22px; overflow:hidden; background:var(--forest-mid); display:flex; flex-direction:column; transition:transform .3s ease, box-shadow .3s ease;}
.service-card:hover{transform:translateY(-5px); box-shadow:0 20px 40px -18px rgba(13,40,24,.35);}
.service-card .top{height:140px; display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg, rgba(198,161,91,0.22), rgba(13,40,24,0.4));}
.service-card .top svg{width:48px; height:48px; color:var(--brass-light);}
.service-card .body{padding:28px 26px;}
.service-card h3{color:var(--cream); font-size:1.3rem; margin-bottom:9px;}
.service-card p{color:rgba(246,242,231,0.7); font-size:.94rem;}

/* ---------- PROCESS ---------- */
.process-grid{display:grid; grid-template-columns:1fr; gap:44px;}
@media (min-width:820px){ .process-grid{grid-template-columns:repeat(3,1fr);} }
.process-step .num{font-family:'Courier New',monospace; font-size:3.2rem; font-weight:300; color:rgba(198,161,91,0.35); margin-bottom:12px;}
.process-step .icon-badge{width:52px; height:52px; border-radius:15px; background:var(--forest-mid); display:flex; align-items:center; justify-content:center; margin-bottom:18px;}
.process-step .icon-badge svg{width:24px; height:24px; color:var(--brass-light);}
.process-step h3{color:var(--cream); font-size:1.25rem; margin-bottom:10px;}
.process-step p{color:rgba(246,242,231,0.68);}

/* ---------- CITY / MAP ---------- */
.city-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:12px 18px; margin-top:30px; font-family:'Courier New',monospace; font-size:.9rem; text-transform:uppercase; letter-spacing:.08em;}
.city-grid span{display:flex; align-items:center; gap:9px;}
.city-grid .dot{width:7px; height:7px; border-radius:50%; background:var(--brass); flex-shrink:0;}
.map-card{border-radius:26px; overflow:hidden; box-shadow:0 26px 54px -20px rgba(13,40,24,.3); background:var(--forest-deep); aspect-ratio:1/1; position:relative;}
.map-card svg{width:100%; height:100%;}
.cluster-card{background:#fff; border-radius:18px; padding:26px 24px; border:1px solid rgba(18,32,22,0.07); box-shadow:0 6px 18px rgba(18,32,22,0.05);}
.cluster-card h3{font-size:1.1rem; margin-bottom:8px;}
.cluster-card p{font-size:.9rem; color:rgba(18,32,22,0.65);}

/* ---------- ACCORDION / FAQ ---------- */
.faq-item{background:var(--forest); border:1px solid rgba(255,255,255,0.08); border-radius:16px; margin-bottom:14px; overflow:hidden;}
.faq-item summary{list-style:none; cursor:pointer; padding:22px 26px; display:flex; align-items:center; justify-content:space-between; gap:16px; color:var(--cream); font-size:1.04rem; font-weight:600; font-family:Georgia,serif;}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary .chev{width:19px; height:19px; color:var(--brass); flex-shrink:0; transition:transform .3s ease;}
.faq-item[open] summary .chev{transform:rotate(180deg);}
.faq-item .faq-body{padding:0 26px 24px; color:rgba(246,242,231,0.7); line-height:1.6;}
.faq-item.on-light{background:#fff; border-color:rgba(18,32,22,0.08);}
.faq-item.on-light summary{color:var(--forest-deep);}
.faq-item.on-light .faq-body{color:rgba(18,32,22,0.68);}

/* ---------- CTA BAND ---------- */
.cta-band{background:linear-gradient(120deg,var(--forest-deep),var(--forest-mid)); border-radius:28px; padding:56px 40px; text-align:center;}
.cta-band h2{color:var(--cream); font-size:1.9rem;}
.cta-band p{color:rgba(246,242,231,0.75); margin-top:14px; font-size:1.05rem;}
.cta-band .hero-ctas{justify-content:center; margin-top:30px;}

/* ---------- ESTIMATE FORM ---------- */
.estimate-grid{display:grid; grid-template-columns:1fr; gap:48px; width:100%; max-width:100%;}
.estimate-grid > *{min-width:0;}
@media (min-width:900px){ .estimate-grid{grid-template-columns:0.85fr 1.15fr;} }
form.card-form{background:#fff; border-radius:24px; padding:40px 34px; box-shadow:0 26px 54px -22px rgba(18,32,22,0.15); border:1px solid rgba(18,32,22,0.06); width:100%; max-width:100%; box-sizing:border-box;}
.field{margin-bottom:20px;}
fieldset.field{min-width:0; width:100%; max-width:100%;}
.field label{display:block; font-size:.87rem; font-weight:600; margin-bottom:7px; color:rgba(18,32,22,0.8);}
.field .hint{font-size:.78rem; color:rgba(18,32,22,0.5); margin-top:5px;}
.field input:not([type="radio"]):not([type="checkbox"]), .field select, .field textarea{width:100%; max-width:100%; padding:12px 15px; border-radius:11px; border:1px solid rgba(18,32,22,0.15); background:var(--cream); font:inherit; color:var(--ink); outline:none; transition:border-color .2s ease;}
.field input:focus, .field select:focus, .field textarea:focus{border-color:var(--brass);}
.field input[type="radio"], .field input[type="checkbox"]{
  width:18px; height:18px; min-width:18px; flex:0 0 auto; padding:0; margin:0;
  accent-color:var(--brass); border-radius:0;
}
.row-2{display:grid; grid-template-columns:1fr; gap:16px; width:100%; max-width:100%;}
.row-2 > *{min-width:0;}
@media (min-width:520px){ .row-2{grid-template-columns:1fr 1fr;} }
.radio-row{display:flex; flex-wrap:wrap; gap:14px; font-size:.9rem; color:rgba(18,32,22,0.8); width:100%; max-width:100%;}
.radio-row label{display:flex; align-items:center; gap:7px; min-height:32px; font-weight:500; margin-bottom:0; flex:0 0 auto; max-width:100%;}
@media (max-width:899px){
  .radio-row{flex-direction:column; align-items:flex-start; gap:10px;}
  .radio-row label{min-height:44px; width:100%; white-space:normal;}
}
.consent{font-size:.78rem; color:rgba(18,32,22,0.55); margin-top:14px; line-height:1.5;}
.field .consent-check{display:flex; align-items:flex-start; gap:10px; width:100%; max-width:100%; margin-bottom:0 !important; font-weight:500;}
.consent-check input[type="checkbox"]{margin-top:3px; flex:0 0 auto;}
.consent-check span{flex:1 1 auto; min-width:0; word-break:break-word;}
.form-note{margin-top:16px; background:rgba(31,78,49,0.08); color:var(--forest-mid); padding:15px 17px; border-radius:11px; font-weight:600; text-align:center; display:none;}
.form-note.show{display:block;}
.err-msg{color:#a4302a; font-size:.78rem; margin-top:5px; display:none;}
.err-msg.show{display:block;}
.field.invalid input, .field.invalid select{border-color:#a4302a;}

/* ---------- FOOTER ---------- */
footer{background:var(--forest-deep); padding:70px 0 30px;}
.footer-grid{display:grid; grid-template-columns:1fr; gap:40px; padding-bottom:38px; border-bottom:1px solid rgba(255,255,255,0.08);}
@media (min-width:820px){ .footer-grid{grid-template-columns:1.3fr 1fr 1fr 1fr;} }
.footer-grid img{height:64px; margin-bottom:16px;}
.footer-grid p{color:rgba(246,242,231,0.55); font-size:.92rem; max-width:280px;}
.footer-col h4{font-family:'Courier New',monospace; font-size:.76rem; letter-spacing:.2em; text-transform:uppercase; color:var(--brass-light); margin-bottom:16px;}
.footer-col ul li{margin-bottom:11px;}
.footer-col ul li a{color:rgba(246,242,231,0.68); font-size:.92rem;}
.footer-col ul li a:hover{color:var(--cream);}
.footer-phone{font-family:'Courier New',monospace; font-size:1.25rem; color:var(--cream); display:block; margin-bottom:6px;}
.footer-bottom{display:flex; flex-wrap:wrap; justify-content:space-between; gap:12px; padding-top:26px; font-size:.8rem; color:rgba(246,242,231,0.42);}

/* ---------- FLOATING MOBILE CALL BUTTON ---------- */
.float-call{display:none; position:fixed; bottom:22px; right:22px; z-index:45; width:58px; height:58px; border-radius:50%; background:var(--brass); color:var(--forest-deep); align-items:center; justify-content:center; box-shadow:0 12px 26px rgba(0,0,0,.3);}
@media (max-width:920px){ .float-call{display:flex;} }
.float-call svg{width:25px; height:25px;}

:focus-visible{outline:3px solid var(--brass); outline-offset:2px;}
.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;}
.owner-panel{display:flex; align-items:center; justify-content:center; width:100%; height:220px; border-radius:22px; background:linear-gradient(135deg, rgba(198,161,91,0.16), rgba(13,40,24,0.5)); border:1px solid rgba(255,255,255,0.08);}
.owner-panel svg{width:70px; height:70px; color:var(--brass-light);}

@media (prefers-reduced-motion: reduce){ html{scroll-behavior:auto;} }

/* ---------- PRINT ---------- */
@media print{
  header, #mobile-menu, .float-call{display:none !important;}
  body{background:#fff !important;}
  section.block{padding:24px 0 !important; page-break-inside:avoid;}
  .hero-main, .intro-band{min-height:0 !important; padding:24px 0 !important; background:var(--forest-deep) !important; -webkit-print-color-adjust:exact; print-color-adjust:exact;}
  .hero-main .wrap{display:block !important;}
  .hero-logo-panel{max-width:160px !important; margin:16px auto 0 !important;}
  .trust-strip, .cta-band, .panel-card, footer, .card.on-dark, .faq-item, .service-card{-webkit-print-color-adjust:exact; print-color-adjust:exact;}
  a[href]:after{content:"";}
  .btn{box-shadow:none !important;}
}

/* ---------- BREADCRUMBS ---------- */
.breadcrumb-nav{padding:14px 0; background:var(--cream-dim);}
.breadcrumb-nav ol{display:flex; flex-wrap:wrap; gap:6px; font-size:.82rem; color:rgba(18,32,22,0.6);}
.breadcrumb-nav a{color:var(--forest-mid); font-weight:600;}
.breadcrumb-nav a:hover{text-decoration:underline;}
.breadcrumb-nav li:not(:last-child)::after{content:"/"; margin-left:6px; color:rgba(18,32,22,0.35);}

/* ---------- NAV CURRENT PAGE (server-rendered) ---------- */
nav.primary a[aria-current="page"], #mobile-menu a[aria-current="page"]{color:var(--brass-light);}
nav.primary a[aria-current="page"]::after{width:100%;}

/* ---------- UTILITY PAGES (404 / thank-you) ---------- */
.utility-page{min-height:70vh; display:flex; align-items:center; padding:160px 0 100px;}
.utility-page .wrap{text-align:center; max-width:560px; margin:0 auto;}
.utility-page h1{font-size:2.6rem;}
.utility-page p{margin-top:18px; font-size:1.1rem; color:rgba(18,32,22,0.7);}
.utility-page .hero-ctas{justify-content:center; margin-top:30px;}

/* ---------- IMAGE PLACEHOLDER ---------- */
.image-placeholder{
  border:2px dashed rgba(18,32,22,0.15); border-radius:20px; background:var(--cream-dim);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px;
  padding:40px 24px; text-align:center; color:rgba(18,32,22,0.45);
  aspect-ratio:16/10;
}
.image-placeholder svg{width:40px; height:40px; opacity:.5;}
.image-placeholder span{font-family:'Courier New',monospace; font-size:.78rem; text-transform:uppercase; letter-spacing:.1em;}

/* ---------- REDUCED MOTION for hamburger/menu already respects prefers-reduced-motion elsewhere ---------- */
@media (prefers-reduced-motion: reduce){
  .hamburger span, #mobile-menu, #mobile-menu a.menu-link{transition:none !important;}
}
