.ep-stc-route #main-content.ep-stc-page-shell,
.ep-stc-route .ep-stc-page-content,
.ep-stc-route .ep-stc-page-entry {
  clear: both;
  float: none;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}
.ep-stc-route #main-content.ep-stc-page-shell { overflow-x: clip; overflow-y: visible; }
.ep-stc-route .ep-stc-page-entry::before,
.ep-stc-route .ep-stc-page-entry::after { content: none; display: none; }
.ep-stc-route #sidebar,
.ep-stc-route .widget-area,
.ep-stc-route .et_pb_widget_area { display: none !important; }

.ep-stc {
  --ep-blue: #2a4788;
  --ep-blue-dark: #17326d;
  --ep-green: #60a154;
  --ep-green-dark: #407d37;
  --ep-ink: #1f2a3d;
  --ep-muted: #617087;
  --ep-line: #d9e0e9;
  --ep-soft: #f3f6f9;
  --ep-white: #fff;
  color: var(--ep-ink);
  font-family: Lato, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 calc(50% - 50vw);
  max-width: none;
  width: 100vw;
}
.ep-stc-route .ep-stc { margin-left: 0; margin-right: 0; width: 100%; }
.ep-stc [hidden] { display: none !important; }
.ep-stc *, .ep-stc *::before, .ep-stc *::after { box-sizing: border-box; }
.ep-stc button, .ep-stc input { font: inherit; }
.ep-stc button, .ep-stc a.ep-stc__primary { border-radius: 5px; cursor: pointer; font-weight: 700; }
.ep-stc button:focus-visible, .ep-stc a:focus-visible, .ep-stc input:focus-visible, .ep-stc summary:focus-visible { outline: 3px solid #ffbf47; outline-offset: 3px; }
.ep-stc .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }

.ep-stc__opening {
  align-items: center;
  background-color: #172440;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  min-height: min(820px, calc(100vh - 80px));
  overflow: hidden;
  padding: clamp(38px, 8vw, 90px) 20px;
  position: relative;
}
.ep-stc__hero-video { height: 100%; inset: 0; max-width: none !important; object-fit: cover; opacity: 0; pointer-events: none; position: absolute; transition: opacity .2s ease; width: 100%; z-index: 1; }
.ep-stc__hero-video.is-frame-ready { opacity: 1; }
.ep-stc__opening-shade { background: linear-gradient(110deg, rgba(18, 37, 75, .76), rgba(20, 37, 65, .36) 60%, rgba(14, 30, 60, .62)); inset: 0; position: absolute; z-index: 2; }
.ep-stc__opening-content { color: var(--ep-white); margin: 0 auto; max-width: 920px; position: relative; text-align: center; width: 100%; z-index: 3; }
.ep-stc__opening-logo { display: block; margin: 0 auto 26px; max-width: 390px; width: 70%; }
.ep-stc__eyebrow { color: inherit; font-size: 13px; font-weight: 800; letter-spacing: .14em; margin: 0 0 8px; text-transform: uppercase; }
.ep-stc__opening h1 { color: #fff !important; font-size: clamp(35px, 6.4vw, 68px); font-weight: 900; letter-spacing: -.03em; line-height: 1.02; margin: 0 0 18px; }
.ep-stc__opening-content > p:not(.ep-stc__eyebrow):not(.ep-stc__address-status):not(.ep-stc__map-error) { font-size: clamp(17px, 2.2vw, 22px); margin: 0 auto 30px; max-width: 780px; }
.ep-stc__address-search { align-items: stretch; background: #fff; border: 3px solid rgba(255,255,255,.7); border-radius: 8px; box-shadow: 0 16px 50px rgba(0,0,0,.28); display: grid; grid-template-columns: 52px 1fr auto; margin: 0 auto; max-width: 790px; overflow: hidden; }
.ep-stc__address-search > span { align-items: center; color: var(--ep-blue); display: flex; font-size: 30px; justify-content: center; }
.ep-stc__address-search input { background: #fff !important; border: 0 !important; border-radius: 0 !important; color: #1f2a3d !important; font-size: 18px; min-width: 0; padding: 17px 10px; -webkit-text-fill-color: #1f2a3d !important; }
.ep-stc__address-search input::placeholder { color: #68758a; opacity: 1; }
.ep-stc__address-search button { background: var(--ep-green); border: 0; border-radius: 0; color: #fff; min-width: 128px; padding: 0 24px; }
.ep-stc__address-search button:hover:not(:disabled) { background: var(--ep-green-dark); }
.ep-stc__address-search button:disabled { background: #8490a0; cursor: not-allowed; }
.ep-stc__address-status { color: #fff; font-size: 14px; margin: 12px auto 0; max-width: 790px; }
.ep-stc__map-error { background: #fff4e5; border: 1px solid #e69b2d; border-radius: 5px; color: #6b3d00; margin: 14px auto 0; max-width: 790px; padding: 12px 14px; text-align: left; }
.ep-stc__fallback-address { align-items: end; background: rgba(255,255,255,.97); border-radius: 6px; color: var(--ep-ink); display: grid; gap: 12px; grid-template-columns: 1fr auto; margin: 12px auto 0; max-width: 790px; padding: 14px; text-align: left; }
.ep-stc__fallback-address label { display: flex; flex-direction: column; font-weight: 800; gap: 5px; }
.ep-stc__fallback-address input { border: 1px solid #aeb8c6 !important; border-radius: 4px !important; color: var(--ep-ink) !important; min-height: 44px; padding: 9px 11px; -webkit-text-fill-color: var(--ep-ink) !important; }
.ep-stc__fallback-address button { background: var(--ep-blue); border: 0; color: #fff; min-height: 44px; padding: 9px 15px; }
#ep-stc-address.gm-err-autocomplete { background-image: none !important; }

.ep-stc__explorer { background: var(--ep-soft); min-height: 100vh; padding-bottom: 44px; }
.ep-stc__explorer-header { align-items: center; background: var(--ep-blue); color: #fff; display: flex; gap: 25px; justify-content: space-between; padding: 20px max(20px, calc((100vw - 1360px) / 2)); }
.ep-stc__explorer-header h2 { color: #fff !important; font-size: clamp(25px, 3vw, 36px); margin: 0 0 3px; }
.ep-stc__explorer-header p { margin: 0; }
.ep-stc__link-button { background: transparent; border: 1px solid currentColor; color: inherit; padding: 9px 14px; }
.ep-stc__map-layout { display: grid; grid-template-columns: minmax(0, 2.1fr) minmax(310px, .9fr); margin: 0 auto; max-width: 1500px; }
.ep-stc__map-wrap { background: #d8dde3; min-width: 0; position: relative; }
.ep-stc__map { height: clamp(520px, 68vh, 780px); width: 100%; }
.ep-stc__compass { background: rgba(255,255,255,.92); border-radius: 50%; height: 58px; left: 12px; object-fit: contain; padding: 7px; pointer-events: none; position: absolute; top: 72px; width: 58px; z-index: 3; }
.ep-stc__map-controls { align-items: center; background: rgba(255,255,255,.96); border-radius: 7px; bottom: 18px; box-shadow: 0 5px 24px rgba(20,35,60,.22); display: flex; flex-wrap: wrap; gap: 8px; left: 18px; padding: 10px; position: absolute; right: 18px; z-index: 4; }
.ep-stc__map-controls button { background: #fff; border: 2px solid var(--ep-blue); color: var(--ep-blue); min-height: 44px; padding: 8px 14px; }
.ep-stc__map-controls button:hover:not(:disabled) { background: #eef3ff; }
.ep-stc__map-controls button:disabled { cursor: not-allowed; opacity: .55; }
.ep-stc__map-controls .ep-stc__primary { background: var(--ep-green); border-color: var(--ep-green); color: #fff; }
.ep-stc__map-controls .ep-stc__primary.is-active { background: var(--ep-blue); border-color: var(--ep-blue); box-shadow: 0 0 0 4px rgba(42,71,136,.18); }
.ep-stc__close-cue { background: #f2f8ef; border-left: 4px solid var(--ep-green); color: #244720; flex: 1 0 100%; font-size: 13px; font-weight: 700; line-height: 1.35; margin: 0; max-width: 620px; padding: 8px 10px; }
.ep-stc__roof-guide { background: #fff; border-left: 1px solid var(--ep-line); padding: clamp(20px, 3vw, 36px); }
.ep-stc__roof-guide h3 { color: var(--ep-blue); font-size: 24px; margin: 20px 0 7px; }
.ep-stc__guide-media { background: #25344d; border-radius: 8px; overflow: hidden; }
.ep-stc__guide-media img { display: block; height: 230px; object-fit: contain; width: 100%; }
.ep-stc__roof-status { background: #eef4ec; border-left: 4px solid var(--ep-green); color: #2b4c27; margin: 20px 0; padding: 12px; }
.ep-stc__roof-metrics { display: grid; gap: 8px; grid-template-columns: repeat(2, 1fr); }
.ep-stc__roof-metrics div { background: var(--ep-soft); border-radius: 5px; padding: 12px 7px; text-align: center; }
.ep-stc__roof-metrics strong { color: var(--ep-blue); display: block; font-size: clamp(22px, 2vw, 31px); line-height: 1.1; }
.ep-stc__roof-metrics span { color: var(--ep-muted); display: block; font-size: 12px; margin-top: 5px; }
.ep-stc__roof-metrics #ep-stc-capacity-metric.is-over-limit { background: #fff0e8; box-shadow: inset 0 0 0 2px #c45137; }
.ep-stc__roof-metrics #ep-stc-capacity-metric.is-over-limit strong, .ep-stc__roof-metrics #ep-stc-capacity-metric.is-over-limit span { color: #8d2f20; }
.ep-stc__capacity-limit { background: #fff4e5; border: 1px solid #db8b3f; border-left: 5px solid #b94a2f; border-radius: 5px; color: #682719; margin-top: 14px; padding: 12px 13px; }
.ep-stc__capacity-limit h4 { color: #7d2b1d; font-size: 17px; margin: 0 0 6px; }
.ep-stc__capacity-limit p { font-size: 13px; line-height: 1.4; margin: 5px 0; }
.ep-stc__capacity-limit strong { color: inherit; }
.ep-stc__consent input { flex: 0 0 auto; height: 20px; margin-top: 2px; width: 20px; }
.ep-stc__project-step { align-items: end; background: #fff; border-radius: 8px; box-shadow: 0 5px 25px rgba(20,35,60,.09); display: grid; gap: 24px; grid-template-columns: 1.1fr 1fr auto; margin: 28px auto 0; max-width: 1200px; padding: clamp(20px, 3vw, 34px); }
.ep-stc__choice { border: 0; margin: 0; padding: 0; }
.ep-stc__choice legend { color: var(--ep-blue); font-size: 17px; font-weight: 800; margin-bottom: 10px; }
.ep-stc__choice label { display: inline-flex; margin: 0 15px 7px 0; }
.ep-stc__choice input { height: 19px; margin-right: 5px; width: 19px; }
.ep-stc__field { display: flex; flex-direction: column; gap: 6px; }
.ep-stc__field > span { color: var(--ep-blue); font-weight: 800; }
.ep-stc__field b { color: #a33b31; font-size: 11px; text-transform: uppercase; }
.ep-stc__field input { background: #fff !important; border: 1px solid #aeb8c6 !important; border-radius: 4px !important; color: var(--ep-ink) !important; min-height: 46px; padding: 10px 12px; -webkit-text-fill-color: var(--ep-ink) !important; }
.ep-stc__field small { color: var(--ep-muted); }
.ep-stc__primary, .ep-stc a.ep-stc__primary { align-items: center; background: var(--ep-blue); border: 2px solid var(--ep-blue); color: #fff !important; display: inline-flex; justify-content: center; padding: 11px 19px; text-decoration: none !important; }
.ep-stc__primary:hover, .ep-stc a.ep-stc__primary:hover { background: var(--ep-green); border-color: var(--ep-green); }
.ep-stc__report-cta { font-size: 18px; min-height: 52px; min-width: 220px; }
.ep-stc__errors { background: #fff0ef; border: 1px solid #cc5a50; border-radius: 5px; color: #6e211b; grid-column: 1 / -1; padding: 13px 16px; }
.ep-stc__errors ul { margin: 7px 0 0 20px; }

body.ep-stc-dialog-open { overflow: hidden; }
.ep-stc__dialog { inset: 0; overflow-y: auto; padding: 28px 18px; position: fixed; z-index: 999999; }
.ep-stc__dialog-backdrop { background: rgba(14,25,45,.78); inset: 0; position: fixed; }
.ep-stc__dialog-panel { background: #f7f9fb; border-radius: 9px; box-shadow: 0 20px 70px rgba(0,0,0,.34); margin: 0 auto; max-width: 820px; padding: clamp(23px, 4vw, 45px); position: relative; }
.ep-stc__dialog-panel h2 { color: var(--ep-blue); font-size: clamp(28px, 4vw, 43px); margin: 0 0 8px; }
.ep-stc__dialog-close { background: transparent; border: 0; color: var(--ep-blue); margin: 0 0 25px; padding: 0; }
.ep-stc__field-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 25px 0; }
.ep-stc__review, .ep-stc__result-grid { display: grid; gap: 1px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 20px 0; }
.ep-stc__review div, .ep-stc__result-grid div { background: #fff; border: 1px solid var(--ep-line); padding: 12px 14px; }
.ep-stc__review dt, .ep-stc__result-grid dt { color: var(--ep-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.ep-stc__review dd, .ep-stc__result-grid dd { color: var(--ep-ink); font-size: 17px; font-weight: 700; margin: 3px 0 0; }
.ep-stc__popup-estimate { background: #fff; border: 2px solid var(--ep-green); border-radius: 8px; margin: 24px 0; padding: 18px; }
.ep-stc__popup-estimate h3 { color: var(--ep-blue); margin: 0; }
.ep-stc__stc-preview { margin-bottom: 12px; }
.ep-stc__review .ep-stc__review-total { background: var(--ep-blue); grid-column: 1 / -1; }
.ep-stc__review .ep-stc__review-total dt, .ep-stc__review .ep-stc__review-total dd { color: #fff; }
.ep-stc__review .ep-stc__review-total dd { font-size: clamp(24px, 4vw, 34px); }
.ep-stc__popup-estimate > p { color: var(--ep-muted); margin: 0; }
.ep-stc__admin-test { border: 2px dashed #9b6d16; margin: 20px 0; padding: 15px; }
.ep-stc__consent { background: #edf2fa; border-left: 4px solid var(--ep-blue); margin: 24px 0; padding: 17px; }
.ep-stc__consent label { align-items: flex-start; display: flex; gap: 11px; }
.ep-stc__consent p { color: var(--ep-muted); font-size: 12px; margin: 10px 0 0 31px; }

.ep-stc__result { background: #f4f7fa; min-height: 100vh; padding: 0 20px 60px; }
.ep-stc__result-hero { background: linear-gradient(120deg, var(--ep-blue-dark), var(--ep-blue)); color: #fff; margin: 0 -20px; padding: clamp(42px, 7vw, 80px) 20px 110px; text-align: center; }
.ep-stc__result-hero h2 { color: #fff !important; font-size: clamp(36px, 6vw, 68px); margin: 0 0 10px; }
.ep-stc__result-hero p { margin-left: auto; margin-right: auto; max-width: 760px; }
.ep-stc__result-value { background: #fff; border-radius: 10px; box-shadow: 0 12px 45px rgba(22,44,85,.15); margin: -75px auto 28px; max-width: 880px; padding: 28px; position: relative; text-align: center; }
.ep-stc__result-value p { color: var(--ep-muted); font-weight: 800; margin: 0; text-transform: uppercase; }
.ep-stc__result-value strong { color: var(--ep-green-dark); display: block; font-size: clamp(42px, 7vw, 76px); line-height: 1.1; margin: 7px 0; }
.ep-stc__result-value span { color: var(--ep-blue); font-size: 21px; font-weight: 800; }
.ep-stc__pending, .ep-stc__eligibility-note, .ep-stc__formula, .ep-stc__disclaimer, .ep-stc__capture { margin: 18px auto; max-width: 1100px; padding: 14px 16px; }
.ep-stc__pending { background: #fff4e5; border-left: 4px solid #dc9025; }
.ep-stc__eligibility-note { background: #edf2fa; border-left: 4px solid var(--ep-blue); }
.ep-stc__formula { background: #25344d; border-radius: 5px; color: #fff; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; overflow-wrap: anywhere; }
.ep-stc__disclaimer { color: var(--ep-muted); font-size: 14px; }
.ep-stc__capture { background: #eef7ec; border: 1px solid #9bc092; color: #285223; }
.ep-stc__result-grid { margin-left: auto; margin-right: auto; max-width: 1100px; }
.ep-stc__confirmation { background: #fff; border-top: 6px solid var(--ep-green); border-radius: 8px; box-shadow: 0 8px 30px rgba(22,44,85,.1); margin: 30px auto; max-width: 1100px; padding: clamp(25px, 4vw, 42px); text-align: center; }
.ep-stc__confirmation h3 { color: var(--ep-blue); font-size: 27px; margin: 0 0 8px; }
.ep-stc__confirmation h3:nth-of-type(2) { margin-top: 28px; }
.ep-stc__assumptions { background: #fff; border: 1px solid var(--ep-line); border-radius: 6px; margin: 25px auto; max-width: 1100px; padding: 16px 19px; }
.ep-stc__assumptions summary { color: var(--ep-blue); cursor: pointer; font-weight: 800; }
#ep-stc-edit-project { background: transparent; border: 2px solid var(--ep-blue); color: var(--ep-blue); display: block; margin: 25px auto 0; padding: 10px 18px; }

.ep-stc__report { background: #eef2f5; min-height: 100vh; padding: 28px 18px 70px; }
.ep-stc__report-toolbar { align-items: center; display: flex; gap: 12px; justify-content: flex-end; margin: 0 auto 18px; max-width: 1120px; }
.ep-stc__report-toolbar #ep-stc-edit-project { margin: 0; }
.ep-stc__report-cover { background: linear-gradient(128deg, var(--ep-blue-dark), var(--ep-blue)); color: #fff; margin: 0 auto; max-width: 1120px; min-height: 440px; padding: clamp(38px, 7vw, 78px); position: relative; }
.ep-stc__report-cover img { display: block; margin-bottom: 55px; max-width: 300px; width: 52%; }
.ep-stc__report-cover > p { font-size: 15px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ep-stc__report-cover h2 { color: #fff !important; font-size: clamp(42px, 8vw, 78px); letter-spacing: -.04em; line-height: .98; margin: 0; max-width: 850px; }
.ep-stc__report-meta { bottom: 30px; display: grid; font-weight: 700; gap: 5px; grid-template-columns: 1fr 1fr; left: clamp(38px, 7vw, 78px); position: absolute; right: clamp(38px, 7vw, 78px); }
.ep-stc__report-meta span:nth-child(even) { text-align: right; }
.ep-stc__report-value { background: #fff; border-top: 7px solid var(--ep-green); box-shadow: 0 10px 35px rgba(25,45,75,.12); margin: -1px auto 24px; max-width: 1120px; padding: clamp(28px, 5vw, 56px); text-align: center; }
.ep-stc__report-value p { color: var(--ep-blue); font-size: 16px; font-weight: 900; letter-spacing: .05em; margin: 0; text-transform: uppercase; }
.ep-stc__report-value strong { color: var(--ep-green-dark); display: block; font-size: clamp(42px, 8vw, 78px); line-height: 1.08; margin: 10px 0; }
.ep-stc__report-value span { color: var(--ep-blue); display: block; font-size: 22px; font-weight: 800; }
.ep-stc__report-value small { color: var(--ep-muted); display: block; margin: 14px auto 0; max-width: 700px; }
.ep-stc__report-pages { counter-reset: reportPage 2; margin: 0 auto; max-width: 1120px; }
.ep-stc__report-section { background: #fff; counter-increment: reportPage; margin: 0 0 24px; padding: clamp(26px, 5vw, 56px); }
.ep-stc__print-page { display: none; }
.ep-stc__report-section h3 { color: var(--ep-blue); font-size: clamp(27px, 4vw, 40px); margin: 0 0 24px; }
.ep-stc__report-section h4 { color: var(--ep-blue); font-size: 20px; margin: 0 0 8px; }
.ep-stc__report-two { align-items: start; display: grid; gap: 32px; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); }
.ep-stc__roof-image { background: #edf2f6; border: 1px solid var(--ep-line); min-height: 340px; }
.ep-stc__roof-image svg { display: block; height: auto; width: 100%; }
.ep-stc__roof-placeholder { align-items: center; display: flex; flex-direction: column; justify-content: center; min-height: 340px; padding: 35px; text-align: center; }
.ep-stc__roof-placeholder span { color: var(--ep-muted); margin-top: 7px; }
.ep-stc__report-facts { margin: 0; }
.ep-stc__report-facts div { border-bottom: 1px solid var(--ep-line); padding: 9px 0; }
.ep-stc__report-facts dt { color: var(--ep-muted); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.ep-stc__report-facts dd { color: var(--ep-blue); font-size: 18px; font-weight: 800; margin: 2px 0 0; }
.ep-stc__attribution { color: var(--ep-muted); font-size: 12px; }
.ep-stc__callout, .ep-stc__pathway { background: #edf2fa; border-left: 5px solid var(--ep-blue); margin: 24px 0 0; padding: 18px 20px; }
.ep-stc__cards { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ep-stc__cards article { background: var(--ep-soft); border-top: 4px solid var(--ep-green); padding: 22px; }
.ep-stc__advisor { background: var(--ep-blue); color: #fff; margin-top: 30px; padding: 28px; text-align: center; }
.ep-stc__advisor h4 { color: #fff; font-size: 26px; }
.ep-stc__report-section ol, .ep-stc__report-section ul { padding-left: 25px; }
.ep-stc__report-section li { margin-bottom: 10px; }

/* Accepted mapping runtime cache identity: 2026-08-23T120155Z. */
body.ep-stc-standalone { background: #f3f6f9; margin: 0; }
.ep-stc-site-frame { display: flex; flex-direction: column; min-height: 100dvh; }
.ep-stc-site-header, .ep-stc-site-footer { align-items: center; background: #17326d; color: #fff; display: flex; gap: 20px; min-height: 58px; padding: 10px clamp(18px, 4vw, 58px); }
.ep-stc-site-header { justify-content: space-between; }
.ep-stc-site-header img { display: block; height: 34px; object-fit: contain; width: auto; }
.ep-stc-site-header span { font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ep-stc-site-footer { font-size: 13px; justify-content: center; margin-top: auto; min-height: 48px; }
.ep-stc-site-footer a { color: #fff; text-decoration: underline; }
.ep-stc__opening { min-height: calc(100svh - 106px); }
.ep-stc__opening-shade { background: linear-gradient(110deg, rgba(18, 37, 75, .58), rgba(20, 37, 65, .18) 62%, rgba(14, 30, 60, .45)); }
.ep-stc__address-status:empty { display: none; }
.ep-stc__explorer { min-height: 0; padding-bottom: 0; }
.ep-stc__explorer-header { min-height: 72px; padding-bottom: 12px; padding-top: 12px; }
.ep-stc__explorer-header img { display: block; flex: 0 0 auto; max-width: 170px; width: 18vw; }
.ep-stc__explorer-header > div { flex: 1 1 auto; min-width: 0; }
.ep-stc__explorer-header h2 { font-size: clamp(20px, 2.3vw, 30px); }
.ep-stc__explorer-header p { font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ep-stc__map-layout { display: block; max-width: none; position: relative; }
.ep-stc__map { height: max(540px, calc(100dvh - 325px)); }
.ep-stc__roof-guide { border: 0; border-radius: 8px; box-shadow: 0 9px 38px rgba(18,34,58,.25); max-height: calc(100% - 32px); overflow: auto; padding: 18px; position: absolute; right: 16px; top: 16px; width: min(340px, calc(100% - 32px)); z-index: 4; }
.ep-stc__guide-media img { height: 150px; }
.ep-stc__roof-guide h3 { font-size: 20px; margin-top: 14px; }
.ep-stc__roof-guide > p:not(.ep-stc__roof-status):not(.ep-stc__mobile-note) { font-size: 14px; margin: 4px 0; }
.ep-stc__roof-status { font-size: 13px; margin: 12px 0; padding: 9px 10px; }
.ep-stc__roof-metrics strong { font-size: 23px; }
.ep-stc__project-step { align-items: center; border-radius: 0; box-shadow: 0 -4px 24px rgba(20,35,60,.11); margin: 0; max-width: none; padding: 18px clamp(18px, 4vw, 58px); position: relative; z-index: 5; }
.ep-stc__map-controls { max-width: calc(100% - 36px); right: auto; width: max-content; }
.ep-stc__project-step > .ep-stc__choice { align-self: center; justify-self: center; text-align: center; }
.ep-stc__project-step > .ep-stc__choice label:last-of-type { margin-right: 0; }
.ep-stc__project-step > .ep-stc__field { justify-self: center; max-width: 360px; width: 100%; }
.ep-stc__project-step #ep-stc-calculate { align-self: center; justify-self: center; width: 220px; }
.ep-stc__project-step #ep-stc-calculate:disabled { background: #858f9f; border-color: #858f9f; cursor: not-allowed; opacity: 1; }
.ep-stc__mobile-gate { display: none; }
.ep-stc__dialog-panel > p:not(.ep-stc__eyebrow) { color: var(--ep-muted); }
.ep-stc__report-cover { min-height: 330px; }
.ep-stc__report-cover img { margin-bottom: 30px; }
.ep-stc__report-value { padding-bottom: 42px; padding-top: 42px; }
.ep-stc__report-section details summary { color: var(--ep-blue); cursor: pointer; font-size: 22px; font-weight: 800; }
.ep-stc__result-hero { align-items: center; background-color: #172440; background-position: center; background-size: cover; color: #fff; display: flex; height: auto; justify-content: center; margin: 0; min-height: calc(100svh - 106px); overflow: visible; padding: clamp(28px, 4.8vh, 54px) 20px; position: relative; text-align: center; }
.ep-stc__result-shade { background: linear-gradient(120deg, rgba(18,37,75,.88), rgba(23,50,109,.68) 55%, rgba(27,62,72,.75)); inset: 0; position: absolute; }
.ep-stc__result-content { margin: 0 auto; max-width: 940px; position: relative; width: 100%; z-index: 1; }
.ep-stc__result-logo { display: block; margin: 0 auto clamp(16px, 2.2vh, 24px); max-height: 48px; object-fit: contain; width: min(290px, 56vw); }
.ep-stc__result-hero h2 { color: #fff !important; font-size: clamp(42px, 5vw, 64px); font-weight: 900; letter-spacing: -.035em; line-height: .98; margin: 0 0 clamp(12px, 1.8vh, 18px); }
.ep-stc__result-label { color: #fff; font-size: clamp(16px, 1.4vw, 18px); font-weight: 800; letter-spacing: .035em; margin: 0; }
.ep-stc__result-amount { color: #b7e6ae; display: block; font-size: clamp(54px, 9vw, 112px); font-weight: 900; letter-spacing: -.045em; line-height: 1; margin: clamp(10px, 1.7vh, 18px) 0; overflow-wrap: anywhere; }
.ep-stc__result-primary-action { align-items: center; display: flex; flex-direction: column; gap: 9px; margin: 0 auto clamp(14px, 2vh, 20px); }
.ep-stc__result-primary-action .ep-stc__primary { background: var(--ep-blue); border-color: rgba(255,255,255,.7); color: #fff; font-size: clamp(20px, 1.5vw, 22px); font-weight: 800; min-height: 58px; padding: 12px 28px; }
.ep-stc__result-cta-support { color: #e8f0ff; font-size: clamp(15px, 1.2vw, 16px); line-height: 1.35; margin: 0; }
.ep-stc__result-cta-status { color: #fff; font-size: 15px; font-weight: 700; line-height: 1.4; margin: 0; max-width: 680px; }
.ep-stc__result-qualification { color: #e2e8f2; font-size: 13px; line-height: 1.45; margin: 0 auto clamp(15px, 2vh, 22px); max-width: 820px; }
.ep-stc__result-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.ep-stc__result-actions #ep-stc-edit-project { border-color: rgba(255,255,255,.75); color: #fff; display: inline-flex; margin: 0; min-height: 46px; padding: 9px 16px; }

@media (max-width: 1000px) {
  .ep-stc__roof-guide { border-left: 0; }
  .ep-stc__guide-media { float: left; margin: 0 22px 12px 0; width: 260px; }
  .ep-stc__guide-media img { height: 200px; }
  .ep-stc__project-step { grid-template-columns: 1fr 1fr; margin-left: 18px; margin-right: 18px; }
  .ep-stc__project-step .ep-stc__report-cta, .ep-stc__project-step .ep-stc__errors { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
  .ep-stc__opening { min-height: calc(100svh - 55px); padding: 28px 15px; }
  .ep-stc__opening-logo { margin-bottom: 18px; max-width: 290px; }
  .ep-stc__address-search { grid-template-columns: 42px 1fr; }
  .ep-stc__address-search button { grid-column: 1 / -1; min-height: 48px; width: 100%; }
  .ep-stc__address-search input { font-size: 16px; padding: 14px 6px; }
  .ep-stc__fallback-address { grid-template-columns: 1fr; }
  .ep-stc__explorer-header { align-items: flex-start; flex-direction: column; gap: 12px; }
  .ep-stc-site-header { min-height: 52px; padding: 8px 14px; }
  .ep-stc-site-header img { height: 29px; }
  .ep-stc-site-footer { flex-wrap: wrap; gap: 12px; }
  .ep-stc__opening { min-height: calc(100svh - 100px); }
  .ep-stc__explorer-header { align-items: center; display: grid; grid-template-columns: 105px 1fr; }
  .ep-stc__explorer-header img { width: 105px; }
  .ep-stc__explorer-header .ep-stc__link-button { grid-column: 1 / -1; justify-self: start; }
  .ep-stc__map-layout { display: none; }
  .ep-stc__mobile-gate { background: #fff; border-radius: 10px; box-shadow: 0 10px 32px rgba(20,35,60,.13); display: block; margin: 24px 16px; padding: 26px 20px; text-align: center; }
  .ep-stc__mobile-gate .ep-stc__eyebrow { color: var(--ep-blue); }
  .ep-stc__mobile-gate h3 { color: var(--ep-blue); font-size: 24px; line-height: 1.25; margin: 8px auto 12px; max-width: 540px; }
  .ep-stc__mobile-gate > p:not(.ep-stc__eyebrow):not(.ep-stc__mobile-status) { margin: 0 auto 20px; max-width: 520px; }
  .ep-stc__mobile-actions { display: grid; gap: 10px; grid-template-columns: 1fr; }
  .ep-stc__mobile-actions button { min-height: 48px; width: 100%; }
  .ep-stc__mobile-actions button:first-child { background: #fff; border: 2px solid var(--ep-blue); color: var(--ep-blue); }
  .ep-stc__mobile-status { color: var(--ep-green-dark); font-weight: 700; margin: 16px 0 0; }
  .ep-stc__project-step, .ep-stc__field-grid, .ep-stc__review, .ep-stc__result-grid { grid-template-columns: 1fr; }
  .ep-stc__project-step { display: none; margin: 0; padding: 20px 16px; }
  .ep-stc__project-step > .ep-stc__field { max-width: none; }
  .ep-stc__project-step #ep-stc-calculate { width: 100%; }
  .ep-stc__dialog { padding: 0; }
  .ep-stc__dialog-panel { border-radius: 0; min-height: 100%; padding: 24px 17px; }
  .ep-stc__result-hero { height: auto; margin: 0; min-height: calc(100svh - 100px); overflow: visible; padding: 34px 16px; }
  .ep-stc__result-actions { align-items: stretch; flex-direction: column; }
  .ep-stc__result-primary-action .ep-stc__primary, .ep-stc__result-actions #ep-stc-edit-project { width: 100%; }
  .ep-stc__report { padding: 0 0 40px; }
  .ep-stc__report-toolbar { background: #fff; flex-wrap: wrap; margin: 0; padding: 10px; position: sticky; top: 0; z-index: 5; }
  .ep-stc__report-cover { min-height: 510px; padding: 36px 22px; }
  .ep-stc__report-cover img { width: 75%; }
  .ep-stc__report-meta { bottom: 24px; grid-template-columns: 1fr; left: 22px; right: 22px; }
  .ep-stc__report-meta span:nth-child(even) { text-align: left; }
  .ep-stc__report-two, .ep-stc__cards { grid-template-columns: 1fr; }
  .ep-stc__report-section { margin-bottom: 12px; padding: 28px 18px; }
}

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