:root{--bg:#fbfcf7;--ink:#152018;--muted:#607064;--line:#dfe7db;--leaf:#22784b;--leaf-dark:#155a37;--sun:#f2bd42;--soft:#eef6e9;--white:#ffffff}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-footer,.site-header{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1180px;padding:22px}.footer-links,.site-header nav{align-items:center;display:flex;flex-wrap:wrap;gap:18px}.brand{color:var(--leaf-dark);font-size:24px;font-weight:800}.site-footer{border-top:1px solid var(--line);margin-top:60px}.muted,.site-footer p{color:var(--muted)}.hero{background:linear-gradient(rgba(16,37,22,.58),rgba(16,37,22,.35)),url(https://images.unsplash.com/photo-1552728089-57bdde30beb3?auto=format&fit=crop&w=1800&q=80) 50%/cover;color:var(--white);min-height:560px;padding:120px 22px}.hero-content,.section{margin:0 auto;max-width:1180px}.hero-content{max-width:680px}.eyebrow{color:var(--sun);font-weight:800;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3{line-height:1.05;margin:0}h1{font-size:clamp(42px,8vw,82px)}h2{font-size:clamp(32px,5vw,52px)}h3{font-size:22px}.hero p{font-size:20px;line-height:1.6}.button,button{background:var(--leaf);border:0;border-radius:8px;color:var(--white);cursor:pointer;display:inline-flex;font-weight:800;justify-content:center;padding:13px 18px}.button.secondary{background:var(--white);color:var(--leaf-dark)}.button.full,button.full{width:100%}.section{padding:56px 22px 0}.section-header{align-items:flex-end;display:flex;gap:20px;justify-content:space-between;margin-bottom:24px}.grid{display:grid;grid-gap:22px;gap:22px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.order-row,.panel,.policy,.product-card{background:var(--white);border:1px solid var(--line);border-radius:8px}.product-card{overflow:hidden}.product-card img,.product-detail img{aspect-ratio:4/3;display:block;height:auto;object-fit:cover;width:100%}.order-row,.panel,.policy,.product-card-body{padding:20px}.price{color:var(--leaf-dark);font-size:20px;font-weight:800}.product-detail{display:grid;grid-gap:34px;gap:34px;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr)}.form-grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid .wide{grid-column:1/-1}label{display:grid;grid-gap:6px;gap:6px;font-weight:700}input,select,textarea{border:1px solid var(--line);border-radius:8px;padding:12px;width:100%}.admin-layout,.cart-layout,.checkout-layout{display:grid;grid-gap:24px;gap:24px;grid-template-columns:minmax(0,1fr) 340px}.line-item{align-items:center;border-bottom:1px solid var(--line);display:grid;grid-gap:16px;gap:16px;grid-template-columns:84px 1fr auto;padding:16px 0}.line-item img{aspect-ratio:1;border-radius:8px;object-fit:cover;width:84px}.summary-row{display:flex;justify-content:space-between;margin:10px 0}.notice{background:var(--soft);border:1px solid var(--line);border-radius:8px;padding:16px}.error{color:#a33120}@media (max-width:760px){.section-header,.site-footer,.site-header{align-items:flex-start;flex-direction:column}.admin-layout,.cart-layout,.checkout-layout,.form-grid,.product-detail{grid-template-columns:1fr}}