:root {
  --forest: #142015;
  --green: #1f6637;
  --green-dark: #174d2a;
  --mist: #f4faf3;
  --line: #dce8dc;
  --line-strong: #d5dfd4;
  --muted: #607064;
  --white: #fff;
  --shadow: 0 18px 45px rgba(20, 32, 21, .09);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--forest);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 860px; margin-bottom: 22px; font-size: clamp(2.7rem, 6.2vw, 5.35rem); }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 4vw, 3.45rem); }
h3 { margin-bottom: 15px; font-size: 1.65rem; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 850px; }
.section { padding: 104px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; color: var(--white); background: var(--green); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; color: var(--white); }
.header-inner { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; }
.brand img { border-radius: 50%; }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-size: 1.16rem; letter-spacing: .01em; }
.brand small { margin-top: 4px; color: rgba(255,255,255,.7); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .92rem; font-weight: 650; }
.main-nav a { color: rgba(255,255,255,.9); text-decoration: none; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--white); }
.main-nav .nav-call { padding: 11px 17px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--white); background: rgba(20,32,21,.25); }
.menu-lines, .menu-lines::before, .menu-lines::after { display: block; width: 19px; height: 2px; margin: auto; border-radius: 2px; background: currentColor; content: ""; }
.menu-lines::before { transform: translateY(-6px); }
.menu-lines::after { transform: translateY(4px); }

.hero { position: relative; display: grid; min-height: 760px; align-items: end; overflow: hidden; color: var(--white); background: var(--forest); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; }
.hero-shade { background: linear-gradient(90deg, rgba(13,25,15,.94) 0%, rgba(13,25,15,.75) 48%, rgba(13,25,15,.28) 100%), linear-gradient(0deg, rgba(13,25,15,.58), transparent 50%); }
.hero-content { position: relative; z-index: 2; padding-top: 160px; padding-bottom: 78px; }
.eyebrow { margin-bottom: 18px; color: #b9dabf; font-size: .77rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.dark { color: var(--green); }
.hero-lead { max-width: 700px; margin-bottom: 32px; color: rgba(255,255,255,.88); font-size: clamp(1.08rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 13px 21px; border: 1px solid transparent; border-radius: 10px; font-size: .96rem; font-weight: 750; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .18s ease, background-color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--green); }
.button-primary:hover { background: #287d45; }
.button-light { color: var(--forest); background: var(--white); }
.button-outline { border-color: var(--green); color: var(--green); background: transparent; }
.button-outline:hover { color: var(--white); background: var(--green); }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 36px 0 0; padding: 0; color: rgba(255,255,255,.78); font-size: .88rem; list-style: none; }
.trust-row li::before { margin-right: 8px; color: #8fcca0; content: "✓"; font-weight: 900; }

.quick-contact { color: var(--white); background: var(--green); }
.quick-contact-inner { display: flex; min-height: 104px; align-items: center; justify-content: space-between; gap: 30px; }
.quick-contact-inner div { display: flex; flex-direction: column; }
.quick-contact-inner span { color: rgba(255,255,255,.75); font-size: .9rem; }
.text-link { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 9px; color: var(--white); font-weight: 800; text-decoration: none; }
.text-link span { color: inherit; transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }

.services { background: var(--mist); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading > p:last-child { max-width: 650px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 1px 0 rgba(20,32,21,.02); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-image { position: relative; height: 245px; overflow: hidden; background: #dbe4d9; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.portrait-focus img { object-position: 35% 48%; }
.service-card:hover .card-image img { transform: scale(1.025); }
.card-number { position: absolute; right: 18px; bottom: 17px; display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; color: var(--forest); background: rgba(255,255,255,.92); font-size: .78rem; font-weight: 850; }
.card-body { padding: 28px 27px 30px; }
.card-kicker { margin-bottom: 9px; color: var(--green); font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.card-body > p:not(.card-kicker) { color: var(--muted); font-size: .96rem; }
.card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 7px; color: var(--green); font-size: .92rem; font-weight: 800; text-decoration: none; }
.card-link:hover span { transform: translateX(3px); }

.storm-section { padding: 64px 0; color: var(--white); background: var(--forest); }
.storm-grid { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 34px; }
.storm-grid h2 { margin-bottom: 12px; font-size: clamp(1.8rem, 3.2vw, 2.7rem); }
.storm-grid p:last-child { max-width: 730px; margin-bottom: 0; color: rgba(255,255,255,.7); }
.storm-icon { display: grid; width: 80px; height: 80px; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; background: rgba(255,255,255,.06); }
.storm-icon svg { width: 41px; fill: none; stroke: #b9dabf; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; }

.why { background: var(--white); }
.why-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(440px, 1fr); align-items: center; gap: clamp(55px, 8vw, 110px); }
.why-copy > p:not(.eyebrow) { color: var(--muted); }
.why-copy .button { margin-top: 13px; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.process-list li:first-child { border-top: 1px solid var(--line); }
.process-list li > span { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 50%; color: var(--white); background: var(--green); font-size: .85rem; font-weight: 850; }
.process-list strong { font-size: 1.08rem; }
.process-list p { margin: 5px 0 0; color: var(--muted); font-size: .94rem; }

.area-section { padding: 82px 0; background: var(--mist); }
.area-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }
.area-grid h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
.area-grid p:last-child { max-width: 650px; margin-bottom: 0; color: var(--muted); }
.area-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; }
.area-list li { padding: 13px 17px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); font-size: .94rem; font-weight: 720; }
.area-list li::before { margin-right: 9px; color: var(--green); content: "●"; font-size: .55rem; vertical-align: 2px; }

.seo-content p { color: var(--muted); }
.faq { margin-top: 64px; }
.faq h2 { margin-bottom: 26px; font-size: clamp(1.8rem, 3vw, 2.55rem); }
.faq details { border-top: 1px solid var(--line-strong); }
.faq details:last-child { border-bottom: 1px solid var(--line-strong); }
.faq summary { display: flex; cursor: pointer; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 4px; color: var(--forest); font-weight: 770; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { color: var(--green); content: "+"; font-size: 1.5rem; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 720px; padding: 0 36px 22px 4px; }

.other-services { padding: 60px 0; border-block: 1px solid var(--line); background: var(--mist); }
.other-inner { display: flex; align-items: end; justify-content: space-between; gap: 45px; }
.other-inner h2 { margin-bottom: 12px; font-size: clamp(1.65rem, 3vw, 2.4rem); }
.other-inner p:last-child { max-width: 740px; margin-bottom: 0; color: var(--muted); }
.dark-link { color: var(--green); }

.final-cta { padding: 90px 0; color: var(--white); background: var(--green); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 65px; }
.final-cta h2 { max-width: 720px; margin-bottom: 15px; }
.final-cta p:last-child { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.76); }
.final-cta .eyebrow { color: #cae3cf; }
.final-cta .button-primary { color: var(--forest); background: var(--white); }
.final-actions { display: grid; gap: 14px; text-align: center; }
.phone-link { color: var(--white); font-size: 1.2rem; font-weight: 800; text-decoration: none; }

.site-footer { padding: 68px 0 22px; color: rgba(255,255,255,.72); background: var(--forest); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 55px; }
.footer-brand { display: flex; align-items: center; gap: 14px; color: var(--white); }
.footer-brand img { border-radius: 50%; }
.footer-brand div { display: grid; }
.footer-brand strong { font-size: 1.3rem; }
.footer-brand span { color: rgba(255,255,255,.6); font-size: .85rem; }
.site-footer h2 { margin-bottom: 14px; color: var(--white); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer p { font-size: .92rem; }
.site-footer a { text-decoration-color: rgba(255,255,255,.22); text-underline-offset: 3px; }
.footer-bottom { display: flex; margin-top: 50px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.1); justify-content: space-between; font-size: .8rem; }
.mobile-actions { display: none; }

@media (max-width: 900px) {
  body.menu-open { overflow: hidden; }
  .menu-toggle { display: block; cursor: pointer; }
  .main-nav { position: fixed; inset: 82px 20px auto; display: none; padding: 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; align-items: stretch; gap: 0; background: rgba(20,32,21,.98); box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 13px 9px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .main-nav .nav-call { margin-top: 10px; border: 1px solid rgba(255,255,255,.2); text-align: center; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: minmax(260px, .85fr) 1fr; }
  .card-image { height: 100%; min-height: 330px; }
  .storm-grid { grid-template-columns: auto 1fr; }
  .storm-grid .button { grid-column: 2; justify-self: start; }
  .why-grid { grid-template-columns: 1fr; }
  .area-grid { grid-template-columns: 1fr; gap: 40px; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 35px; }
  .final-actions { justify-self: start; }
}

@media (max-width: 640px) {
  body { padding-bottom: 67px; font-size: 16px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 76px 0; }
  .header-inner { min-height: 78px; }
  .brand img { width: 48px; height: 48px; }
  .brand small { font-size: .67rem; }
  .hero { min-height: 700px; }
  .hero-media img { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(13,25,15,.91), rgba(13,25,15,.55)), linear-gradient(0deg, rgba(13,25,15,.7), transparent 55%); }
  .hero-content { padding-top: 130px; padding-bottom: 45px; }
  h1 { font-size: clamp(2.55rem, 12.6vw, 4rem); }
  .hero-lead { font-size: 1.06rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; gap: 7px; margin-top: 26px; }
  .quick-contact-inner { min-height: 0; padding-block: 23px; align-items: flex-start; flex-direction: column; gap: 12px; }
  .service-card { display: block; }
  .card-image { height: 250px; min-height: 0; }
  .card-body { padding: 25px 23px 27px; }
  .storm-section { padding: 55px 0; }
  .storm-grid { display: block; }
  .storm-icon { width: 62px; height: 62px; margin-bottom: 25px; }
  .storm-grid .button { margin-top: 10px; }
  .why-grid { gap: 47px; }
  .process-list li { grid-template-columns: 43px 1fr; gap: 13px; }
  .process-list li > span { width: 38px; height: 38px; }
  .area-section { padding: 70px 0; }
  .area-list { grid-template-columns: 1fr 1fr; gap: 8px; }
  .area-list li { padding: 11px 12px; font-size: .86rem; }
  .seo-content { padding-bottom: 80px; }
  .other-inner { align-items: flex-start; flex-direction: column; gap: 20px; }
  .final-cta { padding: 70px 0; }
  .final-actions, .final-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { margin-bottom: 8px; }
  .mobile-actions { position: fixed; z-index: 50; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: .82fr 1.18fr; min-height: 67px; padding: 8px; gap: 8px; border-top: 1px solid var(--line); background: rgba(255,255,255,.97); box-shadow: 0 -8px 30px rgba(20,32,21,.12); backdrop-filter: blur(10px); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; border: 1px solid var(--green); border-radius: 8px; color: var(--green); font-size: .92rem; font-weight: 800; text-decoration: none; }
  .mobile-actions a:last-child { color: var(--white); background: var(--green); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
