/* V2.5 global neutral surface cleanup + product image-led homepage + full-site ARS Maquette font lock. Upload font files separately into assets/fonts/. */
@font-face{font-family:'ARS Maquette';src:url('../fonts/ARSMaqLigTr.otf') format('opentype');font-weight:100;font-style:normal;font-display:swap;}
@font-face{font-family:'ARS Maquette';src:url('../fonts/ARSMaqLigTr.otf') format('opentype');font-weight:200;font-style:normal;font-display:swap;}
@font-face{font-family:'ARS Maquette';src:url('../fonts/ARSMaqLigTr.otf') format('opentype');font-weight:300;font-style:normal;font-display:swap;}
@font-face{font-family:'ARS Maquette';src:url('../fonts/ARSMaqRegTr.otf') format('opentype');font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:'ARS Maquette';src:url('../fonts/ARSMaqMedTr.otf') format('opentype');font-weight:500;font-style:normal;font-display:swap;}
@font-face{font-family:'ARS Maquette';src:url('../fonts/ARSMaqMedTr.otf') format('opentype');font-weight:600;font-style:normal;font-display:swap;}
@font-face{font-family:'ARS Maquette';src:url('../fonts/ARSMaqBolTr.otf') format('opentype');font-weight:700;font-style:normal;font-display:swap;}
@font-face{font-family:'ARS Maquette';src:url('../fonts/ARSMaqBolTr.otf') format('opentype');font-weight:800;font-style:normal;font-display:swap;}
@font-face{font-family:'ARS Maquette';src:url('../fonts/ARSMaqBolTr.otf') format('opentype');font-weight:900;font-style:normal;font-display:swap;}
:root{
  --white:#fff;--ink:#111;--muted:#636363;--soft:#f6f5f2;--soft2:#eeece6;--line:#dedbd2;--red:#b40f19;--max:1480px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:#fff;color:var(--ink)}body{margin:0;background:#fff;color:var(--ink);font-family:"ARS Maquette",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:15px;line-height:1.45;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea{font:inherit}::selection{background:#111;color:#fff}
.site-header{height:82px;position:sticky;top:0;z-index:90;background:rgba(255,255,255,.96);backdrop-filter:saturate(160%) blur(12px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 42px}.brand{display:grid;line-height:1;letter-spacing:-.03em;min-width:182px}.brand span{font-weight:780;font-size:32px}.brand em{font-style:normal;text-transform:uppercase;letter-spacing:.22em;font-size:10px;color:#666;margin-top:7px}.site-nav{display:flex;align-items:center;gap:31px}.site-nav a{font-size:12px;text-transform:uppercase;letter-spacing:.15em;font-weight:720;position:relative}.site-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:1px;background:#111;transition:.22s ease}.site-nav a:hover:after{right:0}.nav-search{border-left:1px solid var(--line);padding-left:30px;color:#666}.nav-toggle{display:none;border:0;background:transparent;width:44px;height:44px;padding:0}.nav-toggle i{display:block;height:1px;background:#111;margin:9px 0}
.hero-carousel{position:relative;height:calc(100vh - 82px);min-height:680px;max-height:980px;overflow:hidden;background:#f7f6f2;border-bottom:1px solid var(--line)}.slides,.slide{position:absolute;inset:0}.slide{opacity:0;pointer-events:none;transition:opacity .7s ease}.slide.is-active{opacity:1;pointer-events:auto}.slide img{width:100%;height:100%;object-fit:cover}.slide-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.88) 0%,rgba(255,255,255,.68) 34%,rgba(255,255,255,.08) 72%,rgba(255,255,255,.02) 100%)}.slide-content{position:absolute;left:clamp(24px,5vw,86px);bottom:clamp(92px,13vh,160px);width:min(760px,calc(100% - 48px));color:#111}.slide-content p,.section-head p,.row-title p,.rd-band p,.support-title p,.video-band>div>p,.designers p,.contact p{margin:0 0 21px;color:var(--red);font-size:12px;text-transform:uppercase;letter-spacing:.18em;font-weight:820}.slide-content h1{font-size:clamp(58px,8.4vw,132px);line-height:.88;letter-spacing:-.078em;margin:0;font-weight:760}.slide-content span{display:block;max-width:610px;color:#343434;font-size:clamp(17px,1.45vw,22px);line-height:1.45;margin-top:31px}.slide-content a{display:inline-block;margin-top:42px;border-bottom:1px solid #111;padding-bottom:6px;font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:840}.slide-content a:hover{color:var(--red);border-color:var(--red)}.carousel-ui{position:absolute;right:42px;bottom:40px;display:flex;align-items:center;gap:24px;background:rgba(255,255,255,.78);backdrop-filter:blur(10px);border:1px solid rgba(222,219,210,.9);padding:14px 17px}.carousel-arrow{width:44px;height:44px;border:1px solid #111;background:#fff;color:#111;cursor:pointer;font-size:18px;line-height:1}.carousel-arrow:hover{background:#111;color:#fff}.carousel-dots{display:flex;gap:10px}.dot{width:34px;height:2px;border:0;background:#bdb9ae;padding:0;cursor:pointer}.dot.is-active{background:#111}.slide-counter{position:absolute;left:clamp(24px,5vw,86px);bottom:40px;display:flex;align-items:baseline;gap:9px;font-weight:780}.slide-counter b{font-size:22px}.slide-counter span,.slide-counter em{font-style:normal;color:#777}.progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:rgba(0,0,0,.08)}.progress i{display:block;width:0;height:100%;background:#111;transform-origin:left center}.progress.run i{animation:heroProgress 6s linear forwards}@keyframes heroProgress{from{width:0}to{width:100%}}
.intro-line{width:min(calc(100% - 76px),1120px);margin:0 auto;padding:110px 0 104px}.intro-line p{font-size:clamp(35px,4.5vw,70px);line-height:1.02;letter-spacing:-.066em;font-weight:690;margin:0}.product-map{width:min(100%,var(--max));margin:0 auto;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:320px 1fr}.section-head{padding:42px 38px;border-right:1px solid var(--line);background:#fff}.section-head h2,.row-title h2,.support-title h2,.video-band h2,.designers h2,.contact h2{font-size:clamp(42px,5.2vw,82px);line-height:.95;letter-spacing:-.07em;margin:0;font-weight:745}.product-columns{display:grid;grid-template-columns:repeat(4,1fr)}.product-columns article{min-height:520px;padding:42px 31px 44px;border-right:1px solid var(--line);transition:.2s}.product-columns article:last-child{border-right:0}.product-columns article:hover{background:#faf9f6}.product-columns h3{font-size:32px;line-height:.98;letter-spacing:-.055em;margin:0 0 56px}.product-columns ul{list-style:none;padding:0;margin:0;border-top:1px solid var(--line)}.product-columns li{border-bottom:1px solid var(--line)}.product-columns a{display:block;padding:14px 0;color:#4a4a4a}.product-columns a:hover{color:#111;padding-left:7px}.section-pad{width:min(calc(100% - 76px),var(--max));margin:0 auto;padding:110px 0;border-bottom:1px solid var(--line)}.row-title{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:44px}.row-title>a,.video-band a{font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:840;border-bottom:1px solid #111;padding-bottom:6px;white-space:nowrap}.row-title>a:hover,.video-band a:hover{color:var(--red);border-color:var(--red)}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line)}.featured-card{background:#fff;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.22s}.featured-card:hover{background:#faf9f6}.featured-card a{display:flex;flex-direction:column;min-height:548px}.featured-card figure{height:294px;margin:0;background:linear-gradient(180deg,#f7f6f3,#edebe5);display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--line);padding:42px}.featured-card figure img{height:214px;object-fit:contain;filter:drop-shadow(0 16px 12px rgba(0,0,0,.09))}.featured-card div{padding:29px 28px 34px}.featured-card span{color:var(--red);font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:800}.featured-card h3{font-size:37px;line-height:1;letter-spacing:-.06em;margin:34px 0 14px}.featured-card p{color:#5b5b5b;margin:0}.rd-band{width:min(100%,var(--max));margin:0 auto;background:#111;color:#fff;display:grid;grid-template-columns:.9fr 1.1fr}.rd-band>div{padding:78px 58px}.rd-band p{color:#ffbec3}.rd-band h2{font-size:clamp(44px,5.4vw,88px);line-height:.94;letter-spacing:-.072em;margin:0}.rd-band ul{display:grid;grid-template-columns:repeat(3,1fr);list-style:none;padding:0;margin:0;border-left:1px solid #343434}.rd-band li{padding:78px 34px;border-right:1px solid #343434}.rd-band li:last-child{border-right:0}.rd-band b{color:#ffbec3}.rd-band strong{display:block;margin:62px 0 16px;font-size:25px;letter-spacing:-.04em}.rd-band span{color:#bdbdbd}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.project-grid article{background:#fff}.project-grid img{width:100%;height:390px;object-fit:cover}.project-grid div{padding:30px;min-height:205px}.project-grid span,.knowledge-grid span{color:var(--red);font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:800}.project-grid h3{font-size:35px;line-height:1.02;letter-spacing:-.056em;margin:36px 0 12px}.project-grid p{color:#666;margin:0}.support{width:min(100%,var(--max));margin:0 auto;display:grid;grid-template-columns:.78fr 1.22fr;border-bottom:1px solid var(--line)}.support-title{padding:75px 48px;border-right:1px solid var(--line)}.support-list a{display:grid;grid-template-columns:.38fr 1fr 78px;align-items:center;gap:28px;padding:31px 36px;border-bottom:1px solid var(--line)}.support-list a:last-child{border-bottom:0}.support-list a:hover{background:#faf9f6}.support-list strong{font-size:26px;letter-spacing:-.045em}.support-list span{color:#666}.support-list em{font-style:normal;color:var(--red);font-size:12px;text-transform:uppercase;letter-spacing:.15em;font-weight:840;text-align:right}.video-band{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}.video-box{min-height:420px;background:#f5f4ef;border:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}.video-box span{width:96px;height:96px;border:1px solid #111;border-radius:50%;position:relative;margin-bottom:28px}.video-box span:after{content:"";position:absolute;left:39px;top:30px;border-left:25px solid #111;border-top:18px solid transparent;border-bottom:18px solid transparent}.video-box strong{font-size:31px;letter-spacing:-.05em}.video-box p{max-width:420px;color:#666}.video-band>div:last-child{border:1px solid var(--line);border-left:0;padding:62px 56px}.video-band p{color:var(--red)}.video-band h2{margin-bottom:34px}.designers{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}.designers ul{list-style:none;padding:0;margin:8px 0 0;border-top:1px solid var(--line)}.designers li{font-size:21px;line-height:1.35;letter-spacing:-.035em;padding:23px 0;border-bottom:1px solid var(--line)}.designers li:before{content:"";display:inline-block;width:8px;height:8px;background:var(--red);border-radius:50%;margin-right:16px}.knowledge-grid{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line)}.knowledge-grid article{min-height:260px;padding:32px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.knowledge-grid h3{font-size:32px;line-height:1.05;letter-spacing:-.055em;margin:68px 0 28px}.knowledge-grid a{font-size:12px;text-transform:uppercase;letter-spacing:.15em;font-weight:830;border-bottom:1px solid #111;padding-bottom:5px}.contact{width:min(calc(100% - 76px),var(--max));margin:0 auto;padding:110px 0 120px;display:grid;grid-template-columns:.86fr 1.14fr;gap:80px}.contact>div>span{display:block;color:#555;font-size:19px;margin-top:28px;max-width:560px}.contact form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact input,.contact textarea{border:1px solid var(--line);padding:17px 18px;background:#fff;outline:0;border-radius:0}.contact input:focus,.contact textarea:focus{border-color:#111}.contact textarea{grid-column:1/-1;resize:vertical}.contact button{justify-self:start;background:#111;color:#fff;border:1px solid #111;padding:16px 30px;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:840;cursor:pointer}.contact button:hover{background:var(--red);border-color:var(--red)}.footer{width:min(calc(100% - 76px),var(--max));margin:0 auto 40px;padding:35px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:30px}.footer div{display:grid;gap:6px}.footer strong{font-size:21px}.footer span{color:#666}.footer nav{display:flex;gap:24px;flex-wrap:wrap}.footer nav a{font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:800}.footer nav a:hover{color:var(--red)}
@media(max-width:1180px){.site-header{height:74px;padding:0 22px}.hero-carousel{height:calc(100vh - 74px);min-height:620px}.site-nav{display:none;position:fixed;left:16px;right:16px;top:84px;background:#fff;border:1px solid var(--line);box-shadow:0 22px 70px rgba(0,0,0,.12);padding:16px 18px;flex-direction:column;align-items:flex-start;gap:0}.site-nav.open{display:flex}.site-nav a{width:100%;padding:15px 0;border-bottom:1px solid var(--line)}.site-nav a:after{display:none}.nav-search{border-left:0;padding-left:0;color:#111}.nav-toggle{display:block}.product-map{grid-template-columns:1fr}.section-head{border-right:0;border-bottom:1px solid var(--line)}.product-columns{grid-template-columns:repeat(2,1fr)}.featured-grid{grid-template-columns:repeat(2,1fr)}.rd-band,.support,.video-band,.designers,.contact{grid-template-columns:1fr}.rd-band ul{border-left:0;border-top:1px solid #343434}.video-band>div:last-child{border-left:1px solid var(--line);border-top:0}.support-title{border-right:0;border-bottom:1px solid var(--line)}.project-grid,.knowledge-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){body{font-size:14px}.site-header{height:66px;padding:0 16px}.brand span{font-size:25px}.brand em{font-size:9px}.hero-carousel{height:calc(100vh - 66px);min-height:610px}.slide-shade{background:linear-gradient(180deg,rgba(255,255,255,.76) 0%,rgba(255,255,255,.84) 54%,rgba(255,255,255,.94) 100%)}.slide-content{left:20px;bottom:116px;width:calc(100% - 40px)}.slide-content h1{font-size:50px}.slide-content span{font-size:16px}.carousel-ui{left:20px;right:auto;bottom:28px;padding:10px;gap:14px}.carousel-arrow{width:38px;height:38px}.dot{width:24px}.slide-counter{display:none}.intro-line,.section-pad,.contact,.footer{width:calc(100% - 28px)}.intro-line{padding:65px 0}.intro-line p{font-size:34px}.product-map{border-left:0;border-right:0}.section-head{padding:34px 20px}.section-head h2,.row-title h2,.support-title h2,.video-band h2,.designers h2,.contact h2{font-size:42px}.product-columns,.featured-grid,.project-grid,.knowledge-grid{grid-template-columns:1fr}.product-columns article{min-height:auto;border-right:0;border-bottom:1px solid var(--line);padding:31px 20px}.product-columns h3{margin-bottom:29px}.section-pad{padding:70px 0}.row-title{display:block}.row-title>a{display:inline-block;margin-top:22px}.featured-card a{min-height:auto}.featured-card figure{height:226px}.featured-card figure img{height:170px}.featured-card h3{font-size:34px}.rd-band>div{padding:52px 22px}.rd-band h2{font-size:42px}.rd-band ul{grid-template-columns:1fr}.rd-band li{padding:34px 22px;border-right:0;border-bottom:1px solid #343434}.rd-band strong{margin:30px 0 10px}.project-grid img{height:265px}.support-title{padding:50px 22px}.support-list a{grid-template-columns:1fr;padding:26px 22px;gap:8px}.support-list em{text-align:left}.video-box{min-height:310px}.video-band>div:last-child{padding:40px 22px}.designers{gap:28px}.designers li{font-size:18px}.knowledge-grid article{border-right:0}.contact{padding:68px 0;gap:28px}.contact form{grid-template-columns:1fr}.footer{display:block}.footer nav{margin-top:22px}}

/* V1.4 refined footer - white architectural lighting style */
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-footer{background:#fff;border-top:1px solid #111;margin-top:0;color:#111}
.footer-shell{width:min(calc(100% - 76px),var(--max));margin:0 auto;padding:86px 0 46px}
.footer-main{display:grid;grid-template-columns:1.18fr 1.05fr 1.18fr .92fr 1.28fr;border-bottom:1px solid #111;min-height:376px}
.footer-brand-block,.footer-col,.footer-contact{padding:12px 42px 58px 42px;border-right:1px solid var(--line)}
.footer-brand-block{padding-left:4px}.footer-contact{border-right:0;padding-right:4px}.footer-logo{display:inline-grid;gap:10px;line-height:1;color:#111}.footer-logo b{font-size:54px;letter-spacing:.015em;font-weight:840}.footer-logo span{font-size:19px;letter-spacing:.48em;font-weight:520}.footer-brand-block>i,.footer-contact>i{display:block;width:42px;height:2px;background:var(--red);margin:40px 0 42px}.footer-brand-block p{font-size:21px;line-height:1.5;letter-spacing:-.025em;color:#3f3f3f;margin:0;max-width:250px}.footer-col h2,.footer-contact h2,.newsletter-title h2{font-size:13px;line-height:1;text-transform:uppercase;letter-spacing:.18em;font-weight:860;margin:0 0 40px}.footer-col{display:flex;flex-direction:column;gap:18px}.footer-col a{display:block;color:#262626;font-size:17px;line-height:1.28;letter-spacing:-.015em;transition:color .18s ease, transform .18s ease}.footer-col a:hover{color:var(--red);transform:translateX(4px)}.footer-contact strong{display:block;font-size:16px;margin-bottom:17px}.footer-contact p{color:#383838;margin:0 0 15px;font-size:16px;line-height:1.45}.footer-contact a{color:inherit}.footer-contact a:hover{color:var(--red)}.footer-newsletter{display:grid;grid-template-columns:.74fr 1.26fr;gap:70px;align-items:center;padding:46px 0;border-bottom:1px solid #111}.newsletter-title{display:grid;grid-template-columns:64px 1fr;gap:28px;align-items:start}.mail-icon{display:block;width:40px;height:28px;border:1px solid #111;position:relative;margin-top:8px}.mail-icon:before,.mail-icon:after{content:"";position:absolute;top:0;width:28px;height:1px;background:#111;transform-origin:0 0}.mail-icon:before{left:0;transform:rotate(34deg)}.mail-icon:after{right:-1px;transform:rotate(146deg);transform-origin:100% 0}.newsletter-title h2{letter-spacing:.28em;margin-bottom:12px}.newsletter-title p{margin:0;color:#555;font-size:16px;line-height:1.5;max-width:390px}.newsletter-form{height:58px;display:grid;grid-template-columns:1fr 220px;border:1px solid #b8b8b8;background:#fff}.newsletter-form input{border:0;outline:0;background:transparent;padding:0 32px;font-size:16px;color:#111}.newsletter-form input::placeholder{color:#8a8a8a}.newsletter-form button{border:0;border-left:1px solid #cfcfcf;background:#fff;color:#111;text-transform:uppercase;letter-spacing:.2em;font-size:13px;font-weight:860;cursor:pointer}.newsletter-form button span{color:var(--red);font-size:22px;line-height:0;margin-left:12px;position:relative;top:2px}.newsletter-form button:hover{color:var(--red)}.footer-bottom{display:grid;grid-template-columns:auto 1fr auto;gap:34px;align-items:center;padding-top:38px}.footer-bottom p{margin:0;color:#5e5e5e;font-size:16px;white-space:nowrap}.footer-bottom nav{display:flex;justify-content:center;gap:0;flex-wrap:wrap}.footer-bottom nav a{color:#555;font-size:15px;padding:0 26px;border-left:1px solid #cfcfcf}.footer-bottom nav a:first-child{border-left:0}.footer-bottom nav a:hover{color:var(--red)}.footer-social{display:flex;gap:15px;align-items:center;border-left:1px solid #cfcfcf;padding-left:34px}.footer-social a{width:30px;height:30px;border:1px solid #111;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:820;line-height:1;color:#111}.footer-social a:nth-child(2){font-size:13px}.footer-social a:last-child{border-radius:8px}.footer-social a:hover{background:#111;color:#fff}
@media(max-width:1280px){.footer-main{grid-template-columns:1fr 1fr 1fr}.footer-brand-block,.footer-col,.footer-contact{padding:34px 30px;border-bottom:1px solid var(--line)}.footer-brand-block{padding-left:0}.footer-contact{border-right:1px solid var(--line);padding-right:30px}.footer-main>*:nth-child(3n){border-right:0}.footer-newsletter{grid-template-columns:1fr;gap:28px}.footer-bottom{grid-template-columns:1fr;gap:24px}.footer-bottom nav{justify-content:flex-start}.footer-social{border-left:0;padding-left:0}.footer-logo b{font-size:46px}}
@media(max-width:760px){.footer-shell{width:calc(100% - 28px);padding:54px 0 32px}.site-footer{border-top:1px solid #111}.footer-main{display:block;border-bottom:1px solid #111;min-height:0}.footer-brand-block,.footer-col,.footer-contact{border-right:0;border-bottom:1px solid var(--line);padding:30px 0}.footer-contact{border-bottom:0}.footer-logo b{font-size:42px}.footer-logo span{font-size:15px}.footer-brand-block>i,.footer-contact>i{margin:28px 0}.footer-brand-block p{font-size:18px}.footer-col h2,.footer-contact h2{margin-bottom:24px}.footer-col{gap:13px}.footer-col a,.footer-contact p{font-size:15px}.footer-newsletter{padding:34px 0}.newsletter-title{grid-template-columns:48px 1fr;gap:18px}.newsletter-form{height:auto;grid-template-columns:1fr}.newsletter-form input{height:56px;padding:0 18px}.newsletter-form button{height:54px;border-left:0;border-top:1px solid #cfcfcf}.footer-bottom{padding-top:30px}.footer-bottom p{white-space:normal}.footer-bottom nav{display:grid;gap:13px}.footer-bottom nav a{padding:0;border-left:0}.footer-social{padding-top:4px}}

/* V1.5 dark Reggiani-inspired footer override */
.site-footer{
  background:#0f0f0f;
  color:#f5f2ec;
  border-top:0;
  margin-top:0;
}
.footer-shell{
  width:min(calc(100% - 76px),var(--max));
  margin:0 auto;
  padding:92px 0 46px;
}
.footer-main{
  display:grid;
  grid-template-columns:1.18fr 1.05fr 1.18fr .92fr 1.28fr;
  border-top:1px solid #333;
  border-bottom:1px solid #333;
  min-height:382px;
}
.footer-brand-block,.footer-col,.footer-contact{
  padding:48px 42px 56px 42px;
  border-right:1px solid #333;
}
.footer-brand-block{padding-left:4px;}
.footer-contact{border-right:0;padding-right:4px;}
.footer-logo{color:#fff;}
.footer-logo b{color:#fff;}
.footer-logo span{color:#d8d8d8;}
.footer-brand-block>i,.footer-contact>i{
  display:block;
  width:44px;
  height:2px;
  background:var(--red);
  margin:40px 0 42px;
}
.footer-brand-block p{
  color:#c7c7c7;
  font-size:21px;
  line-height:1.5;
  letter-spacing:-.025em;
  margin:0;
  max-width:250px;
}
.footer-col h2,.footer-contact h2,.newsletter-title h2{
  color:#fff;
  font-size:13px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:860;
  margin:0 0 40px;
}
.footer-col{display:flex;flex-direction:column;gap:18px;}
.footer-col a{
  color:#c9c9c9;
  font-size:17px;
  line-height:1.28;
  letter-spacing:-.015em;
  transition:color .18s ease,transform .18s ease;
}
.footer-col a:hover{color:#fff;transform:translateX(4px);}
.footer-contact strong{color:#fff;display:block;font-size:16px;margin-bottom:17px;}
.footer-contact p{color:#c9c9c9;margin:0 0 15px;font-size:16px;line-height:1.45;}
.footer-contact a{color:#fff;border-bottom:1px solid rgba(255,255,255,.28);}
.footer-contact a:hover{color:var(--red);border-color:var(--red);}
.footer-newsletter{
  display:grid;
  grid-template-columns:.74fr 1.26fr;
  gap:70px;
  align-items:center;
  padding:46px 0;
  border-bottom:1px solid #333;
}
.newsletter-title{display:grid;grid-template-columns:64px 1fr;gap:28px;align-items:start;}
.mail-icon{border-color:#f5f2ec;}
.mail-icon:before,.mail-icon:after{background:#f5f2ec;}
.newsletter-title h2{letter-spacing:.28em;margin-bottom:12px;color:#fff;}
.newsletter-title p{margin:0;color:#bdbdbd;font-size:16px;line-height:1.5;max-width:390px;}
.newsletter-form{
  height:58px;
  display:grid;
  grid-template-columns:1fr 220px;
  border:1px solid #565656;
  background:#151515;
}
.newsletter-form input{
  border:0;
  outline:0;
  background:transparent;
  padding:0 32px;
  font-size:16px;
  color:#fff;
}
.newsletter-form input::placeholder{color:#8b8b8b;}
.newsletter-form button{
  border:0;
  border-left:1px solid #565656;
  background:#151515;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.2em;
  font-size:13px;
  font-weight:860;
  cursor:pointer;
}
.newsletter-form button span{color:var(--red);font-size:22px;line-height:0;margin-left:12px;position:relative;top:2px;}
.newsletter-form button:hover{color:var(--red);}
.footer-bottom{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:34px;
  align-items:center;
  padding-top:38px;
}
.footer-bottom p{margin:0;color:#a9a9a9;font-size:16px;white-space:nowrap;}
.footer-bottom nav{display:flex;justify-content:center;gap:0;flex-wrap:wrap;}
.footer-bottom nav a{color:#bdbdbd;font-size:15px;padding:0 26px;border-left:1px solid #3f3f3f;}
.footer-bottom nav a:first-child{border-left:0;}
.footer-bottom nav a:hover{color:#fff;}
.footer-social{display:flex;gap:15px;align-items:center;border-left:1px solid #3f3f3f;padding-left:34px;}
.footer-social a{
  width:30px;
  height:30px;
  border:1px solid #d8d8d8;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:820;
  line-height:1;
  color:#f5f2ec;
}
.footer-social a:last-child{border-radius:8px;}
.footer-social a:hover{background:#fff;color:#111;border-color:#fff;}
@media(max-width:1280px){
  .footer-main{grid-template-columns:1fr 1fr 1fr;}
  .footer-brand-block,.footer-col,.footer-contact{padding:34px 30px;border-bottom:1px solid #333;}
  .footer-brand-block{padding-left:0;}
  .footer-contact{border-right:1px solid #333;padding-right:30px;}
  .footer-main>*:nth-child(3n){border-right:0;}
  .footer-newsletter{grid-template-columns:1fr;gap:28px;}
  .footer-bottom{grid-template-columns:1fr;gap:24px;}
  .footer-bottom nav{justify-content:flex-start;}
  .footer-social{border-left:0;padding-left:0;}
}
@media(max-width:760px){
  .footer-shell{width:calc(100% - 28px);padding:54px 0 32px;}
  .site-footer{border-top:0;}
  .footer-main{display:block;border-top:1px solid #333;border-bottom:1px solid #333;min-height:0;}
  .footer-brand-block,.footer-col,.footer-contact{border-right:0;border-bottom:1px solid #333;padding:30px 0;}
  .footer-contact{border-bottom:0;}
  .footer-brand-block>i,.footer-contact>i{margin:28px 0;}
  .footer-newsletter{padding:34px 0;}
  .newsletter-title{grid-template-columns:48px 1fr;gap:18px;}
  .newsletter-form{height:auto;grid-template-columns:1fr;}
  .newsletter-form input{height:56px;padding:0 18px;}
  .newsletter-form button{height:54px;border-left:0;border-top:1px solid #565656;}
  .footer-bottom{padding-top:30px;}
  .footer-bottom p{white-space:normal;}
  .footer-bottom nav{display:grid;gap:13px;}
  .footer-bottom nav a{padding:0;border-left:0;}
  .footer-social{padding-top:4px;}
}


/* V1.6 real Artdon logo replacement */
.brand{display:flex;align-items:center;min-width:184px;letter-spacing:0;line-height:1;}
.brand-logo{display:block;width:auto;height:42px;max-width:210px;object-fit:contain;}
.footer-logo{display:inline-block;line-height:0;}
.footer-logo-img{display:block;width:min(248px,100%);height:auto;object-fit:contain;}
.footer-brand-block .footer-logo + i{margin-top:42px;}
@media(max-width:760px){.brand-logo{height:34px;max-width:172px}.footer-logo-img{width:218px}}


/* V1.7 force every visible text element to use ARS Maquette. */
:root{--font-main:'ARS Maquette',Arial,'Helvetica Neue',Helvetica,sans-serif;}
html,body,
body *:not(svg):not(svg *):not(path):not(circle):not(rect):not(line):not(polyline):not(polygon),
button,input,textarea,select,option,label,
h1,h2,h3,h4,h5,h6,p,a,span,strong,b,em,small,li,dt,dd,th,td,
.site-header,.site-nav,.hero-carousel,.slide-content,.section-head,.row-title,.featured-card,.rd-band,.project-grid,.support,.video-band,.designers,.knowledge-grid,.contact,.site-footer{
  font-family:var(--font-main)!important;
}

/* Normalize headline weights to real uploaded font files, avoiding browser fallback/synthesis. */
.slide-content h1,
.section-head h2,
.row-title h2,
.support-title h2,
.video-band h2,
.designers h2,
.contact h2,
.rd-band h2,
.placeholder h1,
.footer-logo b{
  font-family:var(--font-main)!important;
  font-weight:700!important;
}
.site-nav a,
.slide-content a,
.row-title>a,
.video-band a,
.footer-col h2,
.footer-contact h2,
.newsletter-title h2,
.newsletter-form button,
.featured-card span,
.project-grid span,
.knowledge-grid span,
.support-list em{
  font-family:var(--font-main)!important;
  font-weight:700!important;
}
.product-columns h3,
.featured-card h3,
.project-grid h3,
.support-list strong,
.video-box strong,
.knowledge-grid h3{
  font-family:var(--font-main)!important;
  font-weight:600!important;
}
.footer-col a,
.footer-contact p,
.newsletter-title p,
.footer-bottom p,
.footer-bottom nav a,
.slide-content span,
.product-columns a,
.featured-card p,
.project-grid p,
.support-list span,
.video-box p,
.knowledge-grid p,
.contact p{
  font-family:var(--font-main)!important;
  font-weight:400!important;
}




/* V2.0 product section: quieter catalogue-style layout, no oversized typography */
.products-refined{
  width:min(calc(100% - 76px),var(--max));
  margin:0 auto;
  padding:104px 0 108px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.products-refined-head{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(360px,1fr) auto;
  gap:42px;
  align-items:end;
  margin-bottom:42px;
}
.products-refined-head p{
  margin:0 0 14px;
  color:var(--red);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:820;
}
.products-refined-head h2{
  margin:0;
  font-size:clamp(30px,3.4vw,54px);
  line-height:1;
  letter-spacing:-.055em;
  font-weight:760;
}
.products-refined-head>span{
  display:block;
  max-width:640px;
  color:#555;
  font-size:17px;
  line-height:1.55;
}
.products-refined-head>a{
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding-bottom:7px;
  border-bottom:1px solid #111;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.15em;
  font-weight:840;
  white-space:nowrap;
}
.products-refined-head>a em{font-style:normal;color:var(--red);font-size:16px;line-height:1}
.products-refined-head>a:hover{color:var(--red);border-color:var(--red)}
.product-system-board{
  display:grid;
  grid-template-columns:330px minmax(0,1fr);
  border:1px solid var(--line);
  background:#fff;
}
.product-system-nav{
  border-right:1px solid var(--line);
  background:#fbfaf7;
}
.product-system-nav a{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  column-gap:18px;
  row-gap:6px;
  padding:24px 24px 22px;
  border-bottom:1px solid var(--line);
  transition:.2s;
}
.product-system-nav a:last-child{border-bottom:0}
.product-system-nav a:hover,.product-system-nav a.is-active{background:#fff}
.product-system-nav b{
  grid-row:1/3;
  color:var(--red);
  font-size:11px;
  letter-spacing:.15em;
  font-weight:830;
}
.product-system-nav strong{
  font-size:18px;
  line-height:1.1;
  letter-spacing:-.035em;
  font-weight:760;
}
.product-system-nav span{
  color:#666;
  font-size:13px;
  line-height:1.42;
}
.product-showcase-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  background:var(--line);
}
.product-showcase-card{background:#fff;min-height:292px}
.product-showcase-card.wide{grid-row:span 2;min-height:585px}
.product-showcase-card a{
  height:100%;
  display:grid;
  grid-template-rows:minmax(180px,1fr) auto;
}
.product-showcase-card figure{
  margin:0;
  background:linear-gradient(180deg,#f8f7f3 0%,#eeebe4 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  position:relative;
}
.product-showcase-card figure:after{
  content:"";
  position:absolute;
  left:32px;
  right:32px;
  bottom:32px;
  height:1px;
  background:rgba(17,17,17,.08);
}
.product-showcase-card img{
  width:min(58%,260px);
  max-height:245px;
  object-fit:contain;
  filter:drop-shadow(0 18px 18px rgba(0,0,0,.11));
  transition:transform .28s ease;
}
.product-showcase-card.wide img{width:min(52%,350px);max-height:370px}
.product-showcase-card:hover img{transform:translateY(-4px)}
.product-showcase-copy{
  min-height:152px;
  padding:25px 28px 27px;
  border-top:1px solid var(--line);
}
.product-showcase-copy span{
  display:block;
  margin:0 0 9px;
  color:#6f1b20;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:820;
}
.product-showcase-copy h3{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.05;
  letter-spacing:-.045em;
  font-weight:760;
}
.product-showcase-copy p{
  margin:0;
  color:#666;
  font-size:14px;
  line-height:1.5;
}
.product-family-list{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-left:1px solid var(--line);
  border-top:1px solid var(--line);
  margin-top:28px;
}
.product-family-list article{
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:#fff;
  min-height:245px;
  padding:25px 24px 21px;
}
.product-family-list header{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
  margin-bottom:25px;
}
.product-family-list header span{
  color:var(--red);
  font-size:11px;
  letter-spacing:.16em;
  font-weight:820;
}
.product-family-list h3{
  margin:0;
  font-size:22px;
  line-height:1;
  letter-spacing:-.04em;
  font-weight:760;
  text-align:right;
}
.product-family-list div{
  display:flex;
  flex-wrap:wrap;
  gap:9px 8px;
}
.product-family-list a{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:7px 11px;
  border:1px solid var(--line);
  background:#fbfaf7;
  color:#4f4f4f;
  font-size:13px;
  line-height:1.2;
}
.product-family-list a:hover{background:#111;color:#fff;border-color:#111}
@media(max-width:1180px){
  .products-refined{width:min(calc(100% - 44px),var(--max));padding:86px 0}
  .products-refined-head{grid-template-columns:1fr;gap:20px;align-items:start}
  .products-refined-head>a{justify-self:start}
  .product-system-board{grid-template-columns:1fr}
  .product-system-nav{border-right:0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(2,1fr)}
  .product-system-nav a:nth-child(odd){border-right:1px solid var(--line)}
  .product-system-nav a:nth-last-child(-n+2){border-bottom:0}
  .product-family-list{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .products-refined{width:calc(100% - 28px);padding:64px 0}
  .products-refined-head{margin-bottom:28px}
  .products-refined-head h2{font-size:34px;letter-spacing:-.052em}
  .products-refined-head>span{font-size:15px}
  .product-system-nav{grid-template-columns:1fr}
  .product-system-nav a,.product-system-nav a:nth-child(odd){border-right:0;border-bottom:1px solid var(--line);padding:20px}
  .product-system-nav a:last-child{border-bottom:0}
  .product-showcase-grid{grid-template-columns:1fr}
  .product-showcase-card,.product-showcase-card.wide{min-height:0;grid-row:auto}
  .product-showcase-card a{grid-template-rows:230px auto}
  .product-showcase-card.wide a{grid-template-rows:270px auto}
  .product-showcase-card img,.product-showcase-card.wide img{width:min(56%,230px);max-height:210px}
  .product-showcase-copy{min-height:auto;padding:22px}
  .product-showcase-copy h3{font-size:23px}
  .product-showcase-copy p{font-size:13px}
  .product-family-list{grid-template-columns:1fr;margin-top:22px}
  .product-family-list article{min-height:0;padding:22px}
}

/* V2.0 product-first refinement: remove oversized secondary typography and let product images/content lead. */
.intro-line{padding:58px 0 50px;width:min(calc(100% - 76px),var(--max));border-bottom:1px solid var(--line)}
.intro-line p{font-size:clamp(18px,1.8vw,27px)!important;line-height:1.42!important;letter-spacing:-.025em!important;font-weight:400!important;max-width:920px;color:#333}
.products-refined{border-top:0;padding:78px 0 90px}
.products-refined-head{grid-template-columns:260px minmax(360px,1fr) auto;margin-bottom:34px;align-items:end}
.products-refined-head h2{font-size:clamp(28px,2.7vw,44px)!important;line-height:1.04!important;letter-spacing:-.045em!important;font-weight:700!important}
.products-refined-head>span{font-size:15px;line-height:1.55;color:#555;max-width:580px}
.product-system-board{grid-template-columns:280px minmax(0,1fr);box-shadow:none}
.product-system-nav a{padding:21px 22px 20px}
.product-system-nav strong{font-size:16px;letter-spacing:-.025em}
.product-system-nav span{font-size:12.5px;color:#6b6b6b}
.product-showcase-card{min-height:270px}
.product-showcase-card.wide{min-height:540px}
.product-showcase-card a{grid-template-rows:minmax(178px,1fr) auto}
.product-showcase-card figure{background:#f7f6f2}
.product-showcase-card img{width:min(64%,300px);max-height:260px}
.product-showcase-card.wide img{width:min(62%,410px);max-height:390px}
.product-showcase-copy{min-height:132px;padding:22px 25px 24px}
.product-showcase-copy h3{font-size:21px!important;letter-spacing:-.035em!important;margin-bottom:8px}
.product-showcase-copy p{font-size:13px;color:#666;line-height:1.45}
.product-family-list{margin-top:22px}
.product-family-list article{min-height:188px;padding:22px 22px 18px}
.product-family-list h3{font-size:18px!important;letter-spacing:-.025em!important}
.product-family-list header{margin-bottom:18px}
.product-family-list a{font-size:12.5px;min-height:30px;background:#fff}
.product-tech-strip{width:min(calc(100% - 76px),var(--max));margin:0 auto;padding:42px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:320px 1fr;gap:44px;background:#fff;color:#111}
.product-tech-head p,.product-resources-head p,.product-media>div>p{margin:0 0 12px;color:var(--red);font-size:11px;text-transform:uppercase;letter-spacing:.18em;font-weight:820}
.product-tech-head h2,.product-resources-head h2,.product-media h2{margin:0;font-size:clamp(24px,2.2vw,36px)!important;line-height:1.08!important;letter-spacing:-.04em!important;font-weight:700!important;max-width:620px}
.product-tech-strip ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line)}
.product-tech-strip li{padding:24px 26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:150px;background:#fff}
.product-tech-strip b{display:block;margin:0 0 18px;font-size:15px;letter-spacing:-.02em;color:#111}
.product-tech-strip span{display:block;color:#666;font-size:13px;line-height:1.48}
.product-resources{width:min(calc(100% - 76px),var(--max));margin:0 auto;padding:78px 0 90px;border-bottom:1px solid var(--line)}
.product-resources-head{display:grid;grid-template-columns:300px minmax(360px,1fr) auto;align-items:end;gap:40px;margin-bottom:30px}
.product-resources-head>span{font-size:15px;color:#555;line-height:1.55;max-width:650px}
.product-resources-head>a{display:inline-flex;align-items:center;gap:12px;border-bottom:1px solid #111;padding-bottom:6px;font-size:12px;letter-spacing:.15em;text-transform:uppercase;font-weight:840;white-space:nowrap}
.product-resources-head>a em{font-style:normal;color:var(--red)}
.resource-product-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line)}
.resource-product-grid a{min-height:205px;padding:26px 24px;display:grid;grid-template-rows:auto 1fr auto;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;transition:.2s}
.resource-product-grid a:hover{background:#fbfaf7}
.resource-product-grid strong{font-size:19px!important;line-height:1.1;letter-spacing:-.035em;font-weight:700!important}
.resource-product-grid span{display:block;margin-top:16px;color:#666;font-size:13px;line-height:1.48}
.resource-product-grid em{font-style:normal;color:var(--red);font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:820;align-self:end}
.product-media{display:grid;grid-template-columns:.9fr 1.1fr;gap:0;align-items:stretch}
.product-media>div:last-child{border:1px solid var(--line);border-left:0;padding:44px 48px;background:#fff}
.product-media h2{margin-bottom:24px}
.product-media a{font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:840;border-bottom:1px solid #111;padding-bottom:6px;white-space:nowrap}
.product-media a:hover{color:var(--red);border-color:var(--red)}
.row-title h2,.designers h2,.contact h2{font-size:clamp(26px,2.5vw,40px)!important;line-height:1.08!important;letter-spacing:-.042em!important;font-weight:700!important}
.projects.section-pad,.designers.section-pad,.knowledge.section-pad{padding:76px 0}
.contact{padding:76px 0}
/* Keep old large support/rd/video sections suppressed if a cached file still contains them. */
.support-title h2,.rd-band h2,.video-band h2{font-size:34px!important;line-height:1.08!important;letter-spacing:-.04em!important}
@media(max-width:1180px){
  .intro-line,.product-tech-strip,.product-resources{width:min(calc(100% - 44px),var(--max))}
  .products-refined-head,.product-resources-head{grid-template-columns:1fr;gap:18px;align-items:start}
  .product-resources-head>a{justify-self:start}
  .product-tech-strip{grid-template-columns:1fr;gap:24px}
  .product-tech-strip ul{grid-template-columns:repeat(3,1fr);border-left:1px solid var(--line)}
  .resource-product-grid{grid-template-columns:repeat(2,1fr)}
  .product-media{grid-template-columns:1fr}
  .product-media>div:last-child{border-left:1px solid var(--line);border-top:0}
}
@media(max-width:760px){
  .intro-line,.product-tech-strip,.product-resources{width:calc(100% - 28px)}
  .intro-line{padding:42px 0 38px}
  .products-refined{padding:56px 0 68px}
  .products-refined-head h2,.product-tech-head h2,.product-resources-head h2,.product-media h2,.row-title h2,.designers h2,.contact h2{font-size:28px!important;line-height:1.1!important}
  .product-system-board{grid-template-columns:1fr}
  .product-showcase-card a,.product-showcase-card.wide a{grid-template-rows:245px auto}
  .product-family-list article{min-height:0}
  .product-tech-strip{padding:34px 0}
  .product-tech-strip ul,.resource-product-grid{grid-template-columns:1fr}
  .product-tech-strip li{min-height:0;padding:22px}
  .product-resources{padding:56px 0 66px}
  .resource-product-grid a{min-height:168px;padding:22px}
  .product-media>div:last-child{padding:30px 24px}
}


/* V2.1 image-led homepage: product photos lead, text stays quiet */
.product-photo-showcase{width:min(calc(100% - 76px),var(--max));margin:0 auto;padding:82px 0 76px;border-top:1px solid var(--line)}
.product-photo-head{display:grid;grid-template-columns:280px minmax(360px,1fr) auto;gap:38px;align-items:end;margin-bottom:34px}
.product-photo-head p,.product-tech-image>div>p,.image-media-band .media-copy p{margin:0 0 10px;color:var(--red);font-size:11px;text-transform:uppercase;letter-spacing:.18em;font-weight:820}
.product-photo-head h2{margin:0;font-size:clamp(28px,2.4vw,40px)!important;line-height:1.08!important;letter-spacing:-.04em!important;font-weight:700!important;max-width:540px}
.product-photo-head>span{font-size:15px;line-height:1.55;color:#555;max-width:620px}
.product-photo-head>a{display:inline-flex;align-items:center;gap:12px;justify-self:end;border-bottom:1px solid #111;padding-bottom:6px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:840;white-space:nowrap}.product-photo-head>a em{font-style:normal;color:var(--red)}
.product-visual-hero{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(300px,.58fr);gap:18px;margin-bottom:18px}.product-visual-hero a{display:block;color:inherit;background:#f7f6f2;overflow:hidden;position:relative}.product-visual-hero figure{margin:0;background:#f7f6f2}.product-visual-hero img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .55s ease}.product-visual-hero a:hover img{transform:scale(1.025)}
.visual-main figure{height:560px}.visual-main div{position:absolute;left:28px;bottom:26px;background:rgba(255,255,255,.88);backdrop-filter:blur(8px);padding:20px 24px;max-width:390px;border:1px solid rgba(0,0,0,.08)}.visual-main span,.visual-side span,.product-photo-grid span{display:block;color:var(--red);font-size:11px;text-transform:uppercase;letter-spacing:.15em;font-weight:820;margin-bottom:9px}.visual-main h3{margin:0 0 8px;font-size:24px!important;line-height:1.05!important;letter-spacing:-.035em!important}.visual-main p{margin:0;color:#555;font-size:13px;line-height:1.45}
.visual-side{display:grid;gap:18px}.visual-side a{min-height:271px}.visual-side figure{height:205px}.visual-side div{padding:18px 20px 20px;border-top:1px solid rgba(0,0,0,.06)}.visual-side h3{margin:0;font-size:19px!important;letter-spacing:-.025em!important}
.product-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-photo-grid article{background:#fff;border:1px solid var(--line);overflow:hidden}.product-photo-grid a{display:grid;grid-template-rows:260px auto;min-height:100%;color:inherit}.product-photo-grid figure{margin:0;background:#f7f6f2;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-photo-grid img{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.product-photo-grid a:hover img{transform:scale(1.035)}.product-photo-grid div{padding:18px 20px 20px}.product-photo-grid h3{margin:0 0 8px;font-size:20px!important;letter-spacing:-.03em!important}.product-photo-grid p{margin:0;color:#666;font-size:13px;line-height:1.45}
.product-mini-nav{margin-top:18px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.product-mini-nav div{padding:21px 22px 22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.product-mini-nav strong{display:block;font-size:16px;letter-spacing:-.02em;margin-bottom:14px}.product-mini-nav a{display:block;color:#666;font-size:13px;line-height:1.7}.product-mini-nav a:hover{color:var(--red)}
.product-tech-image{width:min(calc(100% - 76px),var(--max));margin:0 auto 0;display:grid;grid-template-columns:minmax(360px,.9fr) minmax(420px,1.1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.product-tech-image figure{margin:0;background:#f7f6f2;min-height:430px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-tech-image figure img{width:100%;height:100%;object-fit:cover}.product-tech-image>div{padding:48px 54px}.product-tech-image h2{margin:0 0 28px;font-size:clamp(26px,2.2vw,38px)!important;line-height:1.08!important;letter-spacing:-.04em!important}.product-tech-image ul{list-style:none;margin:0;padding:0;display:grid;gap:0;border-top:1px solid var(--line)}.product-tech-image li{display:grid;grid-template-columns:130px 1fr;gap:20px;padding:20px 0;border-bottom:1px solid var(--line)}.product-tech-image b{font-size:14px;letter-spacing:-.01em}.product-tech-image span{font-size:13.5px;color:#666;line-height:1.48}
.image-media-band{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:44px;align-items:center}.media-photo-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.media-photo-row figure{margin:0;background:#f7f6f2;min-height:330px;overflow:hidden}.media-photo-row img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.media-photo-row figure:hover img{transform:scale(1.035)}.image-media-band .media-copy h2{margin:0 0 24px;font-size:clamp(24px,2.2vw,38px)!important;line-height:1.08!important;letter-spacing:-.04em!important}.image-media-band .media-copy a{display:inline-flex;border-bottom:1px solid #111;padding-bottom:7px;font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:840}
@media(max-width:1180px){.product-photo-showcase,.product-tech-image{width:min(calc(100% - 44px),var(--max))}.product-photo-head{grid-template-columns:1fr;gap:18px}.product-photo-head>a{justify-self:start}.product-visual-hero{grid-template-columns:1fr}.visual-side{grid-template-columns:repeat(2,1fr)}.product-photo-grid{grid-template-columns:repeat(2,1fr)}.product-mini-nav{grid-template-columns:repeat(2,1fr)}.product-tech-image{grid-template-columns:1fr}.product-tech-image figure{min-height:350px}.image-media-band{grid-template-columns:1fr}.media-photo-row figure{min-height:260px}}
@media(max-width:760px){.product-photo-showcase,.product-tech-image{width:calc(100% - 28px);padding:62px 0}.product-photo-head h2{font-size:30px!important}.visual-main figure{height:360px}.visual-main div{position:static;border:0;background:#fff;padding:20px}.visual-side{grid-template-columns:1fr}.visual-side a{min-height:0}.product-photo-grid{grid-template-columns:1fr}.product-photo-grid a{grid-template-rows:250px auto}.product-mini-nav{grid-template-columns:1fr}.product-tech-image{padding:0}.product-tech-image>div{padding:34px 22px}.product-tech-image li{grid-template-columns:1fr;gap:8px}.media-photo-row{grid-template-columns:1fr}.media-photo-row figure{min-height:260px}}


/* V2.2 hero media upgrade: real product visuals + optional MP4 background. Product image leads, text is smaller. */
.hero-carousel{height:calc(100vh - 82px);min-height:720px;max-height:980px;background:#efeee9;}
.slide img,.slide video{width:100%;height:100%;object-fit:cover;display:block;}
.slide video.hero-video{position:absolute;inset:0;z-index:0;}
.slide img.hero-poster{position:absolute;inset:0;z-index:0;opacity:0;}
.slide-shade{z-index:1;background:linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.78) 32%,rgba(255,255,255,.28) 55%,rgba(255,255,255,.04) 100%);}
.slide-content{z-index:2;bottom:clamp(86px,12vh,132px);width:min(620px,calc(100% - 48px));}
.slide-content p{font-size:11px;letter-spacing:.2em;margin-bottom:17px;}
.slide-content h1{font-size:clamp(38px,5.1vw,76px)!important;line-height:1!important;letter-spacing:-.062em!important;font-weight:700!important;max-width:660px;}
.slide-content span{font-size:clamp(15px,1.12vw,18px)!important;line-height:1.55!important;max-width:520px;margin-top:22px;color:#343434;}
.slide-content a{margin-top:30px;}
.carousel-ui{background:rgba(255,255,255,.88);}
.hero-carousel:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:rgba(0,0,0,.12);z-index:3;}
@media(max-width:1180px){.hero-carousel{height:calc(100vh - 74px);min-height:660px}.slide-content h1{font-size:clamp(38px,8vw,68px)!important}.slide-shade{background:linear-gradient(90deg,rgba(255,255,255,.9) 0%,rgba(255,255,255,.76) 45%,rgba(255,255,255,.2) 100%);}}
@media(max-width:760px){.hero-carousel{height:calc(100vh - 66px);min-height:620px}.slide-shade{background:linear-gradient(180deg,rgba(255,255,255,.34) 0%,rgba(255,255,255,.82) 48%,rgba(255,255,255,.96) 100%)}.slide-content{bottom:104px}.slide-content h1{font-size:40px!important;letter-spacing:-.052em!important}.slide-content span{font-size:15px!important;margin-top:17px}.slide video.hero-video{display:none}.slide img.hero-poster{opacity:1}.carousel-ui{bottom:24px}}

/* V2.3 China-red accent refinement
   Keep the homepage clean and white, but echo the red mark in the Artdon logo across key interactions. */
:root{
  --red:#D0021B;
  --china-red:#D0021B;
  --china-red-dark:#B00018;
  --china-red-soft:rgba(208,2,27,.085);
  --china-red-line:rgba(208,2,27,.34);
}
::selection{background:var(--china-red);color:#fff;}

.site-header{position:sticky;}
.site-header:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:3px;
  background:linear-gradient(90deg,var(--china-red) 0%,var(--china-red) 13%,rgba(208,2,27,.16) 13%,rgba(208,2,27,.16) 100%);
  pointer-events:none;
}
.site-nav a:hover{color:var(--china-red);}
.site-nav a:after{background:var(--china-red);height:2px;bottom:-10px;}
.nav-search{color:#414141;}
.nav-toggle:hover i{background:var(--china-red);}

.hero-carousel{border-bottom-color:rgba(208,2,27,.22);}
.slide-content p,.section-head p,.row-title p,.rd-band p,.support-title p,.video-band>div>p,.designers p,.contact p,
.product-photo-head p,.product-tech-image>div>p,.image-media-band .media-copy p,
.product-resources-head p,.project-grid span,.knowledge-grid span,.visual-main span,.visual-side span,.product-photo-grid span{
  color:var(--china-red)!important;
}
.slide-content a,
.product-photo-head>a,
.row-title>a,
.video-band a,
.knowledge-grid a{
  border-bottom-color:var(--china-red);
}
.slide-content a:after,.product-photo-head>a:after,.row-title>a:after,.video-band a:after,.knowledge-grid a:after{
  color:var(--china-red);
}
.carousel-arrow:hover{background:var(--china-red);border-color:var(--china-red);color:#fff;}
.dot.is-active,.progress i{background:var(--china-red)!important;}
.slide-counter b{color:var(--china-red);}

.intro-line{position:relative;}
.intro-line:before{
  content:"";
  position:absolute;
  top:0;left:0;
  width:72px;height:3px;
  background:var(--china-red);
}

.product-photo-showcase,.product-resources,.section-pad,.contact{position:relative;}
.product-photo-showcase:before,
.product-resources:before,
.section-pad:before,
.contact:before{
  content:"";
  position:absolute;
  top:-1px;left:0;
  width:96px;height:2px;
  background:var(--china-red);
}
.product-visual-hero{position:relative;}
.visual-main,.visual-side a,.product-photo-grid article,.resource-product-grid a,.project-grid article,.knowledge-grid article{
  position:relative;
  transition:border-color .22s ease, box-shadow .22s ease, background .22s ease, transform .22s ease;
}
.visual-main:before,.visual-side a:before,.product-photo-grid article:before,.resource-product-grid a:before,.project-grid article:before,.knowledge-grid article:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:0;
  background:var(--china-red);
  z-index:2;
  transition:height .22s ease;
}
.visual-main:hover:before,.visual-side a:hover:before,.product-photo-grid article:hover:before,.resource-product-grid a:hover:before,.project-grid article:hover:before,.knowledge-grid article:hover:before{height:3px;}
.visual-main:hover,.visual-side a:hover,.product-photo-grid article:hover,.resource-product-grid a:hover,.project-grid article:hover,.knowledge-grid article:hover{
  border-color:var(--china-red-line)!important;
  box-shadow:0 18px 44px rgba(17,17,17,.055),0 0 0 1px rgba(208,2,27,.04) inset;
}
.product-photo-grid figure,.visual-main figure,.visual-side figure,.product-tech-image figure,.media-photo-row figure{
  background:linear-gradient(145deg,#f8f7f3 0%,#f3f1eb 72%,rgba(208,2,27,.055) 100%);
}
.product-photo-grid a:hover img,.visual-main:hover img,.visual-side a:hover img{filter:drop-shadow(0 18px 18px rgba(208,2,27,.09));}
.product-mini-nav div{position:relative;}
.product-mini-nav strong:before{
  content:"";
  display:inline-block;
  width:7px;height:7px;
  margin-right:10px;
  border-radius:50%;
  background:var(--china-red);
  vertical-align:middle;
  position:relative;top:-1px;
}
.product-mini-nav a:hover{color:var(--china-red);}
.product-tech-image li b{color:var(--china-red);}
.product-tech-image li:hover{background:var(--china-red-soft);}
.resource-product-grid a:hover em{color:var(--china-red-dark);}
.resource-product-grid a:hover strong{color:var(--china-red);}

.contact input:focus,.contact textarea:focus{
  border-color:var(--china-red);
  box-shadow:0 0 0 3px rgba(208,2,27,.06);
}
.contact button{background:#111;border-color:#111;}
.contact button:hover{background:var(--china-red);border-color:var(--china-red);}

.site-footer .footer-brand-block>i,.site-footer .footer-contact>i{background:var(--china-red);}
.site-footer .footer-col a:hover,.site-footer .footer-contact a:hover,.site-footer .footer-bottom nav a:hover{color:#fff;}
.site-footer .footer-col a:hover:before{
  content:"";
  display:inline-block;
  width:5px;height:5px;
  border-radius:50%;
  background:var(--china-red);
  margin-right:9px;
  vertical-align:middle;
  position:relative;top:-1px;
}
.newsletter-form:focus-within{border-color:var(--china-red);box-shadow:0 0 0 1px var(--china-red) inset;}
.newsletter-form button span,.footer-social a:hover{color:var(--china-red);border-color:var(--china-red);}
.footer-bottom nav a:nth-child(n+2){position:relative;}
.footer-bottom nav a:nth-child(n+2):before{
  content:"";
  position:absolute;left:0;top:50%;transform:translateY(-50%);
  width:1px;height:16px;background:rgba(208,2,27,.58);
}

@media(max-width:760px){
  .site-header:before{height:2px;}
  .intro-line:before,.product-photo-showcase:before,.product-resources:before,.section-pad:before,.contact:before{width:54px;height:2px;}
  .site-nav a:after{bottom:-6px;}
}


/* V2.4 product area cleanup: one neutral grey only, no mixed warm gradients or red-tinted backgrounds. */
:root{
  --product-neutral:#f4f4f4;
  --product-neutral-line:#e3e3e3;
}
.product-visual-hero a,
.product-visual-hero figure,
.visual-main figure,
.visual-side figure,
.product-photo-grid figure,
.product-tech-image figure,
.media-photo-row figure,
.featured-card figure{
  background:var(--product-neutral)!important;
  background-image:none!important;
}
.visual-main,
.visual-side a,
.product-photo-grid article{
  background:#fff!important;
  border-color:var(--product-neutral-line)!important;
}
.visual-side div,
.product-photo-grid div,
.visual-main div{
  background:#fff!important;
}
.product-photo-grid a:hover img,
.visual-main:hover img,
.visual-side a:hover img{
  filter:drop-shadow(0 18px 18px rgba(0,0,0,.08))!important;
}
.product-photo-showcase:before,
.product-resources:before,
.section-pad:before,
.contact:before{
  width:72px;
}


/* V2.5 global neutral surface cleanup: one grey surface across products, applications, resources and placeholder media. */
:root{
  --soft:#f4f4f4;
  --soft2:#f4f4f4;
  --line:#e3e3e3;
  --product-neutral:#f4f4f4;
  --product-neutral-line:#e3e3e3;
  --site-surface:#f4f4f4;
}
.product-visual-hero a,
.product-visual-hero figure,
.visual-main figure,
.visual-side figure,
.product-photo-grid figure,
.product-tech-image figure,
.media-photo-row figure,
.featured-card figure,
.project-grid img,
.video-box,
.placeholder-visual,
.resource-product-grid a:hover,
.support-list a:hover,
.product-columns article:hover,
.featured-card:hover{
  background:var(--site-surface)!important;
  background-image:none!important;
}
.project-grid{background:var(--product-neutral-line)!important;border-color:var(--product-neutral-line)!important;}
.project-grid article{background:#fff!important;border-color:var(--product-neutral-line)!important;}
.project-grid img{border-bottom:1px solid var(--product-neutral-line)!important;}
.product-photo-grid figure,.visual-main figure,.visual-side figure,.project-grid img,.media-photo-row figure{
  background-color:var(--site-surface)!important;
}
.visual-main div,.visual-side div,.product-photo-grid div,.project-grid div{background:#fff!important;}
/* Keep red accents only as small interaction marks, never as background tints. */
.product-photo-grid a:hover img,.visual-main:hover img,.visual-side a:hover img{filter:drop-shadow(0 18px 18px rgba(0,0,0,.08))!important;}
@media(max-width:760px){
  .project-grid img{height:245px;}
}

/* V2.6 translucent mega menu: Reggiani-style fade navigation with semi-transparent category panel. */
.site-header{
  height:86px;
  padding:0 42px;
  gap:34px;
  background:rgba(255,255,255,.94);
  backdrop-filter:saturate(170%) blur(14px);
  -webkit-backdrop-filter:saturate(170%) blur(14px);
  overflow:visible;
}
.site-header:before{height:2px;background:linear-gradient(90deg,var(--china-red) 0%,var(--china-red) 128px,rgba(208,2,27,.12) 128px,rgba(208,2,27,.12) 100%);}
.site-nav{
  display:flex;
  align-items:stretch;
  justify-content:flex-end;
  gap:0;
  height:100%;
  margin-left:auto;
  overflow:visible;
}
.nav-item{position:relative;display:flex;align-items:stretch;}
.site-nav .nav-root{
  display:flex;
  align-items:center;
  height:100%;
  padding:0 18px;
  border:0!important;
  font-size:13px;
  line-height:1;
  text-transform:none;
  letter-spacing:-.015em;
  font-weight:650;
  color:#111;
  white-space:nowrap;
  transition:background .22s ease,color .22s ease;
}
.site-nav .nav-root:after{display:none!important;}
.nav-item.is-active .nav-root{background:#f6f6f6;}
.nav-item.has-mega:hover .nav-root,
.nav-item.has-mega:focus-within .nav-root{
  background:#f1f1f1;
  color:#111;
}
.nav-item.has-mega .nav-root:before{
  content:"";
  position:absolute;
  left:18px;right:18px;bottom:0;
  height:0;
  background:var(--china-red);
  transition:height .22s ease;
}
.nav-item.has-mega:hover .nav-root:before,
.nav-item.has-mega:focus-within .nav-root:before,
.nav-item.is-active .nav-root:before{height:3px;}
.mega-menu{
  position:absolute;
  left:0;
  top:100%;
  width:min(760px,calc(100vw - 84px));
  min-height:430px;
  display:grid;
  grid-template-columns:292px 1fr;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(-14px);
  transition:opacity .26s ease,transform .28s cubic-bezier(.2,.72,.22,1),visibility 0s linear .28s;
  box-shadow:0 34px 90px rgba(0,0,0,.18);
  z-index:300;
}
.nav-item:nth-last-child(-n+4) .mega-menu{left:auto;right:0;}
.nav-item:hover .mega-menu,
.nav-item:focus-within .mega-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
  transition-delay:0s;
}
.mega-list{
  background:rgba(12,12,12,.82);
  backdrop-filter:blur(16px) saturate(110%);
  -webkit-backdrop-filter:blur(16px) saturate(110%);
  border:1px solid rgba(255,255,255,.08);
  border-right:0;
  display:flex;
  flex-direction:column;
  padding:16px 0;
}
.mega-list a{
  display:flex!important;
  align-items:center;
  min-height:50px;
  padding:0 28px!important;
  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.14)!important;
  color:rgba(255,255,255,.92)!important;
  font-size:18px!important;
  font-weight:620!important;
  letter-spacing:-.025em!important;
  text-transform:none!important;
  opacity:.88;
  transform:translateY(6px);
  transition:opacity .22s ease,transform .22s ease,background .18s ease,color .18s ease,padding-left .18s ease;
}
.nav-item:hover .mega-list a,
.nav-item:focus-within .mega-list a{opacity:1;transform:translateY(0);}
.nav-item:hover .mega-list a:nth-child(1){transition-delay:.02s}.nav-item:hover .mega-list a:nth-child(2){transition-delay:.04s}.nav-item:hover .mega-list a:nth-child(3){transition-delay:.06s}.nav-item:hover .mega-list a:nth-child(4){transition-delay:.08s}.nav-item:hover .mega-list a:nth-child(5){transition-delay:.10s}.nav-item:hover .mega-list a:nth-child(6){transition-delay:.12s}.nav-item:hover .mega-list a:nth-child(7){transition-delay:.14s}.nav-item:hover .mega-list a:nth-child(8){transition-delay:.16s}.nav-item:hover .mega-list a:nth-child(9){transition-delay:.18s}
.mega-list a:last-child{border-bottom:0!important;}
.mega-list a:hover{
  background:rgba(255,255,255,.10)!important;
  color:#fff!important;
  padding-left:34px!important;
}
.mega-list a:hover:before{
  content:"";
  width:7px;height:7px;border-radius:50%;
  background:var(--china-red);
  margin-right:12px;
  flex:0 0 auto;
}
.mega-preview{
  position:relative;
  display:grid!important;
  grid-template-rows:1fr auto;
  min-height:430px;
  padding:0!important;
  border:1px solid rgba(0,0,0,.08)!important;
  background:rgba(244,244,244,.92);
  overflow:hidden;
  color:#111!important;
  text-transform:none!important;
  letter-spacing:0!important;
}
.mega-preview:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,rgba(255,255,255,.12),rgba(255,255,255,.72) 52%,rgba(255,255,255,.24));
  opacity:.32;
  pointer-events:none;
}
.mega-preview figure{
  margin:0;
  min-height:255px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f4f4f4;
  overflow:hidden;
}
.mega-preview img{
  width:100%;
  height:100%;
  object-fit:contain;
  transform:scale(1.02);
  transition:transform .36s ease,filter .36s ease;
}
.mega-preview:hover img{transform:scale(1.055);filter:drop-shadow(0 20px 24px rgba(0,0,0,.12));}
.mega-preview div{
  position:relative;
  z-index:2;
  padding:28px 30px 32px;
  background:rgba(255,255,255,.84);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  border-top:1px solid rgba(0,0,0,.08);
}
.mega-preview span{
  display:block;
  margin:0 0 12px;
  color:var(--china-red)!important;
  font-size:11px!important;
  line-height:1;
  font-weight:800;
  letter-spacing:.22em!important;
  text-transform:uppercase!important;
}
.mega-preview strong{
  display:block;
  color:#111;
  font-size:28px;
  line-height:1.08;
  letter-spacing:-.055em;
  font-weight:760;
  margin-bottom:12px;
}
.mega-preview em{
  display:block;
  color:#5f5f5f;
  font-style:normal;
  font-size:14px;
  line-height:1.52;
  letter-spacing:-.01em;
  max-width:360px;
}
.nav-toggle[aria-expanded="true"] i:first-child{transform:translateY(5px) rotate(45deg);}
.nav-toggle[aria-expanded="true"] i:last-child{transform:translateY(-5px) rotate(-45deg);}
.nav-toggle i{transition:transform .2s ease,background .2s ease;}
@media(max-width:1320px){.site-header{padding:0 24px}.site-nav .nav-root{padding:0 12px;font-size:12px}.brand-logo{height:38px}.mega-menu{width:min(700px,calc(100vw - 48px));grid-template-columns:270px 1fr}.mega-list a{font-size:17px!important}}
@media(max-width:1180px){
  .site-header{height:74px;padding:0 20px;}
  .site-nav{
    display:none;
    position:fixed;
    left:16px;right:16px;top:84px;
    height:auto;
    max-height:calc(100vh - 106px);
    overflow:auto;
    background:rgba(255,255,255,.97);
    border:1px solid var(--line);
    box-shadow:0 22px 70px rgba(0,0,0,.12);
    padding:0;
    flex-direction:column;
    align-items:stretch;
    gap:0;
  }
  .site-nav.open{display:flex;}
  .nav-item{display:block;border-bottom:1px solid var(--line);}
  .site-nav .nav-root{height:auto;display:flex;width:100%;padding:18px 20px;font-size:16px;border:0!important;}
  .nav-item.has-mega .nav-root:before{display:none;}
  .mega-menu{
    position:static;
    width:100%;
    min-height:0;
    display:grid;
    grid-template-columns:1fr;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
    box-shadow:none;
    transition:none;
  }
  .mega-list{background:rgba(17,17,17,.88);border:0;padding:0;}
  .mega-list a{min-height:42px;font-size:14px!important;padding:0 32px!important;color:#eee!important;opacity:1;transform:none;border-bottom:1px solid rgba(255,255,255,.08)!important;}
  .mega-preview{display:none!important;}
  .nav-toggle{display:block;}
}
@media(max-width:760px){.site-header{height:66px;padding:0 16px}.site-nav{left:10px;right:10px;top:74px;max-height:calc(100vh - 86px)}.brand-logo{height:34px}.site-nav .nav-root{padding:16px 18px;font-size:15px}.mega-list a{font-size:13px!important;padding:0 28px!important;min-height:40px}}


/* V2.7 menu simplified: keep the translucent fade-out category panel, remove the side preview image area. */
.mega-menu{
  width:min(330px,calc(100vw - 84px));
  min-height:0;
  display:block;
  grid-template-columns:1fr;
  box-shadow:0 30px 72px rgba(0,0,0,.16);
}
.nav-item:nth-last-child(-n+4) .mega-menu{left:auto;right:0;}
.mega-list{
  width:100%;
  border:1px solid rgba(255,255,255,.10);
  border-right:1px solid rgba(255,255,255,.10);
  background:rgba(12,12,12,.80);
  backdrop-filter:blur(18px) saturate(110%);
  -webkit-backdrop-filter:blur(18px) saturate(110%);
  padding:12px 0;
}
.mega-list a{
  min-height:48px;
  font-size:17px!important;
  font-weight:620!important;
  padding:0 28px!important;
}
.mega-preview{display:none!important;}
@media(max-width:1320px){.mega-menu{width:min(310px,calc(100vw - 48px));grid-template-columns:1fr}.mega-list a{font-size:16px!important}}
@media(max-width:980px){.mega-menu{width:100%;box-shadow:none}.mega-list{background:rgba(17,17,17,.88);border:0}.mega-preview{display:none!important}}


/* V2.8 Reggiani-style product catalogue page: image-first grid + right specification filter. */
.product-catalog-page{background:#fff;color:#111;}
.catalog-shell{width:min(calc(100% - 64px),var(--max));margin:0 auto;padding:54px 0 96px;display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:34px;align-items:start;}
.catalog-main{min-width:0;}
.catalog-section{border-bottom:1px solid #d9d9d9;padding:0 0 38px;margin:0 0 46px;}
.catalog-section:last-child{margin-bottom:0;}
.catalog-section-head{display:flex;align-items:center;gap:18px;margin:0 0 26px;min-height:56px;}
.catalog-section-head h1,.catalog-section-head h2{margin:0;font-size:clamp(26px,2.25vw,36px)!important;line-height:1!important;letter-spacing:-.05em!important;font-weight:700!important;color:#111;}
.catalog-icon{width:54px;height:54px;border:1.5px solid #111;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;background:#fff;position:relative;}
.catalog-icon-circle{border-radius:50%;}
.catalog-icon-systems:before{content:"";width:28px;height:5px;background:#111;box-shadow:0 12px 0 #111;}
.catalog-icon-systems:after{content:"";position:absolute;width:5px;height:30px;background:#111;left:25px;top:13px;}
.catalog-icon-track:before{content:"";position:absolute;width:35px;height:4px;background:#111;top:16px;left:9px;}
.catalog-icon-track:after{content:"";position:absolute;width:10px;height:22px;background:#111;bottom:10px;left:22px;border-radius:0 0 6px 6px;}
.catalog-icon-recessed:before{content:"";width:30px;height:30px;border-radius:50%;border:4px solid #111;box-shadow:inset 0 0 0 8px #fff;}
.catalog-icon-outdoor:before{content:"";position:absolute;width:26px;height:18px;border:4px solid #111;border-radius:14px 14px 8px 8px;top:13px;left:12px;}
.catalog-icon-outdoor:after{content:"";position:absolute;width:26px;height:4px;background:#111;bottom:12px;left:13px;}
.catalog-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;}
.catalog-card{min-width:0;background:#fff;}
.catalog-card a{display:block;min-height:100%;color:inherit;}
.catalog-card figure{height:184px;margin:0;position:relative;background:#f4f4f4!important;display:flex;align-items:center;justify-content:center;overflow:hidden;border:0;}
.catalog-card img{width:100%;height:100%;object-fit:contain;padding:12px;mix-blend-mode:multiply;transition:transform .34s ease,filter .34s ease;}
.catalog-card:hover img{transform:scale(1.035);filter:drop-shadow(0 12px 16px rgba(0,0,0,.08));}
.catalog-card-copy{padding:13px 0 0;background:#fff!important;}
.catalog-card-copy p{margin:0 0 5px;color:var(--red);font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.18em;font-weight:700!important;}
.catalog-card-copy h3{margin:0;font-size:15px!important;line-height:1.12!important;letter-spacing:-.025em!important;font-weight:600!important;color:#111;}
.catalog-badge{position:absolute;left:0;bottom:0;z-index:2;font-style:normal;background:#ffdf2f;color:#111;padding:8px 11px 7px;font-size:12px;line-height:1;font-weight:600;letter-spacing:-.01em;}
.catalog-voltage{position:absolute;right:9px;bottom:8px;color:#111;font-size:13px;font-weight:600;background:rgba(244,244,244,.72);padding:2px 4px;}
.catalog-card.is-extra{display:none;}
.catalog-section.is-expanded .catalog-card.is-extra{display:block;}
.catalog-more{width:100%;display:flex;justify-content:flex-end;align-items:center;gap:12px;border:0;background:#fff;border-top:0;margin:22px 0 0;padding:0;color:#111;text-transform:lowercase;font-size:15px;font-weight:700;cursor:pointer;}
.catalog-more span{font-size:18px;transition:transform .2s ease;}
.catalog-section.is-expanded .catalog-more span{transform:rotate(180deg);}
.catalog-filter{position:sticky;top:98px;max-height:calc(100vh - 116px);overflow:auto;border:1px solid #d3d3d3;background:#efefef;scrollbar-width:thin;}
.filter-tabs{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-bottom:1px solid #111;position:sticky;top:0;z-index:2;}
.filter-tabs button{height:34px;border:0;border-right:1px solid #bbb;background:#efefef;color:#111;padding:0 9px;text-align:left;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:space-between;cursor:pointer;}
.filter-tabs button:last-child{border-right:0;}
.filter-tabs button.is-active{background:#fff;}
.filter-tabs button:hover{background:#111;color:#fff;}
.filter-group{border-bottom:1px solid #cfcfcf;}
.filter-head{width:100%;height:28px;border:0;background:#050505;color:#fff;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:0 9px;font-size:13px;font-weight:700;cursor:pointer;}
.filter-head span{font-size:17px;line-height:1;}
.filter-body{background:#f3f3f3;padding:8px 9px 10px;display:grid;grid-template-columns:1fr 1fr;column-gap:12px;row-gap:8px;}
.filter-group:nth-child(2) .filter-body,.filter-group:nth-child(3) .filter-body,.filter-group:nth-child(4) .filter-body,.filter-group:nth-child(8) .filter-body{grid-template-columns:1fr;}
.filter-body a{display:block;color:#111;font-size:13px;line-height:1.18;font-weight:400;}
.filter-body a:hover{color:var(--red);}
.filter-group:not(.is-open) .filter-body{display:none;}
.filter-group:not(.is-open) .filter-head span{transform:rotate(90deg);}
.catalog-filter::-webkit-scrollbar{width:8px}.catalog-filter::-webkit-scrollbar-track{background:#eee}.catalog-filter::-webkit-scrollbar-thumb{background:#bbb;border-radius:8px}
@media(max-width:1280px){.catalog-shell{grid-template-columns:1fr;gap:28px}.catalog-filter{position:relative;top:auto;max-height:none;display:block}.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr));}.filter-body{grid-template-columns:repeat(4,1fr)!important}.filter-group:nth-child(n) .filter-body{grid-template-columns:repeat(4,1fr)!important}}
@media(max-width:860px){.catalog-shell{width:calc(100% - 28px);padding:32px 0 70px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.catalog-section{margin-bottom:34px;padding-bottom:30px}.catalog-section-head{margin-bottom:18px}.catalog-icon{width:44px;height:44px}.catalog-card figure{height:170px}.filter-body,.filter-group:nth-child(n) .filter-body{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:520px){.catalog-grid{grid-template-columns:1fr 1fr;gap:12px}.catalog-card figure{height:142px}.catalog-card-copy h3{font-size:13px!important}.catalog-badge{font-size:11px;padding:7px 9px}.filter-tabs{grid-template-columns:1fr}.filter-body,.filter-group:nth-child(n) .filter-body{grid-template-columns:1fr!important}}

/* V2.9 cleaner product catalogue: quieter, straighter, less decorative. */
.clean-products-page{background:#fff;color:#111;}
.clean-products-hero{width:min(calc(100% - 72px),var(--max));margin:0 auto;padding:58px 0 34px;border-bottom:1px solid #dedede;display:grid;grid-template-columns:210px minmax(0,760px);gap:46px;align-items:end;}
.clean-products-hero>p{margin:0;color:var(--china-red);font-size:12px;text-transform:uppercase;letter-spacing:.22em;font-weight:820;}
.clean-products-hero h1{margin:0 0 12px;font-size:clamp(34px,3vw,52px)!important;line-height:1.02!important;letter-spacing:-.055em!important;font-weight:720!important;}
.clean-products-hero span{display:block;max-width:640px;color:#5f5f5f;font-size:16px;line-height:1.55;}
.clean-products-layout{width:min(calc(100% - 72px),var(--max));margin:0 auto;padding:36px 0 96px;display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:44px;align-items:start;}
.clean-catalog{min-width:0;}
.clean-catalog-section{padding:0 0 44px;margin:0 0 46px;border-bottom:1px solid #dedede;}
.clean-catalog-section:last-child{margin-bottom:0;}
.clean-catalog-section>header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin:0 0 22px;}
.clean-catalog-section h2{margin:0 0 7px;font-size:clamp(24px,1.9vw,32px)!important;line-height:1.08!important;letter-spacing:-.045em!important;font-weight:700!important;color:#111;}
.clean-catalog-section header p{margin:0;color:#6a6a6a;font-size:14px;line-height:1.45;}
.clean-catalog-section header>a{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;border-bottom:1px solid var(--china-red);padding:0 0 8px;color:#111;text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:760;}
.clean-catalog-section header>a:after{content:"→";color:var(--china-red);font-size:14px;line-height:1;}
.clean-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.clean-product-card{background:#fff;border:1px solid #dedede;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;}
.clean-product-card:hover{border-color:#c9c9c9;box-shadow:0 16px 34px rgba(0,0,0,.055);transform:translateY(-2px);}
.clean-product-card a{display:grid;grid-template-rows:210px auto;height:100%;color:inherit;}
.clean-product-card figure{margin:0;background:#f4f4f4;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid #e2e2e2;}
.clean-product-card img{width:100%;height:100%;object-fit:contain;padding:18px;mix-blend-mode:multiply;transition:transform .28s ease,filter .28s ease;}
.clean-product-card:hover img{transform:scale(1.025);filter:drop-shadow(0 12px 16px rgba(0,0,0,.08));}
.clean-product-card div{padding:18px 18px 20px;min-height:142px;background:#fff;}
.clean-product-card p{margin:0 0 10px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--china-red);font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.18em;font-weight:760;}
.clean-product-card p span{color:#777;letter-spacing:.02em;text-transform:none;font-size:12px;font-weight:560;white-space:nowrap;}
.clean-product-card h3{margin:0 0 9px;font-size:18px!important;line-height:1.12!important;letter-spacing:-.035em!important;font-weight:680!important;color:#111;}
.clean-product-card em{display:block;color:#666;font-style:normal;font-size:13px;line-height:1.45;}
.clean-filter{position:sticky;top:104px;border:1px solid #dcdcdc;background:#fff;max-height:calc(100vh - 126px);overflow:auto;scrollbar-width:thin;}
.clean-filter-title{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 18px;border-bottom:1px solid #dcdcdc;background:#f4f4f4;}
.clean-filter-title strong{font-size:14px;line-height:1;text-transform:uppercase;letter-spacing:.16em;font-weight:780;}
.clean-filter-title a{font-size:12px;color:#777;border-bottom:1px solid transparent;}
.clean-filter-title a:hover{color:var(--china-red);border-color:var(--china-red);}
.clean-filter-group{border-bottom:1px solid #e4e4e4;}
.clean-filter-group:last-child{border-bottom:0;}
.clean-filter-group summary{list-style:none;cursor:pointer;padding:15px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:14px;font-weight:720;letter-spacing:-.01em;background:#fff;}
.clean-filter-group summary::-webkit-details-marker{display:none;}
.clean-filter-group summary:after{content:"–";font-weight:620;color:#777;}
.clean-filter-group:not([open]) summary:after{content:"+";}
.clean-filter-group div{display:flex;flex-wrap:wrap;gap:8px;padding:0 18px 17px;}
.clean-filter-group a{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid #dcdcdc;background:#fff;color:#333;font-size:12px;line-height:1;border-radius:0;}
.clean-filter-group a:hover{border-color:#111;color:#111;background:#f7f7f7;}
@media(max-width:1280px){.clean-products-layout{grid-template-columns:1fr;gap:28px}.clean-filter{position:relative;top:auto;max-height:none;order:-1}.clean-filter-group div{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));}.clean-filter-group a{justify-content:center}.clean-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.clean-product-card a{grid-template-rows:205px auto}}
@media(max-width:860px){.clean-products-hero,.clean-products-layout{width:calc(100% - 28px)}.clean-products-hero{grid-template-columns:1fr;gap:12px;padding:38px 0 26px}.clean-products-hero h1{font-size:34px!important}.clean-products-layout{padding:26px 0 70px}.clean-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.clean-product-card a{grid-template-rows:170px auto}.clean-product-card div{padding:15px;min-height:132px}.clean-catalog-section>header{display:block}.clean-catalog-section header>a{margin-top:16px}.clean-filter-group div{grid-template-columns:repeat(3,minmax(0,1fr));}.clean-filter-title{padding:16px}.clean-filter-group summary{padding:14px 16px}.clean-filter-group div{padding:0 16px 15px}}
@media(max-width:520px){.clean-product-grid{grid-template-columns:1fr}.clean-product-card a{grid-template-rows:210px auto}.clean-filter-group div{grid-template-columns:repeat(2,minmax(0,1fr));}.clean-products-hero span{font-size:14px}.clean-catalog-section h2{font-size:25px!important}.clean-product-card h3{font-size:17px!important}}


/* V3.0 clean homepage: quieter, more orderly, product-first layout. */
.home-quiet-intro,
.home-clean-products,
.home-clean-system,
.home-clean-applications,
.home-clean-downloads,
.home-clean-contact{
  width:min(calc(100% - 76px),var(--max));
  margin:0 auto;
}
.home-quiet-intro{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:80px;
  align-items:end;
  padding:72px 0 76px;
  border-bottom:1px solid var(--line);
}
.home-eyebrow{
  margin:0 0 13px;
  color:var(--red)!important;
  font-size:11px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.19em;
  font-weight:760;
}
.home-quiet-intro h2,
.clean-section-head h2,
.home-clean-system h2,
.home-clean-contact h2{
  margin:0;
  font-size:clamp(32px,3.2vw,52px)!important;
  line-height:1.03!important;
  letter-spacing:-.055em!important;
  font-weight:700!important;
}
.home-quiet-intro>p{
  margin:0;
  max-width:720px;
  color:#4f4f4f;
  font-size:18px;
  line-height:1.55;
}
.home-clean-products{padding:68px 0 78px;border-bottom:1px solid var(--line);}
.clean-section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  margin-bottom:30px;
}
.clean-section-head a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  letter-spacing:.15em;
  text-transform:uppercase;
  font-weight:760;
  border-bottom:1px solid var(--red);
  padding-bottom:6px;
  white-space:nowrap;
}
.clean-section-head a span{color:var(--red);font-size:16px;line-height:1;}
.clean-product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-left:1px solid var(--line);
  border-top:1px solid var(--line);
}
.clean-product-card{background:#fff;border-right:1px solid var(--line);border-bottom:1px solid var(--line);}
.clean-product-card a{display:grid;grid-template-rows:330px auto;color:inherit;min-height:100%;}
.clean-product-card figure{margin:0;background:var(--site-surface,#f4f4f4)!important;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.clean-product-card img{width:100%;height:100%;object-fit:contain;transition:transform .45s ease;}
.clean-product-card a:hover img{transform:scale(1.025);}
.clean-product-card div{padding:22px 24px 26px;background:#fff;}
.clean-product-card span,.clean-application-grid span{
  display:block;
  color:var(--red);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:760;
  margin-bottom:13px;
}
.clean-product-card h3,.clean-application-grid h3{
  margin:0 0 10px;
  font-size:22px!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  font-weight:700!important;
}
.clean-product-card p,.clean-application-grid p,.clean-copy,.home-clean-contact span{
  margin:0;
  color:#666;
  font-size:14px;
  line-height:1.5;
}
.home-clean-system{
  display:grid;
  grid-template-columns:1.18fr .82fr;
  border-bottom:1px solid var(--line);
}
.home-clean-system figure{margin:0;background:var(--site-surface,#f4f4f4);min-height:520px;display:flex;align-items:center;justify-content:center;border-right:1px solid var(--line);}
.home-clean-system figure img{width:100%;height:100%;object-fit:contain;}
.home-clean-system>div{padding:56px 52px;display:flex;flex-direction:column;justify-content:center;}
.home-clean-system .clean-copy{margin:22px 0 34px;font-size:16px;}
.home-clean-system ul{list-style:none;padding:0;margin:0;border-top:1px solid var(--line);}
.home-clean-system li{display:grid;grid-template-columns:120px 1fr;gap:24px;padding:18px 0;border-bottom:1px solid var(--line);}
.home-clean-system b{font-size:15px;letter-spacing:-.015em;}
.home-clean-system li span{color:#666;font-size:14px;line-height:1.45;}
.home-clean-applications{padding-top:70px!important;padding-bottom:76px!important;}
.clean-application-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line);}
.clean-application-grid article{background:#fff;border-right:1px solid var(--line);border-bottom:1px solid var(--line);}
.clean-application-grid a{display:block;color:inherit;}
.clean-application-grid img{width:100%;height:300px;object-fit:cover;background:var(--site-surface,#f4f4f4)!important;border-bottom:1px solid var(--line);}
.clean-application-grid div{padding:24px 26px 28px;}
.home-clean-downloads{padding:72px 0 76px;border-bottom:1px solid var(--line);}
.clean-download-list{display:grid;border-top:1px solid var(--line);}
.clean-download-list a{display:grid;grid-template-columns:260px 1fr 80px;gap:28px;align-items:center;padding:24px 0;border-bottom:1px solid var(--line);color:inherit;}
.clean-download-list a:hover strong,.clean-download-list a:hover em{color:var(--red);}
.clean-download-list strong{font-size:20px;letter-spacing:-.03em;}
.clean-download-list span{color:#666;line-height:1.45;}
.clean-download-list em{font-style:normal;font-size:12px;text-transform:uppercase;letter-spacing:.15em;font-weight:760;text-align:right;}
.home-clean-contact{padding:74px 0 92px;display:grid;grid-template-columns:.86fr 1.14fr;gap:80px;}
.home-clean-contact span{display:block;margin-top:22px;font-size:16px;max-width:560px;}
.home-clean-contact form{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.home-clean-contact input,.home-clean-contact textarea{border:1px solid var(--line);padding:16px 18px;background:#fff;outline:0;border-radius:0;font-size:15px;}
.home-clean-contact input:focus,.home-clean-contact textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(208,2,27,.06);}
.home-clean-contact textarea{grid-column:1/-1;resize:vertical;}
.home-clean-contact button{justify-self:start;background:#111;color:#fff;border:1px solid #111;padding:16px 28px;text-transform:uppercase;letter-spacing:.15em;font-size:12px;font-weight:760;cursor:pointer;}
.home-clean-contact button:hover{background:var(--red);border-color:var(--red);}
/* Neutralise the older decorative red top bars on the clean homepage blocks. */
.home-clean-products:before,.home-clean-applications:before,.home-clean-downloads:before,.home-clean-contact:before{display:none!important;}
@media(max-width:1180px){
  .home-quiet-intro,.home-clean-system,.home-clean-contact{grid-template-columns:1fr;gap:32px;}
  .clean-product-grid,.clean-application-grid{grid-template-columns:repeat(2,1fr);}
  .home-clean-system figure{border-right:0;border-bottom:1px solid var(--line);min-height:420px;}
  .clean-download-list a{grid-template-columns:210px 1fr 70px;}
}
@media(max-width:760px){
  .home-quiet-intro,.home-clean-products,.home-clean-system,.home-clean-applications,.home-clean-downloads,.home-clean-contact{width:calc(100% - 28px);}
  .home-quiet-intro{padding:52px 0;gap:20px;}
  .home-quiet-intro h2,.clean-section-head h2,.home-clean-system h2,.home-clean-contact h2{font-size:32px!important;}
  .clean-section-head{display:block;}
  .clean-section-head a{margin-top:18px;}
  .clean-product-grid,.clean-application-grid{grid-template-columns:1fr;}
  .clean-product-card a{grid-template-rows:255px auto;}
  .home-clean-system figure{min-height:320px;}
  .home-clean-system>div{padding:34px 0 42px;}
  .home-clean-system li{grid-template-columns:1fr;gap:7px;}
  .clean-application-grid img{height:245px;}
  .clean-download-list a{grid-template-columns:1fr;gap:8px;padding:22px 0;}
  .clean-download-list em{text-align:left;}
  .home-clean-contact{padding:56px 0 72px;}
  .home-clean-contact form{grid-template-columns:1fr;}
}


/* V3.1 inquiry redesign: cleaner form + dispatch-ready fields */
.home-inquiry{
  width:min(calc(100% - 76px),var(--max));
  margin:0 auto;
  padding:92px 0 108px;
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:72px;
  align-items:start;
  border-top:1px solid var(--line);
}
.home-inquiry:before{display:none!important;}
.home-inquiry-copy h2{
  margin:0;
  font-size:clamp(34px,3vw,52px)!important;
  line-height:1.02!important;
  letter-spacing:-.055em!important;
  font-weight:720!important;
}
.home-inquiry-copy>span{
  display:block;
  margin-top:22px;
  color:#565656;
  font-size:16px;
  line-height:1.7;
  max-width:560px;
}
.inquiry-flow{
  margin-top:42px;
  border:1px solid var(--line);
  background:#f4f4f4;
  padding:26px 28px;
}
.inquiry-flow strong{
  display:block;
  margin-bottom:18px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:var(--red);
}
.inquiry-flow ol{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:12px;
  counter-reset:flow;
}
.inquiry-flow li{
  position:relative;
  padding-left:34px;
  color:#333;
  font-size:15px;
}
.inquiry-flow li:before{
  counter-increment:flow;
  content:counter(flow, decimal-leading-zero);
  position:absolute;
  left:0;top:0;
  color:#111;
  font-weight:760;
  font-size:12px;
  letter-spacing:.08em;
}
.inquiry-panel{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  padding:28px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 22px 44px rgba(0,0,0,.035);
}
.inquiry-field{display:flex;flex-direction:column;gap:9px;min-width:0;}
.inquiry-field label{
  color:#111;
  font-size:12px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:780;
}
.inquiry-field input,.inquiry-field textarea,.inquiry-field select{
  width:100%;
  box-sizing:border-box;
  border:1px solid #d8d8d8;
  background:#fafafa;
  color:#111;
  outline:0;
  border-radius:0;
  font-family:inherit;
  font-size:15px;
  line-height:1.35;
  padding:17px 18px;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.inquiry-field select{
  appearance:none;
  background-image:linear-gradient(45deg,transparent 50%,#111 50%),linear-gradient(135deg,#111 50%,transparent 50%);
  background-position:calc(100% - 20px) 23px,calc(100% - 14px) 23px;
  background-size:6px 6px,6px 6px;
  background-repeat:no-repeat;
  padding-right:44px;
}
.inquiry-field textarea{resize:vertical;min-height:154px;}
.inquiry-field input:focus,.inquiry-field textarea:focus,.inquiry-field select:focus{
  border-color:var(--red);
  background:#fff;
  box-shadow:0 0 0 3px rgba(199,0,10,.06);
}
.inquiry-wide{grid-column:1/-1;}
.inquiry-options{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:4px;
}
.inquiry-options label{
  display:inline-flex;
  align-items:center;
  gap:9px;
  border:1px solid var(--line);
  background:#f7f7f7;
  padding:11px 14px;
  color:#333;
  font-size:14px;
}
.inquiry-options input{accent-color:var(--red);}
.inquiry-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:5px;
}
.inquiry-actions button{
  background:#111;
  color:#fff;
  border:1px solid #111;
  min-width:210px;
  height:58px;
  padding:0 28px;
  font-family:inherit;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:820;
  cursor:pointer;
}
.inquiry-actions button span{color:#ff5960;font-size:18px;margin-left:10px;}
.inquiry-actions button:hover{background:var(--red);border-color:var(--red);}
.inquiry-actions button:hover span{color:#fff;}
.inquiry-actions small{color:#777;font-size:13px;line-height:1.4;text-align:right;}
.contact-hero-simple{
  width:min(calc(100% - 76px),var(--max));
  margin:0 auto;
  padding:96px 0 70px;
  border-bottom:1px solid var(--line);
}
.contact-hero-simple h1{
  margin:0;
  font-size:clamp(42px,4.8vw,86px);
  line-height:.96;
  letter-spacing:-.075em;
  font-weight:740;
  max-width:900px;
}
.contact-hero-simple span{
  display:block;
  margin-top:26px;
  max-width:720px;
  color:#555;
  font-size:18px;
  line-height:1.65;
}
.contact-page-inquiry{border-top:0;}
@media(max-width:960px){
  .home-inquiry{grid-template-columns:1fr;gap:34px;padding:70px 0 84px;}
  .inquiry-panel{padding:20px;}
}
@media(max-width:640px){
  .home-inquiry,.contact-hero-simple{width:calc(100% - 28px);}
  .inquiry-panel{grid-template-columns:1fr;gap:13px;}
  .inquiry-actions{display:block;}
  .inquiry-actions button{width:100%;}
  .inquiry-actions small{display:block;text-align:left;margin-top:13px;}
  .inquiry-options{display:grid;}
  .contact-hero-simple{padding:70px 0 46px;}
  .contact-hero-simple h1{font-size:40px;letter-spacing:-.06em;}
}

/* V3.2 homepage-first refinement: quieter typography, stronger product focus, SEO-ready content blocks */
.hero-v32 .slide-content h1,
.hero-v32 .slide-content h2{
  margin:0;
  max-width:760px;
  font-size:clamp(42px,5.3vw,82px)!important;
  line-height:.96!important;
  letter-spacing:-.06em!important;
  font-weight:700!important;
}
.hero-v32 .slide-content span{max-width:590px;font-size:clamp(16px,1.25vw,20px);margin-top:24px;}
.hero-v32 .slide-content a{margin-top:30px;}
.hero-v32 .slide-shade{background:linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.68) 36%,rgba(255,255,255,.10) 72%,rgba(255,255,255,.02) 100%);}
.home-v32-section{scroll-margin-top:100px;}
.home-v32-intro{padding-top:82px;padding-bottom:82px;}
.home-v32-intro .intro-copy{max-width:640px;}
.home-v32-intro .intro-copy p{margin:0;color:#505050;font-size:18px;line-height:1.65;}
.home-v32-intro .intro-copy a,.clean-inline-link{display:inline-flex;align-items:center;gap:12px;margin-top:26px;padding-bottom:6px;border-bottom:1px solid #111;font-size:12px;text-transform:uppercase;letter-spacing:.15em;font-weight:700;}
.home-v32-intro .intro-copy a span,.clean-inline-link span{color:var(--red);font-size:17px;}
.home-v32-intro .intro-copy a:hover,.clean-inline-link:hover{color:var(--red);border-color:var(--red);}
.home-v32-system>div{padding-bottom:58px;}
.home-v32-system .clean-inline-link{margin-top:34px;}
.home-download-hub{width:min(calc(100% - 76px),var(--max));margin:0 auto;padding:84px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:stretch;}
.home-download-hub>.download-hub-copy{display:flex;min-width:0;height:100%;flex-direction:column;justify-content:center;align-self:stretch;}
.home-download-hub>.clean-download-list{min-width:0;align-self:stretch;}
.download-hub-copy h2,.home-capabilities h2{margin:0;font-size:clamp(34px,3.6vw,58px);line-height:1;letter-spacing:-.055em;font-weight:700;}
.download-hub-copy>p:not(.home-eyebrow){margin:22px 0 0;max-width:560px;color:#5b5b5b;font-size:16px;line-height:1.65;}
.download-search{display:grid;grid-template-columns:1fr auto;margin-top:34px;border:1px solid var(--line);background:#fff;min-height:62px;}
.download-search input{min-width:0;border:0;outline:0;padding:0 20px;background:transparent;font-size:15px;color:#111;}
.download-search button{border:0;border-left:1px solid var(--line);background:#111;color:#fff;padding:0 24px;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:700;cursor:pointer;}
.download-search button span{margin-left:10px;color:#ff7379;font-size:16px;}
.download-search button:hover{background:var(--red);}
.download-search button:hover span{color:#fff;}
.home-download-hub .clean-download-list{border-top:1px solid var(--line);}
.home-download-hub .clean-download-list a{grid-template-columns:190px 1fr 60px;padding:22px 0;}
.home-download-hub .clean-download-list strong{font-size:18px;}
.home-download-hub .clean-download-list span{font-size:14px;}
.home-capabilities{width:min(calc(100% - 76px),var(--max));margin:0 auto;display:grid;grid-template-columns:.92fr 1.08fr;border-bottom:1px solid var(--line);}
.capabilities-visual{min-height:660px;background:#f4f4f4;border-right:1px solid var(--line);display:flex;align-items:center;justify-content:center;padding:70px;overflow:hidden;}
.capabilities-visual img{width:100%;height:100%;max-height:540px;object-fit:contain;mix-blend-mode:multiply;}
.capabilities-content{padding:80px 0 88px 70px;}
.capabilities-content>h2{max-width:720px;}
.capability-list{margin-top:42px;border-top:1px solid var(--line);}
.capability-list article{display:grid;grid-template-columns:48px 1fr;gap:22px;padding:22px 0;border-bottom:1px solid var(--line);}
.capability-list article>span{color:var(--red);font-size:11px;letter-spacing:.15em;font-weight:700;padding-top:4px;}
.capability-list h3{margin:0 0 7px;font-size:20px;letter-spacing:-.025em;font-weight:600;}
.capability-list p{margin:0;color:#626262;line-height:1.55;font-size:14px;}
.home-insights{width:min(calc(100% - 76px),var(--max));margin:0 auto;padding:94px 0 90px;border-bottom:1px solid var(--line);}
.insights-intro{max-width:840px;margin:0 auto 58px;text-align:center;}
.insights-intro .home-eyebrow{margin-bottom:14px;}
.insights-intro h2{margin:0;font-size:clamp(38px,4vw,58px);line-height:1;letter-spacing:-.045em;font-weight:600;}
.insights-intro>p:last-child{max-width:760px;margin:22px auto 0;color:#666;font-size:18px;line-height:1.55;}
.insight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;}
.insight-card{display:flex;min-width:0;flex-direction:column;background:#fff;border:1px solid #dedede;border-radius:4px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.035);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;}
.insight-card:hover{transform:translateY(-4px);border-color:#cfcfcf;box-shadow:0 12px 30px rgba(0,0,0,.08);}
.insight-media{position:relative;display:block;aspect-ratio:16/10;margin:0;overflow:hidden;background:#f4f4f4;}
.insight-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease;}
.insight-media--contain img{object-fit:contain;padding:34px;}
.insight-card:hover .insight-media img{transform:scale(1.025);}
.insight-media>span{position:absolute;top:14px;left:14px;padding:7px 12px;background:var(--red);color:#fff;border-radius:2px;font-size:11px;line-height:1;text-transform:uppercase;letter-spacing:.08em;font-weight:700;}
.insight-body{display:flex;min-height:264px;flex:1;flex-direction:column;padding:27px 25px 22px;}
.insight-body h3{margin:0 0 14px;font-size:24px;line-height:1.17;letter-spacing:-.035em;font-weight:600;}
.insight-body>p{margin:0;color:#666;font-size:15px;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.insight-body footer{display:flex;justify-content:space-between;gap:16px;margin-top:auto;padding-top:26px;color:#777;font-size:12px;letter-spacing:.01em;}
.insights-all{display:flex;justify-content:center;margin-top:38px;}
.insights-all a{display:inline-flex;align-items:center;gap:10px;padding-bottom:7px;border-bottom:1px solid var(--red);font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:700;}
.insights-all a span{color:var(--red);font-size:17px;line-height:1;}
.home-v32-inquiry{padding-top:84px;padding-bottom:96px;}
.home-v32-inquiry .home-inquiry-copy>span{max-width:600px;}
.inquiry-contact-card{margin-top:38px;padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;gap:9px;}
.inquiry-contact-card b{font-size:18px;}
.inquiry-contact-card a{color:#555;display:block;width:max-content;max-width:100%;}
.inquiry-contact-card a:hover{color:var(--red);}
.inquiry-consent{display:flex;align-items:flex-start;gap:11px;color:#555;font-size:13px;line-height:1.5;}
.inquiry-consent input{margin-top:3px;accent-color:var(--red);}
.home-v32-inquiry .inquiry-panel{box-shadow:none;background:#fff;}
.home-v32-inquiry .inquiry-actions small{color:#666;}
@media(max-width:1120px){
  .home-download-hub{grid-template-columns:1fr;gap:38px;align-items:start;}
  .home-download-hub>.download-hub-copy{height:auto;justify-content:flex-start;align-self:auto;}
  .home-download-hub>.clean-download-list{align-self:auto;}
  .home-capabilities{grid-template-columns:1fr;}
  .capabilities-visual{border-right:0;border-bottom:1px solid var(--line);min-height:460px;}
  .capabilities-content{padding:58px 0 72px;}
  .insight-grid{grid-template-columns:1fr 1fr;}
  .insight-card:last-child{grid-column:1/-1;max-width:calc(50% - 13px);justify-self:center;width:100%;}
}
@media(max-width:760px){
  .hero-v32 .slide-content h1,.hero-v32 .slide-content h2{font-size:42px!important;}
  .home-download-hub,.home-capabilities,.home-insights{width:calc(100% - 28px);}
  .home-download-hub{padding:60px 0;}
  .home-download-hub .clean-download-list a{grid-template-columns:1fr;gap:7px;}
  .download-search{grid-template-columns:1fr;}
  .download-search input{height:56px;}
  .download-search button{height:54px;border-left:0;border-top:1px solid var(--line);}
  .capabilities-visual{min-height:320px;padding:36px;}
  .capabilities-content{padding:48px 0 60px;}
  .capability-list article{grid-template-columns:36px 1fr;gap:14px;}
  .home-insights{padding:64px 0 70px;}
  .insights-intro{margin-bottom:38px;}
  .insights-intro h2{font-size:38px;}
  .insights-intro>p:last-child{font-size:16px;}
  .insight-grid{grid-template-columns:1fr;gap:18px;}
  .insight-card:last-child{grid-column:auto;max-width:none;}
  .insight-body{min-height:230px;padding:24px 22px 20px;}
  .insight-body h3{font-size:23px;}
  .insights-all{margin-top:30px;}
}

/* Keep the fast poster visible until the deferred hero video is ready. */
.slide img.hero-poster{z-index:0!important;opacity:1!important;}
.slide video.hero-video{z-index:1!important;opacity:0;transition:opacity .45s ease;}
.slide video.hero-video.is-ready{opacity:1;}
.hero-v32 .slide-shade{z-index:2;}
.hero-v32 .slide-content{z-index:3;}

/* V3.3 hero quote CTA and compact product-aware quotation modal */
.hero-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:18px;
  margin-top:30px;
}
.hero-v32 .slide-content .hero-actions>a,
.hero-v32 .slide-content .hero-actions>button{margin-top:0;}
.hero-primary-link{
  display:inline-flex!important;
  align-items:center;
  min-height:46px;
}
.hero-quote-trigger{
  min-height:46px;
  padding:0 22px;
  border:1px solid var(--red);
  background:rgba(255,255,255,.72);
  color:var(--red);
  text-transform:uppercase;
  letter-spacing:.15em;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
  backdrop-filter:blur(8px);
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
.hero-quote-trigger span{margin-left:9px;font-size:16px;}
.hero-quote-trigger:hover{
  background:var(--red);
  color:#fff;
  transform:translateY(-1px);
}
body.quote-modal-open{overflow:hidden;}
.quote-modal{
  position:fixed;
  inset:0;
  z-index:300;
  display:grid;
  place-items:center;
  padding:24px;
  opacity:0;
  visibility:hidden;
  transition:opacity .24s ease,visibility .24s ease;
}
.quote-modal.is-open{opacity:1;visibility:visible;}
.quote-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(10,10,10,.58);
  backdrop-filter:blur(9px);
}
.quote-dialog{
  position:relative;
  z-index:1;
  width:min(660px,100%);
  max-height:calc(100vh - 48px);
  overflow:auto;
  background:#fff;
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 30px 100px rgba(0,0,0,.28);
  padding:42px;
  transform:translateY(18px) scale(.985);
  transition:transform .28s ease;
}
.quote-modal.is-open .quote-dialog{transform:translateY(0) scale(1);}
.quote-dialog-close{
  position:absolute;
  top:16px;
  right:16px;
  width:42px;
  height:42px;
  border:1px solid var(--line);
  background:#fff;
  color:#111;
  font-size:27px;
  line-height:1;
  cursor:pointer;
}
.quote-dialog-close:hover{border-color:var(--red);color:var(--red);}
.quote-dialog-head{padding-right:54px;margin-bottom:30px;}
.quote-dialog-head .home-eyebrow{margin-bottom:13px;}
.quote-dialog-head h2{
  margin:0;
  font-size:clamp(38px,5vw,58px);
  line-height:.95;
  letter-spacing:-.06em;
  font-weight:700;
}
.quote-dialog-head>span{
  display:block;
  max-width:500px;
  margin-top:17px;
  color:#626262;
  line-height:1.55;
}
.quote-dialog-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.quote-field{display:flex;flex-direction:column;gap:8px;min-width:0;}
.quote-field-wide{grid-column:1/-1;}
.quote-field label{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:700;
  color:#333;
}
.quote-field input{
  width:100%;
  min-height:58px;
  padding:0 17px;
  border:1px solid var(--line);
  background:#f7f7f7;
  outline:0;
  color:#111;
}
.quote-field input:focus{border-color:#111;background:#fff;}
.quote-field input[readonly]{background:#efefef;color:#3f3f3f;cursor:default;}
.quote-dialog-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:4px;
}
.quote-dialog-actions button{
  min-height:54px;
  padding:0 24px;
  border:1px solid #111;
  background:#111;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
}
.quote-dialog-actions button span{margin-left:10px;color:#ff7379;font-size:16px;}
.quote-dialog-actions button:hover{background:var(--red);border-color:var(--red);}
.quote-dialog-actions button:hover span{color:#fff;}
.quote-dialog-actions small{color:#6b6b6b;line-height:1.4;text-align:right;}
@media(max-width:760px){
  .hero-actions{gap:12px;align-items:flex-start;}
  .hero-primary-link{min-height:42px;}
  .hero-quote-trigger{min-height:42px;padding:0 17px;}
  .quote-modal{padding:12px;align-items:end;}
  .quote-dialog{width:100%;max-height:92vh;padding:32px 20px 24px;}
  .quote-dialog-head{padding-right:42px;margin-bottom:24px;}
  .quote-dialog-head h2{font-size:38px;}
  .quote-dialog-form{grid-template-columns:1fr;}
  .quote-field-wide{grid-column:auto;}
  .quote-dialog-actions{display:block;}
  .quote-dialog-actions button{width:100%;}
  .quote-dialog-actions small{display:block;text-align:left;margin-top:12px;}
}

/* V3.5 Why Artdon: replaces the former homepage intro directly below the hero */
.home-why-artdon{
  width:min(calc(100% - 76px),var(--max));
  margin:0 auto;
  padding:92px 0 104px;
  border-bottom:1px solid var(--line);
  background:#fff;
}
.why-artdon-head{
  max-width:840px;
  margin:0 auto 52px;
  text-align:center;
}
.why-artdon-head .home-eyebrow{
  margin-bottom:14px;
  color:var(--red);
}
.why-artdon-head h2{
  margin:0;
  font-size:clamp(34px,3.2vw,52px);
  line-height:1.04;
  letter-spacing:-.045em;
  font-weight:700;
}
.why-artdon-head>p:not(.home-eyebrow){
  max-width:720px;
  margin:20px auto 0;
  color:#626262;
  font-size:16px;
  line-height:1.65;
}
.why-artdon-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.why-artdon-card{
  min-height:210px;
  padding:26px 28px 28px;
  border:1px solid #e5e5e5;
  background:#fff;
  box-shadow:0 4px 18px rgba(0,0,0,.025);
  transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease;
}
.why-artdon-card:hover{
  border-color:#d8d8d8;
  box-shadow:0 12px 34px rgba(0,0,0,.055);
  transform:translateY(-2px);
}
.why-artdon-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  margin-bottom:20px;
  border-radius:7px;
  background:#fff2f2;
  color:var(--red);
}
.why-artdon-icon svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.why-artdon-card h3{
  margin:0 0 11px;
  font-size:20px;
  line-height:1.2;
  letter-spacing:-.025em;
  font-weight:600;
}
.why-artdon-card p{
  margin:0;
  color:#626262;
  font-size:14px;
  line-height:1.58;
}
@media(max-width:960px){
  .why-artdon-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:640px){
  .home-why-artdon{
    width:calc(100% - 28px);
    padding:62px 0 72px;
  }
  .why-artdon-head{margin-bottom:34px;text-align:left;}
  .why-artdon-head h2{font-size:34px;}
  .why-artdon-head>p:not(.home-eyebrow){margin-left:0;}
  .why-artdon-grid{grid-template-columns:1fr;gap:12px;}
  .why-artdon-card{min-height:auto;padding:23px 22px 25px;}
}

/* V3.6 Homepage product-family tabs */
.product-family-tabs{
  display:flex;
  align-items:center;
  gap:0;
  width:100%;
  margin:-2px 0 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scrollbar-width:none;
}
.product-family-tabs::-webkit-scrollbar{display:none;}
.product-family-tab{
  appearance:none;
  border:0;
  border-right:1px solid var(--line);
  border-bottom:2px solid transparent;
  background:#fff;
  color:#575757;
  min-height:58px;
  padding:0 26px;
  font:inherit;
  font-size:12px;
  font-weight:720;
  letter-spacing:.12em;
  text-transform:uppercase;
  white-space:nowrap;
  cursor:pointer;
  transition:color .18s ease,background .18s ease,border-color .18s ease;
}
.product-family-tab:first-child{border-left:1px solid var(--line);}
.product-family-tab:hover{color:#111;background:#fafafa;}
.product-family-tab.is-active{
  color:#111;
  border-bottom-color:var(--red);
  background:#fff;
}
.home-clean-products .clean-product-grid{border-top:0;}
.clean-product-card.is-filtered-in{animation:productCardReveal .28s ease both;}
.clean-product-card.is-filtered-out{display:none!important;}
@keyframes productCardReveal{
  from{opacity:0;transform:translateY(8px);}
  to{opacity:1;transform:translateY(0);}
}
@media(max-width:860px){
  .product-family-tabs{margin-top:2px;}
  .product-family-tab{min-height:52px;padding:0 20px;font-size:11px;}
}


/* V3.8 Featured Lighting Projects — replaces the previous Applications block */
.featured-projects-section{
  width:min(calc(100% - 76px),var(--max));
  margin:0 auto;
  padding:88px 0 94px;
  border-bottom:1px solid var(--line);
}
.featured-projects-heading{
  max-width:850px;
  margin:0 auto 56px;
  text-align:center;
}
.featured-projects-heading .home-eyebrow{
  margin:0 0 14px;
}
.featured-projects-heading h2{
  margin:0;
  font-size:clamp(38px,4.2vw,66px);
  line-height:1;
  letter-spacing:-.055em;
  font-weight:650;
}
.featured-projects-heading>p:last-child{
  max-width:720px;
  margin:22px auto 0;
  color:#666;
  font-size:18px;
  line-height:1.6;
}
.featured-projects-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px;
}
.featured-project-card{
  overflow:hidden;
  border:1px solid #e3e3e3;
  border-radius:8px;
  background:#fff;
  box-shadow:0 5px 18px rgba(0,0,0,.045);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.featured-project-card:hover{
  transform:translateY(-3px);
  border-color:#d8d8d8;
  box-shadow:0 12px 30px rgba(0,0,0,.075);
}
.featured-project-card a{display:block;height:100%;}
.featured-project-card figure{
  position:relative;
  margin:0;
  aspect-ratio:1.68/1;
  overflow:hidden;
  background:#f4f4f4;
}
.featured-project-card figure img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s cubic-bezier(.2,.7,.2,1);
}
.featured-project-card:hover figure img{transform:scale(1.025);}
.featured-project-tags{
  position:absolute;
  left:16px;
  top:16px;
  display:flex;
  gap:8px;
}
.featured-project-tags span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 11px;
  border-radius:4px;
  background:rgba(255,255,255,.93);
  color:#111;
  font-size:12px;
  line-height:1;
  letter-spacing:.03em;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
  backdrop-filter:blur(8px);
}
.featured-project-tags span:first-child{
  background:#c91f28;
  color:#fff;
}
.featured-project-copy{
  padding:26px 27px 29px;
}
.featured-project-copy h3{
  margin:0;
  font-size:29px;
  line-height:1.1;
  letter-spacing:-.035em;
  font-weight:650;
}
.featured-project-copy .featured-project-place{
  margin:9px 0 12px;
  color:#777;
  font-size:15px;
}
.featured-project-copy p:last-child{
  margin:0;
  color:#666;
  font-size:15px;
  line-height:1.55;
}
.featured-projects-more{
  display:flex;
  justify-content:flex-end;
  margin-top:28px;
}
.featured-projects-more a{
  display:inline-flex;
  align-items:center;
  gap:18px;
  padding-bottom:7px;
  border-bottom:1px solid var(--red);
  font-size:12px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.featured-projects-more a span{color:var(--red);}
.featured-projects-more a:hover{color:var(--red);}
@media(max-width:900px){
  .featured-projects-section{width:calc(100% - 36px);padding:70px 0 76px;}
  .featured-projects-grid{grid-template-columns:1fr;gap:20px;}
  .featured-projects-heading{margin-bottom:38px;}
}
@media(max-width:560px){
  .featured-projects-section{width:calc(100% - 28px);padding:58px 0 62px;}
  .featured-projects-heading h2{font-size:38px;}
  .featured-projects-heading>p:last-child{font-size:15px;line-height:1.55;}
  .featured-project-card figure{aspect-ratio:1.35/1;}
  .featured-project-copy{padding:22px 20px 24px;}
  .featured-project-copy h3{font-size:25px;}
  .featured-project-tags{left:12px;top:12px;}
}
/* V4.0 database-backed form feedback */
.inquiry-feedback{margin:18px 0 0;padding:12px 14px;border-left:3px solid #d52b32;background:#fff;font-size:14px;line-height:1.55}
.inquiry-feedback-success{border-left-color:#198754;background:#f0f8f4;color:#165d3b}
.inquiry-feedback-error{border-left-color:#d52b32;background:#fff3f4;color:#8d2025}

/* V4.6 首页版块排序 */
.homepage-sections{display:flex;flex-direction:column;min-width:0}


/* V4.7 - Six reasons to partner with Artdon */
.home-partner-reasons{
  width:min(calc(100% - 76px),var(--max));
  margin:0 auto;
  padding:92px 0 106px;
  border-bottom:1px solid var(--line);
  background:#fff;
}
.partner-reasons-head{
  max-width:930px;
  margin:0 auto 44px;
  text-align:center;
}
.partner-reasons-eyebrow{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  margin:0 0 14px;
  color:#bd7d1e;
  font-size:15px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.partner-reasons-eyebrow span{
  width:58px;
  height:2px;
  background:#bd7d1e;
}
.partner-reasons-head h2{
  margin:0;
  font-size:clamp(38px,4vw,62px);
  line-height:1.03;
  letter-spacing:-.045em;
  font-weight:700;
}
.partner-reasons-intro{
  max-width:760px;
  margin:18px auto 0;
  color:#666;
  font-size:16px;
  line-height:1.65;
}
.partner-reasons-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.partner-reason-card{
  min-height:425px;
  padding:28px 30px 26px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  border:1px solid #ece8e1;
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 34px rgba(42,31,13,.06);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.partner-reason-card:hover{
  transform:translateY(-3px);
  border-color:#e2d5bf;
  box-shadow:0 18px 44px rgba(42,31,13,.1);
}
.partner-reason-icon{
  width:112px;
  height:112px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  margin:-6px 0 17px;
  border-radius:50%;
  background:linear-gradient(145deg,#fffdf9,#f4eee5);
  color:#bd7d1e;
}
.partner-reason-icon svg{
  width:64px;
  height:64px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.35;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.partner-reason-icon b{
  font-size:30px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.045em;
}
.partner-reason-card h3{
  margin:0;
  font-size:24px;
  line-height:1.18;
  letter-spacing:-.025em;
  font-weight:650;
}
.partner-reason-line{
  display:block;
  width:50px;
  height:2px;
  margin:18px 0 18px;
  background:#bd7d1e;
}
.partner-reason-card p{
  margin:0;
  color:#333;
  font-size:16px;
  line-height:1.58;
}
.partner-reason-button{
  width:100%;
  min-height:48px;
  margin-top:auto;
  padding:12px 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  border-radius:7px;
  background:linear-gradient(135deg,#c88929,#dca949);
  color:#fff;
  font-size:15px;
  font-weight:600;
  text-decoration:none;
  box-shadow:0 8px 20px rgba(189,125,30,.16);
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.partner-reason-button:hover{
  transform:translateY(-1px);
  filter:saturate(1.05);
  box-shadow:0 12px 26px rgba(189,125,30,.24);
}
.partner-reason-button span{font-size:23px;line-height:1;font-weight:400;}
@media(max-width:1000px){
  .partner-reasons-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:640px){
  .home-partner-reasons{width:calc(100% - 28px);padding:64px 0 72px;}
  .partner-reasons-head{text-align:left;margin-bottom:30px;}
  .partner-reasons-eyebrow{justify-content:flex-start;gap:12px;font-size:12px;}
  .partner-reasons-eyebrow span{width:30px;}
  .partner-reasons-head h2{font-size:36px;}
  .partner-reasons-intro{margin-left:0;}
  .partner-reasons-grid{grid-template-columns:1fr;gap:14px;}
  .partner-reason-card{min-height:390px;padding:25px 22px 22px;}
  .partner-reason-icon{width:96px;height:96px;}
  .partner-reason-icon svg{width:56px;height:56px;}
  .partner-reason-card h3{font-size:22px;}
}

/* V4.8 - Hero quotation CTA uses the same restrained text-link style as the primary CTA. */
.hero-v32 .hero-actions{
  align-items:flex-end;
  gap:36px;
}
.hero-v32 .slide-content .hero-primary-link,
.hero-v32 .slide-content .hero-quote-trigger{
  appearance:none;
  -webkit-appearance:none;
  display:inline-flex!important;
  align-items:center;
  min-height:0;
  margin:0;
  padding:0 0 6px;
  border:0;
  border-bottom:1px solid var(--china-red,var(--red));
  border-radius:0;
  background:transparent;
  color:#111;
  font-family:var(--font-main)!important;
  font-size:12px;
  line-height:1.2;
  font-weight:840;
  letter-spacing:.16em;
  text-transform:uppercase;
  cursor:pointer;
  box-shadow:none;
  backdrop-filter:none;
  transition:color .2s ease,border-color .2s ease;
}
.hero-v32 .slide-content .hero-quote-trigger span{display:none;}
.hero-v32 .slide-content .hero-primary-link:hover,
.hero-v32 .slide-content .hero-quote-trigger:hover{
  background:transparent;
  color:var(--china-red,var(--red));
  border-bottom-color:var(--china-red,var(--red));
  transform:none;
}
@media(max-width:760px){
  .hero-v32 .hero-actions{gap:24px;}
  .hero-v32 .slide-content .hero-primary-link,
  .hero-v32 .slide-content .hero-quote-trigger{min-height:0;padding-bottom:6px;}
}


/* V4.9 concise top navigation: larger type, seven clear destinations, one quote CTA. */
.site-header{height:88px;padding:0 38px;gap:28px;}
.site-nav{align-items:center;gap:2px;}
.site-nav .nav-root{
  padding:0 15px;
  font-size:15px;
  line-height:1;
  font-weight:600;
  letter-spacing:-.022em;
  text-transform:none;
}
.nav-item.has-mega .nav-root:before{left:15px;right:15px;height:0;}
.nav-item.has-mega:hover .nav-root:before,
.nav-item.has-mega:focus-within .nav-root:before,
.nav-item.is-active .nav-root:before{height:2px;}
.nav-quote{
  appearance:none;
  -webkit-appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  margin-left:16px;
  padding:0 22px;
  border:1px solid #111;
  border-radius:0;
  background:#111;
  color:#fff!important;
  font-family:"ARS Maquette",Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size:14px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.012em;
  text-transform:none;
  white-space:nowrap;
  cursor:pointer;
  transition:background .2s ease,border-color .2s ease,color .2s ease;
}
.nav-quote:after{display:none!important;}
.nav-quote:hover,.nav-quote:focus-visible{background:var(--china-red,var(--red));border-color:var(--china-red,var(--red));color:#fff!important;}
@media(max-width:1380px){
  .site-header{padding:0 22px;gap:20px;}
  .site-nav .nav-root{padding:0 11px;font-size:14px;}
  .nav-quote{margin-left:10px;padding:0 16px;font-size:13px;}
}
@media(max-width:1180px){
  .site-header{height:74px;}
  .site-nav{align-items:stretch;}
  .site-nav .nav-root{font-size:17px;padding:18px 20px;}
  .nav-quote{width:calc(100% - 40px);min-height:48px;margin:18px 20px 20px;padding:0 20px;font-size:16px;}
}
@media(max-width:760px){
  .site-header{height:66px;}
  .site-nav .nav-root{font-size:16px;}
  .nav-quote{font-size:15px;}
}


/* V6.7 compact redesigned footer */
.site-footer{background:#101010;color:#fff}
.footer-shell{width:min(calc(100% - 72px),1580px);padding:48px 0 22px}
.footer-main.footer-main-compact{display:grid;grid-template-columns:1.12fr .92fr .92fr 1.12fr;min-height:0;border-top:1px solid #343434;border-bottom:1px solid #343434}
.footer-main-compact .footer-brand-block,.footer-main-compact .footer-col,.footer-main-compact .footer-contact{padding:34px 34px 32px;border-right:1px solid #343434;border-bottom:0;min-width:0}
.footer-main-compact .footer-brand-block{padding-left:0}
.footer-main-compact .footer-contact{border-right:0;padding-right:0}
.footer-logo-img{display:block;max-width:226px;width:100%;height:auto}
.footer-main-compact .footer-brand-block>i,.footer-main-compact .footer-contact>i{display:none}
.footer-main-compact .footer-brand-block p{margin:24px 0 0;max-width:270px;font-size:16px;line-height:1.5;color:#bdbdbd}
.footer-main-compact .footer-col{gap:10px}
.footer-main-compact .footer-col h2,.footer-main-compact .footer-contact h2{font-size:12px;letter-spacing:.2em;margin:0 0 20px;color:#fff}
.footer-main-compact .footer-col .footer-subheading{margin-top:22px;margin-bottom:12px;padding-top:18px;border-top:1px solid #2d2d2d}
.footer-main-compact .footer-col a{font-size:14px;line-height:1.35;color:#bdbdbd}
.footer-main-compact .footer-contact strong{font-size:15px;margin-bottom:8px}
.footer-main-compact .footer-contact p{font-size:14px;line-height:1.35;margin:0 0 7px;color:#bdbdbd}
.footer-contact-lines{margin-top:20px;padding-top:18px;border-top:1px solid #2d2d2d}
.footer-about-link{display:inline-flex;align-items:center;gap:10px;margin-top:14px;color:#fff;font-size:13px;font-weight:760;letter-spacing:.08em;text-transform:uppercase}
.footer-about-link span{color:var(--red);font-size:18px}
.footer-social-inline{border:0;padding:0;margin-top:24px;gap:8px;flex-wrap:wrap}
.footer-social-inline a{width:31px;height:31px;border-color:#494949;color:#d7d7d7;border-radius:50%;font-size:10px;text-transform:uppercase}
.footer-social-inline a:hover{background:var(--red);border-color:var(--red);color:#fff}
.footer-newsletter.footer-newsletter-compact{grid-template-columns:minmax(320px,.72fr) minmax(440px,1.28fr);gap:44px;padding:28px 0;border-bottom:1px solid #343434}
.footer-newsletter-compact .newsletter-title{grid-template-columns:42px 1fr;gap:18px;align-items:center}
.footer-newsletter-compact .mail-icon{width:34px;height:24px;margin:0;border-color:#777}
.footer-newsletter-compact .mail-icon:before,.footer-newsletter-compact .mail-icon:after{background:#777;width:24px}
.footer-newsletter-compact .newsletter-title h2{font-size:12px;margin:0 0 7px;letter-spacing:.22em}
.footer-newsletter-compact .newsletter-title p{font-size:14px;line-height:1.35;max-width:440px}
.footer-newsletter-compact .newsletter-form{height:50px;grid-template-columns:1fr 180px;background:#141414;border-color:#454545}
.footer-newsletter-compact .newsletter-form input{font-size:14px;padding:0 22px;color:#fff}
.footer-newsletter-compact .newsletter-form button{font-size:11px;background:#141414;color:#fff;border-left-color:#454545}
.footer-bottom.footer-bottom-compact{grid-template-columns:auto 1fr;padding-top:20px;gap:28px}
.footer-bottom-compact p{font-size:13px;color:#8f8f8f}
.footer-bottom-compact nav{justify-content:flex-end}
.footer-bottom-compact nav a{font-size:13px;padding:0 18px;color:#aaa;border-left-color:#3a3a3a}
@media(max-width:1100px){
  .footer-main.footer-main-compact{grid-template-columns:1fr 1fr}
  .footer-main-compact .footer-brand-block,.footer-main-compact .footer-col,.footer-main-compact .footer-contact{padding:30px;border-bottom:1px solid #343434}
  .footer-main-compact>*:nth-child(2n){border-right:0}
  .footer-main-compact .footer-brand-block{padding-left:0}
  .footer-main-compact .footer-contact{padding-right:0;border-bottom:0}
  .footer-newsletter.footer-newsletter-compact{grid-template-columns:1fr;gap:18px}
}
@media(max-width:680px){
  .footer-shell{width:calc(100% - 28px);padding:36px 0 20px}
  .footer-main.footer-main-compact{display:block}
  .footer-main-compact .footer-brand-block,.footer-main-compact .footer-col,.footer-main-compact .footer-contact{padding:25px 0;border-right:0;border-bottom:1px solid #343434}
  .footer-main-compact .footer-contact{border-bottom:0}
  .footer-main-compact .footer-col{display:grid;grid-template-columns:1fr 1fr;column-gap:18px;row-gap:10px}
  .footer-main-compact .footer-col h2,.footer-main-compact .footer-col .footer-subheading{grid-column:1/-1}
  .footer-main-compact .footer-col .footer-subheading{margin-top:12px}
  .footer-newsletter.footer-newsletter-compact{padding:24px 0}
  .footer-newsletter-compact .newsletter-form{grid-template-columns:1fr;height:auto}
  .footer-newsletter-compact .newsletter-form input{height:50px}
  .footer-newsletter-compact .newsletter-form button{height:48px;border-left:0;border-top:1px solid #454545}
  .footer-bottom.footer-bottom-compact{grid-template-columns:1fr;gap:14px}
  .footer-bottom-compact nav{justify-content:flex-start;gap:12px}
  .footer-bottom-compact nav a{padding:0;border-left:0}
}

/* V6.8 homepage recovery: tightly scoped button sizing + denser footer */
/* Keep controls compact and prevent inherited/global button rules from enlarging them. */
.site-header .nav-quote{
  width:auto!important;
  min-width:0!important;
  min-height:42px!important;
  height:42px!important;
  padding:0 18px!important;
  font-size:13px!important;
  line-height:1!important;
  border-radius:0!important;
}
.hero-v32 .hero-actions{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:28px!important;
}
.hero-v32 .slide-content .hero-primary-link,
.hero-v32 .slide-content .hero-quote-trigger{
  width:auto!important;
  min-width:0!important;
  min-height:0!important;
  height:auto!important;
  padding:0 0 7px!important;
  margin:0!important;
  border:0!important;
  border-bottom:1px solid var(--china-red,var(--red))!important;
  background:transparent!important;
  box-shadow:none!important;
  font-size:12px!important;
  line-height:1.2!important;
  letter-spacing:.15em!important;
  text-transform:uppercase!important;
}
.partner-reason-button,
.home-inquiry .inquiry-actions button,
.quote-dialog-actions button,
.download-search button,
.home-clean-contact button{
  width:auto!important;
  min-width:0!important;
  min-height:44px!important;
  height:44px!important;
  padding:0 20px!important;
  font-size:12px!important;
  line-height:1!important;
  border-radius:0!important;
}
.quote-dialog-close{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  min-height:38px!important;
  padding:0!important;
  font-size:24px!important;
  line-height:1!important;
}
.carousel-arrow{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  min-height:38px!important;
  padding:0!important;
}

/* Footer: denser, cleaner, and isolated from homepage controls. */
.site-footer .footer-shell{
  width:min(calc(100% - 72px),1580px)!important;
  padding:30px 0 16px!important;
}
.site-footer .footer-main.footer-main-compact{
  grid-template-columns:1.05fr .9fr .9fr 1.05fr!important;
}
.site-footer .footer-main-compact .footer-brand-block,
.site-footer .footer-main-compact .footer-col,
.site-footer .footer-main-compact .footer-contact{
  padding:24px 26px 22px!important;
}
.site-footer .footer-main-compact .footer-brand-block{padding-left:0!important}
.site-footer .footer-main-compact .footer-contact{padding-right:0!important}
.site-footer .footer-logo-img{max-width:196px!important}
.site-footer .footer-main-compact .footer-brand-block p{
  margin-top:16px!important;
  font-size:14px!important;
  line-height:1.4!important;
}
.site-footer .footer-main-compact .footer-col h2,
.site-footer .footer-main-compact .footer-contact h2{
  margin-bottom:14px!important;
  font-size:11px!important;
}
.site-footer .footer-main-compact .footer-col .footer-subheading{
  margin-top:16px!important;
  padding-top:14px!important;
  margin-bottom:10px!important;
}
.site-footer .footer-main-compact .footer-col a,
.site-footer .footer-main-compact .footer-contact p{
  font-size:13px!important;
  line-height:1.3!important;
}
.site-footer .footer-contact-lines{
  margin-top:14px!important;
  padding-top:14px!important;
}
.site-footer .footer-about-link{
  margin-top:10px!important;
  font-size:11px!important;
}
.site-footer .footer-social-inline{
  margin-top:16px!important;
  gap:7px!important;
}
.site-footer .footer-social-inline a{
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  min-height:28px!important;
  padding:0!important;
  font-size:9px!important;
}
.site-footer .footer-newsletter.footer-newsletter-compact{
  grid-template-columns:minmax(260px,.65fr) minmax(380px,1.35fr)!important;
  gap:30px!important;
  padding:20px 0!important;
}
.site-footer .footer-newsletter-compact .newsletter-title{
  grid-template-columns:34px 1fr!important;
  gap:14px!important;
}
.site-footer .footer-newsletter-compact .newsletter-title h2{
  margin-bottom:4px!important;
  font-size:11px!important;
}
.site-footer .footer-newsletter-compact .newsletter-title p{
  font-size:13px!important;
  line-height:1.3!important;
}
.site-footer .footer-newsletter-compact .newsletter-form{
  height:44px!important;
  grid-template-columns:1fr 150px!important;
}
.site-footer .footer-newsletter-compact .newsletter-form input{
  height:44px!important;
  min-height:44px!important;
  padding:0 18px!important;
  font-size:13px!important;
}
.site-footer .footer-newsletter-compact .newsletter-form button{
  width:auto!important;
  min-width:0!important;
  min-height:44px!important;
  height:44px!important;
  padding:0 18px!important;
  font-size:10px!important;
  line-height:1!important;
}
.site-footer .footer-bottom.footer-bottom-compact{
  padding-top:14px!important;
  gap:20px!important;
}
.site-footer .footer-bottom-compact p,
.site-footer .footer-bottom-compact nav a{
  font-size:12px!important;
}
.site-footer .footer-bottom-compact nav a{padding:0 13px!important}

@media(max-width:1180px){
  .site-header .nav-quote{
    width:calc(100% - 40px)!important;
    height:46px!important;
    margin:16px 20px 18px!important;
    font-size:15px!important;
  }
}
@media(max-width:760px){
  .hero-v32 .hero-actions{gap:22px!important}
  .partner-reason-button,
  .home-inquiry .inquiry-actions button,
  .quote-dialog-actions button,
  .download-search button,
  .home-clean-contact button{
    min-height:42px!important;
    height:42px!important;
    padding:0 16px!important;
  }
  .site-footer .footer-shell{width:calc(100% - 28px)!important;padding:26px 0 14px!important}
  .site-footer .footer-main-compact .footer-brand-block,
  .site-footer .footer-main-compact .footer-col,
  .site-footer .footer-main-compact .footer-contact{padding:20px 0!important}
  .site-footer .footer-newsletter.footer-newsletter-compact{padding:18px 0!important;gap:14px!important}
  .site-footer .footer-newsletter-compact .newsletter-form{grid-template-columns:1fr!important;height:auto!important}
  .site-footer .footer-newsletter-compact .newsletter-form input,
  .site-footer .footer-newsletter-compact .newsletter-form button{height:44px!important}
}


/* V6.8.1 footer social isolation patch */
.site-footer .footer-social.footer-social-inline{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  margin-top:16px!important;
  padding:0!important;
  border:0!important;
}
.site-footer .footer-social.footer-social-inline .footer-social-link{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  min-height:30px!important;
  max-width:30px!important;
  max-height:30px!important;
  padding:0!important;
  margin:0!important;
  border:1px solid #4a4a4a!important;
  border-radius:50%!important;
  background:transparent!important;
  color:#d7d7d7!important;
  box-shadow:none!important;
  overflow:hidden!important;
  line-height:1!important;
  text-decoration:none!important;
  transform:none!important;
  aspect-ratio:1/1!important;
}
.site-footer .footer-social.footer-social-inline .footer-social-link::before,
.site-footer .footer-social.footer-social-inline .footer-social-link::after{
  content:none!important;
  display:none!important;
}
.site-footer .footer-social.footer-social-inline .footer-social-link:hover{
  background:var(--china-red,var(--red))!important;
  border-color:var(--china-red,var(--red))!important;
  color:#fff!important;
  transform:none!important;
}
.site-footer .footer-social-glyph{
  display:block!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  font-size:9px!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:0!important;
  text-transform:none!important;
  color:inherit!important;
}
.site-footer .footer-social-link[aria-label="Instagram"] .footer-social-glyph,
.site-footer .footer-social-link[aria-label="LinkedIn"] .footer-social-glyph{font-size:8px!important}
.site-footer .footer-social-link[aria-label="YouTube"] .footer-social-glyph{font-size:11px!important;transform:translateX(1px)!important}
.site-footer .footer-social-link[aria-label="WhatsApp"] .footer-social-glyph{font-size:7px!important}
/* Defensive reset: footer social links must never inherit CTA/button geometry. */
.site-footer .footer-social-link.btn,
.site-footer .footer-social-link.button,
.site-footer .footer-social-link.cta,
.site-footer .footer-social-link.hero-btn,
.site-footer .footer-social-link.quote-btn{
  width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;
  padding:0!important;margin:0!important;border-radius:50%!important;background:transparent!important;box-shadow:none!important;
}
@media(max-width:760px){
  .site-footer .footer-social.footer-social-inline .footer-social-link{
    width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;max-width:28px!important;max-height:28px!important;
  }
}

/* V6.8.3 — restore Architectural Lighting Solutions layout */
.home-solutions-section{
  width:100%;
  max-width:none;
  margin:0;
  padding:72px max(28px,calc((100vw - 1480px)/2));
  overflow:hidden;
  background:#111;
  color:#fff;
}
.home-solutions-heading{
  width:min(760px,100%);
  margin:0 auto 38px;
  text-align:center;
}
.home-solutions-eyebrow{
  margin:0 0 12px;
  color:#c89a3d;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase;
}
.home-solutions-heading h2{
  margin:0;
  color:#fff;
  font-size:clamp(34px,4vw,58px);
  line-height:1.05;
  letter-spacing:-.045em;
}
.home-solutions-heading .home-rich-body{
  display:block;
  margin:16px auto 0;
  max-width:720px;
  color:#c9c9c9;
  font-size:16px;
  line-height:1.6;
}
.home-solutions-grid{
  width:min(100%,1320px);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.home-solution-card{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:16/9;
  min-height:0;
  overflow:hidden;
  background:#222;
  border-radius:2px;
  isolation:isolate;
}
.home-solution-card>img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  max-width:none!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:scale(1.001);
  transition:transform .5s ease;
  z-index:0;
}
.home-solution-card:hover>img{transform:scale(1.035)}
.home-solution-shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(0,0,0,.02) 30%,rgba(0,0,0,.82) 100%);
  pointer-events:none;
}
.home-solution-copy{
  position:absolute;
  left:24px;
  right:24px;
  bottom:22px;
  z-index:2;
  display:block;
  color:#fff;
}
.home-solution-tag{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 9px;
  color:#d6b35c;
  font-size:11px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.home-solution-tag i{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:20px!important;
  height:20px!important;
  min-width:20px!important;
  min-height:20px!important;
  max-width:20px!important;
  max-height:20px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid currentColor;
  border-radius:50%;
  overflow:hidden;
}
.home-solution-tag svg{
  display:block!important;
  width:12px!important;
  height:12px!important;
  min-width:12px!important;
  min-height:12px!important;
  max-width:12px!important;
  max-height:12px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.home-solution-copy>strong{
  display:block;
  margin:0 0 7px;
  color:#fff;
  font-size:clamp(21px,2vw,30px);
  line-height:1.15;
  letter-spacing:-.03em;
}
.home-solution-copy>.home-rich-body{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  color:#dedede;
  font-size:14px;
  line-height:1.45;
}
@media(max-width:900px){
  .home-solutions-section{padding:56px 22px}
  .home-solutions-grid{grid-template-columns:1fr}
  .home-solution-card{aspect-ratio:16/10}
}
@media(max-width:560px){
  .home-solutions-section{padding:46px 14px}
  .home-solutions-heading{margin-bottom:26px}
  .home-solution-copy{left:16px;right:16px;bottom:15px}
  .home-solution-card{aspect-ratio:4/3}
}


/* V6.9.2: keep the download copy vertically centered against a dynamic resource list. */

/* V6.11 fully editable, restructured global footer */
.footer-v611{background:#101010!important;color:#f5f5f3!important;border:0!important;margin:0!important}
.footer-v611__shell{width:min(calc(100% - 72px),1680px);margin:0 auto;padding:72px 0 30px}
.footer-v611__primary{display:grid;grid-template-columns:minmax(230px,.85fr) minmax(560px,2.35fr) minmax(285px,1fr);align-items:stretch;border-top:1px solid #353535;border-bottom:1px solid #353535}
.footer-v611__brand,.footer-v611__contact{padding:36px 34px 40px;min-width:0}
.footer-v611__brand{padding-left:0;border-right:1px solid #353535}
.footer-v611__logo{display:inline-block;max-width:238px;line-height:0}.footer-v611__logo img{display:block;width:100%;height:auto;max-height:74px;object-fit:contain;object-position:left center}.footer-v611__wordmark{display:inline-block;color:#fff;font-size:30px;font-weight:800;letter-spacing:-.04em;line-height:1.05}
.footer-v611__brand p{max-width:260px;margin:28px 0 0;color:#bdbdbd;font-size:15px;line-height:1.52;letter-spacing:-.01em}
.footer-v611__menus{display:grid;grid-template-columns:repeat(var(--footer-menu-count),minmax(0,1fr));min-width:0}
.footer-v611__menu{min-width:0;padding:38px 28px 40px;border-right:1px solid #353535}.footer-v611__menu:last-child{border-right:0}
.footer-v611__menu h2,.footer-v611__contact h2,.footer-v611__newsletter h2{margin:0;color:#fff;font-size:11px;font-weight:800;line-height:1.2;letter-spacing:.22em;text-transform:uppercase}
.footer-v611__menu>div{display:grid;gap:11px;margin-top:24px}.footer-v611__menu a{display:block;max-width:100%;overflow-wrap:anywhere;color:#bdbdbd;font-size:14px;line-height:1.35;transition:color .16s ease,transform .16s ease}.footer-v611__menu a:hover{color:#fff;transform:translateX(3px)}
.footer-v611__contact{padding-right:0;border-left:1px solid #353535}.footer-v611__contact strong{display:block;margin-top:24px;color:#fff;font-size:15px;line-height:1.35}.footer-v611__address{margin:8px 0 20px;color:#a9a9a9;font-size:13px;line-height:1.55}.footer-v611__contact dl{display:grid;gap:8px;margin:0;padding-top:18px;border-top:1px solid #303030}.footer-v611__contact dl>div{display:grid;grid-template-columns:minmax(70px,auto) minmax(0,1fr);gap:12px;align-items:start}.footer-v611__contact dt{color:#777;font-size:11px;line-height:1.55}.footer-v611__contact dd{min-width:0;margin:0;color:#d1d1d1;font-size:13px;line-height:1.55;overflow-wrap:anywhere}.footer-v611__contact dd a{color:#fff;border-bottom:1px solid rgba(255,255,255,.18)}.footer-v611__contact dd a:hover{color:var(--red);border-color:var(--red)}.footer-v611__contact-link{display:inline-flex;align-items:center;gap:13px;margin-top:24px;padding-bottom:6px;border-bottom:1px solid #555;color:#fff;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.footer-v611__contact-link span{color:var(--red);font-size:17px;line-height:0}.footer-v611__contact-link:hover{border-color:var(--red)}
.footer-v611__newsletter{display:grid;grid-template-columns:minmax(330px,.78fr) minmax(480px,1.22fr);gap:54px;align-items:center;padding:28px 0;border-bottom:1px solid #353535}.footer-v611__newsletter-copy{display:grid;grid-template-columns:38px minmax(0,1fr);gap:17px;align-items:center}.footer-v611__mail{position:relative;width:36px;height:25px;border:1px solid #7b7b7b}.footer-v611__mail:before,.footer-v611__mail:after{content:"";position:absolute;top:0;width:25px;height:1px;background:#7b7b7b}.footer-v611__mail:before{left:0;transform:rotate(34deg);transform-origin:left top}.footer-v611__mail:after{right:-1px;transform:rotate(146deg);transform-origin:right top}.footer-v611__newsletter h2{margin-bottom:8px}.footer-v611__newsletter p{margin:0;color:#a9a9a9;font-size:13px;line-height:1.48}.footer-v611__newsletter-form{display:grid;grid-template-columns:minmax(0,1fr) 170px;height:50px;border:1px solid #494949;background:#151515}.footer-v611__newsletter-form:focus-within{border-color:var(--red);box-shadow:0 0 0 1px var(--red) inset}.footer-v611__newsletter-form input{min-width:0;border:0;outline:0;background:transparent;padding:0 20px;color:#fff;font-size:13px}.footer-v611__newsletter-form input::placeholder{color:#777}.footer-v611__newsletter-form button{border:0;border-left:1px solid #494949;background:#151515;color:#fff;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;cursor:pointer}.footer-v611__newsletter-form button span{margin-left:9px;color:var(--red);font-size:17px}.footer-v611__newsletter-form button:hover{color:var(--red)}.footer-v611__honeypot{position:absolute!important;left:-9999px!important}
.footer-v611__bottom{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:26px;align-items:center;padding-top:23px}.footer-v611__bottom>p{margin:0;color:#858585;font-size:12px;white-space:nowrap}.footer-v611__legal{display:flex;justify-content:center;flex-wrap:wrap;gap:0}.footer-v611__legal a{position:relative;padding:0 15px;color:#9c9c9c;font-size:12px;line-height:1.45}.footer-v611__legal a+a:before{content:"";position:absolute;left:0;top:3px;width:1px;height:12px;background:#5a2326}.footer-v611__legal a:hover{color:#fff}.footer-v611__social{display:flex;align-items:center;justify-content:flex-end;gap:8px}.footer-v611__social a{display:inline-flex;align-items:center;justify-content:center;min-width:27px;height:27px;padding:0 7px;border:1px solid #494949;border-radius:999px;color:#bdbdbd;font-size:9px;font-weight:800;line-height:1;text-transform:lowercase}.footer-v611__social a:hover{border-color:var(--red);color:#fff;background:var(--red)}
@media(max-width:1400px){.footer-v611__shell{width:min(calc(100% - 48px),1380px)}.footer-v611__primary{grid-template-columns:220px minmax(500px,1fr) 280px}.footer-v611__brand,.footer-v611__contact{padding-top:32px;padding-bottom:34px}.footer-v611__menu{padding:33px 20px 35px}.footer-v611__menu a{font-size:13px}.footer-v611__contact{padding-left:25px}.footer-v611__brand{padding-right:25px}}
@media(max-width:1120px){.footer-v611__primary{grid-template-columns:240px minmax(0,1fr)}.footer-v611__menus{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-v611__menu:nth-child(2n){border-right:0}.footer-v611__menu:nth-child(n+3){border-top:1px solid #353535}.footer-v611__contact{grid-column:1/-1;padding:30px 0;border-top:1px solid #353535;border-left:0}.footer-v611__contact dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 30px}.footer-v611__newsletter{grid-template-columns:1fr;gap:20px}.footer-v611__bottom{grid-template-columns:1fr;gap:16px}.footer-v611__legal{justify-content:flex-start}.footer-v611__social{justify-content:flex-start}}
@media(max-width:720px){.footer-v611__shell{width:calc(100% - 28px);padding:48px 0 24px}.footer-v611__primary{display:block}.footer-v611__brand{padding:28px 0;border-right:0;border-bottom:1px solid #353535}.footer-v611__logo{max-width:210px}.footer-v611__brand p{margin-top:20px}.footer-v611__menus{display:grid;grid-template-columns:1fr 1fr}.footer-v611__menu{padding:26px 18px 28px 0;border-right:0;border-bottom:1px solid #353535}.footer-v611__menu:nth-child(odd){border-right:1px solid #353535}.footer-v611__menu:nth-child(even){padding-left:18px;padding-right:0}.footer-v611__menu:nth-child(n+3){border-top:0}.footer-v611__menu>div{margin-top:18px;gap:9px}.footer-v611__contact{padding:28px 0}.footer-v611__contact dl{grid-template-columns:1fr}.footer-v611__newsletter{padding:25px 0}.footer-v611__newsletter-copy{grid-template-columns:34px 1fr}.footer-v611__newsletter-form{grid-template-columns:1fr;height:auto}.footer-v611__newsletter-form input{height:50px}.footer-v611__newsletter-form button{height:47px;border-left:0;border-top:1px solid #494949}.footer-v611__bottom{padding-top:22px}.footer-v611__bottom>p{white-space:normal}.footer-v611__legal{display:grid;gap:8px}.footer-v611__legal a{padding:0}.footer-v611__legal a+a:before{display:none}}
@media(max-width:440px){.footer-v611__menus{grid-template-columns:1fr}.footer-v611__menu,.footer-v611__menu:nth-child(even){padding:24px 0;border-right:0}.footer-v611__menu:nth-child(odd){border-right:0}.footer-v611__menu:last-child{border-bottom:0}}

/* V6.11.1 real SVG social icons: visible in the brand column and editable in Footer Manager */
.footer-v611__brand-social{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-top:24px;
}
.footer-v611__social-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  padding:0;
  border:1px solid #4a4a4a;
  border-radius:50%;
  color:#d5d5d5;
  background:transparent;
  line-height:0;
  transition:border-color .18s ease,color .18s ease,background .18s ease,transform .18s ease;
}
.footer-v611__social-icon svg{
  display:block;
  width:17px;
  height:17px;
  overflow:visible;
}
.footer-v611__social-icon:hover{
  color:#fff;
  border-color:var(--red);
  background:var(--red);
  transform:translateY(-2px);
}
.footer-v611__social-icon.is-disabled{
  opacity:.38;
  cursor:default;
}
.footer-v611__social-icon.is-disabled:hover{
  color:#d5d5d5;
  border-color:#4a4a4a;
  background:transparent;
  transform:none;
}
.footer-v611__bottom{
  grid-template-columns:auto minmax(0,1fr);
}
@media(max-width:1120px){
  .footer-v611__bottom{grid-template-columns:1fr}
}
@media(max-width:720px){
  .footer-v611__brand-social{margin-top:20px}
  .footer-v611__social-icon{width:36px;height:36px}
  .footer-v611__social-icon svg{width:18px;height:18px}
}


/* V6.12.1 footer colour palette — values are supplied safely by Footer Manager. */
.footer-v611{background:var(--footer-bg,#101010)!important;color:var(--footer-text,#f5f5f3)!important}
.footer-v611__primary,
.footer-v611__newsletter{border-color:var(--footer-line,#353535)!important}
.footer-v611__brand,
.footer-v611__menu,
.footer-v611__contact{border-color:var(--footer-line,#353535)!important}
.footer-v611__menu:nth-child(n+3),
.footer-v611__contact,
.footer-v611__brand{border-top-color:var(--footer-line,#353535)!important;border-bottom-color:var(--footer-line,#353535)!important}
.footer-v611__wordmark,
.footer-v611__menu h2,
.footer-v611__contact h2,
.footer-v611__newsletter h2,
.footer-v611__contact strong,
.footer-v611__contact dd a,
.footer-v611__contact-link,
.footer-v611__newsletter-form input,
.footer-v611__newsletter-form button{color:var(--footer-text,#f5f5f3)!important}
.footer-v611__brand p,
.footer-v611__menu a{color:var(--footer-muted,#bdbdbd)!important}
.footer-v611__address,
.footer-v611__newsletter p,
.footer-v611__legal a,
.footer-v611__bottom>p,
.footer-v611__contact dd{color:var(--footer-soft,#858585)!important}
.footer-v611__contact dt,
.footer-v611__newsletter-form input::placeholder{color:var(--footer-soft,#777)!important}
.footer-v611__contact dl{border-color:var(--footer-line,#303030)!important}
.footer-v611__contact dd a{border-bottom-color:var(--footer-line,#494949)!important}
.footer-v611__contact-link{border-bottom-color:var(--footer-field-line,#555)!important}
.footer-v611__newsletter-form,
.footer-v611__newsletter-form button{background:var(--footer-field,#151515)!important;border-color:var(--footer-field-line,#494949)!important}
.footer-v611__newsletter-form{border-color:var(--footer-field-line,#494949)!important}
.footer-v611__mail{border-color:var(--footer-soft,#7b7b7b)!important}
.footer-v611__mail:before,.footer-v611__mail:after{background:var(--footer-soft,#7b7b7b)!important}
.footer-v611__social-icon{border-color:var(--footer-field-line,#494949)!important;color:var(--footer-muted,#bdbdbd)!important}
.footer-v611__social-icon.is-disabled{color:var(--footer-soft,#777)!important}
.footer-v611__menu a:hover,
.footer-v611__legal a:hover{color:var(--footer-text,#fff)!important}
@media(max-width:1120px){.footer-v611__menu:nth-child(n+3),.footer-v611__contact{border-color:var(--footer-line,#353535)!important}}
@media(max-width:720px){.footer-v611__brand,.footer-v611__menu{border-color:var(--footer-line,#353535)!important}}


/* V6.12.3 — Homepage product media area is always a true 1:1 square.
   This is scoped to the homepage so product-list and product-detail cards are unaffected. */
.home-clean-products .clean-product-card > a{
  display:flex!important;
  flex-direction:column;
  height:100%;
  min-height:100%;
}
.home-clean-products .clean-product-card > a > figure{
  flex:0 0 auto;
  width:100%;
  aspect-ratio:1 / 1;
  min-height:0;
}
.home-clean-products .clean-product-card > a > figure > img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
.home-clean-products .clean-product-card > a > div{
  flex:1 1 auto;
}

/* V6.12.4 — Homepage product cards: four columns on desktop, automatic row wrapping.
   Products 1–4 fill the first row; 5–8 fill the second row; 9–12 fill the third row. */
@media(min-width:1181px){
  .home-clean-products .clean-product-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}


/* V6.12.10 — homepage hero carousel controls: centered arrows + breathing red dot */
.hero-v32 .carousel-ui{
  position:absolute!important;
  left:50%!important;
  right:auto!important;
  bottom:28px!important;
  transform:translateX(-50%)!important;
  z-index:8!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:16px!important;
  width:auto!important;
  min-width:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.hero-v32 .carousel-dots{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  min-height:38px;
}
.hero-v32 .carousel-arrow{
  display:inline-grid!important;
  place-items:center!important;
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  min-height:38px!important;
  padding:0!important;
  border:1px solid rgba(17,17,17,.34)!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.84)!important;
  color:#111!important;
  box-shadow:0 4px 16px rgba(0,0,0,.10)!important;
  backdrop-filter:blur(8px)!important;
  -webkit-backdrop-filter:blur(8px)!important;
  font-size:18px!important;
  line-height:1!important;
  transition:background .22s ease,border-color .22s ease,color .22s ease,transform .22s ease!important;
}
.hero-v32 .carousel-arrow:hover{
  background:var(--china-red,var(--red,#d0021b))!important;
  border-color:var(--china-red,var(--red,#d0021b))!important;
  color:#fff!important;
  transform:scale(1.06);
}
.hero-v32 .carousel-arrow:focus-visible,
.hero-v32 .dot:focus-visible{
  outline:2px solid var(--china-red,var(--red,#d0021b));
  outline-offset:4px;
}
.hero-v32 .dot{
  display:block!important;
  width:8px!important;
  height:8px!important;
  min-width:8px!important;
  min-height:8px!important;
  padding:0!important;
  border:1px solid rgba(17,17,17,.36)!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.88)!important;
  box-shadow:0 2px 7px rgba(0,0,0,.12)!important;
  opacity:1!important;
  transition:transform .22s ease,border-color .22s ease,background .22s ease!important;
}
.hero-v32 .dot:hover{
  border-color:var(--china-red,var(--red,#d0021b))!important;
  transform:scale(1.2);
}
.hero-v32 .dot.is-active{
  width:10px!important;
  height:10px!important;
  min-width:10px!important;
  min-height:10px!important;
  border-color:var(--china-red,var(--red,#d0021b))!important;
  background:var(--china-red,var(--red,#d0021b))!important;
  box-shadow:0 0 0 0 rgba(208,2,27,.42)!important;
  animation:artdonHeroDotBreath 1.8s ease-out infinite!important;
}
@keyframes artdonHeroDotBreath{
  0%{box-shadow:0 0 0 0 rgba(208,2,27,.42)}
  68%{box-shadow:0 0 0 9px rgba(208,2,27,0)}
  100%{box-shadow:0 0 0 0 rgba(208,2,27,0)}
}
@media(max-width:760px){
  .hero-v32 .carousel-ui{
    left:50%!important;
    right:auto!important;
    bottom:20px!important;
    transform:translateX(-50%)!important;
    gap:12px!important;
    padding:0!important;
  }
  .hero-v32 .carousel-arrow{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    min-height:34px!important;
    font-size:16px!important;
  }
  .hero-v32 .carousel-dots{gap:10px!important;min-height:34px}
}
@media(prefers-reduced-motion:reduce){
  .hero-v32 .dot.is-active{animation:none!important;box-shadow:0 0 0 4px rgba(208,2,27,.16)!important}
}


/* V6.12.11 — hero controls: borderless chevrons + clearly breathing active dot. */
.hero-v32 .carousel-ui{
  bottom:26px!important;
  gap:22px!important;
}
.hero-v32 .carousel-arrow{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#111!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  font-size:0!important;
  line-height:0!important;
  opacity:.82!important;
  transition:opacity .2s ease,transform .2s ease,color .2s ease!important;
}
.hero-v32 .carousel-arrow span{
  display:block!important;
  width:14px!important;
  height:14px!important;
  border-top:1.8px solid currentColor!important;
  border-right:1.8px solid currentColor!important;
  transform-origin:center!important;
}
.hero-v32 .carousel-arrow-prev span{transform:rotate(-135deg)!important;}
.hero-v32 .carousel-arrow-next span{transform:rotate(45deg)!important;}
.hero-v32 .carousel-arrow:hover{
  background:transparent!important;
  border-color:transparent!important;
  color:var(--china-red,var(--red,#d0021b))!important;
  opacity:1!important;
}
.hero-v32 .carousel-arrow-prev:hover{transform:translateX(-3px)!important;}
.hero-v32 .carousel-arrow-next:hover{transform:translateX(3px)!important;}
.hero-v32 .carousel-dots{
  gap:13px!important;
  min-height:42px!important;
}
.hero-v32 .dot{
  position:relative!important;
  overflow:visible!important;
  width:8px!important;
  height:8px!important;
  min-width:8px!important;
  min-height:8px!important;
  border:1px solid rgba(17,17,17,.34)!important;
  background:rgba(255,255,255,.82)!important;
  box-shadow:none!important;
  transform:scale(1)!important;
}
.hero-v32 .dot::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:100%;
  height:100%;
  border-radius:50%;
  background:rgba(208,2,27,.26);
  transform:translate(-50%,-50%) scale(1);
  opacity:0;
  pointer-events:none;
}
.hero-v32 .dot.is-active{
  width:10px!important;
  height:10px!important;
  min-width:10px!important;
  min-height:10px!important;
  border-color:var(--china-red,var(--red,#d0021b))!important;
  background:var(--china-red,var(--red,#d0021b))!important;
  box-shadow:none!important;
  animation:artdonHeroDotCoreBreath 1.65s ease-in-out infinite!important;
}
.hero-v32 .dot.is-active::after{
  opacity:1;
  animation:artdonHeroDotHaloBreath 1.65s ease-out infinite!important;
}
@keyframes artdonHeroDotCoreBreath{
  0%,100%{transform:scale(1)!important;opacity:1}
  50%{transform:scale(1.28)!important;opacity:.82}
}
@keyframes artdonHeroDotHaloBreath{
  0%{transform:translate(-50%,-50%) scale(.8);opacity:.38}
  70%{transform:translate(-50%,-50%) scale(3.2);opacity:0}
  100%{transform:translate(-50%,-50%) scale(3.2);opacity:0}
}
@media(max-width:760px){
  .hero-v32 .carousel-ui{bottom:18px!important;gap:17px!important;}
  .hero-v32 .carousel-arrow{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    min-height:36px!important;
  }
  .hero-v32 .carousel-arrow span{width:12px!important;height:12px!important;}
  .hero-v32 .carousel-dots{gap:11px!important;min-height:36px!important;}
}
