:root{--green:#063f35;--green2:#0b5a49;--gold:#cda45c;--cream:#f7f3ea;--ink:#18312d;--red:#d72c27;--white:#fff;--line:#dfe7e3}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"DM Sans",sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit;cursor:pointer}.header{height:86px;padding:0 max(5vw,24px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf1ef;position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);z-index:20}.brand img{width:205px;display:block}.header nav{display:flex;gap:30px;font-weight:600;font-size:14px}.header nav a:hover{color:var(--green2)}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--green);color:white;border:0;border-radius:999px;padding:15px 24px;font-weight:700;transition:.2s}.button:hover{background:var(--green2);transform:translateY(-1px)}.button-small{padding:11px 18px;font-size:13px}.hero{min-height:660px;padding:90px max(7vw,30px);display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center;background:radial-gradient(circle at 85% 20%,#e8d8b8 0,transparent 24%),linear-gradient(135deg,#fbfaf6,#f0f5f1)}.hero-copy{max-width:720px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--gold);font-size:12px;font-weight:800}.hero h1,.section-title h2,.steps h2{font-family:"Playfair Display",serif;color:var(--green);margin:14px 0}.hero h1{font-size:clamp(44px,5.4vw,76px);line-height:1.04}.hero-copy>p{font-size:19px;line-height:1.7;max-width:620px;color:#546963}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:30px}.link{font-weight:700;color:var(--green)}.trust{display:flex;gap:22px;margin-top:34px;font-size:13px;color:#60756f}.hero-card{min-height:430px;border-radius:38px;background:var(--green);color:white;padding:55px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 30px 70px rgba(6,63,53,.25);position:relative;overflow:hidden}.hero-card:after{content:"";position:absolute;width:240px;height:240px;border:1px solid rgba(205,164,92,.32);border-radius:50%;right:-70px;bottom:-80px}.hero-card img{width:125px;margin-bottom:40px}.hero-card strong{font-family:"Playfair Display",serif;font-size:43px;line-height:1.1}.hero-card span{margin-top:28px;color:#c7d9d4}.catalog{padding:95px max(5vw,24px)}.section-title{display:flex;align-items:end;justify-content:space-between;gap:25px}.section-title h2,.steps h2{font-size:44px}.search{width:min(360px,100%);height:50px;border:1px solid var(--line);border-radius:999px;display:flex;align-items:center;gap:10px;padding:0 18px}.search input{width:100%;border:0;outline:0;font:inherit}.filters{display:flex;gap:10px;overflow:auto;padding:26px 0 34px}.filter{white-space:nowrap;border:1px solid var(--line);background:white;border-radius:999px;padding:10px 17px;font-weight:700;color:#52665f}.filter.active{background:var(--green);border-color:var(--green);color:white}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product{border:1px solid #e5ebe8;border-radius:22px;overflow:hidden;background:white;display:flex;flex-direction:column;position:relative;transition:.22s}.product:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(20,64,53,.12)}.product-image{height:260px;padding:18px;background:#fafbf9;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:contain}.discount{position:absolute;top:14px;left:14px;background:var(--red);color:white;border-radius:9px;padding:7px 10px;font-size:12px;font-weight:800;z-index:1}.unavailable{position:absolute;top:14px;right:14px;background:#66746f;color:white;border-radius:9px;padding:7px 10px;font-size:11px;font-weight:800}.product-body{padding:20px;display:flex;flex:1;flex-direction:column}.category{color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.1em}.product h3{font-size:16px;line-height:1.35;margin:8px 0 16px;min-height:44px}.old{font-size:13px;color:#899792;text-decoration:line-through}.price{font-size:25px;color:var(--green);font-weight:800;margin:3px 0 18px}.product .button{width:100%;margin-top:auto;padding:12px}.product .button.disabled{background:#a9b2af;pointer-events:none}.loading,.empty{grid-column:1/-1;text-align:center;padding:50px;color:#73827d}.steps{padding:90px max(7vw,30px);background:var(--cream);text-align:center}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:45px;text-align:left}.step-grid article{padding:34px;border-radius:20px;background:white}.step-grid b{color:var(--gold);font-size:14px}.step-grid h3{font-family:"Playfair Display",serif;color:var(--green);font-size:26px;margin:14px 0 8px}.step-grid p{color:#64746f;line-height:1.6}footer{background:#032e27;color:white;padding:55px max(6vw,28px);display:grid;grid-template-columns:1fr auto auto;gap:60px;align-items:center}footer img{width:230px}footer div{display:flex;flex-direction:column;gap:5px;color:#bbcdc7;font-size:14px}footer strong{color:white}.button-gold{background:var(--gold);color:#18312d}.floating{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:white;font-size:30px;box-shadow:0 10px 28px rgba(0,0,0,.22);z-index:30}@media(max-width:1050px){.product-grid{grid-template-columns:repeat(3,1fr)}.hero{gap:35px}.hero-card{padding:38px}.header nav{display:none}}@media(max-width:760px){.header{height:72px}.brand img{width:165px}.button-small{display:none}.hero{grid-template-columns:1fr;padding:65px 22px}.hero-card{min-height:340px}.hero-card strong{font-size:35px}.trust{flex-direction:column;gap:8px}.section-title{align-items:start;flex-direction:column}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-image{height:190px}.product-body{padding:15px}.product h3{font-size:14px}.price{font-size:21px}.step-grid{grid-template-columns:1fr}footer{grid-template-columns:1fr;gap:28px}}@media(max-width:420px){.product-grid{grid-template-columns:1fr}.product-image{height:260px}}
