:root {
  --cream: #f5f0e5;
  --paper: #fffdf7;
  --spruce: #123d32;
  --spruce-2: #0b2b23;
  --sage: #bcd0b7;
  --sage-pale: #e2ebdf;
  --orange: #f2653b;
  --orange-dark: #bd3f1e;
  --ink: #17211d;
  --muted: #56615b;
  --line: #c9cec5;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(18, 61, 50, .13);
  --radius: 22px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
body.modal-open, body.dialog-open { overflow: hidden; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; background: var(--spruce); color: white; padding: 12px 18px; border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: var(--orange-dark); font-weight: 800; font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; }
.section { padding: 92px 0; }
.section--dark { background: var(--spruce-2); color: var(--cream); }
.section--paper { background: var(--paper); }
.section-title { max-width: 760px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 5vw, 4.65rem); line-height: .98; letter-spacing: -.045em; font-weight: 700; }
.section-lead { max-width: 680px; margin: 24px 0 0; color: var(--muted); font-size: 1.12rem; }
.section--dark .section-lead { color: #cedbd3; }
.site-header { position: sticky; inset: 0 0 auto; z-index: 100; background: rgba(245, 240, 229, .92); border-bottom: 1px solid rgba(18,61,50,.15); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--spruce); font-weight: 900; letter-spacing: .16em; font-size: 1.05rem; }
.brand-mark { width: 38px; height: 38px; border: 3px solid var(--spruce); border-radius: 11px; position: relative; overflow: hidden; transform: rotate(30deg); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; width: 45px; height: 5px; left: -6px; background: var(--orange); border-radius: 999px; transform: rotate(-30deg); }
.brand-mark::before { top: 11px; box-shadow: 0 10px 0 var(--orange); }
.brand-mark::after { display: none; }
.brand-mark > span { position: absolute; width: 45px; height: 4px; left: -8px; top: 7px; background: var(--spruce); box-shadow: 0 20px 0 var(--spruce); transform: rotate(-30deg); }
.desktop-nav { justify-self: center; }
.desktop-nav ul { display: flex; list-style: none; padding: 0; margin: 0; gap: 26px; }
.desktop-nav a { font-weight: 700; font-size: .92rem; text-decoration: none; }
.desktop-nav a:hover { color: var(--orange-dark); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.phone-link { font-weight: 800; text-decoration: none; white-space: nowrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 20px; border-radius: 999px; border: 2px solid transparent; font-weight: 850; line-height: 1; text-decoration: none; transition: transform .18s, box-shadow .18s, background .18s; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--orange); color: #20100b; box-shadow: 0 10px 25px rgba(242, 101, 59, .23); }
.btn--primary:hover { background: #ff7952; }
.btn--outline { border-color: var(--spruce); color: var(--spruce); background: transparent; }
.section--dark .btn--outline { border-color: var(--sage); color: var(--cream); }
.btn--light { background: var(--cream); color: var(--spruce-2); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(18,61,50,.22); background: var(--paper); border-radius: 50%; align-items: center; justify-content: center; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { display: block; width: 20px; height: 2px; background: var(--spruce); border-radius: 2px; transition: transform .2s, opacity .2s; }
.menu-toggle span { position: relative; }
.menu-toggle span::before, .menu-toggle span::after { content: ""; position: absolute; left: 0; }
.menu-toggle span::before { top: -7px; }
.menu-toggle span::after { top: 7px; }
.menu-toggle[aria-expanded="true"] span { background: transparent; }
.menu-toggle[aria-expanded="true"] span::before { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span::after { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: none; }
.hero { position: relative; overflow: hidden; padding: 74px 0 58px; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .27; pointer-events: none; background-image: repeating-radial-gradient(ellipse at 84% 18%, transparent 0 32px, rgba(18,61,50,.12) 34px 36px, transparent 38px 67px); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); gap: 62px; align-items: center; }
.hero h1 { max-width: 750px; margin: 0; color: var(--spruce-2); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 7vw, 6.75rem); line-height: .88; letter-spacing: -.06em; }
.hero h1 em { color: var(--orange-dark); font-style: normal; }
.hero-copy { max-width: 670px; margin: 28px 0 0; color: #3f4c45; font-size: clamp(1.08rem,2vw,1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.service-note { display: flex; gap: 10px; align-items: flex-start; margin: 25px 0 0; font-size: .92rem; color: var(--muted); }
.service-note::before { content: ""; width: 9px; height: 9px; margin-top: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(242,101,59,.15); }
.assessment-card { position: relative; min-height: 510px; padding: 32px; border-radius: 32px; background: var(--spruce); color: var(--cream); box-shadow: var(--shadow); overflow: hidden; }
.assessment-card::after { content: ""; position: absolute; width: 430px; height: 430px; right: -165px; bottom: -180px; border-radius: 46% 54% 58% 42%; border: 36px solid var(--orange); box-shadow: 0 0 0 30px var(--cream), 0 0 0 64px var(--sage), 0 0 0 92px var(--spruce-2); transform: rotate(-18deg); opacity: .95; }
.card-kicker { margin: 0; color: var(--sage); text-transform: uppercase; font-size: .74rem; font-weight: 850; letter-spacing: .15em; }
.assessment-card h2 { position: relative; z-index: 1; max-width: 350px; margin: 20px 0 30px; font-family: Georgia, "Times New Roman", serif; font-size: 2.6rem; line-height: 1.02; letter-spacing: -.035em; }
.check-list { position: relative; z-index: 1; display: grid; gap: 17px; padding: 0; margin: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 29px 1fr; gap: 12px; align-items: start; font-weight: 720; }
.check-list li::before { content: "✓"; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--spruce-2); background: var(--sage); font-weight: 900; }
.signal-strip { position: relative; z-index: 5; }
.signal-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(18,61,50,.18); border-radius: 22px; background: var(--paper); box-shadow: 0 12px 38px rgba(18,61,50,.08); overflow: hidden; }
.signal { padding: 25px 28px; }
.signal + .signal { border-left: 1px solid rgba(18,61,50,.18); }
.signal strong { display: block; color: var(--spruce); font-size: 1.04rem; }
.signal span { display: block; margin-top: 5px; color: var(--muted); font-size: .9rem; }
.source-note { margin: 12px 3px 0; color: var(--muted); font-size: .78rem; text-align: right; }
.centered { text-align: center; }
.centered-title { margin-inline: auto; text-align: center; }
.winter-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.winter-points { display: grid; gap: 15px; }
.winter-points article { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 25px; border: 1px solid rgba(18,61,50,.18); border-radius: 21px; background: rgba(255,255,255,.48); }
.winter-points article > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: var(--spruce); color: var(--cream); font-weight: 900; }
.winter-points h3 { margin: 0 0 6px; color: var(--spruce); font-family: Georgia,"Times New Roman",serif; font-size: 1.45rem; line-height: 1.08; }
.winter-points p { margin: 0; color: var(--muted); }
.service-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 50px; }
.service-card { position: relative; min-height: 300px; display: flex; flex-direction: column; padding: 30px; border: 1px solid rgba(18,61,50,.18); border-radius: 23px; background: var(--paper); overflow: hidden; }
.service-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -50px; bottom: -55px; border: 20px solid var(--sage); border-radius: 45% 55% 42% 58%; opacity: .7; }
.service-label { position: relative; z-index: 1; color: var(--orange-dark); font-size: .76rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.service-card h3 { position: relative; z-index: 1; margin: 19px 0 10px; color: var(--spruce); font-family: Georgia,"Times New Roman",serif; font-size: 2rem; line-height: 1.02; }
.service-card p { position: relative; z-index: 1; max-width: 470px; margin: 0; color: var(--muted); }
.service-card a { position: relative; z-index: 1; margin-top: auto; padding-top: 28px; color: var(--spruce); font-weight: 850; }
.savings-band { display: grid; grid-template-columns: 1.06fr .74fr; gap: 70px; align-items: center; }
.calculator-assurances { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.calculator-assurances span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #dce7df; font-size: .78rem; font-weight: 760; }
.savings-action-card { padding: 32px; border-radius: 25px; background: var(--cream); color: var(--ink); box-shadow: var(--shadow); }
.savings-action-card h3 { margin: 18px 0 12px; color: var(--spruce); font-family: Georgia,"Times New Roman",serif; font-size: clamp(2rem,4vw,3.2rem); line-height: 1; }
.savings-action-card p { color: var(--muted); }
.savings-action-card .btn { margin: 12px 0; width: 100%; }
.care-preview { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.care-preview > div:first-child .btn { margin-top: 28px; }
.care-preview-cards { display: grid; gap: 16px; }
.care-preview-cards article { padding: 28px; border-radius: 22px; background: var(--paper); border: 1px solid rgba(18,61,50,.18); }
.care-preview-cards span { color: var(--orange-dark); font-size: .76rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.care-preview-cards h3 { margin: 15px 0 8px; color: var(--spruce); font-family: Georgia,"Times New Roman",serif; font-size: 2rem; }
.care-preview-cards p { margin: 0; color: var(--muted); }
.value-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; margin-top: 58px; }
.value-intro { position: sticky; top: 120px; align-self: start; }
.value-cards { display: grid; gap: 16px; }
.value-card { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 26px; border: 1px solid rgba(18,61,50,.2); border-radius: 20px; background: rgba(255,255,255,.5); }
.value-number { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: var(--spruce); color: var(--cream); font-weight: 900; }
.value-card h3 { margin: 0 0 6px; font-size: 1.16rem; }
.value-card p { margin: 0; color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 54px; }
.process-card { padding: 28px; border-radius: 22px; background: #194c40; border: 1px solid rgba(255,255,255,.12); }
.process-step { color: var(--orange); font-weight: 900; letter-spacing: .1em; font-size: .75rem; }
.process-card h3 { margin: 18px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; line-height: 1.05; }
.process-card p { margin: 0; color: #cedbd3; }
.system-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 50px; }
.system-card { position: relative; min-height: 270px; padding: 28px; overflow: hidden; border: 1px solid rgba(18,61,50,.18); border-radius: 22px; background: var(--paper); }
.system-card::after { content: ""; position: absolute; right: -50px; bottom: -50px; width: 150px; height: 150px; border: 22px solid var(--sage); border-radius: 45% 55% 40% 60%; }
.system-card h3 { position: relative; z-index: 1; margin: 0 0 12px; font-family: Georgia, "Times New Roman", serif; color: var(--spruce); font-size: 2rem; line-height: 1.02; }
.system-card p { position: relative; z-index: 1; margin: 0; max-width: 270px; color: var(--muted); }
.system-card .best-for { position: relative; z-index: 1; display: block; margin-top: 24px; color: var(--orange-dark); font-size: .85rem; font-weight: 850; }
.rebate-panel { margin-top: 48px; padding: 36px; border-radius: 28px; background: var(--cream); color: var(--ink); }
.rebate-top { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: start; }
.rebate-top h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; color: var(--spruce); font-size: clamp(2.2rem,5vw,4.4rem); line-height: .95; letter-spacing: -.04em; }
.updated-tag { padding: 8px 12px; border-radius: 999px; background: var(--sage-pale); color: var(--spruce); font-size: .76rem; font-weight: 850; white-space: nowrap; }
.rebate-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 34px; }
.rebate-card { padding: 22px; border: 1px solid rgba(18,61,50,.18); border-radius: 18px; background: var(--paper); }
.rebate-card span { display: block; color: var(--muted); font-size: .85rem; }
.rebate-card strong { display: block; margin: 6px 0 3px; color: var(--spruce); font-family: Georgia, "Times New Roman", serif; font-size: 2.3rem; line-height: 1; }
.rebate-note { margin: 22px 0 0; color: var(--muted); font-size: .88rem; }
.federal-note { margin-top: 16px; padding: 16px 18px; border-left: 4px solid var(--orange); background: rgba(242,101,59,.08); font-size: .92rem; }
.area-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: center; }
.area-map { min-height: 430px; position: relative; overflow: hidden; border-radius: 30px; background: var(--sage-pale); border: 1px solid rgba(18,61,50,.18); }
.area-map::before { content: ""; position: absolute; inset: -50%; background: repeating-radial-gradient(ellipse at center, transparent 0 33px, rgba(18,61,50,.2) 34px 36px, transparent 37px 63px); transform: rotate(9deg); }
.area-pin { position: absolute; left: 48%; top: 45%; transform: translate(-50%,-50%); width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50% 50% 50% 10%; background: var(--orange); color: var(--ink); font-weight: 950; transform-origin: center; rotate: -45deg; box-shadow: 0 0 0 13px rgba(242,101,59,.18); }
.area-pin span { rotate: 45deg; }
.area-copy ul { display: grid; gap: 11px; padding: 0; margin: 26px 0; list-style: none; }
.area-copy li { display: flex; gap: 10px; }
.area-copy li::before { content: "—"; color: var(--orange-dark); font-weight: 900; }
.faq-list { max-width: 860px; margin: 48px auto 0; border-top: 1px solid rgba(18,61,50,.22); }
details { border-bottom: 1px solid rgba(18,61,50,.22); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; color: var(--spruce); font-weight: 820; font-size: 1.08rem; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 1.35rem; }
details[open] summary::after { content: "−"; }
details p { max-width: 720px; margin: -4px 0 24px; color: var(--muted); }
.lead-section { position: relative; overflow: hidden; }
.lead-section::before { content: ""; position: absolute; width: 700px; height: 700px; right: -250px; top: -330px; border-radius: 50%; border: 70px solid var(--orange); box-shadow: 0 0 0 65px var(--sage), 0 0 0 130px #17483d; opacity: .42; }
.lead-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: start; }
.lead-copy .section-title { font-size: clamp(2.75rem,5vw,5.1rem); }
.contact-stack { display: grid; gap: 12px; margin-top: 28px; }
.contact-row { display: flex; align-items: center; gap: 12px; color: var(--cream); font-weight: 760; }
.contact-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--orange); }
.lead-form { position: relative; padding: 32px; border-radius: 26px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
label { color: var(--spruce); font-size: .86rem; font-weight: 820; }
input, select, textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #aab4ad; border-radius: 11px; background: white; color: var(--ink); }
textarea { min-height: 105px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--spruce); box-shadow: 0 0 0 3px rgba(18,61,50,.12); outline: none; }
.help { margin: 0; color: var(--muted); font-size: .78rem; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin: 18px 0; }
.consent input { min-height: auto; width: 18px; height: 18px; margin-top: 2px; }
.consent label { color: var(--muted); font-weight: 600; }
.form-status { min-height: 24px; margin: 12px 0 0; color: #8f2513; font-weight: 720; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.site-footer { background: #081f19; color: #dce7df; padding: 54px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 50px; }
.footer-brand p { max-width: 430px; color: #9fb2a8; }
.footer-col h2 { margin: 0 0 14px; color: var(--sage); font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-col a { display: block; min-height: 44px; padding: 10px 0; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: #9fb2a8; font-size: .84rem; }
.subpage-hero { padding: 78px 0 58px; }
.subpage-hero h1 { max-width: 900px; margin: 0; font-family: Georgia,"Times New Roman",serif; color: var(--spruce); font-size: clamp(3.2rem,7vw,6.4rem); line-height: .9; letter-spacing: -.055em; }
.subpage-hero p { max-width: 700px; margin: 25px 0 0; color: var(--muted); font-size: 1.18rem; }
.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { margin: 45px 0 12px; color: var(--spruce); font-family: Georgia,"Times New Roman",serif; font-size: 2.25rem; }
.prose p, .prose li { color: #3f4c45; }
.thanks-card { max-width: 780px; margin: 70px auto; padding: 56px; border-radius: 28px; background: var(--spruce); color: var(--cream); text-align: center; }
.thanks-card h1 { margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(3rem,7vw,5.3rem); line-height: .92; }
.thanks-card p { max-width: 580px; margin: 22px auto; color: #cedbd3; }
.section-heading { max-width: 820px; }
.plan-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 48px; }
.plan-card { display: flex; flex-direction: column; min-height: 490px; padding: 32px; border: 1px solid rgba(18,61,50,.19); border-radius: 24px; background: var(--paper); box-shadow: 0 16px 42px rgba(18,61,50,.07); }
.plan-card h3 { margin: 8px 0 12px; color: var(--spruce); font-family: Georgia,"Times New Roman",serif; font-size: clamp(2rem,4vw,3rem); line-height: 1; }
.plan-card > p:not(.eyebrow) { color: var(--muted); }
.plan-card ul { display: grid; gap: 11px; padding-left: 20px; color: #3f4c45; }
.plan-card .plan-note { margin-top: auto; padding: 16px; border-left: 4px solid var(--orange); background: rgba(242,101,59,.08); font-size: .86rem; }
.plan-card .btn { align-self: flex-start; margin-top: 18px; }
.form-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 62px; align-items: start; }
.form-copy { position: sticky; top: 120px; }
.form-copy > p:not(.eyebrow) { color: #cedbd3; }
.plan-form { min-width: 0; }
.floating-calculator { position: fixed; z-index: 90; right: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 11px 17px; border: 0; border-radius: 999px; background: var(--orange); color: #20100b; box-shadow: 0 12px 32px rgba(11,43,35,.27); font-weight: 900; }
.floating-calculator span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--spruce); color: white; }
dialog.calculator-dialog:not([open]) { display: none; }
.calculator-dialog { width: min(960px, calc(100% - 30px)); max-height: calc(100dvh - 30px); padding: 0; border: 0; border-radius: 27px; background: var(--paper); color: var(--ink); box-shadow: 0 35px 100px rgba(8,31,25,.36); overflow: hidden; }
.calculator-dialog::backdrop { background: rgba(8,31,25,.72); backdrop-filter: blur(6px); }
.calculator-dialog.is-open { position: fixed; z-index: 300; inset: 15px; display: block; margin: auto; }
.calculator-shell { max-height: calc(100dvh - 30px); padding: 32px; overflow-y: auto; overscroll-behavior: contain; }
.calculator-header { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; padding-bottom: 20px; border-bottom: 1px solid rgba(18,61,50,.16); }
.calculator-header h2 { max-width: 720px; margin: 0; color: var(--spruce); font-family: Georgia,"Times New Roman",serif; font-size: clamp(2.2rem,5vw,4.1rem); line-height: .95; letter-spacing: -.04em; }
.calculator-close { flex: 0 0 auto; width: 46px; height: 46px; border: 1px solid rgba(18,61,50,.25); border-radius: 50%; background: var(--cream); color: var(--spruce); font-size: 1.9rem; line-height: 1; }
.calculator-intro { max-width: 760px; margin: 22px 0; color: var(--muted); }
.calculator-form { padding: 25px; border-radius: 22px; background: var(--cream); border: 1px solid rgba(18,61,50,.13); }
.calculator-form > .btn { margin-top: 22px; }
.assumptions { margin-top: 18px; border: 0; }
.assumptions summary { padding: 14px 0; font-size: .94rem; }
.assumptions-grid { margin-top: 8px; }
.input-unit { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; }
.input-unit span { color: var(--muted); font-weight: 760; }
.calculator-results { margin-top: 24px; }
.result-hero { padding: 28px; border-radius: 23px; background: var(--spruce); color: var(--cream); }
.result-hero h3 { margin: 13px 0 8px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(2.4rem,6vw,4.7rem); line-height: .95; }
.result-hero > p:not(.card-kicker) { max-width: 760px; color: #cedbd3; }
.result-range { color: var(--sage) !important; font-weight: 850; }
.result-costs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.result-costs > div { padding: 20px; border: 1px solid rgba(18,61,50,.16); border-radius: 18px; background: var(--cream); }
.result-costs span { display: block; color: var(--muted); font-size: .82rem; }
.result-costs strong { display: block; margin-top: 4px; color: var(--spruce); font-family: Georgia,"Times New Roman",serif; font-size: 2rem; }
.result-method { margin-top: 12px; border: 1px solid rgba(18,61,50,.16); border-radius: 18px; padding: 0 20px; }
.result-method p { color: var(--muted); }
.calculator-lead { display: grid; grid-template-columns: .72fr 1.28fr; gap: 28px; margin-top: 22px; padding: 25px; border-radius: 22px; background: var(--sage-pale); }
.calculator-lead > div h3 { margin: 8px 0; color: var(--spruce); font-family: Georgia,"Times New Roman",serif; font-size: 2.15rem; line-height: 1; }
.calculator-lead > div p:not(.eyebrow) { color: var(--muted); }
.calculator-lead .lead-form { padding: 24px; box-shadow: none; }
.consent-banner { position: fixed; z-index: 150; left: 20px; right: 20px; bottom: 20px; max-width: 740px; margin-inline: auto; padding: 18px; display: none; grid-template-columns: 1fr auto; gap: 18px; align-items: center; border-radius: 18px; background: var(--paper); border: 1px solid rgba(18,61,50,.25); box-shadow: var(--shadow); }
.consent-banner.is-visible { display: grid; }
.consent-banner p { margin: 0; color: var(--muted); font-size: .86rem; }
.consent-actions { display: flex; gap: 8px; }
.consent-actions button { min-height: 42px; padding: 9px 14px; border-radius: 999px; font-weight: 800; }
.consent-accept { border: 0; background: var(--spruce); color: white; }
.consent-reject { border: 1px solid var(--spruce); background: transparent; color: var(--spruce); }
.admin { background: #eef2ee; min-height: 100vh; padding: 30px; }
.admin-wrap { max-width: 1300px; margin: auto; }
.admin table { width: 100%; border-collapse: collapse; background: white; font-size: .84rem; }
.admin th, .admin td { padding: 10px; border: 1px solid #d3d9d4; text-align: left; vertical-align: top; }
.admin th { background: var(--spruce); color: white; }
@media (max-width: 980px) {
  .desktop-nav, .header-actions .phone-link { display: none; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .header-actions { justify-self: end; }
  .menu-toggle { display: inline-flex; }
  .mobile-nav { position: fixed; display: block; inset: 78px 0 0; padding: 24px 20px 40px; background: var(--cream); opacity: 0; transition: opacity .2s ease; overflow-y: auto; visibility: hidden; pointer-events: none; }
  .mobile-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
  .mobile-nav ul { list-style: none; margin: 0; padding: 0; }
  .mobile-nav a { display: flex; align-items: center; min-height: 56px; border-bottom: 1px solid rgba(18,61,50,.16); color: var(--spruce); font-weight: 820; font-size: 1.08rem; text-decoration: none; }
  .mobile-nav .mobile-actions { display: grid; gap: 12px; margin-top: 24px; }
  .mobile-nav .mobile-actions a { justify-content: center; min-height: 50px; border: 0; }
  .hero-grid, .value-grid, .area-grid, .lead-grid, .winter-grid, .savings-band, .care-preview, .form-layout { grid-template-columns: 1fr; }
  .value-intro { position: static; }
  .form-copy { position: static; }
  .assessment-card { min-height: 470px; }
  .process-grid, .system-grid { grid-template-columns: 1fr; }
  .calculator-lead { grid-template-columns: 1fr; }
  .system-card { min-height: 230px; }
  .signal-grid, .rebate-grid { grid-template-columns: 1fr; }
  .signal + .signal { border-left: 0; border-top: 1px solid rgba(18,61,50,.18); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 70px 0; }
  .header-inner { min-height: 70px; gap: 12px; }
  .brand { font-size: .96rem; }
  .brand-mark { width: 34px; height: 34px; }
  .header-actions > .btn { display: none; }
  .mobile-nav { inset-block-start: 70px; }
  .hero { padding-top: 48px; }
  .hero-grid { gap: 38px; }
  .hero h1 { font-size: clamp(3rem,15vw,4.65rem); }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .assessment-card { min-height: 430px; padding: 26px; border-radius: 24px; }
  .assessment-card h2 { font-size: 2.15rem; }
  .signal { padding: 20px; }
  .source-note { text-align: left; }
  .value-grid { gap: 35px; }
  .winter-grid, .savings-band, .care-preview, .form-layout { gap: 36px; }
  .winter-points article { grid-template-columns: 42px 1fr; padding: 21px; }
  .winter-points article > span { width: 42px; height: 42px; }
  .service-card-grid, .plan-grid { grid-template-columns: 1fr; }
  .service-card, .plan-card { min-height: auto; padding: 24px; }
  .value-card { grid-template-columns: 42px 1fr; padding: 21px; }
  .value-number { width: 42px; height: 42px; }
  .process-card, .system-card { padding: 24px; }
  .rebate-panel { padding: 22px; border-radius: 22px; }
  .rebate-top { grid-template-columns: 1fr; gap: 16px; }
  .updated-tag { justify-self: start; }
  .area-map { min-height: 330px; }
  .lead-grid { gap: 36px; }
  .lead-form { padding: 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .floating-calculator { right: 12px; bottom: 12px; min-height: 44px; padding: 9px 13px; font-size: .82rem; }
  .calculator-dialog { width: 100%; max-height: 100dvh; border-radius: 0; }
  .calculator-dialog.is-open { inset: 0; }
  .calculator-shell { max-height: 100dvh; padding: 20px 16px 30px; }
  .calculator-header { gap: 14px; }
  .calculator-close { width: 42px; height: 42px; }
  .calculator-form, .calculator-lead { padding: 18px; }
  .result-costs { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .consent-banner { grid-template-columns: 1fr; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .thanks-card { padding: 38px 22px; margin: 40px auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
}
@media print {
  .site-header, .consent-banner, .mobile-nav, .btn { display: none !important; }
  body { background: white; color: black; }
}
