@font-face{font-family:"Montserrat";src:url("fonts/Montserrat-Regular.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"Montserrat";src:url("fonts/Montserrat-Medium.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:"Montserrat";src:url("fonts/Montserrat-SemiBold.woff2") format("woff2");font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:"Montserrat";src:url("fonts/Montserrat-Bold.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap}
:root{--bg:#F6F7F8;--surface:#FFF;--surface-subtle:#EEF1F4;--surface-inverse:#1B2733;--fg:#1B2733;--muted:#52606D;--border:#CBD3DB;--border-strong:#8996A3;--accent:#003399;--accent-hover:#002B80;--accent-pressed:#002266;--accent-soft:#E8EEF9;--signal:#FDE208;--focus:#0A66C2;--success:#176B43;--success-bg:#E7F5ED;--error:#B3261E;--error-bg:#FCEBE9;--disabled-bg:#E3E7EB;--disabled-fg:#6B7580;--overlay:rgba(18,29,40,.72);--roof:#0F4336;--facade:#8F4E35;--sheet:#154889;--fence:#5E2028;--r1:2px;--r2:4px;--r3:8px;--r4:12px;--shadow-1:0 1px 2px rgba(18,29,40,.08);--shadow-2:0 8px 24px rgba(18,29,40,.12);--ease:cubic-bezier(.23,1,.32,1);--container:1280px;--gutter:clamp(16px,3vw,40px);--font-family:"Montserrat",sans-serif;font-family:var(--font-family);color:var(--fg);background:var(--bg)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;line-height:1.5;overflow-x:hidden}button,input,textarea{font:inherit}a{color:inherit}.wrap{width:min(calc(100% - 2*var(--gutter)),var(--container));margin-inline:auto}.skip{position:fixed;left:12px;top:-60px;z-index:100;background:var(--surface);padding:12px}.skip:focus{top:12px}.header{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:40}.header-row{min-height:76px;display:flex;align-items:center;gap:24px}.logo{width:142px;height:auto;max-height:48px;object-fit:contain}.desktop-nav{margin-left:auto;display:flex;align-items:center;gap:22px}.nav-link,.catalog-trigger{min-height:44px;display:inline-flex;align-items:center;border:0;background:transparent;text-decoration:none;font-weight:600;color:var(--fg);padding:0;cursor:pointer}.nav-link:hover,.catalog-trigger:hover{color:var(--accent)}.catalog-wrap{position:relative}.catalog-menu{position:absolute;top:52px;left:-20px;width:min(680px,80vw);padding:24px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-2);display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;border-radius:var(--r3)}.catalog-wrap.open .catalog-menu{display:grid}.catalog-menu a{padding:12px;text-decoration:none;border-radius:var(--r2)}.catalog-menu a:hover{background:var(--surface-subtle)}.btn{min-height:48px;border-radius:var(--r2);padding:0 18px;border:1px solid transparent;font-weight:600;letter-spacing:.02em;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:background 140ms var(--ease),border-color 140ms var(--ease),transform 140ms var(--ease)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);color:#fff}.btn-primary:active{background:var(--accent-pressed);transform:translateY(1px)}.btn-secondary{border-color:var(--accent);color:var(--accent);background:transparent}.btn-secondary:hover{background:var(--accent-soft)}.btn:disabled{background:var(--disabled-bg);border-color:var(--disabled-bg);color:var(--disabled-fg);cursor:not-allowed}.menu-btn{display:none;margin-left:auto}.btn:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.drawer-overlay{position:fixed;inset:0;background:var(--overlay);z-index:60;opacity:0;pointer-events:none;transition:opacity 200ms var(--ease)}.drawer{position:fixed;inset:0 0 0 auto;width:min(390px,100%);background:var(--surface-inverse);color:#fff;z-index:70;transform:translateX(100%);transition:transform 200ms var(--ease);padding:20px;overflow:auto}.drawer.open{transform:none}.drawer-overlay.open{opacity:1;pointer-events:auto}.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.16);padding-bottom:16px}.drawer-close{width:48px;height:48px;border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff}.drawer nav{display:grid;padding-top:16px}.drawer nav a,.drawer-catalog-btn{min-height:52px;display:flex;align-items:center;padding:0 8px;color:#fff;text-decoration:none;border:0;border-bottom:1px solid rgba(255,255,255,.13);background:transparent;text-align:left;font-weight:600}.drawer-catalog{display:none;padding:8px 0 12px 16px}.drawer-catalog.open{display:grid}.drawer-catalog a{color:#dce6ef;font-weight:400}.drawer-phone{margin-top:24px;display:block;font-size:20px;color:#fff}.breadcrumbs{padding-top:24px;display:flex;gap:9px;flex-wrap:wrap;font-size:14px}.breadcrumbs a{color:var(--accent)}.breadcrumbs span{color:var(--muted)}.hero{padding:clamp(54px,7vw,96px) 0;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;right:-100px;top:36px;width:460px;height:230px;border:1px solid var(--border);transform:skewX(-32deg);opacity:.65;pointer-events:none}.eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--accent);margin:0 0 18px}.hero-grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(280px,4fr);gap:clamp(32px,6vw,88px);align-items:end}.hero h1,h2,h3,h4{font-family:var(--font-family);font-weight:600}.hero h1{font-size:clamp(42px,5.3vw,72px);line-height:.99;letter-spacing:-.015em;max-width:960px;margin:0 0 24px}.hero-lead{font-size:clamp(18px,2vw,21px);line-height:1.55;color:var(--muted);max-width:67ch;margin:0 0 30px}.hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.phone{color:var(--accent);font-weight:700;text-decoration:none;min-height:44px;display:inline-flex;align-items:center}.phone:hover{text-decoration:underline;text-underline-offset:5px}.hero-note{border-top:1px solid var(--border);padding-top:18px;color:var(--muted)}.section{padding:clamp(56px,7vw,96px) 0;border-top:1px solid var(--border)}.section-subtle{background:var(--surface-subtle)}.section-inverse{background:var(--surface-inverse);color:#fff}.section-head{display:grid;grid-template-columns:minmax(220px,1fr) minmax(0,2fr);gap:32px;margin-bottom:32px}.section h2{font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-.01em;margin:0}.section-intro{font-size:18px;color:var(--muted);max-width:65ch;margin:4px 0 0}.grid{display:grid;gap:16px}.g2{grid-template-columns:repeat(2,minmax(0,1fr))}.g3{grid-template-columns:repeat(3,minmax(0,1fr))}.g4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r3);overflow:hidden;min-width:0}.card-body{padding:24px}.card h3{font-size:24px;line-height:1.15;letter-spacing:-.005em;margin:0 0 10px}.card p{color:var(--muted);margin:0 0 18px}.media{height:180px;background:var(--surface-subtle);display:grid;place-items:center;color:var(--muted);position:relative;overflow:hidden}.profile{background:var(--sample)}.profile:after{content:"";position:absolute;inset:20px -40px;background:repeating-linear-gradient(105deg,transparent 0 26px,rgba(255,255,255,.2) 27px 29px,rgba(0,0,0,.13) 30px 33px)}.placeholder{text-align:center;padding:24px}.placeholder strong{display:block;color:var(--fg);margin-bottom:4px}.link{color:var(--accent);text-underline-offset:4px;font-weight:600}.link:hover{color:var(--accent-hover);text-decoration-thickness:2px}.brand-card{padding:28px;min-height:260px;display:flex;flex-direction:column;justify-content:space-between}.brand-ref{align-self:flex-start;border:1px dashed var(--border-strong);padding:12px;color:var(--muted);font-size:13px}.brand-card h3{font-size:30px}.list{margin:0;padding-left:20px}.list li{margin:8px 0}.steps{counter-reset:steps}.step{border-top:1px solid var(--border);padding:22px 0;display:grid;grid-template-columns:56px 1fr;gap:16px}.step:before{counter-increment:steps;content:"0" counter(steps);font-family:var(--font-family);font-weight:600;color:var(--accent)}.step h3{margin:0 0 5px;font-size:22px}.step p{margin:0;color:var(--muted)}.cta{background:var(--surface-inverse);color:#fff;border-radius:var(--r3);padding:clamp(26px,4vw,48px);display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}.cta h2{font-size:clamp(30px,4vw,42px);margin:0 0 10px}.cta p{margin:0;color:#d2dbe3;max-width:60ch}.specs{margin:0}.specs div{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:14px 0;border-bottom:1px solid var(--border)}.specs dt{color:var(--muted)}.specs dd{margin:0;font-family:var(--font-family);font-weight:600}.ral-row{display:flex;flex-wrap:wrap;gap:12px}.ral{width:150px;height:112px;background:var(--sample);color:#fff;padding:12px;display:flex;align-items:end;border-radius:var(--r2);font-size:13px;font-weight:600}.ral-note{font-size:12px;color:var(--muted);margin-top:12px}.notice{padding:15px 17px;background:var(--tone-bg);color:var(--tone);border:1px solid color-mix(in oklch,var(--tone),transparent 65%);border-radius:var(--r2)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:7px}.field-wide{grid-column:1/-1}.field label{font-weight:600;font-size:14px}.control{width:100%;min-height:50px;border:1px solid var(--border-strong);border-radius:var(--r2);padding:12px 13px;color:var(--fg);background:#fff}.control:hover{border-color:var(--fg)}.control:focus,.control.demo-focus{outline:0;border-color:var(--focus);box-shadow:0 0 0 3px rgba(10,102,194,.22)}textarea.control{min-height:118px;resize:vertical}.field.error .control{border-color:var(--error)}.field.success .control{border-color:var(--success)}.hint{font-size:12px;color:var(--muted)}.field.error .hint{color:var(--error)}.field.success .hint{color:var(--success)}.control:disabled{background:var(--disabled-bg);color:var(--disabled-fg);border-color:var(--border)}.check{display:flex;gap:10px;align-items:flex-start;min-height:44px}.check input{width:20px;height:20px;accent-color:var(--accent);flex:0 0 auto}.form-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.form-message{display:none}.form-message.show{display:block}.accordion{border-top:1px solid var(--border)}.accordion-item{border-bottom:1px solid var(--border)}.accordion-button{width:100%;min-height:62px;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;text-align:left;color:var(--fg);font-weight:600;cursor:pointer;padding:16px 0}.accordion-answer{display:none;color:var(--muted);max-width:70ch;padding:0 0 20px}.accordion-item.open .accordion-answer{display:block}.contact-layout{display:grid;grid-template-columns:minmax(0,5fr) minmax(360px,7fr);gap:32px}.contact-list{display:grid;gap:16px}.contact-item{padding:20px 0;border-top:1px solid var(--border)}.contact-item small{display:block;color:var(--muted);margin-bottom:4px}.map-placeholder{min-height:360px;background:var(--surface-subtle);border:1px dashed var(--border-strong);display:grid;place-items:center;text-align:center;padding:30px}.legal{max-width:820px}.legal h2{font-size:28px;margin:48px 0 14px}.legal p,.legal li{color:var(--muted)}.legal-status{background:var(--surface-subtle);border:1px solid var(--border);padding:20px}.footer{background:var(--surface-inverse);color:#fff;padding:54px 0 28px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px}.footer-logo{filter:brightness(0) invert(1);width:150px}.footer p{color:#bfc9d1}.footer a{color:#e3eaf0}.footer-links{display:grid;gap:8px}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:36px;padding-top:20px;color:#aebac4;font-size:12px}.entry{padding:72px 0}.entry h1{font:600 clamp(42px,6vw,76px)/1 var(--font-family);letter-spacing:-.015em;max-width:900px}.entry-card{padding:24px;display:flex;flex-direction:column;min-height:220px}.entry-card .route{font-size:12px;color:var(--muted);margin-top:auto;padding-top:20px}.state-showcase{display:grid;gap:18px}.mobile-demo-note{display:none}
@media(max-width:1100px){.g4{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/-1}.hero-grid{grid-template-columns:1fr}.hero-note{max-width:65ch}}
@media(max-width:960px){.desktop-nav{display:none}.menu-btn{display:inline-flex}.header-row{min-height:66px}.hero:after{display:none}.section-head{grid-template-columns:minmax(0,1fr)}.g3{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-layout{grid-template-columns:1fr}.mobile-demo-note{display:block}}
@media(max-width:600px){.logo{width:108px}.hero{padding:44px 0 58px}.hero h1{font-size:clamp(36px,11vw,46px);line-height:1.04}.hero-actions{align-items:stretch}.hero-actions .btn{width:100%}.g2,.g3,.g4{grid-template-columns:1fr}.card-body,.brand-card{padding:20px}.media{height:150px}.cta{grid-template-columns:1fr}.cta .btn{width:100%}.form-grid{grid-template-columns:1fr}.field-wide{grid-column:auto}.form-actions .btn{width:100%}.specs div{grid-template-columns:1fr;gap:4px}.ral{width:calc(50% - 6px)}.footer-grid{grid-template-columns:1fr}.footer-grid>div:last-child{grid-column:auto}.section{padding:54px 0}.entry{padding:48px 0}.entry-card{min-height:0}.map-placeholder{min-height:260px}.long-word{overflow-wrap:anywhere}}
@media(max-width:360px){.facade-hero-grid>*,.company-hero-grid>*,.section-head>*{min-width:0}.facade-hero h1,.company-hero h1,.section h2,.facade-factor h3{overflow-wrap:anywhere;hyphens:auto}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.drawer{transform:none;display:none}.drawer.open{display:block}}
.card h3{overflow-wrap:anywhere}

/* Home v3 fidelity correction — page-local composition on approved v1.1 tokens */
.header-contact{margin-left:auto;padding-left:24px;border-left:1px solid var(--border);display:grid;gap:2px;min-width:280px;text-align:right}.header-contact a{font-size:22px;line-height:1.2;font-weight:700;text-decoration:none;color:var(--fg)}.header-contact a:hover{text-decoration:underline;text-underline-offset:4px}.header-contact span{font-size:14px;color:var(--muted)}
.home-hero{background:var(--surface);border-bottom:1px solid var(--border);position:relative;overflow:hidden}.home-hero-grid{position:relative;display:block;height:100%;min-height:0}.home-hero-copy{padding:clamp(64px,7vw,92px) clamp(32px,5vw,72px) 58px 0;align-self:center;position:relative;z-index:2}.home-hero-copy h1{font-family:var(--font-family);font-size:clamp(44px,4.3vw,62px);line-height:1.03;letter-spacing:-.015em;font-weight:600;margin:0 0 24px;max-width:15ch}.home-hero-lead{font-size:19px;line-height:1.55;color:var(--muted);max-width:52ch;margin:0 0 28px}.home-hero-actions{display:flex;gap:14px;flex-wrap:wrap}.home-hero-actions .btn{min-width:178px}.home-dealer-note{margin-top:40px;padding-top:18px;border-top:1px solid var(--border);display:flex;gap:12px;align-items:flex-start;max-width:540px}.home-dealer-note p{font-size:13px;line-height:1.5;color:var(--muted);margin:0}.signal-mark{width:10px;height:10px;background:var(--signal);border:1px solid var(--fg);transform:rotate(45deg);margin-top:5px;flex:0 0 auto}.home-hero-visual{margin:0;position:relative;min-width:0;min-height:610px;background:var(--surface-subtle);overflow:hidden}.home-hero-visual img{width:100%;height:100%;object-fit:cover;object-position:48% 50%;display:block}.home-hero-visual figcaption{position:absolute;right:16px;bottom:16px;left:auto;max-width:360px;padding:10px 12px;background:rgba(255,255,255,.9);box-shadow:var(--shadow-1);color:var(--muted);font-size:11px;line-height:1.4;z-index:2}
.home-directions{padding:56px 0 72px;background:var(--bg);border-bottom:1px solid var(--border)}.home-section-title{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:end;margin-bottom:28px}.home-section-title h2{font-family:var(--font-family);font-size:40px;line-height:1.08;letter-spacing:-.01em;margin:0}.home-section-title>p{color:var(--muted);margin:0;max-width:58ch}.material-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.material-card{min-width:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--r2);padding:20px 0 0;text-decoration:none;overflow:hidden;box-shadow:var(--shadow-1);transition:transform 140ms var(--ease),border-color 140ms var(--ease)}.material-card:hover{transform:translateY(-2px);border-color:var(--accent)}.material-card-head{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:0 20px 16px;font-size:18px}.material-card-head>span{color:var(--accent);font-size:24px}.material-image{display:block;width:100%;aspect-ratio:1.55/1;background-image:url('home-materials-review.png');background-size:400% 100%;background-repeat:no-repeat}.material-roof{background-image:url('home-material-roof-original.png');background-size:cover;background-position:center}.material-facade{background-image:url('facade-metal-siding-preview.png');background-size:cover;background-position:68% center}.material-sheet{background-position:66.666% 0}.material-fence{background-position:100% 0}.material-meta{display:block;padding:12px 20px;color:var(--muted);font-size:12px}.review-caption{font-size:12px;color:var(--muted);margin:14px 0 0}
@media(max-width:1100px) and (min-width:961px){.header-contact{min-width:250px;padding-left:14px}.header-contact a{font-size:19px}.home-hero-copy h1{font-size:48px}.material-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:960px){.home-hero-grid{grid-template-columns:1fr;min-height:0}.home-hero-copy{padding:54px 0 34px}.home-hero-copy h1{max-width:18ch;font-size:clamp(40px,7vw,56px)}.home-hero-visual{min-height:420px;margin-inline:calc(-1 * var(--gutter))}.home-section-title{grid-template-columns:1fr}.material-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.home-hero-copy{padding:40px 0 28px}.home-hero-copy h1{font-size:38px;line-height:1.06;margin-bottom:18px}.home-hero-lead{font-size:17px}.home-hero-actions{display:grid}.home-hero-actions .btn{width:100%}.home-dealer-note{margin-top:26px}.home-hero-visual{min-height:310px}.home-hero-visual img{object-position:52% 50%}.home-hero-visual figcaption{right:10px;bottom:10px;left:10px;max-width:none}.home-directions{padding:44px 0 54px}.home-section-title h2{font-size:32px}.material-grid{grid-template-columns:1fr}.material-image{aspect-ratio:1.8/1}.material-card-head{font-size:19px}}
@media(prefers-reduced-motion:reduce){.material-card:hover{transform:none}}
.home-hero-copy{padding:clamp(54px,6vw,76px) clamp(32px,5vw,72px) 44px 0}.home-hero-copy h1{font-size:clamp(44px,4vw,54px);line-height:1.04;max-width:17.5ch}
@media(max-width:600px){.home-hero-copy{padding:40px 0 28px}.home-hero-copy h1{font-size:38px;line-height:1.06;max-width:18ch}}

/* Canonical Montserrat typography from metallr-design-system-2026 */
html,body,button,input,textarea,select{font-family:var(--font-family)}
body{font-size:16px;line-height:1.5;font-weight:400;letter-spacing:0}
h1,h2,h3,h4,.hero h1,.home-hero-copy h1,.home-section-title h2,.entry h1{font-family:var(--font-family);font-weight:600}
.hero h1,.home-hero-copy h1{font-size:clamp(42px,3.9vw,52px);line-height:1.08;letter-spacing:-.015em}
.section h2,.home-section-title h2{font-size:clamp(30px,3.2vw,40px);line-height:1.12;letter-spacing:-.01em}
.card h3,.brand-card h3{font-size:clamp(24px,2.2vw,30px);line-height:1.2;letter-spacing:-.005em}
.step h3,.legal h2,.cta h2{font-weight:600;line-height:1.2;letter-spacing:-.005em}
.desktop-nav,.drawer nav,.btn,.field label,.material-card-head,.accordion-button{font-weight:600}
.desktop-nav .nav-link,.catalog-trigger{font-weight:500;letter-spacing:0}
.btn{letter-spacing:.02em}.eyebrow{font-weight:700;letter-spacing:.09em;line-height:1.2}
.control,.specs dd,.ral,.material-meta,.review-caption,.hint,.caption,.footer-bottom{font-family:var(--font-family)}
.specs dd,.ral{font-weight:600;letter-spacing:0}.header-contact a,.phone,.drawer-phone{font-weight:700}
.entry h1{font-size:clamp(42px,5vw,64px);line-height:1.08;letter-spacing:-.02em}
@media(max-width:600px){.hero h1,.home-hero-copy h1{font-size:clamp(36px,11vw,42px);line-height:1.08}.section h2,.home-section-title h2{font-size:30px;line-height:1.12}.card h3,.brand-card h3{font-size:24px;line-height:1.2}}
@media(max-width:600px){.catalog-page .hero h1{font-size:30px;overflow-wrap:normal}}

/* Expanded reference page for the facade catalog section. */
.facade-page .section-head{align-items:start}
.facade-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:clamp(36px,6vw,90px);align-items:center}
.facade-hero-sample{min-height:360px;border:1px solid var(--border);border-radius:var(--r3);background-image:linear-gradient(180deg,transparent 58%,rgba(8,31,51,.72)),url('profiled-sheet-product.png');background-size:100% 100%,cover;background-position:center,center;background-repeat:no-repeat;display:flex;align-items:flex-end;padding:24px;color:#fff;font-weight:600;box-shadow:var(--shadow-2)}
.facade-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.facade-product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r3);overflow:hidden;min-width:0}
.facade-product-card{display:block;color:inherit;text-decoration:none;transition:transform 140ms var(--ease),border-color 140ms var(--ease),box-shadow 140ms var(--ease)}.facade-product-card:hover{transform:translateY(-2px);border-color:var(--accent);box-shadow:var(--shadow-2)}.facade-product-card .card-body{padding:24px}.facade-product-card h3{display:flex;align-items:start;justify-content:space-between;gap:12px}.facade-product-card h3 span{color:var(--accent);font-size:1.15em;line-height:1}
.facade-product-card:first-child{grid-column:span 2}
.facade-product-card h3{font-size:22px;line-height:1.2;margin:0 0 10px}
.facade-product-card p{color:var(--muted);margin:0}
.facade-product-visual{display:block;width:100%;height:190px;object-fit:cover;background:#e9edf0}
.facade-product-card:first-child .facade-product-visual{height:230px}
.facade-product-siding{object-position:center 48%}
.facade-product-sheet{object-position:center 50%}
.facade-product-cassette{object-position:center 45%}
.facade-product-linear{object-position:center 48%}
.facade-product-panel{object-position:center 50%}
.facade-product-vent{object-position:center 48%}
.facade-product-trim{object-position:center 52%}
.facade-factor-grid{border-top:1px solid var(--border)}
.facade-factor{display:grid;grid-template-columns:72px minmax(0,1fr);gap:20px;padding:24px 0;border-bottom:1px solid var(--border)}
.facade-factor>span{color:var(--accent);font-weight:600}
.facade-factor h3{font-size:22px;margin:0 0 6px}.facade-factor p{max-width:75ch;margin:0;color:var(--muted)}
.facade-inverse-head .section-intro{color:#c8d2da}
.facade-system-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.22)}
.facade-system-grid article{padding:26px 22px 10px 0;border-right:1px solid rgba(255,255,255,.18)}
.facade-system-grid article+article{padding-left:22px}.facade-system-grid article:last-child{border-right:0}
.facade-system-grid span{color:#7fb1ff;font-weight:600}.facade-system-grid h3{font-size:21px;margin:18px 0 8px}.facade-system-grid p{color:#c8d2da;margin:0}
.facade-brands-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:clamp(40px,8vw,110px);align-items:start}
.facade-brands-grid h2{margin:0 0 18px}
.facade-brand-points{border-top:1px solid var(--border)}.facade-brand-points>div{display:grid;gap:6px;padding:22px 0;border-bottom:1px solid var(--border)}.facade-brand-points span{color:var(--muted)}
.facade-related{display:flex;align-items:center;flex-wrap:wrap;gap:12px 22px;margin-top:38px;padding-top:22px;border-top:1px solid var(--border)}
.facade-related>span{font-weight:600}.facade-related a{color:var(--accent);text-underline-offset:4px}
.facade-faq-grid{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:clamp(32px,7vw,100px)}
.facade-faq-grid h2{margin:0}.facade-faq{border-top:1px solid var(--border)}
.facade-faq details{border-bottom:1px solid var(--border)}.facade-faq summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:72px;padding:16px 0;font-weight:600;cursor:pointer}.facade-faq summary::-webkit-details-marker{display:none}.facade-faq summary span{font-size:25px;color:var(--accent);transition:transform 140ms var(--ease)}.facade-faq details[open] summary span{transform:rotate(45deg)}.facade-faq details p{color:var(--muted);max-width:70ch;margin:0;padding:0 42px 22px 0}
@media(max-width:960px){.facade-hero-grid,.facade-brands-grid,.facade-faq-grid{grid-template-columns:1fr}.facade-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.facade-product-card:first-child{grid-column:auto}.facade-product-card:first-child .facade-product-visual{height:190px}.facade-system-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.facade-system-grid article:nth-child(2){border-right:0}.facade-system-grid article:nth-child(n+3){border-top:1px solid rgba(255,255,255,.18)}}
@media(max-width:600px){.facade-hero-sample{min-height:250px}.facade-product-grid,.facade-system-grid{grid-template-columns:1fr}.facade-system-grid article,.facade-system-grid article+article{padding:22px 0;border-right:0;border-top:1px solid rgba(255,255,255,.18)}.facade-system-grid article:first-child{border-top:0}.facade-factor{grid-template-columns:44px minmax(0,1fr);gap:12px}.facade-related{align-items:flex-start;flex-direction:column}.facade-faq summary{min-height:66px}}

/* Product pages inside the facade catalog. */
.company-hero{padding:0 0 clamp(58px,7vw,92px);background:var(--surface-subtle);border-bottom:1px solid var(--border)}.company-hero .breadcrumbs{padding-top:24px;margin-bottom:30px}.company-hero-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);gap:clamp(38px,6vw,88px);align-items:center}.company-hero-copy{padding:34px 0 20px}.company-hero h1{max-width:14ch;margin:0 0 24px;font-size:clamp(44px,4.4vw,66px);line-height:1.01;letter-spacing:-.025em;text-wrap:balance}.company-hero .hero-lead{max-width:59ch;margin-bottom:30px}.company-hero-visual{position:relative;min-height:520px;margin:0;overflow:hidden;border-radius:var(--r4);background:var(--roof);box-shadow:0 22px 52px rgba(18,45,68,.18)}.company-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(12,31,46,.88) 100%);pointer-events:none}.company-hero-visual img{display:block;width:100%;height:520px;object-fit:cover;object-position:center}.company-hero-visual figcaption{position:absolute;z-index:1;left:0;right:0;bottom:0;padding:32px;color:#fff}.company-hero-visual figcaption span,.company-card>span{font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.company-hero-visual figcaption span{color:var(--signal)}.company-hero-visual figcaption p{max-width:42ch;margin:10px 0 0;font-size:18px;line-height:1.42;font-weight:600}.company-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--border);border:1px solid var(--border)}.company-card{min-height:235px;padding:28px;background:var(--surface)}.company-card>span{color:var(--accent)}.company-card h3{margin:48px 0 12px;font-size:22px;line-height:1.18;text-wrap:balance}.company-card p{margin:0;color:var(--muted);text-wrap:pretty}.company-card:nth-child(2),.company-card:nth-child(5){background:var(--accent-soft)}.company-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.company-facts>div{padding:28px 36px;border-left:1px solid rgba(255,255,255,.18)}.company-facts>div:first-child{border-left:0;padding-left:0}.company-facts span{font-size:13px;color:#bcc8d1}.company-facts p{max-width:42ch;margin:10px 0 0;color:#fff;font-size:20px;line-height:1.4}@media(max-width:1050px){.company-hero-grid{grid-template-columns:1fr}.company-hero-copy{padding-bottom:0}.company-hero-visual{min-height:400px}.company-hero-visual img{height:400px}.company-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.company-hero{padding-bottom:48px}.company-hero .breadcrumbs{margin-bottom:14px}.company-hero h1{font-size:38px}.company-hero-grid{gap:30px}.company-hero-visual{min-height:320px;border-radius:var(--r3)}.company-hero-visual img{height:320px}.company-hero-visual figcaption{padding:22px}.company-hero-visual figcaption p{font-size:16px}.company-card-grid,.company-facts{grid-template-columns:1fr}.company-card{min-height:0}.company-card h3{margin-top:30px}.company-facts>div,.company-facts>div:first-child{padding:22px 0;border-left:0;border-top:1px solid rgba(255,255,255,.18)}.company-facts>div:first-child{border-top:0}.company-facts p{font-size:18px}}
.facade-detail-hero-image{margin:0;min-height:360px;border:1px solid var(--border);border-radius:var(--r3);overflow:hidden;background:var(--surface-subtle);box-shadow:var(--shadow-2)}.facade-detail-hero-image img{display:block;width:100%;height:100%;min-height:360px;object-fit:cover;object-position:center}.facade-detail-application-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.facade-detail-application{background:var(--surface);border:1px solid var(--border);border-radius:var(--r3);overflow:hidden;min-width:0}.facade-detail-application-feature{grid-column:span 2;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.82fr)}.facade-detail-application-feature>img{display:block;width:100%;height:100%;min-height:230px;object-fit:cover}.facade-detail-application h3{font-size:22px;line-height:1.2;margin:0 0 10px}.facade-detail-application p,.facade-detail-variants p{margin:0;color:var(--muted)}.facade-detail-accent{display:block;width:34px;height:4px;background:var(--accent);margin-bottom:18px}.facade-detail-variants{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.facade-detail-variants article{padding:24px;border:1px solid var(--border);border-radius:var(--r3);background:var(--surface)}.facade-detail-variants h3{font-size:21px;line-height:1.22;margin:0 0 10px}.facade-detail-calculation{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:clamp(32px,6vw,88px);align-items:start}.facade-detail-calculation h2{margin:0 0 14px}.facade-detail-calculation ul{margin:0;padding:0;list-style:none;border-top:1px solid var(--border)}.facade-detail-calculation li{padding:16px 0 16px 34px;border-bottom:1px solid var(--border);position:relative}.facade-detail-calculation li:before{content:'✓';position:absolute;left:0;color:var(--accent);font-weight:700}@media(max-width:960px){.facade-detail-application-grid,.facade-detail-variants{grid-template-columns:repeat(2,minmax(0,1fr))}.facade-detail-application-feature{grid-column:span 2}.facade-detail-calculation{grid-template-columns:1fr}}@media(max-width:600px){.facade-detail-hero-image{min-height:250px}.facade-detail-hero-image img{min-height:250px}.facade-detail-application-grid,.facade-detail-variants{grid-template-columns:1fr}.facade-detail-application-feature{grid-column:auto;grid-template-columns:1fr}.facade-detail-application-feature>img{min-height:190px}.facade-detail-application .card-body,.facade-detail-variants article{padding:20px}}

/* Expanded reference page for the roof catalog section. */
.roof-page .facade-hero-sample{background-image:linear-gradient(180deg,transparent 50%,rgba(8,31,51,.72)),url('home-material-roof-original.png');background-position:center,center}
.roof-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.roof-product-card{position:relative;min-width:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--r3);overflow:hidden;color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.roof-product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-2);border-color:color-mix(in srgb,var(--accent) 38%,var(--border))}.roof-product-card .card-body{padding:22px 24px 25px}.roof-product-card h3{font-size:22px;line-height:1.2;margin:0 0 10px}.roof-product-card p{color:var(--muted);margin:0}.roof-product-visual{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;object-position:center;display:block;background:var(--roof)}
.roof-product-accent{display:block;width:54px;height:5px;margin:0 0 18px;background:var(--roof)}.roof-product-accent-sheet{background:var(--sheet)}.roof-product-accent-seam{background:#657381}.roof-product-accent-soft{background:#8f4e35}.roof-product-accent-drain{background:#52606d}.roof-product-accent-safety{background:#5e2028}
@media(max-width:960px){.roof-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.roof-product-grid{grid-template-columns:1fr}.roof-product-visual{height:auto}.roof-product-card .card-body{padding:20px}}

/* Expanded reference page for profiled sheet. */
.profiled-page .facade-hero-sample{background-image:linear-gradient(180deg,transparent 50%,rgba(8,31,51,.72)),url('home-materials-review.png');background-size:100% 100%,400% 100%;background-position:center,66.666% 0}
.profiled-product-feature{grid-column:span 2;display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.82fr)}
.profiled-product-feature .card-body{display:flex;flex-direction:column;justify-content:center}.profiled-product-visual{width:100%;min-height:230px;background-image:url('profiled-sheet-product.png');background-size:cover;background-position:center;background-repeat:no-repeat}
.profiled-product-accent-roof{background:var(--roof)}.profiled-product-accent-wall{background:var(--sheet)}.profiled-product-accent-fence{background:var(--fence)}.profiled-product-accent-bearing{background:#657381}.profiled-product-accent-trim{background:#52606d}.profiled-product-accent-color{background:#8f4e35}
@media(max-width:960px){.profiled-product-feature{grid-column:span 2}}@media(max-width:600px){.profiled-product-feature{grid-column:auto;grid-template-columns:1fr}.profiled-product-visual{height:190px;min-height:0}}

/* Expanded reference page for fences and enclosures. */
.fences-page .facade-hero-sample{background-image:linear-gradient(180deg,transparent 50%,rgba(30,14,18,.72)),url('home-materials-review.png');background-size:100% 100%,400% 100%;background-position:center,100% 0}
.fence-product-feature{grid-column:span 2;display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.82fr)}
.fence-product-feature .card-body{display:flex;flex-direction:column;justify-content:center}.fence-product-visual{width:100%;min-height:230px;background-image:url('home-materials-review.png');background-size:400% 100%;background-position:100% 0;background-repeat:no-repeat}
.fence-product-accent-sheet{background:var(--fence)}.fence-product-accent-picket{background:#7b3140}.fence-product-accent-louver{background:#52606d}.fence-product-accent-ranch{background:#8f4e35}.fence-product-accent-panel{background:var(--accent)}.fence-product-accent-frame{background:#657381}
@media(max-width:960px){.fence-product-feature{grid-column:span 2}}@media(max-width:600px){.fence-product-feature{grid-column:auto;grid-template-columns:1fr}.fence-product-visual{height:190px;min-height:0}}

/* Expanded reference page for drainage systems. */
.drainage-page .facade-hero-sample{background-image:linear-gradient(180deg,transparent 50%,rgba(8,31,51,.72)),url('drainage-system-preview.png');background-size:100% 100%,cover;background-position:center,center;background-repeat:no-repeat}
.drainage-page .facade-hero-sample span{position:relative;z-index:1}
.drainage-product-feature{grid-column:span 2;display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.82fr)}.drainage-product-feature .card-body{display:flex;flex-direction:column;justify-content:center}.drainage-product-visual{min-height:230px;background-image:url('drainage-system-preview.png');background-size:cover;background-position:center;overflow:hidden}
.drainage-product-accent-metal{background:#526a78}.drainage-product-accent-plastic{background:#52606d}.drainage-product-accent-gutter{background:#8f4e35}.drainage-product-accent-connector{background:var(--accent)}.drainage-product-accent-mount{background:#657381}.drainage-product-accent-care{background:var(--success)}
@media(max-width:960px){.drainage-product-feature{grid-column:span 2}}@media(max-width:600px){.drainage-product-feature{grid-column:auto;grid-template-columns:1fr}.drainage-product-visual{height:190px;min-height:0}}

/* The catalog uses product imagery without the obsolete decorative diagonal. */
.catalog-page .hero:after,.facade-page .hero:after{display:none}

/* Expanded reference page for sandwich panels and prefabricated buildings. */
.sandwich-page .facade-hero-sample{position:relative;background:none;padding:0;display:block}.sandwich-page .facade-hero-sample:before{display:none}.sandwich-hero-image{height:360px;margin:0;overflow:hidden}.sandwich-hero-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.sandwich-product-feature{grid-column:span 2;display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.82fr)}.sandwich-product-feature .card-body{display:flex;flex-direction:column;justify-content:center}.sandwich-product-visual{width:100%;min-height:230px;height:100%;display:block;object-fit:cover;object-position:center}
.sandwich-product-accent-wall{background:#2d6ea8}.sandwich-product-accent-roof{background:var(--roof)}.sandwich-product-accent-assembly{background:#657381}.sandwich-product-accent-acoustic{background:#8f4e35}.sandwich-product-accent-seal{background:var(--accent)}.sandwich-product-accent-trim{background:#52606d}
@media(max-width:960px){.sandwich-product-feature{grid-column:span 2}}@media(max-width:600px){.sandwich-hero-image{height:250px}.sandwich-product-feature{grid-column:auto;grid-template-columns:1fr}.sandwich-product-visual{height:190px;min-height:0}}

/* Expanded pages for accessories and additional construction materials. */
.accessories-page .facade-hero-sample,.other-page .facade-hero-sample{position:relative;background:none;padding:0;display:block}.accessories-page .facade-hero-sample:before,.other-page .facade-hero-sample:before{display:none}.accessories-hero-image,.other-hero-image{height:360px;margin:0;overflow:hidden}.accessories-hero-image img,.other-hero-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.accessories-product-feature,.other-product-feature{grid-column:span 2;display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.82fr)}.accessories-product-feature .card-body,.other-product-feature .card-body{display:flex;flex-direction:column;justify-content:center}.accessories-product-visual,.other-product-visual{width:100%;min-height:230px;height:100%;display:block;object-fit:cover;object-position:center}.accessories-product-accent-membrane{background:#5584b7}.accessories-product-accent-insulation{background:#d9b36d}.accessories-product-accent-sealant{background:#77818b}.accessories-product-accent-fastener{background:#2f3740}.accessories-product-accent-sheet{background:#566775}.accessories-product-accent-paint{background:#8f4e35}.accessories-product-accent-tool{background:#003399}.other-product-accent-window{background:#2f3740}.other-product-accent-ladder{background:#bb8a4b}.other-product-accent-vane{background:#67717c}.other-product-accent-decking{background:#755338}.other-product-accent-ceiling{background:#d1d5d9}.other-product-accent-osb{background:#c69b5e}.other-product-accent-steel{background:#414a53}@media(max-width:960px){.accessories-product-feature,.other-product-feature{grid-column:span 2}}@media(max-width:600px){.accessories-hero-image,.other-hero-image{height:250px}.accessories-product-feature,.other-product-feature{grid-column:auto;grid-template-columns:1fr}.accessories-product-visual,.other-product-visual{height:190px;min-height:0}}

/* Final home hero architecture. The header uses the canonical shared rules. */
.home-document{scrollbar-width:none}
.home-document::-webkit-scrollbar{display:none}

.home-page .home-hero-actions .btn-secondary,
.home-page .home-hero-actions .btn-secondary:visited,
.home-page .home-hero-actions .btn-secondary:hover,
.home-page .home-hero-actions .btn-secondary:focus,
.home-page .home-hero-actions .btn-secondary:active{
  min-width:200px;
  white-space:nowrap;
  background:transparent;
  border-color:var(--accent);
  color:var(--accent);
}

@media(min-width:961px){
  .home-page .home-hero{height:clamp(518px,43.203vw,642px);background:#F8F8F9;position:relative;overflow:hidden;border-bottom:0}
  .home-page .home-hero-grid{position:relative;display:block;width:100%;height:100%;min-height:0}
  .home-page .home-hero-visual{position:absolute;inset:0 0 0 auto;z-index:0;width:64%;height:100%;min-height:0;margin:0;overflow:hidden;background:#F8F8F9;mask-image:none;-webkit-mask-image:none}
  .home-page .home-hero-visual::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to right,#F8F8F9 0%,#F8F8F9 7%,rgba(248,248,249,.96) 13%,rgba(248,248,249,.78) 19%,rgba(248,248,249,.48) 25%,rgba(248,248,249,.18) 31%,rgba(248,248,249,0) 37%)}
  .home-page .home-hero-visual picture{display:block;width:100%;height:100%}
  .home-page .home-hero-visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:right 58%}
  .home-page .home-hero-copy{position:relative;z-index:2;width:min(calc(100% - 64px),1316px);height:100%;margin:0 auto;padding:clamp(50px,4.2vw,64px) 0 38px;pointer-events:auto}
  .home-page .home-hero-copy h1{visibility:visible;max-width:760px;margin:0 0 24px;font-size:clamp(46px,3.65vw,56px);line-height:1.02}
  .home-page .home-hero-lead{visibility:visible;max-width:540px;margin:0 0 30px;font-size:18px;line-height:1.48}
  .home-page .home-hero-actions{position:static;display:flex;gap:16px;pointer-events:auto}
  .home-page .home-hero-actions .btn,.home-page .home-hero-actions .btn:visited,.home-page .home-hero-actions .btn:hover,.home-page .home-hero-actions .btn:focus,.home-page .home-hero-actions .btn:active{position:static;width:auto;height:auto;min-width:190px;min-height:50px;padding:13px 24px;border-radius:4px;font-size:16px;pointer-events:auto}
  .home-page .home-hero-actions .btn-primary{border:1px solid var(--accent);background:var(--accent);color:#fff}
  .home-page .home-hero-actions .btn-secondary{border:1px solid var(--accent);background:transparent;color:var(--accent)}
  .home-page .home-dealer-logos{visibility:visible;display:block;width:320px;height:auto;margin-top:38px;background:#F8F8F9}
}

@media(max-width:960px){
  .home-page .home-hero{height:auto;background:#F8F8F9}
  .home-page .home-hero-grid{position:relative;display:grid;grid-template-columns:1fr;height:auto}
  .home-page .home-hero-copy{width:auto;height:auto;padding:58px var(--gutter) 42px}
  .home-page .v3-break{display:none}
  .home-page .home-hero-copy h1{max-width:720px;font-size:clamp(42px,6.5vw,54px)}
  .home-page .home-hero-lead{max-width:650px}
  .home-page .home-dealer-logos{display:block;margin-top:38px}
  .home-page .home-hero-visual{position:relative;inset:auto;display:block;height:auto;min-height:0;margin:0;background:#F8F8F9;mask-image:none;-webkit-mask-image:none}
  .home-page .home-hero-visual::after{display:none}
  .home-page .home-hero-visual picture{display:block;width:100%;height:auto}
  .home-page .home-hero-visual img{display:block;width:100%;height:auto;margin-inline:auto;aspect-ratio:3/2;object-fit:contain;object-position:center top}
}

@media(max-width:600px){
  .home-page .home-hero-copy{padding:38px 16px 30px}
  .home-page .home-hero-copy h1{max-width:none;margin-bottom:20px;font-size:36px;line-height:1.1;letter-spacing:-.015em}
  .home-page .home-hero-lead{margin-bottom:26px;font-size:16px;line-height:1.55}
  .home-page .home-hero-actions{display:grid;gap:12px}
  .home-page .home-hero-actions .btn{width:100%;min-height:52px}
  .home-page .home-dealer-logos{width:245px;height:auto;margin-top:30px}
  .home-page .home-hero-visual img{width:100%;aspect-ratio:3/2}
}

@media(prefers-reduced-motion:reduce){
  .home-page .home-hero-visual img{transition:none!important;animation:none!important}
}

/* Keep form controls aligned when one field has an additional hint row. */
.form-grid{align-items:start}
.form-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-policy{margin:-6px 0 0;color:var(--muted);font-size:13px}.form-actions button:disabled{cursor:wait;opacity:.72}.form-message:focus{outline:0}.form-message[tabindex="-1"]:focus-visible{outline:2px solid var(--focus);outline-offset:3px}
.field{align-content:start}

/* Interactive office map */
.map-embed{min-height:360px;background:var(--surface-subtle);border:1px solid var(--border);overflow:hidden;position:relative}
.map-embed iframe{display:block;width:100%;height:100%;border:0}
.map-pin{position:absolute;left:50%;top:50%;width:44px;height:56px;transform:translate(-50%,-100%);display:inline-flex;align-items:flex-start;justify-content:center;color:inherit;z-index:2;text-decoration:none}
.map-pin svg{width:44px;height:56px;display:block;filter:drop-shadow(0 7px 12px rgba(0,0,0,.22))}
.map-pin:focus-visible{outline:3px solid var(--focus);outline-offset:4px;border-radius:22px}
@media(max-width:600px){.map-embed{min-height:300px}}

.company-details{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:clamp(32px,7vw,100px);align-items:start}.company-details h2{font-size:clamp(30px,3.3vw,46px);line-height:1.08;margin:0}.company-details ul{list-style:none;margin:0;padding:0;border-top:1px solid var(--border)}.company-details li{position:relative;padding:20px 0 20px 36px;border-bottom:1px solid var(--border);color:var(--muted)}.company-details li:before{content:'✓';position:absolute;left:0;color:var(--accent);font-weight:700}.company-related{padding:34px 0;background:var(--accent-soft);border-block:1px solid var(--border)}.company-related .wrap{display:grid;grid-template-columns:minmax(220px,.5fr) minmax(0,1.5fr);gap:32px;align-items:start}.company-related h2{font-size:22px;margin:9px 0 0}.company-related nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.company-related a{display:flex;justify-content:space-between;gap:12px;padding:18px;background:var(--surface);border:1px solid var(--border);text-decoration:none;font-weight:600}.company-related a:hover{border-color:var(--accent);color:var(--accent)}
@media(max-width:800px){.company-details,.company-related .wrap{grid-template-columns:1fr}.company-related nav{grid-template-columns:1fr}}
.brand-direction{display:block;color:inherit;text-decoration:none;transition:background 180ms var(--ease),color 180ms var(--ease)}.brand-direction b{display:block;margin-top:20px;color:var(--accent);font-size:14px}.brand-direction:hover{background:var(--surface-inverse);color:#fff}.brand-direction:hover p,.brand-direction:hover b{color:#fff}.legal-page .hero{padding-bottom:48px}.legal-copy{max-width:920px}.legal-copy h2{margin:44px 0 14px;font-size:clamp(24px,2.8vw,34px)}.legal-copy p{margin:0 0 20px;color:var(--muted);font-size:17px;line-height:1.7}.legal-copy a{color:var(--accent);text-underline-offset:3px}.legal-table-wrap{margin:0 0 22px;overflow:auto;border:1px solid var(--border);border-radius:var(--r2);background:var(--surface)}.legal-copy table{width:100%;min-width:660px;border-collapse:collapse;text-align:left}.legal-copy th,.legal-copy td{padding:17px 20px;vertical-align:top;border-bottom:1px solid var(--border);line-height:1.5}.legal-copy th{background:var(--accent-soft);font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--ink)}.legal-copy tr:last-child td{border-bottom:0}.legal-copy td{color:var(--muted)}

/* High-resolution dealer logo with a readable endorsement line. */
.logo{width:200px;max-height:none}
@media(max-width:960px){.header-row{min-height:90px}.logo{width:200px}}
@media(max-width:600px){.header-row{min-height:84px;gap:12px}.logo{width:clamp(164px,48vw,190px)}}

/* Switch to the drawer before desktop navigation starts wrapping. */
@media(max-width:1160px){.desktop-nav{display:none}.menu-btn{display:inline-flex}.header-row{min-height:90px}}

.footer-bottom{display:flex;justify-content:flex-end;align-items:center;gap:12px 28px;flex-wrap:wrap}
.footer-bottom a{color:#fff;font-weight:600;text-underline-offset:4px}
.footer-bottom a:hover{text-decoration-thickness:2px}
.footer-credit{display:inline-flex;align-items:center;gap:10px}
.footer-credit a{display:inline-flex;align-items:center;gap:8px;border-radius:var(--r2);color:#fff;text-decoration:none}
.footer-credit img{display:block;width:36px;height:36px;border-radius:var(--r2)}
.footer-credit-name{font-size:16px;font-weight:700;letter-spacing:-.01em}
@media(max-width:600px){.footer-bottom{align-items:flex-start;flex-direction:column}}

/* The phone icon and its number form one aligned line in the desktop header. */
.header-phone-row{display:inline-flex;align-items:center;justify-content:flex-end;gap:9px;line-height:1}
.header-phone-row img{display:block;width:24px;height:24px;flex:0 0 auto;object-fit:contain}

/* One shared megamenu contract on every page. */
.catalog-menu a{min-width:0;white-space:normal;overflow-wrap:anywhere;line-height:1.35}

/* Keep material images aligned when one card title wraps to two lines. */
.material-card-head{min-height:90px;padding-top:16px;padding-bottom:16px}
.catalog-page .card h2{font-size:clamp(24px,2.2vw,30px);line-height:1.2;margin:0 0 14px}

/* Keep text actions comfortably tappable on mobile and keyboard-visible. */
.link,.facade-related a,.footer-links a{min-height:44px;display:inline-flex;align-items:center}
.footer-links{gap:4px}
