@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500;600;700&display=swap");:root{--green:#3B6D11;--green-light:#639922;--green-dark:#27500A;--green-pale:#EAF3DE;--green-mid:#97C459;--green-muted:#C0DD97;--off-black:#0E0E0E;--surface:#F5F5F2;--border:rgba(0,0,0,0.09);--text:#0E0E0E;--text-muted:#666;--font-display:"Bebas Neue",sans-serif;--font-body:"DM Sans",sans-serif;--pad-x:clamp(1.25rem,5vw,3rem)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-body);background:#fff;color:var(--text);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,select,textarea{font-family:var(--font-body)}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--green);color:#fff;border:none;padding:12px 26px;font-family:var(--font-display);font-size:17px;letter-spacing:1.5px;border-radius:2px;cursor:pointer;transition:background .2s}.btn-primary:hover{background:var(--green-light)}.btn-ghost{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.28);padding:12px 26px;font-family:var(--font-display);font-size:17px;letter-spacing:1.5px;border-radius:2px;cursor:pointer;transition:all .2s}.btn-ghost:hover{border-color:var(--green-mid);color:var(--green-mid)}.btn-dark{display:inline-flex;align-items:center;gap:8px;background:var(--off-black);color:#fff;border:none;padding:10px 22px;font-family:var(--font-display);font-size:16px;letter-spacing:1px;border-radius:2px;cursor:pointer;transition:background .2s}.btn-dark:hover{background:var(--green)}.section-label{font-family:var(--font-body);font-size:11px;font-weight:600;letter-spacing:2.5px;color:var(--green);text-transform:uppercase;margin-bottom:8px}.section-title{font-family:var(--font-display);font-size:clamp(32px,5vw,52px);color:var(--off-black);line-height:1;letter-spacing:1px}.ticker-wrap{background:var(--green);padding:9px 0;white-space:nowrap}.ticker-inner{display:inline-flex;gap:2.5rem;animation:ticker 24s linear infinite}.ticker-item{font-family:var(--font-display);font-size:14px;letter-spacing:2px;color:var(--green-muted)}@keyframes ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hero{overflow:hidden;min-height:600px}.hero,.hero-left{background:#0E0E0E;position:relative;display:flex}.hero-left{flex:0 0 55%;z-index:2;flex-direction:column;justify-content:center;padding:5rem var(--pad-x);-webkit-clip-path:polygon(0 0,100% 0,90% 50%,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,90% 50%,100% 100%,0 100%)}.hero-right{flex:1 1;display:flex;align-items:center;justify-content:center;padding:3rem 2rem}.hero-stats{display:flex;flex-direction:column;gap:3rem}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.08)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.custom-request-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.checkout-grid{display:grid;grid-template-columns:1fr 380px;grid-gap:2.5rem;gap:2.5rem;align-items:start}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:2.5rem}.footer-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.06);padding-top:1.5rem}.section-pad{padding:5rem var(--pad-x)}.section-pad-sm{padding:2rem var(--pad-x) 5rem}.custom-request-section{background:#111;padding:5rem var(--pad-x)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-hamburger{display:none;background:none;border:none;cursor:pointer;padding:4px;color:#fff}.nav-mobile-menu{display:none;flex-direction:column;background:#111;padding:.5rem 1.5rem 1rem;border-top:1px solid rgba(255,255,255,.06)}.nav-mobile-menu.open{display:flex}.nav-mobile-menu a{color:rgba(255,255,255,.7);font-size:15px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.06);font-weight:500;display:block}.shop-filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;align-items:center;justify-content:space-between}.shop-filter-controls{display:flex;gap:12px;align-items:center}@media (max-width:1024px){.categories-grid,.why-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.hero-left{flex:0 0 60%}}@media (max-width:768px){.hero{flex-direction:column;min-height:auto}.hero-left{flex:none;-webkit-clip-path:none;clip-path:none;border-bottom:3px solid var(--green);padding:3.5rem var(--pad-x)}.hero-right{padding:3rem var(--pad-x);justify-content:flex-start}.hero-stats{flex-direction:row;gap:2.5rem;flex-wrap:wrap}.nav-links{display:none}.nav-hamburger{display:block}.products-grid{gap:12px}.categories-grid,.products-grid,.why-grid{grid-template-columns:repeat(2,1fr)}.custom-request-grid{gap:2.5rem}.checkout-grid,.custom-request-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:8px;text-align:center}.shop-filters{flex-direction:column;align-items:flex-start}.shop-filter-controls{width:100%}.shop-filter-controls input,.shop-filter-controls select{flex:1 1}}@media (max-width:480px){.footer-grid,.form-row,.products-grid,.why-grid{grid-template-columns:1fr}.hero-stats{flex-direction:row;gap:1.5rem}}body{overflow-x:hidden}.ticker-wrap{overflow:hidden;max-width:100vw}.products-grid .product-card-inner{display:flex;flex-direction:column;height:100%}.products-grid .product-card-body{flex:1 1;display:flex;flex-direction:column}.products-grid .product-card-footer{margin-top:auto}