:root{--red:#8d252d;--red2:#b33942;--ink:#1e2024;--muted:#686b72;--cream:#fff8ec;--line:#e8e2dc;--white:#fff;--green:#20a361}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);z-index:10}.brand{display:flex;align-items:center;gap:12px}.brand img{width:52px;height:52px;object-fit:contain;border-radius:10px}.brand span{display:grid}.brand strong{color:var(--red);font-size:1.08rem;letter-spacing:.08em}.brand small{font-size:.72rem;color:var(--muted)}nav{display:flex;gap:30px;font-size:.92rem;font-weight:650}nav a:hover{color:var(--red)}.wa-btn,.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:13px 20px;font-weight:750}.wa-btn{background:var(--green);color:#fff}.wa-btn.compact{padding:11px 18px}.hero{min-height:610px;padding:70px 6vw;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:7vw;background:radial-gradient(circle at 74% 18%,#ffe8d7 0,transparent 24%),linear-gradient(120deg,#fff 45%,var(--cream))}.eyebrow{display:block;color:var(--red);font-weight:850;font-size:.76rem;letter-spacing:.17em;margin-bottom:18px}.hero h1{font-family:Georgia,serif;font-size:clamp(2.7rem,5.4vw,5.4rem);letter-spacing:-.045em;line-height:.98;margin:0;max-width:760px}.hero h1 em{font-style:normal;color:var(--red)}.hero-copy>p{color:var(--muted);font-size:1.1rem;line-height:1.7;max-width:650px;margin:25px 0}.hero-actions{display:flex;gap:12px}.primary{background:var(--red);color:#fff}.primary:hover{background:#701b23}.secondary{border:1px solid var(--red);color:var(--red)}.marketplaces{display:flex;align-items:center;gap:12px;margin-top:32px;color:var(--muted);font-size:.82rem}.marketplaces strong{padding:7px 12px;border:1px solid var(--line);background:#fff;border-radius:99px;color:var(--ink)}.hero-panel{display:grid;grid-template-columns:1fr 1fr;gap:15px;transform:rotate(1deg)}.feature-card{min-height:145px;background:#fff;padding:22px;border:1px solid #eadfd5;border-radius:20px;box-shadow:0 18px 45px rgba(83,45,32,.08);display:flex;flex-direction:column;justify-content:space-between}.feature-card.main{grid-column:1/3;min-height:210px;background:linear-gradient(135deg,var(--red),#bd4a4f);color:#fff}.feature-card>span{font-family:Georgia,serif;font-size:2rem;font-weight:800;opacity:.9}.feature-card div{display:grid;gap:4px}.feature-card b{font-size:1.06rem}.feature-card small{opacity:.72}.catalog{padding:90px 6vw}.section-head{display:flex;align-items:end;justify-content:space-between;gap:25px}.section-head h2,.procurement h2{font-family:Georgia,serif;font-size:clamp(2.1rem,4vw,3.6rem);margin:0}.search{width:min(360px,100%);height:48px;border:1px solid var(--line);display:flex;align-items:center;gap:8px;padding:0 15px;border-radius:10px}.search input{width:100%;border:0;outline:0;font-size:1rem;background:transparent}.filters{display:flex;gap:9px;flex-wrap:wrap;margin:35px 0 28px}.filters button{border:1px solid var(--line);background:#fff;border-radius:99px;padding:10px 16px;cursor:pointer;font:inherit;font-weight:650;color:var(--muted)}.filters button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{border:1px solid var(--line);border-radius:16px;padding:14px;transition:.2s}.product:hover{transform:translateY(-5px);box-shadow:0 16px 35px rgba(30,32,36,.08)}.visual{height:190px;border-radius:11px;display:grid;place-items:center;color:#fff;font-family:Georgia,serif;font-size:3.4rem;font-weight:800;margin-bottom:18px}.v-it{background:linear-gradient(145deg,#1a2d46,#547aa7)}.v-me{background:linear-gradient(145deg,#865a3b,#d9a676)}.v-ed{background:linear-gradient(145deg,#187174,#57b9a9)}.v-sr{background:linear-gradient(145deg,#73255b,#ce6a9d)}.product small{font-size:.68rem;font-weight:850;letter-spacing:.12em;color:var(--red)}.product h3{font-size:1.17rem;margin:8px 0}.product p{color:var(--muted);line-height:1.5;font-size:.91rem;min-height:64px}.product a{display:inline-block;color:var(--red);font-weight:750;margin:7px 0 6px}.empty{display:none;text-align:center;color:var(--muted);padding:40px}.procurement{background:var(--red);color:#fff;margin:0 3vw 70px;border-radius:24px;padding:65px 6vw;display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.eyebrow.light{color:#ffd9c7}.procurement p{color:#f2dfe0;line-height:1.7;max-width:640px}.primary.white{background:#fff;color:var(--red);margin-top:10px}.proc-list{border-left:1px solid rgba(255,255,255,.25);padding-left:7vw}.proc-list p{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.16);margin:0}.proc-list b{color:#ffcabb;margin-right:18px}footer{padding:35px 6vw 45px;border-top:1px solid var(--line);display:grid;grid-template-columns:1.3fr .7fr 1fr;gap:30px;align-items:center}.footer-brand{display:flex;gap:14px;align-items:center}.footer-brand img{width:50px;height:50px;object-fit:contain}.footer-brand div,footer>div{display:grid;gap:5px}.footer-brand strong{font-size:.82rem;color:var(--red)}footer small{font-weight:850;color:var(--muted);font-size:.68rem;letter-spacing:.12em}.floating-wa{display:none;position:fixed;right:18px;bottom:18px;width:52px;height:52px;border-radius:50%;background:var(--green);color:#fff;font-weight:850;place-items:center;box-shadow:0 8px 22px rgba(0,0,0,.22);z-index:12}@media(max-width:900px){nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px}.hero-panel{max-width:650px}.products{grid-template-columns:repeat(2,1fr)}.procurement{grid-template-columns:1fr}.proc-list{border-left:0;padding-left:0}.floating-wa{display:grid}footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/3}}@media(max-width:600px){.topbar{height:70px;padding:0 18px}.brand img{width:42px;height:42px}.brand small{display:none}.wa-btn.compact{font-size:.82rem;padding:10px 12px}.hero{padding:42px 20px 55px;gap:42px}.hero h1{font-size:2.75rem}.hero-copy>p{font-size:1rem}.hero-actions{flex-direction:column}.hero-panel{gap:9px}.feature-card{padding:16px;min-height:125px}.feature-card.main{min-height:160px}.catalog{padding:65px 20px}.section-head{align-items:stretch;flex-direction:column}.products{grid-template-columns:1fr}.visual{height:160px}.procurement{margin:0 12px 55px;padding:45px 25px}.marketplaces{flex-wrap:wrap}footer{padding:30px 20px;grid-template-columns:1fr}.footer-brand{grid-column:auto}}
