
:root{--green:#1f6b3a;--dark:#183225;--cream:#fffaf0;--yellow:#f3c64f;--text:#253128;--muted:#6f7b73;--line:#e7e7df;--white:#fff}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff;line-height:1.6}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,92%);margin:auto}.topbar{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);z-index:20}.nav{height:74px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px}.brand img{height:42px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--green);color:white}.links{display:flex;gap:24px;align-items:center}.links a:hover{color:var(--green)}.cart-link{padding:10px 15px;background:var(--green);color:#fff;border-radius:12px}.menu-btn{display:none;border:0;background:none;font-size:26px}.hero{background:linear-gradient(135deg,#f7f4dc,#eff7e9);padding:72px 0}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.hero h1,.page-hero h1,.product-detail h1{font-size:clamp(38px,6vw,72px);line-height:1.03;margin:.2em 0}.hero p{font-size:20px;color:var(--muted);max-width:700px}.eyebrow{display:inline-block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--green);font-weight:800}.hero-actions{display:flex;gap:12px;margin-top:28px}.btn{display:inline-flex;justify-content:center;align-items:center;border:0;background:var(--green);color:#fff;padding:13px 19px;border-radius:12px;font-weight:700;cursor:pointer}.btn.ghost{background:#fff;color:var(--green);border:1px solid #cdd7cf}.btn.full{width:100%}.hero-card{min-height:430px;border-radius:32px;background:#214e30;overflow:hidden;display:grid;place-items:center;box-shadow:0 30px 70px rgba(35,70,45,.22)}.hero-card img{width:100%;height:100%;object-fit:cover}.chips-art{position:relative;width:100%;height:430px}.bag{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-5deg);width:220px;height:290px;border-radius:30px 30px 18px 18px;background:#f8cc54;display:grid;place-items:center;text-align:center;color:#214e30;font-size:54px;font-weight:900;box-shadow:0 20px 40px rgba(0,0,0,.25)}.bag small{font-size:18px}.chip{position:absolute;width:80px;height:52px;background:#f0d36b;border-radius:50%;border:5px solid #d7b444}.c1{left:12%;top:18%;transform:rotate(25deg)}.c2{right:10%;top:25%;transform:rotate(-20deg)}.c3{right:18%;bottom:12%;transform:rotate(15deg)}.section{padding:72px 0}.section.light{background:#fafaf5}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:26px}.section h2{font-size:34px;margin:.15em 0}.category-grid,.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.category-card,.product-card,.panel,.success-card{border:1px solid var(--line);border-radius:20px;background:#fff}.category-card{padding:24px;display:flex;flex-direction:column;gap:4px}.category-icon{font-size:34px}.category-card span{color:var(--muted);font-size:14px}.product-card{overflow:hidden;box-shadow:0 10px 25px rgba(32,51,39,.05)}.product-img{display:block;position:relative;background:#f4f6ef;aspect-ratio:1/1}.product-img img{width:100%;height:100%;object-fit:cover}.placeholder{height:100%;display:grid;place-items:center;font-size:72px}.placeholder.big{min-height:440px}.sale-badge{position:absolute;top:12px;left:12px;background:#c6422d;color:#fff;padding:6px 10px;border-radius:99px;font-size:12px;font-weight:700}.product-body{padding:18px}.product-body small{color:var(--muted)}.product-body h3{margin:5px 0 10px;font-size:19px}.price{font-weight:800;font-size:19px}.price del{color:#999;font-weight:500;margin-right:5px}.price.large{font-size:30px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.benefits div{padding:25px;border-left:4px solid var(--yellow);background:#fafaf7}.benefits span,.benefits b{display:block}.benefits span{color:var(--muted)}.page-hero{padding:55px 0;background:#f2f7ef}.page-hero h1{font-size:50px;margin:0}.shop-layout{display:grid;grid-template-columns:230px 1fr;gap:32px}.filters{border:1px solid var(--line);padding:18px;border-radius:18px;height:max-content}.filters label,.form-grid label{display:block;font-weight:700;font-size:14px;margin-bottom:13px}.filters input,.filters select,.form-grid input,.form-grid select,.form-grid textarea,.buy-row input{width:100%;padding:12px 13px;border:1px solid #d9ddd8;border-radius:10px;font:inherit;background:white}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:start}.detail-image{background:#f4f6ef;border-radius:24px;overflow:hidden}.detail-image img{width:100%;display:block}.buy-row{display:flex;gap:10px;margin-top:20px}.buy-row input{width:90px}.stock{color:var(--muted)}.content,.prose{white-space:normal}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:15px;border-bottom:1px solid var(--line)}th{font-size:13px;color:var(--muted);text-transform:uppercase}.qty{width:76px;padding:8px}.cart-bottom{display:flex;justify-content:space-between;gap:30px;margin-top:24px}.summary{width:min(390px,100%);padding:22px;background:#f8f8f2;border-radius:18px}.checkout-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px}.panel{padding:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid h2,.form-grid .field-error{grid-column:1/-1}.span2{grid-column:1/-1}.summary-line{display:flex;justify-content:space-between;gap:15px;padding:10px 0}.summary-line.total{font-size:20px}.field-error,.alert.error{background:#fff0ee;color:#9f2c20;padding:10px 13px;border-radius:9px}.alert{margin-top:15px}.alert.success{background:#edf8ef;color:#24693a;padding:10px 13px;border-radius:9px}.success-card{max-width:680px;margin:auto;text-align:center;padding:50px}.check{width:70px;height:70px;margin:auto;border-radius:50%;display:grid;place-items:center;background:#e8f5eb;color:var(--green);font-size:35px;font-weight:900}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}footer{background:#183225;color:#e9f0e9;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.3fr;gap:40px}.footer-grid a,.footer-grid p{display:block;color:#c5d3c7;margin:8px 0}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:20px;text-align:center;color:#a9baa9}.pager{margin-top:30px}
@media(max-width:900px){.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.hero-grid,.product-detail,.checkout-grid,.contact-grid,.shop-layout{grid-template-columns:1fr}.hero-card{min-height:330px}.chips-art{height:330px}.filters{order:0}.links{display:none;position:absolute;top:74px;left:0;right:0;background:white;padding:20px;flex-direction:column;border-bottom:1px solid var(--line)}.links.open{display:flex}.menu-btn{display:block}.benefits,.footer-grid{grid-template-columns:1fr}.cart-bottom{flex-direction:column}.summary{width:100%}}@media(max-width:560px){.category-grid,.product-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.span2{grid-column:1}.hero{padding:45px 0}.hero h1{font-size:44px}.section{padding:50px 0}.page-hero h1{font-size:40px}}
