:root {--bg:#f4f9ee;--surface:#ffffff;--surface-2:#ebf5df;--text:#15311a;--muted:#58705b;--primary:#5b8c2a;--secondary:#dff0b8;--accent:#8a5c2e;--shadow:0 18px 55px rgba(0,0,0,.08);--radius:24px;}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:'Inter',sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.topbar{position:sticky;top:0;z-index:20;backdrop-filter:blur(14px);background:color-mix(in srgb,var(--bg) 70%, white 30%);border-bottom:1px solid rgba(0,0,0,.05)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0}.brand{display:flex;align-items:center;gap:12px}.brand strong{display:block;font-size:1rem}.brand small{display:block;color:var(--muted);font-size:.78rem}.brand-mark{width:18px;height:18px;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--accent));box-shadow:0 0 0 8px color-mix(in srgb,var(--secondary) 60%, transparent 40%)}.nav{display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:flex-end;font-size:.95rem}.nav a{color:var(--muted)}.nav a:hover{color:var(--text)}.cart-pill{background:var(--surface);padding:10px 14px;border-radius:999px;box-shadow:var(--shadow);color:var(--text)!important;display:inline-flex;align-items:center;gap:8px}.cart-pill span{width:24px;height:24px;display:inline-grid;place-items:center;background:var(--secondary);border-radius:999px;font-size:.78rem}.hero{padding:48px 0 24px}.hero-card{position:relative;overflow:hidden;background:var(--surface);border-radius:32px;box-shadow:var(--shadow);display:grid;grid-template-columns:1.2fr .8fr;min-height:520px}.hero-visual{background:url('assets/hero-bg.svg') center/cover no-repeat;min-height:320px}.hero-copy{padding:48px;display:flex;flex-direction:column;justify-content:center;gap:20px}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:var(--surface-2);color:var(--accent);font-size:.85rem;font-weight:600;width:max-content}.hero h1,.section-title h2{font-family:'Fraunces',serif;line-height:1.02;margin:0}.hero h1{font-size:clamp(2.3rem,4vw,4.4rem);max-width:12ch}.hero p{font-size:1rem;line-height:1.75;color:var(--muted);max-width:58ch;margin:0}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 20px;font-weight:700;transition:.25s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--accent));color:white;box-shadow:0 18px 30px rgba(0,0,0,.15)}.btn-soft{background:var(--surface-2);color:var(--text)}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:8px}.stat-card{background:rgba(255,255,255,.7);padding:16px;border-radius:20px;backdrop-filter:blur(8px)}.stat-card strong{font-size:1.45rem;display:block}.stat-card span{color:var(--muted);font-size:.88rem}.section{padding:28px 0}.section-title{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px}.section-title p{color:var(--muted);max-width:60ch;margin:0;line-height:1.7}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.benefit-card,.category-card,.product-card,.support-card,.panel{background:var(--surface);border-radius:24px;box-shadow:var(--shadow)}.benefit-card{padding:22px}.benefit-card h3,.product-card h3,.category-card h3{margin:0 0 8px;font-size:1rem}.benefit-card p,.product-card p,.category-card p,.mini-copy{margin:0;color:var(--muted);line-height:1.65;font-size:.94rem}.icon-badge{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:var(--surface-2);margin-bottom:14px;font-size:1.2rem}.category-card{padding:24px;min-height:180px;position:relative;overflow:hidden}.category-card::after{content:"";position:absolute;width:120px;height:120px;right:-20px;bottom:-20px;border-radius:999px;background:var(--secondary);opacity:.55}.category-card span{position:relative;z-index:1;color:var(--muted)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{overflow:hidden;transition:.25s ease}.product-card:hover{transform:translateY(-6px)}.product-media{aspect-ratio:1 / 1;background:var(--surface-2);padding:18px;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover;border-radius:18px}.product-body{padding:18px;display:flex;flex-direction:column;gap:10px}.price-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.price-row strong{font-size:1.08rem}.tag{display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--surface-2);color:var(--accent);font-size:.78rem;font-weight:700}.promo-banner{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;padding:28px;background:linear-gradient(135deg,var(--primary),var(--accent));color:white;border-radius:28px;box-shadow:var(--shadow)}.promo-banner p{margin:6px 0 0;opacity:.88;line-height:1.75}.table-like{width:100%;overflow:auto}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{text-align:left;padding:14px 12px;border-bottom:1px solid rgba(0,0,0,.06)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}label{display:block;font-size:.92rem;font-weight:600;margin-bottom:7px}input,select,textarea{width:100%;border:1px solid rgba(0,0,0,.08);background:var(--surface);border-radius:16px;padding:13px 14px;font:inherit;color:var(--text)}textarea{min-height:130px;resize:vertical}.notice{padding:14px 16px;background:var(--surface-2);border-radius:18px;color:var(--text)}.dual{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.summary-box{padding:22px;position:sticky;top:92px}.badge-row{display:flex;flex-wrap:wrap;gap:10px}.inline-list{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:.9rem}.linkish{color:var(--primary);font-weight:700}.support-timeline{display:grid;gap:12px}.support-item{padding:16px;border-radius:18px;background:var(--surface-2)}.site-footer{margin-top:40px;background:var(--surface);border-top:1px solid rgba(0,0,0,.06)}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:20px;padding:32px 0}.footer-grid h3,.footer-grid h4{margin:0 0 12px}.footer-grid p,.footer-grid a,.footer-meta{color:var(--muted);line-height:1.8;display:block}.footer-meta{display:grid;gap:6px;margin-top:10px}.footer-bar{display:flex;justify-content:space-between;gap:12px;padding:16px 0 28px;color:var(--muted);font-size:.9rem;border-top:1px solid rgba(0,0,0,.06)}[data-scroll]{opacity:0;transform:translateY(22px);transition:opacity .55s ease, transform .55s ease}[data-scroll].visible{opacity:1;transform:none}.added{box-shadow:0 0 0 6px color-mix(in srgb,var(--secondary) 70%, transparent 30%)}.pill-tabs{display:flex;flex-wrap:wrap;gap:10px}.pill-tabs a{padding:10px 14px;background:var(--surface);border-radius:999px;box-shadow:var(--shadow);color:var(--muted)}@media (max-width:1100px){.hero-card,.dual,.footer-grid,.products-grid,.grid-4{grid-template-columns:repeat(2,1fr)}.hero-copy{padding:34px}}@media (max-width:760px){.nav-wrap,.footer-bar,.section-title,.promo-banner{flex-direction:column;align-items:flex-start}.hero-card,.dual,.products-grid,.grid-4,.form-grid,.footer-grid{grid-template-columns:1fr}.nav{gap:12px}.hero{padding-top:22px}.hero h1{max-width:unset}.container{width:min(100% - 20px,1180px)}.hero-copy{padding:24px}}

/* Product image display fix */
.product-image img, .product-card img, .product-media img, .product-gallery img, img.product-image, .card img {
  object-fit: contain !important;
  display: block;
}
