:root{--ink:#2b211c;--muted:#766a62;--cream:#f8f3e9;--paper:#fffdf8;--orange:#c85f24;--orange-dark:#983f18;--gold:#e5a542;--line:#e8ddd0;--green:#355c45}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}button,a,input{font:inherit}a{text-decoration:none;color:inherit}.nav{height:78px;padding:0 max(5vw,24px);display:flex;align-items:center;justify-content:space-between;background:rgba(255,253,248,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:11px;font-weight:800}.brand-mark{width:40px;height:40px;border-radius:50% 50% 45% 55%;display:grid;place-items:center;background:var(--orange);color:white;font-family:"Playfair Display";box-shadow:inset -5px -5px 0 rgba(0,0,0,.08)}nav{display:flex;gap:30px}nav a{color:var(--muted);font-size:14px;font-weight:600}nav a:hover{color:var(--orange)}.cart-trigger{border:0;background:var(--ink);color:white;padding:11px 16px;border-radius:99px;cursor:pointer}.cart-trigger b{background:var(--gold);color:var(--ink);min-width:23px;height:23px;display:inline-grid;place-items:center;border-radius:50%;margin-left:7px}.hero{min-height:650px;padding:70px max(6vw,30px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:5vw;background:radial-gradient(circle at 85% 10%,#ffe7be 0,transparent 30%),var(--cream);overflow:hidden}.hero-copy{max-width:680px}.eyebrow{text-transform:uppercase;letter-spacing:.13em;color:var(--orange);font-size:12px;font-weight:800}.hero h1,.section-head h2,.cta h2,.cart h2{font-family:"Playfair Display",serif}.hero h1{font-size:clamp(48px,6vw,82px);line-height:1.02;letter-spacing:-.045em;margin:16px 0 22px}.hero h1 em{color:var(--orange);font-style:normal}.hero-copy>p{max-width:600px;font-size:18px;line-height:1.7;color:var(--muted)}.hero-actions{display:flex;gap:12px;margin:30px 0}.btn{border:0;border-radius:10px;padding:14px 21px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;cursor:pointer}.btn.primary{background:var(--orange);color:white;box-shadow:0 8px 24px rgba(200,95,36,.22)}.btn.primary:hover{background:var(--orange-dark)}.btn.secondary{border:1px solid var(--line);background:white}.trust{display:flex;gap:30px;color:var(--muted);font-size:13px;margin-top:38px}.trust span{display:grid}.trust b{color:var(--ink);font-size:16px}.hero-art{height:500px;position:relative}.sun{position:absolute;width:370px;height:370px;border-radius:50%;background:var(--gold);left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:0 25px 80px rgba(134,73,27,.22)}.plate{position:absolute;width:340px;height:340px;border:18px solid #f4e4ca;border-radius:50%;background:#fff8e9;left:50%;top:51%;transform:translate(-50%,-50%) rotate(-8deg);box-shadow:0 25px 45px rgba(70,37,20,.2);display:flex;align-items:center;justify-content:center;gap:22px}.plate i{height:310px;width:7px;background:linear-gradient(#855022 0 22%,#d8a15d 22%);border-radius:80% 80% 3px 3px;position:relative}.plate i:after{content:"";position:absolute;top:28px;left:-13px;width:32px;height:75px;border-radius:16px;background:linear-gradient(135deg,#9c3e1b,#e78634 45%,#6b2d18)}.plate i:nth-child(2n){transform:translateY(12px)}.quality{position:absolute;right:2%;top:14%;width:110px;height:110px;border-radius:50%;display:grid;place-content:center;text-align:center;background:var(--green);color:white;transform:rotate(8deg);font-size:13px;box-shadow:0 8px 20px rgba(0,0,0,.18)}.quality b{font-family:"Playfair Display"}.leaf{position:absolute;width:65px;height:150px;border-radius:100% 0 100% 0;background:#6d8c54}.leaf-a{left:5%;bottom:3%;transform:rotate(-38deg)}.leaf-b{right:6%;bottom:1%;transform:rotate(42deg) scale(.8)}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.benefits article{background:var(--paper);padding:32px 5vw;display:flex;gap:18px}.benefits article>span{color:var(--orange);font-family:"Playfair Display";font-weight:800}.benefits h3{margin:0 0 5px}.benefits p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}.catalog{padding:90px max(5vw,24px)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}.section-head h2,.cta h2{font-size:clamp(36px,4vw,54px);margin:8px 0 0}.section-head>p{max-width:490px;color:var(--muted);line-height:1.65}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.search{width:min(340px,100%);display:flex;align-items:center;gap:8px;border:1px solid var(--line);padding:11px 14px;border-radius:10px;background:white}.search input{border:0;outline:0;width:100%;background:transparent}.filters{display:flex;gap:8px;flex-wrap:wrap}.filter{border:1px solid var(--line);border-radius:99px;background:white;padding:9px 14px;cursor:pointer;font-size:13px}.filter.active{background:var(--ink);color:white;border-color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:white;transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(63,38,21,.1)}.product-visual{height:220px;background:color-mix(in srgb,var(--tone),#fff 68%);position:relative;overflow:hidden}.product-visual:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:var(--tone);opacity:.14;right:-70px;bottom:-110px}.category,.featured{position:absolute;top:15px;z-index:2;border-radius:99px;padding:6px 10px;background:rgba(255,255,255,.9);font-size:11px;font-weight:700}.category{left:15px}.featured{right:15px;background:var(--green);color:white}.sticks{height:100%;display:flex;justify-content:center;align-items:center;gap:12px;transform:rotate(-10deg)}.sticks i{height:185px;width:5px;border-radius:10px;background:linear-gradient(var(--tone) 0 45%,#bd7c38 45%);position:relative;box-shadow:1px 2px 2px rgba(0,0,0,.08)}.sticks i:before,.sticks i:after{content:"";position:absolute;left:-8px;width:21px;height:34px;border-radius:8px;background:var(--tone)}.sticks i:before{top:8px}.sticks i:after{top:45px}.sticks i:nth-child(2n){transform:translateY(16px)}.product-info{padding:20px;display:flex;flex-direction:column;min-height:280px}.product-info h3{font-size:19px;margin:0 0 9px}.product-info p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}.stock{font-size:12px;color:var(--green);margin-top:auto;padding-top:18px}.product-bottom{border-top:1px solid var(--line);margin-top:12px;padding-top:15px;display:flex;align-items:center;justify-content:space-between;gap:10px}.product-bottom strong{font-size:19px;display:block}.product-bottom small{color:var(--muted)}.add-cart{border:0;background:#f4e7da;color:var(--orange-dark);font-weight:700;border-radius:9px;padding:10px 13px;cursor:pointer}.add-cart:hover{background:var(--orange);color:white}.empty{text-align:center;padding:70px;color:var(--muted)}.cta{margin:0 max(5vw,24px) 70px;padding:60px;display:flex;align-items:center;justify-content:space-between;gap:40px;background:var(--ink);color:white;border-radius:24px;position:relative;overflow:hidden}.cta:after{content:"";position:absolute;width:260px;height:260px;border:50px solid rgba(255,255,255,.04);border-radius:50%;right:12%;top:-120px}.cta>div{max-width:680px;position:relative;z-index:1}.cta p{color:#cbbdb5;line-height:1.6}.btn.light{background:white;color:var(--ink);white-space:nowrap;position:relative;z-index:1}footer{padding:35px max(5vw,24px);border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--muted);font-size:13px}.overlay{position:fixed;inset:0;background:rgba(30,20,15,.52);z-index:40;backdrop-filter:blur(2px)}.cart{position:fixed;right:0;top:0;width:min(460px,100%);height:100dvh;background:var(--paper);z-index:50;padding:26px;display:flex;flex-direction:column;transform:translateX(105%);transition:.3s;box-shadow:-25px 0 60px rgba(0,0,0,.15)}.cart.open{transform:translateX(0)}.cart-head{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid var(--line);padding-bottom:18px}.cart h2{margin:5px 0;font-size:34px}.cart-head button{border:0;background:#efe7dd;width:38px;height:38px;border-radius:50%;font-size:25px;cursor:pointer}.cart-items{overflow:auto;padding:12px 0}.cart-item{display:grid;grid-template-columns:1fr auto;gap:8px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-item h4{margin:0;font-size:14px}.cart-item small{color:var(--muted)}.qty{display:flex;align-items:center;gap:9px;margin-top:9px}.qty button{width:26px;height:26px;border:1px solid var(--line);background:white;border-radius:6px;cursor:pointer}.remove{border:0;background:none;color:#a34228;cursor:pointer;font-size:12px}.cart-empty{text-align:center;margin:auto;color:var(--muted)}.cart-empty span{font-size:55px;color:var(--orange)}.cart-empty h3{color:var(--ink);margin-bottom:4px}.cart-footer{border-top:1px solid var(--line);padding-top:18px;margin-top:auto}.total{display:flex;justify-content:space-between;align-items:center}.total strong{font-size:24px}.checkout-note{font-size:12px;color:var(--muted);line-height:1.5}.order-code{padding:9px;background:var(--cream);border-radius:7px;text-align:center;font-size:13px;margin-bottom:10px}.full{width:100%}.disabled{opacity:.5;pointer-events:none}.clear{width:100%;border:0;background:none;color:var(--muted);margin-top:10px;cursor:pointer}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,80px);opacity:0;background:var(--green);color:white;padding:12px 18px;border-radius:9px;z-index:70;transition:.25s}.toast.show{transform:translate(-50%,0);opacity:1}@media(max-width:980px){.hero{grid-template-columns:1fr;padding-top:50px}.hero-art{height:400px}.product-grid{grid-template-columns:repeat(2,1fr)}.section-head{align-items:start;flex-direction:column}.toolbar{align-items:start;flex-direction:column}.cta{padding:40px}.benefits article{padding:26px 3vw}}@media(max-width:680px){.nav{height:68px}.nav nav{display:none}.brand>span:last-child{font-size:14px}.hero{padding:48px 22px 35px;gap:10px}.hero h1{font-size:45px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.trust{gap:16px}.hero-art{height:310px}.sun{width:260px;height:260px}.plate{width:235px;height:235px;border-width:12px}.plate i{height:215px}.quality{width:82px;height:82px;right:0}.benefits{grid-template-columns:1fr}.catalog{padding:65px 18px}.product-grid{grid-template-columns:1fr}.filters{flex-wrap:nowrap;width:100%;overflow:auto;padding-bottom:5px}.filter{white-space:nowrap}.cta{margin:0 18px 45px;padding:35px 24px;flex-direction:column;align-items:flex-start}.cta .btn{width:100%}footer{align-items:flex-start;flex-direction:column}.cart{padding:20px}.section-head h2,.cta h2{font-size:39px}}
