:root{--font-display:"Space Grotesk", ui-sans-serif, system-ui, sans-serif;--font-sans:"Inter", ui-sans-serif, system-ui, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;--background:oklch(99.5% 0 0);--foreground:oklch(18% .02 250);--primary:oklch(22% .04 255);--primary-foreground:oklch(98.5% 0 0);--secondary:oklch(96% .005 250);--muted:oklch(96.5% .005 250);--muted-foreground:oklch(48% .015 255);--accent:oklch(74% .18 158);--accent-foreground:oklch(16% .02 255);--teal:oklch(72% .14 195);--teal-light:oklch(94% .03 195);--border:oklch(91% .008 250);--steel:oklch(78% .008 250);--steel-light:oklch(93% .005 250);--graphite:oklch(28% .012 255);--card:oklch(100% 0 0);--ring:oklch(22% .04 255);--destructive:oklch(58% .22 27);--gradient-hero:linear-gradient(135deg, oklch(22% .04 255) 0%, oklch(16% .04 255) 60%, oklch(12% .03 255) 100%);--gradient-steel:linear-gradient(135deg, oklch(93% .005 250), oklch(96% .005 250));--gradient-accent:linear-gradient(135deg, oklch(74% .18 158), oklch(68% .16 170));--gradient-brushed:linear-gradient(110deg, oklch(88% .006 250) 0%, oklch(92% .004 250) 25%, oklch(87% .006 250) 50%, oklch(91% .004 250) 75%, oklch(88% .006 250) 100%);--shadow-card:0 1px 2px oklch(22% .04 255/.04), 0 8px 24px -12px oklch(22% .04 255/.12);--shadow-card-hover:0 4px 12px oklch(22% .04 255/.06), 0 24px 48px -16px oklch(22% .04 255/.18);--shadow-elegant:0 24px 60px -20px oklch(22% .04 255/.25);--shadow-glow:0 0 0 1px oklch(74% .18 158/.3), 0 8px 32px -8px oklch(74% .18 158/.35);--radius:.75rem;--radius-sm:.5rem;--radius-md:.625rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.25rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"ss01", "cv11";font-size:1rem;line-height:1.6}img{max-width:100%;height:auto;display:block}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:0 0;border:none}ul,ol{list-style:none}input,textarea,select{font:inherit}button:disabled{cursor:not-allowed;opacity:.68}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:0;color:var(--primary);text-wrap:balance;font-weight:600;line-height:1.15}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700}h2{font-size:clamp(1.5rem,3.5vw,2.5rem)}h3{font-size:clamp(1.15rem,2vw,1.5rem)}h4{font-size:1.1rem}.tech-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:0;color:var(--muted-foreground);font-size:.82rem;font-weight:500}.tech-label--accent{color:var(--accent)}.tech-label--light{color:#ffffffb3}.tech-label--teal{color:var(--teal)}.pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff26;border-radius:100px;align-items:center;gap:.5rem;padding:.375rem .875rem;display:inline-flex}.pill .tech-label{color:#ffffffb3}.site-shell{flex-direction:column;min-height:100vh;display:flex}.site-shell main{flex:1}.container{width:100%;max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}@media (width>=640px){.container{padding-left:2rem;padding-right:2rem}}.section{padding:4rem 0}.section--muted{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:oklch(96% .005 250/.4)}.section--dark{background:var(--gradient-hero);color:#fff;position:relative;overflow:hidden}.section--dark:before{content:"";opacity:.04;pointer-events:none;background-image:url(/fabrication-crosshatch.svg);background-size:40px 40px;position:absolute;inset:0}.section--dark h2,.section--dark h3{color:#fff}.section--dark p{color:#ffffffbf}@media (width>=768px){.section{padding:6rem 0}}.section-header{max-width:48rem}.section-header h2{margin-top:.75rem}.section-header p{color:var(--muted-foreground);text-wrap:pretty;margin-top:1rem;font-size:1.05rem}.card-grid{gap:1.5rem;margin-top:2.5rem;display:grid}.card-grid.two{grid-template-columns:repeat(2,1fr)}.card-grid.three{grid-template-columns:repeat(3,1fr)}.card-grid.four{grid-template-columns:repeat(4,1fr)}.split{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.page-split{grid-template-columns:1.2fr .8fr;align-items:start;gap:3rem;display:grid}.btn{border-radius:var(--radius-md);white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn--primary{background:var(--primary);color:var(--primary-foreground);box-shadow:var(--shadow-card)}.btn--primary:hover{opacity:.9}.btn--secondary{border:1px solid var(--border);background:var(--card);color:var(--primary)}.btn--secondary:hover{background:var(--secondary);border-color:oklch(22% .04 255/.4)}.btn--accent{background:var(--gradient-accent);color:var(--accent-foreground);font-weight:700}.btn--accent:hover{box-shadow:var(--shadow-glow)}.btn--dark{color:#fff;background:#ffffff1a;border:1px solid #ffffff26}.btn--dark:hover{background:#ffffff26}.button-row{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.card{border-radius:var(--radius-2xl);border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow-card);padding:1.5rem;transition:all .3s}.card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.service-card .icon{color:var(--teal);margin-bottom:1rem}.service-card h2,.service-card h3{margin-bottom:.5rem;font-size:1.25rem}.service-card p{color:var(--muted-foreground);margin-bottom:1rem;font-size:.9rem}.service-card ul{margin-bottom:1.25rem}.service-card li{color:var(--graphite);align-items:center;gap:.5rem;padding:.2rem 0;font-size:.85rem;display:flex}.service-card li svg{color:var(--accent);flex-shrink:0}.material-card{cursor:pointer;text-align:left;width:100%}.material-card h3{margin-bottom:.5rem}.material-card p{color:var(--muted-foreground);font-size:.9rem}.product-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2.5rem;display:grid}.product-card{text-align:center;padding:1.25rem}.product-card .product-icon{border-radius:var(--radius-lg);background:var(--teal-light);width:48px;height:48px;color:var(--teal);justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.product-card h3{margin-bottom:.375rem;font-size:1rem}.product-card p{color:var(--muted-foreground);margin-bottom:.75rem;font-size:.82rem}.product-card .process-tag{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--teal);background:var(--teal-light);border-radius:var(--radius-sm);margin-bottom:.75rem;padding:.25rem .5rem;font-size:.82rem;display:inline-block}.volume-card{position:relative;overflow:hidden}.volume-card .volume-number{font-family:var(--font-mono);color:var(--accent);margin-bottom:.75rem;font-size:.82rem}.volume-card h3{margin-bottom:.5rem;font-size:1.15rem}.volume-card p{color:var(--muted-foreground);font-size:.875rem}.industry-card{cursor:pointer;text-align:left;width:100%}.industry-card .industry-icon{border-radius:var(--radius-lg);background:var(--secondary);width:44px;height:44px;color:var(--teal);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.industry-card h3{margin-bottom:.375rem;font-size:1.05rem}.industry-card p{color:var(--muted-foreground);font-size:.85rem}.location-widget{border-radius:var(--radius-2xl);border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow-card);padding:2rem;position:relative;overflow:hidden}.location-widget:before{content:"";background:var(--gradient-accent);height:4px;position:absolute;top:0;left:0;right:0}.location-widget .widget-header{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.location-widget .widget-header svg{color:var(--accent)}.location-widget .widget-header h3{color:var(--primary);font-size:1.15rem}.location-widget .widget-meta{border-radius:var(--radius-lg);background:var(--secondary);grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;padding:1.25rem;display:grid}.location-widget .meta-item{flex-direction:column;gap:.25rem;display:flex}.location-widget .meta-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:var(--muted-foreground);font-size:.82rem}.location-widget .meta-value{color:var(--primary);font-size:.95rem;font-weight:600}.location-widget .widget-services{margin-bottom:1.5rem}.location-widget .widget-services li{color:var(--graphite);align-items:center;gap:.5rem;padding:.3rem 0;font-size:.875rem;display:flex}.location-widget .widget-services svg{color:var(--accent);flex-shrink:0}.location-widget .widget-note{color:var(--muted-foreground);margin-bottom:1.25rem;font-size:.82rem;font-style:italic}.location-widget .widget-actions{gap:.75rem;display:flex}.upload-card{border-radius:var(--radius-2xl);border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow-elegant);padding:2.5rem;position:relative;overflow:hidden}.upload-card:before{content:"";background:var(--gradient-accent);height:4px;position:absolute;top:0;left:0;right:0}.upload-card h2{color:var(--foreground);margin-bottom:.5rem}.upload-card>p{color:var(--muted-foreground);margin-bottom:1.5rem}.upload-card .section-subtitle{color:var(--muted-foreground)}.header{z-index:40;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);background:oklch(99.5% 0 0/.9);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:5rem;display:flex}.brand{align-items:center;gap:.75rem;display:flex}.brand-mark{border-radius:var(--radius-md);background:var(--gradient-hero);color:#fff;width:2.5rem;height:2.5rem;font-family:var(--font-display);justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.brand span{flex-direction:column;display:flex}.brand strong{font-family:var(--font-display);letter-spacing:-.01em;color:var(--primary);font-size:1.05rem}.brand small{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:var(--muted-foreground);font-size:.82rem}.nav{align-items:center;gap:.65rem;display:flex}.nav button,.nav a{white-space:nowrap;color:var(--graphite);border-radius:var(--radius-sm);padding:.5rem .55rem;font-size:.85rem;font-weight:500;transition:all .15s}.nav button:hover,.nav a:hover,.nav a.active{color:var(--primary);background:var(--secondary)}.header-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.header-actions a{font-family:var(--font-mono);color:var(--graphite);letter-spacing:.02em;font-size:.82rem;font-weight:500}.header-actions .btn{white-space:nowrap}@media (width<=1320px){.header-actions a{display:none}}.menu-button{border-radius:var(--radius-sm);color:var(--primary);padding:.5rem;display:none}.mobile-nav{border-top:1px solid var(--border);background:var(--card);padding:1rem 0}.mobile-nav button{text-align:left;width:100%;color:var(--graphite);border-bottom:1px solid var(--border);padding:.75rem 0;font-size:.95rem;font-weight:500;display:block}.mobile-nav .btn{width:100%;margin-top:1rem}.hero{background:var(--gradient-hero);color:#fff;position:relative;overflow:hidden}.hero:before{content:"";opacity:.06;pointer-events:none;background-image:url(/fabrication-crosshatch.svg);background-size:40px 40px;position:absolute;inset:0}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:3rem;padding:5rem 0;display:grid;position:relative}.hero h1{color:#fff;margin-top:1rem}.hero p{color:#ffffffbf;max-width:36rem;margin-top:1rem;font-size:1.1rem;line-height:1.7}.hero-actions,.proof-row{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.proof-row span{color:#ffffffd9;background:#ffffff0d;border:1px solid #ffffff26;border-radius:100px;padding:.375rem .75rem;font-size:.82rem;font-weight:500}.hero-visual{flex-direction:column;align-items:center;gap:1rem;display:flex;position:relative}.hero-visual img{border-radius:var(--radius-2xl);max-width:100%;box-shadow:var(--shadow-elegant);border:1px solid #ffffff1a}.home-hero{background:var(--gradient-hero);color:#fff;position:relative;overflow:hidden}.home-hero:before{content:"";opacity:.06;background-image:url(/fabrication-crosshatch.svg);background-size:40px 40px;position:absolute;inset:0}.home-hero__grid{grid-template-columns:minmax(0,1.15fr) minmax(20rem,.85fr);align-items:center;gap:4rem;min-height:42rem;padding:5rem 0;display:grid;position:relative}.home-hero__copy h1{color:#fff;max-width:48rem;margin-top:1.25rem;font-size:clamp(2.75rem,6vw,5.75rem);line-height:.98}.home-hero__copy p{color:#ffffffc2;max-width:42rem;margin-top:1.5rem;font-size:1.18rem;line-height:1.7}.home-hero__actions,.coverage-teaser__actions,.final-cta__inner>div{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.home-hero__proof{flex-wrap:wrap;gap:.6rem;margin-top:2rem;display:flex}.home-hero__proof span,.tag-row span,.coverage-pills span{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;border-radius:999px;align-items:center;gap:.35rem;padding:.38rem .7rem;font-size:.82rem;display:inline-flex}.home-hero__proof span{color:#ffffffd1;background:#ffffff0f;border:1px solid #ffffff24}.home-hero__panel{border-radius:var(--radius-lg);box-shadow:var(--shadow-elegant);background:#ffffff13;border:1px solid #ffffff1f;padding:2rem}.home-hero__panel span,.home-section-heading span,.final-cta__inner span{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.16em;color:var(--teal);font-size:.82rem}.home-hero__panel strong{color:#fff;font-family:var(--font-display);margin-top:.75rem;font-size:2rem;display:block}.home-hero__panel p{color:#ffffffb8;margin-top:1rem}.home-proof-band{z-index:2;margin-top:-2.25rem;padding:0;position:relative}.home-proof-grid{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:oklch(100% 0 0/.96);grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;padding:.9rem;display:grid}.home-proof-grid div{border-radius:var(--radius-sm);background:var(--secondary);min-height:3.25rem;color:var(--foreground);align-items:center;gap:.65rem;padding:.85rem 1rem;font-weight:700;display:flex}.home-proof-grid svg{color:var(--teal);flex:none}.home-route-section{padding-top:5rem}.home-route-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.home-route-card,.home-process-card,.repeat-value-grid article{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);box-shadow:var(--shadow-card)}.home-route-card{flex-direction:column;align-items:flex-start;gap:1.2rem;padding:1.5rem;display:flex}.home-route-card__top{justify-content:space-between;align-items:center;width:100%;display:flex}.home-route-card__top span,.home-process-card span{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--teal);font-size:.82rem}.home-route-card__top svg,.repeat-value-grid svg{color:var(--teal)}.home-route-card h3{font-size:1.75rem}.home-route-card p,.home-process-card p,.repeat-value-panel p,.repeat-value-grid p{color:var(--muted-foreground);line-height:1.65}.home-route-card ul{gap:.65rem;margin:.25rem 0;display:grid}.home-route-card li{color:var(--foreground);align-items:flex-start;gap:.55rem;font-weight:650;display:flex}.home-route-card li svg{color:var(--teal);flex:none;margin-top:.1rem}.home-process-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.home-process-card{padding:1.35rem}.home-process-card h3,.repeat-value-grid h3{margin-top:.9rem;margin-bottom:.4rem}.repeat-value-panel{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:linear-gradient(135deg,#fff,oklch(97% .011 250));grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:center;gap:2rem;padding:2rem;display:grid}.repeat-value-panel h2{margin-top:.8rem}.repeat-value-panel .btn{margin-top:1.4rem}.repeat-value-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}.repeat-value-grid article{padding:1.15rem}.repeat-page-grid{grid-template-columns:minmax(18rem,.45fr) minmax(0,1fr);align-items:start;gap:1.5rem;display:grid}.upload-page-layout{grid-template-columns:minmax(18rem,.42fr) minmax(0,1fr);align-items:start;gap:1.5rem;display:grid}.upload-page-aside{border-radius:var(--radius-lg);box-shadow:var(--shadow-elegant);background:#ffffff0e;border:1px solid #ffffff1f;padding:1.5rem;position:sticky;top:6rem}.upload-page-aside svg{color:var(--teal)}.upload-page-aside h2{color:#fff;margin-top:1rem}.upload-page-aside p{color:#ffffffbd;margin-top:.8rem;line-height:1.65}.upload-page-aside ul{gap:.55rem;margin-top:1.25rem;display:grid}.upload-page-aside li{border-left:3px solid var(--accent);color:#fff;padding-left:.75rem;font-weight:700}.repeat-page-aside,.repeat-form{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--shadow-card)}.repeat-page-aside{padding:1.5rem;position:sticky;top:6rem}.repeat-page-aside svg{color:var(--teal)}.repeat-page-aside h2{margin-top:1rem}.repeat-page-aside p{color:var(--muted-foreground);margin-top:.8rem;line-height:1.65}.repeat-page-aside ul{gap:.55rem;margin-top:1.25rem;display:grid}.repeat-page-aside li{border-left:3px solid var(--accent);color:var(--foreground);padding-left:.75rem;font-weight:700}.repeat-form{padding:1.5rem}.form-label{color:var(--foreground);margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.repeat-check-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;display:grid}.repeat-check-grid label{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--secondary);color:var(--foreground);align-items:center;gap:.55rem;padding:.75rem;font-weight:650;display:flex}.repeat-check-grid input{accent-color:var(--accent)}.repeat-form__success{background:oklch(96% .04 158);border:1px solid oklch(72% .18 158/.35);margin-bottom:1.25rem}.inner-hero{background:var(--gradient-hero);color:#fff;border-bottom:1px solid #ffffff14;position:relative;overflow:hidden}.inner-hero:before{content:"";opacity:.055;background-image:url(/fabrication-crosshatch.svg);background-size:40px 40px;position:absolute;inset:0}.inner-hero__content{z-index:1;max-width:54rem;padding:6.5rem 0 5.5rem;position:relative}.inner-hero h1{color:#fff;margin-top:1rem;font-size:clamp(2.75rem,6vw,5.25rem);line-height:1}.inner-hero p{color:#ffffffc7;max-width:46rem;margin-top:1.35rem;font-size:1.16rem;line-height:1.7}.inner-hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.inner-proof-section{z-index:2;margin-top:-2rem;padding:0;position:relative}.proof-strip{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:oklch(100% 0 0/.96);grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;padding:.9rem;display:grid}.proof-strip div{border-radius:var(--radius-sm);background:var(--secondary);min-height:3.25rem;color:var(--foreground);align-items:center;gap:.65rem;padding:.85rem 1rem;font-weight:700;display:flex}.proof-strip svg,.feature-card__icon,.buyer-grid svg,.about-capability-band svg,.image-feature figcaption span,.technical-panel span,.contact-route-grid svg{color:var(--teal)}.intro-split{grid-template-columns:minmax(0,.95fr) minmax(20rem,1.05fr);align-items:center;gap:3rem;display:grid}.intro-split__copy{max-width:45rem}.intro-split__copy h2{margin-top:.8rem}.intro-split__copy p,.feature-card p,.buyer-grid p,.technical-panel p,.process-line p,.contact-route-grid p{color:var(--muted-foreground);font-size:1rem;line-height:1.7}.intro-split__copy p+p{margin-top:1rem}.image-feature{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);min-height:26rem;box-shadow:var(--shadow-elegant);position:relative;overflow:hidden}.image-feature img{object-fit:cover;width:100%;height:100%;min-height:26rem}.image-feature figcaption{border-radius:var(--radius-md);color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:oklch(16% .04 255/.86);border:1px solid #ffffff24;gap:.35rem;padding:1rem;display:grid;position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem}.image-feature figcaption span,.technical-panel>span{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;font-size:.82rem}.image-feature figcaption strong{font-family:var(--font-display);font-size:1.25rem}.image-feature figcaption small{color:#ffffffb8;font-size:.9rem}.feature-grid,.buyer-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.feature-card,.buyer-grid article,.technical-panel,.contact-route-grid article{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);box-shadow:var(--shadow-card)}.feature-card,.buyer-grid article{padding:1.25rem}.feature-card__icon{border-radius:var(--radius-sm);background:var(--teal-light);justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:inline-flex}.feature-card h3,.buyer-grid h3{margin-top:1rem;margin-bottom:.5rem}.process-line{grid-template-columns:repeat(5,minmax(0,1fr));gap:.85rem;display:grid}.process-line article{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);box-shadow:var(--shadow-card);padding:1.2rem;position:relative}.process-line article:before{content:"";background:var(--border);width:.85rem;height:2px;position:absolute;top:2.1rem;left:-.85rem}.process-line article:first-child:before{display:none}.process-line span,.spec-panel__grid span,.technical-panel p span{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--teal);font-size:.82rem}.process-line h3{margin-top:.8rem;margin-bottom:.5rem}.buyer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.spec-panel{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:linear-gradient(135deg,#fff,oklch(97% .011 250));grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:start;gap:2rem;padding:2rem;display:grid}.spec-panel h2{margin-top:.8rem}.spec-panel__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.spec-panel__grid div,.technical-panel p{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--card);gap:.35rem;padding:.95rem;display:grid}.spec-panel__grid strong,.technical-panel p strong{color:var(--foreground);font-size:1rem;line-height:1.45}.technical-panel{gap:1rem;padding:1.35rem;display:grid}.technical-panel h3{margin-top:.25rem}.technical-panel div{gap:.65rem;display:grid}.contact-route-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.contact-route-grid article{flex-direction:column;align-items:flex-start;gap:.8rem;padding:1.25rem;display:flex}.about-capability-band{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.about-capability-band div{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--secondary);color:var(--foreground);align-items:flex-start;gap:.75rem;padding:1rem;font-weight:700;display:flex}.legal-layout{grid-template-columns:minmax(12rem,.28fr) minmax(0,.72fr);align-items:start;gap:2rem;display:grid}.legal-layout nav{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);box-shadow:var(--shadow-card);gap:.55rem;padding:1rem;display:grid;position:sticky;top:6rem}.legal-layout nav span{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--teal);font-size:.82rem}.legal-layout nav a{color:var(--graphite);font-weight:700}.legal-layout__content{gap:1rem;max-width:48rem;display:grid}.legal-layout__content section{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);box-shadow:var(--shadow-card);padding:1.4rem}.legal-layout__content svg{color:var(--teal)}.legal-layout__content h2{margin-top:.6rem;margin-bottom:.55rem}.legal-layout__content p{color:var(--muted-foreground);font-size:1rem;line-height:1.75}.contact-page-grid{grid-template-columns:minmax(0,1.15fr) minmax(20rem,.85fr);align-items:start;gap:1.5rem;display:grid}.contact-form-panel,.contact-detail-panel,.not-found-panel,.material-route-grid article{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--shadow-card)}.contact-form-panel{padding:1.5rem}.contact-form-panel h2{margin-top:.7rem}.contact-form-panel>p{max-width:54rem;color:var(--muted-foreground);margin:.85rem 0 1.5rem;font-size:1rem;line-height:1.7}.contact-detail-panel{gap:.8rem;padding:1.35rem;display:grid;position:sticky;top:6rem}.contact-detail-panel h3{margin-bottom:.4rem}.contact-detail-panel a,.contact-detail-panel div{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--secondary);grid-template-columns:auto 1fr;gap:.15rem .75rem;padding:.9rem;display:grid}.contact-detail-panel svg,.not-found-panel svg,.material-route-grid svg{color:var(--teal);grid-row:span 3}.contact-detail-panel span{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--teal);font-size:.82rem}.contact-detail-panel strong{color:var(--foreground)}.contact-detail-panel small{color:var(--muted-foreground)}.material-route-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.material-route-grid article{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.35rem;display:flex}.material-route-grid p,.material-route-grid small{color:var(--muted-foreground);font-size:1rem;line-height:1.65}.material-route-grid .tag-row{margin-top:auto}.not-found-panel{grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:1.5rem;display:grid}.not-found-panel p{color:var(--muted-foreground);margin-top:.35rem}.home-section-heading{max-width:48rem;margin-bottom:2rem}.home-section-heading h2,.coverage-teaser h2,.final-cta__inner h2{margin-top:.65rem}.premium-card-grid{gap:1rem;display:grid}.premium-card-grid--services{grid-template-columns:repeat(5,minmax(0,1fr))}.premium-card-grid--materials{grid-template-columns:repeat(3,minmax(0,1fr))}.premium-service-card,.material-feature-card,.make-card,.why-card,.faq-row{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);box-shadow:var(--shadow-card)}.premium-service-card,.material-feature-card,.why-card{padding:1.4rem}.premium-service-card__icon{border-radius:var(--radius-sm);background:var(--teal-light);width:2.6rem;height:2.6rem;color:var(--primary);justify-content:center;align-items:center;margin-bottom:1rem;display:inline-flex}.premium-service-card h3,.material-feature-card h3,.make-card h3,.why-card h3,.faq-row h3{font-size:1.05rem}.premium-service-card p,.material-feature-card p,.make-card p,.why-card p,.faq-row p{color:var(--muted-foreground);margin-top:.75rem;font-size:.92rem;line-height:1.55}.premium-service-card ul{gap:.45rem;margin-top:1rem;display:grid}.premium-service-card li{color:var(--graphite);gap:.45rem;font-size:.85rem;display:flex}.premium-service-card li svg{color:var(--teal);flex:none;margin-top:.12rem}.premium-service-card a{color:var(--primary);align-items:center;gap:.35rem;margin-top:1.2rem;font-size:.86rem;font-weight:700;display:inline-flex}.tag-row{flex-wrap:wrap;gap:.35rem;margin-top:1rem;display:flex}.tag-row span{background:var(--teal-light);color:var(--primary)}.make-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.make-card{padding:1rem}.make-card span{color:var(--teal);font-family:var(--font-mono);margin-top:1rem;font-size:.82rem;display:inline-flex}.material-feature-card{gap:1rem;display:grid}.material-feature-card strong{color:var(--primary);font-size:.85rem;display:block}.material-feature-card small{color:var(--muted-foreground);line-height:1.45}.coverage-teaser{grid-template-columns:minmax(0,1.2fr) minmax(18rem,.8fr);align-items:center;gap:2rem;display:grid}.coverage-teaser h2,.final-cta h2{color:#fff}.coverage-teaser p,.final-cta p{color:#ffffffbf;max-width:44rem;margin-top:1rem}.coverage-pills{flex-wrap:wrap;gap:.65rem;display:flex}.coverage-pills span{color:#ffffffd9;background:#ffffff12;border:1px solid #ffffff1f}.why-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.why-card svg{color:var(--teal);margin-bottom:1rem}.faq-list{gap:.85rem;display:grid}.faq-row{grid-template-columns:auto 1fr;gap:1rem;padding:1.1rem;display:grid}.faq-row svg{color:var(--teal);margin-top:.1rem}.final-cta{background:var(--gradient-hero);color:#fff}.final-cta__inner{max-width:52rem}.location-card-grid,.industry-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.location-card-grid--regional{grid-template-columns:repeat(3,minmax(0,1fr))}.location-card,.industry-feature-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);box-shadow:var(--shadow-card);align-content:start;gap:1rem;padding:1.25rem;display:grid}.location-card__top,.location-card__meta{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.location-card__top{color:var(--teal);font-weight:700}.location-card h2,.industry-feature-card h2{font-size:1.15rem}.location-card p,.industry-feature-card p{color:var(--muted-foreground);font-size:.92rem;line-height:1.55}.location-card__meta{color:var(--graphite);font-size:.82rem}.location-card__meta span{align-items:center;gap:.35rem;display:inline-flex}.industry-feature-card>svg{color:var(--teal)}.industry-feature-card strong{color:var(--primary);margin-bottom:-.55rem;font-size:.84rem}.industry-feature-card small{color:var(--muted-foreground);line-height:1.45}.center-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.quote-card{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;background:#ffffff0f;border:1px solid #ffffff1f;padding:1rem 1.5rem}.quote-card span{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.18em;color:var(--accent);margin-bottom:.25rem;font-size:.82rem;display:block}.quote-card strong{color:#fff;font-size:.95rem}.page-hero{background:var(--gradient-hero);color:#fff;padding:4rem 0;position:relative;overflow:hidden}.page-hero:before{content:"";opacity:.06;pointer-events:none;background-image:url(/fabrication-crosshatch.svg);background-size:40px 40px;position:absolute;inset:0}.page-hero .container{position:relative}.page-hero h1{color:#fff;margin-top:.75rem}.page-hero p{color:#ffffffbf;max-width:40rem;margin-top:1rem;font-size:1.05rem;line-height:1.65}.breadcrumbs{border-bottom:1px solid var(--border);background:oklch(96% .005 250/.4);padding:.75rem 0}.breadcrumbs-inner{color:var(--muted-foreground);align-items:center;gap:.5rem;font-size:.82rem;display:flex}.breadcrumbs-inner button{color:var(--graphite);font-size:.82rem}.breadcrumbs-inner button:hover{color:var(--primary)}.breadcrumbs-inner .sep{color:var(--steel)}.legal-page__intro,.legal-page__content{max-width:48rem}.legal-page__content h2{margin:2rem 0 .75rem;font-size:clamp(1.25rem,2vw,1.6rem)}.legal-page__content h2:first-child{margin-top:0}.legal-page__content p{color:var(--muted-foreground);margin:0 0 1.5rem;line-height:1.75}.info-panel{border-radius:var(--radius-2xl);border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow-card);padding:1.5rem}.info-panel h3{margin-bottom:1rem;font-size:1.1rem}.info-panel li{color:var(--graphite);align-items:center;gap:.5rem;padding:.35rem 0;font-size:.875rem;display:flex}.info-panel li svg{color:var(--accent);flex-shrink:0}.capability-list{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;display:grid}.capability-list>div{color:var(--graphite);align-items:center;gap:.75rem;font-weight:500;display:flex}.capability-list svg{color:var(--accent)}.trust-block{border-radius:var(--radius-2xl);background:var(--secondary);border:1px solid var(--border);align-items:center;gap:1.5rem;padding:2rem;display:flex}.trust-block>svg{color:var(--accent);flex-shrink:0}.trust-block h2{margin-bottom:.5rem;font-size:1.25rem}.trust-block p{color:var(--muted-foreground);font-size:.9rem}.trust-block>span{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:var(--teal);white-space:nowrap;font-size:.82rem}.service-page-grid{grid-template-columns:minmax(0,1fr) 22rem;align-items:start;gap:3rem;display:grid}.service-page-main{min-width:0}.service-intro-panel{grid-template-columns:minmax(0,1.05fr) minmax(18rem,.95fr);align-items:stretch;gap:2rem;margin-bottom:1.5rem;display:grid}.service-intro-panel h2{margin:.75rem 0 1rem}.service-intro-panel p{color:var(--muted-foreground);margin-bottom:1rem;line-height:1.75}.service-proof-image{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--secondary);box-shadow:var(--shadow-card);min-height:22rem;position:relative;overflow:hidden}.service-proof-image img{object-fit:cover;width:100%;height:100%;min-height:22rem}.service-proof-image figcaption{border-radius:var(--radius-sm);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#070d16d1;padding:.7rem .85rem;font-size:.82rem;line-height:1.4;position:absolute;bottom:1rem;left:1rem;right:1rem}.service-spec-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;margin:1.5rem 0 2rem;display:grid}.service-spec-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);min-height:8.25rem;box-shadow:var(--shadow-card);padding:1rem}.service-spec-card span,.section-kicker span{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em;color:var(--teal);margin-bottom:.55rem;font-size:.82rem;display:block}.service-spec-card strong{color:var(--foreground);font-size:.95rem;line-height:1.45;display:block}.service-proof-copy{border-radius:var(--radius-lg);background:oklch(94% .03 195/.45);border:1px solid oklch(72% .14 195/.35);gap:1rem;margin-bottom:2.5rem;padding:1.25rem;display:flex}.service-proof-copy svg{color:var(--teal);flex-shrink:0;margin-top:.2rem}.service-proof-copy h3{margin-bottom:.45rem;font-size:1.15rem}.service-proof-copy p{color:var(--graphite);line-height:1.65}.section-kicker{margin:2.5rem 0 1rem}.section-kicker h3{color:var(--foreground)}.service-capability-grid,.service-equipment-grid,.service-application-grid{gap:1rem;margin-bottom:2rem;display:grid}.service-capability-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-equipment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-application-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-capability-card,.service-detail-card,.service-review-grid>div,.service-repeat-note{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);box-shadow:var(--shadow-card);padding:1rem}.service-capability-card{min-height:5.5rem;color:var(--graphite);align-items:flex-start;gap:.75rem;font-weight:600;line-height:1.45;display:flex}.service-capability-card svg,.service-detail-card svg{color:var(--teal);flex-shrink:0;margin-top:.15rem}.service-detail-card{align-items:flex-start;gap:.75rem;min-height:4.75rem;display:flex}.service-detail-card strong{color:var(--foreground);font-size:.95rem;line-height:1.45}.service-review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:2rem;display:grid}.service-review-grid h3{margin-bottom:.8rem;font-size:1.05rem}.service-review-grid ul{color:var(--graphite);gap:.55rem;padding-left:1.1rem;list-style:outside;display:grid}.service-application-chip{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--secondary);min-height:2.75rem;color:var(--graphite);align-items:center;gap:.55rem;padding:.65rem .8rem;font-size:.9rem;display:flex}.service-repeat-note{margin-bottom:2.5rem}.service-repeat-note strong{color:var(--teal)}.service-repeat-note p{color:var(--muted-foreground);margin-top:.5rem}.service-industry-row{flex-wrap:wrap;gap:.65rem;margin-bottom:2rem;display:flex}.service-sticky-card{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow-elegant);padding:1.5rem;position:sticky;top:6rem}.service-sticky-card h3{margin:.55rem 0 .75rem;font-size:1.35rem}.service-sticky-card p{color:var(--muted-foreground);margin-bottom:1.25rem;font-size:.95rem;line-height:1.65}.industry-proof-panel,.location-proof-panel{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--shadow-card);grid-template-columns:minmax(14rem,.85fr) minmax(0,1.15fr);align-items:stretch;gap:1.25rem;margin:2rem 0;padding:1rem;display:grid}.industry-proof-panel figure,.location-proof-panel figure{border-radius:var(--radius-md);background:var(--secondary);min-height:16rem;overflow:hidden}.industry-proof-panel img,.location-proof-panel img{object-fit:cover;width:100%;height:100%;min-height:16rem}.industry-proof-panel h3,.location-proof-panel h3{margin:.55rem 0 .65rem;font-size:1.25rem}.industry-proof-panel p,.location-proof-panel p{color:var(--muted-foreground);line-height:1.7}.industry-proof-icons{flex-wrap:wrap;gap:.6rem;margin-top:1rem;display:flex}.industry-proof-icons span{border:1px solid var(--border);background:var(--secondary);color:var(--graphite);border-radius:999px;align-items:center;gap:.4rem;padding:.45rem .7rem;font-size:.82rem;display:inline-flex}.industry-proof-icons svg{color:var(--teal)}.pill-grid{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.pill-grid span{background:var(--card);border:1px solid var(--border);color:var(--graphite);box-shadow:var(--shadow-card);border-radius:100px;padding:.5rem 1rem;font-size:.85rem;font-weight:500}.why-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.why-card{text-align:center;padding:2rem 1.5rem}.why-card svg{color:var(--teal);margin:0 auto 1rem}.why-card h3{margin-bottom:.5rem;font-size:1.05rem}.why-card p{color:var(--muted-foreground);font-size:.85rem}.location-hub-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.5rem;display:grid}.location-hub-card{cursor:pointer;text-align:left;width:100%;padding:1.25rem}.location-hub-card .distance-badge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--teal);background:var(--teal-light);border-radius:var(--radius-sm);margin-bottom:.5rem;padding:.2rem .5rem;font-size:.82rem;display:inline-block}.location-hub-card h3{margin-bottom:.25rem;font-size:1rem}.location-hub-card p{color:var(--muted-foreground);font-size:.82rem}.faq-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;display:grid}.faq-card{border-radius:var(--radius-xl);border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow-card);overflow:hidden}.faq-card summary{cursor:pointer;color:var(--primary);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:.95rem;font-weight:600;list-style:none;display:flex}.faq-card summary::-webkit-details-marker{display:none}.faq-card summary svg{color:var(--teal);flex-shrink:0;transition:transform .2s}.faq-card[open] summary svg{transform:rotate(180deg)}.faq-card p{color:var(--muted-foreground);padding:0 1.5rem 1.25rem;font-size:.9rem;line-height:1.7}.form-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.form-group{flex-direction:column;gap:.375rem;min-width:0;display:flex}.form-group--full{grid-column:1/-1}.form-group label{color:var(--primary);font-size:.9rem;font-weight:600}.form-group input,.form-group textarea,.form-group select{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--background);width:100%;min-width:0;color:var(--foreground);padding:.625rem .875rem;font-size:.875rem;transition:all .15s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px oklch(74% .18 158/.15)}.form-group textarea{resize:vertical;min-height:5rem}.form-group input.error,.form-group textarea.error,.form-group select.error{border-color:var(--destructive)}.form-error{color:var(--destructive);font-size:.82rem}.file-upload-placeholder{border:2px dashed var(--border);border-radius:var(--radius-lg);text-align:center;width:100%;min-width:0;color:var(--muted-foreground);cursor:pointer;padding:1.5rem;transition:all .2s}.file-upload-placeholder:hover{border-color:var(--teal);background:var(--teal-light)}.file-upload-placeholder--active{border-color:var(--accent);background:oklch(74% .18 158/.14);box-shadow:inset 0 0 0 1px oklch(74% .18 158/.35)}.file-upload-placeholder svg{color:var(--teal);margin:0 auto .5rem}.file-upload-placeholder span{color:var(--primary);font-weight:700;display:block}.file-upload-placeholder p{font-size:.85rem}.file-upload-placeholder small{font-family:var(--font-mono);color:var(--muted-foreground);letter-spacing:0;font-size:.84rem}.form-success{text-align:center;padding:2rem}.form-success svg{color:var(--accent);margin:0 auto 1rem}.form-success h3{margin-bottom:.5rem}.form-success p{color:var(--muted-foreground);font-size:.9rem}.form-success a{color:var(--accent);font-weight:600}.quote-backdrop{z-index:50;-webkit-backdrop-filter:blur(4px);background:oklch(22% .04 255/.7);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.quote-modal{border-radius:var(--radius-2xl);background:var(--card);width:100%;max-width:42rem;max-height:90vh;box-shadow:var(--shadow-elegant);padding:2rem;overflow-y:auto}.quote-modal-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.quote-modal-header h2{font-size:1.5rem}.quote-modal-close{border-radius:var(--radius-sm);color:var(--muted-foreground);padding:.25rem}.quote-modal-close:hover{color:var(--primary)}.sticky-cta{z-index:40;padding:0 .75rem .75rem;position:fixed;bottom:0;left:0;right:0}.sticky-cta-inner{border-radius:var(--radius-2xl);border:1px solid var(--border);max-width:52rem;box-shadow:var(--shadow-elegant);-webkit-backdrop-filter:blur(16px);background:oklch(100% 0 0/.95);grid-template-columns:1fr 1.2fr auto;gap:.5rem;margin:0 auto;padding:.625rem;display:grid}.sticky-cta .btn{padding:.625rem 1rem;font-size:.82rem}.sticky-cta__desktop-actions{gap:.5rem;display:flex}.sticky-cta__mobile-actions,.sticky-cta__phone-short{display:none}@media (width>=1041px){.sticky-cta{display:none}}.footer{border-top:1px solid var(--border);background:oklch(96% .005 250/.7);margin-bottom:5.5rem;padding:3rem 0}.footer-grid{grid-template-columns:1.3fr repeat(4,1fr);gap:2rem;display:grid}.footer-brand p{color:var(--muted-foreground);margin-top:.75rem;font-size:.85rem;line-height:1.65}.footer-col h4{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:0;color:var(--muted-foreground);margin-bottom:1rem;font-size:.84rem}.footer-col button,.footer-col a{color:var(--graphite);padding:.25rem 0;font-size:.95rem;display:block}.footer-col button:hover,.footer-col a:hover{color:var(--primary)}.footer-legal{border-top:1px solid var(--border);color:var(--muted-foreground);margin-top:2.5rem;padding-top:1.5rem;font-size:.9rem;line-height:1.7}.footer-legal-links{gap:1.5rem;margin-top:.75rem;display:flex}.footer-legal-links button{color:var(--muted-foreground);font-size:.9rem}.footer-legal-links button:hover{color:var(--primary)}@media (width>=1041px){.footer{margin-bottom:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:.4s both fadeInUp}@media (width<=1040px){.home-hero__grid,.coverage-teaser,.repeat-value-panel,.service-page-grid{grid-template-columns:1fr}.service-sticky-card{position:static}.service-spec-grid,.premium-card-grid--services{grid-template-columns:repeat(2,minmax(0,1fr))}.premium-card-grid--materials,.why-grid,.home-proof-grid,.home-route-grid,.home-process-grid,.repeat-value-grid,.repeat-page-grid,.upload-page-layout{grid-template-columns:1fr}.repeat-page-aside,.upload-page-aside{position:static}.make-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.location-card-grid,.location-card-grid--regional,.industry-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid.three,.card-grid.four{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.location-hub-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.nav,.header-actions{display:none}.menu-button{display:block}}@media (width<=720px){.home-hero__grid{min-height:auto;padding:3.5rem 0}.home-hero__copy h1{font-size:clamp(2.35rem,13vw,3.75rem)}.home-hero__panel{padding:1.25rem}.home-proof-band{margin-top:0}.premium-card-grid--services,.make-grid,.location-card-grid,.location-card-grid--regional,.industry-card-grid,.service-intro-panel,.industry-proof-panel,.location-proof-panel,.service-spec-grid,.service-capability-grid,.service-equipment-grid,.service-application-grid,.service-review-grid{grid-template-columns:1fr}.service-proof-image,.service-proof-image img{min-height:18rem}.service-page-grid{gap:2rem}.card-grid.two,.card-grid.three,.card-grid.four{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.location-hub-grid{grid-template-columns:1fr}.capability-list{grid-template-columns:repeat(2,1fr)}.why-grid,.faq-grid,.page-split{grid-template-columns:1fr}.hero-grid{grid-template-columns:1fr;padding:3rem 0}.hero-visual{display:none}.header-inner{height:4rem}.footer-grid{grid-template-columns:1fr}.footer{margin-bottom:8.5rem}.trust-block{text-align:center;flex-direction:column}.sticky-cta-inner{grid-template-columns:1fr 1fr}.sticky-cta__desktop-actions,.sticky-cta__phone-full{display:none}.sticky-cta__mobile-actions,.sticky-cta__phone-short{display:block}.sticky-cta .btn--phone{grid-column:1/-1}.form-grid,.repeat-check-grid{grid-template-columns:1fr}.split{flex-direction:column;align-items:flex-start}}@media (width>=768px){.quote-modal{padding:2.5rem}}.quote-form__notice,.quote-form__submitted,.form-error{border-radius:var(--radius-sm);align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;padding:1rem;display:flex}.quote-form__notice{color:var(--graphite);background:oklch(72% .14 195/.1);border:1px solid oklch(72% .14 195/.3);flex-direction:column}.quote-form__notice strong{color:var(--primary)}.quote-form__submitted{color:var(--graphite);background:linear-gradient(135deg,oklch(96% .035 158),#fff);border:1px solid oklch(72% .18 158/.36);flex-direction:column;position:relative}.quote-form__submitted strong{color:var(--foreground)}.quote-form__submitted span{max-width:52rem;color:var(--muted-foreground)}.quote-form__submitted svg{color:var(--teal);position:absolute;top:1rem;right:1rem}.form-error{color:var(--primary);background:oklch(58% .22 27/.12);border:1px solid oklch(58% .22 27/.4)}.form-hint{color:var(--muted-foreground);margin-top:.45rem;display:block}.quote-form__footer{gap:1rem;margin-top:1.5rem;display:grid}.quote-form__details{border-top:1px solid #ffffff1f;margin-top:1rem;padding-top:1.25rem}.quote-form__footer p{color:var(--muted-foreground);font-size:.9rem}.file-upload-placeholder span{overflow-wrap:anywhere;max-width:100%}.quote-form__file-guidance{border-left:3px solid var(--accent);gap:.25rem;margin-top:.85rem;padding-left:.85rem;display:grid}.quote-form__file-guidance strong{color:var(--foreground)}.quote-form__file-guidance span{color:var(--muted-foreground);font-size:.9rem}.quote-form__file-list{gap:.5rem;margin-top:.85rem;display:grid}.quote-form__file-list li{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--secondary);justify-content:space-between;align-items:center;gap:1rem;padding:.7rem .85rem;display:flex}.quote-form__file-list li>div{gap:.2rem;min-width:0;display:grid}.quote-form__file-list span{color:var(--muted-foreground);font-family:var(--font-mono);text-transform:uppercase;font-size:.82rem}.quote-form__file-list strong{min-width:0;color:var(--foreground);overflow-wrap:anywhere}.quote-form__file-list small{color:var(--muted-foreground);font-size:.82rem}.quote-form__file-list button{border:1px solid var(--border);background:var(--card);width:2rem;height:2rem;color:var(--muted-foreground);border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.quote-form__file-list button:hover{border-color:var(--destructive);color:var(--destructive)}.spin{animation:.8s linear infinite quote-spin}@keyframes quote-spin{to{transform:rotate(360deg)}}.quote-result{color:var(--graphite);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-card);background:linear-gradient(#fff 0%,#f8faf9 100%);gap:1rem;padding:clamp(1.1rem,3vw,1.5rem);display:grid}.quote-result__header{align-items:center;gap:1rem;display:flex}.quote-result__header h2,.quote-result h3{color:var(--foreground)}.quote-result__header p{color:var(--muted-foreground);margin-top:.35rem;line-height:1.55}.quote-result__icon{border-radius:var(--radius-sm);background:var(--gradient-accent);width:3rem;height:3rem;color:var(--accent-foreground);justify-content:center;align-items:center;display:inline-flex}.quote-result__price{border-radius:var(--radius-md);background:oklch(97% .025 158);border:1px solid oklch(74% .18 158/.32);gap:.35rem;padding:1.25rem;display:grid}.quote-result__status-row{flex-wrap:wrap;gap:.5rem;display:flex}.quote-result__status-row span{border:1px solid var(--border);background:var(--secondary);color:var(--graphite);text-transform:capitalize;border-radius:999px;padding:.42rem .7rem;font-size:.82rem}.quote-result__price span,.quote-result__price small{color:var(--muted-foreground)}.quote-result__price strong{font-family:var(--font-display);color:var(--foreground);font-size:clamp(1.45rem,4vw,2.3rem);line-height:1}.quote-warning{border-radius:var(--radius-md);color:var(--graphite);padding:1rem}.quote-warning--high{background:oklch(96% .025 158);border:1px solid oklch(66% .15 158/.45)}.quote-warning--medium{background:oklch(96% .026 195);border:1px solid oklch(62% .12 195/.45)}.quote-warning--low{background:oklch(97% .035 75);border:1px solid oklch(67% .14 75/.48)}.quote-warning__heading{align-items:center;gap:.6rem;margin-bottom:.7rem;display:flex}.quote-warning ul,.quote-result__next ul{color:var(--graphite);gap:.45rem;padding-left:1.1rem;list-style:outside;display:grid}.quote-result__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.quote-result__grid>div,.quote-breakdown,.quote-result__next{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;padding:1.25rem}.quote-metrics,.quote-breakdown dl{gap:.7rem;margin-top:1rem;display:grid}.quote-metrics div,.quote-breakdown dl div{border-bottom:1px solid var(--border);justify-content:space-between;gap:1rem;padding-bottom:.7rem;display:flex}.quote-metrics dt,.quote-breakdown dt{color:var(--muted-foreground)}.quote-metrics dd,.quote-breakdown dd{color:var(--foreground);text-align:right;font-weight:600}.quote-breakdown__note{color:var(--muted-foreground);margin-top:1rem;font-size:.9rem}.quote-result__next p{color:var(--muted-foreground);margin:.35rem 0 .85rem}.quote-result__actions{flex-wrap:wrap;gap:.75rem;display:flex}@media (width<=720px){.service-review-grid{grid-template-columns:1fr}.inner-hero__content{padding:4.25rem 0 3.75rem}.inner-hero h1{font-size:clamp(2.35rem,12vw,3.6rem)}.inner-proof-section{margin-top:0}.proof-strip,.feature-grid,.buyer-grid,.process-line,.spec-panel,.spec-panel__grid,.contact-route-grid,.about-capability-band,.contact-page-grid,.material-route-grid,.legal-layout{grid-template-columns:1fr}.intro-split{grid-template-columns:1fr;gap:2rem}.image-feature,.image-feature img{min-height:20rem}.process-line article:before{display:none}.contact-detail-panel,.legal-layout nav{position:static}.not-found-panel,.quote-result__grid{grid-template-columns:1fr}.quote-metrics div,.quote-breakdown dl div{flex-direction:column;align-items:flex-start;gap:.25rem}.quote-metrics dd,.quote-breakdown dd{text-align:left}}
