/* Local premium calculator presentation. Intentionally scoped to the calculator. */
@font-face {
  font-family: "IE Calculator Manrope";
  src: url("manrope-variable.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
.ie-home-hero:has(.iedp) { min-height:0 !important; padding:34px 0 58px !important; background:#fff !important; }
.ie-home-hero:has(.iedp)::before,
.ie-home-hero:has(.iedp)::after,
.ie-home-hero:has(.iedp) > .ie-home-hero-media,
.ie-home-hero:has(.iedp) .ie-hero-progress,
.ie-home-calculator-card:has(.iedp) > .ie-home-console-label { display:none !important; }
.ie-home-hero:has(.iedp) .ie-home-hero-shell { width:100% !important; max-width:none !important; margin:0 !important; padding:0 !important; }
.ie-home-hero:has(.iedp) .ie-home-hero-inner { display:block !important; margin:0 !important; }
.ie-home-calculator-card:has(.iedp) { width:100% !important; max-width:none !important; margin:0 !important; padding:0 !important; border:0 !important; border-radius:0 !important; background:#fff !important; box-shadow:none !important; }
.ie-home-calculator-card:has(.iedp)::before,
.ie-home-calculator-card:has(.iedp)::after { display:none !important; }
.ie-quote-hero--dual-path:has(.iedp)::before,
.ie-quote-hero--dual-path:has(.iedp)::after { display:none !important; }
.ie-quote-hero--dual-path:has(.iedp) {
  background: #fff !important;
  padding-block: 34px 58px !important;
}

.iedp {
  --iedp-teal: #325859;
  --iedp-teal-dark: #244344;
  --iedp-ink: #253f40;
  --iedp-muted: #596c6c;
  --iedp-line: #d6e1e0;
  --iedp-soft: #f2f7f6;
  --iedp-amber: #629fa6;
  width: min(1220px, calc(100% - 64px));
  color: var(--iedp-ink);
  -webkit-font-smoothing: antialiased;
}

.iedp .iedp__form {
  display: grid;
  grid-template-columns: minmax(0, .44fr) minmax(0, .56fr);
  align-items: start;
  gap: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.iedp .iedp__hero {
  grid-column: 1 / -1;
  min-height: 0;
  margin: 0 0 34px;
  overflow: visible;
  border-bottom: 1px solid var(--iedp-line);
  background: #fff;
}
.iedp .iedp__sky { display: none; }
.iedp .iedp__hero-copy {
  position: static;
  display: grid;
  width: 100%;
  max-width: none;
  padding: 0 0 28px;
  background: none;
  justify-content: stretch;
  align-content: start;
  text-align: left;
}
.iedp .iedp__eyebrow,
.iedp .iedp__kicker {
  color: #325859;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 750;
  letter-spacing: .14em;
}
.iedp .iedp__hero-copy :is(h1, h2, h3) {
  max-width: 24ch;
  margin: 4px 0 0;
  color: #325859;
  font-size: clamp(36px, 4.2vw, 60px);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -.045em;
  text-shadow: none;
  text-wrap: balance;
}
.iedp .iedp__lead {
  max-width: 62ch;
  margin: 14px 0 22px;
  color: var(--iedp-muted);
  font-size: 16px;
  line-height: 1.6;
}
.iedp .iedp__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 32px;
  border: 0;
  background: none;
}
.iedp .iedp__proof span {
  display: flex;
  align-items: baseline;
  gap: 7px;
  padding: 0;
  color: var(--iedp-muted);
  font-size: 12px;
  background: none;
}
.iedp .iedp__proof strong { margin: 0; color: #325859; font-size: 14px; }

.iedp .iedp__story {
  position: sticky;
  top: 24px;
  align-self: start;
  margin: 0 34px 0 0;
  padding: 0;
  border: 0;
  background: #fff;
}
.iedp .iedp__story-media {
  position: relative;
  display: block;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  max-height: 430px;
  border-radius: 12px;
  background: #eff3f1;
}
.iedp .iedp__story-media img[data-story-image] {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: inherit;
}
.iedp .iedp__story-caption {
  display: block;
  margin: 18px 0 0;
  color: var(--iedp-muted);
  font-size: 14px;
  line-height: 1.6;
}
.iedp .iedp__story-caption h3,
.iedp .iedp__story-caption strong {
  display: block;
  margin: 0 0 6px;
  color: #325859;
  font-size: 22px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -.025em;
}
.iedp .iedp__story-caption p { margin: 0; }
.iedp .iedp__story-number {
  display: inline-block;
  margin: 0 8px 10px 0;
  color: #629fa6;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .08em;
}
.iedp .iedp__story-label { color: #325859; font-size: 12px; font-weight: 700; }
.iedp .iedp__story-tabs {
  display: flex;
  gap: 0;
  margin: 20px 0 0;
  border-bottom: 1px solid var(--iedp-line);
}
.iedp .iedp__story-tabs button[data-story-view] {
  position: relative;
  flex: 1 1 0;
  min-height: 48px;
  padding: 10px 5px;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--iedp-muted);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 650;
  white-space: normal;
}
.iedp .iedp__story-tabs button:is(.is-active, [aria-selected="true"], [aria-pressed="true"]) {
  border-bottom-color: #325859;
  color: #325859;
  background: #f2f7f6;
}
.iedp .iedp__story-tabs button:hover { color: #325859; background: #f2f7f6; }

.iedp .iedp__surface {
  width: 100%;
  min-height: 460px;
  margin: 0;
  padding: 3px 0 14px 38px;
  border-left: 1px solid var(--iedp-line);
}
.iedp .iedp__intro { margin-bottom: 26px; }
.iedp .iedp__intro h2 {
  margin: 0 0 12px;
  color: #325859;
  font-size: clamp(28px, 2.7vw, 39px);
  font-weight: 650;
  line-height: 1.09;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.iedp .iedp__intro p:last-child { color: var(--iedp-muted); font-size: 14px; line-height: 1.6; }
.iedp .iedp__progress { margin-bottom: 28px; }
.iedp .iedp__progress > div { margin-bottom: 10px; font-size: 12px; }
.iedp .iedp__progress progress { height: 3px; border-radius: 0; }
.iedp .iedp__progress progress::-webkit-progress-value { background: #629fa6; }
.iedp .iedp__progress progress::-moz-progress-bar { background: #629fa6; }

.iedp :is(button, input, select) { font-family: inherit; }
.iedp .iedp__field { gap: 9px; font-size: 13px; font-weight: 650; }
.iedp .iedp__field :is(input, select) {
  display: block;
  width: 100%;
  height: auto;
  min-height: 52px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #a7bab9;
  border-radius: 8px;
  background-color: #fff;
  color: #253f40;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.45;
  box-shadow: none;
}
.iedp .iedp__field select { padding-right: 32px; cursor: pointer; }
.iedp input::placeholder { color: #768785; opacity: 1; }
.iedp :is(input, select):focus,
.iedp :is(button, summary, a):focus-visible {
  outline: 3px solid #6dbbbf;
  outline-offset: 3px;
}
.iedp .iedp__button,
.iedp .iedp__input-action button {
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid #325859;
  border-radius: 8px;
  background: #325859;
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
  box-shadow: none;
  transition: background-color .16s ease, border-color .16s ease;
}
.iedp .iedp__button:hover,
.iedp .iedp__input-action button:hover { border-color: #244344; background: #244344; color: #fff; }
.iedp .iedp__button--secondary { background: #fff; color: #325859; }
.iedp .iedp__button--secondary:hover { background: #f2f7f6; color: #325859; }
.iedp .iedp__button:disabled { cursor: not-allowed; background: #e4eceb; border-color: #d6e1e0; color: #657b78; }
.iedp .iedp__back { min-height: 48px; color: #325859; font-size: 13px; font-weight: 600; }
.iedp .iedp__nav { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--iedp-line); }
.iedp .iedp__service-area { margin-top: 16px; font-size: 12px; }
.iedp .iedp__service-area summary { min-height: 36px; padding-block: 8px; }
.iedp .iedp__area-result { padding: 18px; border-left: 3px solid #629fa6; border-radius: 0 8px 8px 0; background: #f2f7f6; }
.iedp [data-county-confirmation] > .iedp__button { margin-top: 12px; }
.iedp .iedp__area-result strong { font-size: 16px; }
.iedp .iedp__area-result p { font-size: 13px; line-height: 1.5; }

.iedp .iedp__routes { grid-template-columns: 1fr; gap: 12px; }
.iedp .iedp__route,
.iedp .iedp__choices button {
  position: relative;
  gap: 8px;
  min-height: 126px;
  padding: 20px;
  border: 1px solid var(--iedp-line);
  border-radius: 12px;
  background: #fff;
  color: #253f40;
  box-shadow: none;
  transition: background-color .16s ease, border-color .16s ease;
}
.iedp .iedp__route { min-height: 130px; padding-right: 44px; }
.iedp .iedp__route::after { position: absolute; right: 22px; top: 50%; width: 9px; height: 9px; border-top: 1.5px solid #325859; border-right: 1.5px solid #325859; transform: translateY(-50%) rotate(45deg); content: ""; }
.iedp .iedp__route--primary { border-color: #629fa6; background: #f2f7f6; }
.iedp .iedp__route:hover,
.iedp .iedp__choices button:hover { border-color: #629fa6; background: #f7faf9; }
.iedp .iedp__choices { gap: 12px; }
.iedp .iedp__choices button { padding-top: 38px; }
.iedp .iedp__choices button::before {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 15px;
  height: 15px;
  border: 1px solid #a7bab9;
  border-radius: 50%;
  content: "";
}
.iedp .iedp__choices button.is-selected { border: 1px solid #325859; background: #f2f7f6; box-shadow: inset 0 0 0 1px #325859; }
.iedp .iedp__choices button.is-selected::before { border: 4px solid #325859; background: #fff; }
.iedp .iedp__route strong,
.iedp .iedp__choices strong { font-size: 16px; font-weight: 650; line-height: 1.3; }
.iedp .iedp__route small,
.iedp .iedp__choices span { font-size: 12px; line-height: 1.5; }
.iedp .iedp__route > span { font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.iedp .iedp__bill { padding: 18px 0; border: 0; border-bottom: 1px solid var(--iedp-line); border-radius: 0; background: #fff; font-size: 14px; }
.iedp .iedp__bill input { min-height: 52px; border-radius: 8px; color: #325859; }
.iedp .iedp__range { min-height: 32px; margin: 16px 0 26px; accent-color: #325859; }
.iedp .iedp__segments legend { font-size: 13px; }
.iedp .iedp__segments button { min-height: 48px; padding-inline: 12px; border-radius: 8px; font-size: 12px; }
.iedp .iedp__equipment { margin-top: 24px; padding-top: 18px; font-size: 12px; }
.iedp .iedp__equipment summary { min-height: 36px; line-height: 1.5; }
.iedp .iedp__equipment label { display: flex; align-items: center; gap: 6px; min-height: 44px; }
.iedp .iedp__equipment input { accent-color: #325859; }

.iedp .iedp__estimate {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid #b7ccca;
  border-radius: 12px;
  background: #fff;
  color: #253f40;
}
.iedp .iedp__estimate > div { padding: 20px; border-bottom: 1px solid var(--iedp-line); background: #fff; }
.iedp .iedp__estimate > div:first-child { grid-column: 1 / -1; padding-block: 24px; }
.iedp .iedp__estimate > div:nth-child(2) { border-right: 1px solid var(--iedp-line); }
.iedp .iedp__estimate small { min-height: 0; color: var(--iedp-muted); font-size: 12px; }
.iedp .iedp__estimate strong { margin-top: 8px; color: #325859; font-size: clamp(22px, 2.5vw, 30px); font-weight: 600; line-height: 1.15; letter-spacing: -.035em; }
.iedp .iedp__estimate > div:first-child strong { font-size: clamp(38px, 4vw, 52px); }
.iedp .iedp__estimate > p { grid-column: 1 / -1; padding: 16px 20px; background: #f7faf9; color: #596c6c; font-size: 12px; line-height: 1.6; }
.iedp .iedp__estimate-gate { padding: 20px; border-radius: 12px; background: #f7faf9; }
.iedp .iedp__research-save { margin-bottom: 28px; padding: 0; border: 0; border-radius: 0; background: #fff; }
.iedp .iedp__research-save .iedp__guide-disclaimer { padding: 14px 16px; border-left: 3px solid #629fa6; background: #f2f7f6; color: #325859; font-size: 12px; font-weight: 500; line-height: 1.6; }
.iedp .iedp__research-save h3,
.iedp .iedp__survey-intro h3 { color: #325859; font-size: 23px; font-weight: 650; line-height: 1.2; letter-spacing: -.025em; }
.iedp .iedp__research-save > p,
.iedp .iedp__survey-intro p { font-size: 13px; line-height: 1.6; }
.iedp .iedp__contact-grid { gap: 16px 14px; }
.iedp .iedp__contact-grid--research .iedp__field:first-child { grid-column: auto; }
.iedp .iedp__marketing { gap: 12px; padding-block: 8px; font-size: 12px; line-height: 1.6; }
.iedp .iedp__privacy { font-size: 11px; line-height: 1.6; }
.iedp .iedp__survey-intro { margin-top: 30px; border-color: var(--iedp-line); }
.iedp .iedp__call-option { font-size: 12px; }
.iedp .iedp__status,
.iedp .iedp__research-status { font-size: 12px; line-height: 1.5; }
.iedp .iedp__status:empty,
.iedp .iedp__research-status:empty { min-height: 0; margin: 0 !important; }

@media (min-width: 781px) and (max-width: 1000px) {
  .iedp { width: calc(100% - 40px); }
  .iedp .iedp__story { margin-right: 24px; }
  .iedp .iedp__surface { padding-left: 24px; }
  .iedp .iedp__choices button { padding-inline: 14px; }
  .iedp .iedp__choices strong { font-size: 14px; }
}

@media (max-width: 780px) {
  .ie-quote-hero--dual-path:has(.iedp) { padding-block: 22px 36px !important; }
  .iedp { width: calc(100% - 36px); }
  .iedp .iedp__form { grid-template-columns: minmax(0, 1fr); }
  .iedp .iedp__hero { margin-bottom: 20px; }
  .iedp .iedp__hero-copy { padding-bottom: 20px; }
  .iedp .iedp__hero-copy :is(h1, h2, h3) { max-width: 21ch; font-size: clamp(32px, 7.5vw, 44px); }
  .iedp .iedp__lead { margin: 12px 0 16px; font-size: 14px; line-height: 1.5; }
  .iedp .iedp__proof { gap: 9px 18px; }
  .iedp .iedp__proof span { gap: 5px; font-size: 10px; }
  .iedp .iedp__proof strong { font-size: 12px; }
  .iedp .iedp__story { position: static; margin: 0 0 24px; }
  .iedp .iedp__story-media { width: 100%; height: 170px; max-height: 200px; aspect-ratio: auto; border-radius: 10px; }
  .iedp .iedp__story-tabs { margin-top: 8px; }
  .iedp .iedp__story-tabs button[data-story-view] { min-height: 48px; font-size: 11px; }
  .iedp .iedp__story-caption { margin-top: 10px; font-size: 12px; line-height: 1.45; }
  .iedp .iedp__story-caption h3,
  .iedp .iedp__story-caption strong { font-size: 17px; margin-bottom: 4px; }
  .iedp .iedp__story-number { margin-bottom: 6px; }
  .iedp:not([data-screen="location"]) .iedp__story-media { height: 130px; }
  .iedp:not([data-screen="location"]) .iedp__story-caption { display: none; }
  .iedp .iedp__surface { min-height: 0; padding: 0; border: 0; }
  .iedp .iedp__intro { margin-bottom: 22px; }
  .iedp .iedp__intro h2 { font-size: 29px; line-height: 1.12; }
  .iedp .iedp__progress { margin-bottom: 20px; }
  .iedp .iedp__choices { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .iedp .iedp__choices button { min-height: 134px; padding: 36px 13px 15px; }
  .iedp .iedp__choices strong { font-size: 14px; }
  .iedp .iedp__choices span { font-size: 11px; line-height: 1.45; }
  .iedp .iedp__route { min-height: 118px; }
  .iedp .iedp__contact-grid { grid-template-columns: 1fr; }
  .iedp .iedp__bill { flex-direction: row; align-items: center; gap: 12px; }
  .iedp .iedp__bill div { width: auto; }
  .iedp .iedp__bill input { width: 106px; }
  .iedp .iedp__estimate > div { padding: 18px 16px; }
  .iedp .iedp__estimate > p { padding: 14px 16px; }
  .iedp .iedp__nav { gap: 12px; }
  .iedp .iedp__button { padding-inline: 18px; }
}

@media (max-width: 360px) {
  .iedp { width: calc(100% - 28px); }
  .iedp .iedp__hero-copy :is(h1, h2, h3) { font-size: 31px; }
  .iedp .iedp__proof { gap: 9px 12px; }
  .iedp .iedp__proof span { display: block; }
  .iedp .iedp__proof strong { display: block; margin-bottom: 3px; }
  .iedp .iedp__input-action { grid-template-columns: minmax(0, 1fr); }
  .iedp .iedp__choices button { padding-inline: 11px; }
  .iedp .iedp__choices strong { font-size: 13px; }
  .iedp .iedp__segments { gap: 6px; }
  .iedp .iedp__segments button { padding-inline: 9px; font-size: 11px; }
  .iedp .iedp__story-tabs button[data-story-view] { font-size: 10px; }
}

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

/* Stage-controlled photography and result choices. All changes stay in the calculator. */
.iedp .iedp__story-heading { display:flex; align-items:center; justify-content:space-between; gap:12px; margin:0 0 14px; font-size:11px; font-weight:650; color:#325859; }
.iedp .iedp__story-heading .iedp__story-number { margin:0; }
.iedp .iedp__story-media { overflow:hidden; }
.iedp .iedp__story-media img { transition:transform 380ms ease; transform-origin:50% 58%; }
.iedp[data-story-view="inverter"] .iedp__story-media img,
.iedp[data-story-view="battery"] .iedp__story-media img { object-fit:cover; object-position:51% 75%; transform-origin:51% 84%; padding:0; }
.iedp[data-story-view="home"] .iedp__story-media img,
.iedp[data-story-view="roof"] .iedp__story-media img { object-fit:cover; object-position:50% 58%; transform-origin:51% 46%; }
.iedp .iedp__story-credit { margin:16px 0 0; max-width:48ch; font-size:11px; line-height:1.5; color:#526a6f; }
.iedp[data-estimate-revealed="true"] .iedp__estimate-gate { display:none; }
.iedp .iedp__next-actions > p { margin:24px 0 12px; font-size:15px; font-weight:700; }
.iedp .iedp__next-actions .iedp__routes { grid-template-columns:repeat(2,minmax(0,1fr)); }
.iedp .iedp__next-actions .iedp__route { min-height:132px; padding:18px; }
.iedp .iedp__next-actions .iedp__route strong { font-size:16px; }
.iedp .iedp__next-actions .iedp__route small { font-size:12px; }
.iedp .iedp__next-actions .iedp__route[aria-pressed="true"] { outline:2px solid #325859; outline-offset:-2px; }
.iedp .iedp__survey-intro { margin-top:0; padding-top:0; border-top:0; }
.iedp .iedp__next-actions + .iedp__research-save { margin-top:24px; }
.iedp .iedp__nav { padding-bottom:12px; }
.iedp > .ieme-consent { position:static; inset:auto; transform:none; width:100%; max-width:none; margin:0 0 24px; }
.iedp > .ieme-consent .ieme-consent__inner { border-radius:8px; box-shadow:none; background:#f2f7f6; padding:12px 16px; }
.iedp > .ieme-consent h2 { font-size:12px; font-weight:500; }
.iedp > .ieme-consent .ieme-consent__button { min-height:44px; border:1px solid #325859; border-radius:5px; background:#325859; color:#fff; font-size:12px; }
@media(max-width:780px) {
  .ie-home-hero:has(.iedp) { padding-block:22px 36px !important; }
  .iedp .iedp__story-credit { font-size:10px; margin-top:8px; }
  .iedp:not([data-screen="location"]) .iedp__story-credit { display:none; }
  .iedp .iedp__next-actions .iedp__routes { grid-template-columns:1fr; }
  .iedp .iedp__next-actions .iedp__route { min-height:108px; }
}

/* Mobile-first editorial composition. The task always comes before the optional story. */
.iedp { font-family:"IE Calculator Manrope",Arial,sans-serif; scroll-margin-top:var(--iedp-scroll-clearance,176px); }
.iedp .iedp__form { grid-template-columns:minmax(0,1fr); grid-template-areas:"intro" "task" "story"; background:#fff; }
.iedp .iedp__hero { grid-area:intro; border:0; margin:0 0 24px; }
.iedp .iedp__hero-copy { padding:0; }
.iedp .iedp__hero-copy :is(h1,h2,h3) { max-width:none; font-family:inherit; font-weight:550; line-height:1.06; letter-spacing:-.055em; color:#203c3c; }
.iedp .iedp__hero-copy :is(h1,h2,h3) span { color:#38797b; }
.iedp .iedp__eyebrow { display:flex; align-items:center; gap:10px; margin:0 0 14px; }
.iedp .iedp__eyebrow::before { content:""; flex:0 0 auto; width:8px; height:8px; border-radius:50%; background:#a6bb69; box-shadow:0 0 0 5px #f0f3e8; }
.iedp .iedp__lead { max-width:42ch; font-size:15px; line-height:1.65; }
.iedp .iedp__proof { gap:10px 20px; }
.iedp .iedp__proof span { display:flex; align-items:center; font-size:11px; line-height:1.4; }
.iedp .iedp__proof span::before { content:""; width:9px; height:5px; border-left:1.5px solid #397c75; border-bottom:1.5px solid #397c75; transform:rotate(-45deg); margin-right:3px; }
.iedp .iedp__surface { grid-area:task; min-height:0; border:0; padding:0; }
.iedp .iedp__intro h2 { font-family:inherit; font-size:clamp(26px,3vw,36px); font-weight:600; letter-spacing:-.04em; line-height:1.16; }
.iedp .iedp__intro { margin-bottom:22px; }
.iedp [data-iedp-screen="location"] .iedp__intro { margin-bottom:18px; }
.iedp [data-iedp-screen="location"] .iedp__kicker { display:none; }
.iedp [data-iedp-screen="location"] .iedp__intro h2 { font-size:24px; margin-bottom:8px; }
.iedp [data-iedp-screen="location"] .iedp__intro p:last-child { font-size:13px; }
.iedp .iedp__story { grid-area:story; position:static; margin:36px 0 0; padding:22px 0 0; border-top:1px solid #d6e1e0; background:transparent; }
.iedp .iedp__story-heading { margin-bottom:12px; font-size:11px; }
.iedp .iedp__story-media { width:100%; height:220px; max-height:none; border-radius:18px; background:#e8e9e2; }
.iedp .iedp__photo-note { position:absolute; bottom:15px; left:15px; padding:8px 11px; border:1px solid rgba(255,255,255,.65); border-radius:5px; background:#fffffff0; color:#244344; font-size:10px; font-weight:650; letter-spacing:.015em; }
.iedp .iedp__story-caption { margin:18px 0 0; font-size:13px; }
.iedp .iedp__story-caption h3 { font-size:22px; }
.iedp .iedp__story-credit { display:block; max-width:none; font-size:11px; line-height:1.6; }
.iedp .iedp__story-tabs { margin-top:10px; border-bottom:0; background:#f2f5f2; border-radius:8px; padding:3px; gap:2px; }
.iedp .iedp__story-tabs button[data-story-view] { min-height:44px; border:0; border-radius:5px; font-size:11px; }
.iedp .iedp__story-tabs button[aria-pressed="true"] { background:#fff; color:#244344; box-shadow:0 1px 4px #203c3c18; }
.iedp:not([data-screen="location"]) .iedp__story-caption,
.iedp:not([data-screen="location"]) .iedp__story-credit { display:block; }
.iedp:not([data-screen="location"]) .iedp__story-media { height:200px; }
.iedp .iedp__home-icon { display:block; width:43px; height:36px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linejoin:round; stroke-linecap:round; margin-bottom:5px; color:#417478; }
.iedp .iedp__choices button[data-roof-type] { padding:16px; gap:8px; min-height:165px; }
.iedp .iedp__choices { grid-template-columns:repeat(2,minmax(0,1fr)); }
.iedp .iedp__choices--goals { grid-template-columns:1fr; gap:8px; }
.iedp .iedp__choices--goals button { min-height:78px; padding:15px 43px 15px 16px; gap:4px; }
.iedp .iedp__choices--goals button::before { top:calc(50% - 8px); }
.iedp .iedp__choices strong { font-size:14px; line-height:1.4; }
.iedp .iedp__choices span { font-size:12px; line-height:1.5; }
.iedp .iedp__nav { margin-top:22px; }
.iedp .iedp__button,
.iedp .iedp__input-action button { border-radius:9px; background:#215c5b; border-color:#215c5b; }
.iedp .iedp__button--secondary { background:#fff; color:#215c5b; }
.iedp .iedp__bill { align-items:center; background:#f5f7f2; border:0; border-radius:12px; padding:20px; }
.iedp .iedp__bill input { width:120px; font-size:29px; letter-spacing:-.04em; border:1px solid #b8cac7; background:#fff; }
.iedp .iedp__range { width:100%; margin-block:20px 28px; }
.iedp .iedp__next-actions .iedp__routes { display:flex; flex-direction:column-reverse; gap:10px; }
.iedp .iedp__next-actions .iedp__route { min-height:84px; padding:15px 42px 15px 18px; }
.iedp .iedp__next-actions .iedp__route > span { display:none; }
.iedp .iedp__next-actions .iedp__route--primary { background:#215c5b; color:#fff; border-color:#215c5b; }
.iedp .iedp__next-actions .iedp__route--primary :is(strong,small) { color:#fff; }
.iedp .iedp__next-actions .iedp__route--primary::after { border-color:#fff; }
.iedp [data-iedp-screen="contact"] > .iedp__call-option { display:block; margin-top:20px; }
.iedp .iedp__screen.is-active { animation:iedpPremiumEnter 180ms ease both; }
@keyframes iedpPremiumEnter { from { opacity:.2; } to { opacity:1; } }
@media(min-width:781px) {
  .iedp { width:min(1220px,calc(100% - 80px)); }
  .iedp .iedp__form { grid-template-columns:minmax(0,.48fr) minmax(0,.52fr); grid-template-rows:min-content 1fr; grid-template-areas:"intro story" "task story"; column-gap:clamp(34px,5vw,72px); }
  .iedp:not([data-screen="location"]) .iedp__form { grid-template-areas:"task story"; }
  .iedp .iedp__hero { margin-bottom:34px; }
  .iedp .iedp__hero-copy :is(h1,h2,h3) { font-size:clamp(45px,4.8vw,70px); }
  .iedp .iedp__lead { margin-block:22px; }
  .iedp .iedp__story { position:sticky; top:var(--iedp-scroll-clearance,176px); border:0; padding:0; margin:0; }
  .iedp .iedp__story-media,
  .iedp:not([data-screen="location"]) .iedp__story-media { height:clamp(380px,38vw,500px); aspect-ratio:1; }
  .iedp .iedp__story-caption { font-size:14px; }
  .iedp .iedp__story-caption h3 { font-size:24px; }
  .iedp .iedp__photo-note { bottom:20px; left:20px; font-size:11px; }
  .iedp .iedp__surface { align-self:start; padding-bottom:20px; }
}
@media(max-width:780px) {
  .iedp { width:calc(100% - 36px); }
  .iedp .iedp__hero-copy :is(h1,h2,h3) { font-size:clamp(33px,8.5vw,45px); }
  .iedp .iedp__hero-copy :is(h1,h2,h3) br { display:none; }
  .iedp .iedp__hero-copy :is(h1,h2,h3) span::before { content:" "; }
  .iedp .iedp__eyebrow { font-size:10px; margin-bottom:10px; }
  .iedp .iedp__lead { font-size:14px; margin-block:12px; line-height:1.55; }
  .iedp .iedp__proof { gap:8px 14px; }
  .iedp .iedp__proof span { font-size:10px; }
  .iedp .iedp__hero { margin-bottom:24px; }
  .iedp .iedp__field :is(input,select) { min-height:54px; }
  .iedp .iedp__nav > .iedp__button { flex:1; max-width:240px; min-height:54px; }
  .iedp .iedp__back { min-width:62px; }
  .iedp .iedp__story-credit { font-size:11px; }
  .iedp > .ieme-consent { margin-bottom:20px; }
  .iedp > .ieme-consent .ieme-consent__inner { padding:10px 12px; gap:10px; grid-template-columns:1fr; }
  .iedp > .ieme-consent .ieme-consent__copy::before { display:none; }
  .iedp > .ieme-consent .ieme-consent__inner h2 { display:block; font-size:11px; line-height:1.5; }
}
@media(max-width:360px) {
  .iedp .iedp__hero-copy :is(h1,h2,h3) { font-size:32px; }
  .iedp .iedp__choices button[data-roof-type] { padding:14px 11px; min-height:168px; }
  .iedp .iedp__choices strong { font-size:13px; }
  .iedp .iedp__bill { padding:15px; }
  .iedp .iedp__bill input { width:106px; }
}

/* Evidence-led clarity: readable task text, inspectable assumptions, honest next steps. */
.iedp .iedp__lead,
.iedp .iedp__intro p:last-child,
.iedp .iedp__research-save > p,
.iedp .iedp__survey-intro p { font-size:1rem; line-height:1.6; }
.iedp .iedp__field,
.iedp .iedp__button,
.iedp .iedp__input-action button,
.iedp .iedp__back,
.iedp .iedp__choices strong,
.iedp .iedp__segments legend,
.iedp .iedp__segments button { font-size:.9375rem; }
.iedp .iedp__choices span,
.iedp .iedp__route small,
.iedp .iedp__next-actions .iedp__route small,
.iedp .iedp__estimate small,
.iedp .iedp__estimate > p,
.iedp .iedp__privacy,
.iedp .iedp__marketing,
.iedp .iedp__status,
.iedp .iedp__research-status,
.iedp .iedp__call-option,
.iedp .iedp__service-area { font-size:.875rem; line-height:1.6; }
.iedp .iedp__proof span { font-size:.75rem; }
.iedp .iedp__eyebrow,
.iedp .iedp__kicker,
.iedp .iedp__story-heading,
.iedp .iedp__story-credit,
.iedp .iedp__photo-note { font-size:.75rem; }
.iedp .iedp__story-tabs button[data-story-view] { font-size:.875rem; }
.iedp .iedp__project-identity { margin:0 0 16px; color:#183c3e; font-size:1.2rem; font-weight:750; line-height:1.3; }
.iedp .iedp__project-identity span { display:block; margin-top:5px; font-size:.875rem; font-weight:500; color:#465f60; }
.iedp .iedp__story-canvas { position:absolute; inset:auto; overflow:visible; }
.iedp .iedp__story-canvas img[data-story-image] { width:100%; height:100%; object-fit:fill; object-position:center; transform:none; border-radius:0; transition:none; }
.iedp .iedp__story-canvas img[data-story-image] { filter:none; opacity:1; mix-blend-mode:normal; background:transparent; }
.iedp .iedp__photo-note { z-index:2; max-width:calc(100% - 24px); background:#fff; color:#173f41; opacity:1; font-size:.75rem; }
.iedp .iedp__story > .iedp__photo-note { position:static; display:block; inset:auto; margin:8px 0 0; padding:0; width:auto; max-width:none; border:0; border-radius:0; box-shadow:none; background:none; font-size:.8rem; line-height:1.5; }
.iedp .iedp__story-caption { font-size:.9375rem; }
.iedp .iedp__choices button[data-roof-type] { min-height:176px; }
.iedp .iedp__human-help { margin:16px 0 0; font-size:.875rem; line-height:1.6; }
.iedp .iedp__human-help a { display:inline-block; min-height:44px; padding-block:10px; }
.iedp .iedp__input-hint { margin:0 0 20px; color:#526768; font-size:.875rem; line-height:1.6; }
.iedp .iedp__estimate-basis,
.iedp .iedp__survey-explainer,
.iedp .iedp__weather-note { margin:20px 0; padding:16px 0; border-block:1px solid #d6e1e0; font-size:.875rem; line-height:1.65; }
.iedp :is(.iedp__estimate-basis,.iedp__survey-explainer,.iedp__weather-note) summary { padding-block:10px; min-height:44px; font-size:.9375rem; font-weight:650; color:#244344; cursor:pointer; }
.iedp :is(.iedp__estimate-basis,.iedp__survey-explainer,.iedp__weather-note) p { margin:12px 0; }
.iedp .iedp__estimate-basis dl { margin:16px 0; }
.iedp .iedp__estimate-basis dl > div { padding:12px 0; border-bottom:1px solid #e5ece9; }
.iedp .iedp__estimate-basis dt { font-weight:700; }
.iedp .iedp__estimate-basis dd { margin:4px 0 0; }
.iedp .iedp__estimate-basis button { min-height:44px; padding:8px 0; border:0; background:transparent; color:#215c5b; text-decoration:underline; text-underline-offset:3px; font:inherit; font-weight:650; cursor:pointer; }
.iedp .iedp__survey-explainer ol { margin:12px 0 0; padding-left:24px; }
.iedp .iedp__survey-explainer li + li { margin-top:12px; }
.iedp .iedp__survey-request > .iedp__input-hint { margin:12px 0 16px; }
.iedp .iedp__next-actions .iedp__route { min-height:96px; }
.iedp .iedp__contact-grid input { min-width:0; }
.iedp [data-estimate] { scroll-margin-top:var(--iedp-scroll-clearance,176px); }
@media(max-width:480px) {
  .iedp .iedp__estimate { grid-template-columns:minmax(0,1fr); }
  .iedp .iedp__estimate > div:nth-child(2) { border-right:0; }
  .iedp .iedp__estimate strong { white-space:nowrap; }
}
@media(max-width:780px) {
  .iedp .iedp__segments { flex-wrap:wrap; }
  .iedp .iedp__segments button { flex:1 1 auto; }
  .iedp .iedp__choices strong { font-size:.875rem; }
  .iedp .iedp__choices span { font-size:.8125rem; }
  .iedp .iedp__route small { font-size:.875rem; }
  .iedp .iedp__choices--goals button { min-height:88px; }
  .iedp .iedp__story-credit { font-size:.75rem; }
  .iedp .iedp__service-area summary { min-height:44px; }
  .iedp > .ieme-consent .ieme-consent__inner h2 { font-size:.75rem; }
}
