/* cyrillic-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(assets/font-manrope-0.woff2?v=20260914-planner-v4) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(assets/font-manrope-1.woff2?v=20260914-planner-v4) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(assets/font-manrope-2.woff2?v=20260914-planner-v4) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(assets/font-manrope-3.woff2?v=20260914-planner-v4) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(assets/font-manrope-4.woff2?v=20260914-planner-v4) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(assets/font-manrope-5.woff2?v=20260914-planner-v4) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root{--ink:#142429;--ink-soft:#334a4f;--paper:#f7f6f2;--white:#fff;--amber:#edb346;--amber-hover:#f5c66a;--green:#1d625a;--line:#dddeda;--muted:#677270;--radius:5px;--font:Manrope,'Segoe UI',Arial,sans-serif;--max:1280px;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}img{max-width:100%;display:block}svg{display:block}button:disabled{cursor:not-allowed;opacity:.5}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,svg circle:focus-visible{outline:3px solid #ba7600;outline-offset:5px}h1,h2,h3,h4,p{margin:0}h1,h2{letter-spacing:-.055em;font-weight:650;line-height:1.07}h2{font-size:clamp(2.1rem,4.4vw,3.8rem)}h3{line-height:1.25;font-weight:650}p{line-height:1.7}small{font-size:.72rem}button{border:0;background:none}input,select,textarea{min-width:0}input[type=number]{appearance:textfield}input::-webkit-inner-spin-button{appearance:none}select{cursor:pointer}::selection{background:#f4d596;color:var(--ink)}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-100px;left:20px;z-index:100;background:var(--ink);color:white;padding:16px}.skip-link:focus{top:10px}.section-shell{max-width:var(--max);margin-inline:auto;padding-inline:40px}.eyebrow{font-size:.65rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;line-height:1.6}.muted{color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:52px;padding:15px 24px;background:var(--amber);color:var(--ink);font-size:.9rem;font-weight:750;border-radius:var(--radius);border:1px solid transparent;transition:background .2s,transform .2s;line-height:1.4}.button:hover{background:var(--amber-hover);transform:translateY(-2px)}.button>span:last-child:not(:first-child){font-size:1.4em}.button-small{min-height:42px;padding:10px 20px;font-size:.8rem}.text-link{display:inline-flex;gap:20px;align-items:center;min-height:48px;font-size:.87rem;font-weight:650;border-bottom:1px solid currentColor}.text-link:hover{color:var(--green)}.icon-button{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:26px;line-height:1}.icon-button:hover{background:#e5e6df}.text-button{font-size:.73rem;text-decoration:underline;text-underline-offset:4px;min-height:44px}.site-header{max-width:1440px;margin:auto;height:104px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding-inline:50px;position:relative;z-index:20;background:var(--paper)}.brand{display:flex;align-items:center;gap:9px;flex-shrink:0}.brand>span{font-weight:850;font-size:19px;letter-spacing:.045em;line-height:1}.brand small{display:block;font-size:8px;letter-spacing:.38em;line-height:1.8;font-weight:550;margin-top:5px}.desktop-nav{display:flex;gap:27px}.desktop-nav a{font-size:12px;font-weight:600;position:relative;padding-block:15px;white-space:nowrap}.desktop-nav a:after{content:'';height:1px;position:absolute;bottom:7px;inset-inline-start:0;width:0;background:var(--ink);transition:width .2s}.desktop-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:20px}.language-control{display:flex;align-items:center;gap:6px}.language-control svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.4}.language-control select{font-size:12px;background:transparent;border:0;max-width:80px;min-height:44px;color:var(--ink);padding-inline:3px}.menu-button{display:none}.mobile-nav{position:absolute;top:80px;inset-inline:0;background:var(--paper);z-index:19;box-shadow:0 18px 24px #14242912;padding:12px 25px 24px}.mobile-nav a{display:block;border-top:1px solid var(--line);padding:17px 0;font-size:17px}.hero{max-width:1440px;margin:auto;min-height:660px;position:relative;display:grid;grid-template-columns:47% 53%;overflow:hidden}.hero-copy{position:relative;z-index:2;padding:54px 22px 46px max(50px,calc((100vw - 1280px)/2 + 0px));display:flex;flex-direction:column;align-items:flex-start}.hero .eyebrow{font-size:9px;display:flex;align-items:center;gap:10px;letter-spacing:.13em}.sun-dot{width:7px;height:7px;flex:0 0 auto;background:var(--amber);border-radius:50%;box-shadow:0 0 0 5px #edb34625}.hero h1{font-size:clamp(3.7rem,6.8vw,6.35rem);line-height:.99;margin-top:31px;margin-bottom:25px;max-width:620px;font-weight:760;overflow-wrap:normal}.hero-description{font-size:15px;line-height:1.65;max-width:385px;color:var(--ink-soft)}.hero-actions{display:flex;align-items:center;gap:26px;margin-top:32px}.hero-footnote{margin-top:auto;padding-top:43px;font-size:8px;letter-spacing:.19em;max-width:310px;display:flex;align-items:center;gap:15px;color:var(--muted);line-height:1.8}.fine-line{width:45px;height:1px;background:#97a39e;flex-shrink:0}.hero-visual{position:relative;min-width:0;min-height:660px;border-start-start-radius:160px;border-end-start-radius:5px;overflow:hidden;background:#d4d2c7}.hero-visual>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:58% center}.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,#1424297d 100%)}.energy-line{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;opacity:.92}.energy-track{fill:none;stroke:#f9cf7990;stroke-width:1}.energy-pulse{fill:none;stroke:#ffdd8d;stroke-width:2;stroke-dasharray:14 830;stroke-linecap:round;animation:energy-flow 9s linear infinite}.image-coordinate{position:absolute;bottom:30px;inset-inline-start:28px;color:#fff;font-size:8px;letter-spacing:.2em}.visual-card{position:absolute;bottom:75px;inset-inline-end:28px;display:flex;align-items:center;gap:16px;padding:18px 20px;background:#f7f6f2ee;backdrop-filter:blur(10px);border:1px solid #fff9;border-radius:4px;box-shadow:0 4px 25px #14242915;max-width:85%}.visual-card small{font-size:7px;font-weight:700;letter-spacing:.16em;display:block}.visual-card strong{font-size:12px;font-weight:600;display:block;margin-top:5px}.visual-card>span:last-child{font-size:25px;margin-inline-start:8px}.visual-sun{font-size:35px;color:#98630d}.service-strip{display:grid;grid-template-columns:repeat(4,1fr);max-width:1340px;margin:auto;padding:32px 40px;border-bottom:1px solid var(--line)}.service-shortcut{display:flex;align-items:center;gap:20px;padding:10px 25px;border-inline-end:1px solid #bfc7c3;min-height:75px}.service-shortcut:first-child{padding-inline-start:0}.service-shortcut:last-child{border:0}.service-shortcut svg{width:36px;height:36px;stroke-width:1.3;flex-shrink:0}.service-shortcut span small{display:block;font-size:9px;margin-bottom:7px;font-weight:600}.service-shortcut strong{font-size:12px;font-weight:600;line-height:1.5;display:block}.service-shortcut:hover{color:var(--green)}.intro{padding-block:112px 104px;display:grid;grid-template-columns:1fr 2fr 1fr;gap:35px;border-bottom:1px solid var(--line);align-items:start}.intro h2{font-size:clamp(1.6rem,3vw,2.6rem);letter-spacing:-.045em}.intro>p:last-child{font-size:13px;color:var(--muted)}.intro .eyebrow{padding-top:7px;max-width:150px}.services{padding-block:95px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:45px;margin-bottom:43px}.section-heading .eyebrow{margin-bottom:19px;color:var(--green)}.section-heading>p{font-size:14px;color:var(--muted);max-width:310px;padding-bottom:4px}.service-editorial{display:grid;grid-template-columns:1fr 1fr;gap:55px 32px}.service-card:nth-child(even){padding-top:60px}.service-photo{position:relative;overflow:hidden;border-radius:4px;background:#d3d9d3;aspect-ratio:1.48}.service-photo img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.service-card:hover .service-photo img{transform:scale(1.025)}.service-photo .photo-number{position:absolute;inset-inline-start:20px;top:17px;color:white;font-size:11px;letter-spacing:.09em;text-shadow:0 1px 8px #142429}.service-text{display:grid;grid-template-columns:1fr 48px;gap:12px;padding:24px 0 0}.service-text h3{font-size:24px;letter-spacing:-.035em;grid-column:1}.service-text p{font-size:13px;color:var(--muted);grid-column:1;max-width:430px}.service-text .service-quote{grid-column:2;grid-row:1/3;width:45px;height:45px;border:1px solid #a8b5b0;border-radius:50%;font-size:24px;align-self:start;transition:background .2s}.service-quote:hover{background:var(--amber);border-color:var(--amber)}.applications-section{background:#eaece5;padding-block:86px 90px;overflow:hidden}.application-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:24px 20px}.application-tile{text-align:start;padding:0;display:block;min-width:0;position:relative}.application-tile img{aspect-ratio:1.43;width:100%;height:auto;object-fit:cover;border-radius:3px;filter:saturate(.87);transition:filter .2s,transform .3s}.application-tile:hover img{filter:saturate(1);transform:translateY(-3px)}.application-tile>span{display:flex;justify-content:space-between;align-items:center;padding:14px 0 3px;border-bottom:1px solid #c9cfc4;font-size:12px;font-weight:650;gap:10px}.application-tile>span>span:last-child{font-size:19px;font-weight:400}.calculator-section{padding-block:105px}.calculator-workspace{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);gap:48px;align-items:start}.device-workspace{min-width:0}.workspace-heading{display:flex;align-items:center;gap:13px;margin-bottom:20px}.workspace-heading h3{font-size:19px;flex:1;letter-spacing:-.035em}.step-number{font-size:12px;width:30px;height:30px;border:1px solid #b7c4bc;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}.search-field{background:white;border:1px solid var(--line);border-radius:4px;padding:0 15px;display:flex;align-items:center;gap:9px;margin-bottom:16px}.search-field svg{width:18px;height:18px;stroke:#677270;fill:none;stroke-width:1.5}.search-field input{width:100%;border:0;background:transparent;min-height:48px;outline-offset:0;font-size:13px}.category-tabs{display:flex;gap:7px;overflow-x:auto;padding:2px 1px 10px;scrollbar-width:thin}.category-tab{white-space:nowrap;min-height:36px;padding:8px 12px;font-size:10px;border:1px solid var(--line);border-radius:30px;transition:background .2s}.category-tab[aria-pressed=true]{background:var(--ink);color:white;border-color:var(--ink)}.device-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-height:400px;overflow-y:auto;padding:6px 2px 9px;scrollbar-width:thin;scrollbar-color:#b8c3bc transparent}.device-option{position:relative;background:white;border:1px solid var(--line);border-radius:5px;padding:19px 12px 13px;min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;transition:border-color .15s,background .15s}.device-option>svg{width:32px;height:32px;stroke:currentColor;fill:none;stroke-width:1.25}.device-option>span{font-size:10px;font-weight:600;line-height:1.4}.device-option .device-check{position:absolute;top:7px;inset-inline-end:7px;width:15px;height:15px;font-size:10px;border-radius:50%;background:var(--amber);color:var(--ink);display:none;align-items:center;justify-content:center}.device-option[aria-pressed=true]{border-color:#be861f;background:#fffcf5;box-shadow:0 0 0 1px #be861f15}.device-option[aria-pressed=true] .device-check{display:flex}.device-option:hover{border-color:var(--green)}.selected-heading{display:flex;align-items:center;gap:10px;margin:27px 0 14px}.selected-heading h3{font-size:15px}.count-badge{font-size:10px;min-width:22px;height:22px;border-radius:50%;background:#e4e9df;display:flex;align-items:center;justify-content:center}.selected-devices{display:grid;gap:10px}.selected-device{background:white;border:1px solid var(--line);border-radius:5px;padding:17px}.selected-device-header{display:flex;align-items:center;gap:11px;margin-bottom:15px}.selected-device-header>svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.4}.selected-device-header h4{font-size:12px;flex:1;font-weight:650}.selected-device-header .icon-button{width:28px;height:28px;font-size:18px}.device-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.device-field{display:flex;flex-direction:column;gap:5px}.device-field>span{font-size:8px;line-height:1.5;color:var(--muted);min-height:24px}.device-field input{border:1px solid #d6dcd5;min-height:40px;padding:7px 9px;width:100%;border-radius:3px;background:#fbfcf9;font-size:12px;font-weight:600}.device-field input[aria-invalid=true]{border-color:#b64631}.device-errors{color:#a73527;font-size:10px;margin-top:8px;line-height:1.5}.empty-state{border:1px dashed #bcc6be;border-radius:5px;padding:28px 18px;text-align:center;color:var(--muted);font-size:12px;grid-column:1/-1}.energy-studio{color:var(--paper);background:var(--ink);border-radius:7px;padding:29px 29px 27px;position:sticky;top:24px;box-shadow:0 18px 38px #1424290d;min-width:0;overflow:hidden}.energy-studio:before{content:'';position:absolute;width:260px;height:260px;top:-170px;inset-inline-end:-70px;border:1px solid #ffffff0d;border-radius:50%;box-shadow:0 0 0 40px #ffffff02,0 0 0 80px #ffffff02;pointer-events:none}.studio-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.studio-heading .eyebrow{font-size:8px;color:#d6bf8a}.studio-mark{font-size:22px}.energy-studio h3{font-size:17px;font-weight:500;letter-spacing:-.02em;max-width:300px}.main-reading{display:flex;gap:12px;align-items:baseline;margin:14px 0 20px;direction:ltr;justify-content:flex-start}.main-reading>strong{font-size:65px;font-weight:400;letter-spacing:-.065em;line-height:1.1;font-variant-numeric:tabular-nums}.main-reading>span{font-size:11px;color:#b7c5c1}.reading-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding-bottom:22px;border-bottom:1px solid #ffffff21}.reading-grid>div{display:flex;flex-direction:column;gap:6px}.reading-grid span{font-size:9px;color:#b7c5c1}.reading-grid strong{font-size:17px;font-weight:500}.chart-panel{margin-top:24px}.chart-topline{display:flex;align-items:center;justify-content:space-between;gap:10px}.chart-topline h4,.distribution h4{font-size:11px;font-weight:550}.chart-topline>span{font-size:8px;color:#b7c5c1}.chart-container{position:relative;margin:12px -5px 3px;direction:ltr}#solar-chart{display:block;width:100%;overflow:visible}.chart-grid{stroke:#ffffff28;stroke-width:.8;stroke-dasharray:2 5}.chart-axis-label{fill:#b6c7c1;font-family:var(--font);font-size:9px}.chart-fill{fill:url(#solar-gradient);transition:d .35s}.chart-line{fill:none;stroke:#f5c86e;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;transition:d .35s}.chart-point{fill:transparent;stroke:transparent;cursor:pointer}.chart-point:hover,.chart-point:focus{fill:#f5c86e;stroke:var(--ink);stroke-width:2}.chart-tooltip{position:absolute;bottom:60%;inset-inline-start:45%;pointer-events:none;background:#fff;color:var(--ink);box-shadow:0 4px 15px #0003;padding:7px 10px;border-radius:3px;font-size:10px;z-index:2;white-space:nowrap}.chart-description{color:#bac8c3;font-size:8px;line-height:1.65;margin-top:9px}.sun-slider-label{display:flex;justify-content:space-between;gap:12px;margin-top:20px;align-items:center;font-size:10px}.sun-slider-label strong{font-weight:500;color:#f5c86e;font-size:13px;direction:ltr}.sun-slider{width:100%;height:36px;accent-color:var(--amber);cursor:pointer;margin:3px 0 0}.distribution{margin-top:21px;padding-top:20px;border-top:1px solid #ffffff21}.distribution-bar{height:9px;border-radius:10px;display:flex;overflow:hidden;gap:2px;margin:14px 0 11px;background:#ffffff13}.distribution-segment{height:100%;min-width:0;transition:flex-grow .45s}.distribution-legend{display:grid;grid-template-columns:1fr 1fr;gap:7px 12px}.legend-item{display:flex;gap:6px;align-items:center;font-size:8px;min-width:0;color:#dce4df}.legend-item>i{height:6px;width:6px;border-radius:50%;flex-shrink:0}.legend-item>span:first-of-type{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.legend-item strong{font-weight:550;margin-inline-start:auto;white-space:nowrap}.chart-data{margin-top:15px;font-size:8px;color:#bac8c3}.chart-data summary{cursor:pointer;min-height:28px;display:list-item}.hourly-data{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;max-height:180px;overflow:auto;padding-top:8px}.hourly-data>span{padding:5px;border-bottom:1px solid #ffffff14}.system-estimate{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:17px;padding:15px 0;border-block:1px solid #ffffff21}.system-estimate>div{display:flex;flex-direction:column;gap:7px}.system-estimate span{color:#bac8c3;font-size:8px}.system-estimate strong{font-size:17px;font-weight:500}.estimate-note{font-size:8px;line-height:1.6;color:#bac8c3;margin-top:11px}.studio-cta{width:100%;margin-top:22px;justify-content:space-between;font-size:12px;min-height:48px}.process-section{padding-block:35px 100px}.process-section .eyebrow{color:var(--green);margin-bottom:19px}.process-section>h2{font-size:clamp(2rem,3.6vw,3rem);max-width:680px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:43px}.process-item{border-top:1px solid #b3bdb4;padding-top:18px}.process-item>span{font-size:11px;color:var(--green);display:block;margin-bottom:24px}.process-item h3{font-size:17px;letter-spacing:-.03em;margin-bottom:10px}.process-item p{font-size:11px;color:var(--muted)}.quote-section{background:#eaece5;padding-block:90px}.quote-layout{display:grid;grid-template-columns:1fr 1.45fr;gap:80px}.quote-intro .eyebrow{color:var(--green);margin-bottom:20px}.quote-intro h2{font-size:clamp(2.2rem,4vw,3.6rem)}.quote-intro>p:not(.eyebrow){font-size:13px;color:var(--muted);max-width:300px;margin-top:22px}.quote-decoration{width:240px;margin-top:40px;opacity:.6}.quote-decoration svg{stroke:#718878;stroke-width:1;fill:none}.quote-decoration circle{fill:var(--amber);stroke:none}.quote-form{background:#ffffff8f;border:1px solid #fff;border-radius:6px;padding:30px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px 15px}.form-grid label,.note-field{display:flex;flex-direction:column;gap:7px}.form-grid label>span,.note-field>span{font-size:10px;font-weight:600}.form-grid input,.form-grid select,.note-field textarea{width:100%;min-height:46px;background:#fff;border:1px solid #d5dbd1;border-radius:3px;padding:10px 12px;color:var(--ink);font-size:11px}.form-grid select{padding-inline-end:28px}.note-field{margin-top:19px}.note-field textarea{resize:vertical;line-height:1.65;min-height:93px}.note-field textarea::placeholder,.form-grid input::placeholder{color:#7d8981;font-size:10px}.message-preview{margin-top:22px;border-block:1px solid #d5dbd1;padding-block:16px;font-size:10px}.message-preview summary{font-weight:650;cursor:pointer}.message-preview pre{font-family:var(--font);font-size:10px;line-height:1.9;white-space:pre-wrap;overflow-wrap:anywhere;color:#5c6f62;margin:13px 0 0;max-height:210px;overflow:auto;padding-inline-end:5px;scrollbar-width:thin}.quote-actions{display:flex;align-items:center;gap:17px;margin-top:20px}.quote-actions .button{font-size:11px;padding:13px 16px;min-height:48px;gap:15px}.copy-button{font-size:10px;min-height:44px;text-decoration:underline;text-underline-offset:4px}.form-hint{font-size:9px;line-height:1.7;color:var(--muted);margin-top:15px}.form-status{font-size:10px;color:var(--green);margin-top:8px;min-height:17px}#care-fields{border-top:1px solid #d5dbd1;margin-top:20px;padding-top:20px}.contact-section{padding-block:100px;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.contact-section .eyebrow{color:var(--green);margin-bottom:18px}.contact-section h2{font-size:clamp(2.1rem,3.4vw,3rem);margin-bottom:25px}.contact-section p:not(.eyebrow){font-size:13px;max-width:420px}.contact-section p.muted{font-size:10px;margin-top:8px}.contact-links{display:grid;gap:3px}.contact-links>a,.contact-links>button{display:flex;align-items:center;text-align:start;gap:15px;border-bottom:1px solid var(--line);padding:23px 5px}.contact-link-icon{width:46px;height:46px;border:1px solid #b6c5bb;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-link-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.4}.contact-links small{font-size:8px;letter-spacing:.1em;display:block;color:var(--muted);margin-bottom:5px}.contact-links strong{font-size:clamp(13px,1.7vw,21px);letter-spacing:-.025em;font-weight:550;overflow-wrap:anywhere}.contact-links>a>span:last-child,.contact-links>button>span:last-child{font-size:25px;margin-inline-start:auto}.site-footer{border-top:1px solid var(--line);padding-block:32px 40px;display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-brand{font-size:21px;letter-spacing:.045em;font-weight:800;line-height:1.3}.footer-brand span{display:block;font-size:8px;letter-spacing:.06em;font-weight:450;color:var(--muted);margin-top:6px}.site-footer>div{display:flex;gap:22px;align-items:center;font-size:9px;color:var(--muted)}.site-footer button,.site-footer>div>a{min-height:44px;display:inline-flex;align-items:center;font-size:9px}.floating-contact{position:fixed;bottom:24px;inset-inline-end:23px;display:flex;gap:9px;z-index:40}.float-button{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #14242925;border:1px solid #ffffff29;transition:transform .2s}.float-button:hover{transform:translateY(-4px)}.float-button svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.4}.whatsapp-button{background:#087944;color:white}.email-button{background:var(--ink);color:white}dialog{border:0;border-radius:8px;box-shadow:0 20px 100px #0003;padding:30px;color:var(--ink);max-width:calc(100vw - 32px);background:var(--paper)}dialog::backdrop{background:#1020239e;backdrop-filter:blur(5px)}.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.contact-dialog{width:430px}.contact-dialog h2{font-size:33px;margin-bottom:18px}.contact-dialog p{font-size:13px}.contact-dialog p.muted{font-size:10px;margin-top:8px}.contact-start{margin-top:25px;width:100%;font-size:12px}.contact-phone{display:block;text-align:center;font-size:13px;margin-top:16px;min-height:35px}.gallery-dialog{padding:0;width:1050px;max-width:calc(100vw - 34px);overflow:hidden}.gallery-dialog>.close-dialog{position:absolute;top:10px;inset-inline-end:10px;background:var(--paper);z-index:2}.gallery-dialog>img{width:100%;max-height:75vh;object-fit:contain;background:var(--ink);height:auto}.gallery-caption{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 24px;font-size:13px}.gallery-caption>div{display:flex;gap:5px}.privacy-dialog{width:500px}.privacy-dialog h2{font-size:28px}.privacy-dialog p{font-size:13px;line-height:1.85;margin-bottom:24px}.privacy-dialog .button{font-size:11px}.reveal{opacity:1}.js-motion .reveal{opacity:0;transform:translateY(18px);transition:opacity .65s,transform .65s}.js-motion .reveal.visible{opacity:1;transform:none}html[dir=rtl] .hero-copy{padding-inline-start:50px;padding-inline-end:22px}html[dir=rtl] .main-reading{justify-content:flex-end}html[dir=rtl] .energy-studio{font-family:'Segoe UI',Arial,sans-serif}html[dir=rtl] h1,html[dir=rtl] h2{letter-spacing:0;line-height:1.35}html[dir=rtl] .hero h1{font-size:clamp(3.5rem,6vw,5.6rem)}
@keyframes energy-flow{to{stroke-dashoffset:-844}}
@media(min-width:1441px){.hero-copy{padding-inline-start:80px}.hero h1{font-size:92px}}
@media(max-width:1180px){.site-header{padding-inline:30px}.desktop-nav{gap:17px}.desktop-nav a{font-size:11px}.header-actions{gap:13px}.hero-copy{padding-inline-start:35px}.hero-actions{gap:17px}.hero-actions .button{padding-inline:17px;font-size:12px}.hero h1{font-size:clamp(3.9rem,7.4vw,5.6rem)}.hero-description{font-size:14px}.section-shell{padding-inline:32px}.service-shortcut{gap:13px;padding-inline:18px}.service-shortcut strong{font-size:10px}.intro{grid-template-columns:1fr 2fr;gap:24px}.intro>p:last-child{grid-column:2;max-width:450px}.calculator-workspace{gap:27px}.energy-studio{padding:25px 23px}.quote-layout{gap:40px}.quote-form{padding:24px}.hero-visual,.hero{min-height:620px}.service-strip{padding-inline:32px}.quote-intro h2{font-size:40px}}
@media(max-width:940px){.desktop-nav{display:none}.site-header{height:85px;padding-inline:26px}.menu-button{display:flex;flex-direction:column;gap:6px}.menu-button span{width:19px;height:1.5px;background:var(--ink);transition:transform .2s}.menu-button[aria-expanded=true] span:first-child{transform:translateY(3.7px) rotate(45deg)}.menu-button[aria-expanded=true] span:last-child{transform:translateY(-3.7px) rotate(-45deg)}.header-actions{gap:15px}.hero{grid-template-columns:49% 51%;min-height:585px}.hero-visual{min-height:585px;border-start-start-radius:110px}.hero-copy{padding-top:38px;padding-inline-start:28px}.hero h1{font-size:clamp(3.1rem,7.2vw,4.6rem);margin-top:27px}.hero-description{font-size:12px;max-width:300px}.hero-actions{flex-wrap:wrap;gap:9px 20px;margin-top:23px}.hero-actions .text-link{font-size:11px}.visual-card{padding:13px;inset-inline-end:16px;bottom:65px;gap:10px}.visual-card strong{font-size:10px}.visual-card small{font-size:6px}.visual-sun{font-size:26px}.service-shortcut{gap:10px;padding-inline:12px}.service-shortcut svg{width:28px;height:28px}.service-strip{padding:20px 26px}.service-shortcut strong{font-size:9px}.service-shortcut span small{font-size:8px}.intro{padding-block:75px}.services{padding-block:70px}.applications-section{padding-block:68px}.application-gallery{gap:22px 15px}.application-tile>span{font-size:10px}.calculator-section{padding-block:75px}.calculator-workspace{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:23px}.device-grid{grid-template-columns:repeat(2,1fr);max-height:380px}.device-fields{grid-template-columns:1fr 1fr;gap:8px}.device-field>span{min-height:0}.selected-device{padding:13px}.selected-device-header h4{font-size:11px}.energy-studio{padding:23px 20px}.main-reading>strong{font-size:55px}.reading-grid{gap:10px}.reading-grid strong{font-size:14px}.distribution-legend{grid-template-columns:1fr}.quote-layout{grid-template-columns:1fr 1.3fr;gap:30px}.quote-intro h2{font-size:35px}.form-grid{grid-template-columns:1fr}.quote-actions{flex-direction:column;align-items:stretch;gap:0}.quote-actions .button{width:100%}.quote-form{padding:23px}.contact-section{padding-block:75px;gap:40px}.site-footer>div{gap:15px;font-size:8px}.process-grid{gap:20px}.process-item h3{font-size:15px}.process-item p{font-size:10px}.section-heading>p{max-width:250px;font-size:12px}}
@media(max-width:680px){html{scroll-padding-top:22px}.section-shell{padding-inline:24px}.site-header{height:80px;padding-inline:22px;gap:13px}.brand{gap:6px}.brand-symbol{width:26px;height:33px}.brand>span{font-size:15px}.brand small{font-size:6px;margin-top:4px}.header-actions{gap:8px}.header-quote{display:none}.language-control svg{width:16px}.language-control select{max-width:62px;font-size:11px}.menu-button{width:36px}.hero{display:flex;flex-direction:column;min-height:0;overflow:visible}.hero-copy{padding:31px 25px 30px}.hero .eyebrow{font-size:7px;letter-spacing:.12em}.hero h1{font-size:clamp(3.6rem,13vw,5.1rem);line-height:1.01;margin:26px 0 20px;max-width:500px}.hero-description{font-size:13px;line-height:1.75;max-width:400px}.hero-actions{margin-top:24px;gap:24px}.hero-actions .button{font-size:11px;min-height:49px;padding:13px 17px;gap:17px}.hero-actions .text-link{font-size:10px;gap:10px}.hero-footnote{display:none}.hero-visual{height:360px;min-height:0;margin-inline-start:24px;border-start-start-radius:85px;border-end-start-radius:3px}.hero-visual>img{object-position:center 40%}.visual-card{bottom:50px;inset-inline-end:20px;max-width:85%;padding:13px 16px}.visual-card small{font-size:6px}.visual-card strong{font-size:10px}.visual-card>span:last-child{font-size:20px}.image-coordinate{font-size:7px;bottom:21px;inset-inline-start:23px}.energy-line{opacity:.7}.service-strip{grid-template-columns:1fr 1fr;padding:21px 24px;gap:0}.service-shortcut{padding:17px 8px;gap:12px;min-height:84px;border-bottom:1px solid var(--line)}.service-shortcut:first-child{padding-inline-start:8px}.service-shortcut:nth-child(even){border-inline-end:0;padding-inline-start:20px}.service-shortcut:nth-child(3){border-bottom:0}.service-shortcut:last-child{border:0}.service-shortcut svg{width:30px;height:30px}.service-shortcut strong{font-size:10px}.service-shortcut span small{font-size:8px;margin-bottom:4px}.intro{padding-block:59px;grid-template-columns:1fr;gap:18px}.intro .eyebrow{max-width:none;padding:0;font-size:8px}.intro h2{font-size:28px;line-height:1.2;max-width:430px}.intro>p:last-child{grid-column:auto;font-size:12px;max-width:360px}.services{padding-block:60px}.section-heading{display:block;margin-bottom:29px}.section-heading .eyebrow{font-size:8px;margin-bottom:14px}.section-heading h2{font-size:36px}.section-heading>p{font-size:12px;line-height:1.75;max-width:340px;margin-top:19px}.service-editorial{grid-template-columns:1fr;gap:36px}.service-card:nth-child(even){padding-top:0}.service-photo{aspect-ratio:1.5}.service-photo .photo-number{top:15px;inset-inline-start:15px;font-size:10px}.service-text{padding-top:19px;gap:9px}.service-text h3{font-size:22px}.service-text p{font-size:11px;line-height:1.8}.service-text .service-quote{width:42px;height:42px;font-size:23px}.applications-section{padding-block:57px 61px}.application-gallery{display:flex;overflow-x:auto;margin-inline:-24px;padding-inline:24px;padding-bottom:14px;gap:16px;scroll-snap-type:x mandatory;scrollbar-width:thin}.application-tile{flex:0 0 75%;scroll-snap-align:center}.application-tile img{aspect-ratio:1.35}.application-tile>span{font-size:12px;padding-top:15px}.calculator-section{padding-block:63px}.calculator-workspace{grid-template-columns:1fr;gap:28px}.workspace-heading h3{font-size:18px}.workspace-heading{margin-bottom:18px}.search-field input{min-height:49px}.category-tab{font-size:10px;min-height:39px}.device-grid{grid-template-columns:repeat(3,1fr);max-height:310px;gap:8px}.device-option{min-height:108px;padding:17px 7px 11px}.device-option>span{font-size:9px}.device-option>svg{width:30px;height:30px}.selected-heading{margin-top:21px}.selected-device{padding:16px}.selected-device-header h4{font-size:12px}.device-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.device-field>span{font-size:8px;min-height:25px}.device-field input{font-size:12px;padding-inline:8px;min-height:42px}.energy-studio{position:relative;top:auto;padding:26px 23px}.studio-heading .eyebrow{font-size:9px}.energy-studio h3{font-size:18px}.main-reading>strong{font-size:70px}.main-reading>span{font-size:11px}.reading-grid strong{font-size:18px}.reading-grid span{font-size:9px}.chart-topline h4,.distribution h4{font-size:12px}.chart-description{font-size:9px}.sun-slider-label{font-size:11px}.distribution-legend{grid-template-columns:1fr 1fr}.legend-item{font-size:9px}.system-estimate span{font-size:9px}.system-estimate strong{font-size:18px}.estimate-note{font-size:9px}.chart-data{font-size:9px}.process-section{padding-block:10px 62px}.process-section .eyebrow{font-size:8px}.process-section>h2{font-size:32px}.process-grid{grid-template-columns:1fr 1fr;gap:29px 22px;margin-top:32px}.process-item>span{margin-bottom:16px;font-size:10px}.process-item h3{font-size:16px;line-height:1.4}.process-item p{font-size:11px;line-height:1.8}.quote-section{padding-block:60px}.quote-layout{grid-template-columns:1fr;gap:30px}.quote-intro h2{font-size:39px;max-width:400px}.quote-intro .eyebrow{font-size:8px;margin-bottom:15px}.quote-intro>p:not(.eyebrow){font-size:12px;max-width:350px;margin-top:17px}.quote-decoration{display:none}.quote-form{padding:22px 18px}.form-grid{grid-template-columns:1fr 1fr;gap:17px 11px}.form-grid label>span,.note-field>span{font-size:9px;line-height:1.5}.form-grid input,.form-grid select{min-height:46px;font-size:10px;padding-inline:9px}.note-field textarea{font-size:11px}.message-preview{font-size:10px}.message-preview pre{font-size:10px;max-height:240px}.quote-actions .button{font-size:12px;justify-content:space-between;padding-inline:19px;min-height:52px}.form-hint{font-size:9px}.contact-section{padding-block:60px;grid-template-columns:1fr;gap:28px}.contact-section .eyebrow{font-size:8px}.contact-section h2{font-size:34px;margin-bottom:20px}.contact-section p:not(.eyebrow){font-size:12px}.contact-section p.muted{font-size:10px}.contact-links>a,.contact-links>button{padding:19px 0}.contact-links strong{font-size:18px}.contact-links small{font-size:8px}.contact-link-icon{width:43px;height:43px}.site-footer{padding-top:26px;padding-bottom:91px;align-items:flex-start;flex-direction:column;gap:16px}.footer-brand{font-size:22px}.site-footer>div{flex-wrap:wrap;font-size:8px;gap:13px}.site-footer>div>span{width:100%;margin-bottom:-8px}.floating-contact{bottom:max(17px,env(safe-area-inset-bottom));inset-inline-end:17px;gap:8px}.float-button{width:47px;height:47px}.float-button svg{width:23px;height:23px}.gallery-dialog{max-width:calc(100vw - 20px)}.gallery-caption{font-size:11px;padding:10px 15px}.contact-dialog{padding:24px}.contact-dialog h2{font-size:31px}.contact-dialog p{font-size:12px}.privacy-dialog{padding:25px}html[dir=rtl] .hero-copy{padding-inline:25px}html[dir=rtl] .hero h1{font-size:clamp(3.1rem,11vw,4rem);line-height:1.28}.reveal{scroll-margin-top:20px}}
@media(max-width:360px){.site-header{padding-inline:17px}.brand>span{font-size:13px}.brand-symbol{width:24px}.header-actions{gap:2px}.section-shell{padding-inline:20px}.hero-copy{padding-inline:20px}.hero h1{font-size:53px}.hero-visual{height:305px;margin-inline-start:20px}.hero-actions{gap:14px}.hero-actions .button{font-size:10px;padding-inline:14px}.hero-actions .text-link{font-size:9px}.service-strip{padding-inline:18px}.service-shortcut{gap:8px}.service-shortcut:nth-child(even){padding-inline-start:12px}.service-shortcut strong{font-size:9px}.device-grid{grid-template-columns:repeat(2,1fr)}.device-option>span{font-size:10px}.device-fields{grid-template-columns:1fr 1fr}.device-field>span{min-height:0}.form-grid{grid-template-columns:1fr}.main-reading>strong{font-size:61px}.energy-studio{padding-inline:20px}.distribution-legend{grid-template-columns:1fr}.contact-links strong{font-size:16px}.section-heading h2{font-size:32px}.intro h2{font-size:26px}}
.process-grid{grid-template-columns:repeat(3,1fr)}.extra-fields{margin-top:17px}.reviews-section{padding-block:8px 94px}.reviews-section .section-heading h2{font-size:clamp(2rem,3.5vw,3rem);max-width:700px}.reviews-content{display:grid;grid-template-columns:1fr}.reviews-empty{position:relative;border-block:1px solid var(--line);padding:31px 35px 32px 85px;background:linear-gradient(120deg,#f0ede4,transparent);display:grid;grid-template-columns:1fr auto;gap:11px 35px;align-items:center}.review-quote-mark{position:absolute;inset-inline-start:29px;top:18px;font-family:Georgia,serif;color:#bb8a38;font-size:80px;line-height:1}.reviews-empty h3{font-size:22px;letter-spacing:-.03em}.reviews-empty p{font-size:12px;color:var(--muted);grid-column:1}.reviews-empty .text-link{grid-column:2;grid-row:1/3;font-size:11px}.review-card{border:1px solid var(--line);padding:30px;border-radius:5px}.review-card blockquote{font-size:19px;line-height:1.6;margin:0 0 24px}.review-card p{font-size:12px}.review-card small{color:var(--muted);font-size:10px}.mobile-quote-shortcut{display:none}.hero h1{max-width:590px}
@media(max-width:680px){.reviews-section{padding-block:0 61px}.reviews-section .section-heading h2{font-size:31px}.reviews-empty{padding:28px 23px 28px 58px;display:block}.review-quote-mark{inset-inline-start:17px;top:21px;font-size:58px}.reviews-empty h3{font-size:20px}.reviews-empty p{font-size:11px;margin-top:10px}.reviews-empty .text-link{font-size:10px;margin-top:15px;gap:17px}.mobile-quote-shortcut{display:flex;align-items:center;gap:23px;padding:12px 18px;background:var(--amber);border-radius:30px;font-size:11px;font-weight:700;box-shadow:0 4px 20px #14242915}.floating-contact{inset-inline-start:17px;justify-content:flex-end}.mobile-quote-shortcut{margin-inline-end:auto}.process-grid{grid-template-columns:1fr;gap:24px}.process-item{display:grid;grid-template-columns:35px 1fr;gap:5px 12px;padding-top:18px}.process-item>span{grid-column:1;grid-row:1/3;margin-bottom:0;padding-top:4px}.process-item h3,.process-item p{grid-column:2}.process-item p{max-width:330px}.process-item h3{margin-bottom:4px}.extra-fields{margin-top:17px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js-motion .reveal{opacity:1;transform:none}}
.planning-settings{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px 0 4px}.planning-settings label>span{display:block;font-size:11px;line-height:1.45;color:#c8d4d0;min-height:32px}.planning-settings label>div{display:flex;align-items:center;gap:10px;border:1px solid #506360;border-radius:4px;padding-inline:10px}.planning-settings input{width:100%;min-width:0;background:transparent;color:#fff;border:0;padding:11px 0;font-family:inherit;font-size:15px;font-weight:650;outline-offset:4px}.planning-settings input[aria-invalid=true]{color:#ffbdac}.planning-settings label>div>span{font-size:12px;color:#d9e5df}.settings-errors{grid-column:1/-1;font-size:11px;color:#ffbdac;line-height:1.5;min-height:0}.settings-errors:empty{display:none}.energy-studio:has(.planning-settings input:focus){scroll-margin-top:90px}
.review-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:20px}.review-track .review-card{flex:0 0 calc(50% - 10px);scroll-snap-align:start}.review-controls{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.review-controls .icon-button{border:1px solid var(--line)}@media(max-width:680px){.review-track .review-card{flex-basis:100%}}
.work-section{padding-block:12px 104px}.work-section .section-heading{margin-bottom:34px}.work-gallery{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:30px 23px}.work-photo{grid-column:span 2;text-align:start;min-width:0;padding:0;background:none;border:0;font:inherit;cursor:pointer}.work-photo:first-child{grid-column:span 4}.work-photo:nth-child(2){grid-column:span 2}.work-photo-image{display:block;position:relative;overflow:hidden;background:#e9e8df;border-radius:5px;height:238px}.work-photo:nth-child(-n+2) .work-photo-image{height:395px}.work-photo-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.7,.3,1)}.work-photo:hover img{transform:scale(1.035)}.work-expand{position:absolute;inset-inline-end:17px;bottom:17px;width:37px;height:37px;display:grid;place-items:center;background:#f7f6f2f0;border-radius:50%;font-size:21px;color:var(--ink);transition:background .2s,transform .2s}.work-photo:hover .work-expand{background:var(--amber);transform:rotate(4deg)}.work-photo-caption{display:flex;justify-content:space-between;gap:15px;align-items:baseline;padding-block:14px 0;font-size:13px;font-weight:600}.work-photo-caption>span:last-child{font-weight:500;color:var(--muted);font-size:10px;letter-spacing:.08em}.gallery-dialog img{object-fit:contain;background:#111f24;max-height:78vh;width:100%;height:auto}.gallery-caption>span{min-width:0}.gallery-dialog{touch-action:pan-y}@media(max-width:940px){.work-photo:nth-child(-n+2) .work-photo-image{height:305px}.work-photo-image{height:190px}.work-photo-caption{font-size:12px}}@media(max-width:680px){.work-section{padding-block:0 63px}.work-section .section-heading{margin-bottom:25px}.work-gallery{display:flex;gap:15px;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;margin-inline:-23px;padding-inline:23px;padding-bottom:12px;scroll-padding-inline:23px}.work-photo{flex:0 0 83%;scroll-snap-align:start}.work-photo .work-photo-image,.work-photo:nth-child(-n+2) .work-photo-image{height:265px}.work-photo-caption{font-size:13px;line-height:1.5}.gallery-dialog img{max-height:72vh}.gallery-caption{align-items:center}.gallery-caption>span{font-size:11px}}@media(prefers-reduced-motion:reduce){.work-photo-image img,.work-expand{transition:none}}
@media(max-width:680px){.service-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.service-shortcut>span{min-width:0}.service-shortcut strong{overflow-wrap:anywhere}.hero .hero-copy h1{max-width:100%;overflow-wrap:anywhere}.section-heading h2,.intro h2,.quote-intro h2{overflow-wrap:anywhere}.work-gallery{margin-inline:-24px;padding-inline:24px;scroll-padding-inline:24px}}@media(max-width:360px){.application-gallery,.work-gallery{margin-inline:-20px;padding-inline:20px;scroll-padding-inline:20px}}
.coverage-banner{display:grid;grid-template-columns:1fr 1.5fr;gap:45px;padding-block:27px 29px;align-items:center;border-bottom:1px solid var(--line)}.coverage-banner>div{display:flex;gap:17px;align-items:center}.coverage-banner svg{width:30px;height:30px;flex:0 0 auto;fill:none;stroke:var(--green);stroke-width:1.3}.coverage-banner .eyebrow{font-size:10px;letter-spacing:.13em}.coverage-banner>p{font-size:12px;line-height:1.8;color:var(--ink-soft)}.contact-coverage{padding-block:0 18px}.contact-coverage .eyebrow{font-size:9px;margin-bottom:12px}.contact-section .contact-coverage>p:not(.eyebrow){font-size:12px;line-height:1.8;color:var(--ink-soft)}@media(max-width:680px){.coverage-banner{grid-template-columns:1fr;gap:15px;padding-block:24px 26px}.coverage-banner>div{gap:12px}.coverage-banner svg{width:24px;height:24px}.coverage-banner .eyebrow{font-size:8px}.coverage-banner>p{font-size:11px}.contact-coverage{padding-bottom:18px}.contact-section .contact-coverage>p:not(.eyebrow){font-size:11px}}
@media(max-width:680px){.form-grid input,.form-grid select,.note-field textarea,.device-field input,.search-field input,.planning-settings input{font-size:16px;min-height:46px}.form-grid label>span,.note-field>span,.device-field>span,.planning-settings label>span{font-size:12px;line-height:1.5;min-height:0}.device-field>span{margin-bottom:6px}.device-fields{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:14px}.selected-device-header h4{font-size:14px}.category-tab{font-size:12px;min-height:44px}.device-option>span{font-size:12px;line-height:1.4}.section-heading>p,.intro>p:last-child,.service-text p,.process-item p,.contact-section p:not(.eyebrow),.coverage-banner>p,.contact-section .contact-coverage>p:not(.eyebrow),.quote-intro>p:not(.eyebrow),.contact-dialog p,.privacy-dialog p,.reviews-empty p{font-size:13px;line-height:1.7}.form-hint,.contact-section p.muted,.estimate-note,.chart-description,.chart-data,.settings-errors,.contact-dialog .form-hint{font-size:12px;line-height:1.65}.form-grid,.extra-fields{row-gap:19px}.message-preview,.message-preview pre{font-size:12px;line-height:1.7}.message-preview pre{max-height:285px}.reading-grid span,.system-estimate span,.sun-slider-label,.legend-item{font-size:11px}.sun-slider-label{gap:14px;align-items:start}.legend-item{line-height:1.5}.quote-actions .button{font-size:14px}.hero .eyebrow,.section-heading .eyebrow,.intro .eyebrow,.coverage-banner .eyebrow,.process-section .eyebrow,.quote-intro .eyebrow,.contact-section .eyebrow{font-size:10px}.privacy-dialog{max-width:calc(100% - 30px)}.privacy-dialog button,.privacy-dialog .button{font-size:14px}}@media(max-width:360px){.site-header{padding-inline:14px;gap:8px}.site-header .brand{flex:0 1 136px;min-width:0;gap:6px}.site-header .brand-symbol{flex:0 0 24px;width:24px}.site-header .brand>span{min-width:0;font-size:13px;letter-spacing:.025em}.site-header .brand small{max-width:105px;font-size:6px;letter-spacing:.08em;line-height:1.5;white-space:normal;overflow-wrap:anywhere}.header-actions{flex:0 0 auto;gap:4px}.language-control{min-width:0;gap:4px}.language-control svg{flex:0 0 14px;width:14px}.language-control select{width:58px;max-width:58px;min-width:0;padding-inline:1px;font-size:11px}.menu-button{flex:0 0 44px;width:44px;height:44px}.form-grid{grid-template-columns:minmax(0,1fr)}.device-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.device-option>span{font-size:12px}}
.hero-detail-link{position:absolute;inset:0;display:block}.hero-detail-link img{width:100%;height:100%;object-fit:cover}.hero-shade,.energy-line,.image-coordinate{pointer-events:none}.service-photo{display:block}.service-text .service-quote{display:flex;align-items:center;justify-content:center}.work-photo{display:block}@media(max-width:680px){.hero-detail-link img{object-position:center 40%}}
.hero-slides{position:absolute;inset:0;touch-action:pan-y;overflow:hidden}.hero-slide{opacity:0;visibility:hidden;pointer-events:none;transition:opacity 1.1s ease,visibility 1.1s}.hero-slide.is-active{opacity:1;visibility:visible;pointer-events:auto}.hero-slide.is-active img{animation:hero-photo-drift 7.8s linear both}.hero-motion-paused .hero-slide img{animation-play-state:paused}.hero-motion-controls{position:absolute;top:23px;inset-inline-end:23px;z-index:8;display:flex;align-items:center;gap:3px;padding:2px 5px;background:#142429e8;border:1px solid #f7f6f232;backdrop-filter:blur(10px);border-radius:28px;color:#fff}.hero-control{display:grid;place-items:center;width:36px;height:40px;padding:0;border-radius:50%;font-size:18px;color:#fff}.hero-control:hover{background:#ffffff1b}.hero-control:focus-visible,.hero-dot:focus-visible{outline:3px solid var(--amber);outline-offset:2px}.hero-pause{font-size:13px;border-inline-start:1px solid #ffffff26;border-radius:0 50% 50% 0;margin-inline-start:3px}.hero-dots{display:flex;gap:0}.hero-dot{display:grid;place-items:center;width:24px;height:40px;padding:0}.hero-dot>span{width:5px;height:5px;background:#cbd3d0;border-radius:100%;transition:width .25s,background .25s}.hero-dot[aria-pressed=true]>span{width:18px;background:var(--amber);border-radius:5px}@keyframes hero-photo-drift{from{transform:scale(1.07) translateY(1%)}to{transform:scale(1.005) translateY(0)}}@media(max-width:680px){.hero-motion-controls{top:16px;inset-inline-end:14px;padding-inline:2px;gap:0}.hero-control{width:34px;height:40px}.hero-dot{width:23px}.hero-pause{width:33px}.hero-slide.is-active img{animation-duration:8s}}@media(prefers-reduced-motion:reduce){.hero-slide{transition:none}.hero-slide.is-active img{animation:none}.hero-dot>span{transition:none}}
.hero-control{height:44px}.hero-dot{height:44px}@media(max-width:680px){.hero-control{width:40px;height:44px}.hero-pause{width:36px}}
.hero-motion-paused .energy-pulse{animation-play-state:paused}
