:root{--primary: #656565;--primary-dark: #4A4A4A;--primary-darker: #333333;--primary-darkest: #222222;--primary-light: #808080;--primary-lighter: #9A9A9A;--accent-warm: #F2BB01;--accent-warm-light: #F5CC3D;--black: #0E0E0E;--dark-gray: #3D3D3D;--mid-gray: #6B6B6B;--light-gray: #B8B8B8;--off-white: #F2F2F0;--white: #FAFAFA;--font-primary: "Barlow", sans-serif;--font-condensed: "Barlow Condensed", sans-serif;--font-display: "DM Serif Display", serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-primary);background:var(--black);color:var(--white);overflow-x:hidden}body.page-light{background:var(--off-white);color:var(--primary-darker)}.lang-banner{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:250;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;padding:2rem 2.5rem;background:var(--primary-darker);color:var(--off-white);font-family:var(--font-condensed);font-size:1rem;border-radius:8px;border-top:3px solid var(--accent-warm);box-shadow:0 20px 60px #00000080;width:min(420px,calc(100vw - 2rem))}.lang-banner[hidden]{display:none}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:1rem 2rem;background:var(--primary-darker);color:var(--off-white);border-top:3px solid var(--accent-warm);box-shadow:0 -4px 20px #0003}.cookie-banner[hidden]{display:none}body.cookie-banner-active{padding-bottom:4.5rem}.cookie-banner-text{margin:0;font-family:var(--font-primary);font-size:.8rem;line-height:1.5;color:var(--off-white)}.cookie-banner-link{color:var(--accent-warm);text-decoration:underline;text-underline-offset:2px}.cookie-banner-link:hover{color:var(--accent-warm-light)}.cookie-banner-cta{flex-shrink:0;background:var(--accent-warm);color:var(--primary-darker);border:none;border-radius:4px;padding:.55rem 1.25rem;font-family:var(--font-condensed);font-weight:700;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:background .2s ease}.cookie-banner-cta:hover{background:var(--accent-warm-light)}@media(max-width:600px){.cookie-banner{flex-direction:column;align-items:stretch;gap:.75rem;padding:1rem}.cookie-banner-cta{width:100%;text-align:center}body.cookie-banner-active{padding-bottom:10rem}}.lang-banner-text{color:var(--off-white);font-size:1.05rem;font-family:var(--font-primary);font-weight:500}.lang-banner-cta{display:inline-block;background:var(--accent-warm);color:var(--primary-darker);font-weight:700;text-decoration:none;letter-spacing:.18em;text-transform:uppercase;font-size:.75rem;padding:.6rem 1.5rem;border-radius:4px;transition:background .2s ease}.lang-banner-cta:hover{background:var(--accent-warm-light)}.lang-banner-close{position:absolute;top:.5rem;right:.75rem;background:none;border:none;color:var(--off-white);font-size:1.4rem;line-height:1;cursor:pointer;padding:.25rem .5rem;opacity:.6;transition:opacity .2s ease}.lang-banner-close:hover{opacity:1}@media(max-width:600px){.lang-banner{padding:1.5rem 1.25rem;font-size:.95rem;gap:1rem}.lang-banner-text{white-space:normal}.lang-banner-cta{font-size:.75rem}}::selection{background:var(--primary);color:var(--white)}nav{position:fixed;top:0;left:0;right:0;z-index:300;padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;transition:all .4s ease}nav.scrolled{background:#333333f2;backdrop-filter:blur(20px);padding:1rem 3rem;border-bottom:1px solid rgba(101,101,101,.15)}nav.nav-solid{padding:1rem 3rem;background:#333333f2;backdrop-filter:blur(20px);border-bottom:1px solid rgba(101,101,101,.15)}.nav-logo{height:38px;opacity:.95;transition:opacity .3s}.nav-logo:hover{opacity:1}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{font-family:var(--font-condensed);font-weight:600;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:var(--white);text-decoration:none;transition:color .3s;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--primary-light);transition:width .3s ease}.nav-links a:hover{color:var(--white)}.nav-links a:hover:after{width:100%}.nav-lang-group{display:flex;align-items:center;gap:.3rem;margin-left:.5rem}.nav-lang-divider{color:#ffffff4d;font-size:.75rem}.nav-lang-option{font-family:var(--font-condensed)!important;font-weight:600!important;font-size:.7rem!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:#fff6!important;text-decoration:none!important;transition:color .3s!important}.nav-lang-option:hover,.nav-lang-option.active{color:var(--white)!important}.nav-lang-option:after{display:none!important}.nav-hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:301;flex-direction:column;gap:5px}.nav-hamburger span{display:block;width:24px;height:2px;background:var(--white);transition:all .3s ease;transform-origin:center}.nav-hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-hamburger.active span:nth-child(2){opacity:0}.nav-hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile-overlay{display:none;position:fixed;inset:0;background:#1a1a1af7;backdrop-filter:blur(20px);z-index:250;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease;pointer-events:none}.nav-mobile-overlay.active{opacity:1;pointer-events:all}.nav-mobile-links{list-style:none;text-align:center;display:flex;flex-direction:column;gap:2rem}.nav-mobile-links a{font-family:var(--font-condensed);font-weight:700;font-size:1.5rem;letter-spacing:.2em;text-transform:uppercase;color:var(--white);text-decoration:none;transition:color .3s}.nav-mobile-links a:hover{color:var(--accent-warm)}body.nav-open{overflow:hidden}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:url(/hero.JPEG) center center / cover no-repeat}.hero-gradient{position:absolute;inset:0;background:radial-gradient(ellipse 70% 50% at 50% 50%,rgba(14,14,14,.5) 0%,transparent 100%),linear-gradient(180deg,#0e0e0e99,#0e0e0e66 40%,#0e0e0ecc);z-index:1;pointer-events:none}.hero-content{position:relative;z-index:2;text-align:center;max-width:900px;padding:0 2rem;text-shadow:0 2px 20px rgba(0,0,0,.6),0 1px 4px rgba(0,0,0,.4)}.hero-tag{font-family:var(--font-condensed);font-weight:700;font-size:.75rem;letter-spacing:.4em;text-transform:uppercase;color:var(--white);margin-bottom:2rem;opacity:0;transform:translateY(20px);animation:fadeUp .8s ease .3s forwards}.hero-title{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3.5rem);line-height:1.1;color:var(--white);margin-bottom:1.5rem;opacity:0;transform:translateY(30px);animation:fadeUp .8s ease .5s forwards}.hero-title em{font-style:italic;color:var(--white)}.hero-subtitle{font-size:1.15rem;font-weight:400;color:var(--white);max-width:550px;margin:0 auto 2.5rem;line-height:1.7;opacity:0;transform:translateY(20px);animation:fadeUp .8s ease .7s forwards}.hero-cta{display:inline-flex;gap:1rem;opacity:0;transform:translateY(20px);animation:fadeUp .8s ease .9s forwards}.btn{font-family:var(--font-condensed);font-weight:700;font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;padding:1rem 2.5rem;border:none;cursor:pointer;text-decoration:none;transition:all .35s ease;position:relative;overflow:hidden;display:inline-block}.btn-primary{background:var(--accent-warm);color:var(--white)}.btn-primary:hover{background:var(--accent-warm-light);transform:translateY(-2px);box-shadow:0 8px 30px #9a9a9a4d}.btn-outline{background:#ffffff1f;color:var(--white);border:1px solid rgba(255,255,255,.4);backdrop-filter:blur(4px)}.btn-outline:hover{background:#fff3;border-color:var(--white);color:var(--white);transform:translateY(-2px)}.btn-grey{background:var(--primary);color:var(--white)}.btn-grey:hover{background:var(--primary-light);transform:translateY(-2px)}.cta-buttons{display:flex;justify-content:center;align-items:stretch;gap:1rem}.cta-buttons .btn{display:flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap;width:230px;padding:1rem .5rem}@media(max-width:640px){.cta-buttons{width:100%}.cta-buttons .btn{flex:1 1 0;min-width:0;padding:1rem .5rem;font-size:.72rem;letter-spacing:.12em}}.hero-scroll{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.75rem;opacity:0;animation:fadeUp .8s ease 1.2s forwards}.hero-scroll span{font-family:var(--font-condensed);font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:var(--mid-gray)}.scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--primary-light),transparent);animation:scrollPulse 2s ease infinite}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}.story{padding:5rem 3rem 2rem;position:relative;background:var(--primary-darker);overflow:hidden}.story:before{content:"";position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:var(--primary-dark);transform:skew(-12deg);opacity:.25;pointer-events:none}.story:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--primary-light),transparent)}.story-grid{max-width:1104px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.story-left{position:relative;z-index:1}.story-tag{font-family:var(--font-condensed);font-weight:700;font-size:.75rem;letter-spacing:.35em;text-transform:uppercase;color:var(--accent-warm);margin-bottom:1.5rem;display:inline-block;position:relative;padding-bottom:.75rem}.story-tag:after{content:"";position:absolute;bottom:0;left:0;width:2.5rem;height:2px;background:var(--accent-warm)}.story-title{font-family:var(--font-display);font-size:clamp(1.6rem,2.6vw,2rem);line-height:1.2;margin-bottom:2rem;color:var(--white)}.story-text{font-weight:400;font-size:1.05rem;line-height:1.8;color:var(--off-white);margin-bottom:1.5rem}.story-cta{display:inline-block;margin-top:1rem;font-family:var(--font-condensed);font-weight:700;font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;color:var(--white);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:.4rem;transition:color .2s ease,border-color .2s ease}.story-cta:hover{color:var(--accent-warm);border-bottom-color:var(--accent-warm)}.home-references{background:var(--off-white);padding:4rem 3rem 5rem}.home-references-inner{max-width:1200px;margin:0 auto;padding:0 3rem}.home-references-header{text-align:center;margin-bottom:3rem}.home-references-title{font-family:var(--font-display);font-size:clamp(1.875rem,3.2vw,3rem);line-height:1.2;color:var(--primary-darker);margin:.75rem 0 0}.home-references-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.home-references-grid.references-grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1200px){.home-references-grid.references-grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.home-references-grid.references-grid-4{grid-template-columns:1fr;gap:1.25rem}}.home-reference-card{display:flex;flex-direction:column;background:var(--white);border-radius:6px;text-decoration:none;overflow:hidden;box-shadow:0 2px 12px #0000000a;transition:transform .3s ease,box-shadow .3s ease}.home-reference-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.home-reference-image{aspect-ratio:4 / 3;overflow:hidden;background:var(--off-white)}.home-reference-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.home-reference-card:hover .home-reference-image img{transform:scale(1.04)}.home-reference-image-placeholder{background:linear-gradient(135deg,#e5e5e2,#d8d8d5)}.home-reference-body{padding:1.5rem 1.75rem 1.75rem;display:flex;flex-direction:column}.home-reference-location{font-family:var(--font-condensed);font-weight:700;font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:var(--primary);margin:0 0 .5rem}.home-reference-name{font-family:var(--font-primary);font-weight:700;font-size:1.15rem;line-height:1.3;color:var(--primary-darker);margin:0 0 1rem}.home-reference-link{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-condensed);font-weight:700;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--primary-darker)}.home-reference-link svg{transition:transform .3s ease}.home-reference-card:hover .home-reference-link svg{transform:translate(4px)}@media(max-width:900px){.home-references{padding:3rem 1.5rem 4rem}.home-references-inner{padding:0}.home-references-grid{grid-template-columns:1fr;gap:1.25rem}}.story-right{position:relative;z-index:1}.story-image{border-radius:8px;overflow:hidden;box-shadow:0 12px 40px #0000004d}.story-image img{width:100%;height:100%;display:block;object-fit:cover;aspect-ratio:4 / 3}.stat-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.stat-card{background:#ffffff0d;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.08);border-left:3px solid var(--primary-light);border-radius:10px;padding:2.5rem 2rem;position:relative;overflow:hidden;transition:all .4s ease;box-shadow:0 4px 20px #00000026}.stat-card:hover{transform:translateY(-6px);border-left-color:var(--accent-warm);box-shadow:0 12px 40px #00000040;background:#ffffff14}.stat-card:before{display:none}.stat-number{font-family:var(--font-condensed);font-weight:800;font-size:2.5rem;color:var(--white);line-height:1;margin-bottom:.5rem}.stat-label{font-family:var(--font-condensed);font-weight:600;font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:var(--light-gray)}.section-divider-light{width:100%;height:1px;background:#e5e5e2}.products{padding:5rem 0;background:var(--off-white);color:var(--black)}.products-header{max-width:1200px;margin:0 auto 2.75rem;padding-inline:clamp(1.5rem,5vw,4rem)}.products-header h2{font-family:var(--font-display);font-size:clamp(1.875rem,3.2vw,3rem);margin-bottom:1rem}.products-header p{font-weight:300;font-size:1.05rem;color:var(--mid-gray);max-width:550px}.product-hero-tag{display:inline-block;margin-bottom:1rem;font-family:var(--font-condensed);font-weight:600;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--primary);background:#fff;border:1px solid var(--light-gray);padding:.3rem .7rem;border-radius:2px}.pc-page-header{max-width:1200px;margin:0 auto;padding:8rem clamp(1.5rem,5vw,3rem) 0}.pc-accent{width:48px;height:3px;background:var(--accent-warm);margin-bottom:1.75rem}.pc-h1{margin:0 0 1.5rem;font-family:var(--font-display);font-size:clamp(3rem,6vw,5rem);line-height:1.05;color:var(--primary-darker)}.pc-sub{margin:0;font-family:var(--font-primary);font-size:1.35rem;font-weight:400;line-height:1.55;color:var(--primary-darker);max-width:700px}@media(max-width:900px){.pc-page-header{padding-top:7rem}.pc-h1{font-size:clamp(2.25rem,8vw,3rem)}.pc-sub{font-size:1.1rem}}.plist{max-width:1200px;margin:1.5rem auto 5rem;padding-inline:clamp(1.5rem,5vw,3rem)}.plist-filter{display:flex;flex-wrap:wrap;gap:.5rem;max-width:1200px;margin:2.25rem auto 0;padding-inline:clamp(1.5rem,5vw,3rem)}.plist-filter-btn{font-family:var(--font-condensed);font-weight:700;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--primary);background:transparent;border:1px solid var(--light-gray);border-radius:20px;padding:.45rem .95rem;cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease}.plist-filter-btn:hover{border-color:var(--primary);color:var(--primary-darker)}.plist-filter-btn.active{background:var(--primary-darker);border-color:var(--primary-darker);color:#fff}.plist-inner{background:#fff;border-radius:10px;box-shadow:0 2px 16px #0000000d;overflow:hidden}.plist-card{display:flex;align-items:center;gap:1.75rem;padding:1.05rem 1.75rem;text-decoration:none;color:inherit;border-top:1px solid rgba(51,51,51,.09);opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s cubic-bezier(.23,1,.32,1),background .2s ease}.plist-card:first-child,.plist-card.plist-first{border-top:none}.plist-card.visible{opacity:1;transform:translateY(0)}.plist-card:hover .plist-name{color:#000}.plist-image{flex:none;width:280px;aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center;background:#fff;padding:.5rem}.plist-image img{width:100%;height:100%;object-fit:contain}.plist-image svg{width:56px;height:56px;color:var(--primary)}.plist-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.45rem}.plist-tag{align-self:flex-start;font-family:var(--font-condensed);font-weight:700;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);background:var(--off-white);border:1px solid var(--light-gray);border-radius:4px;padding:.22rem .6rem}.plist-name{margin:0;font-family:var(--font-primary);font-weight:700;font-size:1.5rem;line-height:1.15;color:var(--primary-darker);transition:color .2s ease}.plist-desc{margin:0;font-family:var(--font-primary);font-size:.95rem;line-height:1.5;color:var(--mid-gray);max-width:62ch}.plist-actions{flex:none}.plist-btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-condensed);font-weight:700;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;line-height:1;color:var(--primary-darker);border:1px solid var(--light-gray);border-radius:5px;padding:.65rem 1.05rem;white-space:nowrap;transition:border-color .2s ease,gap .2s ease}.plist-btn svg{transition:transform .2s ease}.plist-card:hover .plist-btn{border-color:var(--primary);gap:.7rem}.plist-card:hover .plist-btn svg{transform:translate(2px)}@media(max-width:760px){.plist-card{gap:1.25rem;padding:1.35rem}.plist-image{width:210px}.plist-name{font-size:1.3rem}.plist-desc{font-size:.9rem}}@media(max-width:620px){.plist{padding-inline:1.25rem}.plist-card{flex-direction:column;align-items:stretch;gap:.95rem;padding:1.25rem 1.25rem 1.5rem}.plist-image{width:100%;aspect-ratio:16 / 10}.plist-name{font-size:1.3rem}.plist-actions{align-self:flex-start;margin-top:.8rem}}.ccards{max-width:1200px;margin:0 auto;padding-inline:clamp(1.5rem,5vw,4rem);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3.75rem 2rem}.ccard{text-decoration:none;color:inherit;display:block}.ccard-media{position:relative;aspect-ratio:4 / 3;border-radius:12px;overflow:hidden;background:var(--primary-darker);box-shadow:0 6px 22px #0000001f}.ccard-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.23,1,.32,1)}.ccard:hover .ccard-media img{transform:scale(1.05)}.ccard-media:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0c0c0cd1,#0c0c0c7a 16%,#0c0c0c1f 34%,#0c0c0c00 50%)}.ccard-arrow{position:absolute;top:1.15rem;right:1.15rem;z-index:2;width:42px;height:42px;border-radius:8px;background:#fff;color:var(--primary);display:flex;align-items:center;justify-content:center;transition:transform .25s ease,color .2s ease}.ccard:hover .ccard-arrow{color:var(--primary-darker);transform:translate(3px)}.ccard-content{position:absolute;left:0;right:0;top:0;z-index:1;padding:1.4rem 4.5rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.55rem}.ccard-title{margin:0;color:#fff;font-family:var(--font-primary);font-weight:700;font-size:1.7rem;line-height:1.08;letter-spacing:-.01em;text-shadow:0 2px 10px rgba(0,0,0,.7)}.ccard-desc{margin:.9rem 0 0;font-family:var(--font-primary);font-size:1.15rem;line-height:1.5;color:var(--primary-darker);max-width:46ch}@media(max-width:760px){.ccards{grid-template-columns:1fr;gap:3rem;padding-inline:1.5rem}.ccard-media{aspect-ratio:3 / 2}.ccard-title{font-size:1.55rem}}.cta-section{padding:5rem 3rem;text-align:center;position:relative;overflow:hidden;background:var(--off-white)}.cta-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 50% 50%,rgba(101,101,101,.08),transparent)}.cta-content{position:relative;z-index:1}.cta-content h2{font-family:var(--font-display);font-size:clamp(1.875rem,3.2vw,3rem);color:var(--primary-darker);margin-bottom:1.5rem}.cta-content p{font-weight:300;font-size:1.1rem;color:var(--mid-gray);margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto}.cta-section-dark{padding:5rem 3rem;background:var(--primary-darker);text-align:center}.cta-section-dark h2{font-family:var(--font-display);font-size:clamp(1.875rem,3.2vw,3rem);color:var(--white);margin-bottom:1rem}.cta-section-dark p{font-size:1rem;color:var(--primary-lighter);margin-bottom:2.5rem}.back-link{display:inline-block;margin-top:1.5rem;font-family:var(--font-condensed);font-weight:600;font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:var(--primary-lighter);text-decoration:none;transition:color .3s}.back-link:hover{color:var(--white)}footer{background:var(--primary-darker);border-top:1px solid rgba(255,255,255,.08);padding:3rem 0 1.75rem}.footer-inner{max-width:1100px;margin:0 auto;padding:0 3rem}.footer-top{max-width:820px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-bottom:2.5rem;text-align:center}.footer-col{min-width:0}.footer-heading{font-family:var(--font-condensed);font-weight:700;font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;color:var(--off-white);margin:0 0 1.1rem}.footer-heading a{color:inherit;text-decoration:none;transition:color .2s ease}.footer-heading a:hover{color:var(--accent-warm)}.footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;gap:.55rem}.footer-col li a{font-family:var(--font-primary);font-size:.9rem;line-height:1.4;color:var(--light-gray);text-decoration:none;transition:color .2s ease}.footer-col li a:hover{color:var(--off-white)}.footer-bottom{padding:1.5rem 3rem 0;border-top:1px solid rgba(255,255,255,.08);text-align:center}.footer-copy{font-family:var(--font-condensed);font-size:.75rem;letter-spacing:.14em;color:var(--mid-gray);margin:0}.product-hero{padding:8rem 3rem 2rem;max-width:1200px;margin:0 auto}.product-category{font-family:var(--font-condensed);font-weight:700;font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:var(--primary-light);margin-bottom:1rem;display:inline-block;padding:.4rem 1rem;border:1px solid var(--light-gray);border-radius:2px}.product-page-title{font-family:var(--font-display);font-size:clamp(3rem,6vw,5rem);line-height:1.05;color:var(--primary-darker);margin:0 0 1.5rem}.product-subtitle{font-size:1.15rem;font-weight:400;line-height:1.6;color:var(--primary);max-width:800px}.reference-story{max-width:1200px;margin:-2rem auto 0;padding:0 3rem .5rem}.reference-story p{max-width:760px;font-size:1.1rem;line-height:1.75;color:var(--dark-gray);margin:0 0 1.25rem}.reference-story p:last-child{margin-bottom:0}.reference-story+.details-section{border-top:none}@media(max-width:768px){.reference-story{padding:0 1.5rem}.reference-story p{font-size:1rem}}.product-sheet-btn{display:inline-block;margin-top:1.75rem;font-family:var(--font-condensed);font-weight:700;font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;color:#333;background:#f2bb01;padding:.85rem 1.75rem;border-radius:4px;text-decoration:none;transition:background .2s}.product-sheet-btn:hover{background:#d4a301}.product-location{font-family:var(--font-condensed);font-weight:600;font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;color:var(--primary-light);margin-bottom:1.5rem}.media-section{padding:0 3rem 4rem;max-width:1200px;margin:0 auto}.media-section>*{max-width:800px}.product-tab-content video{display:block;width:auto;max-width:100%;height:auto;max-height:600px;margin:0 auto;border-radius:4px}.image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.image-placeholder{background:var(--primary-dark);border-radius:4px;height:200px;display:flex;align-items:center;justify-content:center}.image-placeholder span{font-family:var(--font-condensed);font-weight:600;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--primary-light)}.includes-grid{display:flex;flex-wrap:wrap;gap:.75rem;margin-left:-2%}.includes-card{flex:0 0 170px;background:var(--off-white);border-radius:8px;padding:1rem .75rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.includes-card-img{width:100%;height:100px;object-fit:contain}.includes-card-placeholder{width:100%;height:100px}.includes-card-name{font-family:var(--font-condensed);font-weight:700;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--primary-darker)}.includes-card-note{display:block;margin-top:.25rem;font-family:var(--font-body);font-weight:400;font-size:.84rem;letter-spacing:0;text-transform:none;color:gray;line-height:1.3}.includes-grid-compact .includes-card{flex:0 0 120px;padding:.65rem .5rem;gap:.35rem}.includes-grid-compact .includes-card-img,.includes-grid-compact .includes-card-placeholder{height:65px}.includes-grid-compact .includes-card-name{font-size:.65rem;letter-spacing:.1em}.details-section{padding:2rem 3rem;max-width:1200px;margin:0 auto;border-top:1px solid rgba(101,101,101,.15)}.details-section>*{max-width:800px}.details-section h2{font-family:var(--font-display);font-size:clamp(1.375rem,2vw,1.5rem);color:var(--primary-darker);margin-bottom:.75rem}.details-section p{font-size:1rem;line-height:1.8;color:var(--primary);margin-bottom:1.5rem;max-width:700px}.products-used-list{list-style:none;display:flex;flex-wrap:wrap;gap:.75rem}.products-used-list li a{display:inline-block;font-family:var(--font-condensed);font-weight:600;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--primary-darker);text-decoration:none;border:1px solid var(--light-gray);padding:.5rem 1rem;border-radius:3px;transition:all .3s}.products-used-list li a:hover{border-color:var(--primary);background:var(--primary-darker);color:var(--white)}@media(max-width:600px){.products-used-list{gap:.4rem}.products-used-list li a{font-size:.65rem;padding:.4rem .5rem;letter-spacing:.05em}}.features-paragraphs{display:grid;gap:0}.details-section p.feature-item{font-size:.9rem;line-height:1.5;color:var(--primary);padding-left:1.5rem;position:relative;margin:0 0 .5rem;max-width:none}.feature-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:var(--primary-light)}.product-tabs-section{padding:2rem 3rem;max-width:1200px;margin:0 auto;border-top:1px solid rgba(101,101,101,.15)}.product-tabs-section>*{max-width:800px}.product-tabs{display:flex;gap:2rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(101,101,101,.15)}.product-tab{font-family:var(--font-condensed);font-weight:700;font-size:.9rem;letter-spacing:.12em;text-transform:uppercase;color:var(--primary-light);background:none;border:none;padding:.5rem 0;margin-bottom:-1px;cursor:pointer;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.product-tab:hover{color:var(--primary-darker)}.product-tab.active{color:var(--primary-darker);border-bottom-color:var(--primary-darker)}.product-tab-content{display:none}.product-tab-content.active{display:block}.specs-list{display:grid;gap:.5rem;max-width:700px}.specs-list .spec-row{display:flex;gap:1rem;font-size:.95rem;line-height:1.6;padding:.4rem 0;border-bottom:1px solid rgba(101,101,101,.12)}.specs-list .spec-section-header{font-weight:700;font-size:.95rem;color:var(--primary-dark);padding:1.2rem 0 .4rem;border-bottom:2px solid rgba(101,101,101,.25);margin-bottom:.2rem}.specs-list .spec-section-header:first-child{padding-top:0}.specs-list .spec-row-header{font-size:.95rem;color:var(--primary-dark);border-bottom:2px solid rgba(101,101,101,.25);padding-bottom:.5rem;margin-bottom:.2rem}.specs-list .spec-row-header dt,.specs-list .spec-row-header dd{font-weight:700;color:var(--primary-dark)}.specs-list dt{font-weight:600;color:var(--primary-dark);flex:0 0 40%}.specs-list dd{color:var(--primary);flex:1}.references-hero{padding:8rem 3rem 4rem;max-width:1200px;margin:0 auto;text-align:left}.page-section{max-width:1200px;margin:0 auto;padding:2rem 3rem 6rem}@media(max-width:900px){.page-section{padding:2rem 1.5rem 4rem}}.references-hero:before{content:"";display:block;width:48px;height:3px;background:var(--accent-warm);margin-bottom:1.75rem}.references-title{font-family:var(--font-display);font-size:clamp(3rem,6vw,5rem);line-height:1.05;color:var(--primary-darker);margin:0 0 1.5rem}.references-subtitle{font-size:1.35rem;font-weight:400;line-height:1.55;color:var(--primary-darker);margin:0}@media(max-width:900px){.references-hero{padding:7rem 1.5rem 2.5rem}.references-title{font-size:clamp(2.25rem,8vw,3rem)}.references-subtitle{font-size:1.1rem}}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(40px);transition:all .7s cubic-bezier(.23,1,.32,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@media(max-width:900px){nav{padding:1rem 1.5rem}nav.nav-solid{padding:1rem 1.5rem}.nav-links{display:none}.nav-hamburger,.nav-mobile-overlay{display:flex}.hero-content{padding:0 1.5rem}.story{padding:3.5rem 1.5rem 2rem}.story-grid{grid-template-columns:1fr;gap:2rem}.story-title{margin-bottom:1rem}.story-text{font-size:.9rem;line-height:1.6;margin-bottom:.75rem}.story-tag{font-size:.65rem;margin-bottom:1rem;padding-bottom:.5rem}.stat-grid{grid-template-columns:1fr;gap:.75rem}.stat-card{padding:1.25rem}.stat-number{font-size:1.8rem}.stat-label{font-size:.7rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:.95rem;margin-bottom:1.5rem}.products{padding:3.5rem 0}.products-header{margin:0 auto 2.5rem}.products-header h2{margin-bottom:.5rem}.products-header p{font-size:.9rem}.cta-section{padding:3.5rem 1.5rem}.cta-section p{font-size:.9rem}footer{padding:2.25rem 0 1.25rem}.footer-inner{padding:0 1rem}.footer-top{max-width:none;gap:1.5rem .75rem;padding-bottom:1.75rem}.footer-heading{font-size:.66rem;letter-spacing:.12em;margin-bottom:.8rem}.footer-col ul{gap:.45rem}.footer-col li a{font-size:.75rem;line-height:1.35}.footer-bottom{padding:1.25rem 1rem 0}.product-hero{padding:7rem 1.5rem 2rem}.product-hero-tag{font-size:.75rem}.product-hero h1,.product-page-title{font-size:clamp(2.25rem,8vw,3rem)}.product-hero p,.product-subtitle{font-size:1.1rem;line-height:1.55}.media-section{padding:0 1.5rem 2rem}.image-grid{grid-template-columns:1fr}.image-placeholder{height:160px}.product-tabs-section{padding:2rem 1.5rem}.product-tabs{gap:1.25rem}.product-tab{font-size:.9rem}.includes-grid{margin-left:0}.includes-card,.includes-grid-compact .includes-card{flex:0 0 calc(50% - .375rem)}.includes-card-img{height:70px}.details-section{padding:2rem 1.5rem}.details-section h2{margin-bottom:1rem}.details-section p,.feature-item{font-size:1.05rem;line-height:1.7}.specs-list .spec-row{flex-direction:column;gap:.25rem;font-size:1.05rem}.specs-list dt,.specs-list dd{flex:none}#tab-performance .specs-list .spec-row{flex-direction:row;gap:.75rem}#tab-performance .specs-list dt{flex:0 0 45%}#tab-performance .specs-list dd{flex:1}.cta-section-dark{padding:3rem 1.5rem}.cta-section-dark p{font-size:.9rem}.references-hero{padding:7rem 1.5rem 2rem}.references-hero h1{font-size:clamp(2.25rem,8vw,3rem)}}.grain{position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:128px 128px}.details-section.product-reference{padding-top:3.5rem}@media(max-width:900px){.details-section.product-reference{padding-top:3rem}}.product-reference-text{max-width:760px;font-size:1.05rem;line-height:1.75;color:var(--dark-gray);margin:0 0 2rem}.product-reference-images{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:760px}.product-reference-image{aspect-ratio:4 / 3;border-radius:6px;overflow:hidden;background:#e6e6e4;display:flex;align-items:center;justify-content:center}.product-reference-image span{font-family:var(--font-condensed);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--mid-gray)}.product-reference-image img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:900px){.product-reference-images{grid-template-columns:1fr;gap:1.25rem}}.product-rhythm .details-section.product-reference,.product-rhythm .product-tabs-section{border-top:none}.product-rhythm .details-section.product-section{border-top:1px solid rgba(101,101,101,.15)}.product-rhythm .details-section.product-section{padding-top:3.25rem;padding-bottom:3.25rem}.product-reference-zone{background:var(--primary-darker);padding:4.5rem 0}.product-reference-inner,.product-tabs-inner{max-width:1200px;margin:0 auto;padding:0 3rem}.product-reference-accent{width:48px;height:3px;background:var(--accent-warm);margin-bottom:1.75rem}.product-reference-zone h2{font-family:var(--font-display);font-size:clamp(1.5rem,2.4vw,1.9rem);color:var(--white);margin:0 0 1rem}.product-reference-zone .product-reference-text{color:#ffffffd1}.product-rhythm .product-tabs-section{background:var(--off-white);max-width:none;padding:5.25rem 0 6.5rem;margin:0}@media(max-width:900px){.product-rhythm .product-tabs-section{padding:4.25rem 0 5.25rem}}@media(max-width:900px){.product-rhythm .details-section.product-section{padding-top:3rem;padding-bottom:3rem}.product-reference-zone{padding:3.75rem 0}.product-reference-inner,.product-tabs-inner{padding:0 1.5rem}}.product-rhythm.has-reference .cta-section-dark{background:var(--off-white)}.product-rhythm .cta-section-dark{padding-top:7rem;padding-bottom:7rem}.product-rhythm.has-reference .cta-section-dark h2{color:var(--primary-darker)}.product-rhythm.has-reference .cta-section-dark p{color:var(--primary)}.product-rhythm .includes-card{background:transparent;padding:0 .75rem}.product-rhythm .details-section.product-section h2,.product-rhythm .details-section.product-section .features-paragraphs,.product-reference-zone h2,.product-reference-zone .product-reference-text,.product-reference-zone .product-reference-images{max-width:800px}@media(max-width:900px){.product-rhythm .cta-section-dark{padding-top:5rem;padding-bottom:5rem}.product-rhythm .cta-section-dark h2{font-size:clamp(1.05rem,5.2vw,1.75rem)}}.product-rhythm:not(.has-reference) .product-tabs-section{padding-top:0}.product-rhythm:not(.has-reference) .product-tabs-inner{border-top:1px solid rgba(101,101,101,.15);padding-top:3rem}@media(max-width:900px){.product-rhythm:not(.has-reference) .product-tabs-inner{padding-top:4.25rem}}.product-rhythm .product-tabs-inner>*{max-width:800px}.product-rhythm.has-reference .cta-section-dark{position:relative}.product-rhythm.has-reference .cta-section-dark:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:min(1200px,100%);height:1px;background:#65656526}
