:root {
  --forest: #123f2e;
  --forest-2: #0c2e22;
  --lime: #c9ed63;
  --orange: #ef733d;
  --cream: #f4f0e6;
  --paper: #fffef9;
  --ink: #17211d;
  --muted: #68736d;
  --line: #dce2dd;
  --shadow: 0 24px 70px rgba(15, 45, 33, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, label, select { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }

.site-header { height: 86px; padding: 0 clamp(20px, 5vw, 78px); display: flex; align-items: center; justify-content: space-between; background: #fff; border-bottom: 1px solid rgba(18,63,46,.1); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 45px; height: 45px; border-radius: 9px; display: grid; place-items: center; transform: rotate(-4deg); background: var(--forest); box-shadow: inset -6px -6px 0 rgba(0,0,0,.08); }
.brand-mark span { color: var(--lime); font: 800 32px/1 "Barlow Condensed", sans-serif; transform: rotate(4deg); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font: 800 25px/.85 "Barlow Condensed", sans-serif; letter-spacing: 2px; }
.brand-copy small { margin-top: 7px; font: 700 8px/1 "DM Sans", sans-serif; letter-spacing: 1.65px; color: var(--forest); }
.header-actions { display: flex; align-items: center; gap: 28px; }
.phone-link { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.phone-link svg { width: 20px; fill: var(--orange); }
.phone-link span { display: grid; font-weight: 700; font-size: 14px; }
.phone-link small { color: var(--muted); font-weight: 500; font-size: 10px; text-transform: uppercase; letter-spacing: .8px; }
.button { min-height: 50px; padding: 0 23px; border: 0; border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; font-weight: 700; font-size: 14px; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 43px; color: white; background: var(--forest); }
.button-primary { color: white; background: var(--orange); box-shadow: 0 12px 28px rgba(239,115,61,.24); }
.button-primary:hover { background: #dd6330; box-shadow: 0 15px 34px rgba(239,115,61,.3); }

.hero { overflow: hidden; color: white; background: var(--forest); }
.hero-inner { max-width: 1440px; min-height: 630px; margin: 0 auto; padding: 76px clamp(25px, 7vw, 105px) 66px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 55px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--lime); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.8px; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.hero h1, .section-heading h2, .service-area h2, .modal h2 { margin: 0; font-family: "Barlow Condensed", sans-serif; font-weight: 800; letter-spacing: -.025em; }
.hero h1 { max-width: 650px; font-size: clamp(58px, 6.3vw, 92px); line-height: .88; text-transform: uppercase; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-lede { max-width: 620px; margin: 29px 0; color: rgba(255,255,255,.77); font-size: 17px; line-height: 1.68; }
.hero-buttons { display: flex; align-items: center; gap: 24px; }
.text-link { font-size: 13px; font-weight: 600; text-underline-offset: 5px; }
.trust-row { margin-top: 56px; display: flex; gap: clamp(25px, 4vw, 62px); }
.trust-row div { display: grid; gap: 5px; }
.trust-row strong { color: var(--lime); font: 700 22px/1 "Barlow Condensed", sans-serif; letter-spacing: .8px; }
.trust-row span { color: rgba(255,255,255,.58); font-size: 11px; }

.hero-art { min-height: 410px; position: relative; }
.sun { width: 280px; height: 280px; border-radius: 50%; background: var(--lime); opacity: .96; position: absolute; right: 12%; top: 5%; }
.skyline { height: 80px; display: flex; align-items: end; gap: 10px; opacity: .25; position: absolute; left: 0; right: 0; bottom: 98px; }
.skyline i { display: block; flex: 1; background: white; }
.skyline i:nth-child(1){height:38%}.skyline i:nth-child(2){height:70%}.skyline i:nth-child(3){height:50%}.skyline i:nth-child(4){height:88%}.skyline i:nth-child(5){height:61%}.skyline i:nth-child(6){height:42%}
.container-illustration { height: 205px; width: 93%; max-width: 590px; border: 7px solid #17211d; border-top-width: 12px; background: #276149; clip-path: polygon(5% 0,100% 0,96% 86%,89% 100%,7% 100%,0 86%); transform: perspective(700px) rotateY(-5deg) rotateZ(-1deg); box-shadow: 18px 25px 0 rgba(8,29,21,.45); position: absolute; right: 0; bottom: 56px; z-index: 2; }
.container-illustration:before { content:""; height: 29px; position: absolute; inset: auto 0 0; background: #183d2d; border-top: 4px solid #17211d; }
.container-ribs { position: absolute; inset: 0; display: flex; justify-content: space-around; }
.container-ribs i { width: 9px; background: rgba(6,31,21,.22); border-inline: 2px solid rgba(0,0,0,.12); transform: skew(-2deg); }
.container-label { min-width: 155px; padding: 17px 22px; display: grid; text-align: center; color: var(--ink); background: var(--lime); border: 4px solid var(--ink); transform: rotate(-1deg); position: absolute; left: 31%; top: 52px; }
.container-label b { font: 800 37px/.8 "Barlow Condensed", sans-serif; letter-spacing: 3px; }
.container-label span { margin-top: 8px; font-size: 7px; font-weight: 800; letter-spacing: 1px; }
.art-badge { padding: 16px 20px; display: grid; color: var(--ink); background: white; border-left: 5px solid var(--orange); box-shadow: 0 17px 40px rgba(0,0,0,.2); position: absolute; z-index: 3; right: -10px; bottom: 1px; }
.art-badge b { font: 700 19px "Barlow Condensed", sans-serif; text-transform: uppercase; }
.art-badge span { color: var(--muted); font-size: 10px; }

.service-strip { max-width: 1220px; margin: -1px auto 0; padding: 26px 35px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; background: white; box-shadow: var(--shadow); transform: translateY(44px); position: relative; z-index: 4; }
.service-strip > div { padding: 6px 24px; display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--line); }
.service-strip > div:last-child { border: 0; }
.service-icon { width: 37px; color: var(--orange); font: 700 30px/1 "Barlow Condensed", sans-serif; text-align: center; }
.service-strip p { margin: 0; display: grid; gap: 4px; }
.service-strip b { font: 700 17px "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: .35px; }
.service-strip small { color: var(--muted); font-size: 10px; }

.quote-section { padding: 135px clamp(20px, 5vw, 70px) 110px; background: var(--cream); scroll-margin-top: 20px; }
.section-heading { max-width: 1220px; margin: 0 auto 40px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.eyebrow.dark { color: var(--orange); }
.section-heading h2 { color: var(--forest); font-size: clamp(43px, 5vw, 65px); line-height: .95; text-transform: uppercase; }
.section-heading > p { max-width: 390px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.quote-shell { max-width: 1220px; min-height: 620px; margin: 0 auto; display: grid; grid-template-columns: 275px 1fr; background: white; box-shadow: var(--shadow); }
.progress-panel { padding: 42px 30px 30px; color: white; background: var(--forest); }
.progress-kicker { margin: 0 0 28px; color: var(--lime); font: 700 13px "Barlow Condensed", sans-serif; letter-spacing: 1.5px; text-transform: uppercase; }
.progress-panel ol { margin: 0; padding: 0; list-style: none; }
.progress-panel li { min-height: 67px; display: flex; align-items: flex-start; gap: 14px; color: rgba(255,255,255,.44); position: relative; }
.progress-panel li:after { content:""; width: 1px; height: 28px; background: rgba(255,255,255,.16); position: absolute; left: 14px; top: 35px; }
.progress-panel li:last-child:after { display: none; }
.progress-panel li > span { width: 29px; height: 29px; flex: 0 0 29px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; display: grid; place-items: center; font-size: 10px; }
.progress-panel li p { margin: 1px 0 0; display: grid; gap: 3px; }
.progress-panel li b { color: inherit; font-size: 13px; }
.progress-panel li small { font-size: 10px; }
.progress-panel li.active, .progress-panel li.complete { color: white; }
.progress-panel li.active > span { color: var(--forest); background: var(--lime); border-color: var(--lime); font-weight: 800; }
.progress-panel li.complete > span { color: var(--forest); background: white; border-color: white; font-size: 0; }
.progress-panel li.complete > span:before { content:"✓"; font-size: 11px; }
.progress-help { margin-top: 32px; padding-top: 23px; display: grid; gap: 6px; border-top: 1px solid rgba(255,255,255,.13); }
.progress-help b { font-size: 11px; }
.progress-help a { color: rgba(255,255,255,.63); font-size: 10px; text-decoration: none; }
.quote-form { padding: 47px clamp(30px, 5vw, 72px) 32px; display: flex; flex-direction: column; }
.form-progress-mobile { display: none; }
.form-step { display: none; margin: 0; padding: 0; border: 0; animation: fadeIn .25s ease; }
.form-step.active { display: block; }
@keyframes fadeIn { from{opacity:0;transform:translateY(7px)} to{opacity:1;transform:none} }
.form-step legend { width: 100%; color: var(--forest); font: 800 clamp(32px, 4vw, 43px)/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.step-intro { margin: 9px 0 28px; color: var(--muted); font-size: 13px; }
.option-grid { display: grid; gap: 14px; }
.option-grid-2 { grid-template-columns: repeat(2, 1fr); }
.choice-card { min-height: 112px; padding: 21px 46px 19px 21px; display: grid; align-content: center; gap: 7px; background: #fbfcf9; border: 1px solid var(--line); border-radius: 5px; cursor: pointer; position: relative; transition: border .2s, box-shadow .2s, transform .2s; }
.choice-card:hover { border-color: #8eaa9c; transform: translateY(-2px); }
.choice-card:has(input:checked) { border: 2px solid var(--forest); padding: 20px 45px 18px 20px; box-shadow: 0 8px 22px rgba(18,63,46,.08); background: #f8fbf5; }
.choice-card input { opacity: 0; position: absolute; }
.choice-check { width: 23px; height: 23px; border: 1px solid #bcc8c1; border-radius: 50%; display: grid; place-items: center; color: transparent; font-size: 11px; position: absolute; right: 17px; top: 17px; }
.choice-card input:checked ~ .choice-check { color: white; background: var(--forest); border-color: var(--forest); }
.choice-card b { color: var(--forest); font: 700 20px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.choice-card small { color: var(--muted); font-size: 11px; line-height: 1.45; }
.choice-card:has(input:focus-visible) { outline: 3px solid rgba(239,115,61,.35); outline-offset: 2px; }
.compact .choice-card { min-height: 88px; }
.field-group { margin-top: 24px; }
.field-label, .field > span { margin-bottom: 9px; display: block; color: var(--forest); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; }
.field-label em, .field span em { margin-left: 7px; color: #98a19c; font-size: 9px; font-style: normal; font-weight: 500; text-transform: none; letter-spacing: 0; }
.chip-grid { display: flex; flex-wrap: wrap; gap: 9px; }
.chip-grid label input, .inline-options label input { opacity: 0; position: absolute; }
.chip-grid label span { padding: 10px 14px; display: block; color: #4f5d56; background: #fbfcf9; border: 1px solid var(--line); border-radius: 99px; font-size: 11px; cursor: pointer; }
.chip-grid label input:checked + span { color: white; background: var(--forest); border-color: var(--forest); }
.chip-grid label:has(input:focus-visible) span { outline: 3px solid rgba(239,115,61,.35); }
.field-row { display: flex; gap: 17px; margin-top: 19px; }
.field { display: block; flex: 1; margin-top: 19px; }
.field-row .field { margin-top: 0; }
.field.grow { flex: 3; }.field.zip { flex: 1; min-width: 120px; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 12px 14px; color: var(--ink); background: #fbfcf9; border: 1px solid #ced7d1; border-radius: 4px; outline: none; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(18,63,46,.09); }
.safety-note { margin-top: 22px; padding: 14px 16px; display: flex; align-items: flex-start; gap: 11px; color: #695344; background: #fff9ee; border-left: 3px solid #e7a64c; }
.safety-note > span { width: 20px; height: 20px; flex: 0 0 20px; display: grid; place-items: center; color: white; background: #d58d30; border-radius: 50%; font-size: 11px; font-weight: 800; }
.safety-note p { margin: 0; font-size: 10px; line-height: 1.5; }
.inline-options { display: flex; flex-wrap: wrap; gap: 10px; }
.inline-options span { min-width: 108px; padding: 11px 14px; display: block; text-align: center; background: #fbfcf9; border: 1px solid var(--line); border-radius: 4px; font-size: 11px; cursor: pointer; }
.inline-options input:checked + span { color: white; background: var(--forest); border-color: var(--forest); }
.field-error { display: none; margin: 9px 0 0; color: #b44d2d; font-size: 11px; font-weight: 600; }
.field-error.visible { display: block; }
.form-actions { margin-top: auto; padding-top: 34px; display: flex; gap: 12px; justify-content: flex-end; }
.button-back { color: var(--forest); background: #edf1ee; }
.form-fineprint { margin: 17px 0 0; color: #8c9690; font-size: 9px; text-align: right; }
.form-fineprint span { color: #58a477; }
.website-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 20px; margin: 12px 0 0; color: #b44d2d; font-size: 11px; font-weight: 600; text-align: right; }
.submit-button:disabled { cursor: wait; opacity: .72; transform: none; }
.review-banner { padding: 15px; display: flex; align-items: center; gap: 13px; color: var(--forest); background: #f1f8e1; border: 1px solid #d8e8b0; }
.review-banner > span { width: 29px; height: 29px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--forest); }
.review-banner p { margin: 0; display: grid; gap: 2px; }
.review-banner b { font-size: 12px; }.review-banner small { color: #61705d; font-size: 10px; }
.review-summary { margin: 18px 0; display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); }
.review-item { min-height: 76px; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.review-item:nth-child(odd) { border-right: 1px solid var(--line); }
.review-item:nth-last-child(-n+2) { border-bottom: 0; }
.review-item small { display: block; color: #8a958f; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; }
.review-item b { margin-top: 6px; display: block; color: var(--forest); font-size: 11px; line-height: 1.45; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 10px; line-height: 1.5; cursor: pointer; }
.consent input { margin-top: 2px; accent-color: var(--forest); }

.service-area { padding: 95px clamp(24px, 8vw, 120px); display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 9vw, 120px); color: white; background: var(--forest-2); }
.eyebrow.light { color: var(--lime); }
.service-area h2 { max-width: 670px; font-size: clamp(49px, 6vw, 74px); line-height: .95; text-transform: uppercase; }
.area-copy > p:not(.eyebrow) { max-width: 700px; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.75; }
.area-list { margin: 30px 0 32px; display: flex; flex-wrap: wrap; gap: 9px; }
.area-list span { padding: 8px 11px; color: rgba(255,255,255,.75); border: 1px solid rgba(255,255,255,.18); border-radius: 2px; font-size: 10px; }
.button-light { color: var(--forest); background: var(--lime); }
.area-card { align-self: center; padding: 34px; color: var(--ink); background: var(--cream); border-top: 6px solid var(--orange); transform: rotate(1deg); box-shadow: 18px 22px 0 rgba(0,0,0,.18); }
.area-card > p { margin: 0 0 19px; color: var(--forest); font: 700 20px "Barlow Condensed", sans-serif; text-transform: uppercase; }
.area-card ul { margin: 0; padding: 0; list-style: none; }
.area-card li { padding: 18px 0; display: flex; gap: 16px; border-top: 1px solid #d6dbd2; }
.area-card li > span { color: var(--orange); font: 700 18px "Barlow Condensed", sans-serif; }
.area-card li div { display: grid; gap: 4px; }
.area-card li b { color: var(--forest); font-size: 12px; }
.area-card li small { color: var(--muted); font-size: 10px; line-height: 1.5; }

footer { padding: 35px clamp(20px, 5vw, 75px); display: flex; align-items: center; justify-content: space-between; gap: 25px; background: white; }
footer p, footer > small { color: var(--muted); font-size: 10px; }
footer p a { text-decoration: none; }

.modal[hidden] { display: none; }
.modal { display: grid; place-items: center; position: fixed; inset: 0; z-index: 100; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(6,29,21,.78); backdrop-filter: blur(5px); }
.modal-card { width: min(520px, calc(100% - 32px)); padding: 40px; background: white; box-shadow: 0 30px 90px rgba(0,0,0,.35); position: relative; z-index: 1; animation: modalIn .25s ease; }
@keyframes modalIn { from{opacity:0;transform:scale(.96)} to{opacity:1;transform:none} }
.modal-close { width: 38px; height: 38px; display: grid; place-items: center; color: var(--muted); background: #f1f3f1; border: 0; cursor: pointer; position: absolute; right: 16px; top: 16px; font-size: 23px; }
.modal-icon { width: 47px; height: 47px; margin-bottom: 20px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--forest); font-size: 20px; }
.modal h2 { color: var(--forest); font-size: 42px; line-height: 1; text-transform: uppercase; }
.modal-card > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.65; }
.modal-contact { margin: 20px 0; padding: 14px; display: grid; gap: 5px; background: var(--cream); }
.modal-contact span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .7px; }
.modal-contact b { color: var(--forest); font-size: 13px; }

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; padding-bottom: 25px; }
  .hero-copy { max-width: 750px; }
  .hero-art { min-height: 345px; }
  .container-illustration { right: 5%; }
  .sun { width: 230px; height: 230px; }
  .service-strip { max-width: calc(100% - 40px); grid-template-columns: repeat(2, 1fr); }
  .service-strip > div:nth-child(2) { border-right: 0; }
  .service-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .quote-shell { grid-template-columns: 225px 1fr; }
  .progress-panel { padding-inline: 22px; }
  .quote-form { padding-inline: 35px; }
  .service-area { grid-template-columns: 1fr; }
  .area-card { max-width: 600px; }
}

@media (max-width: 720px) {
  .site-header { height: 72px; padding: 0 16px; position: sticky; top: 0; }
  .brand-mark { width: 38px; height: 38px; }.brand-mark span { font-size: 27px; }
  .brand-copy strong { font-size: 21px; }.brand-copy small { margin-top: 5px; font-size: 6px; }
  .phone-link span { display: none; }.phone-link svg { width: 22px; }
  .header-actions { gap: 17px; }.button-small { min-height: 39px; padding-inline: 15px; font-size: 11px; }
  .hero-inner { min-height: auto; padding: 55px 22px 28px; gap: 24px; }
  .hero h1 { font-size: clamp(54px, 17vw, 76px); }
  .hero-lede { margin: 23px 0; font-size: 14px; line-height: 1.6; }
  .hero-buttons { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-buttons .text-link { text-align: center; }
  .trust-row { margin-top: 38px; justify-content: space-between; gap: 12px; }
  .trust-row strong { font-size: 18px; }.trust-row span { font-size: 8px; }
  .hero-art { min-height: 260px; }
  .sun { width: 185px; height: 185px; right: 4%; }
  .container-illustration { width: 97%; height: 150px; right: 0; bottom: 48px; border-width: 5px; border-top-width: 8px; }
  .container-label { min-width: 120px; padding: 12px 14px; left: 25%; top: 36px; border-width: 3px; }
  .container-label b { font-size: 29px; }.container-label span { font-size: 5px; }
  .art-badge { right: 0; padding: 10px 13px; }.art-badge b { font-size: 15px; }
  .service-strip { max-width: calc(100% - 24px); padding: 16px 10px; transform: translateY(25px); }
  .service-strip > div { padding: 12px 9px; gap: 8px; }.service-icon { width: 27px; font-size: 23px; }
  .service-strip b { font-size: 14px; }.service-strip small { font-size: 8px; }
  .quote-section { padding: 83px 12px 65px; }
  .section-heading { padding: 0 10px; align-items: start; flex-direction: column; }
  .section-heading h2 { font-size: 45px; }
  .quote-shell { min-height: 660px; display: block; }
  .progress-panel { display: none; }
  .quote-form { min-height: 660px; padding: 24px 18px 23px; }
  .form-progress-mobile { margin-bottom: 29px; display: grid; gap: 8px; color: var(--forest); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; }
  .form-progress-mobile > div { height: 4px; overflow: hidden; background: #e6e9e6; border-radius: 9px; }
  .form-progress-mobile i { width: 20%; height: 100%; display: block; background: var(--orange); transition: width .25s; }
  .form-step legend { font-size: 34px; }
  .option-grid-2 { grid-template-columns: 1fr; }
  .choice-card { min-height: 88px; padding-block: 16px; }
  .choice-card:has(input:checked) { padding-block: 15px; }
  .field-row { flex-direction: column; gap: 16px; }.field-row .field { width: 100%; }
  .field.zip { min-width: 0; }
  .review-summary { grid-template-columns: 1fr; }
  .review-item, .review-item:nth-child(odd), .review-item:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .review-item:last-child { border-bottom: 0; }
  .form-actions { padding-top: 26px; }.form-actions .button { flex: 1; padding-inline: 12px; }
  .service-area { padding: 68px 22px; }.service-area h2 { font-size: 50px; }
  .area-card { padding: 25px; transform: none; box-shadow: 10px 12px 0 rgba(0,0,0,.18); }
  footer { align-items: flex-start; flex-direction: column; }.footer-brand { margin-bottom: 5px; }
  .modal-card { padding: 32px 22px 25px; }.modal h2 { font-size: 36px; }
}

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