:root{
  --navy:#071b38;
  --navy-2:#0e315b;
  --ink:#081d3e;
  --orange:#f84a08;
  --paper:#ffffff;
  --mist:#f2f5f7;
  --line:#d7dfe6;
  --muted:#66758a;
  --max:1480px;
  --shadow:0 18px 50px rgba(7,27,56,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
.container{width:min(calc(100% - 64px),var(--max));margin-inline:auto}
.site-header{height:76px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.header-inner{height:100%;display:flex;align-items:center;gap:36px}
.logo{display:block;width:190px;flex:0 0 auto}
.logo img{width:100%;height:auto}
.nav{margin-left:auto;display:flex;align-items:center;gap:32px;font-size:13px;font-weight:650;white-space:nowrap}
.nav a{position:relative;padding:28px 0 25px}
.nav a::after{content:"";position:absolute;left:0;bottom:19px;width:0;height:2px;background:var(--orange);transition:.2s}
.nav a:hover::after,.nav a[aria-current="page"]::after{width:100%}
.cta-btn,.outline-btn,.text-link{display:inline-flex;align-items:center;justify-content:center;gap:12px;text-transform:uppercase;letter-spacing:.04em;font-weight:800;font-size:12px}
.cta-btn{background:var(--orange);color:#fff;padding:18px 24px;border:1px solid var(--orange)}
.cta-btn:hover{filter:brightness(.96)}
.outline-btn{border:1px solid #a8b5c1;padding:16px 22px;background:transparent}
.text-link{border-bottom:1px solid #8b9aac;padding:0 0 7px}
.mobile-toggle{display:none;margin-left:auto;border:1px solid var(--line);background:#fff;padding:10px 12px;font-weight:800}
.eyebrow{display:flex;align-items:center;gap:12px;text-transform:uppercase;letter-spacing:.22em;font-weight:800;font-size:11px;color:var(--ink)}
.eyebrow::before{content:"";width:24px;height:2px;background:var(--orange);flex:0 0 auto}
.section{padding:96px 0}
.section.tight{padding:70px 0}
.section.mist{background:var(--mist)}
.section.navy{background:var(--navy);color:#fff}
.hero{background:var(--mist);min-height:760px;display:flex;align-items:center}
.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(460px,.95fr);gap:84px;align-items:center;padding:82px 0}
.hero h1{font-size:clamp(66px,6.2vw,104px);line-height:.82;letter-spacing:-.06em;margin:36px 0 34px;max-width:790px;font-weight:650}
.hero h1 .accent{display:block;color:var(--orange)}
.lead{font-size:19px;line-height:1.7;color:#53657c;max-width:680px}
.hero-actions{display:flex;align-items:center;gap:30px;margin-top:34px;flex-wrap:wrap}
.stats{display:flex;gap:42px;border-top:1px solid #cbd4dc;margin-top:58px;padding-top:26px;flex-wrap:wrap}
.stat{display:grid;grid-template-columns:auto 1fr;gap:13px;align-items:start;min-width:150px}
.stat strong{font-size:28px;line-height:1}
.stat span{text-transform:uppercase;letter-spacing:.09em;font-size:10px;color:#63748a;max-width:150px;line-height:1.35}

/* REV.05 correction — homepage hero uses the real four-product Energy Metering range. */
.hero-metering-visual{position:relative;min-height:500px;border:1px solid #ced7df;background-color:#f7f9fa;background-image:linear-gradient(#e6ebef 1px,transparent 1px),linear-gradient(90deg,#e6ebef 1px,transparent 1px);background-size:32px 32px;box-shadow:var(--shadow);overflow:hidden}
.hero-metering-visual::after{content:"";position:absolute;inset:auto 7% 17% 7%;height:1px;background:#d5dde4;z-index:1}
.hero-metering-topline{position:absolute;left:5.5%;right:5.5%;top:5.5%;display:flex;justify-content:space-between;align-items:center;gap:18px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;font-weight:850;color:#65768a;z-index:5}
.hero-metering-topline::before{content:"";width:18px;height:2px;background:var(--orange);margin-right:10px;flex:0 0 auto}
.hero-metering-topline span{margin-right:auto}.hero-metering-topline strong{color:var(--ink);font-size:9px}
.hero-ring{position:absolute;border-radius:50%;pointer-events:none;z-index:0}.hero-ring.ring-one{width:360px;height:360px;border:1px solid #cbd6df;left:50%;top:51%;transform:translate(-50%,-50%)}.hero-ring.ring-two{width:275px;height:275px;border:1px dashed #d5dde4;left:50%;top:51%;transform:translate(-50%,-50%)}
.hero-route{position:absolute;height:2px;background:var(--orange);z-index:1;transform-origin:left center}.hero-route.route-one{width:74px;left:19%;top:54%;transform:rotate(-27deg)}.hero-route.route-two{width:82px;left:43%;top:35%;transform:rotate(49deg)}.hero-route.route-three{width:74px;right:16%;top:51%;transform:rotate(-34deg)}
.hero-node{position:absolute;width:9px;height:9px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 6px rgba(248,74,8,.11);z-index:1}.hero-node.node-one{left:24%;top:51%}.hero-node.node-two{left:51%;top:42%}.hero-node.node-three{right:22%;top:48%}
.hero-meter{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-decoration:none;z-index:3;transition:transform .22s ease}.hero-meter:hover{transform:translateY(-5px)}
.hero-meter img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;mix-blend-mode:multiply;filter:drop-shadow(0 14px 18px rgba(8,35,68,.12))}
.hero-meter span{position:absolute;left:50%;bottom:-3px;transform:translateX(-50%);white-space:nowrap;background:#fff;border-left:2px solid var(--orange);padding:7px 9px;font-size:7px;letter-spacing:.07em;font-weight:850;color:var(--ink);box-shadow:0 8px 20px rgba(8,35,68,.08)}
.hero-meter-1{left:4.5%;bottom:17.5%;width:22%;height:42%}.hero-meter-2{left:24%;bottom:13.5%;width:29%;height:57%}.hero-meter-3{left:48%;bottom:13.5%;width:29%;height:57%}.hero-meter-4{right:3.5%;bottom:18%;width:22%;height:41%}
.hero-connectivity{position:absolute;left:6%;right:6%;bottom:6%;display:flex;justify-content:space-between;gap:15px;font-size:8px;font-weight:850;letter-spacing:.1em;color:var(--orange);z-index:4}.hero-connectivity span{background:#fff;padding:7px 9px;border:1px solid #e1e7ec}
.hero-metering-caption{position:absolute;right:6%;top:14%;font-size:7px;letter-spacing:.17em;color:#8796a6;z-index:4}
.tech-art{position:relative;min-height:500px;border:1px solid #ced7df;background-color:#f7f9fa;background-image:linear-gradient(#e6ebef 1px,transparent 1px),linear-gradient(90deg,#e6ebef 1px,transparent 1px);background-size:32px 32px;box-shadow:var(--shadow);overflow:hidden}
.tech-art::before{content:"";position:absolute;width:430px;height:430px;border:1px solid #c9d3dc;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}
.tech-art::after{content:"";position:absolute;width:320px;height:320px;border:1px dashed #d2dbe2;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}
.signal-line{position:absolute;height:2px;background:var(--orange);transform-origin:left center}
.signal-line.l1{width:84px;left:23%;top:55%;transform:rotate(-32deg)}
.signal-line.l2{width:88px;left:44%;top:42%;transform:rotate(52deg)}
.signal-line.l3{width:96px;left:58%;top:60%;transform:rotate(-24deg)}
.signal-line.l4{width:74px;left:72%;top:45%;transform:rotate(35deg)}
.signal-dot{position:absolute;width:12px;height:12px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 8px rgba(248,74,8,.11)}
.signal-dot.d1{left:22%;top:58%}.signal-dot.d2{left:53%;top:46%}.signal-dot.d3{left:79%;top:59%}
.art-badge{position:absolute;background:#fff;border-left:3px solid var(--orange);padding:14px 18px;font-size:12px;font-weight:800;box-shadow:var(--shadow);min-width:130px}
.art-badge small{display:block;font-size:9px;color:#8794a3;margin-top:4px;font-weight:500}
.art-badge.b1{left:-20px;top:28%}.art-badge.b2{right:-20px;bottom:21%}
.art-circle{position:absolute;right:15%;top:18%;width:116px;height:116px;border:1px solid #8da0b2;border-radius:50%;display:grid;place-items:center;font-size:31px;font-weight:800;background:rgba(255,255,255,.55)}
.art-circle::before{content:"";position:absolute;width:82px;height:82px;border:1px dashed var(--orange);border-radius:50%}
.art-label{position:absolute;right:8%;bottom:7%;font-size:9px;text-transform:uppercase;letter-spacing:.17em;color:#8190a0}
.architecture{display:grid;grid-template-columns:1.05fr .95fr;gap:100px;align-items:start}
.architecture h2,.section-title{font-size:clamp(48px,4.7vw,78px);line-height:.95;letter-spacing:-.055em;margin:25px 0 0;font-weight:500}
.architecture h2 .accent,.section-title .accent{display:block;color:var(--orange)}
.arch-copy{font-size:18px;color:#607086;max-width:520px;margin:36px 0 0}
.product-family{padding:100px 0}
.family-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:52px}
.family-kicker{color:var(--orange);font-size:12px;font-weight:800;letter-spacing:.1em;margin-bottom:16px}
.family-head h2{font-size:54px;line-height:1;margin:0;font-weight:500;letter-spacing:-.04em}
.family-copy{color:#617288;max-width:480px}
.energy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.product-card{background:#fff;border:1px solid var(--line);min-width:0;display:flex;flex-direction:column;overflow:hidden}
.product-visual{height:250px;position:relative;background-color:#f7f9fa;background-image:linear-gradient(#e6ebef 1px,transparent 1px),linear-gradient(90deg,#e6ebef 1px,transparent 1px);background-size:30px 30px;overflow:hidden}
.product-visual .mini-label{position:absolute;top:18px;left:18px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.13em}
.product-visual .connectivity{position:absolute;top:18px;right:18px;font-size:10px;font-weight:800;text-transform:uppercase;color:var(--orange);letter-spacing:.08em}
.product-visual .symbol{position:absolute;right:15%;top:18%;width:92px;height:92px;border:1px solid #91a4b7;border-radius:50%;display:grid;place-items:center;font-size:23px;font-weight:800}
.product-visual .symbol::before{content:"";position:absolute;width:64px;height:64px;border:1px dashed var(--orange);border-radius:50%}
.product-visual .baseline{position:absolute;left:12%;right:12%;top:61%;height:1px;background:#8fa1b2}
.product-visual .zig{position:absolute;width:62px;height:2px;background:var(--orange);left:25%;top:55%;transform:rotate(47deg)}
.product-visual .zig.z2{left:54%;top:62%;transform:rotate(-26deg)}
.product-card-body{padding:26px 24px 28px;display:flex;flex-direction:column;gap:16px;flex:1}
.product-card h3{font-size:21px;line-height:1.15;margin:0;font-weight:560}
.meta-chips{display:flex;gap:7px;flex-wrap:wrap}
.chip{background:#eef2f5;padding:6px 9px;font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#627184;font-weight:700}
.card-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:16px}
.card-footer a{font-size:10px;text-transform:uppercase;font-weight:850;letter-spacing:.04em}
.card-footer a:first-child{color:var(--orange)}
.lighting-band{background:var(--navy);color:#fff;padding:110px 0}
.lighting-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:110px;align-items:center}
.control-art{height:490px;border:1px solid #315073;position:relative;background:radial-gradient(circle at 60% 55%,rgba(248,74,8,.08),transparent 34%)}
.control-art .channel{position:absolute;background:#0e315b;border-left:3px solid var(--orange);padding:9px 14px;font-size:10px;letter-spacing:.12em;font-weight:800}
.control-art .c1{top:14%;left:10%}.control-art .c2{top:28%;right:10%}.control-art .c3{bottom:14%;left:18%}
.control-art .data-orb{position:absolute;width:100px;height:100px;border:1px solid var(--orange);border-radius:50%;right:19%;bottom:19%;display:grid;place-items:center;font-size:10px;letter-spacing:.12em;font-weight:800}
.control-art .data-orb::before{content:"";position:absolute;width:72px;height:72px;border:1px dashed #7892ad;border-radius:50%}
.control-art .wire{position:absolute;height:2px;background:var(--orange);width:80px;transform-origin:left center}.control-art .w1{top:48%;left:21%;transform:rotate(50deg)}.control-art .w2{top:45%;left:46%;transform:rotate(25deg)}.control-art .w3{top:58%;left:59%;transform:rotate(-13deg)}
.lighting-copy .range-no{color:var(--orange);font-size:12px;font-weight:850;letter-spacing:.08em}
.lighting-copy h2{font-size:clamp(54px,5vw,82px);line-height:.92;font-weight:500;letter-spacing:-.055em;margin:22px 0 30px}
.lighting-copy h2 .accent{display:block;color:var(--orange)}
.lighting-copy p{font-size:18px;color:#c1cfde;max-width:650px}
.manufacturer-note{border-left:3px solid var(--orange);padding:11px 0 11px 18px;margin:32px 0 36px}
.manufacturer-note small{display:block;text-transform:uppercase;letter-spacing:.16em;color:#8aa1bb;font-size:9px;margin-bottom:6px}
.manufacturer-note strong{font-size:15px}
.applications{padding:100px 0}
.app-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);margin-top:55px}
.app-item{min-height:250px;padding:44px 36px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center}
.app-item:last-child{border-right:none}
.app-item .num{font-size:10px;color:var(--orange);font-weight:850;margin-bottom:58px}
.app-item h3{font-size:22px;line-height:1.15;margin:0 0 6px;font-weight:500}
.app-item p{font-size:13px;color:#68788d;margin:0}
.resource-band{background:#11365f;color:#fff;padding:76px 0}
.resource-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:0}
.resource-intro{padding-right:50px}
.resource-intro h2{font-size:48px;font-weight:500;letter-spacing:-.04em;margin:20px 0 18px}
.resource-intro p{color:#c6d3df;max-width:620px}
.resource-link{border-left:1px solid rgba(255,255,255,.16);padding:18px 44px;display:flex;align-items:start;gap:26px}
.resource-link .arrow{color:var(--orange);font-size:26px}
.resource-link strong{display:block;margin-bottom:32px}
.resource-link small{color:#9db0c2}
.final-cta{padding:110px 0;text-align:center}
.final-cta h2{font-size:clamp(58px,5vw,82px);line-height:.92;font-weight:500;letter-spacing:-.055em;margin:24px 0 44px}
.final-cta h2 .accent{display:block;color:var(--orange)}
.final-actions{display:flex;justify-content:center;gap:30px;align-items:center;flex-wrap:wrap}
.page-hero{background:var(--navy);color:#fff;padding:105px 0}
.page-hero h1{font-size:clamp(68px,6vw,100px);letter-spacing:-.055em;line-height:.92;font-weight:500;margin:30px 0 28px}
.page-hero p{font-size:19px;color:#c1cfdd;max-width:800px}
.range-hero{background:var(--navy);color:#fff;padding:110px 0}
.range-hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:80px;align-items:center}
.range-hero h1{font-size:clamp(62px,5.7vw,96px);line-height:.88;letter-spacing:-.06em;font-weight:500;margin:32px 0 34px}
.range-hero h1 .accent{color:var(--orange)}
.range-hero p{font-size:18px;line-height:1.75;color:#c2cedb;max-width:740px}
.range-art{height:470px;border:1px solid #315073;position:relative;background-image:linear-gradient(#193c61 1px,transparent 1px),linear-gradient(90deg,#193c61 1px,transparent 1px);background-size:32px 32px}
.range-art .kwh{position:absolute;right:12%;top:14%;width:150px;height:150px;border:1px solid var(--orange);border-radius:50%;display:grid;place-items:center;font-size:34px;font-weight:800}
.range-art .kwh::before{content:"";position:absolute;width:116px;height:116px;border:1px dashed #547392;border-radius:50%}
.range-art .r-label{position:absolute;background:#fff;color:var(--ink);border-left:3px solid var(--orange);padding:13px 18px;font-size:11px;font-weight:850;letter-spacing:.09em}.range-art .rl1{top:20%;left:8%}.range-art .rl2{right:8%;bottom:15%}
.range-art .rw{position:absolute;height:2px;background:var(--orange);width:90px}.range-art .rw1{top:54%;left:18%;transform:rotate(-30deg)}.range-art .rw2{top:45%;left:42%;transform:rotate(50deg)}.range-art .rw3{top:57%;left:61%;transform:rotate(-25deg)}
.range-list-intro{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:50px}
.range-list-intro h2{font-size:64px;line-height:1;letter-spacing:-.05em;font-weight:500;margin:22px 0 0}
.notice{color:#68788c;max-width:780px}
.explainer-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid #315073;margin-top:50px}
.explainer-card{padding:48px 42px;min-height:310px}.explainer-card:first-child{border-right:1px solid #315073}
.explainer-card .label{color:var(--orange);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.12em}
.explainer-card h3{font-size:32px;font-weight:500;margin:48px 0 24px}.explainer-card p{color:#c6d2de;max-width:650px}.explainer-card small{display:block;border-left:2px solid var(--orange);padding-left:14px;color:#89a0b7;margin-top:30px}
.connect-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:50px}.connect-card{background:var(--mist);padding:46px;min-height:360px}.connect-card .type{font-size:10px;text-transform:uppercase;letter-spacing:.18em;font-weight:800}.connect-card h3{font-size:42px;font-weight:500;margin:44px 0 24px}.connect-card p{color:#68788d}.connect-card ul{list-style:none;padding:18px 0 0;border-top:1px solid #d7dfe5;margin-top:28px}.connect-card li{padding:8px 0;font-size:12px}.connect-card li::before{content:"—";color:var(--orange);margin-right:12px}
.compare-wrap{overflow:auto;margin-top:45px}.compare-table{width:100%;border-collapse:collapse;min-width:850px}.compare-table th{background:var(--navy);color:#fff;text-align:left;padding:20px 18px;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.compare-table td{padding:22px 18px;border-bottom:1px solid var(--line);font-size:13px}.compare-table td:first-child{font-weight:800}
.use-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #315073;margin-top:45px}.use-card{min-height:185px;padding:35px;border-right:1px solid #315073;border-bottom:1px solid #315073}.use-card:nth-child(3n){border-right:none}.use-card .num{color:var(--orange);font-size:10px;font-weight:850}.use-card h3{margin:52px 0 0;font-size:20px;font-weight:500}
.selection-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);margin-top:45px}.selection-card{padding:34px;border-right:1px solid var(--line);min-height:240px}.selection-card:last-child{border-right:none}.selection-card h3{font-size:21px;font-weight:500;margin:0 0 8px}.selection-card p{font-size:13px;color:#68788d}.selection-card a{display:inline-block;color:var(--orange);font-size:10px;text-transform:uppercase;font-weight:850;margin-top:58px}
.docs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:45px}.doc-placeholder{background:var(--mist);border:1px solid var(--line);padding:28px;min-height:150px}.doc-placeholder .reserved{color:var(--orange);font-size:9px;text-transform:uppercase;letter-spacing:.12em}.doc-placeholder h3{font-size:18px;line-height:1.25;margin:20px 0 8px}.doc-placeholder p{font-size:11px;color:#7a8999;margin:0}
.product-hero{background:var(--mist);padding:105px 0 85px}.product-hero-grid{display:grid;grid-template-columns:1fr .92fr;gap:70px;align-items:center}.product-hero h1{font-size:clamp(58px,5.2vw,86px);line-height:.9;letter-spacing:-.055em;font-weight:500;margin:32px 0 30px}.reference{display:flex;gap:28px;align-items:center;font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:#77869a}.reference strong{color:var(--ink);letter-spacing:.12em}.product-facts{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);margin-top:38px}.fact{padding:18px;border-right:1px solid var(--line)}.fact:last-child{border-right:none}.fact span{display:block;text-transform:uppercase;letter-spacing:.1em;font-size:9px;color:#7b899a;margin-bottom:8px}.fact strong{font-size:13px}
.photo-reserved{height:420px;border:1px solid #cbd5de;background-color:#f7f9fa;background-image:linear-gradient(#e6ebef 1px,transparent 1px),linear-gradient(90deg,#e6ebef 1px,transparent 1px);background-size:32px 32px;display:grid;place-items:center;text-align:center}.photo-reserved .circle{width:180px;height:180px;border:1px dashed var(--orange);border-radius:50%;display:grid;place-items:center}.photo-reserved small{color:var(--orange);text-transform:uppercase;letter-spacing:.12em}.photo-reserved strong{display:block;font-size:24px;margin:12px 0 6px}.photo-reserved em{font-style:normal;font-size:10px;color:#78889a}
.back-row{padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:10px;text-transform:uppercase;font-weight:850;letter-spacing:.05em}
.gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:42px}.gallery-slot{height:310px;border:1px solid var(--line);background-color:#f5f8fa;background-image:linear-gradient(#e8edf1 1px,transparent 1px),linear-gradient(90deg,#e8edf1 1px,transparent 1px);background-size:28px 28px;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;position:relative}.gallery-slot::after{content:"+";position:absolute;top:18px;right:18px;color:var(--orange);font-size:18px}.gallery-slot small{text-transform:uppercase;color:#8b98a8;font-size:9px;letter-spacing:.12em}.gallery-slot strong{font-size:13px;margin-top:5px}
.tech-structure{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);margin-top:45px}.tech-cell{min-height:155px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.tech-cell:nth-child(3n){border-right:none}.tech-cell:nth-last-child(-n+1){border-bottom:none}.tech-cell h3{font-size:17px;font-weight:500;margin:0 0 4px}.tech-cell p{font-size:11px;color:#77869a;margin:0}
.resources-dark{background:var(--navy);color:#fff;padding:72px 0}.resources-layout{display:grid;grid-template-columns:.85fr 1.6fr;gap:70px}.resources-layout h2{font-size:48px;font-weight:500;letter-spacing:-.04em;margin:20px 0}.resources-layout p{color:#c2ced9;font-size:13px;max-width:500px}.resource-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.resource-card{background:#123b69;border:1px solid #34577e;padding:24px;min-height:185px}.resource-card .pdf{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:var(--orange);font-weight:850}.resource-card h3{font-size:17px;line-height:1.25;margin:14px 0 18px;font-weight:500}.resource-card p{font-size:10px;color:#aabdd0}.resource-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border-top:1px solid rgba(255,255,255,.13);padding-top:15px;margin-top:20px}.resource-meta span{font-size:8px;text-transform:uppercase;color:#7f99b3;letter-spacing:.08em}.resource-meta strong{display:block;font-size:9px;color:#fff;margin-top:4px}.resources-layout.four .resource-cards{grid-template-columns:repeat(3,1fr)}.resources-layout.four .resource-card:nth-child(4){grid-column:1}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:40px}.related-card{background:#fff;padding:30px;border:1px solid #e2e7eb;min-height:160px}.related-card .conn{font-size:9px;color:var(--orange);font-weight:850}.related-card h3{font-size:17px;margin:34px 0 20px}.related-card a{font-size:9px;text-transform:uppercase;color:#6f7e90}
.lighting-hero{background:var(--navy);color:#fff;padding:110px 0}.lighting-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:90px;align-items:center}.lighting-hero h1{font-size:clamp(62px,5.6vw,94px);line-height:.9;letter-spacing:-.06em;font-weight:500;margin:32px 0}.lighting-hero h1 .accent{display:block;color:var(--orange)}.lighting-hero p{font-size:18px;color:#c2ceda;max-width:720px}.lighting-stat{font-size:12px;text-transform:uppercase;letter-spacing:.13em;color:#9db1c5;margin-top:22px}.lighting-stat strong{color:#fff;font-size:26px;margin-right:8px}
.transparency{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.transparency h2{font-size:60px;line-height:.95;letter-spacing:-.05em;font-weight:500;margin:24px 0}.transparency p{font-size:17px;color:#63748a;max-width:650px}.manufacturer-panel{background:var(--navy);color:#fff;padding:50px;border-left:4px solid var(--orange)}.manufacturer-panel small{display:block;text-transform:uppercase;letter-spacing:.16em;color:#8da3b8;margin-bottom:10px}.manufacturer-panel strong{font-size:32px;font-weight:500}
.lighting-catalog{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:50px}.lighting-card{border:1px solid var(--line);background:#fff;min-height:300px;display:flex;flex-direction:column}.lighting-card .placeholder-art{height:180px;background:var(--mist);position:relative;background-image:linear-gradient(#e5ebef 1px,transparent 1px),linear-gradient(90deg,#e5ebef 1px,transparent 1px);background-size:30px 30px}.lighting-card .placeholder-art::before{content:"";position:absolute;width:62px;height:62px;border:1px dashed var(--orange);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.lighting-card .body{padding:24px;display:flex;flex-direction:column;flex:1}.lighting-card .manufacturer{font-size:9px;text-transform:uppercase;color:var(--orange);font-weight:850;letter-spacing:.08em}.lighting-card h3{font-size:18px;font-weight:500;margin:28px 0 6px}.lighting-card p{font-size:12px;color:#758499}.lighting-card .pending{margin-top:auto;font-size:9px;text-transform:uppercase;color:#9aa6b3;font-weight:800}
.simple-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.simple-card{border:1px solid var(--line);padding:34px;min-height:230px}.simple-card h3{font-size:24px;font-weight:500;margin:26px 0 12px}.simple-card p{color:#69798e}.simple-card .num{color:var(--orange);font-size:10px;font-weight:850}
.support-search{display:flex;gap:10px;max-width:740px;margin:40px 0}.support-search input{flex:1;border:1px solid #b9c6d0;padding:16px 18px;background:#fff}.support-results{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.support-result{border:1px solid var(--line);padding:24px;background:#fff}.support-result small{color:var(--orange);font-weight:850}.support-result h3{margin:10px 0 5px}.support-result p{font-size:12px;color:#738195}.empty-state{border:1px solid var(--line);padding:28px;color:#6f7e90;grid-column:1/-1}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1/-1}.field label{font-size:10px;text-transform:uppercase;font-weight:850;letter-spacing:.08em}.field input,.field textarea,.field select{border:1px solid #b9c5cf;padding:14px 15px;background:#fff}.field textarea{min-height:140px;resize:vertical}.form-note{font-size:12px;color:#6f7e90;margin-top:18px}.form-status{margin-top:18px;border-left:3px solid var(--orange);padding-left:14px;font-size:13px;display:none}
.footer{background:#06172f;color:#fff;padding:70px 0 26px}.footer-top{display:flex;justify-content:space-between;align-items:start;gap:60px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.13)}.footer-logo{background:transparent;padding:0;width:240px}.footer-logo img{width:100%;height:auto}.footer-tag{color:#aabbd0;max-width:370px}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:70px;padding:42px 0}.footer-col h4{text-transform:uppercase;font-size:10px;letter-spacing:.12em;margin:0 0 22px}.footer-col a{display:block;color:#b9c9d9;font-size:12px;margin:12px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.13);padding-top:22px;display:flex;justify-content:space-between;gap:24px;color:#7890a9;font-size:9px;text-transform:uppercase;letter-spacing:.1em}
@media(max-width:1150px){
  .nav{gap:18px}.nav a{font-size:12px}.hero-grid,.range-hero-grid,.product-hero-grid,.lighting-grid,.lighting-hero-grid,.transparency,.resources-layout{grid-template-columns:1fr}.hero{min-height:auto}.tech-art,.range-art{min-height:430px}.energy-grid,.lighting-catalog{grid-template-columns:repeat(2,1fr)}.app-grid,.selection-grid{grid-template-columns:repeat(2,1fr)}.app-item:nth-child(2){border-right:none}.app-item{border-bottom:1px solid var(--line)}.docs-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(3,1fr)}.resource-cards{grid-template-columns:repeat(2,1fr)}.resources-layout.four .resource-cards{grid-template-columns:repeat(2,1fr)}.use-grid{grid-template-columns:repeat(2,1fr)}.use-card:nth-child(3n){border-right:1px solid #315073}.use-card:nth-child(2n){border-right:none}.simple-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:900px){
  .container{width:min(calc(100% - 36px),var(--max))}.site-header{height:68px}.logo{width:158px}.nav,.header-cta{display:none}.mobile-toggle{display:block}.nav.mobile-open{display:flex;position:absolute;left:0;right:0;top:68px;background:#fff;flex-direction:column;align-items:stretch;padding:20px 28px;border-bottom:1px solid var(--line);gap:0}.nav.mobile-open a{padding:14px 0}.hero-grid{gap:50px;padding:66px 0}.hero h1{font-size:64px}.stats{gap:24px}.architecture{grid-template-columns:1fr;gap:40px}.family-head,.range-list-intro{align-items:start;flex-direction:column}.energy-grid,.lighting-catalog{grid-template-columns:1fr 1fr}.product-visual{height:220px}.explainer-grid,.connect-grid{grid-template-columns:1fr}.explainer-card:first-child{border-right:none;border-bottom:1px solid #315073}.app-grid,.selection-grid{grid-template-columns:1fr}.app-item,.selection-card{border-right:none;border-bottom:1px solid var(--line)}.resource-grid{grid-template-columns:1fr}.resource-link{border-left:none;border-top:1px solid rgba(255,255,255,.16);padding:30px 0}.gallery-grid{grid-template-columns:repeat(2,1fr)}.tech-structure{grid-template-columns:1fr 1fr}.tech-cell:nth-child(3n){border-right:1px solid var(--line)}.tech-cell:nth-child(2n){border-right:none}.support-results{grid-template-columns:1fr}.footer-top{flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}
}
@media(max-width:620px){
  .container{width:min(calc(100% - 28px),var(--max))}.section{padding:72px 0}.hero h1,.page-hero h1,.range-hero h1,.product-hero h1,.lighting-hero h1{font-size:51px}.section-title,.architecture h2,.range-list-intro h2,.transparency h2{font-size:46px}.lead{font-size:16px}.tech-art,.range-art{min-height:350px}.energy-grid,.lighting-catalog,.docs-grid,.gallery-grid,.resource-cards,.resources-layout.four .resource-cards,.simple-grid{grid-template-columns:1fr}.app-grid{grid-template-columns:1fr}.control-art{height:360px}.product-facts{grid-template-columns:1fr}.fact{border-right:none;border-bottom:1px solid var(--line)}.fact:last-child{border-bottom:none}.tech-structure{grid-template-columns:1fr}.tech-cell{border-right:none!important}.use-grid{grid-template-columns:1fr}.use-card{border-right:none!important}.footer-grid{grid-template-columns:1fr}.footer-logo{width:210px}.cta-btn,.outline-btn{width:100%}.hero-actions,.final-actions{align-items:stretch;flex-direction:column}.stats{display:grid;grid-template-columns:1fr 1fr}.resource-card{min-height:160px}
}

.support-standard{padding:0 0 28px;margin-bottom:28px;border-bottom:1px solid rgba(255,255,255,.16)}
.support-standard:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.support-standard h3{font-size:22px;font-weight:500;margin:0 0 10px;color:#fff}
.support-standard p{font-size:13px;color:#c3d0dd;max-width:690px;margin:0 0 14px}

/* Revision 4 — verified energy-meter content + normalized photography */
.real-energy-grid .product-card{overflow:hidden}
.product-photo-card{aspect-ratio:1/1;height:auto;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;border-bottom:1px solid var(--line);padding:18px;overflow:hidden;isolation:isolate}
.product-photo-card.compact{aspect-ratio:1/1;height:auto}
.product-photo-card img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 16px 18px rgba(7,27,56,.09));transform:none;flex:0 0 auto}
.product-photo-ref{position:absolute;left:18px;top:16px;background:rgba(255,255,255,.94);border-left:3px solid var(--orange);padding:8px 10px;font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 8px 24px rgba(7,27,56,.08)}
.conn-line{font-size:10px;color:var(--orange);font-weight:850;letter-spacing:.09em;text-transform:uppercase;margin-bottom:-6px}
.product-card-summary{font-size:12px;color:#66758a;margin:0;line-height:1.6}
.real-product-hero{grid-template-columns:minmax(0,1fr) minmax(470px,.92fr)}
.product-summary{max-width:740px}
.product-photo-stage{min-height:510px;background:#fff;border:1px solid var(--line);position:relative;display:grid;place-items:center;padding:52px;box-shadow:var(--shadow)}
.product-photo-stage::before{content:"";position:absolute;inset:0;background-image:linear-gradient(#eef2f5 1px,transparent 1px),linear-gradient(90deg,#eef2f5 1px,transparent 1px);background-size:34px 34px;opacity:.68;pointer-events:none}
.product-photo-stage img{position:relative;z-index:1;width:auto;height:auto;max-width:100%;max-height:390px;object-fit:contain;filter:drop-shadow(0 22px 22px rgba(7,27,56,.13))}
.photo-caption{position:absolute;z-index:2;left:26px;bottom:24px;background:#fff;border-left:3px solid var(--orange);padding:11px 14px;box-shadow:var(--shadow)}
.photo-caption span{display:block;color:var(--orange);font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:850}
.photo-caption strong{display:block;font-size:11px;margin-top:3px}
.headline-spec{margin-top:24px;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--orange)}
.product-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.product-section-title{font-size:48px!important;margin-bottom:36px}
.feature-list{list-style:none;padding:0;margin:0;border-top:1px solid var(--line)}
.feature-list li{padding:17px 0 17px 28px;border-bottom:1px solid var(--line);position:relative;font-size:15px}
.feature-list li::before{content:"";position:absolute;left:0;top:26px;width:11px;height:2px;background:var(--orange)}
.spec-list{margin:0;border-top:1px solid var(--line)}
.spec-list>div{display:grid;grid-template-columns:minmax(150px,.7fr) 1fr;gap:24px;padding:15px 0;border-bottom:1px solid var(--line)}
.spec-list dt{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#758499;font-weight:800}
.spec-list dd{margin:0;font-size:14px;font-weight:650}
.application-cards{display:grid;grid-template-columns:repeat(4,1fr);margin-top:42px;border:1px solid var(--line)}
.application-card{padding:34px 28px;min-height:165px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:42px}
.application-card:last-child{border-right:none}
.application-card span{color:var(--orange);font-size:10px;font-weight:850}
.application-card strong{font-size:17px;line-height:1.35;font-weight:560}
.resource-card-live{transition:transform .18s ease,border-color .18s ease,background .18s ease}
.resource-card-live:hover{transform:translateY(-3px);border-color:#52779e;background:#173f6b}
.resource-meta.single{grid-template-columns:1fr auto;align-items:end}
.download-mark{font-size:10px;text-transform:uppercase;letter-spacing:.06em;font-weight:850;color:#fff}
.related-card-photo{padding-top:0;overflow:hidden}
.related-card-photo img{height:150px;width:100%;object-fit:contain;background:#fff;border-bottom:1px solid var(--line);padding:16px;margin:0 0 18px}
.related-card-photo small{font-size:10px;color:#78879a;font-weight:800;letter-spacing:.06em;margin-top:-6px}
.architecture-cards{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #2c4b70;margin-top:50px}
.architecture-card{padding:40px 34px;min-height:250px;border-right:1px solid #2c4b70}
.architecture-card:last-child{border-right:none}
.architecture-card span{color:var(--orange);font-size:10px;font-weight:850}
.architecture-card h3{font-size:25px;font-weight:520;margin:48px 0 18px}
.architecture-card p{color:#c4d0dc;margin:0;font-size:14px;line-height:1.7}
.resource-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:44px}
.resource-summary-card{border:1px solid var(--line);padding:28px;background:#fff;min-height:220px;display:flex;flex-direction:column}
.resource-summary-card>span{color:var(--orange);font-size:10px;font-weight:850;letter-spacing:.08em}
.resource-summary-card h3{font-size:20px;line-height:1.2;font-weight:560;margin:34px 0 10px}
.resource-summary-card p{font-size:12px;color:#6c7a8e}
.resource-summary-card strong{margin-top:auto;font-size:10px;text-transform:uppercase;letter-spacing:.04em}
@media(max-width:1050px){.product-content-grid{grid-template-columns:1fr}.application-cards{grid-template-columns:1fr 1fr}.application-card:nth-child(2){border-right:none}.application-card:nth-child(-n+2){border-bottom:1px solid var(--line)}.architecture-cards{grid-template-columns:1fr}.architecture-card{border-right:none;border-bottom:1px solid #2c4b70}.architecture-card:last-child{border-bottom:none}.resource-summary-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.product-photo-stage{min-height:390px;padding:28px}.product-photo-stage img{height:300px}.application-cards,.resource-summary-grid{grid-template-columns:1fr}.application-card{border-right:none;border-bottom:1px solid var(--line)}.application-card:last-child{border-bottom:none}.spec-list>div{grid-template-columns:1fr;gap:5px}.product-photo-card{height:240px}.product-section-title{font-size:40px!important}}

/* Revision 5 — Energy Metering presentation, Solutions imagery and About VoltEdge */
.energy-showcase-section{padding-top:92px;padding-bottom:100px}
.energy-showcase-head{display:grid;grid-template-columns:1.7fr .7fr;gap:90px;align-items:start;margin-bottom:56px}
.energy-showcase-head h2{font-size:clamp(54px,4.8vw,80px);line-height:.92;letter-spacing:-.055em;font-weight:560;margin:28px 0 18px}
.energy-showcase-head h2 .accent{display:block;color:var(--orange)}
.energy-showcase-head>div>p{font-size:18px;color:#68788d;margin:0;max-width:760px}
.energy-key{margin:6px 0 0;display:grid;gap:22px}
.energy-key div{display:grid;gap:2px}
.energy-key dt{font-size:11px;color:var(--orange);font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.energy-key dd{margin:0;font-size:15px;color:var(--ink)}
.energy-showcase-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.energy-showcase-card{background:#fff;border:1px solid #cfd9e2;display:flex;flex-direction:column;min-width:0;overflow:hidden}
.energy-showcase-photo{aspect-ratio:1/1;background-color:#f8fafb;background-image:linear-gradient(#e6ebef 1px,transparent 1px),linear-gradient(90deg,#e6ebef 1px,transparent 1px);background-size:30px 30px;position:relative;display:flex;align-items:center;justify-content:center;padding:52px 22px 22px;overflow:hidden}
.energy-showcase-photo img{width:auto;height:auto;max-width:82%;max-height:82%;object-fit:contain;object-position:center;filter:drop-shadow(0 18px 18px rgba(7,27,56,.10));z-index:1}
.energy-model,.energy-connect{position:absolute;top:16px;z-index:2;font-size:9px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.energy-model{left:17px;color:var(--ink)}
.energy-connect{right:17px;color:var(--orange);text-align:right}
.energy-showcase-body{padding:0 20px 24px;display:flex;flex-direction:column;flex:1}
.energy-showcase-body .card-accent{width:46px;height:3px;background:var(--orange);display:block;margin:0 0 22px}
.energy-showcase-body h3{font-size:20px;line-height:1.2;font-weight:650;margin:0 0 8px;letter-spacing:-.018em}
.energy-showcase-body>p{font-size:12px;color:#718094;margin:0 0 18px}
.energy-showcase-body .meta-chips{margin-bottom:20px}
.energy-view{margin-top:auto;font-size:10px;color:var(--orange);text-transform:uppercase;letter-spacing:.04em;font-weight:850}
.energy-showcase-actions{margin-top:34px}

.range-product-art{height:500px;border:1px solid #315073;position:relative;background-color:#0a2446;background-image:linear-gradient(#193c61 1px,transparent 1px),linear-gradient(90deg,#193c61 1px,transparent 1px);background-size:34px 34px;overflow:hidden;box-shadow:0 24px 55px rgba(0,0,0,.14)}
.range-product-art::before{content:"";position:absolute;width:330px;height:330px;border:1px solid rgba(129,160,190,.45);border-radius:50%;right:11%;top:12%}
.range-product-art::after{content:"";position:absolute;width:250px;height:250px;border:1px dashed rgba(248,74,8,.6);border-radius:50%;right:15%;top:20%}
.range-product{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;z-index:2}
.range-product img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 20px 18px rgba(0,0,0,.28));background:transparent}
.range-product span{font-size:8px;text-transform:uppercase;letter-spacing:.07em;font-weight:850;color:#fff;background:#0e315b;border-left:2px solid var(--orange);padding:5px 7px;margin-top:-6px;z-index:2}
.range-product.rp1{left:6%;bottom:11%;width:23%;height:48%}
.range-product.rp2{left:27%;bottom:11%;width:25%;height:50%}
.range-product.rp3{left:49%;bottom:11%;width:25%;height:50%}
.range-product.rp4{right:5%;bottom:13%;width:23%;height:43%}
.range-tech-label{position:absolute;z-index:3;background:#fff;color:var(--ink);border-left:3px solid var(--orange);padding:10px 13px;font-size:9px;font-weight:850;letter-spacing:.08em}
.range-tech-label.rtl1{left:7%;top:10%}.range-tech-label.rtl2{right:7%;top:10%}
.range-signal{position:absolute;height:2px;background:var(--orange);z-index:1}.range-signal.rs1{left:17%;top:37%;width:120px;transform:rotate(25deg)}.range-signal.rs2{right:19%;top:42%;width:112px;transform:rotate(-25deg)}
.range-node{position:absolute;width:9px;height:9px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 7px rgba(248,74,8,.14);z-index:1}.range-node.rn1{left:31%;top:38%}.range-node.rn2{right:31%;top:42%}

.solution-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.solution-card{border:1px solid var(--line);background:#fff;overflow:hidden;display:flex;flex-direction:column}
.solution-image{aspect-ratio:16/10;background:var(--navy);overflow:hidden;display:block}
.solution-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .35s ease}
.solution-card:hover .solution-image img{transform:scale(1.018)}
.solution-body{padding:30px 32px 34px;display:flex;flex-direction:column;min-height:235px}
.solution-body .num{color:var(--orange);font-size:10px;font-weight:850}
.solution-body h2{font-size:26px;line-height:1.15;font-weight:560;margin:26px 0 10px}
.solution-body p{color:#69798e;margin:0 0 28px;font-size:14px;max-width:650px}
.solution-body .text-link{align-self:flex-start;margin-top:auto}
.solution-lighting-placeholder{position:relative;background-color:#071b38;background-image:linear-gradient(#173b61 1px,transparent 1px),linear-gradient(90deg,#173b61 1px,transparent 1px);background-size:38px 38px}
.solution-lighting-placeholder::before{content:"";position:absolute;width:220px;height:220px;border:1px dashed #6b86a4;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}
.solution-lighting-placeholder strong{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;font-size:11px;letter-spacing:.18em;white-space:nowrap}
.slp-node{position:absolute;width:11px;height:11px;background:var(--orange);border-radius:50%;box-shadow:0 0 0 8px rgba(248,74,8,.13)}
.slp-node.n1{left:22%;top:31%}.slp-node.n2{right:25%;top:35%}.slp-node.n3{left:36%;bottom:22%}
.slp-line{position:absolute;height:2px;background:var(--orange);transform-origin:left center}.slp-line.l1{left:23%;top:32%;width:150px;transform:rotate(21deg)}.slp-line.l2{left:37%;bottom:23%;width:170px;transform:rotate(-26deg)}
.solution-art-note{margin:28px 0 0;color:#758499;font-size:11px;border-left:2px solid var(--orange);padding-left:14px;max-width:900px}

.about-hero p{max-width:900px}
.about-focus-grid .simple-card{min-height:270px}
.about-product-band{background:var(--navy);color:#fff;padding:92px 0}
.about-product-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:center}
.about-product-copy h2{font-size:clamp(48px,4.4vw,72px);line-height:.95;letter-spacing:-.05em;font-weight:520;margin:28px 0 22px}
.about-product-copy h2 .accent{color:var(--orange)}
.about-product-copy p{color:#bdcbd9;max-width:560px;margin-bottom:30px}
.about-product-copy .outline-btn{border-color:#6d87a1;color:#fff}
.about-product-lineup{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.about-product-item{background:#fff;border:1px solid #294c70;min-width:0;padding:12px 10px 14px;display:flex;flex-direction:column;align-items:center}
.about-product-item img{aspect-ratio:1/1;width:100%;object-fit:contain;object-position:center;padding:8px;background:#fff}
.about-product-item span{font-size:8px;font-weight:850;color:var(--ink);text-transform:uppercase;letter-spacing:.05em;margin-top:5px;text-align:center}
.about-section-title{margin-bottom:48px}
.about-audience-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}
.about-audience-grid>div{padding:36px 32px;min-height:250px;border-right:1px solid var(--line)}
.about-audience-grid>div:last-child{border-right:none}
.about-audience-grid span{color:var(--orange);font-size:10px;font-weight:850}
.about-audience-grid h3{font-size:24px;font-weight:560;margin:44px 0 12px}
.about-audience-grid p{color:#69798e;font-size:14px;margin:0}
.about-principles{display:grid;grid-template-columns:.86fr 1.14fr;gap:90px;align-items:start}
.about-principles h2{font-size:clamp(46px,4vw,68px);line-height:.96;letter-spacing:-.05em;font-weight:520;margin:28px 0 0}
.about-principle-list{border-top:1px solid #315073}
.about-principle-list>div{padding:25px 0;border-bottom:1px solid #315073}
.about-principle-list strong{display:block;font-size:17px;margin-bottom:8px}
.about-principle-list p{color:#bdcbd9;font-size:13px;margin:0;max-width:650px}
.about-commercial{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}
.about-commercial h2{font-size:clamp(46px,4.2vw,70px);line-height:.96;letter-spacing:-.05em;font-weight:520;margin:28px 0 0}
.about-commercial>div:last-child>p{font-size:17px;line-height:1.75;color:#64758a;margin:12px 0 0;max-width:650px}

@media(max-width:1150px){
  .energy-showcase-grid{grid-template-columns:repeat(2,1fr)}
  .energy-showcase-head,.about-product-grid,.about-principles,.about-commercial{grid-template-columns:1fr;gap:42px}
  .range-product-art{height:470px}
  .about-product-lineup{max-width:760px}
}
@media(max-width:900px){
  .solution-grid{grid-template-columns:1fr}
  .range-product-art{height:430px}
  .about-audience-grid{grid-template-columns:1fr}
  .about-audience-grid>div{border-right:none;border-bottom:1px solid var(--line)}
  .about-audience-grid>div:last-child{border-bottom:none}
}
@media(max-width:620px){
  .energy-showcase-grid{grid-template-columns:1fr}
  .energy-showcase-head{grid-template-columns:1fr;gap:34px}
  .energy-showcase-head h2{font-size:48px}
  .energy-showcase-photo{padding-top:48px}
  .energy-model,.energy-connect{font-size:8px}
  .range-product-art{height:380px}
  .range-product.rp1{left:4%;width:26%;height:42%}.range-product.rp2{left:25%;width:28%;height:45%}.range-product.rp3{left:48%;width:28%;height:45%}.range-product.rp4{right:3%;width:26%;height:39%}
  .range-product span{font-size:6px;padding:4px 5px}
  .range-tech-label{font-size:7px;padding:8px 9px}.range-tech-label.rtl1{left:4%;top:8%}.range-tech-label.rtl2{right:4%;top:8%}
  .solution-body{padding:26px 24px 30px}
  .about-product-lineup{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:1100px){
  .hero-metering-visual{min-height:430px}
  .hero-metering-topline strong{display:none}
  .hero-meter-1{left:5%;width:23%;height:40%}.hero-meter-2{left:24%;width:29%;height:55%}.hero-meter-3{left:48%;width:29%;height:55%}.hero-meter-4{right:4%;width:22%;height:39%}
}
@media(max-width:620px){
  .hero-metering-visual{min-height:365px}
  .hero-ring.ring-one{width:280px;height:280px}.hero-ring.ring-two{width:210px;height:210px}
  .hero-meter span{font-size:6px;padding:6px 7px}.hero-meter-1{left:2%;width:24%;height:38%}.hero-meter-2{left:21%;width:31%;height:52%}.hero-meter-3{left:45%;width:31%;height:52%}.hero-meter-4{right:1%;width:24%;height:37%}
  .hero-connectivity{font-size:6px}.hero-metering-caption{display:none}
}


/* REV.06 — Professional Lighting Controls */
.homepage-lighting-visual{display:block;position:relative;aspect-ratio:1.42/1;border:1px solid #315073;overflow:hidden;background:#061b38}.homepage-lighting-visual img{width:100%;height:100%;object-fit:cover;display:block}.lighting-range-hero-image{position:relative;border:1px solid #315073;overflow:hidden;aspect-ratio:1.42/1;background:#061b38}.lighting-range-hero-image img{width:100%;height:100%;display:block;object-fit:cover}.lighting-filters{display:flex;gap:8px;flex-wrap:wrap;margin:30px 0 0}.lighting-filters button{appearance:none;border:1px solid #bfcbd6;background:#fff;color:var(--ink);padding:12px 15px;font:inherit;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:850;cursor:pointer}.lighting-filters button.active,.lighting-filters button:hover{background:var(--navy);color:#fff;border-color:var(--navy)}.lighting-card[hidden]{display:none!important}.lighting-product-photo{height:235px;aspect-ratio:1/1;background:#fff;display:grid;place-items:center;position:relative;overflow:hidden;border-bottom:1px solid var(--line);padding:20px}.lighting-product-photo img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;display:block;filter:drop-shadow(0 15px 17px rgba(7,27,56,.10))}.lighting-product-photo span{position:absolute;left:14px;bottom:13px;background:var(--navy);color:#fff;padding:7px 9px;font-size:9px;font-weight:850;letter-spacing:.08em}.lighting-card .body{min-height:225px}.lighting-card h3{margin:17px 0 8px}.lighting-card .manufacturer{line-height:1.5}.lighting-family-tag{margin-top:12px;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#728399;font-weight:800}.lighting-card .card-footer{margin-top:auto;padding-top:18px}.lighting-card .card-footer a{font-size:10px;text-transform:uppercase;font-weight:850;letter-spacing:.04em;border-bottom:1px solid #9eacb9;padding-bottom:7px}.lighting-family-summary{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid #315073}.lighting-family-summary div{padding:20px;border-right:1px solid #315073;border-bottom:1px solid #315073;display:flex;justify-content:space-between;gap:20px}.lighting-family-summary strong{font-size:14px;color:#fff}.lighting-family-summary span{font-size:10px;color:#9fb2c6;text-transform:uppercase;letter-spacing:.08em}.lighting-product-stage{height:460px;background:#fff;border:1px solid #ccd6df;background-image:linear-gradient(#edf1f4 1px,transparent 1px),linear-gradient(90deg,#edf1f4 1px,transparent 1px);background-size:34px 34px}.lighting-product-stage img{max-height:390px;max-width:86%;mix-blend-mode:normal}.light-manufacturer{margin-top:28px;max-width:430px}.lighting-detail-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:76px;align-items:start}.feature-list{list-style:none;padding:0;margin:32px 0 0;border-top:1px solid var(--line)}.feature-list li{position:relative;padding:15px 12px 15px 28px;border-bottom:1px solid var(--line);font-size:13px;color:#53657a}.feature-list li:before{content:'+';position:absolute;left:4px;color:var(--orange);font-weight:900}.lighting-spec-table{border:1px solid var(--line);margin-top:31px}.lighting-spec-table div{display:grid;grid-template-columns:.8fr 1.2fr;border-bottom:1px solid var(--line)}.lighting-spec-table div:last-child{border-bottom:none}.lighting-spec-table span,.lighting-spec-table strong{padding:14px 16px;font-size:12px}.lighting-spec-table span{color:#718196;background:#f5f7f8}.lighting-spec-table strong{font-weight:650}.technical-note{border-left:2px solid var(--orange);padding:10px 18px;margin-top:22px;background:#f7f9fa}.technical-note p{font-size:12px;margin:0;color:#52657a}.lighting-app-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);margin-top:30px}.lighting-app-grid div{padding:25px;border-right:1px solid var(--line);min-height:110px}.lighting-app-grid div:last-child{border-right:none}.lighting-app-grid span{font-size:9px;color:var(--orange);font-weight:850}.lighting-app-grid p{font-size:13px;margin-top:13px}.lighting-download{display:block;color:#fff;text-decoration:none;position:relative}.lighting-download .download-arrow{display:block;margin-top:18px;color:#fff;font-size:10px;text-transform:uppercase;font-weight:850;letter-spacing:.05em}@media(max-width:980px){.lighting-detail-grid{grid-template-columns:1fr}.lighting-app-grid{grid-template-columns:1fr 1fr}.lighting-app-grid div:nth-child(2){border-right:none}.lighting-product-stage{height:410px}}@media(max-width:620px){.lighting-app-grid{grid-template-columns:1fr}.lighting-app-grid div{border-right:none;border-bottom:1px solid var(--line)}.lighting-family-summary{grid-template-columns:1fr}.lighting-product-photo{height:245px}.homepage-lighting-visual,.lighting-range-hero-image{aspect-ratio:1/1}}


/* REV.06 correction — homepage lighting product display */
.home-lighting-products{background:#f2f5f7}
.home-lighting-head{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:end}
.home-lighting-head h2{font-size:64px;line-height:.98;letter-spacing:-.045em;margin:20px 0 18px;font-weight:500}
.home-lighting-head h2 span{display:block}
.home-lighting-head p{max-width:670px;color:#63758a;font-size:14px;line-height:1.75}
.home-lighting-manufacturer{border-left:2px solid var(--orange);padding:8px 0 8px 20px;display:flex;flex-direction:column;gap:7px;align-self:center}
.home-lighting-manufacturer small{font-size:8px;text-transform:uppercase;letter-spacing:.14em;color:#708197}
.home-lighting-manufacturer strong{font-size:16px;color:var(--ink)}
.home-lighting-manufacturer span{font-size:11px;color:#6d7d91}
.home-lighting-catalog{margin-top:44px}
.home-lighting-catalog .lighting-card{min-height:470px}
.home-lighting-catalog .lighting-product-photo{height:auto;aspect-ratio:1/1}
@media(max-width:980px){.home-lighting-head{grid-template-columns:1fr;gap:28px}.home-lighting-head h2{font-size:54px}.home-lighting-manufacturer{max-width:520px}}
@media(max-width:620px){.home-lighting-head h2{font-size:45px}.home-lighting-catalog .lighting-card{min-height:0}}


/* REV.06 snag correction — unified Energy / Lighting catalogue card geometry */
.manufacturer-note.manufacturer-simple{margin:28px 0 34px;padding:9px 0 9px 18px}
.manufacturer-note.manufacturer-simple strong{display:block;font-size:15px}
.manufacturer-panel{display:flex;align-items:center;min-height:94px}
.manufacturer-panel strong{font-size:17px}
.home-lighting-manufacturer{justify-content:center}
.home-lighting-manufacturer strong{font-size:16px;color:var(--ink)}
.lighting-card{background:#fff;border:1px solid var(--line);min-width:0;display:flex;flex-direction:column;overflow:hidden;min-height:0}
.lighting-product-photo{aspect-ratio:1/1;height:auto;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-bottom:1px solid var(--line);padding:18px;isolation:isolate}
.lighting-product-photo img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 16px 18px rgba(7,27,56,.09));transform:none;flex:0 0 auto}
.lighting-product-photo span{position:absolute;left:14px;top:14px;bottom:auto;background:#fff;color:var(--ink);border-left:2px solid var(--orange);padding:7px 9px;font-size:8px;font-weight:850;letter-spacing:.07em;z-index:2}
.lighting-card .body{padding:26px 24px 28px;display:flex;flex-direction:column;gap:16px;flex:1;min-height:0}
.lighting-card .manufacturer{font-size:9px;text-transform:uppercase;color:var(--orange);font-weight:850;letter-spacing:.08em;line-height:1.45;margin:0}
.lighting-card h3{font-size:21px;line-height:1.15;margin:0;font-weight:560}
.lighting-card p{font-size:12px;color:#66758a;margin:0;line-height:1.6}
.lighting-family-tag{margin-top:0;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#728399;font-weight:800}
.lighting-card .card-footer{margin-top:auto;padding-top:8px}
.lighting-card .card-footer a{font-size:10px;text-transform:uppercase;font-weight:850;letter-spacing:.04em;border-bottom:1px solid #9eacb9;padding-bottom:7px}
.home-lighting-catalog .lighting-card{min-height:0}
.home-lighting-catalog .lighting-product-photo,.products-page-lighting-grid .lighting-product-photo{aspect-ratio:1/1;height:auto}
@media(max-width:620px){.lighting-product-photo{aspect-ratio:1/1;height:auto}}
/* REV.06 final snag pass — Lighting uses the same catalogue geometry as Energy Metering */
.lighting-catalog-unified{margin-top:30px}
[data-lighting-family][hidden]{display:none!important}
.lighting-product-card .product-photo-card{aspect-ratio:1/1;height:auto;padding:18px}
.lighting-product-card .product-photo-card img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center}

/* PRE-TEST baseline - catalogue consistency and final visual normalization */
.energy-grid .product-card{height:100%}
.energy-grid .product-card-body{min-height:235px}
.lighting-product-card .product-photo-card img{max-width:84%;max-height:84%}
.lighting-product-card .product-card-body{min-height:235px}
.products-page-lighting-grid,.home-lighting-catalog,.lighting-catalog-unified{align-items:stretch}
@media(max-width:620px){.energy-grid .product-card-body,.lighting-product-card .product-card-body{min-height:0}}

/* PRE-TEST-REV.02 — global search, responsive product fixes and accessibility QA */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.header-search-btn{appearance:none;border:0;background:transparent;color:var(--ink);display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:44px;min-height:44px;padding:8px 6px;cursor:pointer;font-weight:800;font-size:10px;text-transform:uppercase;letter-spacing:.06em}
.header-search-btn svg,.global-search-field svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.header-search-btn:hover{color:var(--orange)}
.search-label{display:none}
.global-search-overlay{position:fixed;inset:0;z-index:100;display:grid;align-items:start;justify-items:center;padding:96px 24px 32px}
.global-search-overlay[hidden]{display:none}
.global-search-backdrop{position:absolute;inset:0;border:0;background:rgba(4,17,36,.76);backdrop-filter:blur(3px);cursor:default}
.global-search-dialog{position:relative;z-index:1;width:min(920px,100%);max-height:calc(100vh - 128px);overflow:auto;background:#fff;border:1px solid #cad4dd;box-shadow:0 28px 80px rgba(3,18,39,.28);padding:34px}
.global-search-top{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}
.global-search-top h2{font-size:36px;line-height:1;margin:14px 0 0;letter-spacing:-.04em;font-weight:560}
.global-search-close{appearance:none;border:1px solid var(--line);background:#fff;color:var(--ink);width:44px;height:44px;display:grid;place-items:center;font-size:28px;line-height:1;cursor:pointer}
.global-search-close:hover{border-color:var(--orange);color:var(--orange)}
.global-search-field{display:flex;align-items:center;gap:14px;margin-top:28px;border:1px solid #bcc8d2;background:#f8fafb;padding:0 17px;color:#607086}
.global-search-field:focus-within{border-color:var(--orange);box-shadow:0 0 0 3px rgba(248,74,8,.10)}
.global-search-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:18px;padding:18px 0}
.global-search-help{font-size:11px;color:#738296;margin:12px 0 0}
.global-search-results{display:grid;gap:24px;margin-top:26px}
.global-search-group h3{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#78879a;margin:0 0 8px}
.global-search-result{display:flex;align-items:center;justify-content:space-between;gap:22px;border-top:1px solid var(--line);padding:14px 4px;min-height:72px}
.global-search-result:last-child{border-bottom:1px solid var(--line)}
.global-search-result:hover strong{color:var(--orange)}
.global-search-result-main{display:grid;gap:3px;min-width:0}
.global-search-result-main small{font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:var(--orange);font-weight:850}
.global-search-result-main strong{font-size:16px;line-height:1.25;font-weight:650;transition:color .15s}
.global-search-result-main>span{font-size:11px;color:#6d7d91;line-height:1.45;overflow-wrap:anywhere}
.global-search-result-arrow{font-size:17px;color:var(--orange);flex:0 0 auto}
.global-search-empty{border:1px solid var(--line);background:#f7f9fa;padding:24px;color:#6a7a8e;font-size:13px}
body.search-open{overflow:hidden}

/* Fix the PRE-TEST-REV.01 product-page overflow: the later real-product-hero rule
   previously reintroduced a 470px minimum column after the mobile breakpoint. */
.real-product-hero{grid-template-columns:minmax(0,1fr) minmax(0,.92fr)}
.product-hero-grid>*{min-width:0}
.product-photo-stage{min-width:0;width:100%}
.product-hero h1,.reference strong,.fact strong,.lighting-spec-table strong{overflow-wrap:anywhere}

/* Touch and keyboard targets */
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(248,74,8,.45);outline-offset:3px}
.nav a,.footer a,.card-footer a,.energy-view{touch-action:manipulation}

@media(max-width:1150px){
  .real-product-hero{grid-template-columns:minmax(0,1fr)}
  .header-inner{gap:22px}
}
@media(max-width:900px){
  .header-search-btn{margin-left:auto}
  .mobile-toggle{margin-left:0;min-width:44px;min-height:44px}
  .nav.mobile-open a{min-height:44px;display:flex;align-items:center}
  .global-search-overlay{padding:78px 16px 24px}
  .global-search-dialog{max-height:calc(100vh - 96px);padding:26px}
}
@media(max-width:620px){
  .header-inner{gap:8px}
  .header-search-btn{padding:6px;min-width:42px}
  .global-search-overlay{padding:68px 10px 10px}
  .global-search-dialog{padding:20px;max-height:calc(100vh - 78px)}
  .global-search-top h2{font-size:29px}
  .global-search-field{padding:0 13px}
  .global-search-field input{font-size:16px;padding:15px 0}
  .global-search-help{font-size:10px}
  .global-search-result{min-height:68px;padding:12px 2px}
  .global-search-result-main strong{font-size:14px}
  .product-hero{padding:72px 0 58px}
  .product-hero-grid{gap:34px}
  .reference{flex-wrap:wrap;gap:7px 18px}
  .reference span,.reference strong{max-width:100%}
  .product-photo-stage,.lighting-product-stage{height:auto;min-height:0;aspect-ratio:1/1;padding:22px}
  .product-photo-stage img,.lighting-product-stage img{width:100%;height:auto;max-width:100%;max-height:100%;object-fit:contain}
  .photo-caption{left:16px;bottom:15px;max-width:calc(100% - 32px)}
  .product-stage-ref{max-width:calc(100% - 28px);overflow-wrap:anywhere}
}
@media(max-width:620px){
  .energy-view,.card-footer a,.back-row a,.footer-col a{min-height:44px;display:flex;align-items:center}
  .footer-col a{margin:0;padding:8px 0}
}

/* WordPress integration */
body.admin-bar .site-header{top:32px}
@media(max-width:782px){body.admin-bar .site-header{top:46px}}
.wp-site-blocks{padding:0}.screen-reader-text,.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* WP-PRE-TEST-REV.03 — Technical Articles */
.article-filter-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:34px}.article-filter{display:inline-flex;align-items:center;min-height:42px;padding:9px 14px;border:1px solid var(--line);background:#fff;color:var(--ink);font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.article-filter:hover,.article-filter.is-active{border-color:var(--orange);color:var(--orange)}
.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.article-card{background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;min-width:0}.article-card-media{display:block;aspect-ratio:16/10;background:#eef2f5;overflow:hidden}.article-card-media img{width:100%;height:100%;object-fit:cover}.article-card-body{padding:24px;display:flex;flex-direction:column;gap:14px;flex:1}.article-card-meta{display:flex;justify-content:space-between;gap:14px;color:#718096;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:750}.article-card h2{font-size:25px;line-height:1.08;letter-spacing:-.035em;margin:0}.article-card h2 a{color:var(--ink)}.article-card h2 a:hover{color:var(--orange)}.article-card p{margin:0;color:#66758a;font-size:13px;line-height:1.65}.article-card .text-link{margin-top:auto}.article-pagination{margin-top:34px}.article-pagination .nav-links{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.article-pagination a,.article-pagination span{border:1px solid var(--line);padding:9px 12px;background:#fff}.article-pagination .current{border-color:var(--orange);color:var(--orange)}
.article-empty{max-width:760px;border:1px solid var(--line);background:#fff;padding:38px}.article-empty h2{font-size:40px;line-height:1.05;margin:12px 0 16px}.article-empty p{color:#66758a;line-height:1.7}.article-single-hero{background:var(--ink);color:#fff;padding:90px 0 72px}.article-single-head{max-width:980px}.article-back{display:inline-flex;color:#fff;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.08em;margin-bottom:28px}.article-back:hover{color:var(--orange)}.article-single-meta{display:flex;gap:14px 22px;flex-wrap:wrap;color:#b5c0ce;font-size:9px;text-transform:uppercase;letter-spacing:.09em;font-weight:750}.article-single-head h1{font-size:clamp(48px,6.2vw,86px);line-height:.98;letter-spacing:-.055em;margin:22px 0 0;max-width:1000px}.article-deck{max-width:820px;color:#cad3de;font-size:18px;line-height:1.65;margin:24px 0 0}.article-featured{background:var(--ink);padding:0 0 56px}.article-featured-inner img{display:block;width:100%;max-height:650px;object-fit:cover;border:1px solid rgba(255,255,255,.12)}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:72px;align-items:start}.article-content{min-width:0;max-width:820px}.article-content>*:first-child{margin-top:0}.article-content p,.article-content li{font-size:16px;line-height:1.8;color:#34445a}.article-content h2{font-size:40px;line-height:1.08;letter-spacing:-.04em;margin:46px 0 18px}.article-content h3{font-size:27px;line-height:1.15;margin:34px 0 14px}.article-content ul,.article-content ol{padding-left:24px}.article-content table{width:100%;border-collapse:collapse;margin:28px 0}.article-content th,.article-content td{border:1px solid var(--line);padding:12px 14px;text-align:left;vertical-align:top}.article-content th{background:#f3f6f8}.article-content blockquote{border-left:4px solid var(--orange);margin:30px 0;padding:6px 0 6px 20px;color:#516178}.article-aside{position:sticky;top:118px;border-top:3px solid var(--orange);background:#f6f8fa;padding:22px}.article-aside dl{display:grid;gap:14px;margin:20px 0}.article-aside dl div{border-bottom:1px solid #dbe2e8;padding-bottom:10px}.article-aside dt{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#718096;font-weight:750}.article-aside dd{margin:4px 0 0;font-size:13px;font-weight:650}.article-aside-cats{display:flex;gap:7px;flex-wrap:wrap}.article-aside-cats a{font-size:9px;text-transform:uppercase;letter-spacing:.07em;border:1px solid #cad3dd;padding:7px 9px;background:#fff}.article-related-products{margin-top:34px}.article-related-solutions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:28px}.article-related-solutions .simple-card{color:inherit}
@media(max-width:1020px){.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-layout{grid-template-columns:minmax(0,1fr);gap:40px}.article-aside{position:static;max-width:540px}.article-related-solutions{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.article-grid{grid-template-columns:1fr}.article-card-body{padding:20px}.article-single-hero{padding:68px 0 52px}.article-single-head h1{font-size:44px}.article-deck{font-size:16px}.article-layout{gap:32px}.article-content p,.article-content li{font-size:15px}.article-content h2{font-size:32px}.article-related-solutions{grid-template-columns:1fr}.article-empty{padding:26px}.article-empty h2{font-size:32px}}
.ve-hp-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-status.is-success{border-left-color:#237a57;color:#173d2e}
.form-status.is-error{border-left-color:#b42318;color:#7a271a}
[data-rfq-submit]:disabled{opacity:.65;cursor:wait}


/* WP-PRE-TEST-REV.09 — Resources navigation, privacy and pre-staging polish */
.nav-menu-item{position:relative;display:flex;align-items:center}.nav-menu-item>a{display:flex;align-items:center;gap:5px}.nav-menu-item.is-current>a::after{width:100%}.nav-chevron{font-size:12px;transform:translateY(-1px)}
.nav-submenu{position:absolute;left:-22px;top:64px;width:360px;background:#fff;border:1px solid var(--line);box-shadow:0 20px 48px rgba(7,27,56,.14);padding:10px;display:none;z-index:70}.nav-menu-item:hover .nav-submenu,.nav-menu-item:focus-within .nav-submenu{display:grid}.nav-submenu a{display:grid!important;gap:3px!important;padding:14px 15px!important;min-height:0!important;border:0!important}.nav-submenu a::after{display:none!important}.nav-submenu a:hover{background:#f4f7f9}.nav-submenu strong{font-size:13px}.nav-submenu span{font-size:10px;color:#6f7f92;white-space:normal;line-height:1.4;font-weight:500}
.resources-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;margin-top:40px}.resources-hub-card{border:1px solid var(--line);background:#fff;padding:34px;display:flex;flex-direction:column;min-height:300px}.resources-hub-card .num{color:var(--orange);font-weight:850;font-size:11px;letter-spacing:.08em}.resources-hub-card h2{font-size:36px;line-height:1.05;letter-spacing:-.04em;margin:24px 0 14px}.resources-hub-card p{color:#66758a;line-height:1.7;margin:0 0 26px}.resources-hub-card .text-link{margin-top:auto}
.home-articles-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:34px}.home-articles-head>div{max-width:760px}.home-articles-head p{color:#66758a;line-height:1.7}
.legal-content{max-width:900px}.legal-content h2{font-size:34px;line-height:1.12;letter-spacing:-.035em;margin:44px 0 14px}.legal-content h3{font-size:23px;margin:30px 0 10px}.legal-content p,.legal-content li{color:#3c4d63;line-height:1.8}.legal-content ul{padding-left:22px}.legal-meta{font-size:11px;color:#708095;text-transform:uppercase;letter-spacing:.07em;margin-bottom:28px}.privacy-ack{display:flex;align-items:flex-start;gap:10px;color:#536378;font-size:12px;line-height:1.55}.privacy-ack input{margin-top:3px;flex:0 0 auto}.privacy-ack a{color:var(--orange);text-decoration:underline;text-underline-offset:2px}
.prelaunch-note{border-left:4px solid var(--orange);background:#f6f8fb;padding:14px 16px;margin:18px 0;color:#526176}
@media(max-width:900px){.nav.mobile-open .nav-menu-item{display:block}.nav.mobile-open .nav-menu-item>a{padding:14px 0}.nav.mobile-open .nav-submenu{position:static;display:grid;width:auto;border:0;border-left:2px solid var(--line);box-shadow:none;padding:0 0 4px 14px;margin:0 0 5px}.nav.mobile-open .nav-submenu a{padding:10px 12px!important}.nav.mobile-open .nav-chevron{display:none}.resources-hub-grid{grid-template-columns:1fr}.home-articles-head{align-items:start;flex-direction:column}}
@media(max-width:620px){.resources-hub-card{padding:26px;min-height:0}.resources-hub-card h2{font-size:31px}.legal-content h2{font-size:30px}}
