*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--red: #E71B15;--dark: #32373C;--dark-deeper: #1a1f24;--mid: #4a5059;--light-bg: #F6F7F8;--white: #FFFFFF;--text: #1f2428;--text-muted: #5c636e;--border: #e0e3e7;--site-max: 1120px;--site-gutter: clamp(20px, 5vw, 64px);--section-y: clamp(64px, 9vw, 112px);--radius: 6px;--radius-lg: 12px;--shadow-card: 0 2px 12px rgba(0,0,0,.08);--shadow-card-hover: 0 6px 24px rgba(0,0,0,.14);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;color:var(--text);background:var(--white);scroll-behavior:smooth}html,body,#root{min-height:100%}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.container{max-width:var(--site-max);margin-inline:auto;padding-inline:var(--site-gutter)}.section{padding-block:var(--section-y)}.section-full-bleed{padding-inline:0}.section-light{background:var(--light-bg)}.section-dark{background:var(--dark-deeper)}.section-red{background:var(--red)}.eyebrow{display:block;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:.75rem}.eyebrow-dark{color:var(--dark);opacity:.5}.eyebrow-red{color:var(--red)}.eyebrow-light-muted{color:#ffffffa6}h1{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:800;line-height:1.1;letter-spacing:-.02em}h2,.section-heading{font-size:clamp(1.6rem,3.5vw,2.5rem);font-weight:800;line-height:1.15;letter-spacing:-.01em;margin-bottom:1rem}.section-heading-light{color:var(--white)}h3{font-size:1.1rem;font-weight:700;line-height:1.25}.section-intro{font-size:1.05rem;color:var(--text-muted);max-width:62ch;margin-bottom:2.5rem}.section-intro-light{color:#fffc}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;border-radius:var(--radius);font-size:1rem;font-weight:700;cursor:pointer;border:2px solid transparent;transition:background .18s,color .18s,border-color .18s,transform .12s;text-decoration:none;white-space:nowrap}.btn-primary{background:var(--red);color:var(--white);border-color:var(--red)}.btn-primary:hover{background:#c91410;border-color:#c91410;transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--white);border-color:#ffffff80}.btn-outline:hover{border-color:var(--white);background:#ffffff14}.btn-full{width:100%;justify-content:center}.site-header{position:sticky;top:0;z-index:100;background:var(--dark-deeper);border-bottom:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:64px}.logo-link{display:flex;align-items:center;flex-shrink:0}.logo-wordmark{font-size:.95rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.logo-fps{color:var(--red)}.logo-metall{color:var(--white)}.logo-brand{color:#ffffff73;font-weight:600}.site-nav{display:flex;align-items:center;gap:1.75rem}.site-nav a{font-size:.9rem;font-weight:600;color:#ffffffb3;transition:color .15s}.site-nav a:hover{color:var(--white)}.site-nav .nav-cta{background:var(--red);color:var(--white);padding:.45rem 1rem;border-radius:var(--radius)}.site-nav .nav-cta:hover{background:#c91410}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav-toggle span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:transform .2s,opacity .2s}.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;min-height:85vh;display:flex;align-items:center;overflow:hidden;background-color:#1a1f24}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/hero-cnc.jpg) center/cover no-repeat,#1a1f24;filter:brightness(.38);z-index:0}.hero-content{position:relative;z-index:1;padding-block:clamp(80px,14vw,140px);color:var(--white)}.hero-content .eyebrow{color:var(--red)}.hero-content h1{color:var(--white);margin-bottom:1.25rem}.hero-sub{font-size:clamp(1rem,1.5vw,1.2rem);color:#fffc;max-width:58ch;margin-bottom:2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.hero-stats{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.stat{display:flex;flex-direction:column}.stat-num{font-size:1.75rem;font-weight:800;color:var(--red);line-height:1}.stat-label{font-size:.75rem;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.08em;margin-top:.25rem}.stat-divider{width:1px;height:36px;background:#ffffff26}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem;margin-bottom:2.5rem}.service-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-card);transition:box-shadow .2s,transform .2s}.service-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.service-icon{display:block;font-size:1.5rem;color:var(--red);margin-bottom:.75rem}.service-card h3{margin-bottom:.5rem;color:var(--text)}.service-card p{font-size:.9rem;color:var(--text-muted);line-height:1.6}.section-cta{text-align:center;padding-top:.5rem}.section-cta .btn-primary{display:inline-flex}.rubber-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-bottom:2rem}.rubber-card{border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:1.75rem;background:#ffffff0d;transition:border-color .2s,background .2s}.rubber-card:hover{border-color:var(--red);background:#e71b150f}.rubber-icon{display:block;font-size:1.5rem;color:var(--red);margin-bottom:.75rem}.rubber-card h3{font-size:1.05rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.rubber-card p{font-size:.9rem;color:#fff9;line-height:1.6}.rubber-badges{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:.5rem}.rubber-badge{display:inline-flex;align-items:center;padding:.35rem .85rem;border-radius:100px;border:1px solid rgba(231,27,21,.5);color:var(--red);font-size:.8rem;font-weight:700;letter-spacing:.04em;background:#e71b1514}.blech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-bottom:2.5rem}.blech-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-card);transition:box-shadow .2s,transform .2s;position:relative}.blech-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.blech-num{font-size:2rem;font-weight:900;color:#e71b1526;line-height:1;margin-bottom:.75rem;letter-spacing:-.03em}.blech-card h3{font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.blech-card p{font-size:.9rem;color:var(--text-muted);line-height:1.6}.industry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.industry-card{border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:1.75rem;background:#ffffff0a;transition:border-color .2s,background .2s}.industry-card:hover{border-color:var(--red);background:#e71b150f}.industry-title{font-size:1.15rem;font-weight:800;color:var(--white);margin-bottom:.65rem}.industry-text{font-size:.9rem;color:#fff9;line-height:1.6}.quality-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.quality-list{list-style:none;display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.quality-list li{display:flex;gap:1rem;align-items:flex-start}.check{flex-shrink:0;width:28px;height:28px;background:var(--red);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:900;margin-top:2px}.quality-list strong{display:block;font-size:1rem;margin-bottom:.35rem;color:var(--text)}.quality-list p{font-size:.9rem;color:var(--text-muted);line-height:1.6}.quality-image-wrap{position:relative}.quality-img-placeholder{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card-hover)}.quality-img-placeholder svg{width:100%;height:auto;display:block}.quality-badge{position:absolute;top:-16px;right:-16px;background:var(--red);color:var(--white);border-radius:50%;width:90px;height:90px;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;box-shadow:0 4px 16px #e71b1566}.badge-big{font-size:1.25rem;font-weight:900;line-height:1}.badge-label{font-size:.55rem;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:.06em;opacity:.85}.form-layout{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:start}.form-contact-info{color:var(--white)}.contact-block h3{font-size:1.2rem;font-weight:800;margin-bottom:1rem;color:var(--white)}.contact-link{color:#ffffffd9;font-size:1rem;font-weight:600;text-decoration:underline;text-underline-offset:3px}.contact-link:hover{color:var(--white)}.contact-block p{margin-bottom:.65rem}.contact-address{font-size:.9rem;color:#fff9;line-height:1.7;margin-top:1rem}.contact-social{display:flex;gap:.75rem;margin-top:1.5rem}.contact-social a{color:#ffffff80;transition:color .15s}.contact-social a:hover{color:var(--white)}.form-shell{background:var(--white);border-radius:var(--radius-lg);padding:2.25rem;box-shadow:0 8px 32px #00000040}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.form-field label{font-size:.85rem;font-weight:700;color:var(--text)}.form-field input,.form-field textarea,.form-field select{padding:.7rem .85rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.95rem;font-family:inherit;color:var(--text);background:var(--white);transition:border-color .15s,box-shadow .15s;outline:none;width:100%}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--red);box-shadow:0 0 0 3px #e71b151a}.form-field textarea{resize:vertical}.form-privacy{margin-bottom:1.25rem}.privacy-label{display:flex;gap:.65rem;align-items:flex-start;font-size:.85rem;color:var(--text-muted);cursor:pointer}.privacy-label input[type=checkbox]{width:16px;height:16px;flex-shrink:0;margin-top:2px;accent-color:var(--red);cursor:pointer}.privacy-label a{color:var(--red);text-decoration:underline}.form-error{font-size:.85rem;color:var(--red);margin-bottom:.75rem}.form-success{text-align:center;padding:3rem 1.5rem}.form-success-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#22c55e;color:#fff;font-size:1.5rem;border-radius:50%;margin:0 auto 1.25rem}.form-success h3{font-size:1.3rem;margin-bottom:.5rem;color:var(--text)}.form-success p{color:var(--text-muted);font-size:.95rem}.site-footer{width:100%}.site-footer{background:var(--dark-deeper);color:#ffffffb3;padding-top:3rem}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-wordmark{display:block;font-size:1rem;font-weight:800;color:var(--white);margin-bottom:.4rem}.footer-tagline{font-size:.85rem;color:#fff6;margin-bottom:.75rem}.footer-website{font-size:.85rem;color:var(--red);text-decoration:underline}.footer-website:hover{color:#ff4040}.footer-contact p{font-size:.9rem;margin-bottom:.5rem}.footer-contact a:hover{color:var(--white)}.footer-links nav{display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.9rem;color:#ffffff80;transition:color .15s}.footer-links a:hover{color:var(--white)}.footer-bottom{padding-block:1.25rem}.footer-bottom p{font-size:.8rem;color:#ffffff40}.page-wrapper{display:flex;flex-direction:column;min-height:100vh}.prose-section{flex:1}.prose-container{max-width:740px;margin-inline:auto;padding-inline:var(--site-gutter)}.back-link{display:inline-block;font-size:.9rem;font-weight:600;color:var(--red);margin-bottom:1.75rem;text-decoration:underline}.prose-section h1{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:2rem;color:var(--text)}.prose-section h2{font-size:1.15rem;margin-top:2rem;margin-bottom:.65rem;color:var(--text)}.prose-section p{font-size:.95rem;color:var(--text-muted);line-height:1.75;margin-bottom:.75rem}.prose-section a{color:var(--red);text-decoration:underline}@media(max-width:900px){.quality-layout{grid-template-columns:1fr;gap:2.5rem}.form-layout{grid-template-columns:1fr;gap:2rem}.footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}}@media(max-width:640px){.site-nav{display:none;flex-direction:column;position:absolute;top:64px;left:0;right:0;background:var(--dark-deeper);padding:1.25rem var(--site-gutter);gap:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.site-nav.open{display:flex}.site-header{position:relative}.nav-toggle{display:flex}.form-row{grid-template-columns:1fr}.hero-stats{gap:1.25rem}.footer-inner,.industry-grid,.service-grid{grid-template-columns:1fr}.btn{padding:.75rem 1.25rem}}
