:root{--bg:#f6f5ef;--paper:#fffdfa;--ink:#16221c;--muted:#65746b;--line:#d9ded4;--leaf:#1f6b4d;--leaf-2:#2f8160;--tomato:#bd443c;--gold:#d7a12f;--sky:#376f8f;--shadow:0 16px 40px rgba(22,34,28,.08)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Tahoma,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.shell{min-height:100vh}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;gap:16px;padding:12px 28px;border-bottom:1px solid var(--line);background:rgba(246,245,239,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand,.topbar{align-items:center}.brand{display:inline-flex;gap:8px;min-width:130px;color:var(--leaf);font-size:24px;font-weight:900}.brand-mark{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#fff;background:conic-gradient(from 30deg,var(--leaf),var(--gold),var(--tomato),var(--sky),var(--leaf))}.nav{display:flex;flex-wrap:wrap;gap:6px;color:var(--muted)}.nav a{display:inline-flex;align-items:center;min-height:36px;padding:0 10px;border-radius:8px;white-space:nowrap}.nav .active,.nav a:hover{color:var(--ink);background:#e7eee6}.header-actions{gap:8px}.actions,.header-actions{display:flex;align-items:center}.actions{flex-wrap:wrap;gap:10px;margin-top:22px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.main{width:min(1280px,calc(100% - 48px));margin:0 auto;padding:22px 0 44px}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.7fr);grid-gap:24px;gap:24px;min-height:460px;overflow:hidden;color:#fff;background:linear-gradient(110deg,rgba(22,34,28,.92),rgba(31,107,77,.72)),url(https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=1800&q=80) 50%/cover}.hero-copy{align-self:end;padding:44px}.hero h1{margin:0;font-size:72px;line-height:1.08;letter-spacing:0}.hero p{max-width:680px;margin:18px 0 0;font-size:20px;line-height:2}.hero-panel{align-self:stretch;display:grid;align-content:center;grid-gap:12px;gap:12px;padding:28px;background:rgba(255,253,250,.12);border-right:1px solid rgba(255,255,255,.22)}.hero-stat{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.18)}.hero-stat strong{font-size:24px}.section{margin-top:26px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:12px}.page-title h1,.section-head h2{margin:0;font-size:30px}.page-title p,.section-head p{margin:6px 0 0;color:var(--muted);line-height:1.9}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card,.panel,.product-card{border:1px solid var(--line);border-radius:8px;background:var(--paper);box-shadow:var(--shadow)}.product-card{display:grid;grid-template-rows:auto 1fr auto;min-height:340px;overflow:hidden}.product-media{height:132px;background:linear-gradient(135deg,#dde9d7,#f4e2b2);border-bottom:1px solid var(--line)}.product-card:nth-child(3n) .product-media{background:linear-gradient(135deg,#f0c0b8,#f7e9c7)}.product-card:nth-child(4n) .product-media{background:linear-gradient(135deg,#c8ddeb,#e5efd8)}.product-body{padding:14px}.product-title{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.product-title h3{margin:0;font-size:20px}.product-body p{margin:10px 0 0;color:var(--muted);line-height:1.8}.product-meta{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:12px;color:var(--muted);font-size:13px}.product-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px;border-top:1px solid var(--line)}.price{font-weight:900}.badge,.price{color:var(--leaf)}.badge{display:inline-flex;align-items:center;min-height:26px;padding:0 8px;border-radius:999px;background:#e5eee6;font-size:12px;white-space:nowrap}.badge.gold{color:#7a560d;background:#f4e7c3}.badge.tomato{color:#8a2822;background:#f5d8d4}.badge.sky{color:#1f536f;background:#dcecf4}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 14px;border:0;border-radius:8px;color:#fff;background:var(--leaf);font-weight:800}.button.secondary{background:var(--tomato)}.button.gold{background:#9d7220}.button.ghost{color:var(--ink);background:#e8eee6}.button:disabled{cursor:not-allowed;opacity:.55}.toolbar{display:grid;grid-template-columns:1fr 180px 180px;grid-gap:10px;gap:10px;margin:18px 0}.input,.select,.textarea{width:100%;min-height:44px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 12px;color:var(--ink)}.textarea{min-height:92px;padding-top:10px;resize:vertical}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:18px;gap:18px;align-items:flex-start}.cart-panel{position:-webkit-sticky;position:sticky;top:78px;padding:16px}.cart-line,.summary-line{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid var(--line)}.qty{display:inline-flex;align-items:center;gap:8px}.qty button{width:30px;height:30px;border:1px solid var(--line);border-radius:8px;background:#fff}.checkout-form{display:grid;grid-gap:10px;gap:10px;margin-top:12px}.success-box{padding:12px;border:1px solid #bad7c3;border-radius:8px;color:#155236;background:#e9f6ec;line-height:1.8}.panel{padding:18px}.panel h3{margin:0 0 10px}.panel li,.panel p{color:var(--muted);line-height:1.9}.timeline{display:grid;grid-gap:10px;gap:10px;padding:0;margin:0;list-style:none}.timeline li{display:grid;grid-template-columns:92px 1fr;grid-gap:12px;gap:12px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fff}.footer{margin-top:34px;padding:22px 0;border-top:1px solid var(--line);color:var(--muted)}@media (max-width:980px){.cart-layout,.hero{grid-template-columns:1fr}.hero-panel{border-right:0;border-top:1px solid rgba(255,255,255,.22)}.grid,.grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.toolbar{grid-template-columns:1fr}.cart-panel{position:static}}@media (max-width:640px){.topbar{align-items:flex-start;padding:12px 16px}.header-actions{width:100%;justify-content:space-between}.main{width:min(100% - 24px,1280px)}.hero-copy{padding:28px 20px}.hero h1{font-size:46px}.grid,.grid.three,.grid.two{grid-template-columns:1fr}}