:root{font-family:Trebuchet MS,Segoe UI,sans-serif;color:#1f3a2e;background:radial-gradient(circle at top left,rgba(242,210,169,.85),transparent 24%),linear-gradient(135deg,#f6f1e8,#e7efe1 48%,#d7e6d0);line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}button{font:inherit}#root,.landing-page,.page-shell{min-height:100vh}.landing-page{display:grid;place-items:center;padding:32px}.hero-card,.site-header,.plant-card,.cart-card,.cart-summary,.empty-cart{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffcf6cc;border:1px solid rgba(120,140,120,.18);box-shadow:0 18px 40px #24412b1f}.hero-card{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:stretch;width:min(1120px,100%);border-radius:32px;overflow:hidden}.hero-copy{padding:56px}.eyebrow{margin:0 0 12px;letter-spacing:.2em;text-transform:uppercase;color:#7c6841;font-size:.78rem;font-weight:700}.hero-copy h1,.page-intro h1,.about-us-container h2{margin:0;font-size:clamp(2.4rem,5vw,4.6rem);line-height:1.05}.hero-text,.page-intro p,.section-heading p,.plant-description,.cart-meta,.empty-cart p,.about-us-container p{color:#4a5f53}.hero-text{margin:24px 0 0;max-width:56ch;font-size:1.05rem}.hero-button{display:inline-flex;margin-top:32px}.hero-visual{min-height:520px;background:linear-gradient(#132e1e40,#132e1e14),url(https://images.unsplash.com/photo-1485955900006-10f4d324d411?auto=format&fit=crop&w=1200&q=80) center/cover;display:flex;align-items:flex-start;justify-content:flex-end;padding:32px}.background-image{background-image:url(https://images.unsplash.com/photo-1485955900006-10f4d324d411?auto=format&fit=crop&w=1200&q=80);background-position:center;background-repeat:no-repeat;background-size:cover}.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}.hero-badge{padding:14px 18px;border-radius:999px;background:#fff9f0e0;color:#32533f;font-weight:700}.site-header{position:sticky;top:16px;z-index:10;display:flex;justify-content:space-between;align-items:center;gap:20px;margin:16px auto 0;width:min(1180px,calc(100% - 32px));padding:18px 22px;border-radius:24px}.brand-link{display:flex;align-items:center;gap:14px}.brand-mark{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;background:linear-gradient(135deg,#547749,#2d4f3a);color:#fff8ef;font-weight:800}.brand-name,.brand-tagline{margin:0}.brand-name{font-size:1.05rem;font-weight:800}.brand-tagline{color:#5f725f;font-size:.9rem}.nav-links{display:flex;gap:10px;flex-wrap:wrap}.nav-link{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;color:#3c5447;font-weight:600}.nav-link.active{background:#294a37;color:#fff6eb}.cart-count{display:inline-grid;place-items:center;min-width:28px;height:28px;padding:0 8px;border-radius:999px;background:#d88553;color:#fff;font-size:.9rem}.page-content{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:40px 0 48px}.page-intro{margin-bottom:28px}.page-intro h1{font-size:clamp(2rem,4vw,3.4rem)}.plant-section{margin-top:40px}.section-heading{margin-bottom:20px}.section-heading h2{margin:0 0 8px;font-size:1.8rem}.section-heading p{margin:0;max-width:64ch}.plant-grid,.cart-list{display:grid;gap:20px}.plant-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.plant-card,.cart-card,.empty-cart{border-radius:24px}.plant-card{overflow:hidden}.plant-image,.cart-image{width:100%;object-fit:cover}.plant-image{height:230px}.cart-image{width:160px;height:160px;border-radius:20px}.plant-card-body{padding:18px}.plant-card-top,.cart-card-header,.cart-intro{display:flex;justify-content:space-between;gap:16px}.plant-card-top h3,.cart-card-header h3,.empty-cart h2{margin:0}.plant-price{margin:6px 0 0;font-weight:800;color:#31513d}.plant-chip{align-self:flex-start;padding:8px 12px;border-radius:999px;background:#ecdfcb;color:#72563f;font-size:.82rem;font-weight:700}.plant-description{min-height:72px}.button,.quantity-button{border:none;cursor:pointer;transition:transform .18s ease,opacity .18s ease,background .18s ease}.button{justify-content:center;align-items:center;padding:14px 18px;border-radius:14px;background:linear-gradient(135deg,#31513d,#4f7750);color:#fff8ef;font-weight:700}.button:hover,.quantity-button:hover,.text-button:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.7}.button-muted{background:linear-gradient(135deg,#7d8f7e,#9cab9b)}.secondary-button{background:#e6d9c5;color:#3a4f42}.cart-card{display:flex;gap:20px;padding:18px}.cart-card-content{flex:1}.cart-meta{margin:6px 0 0}.text-button{border:none;background:transparent;cursor:pointer;font-weight:700}.danger-text{color:#ad4f43}.quantity-controls{display:inline-flex;align-items:center;gap:12px;margin-top:18px}.quantity-button{width:40px;height:40px;border-radius:12px;background:#2e4e3a;color:#fff8ef;font-size:1.25rem}.quantity-value{min-width:24px;text-align:center;font-weight:800;font-size:1.05rem}.cart-summary{min-width:220px;padding:18px;border-radius:22px}.cart-summary p{margin:0}.cart-summary p+p{margin-top:8px}.cart-actions{display:flex;justify-content:flex-end;gap:14px;margin-top:28px}.cart-total-text{margin-top:24px;color:#31513d;font-weight:700}.empty-cart{margin-top:40px;padding:40px;text-align:center}.empty-cart .button{display:inline-flex;margin-top:12px}@media (max-width: 820px){.hero-card{grid-template-columns:1fr}.hero-copy{padding:36px 24px}.hero-visual{min-height:340px}.site-header,.cart-intro,.cart-card{flex-direction:column}.nav-links{width:100%}.cart-actions{flex-direction:column}}
