:root {
 --navy:#0b2438; --navy-light:#12314a; --graphite:#17212b; --slate:#425466;
 --amber:#f3a43d; --amber-dark:#a95405; --line:#d6dce1; --muted:#f5f7f8;
 --max:1240px; color-scheme:light;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--graphite);font:1.0625rem/1.62 Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto;object-fit:contain}
a{color:#1f5f8b;text-underline-offset:.23em;text-decoration-thickness:1px}
a:hover{color:var(--amber-dark)}
:where(a,button,summary,input,select,textarea):focus-visible{outline:3px solid var(--amber);outline-offset:4px;box-shadow:0 0 0 2px var(--navy)}
button,input,select,textarea{font:inherit}
h1,h2,h3{font-weight:800;line-height:1.15;margin:0 0 .65em;text-wrap:balance;overflow-wrap:break-word}
h1{font-size:clamp(2.25rem,4.1vw,3.9rem);letter-spacing:-.04em;max-width:1050px}
h2{font-size:clamp(1.7rem,2.7vw,2.5rem);letter-spacing:-.025em;max-width:940px}
h3{font-size:1.25rem;line-height:1.28}
p{margin:0 0 1.1em;max-width:78ch;overflow-wrap:anywhere}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.skip-link{position:absolute;left:20px;top:-90px;z-index:999;background:white;padding:12px}
.skip-link:focus{top:12px}
.preview-notice{padding:8px 20px;background:#eaf0f4;color:#334a5b;border-bottom:1px solid #cad6de;font-size:.875rem;text-align:center}
.site-header{background:var(--navy);color:white;position:relative;z-index:20;border-bottom:1px solid #345064}
.header-row{min-height:90px;display:flex;align-items:center;gap:24px;flex-wrap:wrap;padding-block:12px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;margin-right:auto;color:white;flex-shrink:0}
.brand img{width:58px;height:auto}
.wordmark{font-size:1rem;font-weight:800;letter-spacing:.06em;line-height:1.12}
.wordmark span{color:var(--amber);display:block}
.desktop-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0;max-width:100%}
.desktop-nav>a,.desktop-nav summary{display:flex;align-items:center;min-height:52px;padding:10px 9px;color:#e3edf4;text-decoration:none;font-size:.9rem;font-weight:700}
.desktop-nav [aria-current=page]{color:var(--amber);box-shadow:inset 0 -2px var(--amber)}
.desktop-nav a:hover{color:var(--amber)}
.nav-disclosure{position:relative}
summary{cursor:pointer}
.nav-panel{position:absolute;top:100%;left:0;width:285px;display:grid;background:var(--navy);border:1px solid #496071;box-shadow:0 14px 32px #0003}
.nav-panel a{padding:12px 18px;min-height:48px;color:white;text-decoration:none;border-bottom:1px solid #345064}
.mobile-nav{display:none}
.mobile-nav>summary{min-height:48px;padding:11px 12px;border:1px solid #758797;border-radius:3px;font-size:.9rem;list-style:none}
.mobile-nav summary::-webkit-details-marker{display:none}
.mobile-nav nav{position:absolute;top:100%;right:20px;width:min(350px,calc(100vw - 40px));max-height:72vh;overflow:auto;background:var(--navy);border:1px solid #73889a;box-shadow:0 16px 32px #0004}
.mobile-nav nav a,.mobile-nav .nav-label{display:block;color:#fff;padding:12px 16px;min-height:48px;text-decoration:none;border-bottom:1px solid #345064}
.mobile-nav .nav-label{color:var(--amber);font-size:.875rem}
.section{padding-block:72px;border-bottom:1px solid #e5e9ed}
.section.tone-muted{background:var(--muted)}
.section.tone-dark{background:var(--navy);color:white}
.section.tone-dark p{color:#d6e2eb}
.section.tone-dark a:not(.button){color:#e5eef5}
.section.tone-dark .button{color:var(--navy)}
.hero{padding-block:60px 68px;background:var(--navy);color:white}
.hero p{color:#d6e2eb}
.hero-inner{display:block}
.hero-split .hero-inner{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:52px;align-items:center}
.hero-split h1{font-size:clamp(2.25rem,3.7vw,3.3rem)}
.hero .eyebrow{font-size:.875rem;color:var(--amber);font-weight:700;letter-spacing:.11em;text-transform:uppercase;margin-bottom:20px}
.hero-copy{max-width:960px}
.hero-split .hero-copy{max-width:none}
.hero figure{margin-top:36px}
.hero-split figure{margin:0}
.hero-cad .hero-inner{max-width:1240px}
.hero-cad .hero-copy{max-width:970px}
.hero-cad .figure-cad{margin-top:38px}
.actions{display:flex;flex-wrap:wrap;gap:14px;margin:24px 0 12px;align-items:center}
.button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:13px 20px;background:var(--amber);border:1px solid var(--amber);border-radius:3px;color:var(--navy);font-weight:800;font-size:.9375rem;line-height:1.35;text-decoration:none;text-align:center}
.button:hover{background:#ffc065;color:var(--navy)}
.button.secondary{background:transparent;border-color:#81929f;color:inherit}
.button.secondary:hover{background:#eaf0f4;color:var(--navy)}
.button:disabled{background:#d6dce1;border-color:#b5c0c8;color:#495563;cursor:not-allowed;opacity:1}
.text-link{display:inline-flex;min-height:48px;align-items:center;font-weight:700}
figure{margin:26px 0 0;min-width:0}
figure img{width:100%;height:auto;object-fit:contain;background:#fff}
figure figcaption{font-size:.875rem;line-height:1.5;margin-top:10px;color:#536573;max-width:78ch}
.hero figcaption,.tone-dark figcaption{color:#c1d0dc}
.figure-A{max-width:560px}
.figure-D,.figure-E{max-width:540px}
.figure-F{max-width:500px}
.figure-cad{background:white;padding:18px 18px 12px;border:1px solid var(--line);color:var(--graphite)}
.hero .figure-cad figcaption{color:#536573}
.figure-cad img{background:white}
.section-body{min-width:0}
.section-body>p:last-child{margin-bottom:0}
.split-media{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:56px;align-items:center}
.split-media figure{margin:0}
.split-media .section-text{min-width:0}
.primary-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin:32px 0;align-items:stretch}
.primary-product{display:flex;flex-direction:column;min-width:0;border:1px solid var(--line);background:white;box-shadow:0 12px 28px #17212b0b}
.primary-product-media{padding:20px;border-bottom:1px solid var(--line)}
.primary-product-media figure{margin:0;padding:0;border:0;background:white}
.primary-product-media img{width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;padding:12px}
.primary-product>h3{font-size:1.5rem;padding:24px 28px 0;margin:0 0 18px}
.primary-product-copy{padding:0 28px;color:var(--slate)}
.primary-product>.actions{padding:0 28px 28px;margin: auto 0 0;align-items:stretch}
.primary-product>.actions .button{width:100%}
/* Shared rows align content without a fixed card height; flex is the fallback. */
@supports(grid-template-rows:subgrid){@media(min-width:900px){
 .primary-products{row-gap:0}
 .primary-product{display:grid;grid-template-rows:subgrid;grid-row:span 4;row-gap:0}
 .primary-product>.actions{align-self:end}
}}
.secondary-products{margin-top:30px}
.secondary-product-text-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-bottom:28px}
.secondary-product-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.secondary-product{display:flex;flex-direction:column;min-width:0;border:1px solid var(--line);background:#fff}
.secondary-product>h3{font-size:1.45rem;margin:0;padding:24px 24px 0}
.secondary-product-copy{padding:18px 24px 0;flex:1;color:var(--slate)}
.secondary-product-copy p:last-child{margin-bottom:0}
.secondary-product>.actions{margin:0;padding:24px;align-items:stretch}
.secondary-product>.actions .button{width:100%}
.secondary-product.text-only{border-top:3px solid var(--navy-light)}
.secondary-product.text-only>h3{font-size:1.25rem}
.secondary-product.with-media figure{width:auto;max-width:none;margin:0;border-bottom:1px solid var(--line);justify-self:stretch}
.secondary-product-image{height:300px;padding:16px;display:flex;align-items:center;justify-content:center;background:#fff;min-width:0}
.secondary-product-image img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}
.secondary-product.with-media .figure-H img{width:auto;height:auto;max-width:min(100%,300px);max-height:100%}
.secondary-product.with-media .figure-G img{width:auto;height:auto;max-width:min(100%,480px);max-height:100%}
.secondary-product.with-media figcaption{margin:0;padding:0 24px 18px;max-width:none}
@supports(grid-template-rows:subgrid){@media(min-width:900px){
 .secondary-product-text-grid,.secondary-product-media-grid{row-gap:0}
 .secondary-product.text-only{display:grid;grid-template-rows:subgrid;grid-row:span 3;row-gap:0}
 .secondary-product.with-media{display:grid;grid-template-rows:subgrid;grid-row:span 5;row-gap:0}
 .secondary-product.with-media figure{display:grid;grid-template-rows:subgrid;grid-row:span 2;row-gap:0}
 .secondary-product>.actions{align-self:stretch}
}}
.figure-G{max-width:580px}
.figure-H{width:min(100%,300px);max-width:300px;justify-self:center}
.figure-H img{width:100%;max-width:300px;height:auto}
.figure-I,.figure-J{max-width:620px}
.breadcrumbs-band{min-height:56px;background:var(--navy-light);color:#fff}
.breadcrumbs{display:flex;min-height:56px;align-items:center;padding-block:8px;font-size:.875rem}
.breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:7px 9px;list-style:none;padding:0;margin:0;line-height:1.4}
.breadcrumbs li{display:inline-grid;grid-template-columns:minmax(0,1fr);align-items:start;min-width:0;max-width:100%;margin:0}
.breadcrumbs li.has-separator{grid-template-columns:auto minmax(0,1fr);gap:9px}
.breadcrumbs li>:not(.separator){display:inline-flex;align-items:center;min-width:0;min-height:30px;overflow-wrap:anywhere}
.breadcrumbs a{color:#c8d7e2}
.breadcrumbs a:hover,.breadcrumbs a:focus-visible{color:#fff}
.breadcrumbs [aria-current=page]{color:#fff;font-weight:700}
.breadcrumbs .separator{display:inline-flex;align-items:center;min-height:30px;color:#9eb3c3}
@media(max-width:820px){
 .breadcrumbs-band,.breadcrumbs{min-height:0}
 .breadcrumbs{padding-block:11px}
 .breadcrumbs ol{gap:5px 7px}
 .breadcrumbs li.has-separator{gap:7px}
}
.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:44px}
.section-pair{padding-block:64px}
.section-pair .section{padding:0;border:0;background:none}
.section-pair .container{width:100%}
.faq-page-section{padding-block:10px;border:0}
.faq-page-section>.container{max-width:940px}
.P11 .hero{margin-bottom:38px}
.P11>.section:last-child{padding-bottom:54px}
.media-pair{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:26px}
.media-pair figure{margin:0}
.steps{list-style:none;padding:0;margin:28px 0 0;counter-reset:step;border-top:1px solid var(--line)}
.steps li{padding:26px 0 26px 24px;border-bottom:1px solid var(--line);border-left:3px solid var(--amber)}
.steps h3{margin-top:0}
.steps p{margin:0}
.steps-horizontal{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;border:0}
.steps-horizontal li{display:block;border:0;border-top:2px solid var(--amber);padding:22px 0 0}
.steps-horizontal h3{margin-top:8px}
.faq-list{display:grid;gap:12px;max-width:940px}
.faq-list details{background:white;border:1px solid var(--line);border-left:3px solid var(--navy-light);border-radius:3px}
.faq-list summary{min-height:60px;padding:18px 48px 18px 22px;position:relative;font-weight:700;color:var(--navy);list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"+";position:absolute;right:20px;top:17px;color:var(--amber-dark);font-size:1.35rem}
.faq-list details[open] summary::after{content:"−"}
.faq-answer{padding:0 22px 20px;color:var(--slate)}
.faq-answer p:last-child{margin-bottom:0}
table{border-collapse:collapse;width:100%;table-layout:fixed;margin:26px 0;font-size:1rem}
th,td{text-align:left;vertical-align:top;padding:18px;border:1px solid var(--line);overflow-wrap:break-word}
thead{background:var(--navy);color:white}
tbody th{background:#edf2f5;color:var(--navy);font-weight:700}
td{color:var(--slate)}
.cell-label{display:none}
.page-jump{display:flex;gap:14px;flex-wrap:wrap;padding-top:24px}
.page-jump a{padding:10px 14px;border:1px solid #9aaab6;color:inherit;min-height:48px}
.anchor-alias{display:block;scroll-margin-top:24px}
[id]{scroll-margin-top:24px}
.contact-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:48px;padding-block:64px;align-items:start}
.contact-layout .section{padding:0;border:0;background:none;margin-bottom:42px}
.contact-layout .container{width:100%}
.contact-form-column{padding:30px;background:var(--muted);border:1px solid var(--line)}
.contact-form-column h2{font-size:2rem}
.inquiry-preview{margin-top:24px}
.form-preview-note{padding:14px 16px;background:#e8eef2;border-left:3px solid #597287;font-size:.9rem;color:#334a5b}
fieldset{min-width:0;border:0;padding:0;margin:0}
.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 18px}
.field{min-width:0}
.field-wide{grid-column:1/-1}
label{display:block;font-size:.95rem;line-height:1.4;font-weight:700;margin-bottom:8px}
input,textarea,select{width:100%;min-width:0;min-height:48px;padding:11px;border:1px solid #8b9cab;border-radius:3px;color:var(--graphite);background:white}
select{font-size:.9rem;text-overflow:ellipsis}
textarea{resize:vertical}
.field-help,.field-note{font-size:.875rem;color:#536573;margin:7px 0 0;line-height:1.45}
.field-note{margin:0 0 20px}
.notice-link{display:block;margin-top:20px;min-height:48px;font-size:.95rem}
.inquiry-preview fieldset>p:not(.field-note){margin-top:22px}
.system-page .hero{padding-block:50px}
.system-page h1{font-size:clamp(2.25rem,4vw,3.2rem)}
.system-page .hero-inner,.system-page .section>.container{max-width:820px}
.system-page.SYS01 .hero-inner,.system-page.SYS01 .section>.container{max-width:760px}
.system-page .hero .actions{margin-top:28px}
.SYS03 .hero{min-height:420px;display:flex;align-items:center}
.site-footer{padding:56px 0 24px;background:var(--navy);color:#c5d2dd;font-size:.9rem}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr .8fr;gap:32px}
.footer-brand{font-weight:800;letter-spacing:.06em;color:#fff}
.site-footer nav{display:grid;align-content:start;gap:2px}
.site-footer a{display:inline-flex;align-items:center;min-height:48px;color:#dae5ed;text-decoration:none;line-height:1.4}
.site-footer a:hover{color:var(--amber)}
.nav-label{font-weight:700;color:var(--amber);margin-bottom:8px}
.email-link{overflow-wrap:anywhere;word-break:normal;max-width:100%}
.footer-meta{display:flex;justify-content:space-between;gap:24px;margin-top:38px;border-top:1px solid #345064;padding-top:20px;font-size:.875rem}
.footer-meta p{margin:10px 0}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1099px){.desktop-nav{display:none}.mobile-nav{display:block}.header-row{min-height:80px}}
@media(max-width:899px){
 h1{font-size:clamp(2.25rem,6vw,3rem)}.hero-split h1{font-size:clamp(2.25rem,6vw,3rem)}
 .hero{padding-block:42px 46px}.hero-split .hero-inner,.split-media,.two-columns,.primary-products,.steps-horizontal,.contact-layout{display:block}
 .hero-split figure{margin-top:28px}.hero-split .hero-copy{max-width:78ch}
 .section{padding-block:44px}.split-media figure{margin-top:26px}
 .two-columns>div+div{margin-top:28px}.primary-product+.primary-product{margin-top:28px}
 .secondary-product-text-grid,.secondary-product-media-grid{grid-template-columns:1fr;gap:24px}
 .secondary-product-image{height:260px}
 .steps-horizontal li+li{margin-top:24px}.steps-horizontal li::before{max-width:100px}
 .media-pair{display:block}.media-pair figure+figure{margin-top:26px}.contact-layout{padding-block:44px}.contact-form-column{margin-top:26px;padding:24px}
 .section-pair{padding-block:44px}.section-pair>.section+.section{margin-top:36px}
 table,tbody,tr,th,td{display:block}thead{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}
 table{border:0}tbody tr{border:1px solid var(--line);margin-bottom:18px}tbody th,td{border:0;padding:14px 16px}td+td{border-top:1px solid #e5e9ed}
 .cell-label{display:block;font-size:.875rem;color:var(--navy);font-weight:800;margin-bottom:5px}
 .footer-grid{grid-template-columns:1fr 1fr}.hero figure{max-width:100%}.hero .figure-A{max-width:560px}
}
@media(max-width:599px){
 .header-row{gap:8px}.brand{gap:7px;flex-shrink:1;min-width:0}.brand img{width:46px;flex-shrink:0}
 .wordmark{font-size:.8rem;letter-spacing:.015em}.mobile-nav{flex-shrink:0}
 .hero{padding-top:34px}.hero .actions{margin-top:24px}
 .actions{flex-direction:column;align-items:stretch}.actions .button{width:100%}
 .figure-cad{padding:10px 10px 12px}.media-pair{display:block}.media-pair figure+figure{margin-top:26px}
 .primary-product>h3{padding-inline:22px}.primary-product-copy{padding-inline:22px}.primary-product>.actions{padding-inline:22px}.primary-product-media{padding:14px}.steps li{grid-template-columns:36px minmax(0,1fr);gap:12px}
 table,tbody,tr,th,td{display:block}thead{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}
 table{border:0}tbody tr{border:1px solid var(--line);margin-bottom:18px}tbody th,td{border:0;padding:14px 16px}td+td{border-top:1px solid #e5e9ed}
 .cell-label{display:block;font-size:.875rem;color:var(--navy);font-weight:800;margin-bottom:5px}
 .field-grid{grid-template-columns:1fr}.contact-form-column{padding:20px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-meta{display:block}
 .site-footer{padding-top:44px}.preview-notice{font-size:.875rem;line-height:1.4}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
[hidden]{display:none!important}
#change-product{background:none;border:0;text-decoration:underline;color:#1f5f8b;font:inherit;padding:0 0 12px;cursor:pointer}
.inquiry-status,.error-summary{padding:20px;margin:20px 0;border:2px solid var(--line);background:#fff;color:var(--graphite);overflow-wrap:anywhere}
.inquiry-status h2,.error-summary h2{font-size:1.5rem}
.inquiry-status p{color:var(--graphite)}
.inquiry-status .simulation-label{font-size:.9rem;font-weight:700;color:#754009}
.field-error{color:#a11919;font-size:.9rem;margin-top:8px}
[aria-invalid=true]{border:2px solid #a11919}
.error-summary{border-color:#a11919}
.inquiry-status[data-state=saved]{border-color:#22634e}
.inquiry-status[data-state=unknown]{border-color:#a95405}
.error-summary a{display:block;min-height:36px;overflow-wrap:anywhere}
.inquiry-status .actions>*{max-width:100%;white-space:normal}
/* Stage 75: consent banner and footer cookie link (only used when analytics is enabled). */
.cookie-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:50;max-width:640px;margin:0 auto;padding:16px 20px;background:#fff;color:#1d2b36;border:1px solid #cad6de;border-radius:8px;box-shadow:0 8px 24px rgba(16,32,48,.18);display:flex;flex-wrap:wrap;align-items:center;gap:12px 20px}
.cookie-banner p{margin:0;flex:1 1 280px;font-size:.9rem;line-height:1.5}
.cookie-actions{display:flex;gap:10px}
.cookie-actions .button{min-height:44px;cursor:pointer}
.footer-meta .link-button{background:none;border:0;padding:0;color:#dae5ed;font:inherit;min-height:48px;cursor:pointer;text-decoration:underline}
/* Round 1: company stats, highlight strip, feature lists, live inquiry form. */
.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:28px 0}
.stats>div{padding:20px;background:#fff;border:1px solid var(--line);border-top:3px solid var(--amber)}
.stats dt{font-size:1.9rem;font-weight:700;color:var(--navy);line-height:1.15}
.stats dd{margin:8px 0 0;color:var(--slate);font-size:.95rem;line-height:1.45}
.highlights{list-style:none;padding:0;margin:20px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}
.highlights li{padding:16px 18px;background:#fff;border:1px solid var(--line);border-left:4px solid var(--amber);font-weight:600;color:var(--navy);line-height:1.4}
.feature-list{padding-left:1.2em;margin:18px 0}
.feature-list li{margin:0 0 12px;line-height:1.55}
.secondary-product-text-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.inquiry-form{margin-top:24px}
.form-promise{padding:12px 16px;background:#fff6e8;border-left:4px solid var(--amber);font-weight:600;color:var(--navy)}
.inquiry-form fieldset.field{border:0;padding:0;margin:0}
.inquiry-form legend{font-weight:600;margin-bottom:8px}
.inquiry-form .choice{display:inline-flex;align-items:center;gap:8px;margin-right:22px;font-weight:400}
.hp-field{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.turnstile-wrap{margin:22px 0 16px;min-height:65px}
.form-status{margin-top:14px;padding:12px 16px;background:#e8eef2;border-left:3px solid #597287}
.section .inquiry-form{max-width:820px}
@media (max-width:640px){.stats{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* ===== Visual refresh (stage 75, round 1b) ===== */
/* Header: single-line wordmark and a quote button, as on the live v33 site. */
.wordmark{font-size:1.02rem;letter-spacing:.16em;white-space:nowrap}
.wordmark span{display:inline;margin-right:.05em}
.header-row{min-height:80px}
.desktop-nav .header-cta{min-height:44px;margin-left:10px;padding:10px 18px;color:var(--navy);font-size:.9rem}
.desktop-nav .header-cta:hover{color:var(--navy)}
.mobile-nav .mobile-cta{color:var(--amber);font-weight:700}

/* Home banner: full-width photo with a centred translucent copy panel. */
.hero-banner{position:relative;display:grid;min-height:clamp(600px,46vw,740px);isolation:isolate;overflow:hidden;background:var(--navy);color:#fff}
.hero-banner-media{position:absolute;inset:0;z-index:-2}
.hero-banner-media img{width:100%;height:100%;object-fit:cover;object-position:50% 50%;background:var(--navy)}
.hero-banner::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(6,27,42,.24) 0%,rgba(6,27,42,.1) 54%,rgba(6,27,42,.74) 100%),radial-gradient(ellipse at 50% 44%,rgba(5,25,40,.42) 0%,rgba(7,30,47,.24) 48%,rgba(7,30,47,.14) 100%)}
.hero-banner-content{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-block:64px 30px}
.hero-banner-copy{width:min(100%,880px);padding:clamp(26px,3vw,42px);border:1px solid rgba(220,232,239,.22);border-radius:6px;background:rgba(8,31,48,.58);box-shadow:0 24px 54px rgba(2,15,24,.3);backdrop-filter:blur(3px);text-align:center}
.hero-banner .eyebrow{color:var(--amber);font-size:.85rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin:0 auto 18px}
.hero-banner h1{color:#fff;margin-inline:auto;font-size:clamp(2.2rem,3.9vw,3.5rem)}
.hero-banner p{color:#edf4f7;margin-inline:auto;font-size:clamp(1.02rem,1.4vw,1.18rem);text-shadow:0 1px 1px rgba(0,0,0,.2)}
.hero-banner .actions{justify-content:center;margin-top:28px}
.hero-banner .actions .button{min-width:240px}
.hero-banner .button.secondary{border-color:rgba(255,255,255,.75);background:rgba(7,30,47,.36);color:#fff}
.hero-banner .button.secondary:hover{border-color:var(--amber);background:rgba(243,164,61,.16);color:#fff}
.hero-banner-note{margin:20px auto 0;color:#d8e4eb;font-size:.78rem;text-align:center}
@media (max-width:640px){
 .hero-banner{min-height:620px}
 .hero-banner-content{padding-block:30px 20px}
 .hero-banner-copy{padding:22px 16px;background:rgba(8,31,48,.72)}
 .hero-banner .actions .button{min-width:0;width:100%}
}
@media (prefers-reduced-transparency:reduce){.hero-banner-copy{backdrop-filter:none;background:rgba(8,31,48,.85)}}

/* Buttons and interactions. */
.button{border-radius:4px;letter-spacing:.01em;transition:background-color .15s,border-color .15s,color .15s,transform .15s}
.button:hover{transform:translateY(-1px)}
.hero .button.secondary{border-color:rgba(255,255,255,.6);color:#fff}
.hero .button.secondary:hover{background:rgba(255,255,255,.1);color:#fff;border-color:var(--amber)}

/* Section headings get a short amber rule for a consistent industrial rhythm. */
.section{padding-block:84px}
.section-body>h2::before,.split-media .section-text>h2::before{content:"";display:block;width:48px;height:3px;margin-bottom:18px;background:var(--amber)}

/* Photos and cards. */
.split-media figure img,.media-pair img,.primary-product-media img{border-radius:4px}
.split-media figure img{box-shadow:0 18px 40px rgba(11,36,56,.14)}
.primary-product,.secondary-product,.stats>div,.highlights li{border-radius:6px;transition:box-shadow .2s,transform .2s}
.primary-product:hover,.secondary-product:hover{box-shadow:0 20px 44px rgba(11,36,56,.13);transform:translateY(-2px)}
.primary-product-media{background:#f7f9fa}
.primary-product-media figure,.primary-product-media img{background:transparent}

/* Highlight strip with check marks. */
.highlights li{position:relative;padding:18px 18px 18px 52px;border-left:0;border-top:3px solid var(--amber);box-shadow:0 8px 22px rgba(11,36,56,.06)}
.highlights li::before{content:"";position:absolute;left:18px;top:19px;width:22px;height:22px;border-radius:50%;background:var(--amber) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.5 16.2 5.3 12l-1.4 1.4 5.6 5.6 11-11-1.4-1.4z' fill='%230b2438'/%3E%3C/svg%3E") center/16px no-repeat}

/* Company stats on a dark band. */
.stats{gap:0;border-radius:6px;overflow:hidden;background:var(--navy);box-shadow:0 18px 40px rgba(11,36,56,.18)}
.stats>div{border:0;border-radius:0;border-right:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);background:transparent;padding:26px 24px}
.stats dt{color:var(--amber);font-size:2.2rem}
.stats dd{color:#d6e2eb}

/* Tables. */
table{border-radius:6px;overflow:hidden}
tbody tr:nth-child(even) th,tbody tr:nth-child(even) td{background:#f7f9fa}

/* Inquiry form. */
.inquiry-form input:not([type=radio]):not([type=checkbox]),.inquiry-form select,.inquiry-form textarea{border-radius:4px}
.contact-form-column,.section .inquiry-form{border-radius:6px}
.section .inquiry-form{padding:28px;background:#fff;border:1px solid var(--line);box-shadow:0 14px 34px rgba(11,36,56,.08)}
.inquiry-form input[type=radio],.inquiry-form input[type=checkbox]{width:18px;height:18px;min-height:0;padding:0;margin:0;accent-color:var(--navy);flex-shrink:0}
.inquiry-form .choice{min-height:44px}
@media (max-width:640px){.wordmark{font-size:.8rem;letter-spacing:.1em}.brand img{width:40px}.header-row{flex-wrap:nowrap;min-height:68px}}

/* Photo gallery grid (uniform 4:3 crops). */
.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:30px}
.gallery figure{margin:0}
.gallery img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:6px;background:#e9eef2;box-shadow:0 10px 26px rgba(11,36,56,.1);transition:transform .25s,box-shadow .25s}
.gallery figure:hover img{transform:translateY(-3px);box-shadow:0 18px 38px rgba(11,36,56,.18)}
.gallery figcaption{font-size:.85rem;margin-top:10px}
@media (max-width:900px){.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:560px){.gallery{grid-template-columns:1fr}}

/* Closing call to action on a full-width photo. */
.photo-cta{position:relative;isolation:isolate;overflow:hidden;padding-block:112px;background:var(--navy);color:#fff;text-align:center}
.photo-cta-bg{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}
.photo-cta::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(6,27,42,.74),rgba(6,27,42,.86))}
.photo-cta h2{color:#fff;margin-inline:auto}
.photo-cta h2::after{content:"";display:block;width:48px;height:3px;margin:20px auto 0;background:var(--amber)}
.photo-cta p{color:#e6eef4;margin-inline:auto;max-width:62ch}
.photo-cta p strong{color:var(--amber)}
.photo-cta .actions{justify-content:center;margin-top:30px}
.photo-cta .button.secondary{border-color:rgba(255,255,255,.7);color:#fff;background:rgba(7,30,47,.3)}
.photo-cta .button.secondary:hover{border-color:var(--amber);background:rgba(243,164,61,.16);color:#fff}
@media (max-width:640px){.photo-cta{padding-block:72px}}

/* ===== Layout system v2 (stage 75): consistent grid, fewer buttons ===== */
/* Inner-page hero: full-width photo, dark gradient from the left, copy on the left. */
.page-hero{position:relative;isolation:isolate;overflow:hidden;display:flex;align-items:center;min-height:clamp(440px,38vw,560px);background:var(--navy);color:#fff}
.page-hero-plain{min-height:0}
.page-hero-bg{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}
.page-hero:not(.page-hero-plain)::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(6,27,42,.94) 0%,rgba(6,27,42,.82) 42%,rgba(6,27,42,.45) 75%,rgba(6,27,42,.3) 100%)}
.page-hero-inner{width:min(calc(100% - 40px),var(--max));padding-block:72px}
.page-hero-copy{max-width:720px}
.page-hero-product .page-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.95fr);gap:56px;align-items:center}
.page-hero h1{color:#fff;font-size:clamp(2.3rem,4vw,3.6rem)}
.page-hero p{color:#dfe9f0;font-size:1.1rem}
.page-hero .eyebrow{color:var(--amber);font-size:.85rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:18px}
.page-hero .button.secondary{border-color:rgba(255,255,255,.7);color:#fff;background:rgba(7,30,47,.3)}
.page-hero .button.secondary:hover{border-color:var(--amber);background:rgba(243,164,61,.16);color:#fff}
.page-hero-card{background:#fff;border-radius:8px;padding:18px 18px 10px;box-shadow:0 26px 60px rgba(0,0,0,.35)}
.page-hero-card figure{margin:0;padding:0;border:0}
.page-hero-card figcaption{color:#536573}
.page-jump{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.page-jump a{padding:9px 16px;border:1px solid rgba(255,255,255,.35);border-radius:999px;color:#fff;text-decoration:none;font-size:.9rem;background:rgba(255,255,255,.06)}
.page-jump a:hover{border-color:var(--amber);color:var(--amber)}

/* Section layouts share the same container edges. */
.section-side .section-body{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:clamp(32px,6vw,96px);align-items:start}
.section-side h2{margin:0}
.section-side .section-copy>*:first-child{margin-top:0}
.section-side .section-copy p,.section-split .section-text p{max-width:none}
.section-split .section-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(32px,5vw,72px);align-items:center}
.section-split figure{margin:0;max-width:none}
.section-split figure img{border-radius:6px;box-shadow:0 18px 40px rgba(11,36,56,.14)}
.section-stack .section-body>h2{max-width:none}
.section-stack .section-body>p{max-width:78ch}
.section-body>.actions:last-child,.section-copy>.actions:last-child{margin-bottom:0}

/* Text links instead of secondary buttons. */
.more-links{display:flex;flex-wrap:wrap;gap:10px 28px;margin:22px 0 0}
.more-link{display:inline-flex;align-items:center;min-height:44px;font-weight:700;color:var(--navy);text-decoration:none;border-bottom:2px solid var(--amber)}
.more-link:hover{color:var(--amber-dark)}
.more-link span{margin-left:4px;transition:transform .15s}
.more-link:hover span{transform:translateX(3px)}
.photo-cta .more-link,.hero-banner .more-link{color:#fff}

/* Other systems: equal-height cards. */
.system-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:30px}
.system-card{display:flex;flex-direction:column;padding:26px 26px 20px;background:#fff;border:1px solid var(--line);border-top:3px solid var(--amber);border-radius:6px;transition:box-shadow .2s,transform .2s}
.system-card:hover{box-shadow:0 18px 40px rgba(11,36,56,.12);transform:translateY(-2px)}
.system-card h3{font-size:1.2rem;margin-bottom:12px}
.system-card p{color:var(--slate);font-size:.98rem;flex:0 0 auto}
.system-card .more-link{margin-top:auto;align-self:flex-start;font-size:.92rem}

@media (max-width:900px){
 .page-hero-product .page-hero-inner{grid-template-columns:1fr}
 .section-side .section-body,.section-split .section-body{grid-template-columns:1fr;gap:26px}
 .system-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
 .page-hero{min-height:0}
 .page-hero:not(.page-hero-plain)::after{background:linear-gradient(180deg,rgba(6,27,42,.78),rgba(6,27,42,.9))}
 .page-hero-inner{padding-block:48px}
 .system-grid{grid-template-columns:1fr}
}
.section-head>h2::before{content:"";display:block;width:48px;height:3px;margin-bottom:18px;background:var(--amber)}
/* Closing bands: centred secondary line under the buttons. */
.band-email{margin:18px auto 0;color:#cfdce6;font-size:.95rem;text-align:center}
.band-email a{color:#fff;font-weight:700;text-decoration-color:var(--amber);text-underline-offset:.3em}
.photo-cta .more-links,.hero-banner .more-links{justify-content:center}

/* Split sections: the photo column matches the height of the text column. */
.section-split .section-body{align-items:stretch}
.section-split .section-body>figure{position:relative;min-height:360px;border-radius:6px;overflow:hidden;box-shadow:0 18px 40px rgba(11,36,56,.16)}
.section-split .section-body>figure img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;box-shadow:none}
.section-split .section-body>figure figcaption{position:absolute;left:0;right:0;bottom:0;margin:0;max-width:none;padding:36px 18px 14px;color:#fff;font-size:.85rem;background:linear-gradient(180deg,transparent,rgba(6,27,42,.8))}
.section-split .section-text{align-self:center}
@media (max-width:900px){.section-split .section-body>figure{min-height:260px}}

/* Footer: balanced columns, tighter link spacing. */
.footer-grid{grid-template-columns:minmax(0,1.6fr) repeat(4,minmax(0,1fr));gap:36px}
.footer-brand{display:flex;align-items:center;gap:10px;margin:0 0 14px;letter-spacing:.14em}
.footer-intro{color:#b9c8d4;font-size:.9rem;line-height:1.6;max-width:36ch;margin:0 0 18px}
.site-footer .footer-cta{min-height:44px;padding:10px 18px;color:var(--navy);margin-bottom:6px}
.site-footer .footer-cta:hover{color:var(--navy)}
.site-footer nav{gap:0}
.site-footer nav a{min-height:36px;font-size:.92rem}
.site-footer .nav-label{margin:4px 0 10px;color:var(--amber);font-weight:700}
.footer-about .email-link{display:flex;min-height:40px}
@media (max-width:1100px){.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-about{grid-column:1/-1}}
@media (max-width:640px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer nav a{min-height:44px}}

/* Contact: "what happens next" list and photo fill the left column. */
.next-steps{list-style:none;counter-reset:step;padding:0;margin:18px 0 0}
.next-steps li{counter-increment:step;position:relative;padding:0 0 18px 52px;line-height:1.55}
.next-steps li::before{content:counter(step);position:absolute;left:0;top:-2px;width:34px;height:34px;border-radius:50%;background:var(--navy);color:var(--amber);font-weight:800;display:flex;align-items:center;justify-content:center}
.contact-copy-column figure{margin-top:28px}
.contact-copy-column figure img{border-radius:6px;box-shadow:0 14px 34px rgba(11,36,56,.14)}
.contact-copy-column figure img{aspect-ratio:16/10;object-fit:cover;width:100%;height:auto}
.footer-meta{align-items:center}
.footer-meta-links{display:flex;flex-wrap:wrap;align-items:center;gap:0 28px}
.footer-intro{margin-bottom:0}

/* Home v2: card groups, numbered process, proof bar note. */
.card-grid{display:grid;gap:22px;margin-top:30px}
.card-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.card-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.info-card{padding:28px 26px;background:#fff;border:1px solid var(--line);border-top:3px solid var(--amber);border-radius:6px;box-shadow:0 10px 26px rgba(11,36,56,.06)}
.info-card h3{font-size:1.18rem;margin-bottom:12px}
.info-card p{color:var(--slate);margin:0;max-width:none}
.info-card .info-card-kicker{color:var(--amber-dark);font-size:.8rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}
.steps-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.step-number{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--navy);color:var(--amber);font-weight:800}
.section-proof{padding-block:0;border-bottom:0}
.section-proof .stats{margin:-56px 0 0;position:relative;z-index:2}
.section-proof .stats>div{padding:28px 24px}
.note{font-size:.85rem;color:#607080;margin:14px 0 36px;max-width:none}
@media (max-width:1000px){.card-grid-3,.card-grid-4,.steps-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.card-grid-3,.card-grid-4,.steps-4{grid-template-columns:1fr}.section-proof .stats{margin-top:24px}}
.section-proof .stats{grid-template-columns:repeat(4,minmax(0,1fr))}
@media (max-width:900px){.section-proof .stats{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* ===== Home v3 (playbook v2) ===== */
/* System font stack: no web-font download; native look on every OS. */
body,button,input,select,textarea{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"PingFang SC","Microsoft YaHei",sans-serif}

/* Grids never leave an orphan: 3 items -> 3 or 1 columns; 4 items -> 4, 2 or 1. */
.card-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.card-grid-4,.timeline-4,.section-proof .stats,.highlights{grid-template-columns:repeat(4,minmax(0,1fr))}
@media (max-width:1100px){.card-grid-4,.timeline-4,.section-proof .stats,.highlights{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:900px){.card-grid-3{grid-template-columns:1fr}}
@media (max-width:560px){.card-grid-4,.timeline-4,.section-proof .stats,.highlights{grid-template-columns:1fr}}
/* Footer: brand row + 4 link columns (4 -> 2 at phone width). */
@media (max-width:1100px){.footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.footer-about{grid-column:1/-1}}
@media (max-width:640px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Hero: disclaimer sits inside the panel, so the proof bar cannot cover it. */
.hero-banner-copy .hero-banner-note{margin:22px 0 0;padding-top:16px;border-top:1px solid rgba(220,232,239,.18);color:#b8c7d2;font-size:.75rem}
.section-proof .note{text-align:center;font-size:.8rem;margin:14px auto 40px;color:#6b7b88}

/* Problem cards: icon, problem in dark bold, solution marked with an arrow. */
.info-card .icon{color:var(--amber-dark);margin-bottom:14px;display:block}
.info-card .card-solution{position:relative;padding:14px 0 0 26px;margin-top:14px;border-top:1px solid var(--line);color:var(--navy)}
.info-card .card-solution::before{content:"\2192";position:absolute;left:0;top:13px;color:var(--amber-dark);font-weight:800}

/* Timelines share one look: numbered circles joined by a thin line. */
.timeline{list-style:none;padding:0;margin:28px 0 0}
.timeline .step-number{display:inline-flex;align-items:center;justify-content:center;flex:0 0 40px;width:40px;height:40px;border-radius:50%;background:var(--navy);color:var(--amber);font-weight:800;position:relative;z-index:1}
.timeline h3{margin:0 0 8px;font-size:1.12rem}
.timeline p{margin:0;color:var(--slate)}
.timeline-column li{position:relative;display:flex;gap:20px;padding-bottom:28px}
.timeline-column li:not(:last-child)::before{content:"";position:absolute;left:19px;top:40px;bottom:0;width:2px;background:var(--line)}
.timeline-column .step-body{padding-top:8px}
.timeline-row{display:grid;gap:28px}
.timeline-row li{position:relative}
.timeline-row .step-body{margin-top:16px}
.timeline-row li:not(:last-child)::after{content:"";position:absolute;top:19px;left:52px;right:-16px;height:2px;background:var(--line)}
@media (max-width:1100px){.timeline-row li::after{display:none}}
.timeline-wide{max-width:860px}

/* Product cards: spec chips, quieter outline buttons. */
.chips{list-style:none;display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:14px 0 0}
.chips li{padding:6px 12px;border:1px solid var(--line);border-radius:999px;background:#f5f7f8;color:var(--navy);font-size:.85rem;font-weight:600}
.primary-product .button.secondary{border-color:var(--navy);color:var(--navy)}
.primary-product .button.secondary:hover{background:var(--navy);color:#fff}
.primary-product-media img{padding:4px}

/* Why us: dark band, photo left, 2x2 advantages right. */
.feature-band{background:var(--navy);color:#fff;padding-block:96px}
.feature-band-inner{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:clamp(32px,5vw,72px);align-items:stretch}
.feature-band-media{position:relative;min-height:420px;border-radius:6px;overflow:hidden}
.feature-band-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.feature-band h2{color:#fff}
.feature-band h2::before{content:"";display:block;width:48px;height:3px;margin-bottom:18px;background:var(--amber)}
.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 36px;margin-top:10px}
.feature .icon{color:var(--amber);margin-bottom:12px;display:block}
.feature h3{color:#fff;font-size:1.12rem;margin-bottom:8px}
.feature p{color:#c9d6e0;margin:0;font-size:.97rem}
.feature-band .more-links{margin-top:32px}
.feature-band .more-link{color:#fff}
@media (max-width:900px){.feature-band-inner{grid-template-columns:1fr}.feature-band-media{min-height:280px}}
@media (max-width:560px){.feature-grid{grid-template-columns:1fr}}

/* Gallery captions as labels on the photo. */
.gallery figure{position:relative}
.gallery figcaption{position:absolute;left:12px;bottom:12px;margin:0;padding:6px 12px;border-radius:4px;background:rgba(6,27,42,.78);color:#fff;font-size:.82rem;font-weight:600}
/* 3-photo galleries: 3 columns down to phone width, then 1 (never 2+1). */
@media (max-width:900px){.gallery-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:640px){.gallery-3{grid-template-columns:1fr}}
.section-split .section-text>h2::before{content:"";display:block;width:48px;height:3px;margin-bottom:18px;background:var(--amber)}
/* FAQ side column: photo fills the space under the heading, matching the question list height. */
.section-side .section-body:has(.section-head figure){align-items:stretch}
.section-side .section-head:has(figure){display:flex;flex-direction:column}
.section-side .section-head figure{position:relative;flex:1;min-height:280px;margin:26px 0 0;border-radius:6px;overflow:hidden;box-shadow:0 18px 40px rgba(11,36,56,.16)}
.section-side .section-head figure img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.section-side .section-head figure figcaption{position:absolute;left:0;right:0;bottom:0;margin:0;max-width:none;padding:36px 18px 14px;color:#fff;font-size:.85rem;background:linear-gradient(180deg,transparent,rgba(6,27,42,.8))}
@media (max-width:900px){.section-side .section-head figure{min-height:240px}}
/* Dropdown navigation (2026-09-26) */
.desktop-nav{gap:2px}
.desktop-nav summary{gap:6px;list-style:none}
.desktop-nav summary::-webkit-details-marker{display:none}
.desktop-nav summary::after{content:"";width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);opacity:.75}
.nav-disclosure[open] summary::after{transform:translateY(2px) rotate(-135deg)}
.nav-disclosure[data-current] summary{color:var(--amber);box-shadow:inset 0 -2px var(--amber)}
.nav-disclosure summary:hover{color:var(--amber)}
.nav-panel{width:260px;padding:6px 0;border-radius:0 0 4px 4px}
.nav-panel a{border-bottom:0;display:flex;align-items:center;font-size:.92rem;font-weight:600}
.nav-panel a:hover,.nav-panel a[aria-current=page]{background:var(--navy-light);color:var(--amber)}
.desktop-nav>.nav-disclosure:nth-last-of-type(1) .nav-panel,.desktop-nav>.nav-disclosure:nth-last-of-type(2) .nav-panel{left:auto;right:0}
/* Spec sheet: compact two-column table beside the heading and photo. */
.section-spec .section-head .note{margin-top:18px;font-size:.85rem}
.section-spec table{margin:0;font-size:.95rem}
.section-spec th,.section-spec td{padding:12px 16px}
.section-spec thead th:first-child,.section-spec tbody th{width:38%}
.chips+p{margin-top:22px}
/* Five-step process: one row on desktop, one column below 1100px (no 3+2 orphans). */
.timeline-5{grid-template-columns:repeat(5,minmax(0,1fr))}
@media (max-width:1100px){.timeline-5{grid-template-columns:1fr;max-width:640px}}
/* Inline inquiry: next steps left, form right. */
.section-inquiry .section-body{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:56px;align-items:start}
.inquiry-aside{position:sticky;top:24px}
.inquiry-aside .next-title{margin-top:30px;font-size:1.1rem}
.inquiry-aside .inquiry-email{margin-top:6px;padding-top:18px;border-top:1px solid var(--line);color:var(--slate)}
.inquiry-main .inquiry-form{margin-top:0}
@media (max-width:900px){.section-inquiry .section-body{display:block}.inquiry-aside{position:static;margin-bottom:28px}}
/* FAQ page: question groups. */
.faq-group{padding:56px 0 8px;border:0}
.faq-group>.container{max-width:940px}
.faq-group h2{font-size:1.45rem}
.section.faq-page-section{padding-block:6px}
.section.faq-group{padding:52px 0 12px}
.section.faq-page-section+.photo-cta{margin-top:64px}
/* Six cards: 3 + 3, then 2 + 2 + 2, then one column. */
.card-grid-6{grid-template-columns:repeat(3,minmax(0,1fr))}
@media (max-width:1000px){.card-grid-6{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.card-grid-6{grid-template-columns:1fr}}
/* ROI calculator: inputs left, results right. */
.roi{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:40px;align-items:start;margin-top:30px}
.roi fieldset{border:1px solid var(--line);border-radius:6px;padding:22px 24px 8px;margin:0 0 20px;background:#fff}
.roi legend{padding:0 8px;font-weight:800;color:var(--navy)}
.roi .field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 20px}
.roi input{width:100%;min-height:46px;padding:10px 12px;border:1px solid #b8c4cd;border-radius:4px;font:inherit;font-size:1rem}
.roi label{display:block;font-weight:700;font-size:.92rem;color:var(--navy);margin-bottom:6px}
.roi .field{margin-bottom:14px}
.roi-results{position:sticky;top:24px;padding:28px 28px 24px;border-radius:6px;background:var(--navy);color:#fff;box-shadow:0 18px 40px rgba(11,36,56,.18)}
.roi-results h3{color:#fff;margin:0 0 14px}
.roi-results dl{margin:0}
.roi-results dl>div{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #2c4a61}
.roi-results dt{color:#c5d2dd;font-size:.92rem}
.roi-results dd{margin:0;font-weight:800;text-align:right}
.roi-results .roi-key dd{color:var(--amber);font-size:1.25rem}
.roi-note{margin:16px 0 18px;color:#c5d2dd;font-size:.85rem}
.roi-results .button.secondary{background:transparent;color:#fff;border-color:#8aa0b1}
@media (max-width:900px){.roi{grid-template-columns:1fr}.roi-results{position:static}}
@media (max-width:560px){.roi .field-grid{grid-template-columns:1fr}}
.roi .field-wide{grid-column:1/-1}
/* Other systems: 8 cards as 4 + 4, then 2 per row. */
.system-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media (max-width:1100px){.system-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.system-grid{grid-template-columns:1fr}}
/* Illustrations (CAD/renders) beside a table: show the whole drawing. */
.section-side .section-head figure.figure-cad{flex:0 0 auto;min-height:0;box-shadow:none}
.section-side .section-head figure.figure-cad img{position:static;height:auto;object-fit:contain}
.section-side .section-head figure.figure-cad figcaption{position:static;padding:8px 0 0;background:none;color:var(--slate)}
.system-page.SYS01 .section>.container{max-width:var(--max)}
