:root{--ink:#18201d;--muted:#66716c;--line:#e5e9e7;--surface:#f7f8f7;--white:#fff;--accent:#1d5a46;--accent-dark:#123c30;--shadow:0 14px 40px rgba(20,35,29,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif;line-height:1.5}.container{width:min(1160px,calc(100% - 40px));margin:auto}.header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:var(--accent);color:#fff;font-size:13px;font-weight:800}.brand strong{display:block;font-size:15px;letter-spacing:.08em}.brand span{display:block;color:var(--muted);font-size:9px;letter-spacing:.15em}.contact-btn,.primary-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:9px;padding:11px 17px;font-weight:700;font-size:14px}.contact-btn{color:var(--accent);border:1px solid #bfd0c9}.primary-btn{background:var(--accent);color:#fff}.hero{background:linear-gradient(135deg,#edf4f0,#f8faf9 58%,#eef3f0);border-bottom:1px solid var(--line)}.hero-inner{min-height:360px;display:flex;align-items:center;padding:60px 0}.hero h1{max-width:720px;font-size:clamp(36px,5vw,62px);line-height:1.04;letter-spacing:-.035em;margin:10px 0 18px}.hero-text{max-width:600px;color:var(--muted);font-size:18px;margin:0 0 28px}.eyebrow{color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.18em;margin:0}.catalogue{padding:72px 0 90px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:26px}.section-head h2,h2{font-size:32px;line-height:1.15;letter-spacing:-.025em;margin:8px 0 0}.search-wrap input{width:260px;padding:12px 15px;border:1px solid var(--line);border-radius:9px;font-size:14px;outline:0}.categories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.category{border:1px solid var(--line);background:#fff;color:var(--muted);padding:9px 15px;border-radius:999px;cursor:pointer;font-weight:700}.category.active{background:var(--accent);color:#fff;border-color:var(--accent)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;transition:.18s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-image{aspect-ratio:4/3;background:#edf1ef;display:grid;place-items:center;color:#8b9791;font-weight:800;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.placeholder-icon{font-size:34px;opacity:.45}.product-info{padding:18px}.product-category{color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.product-info h3{font-size:19px;margin:7px 0 4px}.product-code{color:var(--muted);font-size:12px;margin-bottom:12px}.product-info p{color:var(--muted);font-size:14px;margin:0 0 16px}.view-btn{border:0;background:#edf4f0;color:var(--accent-dark);padding:9px 13px;border-radius:8px;font-weight:700;cursor:pointer}.empty{text-align:center;color:var(--muted);padding:40px}.contact{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.contact-inner{padding:55px 0;display:flex;align-items:center;justify-content:space-between;gap:30px}.contact p:not(.eyebrow){color:var(--muted)}footer{background:#15201c;color:#dfe8e3}.footer-inner{min-height:68px;display:flex;align-items:center;justify-content:space-between;font-size:12px}.modal{display:none;position:fixed;inset:0;z-index:50}.modal.open{display:grid;place-items:center}.modal-backdrop{position:absolute;inset:0;background:rgba(10,18,15,.62)}.modal-card{position:relative;z-index:1;width:min(900px,calc(100% - 30px));max-height:90vh;overflow:auto;background:#fff;border-radius:16px}.modal-close{position:absolute;right:12px;top:10px;z-index:2;width:36px;height:36px;border:0;border-radius:50%;background:#fff;font-size:25px;cursor:pointer}.modal-image{height:350px;background:#edf1ef;display:grid;place-items:center;overflow:hidden;color:#8b9791;font-weight:800}.modal-image img{width:100%;height:100%;object-fit:contain}.modal-content{padding:28px}.modal-category{color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.12em}.code{color:var(--muted);font-size:13px}@media(max-width:800px){.product-grid{grid-template-columns:repeat(2,1fr)}.section-head{align-items:stretch;flex-direction:column}.search-wrap input{width:100%}}@media(max-width:560px){.container{width:calc(100% - 26px)}.contact-btn{display:none}.product-grid{grid-template-columns:1fr}.contact-inner,.footer-inner{align-items:flex-start;flex-direction:column}.modal-image{height:260px}}
.brand-logo{height:54px;display:flex;align-items:center}.brand-logo img{height:54px;width:auto;max-width:280px;object-fit:contain}@media(max-width:560px){.brand-logo{height:46px}.brand-logo img{height:46px;max-width:230px}}
