:root{
  --color-canvas:#f6f7f8;
  --color-canvas-elevated:#fbfbfc;
  --color-canvas-muted:#eef0f2;
  --color-graphite:#111214;
  --color-graphite-soft:#1a1b1e;
  --color-graphite-elevated:#222327;
  --color-text:#171719;
  --color-text-muted:#494a50;
  --color-text-on-dark:#f7f7f8;
  --color-text-muted-on-dark:#b9bac0;
  --color-orange:#c94f1c;
  --color-orange-bright:#f47b3d;
  --color-action-on-light:#a83a12;
  --color-action-on-dark:#f47b3d;
  --color-copper:#b96038;
  --color-copper-light:#d48a63;
  --color-gold:#c99954;
  --color-ember:#8e341c;
  --color-border:rgba(20,20,24,.1);
  --color-border-on-dark:rgba(255,255,255,.12);
  --gradient-brand:linear-gradient(120deg,#c94f1c 0%,#f47b3d 34%,#c99954 66%,#a64225 100%);
  --gradient-brand-soft:linear-gradient(135deg,rgba(201,79,28,.14),rgba(201,153,84,.1),rgba(255,255,255,0));
  --gradient-dark:linear-gradient(145deg,#0c0d0f 0%,#17181b 48%,#242126 100%);
  --gradient-pearl:linear-gradient(145deg,#fbfbfc 0%,#f1f2f4 55%,#e9eaed 100%);
  --gradient-aurora:radial-gradient(circle at 20% 20%,rgba(244,123,61,.18),transparent 38%),radial-gradient(circle at 80% 25%,rgba(201,153,84,.13),transparent 35%),linear-gradient(145deg,#f7f7f8,#eceef1);
  --motion-instant:120ms;
  --motion-fast:220ms;
  --motion-medium:420ms;
  --motion-reveal:720ms;
  --motion-intro:960ms;
  --motion-border:8s;
  --motion-border-hover:3s;
  --carousel-duration:3000ms;
  --ease-standard:cubic-bezier(.2,.75,.25,1);
  --ease-emphasized:cubic-bezier(.16,1,.3,1);
  --reveal-distance:20px;
  --product-motion-distance:4px;
  --orange:var(--color-action-on-light);
  --orange-dark:var(--color-ember);
  --ink:var(--color-text);
  --graphite:var(--color-graphite-soft);
  --charcoal:var(--color-graphite-elevated);
  --white:#fff;
  --muted:var(--color-canvas-muted);
  --line:#d3d4d6;
  --line-dark:#393a3d;
  --text-muted:var(--color-text-muted);
  --context-muted:var(--color-text-muted);
  --shell:min(1360px,calc(100vw - 80px));
  --section-space:clamp(88px,9vw,152px);
  --header-height:72px;
  --focus:0 0 0 3px rgba(201,79,28,.32);
}

@property --aurora-angle{syntax:"<angle>";inherits:false;initial-value:0deg}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 28px)}
body{margin:0;background:var(--white);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.65;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
body.nav-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
picture{display:block;min-width:0}
figure{margin:0}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit;color:inherit}
button{cursor:pointer}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{line-height:1.05;letter-spacing:-.035em}
h1{font-size:clamp(3.5rem,6.4vw,7rem);font-weight:500}
h2{font-size:clamp(2.35rem,4.1vw,4.9rem);font-weight:500}
h3{font-size:1.25rem;font-weight:500}
p{color:var(--text-muted)}
::selection{background:var(--color-action-on-light);color:#fff}
:focus-visible{outline:2px solid var(--orange);outline-offset:4px;box-shadow:var(--focus)}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.shell{width:var(--shell);margin-inline:auto}
.section{padding-block:var(--section-space)}
.section--white{background:#fff}
.section--muted{background:var(--muted)}
.section--dark{background:var(--graphite);color:#fff}
.section--dark p{color:#aaa}
.section--black{background:#050505;color:#fff}
.skip-link{position:fixed;z-index:1000;top:12px;left:12px;transform:translateY(-180%);background:#fff;color:#000;border:2px solid var(--orange);padding:10px 16px}
.skip-link:focus{transform:none}
.index-label{display:block;margin-bottom:24px;color:var(--orange);font-size:.76rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase}
.display-copy{font-size:clamp(1.5rem,2.3vw,2.4rem);line-height:1.25;letter-spacing:-.025em;color:inherit}
.large-copy{font-size:clamp(1.4rem,2.2vw,2.15rem);line-height:1.45;color:var(--ink)}
.source-note{font-size:.82rem;line-height:1.6;color:var(--color-text-muted)}

.site-header{position:sticky;z-index:100;top:0;height:var(--header-height);background:rgba(255,255,255,.96);border-bottom:1px solid rgba(0,0,0,.1);backdrop-filter:blur(14px)}
.site-header__inner{width:min(1440px,calc(100vw - 48px));height:100%;margin:auto;display:grid;grid-template-columns:170px 1fr 150px;align-items:center;gap:24px}
.brand{display:inline-block;color:var(--color-orange);font-size:1.6rem;font-weight:700;letter-spacing:.035em;line-height:1}
.brand--footer{font-size:1.8rem}
.primary-nav{justify-self:center;display:flex;align-items:center;gap:clamp(17px,2vw,34px)}
.primary-nav a{position:relative;font-size:.78rem;font-weight:500;white-space:nowrap}
.primary-nav a::after{content:"";position:absolute;right:0;bottom:-10px;left:0;height:1px;background:var(--orange);transform:scaleX(0);transform-origin:right;transition:transform .25s ease}
.primary-nav a:hover::after,.primary-nav a[aria-current="page"]::after{transform:scaleX(1);transform-origin:left}
.nav-toggle{display:none;border:0;background:transparent;padding:10px}
.nav-toggle__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.nav-toggle__lines{display:grid;gap:6px;width:26px}.nav-toggle__lines i{display:block;height:1px;background:#000;transition:transform .2s ease}
.header-cta{justify-self:end}

.button{min-height:52px;display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:13px 20px;border:1px solid var(--color-orange);border-radius:1px;background:var(--color-orange);color:#fff;font-size:.78rem;font-weight:500;line-height:1.2;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.button:hover{background:var(--orange-dark);border-color:var(--orange-dark);transform:translateY(-1px)}
.button--outline{background:transparent;color:inherit;border-color:#8c8c88}
.button--outline:hover{background:var(--ink);border-color:var(--ink);color:#fff}
.section--dark .button--outline,.cta-band .button--outline{border-color:#626262;color:#fff}.section--dark .button--outline:hover,.cta-band .button--outline:hover{background:#fff;color:#000;border-color:#fff}
.button--small{min-height:42px;padding:10px 17px;gap:16px}
.icon-arrow{width:21px;height:21px;flex:0 0 21px;transition:transform .2s ease}
a:hover .icon-arrow,.button:hover .icon-arrow{transform:translateX(4px)}
.button-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:38px}
.text-link{display:inline-flex;align-items:center;gap:18px;color:var(--orange);font-size:.82rem;font-weight:500}

.hero{overflow:hidden;background:#fff}
.hero__content{min-height:clamp(650px,calc(100vh - var(--header-height)),860px);display:grid;grid-template-columns:minmax(380px,5fr) minmax(600px,7fr);align-items:center;gap:24px}
.hero__copy{position:relative;z-index:2;padding-block:80px}
.hero__copy h1{max-width:690px;margin-bottom:28px;font-size:clamp(4rem,6.2vw,6.8rem)}
.hero__copy p{max-width:540px;font-size:1.13rem;line-height:1.65}
.hero__media{align-self:stretch;margin-right:calc((100vw - var(--shell))/2 * -1);overflow:hidden}
.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}

.spec-rail{border-block:1px solid var(--line-dark)}
.spec-rail--dark{background:var(--graphite);color:#fff}
.spec-rail__inner{min-height:132px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
.spec-rail__inner>div{padding:18px 34px;border-left:1px solid #555}.spec-rail__inner>div:first-child{border-left:0;padding-left:0}
.spec-rail strong{display:block;font-size:1.25rem;font-weight:500;letter-spacing:-.02em}.spec-rail span{display:block;margin-top:5px;color:#aaa;font-size:.75rem}

.split{display:grid;grid-template-columns:repeat(12,1fr);align-items:center;gap:28px}
.split__copy{grid-column:1/6}.split__media{grid-column:7/13}
.split__copy p{max-width:510px}.split__copy .text-link{margin-top:24px}
.split--flagship{min-height:650px}.split--flagship .split__copy h2{margin-bottom:12px}.split--flagship .split__media{height:620px;overflow:hidden}.split--flagship .split__media img{width:100%;height:100%;object-fit:cover}
.triptych{display:grid;grid-template-columns:repeat(3,1fr)}
.triptych__item{min-height:460px;position:relative;display:flex;flex-direction:column;border-right:1px solid #444;overflow:hidden}
.triptych__item:last-child{border-right:0}.triptych__item h2{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;margin:0;padding:28px 32px;font-size:1.15rem;letter-spacing:-.02em}.triptych__item h2 .icon-arrow{color:var(--orange)}
.triptych__item img{width:100%;height:380px;margin-top:auto;object-fit:cover;filter:saturate(.88);transition:transform .6s ease,filter .4s ease}.triptych__item:hover img{transform:scale(1.015);filter:saturate(1.1)}
.split--solutions{min-height:500px}.split--solutions .split__copy{grid-column:1/6}.split--solutions .split__copy h2{margin-bottom:28px}.split--solutions .capability-list{grid-column:7/13}
.capability-list{border-top:1px solid var(--line)}.capability-list a{display:grid;grid-template-columns:1fr auto;gap:4px 30px;align-items:center;padding:24px 4px;border-bottom:1px solid var(--line)}.capability-list strong{font-size:1.02rem;font-weight:500}.capability-list span{grid-column:1;color:var(--color-text-muted);font-size:.8rem}.capability-list svg{grid-column:2;grid-row:1/3;color:var(--orange)}
.process-band{padding-block:60px}.process-band h2{margin-bottom:42px;font-size:2rem}
.process-rail{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,1fr)}
.process-rail li{position:relative;padding-top:38px;color:#eee;font-size:.9rem}.process-rail li:not(:last-child)::after{content:"";position:absolute;top:11px;right:18px;left:54px;height:1px;background:var(--orange)}.process-rail span{position:absolute;top:0;left:0;color:var(--orange);font-size:.74rem}
.roadmap__row{min-height:148px;display:grid;grid-template-columns:1fr 190px 170px;align-items:center;gap:36px;border-bottom:1px solid var(--line)}.roadmap__row:first-of-type{border-top:1px solid var(--line)}.roadmap__row span{display:block;color:#777;font-size:.74rem;text-transform:uppercase;letter-spacing:.1em}.roadmap__row h2{margin:8px 0 0;font-size:2rem}.roadmap__row strong{color:var(--orange);font-size:1.05rem;font-weight:500}.section--dark .roadmap__row{border-color:#444}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:60px}.section-head h2{max-width:760px;margin:0}.section-head p{max-width:430px;margin:0}
.editorial-list{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.editorial-list a{min-height:190px;padding:30px 28px 24px 0;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.editorial-list a:not(:first-child){padding-left:28px}.editorial-list a:last-child{border-right:0}.editorial-list time,.editorial-list span{display:block;color:var(--color-text-muted);font-size:.72rem}.editorial-list h3{margin:42px 0 18px;max-width:290px;transition:color .2s ease}.editorial-list a:hover h3{color:var(--orange)}
.cta-band{padding-block:76px;background:#101010;color:#fff;border-block:1px solid #323232}.cta-band__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,400px) auto auto;align-items:center;gap:30px}.cta-band h2{max-width:690px;margin:0;font-size:clamp(2rem,3.6vw,4rem)}.cta-band p{margin:0;color:#aaa}.cta-band .button{white-space:nowrap}

.site-footer{background:#0b0b0b;color:#fff}
.site-footer__top{padding-block:72px 56px;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:70px;border-bottom:1px solid #333}.site-footer__brand p{max-width:330px;margin:24px 0;color:#999;font-size:.82rem}.footer-social{display:flex;gap:18px;font-size:.75rem}.footer-social a:hover,.footer-column a:hover,.site-footer__bottom a:hover{color:var(--orange)}
.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.footer-column h2{margin-bottom:10px;font-size:.78rem;letter-spacing:.04em}.footer-column a{color:#aaa;font-size:.74rem}
.site-footer__bottom{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:30px}.site-footer__bottom p{margin:0;color:#777;font-size:.7rem}.site-footer__bottom div{display:flex;gap:24px}.site-footer__bottom a{color:#999;font-size:.7rem}

.page-hero{position:relative;overflow:hidden}.page-hero__inner{min-height:540px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-block:80px}.page-hero h1{max-width:950px;margin-bottom:30px}.page-hero p{max-width:650px;font-size:1.15rem}.page-hero--dark{background:#111;color:#fff}.page-hero--dark p{color:#aaa}.page-hero--technical{min-height:720px;background:#060606;color:#fff}.page-hero--technical .page-hero__inner{position:relative;z-index:2}.page-hero--technical h1{max-width:650px}.page-hero--technical p{color:#aaa}.page-hero--technical>img{position:absolute;right:0;bottom:0;width:62%;height:100%;object-fit:cover;opacity:.85}.page-hero--about{background:var(--orange);color:#fff}.page-hero--about p{color:rgba(255,255,255,.8)}.page-hero--support{background:#ededeb}.page-hero--contact{background:#111;color:#fff}.page-hero--contact p{color:#aaa}

.product-row{min-height:720px;display:grid;grid-template-columns:4fr 7fr;align-items:center;gap:60px;border-bottom:1px solid var(--line)}.product-row>div{padding-block:70px}.product-row h2{margin-bottom:24px}.product-row p{max-width:450px}.product-row>img{width:100%;max-height:650px;object-fit:contain}.product-row--reverse{grid-template-columns:7fr 4fr}.product-row--reverse>div{grid-column:2}.product-row--reverse>img{grid-column:1;grid-row:1}
.split--accessories figure{grid-column:1/8}.split--accessories>div{grid-column:9/13}.split--accessories h2{font-size:3.4rem}.split--accessories img{width:100%;max-height:520px;object-fit:cover}

.product-subnav{position:sticky;z-index:80;top:var(--header-height);height:54px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.product-subnav .shell{height:100%;display:flex;align-items:center;justify-content:space-between}.product-subnav strong{font-size:.8rem}.product-subnav div div{display:flex;gap:28px}.product-subnav a{font-size:.7rem;color:#666}.product-subnav a:hover{color:var(--orange)}
.product-hero{overflow:hidden}.product-hero__inner{min-height:750px;display:grid;grid-template-columns:5fr 7fr;align-items:center;gap:30px}.product-hero__copy{padding-block:80px}.product-hero h1{margin-bottom:24px}.product-hero__copy>span{display:block;margin-top:25px;color:#777;font-size:.8rem}.product-hero__media{align-self:stretch;margin-right:calc((100vw - var(--shell))/2 * -1);overflow:hidden}.product-hero__media img{width:100%;height:100%;object-fit:cover}
.finish-section .split>div{grid-column:1/5}.finish-section .split>figure{grid-column:6/13}.finish-section h2{font-size:3.6rem}.finish-section figure img{width:100%;min-height:420px;object-fit:contain}.finish-controls{display:flex;flex-wrap:wrap;gap:24px;margin-top:44px}.finish-button{display:flex;flex-direction:column;align-items:center;gap:10px;min-width:82px;padding:0;border:0;background:none;color:#777;font-size:.68rem}.finish-button.is-active{color:#000}.finish-dot{width:38px;height:38px;border:1px solid #bbb;border-radius:50%}.finish-button.is-active .finish-dot{box-shadow:0 0 0 3px #fff,0 0 0 5px var(--orange)}.finish-dot--white{background:#f3f1ed}.finish-dot--orange{background:var(--orange)}.finish-dot--graphite{background:#414141}
.tech-chapter{min-height:640px;display:grid;grid-template-columns:4fr 8fr;border-bottom:1px solid var(--line);background:#fff}.tech-chapter__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(50px,7vw,110px);padding-left:max(48px,calc((100vw - 1280px)/2))}.tech-chapter__copy>span{margin-bottom:70px;color:var(--orange);font-size:.75rem;font-weight:500}.tech-chapter__copy h2{max-width:520px;font-size:clamp(2.6rem,4.2vw,5rem)}.tech-chapter__copy p{max-width:430px}.tech-chapter figure{overflow:hidden;background:#f4f4f2}.tech-chapter figure img{width:100%;height:100%;object-fit:cover}.tech-chapter--reverse{grid-template-columns:8fr 4fr}.tech-chapter--reverse .tech-chapter__copy{grid-column:2;padding-left:clamp(50px,7vw,110px);padding-right:max(48px,calc((100vw - 1280px)/2))}.tech-chapter--reverse figure{grid-column:1;grid-row:1}.tech-chapters--page .tech-chapter{min-height:720px}
.attachment-list{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:60px;border-top:1px solid var(--line)}.attachment-list article{padding:32px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.attachment-list article:first-child{padding-left:0}.attachment-list article:last-child{border-right:0}.attachment-list span{color:var(--orange);font-size:.72rem}.attachment-list h3{margin:54px 0 18px}.attachment-list p{font-size:.8rem}.attachments figure img{width:100%;max-height:560px;object-fit:cover}.attachment-list--large h2{margin:54px 0 20px;font-size:2.4rem}.feature-image{margin-bottom:70px}.feature-image img{width:100%;max-height:690px;object-fit:cover}
.specifications .section-head{align-items:start}.spec-table{display:grid;grid-template-columns:repeat(2,1fr);column-gap:70px}.spec-table>div{display:flex;justify-content:space-between;gap:30px;padding:18px 0;border-bottom:1px solid #c7c7c2}.spec-table span{font-size:.82rem}.spec-table strong{font-size:.82rem;font-weight:500;text-align:right}.specifications .source-note{margin-top:34px}

.coming-soon{min-height:calc(100vh - var(--header-height));display:flex;align-items:center;background:#111;color:#fff}.coming-soon__inner{padding-block:110px}.coming-soon span{display:block;color:var(--orange);font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}.coming-soon h1{max-width:900px;margin:42px 0 28px}.coming-soon strong{display:block;font-size:clamp(2rem,4vw,4rem);font-weight:400;color:var(--orange)}.coming-soon p{max-width:650px;margin-top:30px;color:#aaa;font-size:1.05rem}
.principle-list{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #444}.principle-list article{padding:32px 30px 0 0;border-right:1px solid #444}.principle-list article:not(:first-child){padding-left:30px}.principle-list article:last-child{border-right:0}.principle-list span{color:var(--orange);font-size:.72rem}.principle-list h3{margin:50px 0 18px;font-size:1.55rem}.principle-list p{font-size:.84rem}
.solution-rows article{display:grid;grid-template-columns:130px 1fr;gap:50px;padding-block:62px;border-bottom:1px solid var(--line)}.solution-rows article:first-child{border-top:1px solid var(--line)}.solution-rows article>span{color:var(--orange);font-size:.78rem}.solution-rows h2{margin-bottom:20px;font-size:clamp(2.4rem,3.8vw,4rem)}.solution-rows p{max-width:650px}.brief-list{grid-column:7/13;margin:0;padding:0;list-style:none}.brief-list li{padding:20px 0;border-bottom:1px solid #444;font-size:1.05rem}

.manufacturing-hero{position:relative;overflow:hidden;background:#f7f7f5}.manufacturing-hero::before{content:"";position:absolute;inset:0;background:url('/static/unisino/industrial-design-sketches.webp') center/cover no-repeat;opacity:.12;filter:grayscale(1)}.manufacturing-hero__inner{position:relative;min-height:760px;display:grid;grid-template-columns:5fr 7fr;align-items:center;gap:30px}.manufacturing-hero__inner>div{position:relative;z-index:2}.manufacturing-hero h1{max-width:650px}.manufacturing-hero p{max-width:520px;font-size:1.08rem}.manufacturing-hero figure{align-self:stretch}.manufacturing-hero figure img{width:100%;height:100%;object-fit:contain;filter:saturate(.75)}
.process-rail--light li{color:#111}.process-rail--light li:not(:last-child)::after{background:var(--orange)}
.manufacturing-stories article{min-height:560px;display:grid;grid-template-columns:4fr 8fr;border-bottom:1px solid var(--line)}.manufacturing-stories article:nth-child(even){grid-template-columns:8fr 4fr}.manufacturing-stories article>div{display:flex;flex-direction:column;justify-content:center;padding:70px max(48px,calc((100vw - 1280px)/2))}.manufacturing-stories article:nth-child(even)>div{grid-column:2}.manufacturing-stories article:nth-child(even)>img{grid-column:1;grid-row:1}.manufacturing-stories h2{font-size:clamp(2.6rem,4vw,4.6rem)}.manufacturing-stories img{width:100%;height:100%;object-fit:cover;min-height:560px}.split--packaging figure{grid-column:1/7}.split--packaging>div{grid-column:8/13}.split--packaging img{width:100%;max-height:600px;object-fit:cover}
.split--about>div:first-child{grid-column:1/6}.split--about>div:last-child{grid-column:7/13}.value-row{min-height:185px;display:grid;grid-template-columns:100px 3fr 5fr;align-items:center;gap:40px;border-bottom:1px solid #444}.value-row:first-child{border-top:1px solid #444}.value-row span{color:var(--orange);font-size:.75rem}.value-row h2{margin:0;font-size:2.6rem}.value-row p{margin:0;max-width:560px}.section .split>figure:first-child{grid-column:1/7}.section .split>figure:first-child+div{grid-column:8/13}

.media-grid .shell{display:grid;grid-template-columns:7fr 5fr;gap:70px}.media-feature>a{display:grid;gap:32px}.media-feature img{width:100%;aspect-ratio:16/10;object-fit:cover}.media-feature time{font-size:.72rem;color:#777}.media-feature h2{margin:20px 0;font-size:3rem}.media-feature p{max-width:600px}.editorial-list--stacked{display:block;border-top:1px solid var(--line)}.editorial-list--stacked a{display:block;min-height:200px;padding:30px 0;border-right:0}.editorial-list--stacked h3{margin:38px 0 18px;max-width:100%;font-size:1.4rem}
.article-header{padding-block:110px 70px}.article-header>a{margin-bottom:75px}.article-header time{display:block;margin-bottom:30px;color:#777;font-size:.75rem}.article-header h1{max-width:1000px}.article-header p{max-width:720px;font-size:1.2rem}.article-hero{width:var(--shell);margin:auto}.article-hero img{width:100%;max-height:780px;object-fit:cover}.article-body{max-width:840px;padding-block:90px 130px}.article-body p{font-size:1.08rem}.article-body h2{margin:70px 0 22px;font-size:2.4rem}

.download-row{min-height:260px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:50px;border-block:1px solid var(--line)}.download-row span{color:#777;font-size:.72rem}.download-row h2{margin:14px 0;font-size:3rem}.download-row p{margin:0}.faq .split{align-items:start}.faq .split>div:first-child{grid-column:1/5}.faq-list{grid-column:6/13;border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{position:relative;list-style:none;padding:28px 50px 28px 0;font-weight:500;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";position:absolute;right:0;color:var(--orange);font-size:1.4rem;font-weight:300}.faq-list details[open] summary::after{content:"−"}.faq-list details p{margin:-8px 0 30px;max-width:700px;font-size:.87rem}

.contact-layout{display:grid;grid-template-columns:minmax(0,8fr) minmax(300px,4fr);gap:90px;align-items:start}.quote-form{position:relative}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.field{display:flex;flex-direction:column;gap:8px}.field--full{grid-column:1/-1}.field label{font-size:.78rem;font-weight:500}.field label>span[aria-hidden="true"]{color:var(--orange)}.field .optional{color:#777;font-size:.68rem;font-weight:400}.field input,.field select,.field textarea{width:100%;border:1px solid #b9b9b5;border-radius:1px;background:#fff;padding:14px 15px;transition:border-color .2s ease,box-shadow .2s ease}.field input,.field select{min-height:54px}.field textarea{resize:vertical;min-height:160px}.field input:focus,.field select:focus,.field textarea:focus{outline:0;border-color:var(--orange);box-shadow:var(--focus)}.field [aria-invalid="true"]{border-color:#a32413}.field-help{font-size:.68rem;color:#777}.field-error{min-height:18px;color:#a32413;font-size:.68rem}.form-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.consent-field label{display:flex;align-items:flex-start;gap:12px;font-weight:400}.consent-field input{width:18px;min-height:18px;flex:0 0 18px;margin-top:3px}.consent-field a{text-decoration:underline;text-underline-offset:2px}.submit-button{width:100%;margin-top:28px}.form-note{margin-top:15px;font-size:.7rem}.form-status{display:none;margin-bottom:24px;padding:15px 18px;border:1px solid}.form-status.is-success{display:block;color:#1d6735;background:#eff8f1;border-color:#78b888}.form-status.is-error{display:block;color:#7b2116;background:#fff2ef;border-color:#cd867a}.quote-form.is-submitting{opacity:.7;pointer-events:none}
.next-steps{position:sticky;top:calc(var(--header-height) + 80px);padding:42px;background:#f3f3f1}.next-steps h2{font-size:2rem}.next-steps ol{list-style:none;margin:40px 0;padding:0}.next-steps li{display:grid;grid-template-columns:48px 1fr;gap:20px;padding:28px 0;border-top:1px solid var(--line)}.next-steps li>span{color:var(--orange);font-size:.72rem}.next-steps h3{margin-bottom:8px;font-size:1rem}.next-steps p{margin:0;font-size:.75rem}.contact-details{display:flex;flex-direction:column;gap:8px;padding-top:24px;border-top:1px solid var(--line);font-size:.75rem}.contact-details a{color:var(--orange)}

.policy-page{max-width:900px;padding-block:120px}.policy-page header{margin-bottom:80px;padding-bottom:42px;border-bottom:1px solid var(--line)}.policy-page h1{font-size:clamp(3.5rem,6vw,6rem)}.policy-page h2{margin:60px 0 18px;font-size:2rem}.policy-page p{font-size:1rem}.policy-page a{color:var(--orange);text-decoration:underline;text-underline-offset:3px}
.not-found{min-height:calc(100vh - var(--header-height));display:flex;align-items:center}.not-found .shell{padding-block:100px}.not-found span{color:var(--orange);font-size:1rem}.not-found h1{margin:35px 0}.not-found code{padding:2px 5px;background:#eee}

.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.75,.25,1)}.reveal.is-visible{opacity:1;transform:none}

@media (max-width:1180px){
  :root{--shell:min(100% - 64px,1120px)}
  .site-header__inner{grid-template-columns:145px 1fr 138px}.primary-nav{gap:16px}.primary-nav a{font-size:.7rem}
  .hero__content{grid-template-columns:5fr 7fr}.hero__copy h1{font-size:5rem}.hero__media{margin-right:-32px}
  .cta-band__inner{grid-template-columns:1fr auto}.cta-band p{grid-row:2}.cta-band .button{grid-row:1/3}.cta-band .button--outline{display:none}
  .contact-layout{gap:50px}
}

@media (max-width:960px){
  :root{--shell:calc(100% - 48px);--header-height:70px;--section-space:82px}
  h1{font-size:clamp(3.3rem,9vw,5.5rem)}
  .site-header{backdrop-filter:none}
  .site-header__inner{width:calc(100% - 32px);grid-template-columns:1fr auto auto}.nav-toggle{display:block;grid-column:2}.header-cta{grid-column:3}
  .primary-nav{position:fixed;top:var(--header-height);right:auto;bottom:auto;left:0;width:100vw;height:calc(100vh - var(--header-height));justify-self:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0;padding:36px 24px;overflow-y:auto;background:#fff;transform:translateX(100%);transition:transform .25s ease}.primary-nav.is-open{transform:none}.primary-nav a{width:100%;padding:18px 0;border-bottom:1px solid var(--line);font-size:1.1rem}.primary-nav a::after{display:none}
  .nav-open .nav-toggle__lines i:first-child{transform:translateY(3.5px) rotate(45deg)}.nav-open .nav-toggle__lines i:last-child{transform:translateY(-3.5px) rotate(-45deg)}
  .hero__content,.product-hero__inner,.manufacturing-hero__inner{min-height:auto;grid-template-columns:1fr}.hero__copy,.product-hero__copy,.manufacturing-hero__inner>div{padding-block:90px 30px}.hero__copy h1{font-size:clamp(3.5rem,10vw,6rem)}.hero__media,.product-hero__media{height:540px;margin:0 -24px}.manufacturing-hero figure{height:500px}
  .spec-rail__inner{grid-template-columns:repeat(2,1fr)}.spec-rail__inner>div{padding:28px;border-bottom:1px solid #444}.spec-rail__inner>div:nth-child(odd){border-left:0}.spec-rail__inner>div:nth-child(3),.spec-rail__inner>div:nth-child(4){border-bottom:0}
  .split--flagship .split__copy,.split--solutions .split__copy{grid-column:1/7}.split--flagship .split__media,.split--solutions .capability-list{grid-column:7/13}.split--flagship .split__media{height:480px}
  .triptych{grid-template-columns:1fr}.triptych__item{min-height:360px;border-right:0;border-bottom:1px solid #444}.triptych__item img{height:300px}
  .roadmap__row{grid-template-columns:1fr 145px}.roadmap__row .text-link{grid-column:1/-1;margin-bottom:30px}
  .editorial-list{grid-template-columns:1fr}.editorial-list a,.editorial-list a:not(:first-child){min-height:160px;padding:28px 0;border-right:0}.editorial-list h3{margin:28px 0 12px}
  .site-footer__top{grid-template-columns:2fr 1fr 1fr}.site-footer__brand{grid-row:span 2}.footer-column:last-child{grid-column:2/4}
  .product-row,.product-row--reverse{grid-template-columns:1fr;gap:20px}.product-row>div,.product-row--reverse>div{grid-column:1;grid-row:1;padding:70px 0 0}.product-row>img,.product-row--reverse>img{grid-column:1;grid-row:2;max-height:560px}
  .tech-chapter,.tech-chapter--reverse{grid-template-columns:1fr}.tech-chapter__copy,.tech-chapter--reverse .tech-chapter__copy{grid-column:1;grid-row:1;padding:80px 24px}.tech-chapter figure,.tech-chapter--reverse figure{grid-column:1;grid-row:2;min-height:470px}.tech-chapter__copy>span{margin-bottom:42px}
  .media-grid .shell{grid-template-columns:1fr}.editorial-list--stacked a{min-height:150px}
  .contact-layout{grid-template-columns:1fr}.next-steps{position:static}.page-hero--technical>img{width:100%;opacity:.45}.page-hero--technical .page-hero__inner{min-height:650px}
}

@media (max-width:720px){
  :root{--shell:calc(100% - 32px);--section-space:70px}
  body{font-size:15px}
  .site-header__inner{width:calc(100% - 24px);grid-template-columns:1fr auto}.brand{font-size:1.35rem}.header-cta{display:none}.nav-toggle{grid-column:2}
  .hero__copy{padding-top:72px}.hero__copy h1{font-size:clamp(3.1rem,14vw,4.7rem)}.hero__copy p{font-size:1rem}.hero__media,.product-hero__media{height:380px;margin:0 -16px}.button{width:100%}.button-row{display:grid;grid-template-columns:1fr}.button-row .button{width:100%}
  .spec-rail__inner{width:100%;grid-template-columns:1fr}.spec-rail__inner>div,.spec-rail__inner>div:first-child{padding:22px 24px;border-left:0;border-bottom:1px solid #444}.spec-rail__inner>div:nth-child(3){border-bottom:1px solid #444}
  .split{grid-template-columns:1fr}.split__copy,.split__media,.split--flagship .split__copy,.split--flagship .split__media,.split--solutions .split__copy,.split--solutions .capability-list,.split--accessories figure,.split--accessories>div,.finish-section .split>div,.finish-section .split>figure,.section .split>figure:first-child,.section .split>figure:first-child+div,.split--packaging figure,.split--packaging>div,.split--about>div:first-child,.split--about>div:last-child,.faq .split>div:first-child,.faq-list,.brief-list{grid-column:1}
  .split--flagship .split__media{height:380px;margin-top:40px}.split--accessories>div{margin-top:40px}.split--accessories h2{font-size:2.8rem}
  .section-head{display:block;margin-bottom:44px}.section-head p{margin-top:20px}
  .process-rail{grid-template-columns:1fr}.process-rail li{padding:17px 0 17px 52px;border-bottom:1px solid #3b3b3b}.process-rail li:not(:last-child)::after{display:none}.process-rail span{top:18px}.process-rail--light li{border-color:var(--line)}
  .roadmap__row{grid-template-columns:1fr;gap:15px;padding-block:32px}.roadmap__row .text-link{grid-column:1;margin:8px 0 0}.roadmap__row strong{justify-self:start}
  .cta-band__inner{display:block}.cta-band p{margin:20px 0 30px}.cta-band .button{width:100%}
  .site-footer__top{grid-template-columns:1fr;gap:42px}.site-footer__brand{grid-row:auto}.footer-column:last-child{grid-column:auto}.site-footer__bottom{padding-block:24px;display:block}.site-footer__bottom div{margin-top:14px}
  .product-subnav{display:none}.product-hero__copy{padding-top:72px}.finish-controls{justify-content:space-between}.finish-section figure img{min-height:280px}.finish-section h2{font-size:2.8rem}
  .attachment-list,.principle-list{grid-template-columns:1fr}.attachment-list article,.attachment-list article:first-child,.principle-list article,.principle-list article:not(:first-child){padding:28px 0;border-right:0}.attachment-list h3,.attachment-list--large h2,.principle-list h3{margin-top:30px}
  .spec-table{grid-template-columns:1fr}.specifications .section-head p{margin-top:18px}
  .solution-rows article{grid-template-columns:1fr;gap:20px;padding-block:44px}.solution-rows h2{font-size:2.6rem}
  .manufacturing-hero__inner>div{padding-top:82px}.manufacturing-hero figure{height:360px}.manufacturing-stories article,.manufacturing-stories article:nth-child(even){grid-template-columns:1fr}.manufacturing-stories article>div,.manufacturing-stories article:nth-child(even)>div{grid-column:1;grid-row:1;padding:70px 16px}.manufacturing-stories article>img,.manufacturing-stories article:nth-child(even)>img{grid-column:1;grid-row:2;min-height:360px}.value-row{grid-template-columns:50px 1fr;gap:18px;padding-block:32px}.value-row p{grid-column:2}.value-row h2{font-size:2rem}
  .media-feature h2{font-size:2.4rem}.article-header{padding-block:80px 50px}.article-header>a{margin-bottom:55px}.article-hero{width:100%}.article-body{padding-block:65px 90px}
  .download-row{grid-template-columns:1fr;padding-block:40px}.download-row h2{font-size:2.4rem}
  .form-grid{grid-template-columns:1fr}.field--full{grid-column:1}.contact-section{padding-top:55px}.next-steps{padding:30px 24px}
  .policy-page{padding-block:80px}
}

@media (prefers-reduced-motion:reduce){html:not(.motion-force-full){scroll-behavior:auto}}

/* UNISINO 2026 design-system recalibration */
.reveal{opacity:1;transform:none}
.site-header{height:var(--header-height);background:#fff;backdrop-filter:none}
.site-header__inner{width:min(1440px,calc(100vw - 64px));grid-template-columns:190px 1fr 176px;gap:28px}
.brand{font-size:1.9rem;letter-spacing:.045em}
.primary-nav{gap:clamp(18px,1.8vw,32px)}
.primary-nav a{font-size:.82rem;font-weight:500}
.header-cta{min-height:46px;border-color:var(--orange);color:var(--orange);background:#fff}
.header-cta:hover{border-color:var(--orange);background:var(--orange);color:#fff}
.section-kicker{display:block;margin-bottom:26px;color:var(--orange);font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}

.home-hero{overflow:hidden;background:#fff}
.home-hero__grid{width:100%;max-width:none;min-height:clamp(650px,calc(100svh - var(--header-height) - 64px),760px);display:grid;grid-template-columns:minmax(0,48%) minmax(0,52%);align-items:stretch}
.home-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:64px 36px 64px max(40px,calc((100vw - 1360px)/2))}
.home-hero__product{margin:0 0 22px;color:var(--orange);font-size:1.35rem;line-height:1.2}
.home-hero h1{max-width:700px;margin:0 0 26px;font-size:clamp(3.35rem,4.45vw,4.2rem);font-weight:650;line-height:1.05;letter-spacing:-.048em}
.home-hero__support{max-width:510px;margin:0;font-size:1.08rem;line-height:1.65}
.home-actions{display:flex;align-items:center;gap:42px;margin-top:34px}
.home-actions .button{min-width:220px}
.home-actions__secondary{white-space:nowrap}
.home-hero__media{min-width:0;overflow:hidden;background:#d4551d}
.home-hero__media>picture{width:100%;height:100%}
.home-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}

.portfolio-chapter{overflow:hidden}
.portfolio-chapter--dark{background:#171717;color:#fff}
.portfolio-chapter--dark p{color:#d0d0cc}
.portfolio-chapter--light{background:#f1f1ef;color:#0b0b0b}
.portfolio-chapter__inner{min-height:650px;display:grid;grid-template-columns:minmax(330px,5fr) minmax(0,7fr);align-items:stretch;gap:30px}
.portfolio-chapter__copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:76px 0}
.portfolio-chapter__copy h2{max-width:540px;margin:0 0 56px;font-size:clamp(2.8rem,4.1vw,4.1rem);font-weight:600}
.portfolio-chapter__copy h3{margin:0 0 10px;font-size:2.15rem;font-weight:600}
.portfolio-chapter__copy p{margin:0 0 26px;font-size:1.12rem}
.portfolio-chapter__copy .text-link{align-self:flex-start}
.portfolio-chapter__media{min-width:0;overflow:hidden}
.portfolio-chapter__media img{width:100%;height:100%;object-fit:cover;object-position:center}
.portfolio-chapter__inner--reverse{min-height:520px;grid-template-columns:minmax(300px,4fr) minmax(0,8fr)}
.portfolio-chapter__inner--reverse .portfolio-chapter__media{grid-column:2;grid-row:1}
.portfolio-chapter__inner--reverse .portfolio-chapter__copy{grid-column:1;grid-row:1}
.portfolio-roadmap{background:#fff;border-block:1px solid var(--line)}
.portfolio-roadmap__inner{min-height:118px;display:grid;grid-template-columns:1.25fr 1.3fr 2fr auto;align-items:center;gap:34px}
.portfolio-roadmap__inner>div{display:flex;flex-direction:column;gap:6px}
.portfolio-roadmap span,.portfolio-roadmap p{font-size:.78rem}
.portfolio-roadmap strong{color:var(--orange);font-size:.88rem;font-weight:600}
.portfolio-roadmap p{max-width:330px;margin:0;line-height:1.5}
.portfolio-roadmap .text-link{white-space:nowrap}

.technology-chapter{height:clamp(720px,85svh,820px);min-height:720px;display:grid;grid-template-columns:minmax(360px,4fr) minmax(0,8fr);border-bottom:1px solid var(--line)}
.technology-chapter--dark{background:#080808;color:#fff;border-color:#343434}
.technology-chapter--dark p{color:#b8b8b4}
.technology-chapter--light{background:#f4f4f2;color:#0b0b0b}
.technology-chapter__copy{display:flex;flex-direction:column;justify-content:center;padding:86px 64px 86px max(40px,calc((100vw - 1360px)/2))}
.technology-chapter__copy h2{max-width:430px;margin:0 0 46px;font-size:clamp(1.7rem,2.25vw,2.35rem);font-weight:450;letter-spacing:-.03em}
.technology-chapter__copy h3{max-width:560px;margin:0 0 26px;font-size:clamp(2.7rem,4.15vw,4.55rem);font-weight:620;line-height:1.02}
.technology-chapter__copy p{max-width:440px;margin:0;font-size:1.02rem}
.technology-chapter__copy .text-link{align-self:flex-start;margin-top:34px}
.technology-chapter__media{position:relative;min-width:0;overflow:hidden;background:#050505}
.technology-chapter--light .technology-chapter__media{background:#ececea}
.technology-chapter__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center}
.technology-chapter--reverse{grid-template-columns:minmax(0,8fr) minmax(360px,4fr)}
.technology-chapter--reverse .technology-chapter__copy{grid-column:2;grid-row:1;padding-right:max(40px,calc((100vw - 1360px)/2));padding-left:64px}
.technology-chapter--reverse .technology-chapter__media{grid-column:1;grid-row:1}

.home-process{padding-block:clamp(100px,9vw,148px)}
.home-process__intro{max-width:920px}
.home-process__intro h2{margin:0 0 28px;font-size:clamp(3.2rem,5.2vw,5.4rem);font-weight:650}
.home-process__intro p{max-width:650px;margin:0;font-size:1.08rem}
.home-process__rail{position:relative;list-style:none;margin:88px 0 0;padding:0;display:grid;grid-template-columns:repeat(7,1fr);gap:24px}
.home-process__rail::before{content:"";position:absolute;top:9px;right:0;left:0;height:1px;background:#9c9c97}
.home-process__rail li{position:relative;min-width:0;padding-top:44px}
.home-process__rail li::before{content:"";position:absolute;z-index:1;top:0;left:0;width:19px;height:19px;border:1px solid #111;border-radius:50%;background:#fff}
.home-process__rail li:nth-child(odd)::before{border-color:var(--orange);box-shadow:inset 0 0 0 5px #fff;background:var(--orange)}
.home-process__rail span{display:block;margin-bottom:10px;color:var(--orange);font-size:1.2rem;font-weight:550}
.home-process__rail strong{display:block;font-size:.86rem;font-weight:600;line-height:1.35}
.home-process__action{margin-top:72px}
.home-process__action .button{min-width:260px}

.home-manufacturing{padding-block:clamp(88px,8vw,128px);background:#17191b;color:#fff}
.home-manufacturing__grid{display:grid;grid-template-columns:minmax(0,8fr) minmax(330px,4fr);gap:54px;align-items:center}
.home-manufacturing__media{height:700px;display:grid;grid-template-columns:1.55fr 1fr;grid-template-rows:1fr 1fr;gap:2px;overflow:hidden;background:#050505}
.home-manufacturing__media picture{min-height:0}
.home-manufacturing__media img{width:100%;height:100%;object-fit:cover}
.home-manufacturing__primary{grid-row:1/3}
.home-manufacturing__copy h2{margin:0 0 26px;font-size:clamp(3.4rem,4.8vw,5rem);font-weight:650}
.home-manufacturing__copy>p{margin:0 0 48px;color:#b8b8b4;font-size:1rem}
.home-manufacturing__index{list-style:none;margin:0 0 30px;padding:0;border-top:1px solid #4a4b4c}
.home-manufacturing__index li{padding:19px 0;border-bottom:1px solid #4a4b4c;font-size:.9rem}

.home-brand-story{overflow:hidden;background:#fff}
.home-brand-story__grid{min-height:820px;display:grid;grid-template-columns:minmax(0,6fr) minmax(0,6fr);gap:50px;align-items:center}
.home-brand-story__copy{padding-block:100px}
.home-brand-story__copy h2{max-width:650px;margin:0 0 44px;font-size:clamp(3.5rem,5.4vw,5.8rem);font-weight:650}
.home-brand-story__copy p{max-width:640px;margin-bottom:24px}
.home-brand-story__lead{color:#151515;font-size:1.35rem;line-height:1.5}
.home-brand-story__copy .text-link{margin-top:16px}
.home-brand-story__media{position:relative;height:700px;overflow:hidden;background:#050505}
.home-brand-story__media::before,.home-brand-story__media::after,.home-brand-story__media>span{display:none}
.home-brand-story__media img{width:100%;height:100%;object-fit:cover;object-position:78% center}

.home-media{padding-block:clamp(96px,8vw,132px);background:#f1f2f2}
.home-media h2{max-width:880px;margin:0 0 64px;font-size:clamp(3.5rem,5.4vw,5.7rem);font-weight:650}
.home-media__grid{display:grid;grid-template-columns:minmax(0,8fr) minmax(300px,4fr);gap:44px}
.home-media__feature{background:#fff;border-bottom:1px solid var(--line);padding-bottom:34px}
.home-media__visual{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#050505}
.home-media__visual img{width:100%;height:100%;object-fit:cover}
.home-media__play{position:absolute;bottom:28px;left:28px;width:68px;height:68px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;color:#fff;font-size:1.45rem;padding-left:4px}
.home-media__feature h3{margin:28px 32px 8px;font-size:1.55rem;font-weight:600}
.home-media__feature p{margin:0 32px 22px;font-size:.86rem}
.home-media__feature>.text-link{margin-left:32px}
.home-media__resources{border-left:1px solid #bdbdb8}
.home-media__resources>a{min-height:50%;display:flex;flex-direction:column;align-items:flex-start;padding:48px 18px 40px 48px;border-bottom:1px solid #bdbdb8}
.home-media__resources span{font-size:1.2rem;font-weight:600}
.home-media__resources small{margin-top:10px;color:#777;font-size:.82rem}
.home-media__resources strong{display:inline-flex;align-items:center;gap:16px;margin-top:auto;color:var(--orange);font-size:.84rem;font-weight:600}

.cta-band{min-height:450px;padding-block:106px;background:#111416}
.cta-band__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:center;gap:24px 70px}
.cta-band h2{grid-column:1;grid-row:1;max-width:900px;font-size:clamp(3.25rem,5vw,5.25rem);font-weight:650}
.cta-band p{grid-column:1;grid-row:2;max-width:620px;font-size:1.05rem}
.cta-band .button{grid-column:2;grid-row:1/3;min-width:210px}

.site-footer{background:#394049}
.site-footer__top{padding-block:72px 62px;display:grid;grid-template-columns:2fr repeat(6,minmax(95px,1fr));gap:34px;border-color:#666c73}
.site-footer__brand p{max-width:280px;margin:24px 0 0;color:#d0d2d4}
.footer-column{gap:10px}
.footer-column h2{margin-bottom:16px;font-size:.8rem}
.footer-column a{color:#c5c8ca;font-size:.72rem}
.site-footer__bottom{min-height:88px;border-top:0}
.site-footer__bottom p{color:#b8bdc1}
.site-footer__bottom div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px 28px;color:#c5c8ca;font-size:.7rem}
.site-footer__bottom a{color:#c5c8ca}

@media (max-width:1180px){
  :root{--shell:min(100% - 64px,1120px)}
  .site-header__inner{grid-template-columns:150px 1fr 160px;gap:18px}.primary-nav{gap:14px}.primary-nav a{font-size:.69rem}
  .home-hero__copy{padding-left:32px}.home-hero h1{font-size:3.05rem}
  .portfolio-chapter__inner{grid-template-columns:minmax(300px,5fr) minmax(0,7fr)}
  .technology-chapter{grid-template-columns:minmax(330px,5fr) minmax(0,7fr)}.technology-chapter--reverse{grid-template-columns:minmax(0,7fr) minmax(330px,5fr)}
  .technology-chapter__copy{padding-left:32px}.technology-chapter--reverse .technology-chapter__copy{padding-right:32px}
  .home-manufacturing__grid{grid-template-columns:minmax(0,7fr) minmax(310px,5fr)}.home-manufacturing__media{height:620px}
  .site-footer__top{grid-template-columns:2fr repeat(3,1fr)}.site-footer__brand{grid-row:span 2}
}

@media (max-width:960px){
  :root{--shell:calc(100% - 48px);--header-height:70px}
  .site-header__inner{width:calc(100% - 32px);grid-template-columns:1fr auto}.nav-toggle{display:flex;grid-column:2;flex-direction:column;align-items:center;gap:4px;padding:4px 8px}.nav-toggle__label{position:static;order:2;width:auto;height:auto;overflow:visible;clip:auto;font-size:.66rem}.nav-toggle__lines{order:1;width:25px;gap:5px}.header-cta{display:none}
  .home-hero__grid{min-height:auto;grid-template-columns:1fr}.home-hero__copy{padding:72px 24px 46px}.home-hero h1{max-width:760px;font-size:clamp(3.35rem,8.2vw,5rem)}.home-hero__media{height:520px}
  .portfolio-chapter__inner,.portfolio-chapter__inner--reverse{min-height:auto;grid-template-columns:1fr;gap:0}.portfolio-chapter__copy,.portfolio-chapter__inner--reverse .portfolio-chapter__copy{grid-column:1;grid-row:1;padding:78px 0 40px}.portfolio-chapter__media,.portfolio-chapter__inner--reverse .portfolio-chapter__media{grid-column:1;grid-row:2;height:480px}.portfolio-roadmap__inner{padding-block:34px;grid-template-columns:1fr 1fr}.portfolio-roadmap .text-link{justify-self:start}
  .technology-chapter,.technology-chapter--reverse{height:auto;min-height:auto;grid-template-columns:1fr}.technology-chapter__copy,.technology-chapter--reverse .technology-chapter__copy{grid-column:1;grid-row:1;padding:82px 24px 46px}.technology-chapter__media,.technology-chapter--reverse .technology-chapter__media{grid-column:1;grid-row:2;height:500px}.technology-chapter__copy h3{font-size:3.6rem}
  .home-process__rail{grid-template-columns:repeat(4,1fr);row-gap:48px}.home-process__rail::before{display:none}.home-process__rail li{border-top:1px solid #9c9c97}
  .home-manufacturing__grid{grid-template-columns:1fr}.home-manufacturing__media{height:640px}.home-manufacturing__copy{padding-top:24px}
  .home-brand-story__grid{min-height:auto;grid-template-columns:1fr}.home-brand-story__copy{padding:90px 0 0}.home-brand-story__media{height:560px}
  .home-media__grid{grid-template-columns:1fr}.home-media__resources{display:grid;grid-template-columns:1fr 1fr;border-left:0;border-top:1px solid #bdbdb8}.home-media__resources>a{min-height:260px;padding:38px 28px;border-right:1px solid #bdbdb8}
  .cta-band__inner{grid-template-columns:1fr auto}.cta-band h2{font-size:3.6rem}
  .site-footer__top{grid-template-columns:2fr repeat(2,1fr)}.site-footer__brand{grid-row:span 3}.footer-column:last-child{grid-column:auto}
}

@media (max-width:720px){
  :root{--shell:calc(100% - 40px);--header-height:66px}
  .site-header__inner{width:calc(100% - 32px);grid-template-columns:1fr auto}.brand{font-size:1.55rem}.header-cta{display:none}.nav-toggle{grid-column:2}
  .home-hero__copy{padding:20px 20px 12px}.home-hero__product{margin-bottom:14px;font-size:1.05rem}.home-hero h1{margin-bottom:16px;font-size:clamp(2.6rem,11.4vw,3rem);line-height:1}.home-hero__support{font-size:.95rem;line-height:1.55}.home-actions{display:grid;grid-template-columns:1fr;margin-top:18px;gap:8px}.home-actions .button{width:100%;min-width:0}.home-actions__secondary{min-height:44px;justify-content:flex-start}.home-hero__media{height:min(300px,37svh)}.home-hero__media img{object-position:55% center}
  .portfolio-chapter__copy,.portfolio-chapter__inner--reverse .portfolio-chapter__copy{padding:68px 0 34px}.portfolio-chapter__copy h2{margin-bottom:42px;font-size:2.75rem}.portfolio-chapter__copy h3{font-size:1.85rem}.portfolio-chapter__media,.portfolio-chapter__inner--reverse .portfolio-chapter__media{height:330px}.portfolio-roadmap__inner{grid-template-columns:1fr;padding-block:36px;gap:24px}.portfolio-roadmap__inner>div:nth-child(2){display:grid;grid-template-columns:1fr 1fr}.portfolio-roadmap p{max-width:none}
  .technology-chapter__copy,.technology-chapter--reverse .technology-chapter__copy{padding:68px 20px 36px}.technology-chapter__copy h2{margin-bottom:36px;font-size:1.55rem}.technology-chapter__copy h3{font-size:2.8rem}.technology-chapter__media,.technology-chapter--reverse .technology-chapter__media{height:350px}
  .home-process{padding-block:84px}.home-process__intro h2{font-size:2.85rem}.home-process__rail{margin-top:60px;display:block}.home-process__rail li{min-height:68px;padding:18px 0 18px 52px;border-top:1px solid var(--line)}.home-process__rail li::before{top:22px}.home-process__rail span{position:absolute;top:18px;left:0;margin:0;font-size:.9rem}.home-process__action{margin-top:46px}.home-process__action .button{width:100%;min-width:0}
  .home-manufacturing{padding-block:72px}.home-manufacturing__grid{gap:36px}.home-manufacturing__media{height:440px;grid-template-columns:1fr 1fr;grid-template-rows:1.5fr 1fr}.home-manufacturing__primary{grid-column:1/3;grid-row:1}.home-manufacturing__copy h2{font-size:3rem}
  .home-brand-story__copy{padding-top:76px}.home-brand-story__copy h2{margin-bottom:34px;font-size:3.2rem}.home-brand-story__lead{font-size:1.12rem}.home-brand-story__media{height:390px}
  .home-media{padding-block:78px}.home-media h2{margin-bottom:46px;font-size:3.1rem}.home-media__visual{aspect-ratio:4/3}.home-media__play{bottom:20px;left:20px;width:56px;height:56px}.home-media__feature h3{margin:24px 20px 8px}.home-media__feature p{margin:0 20px 20px}.home-media__feature>.text-link{margin-left:20px}.home-media__resources{grid-template-columns:1fr}.home-media__resources>a{min-height:210px;border-right:0}
  .cta-band{min-height:auto;padding-block:82px}.cta-band__inner{display:block}.cta-band h2{font-size:3.1rem}.cta-band p{margin:24px 0 34px}.cta-band .button{width:100%}
  .site-footer__top{grid-template-columns:1fr 1fr;gap:38px 28px}.site-footer__brand{grid-column:1/-1;grid-row:auto}.site-footer__bottom{display:block;padding-block:28px}.site-footer__bottom div{margin-top:18px;justify-content:flex-start}
}

/* Motion system · Aurora actions */
@keyframes aurora-border-spin{to{--aurora-angle:360deg}}
@keyframes aurora-loader-spin{to{transform:rotate(360deg)}}

.button--aurora{
  --button-scale:1;
  position:relative;
  z-index:0;
  isolation:isolate;
  overflow:visible;
  border-color:transparent;
  background:var(--color-orange);
  background-clip:padding-box;
  transform:scale(var(--button-scale));
  transition:transform var(--motion-medium) var(--ease-emphasized),box-shadow 320ms ease,filter 320ms ease,background-color var(--motion-fast) ease,color var(--motion-fast) ease;
}
.button--aurora::before{
  content:"";
  position:absolute;
  inset:-1.5px;
  border-radius:inherit;
  padding:1.5px;
  background:conic-gradient(from var(--aurora-angle),var(--color-ember),var(--color-orange-bright),var(--color-copper-light),var(--color-gold),var(--color-ember));
  pointer-events:none;
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  animation:aurora-border-spin var(--motion-border) linear infinite;
}
.button--aurora::after{
  content:"";
  position:absolute;
  z-index:-1;
  right:10%;
  bottom:-9px;
  left:10%;
  height:18px;
  border-radius:50%;
  background:var(--gradient-brand);
  filter:blur(13px);
  opacity:0;
  pointer-events:none;
  transition:opacity 320ms ease,transform var(--motion-medium) var(--ease-emphasized);
}
.button--aurora-secondary{background:var(--color-canvas-elevated);color:var(--color-action-on-light)}
.section--dark .button--aurora-secondary,.section--black .button--aurora-secondary,.cta-band .button--aurora-secondary{background:var(--color-graphite-soft);color:var(--color-text-on-dark)}
.portfolio-chapter--dark .button--aurora-secondary,.technology-chapter--dark .button--aurora-secondary,.home-manufacturing .button--aurora-secondary,.page-hero--dark .button--aurora-secondary,.page-hero--technical .button--aurora-secondary,.page-hero--contact .button--aurora-secondary,.coming-soon .button--aurora-secondary,.not-found .button--aurora-secondary{background:var(--color-graphite-soft);color:var(--color-text-on-dark)}
.button--aurora:hover{
  --button-scale:1.02;
  transform:scale(var(--button-scale));
  border-color:transparent;
  background:var(--color-orange);
  color:#fff;
  box-shadow:0 8px 24px rgba(201,79,28,.2),0 2px 8px rgba(201,153,84,.14);
}
.button--aurora-secondary:hover{background:var(--color-text);color:#fff}
.button--aurora:hover::before{animation-duration:var(--motion-border-hover)}
.button--aurora:hover::after{opacity:.42;transform:scaleX(1.04)}
.button--aurora:active{--button-scale:.96;transform:scale(var(--button-scale));box-shadow:none;filter:none;transition-duration:var(--motion-instant)}
.button--aurora:active::before{filter:brightness(1.18)}
.button--aurora:focus-visible{outline:2px solid var(--orange);outline-offset:4px;box-shadow:var(--focus)}
.button--aurora:disabled,.button--aurora[aria-disabled="true"]{--button-scale:1;transform:scale(var(--button-scale));cursor:not-allowed;filter:saturate(.6);box-shadow:none;opacity:.7}
.button--aurora:disabled::before,.button--aurora[aria-disabled="true"]::before,.button--aurora.is-motion-paused::before,.motion-paused .button--aurora::before{animation-play-state:paused}
.button--aurora:disabled::after,.button--aurora[aria-disabled="true"]::after{opacity:0}
.button__loader{display:none;width:16px;height:16px;flex:0 0 16px;border:1.5px solid currentColor;border-left-color:transparent;border-radius:50%;animation:aurora-loader-spin .9s linear infinite}
.button.is-loading{justify-content:center;gap:10px;cursor:wait;box-shadow:0 6px 18px rgba(201,79,28,.16)}
.button.is-loading::before{background:conic-gradient(from var(--aurora-angle),transparent 0deg,transparent 250deg,rgba(255,255,255,.22) 280deg,var(--color-orange-bright) 320deg,var(--color-orange) 350deg,transparent 360deg);animation-duration:1.1s;animation-play-state:running}
.button.is-loading .button__loader{display:inline-block}
.button.is-loading .icon-arrow{width:0;flex-basis:0;opacity:0;transform:none}
.quote-form.is-submitting .form-grid{opacity:.72;pointer-events:none;transition:opacity var(--motion-fast) ease}

@media (max-width:720px){
  .button--aurora:hover{--button-scale:1;box-shadow:none}
  .button--aurora:hover::after{opacity:0}
}

/* Motion system · first entry and multi-page transition */
@keyframes site-intro-glow{
  0%{opacity:0;transform:translate3d(-12%,40%,0) scaleX(.28)}
  34%{opacity:.88;transform:translate3d(0,0,0) scaleX(.72)}
  72%{opacity:.5;transform:translate3d(8%,-18%,0) scaleX(1.18)}
  100%{opacity:0;transform:translate3d(12%,-38%,0) scaleX(1.45)}
}
@keyframes site-intro-exit{
  0%,72%{opacity:1;transform:translateY(0)}
  100%{opacity:0;transform:translateY(-8%);visibility:hidden}
}
@keyframes site-content-enter{
  from{opacity:.92;transform:translateY(12px)}
  to{opacity:1;transform:none}
}
@keyframes page-transition-exit{
  0%{opacity:1;transform:translateY(0)}
  100%{opacity:0;transform:translateY(-102%);visibility:hidden}
}

.site-intro,.page-transition-overlay{
  position:fixed;
  z-index:2000;
  inset:0;
  overflow:hidden;
  visibility:hidden;
  opacity:0;
  pointer-events:none;
}
.site-intro{background:linear-gradient(145deg,#0c0d0f 0%,#17181b 48%,#242126 100%)}
.site-intro__glow{
  position:absolute;
  right:-12%;
  bottom:18%;
  left:-12%;
  height:26%;
  border-radius:50%;
  background:var(--gradient-brand);
  filter:blur(42px);
  opacity:0;
  transform-origin:center;
}
.intro-pending .site-intro,.intro-active .site-intro{visibility:visible;opacity:1;pointer-events:auto}
.intro-pending .site-header,.intro-pending main,.intro-pending .site-footer{opacity:.92;transform:translateY(12px)}
.intro-active .site-intro{animation:site-intro-exit var(--motion-intro) var(--ease-standard) forwards}
.intro-active .site-intro__glow{animation:site-intro-glow var(--motion-intro) var(--ease-standard) both}
.intro-active .site-header,.intro-active main,.intro-active .site-footer{animation:site-content-enter 550ms 420ms var(--ease-emphasized) both}

.page-transition-overlay{background:linear-gradient(145deg,#0c0d0f 0%,#17181b 48%,#242126 100%);transform:translateY(102%)}
.page-transition-overlay span{position:absolute;right:-10%;bottom:12%;left:-10%;height:12%;background:var(--gradient-brand);filter:blur(38px);opacity:.34}
.page-leaving{overflow:hidden}
.page-leaving .site-header,.page-leaving main,.page-leaving .site-footer{opacity:.92;transform:translateY(-4px);transition:opacity var(--motion-fast) ease,transform var(--motion-fast) var(--ease-standard);will-change:opacity,transform}
.page-leaving .page-transition-overlay{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0);transition:transform var(--motion-fast) var(--ease-emphasized);will-change:transform}
.transition-pending .page-transition-overlay,.page-entering .page-transition-overlay{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}
.page-entering .page-transition-overlay{animation:page-transition-exit 480ms var(--ease-standard) forwards}
.page-entering .site-header,.page-entering main,.page-entering .site-footer{animation:site-content-enter 440ms 60ms var(--ease-emphasized) both}

.motion-reduce .site-intro,.motion-reduce .page-transition-overlay{display:none!important}
.motion-reduce .site-header,.motion-reduce main,.motion-reduce .site-footer{opacity:1!important;transform:none!important;animation:none!important;transition:none!important}

/* Motion system - surfaces, progressive enhancement and restrained interaction */
body{background:var(--color-canvas);color:var(--color-text)}
.section--dark,.section--black,.portfolio-chapter--dark,.technology-chapter--dark,.home-manufacturing,.cta-band,.page-hero--dark,.page-hero--technical,.page-hero--contact,.coming-soon,.not-found{--orange:var(--color-action-on-dark);--context-muted:var(--color-text-muted-on-dark)}
.page-hero--about{background:var(--color-orange)}
.page-hero--about p{color:#fff}
.source-note,.capability-list span,.roadmap__row span,.editorial-list time,.editorial-list span,.product-hero__copy>span,.finish-button,.media-feature time,.article-header time,.download-row span,.field .optional,.field-help,.home-media__resources small{color:var(--context-muted)}
.field input,.field select,.field textarea{border-color:#8c8c88}
.finish-dot{border-color:#8c8c88}
.finish-button.is-active .finish-dot{box-shadow:0 0 0 3px #fff,0 0 0 5px var(--color-orange)}
.finish-dot--orange{background:var(--color-orange)}
.section--white{background:var(--color-canvas-elevated)}
.section--dark,.section--black,.portfolio-chapter--dark,.technology-chapter--dark,.home-manufacturing,.cta-band,.page-hero--dark,.page-hero--contact{background:var(--gradient-dark)}
.section--dark p,.section--black p,.technology-chapter--dark p,.home-manufacturing__copy>p,.page-hero--dark p,.page-hero--contact p,.cta-band p{color:var(--color-text-muted-on-dark)}
.home-hero,.home-brand-story,.page-hero--support,.page-hero--light{background:var(--gradient-pearl)}
.portfolio-chapter--light,.technology-chapter--light,.portfolio-roadmap{background:#f5f5f7}
.home-media{background:#f5f5f7}
.home-process{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:#f5f5f7;
}
.site-footer{background:var(--color-canvas-muted);color:var(--color-text)}
.site-footer__top{border-color:var(--color-border)}
.site-footer__brand p,.footer-column a,.site-footer__bottom p,.site-footer__bottom a,.site-footer__bottom div{color:var(--color-text-muted)}
.not-found{background:var(--gradient-dark);color:var(--color-text-on-dark)}
.not-found p{color:var(--color-text-muted-on-dark)}
.not-found code{background:var(--color-graphite-elevated);color:var(--color-text-on-dark)}

html.motion-ready:not(.motion-system-reduced) .reveal{
  opacity:1;
  transform:none;
  transition:opacity var(--motion-reveal) ease,transform var(--motion-reveal) var(--ease-standard);
  transition-delay:var(--reveal-delay,0ms);
}
html.motion-ready:not(.motion-system-reduced) .reveal:not(.is-visible){
  opacity:0;
  transform:translate3d(0,var(--reveal-distance),0);
  will-change:opacity,transform;
}
html.motion-ready:not(.motion-system-reduced) .reveal.is-visible{will-change:auto}

@media (hover:hover) and (pointer:fine){
  html:not(.motion-system-reduced) .motion-product{
    --product-x:0px;
    --product-y:0px;
    --product-scale:1;
    transform:translate3d(var(--product-x),var(--product-y),0) scale(var(--product-scale));
    transition:transform var(--motion-medium) var(--ease-emphasized),filter 320ms ease;
  }
  html:not(.motion-system-reduced) .motion-product.is-pointer-active{will-change:transform}
  .triptych__item:hover .motion-product{--product-scale:1.01;filter:saturate(1.05)}
}

.finish-section [data-finish-preview]{transition:opacity var(--motion-fast) ease,transform var(--motion-fast) var(--ease-standard)}
.finish-section [data-finish-preview].is-switching{opacity:.55;transform:scale(.995)}
.finish-button:disabled{cursor:wait;opacity:.58}

.faq-list summary::after{transition:transform var(--motion-fast) var(--ease-standard),color var(--motion-fast) ease}
.faq-list details[open] summary::after{transform:rotate(180deg)}
.faq-list details>summary+*{overflow:hidden}
.field input:focus,.field select:focus,.field textarea:focus{box-shadow:0 0 0 3px rgba(201,79,28,.14)}
.quote-form.is-submitting{opacity:1;pointer-events:auto}
.form-status.is-success,.form-status.is-error{animation:form-status-enter var(--motion-fast) ease both}
@keyframes form-status-enter{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}

.motion-paused .button--aurora::before,.button--aurora.is-motion-paused::before{animation-play-state:paused}

@media (max-width:960px){
  html.js body.nav-open{overflow:hidden}
  html.js .primary-nav a{
    opacity:0;
    transform:translate3d(10px,0,0);
    transition:opacity 180ms ease,transform 220ms var(--ease-standard);
  }
  html.js .primary-nav.is-open a{
    opacity:1;
    transform:none;
    transition-delay:calc(var(--nav-index,0) * 28ms);
  }
  html:not(.js) .site-header{position:static;height:auto}
  html:not(.js) .site-header__inner{min-height:var(--header-height);height:auto;grid-template-columns:1fr}
  html:not(.js) .nav-toggle{display:none}
  html:not(.js) .primary-nav{position:static;width:100%;height:auto;display:flex;transform:none;padding:0 0 22px;overflow:visible}
  html:not(.js) .primary-nav a{padding:12px 0}
}

@media (max-width:720px){
  html.motion-ready:not(.motion-system-reduced) .reveal:not(.is-visible){transform:translate3d(0,12px,0)}
}

@media (hover:none),(pointer:coarse){
  .button--aurora:hover{--button-scale:1;box-shadow:none;filter:none}
  .button--aurora:hover::after{opacity:0;transform:none}
  .triptych__item:hover img{transform:none;filter:saturate(.88)}
}

/* Reduced motion preserves state feedback while removing spatial and continuous motion. */
.motion-system-reduced .site-intro,.motion-system-reduced .page-transition-overlay{display:none!important}
html.motion-system-reduced{scroll-behavior:auto}
.motion-system-reduced .site-header,.motion-system-reduced main,.motion-system-reduced .site-footer{opacity:1!important;transform:none!important;animation:none!important;transition:none!important}
.motion-system-reduced .reveal{opacity:1!important;transform:none!important;transition:none!important}
.motion-system-reduced .button--aurora{transform:none;transition:background-color var(--motion-instant) ease,color var(--motion-instant) ease,filter var(--motion-instant) ease}
.motion-system-reduced .button--aurora::before{animation:none}
.motion-system-reduced .button--aurora::after{display:none}
.motion-system-reduced .button--aurora:hover{transform:none;box-shadow:none;filter:none}
.motion-system-reduced .button--aurora:active{transform:none;filter:none}
.button--aurora.is-loading:disabled{opacity:1;filter:none}
.motion-system-reduced .button__loader{animation:none;border-color:currentColor;border-top-color:transparent}
.motion-system-reduced .motion-product{transform:none!important;transition:none!important}
.motion-system-reduced .triptych__item:hover img{transform:none;filter:saturate(.88)}
.motion-system-reduced .finish-section [data-finish-preview],.motion-system-reduced .faq-list summary::after{transition-duration:var(--motion-instant)}
.motion-system-reduced .form-status.is-success,.motion-system-reduced .form-status.is-error{animation:none}
.motion-system-reduced .primary-nav,.motion-system-reduced .primary-nav a{transition-duration:var(--motion-instant)!important;transition-delay:0ms!important}

/* Homepage hero · static product cinema */
.home-hero--airflow{
  --orange:var(--color-action-on-dark);
  --context-muted:var(--color-text-muted-on-dark);
  position:relative;
  isolation:isolate;
  min-height:clamp(720px,calc(100svh - var(--header-height)),920px);
  overflow:hidden;
  color:var(--color-text-on-dark);
  background:
    radial-gradient(circle at 41% 16%,rgba(201,79,28,.2),transparent 30%),
    radial-gradient(circle at 12% 82%,rgba(201,153,84,.07),transparent 34%),
    linear-gradient(132deg,#0b0c0e 0%,#121316 52%,#191619 100%);
}
.home-hero--airflow::before{
  content:"";
  position:absolute;
  z-index:3;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(9,10,12,.96) 0%,rgba(9,10,12,.84) 32%,rgba(9,10,12,.5) 54%,rgba(9,10,12,.08) 78%),
    radial-gradient(ellipse 76% 74% at 76% 44%,transparent 38%,rgba(7,8,10,.38) 100%);
}
.home-hero--airflow::after{
  content:"";
  position:absolute;
  z-index:6;
  inset:0;
  pointer-events:none;
  opacity:.035;
  mix-blend-mode:soft-light;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.72'/%3E%3C/svg%3E");
}
.home-hero--airflow .home-hero__grid{
  position:relative;
  width:100%;
  max-width:none;
  min-height:inherit;
  grid-template-columns:1fr;
}
.home-hero--airflow .home-hero__copy{
  position:relative;
  z-index:5;
  color:var(--color-text-on-dark);
  background:transparent;
}
.home-hero--airflow .home-hero__product{color:var(--color-action-on-dark)}
.home-hero--airflow h1{
  color:var(--color-text-on-dark);
  text-wrap:balance;
  text-shadow:0 18px 52px rgba(4,5,6,.28);
}
.home-hero--airflow .home-hero__support{color:var(--color-text-muted-on-dark)}
.home-hero--airflow .home-actions .button{color:var(--color-text-on-dark);background:var(--color-action-on-light)}
.home-hero--airflow .home-actions .button:hover{background:var(--color-ember)}
.home-hero--airflow .home-actions__secondary{color:var(--color-action-on-dark)}
.home-hero--airflow .home-hero__media{
  position:relative;
  z-index:1;
  min-width:0;
  overflow:hidden;
  background:#6f2915;
}
.home-hero--airflow .home-hero__media::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(12,13,15,.82) 0%,rgba(12,13,15,.22) 18%,transparent 42%),
    linear-gradient(180deg,rgba(8,9,11,.1),transparent 32%,rgba(8,9,11,.18));
}
.home-hero__media-frame{
  display:block;
  width:100%;
  height:100%;
  transform:scale(1.012);
  transform-origin:center;
}
.home-hero--airflow .home-hero__media img{
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center;
  transform:scale(1.025);
  filter:saturate(.94) contrast(1.025) brightness(.88);
}

@media (min-width:961px){
  .home-hero--airflow .home-hero__copy,
  .home-hero--airflow .home-hero__media{grid-column:1;grid-row:1}
  .home-hero--airflow .home-hero__copy{
    width:min(60%,780px);
    padding-right:clamp(42px,6vw,92px);
  }
}

@media (max-width:1180px){
  .home-hero--airflow .home-hero__copy{padding-left:32px}
  .home-hero--airflow h1{font-size:clamp(2.9rem,4.7vw,3.35rem)}
}

@media (max-width:960px){
  .home-hero--airflow{min-height:auto;background:linear-gradient(145deg,#0b0c0e 0%,#151619 72%,#20191a 100%)}
  .home-hero--airflow .home-hero__grid{min-height:auto;grid-template-columns:1fr}
  .home-hero--airflow .home-hero__copy{
    grid-column:1;
    grid-row:1;
    min-height:390px;
    padding:70px 32px 48px;
    background:
      radial-gradient(circle at 80% 10%,rgba(201,79,28,.13),transparent 32%),
      linear-gradient(145deg,rgba(11,12,14,.99),rgba(19,20,23,.96));
  }
  .home-hero--airflow .home-hero__media{grid-column:1;grid-row:2;height:clamp(430px,58vw,560px)}
  .home-hero--airflow .home-hero__media::before{background:linear-gradient(180deg,rgba(12,13,15,.72) 0%,transparent 24%,rgba(8,9,11,.15) 100%)}
}

@media (max-width:720px){
  .home-hero--airflow .home-hero__copy{min-height:auto;padding:38px 20px 30px}
  .home-hero--airflow .home-hero__product{margin-bottom:14px;font-size:1.05rem}
  .home-hero--airflow h1{margin-bottom:16px;font-size:clamp(2.55rem,11.2vw,2.95rem);line-height:.98}
  .home-hero--airflow .home-hero__support{font-size:.95rem;line-height:1.55}
  .home-hero--airflow .home-actions{margin-top:18px}
  .home-hero--airflow .home-hero__media{height:min(310px,38svh)}
  .home-hero--airflow .home-hero__media img{object-position:58% center}
}

.motion-system-reduced .home-hero__media-frame{transform:none!important;transition:none!important}

/* Homepage scroll story · one continuous reading rhythm below the static hero. */
.home-portfolio{
  position:relative;
  z-index:7;
  margin-top:clamp(-80px,-8svh,-52px);
  overflow:hidden;
  background:#171717;
}
.home-portfolio::before{
  content:"";
  position:absolute;
  z-index:3;
  top:0;
  right:0;
  left:0;
  height:1px;
  pointer-events:none;
  background:linear-gradient(90deg,transparent 5%,rgba(227,122,63,.74) 48%,transparent 94%);
}

@media (min-width:961px){
  html.home-motion-ready:not(.motion-system-reduced) .home-portfolio .portfolio-chapter:nth-of-type(2){
    position:relative;
    z-index:2;
    margin-top:clamp(-116px,-10svh,-78px);
  }
}

.home-technology{
  --orange:var(--color-action-on-dark);
  --context-muted:var(--color-text-muted-on-dark);
  position:relative;
  isolation:isolate;
  overflow:clip;
  scroll-margin-top:calc(var(--header-height) + 12px);
  color:var(--color-text-on-dark);
  background:
    radial-gradient(circle at 78% 18%,rgba(201,79,28,.13),transparent 29%),
    radial-gradient(circle at 16% 72%,rgba(201,153,84,.05),transparent 28%),
    var(--gradient-dark);
}
.home-technology::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  pointer-events:none;
  opacity:.11;
  background-image:
    linear-gradient(rgba(255,255,255,.13) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.13) 1px,transparent 1px);
  background-size:88px 88px;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 45%,#000 92%);
  mask-image:linear-gradient(90deg,transparent,#000 45%,#000 92%);
}
.technology-story{
  position:relative;
  padding-block:clamp(72px,7vw,108px);
}
.technology-story__steps{
  display:grid;
  min-height:610px;
  min-height:clamp(610px,70vh,748px);
  min-height:clamp(610px,70svh,748px);
}
.technology-story__step{
  position:relative;
  z-index:0;
  grid-area:1/1;
  min-width:0;
  min-height:610px;
  min-height:clamp(610px,70vh,748px);
  min-height:clamp(610px,70svh,748px);
  display:grid;
  grid-template-columns:minmax(300px,4fr) minmax(0,8fr);
  gap:clamp(42px,5vw,82px);
  align-items:center;
}
.technology-story__step[hidden]{display:none}

/* Approved progressive fallback: PHP emits every technology chapter. While
   JavaScript is booting, keep the enhanced single-slide presentation stable;
   if carousel setup fails, data-carousel-fallback reveals the complete set. */
html.js [data-home-technology]:not([data-carousel-ready="true"]):not([data-carousel-fallback="true"]) [data-tech-step]:not(.is-active){display:none}
html.js [data-home-technology][data-carousel-fallback="true"] [data-tech-step]{display:grid}
.technology-story__copy{
  position:relative;
  z-index:2;
  min-width:0;
}
.technology-story__copy h2{
  max-width:430px;
  margin:0 0 42px;
  color:#d5d5d1;
  font-size:clamp(1.65rem,2.2vw,2.3rem);
  font-weight:450;
  letter-spacing:-.03em;
}
.technology-story__copy h3{
  max-width:580px;
  margin:0 0 26px;
  font-size:clamp(2.85rem,4.25vw,4.7rem);
  font-weight:620;
  line-height:1.01;
  text-wrap:balance;
}
.technology-story__copy p{max-width:470px;margin:0;color:var(--color-text-muted-on-dark);font-size:1.03rem}
.technology-story__copy .text-link{margin-top:34px;color:var(--color-action-on-dark)}
.technology-story__media{
  position:relative;
  height:540px;
  height:clamp(540px,64vh,680px);
  height:clamp(540px,64svh,680px);
  min-width:0;
  overflow:hidden;
  background:#070809;
}
.technology-story__media>picture{width:100%;height:100%}
.technology-story__media img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}
.technology-story__media.has-image-error img{visibility:hidden}
.technology-story__image-fallback{
  position:absolute;
  inset:0;
  display:none;
  place-items:center;
  padding:24px;
  color:rgba(245,245,247,.68);
  font-size:.9rem;
  letter-spacing:.01em;
  text-align:center;
}
.technology-story__media.has-image-error .technology-story__image-fallback{display:grid}

.home-technology[data-carousel-ready="true"] .technology-story__step{
  pointer-events:none;
}
.home-technology[data-carousel-ready="true"] .technology-story__step.is-outgoing{
  z-index:1;
}
.home-technology[data-carousel-ready="true"] .technology-story__step.is-active{
  z-index:2;
  pointer-events:auto;
}
.home-technology[data-carousel-ready="true"] .technology-story__copy,
.home-technology[data-carousel-ready="true"] .technology-story__media{
  opacity:0;
  transform:translate3d(6px,0,0);
  transition:none;
}
.home-technology[data-carousel-ready="true"] .technology-story__media img{
  transform:scale(.985);
  transition:none;
}
.home-technology[data-carousel-ready="true"] .technology-story__step.is-outgoing .technology-story__copy,
.home-technology[data-carousel-ready="true"] .technology-story__step.is-outgoing .technology-story__media{
  transition:
    opacity 300ms ease,
    transform 300ms ease;
}
.home-technology[data-carousel-ready="true"] .technology-story__step.is-outgoing .technology-story__media img{
  transition:transform 300ms ease;
}
.home-technology[data-carousel-ready="true"] .technology-story__step.is-active .technology-story__copy,
.home-technology[data-carousel-ready="true"] .technology-story__step.is-active .technology-story__media{
  opacity:1;
  transform:translate3d(0,0,0);
  transition:
    opacity 560ms cubic-bezier(.22,1,.36,1),
    transform 560ms cubic-bezier(.22,1,.36,1);
}
.home-technology[data-carousel-ready="true"] .technology-story__step.is-active .technology-story__media{
  transition-delay:70ms;
}
.home-technology[data-carousel-ready="true"] .technology-story__step.is-active .technology-story__media img{
  transform:scale(1);
  transition:transform 560ms cubic-bezier(.22,1,.36,1) 70ms;
}

.technology-story__indicators{
  --indicator-idle:rgba(255,255,255,.42);
  --indicator-active:rgba(255,255,255,.88);
  position:absolute;
  z-index:6;
  top:50%;
  right:clamp(24px,2vw,36px);
  display:flex;
  flex-direction:column;
  align-items:center;
  transform:translateY(-50%);
}
.technology-story__indicators[hidden]{display:none}
.technology-story__indicator{
  position:relative;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  margin:0;
  padding:0;
  color:var(--indicator-idle);
  background:transparent;
  border:0;
  border-radius:50%;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.technology-story__indicator span{
  width:8px;
  height:8px;
  display:block;
  background:currentColor;
  border-radius:50%;
  transform:scale(1);
  transition:background-color 240ms ease,transform 240ms ease;
}
.technology-story__indicator[aria-current="true"]{color:var(--indicator-active)}
.technology-story__indicator[aria-current="true"] span{transform:scale(1.1)}
.technology-story__indicator:focus-visible{
  outline:2px solid rgba(245,245,247,.92);
  outline-offset:0;
}
.technology-story__indicator:hover{color:rgba(255,255,255,.62)}
.technology-story__indicator[aria-current="true"]:hover{color:var(--indicator-active)}
.technology-story__rotation{
  position:relative;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  margin:0 0 8px;
  padding:0;
  color:rgba(255,255,255,.72);
  background:rgba(7,8,9,.28);
  border:1px solid rgba(255,255,255,.3);
  border-radius:50%;
  cursor:pointer;
  transition:color 240ms ease,border-color 240ms ease,background-color 240ms ease;
  -webkit-tap-highlight-color:transparent;
}
.technology-story__rotation span{
  position:relative;
  width:10px;
  height:12px;
  display:block;
}
.technology-story__rotation[data-paused="false"] span::before,
.technology-story__rotation[data-paused="false"] span::after{
  content:"";
  position:absolute;
  top:1px;
  bottom:1px;
  width:2px;
  background:currentColor;
  border-radius:1px;
}
.technology-story__rotation[data-paused="false"] span::before{left:1px}
.technology-story__rotation[data-paused="false"] span::after{right:1px}
.technology-story__rotation[data-paused="true"] span::before{
  content:"";
  position:absolute;
  top:1px;
  left:2px;
  width:9px;
  height:11px;
  background:currentColor;
  clip-path:polygon(0 0,100% 50%,0 100%);
}
.technology-story__rotation:focus-visible{
  outline:2px solid rgba(245,245,247,.92);
  outline-offset:2px;
}
.technology-story__rotation:hover:not(:disabled){
  color:#fff;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.58);
}
.technology-story__rotation:disabled{
  opacity:.42;
  cursor:not-allowed;
}

@media (hover:none),(pointer:coarse){
  .technology-story__indicator,
  .technology-story__rotation{width:44px;height:44px}
}

@media (min-width:961px){
  .technology-story__media img{
    --technology-indicator-gutter:clamp(72px,5.5vw,84px);
    width:calc(100% - var(--technology-indicator-gutter));
    margin-right:var(--technology-indicator-gutter);
  }
}

#airflow .technology-story__media img{padding:clamp(8px,1vw,16px)}
#motor .technology-story__media img{padding:clamp(44px,5vw,80px) clamp(108px,11vw,176px)}
#control .technology-story__media img{padding:0;object-fit:cover}
#ion-care .technology-story__media img{padding:clamp(44px,5vw,82px)}

[data-home-ink-group]{
  --home-ink-title-final:#1d1d1f;
  --home-ink-copy-final:rgba(29,29,31,.72);
  --home-ink-title-muted:#e5e5e8;
}
[data-home-ink-group][data-home-ink-tone="dark"]{
  --home-ink-title-final:#f5f5f7;
  --home-ink-copy-final:rgba(245,245,247,.74);
  --home-ink-title-muted:#2d3034;
}
[data-home-ink-group] [data-home-ink-title]{color:var(--home-ink-title-final)}
[data-home-ink-group] h2:not([data-home-ink-title]),
[data-home-ink-group] h3:not([data-home-ink-title]),
[data-home-ink-group] p{color:var(--home-ink-copy-final)}
html.home-ink-ready:not(.motion-system-reduced) .home-ink-title{
  color:var(--home-ink-title-muted);
  transition:color .65s cubic-bezier(.45,0,.55,1) .35s;
}
html.home-ink-ready:not(.motion-system-reduced) .home-ink-support{
  opacity:0;
  transition:opacity .35s cubic-bezier(.45,0,.55,1);
  transition-delay:0s;
}
html.home-ink-ready:not(.motion-system-reduced) [data-home-ink-group].is-home-ink-visible .home-ink-title{
  color:var(--home-ink-title-final);
  transition-delay:0s;
}
html.home-ink-ready:not(.motion-system-reduced) [data-home-ink-group].is-home-ink-visible .home-ink-support{
  opacity:1;
  transition-delay:.65s;
}
html.home-ink-ready:not(.motion-system-reduced) [data-home-ink-group]:focus-within .home-ink-title{
  color:var(--home-ink-title-final);
  transition:none;
}
html.home-ink-ready:not(.motion-system-reduced) [data-home-ink-group]:focus-within .home-ink-support{
  opacity:1;
  transition:none;
}
html.home-ink-initialising .home-ink-title,
html.home-ink-initialising .home-ink-support{
  transition:none!important;
}

html.home-motion-ready:not(.motion-system-reduced) [data-home-depth-media]{
  transform:translate3d(var(--home-motion-x,0),var(--home-motion-y,0),0) scale(var(--home-motion-scale,1));
  transform-origin:center;
}

.home-process__rail::after{
  content:"";
  position:absolute;
  z-index:1;
  top:9px;
  right:0;
  left:0;
  height:1px;
  background:linear-gradient(90deg,var(--color-action-on-light),var(--color-copper));
  transform:scaleX(1);
  transform-origin:left center;
}
html.home-motion-ready:not(.motion-system-reduced) .home-process__rail::after{transform:scaleX(var(--process-progress,0))}
html.home-motion-ready:not(.motion-system-reduced) .home-process__rail li::before,
html.home-motion-ready:not(.motion-system-reduced) .home-process__rail li:nth-child(odd)::before{
  border-color:#767671;
  background:#fff;
  box-shadow:inset 0 0 0 5px #fff;
}
html.home-motion-ready:not(.motion-system-reduced) .home-process__rail li.is-passed::before,
html.home-motion-ready:not(.motion-system-reduced) .home-process__rail li:nth-child(odd).is-passed::before{
  border-color:var(--color-action-on-light);
  background:var(--color-action-on-light);
  box-shadow:inset 0 0 0 5px #fff,0 0 0 4px rgba(201,79,28,.12);
}

html.home-motion-ready:not(.motion-system-reduced) .home-manufacturing__media img,
html.home-motion-ready:not(.motion-system-reduced) .home-brand-story__media img,
html.home-motion-ready:not(.motion-system-reduced) .home-media__visual img{
  transform:translate3d(var(--home-motion-x,0),var(--home-motion-y,0),0) scale(var(--home-motion-scale,1));
  transform-origin:center;
}
.home-cta{overflow:clip;background:#111416}

@media (max-width:960px){
  .home-portfolio{margin-top:-34px}
  .technology-story{display:flex;flex-direction:column;padding-block:72px 32px}
  .technology-story__steps{order:1;min-height:800px}
  .technology-story__step{
    min-height:800px;
    grid-template-columns:1fr;
    grid-template-rows:minmax(300px,auto) 500px;
    gap:0;
  }
  .technology-story__copy{grid-column:1;grid-row:1;padding:0 64px 42px 24px;align-self:center}
  .technology-story__media{grid-column:1;grid-row:2;width:100%;height:500px}
  .technology-story__copy h3{font-size:clamp(3rem,7vw,3.75rem)}
  .technology-story__indicators{
    order:2;
    position:relative;
    top:auto;
    right:auto;
    width:100%;
    flex-direction:row;
    justify-content:center;
    margin-top:10px;
    transform:none;
  }
  .technology-story__indicator{width:44px;height:44px}
  .technology-story__rotation{width:44px;height:44px;margin:0 8px 0 0}
  #motor .technology-story__media img{padding:54px clamp(120px,22vw,190px)}
  .home-process__rail::after{display:none}
}

@media (max-width:720px){
  .home-portfolio{margin-top:-18px}
  .home-technology::before{background-size:64px 64px;opacity:.08}
  .technology-story{width:100%;padding:64px 0 24px}
  .technology-story__steps{min-height:750px}
  .technology-story__step{min-height:750px;grid-template-rows:minmax(400px,auto) 350px}
  .technology-story__copy{padding:0 20px 30px;align-self:center}
  .technology-story__copy h2{margin-bottom:34px;font-size:1.5rem}
  .technology-story__copy h3{font-size:clamp(2.4rem,11vw,3.05rem)}
  .technology-story__copy p{font-size:.97rem}
  .technology-story__media{height:350px}
  .technology-story__indicators{margin-top:4px}
  #airflow .technology-story__media img{padding:8px}
  #motor .technology-story__media img{padding:34px clamp(82px,23vw,118px)}
  #ion-care .technology-story__media img{padding:34px}
  .home-process__rail::after{
    display:block;
    top:0;
    right:auto;
    bottom:0;
    left:9px;
    width:1px;
    height:auto;
    transform:scaleY(1);
    transform-origin:center top;
  }
  html.home-motion-ready:not(.motion-system-reduced) .home-process__rail::after{transform:scaleY(var(--process-progress,0))}
}

.motion-system-reduced .home-ink-title{
  color:var(--home-ink-title-final)!important;
}
.motion-system-reduced .home-ink-support{
  opacity:1!important;
}
.motion-system-reduced .home-technology[data-carousel-ready="true"] .technology-story__copy,
.motion-system-reduced .home-technology[data-carousel-ready="true"] .technology-story__media,
.motion-system-reduced .home-technology[data-carousel-ready="true"] .technology-story__media img,
.motion-system-reduced .technology-story__indicator span,
.motion-system-reduced .technology-story__rotation{
  transition:none!important;
}
.motion-system-reduced .home-technology[data-carousel-ready="true"] .technology-story__copy,
.motion-system-reduced .home-technology[data-carousel-ready="true"] .technology-story__media{
  transform:none!important;
}
.motion-system-reduced .home-technology[data-carousel-ready="true"] .technology-story__step.is-active .technology-story__media img{
  transform:scale(1)!important;
}
.motion-system-reduced [data-home-depth-media],
.motion-system-reduced .home-manufacturing__media img,
.motion-system-reduced .home-brand-story__media img,
.motion-system-reduced .home-media__visual img{
  opacity:1!important;
  transform:none!important;
  clip-path:none!important;
  transition:none!important;
  will-change:auto!important;
}
.motion-system-reduced .home-process__rail::after{transform:scaleX(1)!important}
.motion-system-reduced .home-process__rail li::before{
  border-color:var(--color-action-on-light)!important;
  background:var(--color-action-on-light)!important;
  box-shadow:inset 0 0 0 5px #fff!important;
}
@media (max-width:720px){
  .motion-system-reduced .home-process__rail::after{transform:scaleY(1)!important}
}

@media print{
  .home-ink-title{
    color:var(--home-ink-title-final)!important;
  }
  .home-ink-support{
    opacity:1!important;
  }
}

@media (forced-colors:active){
  .home-ink-title,
  .home-ink-support{
    color:CanvasText!important;
    opacity:1!important;
  }
  .technology-story__indicator{color:GrayText}
  .technology-story__indicator[aria-current="true"]{color:CanvasText}
  .technology-story__indicator:focus-visible{outline-color:Highlight}
}

/* Homepage cadence · deliberate changes of scale between chapters. */
@media (min-width:961px){
  .home-portfolio .portfolio-chapter:first-of-type .portfolio-chapter__inner{
    min-height:clamp(720px,88svh,940px);
    grid-template-columns:minmax(300px,4fr) minmax(0,8fr);
    gap:0;
  }
  .home-portfolio .portfolio-chapter:first-of-type .portfolio-chapter__copy{padding-right:clamp(36px,4vw,68px)}
  .home-portfolio .portfolio-chapter:nth-of-type(2){padding-block:clamp(44px,5svh,68px)}
  .home-portfolio .portfolio-chapter:nth-of-type(2) .portfolio-chapter__inner{
    width:min(80vw,1120px);
    min-height:clamp(390px,52svh,540px);
    margin-right:max(32px,calc((100vw - 1360px)/2));
    margin-left:auto;
    grid-template-columns:minmax(0,7.5fr) minmax(280px,4.5fr);
    gap:0;
  }
  .home-portfolio .portfolio-chapter:nth-of-type(2) .portfolio-chapter__media{grid-column:1;grid-row:1}
  .home-portfolio .portfolio-chapter:nth-of-type(2) .portfolio-chapter__copy{grid-column:2;grid-row:1;padding:54px clamp(20px,3vw,48px)}

  .home-process{padding-block:clamp(76px,6vw,96px)}
  .home-process__intro{max-width:790px}
  .home-process__intro h2{font-size:clamp(3.1rem,4.5vw,4.8rem)}
  .home-process__rail{margin-top:64px}
  .home-process__action{margin-top:50px}

  .home-brand-story__grid{
    min-height:clamp(780px,100svh,980px);
    grid-template-columns:repeat(12,minmax(0,1fr));
    gap:clamp(18px,2.4vw,38px);
  }
  .home-brand-story__copy{grid-column:1/8;padding-block:clamp(90px,10vw,140px)}
  .home-brand-story__media{grid-column:9/13;height:min(82svh,820px)}

  .home-media>.shell{
    display:grid;
    grid-template-columns:minmax(260px,4fr) minmax(0,8fr);
    gap:clamp(44px,5vw,86px);
    align-items:start;
  }
  .home-media h2{grid-column:1;grid-row:1;margin:0;font-size:clamp(3.3rem,4.9vw,5.2rem)}
  .home-media__grid{grid-column:2;grid-row:1;grid-template-columns:1fr;gap:0}
  .home-media__resources{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #bdbdb8;border-left:0}
  .home-media__resources>a{min-height:176px;padding:34px 28px;border-right:1px solid #bdbdb8}
  .home-media__resources>a:last-child{border-right:0}
}

@media (min-width:1200px){
  .home-manufacturing__grid{position:relative;display:block}
  .home-manufacturing__media{height:clamp(720px,82svh,840px)}
  .home-manufacturing__copy{
    position:absolute;
    z-index:2;
    right:0;
    bottom:0;
    width:min(450px,38%);
    padding:clamp(36px,4vw,54px);
    background:rgba(18,20,22,.97);
    box-shadow:-28px -28px 70px rgba(0,0,0,.22);
  }
  .home-manufacturing__copy h2{font-size:clamp(3.25rem,4.2vw,4.5rem)}
  .home-manufacturing__copy>p{margin-bottom:34px}
}

@media (max-width:960px){
  .home-portfolio .portfolio-chapter:first-of-type .portfolio-chapter__media{height:520px}
  .home-portfolio .portfolio-chapter:nth-of-type(2) .portfolio-chapter__media{height:360px}
}

@media (max-width:720px){
  .home-portfolio .portfolio-chapter:first-of-type .portfolio-chapter__media{height:390px}
  .home-portfolio .portfolio-chapter:nth-of-type(2) .portfolio-chapter__media{height:260px}
  .home-brand-story__media{width:84vw;height:340px;margin-left:auto}
  .home-media__resources>a{min-height:130px;padding:28px 20px}
}

/* 2026 bilingual catalogue system */
:root{
  --unisino-orange:#c94f1c;
  --unisino-orange-light:#f47b3d;
  --unisino-orange-deep:#8e341c;
  --unisino-copper:#b96038;
  --pearl-gray:#f5f5f7;
  --pearl-gray-deep:#e9eaed;
  --ink-strong:#1d1d1f;
  --ink-body:#55565c;
  --radius-panel:22px;
}
html{overflow-x:clip;background:#ee6c24}
body{position:relative;overflow-x:clip;background:transparent;color:var(--ink-strong)}
main,.site-footer{position:relative;z-index:1}
.silk-backdrop{position:fixed;z-index:0;inset:0;overflow:hidden;pointer-events:none;background-color:#ee6c24;background-image:radial-gradient(ellipse at 18% 12%,rgba(255,190,142,.46),transparent 30%),linear-gradient(132deg,#8b2f0f 0%,#ee6c24 43%,#9f3714 72%,#f28b4d 100%)}
.silk-backdrop::after{content:"";position:absolute;z-index:2;inset:0;background:rgba(245,245,247,.78)}
.silk-backdrop canvas{position:absolute;z-index:1;inset:0;width:100%;height:100%;display:block;opacity:0}
.silk-backdrop[data-silk-ready="true"] canvas{opacity:1}
body[data-page="news"] .silk-backdrop::after{background:rgba(12,10,9,.14)}
body::before{content:"";position:fixed;z-index:390;inset:0;pointer-events:none;opacity:.01;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.72'/%3E%3C/svg%3E");background-size:180px 180px}
body[data-locale="zh-CN"]{font-family:"Segoe UI","Microsoft YaHei","PingFang SC",Arial,sans-serif}
address{font-style:normal}
.section-kicker{color:var(--color-action-on-light);font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.editorial-heading{max-width:850px;margin-bottom:clamp(44px,6vw,82px)}
.editorial-heading h2{margin-bottom:24px}
.editorial-heading>p:last-child{max-width:680px;font-size:1.04rem}
.eyebrow-link{display:inline-flex;min-height:44px;align-items:center;margin-bottom:30px;color:var(--color-action-on-light);font-size:.8rem;font-weight:650}

/* The ink state stays readable at every point, while retaining the requested one-second hierarchy. */
[data-home-ink-group]{
  --home-ink-title-final:#1d1d1f;
  --home-ink-copy-final:#55565c;
  --home-ink-title-muted:#77787e;
  --home-ink-copy-muted:#606167;
}
[data-home-ink-group][data-home-ink-tone="dark"]{
  --home-ink-title-final:#f5f5f7;
  --home-ink-copy-final:#c6c7cc;
  --home-ink-title-muted:#92949a;
  --home-ink-copy-muted:#a7a9ae;
}
html.home-ink-ready:not(.motion-system-reduced) .home-ink-title{color:var(--home-ink-title-muted);transition:color .65s cubic-bezier(.45,0,.55,1) .35s}
html.home-ink-ready:not(.motion-system-reduced) .home-ink-support{color:var(--home-ink-copy-muted);opacity:1;transition:color .35s cubic-bezier(.45,0,.55,1);transition-delay:0s}
html.home-ink-ready:not(.motion-system-reduced) [data-home-ink-group].is-home-ink-visible .home-ink-title{color:var(--home-ink-title-final);transition-delay:0s}
html.home-ink-ready:not(.motion-system-reduced) [data-home-ink-group].is-home-ink-visible .home-ink-support{color:var(--home-ink-copy-final);opacity:1;transition-delay:.65s}
.motion-system-reduced .home-ink-support{color:var(--home-ink-copy-final)!important;opacity:1!important}

/* Header, product mega menu and locale control. */
.site-header{background:rgba(250,250,251,.94);border-color:rgba(29,29,31,.1);backdrop-filter:saturate(140%) blur(18px)}
.site-header__inner{position:relative;width:min(1500px,calc(100vw - 48px));grid-template-columns:150px minmax(0,1fr) auto;gap:20px}
.primary-nav{gap:clamp(13px,1.35vw,25px)}
.primary-nav>a,.nav-products>a{min-height:44px;display:inline-flex;align-items:center;font-size:.76rem;font-weight:620}
.nav-products{position:static;display:flex;align-items:center}
.nav-products__toggle{width:28px;height:44px;display:grid;place-items:center;border:0;background:transparent;padding:0}
.nav-products__toggle span{width:7px;height:7px;border-right:1.5px solid;border-bottom:1.5px solid;transform:translateY(-2px) rotate(45deg);transition:transform .2s ease}
.nav-products__toggle[aria-expanded="true"] span{transform:translateY(2px) rotate(225deg)}
.mega-menu{position:absolute;z-index:4;top:calc(100% + 1px);right:0;left:0;padding:12px 0 0}
.mega-menu__inner{display:grid;grid-template-columns:1fr 1fr 220px;gap:20px;padding:30px;border:1px solid rgba(29,29,31,.1);border-radius:0 0 18px 18px;background:rgba(250,250,251,.985);box-shadow:0 28px 70px rgba(13,14,16,.14)}
.mega-menu__inner>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.mega-menu__inner>div>p{grid-column:1/-1;margin:0 0 8px;color:#77787d;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.mega-menu__inner>div>a,.mega-menu__coming{display:flex;min-height:62px;flex-direction:column;justify-content:center;padding:10px 12px;border-radius:10px;transition:background .2s ease}
.mega-menu__inner>div>a:hover{background:#eceef1}
.mega-menu__inner strong{font-size:.88rem}.mega-menu__inner span{color:#68696f;font-size:.68rem}
.mega-menu__all{display:flex;min-height:100%;align-items:center;justify-content:space-between;padding:18px;border-radius:12px;background:#1b1c1f;color:#f5f5f7;font-size:.82rem;font-weight:650}
.mega-menu__all .icon-arrow{width:20px}
.header-tools{display:flex;align-items:center;gap:12px}
.language-switcher{position:relative}
.language-switcher>button{min-width:54px;height:44px;display:flex;align-items:center;justify-content:center;gap:7px;border:0;background:transparent;font-size:.74rem;font-weight:650}
.language-switcher svg{width:18px;height:18px}
.language-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:145px;padding:7px;border:1px solid rgba(29,29,31,.12);border-radius:10px;background:#fff;box-shadow:0 18px 45px rgba(20,20,24,.14)}
.language-menu a{display:block;min-height:44px;padding:11px 12px;border-radius:7px;font-size:.78rem}
.language-menu a:hover,.language-menu a[aria-current="true"]{background:#eff0f2}
.mobile-nav-tools{display:none}

/* Varied product composition. */
.featured-pair{background:#fff}
.featured-pair__grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(320px,5fr);gap:clamp(20px,3vw,46px);align-items:end}
.featured-product{position:relative;overflow:hidden;display:block;border-radius:var(--radius-panel);background:#eceef1;color:#fff;isolation:isolate}
.featured-product--large{height:clamp(590px,62vw,840px)}
.featured-product--offset{height:clamp(430px,44vw,610px);margin-bottom:clamp(0px,5vw,72px)}
.featured-product picture,.featured-product img{width:100%;height:100%}.featured-product img{object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}
.featured-product::after{content:"";position:absolute;inset:38% 0 0;background:linear-gradient(180deg,transparent,rgba(8,9,11,.72))}
.featured-product>span{position:absolute;z-index:2;right:clamp(24px,4vw,52px);bottom:clamp(24px,4vw,52px);left:clamp(24px,4vw,52px);display:grid;gap:4px}
.featured-product small{color:#f0b697;font-size:.7rem;font-style:normal;letter-spacing:.12em;text-transform:uppercase}
.featured-product strong{font-size:clamp(2rem,4vw,4.4rem);line-height:1}.featured-product em{color:#e2e3e5;font-size:.9rem;font-style:normal}
.featured-product:hover img{transform:scale(1.015)}
.product-overview{background:var(--pearl-gray)}
.product-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:22px;align-items:stretch}
.product-card{grid-column:span 4;min-width:0;overflow:hidden;border:1px solid rgba(29,29,31,.08);border-radius:18px;background:#fbfbfc;box-shadow:0 16px 44px rgba(20,21,24,.055)}
.product-card--d8-ultra,.product-card--a7{grid-column:span 7}.product-card--d8,.product-card--a6{grid-column:span 5}
.product-card>a{height:100%;display:flex;flex-direction:column}
.product-card__visual{height:clamp(270px,31vw,455px);overflow:hidden;background:#e8eaed}
.product-card--d8 .product-card__visual,.product-card--a6 .product-card__visual{height:clamp(270px,27vw,390px)}
.product-card picture,.product-card img{width:100%;height:100%}.product-card img{object-fit:cover;transition:transform .65s cubic-bezier(.22,1,.36,1)}
.product-card--a6 img{object-fit:contain;padding:7%;background:#e7e8ea}
.product-card__copy{min-height:250px;display:grid;align-content:start;padding:clamp(24px,3vw,38px)}
.product-card__position{color:var(--color-action-on-light);font-size:.68rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.product-card__model{margin-top:6px;font-size:clamp(1.75rem,3vw,3rem);font-weight:680;line-height:1}
.product-card__copy h3{margin:12px 0 14px;font-size:1rem;letter-spacing:-.01em}.product-card__copy p{font-size:.82rem}
.product-card__copy strong{display:flex;align-items:center;gap:8px;margin-top:auto;color:var(--color-action-on-light);font-size:.78rem}.product-card__copy .icon-arrow{width:17px}
.product-card a:hover img{transform:scale(1.018)}
.product-future{position:relative;grid-column:span 4;min-width:0;overflow:hidden;display:flex;align-items:flex-end;padding:clamp(28px,3.2vw,44px);border:1px solid rgba(255,255,255,.11);border-radius:18px;background:#1b1c20;color:#f5f5f7;box-shadow:0 16px 44px rgba(20,21,24,.08)}
.product-future__mark{position:absolute;top:18px;right:24px;color:rgba(227,101,44,.62);font-size:clamp(2.6rem,4vw,4.2rem);font-weight:650;letter-spacing:.12em;line-height:1}
.product-future>div{position:relative;z-index:1}.product-future__label{display:block;margin-bottom:18px;color:#ef8a58;font-size:.68rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.product-future strong{max-width:340px;display:block;font-size:clamp(1.75rem,2.6vw,3rem);font-weight:620;letter-spacing:-.045em;line-height:1.02;text-wrap:balance}
.product-future p{max-width:330px;margin:24px 0 0;color:#c7c8cd;font-size:.82rem}.product-future .text-link{margin-top:28px;color:#f08a57}
.product-portfolio{padding-top:0;background:var(--pearl-gray)}
.product-portfolio__heading{max-width:780px;margin-bottom:clamp(34px,5vw,64px)}
.product-portfolio__heading h2{margin:0 0 20px;font-size:clamp(2.8rem,5.6vw,6.2rem);letter-spacing:-.055em;line-height:.92;text-wrap:balance}
.product-portfolio__heading p{max-width:590px;margin:0;font-size:1.02rem}
.product-portfolio figure{overflow:hidden;margin:0;border:1px solid rgba(29,29,31,.09);border-radius:30px;background:#cda986;box-shadow:0 30px 80px rgba(72,42,24,.12)}
.product-portfolio picture,.product-portfolio img{width:100%}.product-portfolio img{display:block;height:auto}
.product-card--coming{position:relative;grid-column:span 12;min-height:310px;display:grid;align-items:center;padding:clamp(32px,5vw,68px);border:1px solid rgba(255,255,255,.14);background:#202125;color:#f7f7f8;box-shadow:0 18px 48px rgba(20,21,24,.09)}
.product-card--coming .product-card__position{color:#f08a57}
.product-card--coming::after{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.08);border-radius:12px;pointer-events:none}.product-card--coming>div{position:relative;z-index:1;display:grid;grid-template-columns:minmax(210px,.7fr) 1fr;grid-template-rows:auto auto;column-gap:clamp(30px,7vw,110px);align-items:end}.product-card--coming .product-card__model{grid-row:1/3;display:block;margin:0;color:#fff;font-size:clamp(5.5rem,11vw,10rem);font-weight:650;letter-spacing:-.08em;line-height:.78}.product-card--coming h3{align-self:end;margin:0 0 14px;font-size:clamp(1.35rem,2.4vw,2.15rem);letter-spacing:-.035em}.product-card--coming p{align-self:start;margin:0;color:#c9cace;font-size:.84rem;font-weight:650;letter-spacing:.04em}

.capability-ledger{background:#fff}
.capability-ledger__grid{display:grid;grid-template-columns:minmax(300px,5fr) minmax(400px,7fr);gap:clamp(45px,8vw,120px);align-items:start}
.capability-ledger__grid .editorial-heading{position:sticky;top:calc(var(--header-height) + 50px);margin:0}
.capability-ledger__list{list-style:none;margin:0;padding:0;border-top:1px solid rgba(29,29,31,.18)}
.capability-ledger__list li{display:grid;grid-template-columns:60px 1fr;gap:15px;padding:25px 0;border-bottom:1px solid rgba(29,29,31,.13)}
.capability-ledger__list span{color:var(--color-action-on-light);font-size:.68rem}.capability-ledger__list strong{font-size:clamp(1rem,1.35vw,1.28rem);font-weight:560}
.capability-ledger__grid>.text-link{grid-column:2}
.brand-manifesto{background:#fff}.brand-manifesto__grid{display:grid;grid-template-columns:minmax(320px,5fr) minmax(0,7fr);gap:clamp(40px,8vw,120px);align-items:center}
.brand-manifesto__grid>div{padding-block:50px}.brand-manifesto .display-copy{margin-block:26px 34px}.brand-manifesto figure{overflow:hidden;border-radius:50% 50% 16px 16px}.brand-manifesto img{width:100%;height:clamp(530px,54vw,760px);object-fit:cover}

/* Consent-aware media. */
.media-evidence__grid{display:grid;grid-template-columns:minmax(280px,4fr) minmax(0,8fr);gap:clamp(40px,7vw,100px);align-items:center}
.media-evidence h2{margin-block:12px 24px}.media-evidence p{max-width:520px}.media-consent{position:relative;min-height:clamp(390px,47vw,650px);overflow:hidden;border-radius:18px;background:#17181b;color:#fff}
.media-consent>picture{position:absolute;inset:0;width:100%;height:100%}.media-consent>picture img{width:100%;height:100%;object-fit:cover;opacity:.43}.media-consent>div{position:absolute;z-index:2;right:0;bottom:0;left:0;padding:clamp(28px,5vw,58px);background:linear-gradient(180deg,transparent,rgba(10,11,13,.94))}
.media-consent strong{display:block;font-size:clamp(1.45rem,2.7vw,2.5rem)}.media-consent p{margin:10px 0 22px;color:#d0d1d4}.media-consent iframe{width:100%;height:100%;min-height:inherit;border:0}

/* Content and product detail pages. */
.content-hero{padding-block:clamp(110px,14vw,210px);background:linear-gradient(145deg,rgba(251,251,252,.9),rgba(233,234,237,.82))}
.content-hero .shell{display:grid;grid-template-columns:minmax(0,8fr) minmax(280px,4fr);gap:40px;align-items:end}
.content-hero .section-kicker{grid-column:1/-1}.content-hero h1{max-width:940px;margin:0;font-size:clamp(3.7rem,7vw,7.5rem)}.content-hero .shell>p:last-child{max-width:520px;margin:0 0 10px;font-size:1.08rem}
.content-hero--dark{background:var(--gradient-dark);color:#f5f5f7}.content-hero--dark .shell>p:last-child{color:#c6c7cc}
.content-hero--brand{background:linear-gradient(140deg,var(--unisino-orange-deep),var(--unisino-orange) 55%,var(--unisino-copper));color:#fff}.content-hero--brand .section-kicker{color:#fff}.content-hero--brand .shell>p:last-child{color:#fff}
.content-hero--silk{position:relative;background:linear-gradient(112deg,rgba(10,9,9,.72),rgba(14,10,8,.48) 55%,rgba(9,9,10,.68));color:#f7f7f8}
.content-hero--silk .section-kicker{color:#ffb48f}.content-hero--silk .shell>p:last-child{color:#f0e3dc}
.product-detail__hero{padding-block:clamp(70px,8vw,120px);background:rgba(245,245,247,.9)}
.product-detail__hero-grid{min-height:clamp(620px,75vw,900px);display:grid;grid-template-columns:minmax(340px,5fr) minmax(0,7fr);gap:clamp(30px,6vw,90px);align-items:center}
.product-detail__hero h1{max-width:670px;margin-bottom:28px;font-size:clamp(3.8rem,6vw,7rem)}.product-detail__position{color:var(--color-action-on-light);font-size:.74rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.product-detail__hero figure{height:min(760px,66vw);overflow:hidden;border-radius:28px;background:#e6e8eb}.product-detail__hero picture,.product-detail__hero img{width:100%;height:100%}.product-detail__hero img{object-fit:cover}.product-detail__hero-grid>div{position:relative;z-index:2}
.product-detail--m2 .product-detail__hero img{object-fit:contain}
.product-media{position:relative;overflow:hidden;padding-block:clamp(80px,9vw,132px);background:#111216;color:#f5f5f7}
.product-media__heading{margin-bottom:clamp(38px,5vw,68px)}
.product-media__heading h2{max-width:900px;margin:0 0 20px;color:#f5f5f7;font-size:clamp(2.8rem,5.3vw,6rem);letter-spacing:-.055em;line-height:.92;text-wrap:balance}
.product-media__heading p{max-width:620px;margin:0;color:#c6c8ce;font-size:1rem}
.product-media__viewport{width:100%;overflow:hidden}
.product-media__track{display:flex;gap:clamp(14px,1.7vw,24px);overflow-x:auto;padding:4px max(24px,calc((100vw - min(1120px,78vw))/2)) 96px;scroll-behavior:smooth;scroll-padding-inline:max(24px,calc((100vw - min(1120px,78vw))/2));scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}
.product-media__track::-webkit-scrollbar{display:none}
.product-media__track:focus-visible{outline:2px solid #ef8a58;outline-offset:-4px}
.product-media__slide{position:relative;flex:0 0 min(1120px,78vw);aspect-ratio:16/10;min-width:0;overflow:hidden;margin:0;border:1px solid rgba(255,255,255,.13);border-radius:32px;background:#e6e8eb;box-shadow:0 28px 70px rgba(3,4,6,.28);scroll-snap-align:center;scroll-snap-stop:always}
.product-media__slide>picture,.product-media__slide>picture img{width:100%;height:100%}
.product-media__slide>picture img{display:block;object-fit:cover}
.product-detail--m2 .product-media__slide:first-child>picture img,.product-detail--d8 .product-media__slide:nth-child(2)>picture img,.product-detail--a6 .product-media__slide>picture img{object-fit:contain;background:#e8e9ec}
.product-media__slide figcaption{position:absolute;z-index:3;top:22px;left:22px;padding:9px 13px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(18,19,23,.76);color:#f5f5f7;font-size:.7rem;font-weight:650;letter-spacing:.035em;backdrop-filter:blur(14px)}
html.js .product-media[data-product-media-ready="true"] .product-media__slide{opacity:.5;transform:scale(.965);transition:opacity .45s ease,transform .65s cubic-bezier(.22,1,.36,1)}
html.js .product-media[data-product-media-ready="true"] .product-media__slide.is-active{opacity:1;transform:scale(1)}
.product-media__slide--video{background:#08090b}
.product-media__video{width:100%;height:100%;min-height:0;border-radius:0}
.product-media__video>picture img{opacity:.48}
.product-media__video>div{padding:clamp(34px,5vw,68px) clamp(28px,6vw,82px) clamp(82px,8vw,106px)}
.product-media__video .text-link{margin:20px 0 0 18px;color:#f4a17a}
.product-media__controls{position:relative;z-index:12;width:max-content;max-width:calc(100% - 32px);display:flex;align-items:center;gap:8px;margin:-78px auto 0;padding:6px 7px 6px 12px;border:1px solid rgba(255,255,255,.58);border-radius:999px;background:rgba(245,246,248,.9);box-shadow:0 16px 44px rgba(3,4,6,.28);backdrop-filter:blur(20px);color:#1d1e22}
.product-media__controls[hidden]{display:none}
.product-media__segments{display:flex;align-items:center}
.product-media__segments button{width:58px;height:44px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:rgba(29,30,34,.22);cursor:pointer}
.product-media__segments button>span{position:relative;width:42px;height:4px;overflow:hidden;border-radius:999px;background:currentColor}
.product-media__segments button>span::after{content:none}
.product-media__segments button[aria-current="true"]{color:rgba(29,30,34,.28)}
.carousel-cycle-progress{position:absolute;inset:0;display:block;background:#1d1e22;transform:scaleX(0);transform-origin:left;pointer-events:none;will-change:transform}
.product-media__segments button:focus-visible,.product-media__rotation:focus-visible{outline:2px solid #c94f1c;outline-offset:1px}
.product-media__rotation{position:relative;width:44px;height:44px;flex:0 0 44px;border:0;border-radius:50%;background:#1d1e22;color:#f5f5f7;cursor:pointer}
.product-media__rotation span{position:absolute;inset:0;display:block}
.product-media__rotation[data-paused="false"] span::before,.product-media__rotation[data-paused="false"] span::after{content:"";position:absolute;top:15px;width:3px;height:14px;border-radius:2px;background:currentColor}
.product-media__rotation[data-paused="false"] span::before{left:17px}.product-media__rotation[data-paused="false"] span::after{right:17px}
.product-media__rotation[data-paused="true"] span::before{content:"";position:absolute;top:14px;left:17px;width:12px;height:16px;background:currentColor;clip-path:polygon(0 0,100% 50%,0 100%)}
.product-media__rotation:disabled{cursor:default;opacity:.48}
.feature-bands{border-top:1px solid rgba(29,29,31,.15)}.feature-bands>div{display:grid;grid-template-columns:80px minmax(0,1fr);padding:clamp(28px,4vw,52px) 0;border-bottom:1px solid rgba(29,29,31,.15)}.feature-bands span{color:var(--color-action-on-light);font-size:.68rem}.feature-bands h2{max-width:900px;margin:0;font-size:clamp(1.9rem,3.7vw,4.2rem)}
.technical-grid{display:grid;grid-template-columns:minmax(280px,4fr) minmax(0,8fr);gap:clamp(45px,8vw,120px);align-items:start}.technical-grid .editorial-heading{position:sticky;top:calc(var(--header-height) + 40px)}
.spec-list{margin:0;border-top:1px solid rgba(29,29,31,.17)}.spec-list>div{display:grid;grid-template-columns:minmax(160px,4fr) minmax(0,8fr);gap:20px;padding:19px 0;border-bottom:1px solid rgba(29,29,31,.13)}.spec-list dt{color:#66676d;font-size:.76rem}.spec-list dd{margin:0;font-size:.88rem;font-weight:630}
.config-grid{display:grid;grid-template-columns:minmax(0,8fr) minmax(260px,4fr);gap:clamp(45px,7vw,100px)}.config-grid h2{margin-bottom:34px;font-size:clamp(2rem,3vw,3.2rem)}
.voltage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.voltage-grid article{padding:28px;border:1px solid rgba(29,29,31,.12);border-radius:14px;background:#fff}.voltage-grid h3{margin-bottom:24px}.voltage-grid p{display:flex;justify-content:space-between;gap:18px;margin:0;padding:10px 0;border-top:1px solid rgba(29,29,31,.09);font-size:.74rem}.voltage-grid p span{color:#6b6c72}.voltage-grid p strong{text-align:right}
.accessory-list{list-style:none;margin:0;padding:0;border-top:1px solid rgba(29,29,31,.15)}.accessory-list li{padding:19px 0;border-bottom:1px solid rgba(29,29,31,.15)}

.technology-page-hero{border-bottom:1px solid rgba(255,255,255,.1)}
.technology-page-hero h1{max-width:1120px}
.technology-editorial{overflow:hidden;background:#08090b;color:#f5f5f7}
.technology-editorial.section{padding-block:0}
.technology-editorial>div{display:grid}
.technology-editorial article{min-height:680px;display:grid;gap:clamp(42px,7vw,112px);align-items:center;padding-block:clamp(76px,9vw,132px);border-bottom:1px solid rgba(255,255,255,.11)}
.technology-editorial article:first-child{grid-template-columns:minmax(280px,4fr) minmax(0,8fr)}
.technology-editorial article:nth-child(2){grid-template-columns:minmax(0,7fr) minmax(300px,5fr)}
.technology-editorial article:nth-child(3){grid-template-columns:minmax(300px,5fr) minmax(0,7fr)}
.technology-editorial article:nth-child(even)>.technology-editorial__visual{order:-1}
.technology-editorial h2{max-width:650px;margin:0 0 28px;color:#f5f5f7;font-size:clamp(2.7rem,5vw,5.6rem);letter-spacing:-.055em;line-height:.94;text-wrap:balance}
.technology-editorial p{max-width:560px;margin:0;color:#c3c5ca;font-size:1.05rem}
.technology-editorial__visual{position:relative;width:100%;min-width:0;overflow:hidden;background:transparent}
.technology-editorial__visual>picture{width:100%;height:100%}
.technology-editorial__visual img{width:100%;height:100%;object-fit:contain;border-radius:0;background:transparent;mix-blend-mode:screen}
.technology-editorial__visual--airflow{height:clamp(360px,33vw,480px)}
.technology-editorial__visual--motor{height:clamp(560px,50vw,720px)}
.technology-editorial__visual--motor img{padding-inline:clamp(48px,9vw,140px)}
.technology-editorial__visual--control{height:clamp(500px,44vw,650px)}
.technology-editorial__visual figcaption{position:absolute;z-index:2;right:clamp(18px,3vw,42px);bottom:clamp(16px,3vw,38px);max-width:min(320px,75%);color:#f5f5f7;text-align:right}
.technology-editorial__visual figcaption span{display:block;margin-bottom:5px;color:#ef8a58;font-size:.66rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.technology-editorial__visual figcaption strong{display:block;font-size:clamp(1rem,1.8vw,1.45rem);font-weight:580;letter-spacing:-.025em;line-height:1.1}
.capability-cards{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px}.capability-cards article{grid-column:span 4;min-height:260px;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(24px,3vw,40px);border:1px solid rgba(29,29,31,.11);border-radius:14px;background:#fff}.capability-cards article:nth-child(1),.capability-cards article:nth-child(5){grid-column:span 6}.capability-cards span{color:var(--color-action-on-light);font-size:.7rem}.capability-cards h2{margin:0;font-size:clamp(1.45rem,2.5vw,2.8rem)}.capabilities-page .source-note{max-width:860px;margin:44px 0 0}
.stats-section{background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-block:25px 36px;border-block:1px solid rgba(29,29,31,.15)}.stats-grid>div{min-height:250px;display:flex;flex-direction:column;justify-content:center;padding:30px;border-right:1px solid rgba(29,29,31,.15)}.stats-grid>div:last-child{border-right:0}.stats-grid strong{font-size:clamp(2.3rem,4.5vw,5rem);letter-spacing:-.05em}.stats-grid span{margin-top:14px;color:#64656b;font-size:.78rem}
.manufacturing-media{background:var(--surface-pearl)}
.manufacturing-media__heading{max-width:820px;margin-bottom:clamp(40px,6vw,76px)}.manufacturing-media__heading h2{margin-bottom:24px}.manufacturing-media__heading>p:last-child{max-width:680px}
.manufacturing-media figure{min-width:0}.manufacturing-media figcaption{padding-top:13px;color:#5a5b61;font-size:.73rem;line-height:1.5}
.manufacturing-media__overview{overflow:hidden}.manufacturing-media__overview picture{aspect-ratio:3/2;overflow:hidden;border-radius:22px}.manufacturing-media__overview img{width:100%;height:100%;object-fit:cover}
.manufacturing-media__detail-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:clamp(18px,3vw,42px);align-items:start;margin-top:clamp(34px,5vw,68px)}
.manufacturing-media__assembly picture,.manufacturing-media__video-shell{overflow:hidden;border-radius:22px;background:#111214}
.manufacturing-media__assembly picture{aspect-ratio:2/3}.manufacturing-media__assembly img{width:100%;height:100%;object-fit:cover}
.manufacturing-media__film{width:min(100%,620px);justify-self:end}.manufacturing-media__video-shell{position:relative;aspect-ratio:9/16}.manufacturing-media__film video{width:100%;height:100%;display:block;object-fit:cover;background:#111214}
.manufacturing-media__video-fallback{position:absolute;right:18px;bottom:18px;left:18px;margin:0;padding:13px 15px;border-radius:10px;background:rgba(7,8,10,.88);color:#f5f5f7;font-size:.76rem}
.company-profile__grid{display:grid;grid-template-columns:minmax(300px,5fr) minmax(0,7fr);gap:clamp(50px,9vw,130px);align-items:start}.company-profile h2{font-size:clamp(2.2rem,4vw,4.4rem)}
.history-line{list-style:none;margin:0;padding:0;border-top:1px solid rgba(29,29,31,.15)}.history-line li{display:grid;grid-template-columns:100px 1fr;gap:24px;padding:28px 0;border-bottom:1px solid rgba(29,29,31,.15)}.history-line span{color:var(--color-action-on-light);font-size:1.4rem}.history-line p{margin:0}
.company-contact h2{font-size:clamp(2.4rem,4vw,4.5rem)}.company-contact address{font-size:clamp(1rem,2vw,1.5rem);line-height:1.7}.company-contact a{color:var(--color-action-on-light)}
.brand-story-page{padding-block:clamp(90px,11vw,170px);background:#fff}.brand-story-page__grid{display:grid;grid-template-columns:minmax(340px,5fr) minmax(0,7fr);gap:clamp(50px,8vw,120px);align-items:center}.brand-story-page h1{margin-bottom:36px;font-size:clamp(4rem,7vw,7.7rem)}.brand-story-page p{max-width:720px}.brand-story-page figure{overflow:hidden;border-radius:240px 240px 20px 20px}.brand-story-page img{width:100%;height:min(820px,70vw);object-fit:cover}
.faq-section .faq-list{width:min(900px,100%);margin-inline:auto;border-top:1px solid rgba(29,29,31,.18)}.faq-list summary{min-height:72px;display:flex;align-items:center;padding-block:24px;font-size:clamp(1rem,1.6vw,1.25rem)}.faq-list details p{font-size:.92rem}
.news-showcase{position:relative;overflow:hidden;background:rgba(245,245,247,.97)}
.news-showcase__heading{margin-bottom:clamp(42px,6vw,78px)}
.news-showcase__heading h2{max-width:900px;margin:0;font-size:clamp(2.8rem,5.4vw,6.2rem);letter-spacing:-.055em;line-height:.93;text-wrap:balance}
.news-showcase__featured-viewport{width:100%;overflow:hidden}
.news-showcase__featured-track{display:flex;gap:clamp(14px,1.7vw,24px);overflow-x:auto;padding:4px max(24px,calc((100vw - min(1180px,82vw))/2)) 44px;scroll-behavior:smooth;scroll-padding-inline:max(24px,calc((100vw - min(1180px,82vw))/2));scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}
.news-showcase__featured-track::-webkit-scrollbar{display:none}
.news-showcase__featured-track:focus-visible{outline:2px solid #a83a12;outline-offset:-4px}
.news-feature{position:relative;flex:0 0 min(1180px,82vw);min-width:0;min-height:clamp(540px,48vw,670px);display:grid;grid-template-columns:minmax(0,7fr) minmax(320px,5fr);overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:34px;background:#15161a;color:#f5f5f7;box-shadow:0 30px 80px rgba(22,18,17,.22);scroll-snap-align:center;scroll-snap-stop:always}
.news-feature figure{position:relative;min-width:0;overflow:hidden;background:#d8dadd}.news-feature figure picture,.news-feature figure img{width:100%;height:100%}.news-feature figure img{object-fit:cover}
.news-feature figcaption{position:absolute;right:18px;bottom:16px;left:18px;padding:10px 12px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(13,14,17,.82);color:#d7d8dc;font-size:.66rem;line-height:1.45;backdrop-filter:blur(12px)}
.news-feature__copy{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:clamp(34px,5vw,72px)}
.news-feature__meta{display:flex;flex-wrap:wrap;gap:9px 20px;align-items:center;margin-bottom:clamp(38px,5vw,72px);color:#f1a17a;font-size:.69rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.news-feature__meta time{color:#bbbcc1}
.news-feature h3{max-width:520px;margin:0 0 24px;color:#f7f7f8;font-size:clamp(2.25rem,3.7vw,4.5rem);font-weight:560;letter-spacing:-.052em;line-height:.96;text-wrap:balance}
.news-feature__copy>p{max-width:500px;margin:0;color:#c5c7cc;font-size:.92rem}.news-feature .text-link{margin-top:34px;color:#f39a6d}
html.js .news-showcase[data-news-ready="true"] .news-feature{opacity:.5;transform:scale(.972);transition:opacity .42s ease,transform .62s cubic-bezier(.22,1,.36,1)}
html.js .news-showcase[data-news-ready="true"] .news-feature.is-active{opacity:1;transform:scale(1)}
.news-showcase__lower{padding-top:22px}
.news-related{display:flex;gap:14px;overflow-x:auto;padding:2px 2px 16px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:rgba(73,74,80,.42) transparent;overscroll-behavior-x:contain}
.news-related::-webkit-scrollbar{height:6px}.news-related::-webkit-scrollbar-track{background:transparent}.news-related::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(73,74,80,.42)}
.news-related:focus-visible{border-radius:18px;outline:2px solid #a83a12;outline-offset:4px}
.news-related__card{flex:0 0 clamp(230px,22vw,294px);overflow:hidden;border:1px solid rgba(29,29,31,.1);border-radius:18px;background:#fbfbfc;box-shadow:0 14px 36px rgba(20,21,24,.06);scroll-snap-align:start;transition:border-color .22s ease,transform .35s cubic-bezier(.22,1,.36,1)}
.news-related__card picture,.news-related__card img{width:100%;height:158px}.news-related__card img{object-fit:cover}
.news-related__card>span{min-height:134px;display:flex;flex-direction:column;padding:20px}.news-related__card time{color:#8b3a19;font-size:.67rem;font-weight:700;letter-spacing:.06em}.news-related__card strong{margin-top:13px;color:#222327;font-size:.9rem;font-weight:620;line-height:1.25}
.news-related__card:hover{border-color:rgba(168,58,18,.34);transform:translateY(-3px)}
.news-showcase__controls{width:max-content;max-width:calc(100% - 16px);display:flex;align-items:center;gap:8px;margin:32px auto 0;padding:6px 7px 6px 12px;border:1px solid rgba(29,29,31,.12);border-radius:999px;background:rgba(255,255,255,.92);box-shadow:0 15px 40px rgba(20,21,24,.12);backdrop-filter:blur(18px)}
.news-showcase__controls[hidden]{display:none}.news-showcase__segments{display:flex;align-items:center}.news-showcase__segments button{width:76px;height:44px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:rgba(29,30,34,.2)}
.news-showcase__segments button>span{position:relative;width:60px;height:4px;overflow:hidden;border-radius:999px;background:currentColor}.news-showcase__segments button>span::after{content:none}
.news-showcase__segments .carousel-cycle-progress{background:#1d1e22}
.news-showcase__segments button:focus-visible,.news-showcase__rotation:focus-visible{outline:2px solid #a83a12;outline-offset:1px}
.news-showcase__rotation{position:relative;width:44px;height:44px;flex:0 0 44px;border:0;border-radius:50%;background:#1d1e22;color:#f5f5f7}.news-showcase__rotation span{position:absolute;inset:0;display:block}
.news-showcase__rotation[data-paused="false"] span::before,.news-showcase__rotation[data-paused="false"] span::after{content:"";position:absolute;top:15px;width:3px;height:14px;border-radius:2px;background:currentColor}.news-showcase__rotation[data-paused="false"] span::before{left:17px}.news-showcase__rotation[data-paused="false"] span::after{right:17px}
.news-showcase__rotation[data-paused="true"] span::before{content:"";position:absolute;top:14px;left:17px;width:12px;height:16px;background:currentColor;clip-path:polygon(0 0,100% 50%,0 100%)}.news-showcase__rotation:disabled{cursor:default;opacity:.5}
.news-showcase .source-note{max-width:800px;margin:28px auto 0;text-align:center}.news-showcase .source-note a{color:#8f3211;text-decoration:underline;text-underline-offset:3px}
body[data-page="news"] .media-evidence{background:rgba(245,245,247,.97)}
.news-index article{display:grid;grid-template-columns:minmax(0,7fr) minmax(310px,5fr);gap:clamp(35px,7vw,100px);align-items:center}.news-index img{width:100%;height:500px;object-fit:cover;border-radius:16px}.news-index time,.news-article time{color:var(--color-action-on-light);font-size:.72rem;font-weight:700;letter-spacing:.08em}.news-index h2{margin-block:18px 24px}
.news-article{padding-block:clamp(80px,10vw,140px);background:#fff}.news-article header{max-width:1080px;margin-bottom:60px}.news-article h1{margin-block:20px 30px;font-size:clamp(3.2rem,6vw,7rem)}.news-article header>p{font-size:1.2rem}.news-article__image img{width:100%;max-height:720px;object-fit:cover;border-radius:18px}.news-article figcaption{margin-top:12px;color:#6a6b70;font-size:.7rem}.news-article__body{max-width:820px;padding-top:55px}.news-article__body p{font-size:1rem}

/* Form, legal pages and footer. */
.contact-section{background:#fff}.contact-layout{grid-template-columns:minmax(0,8fr) minmax(280px,4fr)}
.contact-aside{position:sticky;top:calc(var(--header-height) + 42px);display:flex;flex-direction:column;gap:12px;padding:38px;border-radius:16px;background:var(--pearl-gray)}.contact-aside h2{margin:0 0 10px}.contact-aside address{margin-bottom:15px;color:#5b5c62;line-height:1.8}.contact-aside>a{color:var(--color-action-on-light)}.contact-aside>p:last-child{margin-top:20px;padding-top:20px;border-top:1px solid rgba(29,29,31,.12);font-size:.72rem}
.quote-form{padding:clamp(26px,4vw,52px);border:1px solid rgba(29,29,31,.11);border-radius:18px;background:#fafafb}.field input,.field select,.field textarea{border-radius:9px;background:#fff}.field-error:empty{min-height:8px}.field-error:not(:empty){min-height:18px}.form-status:focus{outline:0}.form-note{color:#62636a;line-height:1.6}
.legal-document{padding-block:clamp(85px,10vw,150px);background:#fff}.legal-document header{max-width:1000px;padding-bottom:65px;border-bottom:1px solid rgba(29,29,31,.16)}.legal-document h1{margin-block:18px 28px;font-size:clamp(3.3rem,6.4vw,7rem)}.legal-document header>p{max-width:720px;font-size:1.05rem}.legal-document time{color:#6c6d72;font-size:.74rem}.legal-document__body{max-width:1000px}.legal-document__body section{display:grid;grid-template-columns:75px minmax(0,1fr);gap:30px;padding:48px 0;border-bottom:1px solid rgba(29,29,31,.14)}.legal-document__body span{color:var(--color-action-on-light);font-size:.7rem}.legal-document__body h2{font-size:clamp(1.5rem,2.7vw,2.7rem)}.legal-document__body p{max-width:720px}
.site-footer{background:#18191c;color:#f3f3f5}.site-footer__top{grid-template-columns:1.7fr repeat(4,minmax(130px,1fr));gap:clamp(30px,4vw,60px);border-color:rgba(255,255,255,.12)}
.site-footer__brand p,.footer-column a,.footer-column span,.site-footer__bottom p,.site-footer__bottom a,.site-footer__bottom address{color:#bfc1c6}.site-footer__brand>a:last-child{color:var(--color-action-on-dark);font-size:.78rem}.footer-column h2{color:#fff}.footer-column button{width:max-content;border:0;background:transparent;color:#bfc1c6;padding:4px 0;text-align:left;font-size:.72rem}.footer-column button:hover{color:#fff}.site-footer__bottom{align-items:flex-start;padding-block:28px}.site-footer__bottom address{max-width:620px;text-align:right;font-size:.68rem;line-height:1.65}
.not-found{min-height:70svh;display:grid;align-items:center;padding-block:100px;background:var(--gradient-dark);color:#fff}.not-found h1{max-width:900px}.not-found p{max-width:600px;color:#c6c7cc}.not-found .button{margin-top:25px}

.cookie-banner{position:fixed;z-index:400;right:22px;bottom:22px;left:22px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;max-width:1200px;margin-inline:auto;padding:24px 26px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(25,26,29,.98);color:#fff;box-shadow:0 24px 80px rgba(0,0,0,.3)}
.cookie-banner[hidden]{display:none}.cookie-banner h2{margin:0 0 8px;font-size:1.1rem;letter-spacing:-.01em}.cookie-banner p{max-width:680px;margin:0;color:#c8c9cd;font-size:.76rem}.cookie-banner p a{text-decoration:underline;text-underline-offset:3px}.cookie-banner__actions{display:flex;gap:10px}.cookie-banner .button{min-width:118px;min-height:44px}.cookie-banner__decision{border:1px solid #c5c7cb;background:transparent;color:#fff}.cookie-banner__decision:hover{border-color:#fff;background:#fff;color:#18191c}.cookie-banner__preferences{border:0;background:transparent;color:#d2d3d6;text-decoration:underline;text-underline-offset:4px}
.consent-dialog{width:min(620px,calc(100vw - 32px));max-height:calc(100svh - 32px);padding:0;border:0;border-radius:18px;background:#fff;color:#1d1d1f;box-shadow:0 35px 100px rgba(0,0,0,.35)}.consent-dialog::backdrop{background:rgba(8,9,11,.64);backdrop-filter:blur(3px)}.consent-dialog form{padding:30px}.consent-dialog header{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:22px}.consent-dialog h2{margin:0;font-size:2rem}.consent-dialog__close{width:44px;min-width:44px;height:44px;min-height:44px;flex:0 0 44px;border:0;border-radius:50%;background:#eceef1;font-size:1.7rem;line-height:1}.consent-choice{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0;border-top:1px solid rgba(29,29,31,.13)}.consent-choice h3,.consent-choice strong{margin:0;font-size:.95rem}.consent-choice p,.consent-choice small{display:block;margin:4px 0 0;color:#65666b;font-size:.72rem}.consent-choice>span:last-child{color:#66676d;font-size:.7rem}.consent-choice input{width:24px;height:24px;flex:0 0 auto;accent-color:var(--color-action-on-light)}.consent-dialog footer{display:flex;justify-content:flex-end;gap:12px;padding-top:22px;border-top:1px solid rgba(29,29,31,.13)}.consent-dialog__decision{min-width:150px;border:1px solid #43444a;background:#fff;color:#1d1d1f}.consent-dialog__decision:hover{background:#1d1d1f;color:#fff}

@media (max-width:1180px){
  .site-header__inner{grid-template-columns:125px minmax(0,1fr) auto}.primary-nav{gap:10px}.primary-nav>a,.nav-products>a{font-size:.68rem}.header-cta{padding-inline:15px}.header-tools{gap:4px}
  .site-footer__top{grid-template-columns:1.6fr repeat(2,1fr)}.site-footer__brand{grid-row:span 2}
}

@media (max-width:960px){
  .site-header__inner{width:calc(100% - 32px);grid-template-columns:1fr auto auto}.nav-toggle{grid-column:3}.header-tools{grid-column:2;grid-row:1}.header-tools .header-cta{display:none}
  .primary-nav{left:0;transform:none;visibility:hidden;opacity:0;pointer-events:none;padding:24px 24px 70px;transition:opacity .22s ease,visibility 0s linear .22s}.primary-nav.is-open{visibility:visible;opacity:1;pointer-events:auto;transition-delay:0s}.primary-nav>a,.nav-products>a{width:auto;flex:1;padding:16px 0;border:0;font-size:1.05rem}.nav-products{width:100%;flex-wrap:wrap;border-bottom:1px solid var(--line)}.nav-products__toggle{width:48px;height:57px}.mega-menu{position:static;width:100%;padding:0 0 14px}.mega-menu__inner{grid-template-columns:1fr 1fr;padding:18px;border-radius:12px;box-shadow:none}.mega-menu__all{grid-column:1/-1;min-height:60px}.mobile-nav-tools{width:100%;display:grid;margin-top:12px}.mobile-nav-tools>a{width:100%;padding:16px 0;border-bottom:1px solid var(--line);font-size:1.05rem}.mobile-nav-tools>div{display:flex;gap:20px;padding-top:18px}.mobile-nav-tools>div a{min-height:44px;display:flex;align-items:center;color:var(--color-action-on-light)}
  .language-switcher{display:none}
  .featured-pair__grid,.brand-manifesto__grid,.media-evidence__grid,.technical-grid,.technology-editorial article,.company-profile__grid,.brand-story-page__grid{grid-template-columns:1fr}
  .featured-product--large{height:680px}.featured-product--offset{width:78%;height:480px;margin:-90px 0 0 auto;border:8px solid #fff}
  .product-card,.product-card--coming,.product-future{grid-column:span 6}.product-card__visual,.product-card--d8 .product-card__visual,.product-card--a6 .product-card__visual{height:360px}
  .capability-ledger__grid{grid-template-columns:1fr}.capability-ledger__grid .editorial-heading,.technical-grid .editorial-heading{position:static}.capability-ledger__grid>.text-link{grid-column:1}
  .content-hero .shell{grid-template-columns:1fr}.content-hero .shell>p:last-child{margin:0}.product-detail__hero-grid{grid-template-columns:1fr}.product-detail__hero figure{height:650px}.product-detail__hero-grid>div{padding-top:30px}
  .product-media__slide{flex-basis:82vw}.product-media__track{padding-inline:9vw;scroll-padding-inline:9vw}
  .technical-grid{gap:30px}.config-grid{grid-template-columns:1fr}.technology-editorial article:first-child,.technology-editorial article:nth-child(2),.technology-editorial article:nth-child(3){grid-template-columns:1fr}.technology-editorial article:nth-child(even)>.technology-editorial__visual{order:0}.technology-editorial article{min-height:0}.technology-editorial__visual--airflow{height:350px}.technology-editorial__visual--motor,.technology-editorial__visual--control{height:520px}
  .stats-grid{grid-template-columns:repeat(2,1fr)}.stats-grid>div:nth-child(2){border-right:0}.stats-grid>div:nth-child(-n+2){border-bottom:1px solid rgba(29,29,31,.15)}.manufacturing-media__detail-grid{grid-template-columns:1fr}.manufacturing-media__film{justify-self:start}
  .news-feature{grid-template-columns:1fr;grid-template-rows:340px auto}.news-feature__copy{min-height:390px}.news-feature__meta{margin-bottom:34px}.news-index article{grid-template-columns:1fr}.news-index img{height:440px}.contact-layout{grid-template-columns:1fr}.contact-aside{position:static}
  .cookie-banner{grid-template-columns:1fr}.cookie-banner__actions{justify-content:flex-end}
}

@media (max-width:720px){
  :root{--shell:calc(100% - 32px)}
  h1{font-size:clamp(2.8rem,13vw,4rem)}h2{font-size:clamp(2.2rem,10vw,3.4rem)}
  .site-header__inner{width:calc(100% - 24px);grid-template-columns:1fr auto}.header-tools{display:none}.nav-toggle{grid-column:2;min-width:48px;min-height:48px}
  .mega-menu__inner{grid-template-columns:1fr;padding:12px}.mega-menu__inner>div{grid-template-columns:1fr 1fr}.mega-menu__all{grid-column:1}
  .home-hero--airflow .home-hero__copy{padding:40px 20px 30px}.home-hero--airflow .home-hero__media{height:330px}.home-hero--airflow .home-hero__media img{object-fit:cover;object-position:center}
  .featured-pair{padding-block:72px}.featured-product--large{height:500px}.featured-product--offset{width:88%;height:360px;margin:-55px 0 0 auto}.featured-product strong{font-size:2.4rem}
  .product-portfolio{padding-top:0}.product-portfolio__heading{margin-bottom:30px}.product-portfolio__heading h2{font-size:clamp(2.65rem,12vw,4rem)}.product-portfolio figure{border-radius:18px}
  .product-grid{display:block}.product-card,.product-future{margin-bottom:16px}.product-card__visual,.product-card--d8 .product-card__visual,.product-card--a6 .product-card__visual{height:310px}.product-card__copy{min-height:230px}.product-future{min-height:390px}.product-card--coming{min-height:300px}.product-card--coming>div{grid-template-columns:1fr;grid-template-rows:auto auto auto;align-content:space-between;height:100%}.product-card--coming .product-card__model{grid-row:auto;margin-bottom:52px;font-size:clamp(5.75rem,28vw,8rem)}
  .capability-ledger__grid{gap:34px}.capability-ledger__list li{grid-template-columns:45px 1fr}.brand-manifesto img{height:470px}.brand-manifesto figure{border-radius:180px 180px 12px 12px}
  .home-manufacturing__media{height:400px}.media-consent{min-height:390px}
  .content-hero{padding-block:85px}.content-hero h1{font-size:clamp(3rem,14vw,4.6rem)}.product-detail__hero{padding-top:45px}.product-detail__hero-grid{min-height:0}.product-detail__hero h1{font-size:clamp(3.1rem,14vw,4.7rem)}.product-detail__hero figure{height:400px;border-radius:16px}
  .product-media{padding-block:72px 78px}.product-media__heading{margin-bottom:34px}.product-media__heading h2{font-size:clamp(2.6rem,12vw,4rem)}.product-media__track{gap:8px;padding:3px 32px 84px;scroll-padding-inline:32px}.product-media__slide{flex-basis:calc(100vw - 64px);aspect-ratio:4/5;border-radius:22px}.product-media__slide>picture img{object-fit:contain;background:#e8e9ec}.product-media__slide figcaption{top:14px;left:14px}.product-media__video>div{padding:28px 22px 82px}.product-media__video .text-link{display:block;margin:16px 0 0}.product-media__controls{max-width:calc(100% - 16px);margin-top:-72px;padding-left:8px}.product-media__segments button{width:46px}.product-media__segments button>span{width:32px}
  .feature-bands>div{grid-template-columns:45px 1fr}.feature-bands h2{font-size:clamp(1.7rem,8vw,2.8rem)}.spec-list>div{grid-template-columns:1fr;gap:5px}.voltage-grid{grid-template-columns:1fr}.technology-editorial article{padding-block:72px}.technology-editorial h2{font-size:clamp(2.6rem,12vw,4rem)}.technology-editorial__visual--airflow{height:270px}.technology-editorial__visual--motor,.technology-editorial__visual--control{height:400px}.technology-editorial__visual--motor img{padding-inline:48px}
  .capability-cards{display:block}.capability-cards article{min-height:210px;margin-bottom:14px}.stats-grid>div{min-height:190px;padding:18px}.stats-grid strong{font-size:clamp(2.2rem,10vw,3.3rem)}.manufacturing-media__detail-grid{grid-template-columns:1fr}.manufacturing-media__film{justify-self:start}
  .news-showcase{padding-block:72px 78px}.news-showcase__heading{margin-bottom:32px}.news-showcase__heading h2{font-size:clamp(2.6rem,12vw,4rem)}.news-showcase__featured-track{gap:8px;padding:3px 24px 30px;scroll-padding-inline:24px}.news-feature{flex-basis:calc(100vw - 48px);grid-template-rows:260px auto;min-height:620px;border-radius:22px}.news-feature__copy{min-height:360px;padding:30px 24px}.news-feature__meta{margin-bottom:28px}.news-feature h3{font-size:clamp(2rem,10vw,3rem)}.news-feature figcaption{right:12px;bottom:10px;left:12px;font-size:.62rem}.news-related{margin-inline:-1px}.news-related__card{flex-basis:min(78vw,282px)}.news-related__card picture,.news-related__card img{height:148px}.news-showcase__segments button{width:62px}.news-showcase__segments button>span{width:48px}.brand-story-page h1{font-size:clamp(3.2rem,14vw,4.8rem)}.brand-story-page img{height:520px}.news-index img{height:300px}.news-article__body{padding-top:35px}
  .quote-form{padding:22px 18px}.field-help,.field .optional,.field-error,.form-note,.contact-aside>p:last-child{font-size:.8rem}.legal-document__body section{grid-template-columns:38px minmax(0,1fr);gap:12px}.legal-document h1{font-size:clamp(3rem,14vw,4.8rem)}
  .section-kicker,.footer-column button,.site-footer__bottom p,.site-footer__bottom a,.site-footer__bottom address,.consent-choice p,.consent-choice small,.consent-choice>span:last-child{font-size:.75rem}.site-footer__top{grid-template-columns:1fr 1fr}.site-footer__brand{grid-column:1/-1;grid-row:auto}.site-footer__bottom address{text-align:left;margin-top:18px}.cookie-banner{right:10px;bottom:10px;left:10px;padding:20px}.cookie-banner__actions{display:grid;grid-template-columns:1fr 1fr}.cookie-banner__actions [data-consent-reject-all]{grid-column:1;grid-row:1}.cookie-banner__actions [data-consent-accept-all]{grid-column:2;grid-row:1}.cookie-banner__actions .cookie-banner__preferences{grid-column:1/-1;grid-row:2}.cookie-banner .button{width:100%;min-width:0}.consent-dialog form{padding:22px}.consent-dialog footer{display:grid;grid-template-columns:1fr 1fr}.consent-dialog footer .button{width:100%}
}

@media (max-width:960px){
  html:not(.js) .site-header{position:static;height:auto}
  html:not(.js) .site-header__inner{width:calc(100% - 32px);height:auto;grid-template-columns:1fr;padding-block:14px}
  html:not(.js) .brand{grid-column:1}
  html:not(.js) .nav-toggle,html:not(.js) .nav-products__toggle,html:not(.js) .header-tools{display:none}
  html:not(.js) .primary-nav{position:static;inset:auto;grid-column:1;width:100%;height:auto;max-height:none;display:flex;flex-direction:column;align-items:stretch;visibility:visible;opacity:1;pointer-events:auto;overflow:visible;padding:8px 0 18px;background:transparent;box-shadow:none;transition:none}
  html:not(.js) .primary-nav>a,html:not(.js) .nav-products>a{width:100%;padding:12px 0;border-bottom:1px solid var(--line);font-size:.95rem}
  html:not(.js) .nav-products{display:block;border:0}
  html:not(.js) .mobile-nav-tools{display:grid}
}

@media (prefers-reduced-motion:reduce){
  .featured-product img,.product-card img,.nav-products__toggle span,.product-media__slide,.news-feature,.news-related__card{transition:none!important}
  .product-media__track,.news-showcase__featured-track{scroll-behavior:auto}
  .carousel-cycle-progress{animation:none!important;transition:none!important;transform:scaleX(0)!important}
}

.motion-system-reduced .news-feature,.motion-system-reduced .news-related__card{transition:none!important}
.motion-system-reduced .news-showcase__featured-track{scroll-behavior:auto}
.motion-system-reduced .carousel-cycle-progress{animation:none!important;transition:none!important;transform:scaleX(0)!important}

/* Source-extracted UNISINO wordmark. The bitmap is a fallback only; capable
   browsers paint the static metallic gradient through the exact alpha mask. */
.brand-lockup{display:inline-block;width:5.00415em;max-width:100%;aspect-ratio:1206/241;vertical-align:middle;line-height:0;background:url("/static/unisino/brand/unisino-wordmark-gradient.png") center/contain no-repeat}
@supports ((-webkit-mask-image:url("/static/unisino/brand/unisino-wordmark-mask.png")) or (mask-image:url("/static/unisino/brand/unisino-wordmark-mask.png"))){
  .brand-lockup{background:var(--unisino-logo-gradient);-webkit-mask-image:url("/static/unisino/brand/unisino-wordmark-mask.png");mask-image:url("/static/unisino/brand/unisino-wordmark-mask.png");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}
}
.brand-heading{line-height:1}.brand-heading--compact{font-size:clamp(2rem,3vw,3.2rem)}
.section-kicker--brand{line-height:1}.section-kicker--brand .brand-lockup{font-size:1rem}

.portfolio-index{padding-block:30px;border-block:1px solid rgba(29,29,31,.1);background:rgba(250,250,251,.88)}
.portfolio-index__inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.portfolio-index a,.portfolio-index span{min-height:72px;display:flex;flex-direction:column;justify-content:center;padding:14px 18px;border-left:2px solid rgba(201,79,28,.34)}
.portfolio-index strong{font-size:.88rem}.portfolio-index small{margin-top:4px;color:#65666c;font-size:.68rem;line-height:1.35}
.product-portfolio figure{position:relative}.product-portfolio .brand-media-mark{position:absolute;right:20px;bottom:20px;padding:8px 12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(10,11,13,.64);font-size:.68rem;backdrop-filter:blur(12px)}

.product-card--concept{background:#0b0c0e;color:#f5f5f7}
.product-card--concept .product-card__visual{background:#050505}
.product-card--concept .product-card__visual img{object-fit:contain;background:#050505}
.product-card--concept .product-card__copy p{color:#c3c5ca}
.product-card--concept .product-card__copy strong,.product-card--concept .product-card__position{color:#f08a57}
.product-card--wet-dry-vacuum-cleaner,.product-card--robot{grid-column:span 6}
.product-card--wet-dry-vacuum-cleaner .product-card__visual,.product-card--robot .product-card__visual{height:clamp(390px,42vw,590px)}
.product-card--a5{grid-column:span 12}
.product-category{scroll-margin-top:calc(var(--header-height) + 24px)}
.product-category:nth-of-type(even){background:rgba(245,245,247,.96)}
.product-category__heading{max-width:760px;margin-bottom:44px}
.product-category__heading h2{margin:0;font-size:clamp(2.5rem,5vw,5.4rem)}

.concept-product{background:#08090b;color:#f5f5f7}
.concept-hero{position:relative;min-height:calc(100svh - var(--header-height));display:grid;align-items:center;overflow:hidden;isolation:isolate}
.concept-hero::before{content:"";position:absolute;z-index:-2;inset:0;background:radial-gradient(circle at 18% 12%,rgba(238,108,36,.34),transparent 36%),linear-gradient(110deg,#0c0d10 0%,#111216 52%,#060708 100%)}
.concept-hero::after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(7,8,10,.98) 0%,rgba(7,8,10,.88) 38%,rgba(7,8,10,.18) 68%,rgba(7,8,10,.42) 100%)}
.concept-hero__grid{min-height:inherit;display:grid;grid-template-columns:minmax(330px,5fr) minmax(0,7fr);gap:clamp(30px,6vw,94px);align-items:center}
.concept-hero__copy{position:relative;z-index:2;padding-block:90px}
.concept-hero__copy .brand-lockup{margin-bottom:34px;color:#f18b59;font-size:1.25rem;font-weight:700;letter-spacing:.05em}
.concept-hero__copy h1{max-width:720px;margin-bottom:30px;font-size:clamp(4rem,6.6vw,7.4rem);letter-spacing:-.058em;text-wrap:balance}
.concept-hero__copy>p{max-width:620px;color:#c9cbd0;font-size:1.08rem}
.concept-hero__media{position:relative;height:min(78svh,840px);align-self:end;margin-right:calc((100vw - var(--shell))/2 * -1)}
.concept-hero__media picture,.concept-hero__media img{width:100%;height:100%}.concept-hero__media img{object-fit:contain;object-position:center bottom}
.concept-hero__media .brand-media-mark{position:absolute;right:24px;bottom:24px;padding:8px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(10,11,13,.62);font-size:.68rem;backdrop-filter:blur(12px)}
.concept-statement{position:relative;padding-block:clamp(110px,13vw,200px);overflow:hidden;background:linear-gradient(128deg,#8c2e0d,#ee6c24 48%,#a53a16);color:#fff}
.concept-statement::before{content:"";position:absolute;inset:-35%;background:radial-gradient(ellipse at 50% 38%,rgba(255,225,202,.28),transparent 32%);transform:rotate(-12deg);pointer-events:none}
.concept-statement__inner{position:relative;display:grid;grid-template-columns:minmax(0,8fr) minmax(280px,4fr);gap:50px;align-items:end}
.concept-statement h2{max-width:930px;margin:0;font-size:clamp(3.4rem,7vw,7.6rem);letter-spacing:-.06em;line-height:.92;text-wrap:balance}
.concept-statement p{max-width:520px;margin:0;color:#fff;font-size:1.05rem}
.concept-context{background:#f5f5f7;color:#1d1d1f}
.concept-context__grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(280px,5fr);gap:clamp(45px,8vw,120px);align-items:start}
.concept-context h2{max-width:760px;margin-bottom:28px}.concept-context p{max-width:670px}
.concept-context__note{padding:32px;border-left:3px solid #c94f1c;background:#fff}.concept-context__note strong{display:block;margin-bottom:12px;font-size:1rem}.concept-context__note p{margin:0;font-size:.84rem}
.concept-neighbours{padding-block:36px;background:#111216;color:#f5f5f7}
.concept-neighbours__inner{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.concept-neighbours a{min-height:118px;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:24px 28px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.035)}
.concept-neighbours a:hover{border-color:rgba(244,123,61,.58);background:rgba(255,255,255,.06)}
.concept-neighbours small{display:block;color:#aeb0b6;font-size:.68rem}.concept-neighbours strong{font-size:1.05rem}.concept-neighbours .icon-arrow{color:#f08a57}

.company-page{background:#fff}
.company-page .content-hero--brand{min-height:620px;display:grid;align-items:center}
.company-page .content-hero--brand .brand-lockup{font-size:clamp(3.7rem,7vw,7.5rem);font-weight:700;letter-spacing:.035em}
.company-overview__grid{display:grid;grid-template-columns:minmax(300px,4fr) minmax(0,8fr);gap:clamp(50px,9vw,140px);align-items:start}
.company-overview__lead{position:sticky;top:calc(var(--header-height) + 42px)}
.company-overview__lead h2{margin-bottom:26px}.company-overview__body p:first-child{color:#1d1d1f;font-size:clamp(1.45rem,2.25vw,2.25rem);line-height:1.4;letter-spacing:-.025em}
.company-overview__body p{max-width:830px}
.company-milestones{background:#111216;color:#f5f5f7}
.company-milestones__grid{display:grid;grid-template-columns:minmax(270px,4fr) minmax(0,8fr);gap:clamp(45px,8vw,120px)}
.company-milestones h2{margin:0}.milestone-list{list-style:none;margin:0;padding:0;border-top:1px solid rgba(255,255,255,.17)}
.milestone-list li{display:grid;grid-template-columns:110px 1fr;gap:25px;padding:28px 0;border-bottom:1px solid rgba(255,255,255,.13)}
.milestone-list strong{color:#f08a57;font-size:1.2rem}.milestone-list p{margin:0;color:#c7c9ce}
.leadership-feature{background:#f0f1f3}
.leadership-feature__grid{display:grid;grid-template-columns:minmax(320px,5fr) minmax(0,7fr);gap:clamp(45px,8vw,120px);align-items:center}
.leadership-feature__portrait{position:relative;overflow:hidden;border-radius:260px 260px 24px 24px;background:#dfe1e5}
.leadership-feature__portrait picture,.leadership-feature__portrait img{width:100%}.leadership-feature__portrait img{height:min(760px,70vw);object-fit:cover;object-position:center top}
.leadership-feature__copy .brand-lockup{margin-bottom:24px;color:#c94f1c;font-size:1.05rem;font-weight:700;letter-spacing:.05em}
.leadership-feature__copy h2{margin:0 0 8px}.leadership-feature__role{margin-bottom:30px;color:#a83a12;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.leader-credentials{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:34px 0 0;padding:0;list-style:none;border-top:1px solid rgba(29,29,31,.15)}
.leader-credentials li{padding:17px 18px 17px 0;border-bottom:1px solid rgba(29,29,31,.12);color:#4f5055;font-size:.8rem}
.leader-credentials li:nth-child(even){padding-left:18px;border-left:1px solid rgba(29,29,31,.12)}
.company-pillars{background:#fff}
.company-pillars__heading{max-width:900px;margin-bottom:60px}
.company-pillars__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.company-pillar{min-height:330px;display:flex;flex-direction:column;padding:clamp(26px,3vw,42px);border:1px solid rgba(29,29,31,.1);border-radius:18px;background:#f7f7f8}
.company-pillar span{color:#a83a12;font-size:.68rem;font-weight:700;letter-spacing:.1em}.company-pillar h3{margin:48px 0 20px;font-size:clamp(1.55rem,2.5vw,2.55rem)}.company-pillar p{margin:auto 0 0;font-size:.83rem}
.company-values{background:#ee6c24;color:#fff}
.company-values__grid{display:grid;grid-template-columns:minmax(260px,4fr) minmax(0,8fr);gap:clamp(45px,8vw,120px)}
.company-values h2{position:sticky;top:calc(var(--header-height) + 40px);margin:0}.values-list{display:grid;grid-template-columns:1fr 1fr;margin:0;padding:0;list-style:none;border-top:1px solid rgba(255,255,255,.34)}
.values-list li{min-height:150px;padding:28px 26px 28px 0;border-bottom:1px solid rgba(255,255,255,.28)}.values-list li:nth-child(even){padding-left:26px;border-left:1px solid rgba(255,255,255,.28)}
.values-list span{display:block;margin-bottom:18px;color:#ffd8c5;font-size:.67rem}.values-list strong{display:block;font-size:clamp(1.05rem,1.8vw,1.55rem);line-height:1.25}
.company-development__grid,.company-sustainability__grid,.company-nasdaq__grid{display:grid;grid-template-columns:minmax(280px,5fr) minmax(0,7fr);gap:clamp(45px,8vw,120px);align-items:center}
.company-development{background:#f5f5f7}.company-development h2,.company-sustainability h2,.company-nasdaq h2{margin-bottom:28px}
.company-development__visual{min-height:480px;overflow:hidden;border-radius:18px;background:linear-gradient(145deg,#17181b,#302018);display:grid;place-items:center}
.company-development__visual .brand-lockup{color:#f5f5f7;font-size:clamp(2.6rem,5vw,5rem);font-weight:700;letter-spacing:.04em}
.company-sustainability__visual{display:grid;grid-template-columns:1fr 1fr;gap:12px}.company-sustainability__visual span{aspect-ratio:1;display:grid;place-items:center;border-radius:50% 50% 18px 18px;background:linear-gradient(145deg,#f1c3a7,#ee6c24);color:#fff;font-size:clamp(2rem,4vw,4rem);font-weight:650}.company-sustainability__visual span:last-child{border-radius:18px 18px 50% 50%;background:linear-gradient(145deg,#202226,#4b362c)}
.company-nasdaq{background:#111216;color:#f5f5f7}.company-nasdaq p{color:#c5c7cc}.company-nasdaq__status{padding:30px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.04)}.company-nasdaq__status strong{display:block;margin-bottom:15px;color:#f08a57;font-size:1.05rem}

.leadership-page-hero{background:#111216;color:#f5f5f7}.leadership-page-hero .shell>p:last-child{color:#c6c8ce}
.leadership-gallery{background:#f5f5f7}.leadership-gallery__grid{display:grid;grid-template-columns:minmax(320px,5fr) minmax(0,7fr);gap:clamp(45px,8vw,110px);align-items:center}.leadership-gallery__portraits{position:relative;padding:0 52px 52px 0}.leadership-gallery figure{overflow:hidden;border-radius:24px;background:#c98645}.leadership-gallery img{width:100%;height:min(720px,68vw);object-fit:cover;object-position:center top}.leadership-gallery__secondary{position:absolute;right:0;bottom:0;width:42%;border:8px solid #f5f5f7;border-radius:18px!important;box-shadow:0 24px 60px rgba(29,29,31,.2)}.leadership-gallery__secondary img{height:260px!important}

.news-article__hero{max-width:none!important;margin:0 0 60px!important;padding-top:20px}.news-article__hero .brand-lockup{display:block;margin-bottom:26px;color:#c94f1c;font-weight:700;letter-spacing:.05em}.news-article__media img{width:100%;max-height:720px;object-fit:cover;border-radius:18px}.news-empty{padding-block:70px;border-block:1px solid rgba(29,29,31,.12)}

.brand-story-hero{position:relative;min-height:760px;display:grid;align-items:center;overflow:hidden;background:#f5f5f7}
.brand-story-hero__grid{display:grid;grid-template-columns:minmax(320px,5fr) minmax(0,7fr);gap:clamp(40px,8vw,120px);align-items:center}
.brand-story-hero .brand-lockup{margin-bottom:30px;color:#c94f1c;font-size:1.2rem;font-weight:700;letter-spacing:.05em}
.brand-story-hero h1{margin-bottom:30px}.superellipse-stage{position:relative;aspect-ratio:1;display:grid;place-items:center}
.superellipse-stage::before,.superellipse-stage::after{content:"";position:absolute;inset:10%;border:2px solid rgba(29,29,31,.16)}
.superellipse-stage::before{border-radius:50%}.superellipse-stage::after{border-radius:30%}
.superellipse-stage__form{position:relative;z-index:1;width:58%;aspect-ratio:1;border-radius:38%;display:grid;place-items:center;background:linear-gradient(145deg,#f6b895,#ee6c24 52%,#8d2e0d);box-shadow:0 40px 90px rgba(140,46,13,.25);color:#fff}
.superellipse-stage__form .brand-lockup{margin:0;color:#fff;font-size:clamp(1.5rem,3vw,3.1rem)}
.brand-chapters{background:#fff}.brand-chapters__list{display:grid;gap:0}
.brand-chapter{min-height:460px;display:grid;grid-template-columns:minmax(90px,2fr) minmax(300px,4fr) minmax(0,6fr);gap:clamp(25px,5vw,80px);align-items:center;padding-block:clamp(65px,8vw,110px);border-bottom:1px solid rgba(29,29,31,.13)}
.brand-chapter>span{color:#a83a12;font-size:.72rem}.brand-chapter h2{margin:0;font-size:clamp(2.25rem,4vw,4.8rem)}.brand-chapter p{max-width:700px;margin:0;font-size:1rem}
.brand-chapter--orange{margin-inline:calc((100vw - var(--shell))/2 * -1);padding-inline:calc((100vw - var(--shell))/2);border:0;background:#ee6c24;color:#fff}.brand-chapter--orange>span,.brand-chapter--orange p{color:#fff}

.product-media__native-video{position:relative;width:100%;height:100%;background:#08090b}
.product-media__native-video video{width:100%;height:100%;display:block;object-fit:contain;background:#08090b}
.product-media__slide>.brand-media-mark{position:absolute;z-index:3;top:22px;right:22px;padding:8px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(10,11,13,.66);font-size:.68rem;backdrop-filter:blur(12px);pointer-events:none}
.product-media__native-video .brand-media-mark{position:absolute;z-index:3;top:22px;right:22px;padding:8px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(10,11,13,.66);font-size:.68rem;backdrop-filter:blur(12px);pointer-events:none}
.product-media__video-fallback{position:absolute;right:20px;bottom:20px;left:20px;padding:14px 18px;border-radius:10px;background:rgba(10,11,13,.86);color:#f5f5f7;font-size:.78rem}

@media (min-width:961px){
  .mega-menu__inner{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:24px}
  .mega-menu__inner>div{grid-template-columns:1fr;align-content:start}
  .mega-menu__all{grid-column:1/-1;min-height:58px}
  .mega-menu__static{min-height:52px;display:flex;align-items:center;padding:10px 12px;color:#777980;font-size:.72rem}
}

@media (max-width:960px){
  .portfolio-index__inner{grid-template-columns:1fr 1fr}
  .concept-hero__grid,.concept-statement__inner,.concept-context__grid,.company-overview__grid,.company-milestones__grid,.leadership-feature__grid,.company-values__grid,.company-development__grid,.company-sustainability__grid,.company-nasdaq__grid,.leadership-gallery__grid,.brand-story-hero__grid{grid-template-columns:1fr}
  .concept-hero__media{height:570px;margin:0;grid-row:1}.concept-hero__copy{grid-row:2;padding:0 0 80px}.concept-hero::after{background:linear-gradient(180deg,rgba(7,8,10,.18) 0%,rgba(7,8,10,.96) 52%,#07080a 100%)}
  .company-overview__lead,.company-values h2{position:static}.leadership-feature__portrait img,.leadership-gallery img{height:680px}.company-pillars__grid{grid-template-columns:1fr 1fr}.company-pillar{min-height:300px}.leadership-gallery__portraits{max-width:650px}
  .brand-chapter{grid-template-columns:70px minmax(250px,4fr) minmax(0,6fr)}
}

@media (max-width:720px){
  .portfolio-index__inner{grid-template-columns:1fr}.portfolio-index a,.portfolio-index span{min-height:64px}
  .product-card--wet-dry-vacuum-cleaner .product-card__visual,.product-card--robot .product-card__visual{height:390px}
  .concept-hero{min-height:0}.concept-hero__grid{display:flex;flex-direction:column}.concept-hero__media{width:100vw;height:540px;margin-left:calc((100vw - var(--shell))/2 * -1)}.concept-hero__copy{width:100%;padding-bottom:70px}.concept-hero__copy h1{font-size:clamp(3.35rem,15vw,5rem)}
  .concept-statement{padding-block:90px}.concept-statement h2{font-size:clamp(3.1rem,14vw,4.8rem)}.concept-neighbours__inner{grid-template-columns:1fr}.concept-neighbours a{min-height:96px}
  .company-page .content-hero--brand{min-height:520px}.company-page .content-hero--brand .brand-lockup{font-size:clamp(2.7rem,12vw,4.1rem)}
  .milestone-list li{grid-template-columns:75px 1fr}.leadership-feature__portrait img,.leadership-gallery img{height:510px}.leader-credentials,.company-pillars__grid,.values-list{grid-template-columns:1fr}.leader-credentials li:nth-child(even),.values-list li:nth-child(even){padding-left:0;border-left:0}.company-pillar{min-height:280px}.company-sustainability__visual{gap:8px}.leadership-gallery__portraits{padding:0 30px 40px 0}.leadership-gallery__secondary{width:46%;border-width:5px}.leadership-gallery__secondary img{height:190px!important}
  .brand-story-hero{min-height:0;padding-block:80px}.superellipse-stage{margin-top:35px}.brand-chapter{min-height:0;grid-template-columns:42px 1fr;gap:18px;padding-block:70px}.brand-chapter p{grid-column:2}.brand-chapter--orange{padding-inline:16px;margin-inline:-16px}
  .product-media__native-video .brand-media-mark{top:14px;right:14px}
}

.product-detail__brand{margin-bottom:24px;color:#c94f1c;font-size:1rem;font-weight:700;letter-spacing:.05em}
.footer-product-static{padding-block:4px;color:#9a9ca2!important;font-size:.72rem}

@media (max-width:1200px){
  .brand-chapter--orange{width:auto;margin-inline:0;padding-inline:clamp(22px,4vw,42px);border-radius:20px}
}

@media (prefers-reduced-motion:reduce){
  .concept-neighbours a,.company-pillar{transition:none!important}
}

/* UNISINO Orange Silk remains one shared environmental layer. */
:root{
  --unisino-orange-deep:#A84418;
  --unisino-orange:#EE6C24;
  --unisino-orange-bright:#FF9550;
  --unisino-copper:#C75826;
  --unisino-warm-gold:#E1A060;
  --unisino-logo-gradient:linear-gradient(116deg,#A84418 0%,#D95820 22%,#EE6C24 40%,#FF9550 55%,#E1A060 69%,#C75826 84%,#A84418 100%);
  --surface-pearl-strong:rgba(248,248,250,.91);
  --surface-pearl:rgba(248,248,250,.82);
  --surface-pearl-soft:rgba(248,248,250,.70);
  --surface-graphite-strong:rgba(7,8,10,.93);
  --surface-graphite:rgba(7,8,10,.84);
  --surface-graphite-soft:rgba(7,8,10,.72);
  --surface-readable:rgba(248,248,250,.94);
  --surface-readable-strong:rgba(248,248,250,.97);
  --surface-readable-border:rgba(20,20,24,.10);
  --surface-readable-shadow:0 12px 40px rgba(42,19,8,.10);
}
.silk-backdrop::after{
  background:
    radial-gradient(ellipse at 52% 18%,rgba(248,248,250,.18),transparent 44%),
    linear-gradient(180deg,rgba(248,248,250,.11),rgba(248,248,250,.04));
}
body[data-page="news"] .silk-backdrop::after{
  background:linear-gradient(180deg,rgba(248,248,250,.08),rgba(7,8,10,.05));
}
.site-header{background:var(--surface-pearl-strong)}

.home-hero,
.portfolio-roadmap,
.home-process,
.home-brand-story,
.home-media,
.featured-pair,
.product-overview,
.product-portfolio,
.capability-ledger,
.brand-manifesto,
.product-detail__hero,
.concept-context,
.company-overview,
.company-pillars,
.company-development,
.leadership-feature,
.leadership-gallery,
.brand-story-hero,
.brand-chapters,
.news-showcase,
.news-article,
.contact-section,
.legal-document{
  background:var(--surface-pearl);
}
.portfolio-chapter--light,
.technology-chapter--light,
.product-category,
.product-category:nth-of-type(even),
.content-hero:not(.content-hero--dark):not(.content-hero--brand):not(.content-hero--silk){
  background:var(--surface-pearl-strong);
}
.concept-product,.company-page,.brand-story-expanded{background:transparent}

.portfolio-chapter--dark,
.technology-chapter--dark,
.home-manufacturing,
.home-cta,
.cta-band,
.product-media,
.technology-editorial,
.concept-hero,
.concept-neighbours,
.company-milestones,
.company-nasdaq,
.leadership-page-hero,
.content-hero--dark,
.site-footer{
  background:var(--surface-graphite);
}
.concept-hero::before{
  background:
    radial-gradient(circle at 18% 12%,rgba(238,108,36,.28),transparent 38%),
    linear-gradient(110deg,rgba(12,13,16,.82),rgba(17,18,22,.72) 52%,rgba(6,7,8,.78));
}
.concept-hero::after{
  background:linear-gradient(90deg,rgba(7,8,10,.96) 0%,rgba(7,8,10,.82) 38%,rgba(7,8,10,.12) 68%,rgba(7,8,10,.32) 100%);
}
.concept-statement,
.company-values,
.brand-chapter--orange{
  background:linear-gradient(128deg,rgba(96,29,7,.62),rgba(238,108,36,.28) 48%,rgba(81,23,7,.58));
}
.content-hero--brand{
  background:linear-gradient(140deg,rgba(88,27,8,.74),rgba(238,108,36,.34) 55%,rgba(99,42,18,.62));
}
.content-hero--silk{
  background:linear-gradient(112deg,var(--surface-graphite-strong),rgba(14,10,8,.62) 55%,var(--surface-graphite));
}

/* The News tiers share one active index; the lower tier remains useful without JavaScript. */
.news-related{scroll-snap-type:x mandatory}
.news-related__card{position:relative;text-align:left}
.news-related__card.is-active,
.news-related__card[data-current="true"]{
  border-color:rgba(168,58,18,.72);
  box-shadow:0 0 0 1px rgba(168,58,18,.24),0 16px 38px rgba(20,21,24,.09);
}
.news-related__card small{
  display:none;
  margin-top:auto;
  padding-top:12px;
  color:#8f3211;
  font-size:.66rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.news-related__card.is-active small,
.news-related__card[data-current="true"] small{display:block}
.news-showcase__controls{
  width:min(100%,1000px);
  display:grid;
  grid-template-columns:minmax(0,1fr) 44px;
  padding-left:8px;
}
.news-showcase__segments{
  min-width:0;
  overflow-x:auto;
  overscroll-behavior-x:contain;
  scrollbar-width:none;
  scroll-snap-type:x proximity;
}
.news-showcase__segments::-webkit-scrollbar{display:none}
.news-showcase__segments button{
  width:44px;
  min-width:44px;
  flex:0 0 44px;
  scroll-snap-align:center;
  color:rgba(29,30,34,.2);
}
.news-showcase__segments button>span{width:28px;height:3px}
.news-showcase__segments button[aria-current="true"]{color:rgba(168,58,18,.44)}
.news-showcase__segments button[aria-current="true"]>span{height:5px}
.news-showcase__segments button[aria-current="true"]>span>.carousel-cycle-progress{background:#a83a12}
html.js .news-showcase[data-news-ready="true"] .news-feature{opacity:.68}
html.js .news-showcase[data-news-ready="true"] .news-feature.is-active{opacity:1}

@media (max-width:720px){
  .news-showcase__controls{max-width:100%;margin-top:24px}
  .news-related__card{flex-basis:min(72vw,270px)}
  .concept-product--robot .concept-hero__media img{
    transform:scale(1.18);
    transform-origin:50% 100%;
  }
}

@media (max-width:720px),(prefers-reduced-motion:reduce){
  .silk-backdrop::after{
    background:linear-gradient(145deg,rgba(248,248,250,.12),rgba(7,8,10,.03));
  }
}

/* Semantic pearl carriers stay readable across every Silk frame. */
.silk-readable-surface{
  color:#1d1d1f;
  padding:clamp(24px,3vw,42px);
  border:1px solid var(--surface-readable-border);
  border-radius:22px;
  background:var(--surface-readable);
  box-shadow:var(--surface-readable-shadow);
}
.silk-readable-surface[data-home-ink-group],
.silk-readable-surface [data-home-ink-group]{
  --home-ink-title-final:#1d1d1f;
  --home-ink-copy-final:#494a50;
  --home-ink-title-muted:#494a50;
  --home-ink-copy-muted:#606167;
}
.silk-readable-surface--features{padding-block:clamp(8px,1.4vw,20px)}
.silk-readable-surface--compact{width:fit-content;max-width:860px;padding:18px 22px}
.config-grid{align-items:stretch}
.config-grid>.spec-surface{height:100%}
.company-sustainability__grid>.silk-readable-surface{max-width:720px}

/* Long-form news keeps an editorial reading measure over the shared Silk environment. */
.news-article__hero .shell{max-width:min(1120px,calc(100% - 40px))}
.news-article__hero h1{max-width:1050px;text-wrap:balance}
.news-article__hero .shell>p:last-child{max-width:760px;color:#4b4c52}
.news-article__media{display:grid;justify-items:center}
.news-article__media picture{width:100%;display:grid;justify-items:center}
.news-article__media img{width:auto;max-width:100%;height:auto;max-height:min(76vh,760px);object-fit:contain;background:rgba(17,18,22,.035)}
.news-article__media figcaption{width:min(100%,820px);color:#5d5e64;line-height:1.6}
.news-article__body{max-width:820px;color:#35363b}
.news-article__body>p,.news-article__body li{font-size:clamp(.98rem,1.15vw,1.08rem);line-height:1.86}
.news-article__body>p{margin:0 0 1.45em}
.news-article__body h2{scroll-margin-top:calc(var(--header-height) + 28px);margin:clamp(62px,9vw,96px) 0 24px;color:#1d1d1f;font-size:clamp(2rem,4vw,3.65rem);line-height:1.04;letter-spacing:-.045em;text-wrap:balance}
.news-article__body h3{scroll-margin-top:calc(var(--header-height) + 28px);margin:42px 0 16px;color:#28292e;font-size:clamp(1.28rem,2vw,1.75rem);line-height:1.22;letter-spacing:-.02em}
.news-article__body ul,.news-article__body ol{margin:0 0 32px;padding-left:1.45em}
.news-article__body li+li{margin-top:10px}
.news-article__body blockquote{margin:42px 0;padding:24px 28px;border-left:3px solid #a83a12;border-radius:0 16px 16px 0;background:rgba(248,248,250,.78)}
.news-article__body blockquote p{margin:0;color:#3d3e43;font-size:clamp(1rem,1.4vw,1.18rem);line-height:1.72}
.news-article__inline-media{margin:clamp(42px,7vw,72px) 0}
.news-article__inline-media picture{display:grid;justify-items:center}
.news-article__inline-media img{width:auto;max-width:100%;height:auto;max-height:min(74vh,720px);border-radius:18px;object-fit:contain;background:#ececef}
.news-article__inline-media figcaption{max-width:680px;margin:12px auto 0;color:#5d5e64;line-height:1.55;text-align:center}
.news-article__toc{margin:0 0 clamp(54px,8vw,82px);padding:26px 28px;border:1px solid rgba(29,29,31,.11);border-radius:18px;background:rgba(248,248,250,.84)}
.news-article__toc>p{margin:0 0 18px;color:#8b3212;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.news-article__toc ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 28px;margin:0;padding:0;list-style:none;counter-reset:news-section}
.news-article__toc li{counter-increment:news-section;font-size:.82rem;line-height:1.45}
.news-article__toc a{min-height:44px;display:flex;gap:10px;align-items:center;color:#34353a;text-decoration:none}
.news-article__toc a::before{content:counter(news-section,decimal-leading-zero);flex:0 0 auto;color:#a83a12;font-size:.67rem;font-weight:700;letter-spacing:.05em}
.news-article__toc a:hover{text-decoration:underline;text-underline-offset:4px}
.news-article__toc a:focus-visible{border-radius:6px;outline:2px solid #8b3212;outline-offset:4px}
.news-article__body .source-note{margin-top:clamp(62px,9vw,96px);padding-top:24px;border-top:1px solid rgba(29,29,31,.13);color:#5d5e64;font-size:.82rem}
.news-article__body .source-note a{color:#7d2d10;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}
.news-article__navigation{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:38px;padding-top:28px;border-top:1px solid rgba(29,29,31,.13)}
.news-article__navigation .text-link{min-height:54px;display:flex;align-items:center;padding:14px 16px;border:1px solid rgba(29,29,31,.11);border-radius:12px;background:rgba(248,248,250,.66);line-height:1.4}
.news-article__navigation .text-link:hover{border-color:rgba(139,50,18,.4);background:rgba(255,255,255,.82)}

@media (max-width:720px){
  .silk-readable-surface{padding:20px;border-radius:18px}
  .silk-readable-surface--features{padding-block:4px}
  .silk-readable-surface--compact{padding:16px 18px}
  .news-article__hero .shell{max-width:calc(100% - 32px)}
  .news-article__hero h1{font-size:clamp(2.7rem,13vw,4.2rem)}
  .news-article__media img{max-height:68vh;border-radius:14px}
  .news-article__toc{padding:22px 20px}.news-article__toc ol{grid-template-columns:1fr}
  .news-article__body h2{margin-top:58px}.news-article__body blockquote{padding:20px}
  .news-article__inline-media{margin-block:42px}.news-article__inline-media img{border-radius:14px}
  .news-article__navigation{grid-template-columns:1fr}
}

/* Final-candidate visual calibration: keep each carousel compact and let
   Leadership use the existing shared UNISINO Orange Silk environment. */
.news-showcase{padding-block:clamp(56px,4.4vw,64px)}
.news-showcase__heading{margin-bottom:clamp(24px,2vw,30px)}
.news-showcase__heading h2{font-size:clamp(2.7rem,4.1vw,4.5rem)}
.news-showcase__featured-track{
  padding:4px max(24px,calc((100vw - min(1040px,74vw))/2)) 32px;
  scroll-padding-inline:max(24px,calc((100vw - min(1040px,74vw))/2));
}
.news-feature{
  flex-basis:min(1040px,74vw);
  height:clamp(430px,33vw,500px);
  min-height:0;
}
.news-feature figure{min-height:0}
.news-feature__copy{padding:clamp(26px,3vw,42px)}
.news-feature__meta{margin-bottom:clamp(18px,2vw,28px)}
.news-feature h3{
  margin-bottom:18px;
  font-size:clamp(2rem,2.7vw,3.25rem);
  line-height:1;
}
.news-feature__copy>p{font-size:.85rem;line-height:1.58}
.news-feature .text-link{margin-top:24px}

.news-showcase__lower{padding-top:clamp(24px,2.4vw,34px)}
.news-related-shell{min-width:0}
.news-related{padding-bottom:12px;scrollbar-gutter:stable}
.news-showcase__lower>.news-showcase__controls{margin-top:clamp(20px,2vw,28px)}

.content-hero.leadership-page-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:rgba(7,8,10,.04);
}
.content-hero.leadership-page-hero:not(.content-hero--dark):not(.content-hero--brand):not(.content-hero--silk){
  background:rgba(7,8,10,.04);
}
.leadership-page-hero::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:0;
  background:linear-gradient(90deg,rgba(7,8,10,.78),rgba(7,8,10,.72) 22%,rgba(7,8,10,.42) 42%,rgba(7,8,10,.11) 72%,transparent 100%);
  pointer-events:none;
}
.leadership-page-hero .shell{position:relative;z-index:1}
.leadership-page-hero .shell{
  --home-ink-title-final:#f5f5f7;
  --home-ink-copy-final:#f3f4f6;
  --home-ink-title-muted:#b8bbc0;
  --home-ink-copy-muted:#d1d3d7;
}
.leadership-page-hero .brand-lockup,.leadership-page-hero h1{color:#f7f7f8}
.leadership-page-hero .section-kicker{color:#ffb28b}
.leadership-page-hero .shell>p:last-child{
  padding:18px 20px;
  border-radius:14px;
  background:rgba(7,8,10,.72);
  color:#f3f4f6;
}

.product-media{padding-block:clamp(52px,4.4vw,64px)}
.product-media__heading{margin-bottom:clamp(24px,2.4vw,34px)}
.product-media__heading h2{
  max-width:900px;
  font-size:clamp(2.65rem,4vw,4rem);
}
.product-media__track{
  padding:4px max(24px,calc((100vw - min(880px,66vw))/2)) 72px;
  scroll-padding-inline:max(24px,calc((100vw - min(880px,66vw))/2));
}
.product-media__slide{
  flex-basis:min(880px,66vw);
  aspect-ratio:16/9;
  border-radius:28px;
}
.product-media__controls{margin-top:-60px}

@media (min-width:821px) and (max-width:1100px){
  .news-showcase__featured-track{
    padding-inline:max(24px,calc((100vw - min(860px,78vw))/2));
    scroll-padding-inline:max(24px,calc((100vw - min(860px,78vw))/2));
  }
  .news-feature{
    flex-basis:min(860px,78vw);
    height:clamp(430px,47vw,500px);
    min-height:0;
    grid-template-columns:minmax(0,1.12fr) minmax(280px,.88fr);
    grid-template-rows:1fr;
  }
  .news-feature__copy{min-height:0;padding:clamp(28px,4vw,44px)}
  .news-feature__meta{margin-bottom:20px}
  .news-feature h3{font-size:clamp(1.9rem,3.35vw,2.45rem)}
}

@media (min-width:721px) and (max-width:1100px){
  .product-media__track{
    padding-inline:9vw;
    scroll-padding-inline:9vw;
  }
  .product-media__slide{
    flex-basis:82vw;
    aspect-ratio:16/9;
  }
}

@media (max-width:820px){
  .news-showcase__featured-track{
    padding-inline:8vw;
    scroll-padding-inline:8vw;
  }
  .news-feature{
    flex-basis:84vw;
    height:auto;
    min-height:clamp(500px,72vw,550px);
    grid-template-columns:1fr;
    grid-template-rows:clamp(220px,38vw,280px) auto;
  }
  .news-feature__copy{min-height:280px;padding:28px 30px}
  .news-feature__meta{margin-bottom:24px}
  .news-feature h3{font-size:clamp(2rem,5.8vw,2.75rem)}
}

@media (max-width:720px){
  .news-showcase__featured-track{
    gap:4px;
    padding:3px 5vw 26px;
    scroll-padding-inline:5vw;
  }
  .news-feature{
    flex-basis:88vw;
    min-height:510px;
    grid-template-rows:210px auto;
  }
  .news-feature__copy{min-height:300px;padding:22px 20px}
  .news-feature__meta{margin-bottom:12px}
  .news-feature h3{margin-bottom:14px;font-size:clamp(1.65rem,7vw,2.05rem);line-height:1.02}
  .news-feature__copy>p{font-size:.78rem;line-height:1.55}
  .news-feature .text-link{margin-top:18px}
  .news-showcase__controls{margin-top:20px}
  .news-showcase__lower{padding-top:24px}
  .leadership-page-hero::before{
    background:linear-gradient(180deg,rgba(7,8,10,.76),rgba(7,8,10,.48) 46%,rgba(7,8,10,.12) 78%,transparent);
  }
  .leadership-page-hero .shell>p:last-child{padding:16px 18px;border-radius:12px;background:rgba(7,8,10,.76)}
  .product-media{padding-block:58px 64px}
  .product-media__heading{margin-bottom:26px}
  .product-media__track{
    padding:3px 7vw 78px;
    scroll-padding-inline:7vw;
  }
  .product-media__slide{
    flex-basis:86vw;
    aspect-ratio:4/5;
    border-radius:22px;
  }
  .product-media__controls{margin-top:-66px}
}

/* Manufacturing reuses the proven product-media rail: one state, one timer,
   native snap scrolling, and native video controls. The modifier keeps mixed
   portrait and landscape source media optically complete. */
.product-media--manufacturing{
  background:rgba(8,9,11,.9);
  color:#f5f5f7;
}
.product-media--manufacturing .manufacturing-media__heading{max-width:1360px}
.product-media--manufacturing .product-media__heading>p:last-child{max-width:720px;color:#c6c8ce}
.product-media--manufacturing .product-media__slide{background:#0b0c0f}
.product-media--manufacturing .manufacturing-media__slide>picture,
.product-media--manufacturing .manufacturing-media__slide>picture img,
.product-media--manufacturing .manufacturing-media__slide video{width:100%;height:100%}
.product-media--manufacturing .manufacturing-media__slide>picture img,
.product-media--manufacturing .manufacturing-media__slide video{display:block;background:#0b0c0f}
.product-media--manufacturing .manufacturing-media__slide--landscape>picture img{object-fit:cover}
.product-media--manufacturing .manufacturing-media__slide--portrait>picture img,
.product-media--manufacturing .manufacturing-media__slide video{object-fit:contain}
.product-media--manufacturing .manufacturing-media__slide figcaption{
  position:absolute;
  z-index:4;
  top:20px;
  right:auto;
  bottom:auto;
  left:20px;
  width:min(360px,calc(100% - 40px));
  display:grid;
  gap:4px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  background:rgba(10,11,14,.82);
  color:#f5f5f7;
  font-size:inherit;
  line-height:1.4;
  letter-spacing:0;
  backdrop-filter:blur(12px);
  pointer-events:none;
}
.product-media--manufacturing .manufacturing-media__slide figcaption strong{font-size:.75rem;font-weight:650}
.product-media--manufacturing .manufacturing-media__slide figcaption span{color:#d0d2d7;font-size:.68rem}
.product-media--manufacturing .manufacturing-media__controls{
  width:min(760px,calc(100% - 32px));
  justify-content:space-between;
}
.product-media--manufacturing .product-media__segments{
  min-width:0;
  flex:1 1 auto;
  display:flex;
  overflow-x:auto;
  overscroll-behavior-x:contain;
  scrollbar-width:none;
  scroll-snap-type:x proximity;
}
.product-media--manufacturing .product-media__segments::-webkit-scrollbar{display:none}
.product-media--manufacturing .product-media__segments button{flex:0 0 52px;scroll-snap-align:center}

@media (max-width:720px){
  .product-media--manufacturing .manufacturing-media__slide--landscape>picture img{object-fit:contain}
  .product-media--manufacturing .manufacturing-media__slide figcaption{
    top:14px;
    left:14px;
    width:calc(100% - 28px);
    padding:10px 12px;
    border-radius:12px;
  }
  .product-media--manufacturing .manufacturing-media__controls{width:calc(100% - 16px)}
  .product-media--manufacturing .product-media__segments button{flex-basis:44px;width:44px}
  .product-media--manufacturing .product-media__segments button>span{width:30px}
}

/* Final pearl-surface refinement. Every visitor-facing layout carrier remains
   translucent so the single UNISINO Orange Silk environment stays present. */
:root{
  --surface-page:rgba(248,248,250,.76);
  --surface-section:rgba(248,248,250,.80);
  --surface-section-strong:rgba(248,248,250,.88);
  --surface-card:rgba(250,250,252,.90);
  --surface-card-strong:rgba(250,250,252,.94);
  --surface-control:rgba(250,250,252,.94);
  --surface-dialog:rgba(250,250,252,.97);
  --surface-border:rgba(91,55,33,.11);
  --surface-border-strong:rgba(91,55,33,.17);
  --surface-shadow:0 18px 52px rgba(81,39,16,.09);
  --surface-shadow-soft:0 10px 30px rgba(81,39,16,.06);
  --text-primary:#1d1d1f;
  --text-secondary:#303136;
  --text-muted:#414248;
  --surface-pearl-strong:var(--surface-card-strong);
  --surface-pearl:var(--surface-card);
  --surface-pearl-soft:var(--surface-section-strong);
  --surface-readable:rgba(250,250,252,.91);
  --surface-readable-strong:var(--surface-dialog);
  --surface-readable-border:var(--surface-border);
  --surface-readable-shadow:var(--surface-shadow-soft);
  --gradient-dark:linear-gradient(145deg,rgba(250,250,252,.70),rgba(248,248,250,.46));
  --gradient-pearl:linear-gradient(145deg,rgba(250,250,252,.76),rgba(248,248,250,.48));
  --white:rgba(250,250,252,.88);
  --muted:rgba(242,243,245,.62);
  --color-action-on-light:#6b250d;
  --home-ink-copy-final:var(--text-secondary);
  --home-ink-copy-muted:rgba(29,29,31,.68);
}

body{background:transparent;color:var(--text-primary)}
p{color:var(--text-secondary)}
[data-home-ink-group]{--home-ink-copy-final:var(--text-secondary)}

.section--white,
.section--muted,
.section--dark,
.section--black,
.portfolio-chapter--light,
.portfolio-chapter--dark,
.technology-chapter--light,
.technology-chapter--dark,
.home-process,
.home-portfolio,
.home-manufacturing,
.home-brand-story,
.home-media,
.home-media__feature,
.featured-pair,
.portfolio-roadmap,
.product-overview,
.product-portfolio,
.product-category,
.capability-ledger,
.brand-manifesto,
.product-detail__hero,
.product-media,
.technology-editorial,
.capabilities-page,
.stats-section,
.manufacturing-media,
.company-page,
.company-overview,
.company-pillars,
.company-development,
.company-values,
.company-milestones,
.company-nasdaq,
.leadership-feature,
.leadership-gallery,
.brand-story-hero,
.brand-story-page,
.brand-chapters,
.brand-chapter--orange,
.news-showcase,
.news-article,
.contact-section,
.legal-document,
.cta-band,
.home-cta,
.concept-hero,
.concept-statement,
.concept-context,
.concept-neighbours,
.content-hero,
.content-hero--dark,
.content-hero--brand,
.content-hero--silk,
.content-hero.leadership-page-hero,
.page-hero,
.page-hero--technical,
.page-hero--contact,
.page-hero--about,
.coming-soon,
.not-found,
.faq-section,
.site-footer,
.product-media--manufacturing{
  --orange:var(--color-action-on-light);
  --context-muted:var(--text-secondary);
  background:var(--surface-section);
  color:var(--text-primary);
}

.section--muted,
.portfolio-chapter--light,
.product-overview,
.product-category:nth-of-type(even),
.home-media,
.brand-chapters,
.news-showcase,
.legal-document{background:var(--surface-page)}

.content-hero,
.content-hero--dark,
.content-hero--brand,
.content-hero--silk,
.home-manufacturing,
.technology-editorial,
.company-milestones,
.company-nasdaq,
.site-footer,
.cta-band,
.home-cta{background:var(--surface-section-strong)}

[data-home-ink-group][data-home-ink-tone="dark"]{
  --home-ink-title-final:var(--text-primary);
  --home-ink-copy-final:var(--text-secondary);
  --home-ink-title-muted:#77787e;
  --home-ink-copy-muted:#606167;
}

.section--dark p,
.section--black p,
.portfolio-chapter--dark p,
.technology-chapter--dark p,
.home-manufacturing__copy>p,
.page-hero--dark p,
.page-hero--technical p,
.page-hero--contact p,
.page-hero--about p,
.coming-soon p,
.not-found p,
.content-hero--dark .shell>p:last-child,
.content-hero--brand .shell>p:last-child,
.content-hero--silk .shell>p:last-child,
.cta-band p,
.product-media__heading p,
.product-media--manufacturing .product-media__heading>p:last-child,
.technology-editorial p,
.company-milestones p,
.company-nasdaq p,
.site-footer__brand p,
.footer-column a,
.footer-column span,
.site-footer__bottom p,
.site-footer__bottom a,
.site-footer__bottom address{color:var(--text-secondary)}

.content-hero--brand .section-kicker,
.content-hero--silk .section-kicker,
.home-manufacturing .section-kicker,
.product-media .section-kicker,
.technology-editorial .section-kicker,
.footer-column h2{color:var(--color-action-on-light)}

/* The Hero image is unchanged; only its full-frame black scrims are removed. */
.home-hero--airflow{
  --orange:var(--color-action-on-light);
  --context-muted:var(--text-secondary);
  color:var(--text-primary);
  background:transparent;
}
.home-hero--airflow::before{background:none}
.home-hero--airflow .home-hero__media::before{background:none}
.home-hero--airflow .home-hero__media{background:rgba(238,108,36,.18)}
.home-hero--airflow .home-hero__media img{filter:none}
.home-hero--airflow .home-hero__copy{isolation:isolate;color:var(--text-primary);background:transparent}
.home-hero--airflow .home-hero__copy::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:0;
  border:0;
  border-radius:0;
  background:none;
  box-shadow:none;
}
.home-hero--airflow .home-hero__copy>*{position:relative;z-index:1}
.home-hero--airflow .home-hero__product,
.home-hero--airflow .home-actions__secondary{color:var(--color-action-on-light)}
.home-hero--airflow h1{color:var(--text-primary);text-shadow:none}
.home-hero--airflow .home-hero__support{color:var(--text-secondary)}
.home-hero--airflow .home-actions .button{background:var(--color-action-on-light);color:#f9f8f7}

/* M2 remains the final published card. This note is informational, not a link. */
.hair-dryer-more-note{
  grid-column:span 4;
  min-width:0;
  min-height:230px;
  align-self:end;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  padding:clamp(28px,3vw,42px);
  border-block:1px solid var(--surface-border-strong);
  background:var(--surface-section);
  color:var(--color-action-on-light);
  font-size:clamp(1.15rem,1.6vw,1.5rem);
  font-weight:620;
  line-height:1.35;
  text-wrap:balance;
}
.hair-dryer-more-note span{max-width:260px}
.hair-dryer-more-note .icon-arrow{flex:0 0 24px;color:var(--unisino-copper)}

/* Technology stays on the existing four-state controller; only its surface
   and light-theme control colors change. */
.home-technology{
  --orange:var(--color-action-on-light);
  --context-muted:var(--text-secondary);
  color:var(--text-primary);
  background:linear-gradient(145deg,rgba(250,250,252,.86),rgba(248,248,250,.78));
}
.home-technology::before{
  opacity:.16;
  background-image:linear-gradient(rgba(91,55,33,.10) 1px,transparent 1px),linear-gradient(90deg,rgba(91,55,33,.10) 1px,transparent 1px);
}
.technology-story__copy h2{color:var(--text-muted)}
.technology-story__copy h3{color:var(--text-primary)}
.technology-story__copy p{color:var(--text-secondary)}
.technology-story__copy .text-link{color:var(--color-action-on-light)}
.technology-story__media{
  border:1px solid var(--surface-border);
  background:rgba(250,250,252,.34);
  box-shadow:var(--surface-shadow-soft);
}
.technology-story__image-fallback{color:var(--text-secondary)}
.technology-story__indicators{--indicator-idle:rgba(29,29,31,.22);--indicator-active:var(--unisino-orange)}
.technology-story__indicator:focus-visible,.technology-story__rotation:focus-visible{outline-color:var(--color-action-on-light)}
.technology-story__indicator:hover{color:rgba(29,29,31,.48)}
.technology-story__rotation{
  color:var(--text-primary);
  border-color:var(--surface-border-strong);
  background:var(--surface-control);
  box-shadow:var(--surface-shadow-soft);
}
.technology-story__rotation:hover:not(:disabled){color:var(--text-primary);border-color:rgba(168,58,18,.42);background:var(--surface-card-strong)}

/* The home preview resolves these pictures from the approved manufacturing
   manifest order; the copy occupies the lower-right pearl carrier. */
.home-manufacturing__media{background:var(--surface-page);gap:10px}
.home-manufacturing__copy{
  padding:clamp(28px,4vw,52px);
  border:1px solid var(--surface-border);
  border-radius:22px;
  background:var(--surface-card-strong);
  color:var(--text-primary);
  box-shadow:var(--surface-shadow);
}
.home-manufacturing__index{border-color:var(--surface-border-strong)}
.home-manufacturing__index li{border-color:var(--surface-border-strong)}
@media (min-width:1200px){
  .home-manufacturing__copy{background:var(--surface-card-strong);box-shadow:var(--surface-shadow)}
}

/* Pearl cards, navigation, forms and dialogs. Media pixels and native video
   canvases retain their authored colors. */
.product-card,
.product-future,
.product-card--coming,
.concept-context__note,
.company-pillar,
.capability-cards article,
.voltage-grid article,
.news-feature,
.news-related__card,
.news-index article,
.quote-form,
.contact-aside,
.silk-readable-surface,
.news-article__toc,
.news-article__navigation .text-link,
.company-nasdaq__status{
  border-color:var(--surface-border);
  background:var(--surface-card);
  color:var(--text-primary);
  box-shadow:var(--surface-shadow-soft);
}
.product-future,
.product-card--coming{border-color:var(--surface-border-strong)}
.product-future__label,
.product-future .text-link,
.product-card--coming .product-card__position{color:var(--color-action-on-light)}
.product-future strong,
.product-card--coming .product-card__model,
.product-card--coming h3{color:var(--text-primary)}
.product-future p,
.product-card--coming p{color:var(--text-secondary)}
.product-card--coming::after{border-color:var(--surface-border)}
.product-card--concept .product-card__visual,
.product-card--concept .product-card__visual img{background:transparent}
.product-card--concept .product-card__copy p,
.concept-hero__copy>p,
.concept-statement p,
.concept-neighbours small,
.brand-chapter--orange>span,
.brand-chapter--orange p{color:var(--text-secondary)}
.concept-statement strong,
.concept-neighbours strong,
.brand-chapter--orange h2{color:var(--text-primary)}
.company-values .values-list span{color:var(--color-action-on-light)}
.company-values .values-list strong{color:var(--text-primary)}
.concept-product{background:transparent;color:var(--text-primary)}
.not-found code{background:var(--surface-control);color:var(--text-primary)}
@media (min-width:961px){.page-hero--technical>img{opacity:.72}}
@media (max-width:960px){.page-hero--technical>img{opacity:.24}}

.news-feature h3{color:var(--text-primary)}
.news-feature__copy>p,.news-feature__meta time{color:var(--text-secondary)}
.news-feature__meta,.news-feature .text-link{color:var(--color-action-on-light)}
html.js .news-showcase[data-news-ready="true"] .news-feature{opacity:.72}
html.js .news-showcase[data-news-ready="true"] .news-feature.is-active{opacity:1}

.product-media__heading h2,
.technology-editorial h2{color:var(--text-primary)}
.product-media__slide{border-color:var(--surface-border);background:var(--surface-card);box-shadow:var(--surface-shadow)}
.product-media__controls,
.manufacturing-media__controls,
.news-showcase__controls{
  border-color:var(--surface-border-strong);
  background:var(--surface-control);
  color:var(--text-primary);
  box-shadow:var(--surface-shadow-soft);
}
.product-media--manufacturing .product-media__slide{background:var(--surface-card)}
.product-media--manufacturing .manufacturing-media__slide>picture img{background:transparent}
.technology-editorial article{border-color:var(--surface-border-strong)}
.technology-editorial__visual img{mix-blend-mode:normal}
.technology-editorial__visual figcaption{color:#f5f5f7}

.spec-list dt,
.news-article__body .source-note,
.news-article figcaption,
.legal-document time{color:#45464b}
.stats-grid span{color:var(--text-secondary)}
.footer-product-static,
.mega-menu__static{color:var(--text-secondary)!important}

.home-process__rail li::before{
  background:var(--surface-control);
  box-shadow:inset 0 0 0 5px var(--surface-card-strong),0 0 0 4px rgba(201,79,28,.12);
}
.motion-system-reduced .home-process__rail li::before{
  box-shadow:inset 0 0 0 5px var(--surface-card-strong)!important;
}

.site-header,
.primary-nav,
.mega-menu__inner,
.language-menu{
  border-color:var(--surface-border);
  background:var(--surface-card-strong);
  color:var(--text-primary);
}
.site-header,.mega-menu__inner,.language-menu{backdrop-filter:blur(10px) saturate(1.05)}
.primary-nav{background:transparent}
.mega-menu__all{background:var(--surface-control);color:var(--text-primary)}
.mega-menu__inner>div>a:hover,.language-menu a:hover,.language-menu a[aria-current="true"]{background:var(--surface-section-strong)}
.header-cta{background:var(--surface-control)}

.field input,
.field select,
.field textarea,
.consent-dialog__close,
.consent-dialog__decision,
.cookie-banner__decision{
  border-color:var(--surface-border-strong);
  background:var(--surface-control);
  color:var(--text-primary);
}
.field input::placeholder,.field textarea::placeholder{color:rgba(29,29,31,.58)}
.form-status.is-success{background:rgba(239,248,241,.84)}
.form-status.is-error{background:rgba(255,242,239,.84)}
.cookie-banner,
.consent-dialog{
  border-color:var(--surface-border-strong);
  background:var(--surface-dialog);
  color:var(--text-primary);
  box-shadow:var(--surface-shadow);
  backdrop-filter:blur(10px) saturate(1.05);
}
.cookie-banner h2,.consent-dialog h2,.consent-choice h3,.consent-choice strong{color:var(--text-primary)}
.cookie-banner p,.cookie-banner__preferences,.consent-choice p,.consent-choice small,.consent-choice>span:last-child{color:var(--text-secondary)}
.cookie-banner__decision:hover,.consent-dialog__decision:hover{border-color:rgba(168,58,18,.42);background:var(--surface-card-strong);color:var(--text-primary)}
.consent-dialog::backdrop{background:rgba(81,39,16,.28);backdrop-filter:blur(3px)}

.site-footer__top{border-color:var(--surface-border)}
.footer-column button{color:var(--text-secondary)}
.footer-column button:hover,.footer-column a:hover{color:var(--color-action-on-light)}
.site-footer__brand>a:last-child{color:var(--color-action-on-light)}
.skip-link{border-color:var(--color-action-on-light);background:var(--surface-control);color:var(--text-primary)}
.section--dark .button--outline:hover,
.cta-band .button--outline:hover{border-color:var(--surface-border-strong);background:var(--surface-card-strong);color:var(--text-primary)}

.concept-hero::before{
  background:radial-gradient(circle at 18% 12%,rgba(238,108,36,.20),transparent 38%),linear-gradient(110deg,rgba(250,250,252,.70),rgba(248,248,250,.42));
}
.concept-hero::after{background:linear-gradient(90deg,rgba(250,250,252,.88),rgba(248,248,250,.64) 40%,rgba(248,248,250,.10) 72%,rgba(248,248,250,.28))}
.leadership-page-hero::before{background:linear-gradient(90deg,rgba(250,250,252,.86),rgba(248,248,250,.58) 44%,rgba(248,248,250,.16),transparent)}
.leadership-page-hero .shell{--home-ink-title-final:var(--text-primary);--home-ink-copy-final:var(--text-secondary);--home-ink-title-muted:#77787e;--home-ink-copy-muted:#606167}
.leadership-page-hero .brand-lockup,.leadership-page-hero h1{color:var(--text-primary)}
.leadership-page-hero .section-kicker{color:var(--color-action-on-light)}
.leadership-page-hero .shell>p:last-child{border:1px solid var(--surface-border);background:var(--surface-card);color:var(--text-secondary)}

@media (max-width:960px){
  .hair-dryer-more-note{grid-column:span 12;min-height:210px}
  .home-hero--airflow{background:transparent}
  .home-hero--airflow .home-hero__copy{background:rgba(248,248,250,.82)}
  .home-hero--airflow .home-hero__copy::before{display:none}
  .primary-nav{background:var(--surface-card-strong)}
  .home-manufacturing__copy{margin-top:22px}
}

@media (max-width:720px){
  .hair-dryer-more-note{min-height:0;margin:0 0 20px;padding:28px 20px}
  .home-manufacturing__media picture:not(.home-manufacturing__primary){grid-column:1/3}
  .site-header,.mega-menu__inner,.language-menu,.cookie-banner,.consent-dialog{backdrop-filter:none}
  .leadership-page-hero::before{background:linear-gradient(180deg,rgba(250,250,252,.86),rgba(248,248,250,.42) 68%,transparent)}
  .leadership-page-hero .shell>p:last-child{background:var(--surface-card)}
}
