@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap");:root{--ink:#18252d;--muted:#66747b;--line:#dce5e7;--brand:#d46f3d;--brand-dark:#ad4f2b;--soft:#f4f7f6;--dark:#102c37;--dark-2:#193f4b;--white:#fff;--radius-sm:6px;--radius-md:12px;--radius-lg:22px;--shadow-sm:0 8px 24px rgba(17,43,54,.07);--shadow-md:0 18px 50px rgba(17,43,54,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--white);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.shell{width:min(1200px,calc(100% - 56px));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;z-index:20;background:hsla(0,0%,100%,.93);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(220,229,231,.8)}.nav-wrap{min-height:82px;display:flex;align-items:center;gap:58px}.brand{display:inline-flex;flex-direction:column;gap:3px;font-size:21px;font-weight:850;letter-spacing:.12em;line-height:1;white-space:nowrap}.brand span{color:var(--brand);font-size:9px;font-weight:750;letter-spacing:.42em}.nav-wrap nav{display:flex;align-items:center;gap:32px;flex:1 1}.nav-wrap nav a{position:relative;color:#51636b;font-size:13px;font-weight:600;padding:31px 0;transition:color .2s ease}.nav-wrap nav a:after{position:absolute;right:0;bottom:22px;left:0;height:2px;background:var(--brand);content:"";transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.nav-wrap nav a:focus-visible,.nav-wrap nav a:hover{color:var(--brand-dark)}.nav-wrap nav a:focus-visible:after,.nav-wrap nav a:hover:after{transform:scaleX(1)}.language{position:relative;font-size:12px}.language summary{cursor:pointer;list-style:none;border:1px solid var(--line);padding:10px 13px;border-radius:99px;color:var(--ink);font-weight:700}.language summary::-webkit-details-marker{display:none}.language div{position:absolute;right:0;top:43px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5px;gap:5px;min-width:190px;padding:10px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.language div a{padding:8px 6px;border-radius:5px;color:var(--muted);font-size:11px;text-align:center}.language div a:hover{color:var(--brand-dark);background:var(--soft)}.hero{position:relative;overflow:hidden;color:var(--white);background:linear-gradient(115deg,var(--dark) 0,var(--dark-2) 60%,#8e4932 145%);padding:132px 0 116px}.hero:after{position:absolute;right:-15%;bottom:-55%;width:680px;height:680px;border:1px solid hsla(0,0%,100%,.13);border-radius:50%;box-shadow:0 0 0 48px hsla(0,0%,100%,.03),0 0 0 96px hsla(0,0%,100%,.025);content:""}.hero>.shell{position:relative;z-index:1}.hero h1{max-width:820px;margin:18px 0 22px;font-size:clamp(44px,6vw,78px);line-height:.98;letter-spacing:-.045em}.hero p:not(.eyebrow){max-width:560px;margin:0 0 30px;color:#d5e2e5;font-size:17px;line-height:1.75}.eyebrow{margin:0;color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.hero .eyebrow{color:#f2a47e}.button{display:inline-flex;align-items:center;justify-content:center;min-height:47px;padding:0 22px;border:0;border-radius:var(--radius-sm);color:var(--white);background:var(--brand);font-weight:750;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.button:hover{background:var(--brand-dark);box-shadow:0 8px 22px rgba(212,111,61,.24);transform:translateY(-1px)}.button:disabled{opacity:.65;cursor:wait;transform:none}.stats{display:grid;grid-template-columns:repeat(4,1fr);max-width:840px;margin-top:64px;border-top:1px solid rgba(190,215,221,.35);border-bottom:1px solid rgba(190,215,221,.35)}.stat{padding:25px 18px 20px 0;border-right:1px solid rgba(190,215,221,.35)}.stat:not(:first-child){padding-left:24px}.stat:last-child{border-right:0}.stat strong{display:block;margin-bottom:7px;color:var(--white);font-size:31px;letter-spacing:-.03em}.stat span{color:#b9cdd1;font-size:11px}.section{padding:96px 0}.section.soft{background:var(--soft)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:38px}.section-heading h2{margin:8px 0 0;font-size:clamp(30px,4vw,46px);line-height:1.05;letter-spacing:-.04em}.section-heading p{max-width:510px;margin:0;color:var(--muted);font-size:14px;line-height:1.8}.category-grid,.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.category-card{min-height:246px;padding:29px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid var(--line);border-radius:var(--radius-md);background:linear-gradient(140deg,#dce8e9,#fafcfc 75%);box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,transform .2s ease}.category-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.category-card h3{margin:10px 0 7px;font-size:25px;letter-spacing:-.03em}.category-card p:not(.eyebrow){margin:0 0 14px;color:var(--muted);font-size:13px;line-height:1.65}.text-link{color:var(--brand-dark);font-size:13px;font-weight:800}.text-link:hover{color:var(--brand)}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,transform .2s ease}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.product-image{height:232px;display:grid;place-items:center;overflow:hidden;background:#e9f0f0}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-image img{transform:scale(1.04)}.product-card-body{padding:24px 24px 26px}.product-card h3{margin:8px 0 10px;font-size:20px;letter-spacing:-.02em}.product-card p:not(.eyebrow){min-height:45px;margin:0 0 17px;color:var(--muted);font-size:13px;line-height:1.7}.page-hero{padding:78px 0 72px;background:var(--soft);border-bottom:1px solid var(--line)}.page-hero h1{max-width:760px;margin:15px 0 13px;font-size:clamp(42px,5vw,62px);line-height:1;letter-spacing:-.05em}.page-hero p:not(.eyebrow):not(.breadcrumb){max-width:580px;margin:0;color:var(--muted);line-height:1.75}.breadcrumb{margin:0;color:var(--muted);font-size:12px}.toolbar{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:36px}.filter{padding:11px 16px;border:1px solid var(--line);border-radius:99px;color:var(--muted);background:var(--white);font-size:13px;font-weight:650;transition:color .2s ease,background .2s ease,border-color .2s ease}.filter:focus-visible,.filter:hover{color:var(--white);border-color:var(--brand);background:var(--brand)}.product-detail{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);grid-gap:66px;gap:66px;align-items:start}.detail-gallery{min-height:490px;display:grid;place-items:center;overflow:hidden;border-radius:var(--radius-md);background:var(--soft)}.detail-gallery img{max-width:100%;max-height:490px;object-fit:contain}.detail-copy h1{margin:10px 0 18px;font-size:clamp(38px,5vw,56px);line-height:1.02;letter-spacing:-.05em}.detail-copy>p{color:var(--muted);line-height:1.85}.specs{width:100%;margin:30px 0;border-collapse:collapse;font-size:13px}.specs td{padding:14px 0;border-bottom:1px solid var(--line)}.specs td:first-child{width:38%;color:var(--muted)}.rich-text{color:#4d5f67;line-height:1.9}.rich-text p{margin:0 0 16px}.inquiry-form{max-width:820px;padding:30px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow-sm)}.inquiry-form label{display:block;margin-bottom:19px;color:var(--muted);font-size:12px;font-weight:700}.inquiry-form input,.inquiry-form textarea{display:block;width:100%;margin-top:8px;padding:13px 14px;border:1px solid var(--line);border-radius:var(--radius-sm);outline:0;color:var(--ink);background:#fbfcfc;transition:border-color .2s ease,box-shadow .2s ease}.inquiry-form input:focus,.inquiry-form textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(212,111,61,.12)}.inquiry-form textarea{resize:vertical;min-height:138px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.honeypot{position:absolute!important;left:-9999px!important}.form-success{color:#26845f;font-size:13px}.form-error{color:#b23c32;font-size:13px}.site-footer{padding:68px 0 22px;color:#d7e6e9;background:var(--dark)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:52px;gap:52px}.footer-grid h3{margin:4px 0 15px;color:var(--white);font-size:11px;letter-spacing:.14em;text-transform:uppercase}.footer-grid a,.footer-grid p{display:block;margin:0 0 8px;color:#a8c0c5;font-size:13px;line-height:1.8}.footer-grid a:hover,.inverse{color:var(--white)}.copyright{margin-top:52px;padding-top:19px;border-top:1px solid #2d4b55;color:#8da6ab;font-size:11px}[dir=rtl] .language div{right:auto;left:0}[dir=rtl] .stat,[dir=rtl] .stat:not(:first-child){padding-right:18px;padding-left:0;border-right:0;border-left:1px solid rgba(190,215,221,.35)}[dir=rtl] .stat:first-child{padding-right:0}[dir=rtl] .stat:last-child{border-left:0}@media (max-width:760px){.shell{width:min(100% - 30px,620px)}.nav-wrap{min-height:70px;gap:18px}.brand{font-size:18px}.nav-wrap nav{justify-content:flex-end;gap:13px}.nav-wrap nav a{padding:26px 0;font-size:11px}.nav-wrap nav a:after{bottom:18px}.language summary{padding:8px 10px}.hero{padding:86px 0 78px}.hero h1{font-size:clamp(39px,12vw,58px)}.hero p:not(.eyebrow){font-size:15px}.stats{grid-template-columns:repeat(2,1fr);margin-top:48px}.stat,.stat:not(:first-child){padding:18px 12px 17px 0}.stat:nth-child(2){border-right:0}.stat:nth-child(3),.stat:nth-child(4){border-top:1px solid rgba(190,215,221,.35)}.stat:nth-child(3){padding-left:0}.section{padding:68px 0}.section-heading{display:block;margin-bottom:27px}.section-heading p{margin-top:16px}.category-grid,.product-grid{grid-template-columns:1fr;gap:16px}.category-card{min-height:210px}.page-hero{padding:58px 0}.page-hero h1{font-size:42px}.product-detail{grid-template-columns:1fr;gap:30px}.detail-gallery{min-height:320px}.detail-copy h1{font-size:40px}.footer-grid,.form-row{grid-template-columns:1fr}.inquiry-form{padding:20px}.footer-grid{gap:30px}.copyright{margin-top:38px}}@media (max-width:470px){.nav-wrap{gap:10px}.nav-wrap nav{gap:9px}.nav-wrap nav a{font-size:10px}.language{display:none}}:root{--brand:#d19a3a;--brand-dark:#b67b22}.site-layout:has(.home-page) .site-header{position:absolute;top:0;right:0;left:0;border-bottom-color:hsla(0,0%,100%,.1);background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.site-layout:has(.home-page) .shell{width:min(1690px,calc(100% - 180px))}.brand-mark{display:inline-flex;align-items:center;gap:16px;min-width:300px;color:#f6f7f5}.brand-logo{width:56px;height:56px;flex:0 0 56px;border-radius:50%;object-fit:cover;object-position:center 35%;background:#050607}.brand-monogram{display:grid;width:44px;height:44px;place-items:center;color:#172026;background:#d19a3a;font-family:Georgia,serif;font-size:18px;font-weight:800}.brand-copy{display:flex;flex-direction:column;gap:4px;line-height:1}.brand-copy strong{color:#f5f6f4;font-size:18px;letter-spacing:.12em}.brand-copy small,.brand-copy strong{font-family:Arial Narrow,Arial,sans-serif}.brand-copy small{color:#9ca9ac;font-size:10px;letter-spacing:.18em}.site-layout:has(.home-page) .nav-wrap{min-height:94px;gap:36px}.site-layout:has(.home-page) .nav-wrap nav{justify-content:flex-end;gap:44px}.site-layout:has(.home-page) .nav-wrap nav a{padding:37px 0;color:#aab5b7;font-family:Arial Narrow,Arial,sans-serif;font-size:13px;letter-spacing:.12em;text-transform:uppercase}.site-layout:has(.home-page) .nav-wrap nav a:after{bottom:28px;background:var(--brand)}.site-layout:has(.home-page) .nav-wrap nav a:first-child,.site-layout:has(.home-page) .nav-wrap nav a:hover{color:var(--brand)}.site-layout:has(.home-page) .language summary{padding:12px 15px;border-color:rgba(152,177,183,.25);border-radius:0;color:#aab5b7;font-family:Arial Narrow,Arial,sans-serif;letter-spacing:.08em}.site-layout:has(.home-page) .language summary span{margin-right:7px;color:#93a1a4}.site-layout:has(.home-page) .language summary b{margin-left:6px;font-size:9px;font-weight:400}.site-layout:has(.home-page) .header-quote{display:inline-flex;min-height:44px;align-items:center;padding:0 25px;color:#111a1f;background:var(--brand);font-family:Arial Narrow,Arial,sans-serif;font-size:14px;font-weight:800;letter-spacing:.16em;white-space:nowrap}.site-layout:has(.home-page) .header-quote:hover{background:#e2ae51}.hero-home{min-height:100vh;padding:0;display:flex;align-items:stretch;background:#07151b url(https://images.unsplash.com/photo-1581092160607-ee22621dd758?auto=format&fit=crop&w=2400&q=85) 50%/cover no-repeat}.hero-home:before{position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,rgba(5,13,17,.72),rgba(5,13,17,.48) 48%,rgba(3,15,20,.63)),linear-gradient(0deg,rgba(4,15,20,.72),transparent 48%);content:""}.hero-home:after{display:none}.hero-home .hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-top:92px}.hero-home .hero-kicker{margin:0 0 50px;padding:8px 17px 7px;color:#121c20;background:var(--brand);font-family:Arial Narrow,Arial,sans-serif;font-size:14px;letter-spacing:.16em}.hero-home .hero-kicker span{padding:0 7px}.hero-home h1{max-width:none;margin:0 0 34px;color:#f4f5f2;font-family:Georgia,Times New Roman,serif;font-size:clamp(58px,5vw,100px);font-weight:700;line-height:1.08;letter-spacing:-.055em}.hero-home .hero-description{max-width:700px;margin:0 0 52px;color:#c4d0d1;font-family:Arial,sans-serif;font-size:21px;line-height:1.7}.hero-actions{display:flex;gap:22px}.hero-actions .button{min-width:263px;min-height:64px;border-radius:0;font-family:Arial Narrow,Arial,sans-serif;font-size:15px;letter-spacing:.16em}.hero-actions .hero-primary{color:#121c20;background:var(--brand)}.hero-actions .hero-secondary{border:1px solid rgba(233,240,240,.8);color:#e7eceb;background:rgba(8,20,25,.18)}.hero-actions .hero-secondary:hover{border-color:var(--brand);color:var(--brand);background:rgba(209,154,58,.1)}.hero-dots{position:absolute;right:0;bottom:28px;left:0;display:flex;justify-content:center;gap:9px}.hero-dots span{display:block;width:16px;height:3px;background:rgba(222,232,232,.45)}.hero-dots span.is-current{width:45px;background:var(--brand)}.home-products{padding-top:105px}@media (max-width:900px){.site-layout:has(.home-page) .shell{width:min(100% - 48px,700px)}.site-layout:has(.home-page) .nav-wrap{gap:18px}.site-layout:has(.home-page) .brand-mark{min-width:auto}.site-layout:has(.home-page) .nav-wrap nav{gap:16px}.site-layout:has(.home-page) .nav-wrap nav a{font-size:11px;letter-spacing:.05em}.site-layout:has(.home-page) .header-quote{padding:0 14px;font-size:11px}.hero-home .hero-kicker{margin-bottom:35px;font-size:11px}.hero-home h1{font-size:clamp(50px,9vw,78px)}.hero-home .hero-description{font-size:17px}}@media (max-width:650px){.site-layout:has(.home-page) .shell{width:calc(100% - 32px)}.site-layout:has(.home-page) .nav-wrap{min-height:78px}.brand-copy strong{font-size:14px}.brand-copy small{font-size:8px}.brand-monogram{width:38px;height:38px}.site-layout:has(.home-page) .nav-wrap nav{display:none}.site-layout:has(.home-page) .language{margin-left:auto}.site-layout:has(.home-page) .header-quote{min-height:38px;padding:0 10px;font-size:10px}.hero-home .hero-content{padding-top:78px}.hero-home .hero-kicker{margin-bottom:26px;padding:7px 10px;font-size:9px;letter-spacing:.1em}.hero-home h1{margin-bottom:24px;font-size:clamp(43px,13vw,64px)}.hero-home .hero-description{margin-bottom:34px;font-size:15px;line-height:1.6}.hero-home .hero-description br{display:none}.hero-actions{width:100%;flex-direction:column;gap:12px}.hero-actions .button{width:100%;min-height:54px}}:root{--background:#0a0d12;--foreground:#dce4e8;--card:#111621;--steel-line:#1a2230;--steel-border:#243040;--steel-muted:#607080;--steel-subtle:#8a9aaa;--steel-light:#b8c4cc;--copper:#c9913a;--display:"DM Serif Display",Georgia,serif;--mono:"JetBrains Mono","Courier New",monospace}body{background:var(--background);color:var(--foreground);font-family:Inter,Arial,sans-serif}.shell{width:min(1280px,calc(100% - 48px))}.site-header{min-height:64px}.site-layout:not(:has(.home-page)) .site-header{background:rgba(10,13,18,.96);border-bottom:1px solid var(--steel-line)}.nav-wrap{min-height:64px;gap:28px}.brand-mark{min-width:230px;gap:12px}.brand-monogram{width:32px;height:32px;font-family:var(--mono);font-size:14px;background:var(--copper)}.brand-copy{gap:3px}.brand-copy strong{color:#fff;font-size:14px;letter-spacing:.15em}.brand-copy small{color:#8a9aaa;font-family:var(--mono);font-size:8px;letter-spacing:.15em}.nav-wrap nav{gap:29px}.nav-wrap nav a{padding:25px 0;color:var(--steel-light);font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.nav-wrap nav a:after{bottom:17px;height:1px;background:var(--copper)}.nav-wrap nav a:focus-visible,.nav-wrap nav a:hover{color:var(--copper)}.language summary{padding:8px 12px;border-radius:0;border-color:var(--steel-border);color:var(--steel-light);font-family:var(--mono);font-size:11px}.language summary span{margin-right:6px;color:var(--steel-subtle)}.language div{top:37px;min-width:170px;padding:5px;border-radius:0;background:#111621;border-color:var(--steel-border)}.language div a{padding:8px;color:var(--steel-light);font-family:var(--mono);font-size:10px}.language div a:hover{color:var(--copper);background:#1a2230}.header-quote{padding:11px 17px;color:#05070a;background:var(--copper);font-family:var(--mono);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.header-quote:hover{color:#05070a;background:#e0a84a}.home-page{background:var(--background)}.reference-hero{position:relative;min-height:680px;height:100vh;overflow:hidden;background:#05070a}.reference-hero-slide{position:absolute;inset:0;transition:opacity 1s ease}.reference-hero-slide img{width:100%;height:100%;object-fit:cover}.reference-hero-slide div{position:absolute;inset:0;background:linear-gradient(135deg,rgba(5,7,10,.88),rgba(5,7,10,.53) 58%,rgba(5,7,10,.08))}.reference-hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding-top:35px}.reference-kicker{width:-moz-fit-content;width:fit-content;margin-bottom:24px;padding:7px 12px;color:#05070a;background:var(--copper);font-family:var(--mono);font-size:11px;letter-spacing:.12em}.reference-kicker span{padding:0 6px}.reference-hero h1{max-width:700px;margin:0 0 22px;color:#f0f4f6;font-family:var(--display);font-size:clamp(52px,6vw,88px);font-weight:400;line-height:1.04;white-space:pre-line;letter-spacing:-.02em}.reference-hero p{max-width:650px;margin:0 0 35px;color:var(--steel-light);font-size:17px;line-height:1.6}.reference-actions{display:flex;flex-wrap:wrap;gap:14px}.reference-actions a{min-width:175px;padding:14px 25px;color:#05070a;background:var(--copper);font-family:var(--mono);font-size:11px;font-weight:600;letter-spacing:.14em;text-align:center;text-transform:uppercase}.reference-actions a:last-child{color:var(--steel-light);border:1px solid var(--steel-light);background:transparent}.reference-actions a:hover{opacity:.88}.reference-dots{position:absolute;z-index:3;right:0;bottom:28px;left:0;display:flex;justify-content:center;gap:7px}.reference-dots button{width:8px;height:3px;border:0;padding:0;background:rgba(184,196,204,.4);cursor:pointer}.reference-dots button.is-active{width:32px;background:var(--copper)}.home-products,.reference-section{padding:96px 0;background:var(--background)}.reference-section.alt{background:#05070a}.reference-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:48px}.reference-label{margin:0 0 12px;color:var(--copper);font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.reference-heading h2,.reference-section h2{margin:0;color:#f0f4f6;font-family:var(--display);font-size:clamp(34px,4vw,52px);font-weight:400;line-height:1.05}.reference-heading>a{padding:10px 15px;border:1px solid var(--steel-border);color:var(--steel-subtle);font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase}.reference-heading>a:hover{color:var(--copper);border-color:var(--copper)}.reference-category-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1px;gap:1px;background:var(--steel-line)}.reference-category-card{position:relative;display:flex;min-height:370px;flex-direction:column;justify-content:flex-end;overflow:hidden;background:#0a0d12}.reference-category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.85;transition:transform .7s ease}.reference-category-card:after{position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,7,10,.96),rgba(5,7,10,.28) 60%,transparent);content:""}.reference-category-card:hover img{transform:scale(1.05)}.reference-category-copy{position:relative;z-index:1;padding:20px}.reference-category-copy h3{margin:0 0 10px;color:#f0f4f6;font-family:var(--display);font-size:21px;font-weight:400}.reference-category-copy p{max-height:0;margin:0;overflow:hidden;color:var(--steel-light);font-size:11px;line-height:1.6;opacity:0;transition:all .3s ease}.reference-category-card:hover .reference-category-copy p{max-height:90px;margin-bottom:10px;opacity:1}.reference-category-copy span{color:var(--copper);font-family:var(--mono);font-size:10px;letter-spacing:.1em}.reference-stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--steel-line);background:#111621}.reference-stat{padding:28px 20px;border-right:1px solid var(--steel-line);text-align:center}.reference-stat:last-child{border-right:0}.reference-stat strong{display:block;color:var(--copper);font-family:var(--display);font-size:38px;font-weight:400}.reference-stat small{display:block;margin:3px 0 8px;color:var(--steel-muted);font-family:var(--mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase}.reference-stat span{color:var(--steel-subtle);font-size:13px}.reference-advantage-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px}.reference-advantage{min-height:245px;padding:28px;border:1px solid var(--steel-line);background:#0a0d12}.reference-advantage b{color:var(--steel-muted);font-family:var(--mono);font-size:11px;font-weight:400}.reference-advantage h3{margin:30px 0 13px;color:#f0f4f6;font-family:var(--display);font-size:22px;font-weight:400}.reference-advantage p{margin:0;color:var(--steel-muted);font-size:12px;line-height:1.7}.reference-inquiry{background:#111621}.reference-inquiry .reference-heading{display:block;max-width:720px;margin-right:auto;margin-left:auto;text-align:center}.reference-inquiry .reference-heading p:last-child{color:var(--steel-muted);font-size:13px}.reference-page-hero{position:relative;overflow:hidden;padding:125px 0 65px;background:#05070a}.reference-page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.16}.reference-page-hero:after{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,7,10,.96),rgba(5,7,10,.6));content:""}.reference-page-hero>.shell{position:relative;z-index:1}.reference-page-hero h1{max-width:850px;margin:0 0 18px;color:#f0f4f6;font-family:var(--display);font-size:clamp(48px,6vw,72px);font-weight:400;line-height:1.05}.reference-page-hero h1 em{color:var(--copper);font-style:italic}.reference-page-hero p{max-width:650px;margin:0;color:var(--steel-subtle);font-size:17px;line-height:1.7}.reference-tabs{border-bottom:1px solid var(--steel-line);background:#0a0d12}.reference-tabs .shell{display:flex;flex-wrap:wrap;gap:0}.reference-tab{padding:16px 18px;border-bottom:2px solid transparent;color:var(--steel-muted);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.reference-tab.is-active,.reference-tab:hover{color:var(--copper);border-bottom-color:var(--copper)}.reference-search-row{display:flex;align-items:center;gap:14px;padding:24px 0}.reference-search-row label{position:relative;display:block}.reference-search-row label span{position:absolute;top:10px;left:12px;color:var(--steel-muted)}.reference-search-row input{width:290px;padding:10px 12px 10px 34px;border:1px solid var(--steel-border);outline:none;color:var(--foreground);background:#111621;font-size:13px}.reference-search-row input:focus{border-color:var(--copper)}.reference-search-row small{color:var(--steel-muted);font-family:var(--mono);font-size:10px}.reference-product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:var(--steel-line)}.reference-product-card{background:#0a0d12}.reference-product-image{position:relative;aspect-ratio:4/3;overflow:hidden}.reference-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.reference-product-card:hover .reference-product-image img{transform:scale(1.05)}.reference-product-image span{position:absolute;top:12px;left:12px;padding:4px 7px;color:var(--copper);background:rgba(5,7,10,.8);font-family:var(--mono);font-size:9px}.reference-product-copy{padding:19px}.reference-product-copy h3{margin:0 0 9px;color:var(--steel-light);font-family:var(--display);font-size:18px;font-weight:400}.reference-product-copy p{min-height:42px;margin:0 0 16px;color:var(--steel-muted);font-size:11px;line-height:1.6}.reference-product-copy div{display:flex;align-items:center;justify-content:space-between}.reference-product-copy small{color:var(--steel-muted);font-family:var(--mono);font-size:9px}.reference-product-copy b{color:var(--copper);font-weight:400}.reference-empty{padding:90px 0;color:var(--steel-muted);text-align:center}.reference-detail-top{padding:82px 0 12px}.reference-breadcrumb{padding:14px 0;border-bottom:1px solid var(--steel-line);color:var(--steel-muted);font-family:var(--mono);font-size:10px}.reference-breadcrumb a:hover{color:#fff}.reference-detail-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:52px;gap:52px;padding:48px 0 80px}.reference-gallery-main{aspect-ratio:4/3;overflow:hidden;background:#111621}.reference-gallery-main img{width:100%;height:100%;object-fit:cover}.reference-gallery-thumbs{display:flex;gap:8px;margin-top:10px}.reference-gallery-thumbs button{width:80px;height:60px;padding:0;border:2px solid transparent;opacity:.5;background:#111621}.reference-gallery-thumbs button.is-active{border-color:var(--copper);opacity:1}.reference-gallery-thumbs img{width:100%;height:100%;object-fit:cover}.reference-detail-copy .reference-tag{display:inline-block;margin-bottom:17px;padding:4px 7px;color:var(--copper);background:var(--steel-line);font-family:var(--mono);font-size:10px}.reference-detail-copy h1{margin:0 0 16px;color:#f0f4f6;font-family:var(--display);font-size:clamp(38px,4vw,54px);font-weight:400}.reference-detail-copy>p{margin:0 0 28px;color:var(--steel-subtle);font-size:13px;line-height:1.75}.reference-detail-copy h3{margin:0 0 13px;color:var(--copper);font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.reference-specs{width:100%;margin-bottom:28px;border-collapse:collapse;font-size:12px}.reference-specs td{padding:11px 0;border-bottom:1px solid var(--steel-line)}.reference-specs td:first-child{width:150px;color:var(--steel-muted);font-family:var(--mono);font-size:10px}.reference-specs td:last-child{color:var(--steel-light)}.reference-detail-desc{margin-bottom:28px;color:var(--steel-subtle);font-size:13px;line-height:1.75}.reference-detail-actions{display:flex;gap:12px}.reference-detail-actions a,.reference-detail-actions button{flex:1 1;padding:15px;border:1px solid var(--steel-border);color:var(--steel-subtle);background:transparent;font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-align:center;text-transform:uppercase}.reference-detail-actions a:first-child,.reference-detail-actions button:first-child{color:#05070a;border-color:var(--copper);background:var(--copper)}.reference-about-grid,.reference-contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px;padding:72px 0}.reference-about-grid h2,.reference-contact-grid h2{margin:0 0 28px;font-size:31px}.reference-contact-item{display:flex;gap:15px;margin-bottom:24px}.reference-contact-icon{width:40px;height:40px;display:grid;place-items:center;flex:none;border:1px solid var(--steel-line);color:var(--copper);background:#111621}.reference-contact-item small{display:block;margin-bottom:4px;color:var(--steel-muted);font-family:var(--mono);font-size:9px;letter-spacing:.12em}.reference-contact-item span{color:var(--steel-light);font-size:13px;line-height:1.5}.reference-contact-person{margin:28px 0;padding:20px;border:1px solid var(--steel-line);background:#111621}.reference-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.reference-form .full{grid-column:1/-1}.reference-form label{display:block;color:var(--steel-subtle);font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase}.reference-form input,.reference-form select,.reference-form textarea{width:100%;margin-top:8px;padding:12px 14px;border:1px solid var(--steel-border);outline:none;color:var(--steel-light);background:#0a0d12;font-family:Inter,Arial,sans-serif;font-size:13px}.reference-form input:focus,.reference-form select:focus,.reference-form textarea:focus{border-color:var(--copper)}.reference-form textarea{resize:vertical}.reference-form .button{width:100%;border-radius:0;color:#05070a;background:var(--copper);font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase}.reference-form>.button{grid-column:1/-1}.reference-contact-grid .inquiry-form,.reference-inquiry .inquiry-form{max-width:none;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.reference-form .form-row{display:contents}.reference-form .form-error,.reference-form .form-success{grid-column:1/-1}.reference-contact-person small,.reference-contact-person span,.reference-contact-person strong{display:block}.reference-contact-person strong{margin-bottom:5px;color:var(--steel-light);font-family:var(--display);font-size:20px;font-weight:400}.reference-contact-person small{margin-bottom:5px;color:var(--steel-muted);font-family:var(--mono);font-size:9px}.reference-contact-person span{color:var(--steel-subtle);font-size:12px}.reference-map{margin-top:30px;min-height:180px;display:grid;place-items:center;border:1px solid var(--steel-line);color:var(--steel-muted);font-family:var(--mono);font-size:10px;line-height:1.8;text-align:center}.reference-map small{color:#3a4a5c}.reference-about-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.reference-about-copy p{margin:0 0 16px;color:var(--steel-subtle);font-size:13px;line-height:1.8}.reference-highlight{position:relative;margin:-62px 0 0 -42px;width:-moz-fit-content;width:fit-content;padding:16px 22px;color:#05070a;background:var(--copper)}.reference-highlight strong{display:block;font-family:var(--display);font-size:28px;font-weight:400}.reference-highlight small{font-family:var(--mono);font-size:9px}.reference-mission{padding:88px 0;background:#111621;text-align:center}.reference-mission blockquote{max-width:750px;margin:0 auto 26px;color:#f0f4f6;font-family:var(--display);font-size:clamp(34px,5vw,60px);font-style:italic;line-height:1.1}.reference-mission p{max-width:620px;margin:auto;color:var(--steel-muted);font-size:13px;line-height:1.8}.reference-timeline{padding:80px 0}.reference-timeline-list{margin-left:46px;padding-left:26px;border-left:1px solid var(--steel-line)}.reference-timeline-item{position:relative;display:grid;grid-template-columns:80px 1fr;grid-gap:24px;gap:24px;margin-bottom:28px}.reference-timeline-item:before{position:absolute;top:5px;left:-32px;width:9px;height:9px;border-radius:50%;background:var(--copper);content:""}.reference-timeline-item strong{color:var(--copper);font-family:var(--mono);font-size:12px}.reference-timeline-item span{color:var(--steel-subtle);font-size:13px;line-height:1.6}.site-footer{border-top:1px solid var(--steel-line);background:#05070a}.site-footer .brand{display:none}.footer-logo{display:block;width:128px;height:128px;margin-bottom:14px;object-fit:contain;background:#050607}.whatsapp-float{position:fixed;z-index:30;right:24px;bottom:10%;display:inline-flex;width:56px;height:56px;align-items:center;justify-content:center;border:1px solid hsla(0,0%,100%,.2);border-radius:50%;color:#fff;background:#25d366;box-shadow:0 10px 28px rgba(0,0,0,.25);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.whatsapp-float:focus-visible,.whatsapp-float:hover{color:#fff;background:#20bd5b;box-shadow:0 14px 34px rgba(0,0,0,.34);transform:translateY(-2px)}.whatsapp-float svg{width:29px;height:29px;fill:currentColor}.footer-grid{grid-template-columns:1.3fr 1fr 1fr 1fr;gap:40px}.footer-grid h3{color:var(--copper);font-family:var(--mono);font-size:10px;letter-spacing:.13em}.copyright,.footer-grid a,.footer-grid p{color:var(--steel-muted)}.copyright{border-top-color:#111621}@media (max-width:900px){.nav-wrap nav{gap:15px}.header-quote{padding:10px}.reference-category-grid{grid-template-columns:repeat(3,1fr)}.reference-advantage-grid,.reference-product-grid{grid-template-columns:repeat(2,1fr)}.reference-about-grid,.reference-contact-grid,.reference-detail-grid{grid-template-columns:1fr;gap:38px}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:650px){.shell{width:calc(100% - 32px)}.brand-mark{min-width:auto}.header-quote,.nav-wrap nav{display:none}.language{margin-left:auto}.reference-hero{min-height:640px}.reference-hero h1{font-size:48px}.reference-hero p{font-size:14px}.reference-actions{width:100%;flex-direction:column}.reference-actions a{width:100%}.reference-stats{grid-template-columns:repeat(2,1fr)}.reference-stat:nth-child(2){border-right:0}.reference-stat:nth-child(3),.reference-stat:nth-child(4){border-top:1px solid var(--steel-line)}.reference-advantage-grid,.reference-category-grid,.reference-product-grid{grid-template-columns:1fr}.reference-category-card{min-height:260px}.reference-heading{display:block}.reference-heading>a{display:inline-block;margin-top:20px}.reference-search-row{align-items:flex-start;flex-direction:column}.reference-search-row input,.reference-search-row label{width:100%}.reference-form{grid-template-columns:1fr}.reference-form .full{grid-column:auto}.reference-detail-actions{flex-direction:column}.reference-highlight{margin-left:10px}.footer-grid{grid-template-columns:1fr}}.site-header{position:fixed;top:0;right:0;left:0;min-height:94px;background:linear-gradient(180deg,rgba(10,13,18,.88),transparent);border-bottom:0;-webkit-backdrop-filter:none;backdrop-filter:none}.site-header .shell{width:min(1690px,calc(100% - 180px))}.site-header .nav-wrap{min-height:94px;gap:36px}.site-header .brand-mark{min-width:300px;gap:16px}.site-header .brand-monogram{width:44px;height:44px}.site-header .brand-copy strong{font-size:18px}.site-header .brand-copy small{font-size:10px}.site-header .nav-wrap nav{flex:1 1;justify-content:flex-end;gap:44px}.site-header .nav-wrap nav a{padding:37px 0;color:#aab5b7;font-family:Arial Narrow,Arial,sans-serif;font-size:13px;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.site-header .nav-wrap nav a:after{bottom:28px}.site-header .language summary{padding:12px 15px;border-color:rgba(152,177,183,.25);border-radius:0;color:#aab5b7;font-family:Arial Narrow,Arial,sans-serif;letter-spacing:.08em;white-space:nowrap}.site-header .header-quote{display:inline-flex;min-height:44px;align-items:center;padding:0 25px;white-space:nowrap}.site-layout:not(:has(.home-page)) .site-header{background:linear-gradient(180deg,rgba(10,13,18,.95),rgba(10,13,18,.95));border-bottom:1px solid rgba(36,48,64,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media (max-width:900px){.site-header .shell{width:min(calc(100% - 48px),700px)}.site-header .nav-wrap{min-height:78px;gap:18px}.site-header .brand-mark{min-width:auto;gap:12px}.site-header .brand-monogram{width:38px;height:38px}.site-header .brand-copy strong{font-size:14px}.site-header .brand-copy small{font-size:8px}.site-header .nav-wrap nav{gap:16px}.site-header .nav-wrap nav a{padding:29px 0;font-size:11px;letter-spacing:.05em}.site-header .header-quote{min-height:40px;padding:0 14px;font-size:11px}}:root{--theme-page-bg:#0a0d12;--theme-surface:#111621;--theme-surface-soft:#101720;--theme-text-main:#f0f4f6;--theme-text-secondary:#c4d0d1;--theme-text-muted:#8a9aaa;--theme-border:#1a2230;--theme-border-strong:#243040;--theme-overlay:rgba(5,7,10,.88);--theme-brand:#c9913a;--theme-brand-hover:#e0a84a;--theme-button-text:#05070a}html[data-theme=light]{--theme-page-bg:#f5f6f4;--theme-surface:#fff;--theme-surface-soft:#edf0ef;--theme-text-main:#172126;--theme-text-secondary:#3d4a4f;--theme-text-muted:#66757b;--theme-border:#d7dfe0;--theme-border-strong:#aebcc0;--theme-overlay:hsla(0,0%,100%,.84);--theme-brand:#b87d20;--theme-brand-hover:#cc922f;--theme-button-text:#fff}.home-page,.reference-advantage,.reference-inquiry,.reference-section,.site-header,.theme-toggle,body{transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}.theme-toggle{display:inline-grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border:1px solid var(--theme-border-strong);border-radius:50%;color:var(--theme-text-main);background:transparent;font-size:20px;line-height:1;cursor:pointer}.theme-toggle:hover{border-color:var(--theme-brand);color:var(--theme-brand)}.theme-toggle:focus-visible{outline:2px solid var(--theme-brand);outline-offset:3px}html[data-theme=light] body{color:var(--theme-text-main);background:var(--theme-page-bg)}html[data-theme=light] .site-layout:has(.home-page) .site-header{border-bottom-color:rgba(174,188,192,.5);background:hsla(0,0%,100%,.76);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}html[data-theme=light] .site-layout:has(.home-page) .brand-copy strong,html[data-theme=light] .site-layout:has(.home-page) .brand-mark{color:var(--theme-text-main)}html[data-theme=light] .site-layout:has(.home-page) .brand-copy small,html[data-theme=light] .site-layout:has(.home-page) .language summary,html[data-theme=light] .site-layout:has(.home-page) .nav-wrap nav a{color:var(--theme-text-muted)}html[data-theme=light] .site-layout:has(.home-page) .language summary{border-color:var(--theme-border-strong)}html[data-theme=light] .language div{border-color:var(--theme-border);background:var(--theme-surface);box-shadow:0 18px 50px rgba(23,33,38,.14)}html[data-theme=light] .language div a{color:var(--theme-text-secondary)}html[data-theme=light] .language div a:hover{color:var(--theme-brand);background:var(--theme-surface-soft)}html[data-theme=light] .site-layout:has(.home-page) .header-quote{color:var(--theme-button-text);background:var(--theme-brand)}html[data-theme=light] .site-layout:has(.home-page) .header-quote:hover{background:var(--theme-brand-hover)}html[data-theme=light] .site-layout:has(.home-page) .theme-toggle{border-color:var(--theme-border-strong);color:var(--theme-text-main)}html[data-theme=light] .reference-hero{background-color:var(--theme-page-bg)}html[data-theme=light] .reference-hero-slide div{background:linear-gradient(135deg,hsla(0,0%,100%,.88),hsla(0,0%,100%,.58) 58%,hsla(0,0%,100%,.16))}html[data-theme=light] .reference-advantage h3,html[data-theme=light] .reference-category-copy h3,html[data-theme=light] .reference-heading h2,html[data-theme=light] .reference-hero h1,html[data-theme=light] .reference-section h2{color:var(--theme-text-main)}html[data-theme=light] .reference-advantage p,html[data-theme=light] .reference-category-copy p,html[data-theme=light] .reference-hero p,html[data-theme=light] .reference-inquiry .reference-heading p:last-child{color:var(--theme-text-muted)}html[data-theme=light] .reference-actions a:first-child,html[data-theme=light] .reference-kicker{color:var(--theme-button-text);background:var(--theme-brand)}html[data-theme=light] .reference-actions a:last-child{border-color:var(--theme-border-strong);color:var(--theme-text-main);background:hsla(0,0%,100%,.24)}html[data-theme=light] .home-products,html[data-theme=light] .reference-section{background:var(--theme-page-bg)}html[data-theme=light] .reference-inquiry,html[data-theme=light] .reference-section.alt{background:var(--theme-surface-soft)}html[data-theme=light] .reference-advantage,html[data-theme=light] .reference-category-grid,html[data-theme=light] .reference-stats{border-color:var(--theme-border);background-color:var(--theme-surface)}html[data-theme=light] .reference-category-grid{background:var(--theme-border)}html[data-theme=light] .reference-category-card{background:var(--theme-surface)}html[data-theme=light] .reference-category-card:after{background:linear-gradient(0deg,hsla(0,0%,100%,.94),hsla(0,0%,100%,.28) 60%,transparent)}html[data-theme=light] .reference-category-copy span,html[data-theme=light] .reference-label,html[data-theme=light] .reference-stat strong{color:var(--theme-brand)}html[data-theme=light] .reference-heading>a,html[data-theme=light] .reference-stat{border-color:var(--theme-border)}html[data-theme=light] .reference-advantage b,html[data-theme=light] .reference-heading>a,html[data-theme=light] .reference-stat small,html[data-theme=light] .reference-stat span{color:var(--theme-text-muted)}html[data-theme=light] .reference-page-hero{background:var(--theme-page-bg)}html[data-theme=light] .reference-form input::placeholder,html[data-theme=light] .reference-form textarea::placeholder{color:var(--theme-text-muted)}html[data-theme=light] .site-footer{border-top-color:var(--theme-border);color:var(--theme-text-secondary);background:var(--theme-surface)}html[data-theme=light] .site-footer .footer-grid h3{color:var(--theme-brand)}html[data-theme=light] .site-footer .footer-grid a,html[data-theme=light] .site-footer .footer-grid p{color:var(--theme-text-muted)}html[data-theme=light] .site-footer .footer-grid a:hover{color:var(--theme-text-main)}html[data-theme=light] .site-layout:not(:has(.home-page)) .site-header{border-bottom-color:var(--theme-border);background:hsla(0,0%,100%,.94)}html[data-theme=light] .site-layout:not(:has(.home-page)) .brand-copy strong,html[data-theme=light] .site-layout:not(:has(.home-page)) .brand-mark{color:var(--theme-text-main)}html[data-theme=light] .site-layout:not(:has(.home-page)) .brand-copy small,html[data-theme=light] .site-layout:not(:has(.home-page)) .language summary,html[data-theme=light] .site-layout:not(:has(.home-page)) .nav-wrap nav a{color:var(--theme-text-muted)}html[data-theme=light] .site-layout:not(:has(.home-page)) .language summary{border-color:var(--theme-border-strong)}html[data-theme=light] .site-layout:not(:has(.home-page)) .header-quote{color:var(--theme-button-text);background:var(--theme-brand)}html[data-theme=light] .reference-detail-top,html[data-theme=light] .reference-page,html[data-theme=light] .reference-page-hero,html[data-theme=light] .reference-search-row,html[data-theme=light] .reference-tabs{color:var(--theme-text-main);background:var(--theme-page-bg)}html[data-theme=light] .reference-page-hero:after{background:linear-gradient(90deg,hsla(90,10%,96%,.96),hsla(90,10%,96%,.62))}html[data-theme=light] .reference-detail-copy h1,html[data-theme=light] .reference-detail-copy h3,html[data-theme=light] .reference-heading h2,html[data-theme=light] .reference-mission blockquote,html[data-theme=light] .reference-page-hero h1,html[data-theme=light] .reference-section h2{color:var(--theme-text-main)}html[data-theme=light] .reference-about-copy p,html[data-theme=light] .reference-detail-copy>p,html[data-theme=light] .reference-detail-desc,html[data-theme=light] .reference-mission>.shell>p,html[data-theme=light] .reference-page-hero p,html[data-theme=light] .reference-timeline-item span{color:var(--theme-text-secondary)}html[data-theme=light] .reference-tabs{border-bottom-color:var(--theme-border)}html[data-theme=light] .reference-breadcrumb,html[data-theme=light] .reference-breadcrumb a,html[data-theme=light] .reference-search-row label span,html[data-theme=light] .reference-search-row small,html[data-theme=light] .reference-specs td:first-child,html[data-theme=light] .reference-tab{color:var(--theme-text-muted)}html[data-theme=light] .reference-breadcrumb a:hover,html[data-theme=light] .reference-tab.is-active,html[data-theme=light] .reference-tab:hover{color:var(--theme-brand);border-bottom-color:var(--theme-brand)}html[data-theme=light] .reference-search-row input{border-color:var(--theme-border-strong);color:var(--theme-text-main);background:var(--theme-surface)}html[data-theme=light] .reference-search-row input::placeholder{color:var(--theme-text-muted)}html[data-theme=light] .reference-detail-grid,html[data-theme=light] .reference-section{background:var(--theme-page-bg)}html[data-theme=light] .reference-mission,html[data-theme=light] .reference-section.alt{background:var(--theme-surface-soft)}html[data-theme=light] .reference-advantage,html[data-theme=light] .reference-category-card,html[data-theme=light] .reference-contact-icon,html[data-theme=light] .reference-contact-person,html[data-theme=light] .reference-gallery-main,html[data-theme=light] .reference-gallery-thumbs button,html[data-theme=light] .reference-product-card,html[data-theme=light] .reference-stats{border-color:var(--theme-border);background:var(--theme-surface)}html[data-theme=light] .reference-contact-person p,html[data-theme=light] .reference-contact-person strong,html[data-theme=light] .reference-product-card h3,html[data-theme=light] .reference-product-card p{color:var(--theme-text-main)}html[data-theme=light] .reference-product-grid{background:var(--theme-border)}html[data-theme=light] .reference-contact-item small,html[data-theme=light] .reference-contact-person small,html[data-theme=light] .reference-contact-person span,html[data-theme=light] .reference-detail-copy>p,html[data-theme=light] .reference-detail-desc,html[data-theme=light] .reference-empty,html[data-theme=light] .reference-product-copy h3,html[data-theme=light] .reference-product-copy p,html[data-theme=light] .reference-product-copy small{color:var(--theme-text-muted)}html[data-theme=light] .reference-detail-copy h1,html[data-theme=light] .reference-product-copy h3{color:var(--theme-text-main)}html[data-theme=light] .reference-detail-copy .reference-tag,html[data-theme=light] .reference-product-image span{color:var(--theme-brand);background:var(--theme-surface-soft)}html[data-theme=light] .reference-contact-item span,html[data-theme=light] .reference-specs td:last-child{color:var(--theme-text-secondary)}html[data-theme=light] .reference-contact-person small,html[data-theme=light] .reference-contact-person span,html[data-theme=light] .reference-product-card small{color:var(--theme-text-muted)}html[data-theme=light] .reference-gallery-main,html[data-theme=light] .reference-gallery-thumbs button{background:var(--theme-surface-soft)}html[data-theme=light] .reference-specs td{border-bottom-color:var(--theme-border);color:var(--theme-text-secondary)}html[data-theme=light] .reference-detail-actions a,html[data-theme=light] .reference-detail-actions button{border-color:var(--theme-border-strong);color:var(--theme-text-secondary)}html[data-theme=light] .reference-detail-actions a:first-child,html[data-theme=light] .reference-detail-actions button:first-child{border-color:var(--theme-brand);color:var(--theme-button-text);background:var(--theme-brand)}html[data-theme=light] .reference-contact-icon{color:var(--theme-brand)}html[data-theme=light] .reference-form label{color:var(--theme-text-muted)}html[data-theme=light] .reference-form input,html[data-theme=light] .reference-form select,html[data-theme=light] .reference-form textarea{border-color:var(--theme-border-strong);color:var(--theme-text-main);background:var(--theme-surface)}html[data-theme=light] .reference-form .button{color:var(--theme-button-text);background:var(--theme-brand)}html[data-theme=light] .reference-form .button:hover{background:var(--theme-brand-hover)}html[data-theme=light] .reference-map{border-color:var(--theme-border);background:var(--theme-surface-soft)}html[data-theme=light] .reference-map small{color:var(--theme-text-muted)}html[data-theme=light] .reference-timeline-item{border-color:var(--theme-border)}@media (max-width:650px){.site-header .shell{width:calc(100% - 32px)}.site-header .nav-wrap{min-height:78px}.site-header .nav-wrap nav{display:none}.site-header .language{margin-left:auto}.site-header .header-quote{display:none}.whatsapp-float{right:14px;width:50px;height:50px}}