
:root{--bg:#0d0d10;--ink:#f7f7f8;--muted:#babac3;--orange:#df764e;--orange2:#ff8a3d;--card:rgba(255,255,255,.065);--line:rgba(255,255,255,.12);--shadow:0 24px 70px rgba(0,0,0,.45);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(900px 500px at 80% 0%,rgba(223,118,78,.28),transparent 65%),radial-gradient(800px 500px at 8% 12%,rgba(255,255,255,.12),transparent 60%),linear-gradient(180deg,#070707,var(--bg));color:var(--ink)}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(1160px,92vw);margin:auto}.topbar{position:sticky;top:0;z-index:50;background:rgba(10,10,12,.72);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.82rem 0}.brand{display:flex;align-items:center;gap:.78rem}.brandmark{width:44px;height:44px;border-radius:14px;object-fit:cover;border:1px solid rgba(223,118,78,.5)}.brand strong{display:block;letter-spacing:.2px}.brand span span{display:block;color:var(--muted);font-size:.84rem;margin-top:.08rem}.links{display:flex;align-items:center;gap:.4rem}.links a{color:var(--muted);font-weight:700;padding:.65rem .75rem;border-radius:999px}.links a:hover{background:rgba(255,255,255,.08);color:#fff}.actions{display:flex;align-items:center;gap:.55rem}.lang{display:inline-flex;border:1px solid var(--line);background:rgba(255,255,255,.06);border-radius:999px;padding:.18rem}.lang button{border:0;background:transparent;color:var(--muted);font-weight:900;border-radius:999px;padding:.52rem .66rem;cursor:pointer}.lang button.active{background:var(--orange);color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid var(--line);background:rgba(255,255,255,.07);color:#fff;border-radius:999px;padding:.84rem 1rem;font-weight:850;transition:.2s ease;cursor:pointer}.btn:hover{transform:translateY(-2px);background:rgba(255,255,255,.11)}.btn.primary{background:linear-gradient(135deg,var(--orange2),var(--orange));border-color:rgba(255,138,61,.55);box-shadow:0 14px 32px rgba(223,118,78,.25)}.menu{display:none;width:44px;height:44px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.08);color:#fff;font-size:1.2rem}.hero{padding:clamp(2rem,5vw,4.8rem) 0 2.2rem}.heroGrid{display:grid;grid-template-columns:1.08fr .92fr;gap:1.15rem;align-items:stretch}.glass{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.045));border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.heroText{padding:clamp(1.4rem,4vw,3rem)}.pill{display:inline-flex;border:1px solid rgba(223,118,78,.38);background:rgba(223,118,78,.13);color:#ffd7c8;border-radius:999px;padding:.42rem .75rem;font-weight:850}h1{font-size:clamp(2.05rem,5.4vw,4.2rem);line-height:.98;margin:1rem 0 .95rem;letter-spacing:-.055em}h1 em{font-style:normal;color:var(--orange2)}.lead{color:var(--muted);font-size:clamp(1rem,1.45vw,1.18rem);line-height:1.65;margin:0 0 1.3rem}.heroButtons{display:flex;flex-wrap:wrap;gap:.7rem}.heroMedia{padding:1rem;display:grid;gap:1rem}.cover{min-height:360px;border-radius:20px;overflow:hidden;border:1px solid var(--line);background:#111}.cover img{width:100%;height:100%;object-fit:cover}.quick{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}.quick div{border:1px solid var(--line);background:rgba(0,0,0,.2);border-radius:18px;padding:.85rem}.quick strong{display:block}.quick span{display:block;color:var(--muted);font-size:.9rem;margin-top:.2rem}.section{padding:2.45rem 0}.sectionHead{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.15rem}.sectionHead h2{font-size:clamp(1.45rem,3vw,2.25rem);line-height:1.05;margin:0;letter-spacing:-.035em}.sectionHead p{color:var(--muted);line-height:1.6;margin:.4rem 0 0;max-width:66ch}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem}.card{border:1px solid var(--line);background:var(--card);border-radius:22px;padding:1.15rem;box-shadow:0 12px 38px rgba(0,0,0,.25)}.card h3{margin:.05rem 0 .45rem}.card p{margin:0;color:var(--muted);line-height:1.6}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:.95rem}.product{border:1px solid var(--line);background:var(--card);border-radius:22px;overflow:hidden}.product img{width:100%;height:215px;object-fit:cover;cursor:pointer}.product div{padding:1rem}.product strong{font-size:1.05rem}.product p{color:var(--muted);line-height:1.55;margin:.4rem 0 0}.brandBox{padding:1rem}.brandBox img{width:100%;border-radius:18px;background:white}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.gallery button{padding:0;border:1px solid var(--line);background:transparent;border-radius:18px;overflow:hidden;cursor:zoom-in}.gallery img{width:100%;height:185px;object-fit:cover;transition:.25s ease}.gallery button:hover img{transform:scale(1.04)}.video{aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:#000}.video iframe{width:100%;height:100%;border:0}.contactGrid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form{display:grid;gap:.72rem}input,textarea{width:100%;border:1px solid var(--line);background:rgba(0,0,0,.22);color:#fff;border-radius:16px;padding:.95rem 1rem;outline:none;font:inherit}textarea{min-height:145px;resize:vertical}input:focus,textarea:focus{border-color:rgba(255,138,61,.65);box-shadow:0 0 0 4px rgba(223,118,78,.22)}.map{height:360px;border-radius:20px;overflow:hidden;border:1px solid var(--line);background:#111}.map iframe{width:100%;height:100%;border:0}.socialFrame{background:#fff;border-radius:18px;overflow:hidden;border:1px solid var(--line)}.socialFrame iframe{width:100%;height:500px;border:0}.footer{border-top:1px solid var(--line);padding:2rem 0 5rem;color:var(--muted)}.footer a{text-decoration:underline;text-underline-offset:3px}.float{position:fixed;right:16px;bottom:16px;z-index:80;display:grid;gap:.65rem}.float a{width:56px;height:56px;display:grid;place-items:center;border-radius:999px;box-shadow:0 15px 34px rgba(0,0,0,.4);border:1px solid rgba(255,255,255,.18)}.float .wa{background:#25d366}.float .call{background:rgba(255,255,255,.12);backdrop-filter:blur(12px)}.float svg{width:25px;height:25px;fill:#fff}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.82);z-index:100;display:none;align-items:center;justify-content:center;padding:20px}.lightbox.open{display:flex}.lightboxContent{width:min(1000px,96vw);border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#0f0f12}.lightboxBar{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1rem;border-bottom:1px solid var(--line)}.lightbox img{width:100%;max-height:78vh;object-fit:contain;background:#070707}.close{border:0;background:rgba(255,255,255,.1);color:#fff;border-radius:999px;width:42px;height:42px;font-size:1.1rem;cursor:pointer}.reveal{opacity:0;transform:translateY(12px);transition:.6s ease}.reveal.show{opacity:1;transform:none}@media(max-width:980px){.heroGrid,.contactGrid{grid-template-columns:1fr}.cards,.products{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.links{display:none}.links.open{display:flex;position:absolute;top:68px;right:4vw;flex-direction:column;align-items:stretch;background:rgba(10,10,12,.96);border:1px solid var(--line);border-radius:20px;padding:.65rem;box-shadow:var(--shadow)}.menu{display:block}.btn.callTop{display:none}.heroMedia{padding:.75rem}.cover{min-height:260px}.quick{grid-template-columns:1fr}.cards,.products,.gallery{grid-template-columns:1fr}.product img,.gallery img{height:220px}.sectionHead{display:block}}
