#root{min-height:100vh}:root{--bg:#fff;--surface:#f7f8f4;--surface-strong:#edf1e7;--ink:#17211a;--muted:#667165;--border:#dfe5d8;--green:#1f5b3b;--green-dark:#103821;--saffron:#d89021;--saffron-soft:#f7e4bd;--shadow:0 22px 60px #17211a1f;--radius:8px;color:var(--ink);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.site-shell{background:linear-gradient(90deg, #1f5b3b0a, transparent 34%), var(--bg);min-height:100vh}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border-bottom:1px solid #dfe5d8d9;grid-template-columns:auto 1fr auto auto;align-items:center;gap:22px;min-height:76px;padding:0 clamp(20px,5vw,72px);display:grid;position:sticky;top:0}.brand,.header-action,.site-nav{align-items:center;display:flex}.brand{gap:10px;font-size:22px;font-weight:800}.brand-mark{color:#fff;background:var(--green);letter-spacing:0;border-radius:8px;place-items:center;width:38px;height:38px;font-size:15px;display:grid}.site-nav{color:#384339;justify-content:center;gap:clamp(18px,3vw,34px);font-size:15px;font-weight:650}.site-nav a{padding:10px 0}.header-action,.button{border-radius:var(--radius);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:9px;min-height:44px;font-size:15px;font-weight:750}.header-action{color:var(--green-dark);background:var(--surface-strong);padding:0 16px}.button{padding:0 18px;display:inline-flex}.button.primary{color:#fff;background:var(--green);box-shadow:0 12px 30px #1f5b3b38}.button.secondary{color:var(--green-dark);border-color:var(--border);background:#fff}.button.full{width:100%}.icon-button{border:1px solid var(--border);border-radius:var(--radius);width:38px;height:38px;color:var(--green-dark);cursor:pointer;background:#fff;place-items:center;display:inline-grid}.nav-toggle{display:none}.hero-section{grid-template-columns:minmax(320px,.84fr) minmax(420px,1.16fr);align-items:center;gap:clamp(28px,5vw,74px);min-height:calc(100vh - 172px);padding:clamp(26px,4vw,42px) clamp(20px,5vw,72px) 24px;display:grid}.hero-copy{max-width:620px}.hero-copy h1,.section h2{color:var(--ink);letter-spacing:0;margin:0;font-weight:850}.hero-copy h1{font-size:clamp(42px,5.45vw,68px);line-height:.96}.hero-copy p,.section-heading p,.section>div>p,.bulk-copy p,.contact-section p{color:var(--muted);font-size:18px;line-height:1.65}.hero-copy p{max-width:560px;margin:24px 0 0}.hero-actions,.hero-proof{flex-wrap:wrap;gap:12px;display:flex}.hero-actions{margin-top:34px}.hero-proof{color:#3b473c;margin-top:34px}.hero-proof span,.category-item{align-items:center;gap:9px;font-size:15px;font-weight:700;display:inline-flex}.hero-media{background:#fff;border-radius:8px;min-height:430px;position:relative;overflow:hidden}.hero-media img{object-fit:cover;object-position:center right;width:100%;height:100%;min-height:430px;display:block}.category-band{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--green-dark);color:#f8fbf6;grid-template-columns:repeat(4,1fr);display:grid}.category-item{border-right:1px solid #ffffff29;justify-content:center;min-height:86px}.category-item:last-child{border-right:0}.section{padding:clamp(58px,8vw,104px) clamp(20px,5vw,72px)}.section h2{max-width:780px;font-size:clamp(34px,4vw,58px);line-height:1.04}.split-section{background:var(--surface);grid-template-columns:minmax(260px,.72fr) minmax(460px,1.28fr);align-items:start;gap:clamp(32px,6vw,78px);display:grid}.process-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.process-step{border:1px solid var(--border);border-radius:var(--radius);background:#fff;min-height:224px;padding:24px}.process-step span{color:var(--saffron);font-size:14px;font-weight:850}.process-step h3,.product-card h3,.cart-header h3{margin:14px 0 8px;font-size:20px;line-height:1.15}.process-step p,.product-copy p,.cart-header p,.empty-cart,.form-status{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.section-heading{justify-content:space-between;align-items:end;gap:24px;display:flex}.search-shell{border:1px solid var(--border);border-radius:var(--radius);min-width:210px;min-height:44px;color:var(--muted);background:#fff;align-items:center;gap:10px;padding:0 14px;font-size:14px;font-weight:700;display:flex}.filters{flex-wrap:wrap;gap:10px;margin:34px 0 24px;display:flex}.filter{border:1px solid var(--border);border-radius:var(--radius);color:#445044;cursor:pointer;background:#fff;min-height:40px;padding:0 16px;font-size:14px;font-weight:750}.filter.active{color:#fff;background:var(--green-dark);border-color:var(--green-dark)}.commerce-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:22px;display:grid}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.product-card,.cart-panel,.quote-form,.contact-form{border:1px solid var(--border);border-radius:var(--radius);background:#fff}.product-card{gap:16px;min-height:370px;padding:16px;display:grid}.product-visual{border-radius:var(--radius);background:radial-gradient(circle at center, color-mix(in srgb, var(--product-color), white 26%) 0 25%, transparent 26%), linear-gradient(145deg, color-mix(in srgb, var(--product-color), white 70%), #fff);place-items:center;height:142px;display:grid;overflow:hidden}.product-visual span{background:radial-gradient(circle at 34% 30%, #ffffffe6, transparent 22%), var(--product-color);width:90px;height:90px;box-shadow:32px 18px 0 -14px color-mix(in srgb, var(--product-color), white 32%), -30px 20px 0 -17px color-mix(in srgb, var(--product-color), black 10%), 0 18px 24px #17211a1f;border-radius:999px}.product-copy>span{color:var(--saffron);text-transform:uppercase;font-size:12px;font-weight:850}.product-card h3{margin-top:8px}.product-meta,.quantity-row,.cart-line,.cart-total,.cart-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.product-meta{color:#4a554a;font-size:14px}.quantity-row{border-top:1px solid var(--border);padding-top:10px}.quantity-row>span{font-size:16px;font-weight:850}.cart-panel{box-shadow:var(--shadow);padding:20px;position:sticky;top:100px}.cart-header{border-bottom:1px solid var(--border);justify-content:flex-start;padding-bottom:18px}.cart-header h3{margin:0 0 2px}.cart-lines{gap:12px;min-height:120px;padding:20px 0;display:grid}.cart-line{align-items:start;font-size:14px}.cart-total{border-top:1px solid var(--border);padding:18px 0;font-size:15px}.cart-total strong{font-size:22px}.bulk-section{color:#fff;background:linear-gradient(135deg, #103821f0, #1f5b3bf5), var(--green-dark);grid-template-columns:minmax(320px,.9fr) minmax(320px,.62fr);align-items:start;gap:clamp(28px,6vw,82px);display:grid}.bulk-section h2,.bulk-section p,.bulk-section svg{color:#fff}.bulk-copy ul{gap:13px;margin:26px 0 0;padding:0;list-style:none;display:grid}.bulk-copy li{color:#eff7ed;align-items:center;gap:10px;font-weight:700;display:flex}.quote-form,.contact-form{color:var(--ink);gap:16px;padding:22px;display:grid}label{color:#3d493f;gap:8px;font-size:14px;font-weight:800;display:grid}input,select,textarea{border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--ink);background:#fff;font-size:15px}input,select{min-height:44px;padding:0 12px}textarea{resize:vertical;padding:12px}.form-status{color:var(--green);font-weight:700}.contact-section{background:var(--saffron-soft);grid-template-columns:minmax(320px,1fr) minmax(320px,440px);align-items:start;gap:clamp(28px,6vw,82px);display:grid}.contact-section .secondary{background:var(--green-dark);color:#fff;border-color:var(--green-dark)}@media (width<=1120px){.hero-section,.split-section,.bulk-section,.contact-section{grid-template-columns:1fr}.hero-section{min-height:auto}.hero-media,.hero-media img{min-height:440px}.process-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.commerce-layout{grid-template-columns:1fr}.cart-panel{position:static}}@media (width<=760px){.site-header{grid-template-columns:auto 1fr auto;gap:12px;min-height:68px}.site-nav{border-bottom:1px solid var(--border);background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:10px 20px 18px;display:none;position:absolute;top:68px;left:0;right:0}.site-nav.open{display:flex}.site-nav a{padding:14px 0}.header-action{justify-self:end;padding:0 12px}.nav-toggle{display:inline-grid}.hero-section{padding-top:34px}.hero-copy h1{font-size:42px}.hero-media,.hero-media img{min-height:340px}.category-band,.process-grid,.product-grid{grid-template-columns:1fr}.category-item{border-bottom:1px solid #ffffff29;border-right:0;justify-content:flex-start;min-height:62px;padding:0 20px}.section-heading{flex-direction:column;align-items:start}.search-shell,.hero-actions .button,.contact-form .button,.quote-form .button{width:100%}}
