@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--forest:#173e34;--deep:#102e28;--lime:#d5f781;--ink:#19362e;--muted:#66746d;--paper:#fafbf8;--line:#dce1d8;--soft:#eef1e9}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,select,input{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #699e38;outline-offset:4px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.12;font-weight:500;letter-spacing:-.045em}h1{font-size:clamp(3rem,5.4vw,5.4rem);margin-bottom:26px}h2{font-size:clamp(2rem,3.5vw,3.4rem);margin-bottom:20px}h3{font-size:1.5rem;letter-spacing:-.03em}em{font-weight:400;font-family:Georgia,serif}.announcement{height:37px;display:flex;justify-content:center;align-items:center;gap:14px;background:var(--forest);color:white;font-size:13px}.announcement a{border-bottom:1px solid #92ae84;color:var(--lime)}header{height:92px;padding:0 4.5%;display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:1px solid var(--line)}.logo{font-family:Manrope,sans-serif;font-size:32px;font-weight:800;letter-spacing:-1.6px;white-space:nowrap}.logo span{font-size:12px;vertical-align:top;position:relative;top:6px;margin-left:3px}nav{display:flex;gap:30px;font-size:14px;font-weight:500}nav a{padding:10px 0}nav a:hover{border-bottom:1px solid var(--forest)}.header-actions{display:flex;gap:20px;align-items:center}.header-actions select{font-size:13px;border:0;background:none;max-width:100px;color:var(--ink)}.bag-button{border:0;background:none;font-size:14px;color:var(--ink);padding:0}.bag-button span{display:inline-grid;place-items:center;width:21px;height:21px;border:1px solid var(--line);border-radius:50%;margin-left:5px}#menu{display:none}.hero{display:grid;grid-template-columns:1.08fr 1fr;min-height:650px;background:#e9eee2}.hero-copy{padding:76px 7% 32px 8.5%}.eyebrow{font-size:12px;letter-spacing:.15em;font-weight:650;margin-bottom:24px}.hero-description{max-width:445px;color:#4c6256;font-size:17px;line-height:1.8}.actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:30px;background:var(--forest);border:1px solid var(--forest);color:white;padding:15px 24px;border-radius:3px;font-size:14px;font-weight:600;min-height:52px}.button:hover{filter:brightness(1.08)}.button.lime{background:var(--lime);border-color:var(--lime);color:var(--forest)}.button.outline{background:transparent;color:var(--forest)}.text-link{font-size:14px;font-weight:550;border-bottom:1px solid currentColor;padding-bottom:5px}.hero-foot{font-size:11px;letter-spacing:.11em;margin-top:75px}.hero-product{position:relative;background:radial-gradient(ellipse at 55% 45%,#41694d,#1a3f33 75%);overflow:hidden;display:flex;justify-content:center;padding:45px 0 140px}.hero-product>img{height:450px;max-width:65%;object-fit:contain;transform:rotate(14deg);filter:drop-shadow(24px 20px 22px #051e1b99)}.orbit-label{position:absolute;top:44px;left:35px;color:#c7d8c4;font-size:10px;letter-spacing:.15em;line-height:1.7}.product-caption{position:absolute;bottom:35px;left:35px;right:35px;border-top:1px solid #71917c70;padding-top:20px;color:white;display:flex;flex-direction:column;gap:5px}.product-caption span{font-size:10px;letter-spacing:.14em;color:#cbdec6}.product-caption b{font-size:20px;font-weight:400}.product-caption a{position:absolute;right:0;bottom:2px;font-size:13px}.value-strip{display:flex;justify-content:space-between;gap:25px;padding:24px 5%;border-bottom:1px solid var(--line);font-size:13px;color:#45624f}.section{padding:84px 5%}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:35px}.section-heading .eyebrow{margin-bottom:15px}.section-heading h2{margin-bottom:0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{min-width:0}.product-image{height:340px;background:var(--soft);position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:4px}.product-image img{height:83%;max-width:80%;object-fit:contain;transition:transform .3s}.product-card:hover img{transform:rotate(4deg) scale(1.04)}.product-tag{position:absolute;left:20px;top:18px;letter-spacing:.08em;font-size:10px;z-index:1}.product-card h3{margin:22px 0 10px}.product-card p{font-size:14px;color:var(--muted);margin:0 0 14px}.product-card .card-link{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:15px;font-size:13px}.skip{position:fixed;top:-100px;z-index:100;background:white;padding:12px}.skip:focus{top:0}footer{background:var(--deep);color:#d8e4d9;padding:60px 5% 25px}dialog{border:0;padding:32px;color:var(--ink);border-radius:8px;max-width:600px;width:calc(100% - 32px);max-height:90vh}dialog::backdrop{background:#071c1a99}#bag-dialog{margin:0 0 0 auto;height:100dvh;max-height:100dvh;border-radius:0;width:480px;max-width:100%}.close{float:right;border:0;background:var(--soft);width:36px;height:36px;border-radius:50%;font-size:22px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer-grid h3{font:500 13px 'DM Sans',sans-serif;letter-spacing:.04em;color:#9cb2a4}.footer-grid a:not(.logo){display:block;font-size:14px;margin-bottom:10px}.footer-grid p{max-width:320px;font-size:14px;color:#a5b9ad;margin-top:20px}.footer-bottom{border-top:1px solid #ffffff25;display:flex;justify-content:space-between;padding-top:22px;margin-top:45px;font-size:12px;color:#9cb2a4}.quiet{color:var(--muted);font-size:14px}.full{width:100%}[hidden]{display:none!important}
@media(max-width:1000px){nav{gap:16px}header{padding:0 4%;gap:16px}.header-actions{gap:10px}.hero-copy{padding-top:60px}.hero{min-height:600px}.hero-product>img{height:410px}.hero-foot{margin-top:50px}.actions{gap:20px}.value-strip{flex-wrap:wrap}.product-caption a{position:static}.product-image{height:290px}}
@media(max-width:760px){header{height:78px}.logo{font-size:29px}nav{display:none;position:absolute;top:115px;left:0;right:0;background:var(--paper);padding:20px 5%;z-index:20;border-bottom:1px solid var(--line)}nav.open{display:flex;flex-direction:column}#menu{display:block;border:0;background:none;font-size:22px;color:var(--ink)}.header-actions{gap:14px}.header-actions select{max-width:85px;font-size:12px}.hero{grid-template-columns:1fr}.hero-copy{padding:50px 6% 35px}h1{font-size:3.6rem}.hero-description{font-size:16px}.hero-foot{margin-top:35px}.hero-product{min-height:410px;padding:25px 0 110px}.hero-product>img{height:300px}.orbit-label{top:25px;left:22px}.product-caption{left:22px;right:22px;bottom:20px}.product-caption a{position:absolute}.value-strip{display:grid;grid-template-columns:1fr 1fr;padding:20px 6%;gap:16px;font-size:12px}.section{padding:55px 6%}.section-heading{align-items:start;flex-direction:column;gap:16px}.product-grid{grid-template-columns:1fr}.product-image{height:340px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{gap:20px;flex-direction:column}.announcement{font-size:11px;gap:8px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
nav [aria-current="page"]{border-bottom:1px solid var(--forest)}.split{display:grid;grid-template-columns:1fr 1fr;min-height:520px}.split-copy{padding:75px 12%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.split-copy>p:not(.eyebrow){color:var(--muted);max-width:500px}.split-copy .button{margin-top:12px}.split-visual{min-width:0;position:relative;display:flex;align-items:center;justify-content:center;padding:50px}.technical-visual{background:#e3e9dd;flex-direction:column;gap:40px;overflow:hidden}.technical-visual>.eyebrow{position:absolute;top:32px;left:40px;font-size:10px}.technical-visual img{width:115%;max-width:700px;object-fit:contain}.tech-specs{position:absolute;bottom:35px;left:40px;right:40px;display:flex;justify-content:space-between;font-size:22px;line-height:1.3}.tech-specs b{font-size:11px;font-weight:400;color:var(--muted)}.feature-list{list-style:none;padding:0;margin:0 0 26px;font-size:14px;line-height:1.6}.feature-list li{border-bottom:1px solid var(--line);padding:12px 0}.feature-list li:before{content:'✓';margin-right:13px}.smart-teaser{margin-top:55px}.app-visual{position:relative;display:flex;justify-content:center;align-items:center;background:#e8eedf;min-height:530px;overflow:hidden}.app-visual>img{height:450px;max-width:75%;object-fit:contain;transform:rotate(7deg);filter:drop-shadow(0 14px 18px #18332622)}.app-note{background:var(--forest);color:white;position:absolute;bottom:65px;left:6%;padding:22px 25px;border-radius:4px;box-shadow:0 15px 35px #163c2522}.app-note span{font-size:10px;letter-spacing:.1em;display:block;margin-bottom:8px;color:var(--lime)}.app-note b{font-weight:400;font-size:20px;line-height:1.3}.footnote{font-size:12px!important;margin-top:22px}.lifestyle{position:relative;margin-top:90px;min-height:620px;display:flex;align-items:center;color:white;background:#182c27}.lifestyle>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.77)}.lifestyle:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#102820bb,transparent 80%)}.lifestyle>div{position:relative;z-index:1;padding:65px 6%;max-width:600px}.lifestyle h2{font-size:clamp(2.8rem,4.5vw,4.7rem)}.lifestyle p:not(.eyebrow){color:#e0e8da}.lifestyle .button{margin-top:18px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.article-card>.eyebrow{font-size:10px;margin-top:22px;margin-bottom:13px}.article-card>h3{font-size:24px;line-height:1.3;max-width:380px}.article-art{height:215px;padding:24px;display:flex;justify-content:space-between;align-items:end;overflow:hidden;position:relative;border-radius:4px}.article-art>span{font-family:Manrope,sans-serif;font-size:120px;line-height:.9;letter-spacing:-.09em;font-weight:400}.article-art>p{font-size:10px;letter-spacing:.13em;writing-mode:vertical-rl;margin:0}.art-home-charging{background:#d9e5ce;color:#476848}.art-connectors{background:#254e42;color:#daedbf}.art-off-peak{background:#dcf3a4;color:#507132}.art-solar-dlb{background:#e8dba7;color:#61592c}.article-card:hover .article-art{filter:brightness(.96)}.bottom-cta{padding:55px 6%;background:var(--forest);color:white;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid #ffffff25}.bottom-cta .eyebrow{color:var(--lime);margin-bottom:15px}.bottom-cta h2{font-size:2.4rem;margin:0}.page-intro{padding:70px 6% 60px;background:#eaf0e3}.page-intro h1{font-size:clamp(2.8rem,4.6vw,4.6rem);max-width:1000px}.page-intro>p:last-child{max-width:650px;color:#536c5c;font-size:18px;line-height:1.7;margin-bottom:0}.page-intro .eyebrow{margin-bottom:20px}.shop-section{padding-top:40px}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:38px;gap:20px}.segmented{display:flex;gap:5px;background:var(--soft);border-radius:5px;padding:5px}.segmented button,.filter-chips button{border:0;background:transparent;color:var(--ink);padding:10px 20px;border-radius:3px;font-size:14px}.segmented [aria-pressed="true"],.filter-chips [aria-pressed="true"]{background:var(--forest);color:white}.shop-section .product-grid{grid-template-columns:repeat(2,1fr)}.shop-section .single-product{grid-template-columns:repeat(2,1fr)}.shop-section .product-image{height:400px}.notice{font-size:13px;line-height:1.75;color:var(--muted);padding:22px 0;border-top:1px solid var(--line);margin-top:32px}.finder{background:#e9efdf;display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:50px;margin:65px 0}label{display:flex;flex-direction:column;gap:7px;font-size:14px;font-weight:500;margin-bottom:18px}input,select,textarea{background:white;border:1px solid #c5d0c0;border-radius:3px;padding:12px 14px;color:var(--ink);min-height:48px;max-width:100%;width:100%}textarea{font:inherit;resize:vertical}form .button{margin-top:4px}#finder-result:empty{display:none}#finder-result{margin-top:24px;padding:24px;background:#ffffff80;font-size:15px;border-radius:3px}#finder-result p{margin:10px 0}.compare-heading{margin-top:60px}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:4px}table{width:100%;border-collapse:collapse;font-size:14px;min-width:720px;text-align:left}td,th{padding:20px;border-bottom:1px solid var(--line);vertical-align:top}thead{background:var(--soft)}th{font-weight:600}tbody th{width:18%}.breadcrumb{padding:25px 6%;font-size:13px;color:var(--muted)}.breadcrumb a{text-decoration:underline}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:65px;padding:0 6% 65px}.detail-image{background:var(--soft);display:flex;align-items:center;flex-direction:column;min-height:650px;padding:30px;position:relative}.detail-image>.eyebrow{align-self:start;font-size:11px}.detail-image>img{height:490px;max-width:90%;object-fit:contain;margin:10px 0 20px}.detail-image>.quiet{font-size:12px;margin-top:auto;margin-bottom:0}.detail-copy{padding-top:25px}.detail-copy h1{font-size:3.4rem;margin-bottom:20px}.detail-copy h3{font-size:21px;margin-bottom:17px}.detail-copy>p:not(.eyebrow){color:var(--muted)}.detail-copy form{margin-top:25px}.purchase-state{display:flex;flex-direction:column;margin:20px 0}.purchase-state b{font-size:18px;font-weight:550}.purchase-state span{font-size:12px}.fit-note{font-size:13px;background:var(--soft);border-radius:3px;padding:20px;margin-top:24px;color:#58705e}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.feature-grid>div{border-top:1px solid var(--line);padding-top:24px}.feature-number{display:block;font-size:17px;margin-bottom:26px;color:#7b936b;font-family:Manrope,sans-serif}.feature-grid p{font-size:15px;color:var(--muted)}.feature-grid h3{font-size:22px}.spec-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:60px;margin-top:80px}.specs{margin:0}.specs>div{display:grid;grid-template-columns:1fr 1.6fr;gap:20px;border-bottom:1px solid var(--line);padding:16px 0;font-size:14px}.specs dt{color:var(--muted)}.specs dd{margin:0}.adapter-section{margin-top:55px;padding:35px;background:var(--soft);display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.adapter-section img{max-width:100%;max-height:330px;object-fit:contain}.adapter-section p{color:var(--muted)}.smart-hero{min-height:590px}.app-visual.double{gap:8px}.double>img{height:390px;max-width:42%;transform:rotate(-8deg)}.double>img+img{transform:rotate(8deg);margin-top:70px}.smart-hero+.section .feature-grid{grid-template-columns:repeat(3,1fr)}.calculator-section{display:grid;grid-template-columns:1fr 1.1fr;gap:65px;padding:75px 6%;background:var(--forest);color:white}.calculator-section>div:first-child>p:not(.eyebrow){max-width:470px;color:#b8cbbd}.calculator-section .eyebrow{color:var(--lime)}.calculator{background:#f7faf2;color:var(--ink);padding:34px;border-radius:6px}.calc-fields{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.calc-fields label{font-size:12px}.range-label{grid-column:1/-1;position:relative}.range-label output{position:absolute;right:0;top:0}.range-label input{padding:0;accent-color:var(--forest);background:none;min-height:28px;border:0}.calc-result{border-top:1px solid #dce5d4;padding-top:26px}.calc-result>span{font-size:10px;letter-spacing:.13em}.calc-result>strong{display:block;font-family:Manrope,sans-serif;font-size:52px;letter-spacing:-.04em;line-height:1.3;font-weight:500}.calc-result>p{font-size:13px}.cost-bars>div{display:grid;grid-template-columns:90px 1fr 75px;align-items:center;gap:12px;margin:12px 0;font-size:11px}.cost-bars>div>div{background:#e1e7da;height:10px;border-radius:3px;overflow:hidden}.cost-bars i{display:block;width:100%;height:100%;background:#90a87b}.cost-bars>div+div i{background:var(--forest)}.cost-bars b{text-align:right;font-weight:500}.calc-result .quiet{margin:20px 0 0;font-size:11px}.energy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:35px}.energy-grid article{background:var(--soft);padding:32px}.energy-grid p{font-size:15px;color:var(--muted)}.energy-grid .quiet{font-size:12px}.energy-grid h3{line-height:1.25}.support-section{padding:55px 6%;max-width:1320px;margin:auto}.search-box{max-width:720px;margin:0 auto 30px}.search-box>span{font-size:13px}.search-box input{padding:17px 20px;background:white;font-size:16px}.filter-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:32px}.filter-chips button{background:var(--soft)}.faq-list{max-width:900px;margin:auto}details{border-bottom:1px solid var(--line)}summary{cursor:pointer;list-style:none;padding:24px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:17px;font-weight:500}summary::-webkit-details-marker{display:none}summary span{font-size:20px;font-weight:400}details[open] summary span{transform:rotate(45deg)}details>p{padding:0 40px 10px 0;color:var(--muted);font-size:15px;max-width:820px}.manuals{padding:75px 0 30px;scroll-margin-top:20px}.manual-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.manual-card{background:var(--soft);padding:36px;display:flex;flex-direction:column;align-items:start;border-radius:4px}.manual-card>span{font-size:11px;letter-spacing:.12em;margin-bottom:25px}.manual-card h3{font-size:26px}.manual-card p{color:var(--muted);font-size:15px}.manual-card>b{font-size:14px;margin-top:auto;border-bottom:1px solid currentColor;padding-bottom:3px}.manuals>.quiet{font-size:12px;margin-top:20px}.support-prep{display:grid;grid-template-columns:1fr 1fr;gap:70px;background:#e9efdf;padding:48px;margin-top:35px}.support-prep>div>p:not(.eyebrow){color:var(--muted)}.support-prep form>.quiet{font-size:12px;margin-top:18px}.learn-section .four{grid-template-columns:1fr 1fr;gap:55px 30px}.four .article-art{height:260px}.article-header{padding:65px 6% 50px;background:var(--soft)}.article-header>a{display:inline-block;margin-bottom:40px}.article-header h1{font-size:clamp(2.7rem,4.5vw,4.5rem);max-width:900px}.article-header>.eyebrow{font-size:11px}.article-header>p:last-child{font-size:18px;color:var(--muted);max-width:650px}.article-body{max-width:820px;margin:0 auto;padding:60px 25px 85px;font-size:17px;line-height:1.9}.article-body h2{font-size:29px;margin-top:44px;line-height:1.3}.article-body>p{color:#4d6656}.article-body>.source-note{margin-top:45px;border-top:1px solid var(--line);padding-top:25px;font-size:12px;line-height:1.7}.source-note a{text-decoration:underline}.article-body .button{margin-top:20px}.article-body>.notice{font-size:13px}.safety-note{border-left:3px solid #a9ce77;padding:24px 35px;background:#f0f4e9;max-width:1000px;margin:55px auto 0}.safety-note p{color:var(--muted)}.safety-note>.quiet{font-size:13px}.about-photo{height:520px;overflow:hidden}.about-photo img{width:100%;height:100%;object-fit:cover;object-position:center 60%}.about-body{max-width:900px}.about-body .eyebrow{font-size:12px}.availability{max-width:1320px;margin:auto}.status-label{margin:15px 0 0!important;padding:8px 12px;background:#dce7cf;border-radius:3px;color:#42633f}.bag-items{margin:25px 0}.bag-item{display:grid;grid-template-columns:70px 1fr;gap:20px;border-bottom:1px solid var(--line);padding:22px 0}.bag-item>img{width:70px;height:120px;object-fit:contain;background:var(--soft);padding:10px}.bag-item b{font-weight:550;font-size:16px}.bag-item p{font-size:12px;color:var(--muted);margin:6px 0}.quantity{display:flex;align-items:center;gap:14px;margin-top:10px}.quantity button{background:var(--soft);border:0;min-width:32px;min-height:32px;font-size:14px;color:var(--ink)}.quantity .remove{background:none;text-decoration:underline;margin-left:auto;font-size:12px}.quantity span{font-size:14px}.bag-summary{padding:25px 0}.bag-summary p{font-size:13px;color:var(--muted)}.bag-summary .button+.button{margin-top:12px}.empty-bag{background:var(--soft);padding:30px;margin:30px 0}.empty-bag p{font-size:14px;color:var(--muted)}.checkout-row{border-top:1px solid var(--line);padding:20px 0}.checkout-row p{font-size:13px;color:var(--muted)}.page-intro+.article-body #clear-status{font-size:14px}
@media(min-width:1500px){.hero-copy{padding-left:12%}.section{padding-left:8%;padding-right:8%}.hero{min-height:720px}.hero-product{align-items:center}.hero-product>img{height:480px}}
@media(max-width:1050px){.product-detail{gap:35px}.detail-copy h1{font-size:2.7rem}.split-copy{padding:55px 9%}.feature-grid{grid-template-columns:1fr 1fr}.calculator-section{gap:35px}.calculator{padding:24px}.support-prep{gap:35px;padding:35px}.energy-grid{gap:18px}.energy-grid article{padding:25px}.technical-visual img{width:125%}.article-grid{gap:20px}}
@media(max-width:760px){.split{grid-template-columns:1fr;min-height:0}.split-copy{padding:50px 6%}.split-visual{min-height:360px;padding:35px}.technical-visual>.eyebrow{top:24px;left:24px;font-size:9px}.technical-visual img{width:105%;max-width:100%}.tech-specs{left:24px;right:24px;bottom:24px;font-size:20px}.tech-specs b{font-size:10px}.smart-teaser{margin-top:0}.app-visual{min-height:460px}.app-visual>img{height:380px}.app-note{left:6%;bottom:45px}.lifestyle{min-height:580px;margin-top:55px}.lifestyle>img{object-position:62%}.lifestyle>div{padding:50px 6%}.lifestyle:after{background:linear-gradient(90deg,#102820dd,#10282020)}.article-grid{grid-template-columns:1fr;gap:38px}.article-art{height:220px}.bottom-cta{align-items:start;flex-direction:column;padding:45px 6%}.bottom-cta h2{font-size:2rem}.page-intro{padding:48px 6%}.page-intro h1{font-size:2.7rem}.page-intro>p:last-child{font-size:16px}.shop-toolbar{align-items:start;flex-direction:column;gap:15px}.shop-section .product-grid,.shop-section .single-product{grid-template-columns:1fr}.shop-section .product-image{height:350px}.finder{grid-template-columns:1fr;gap:20px;padding:28px;margin:45px 0}.finder h2{font-size:2rem}.table-wrap{margin-right:-2%}.breadcrumb{font-size:12px}.product-detail{grid-template-columns:1fr;gap:10px;padding-bottom:30px}.detail-image{min-height:440px;padding:24px}.detail-image>img{height:330px;margin:5px 0 20px}.detail-image>.quiet{font-size:10px}.detail-copy h1{font-size:2.7rem}.feature-grid{grid-template-columns:1fr 1fr;gap:20px}.feature-grid p{font-size:14px}.feature-grid h3{font-size:21px}.feature-number{margin-bottom:18px}.spec-layout{grid-template-columns:1fr;gap:22px;margin-top:45px}.specs>div{grid-template-columns:.9fr 1.4fr;font-size:13px;gap:15px}.adapter-section{grid-template-columns:1fr;gap:25px;padding:25px}.adapter-section img{max-height:250px}.adapter-section h2{font-size:2rem}.smart-hero+.section .feature-grid{grid-template-columns:1fr}.double>img{height:325px;max-width:41%}.double>img+img{margin-top:40px}.calculator-section{grid-template-columns:1fr;gap:24px;padding:50px 6%}.calculator-section h2{font-size:2.4rem}.calculator{padding:24px 20px}.calc-fields{gap:0 15px}.calc-fields label{font-size:12px}.calc-fields input,.calc-fields select{font-size:16px;padding:10px}.cost-bars>div{grid-template-columns:78px 1fr 65px;gap:9px}.energy-grid{grid-template-columns:1fr;gap:20px}.energy-grid article{padding:28px}.support-section{padding:35px 6%}.filter-chips{justify-content:flex-start;gap:6px}.filter-chips button{font-size:12px;padding:9px 12px}summary{font-size:16px}details>p{padding-right:0;font-size:14px}.manuals{padding-top:50px}.manual-grid{grid-template-columns:1fr}.manual-card{padding:28px}.support-prep{grid-template-columns:1fr;padding:25px;gap:20px}.support-prep h2{font-size:2.2rem}.learn-section .four{grid-template-columns:1fr;gap:40px}.four .article-art{height:220px}.article-header{padding:40px 6%}.article-header>a{margin-bottom:30px}.article-header h1{font-size:2.8rem}.article-header>p:last-child{font-size:16px}.article-body{padding:25px 6% 60px;font-size:16px}.article-body h2{font-size:25px;margin-top:35px}.safety-note{padding:25px;margin-top:35px}.about-photo{height:350px}.about-photo img{object-position:65%}.segmented button{padding:10px 18px}dialog{padding:25px}.bag-item{gap:16px}}
@media(max-width:360px){h1{font-size:3rem}.header-actions{gap:8px}.logo{font-size:25px}.announcement{font-size:10px}.feature-grid{grid-template-columns:1fr}.hero-copy{padding-top:38px}.cost-bars>div{grid-template-columns:68px 1fr 60px}}
.bag-button{white-space:nowrap;display:flex;align-items:center}.header-actions select{width:95px;flex-shrink:0}.header-actions{flex-shrink:0}

/* Supplied brand assets: gradient icon + unmodified original lettering. */
.logo{--brand-height:34px;display:inline-flex;align-items:center;gap:6px;line-height:1;flex-shrink:0}
.logo .brand-icon{display:block;width:calc(var(--brand-height)*1.136);height:calc(var(--brand-height)*1.136);object-fit:contain;flex-shrink:0}
.logo .brand-wordmark{display:block;position:relative;top:auto;margin:0;width:calc(var(--brand-height)*4.2876);height:var(--brand-height);overflow:hidden;flex-shrink:0}
.logo .brand-wordmark img{display:block;position:absolute;right:0;top:0;height:100%;width:auto;max-width:none}
footer .brand-wordmark img{filter:invert(1)}
@media(max-width:760px){header .logo{--brand-height:25px;gap:4px}}
@media(max-width:360px){header .logo{--brand-height:22px}}

/* Complete collection: useful density, quiet surfaces and clear product detail. */
.catalog-hero{display:grid;grid-template-columns:1fr 1fr;background:#143d35;color:#f3f7ef;min-height:620px}.catalog-hero-copy{padding:55px 7% 35px 10%}.catalog-hero .eyebrow{color:#b6d5c7;font-size:10px}.catalog-hero h1{font-size:clamp(3rem,4.7vw,5.1rem);line-height:1.04;margin-bottom:25px}.catalog-hero h1 em{color:#c7edb1}.catalog-hero-copy>p:not(.eyebrow){max-width:480px;color:#c6d8ce;font-size:16px}.hero-data{display:flex;gap:30px;border-top:1px solid #ffffff26;margin-top:38px;padding-top:22px}.hero-data div{display:flex;flex-direction:column;gap:4px}.hero-data b{font:500 21px Manrope,sans-serif;letter-spacing:-.03em}.hero-data span{font-size:10px;color:#b7d0c2}.catalog-hero-stage{position:relative;background:radial-gradient(ellipse at 45% 50%,#d9e8d8,#b9d0c0);color:var(--forest);min-width:0;overflow:hidden}.stage-title{position:absolute;top:35px;left:35px;z-index:2}.stage-title>span{display:block;letter-spacing:.13em;font-size:10px;margin-bottom:12px}.stage-title>b{font:500 25px/1.16 Manrope,sans-serif;letter-spacing:-.03em}.stage-wall,.stage-omni{position:absolute;display:flex;align-items:center;flex-direction:column}.stage-wall{top:128px;left:0;width:59%;height:390px}.stage-omni{top:180px;right:-1%;width:52%;height:340px}.stage-wall img,.stage-omni img{height:86%;width:100%;object-fit:contain;filter:drop-shadow(12px 18px 12px #19362e25)}.stage-omni img{transform:rotate(8deg)}.stage-wall>span,.stage-omni>span{font-size:9px;letter-spacing:.08em;padding-top:12px}.stage-wall b,.stage-omni b{font-size:13px;letter-spacing:0;font-weight:550}.catalog-hero-stage>p{position:absolute;bottom:12px;left:30px;right:25px;font-size:10px;color:#456958}.category-shelf{display:grid;grid-template-columns:repeat(5,1fr);padding:20px 4%;gap:16px;border-bottom:1px solid var(--line);background:#f4f6ef}.category-shelf>a{display:flex;align-items:center;gap:12px;padding:12px 0;min-width:0}.category-shelf img{height:65px;width:55px;object-fit:contain}.category-shelf b{display:block;font-size:12px;line-height:1.3;font-weight:600}.category-shelf span{display:block;font-size:10px;color:var(--muted);margin-top:5px}.category-shelf i{font-style:normal;margin-left:auto}.section.collection-section,.engineering-home,.ecosystem-section,.catalog-shop,.product-information,.related-section{padding-top:60px;padding-bottom:60px}.section-description{max-width:420px;color:var(--muted);font-size:15px;margin:0;line-height:1.8}.regional-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:38px 0 20px;border-top:1px solid var(--line);padding-top:22px}.regional-heading span{font-size:10px;letter-spacing:.15em;color:var(--muted)}.regional-heading h3{font-size:23px;margin:10px 0 0}.catalog-card{border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;border-radius:5px;overflow:hidden}.catalog-card .product-image{border-radius:0;height:290px;background:#edf1ea}.catalog-card .product-image img{max-width:82%;height:76%;width:auto}.catalog-card .product-image.wallbox img{max-width:88%;height:80%}.catalog-card .product-image.energy img{max-width:75%;max-height:64%}.catalog-card .product-image.cable img{max-width:88%;height:65%}.catalog-card:hover img{transform:scale(1.035)}.model-count{position:absolute;right:15px;bottom:13px;font-size:10px;color:#627669}.card-content{padding:20px;display:flex;flex-direction:column;flex:1}.card-category{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#698172}.catalog-card h3{font-size:23px;margin:9px 0 13px;line-height:1.18}.catalog-card p{line-height:1.65;font-size:13px;margin-bottom:18px}.card-specs{display:flex;flex-direction:column;gap:3px;font-size:12px;margin-top:auto;margin-bottom:18px}.card-specs span+span{color:var(--muted);font-size:11px}.catalog-card .card-link{align-items:center;gap:10px;flex-wrap:wrap;font-size:12px;padding-top:13px}.card-link>a{display:flex;gap:12px;align-items:center;font-weight:600}.compare-check{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:400;margin:0;cursor:pointer}.compare-check input{width:16px;height:16px;padding:0;margin:0;accent-color:var(--forest)}.range-links{display:flex;justify-content:space-between;gap:25px;margin-top:22px;font-size:13px;text-decoration:underline;text-underline-offset:5px}.choice-band{padding:55px 5%;background:#e7eddf;display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:center}.choice-band h2{font-size:clamp(2rem,2.8vw,2.7rem)}.choice-band>div>p:not(.eyebrow){font-size:15px;max-width:450px;color:var(--muted)}.catalog-table{max-width:100%;margin:0;overflow-x:auto;border:1px solid var(--line);border-radius:4px;background:white}.catalog-table table{width:100%;border-collapse:collapse;min-width:580px;font-size:14px}.catalog-table caption{text-align:left;padding:16px 20px;font-weight:600;background:var(--soft)}.catalog-table th,.catalog-table td{text-align:left;vertical-align:top;padding:16px 20px;white-space:normal;border-bottom:1px solid #e4e9e0;line-height:1.6}.catalog-table thead th{background:#eaf0e5;font-size:12px;letter-spacing:.015em;font-weight:600}.catalog-table tbody th{font-weight:550;width:24%;background:#f9fbf6}.catalog-table tbody td{color:#53675b}.catalog-table tbody tr:last-child>*{border-bottom:0}.catalog-table a{text-decoration:underline;text-underline-offset:4px}.choice-table .catalog-table table{min-width:380px;font-size:13px}.choice-table .catalog-table tbody th{width:45%}.choice-table>.quiet{font-size:11px;margin:12px 0 0}.engineering-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px}.engineering-card{background:#edf2e8;border:1px solid var(--line);border-radius:5px;overflow:hidden;display:flex;flex-direction:column}.engineering-card>div+div{padding:30px}.engineering-card h3{font-size:28px}.engineering-card h2{font-size:35px}.engineering-card p:not(.eyebrow){font-size:14px;color:var(--muted);line-height:1.75}.engineering-picture{height:260px;background:#e5eddf;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:25px}.engineering-picture img{max-width:100%;max-height:100%;object-fit:contain}.connector-card .engineering-picture img{width:100%;height:auto}.alert-card .engineering-picture{background:#dce9e4}.alert-card .engineering-picture img{max-width:75%;max-height:85%;border-radius:8px}.mini-metrics{display:flex;gap:35px;margin:24px 0}.mini-metrics span{display:flex;flex-direction:column;gap:5px;font-size:11px;color:var(--muted)}.mini-metrics b{font:500 28px Manrope,sans-serif;color:var(--ink);letter-spacing:-.03em}.technical-footnote{font-size:11px;margin:18px 0 0}.smart-story{display:grid;grid-template-columns:1fr 1fr;background:var(--forest);color:#f1f7eb}.smart-story-copy{padding:60px 10%}.smart-story-copy>p{color:#bfd4c7;font-size:15px}.smart-story-copy .eyebrow{font-size:10px;color:#d5edba}.smart-story h2{font-size:clamp(2rem,3.3vw,3rem)}.smart-story ol{padding:0;margin:30px 0;counter-reset:smart}.smart-story li{list-style:none;position:relative;padding:14px 0 14px 44px;border-top:1px solid #ffffff22;counter-increment:smart}.smart-story li:before{content:'0' counter(smart);position:absolute;left:0;top:17px;color:#c4e8a3;font-size:12px}.smart-story li b{display:block;font-size:15px;font-weight:550}.smart-story li span{display:block;font-size:12px;color:#b5cebf;margin-top:5px}.smart-story-visual{display:flex;position:relative;align-items:center;justify-content:center;gap:22px;padding:45px 28px 85px;background:#dce8d8;overflow:hidden}.smart-story-visual img{width:41%;max-width:210px;max-height:430px;object-fit:contain;filter:drop-shadow(8px 12px 12px #123e3426);border-radius:10px}.smart-story-visual img+img{margin-top:65px}.smart-story-visual p{position:absolute;bottom:20px;left:35px;right:35px;font-size:11px;color:#496d56}.ecosystem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ecosystem-grid>a{padding:25px;background:#eef2e9;border-radius:4px}.ecosystem-grid img{width:100%;height:185px;object-fit:contain;margin-bottom:20px}.ecosystem-grid span{display:block;font-size:10px;letter-spacing:.12em;color:var(--muted);margin-bottom:12px}.ecosystem-grid h3{font-size:25px}.ecosystem-grid p{font-size:14px;color:var(--muted);margin:0}.support-banner{padding:50px 5%;background:#e0ebd6;display:grid;grid-template-columns:1.2fr 1fr;gap:65px;align-items:center}.support-banner h2{font-size:38px}.support-banner p:not(.eyebrow){font-size:15px;max-width:520px;color:var(--muted);margin-bottom:0}.support-banner>div+div a{display:block;border-bottom:1px solid #b9cbb0;padding:18px 0;font-size:15px}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:25px}.catalog-search{font-size:11px;color:var(--muted);width:310px;margin:0}.catalog-search input{background:white;margin-top:4px}.catalog-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:25px 0 20px}.catalog-tabs button{border:1px solid var(--line);border-radius:30px;padding:10px 18px;font-size:12px;color:var(--ink);background:white}.catalog-tabs button[aria-pressed=true]{background:var(--forest);border-color:var(--forest);color:white}.catalog-results-header{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:22px}.catalog-results-header p{margin:0;font-size:13px;color:var(--muted)}.full-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.comparison-panel{padding-top:30px}.comparison-panel:has(table){margin-top:32px;padding:28px;background:#eaf0e3;border-radius:4px}.comparison-panel h2{font-size:28px}.no-products{grid-column:1/-1;padding:35px;background:var(--soft)}.catalog-reference{display:grid;grid-template-columns:1fr 1.8fr;gap:40px;align-items:start;margin-top:60px}.catalog-reference h2{font-size:33px}.catalog-reference p:not(.eyebrow){font-size:14px;color:var(--muted)}.catalog-reference table{font-size:12px}.expanded-finder{margin:55px 0 0;gap:40px}.expanded-finder form{display:grid;grid-template-columns:1fr 1fr;gap:12px 18px}.expanded-finder label{font-size:12px;margin:0}.expanded-finder select{font-size:13px;min-width:0}.expanded-finder button,.expanded-finder #finder-result{grid-column:1/-1}.expanded-finder #finder-result{font-size:13px}.rich-product{padding-top:15px;gap:45px;align-items:start}.detail-gallery{min-width:0}.rich-product .detail-image{min-height:490px;padding:25px;display:flex;align-items:center;flex-direction:column;justify-content:space-between}.rich-product .detail-image>img{height:365px;width:100%;max-width:90%;object-fit:contain;margin:0}.rich-product .detail-image.energy>img{height:320px;max-width:75%}.rich-product .detail-image>.eyebrow{font-size:10px;align-self:start;margin-bottom:15px}.rich-product .detail-image>.quiet{font-size:10px;text-align:center;margin:16px 0 0}.detail-copy h1{font-size:clamp(2.3rem,3.4vw,3.7rem)}.detail-copy>h3{font-size:22px;line-height:1.35}.detail-copy>p:not(.eyebrow){font-size:15px;line-height:1.8}.best-for{padding:15px 18px;background:#edf3e6;border-left:3px solid #8ab692;margin-bottom:22px}.best-for b{font-size:11px;text-transform:uppercase;letter-spacing:.08em}.best-for p{font-size:13px;margin:4px 0 0;color:var(--muted)}.selected-spec{display:flex;flex-direction:column;gap:4px;font-size:12px;background:#f0f3ec;padding:15px;margin-top:10px;color:var(--muted)}.selected-spec>b{font-size:14px;color:var(--ink)}.rich-product .purchase-state{margin:20px 0}.product-facts{display:grid;grid-template-columns:1.5fr 1.3fr .6fr;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid var(--line)}.product-facts div{display:flex;flex-direction:column;gap:7px}.product-facts b{font-size:12px;line-height:1.5;font-weight:550}.product-facts span{font-size:10px;color:var(--muted)}.gallery-thumbnails{display:flex;gap:10px;margin-top:15px}.gallery-thumbnails button{height:70px;width:95px;background:var(--soft);border:1px solid var(--line);padding:8px}.gallery-thumbnails button[aria-pressed=true]{border:2px solid var(--forest)}.gallery-thumbnails img{height:100%;width:100%;object-fit:contain}.product-action-links{display:flex;gap:25px;font-size:12px;text-decoration:underline;text-underline-offset:5px;margin-top:20px}.product-jump{display:flex!important;padding:15px 5%;background:#e7edde;gap:30px;font-size:13px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);position:static;width:auto}.product-jump a{padding:7px 0}.benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.benefit-grid article>span,.construction-grid article>span{font-size:12px;color:#769370;display:block;margin-bottom:20px}.benefit-grid h3{font-size:23px;line-height:1.2}.benefit-grid p{font-size:14px;color:var(--muted);line-height:1.8;margin:0}.spec-section{margin-top:55px;scroll-margin-top:25px}.spec-section h2{font-size:clamp(1.9rem,2.8vw,2.7rem)}.full-specs .catalog-table+ .catalog-table{margin-top:20px}.full-specs table{min-width:440px}.full-specs tbody th{width:30%}.connectivity-panel{margin-top:55px;display:grid;grid-template-columns:1.1fr 1fr;gap:55px;background:#eaf0e2;padding:35px;border-radius:5px}.connectivity-panel h2{font-size:30px}.connectivity-panel h3{font-size:23px}.connectivity-panel p,.connectivity-panel li{font-size:14px;color:var(--muted);line-height:1.8}.connectivity-panel li+li{margin-top:10px}.connectivity-panel ul{padding-left:20px}.document-links{display:flex;flex-wrap:wrap;gap:25px;font-size:13px;margin-top:25px;text-decoration:underline;text-underline-offset:5px}.related-section{background:#f0f3e9}.adapter-family-nav{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:35px}.adapter-family-nav a,.language-tags span{padding:10px 16px;border:1px solid var(--line);border-radius:30px;font-size:12px;background:white}.adapter-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;background:#e8efdf;padding:30px}.adapter-principles b{font-size:12px;color:#718d69;display:block;margin-bottom:20px}.adapter-principles h3{font-size:23px}.adapter-principles p{font-size:14px;color:var(--muted);margin:0}.accessory-family{margin-top:65px;scroll-margin-top:25px}.accessory-family-heading{display:grid;grid-template-columns:1.5fr 1fr;gap:55px;align-items:center;margin-bottom:25px}.accessory-family-heading h2{font-size:36px}.accessory-family-heading p:not(.eyebrow){font-size:15px;color:var(--muted)}.accessory-family-heading img{width:100%;height:200px;object-fit:contain}.accessory-family>.quiet{font-size:12px;margin-top:18px}.adapter-detail{margin-top:55px}.adapter-detail>p{color:var(--muted);font-size:14px}.adapter-detail h2{font-size:34px}.certification-note{margin-top:45px;padding:30px;background:#eef2e9}.certification-note p{font-size:14px;color:var(--muted)}.construction-hero{background:#e8efdf;padding:45px;display:grid;grid-template-columns:2fr 1fr;align-items:center;gap:50px;margin-bottom:55px}.construction-hero>img{width:100%;height:260px;object-fit:contain}.construction-hero .mini-metrics{flex-direction:column}.construction-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.construction-grid article{padding:22px;background:#eef2e9;border-top:2px solid #a4c19b}.construction-grid h3{font-size:20px;line-height:1.25}.construction-grid p{font-size:13px;color:var(--muted);margin:0}.alert-intro{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.alert-intro p:not(.eyebrow){font-size:15px;color:var(--muted)}.alert-intro .quiet{font-size:11px!important;margin-top:18px}.language-tags{display:flex;gap:8px;flex-wrap:wrap}.language-tags span{font-size:11px;padding:8px 12px;background:#eef2e9}.display-pair{background:#dfece5;padding:35px;display:flex;flex-direction:column;gap:30px;border-radius:5px}.display-pair figure{margin:0;text-align:center}.display-pair img{max-width:100%;height:125px;object-fit:contain;border-radius:6px}.display-pair figcaption{font-size:11px;margin-top:10px;color:var(--muted)}.control-explainer{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:30px;background:#e9efdf;margin-top:40px}.control-explainer p{font-size:14px;color:var(--muted);margin:0}.app-feature-layout{display:grid;grid-template-columns:240px 1fr;align-items:center;gap:50px}.app-feature-layout>img{width:100%;max-height:500px;object-fit:contain}.art-portable-or-wallbox{background:linear-gradient(145deg,#d5e4d1,#86b5a6)}
@media(min-width:1350px){.full-catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.full-catalog-grid .product-image{height:260px}.full-catalog-grid h3{font-size:21px}.full-catalog-grid .card-content{padding:18px}}
@media(max-width:1050px){.catalog-hero-copy{padding:45px 7%}.catalog-hero h1{font-size:3.5rem}.hero-data{gap:20px}.hero-data b{font-size:18px}.category-shelf{gap:10px}.category-shelf img{height:50px;width:40px}.category-shelf b{font-size:11px}.category-shelf i{display:none}.choice-band{gap:30px}.full-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-reference{grid-template-columns:1fr}.benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.construction-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.smart-story-copy{padding:45px 7%}.smart-story-visual{gap:12px;padding-left:18px;padding-right:18px}.rich-product{gap:28px}.app-feature-layout{grid-template-columns:190px 1fr;gap:25px}.product-jump{gap:23px}.catalog-table th,.catalog-table td{padding:14px 16px}}
@media(max-width:760px){.catalog-hero{grid-template-columns:1fr}.catalog-hero-copy{padding:40px 6% 28px}.catalog-hero h1{font-size:3.65rem}.catalog-hero .eyebrow{font-size:9px;letter-spacing:.11em}.catalog-hero-copy>p:not(.eyebrow){font-size:15px}.catalog-hero .actions{gap:22px;margin-top:25px}.hero-data{gap:25px;margin-top:28px;padding-top:20px}.hero-data b{font-size:18px}.hero-data span{font-size:9px}.catalog-hero-stage{height:490px}.stage-title{top:25px;left:25px}.stage-title>b{font-size:22px}.stage-wall{top:100px;height:310px;left:0}.stage-omni{top:140px;height:280px;right:0}.stage-wall b,.stage-omni b{font-size:12px}.catalog-hero-stage>p{font-size:9px;left:22px}.category-shelf{grid-template-columns:repeat(2,minmax(0,1fr));padding:15px 6%;gap:0 22px}.category-shelf>a{border-bottom:1px solid var(--line);padding:15px 0}.category-shelf>a:last-child{grid-column:1/-1;border:0}.category-shelf img{width:45px;height:52px}.category-shelf b{font-size:12px}.category-shelf i{display:block}.section.collection-section,.engineering-home,.ecosystem-section,.catalog-shop,.product-information,.related-section{padding:42px 6%}.section-heading{align-items:start;flex-direction:column;gap:18px}.section-description{font-size:14px}.regional-heading{align-items:start;flex-direction:column;gap:15px;margin-top:30px}.regional-heading h3{font-size:22px}.home-catalog-grid{grid-template-columns:1fr;gap:22px}.catalog-card .product-image{height:290px}.catalog-card h3{font-size:25px}.card-content{padding:22px}.range-links{flex-direction:column;font-size:12px;gap:18px}.choice-band{grid-template-columns:1fr;padding:38px 6%;gap:25px}.choice-table{min-width:0}.choice-table .catalog-table table{min-width:360px}.engineering-cards{grid-template-columns:1fr;gap:22px}.engineering-picture{height:210px}.engineering-card>div+div{padding:25px}.engineering-card h2{font-size:31px}.smart-story{grid-template-columns:1fr}.smart-story-copy{padding:40px 6%}.smart-story-visual{min-height:450px;padding-bottom:80px}.smart-story-visual img{max-height:350px;max-width:160px}.smart-story-visual p{left:24px;right:24px;font-size:10px}.ecosystem-grid{grid-template-columns:1fr;gap:20px}.ecosystem-grid>a{padding:25px}.ecosystem-grid img{height:180px}.support-banner{grid-template-columns:1fr;padding:38px 6%;gap:20px}.support-banner h2{font-size:32px}.catalog-toolbar{flex-direction:column;align-items:stretch;gap:18px}.catalog-toolbar .segmented{display:flex}.catalog-toolbar .segmented button{flex:1;font-size:12px;padding:11px 9px}.catalog-search{width:100%}.catalog-tabs{gap:7px;margin:20px 0}.catalog-tabs button{font-size:11px;padding:9px 13px}.catalog-results-header{align-items:start;flex-direction:column;gap:10px}.catalog-results-header .text-link{font-size:12px}.full-catalog-grid{grid-template-columns:1fr}.comparison-panel:has(table){padding:20px;margin-top:25px}.comparison-panel .button{min-height:40px;font-size:12px;padding:9px 14px}.catalog-table{margin-right:0}.catalog-table table{font-size:13px}.catalog-table th,.catalog-table td{padding:13px 15px}.catalog-reference{margin-top:40px;gap:18px}.catalog-reference>div{min-width:0}.expanded-finder{padding:25px;margin:38px 0 0;gap:22px}.expanded-finder form{grid-template-columns:1fr}.expanded-finder select{font-size:14px}.rich-product{padding:0 6% 35px;gap:28px}.rich-product .detail-image{min-height:400px;padding:20px}.rich-product .detail-image>img{height:300px}.rich-product .detail-image.energy>img{height:240px}.product-facts{gap:14px;margin-top:15px;padding-top:15px}.product-facts b{font-size:11px}.detail-copy h1{font-size:2.7rem}.detail-copy>.eyebrow{font-size:10px}.product-jump{overflow-x:auto;flex-wrap:nowrap;gap:25px;padding:12px 6%;font-size:12px}.product-jump a{white-space:nowrap;flex-shrink:0}.benefit-grid{gap:28px 20px}.benefit-grid h3{font-size:21px}.benefit-grid p{font-size:13px}.spec-section{margin-top:38px}.spec-section .button{font-size:12px;padding:11px 17px;min-height:43px}.full-specs table{min-width:390px}.connectivity-panel{grid-template-columns:1fr;gap:25px;padding:25px;margin-top:35px}.connectivity-panel h2{font-size:28px}.document-links{flex-direction:column;font-size:12px;gap:16px}.adapter-family-nav a{font-size:11px;padding:9px 12px}.adapter-principles{grid-template-columns:1fr;padding:25px;gap:30px}.accessory-family{margin-top:45px}.accessory-family-heading{grid-template-columns:1fr;gap:15px}.accessory-family-heading h2{font-size:31px}.accessory-family-heading img{height:175px}.adapter-detail h2{font-size:30px}.construction-hero{padding:25px;grid-template-columns:1fr;gap:5px;margin-bottom:35px}.construction-hero>img{height:165px}.construction-hero .mini-metrics{flex-direction:row;flex-wrap:wrap;gap:18px;justify-content:space-between}.construction-hero .mini-metrics b{font-size:23px}.construction-hero .mini-metrics span{font-size:9px}.construction-grid{grid-template-columns:1fr 1fr;gap:15px}.construction-grid article{padding:19px}.construction-grid h3{font-size:19px}.construction-grid p{font-size:12px}.alert-intro{grid-template-columns:1fr;gap:25px}.display-pair{padding:25px;gap:25px}.display-pair img{height:125px}.control-explainer{grid-template-columns:1fr;gap:25px;padding:25px}.app-feature-layout{grid-template-columns:1fr;gap:25px}.app-feature-layout>img{max-height:360px}.app-feature-layout>div{min-width:0}}
@media(max-width:380px){.catalog-hero h1{font-size:3.25rem}.hero-data{gap:17px}.hero-data b{font-size:16px}.benefit-grid,.construction-grid{grid-template-columns:1fr}.category-shelf b{font-size:11px}.catalog-hero .actions{gap:18px}.catalog-hero .text-link{font-size:12px}.stage-wall b,.stage-omni b{font-size:11px}}

/* Home comes first: restore the original dusk scene and its warm invitation. */
.homecoming-hero{position:relative;isolation:isolate;display:flex;align-items:center;min-height:650px;height:calc(100svh - 129px);max-height:850px;overflow:hidden;background:#142a25;color:#fff}.homecoming-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 57%;z-index:-2}.homecoming-hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(6,23,21,.74) 0%,rgba(8,25,21,.54) 28%,rgba(9,27,23,.15) 57%,transparent 82%),linear-gradient(0deg,rgba(7,20,18,.4),transparent 35%)}.homecoming-copy{width:100%;padding:65px 6% 100px}.homecoming-copy>.eyebrow{font-size:12px;letter-spacing:.14em;color:#dbe9db;max-width:430px;margin-bottom:28px}.homecoming-copy h1{font-size:clamp(3.6rem,5.8vw,5.8rem);font-weight:450;line-height:1.07;letter-spacing:-.045em;margin-bottom:28px;max-width:690px;text-shadow:0 2px 20px #071d1840}.homecoming-copy h1 em{color:#e3efcb}.homecoming-copy .hero-description{font-size:18px;line-height:1.8;color:#f0f2e9;max-width:460px;margin-bottom:0}.homecoming-copy .actions{margin-top:32px;gap:28px}.homecoming-copy .text-link{color:white}.homecoming-next{position:absolute;bottom:28px;left:6%;right:6%;display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid #ffffff42;padding-top:20px;letter-spacing:.1em;font-size:12px;color:#e1eadf}.homecoming-next span{letter-spacing:0;font-size:14px}.homecoming-hero+.category-shelf{scroll-margin-top:15px}
@media(min-width:1600px){.homecoming-copy{padding-left:8%}.homecoming-next{left:8%;right:8%}}
@media(max-width:1050px) and (min-width:761px){.homecoming-copy h1{font-size:4rem}.homecoming-photo{object-position:62% 55%}.homecoming-copy{padding-left:5%}.homecoming-copy>.eyebrow{max-width:360px}.homecoming-copy .hero-description{font-size:17px}}
@media(max-width:760px){.homecoming-hero{height:740px;min-height:660px;max-height:none;align-items:flex-start}.homecoming-photo{object-position:70% center}.homecoming-hero:after{background:linear-gradient(180deg,rgba(6,22,20,.82) 0%,rgba(6,23,21,.61) 27%,rgba(8,24,20,.16) 53%,transparent 66%,rgba(6,20,18,.72) 100%)}.homecoming-copy{padding:35px 6% 80px}.homecoming-copy>.eyebrow{font-size:12px;line-height:1.7;letter-spacing:.1em;max-width:310px;margin-bottom:21px}.homecoming-copy h1{font-size:clamp(2.85rem,8vw,4rem);line-height:1.08;max-width:490px;margin-bottom:20px}.homecoming-copy .hero-description{font-size:16px;line-height:1.7;max-width:360px}.homecoming-copy .actions{margin-top:24px;gap:20px}.homecoming-copy .button{padding:13px 18px;font-size:14px;min-height:48px;gap:16px}.homecoming-copy .text-link{font-size:14px}.homecoming-next{bottom:23px;padding-top:16px;align-items:start;flex-direction:column;gap:7px;font-size:12px}.homecoming-next span{font-size:14px}}
@media(max-width:420px){.homecoming-hero{height:760px}.homecoming-copy .actions{align-items:start;flex-direction:column;gap:16px}.homecoming-copy h1{font-size:2.9rem}.homecoming-copy>.eyebrow{max-width:300px}.homecoming-copy .hero-description{font-size:15px}.homecoming-photo{object-position:69% center}}

/* MiniApp 2.0: a signature consumer experience, grounded in the supplied manual. */
.mini-home{padding:58px 5% 28px;background:#e9f1e9;border-bottom:1px solid #cbdcd0}.mini-home-heading{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.mini-home-heading h2{font-size:clamp(2.5rem,4.4vw,4.3rem);line-height:1.06}.mini-home-heading>div>p:not(.eyebrow){font-size:17px;line-height:1.8;max-width:545px;color:#526e5f}.mini-home-heading .actions{margin-top:25px;gap:24px}.mini-ifa{display:flex;align-items:center;gap:15px;font-size:13px!important;line-height:1.6!important;margin:30px 0 0!important;color:#466757!important}.mini-ifa>span{flex-shrink:0;border-left:3px solid #21a898;padding:4px 0 4px 12px;font-size:12px;font-weight:650;letter-spacing:.12em;color:#1c665b}.mini-ifa p{font-size:14px;line-height:1.6;margin:0}.mini-home-screens{display:flex;align-items:center;justify-content:center;gap:16px;min-width:0;padding:15px 0}.mini-home-screens img{width:27%;max-width:155px;max-height:345px;object-fit:contain;border-radius:11px;box-shadow:0 15px 25px #183c3023;background:#f3f7f1}.mini-home-screens img:nth-child(2){width:32%;max-width:183px;max-height:400px;transform:translateY(-12px)}.mini-feature-links{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;border:1px solid #cbdcd0;background:#cbdcd0;border-radius:5px;overflow:hidden;margin-top:38px}.mini-feature-links>a{position:relative;background:#f7faf3;padding:22px 20px;min-width:0;transition:background .2s}.mini-feature-links>a:hover{background:#e0efe1}.mini-feature-links>a>span{font-size:12px;letter-spacing:.12em;color:#508873;display:block;margin-bottom:20px}.mini-feature-links b{display:block;font:550 19px/1.2 Manrope,sans-serif;letter-spacing:-.03em;padding-right:6px}.mini-feature-links p{font-size:14px;color:#5a7264;line-height:1.7;margin:12px 0 0}.mini-feature-links i{position:absolute;right:17px;top:17px;font-style:normal}.mini-availability{font-size:12px;color:#637e6d;line-height:1.7;margin:18px 0 0;max-width:1100px}.mini-hero{display:grid;grid-template-columns:1fr 1.15fr;gap:35px;align-items:center;padding:60px 5%;background:linear-gradient(115deg,#edf4e8,#deeee4);min-height:680px}.mini-hero-copy{min-width:0}.mini-hero h1{font-size:clamp(3rem,4.8vw,4.8rem);line-height:1.05;max-width:700px}.mini-hero .hero-description{color:#496858;font-size:18px;line-height:1.8;max-width:530px}.mini-hero .actions{gap:25px}.mini-platform{font-size:13px;color:#657d6d;margin-top:22px}.mini-hero-screens{display:flex;gap:17px;justify-content:center;align-items:center;min-width:0}.mini-hero-screens figure{width:28%;margin:0;min-width:0}.mini-hero-screens figure:nth-child(2){width:33%;transform:translateY(-20px)}.mini-hero-screens img{width:100%;height:auto;border-radius:14px;box-shadow:0 20px 35px #1f463126;display:block}.mini-hero-screens figcaption{font-size:12px;text-align:center;color:#506f5e;line-height:1.5;margin-top:20px}.mini-feature-nav{display:flex!important;justify-content:space-between;gap:20px;overflow-x:auto;padding:20px 5%;background:#183f35;color:#f5f8f1;border:none;font-size:14px;position:static;width:auto}.mini-feature-nav a{display:flex;align-items:center;gap:10px;white-space:nowrap;padding:4px 0}.mini-feature-nav a:hover{border-bottom-color:#bbdfbe}.mini-feature-nav span{font-size:12px;color:#9bc6b3}.mini-overview{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:start;padding-top:60px;padding-bottom:60px}.mini-overview>div{min-width:0}.mini-overview>div>p:not(.eyebrow){color:var(--muted);font-size:16px;line-height:1.85;max-width:590px}.mini-overview h2{font-size:clamp(2rem,3.4vw,3.3rem)}.mini-walkthrough-index{display:flex;flex-direction:column;margin-top:28px;border-top:1px solid var(--line)}.mini-walkthrough-index a{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--line);font-size:14px}.mini-walkthrough-index span{font-size:12px;color:var(--muted);white-space:nowrap}.mini-video{margin:0;min-width:0}.video-reserved{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:25px;background:linear-gradient(145deg,#dce8df,#f0f5e9);border:1px dashed #9bb6a5;gap:16px;color:#4c6c5b;min-width:0}.mini-video.landscape .video-reserved{aspect-ratio:16/9;min-height:280px;border-radius:8px}.mini-video.portrait .video-reserved{aspect-ratio:9/19.5;border-radius:14px;padding:24px 15px;gap:15px}.video-outline{display:grid;place-items:center;width:46px;height:54px;border:1px solid #95b2a1;border-radius:8px;font-size:29px;color:#5c8871;background:#ffffff40}.video-reserved .eyebrow{font-size:10px;line-height:1.7;letter-spacing:.08em;margin:0}.video-reserved strong{font-size:16px;line-height:1.5;font-weight:500;max-width:300px}.mini-video.portrait strong{font-size:15px}.video-coming{font-size:12px;padding:5px 10px;background:#ffffff70;border-radius:20px;color:#577664}.mini-video figcaption,.mini-screen figcaption{font-size:12px;text-align:center;color:#6a7f6c;line-height:1.6;margin:15px auto 0;max-width:250px}.mini-video video{display:block;width:100%;height:auto;max-width:100%;background:#16382f;border-radius:12px}.mini-video.portrait video{aspect-ratio:9/19.5;object-fit:contain}.mini-video.landscape video{aspect-ratio:16/9;object-fit:contain}.mini-feature-series{border-top:1px solid var(--line)}.mini-feature-detail{padding:65px 5%;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start;scroll-margin-top:25px;border-bottom:1px solid var(--line)}.mini-feature-detail:nth-child(2n+1){background:#f0f4eb}.mini-feature-copy{min-width:0}.mini-feature-copy>.eyebrow{font-size:12px;color:#53816b;margin-bottom:20px}.mini-feature-copy h2{font-size:clamp(2.1rem,3.5vw,3.5rem);line-height:1.13}.mini-feature-lead{font-size:17px;color:#4d6d5a;line-height:1.85;margin-bottom:23px}.mini-condition{display:inline-block;padding:7px 12px;background:#deebdf;color:#3b6651;font-size:12px;border:1px solid #c2d8c5;border-radius:4px;margin-bottom:7px}.mini-benefits{margin-top:22px}.mini-benefits>div{border-top:1px solid var(--line);padding-top:20px;margin-top:20px}.mini-benefits h3{font-size:21px;line-height:1.3;margin-bottom:10px}.mini-benefits p{font-size:16px;line-height:1.85;color:var(--muted);margin-bottom:0}.mini-instructions{margin-top:25px;background:#e8efdf;padding:0 18px;border:0;border-radius:4px}.mini-instructions summary{font-size:14px;padding:17px 0;gap:15px;font-weight:550}.mini-instructions ol{padding:0 0 0 20px;margin:0 0 15px;font-size:14px;color:#4d6f57;line-height:1.8}.mini-instructions li+li{margin-top:10px}.mini-instructions>a{display:inline-block;font-size:13px;margin-bottom:20px;text-decoration:underline;text-underline-offset:4px}.mini-feature-note{margin:22px 0 0;font-size:12px;line-height:1.9;color:#748271}.mini-feature-media{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start;padding-top:35px;min-width:0;max-width:525px;justify-self:center;width:100%}.mini-screen{margin:0;min-width:0}.mini-screen img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 17px 30px #25472c1a}.mini-dlb-flow{grid-column:1/-1;padding:23px;background:#e0eadd;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:9px;border-radius:5px}.mini-dlb-flow>span{font-size:13px;text-align:center;background:#f7faf2;padding:10px 14px;border:1px solid #bfd1bc;border-radius:4px}.mini-dlb-flow>b{font-size:18px;transform:rotate(-90deg);color:#779569}.mini-dlb-flow>p{flex-basis:100%;font-size:12px;color:#657c61;text-align:center;margin:12px 0 0}.mini-everyday{padding-top:60px;padding-bottom:65px}.mini-supporting-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.mini-supporting-grid article{padding:28px;background:#edf2e7;border-radius:5px;display:flex;flex-direction:column;min-width:0}.mini-supporting-grid img{max-width:180px;height:270px;object-fit:contain;margin:0 auto 28px;display:block;border-radius:7px}.mini-supporting-grid h3{font-size:25px;line-height:1.2}.mini-supporting-grid p{font-size:16px;color:var(--muted);line-height:1.8}.mini-supporting-grid a{font-size:14px;text-decoration:underline;text-underline-offset:4px}.mini-fit{padding-top:60px;padding-bottom:60px}.mini-fit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.mini-fit-grid article{border-top:1px solid #bed0b8;padding-top:23px;min-width:0}.mini-fit-grid article>span{font-size:12px;color:#6c8660;display:block;margin-bottom:23px;letter-spacing:.08em}.mini-fit-grid h3{font-size:25px;line-height:1.25}.mini-fit-grid p{font-size:16px;line-height:1.85;color:var(--muted)}.mini-source{font-size:12px;color:#73836f;line-height:1.8;border-top:1px solid var(--line);padding-top:24px;margin:40px 0 0}
@media(min-width:1600px){.mini-home,.mini-hero,.mini-overview,.mini-feature-detail,.mini-everyday,.mini-fit{padding-left:8%;padding-right:8%}}
@media(max-width:1100px){.mini-home-heading{gap:25px;grid-template-columns:1fr 1fr}.mini-home-heading .actions{gap:17px}.mini-feature-links b{font-size:17px}.mini-feature-links>a{padding:20px 15px}.mini-hero{grid-template-columns:1fr;gap:45px;min-height:0}.mini-hero-copy{max-width:850px}.mini-hero h1{font-size:4.3rem;max-width:700px}.mini-hero .hero-description{max-width:650px}.mini-hero-screens{max-width:700px;margin:0 auto;width:100%;padding-top:10px;gap:25px}.mini-hero-screens figure{max-width:190px}.mini-hero-screens figure:nth-child(2){max-width:220px}.mini-overview{gap:35px}.mini-feature-detail{gap:35px}.mini-feature-media{gap:16px}.mini-supporting-grid{gap:18px}.mini-supporting-grid article{padding:23px}.mini-supporting-grid h3{font-size:23px}.mini-fit-grid{gap:25px}}
@media(max-width:760px){.mini-home{padding:40px 6% 25px}.mini-home-heading{grid-template-columns:1fr;gap:35px}.mini-home-heading h2{font-size:3rem}.mini-home-heading>div>p:not(.eyebrow){font-size:16px}.mini-home-heading>.eyebrow{font-size:12px}.mini-home-heading .actions{gap:20px}.mini-home-heading .mini-ifa{font-size:12px!important;gap:12px;align-items:start}.mini-ifa>span{font-size:11px;letter-spacing:.08em}.mini-home-screens{gap:12px;padding:15px 0 0;max-width:510px;justify-self:center;width:100%}.mini-home-screens img{border-radius:8px}.mini-home-screens img:nth-child(2){transform:translateY(-10px)}.mini-feature-links{grid-template-columns:1fr 1fr;margin-top:30px}.mini-feature-links>a:last-child{grid-column:1/-1}.mini-feature-links>a{padding:20px 16px}.mini-feature-links b{font-size:19px}.mini-feature-links p{font-size:14px;line-height:1.65}.mini-feature-links>a>span{margin-bottom:17px}.mini-availability{font-size:12px}.mini-hero{padding:40px 6% 30px;gap:35px}.mini-hero h1{font-size:clamp(2.8rem,8.5vw,4rem);line-height:1.08}.mini-hero .hero-description{font-size:16px}.mini-hero .actions{gap:20px}.mini-hero .button{font-size:14px;padding:14px 18px}.mini-platform{font-size:12px}.mini-ifa{align-items:start;gap:14px}.mini-ifa p{font-size:13px}.mini-hero-screens{gap:12px;max-width:560px;padding-top:15px}.mini-hero-screens img{border-radius:8px}.mini-hero-screens figcaption{font-size:12px;margin-top:14px}.mini-feature-nav{padding:17px 6%;justify-content:start;gap:25px;font-size:14px}.mini-feature-nav a{gap:8px}.mini-overview{grid-template-columns:1fr;gap:30px;padding:40px 6%}.mini-overview h2{font-size:2.35rem}.mini-overview>div>p:not(.eyebrow){font-size:16px}.mini-video.landscape .video-reserved{min-height:240px}.mini-walkthrough-index a{font-size:14px;gap:12px}.mini-walkthrough-index span{font-size:12px}.mini-feature-detail{padding:40px 6%;grid-template-columns:1fr;gap:30px}.mini-feature-copy h2{font-size:2.5rem}.mini-feature-copy>.eyebrow{font-size:12px;line-height:1.8}.mini-feature-lead{font-size:16px}.mini-benefits h3{font-size:21px}.mini-benefits p{font-size:16px}.mini-feature-media{max-width:430px;gap:16px;padding-top:0}.mini-video.portrait .video-reserved{padding:18px 12px;gap:13px;border-radius:10px}.video-reserved .eyebrow{font-size:10px}.mini-video.portrait strong{font-size:14px;line-height:1.45}.video-outline{width:36px;height:43px;font-size:22px}.video-coming{font-size:12px}.mini-feature-note{font-size:12px}.mini-screen img{border-radius:10px}.mini-screen figcaption,.mini-video figcaption{font-size:12px}.mini-dlb-flow{padding:20px;gap:7px}.mini-dlb-flow>span{font-size:12px;padding:8px 9px}.mini-supporting-grid{grid-template-columns:1fr;gap:22px}.mini-supporting-grid article{display:grid;grid-template-columns:130px 1fr;gap:22px;padding:25px}.mini-supporting-grid img{height:250px;width:100%;max-width:130px;margin:0 auto}.mini-supporting-grid h3{font-size:23px}.mini-supporting-grid p{font-size:15px;line-height:1.8}.mini-everyday{padding:40px 6%}.mini-fit{padding:40px 6%}.mini-fit-grid{grid-template-columns:1fr;gap:30px}.mini-fit-grid article>span{margin-bottom:17px}.mini-fit-grid p{font-size:16px}.mini-source{margin-top:30px}}
@media(max-width:420px){.mini-home-heading .actions,.mini-hero .actions{align-items:start;flex-direction:column;gap:18px}.mini-home-heading h2{font-size:2.7rem}.mini-home .eyebrow{font-size:11px;line-height:1.8}.mini-supporting-grid article{grid-template-columns:1fr;padding:25px}.mini-supporting-grid img{height:290px;max-width:160px;margin-bottom:0}.mini-feature-copy h2{font-size:2.2rem}.mini-video.portrait strong{font-size:13px}.mini-video.portrait .video-reserved{padding:15px 10px;gap:12px}.mini-dlb-flow{flex-direction:column}.mini-dlb-flow>b{transform:none}.mini-feature-links b{font-size:18px}.mini-walkthrough-index a{align-items:start;flex-direction:column;gap:3px}}
.mini-video.landscape .video-reserved{width:100%}
@media(max-width:760px){.mini-video.landscape .video-reserved{aspect-ratio:auto;min-height:240px;width:100%}}
footer .footer-grid .brand-slogan{font-family:Manrope,sans-serif;font-size:20px;font-weight:550;color:#e5f3d6;line-height:1.4;letter-spacing:-.025em;max-width:360px;margin-bottom:10px}footer .brand-slogan+p{margin-top:0}

/* Match catalog page 4: original image matrix with editable vector annotations. */
.annotated-construction{margin:0 0 55px;padding:30px;background:#edf2e5;border:1px solid #d9e3d1;border-radius:6px;min-width:0}.construction-diagram-heading{display:flex;justify-content:space-between;align-items:start;gap:30px}.construction-diagram-heading h2{font-size:32px;margin-bottom:0}.construction-diagram-heading .eyebrow{font-size:12px;margin-bottom:12px}.construction-diagram-heading>a{white-space:nowrap;font-size:14px;margin-top:4px}.construction-diagram-scroll{overflow-x:auto;width:100%;max-width:100%;margin-top:20px;border-radius:4px}.solid-core-diagram{display:block;width:100%;min-width:1050px;height:auto;max-width:none}.construction-diagram-scroll:focus-visible{outline:2px solid #477d68;outline-offset:4px}.annotated-construction>figcaption{font-size:13px;line-height:1.8;color:#63795f;padding-top:18px;border-top:1px solid #cfdbc6}.construction-diagram-metrics{display:flex;justify-content:space-between;gap:35px;max-width:800px;margin:25px 0 0}.construction-diagram-metrics span{font-size:13px}.construction-diagram-metrics b{font-size:29px}.diagram-mobile-hint{display:none}
@media(max-width:1200px){.diagram-mobile-hint{display:block;font-size:13px;line-height:1.7;color:#657d5f;margin:18px 0 0}.construction-diagram-heading{flex-direction:column;gap:18px}.construction-diagram-scroll{margin-top:15px}}
@media(max-width:760px){.annotated-construction{padding:20px 16px;margin-bottom:35px}.construction-diagram-heading h2{font-size:27px}.construction-diagram-heading .eyebrow{font-size:11px;line-height:1.7}.construction-diagram-heading>a{font-size:13px;white-space:normal}.construction-diagram-scroll{max-height:730px;overflow:auto}.solid-core-diagram{min-width:1050px}.annotated-construction>figcaption{font-size:12px}.construction-diagram-metrics{gap:20px;flex-wrap:wrap}.construction-diagram-metrics b{font-size:24px}.construction-diagram-metrics span{font-size:12px}}
@media(max-width:760px){.construction-diagram-scroll{max-height:none;overflow-x:auto}}

/* Catalog-angle cutaway for the connection cards. */
.connector-card .engineering-picture{padding:0}
.connector-card .engineering-picture img{width:100%;height:100%;object-fit:contain;object-position:center bottom}

/* Give the annotated connection diagram its full uncropped canvas. */
.connector-card .engineering-picture{height:auto;aspect-ratio:16/17}

.engineering-cards .engineering-picture{height:auto;aspect-ratio:16/17;border-bottom:1px solid #d5dfd1}

/* Language and shopping region are independent selections. */
#language{font-size:14px;max-width:105px;min-height:40px;cursor:pointer}
#language:focus-visible{outline:2px solid #087d75;outline-offset:3px}
.header-actions{gap:12px}
#language option{color:#173e34;background:#fff}
html:not([lang=en]) h1,html:not([lang=en]) h2,html:not([lang=en]) h3{overflow-wrap:anywhere;hyphens:auto}
html:not([lang=en]) .homecoming-copy h1{font-size:clamp(2.8rem,5.5vw,5.6rem)}
@media(max-width:1150px){header{height:auto;min-height:92px;flex-wrap:wrap;padding-top:12px;padding-bottom:12px}header nav{order:3;flex-basis:100%;justify-content:center}header .header-actions{margin-left:auto}}
@media(max-width:760px){header{min-height:100px;gap:6px 12px}header .header-actions{gap:10px;flex-wrap:wrap}header nav{order:3}#language{width:95px;max-width:95px;font-size:14px}header #region{width:45px;max-width:45px;font-size:14px}header .bag-button{font-size:14px}header .logo{flex-shrink:0}html:not([lang=en]) .homecoming-copy h1{font-size:clamp(2.7rem,10vw,4rem)}}
@media(max-width:420px){header .logo{--brand-height:23px}header .header-actions{width:100%;justify-content:flex-end}header{padding-top:10px;padding-bottom:10px}#language{margin-right:auto}header #menu{position:absolute;right:5%;top:54px}}
.language-source-note{font-size:13px;line-height:1.6;max-width:32ch;opacity:.8}
/* Reserve room for native dropdown arrows in every language. */
.header-actions #language{width:125px;max-width:125px;padding:0 20px 0 4px;flex-shrink:0}
.header-actions #region{width:64px;max-width:64px;padding:0 16px 0 2px;flex-shrink:0}
