@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700;800&display=swap");:root{--black:#050607;--graphite:#101316;--graphite-2:#181d21;--panel:#20262b;--ink:#101316;--muted-ink:#5c666e;--steel:#d7dde1;--line:#dfe4e8;--soft:#f4f6f7;--white:#ffffff;--red:#e31f26;--red-dark:#b8161b;--red-soft:#fff0f0;--shadow:0 20px 55px rgba(8,11,14,0.11);--shadow-strong:0 34px 90px rgba(0,0,0,0.34);--font-body:"Inter",Arial,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-display:"Barlow Condensed","Inter",Arial,system-ui,sans-serif;--navy:var(--ink);--orange:var(--red);--muted:var(--soft);--warm-metal:#9c7a2c;--field:#12624f}*{box-sizing:border-box}body,html{margin:0;width:100%;overflow-x:hidden}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font-body);color:var(--ink);background:#f7f8f9;text-rendering:geometricPrecision;padding-bottom:env(safe-area-inset-bottom)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.section{padding:92px 28px}.section.tight{padding-top:54px;padding-bottom:54px}.container{width:100%;max-width:1320px;margin:0 auto;min-width:0}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--red);font-family:var(--font-body);font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}.eyebrow:before{content:"";width:34px;height:2px;background:var(--red)}h1,h2,h3,h4,h5,h6,p{margin-top:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:800;letter-spacing:0;text-transform:uppercase;color:var(--ink)}h1{font-size:clamp(42px,4.8vw,66px);line-height:1.08}h2{font-size:clamp(30px,3.4vw,48px);line-height:1.05}h3{line-height:1.08}p{line-height:1.68;color:var(--muted-ink)}.factory-band :is(h1,h2,h3,h4,h5,h6),.footer :is(h1,h2,h3,h4,h5,h6),.inquiry :is(h1,h2,h3,h4,h5,h6),.page-hero :is(h1,h2,h3,h4,h5,h6),.product-hero :is(h1,h2,h3,h4,h5,h6),.quote-band :is(h1,h2,h3,h4,h5,h6){color:var(--white)}.factory-band p,.footer p,.inquiry p,.page-hero p,.product-hero p,.quote-band p{color:rgba(255,255,255,.74)}.factory-band .eyebrow,.footer .eyebrow,.inquiry .eyebrow,.page-hero .eyebrow,.product-hero .eyebrow,.quote-band .eyebrow{color:#ff4b51}.section-head{display:grid;grid-template-columns:minmax(0,.78fr) minmax(290px,.48fr);grid-gap:34px;gap:34px;align-items:end;margin-bottom:38px}.section-head p{margin-bottom:0}.muted{background:var(--soft)}.grid{display:grid;grid-gap:22px;gap:22px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(276px,1fr));grid-gap:20px;gap:20px}.card{border:1px solid rgba(16,19,22,.12);background:var(--white);box-shadow:var(--shadow)}.button,.nav-cta{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 22px;border:1px solid transparent;border-radius:0;font-family:var(--font-body);font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.button:hover,.nav-cta:hover{transform:translateY(-1px)}.button.accent,.nav-cta{color:var(--white);background:var(--red);box-shadow:0 18px 42px rgba(227,31,38,.26)}.button.accent:hover,.nav-cta:hover{background:#f03036}.button.secondary{color:var(--white);background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.34)}.button.primary{color:var(--white);background:var(--black)}.button.outline{color:var(--ink);background:transparent;border-color:rgba(16,19,22,.24)}@media (max-width:1050px){.footer-grid,.grid-3,.grid-4,.section-head{grid-template-columns:1fr}}@media (max-width:760px){.section{padding:64px 18px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}h1{font-size:38px;overflow-wrap:break-word}h1,h2{line-height:1.08}h2{font-size:30px}p{overflow-wrap:break-word}}