.Header-module__hBw1pG__header{background:var(--bg-secondary);border-bottom:1px solid var(--border);z-index:100;width:100%;padding:12px 0;position:sticky;top:0}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 40px;display:flex}.Header-module__hBw1pG__logo{font-family:var(--font-serif);letter-spacing:-.05em;color:var(--text-primary);font-size:1.25rem;font-weight:700}.Header-module__hBw1pG__nav{gap:24px;display:flex}.Header-module__hBw1pG__navLink{letter-spacing:.1em;color:var(--text-secondary);font-size:.7rem;font-weight:500;transition:color .3s}.Header-module__hBw1pG__navLink:hover{color:var(--text-primary)}.Header-module__hBw1pG__actions{align-items:center;gap:16px;display:flex}.Header-module__hBw1pG__iconBtn{color:var(--text-primary);position:relative}.Header-module__hBw1pG__cartCount{background:var(--text-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:.6rem;display:flex;position:absolute;top:-4px;right:-4px}@media (max-width:768px){.Header-module__hBw1pG__nav{display:none}}
.Footer-module__S6Hkya__footer{background:var(--bg-tertiary);color:var(--text-secondary);border-top:1px solid var(--border-medium);margin-top:25px;padding:30px 40px 20px}.Footer-module__S6Hkya__content{flex-wrap:wrap;justify-content:space-between;gap:20px;max-width:1200px;margin:0 auto;padding-bottom:20px;display:flex}.Footer-module__S6Hkya__column{flex-direction:column;gap:16px;min-width:200px;display:flex}.Footer-module__S6Hkya__heading{color:var(--text-primary);margin-bottom:8px;font-size:1.125rem;font-weight:700}.Footer-module__S6Hkya__link{transition:color var(--transition-fast);font-size:.95rem}.Footer-module__S6Hkya__link:hover{color:var(--accent-gold)}.Footer-module__S6Hkya__addressText{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__mapContainer{border:1px solid #0000001a;border-radius:4px;width:100%;height:200px;margin-top:10px;overflow:hidden}.Footer-module__S6Hkya__mapFrame{border:0;width:100%;height:100%}.Footer-module__S6Hkya__copyright{text-align:center;border-top:1px solid var(--border-subtle);color:var(--text-muted);padding-top:20px;font-size:.875rem}
.Hero-module__ZARIfG__hero{background:var(--bg-secondary);overflow:hidden}.Hero-module__ZARIfG__titleSection{background:var(--bg-secondary);text-align:center;padding:80px 0 120px}.Hero-module__ZARIfG__mainTitle{color:var(--text-primary);margin-bottom:20px;font-size:clamp(4rem,15vw,10rem);line-height:1;display:inline-block;position:relative}.Hero-module__ZARIfG__registered{font-family:var(--font-sans);vertical-align:middle;margin-left:.2em;font-size:.15em;font-weight:400;position:relative;top:2em}.Hero-module__ZARIfG__mainSubtitle{font-family:var(--font-sans);letter-spacing:.8em;text-transform:uppercase;color:var(--text-secondary);margin:0;padding-left:.8em;font-size:.8rem;font-weight:500}.Hero-module__ZARIfG__sinceLabel{font-family:var(--font-serif);letter-spacing:.12em;text-transform:none;color:var(--text-secondary);opacity:.88;margin-top:10px;font-size:.78rem;font-style:italic;font-weight:500}.Hero-module__ZARIfG__heroImageWrapper{width:100vw;height:90vh;position:relative;overflow:hidden}.Hero-module__ZARIfG__speakersImage{opacity:1;background-image:url(/hero_studio_main.png);background-position:50%;background-size:cover;width:100%;height:100%;transition:transform 10s ease-out}.Hero-module__ZARIfG__heroImageWrapper:hover .Hero-module__ZARIfG__speakersImage{transform:scale(1.05)}.Hero-module__ZARIfG__contentOverlay{z-index:10;color:#fff;background:linear-gradient(#0009 0%,#0000 60%);flex-direction:column;justify-content:flex-start;width:100%;height:100%;padding-top:80px;display:flex;position:absolute;top:0;left:0}.Hero-module__ZARIfG__container{width:100%;max-width:1400px;margin:0 auto;padding:0 40px}.Hero-module__ZARIfG__manifestoWrapper{justify-content:flex-start;display:flex}.Hero-module__ZARIfG__manifesto{text-align:left;border-left:2px solid #fff6;max-width:550px;padding-left:40px}.Hero-module__ZARIfG__manifesto p{font-family:var(--font-sans);color:#ffffffe6;letter-spacing:-.01em;margin:0;font-size:1.15rem;line-height:1.6}.Hero-module__ZARIfG__manifesto strong{color:#fff;font-family:var(--font-serif);margin-bottom:.5rem;font-size:1.4rem;font-style:italic;font-weight:600;display:block}.Hero-module__ZARIfG__imageBottomOverlay{z-index:20;color:#fff;background:linear-gradient(#0000,#000c);width:100%;padding:60px 0;position:absolute;bottom:0;left:0}.Hero-module__ZARIfG__featuredLabel{letter-spacing:.25em;color:var(--accent);font-size:.7rem;font-weight:700;font-family:var(--font-sans);margin-bottom:16px;display:block}.Hero-module__ZARIfG__imageTitle{opacity:.8;max-width:800px;font-size:clamp(1.5rem,3vw,2.5rem);line-height:1}@keyframes Hero-module__ZARIfG__fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.Hero-module__ZARIfG__delayedFade{opacity:0;animation:1.5s cubic-bezier(.23,1,.32,1) 1s forwards Hero-module__ZARIfG__fadeIn}.Hero-module__ZARIfG__delayedFadeSecondary{opacity:0;animation:1.5s cubic-bezier(.23,1,.32,1) 1.8s forwards Hero-module__ZARIfG__fadeIn}@media (max-width:768px){.Hero-module__ZARIfG__mainTitle{font-size:4rem}.Hero-module__ZARIfG__manifesto{margin:0 20px;padding-left:20px}.Hero-module__ZARIfG__heroImageWrapper{height:70vh}}
.AboutSection-module__UGBiha__about{background-color:var(--bg-primary);z-index:5;padding:160px 0 60px;position:relative}.AboutSection-module__UGBiha__container{max-width:1300px;margin:0 auto;padding:0 40px}.AboutSection-module__UGBiha__grid{grid-template-columns:.7fr 1.3fr;align-items:start;gap:80px;display:grid}.AboutSection-module__UGBiha__sticky{position:sticky;top:140px}.AboutSection-module__UGBiha__title{font-family:var(--font-serif);color:var(--text-primary);letter-spacing:-.02em;margin:0 0 24px;font-size:clamp(3.5rem,6vw,5.5rem);line-height:.9}.AboutSection-module__UGBiha__line{background-color:var(--accent);width:60px;height:3px;margin-bottom:20px}.AboutSection-module__UGBiha__est{font-family:var(--font-sans);letter-spacing:.3em;color:var(--accent);opacity:.6;font-size:.6rem;font-weight:800}.AboutSection-module__UGBiha__textWrapper{border-left:1px solid #00000014;flex-direction:column;gap:40px;padding-left:40px;display:flex}.AboutSection-module__UGBiha__heroParaph{color:var(--text-primary);font-size:1.5rem;line-height:1.3;font-family:var(--font-serif);margin:0;font-style:italic}.AboutSection-module__UGBiha__storyBlock{flex-direction:column;gap:12px;display:flex}.AboutSection-module__UGBiha__blockMarker{font-family:var(--font-sans);letter-spacing:.1em;color:var(--accent);opacity:.5;font-size:.6rem;font-weight:800}.AboutSection-module__UGBiha__storyBlock p{color:var(--text-secondary);font-size:1.05rem;line-height:1.6;font-family:var(--font-sans);max-width:600px;margin:0}.AboutSection-module__UGBiha__subDetail{opacity:.8;border-left:2px solid #ffffff26;padding-left:16px;font-style:italic;color:var(--text-primary)!important;font-size:.9rem!important}.AboutSection-module__UGBiha__boldWhite{color:var(--text-primary);font-weight:600}.AboutSection-module__UGBiha__italicSerifText{font-family:var(--font-serif);color:var(--text-primary);font-style:italic}.AboutSection-module__UGBiha__accentSerif{font-family:var(--font-serif);color:var(--accent);font-style:italic;font-weight:600}.AboutSection-module__UGBiha__manifestoBox{border-left:4px solid var(--accent);background-color:#ffffff08;border-radius:4px;margin-top:10px;padding:30px}.AboutSection-module__UGBiha__manifestoBox p{color:var(--text-primary);margin:0;font-size:1.25rem;line-height:1.5}@media (max-width:1024px){.AboutSection-module__UGBiha__grid{grid-template-columns:1fr;gap:60px}.AboutSection-module__UGBiha__textWrapper{border-left:none;padding-left:0}.AboutSection-module__UGBiha__sticky{position:static}}.AboutSection-module__UGBiha__revealItem{opacity:0;transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1);transform:translateY(30px)}.AboutSection-module__UGBiha__revealItem.AboutSection-module__UGBiha__revealed{opacity:1;transform:translateY(0)}.AboutSection-module__UGBiha__d1{transition-delay:.1s}.AboutSection-module__UGBiha__d2{transition-delay:.2s}.AboutSection-module__UGBiha__d3{transition-delay:.3s}.AboutSection-module__UGBiha__d4{transition-delay:.4s}@media (max-width:768px){.AboutSection-module__UGBiha__about{padding:80px 0}.AboutSection-module__UGBiha__title{font-size:3.5rem}.AboutSection-module__UGBiha__heroParaph{font-size:1.4rem}}
.ProductShowcase-module___9eMoG__showcase{background-color:var(--bg-primary);padding:100px 0}.ProductShowcase-module___9eMoG__container{max-width:1300px;margin:0 auto;padding:0 40px}.ProductShowcase-module___9eMoG__header{border-bottom:1px solid #00000014;grid-template-columns:280px 1fr;gap:80px;margin-bottom:60px;padding-bottom:60px;display:grid}.ProductShowcase-module___9eMoG__headerTitle{flex-direction:column;display:flex}.ProductShowcase-module___9eMoG__secNumber{font-family:var(--font-sans);color:var(--accent);letter-spacing:.3em;margin-bottom:15px;font-size:.7rem;font-weight:800}.ProductShowcase-module___9eMoG__sectionTitle{font-family:var(--font-serif);color:var(--text-primary);letter-spacing:-.04em;text-transform:uppercase;margin:0;font-size:clamp(3rem,5vw,4rem);line-height:.85}.ProductShowcase-module___9eMoG__accentSerif{text-transform:none;opacity:.9;font-style:italic;font-weight:300}.ProductShowcase-module___9eMoG__titleLine{background-color:var(--accent);width:40px;height:4px;margin-top:25px}.ProductShowcase-module___9eMoG__introContent{flex-direction:column;justify-content:flex-end;gap:22px;max-width:720px;display:flex}.ProductShowcase-module___9eMoG__introPara{font-family:var(--font-sans);color:var(--text-secondary);opacity:.82;margin:0;font-size:1.02rem;line-height:1.6}.ProductShowcase-module___9eMoG__introPara strong{color:var(--text-primary);font-weight:600}.ProductShowcase-module___9eMoG__introPara em{font-family:var(--font-serif);color:var(--text-primary);font-style:italic}.ProductShowcase-module___9eMoG__contactPricesCta{font-family:var(--font-serif);letter-spacing:.02em;color:var(--accent);margin:2px 0 0;font-size:1.08rem;font-style:italic;font-weight:600;line-height:1.4}.ProductShowcase-module___9eMoG__productGrid{grid-template-columns:repeat(4,1fr);gap:48px 32px;display:grid}.ProductShowcase-module___9eMoG__productItem{flex-direction:column;gap:16px;display:flex}.ProductShowcase-module___9eMoG__imageBox{aspect-ratio:1;background-color:#ffffff05;border-radius:2px;width:100%;position:relative;overflow:hidden}.ProductShowcase-module___9eMoG__sliderTrack{width:100%;height:100%;transition:transform .9s cubic-bezier(.2,.8,.2,1);display:flex}.ProductShowcase-module___9eMoG__slide{opacity:.9;background-position:50%;background-size:cover;min-width:100%;height:100%;transition:filter .3s}.ProductShowcase-module___9eMoG__productItem:hover .ProductShowcase-module___9eMoG__slide{opacity:1;filter:brightness(1.15)}.ProductShowcase-module___9eMoG__arrowButton{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#fff;cursor:pointer;z-index:5;opacity:0;background:#0006;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ProductShowcase-module___9eMoG__imageBox:hover .ProductShowcase-module___9eMoG__arrowButton{opacity:1}.ProductShowcase-module___9eMoG__arrowButton:hover{color:#000;background:#ffffffe6}.ProductShowcase-module___9eMoG__arrowLeft{left:10px}.ProductShowcase-module___9eMoG__arrowRight{right:10px}.ProductShowcase-module___9eMoG__tag{background-color:var(--accent);color:#fff;letter-spacing:.1em;border-radius:2px;padding:3px 8px;font-size:.55rem;font-weight:900;position:absolute;top:12px;right:12px}.ProductShowcase-module___9eMoG__info{flex-direction:column;gap:8px;display:flex}.ProductShowcase-module___9eMoG__topRow{justify-content:space-between;align-items:center;display:flex}.ProductShowcase-module___9eMoG__nameRow{flex-direction:column;gap:4px;display:flex}.ProductShowcase-module___9eMoG__priceContainer{align-items:baseline;gap:6px;display:flex}.ProductShowcase-module___9eMoG__price{font-family:var(--font-condensed);color:var(--text-primary);letter-spacing:-.05em;font-size:1.35rem;font-weight:800}.ProductShowcase-module___9eMoG__vat{font-family:var(--font-sans);color:var(--text-secondary);opacity:.8;font-size:.6rem;font-weight:500}.ProductShowcase-module___9eMoG__brand{font-family:var(--font-sans);color:var(--text-primary);letter-spacing:.05em;font-size:.75rem;font-weight:800}.ProductShowcase-module___9eMoG__category{font-family:var(--font-sans);color:var(--accent);text-transform:uppercase;letter-spacing:.1em;opacity:.8;font-size:.6rem;font-weight:600}.ProductShowcase-module___9eMoG__name{color:var(--text-primary);text-transform:uppercase;letter-spacing:-.04em;margin:0;font-family:Arial Black,Helvetica Neue,sans-serif;font-size:1.25rem;font-weight:900;line-height:1}.ProductShowcase-module___9eMoG__inquire{color:var(--accent);width:fit-content;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.15em;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #0000001a;margin-top:4px;padding:4px 0;font-size:.7rem;font-weight:800;transition:all .3s}.ProductShowcase-module___9eMoG__inquire:hover{border-color:var(--accent);letter-spacing:.25em}.ProductShowcase-module___9eMoG__modalOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background-color:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;padding:40px;animation:.3s ProductShowcase-module___9eMoG__fadeIn;display:flex;position:fixed;top:0;left:0}.ProductShowcase-module___9eMoG__modalContent{background-color:var(--bg-primary);width:100%;max-width:1000px;max-height:90vh;animation:ProductShowcase-module___9eMoG__slideUp .4s var(--transition-smooth);border:1px solid #ffffff0d;border-radius:4px;position:relative;overflow-y:auto;box-shadow:0 20px 60px #00000080}.ProductShowcase-module___9eMoG__closeBtn{color:var(--text-secondary);cursor:pointer;z-index:10;background:0 0;border:none;font-size:2rem;transition:color .3s;position:absolute;top:24px;right:24px}.ProductShowcase-module___9eMoG__closeBtn:hover{color:var(--text-primary)}.ProductShowcase-module___9eMoG__modalGrid{grid-template-columns:1.1fr 1fr;display:grid}.ProductShowcase-module___9eMoG__modalImageCol{background-color:#000;height:100%;min-height:600px}.ProductShowcase-module___9eMoG__modalImage{background-position:50%;background-size:cover;width:100%;height:100%}.ProductShowcase-module___9eMoG__modalInfoCol{flex-direction:column;gap:40px;padding:60px;display:flex}.ProductShowcase-module___9eMoG__modalLabel{font-family:var(--font-sans);color:var(--accent);letter-spacing:.3em;text-transform:uppercase;margin-bottom:12px;font-size:.65rem;font-weight:800;display:block}.ProductShowcase-module___9eMoG__modalTitle{font-family:var(--font-serif);margin:0;font-size:2.5rem;line-height:1.1}.ProductShowcase-module___9eMoG__modalPriceBox{align-items:baseline;gap:10px;margin-top:12px;display:flex}.ProductShowcase-module___9eMoG__modalPrice{font-family:var(--font-condensed);color:var(--accent);letter-spacing:-.05em;font-size:2.8rem;font-weight:800}.ProductShowcase-module___9eMoG__modalVat{font-family:var(--font-sans);color:var(--text-secondary);font-size:.8rem;font-weight:500}.ProductShowcase-module___9eMoG__modalBrand{font-weight:200}.ProductShowcase-module___9eMoG__modalDesc{font-family:var(--font-sans);color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.7}.ProductShowcase-module___9eMoG__modalDetails{flex-direction:column;gap:32px;display:flex}.ProductShowcase-module___9eMoG__modalSection h4{font-family:var(--font-sans);letter-spacing:.2em;color:var(--text-primary);margin-bottom:16px;font-size:.65rem;font-weight:900}.ProductShowcase-module___9eMoG__modalSection ul{margin:0;padding:0;list-style:none}.ProductShowcase-module___9eMoG__modalSection li{color:var(--text-secondary);margin-bottom:8px;padding-left:12px;font-size:.9rem;position:relative}.ProductShowcase-module___9eMoG__modalSection li:before{content:"•";color:var(--accent);position:absolute;left:0}.ProductShowcase-module___9eMoG__specGrid{flex-direction:column;gap:12px;display:flex}.ProductShowcase-module___9eMoG__specItem{border-bottom:1px solid #0000001a;justify-content:space-between;padding-bottom:8px;font-size:.85rem;display:flex}.ProductShowcase-module___9eMoG__specItem span:first-child{color:var(--text-secondary);text-transform:uppercase;font-size:.7rem}.ProductShowcase-module___9eMoG__specItem span:last-child{color:var(--text-primary)}.ProductShowcase-module___9eMoG__modalFooter{border-top:1px solid #ffffff0d;margin-top:auto;padding-top:32px}.ProductShowcase-module___9eMoG__modalFooter p{color:var(--text-secondary);margin-bottom:16px;font-size:.8rem}.ProductShowcase-module___9eMoG__modalCta{background-color:var(--text-primary);color:var(--bg-primary);font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;padding:14px 28px;font-size:.75rem;font-weight:800;text-decoration:none;transition:background .3s;display:inline-block}.ProductShowcase-module___9eMoG__modalCta:hover{background-color:var(--accent);color:#fff}.ProductShowcase-module___9eMoG__footer{text-align:center;border-top:1px solid #ffffff0d;margin-top:80px;padding-top:40px}@keyframes ProductShowcase-module___9eMoG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ProductShowcase-module___9eMoG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.ProductShowcase-module___9eMoG__header{grid-template-columns:1fr;gap:32px}.ProductShowcase-module___9eMoG__productGrid{grid-template-columns:repeat(2,1fr)}.ProductShowcase-module___9eMoG__modalGrid{grid-template-columns:1fr}.ProductShowcase-module___9eMoG__modalImageCol{min-height:300px}}@media (max-width:640px){.ProductShowcase-module___9eMoG__productGrid{grid-template-columns:1fr}}
.SectionDivider-module__gOjMsG__divider{background-color:var(--bg-primary);z-index:20;justify-content:center;align-items:center;width:100%;padding:30px 0;display:flex;position:relative}.SectionDivider-module__gOjMsG__line{background:linear-gradient(90deg,#0000,#00000026 20% 80%,#0000);width:300px;height:1px}@media (max-width:768px){.SectionDivider-module__gOjMsG__divider{padding:60px 0}.SectionDivider-module__gOjMsG__line{width:200px}}
.RefinedDivision-module__7tUFLa__wrapper{background-color:var(--bg-primary);justify-content:center;align-items:center;width:100%;height:200px;display:flex;position:relative;overflow:visible}.RefinedDivision-module__7tUFLa__line{z-index:1;background:#0000000d;width:100%;height:1px;position:absolute;top:50%;left:0}.RefinedDivision-module__7tUFLa__tabContainer{z-index:5;position:relative}.RefinedDivision-module__7tUFLa__archiveTab{transition:all .4s var(--transition-smooth);background:#fff;border:1px solid #00000014;border-radius:2px;flex-direction:column;gap:12px;padding:24px 32px;display:flex;transform:rotate(-1deg);box-shadow:0 10px 30px #00000008}.RefinedDivision-module__7tUFLa__archiveTab:hover{transform:rotate(0)translateY(-5px);box-shadow:0 15px 40px #0000000f}.RefinedDivision-module__7tUFLa__tabHeader{justify-content:space-between;align-items:center;display:flex}.RefinedDivision-module__7tUFLa__id{font-family:var(--font-sans);color:var(--accent);letter-spacing:.15em;font-size:.55rem;font-weight:800}.RefinedDivision-module__7tUFLa__statusDot{background-color:var(--accent);width:4px;height:4px;box-shadow:0 0 8px var(--accent);border-radius:50%}.RefinedDivision-module__7tUFLa__tabTitle{font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:900}.RefinedDivision-module__7tUFLa__serif{font-family:var(--font-serif);text-transform:none;font-size:.9rem;font-style:italic;font-weight:200}.RefinedDivision-module__7tUFLa__subtext{font-family:var(--font-sans);color:var(--text-secondary);opacity:.5;letter-spacing:.2em;font-size:.5rem;font-weight:600}.RefinedDivision-module__7tUFLa__verticalLine{background:linear-gradient(to top,var(--accent),transparent);z-index:10;width:1px;height:60px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media (max-width:768px){.RefinedDivision-module__7tUFLa__wrapper{height:160px}}
.AcousticTreatment-module__PQaZBq__acoustics{color:var(--text-primary);z-index:10;background-color:#f9f9f8;border-top:1px solid #0000000d;padding:140px 0;position:relative}.AcousticTreatment-module__PQaZBq__container{max-width:1400px;margin:0 auto;padding:0 40px}.AcousticTreatment-module__PQaZBq__grid{grid-template-columns:350px 1fr;gap:80px;display:grid;position:relative}.AcousticTreatment-module__PQaZBq__sidebar{position:relative}.AcousticTreatment-module__PQaZBq__sticky{position:sticky;top:140px}.AcousticTreatment-module__PQaZBq__tag{font-family:var(--font-sans);color:var(--accent);letter-spacing:.25em;margin-bottom:24px;font-size:.55rem;font-weight:800}.AcousticTreatment-module__PQaZBq__title{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--text-primary);margin:0 0 40px;font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1}.AcousticTreatment-module__PQaZBq__serifAccent{color:var(--accent);font-style:italic}.AcousticTreatment-module__PQaZBq__divider{background-color:var(--accent);width:40px;height:1px;margin-bottom:40px}.AcousticTreatment-module__PQaZBq__trinnovBadge{flex-direction:column;gap:12px;display:flex}.AcousticTreatment-module__PQaZBq__trinnovLogo{opacity:.8;width:140px;height:auto}.AcousticTreatment-module__PQaZBq__badgeLabel{font-family:var(--font-sans);letter-spacing:.15em;color:var(--text-secondary);opacity:.6;font-size:.55rem;font-weight:800}.AcousticTreatment-module__PQaZBq__content{border-left:1px solid #00000014;padding-left:80px}.AcousticTreatment-module__PQaZBq__dossierSection{flex-direction:column;gap:120px;display:flex}.AcousticTreatment-module__PQaZBq__leadText{font-family:var(--font-serif);color:var(--text-primary);max-width:850px;margin:0;font-size:1.8rem;line-height:1.3}.AcousticTreatment-module__PQaZBq__serifItalic{font-style:italic}.AcousticTreatment-module__PQaZBq__visualRow{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.AcousticTreatment-module__PQaZBq__visualAsset{flex-direction:column;gap:12px;display:flex}.AcousticTreatment-module__PQaZBq__assetImage{aspect-ratio:4/3;object-fit:cover;filter:grayscale()contrast(1.1)brightness(1.05);border:1px solid #0000000d;border-radius:2px;width:100%;transition:filter .5s}.AcousticTreatment-module__PQaZBq__inColor{filter:grayscale(0)contrast()brightness()}.AcousticTreatment-module__PQaZBq__assetCaption{font-family:var(--font-sans);letter-spacing:.1em;color:var(--text-secondary);opacity:.5;font-size:.5rem;font-weight:700}.AcousticTreatment-module__PQaZBq__rowText{flex-direction:column;gap:16px;display:flex}.AcousticTreatment-module__PQaZBq__marker{font-family:var(--font-sans);color:var(--accent);letter-spacing:.2em;opacity:.7;margin-bottom:8px;font-size:.55rem;font-weight:800}.AcousticTreatment-module__PQaZBq__blockTitle{font-family:var(--font-serif);color:var(--text-primary);margin:0;font-size:1.4rem;font-weight:600}.AcousticTreatment-module__PQaZBq__blockBody{font-family:var(--font-sans);color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.6}.AcousticTreatment-module__PQaZBq__philosophySection{flex-direction:column;gap:32px;display:flex}.AcousticTreatment-module__PQaZBq__philosophyGrid{grid-template-columns:1.2fr .8fr;gap:60px;display:grid}.AcousticTreatment-module__PQaZBq__philosophyText{font-family:var(--font-sans);color:var(--text-secondary);flex-direction:column;gap:24px;font-size:1.05rem;line-height:1.7;display:flex}.AcousticTreatment-module__PQaZBq__highlightParagraph{font-family:var(--font-serif);color:var(--text-primary);font-size:1.25rem;font-style:italic}.AcousticTreatment-module__PQaZBq__resultBox{border-left:2px solid var(--accent);background:#00000008;align-items:center;padding:32px;display:flex}.AcousticTreatment-module__PQaZBq__resultBox p{font-family:var(--font-sans);color:var(--text-primary);margin:0;font-size:1.15rem;line-height:1.5}.AcousticTreatment-module__PQaZBq__finalBlock{color:inherit;background:#fff;border:1px solid #0000000d;flex-direction:column;gap:40px;padding:60px 80px;display:flex;position:relative}.AcousticTreatment-module__PQaZBq__mainHighlight{font-family:var(--font-serif);color:var(--text-primary);margin:0;font-size:2.2rem;line-height:1.2}.AcousticTreatment-module__PQaZBq__subHighlight{font-family:var(--font-sans);color:var(--text-secondary);max-width:650px;margin:0;font-size:1.1rem;line-height:1.6}.AcousticTreatment-module__PQaZBq__closingStatements{flex-direction:column;gap:12px;padding-top:20px;display:flex}.AcousticTreatment-module__PQaZBq__statementRow{font-family:var(--font-serif);color:var(--text-primary);font-size:1.6rem}.AcousticTreatment-module__PQaZBq__ctaContainer{border-top:1px solid #00000014;margin-top:20px;padding-top:40px}.AcousticTreatment-module__PQaZBq__ctaLead{font-family:var(--font-sans);color:var(--text-secondary);margin-bottom:24px;font-size:.9rem;font-weight:600}.AcousticTreatment-module__PQaZBq__ctaLink{font-family:var(--font-sans);color:var(--accent);letter-spacing:.2em;text-transform:uppercase;font-size:.85rem;font-weight:800;text-decoration:none;transition:all .3s}.AcousticTreatment-module__PQaZBq__ctaLink:hover{letter-spacing:.3em}@media (max-width:1200px){.AcousticTreatment-module__PQaZBq__grid{grid-template-columns:1fr;gap:60px}.AcousticTreatment-module__PQaZBq__content{border-top:1px solid #00000014;border-left:none;padding-top:60px;padding-left:0}.AcousticTreatment-module__PQaZBq__sidebar,.AcousticTreatment-module__PQaZBq__sticky{position:static}.AcousticTreatment-module__PQaZBq__finalBlock{padding:40px}}@media (max-width:900px){.AcousticTreatment-module__PQaZBq__visualRow,.AcousticTreatment-module__PQaZBq__philosophyGrid{grid-template-columns:1fr;gap:40px}.AcousticTreatment-module__PQaZBq__reversed{flex-direction:column-reverse;display:flex}.AcousticTreatment-module__PQaZBq__acoustics{padding:80px 0}.AcousticTreatment-module__PQaZBq__leadText{font-size:1.5rem}.AcousticTreatment-module__PQaZBq__mainHighlight{font-size:1.8rem}}
.ProductCard-module__t53O_a__card{background:var(--bg-secondary);border:1px solid var(--border-subtle);transition:transform var(--transition-medium),border-color var(--transition-medium),box-shadow var(--transition-medium);text-align:left;border-radius:12px;flex-direction:column;display:flex;position:relative;overflow:hidden}.ProductCard-module__t53O_a__card:hover{border-color:var(--accent-gold);transform:translateY(-8px);box-shadow:0 20px 40px #0006}.ProductCard-module__t53O_a__imageWrapper{aspect-ratio:1;background:#111;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.ProductCard-module__t53O_a__placeholderImage{object-fit:cover;opacity:.8;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__placeholderImage{opacity:1;transform:scale(1.05)}.ProductCard-module__t53O_a__info{flex-direction:column;flex-grow:1;gap:8px;padding:20px;display:flex}.ProductCard-module__t53O_a__brand{text-transform:uppercase;letter-spacing:.05em;color:var(--accent-gold);font-size:.75rem;font-weight:600}.ProductCard-module__t53O_a__name{color:var(--text-primary);font-size:1.125rem;font-weight:600;line-height:1.4}.ProductCard-module__t53O_a__price{color:var(--text-secondary);margin-top:auto;font-size:1rem;font-weight:500}.ProductCard-module__t53O_a__addToCartBtn{border:1px solid var(--border-medium);width:100%;color:var(--text-primary);cursor:pointer;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast);background:0 0;border-radius:6px;margin-top:16px;padding:12px;font-size:.875rem;font-weight:600}.ProductCard-module__t53O_a__addToCartBtn:hover{background:var(--text-primary);color:var(--bg-primary);border-color:var(--text-primary)}
.faq-module__6AW0yG__main{background-color:var(--bg-primary);min-height:100vh}.faq-module__6AW0yG__container{max-width:800px;margin:0 auto;padding:120px 40px 60px}.faq-module__6AW0yG__header{border-bottom:1px solid #ffffff1a;margin-bottom:40px;padding-bottom:20px}.faq-module__6AW0yG__title{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:8px;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.faq-module__6AW0yG__subtitle{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.3em;color:var(--accent);font-size:.7rem;font-weight:700}.faq-module__6AW0yG__content{flex-direction:column;gap:15px;display:flex}.faq-module__6AW0yG__section{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.faq-module__6AW0yG__sectionTitle{font-family:var(--font-serif);color:var(--text-primary);border-left:2px solid var(--accent);margin-bottom:10px;padding-left:15px;font-size:1.6rem}.faq-module__6AW0yG__section p{font-family:var(--font-sans);color:var(--text-secondary);max-width:700px;margin:0;font-size:.95rem;line-height:1.5}.faq-module__6AW0yG__accordion{border-top:1px solid #ffffff1a;flex-direction:column;display:flex}.faq-module__6AW0yG__item{border-bottom:1px solid #ffffff1a}.faq-module__6AW0yG__question{text-align:left;cursor:pointer;width:100%;font-family:var(--font-serif);color:var(--text-primary);background:0 0;border:none;justify-content:space-between;align-items:center;padding:3px 0;font-size:1.15rem;transition:color .3s;display:flex}.faq-module__6AW0yG__question:after{content:"▼";color:var(--accent);font-size:.6rem;transition:transform .4s cubic-bezier(.2,.8,.2,1);transform:rotate(0)}.faq-module__6AW0yG__item.faq-module__6AW0yG__open .faq-module__6AW0yG__question:after{transform:rotate(180deg)}.faq-module__6AW0yG__item.faq-module__6AW0yG__open .faq-module__6AW0yG__question{color:var(--accent)}.faq-module__6AW0yG__answerWrapper{transition:grid-template-rows var(--anim-duration,.4s)cubic-bezier(.2,.8,.2,1);grid-template-rows:0fr;display:grid}.faq-module__6AW0yG__item.faq-module__6AW0yG__open .faq-module__6AW0yG__answerWrapper{grid-template-rows:1fr}.faq-module__6AW0yG__answerInner{opacity:0;transition:opacity var(--anim-duration,.4s)ease,transform var(--anim-duration,.4s)ease;padding-bottom:8px;overflow:hidden;transform:translateY(-10px)}.faq-module__6AW0yG__item.faq-module__6AW0yG__open .faq-module__6AW0yG__answerInner{opacity:1;transform:translateY(0)}.faq-module__6AW0yG__answerInner p{font-family:var(--font-sans);color:var(--text-secondary);margin:0 0 12px;font-size:.95rem;line-height:1.6}.faq-module__6AW0yG__answerInner p:last-child{margin-bottom:0}.faq-module__6AW0yG__list{flex-direction:column;gap:8px;padding:10px 0;list-style:none;display:flex}.faq-module__6AW0yG__list li{font-family:var(--font-sans);color:var(--text-secondary);padding-left:20px;font-size:.95rem;position:relative}.faq-module__6AW0yG__list li:before{content:"•";color:var(--accent);position:absolute;left:0}@keyframes faq-module__6AW0yG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.faq-module__6AW0yG__container{padding-top:100px}.faq-module__6AW0yG__question{font-size:1rem}}
.terms-module__tZIRGq__main{background-color:var(--bg-primary);min-height:100vh}.terms-module__tZIRGq__container{max-width:800px;margin:0 auto;padding:120px 40px 60px}.terms-module__tZIRGq__header{border-bottom:1px solid #ffffff1a;margin-bottom:40px;padding-bottom:20px}.terms-module__tZIRGq__title{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:8px;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.terms-module__tZIRGq__subtitle{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.3em;color:var(--accent);font-size:.7rem;font-weight:700}.terms-module__tZIRGq__content{flex-direction:column;gap:35px;display:flex}.terms-module__tZIRGq__section{flex-direction:column;gap:12px;display:flex}.terms-module__tZIRGq__sectionTitle{font-family:var(--font-serif);color:var(--text-primary);border-left:2px solid var(--accent);margin-bottom:4px;padding-left:15px;font-size:1.4rem}.terms-module__tZIRGq__subTitle{font-family:var(--font-serif);color:var(--text-primary);opacity:.8;font-size:1.1rem;font-style:italic}.terms-module__tZIRGq__section p{font-family:var(--font-sans);color:var(--text-secondary);max-width:700px;margin:0;font-size:.95rem;line-height:1.5}.terms-module__tZIRGq__list{flex-direction:column;gap:6px;padding:0;list-style:none;display:flex}.terms-module__tZIRGq__list li{font-family:var(--font-sans);color:var(--text-secondary);padding-left:20px;font-size:.95rem;line-height:1.4;position:relative}.terms-module__tZIRGq__list li:before{content:"•";color:var(--accent);font-weight:700;position:absolute;left:0}@media (max-width:768px){.terms-module__tZIRGq__container{padding-top:120px}.terms-module__tZIRGq__title{font-size:2.5rem}}
.ClientTestimonials-module___XSC-G__testimonials{color:#fff;background:#111;border-top:1px solid #ffffff1a;padding:80px 0 25px;position:relative}.ClientTestimonials-module___XSC-G__container{max-width:1400px;margin:0 auto;padding:0 40px}.ClientTestimonials-module___XSC-G__header{border-bottom:1px solid #ffffff1a;margin-bottom:40px;padding-bottom:20px}.ClientTestimonials-module___XSC-G__label{font-family:var(--font-mono);letter-spacing:.2em;color:var(--accent);opacity:.8;margin-bottom:12px;font-size:.7rem;display:block}.ClientTestimonials-module___XSC-G__title{font-family:var(--font-serif);color:#fff;margin:0;font-size:2rem}.ClientTestimonials-module___XSC-G__reelContainer{margin:0 -20px;padding:0 20px;position:relative}.ClientTestimonials-module___XSC-G__reel{scrollbar-width:none;-ms-overflow-style:none;gap:24px;width:100%;padding:20px 0;display:flex;overflow-x:auto}.ClientTestimonials-module___XSC-G__reel::-webkit-scrollbar{display:none}.ClientTestimonials-module___XSC-G__navButton{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;z-index:10;background:#0009;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ClientTestimonials-module___XSC-G__navButton:hover{color:#000;background:#fff;border-color:#fff}.ClientTestimonials-module___XSC-G__prevButton{left:0}.ClientTestimonials-module___XSC-G__nextButton{right:0}.ClientTestimonials-module___XSC-G__clientCard{-webkit-user-select:none;user-select:none;flex-direction:column;flex:0 0 180px;gap:12px;display:flex}.ClientTestimonials-module___XSC-G__imageWrapper{aspect-ratio:1;border:1px solid #ffffff1a;border-radius:12px;width:100%;transition:filter .5s;overflow:hidden}.ClientTestimonials-module___XSC-G__clientCard:hover .ClientTestimonials-module___XSC-G__imageWrapper{border-color:#ffffff4d}.ClientTestimonials-module___XSC-G__clientImage{object-fit:cover;width:100%;height:100%}.ClientTestimonials-module___XSC-G__reviewText{font-family:var(--font-serif);color:#ffffffb3;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;font-size:.85rem;font-style:italic;line-height:1.4;display:-webkit-box;overflow:hidden}.ClientTestimonials-module___XSC-G__clientInfo{border-top:1px solid #ffffff26;padding-top:8px}.ClientTestimonials-module___XSC-G__clientName{font-family:var(--font-sans);color:#fff;margin:0 0 2px;font-size:.8rem;font-weight:700}.ClientTestimonials-module___XSC-G__clientRole{font-family:var(--font-mono);color:#fff6;text-transform:uppercase;letter-spacing:.05em;font-size:.6rem}@media (max-width:768px){.ClientTestimonials-module___XSC-G__clientCard{flex:0 0 160px}.ClientTestimonials-module___XSC-G__title{font-size:1.5rem}.ClientTestimonials-module___XSC-G__navButton{width:36px;height:36px}}
.ProductGrid-module__0X52Rq__gridSection{max-width:1200px;margin:0 auto;padding:80px 20px}.ProductGrid-module__0X52Rq__sectionHeader{text-align:center;margin-bottom:40px}.ProductGrid-module__0X52Rq__title{margin-bottom:12px;font-size:2rem;font-weight:700}.ProductGrid-module__0X52Rq__subtitle{color:var(--text-secondary);font-size:1rem}.ProductGrid-module__0X52Rq__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px;display:grid}
