:root{--green:#20362b;--green-2:#2f5140;--terracotta:#c96f3d;--gold:#d9a441;--cream:#fff8ee;--sand:#f2e1c4;--ink:#16211b;--muted:#68766d;--white:#fff;--shadow:0 24px 80px rgba(22,33,27,.13);--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--cream);color:var(--ink)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}img{max-width:100%}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px min(5vw,72px);background:rgba(255,248,238,.88);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(32,54,43,.12)}.brand{display:inline-flex}.brand,.main-nav{align-items:center}.main-nav{display:flex;gap:22px;color:var(--green);font-weight:700}.main-nav a:hover{color:var(--terracotta)}.cart-button,.primary-button,.primary-link,.product-footer button,.secondary-link{border:0;border-radius:999px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.cart-button{display:inline-flex;align-items:center;gap:10px;background:var(--green);color:var(--white);padding:12px 18px}.cart-button span{min-width:25px;min-height:25px;border-radius:50%;display:grid;place-items:center;background:var(--terracotta)}.cart-button:hover,.primary-button:hover,.primary-link:hover,.product-footer button:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(32,54,43,.18)}.hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:min(6vw,72px);gap:min(6vw,72px);align-items:center;padding:80px min(5vw,72px) 48px;min-height:720px;background:radial-gradient(circle at top left,rgba(201,111,61,.18),transparent 34%),radial-gradient(circle at bottom right,rgba(76,122,85,.12),transparent 30%)}.hero h1,.section-heading h2{margin:12px 0 18px;color:var(--green);line-height:.98;letter-spacing:-.055em}.hero h1{font-size:clamp(3rem,7vw,6.9rem)}.hero p{font-size:1.25rem;color:var(--muted);max-width:650px;line-height:1.65}.eyebrow{color:var(--terracotta);text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:900}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.primary-link,.secondary-link{display:inline-flex;padding:16px 24px}.primary-button,.primary-link{background:var(--terracotta);color:#fff}.secondary-link{border:1px solid rgba(32,54,43,.18);color:var(--green)}.hero-art{padding:22px;border-radius:42px;background:hsla(0,0%,100%,.56);box-shadow:var(--shadow)}.metrics{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr;grid-gap:8px 10px;gap:8px 10px;align-items:baseline;margin-top:38px;max-width:590px;color:var(--muted)}.metrics strong{color:var(--green);font-size:2rem}.section{padding:72px min(5vw,72px)}.section-heading{max-width:980px;margin-bottom:34px}.section-heading h2{font-size:clamp(2.2rem,4.6vw,4.8rem)}.section-heading p{color:var(--muted);line-height:1.7;font-size:1.05rem}.segment-grid,.steps-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.empty-state,.product-card,.segment-card,.steps-grid article{background:hsla(0,0%,100%,.82);border:1px solid rgba(32,54,43,.1);border-radius:var(--radius);box-shadow:var(--shadow)}.segment-card{padding:34px;min-height:340px;position:relative;overflow:hidden}.segment-card:after{content:"";position:absolute;width:220px;height:220px;right:-80px;bottom:-80px;border-radius:50%;background:rgba(201,111,61,.12)}.segment-card.food:after{background:rgba(76,122,85,.14)}.segment-card span{color:var(--terracotta);font-weight:900}.segment-card h3{color:var(--green);font-size:2rem;line-height:1.08;margin:12px 0}.segment-card li,.segment-card p{color:var(--muted);line-height:1.7}.segment-card ul{padding-left:20px;margin:22px 0 0}.catalog-section{background:#f7ead5}.catalog-heading{display:flex;justify-content:space-between;gap:24px;max-width:none;align-items:flex-end}.catalog-heading p{max-width:390px}.filters{display:grid;grid-template-columns:1fr 240px minmax(220px,340px);grid-gap:14px;gap:14px;align-items:center;margin-bottom:28px}.pill-group{display:flex;gap:10px;flex-wrap:wrap}.filters input,.filters select,.pill-group button{border:1px solid rgba(32,54,43,.14);background:hsla(0,0%,100%,.86);color:var(--green);border-radius:999px;padding:13px 16px;font-weight:800}.pill-group button.active{background:var(--green);color:#fff}.filters input,.filters select{width:100%}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:22px;gap:22px}.product-card{overflow:hidden;display:flex;flex-direction:column}.product-image{position:relative;aspect-ratio:1.23;background:var(--sand)}.product-image img{width:100%;height:100%;object-fit:cover}.tag{position:absolute;left:16px;top:16px;padding:8px 12px;border-radius:999px;color:#fff;font-weight:900;font-size:.78rem;background:var(--terracotta)}.tag.food{background:var(--green-2)}.product-content{padding:22px;display:flex;flex-direction:column;gap:12px;flex:1 1}.category-name{color:var(--terracotta);font-weight:900;font-size:.82rem}.product-card h3{margin:0;color:var(--green);font-size:1.35rem;line-height:1.12}.product-card p{color:var(--muted);line-height:1.55;margin:0}.product-card .subtitle{color:var(--ink);font-weight:700}.options{display:grid;grid-gap:10px;gap:10px;margin-top:auto}.checkout-form label,.options label{display:grid;grid-gap:8px;gap:8px;color:var(--green);font-size:.86rem;font-weight:900}.checkout-form input,.options select{border:1px solid rgba(32,54,43,.15);border-radius:16px;padding:12px;background:#fff;color:var(--ink)}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.product-footer small{display:block;color:var(--muted)}.product-footer strong{display:block;color:var(--green);font-size:1.3rem}.product-footer button{background:var(--green);color:#fff;padding:13px 18px}.empty-state{padding:28px;text-align:center;color:var(--muted);font-weight:800}.steps-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.steps-grid article{padding:28px}.steps-grid span{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:var(--terracotta);color:#fff;font-weight:900}.steps-grid h3{color:var(--green);font-size:1.5rem}.steps-grid p{color:var(--muted);line-height:1.7}.footer{background:var(--green);color:hsla(0,0%,100%,.78);display:flex;justify-content:space-between;align-items:center;padding:32px min(5vw,72px);gap:24px}.footer img{width:180px;height:auto}.drawer-backdrop{position:fixed;inset:0;background:rgba(10,16,12,.42);z-index:50;opacity:0;pointer-events:none;transition:opacity .2s ease}.drawer-backdrop.show{opacity:1;pointer-events:auto}.cart-drawer{position:absolute;right:0;top:0;height:100%;width:min(100%,520px);background:var(--cream);padding:24px;overflow:auto;box-shadow:-24px 0 80px rgba(0,0,0,.2);transform:translateX(100%);transition:transform .25s ease}.drawer-backdrop.show .cart-drawer{transform:translateX(0)}.drawer-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.drawer-header h2{color:var(--green);font-size:2rem;margin:6px 0 0}.clear-button,.ghost-button,.remove{border:0;background:transparent;color:var(--terracotta);font-weight:900}.cart-items{display:grid;grid-gap:14px;gap:14px;margin:24px 0}.muted{color:var(--muted)}.cart-item{border:1px solid rgba(32,54,43,.12);background:#fff;border-radius:20px;padding:16px;display:grid;grid-gap:12px;gap:12px}.cart-item p{color:var(--muted);margin:6px 0;line-height:1.5}.cart-item span{color:var(--green);font-weight:900}.quantity-control{display:inline-flex;width:max-content;align-items:center;border-radius:999px;overflow:hidden;border:1px solid rgba(32,54,43,.12)}.quantity-control button{width:36px;height:36px;border:0;background:var(--sand);color:var(--green);font-weight:900}.quantity-control span{width:42px;text-align:center}.subtotal{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(32,54,43,.12);border-bottom:1px solid rgba(32,54,43,.12);padding:18px 0;color:var(--green)}.subtotal strong{font-size:1.6rem}.checkout-form{display:grid;grid-gap:14px;gap:14px;margin-top:22px}.primary-button{padding:16px 20px;border:0}.primary-button:disabled{opacity:.55;cursor:not-allowed}.clear-button{padding:8px}.form-error{color:#a33122;background:#ffe4dd;padding:12px 14px;border-radius:14px;font-weight:800}@media (max-width:1180px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{grid-template-columns:1fr}.hero-art{max-width:680px}.filters{grid-template-columns:1fr}}@media (max-width:760px){.site-header{align-items:flex-start}.main-nav{display:none}.hero{padding-top:42px;min-height:auto}.product-grid,.segment-grid,.steps-grid{grid-template-columns:1fr}.catalog-heading{display:block}.metrics{grid-template-columns:auto 1fr}.footer{flex-direction:column;align-items:flex-start}}