@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');
:root{--red:#e3322b;--ink:#202427;--muted:#60676d;--line:#dddfe1;--paper:#f5f6f6}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.7}.wrap{max-width:1280px;width:calc(100% - 96px);margin:auto}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--red);outline-offset:6px}.header{display:flex;align-items:center;justify-content:space-between;padding:25px 0;border-bottom:1px solid var(--line)}.brand{display:flex;gap:16px;align-items:center;font-size:15px;font-weight:700;line-height:1.35;letter-spacing:.03em}.brand img{object-fit:contain}.brand small{font-size:12px;font-weight:500}nav{display:flex;align-items:center;gap:32px;font-size:14px}.nav-contact{border-bottom:2px solid var(--red);padding:10px 0}nav span{margin-left:16px}.hero{display:grid;grid-template-columns:1.14fr 1fr;gap:65px;padding-top:76px;padding-bottom:85px;align-items:center}.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:700;color:var(--red);margin:0 0 24px}h1,h2,h3,p{margin-top:0}h1{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-size:clamp(56px,6.3vw,88px);line-height:1.02;letter-spacing:-.025em;font-weight:600;margin-bottom:28px}h1 em{font-style:normal;color:var(--red)}.lead{max-width:540px;color:var(--muted);font-size:17px;line-height:1.8;margin-bottom:30px}.button{display:inline-flex;gap:28px;background:var(--red);color:white;font-size:14px;font-weight:600;padding:16px 22px}.button:hover{background:#ba221d}.text-link{display:block;margin-top:20px;font-size:14px;text-decoration:underline;text-underline-offset:5px}.flow-panel{background:var(--ink);color:white;padding:28px 30px;border-top:5px solid var(--red)}.panel-heading,.panel-footer{font-size:11px;letter-spacing:.12em;color:#bfc4c7}.panel-heading{display:flex;justify-content:space-between;margin-bottom:32px;gap:12px}.flow-node{border:1px solid #55595c;padding:22px 18px;display:flex;gap:16px;align-items:start}.step{font-size:15px;color:#c0c4c7;min-width:26px}.flow-node small{font-size:10px;letter-spacing:.08em;color:#c0c4c7}.flow-node h2{font-size:18px;line-height:1.35;margin:6px 0}.flow-node p{font-size:12px;color:#c0c4c7;margin:0}.active{border-color:var(--red);background:#3d2929}.active .step{color:#ff6259;font-weight:700}.connector{font-size:10px;letter-spacing:.11em;color:#bfc4c7;padding:12px 18px 12px 60px;display:flex;justify-content:space-between}.connector span{font-size:19px;line-height:1}.panel-footer{border-top:1px solid #55595c;padding-top:20px;margin-top:26px}.experience-band{background:var(--paper);padding:32px 0}.experience-band .eyebrow{color:var(--muted);font-size:11px;margin-bottom:20px}.companies{display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:28px;font-weight:600;line-height:1.05}.companies small{font-size:15px;font-weight:500}.section{padding-top:85px;padding-bottom:85px}.section-title h2,.contact h2{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-size:50px;line-height:1.1;font-weight:600;margin-bottom:20px}.section-title .eyebrow{margin-bottom:18px}.section-title>p:last-child{color:var(--muted)}.services{display:grid;grid-template-columns:repeat(3,1fr);margin-top:40px;border-top:1px solid var(--line)}.services article{padding:30px 30px 0 0}.services article+article{border-left:1px solid var(--line);padding-left:30px}.number{font-size:11px;letter-spacing:.09em;color:var(--muted)}h3{font-size:22px;line-height:1.35}.services h3{margin:25px 0 16px}.services p{color:var(--muted);font-size:15px;margin:0}.work-section{background:var(--paper)}.project{display:grid;grid-template-columns:55px 1.6fr 1fr;gap:30px;border-top:1px solid #cfd2d4;padding:34px 0}.project:last-child{padding-bottom:0}.project-index{color:var(--red);font-size:20px}.project .eyebrow{font-size:10px;margin-bottom:12px}.project h3{font-size:26px;margin-bottom:12px}.project p{color:var(--muted);font-size:15px;max-width:570px}.tags{display:flex;flex-wrap:wrap;gap:8px}.tags span{font-size:12px;border:1px solid #cfd2d4;padding:4px 10px}.project-focus{border-left:1px solid #cfd2d4;padding-left:30px;align-self:center}.project-focus small{font-size:10px;letter-spacing:.1em;color:var(--muted)}.project-focus p{margin:12px 0 0}.contact{padding-top:85px;padding-bottom:85px;display:grid;grid-template-columns:1.4fr 1fr;gap:80px}.contact>div>p:last-child{color:var(--muted);max-width:560px}.contact-channels{align-self:center;border-left:4px solid var(--red);padding:20px 28px;background:var(--paper)}.contact-channels h3{margin-bottom:12px}.contact-channels p{font-size:15px;color:var(--muted)}.contact-note{font-size:12px}footer{padding:24px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;font-size:11px;letter-spacing:.04em;color:var(--muted)}@media(min-width:1600px){.hero{padding-top:100px;padding-bottom:100px}}@media(max-width:1000px){.wrap{width:calc(100% - 48px)}.hero{gap:32px}.brand span{display:none}nav{gap:20px}.flow-panel{padding:22px 18px}.flow-node{padding:18px 12px}.contact{gap:35px}.project{grid-template-columns:30px 1fr}.project-focus{grid-column:2}.companies{font-size:24px}}@media(max-width:700px){.wrap{width:calc(100% - 36px)}.header{padding:16px 0}.brand img{width:78px;height:auto}nav{gap:18px}nav>a:not(.nav-contact){display:none}.hero{grid-template-columns:1fr;padding-top:44px;padding-bottom:45px;gap:40px}h1{font-size:64px}.eyebrow{font-size:10px}.flow-panel{padding:24px}.companies{display:grid;grid-template-columns:1fr 1fr;gap:28px;font-size:24px}.section{padding-top:55px;padding-bottom:55px}.section-title h2,.contact h2{font-size:43px}.services{grid-template-columns:1fr;margin-top:26px}.services article,.services article+article{padding:25px 0;border-left:0;border-bottom:1px solid var(--line)}.services h3{margin-top:15px}.project{gap:15px;padding:28px 0}.project h3{font-size:23px}.contact{grid-template-columns:1fr;padding-top:55px;padding-bottom:55px;gap:25px}footer{flex-direction:column;gap:8px}.lead{font-size:16px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.industry-section{padding-top:65px}.industry-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}.industry-heading .eyebrow{margin-bottom:12px}.industry-heading h2{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-size:42px;line-height:1.12;font-weight:600;margin:0}.image-caption{font-size:12px;color:var(--muted);margin:0}.industry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.industry-grid figure{margin:0;min-width:0}.industry-photo{aspect-ratio:3/4;background-image:url('industrial-scenes.png?v=red-line-3');background-size:400% 100%;background-repeat:no-repeat;background-color:var(--ink)}.photo-appliances{background-position:0% 50%}.photo-laser{background-position:33.333% 50%}.photo-amr{background-position:66.667% 50%}.photo-welding{background-position:100% 50%}.industry-grid figcaption{display:flex;gap:10px;font-size:14px;line-height:1.5;margin-top:14px;font-weight:500}.industry-grid figcaption span{font-size:12px;color:var(--red);padding-top:2px}.companies a{display:flex;align-items:center;justify-content:center;min-height:70px;flex:1}.companies img{display:block;max-width:100%;width:190px;height:60px;object-fit:contain}.companies a:last-child img{width:205px}.companies{gap:45px}@media(max-width:700px){.industry-section{padding-top:45px}.industry-heading{align-items:start;flex-direction:column;gap:12px}.industry-heading h2{font-size:36px}.industry-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 14px}.companies{gap:28px}.companies img{width:150px;height:48px}.industry-grid figcaption{font-size:14px}}
.companies a{height:110px;overflow:hidden;background:white;padding:15px}.companies .client-yokogawa img{width:180px;height:180px;max-width:none}.companies .client-electrolux img{width:180px;height:180px;max-width:none}.companies .client-alliance{background:#202427}.industry-photo{background-size:402% 100%}@media(max-width:700px){.companies a{height:95px}.companies .client-yokogawa img,.companies .client-electrolux img{width:150px;height:150px}}
.companies .client-electrolux img{max-width:100%;height:auto}.companies .client-alliance{padding:8px}
.connection-art{margin:0;align-self:center;min-width:0}.connection-art svg{display:block;width:100%;height:auto}.connection-art figcaption{text-align:center;font-size:14px;color:var(--muted);margin-top:15px;padding-top:18px;border-top:1px solid var(--line)}@media(max-width:700px){.connection-art{margin-top:5px}.connection-art figcaption{font-size:13px}}
.decor-photo{background-image:url('industrial-scenes.png?v=red-line-3');background-repeat:no-repeat;background-size:402% auto;background-color:#e8eaec;overflow:hidden}.decor-appliances{background-position:0% 60%;width:min(100%,340px);height:175px;margin-top:32px}.decor-heading{display:grid;grid-template-columns:1fr 250px;align-items:center;gap:48px;margin-bottom:34px}.decor-heading .section-title p:last-child{margin-bottom:0}.decor-laser{background-position:33.333% 48%;width:250px;height:260px}.decor-amr{background-position:66.667% 70%;width:250px;height:230px}.decor-welding{background-position:100% 55%;width:min(100%,360px);height:200px;margin-bottom:30px}@media(max-width:700px){.decor-heading{grid-template-columns:1fr;gap:24px}.decor-laser,.decor-amr{width:100%;max-width:320px;height:220px}.decor-appliances{height:180px}.decor-welding{height:220px}.hero{align-items:start}} 
/* Company signature */
.header{padding:22px 0;gap:32px}.brand{gap:18px;flex-shrink:0;letter-spacing:normal}.brand .brand-logo{display:block;width:78px;height:auto;object-fit:contain}.brand .brand-wordmark{display:flex;flex-direction:column;gap:8px;padding-left:18px;border-left:1px solid #d9dde0}.brand-wordmark strong{font-family:Inter,Arial,sans-serif;font-size:19px;font-weight:700;line-height:1.12;letter-spacing:.055em}.brand-wordmark .brand-amp{display:inline;color:var(--red);font-weight:500}.brand .brand-wordmark small{font-size:9px;line-height:1.3;letter-spacing:.075em;font-weight:500;color:#647079}.header nav{gap:26px}@media(max-width:1000px){.brand .brand-wordmark{display:flex}.brand-wordmark .brand-amp{display:inline}.header{gap:20px}.header nav{gap:18px}}@media(max-width:700px){.header{padding:18px 0;gap:12px}.brand{gap:10px}.brand .brand-logo{width:56px}.brand .brand-wordmark{padding-left:10px;gap:6px}.brand-wordmark strong{font-size:14px;letter-spacing:.035em}.brand .brand-wordmark small{font-size:8px;max-width:145px;letter-spacing:.02em}.header .nav-contact{font-size:12px;max-width:95px;line-height:1.4}.header .nav-contact span{margin-left:4px}}@media(max-width:380px){.header .nav-contact{max-width:72px}.brand .brand-logo{width:48px}.brand-wordmark strong{font-size:13px}.brand .brand-wordmark small{max-width:120px}}
.decor-photo{background-size:400% 100%;background-color:transparent;mix-blend-mode:multiply;aspect-ratio:3/4;height:auto}.decor-appliances{width:210px;background-position:0% 50%}.decor-laser{width:230px;background-position:33.333% 50%}.decor-amr{width:230px;background-position:66.667% 50%}.decor-welding{width:230px;background-position:100% 50%}@media(max-width:700px){.decor-photo{width:210px;max-width:100%;height:auto}}



.hero-copy .decor-photo{margin-top:32px}.decor-heading .decor-photo{margin-top:0}

/* Red and white D1 company logo */
.brand .brand-logo{display:block;width:300px;height:auto;overflow:hidden}.brand{min-width:0}.header{gap:24px}@media(max-width:1000px){.brand .brand-logo{width:260px}}@media(max-width:700px){.brand .brand-logo{width:220px;max-width:100%}.brand{flex:0 1 220px}.header{gap:16px}.header nav{flex-shrink:0}}@media(max-width:380px){.brand .brand-logo{width:190px}.brand{flex-basis:190px}.header{gap:10px}}

/* Customer references belong to Selected Experience. */
.work-customers{margin:0 0 40px}.work-customers>.eyebrow{margin-bottom:20px;color:var(--muted)}@media(max-width:700px){#work>.section>.decor-heading{grid-template-columns:minmax(0,1fr) 90px;gap:16px}#work .decor-heading .decor-appliances{width:90px}.work-customers{margin-bottom:30px}.work-customers .companies{gap:14px}.work-customers .companies a{min-width:0}}


.work-customers{margin:40px 0 0;padding-top:32px;border-top:1px solid var(--line)}@media(max-width:700px){.work-customers{margin-top:30px;padding-top:26px}}

/* Mobile layout: readable typography, visible navigation and compact illustrations. */
@media(max-width:700px){
  html{scroll-padding-top:20px}
  body{font-size:15px;line-height:1.65}
  .wrap{width:calc(100% - 40px)}
  .header{flex-direction:column;align-items:flex-start;gap:16px;padding:20px 0 0}
  .header .brand{flex:none;width:232px;max-width:85%}
  .header .brand-logo{width:100%}
  .header nav{width:100%;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding:4px 0}
  .header nav>a:not(.nav-contact){display:inline-flex}
  .header nav>a{font-size:12px;min-height:44px;align-items:center;justify-content:center}
  .header .nav-contact{max-width:none;font-size:12px;line-height:1.4;padding:10px 0;border-bottom:0;color:var(--red);font-weight:600}
  .header .nav-contact span{margin-left:3px}
  .hero{padding:36px 0 42px;gap:24px}
  .hero-copy{display:grid;grid-template-columns:minmax(0,1fr) 90px;align-items:center;column-gap:12px}
  .hero-copy>.eyebrow,.hero-copy>h1,.hero-copy>.lead,.hero-copy>.button{grid-column:1/-1}
  .eyebrow{font-size:10px;letter-spacing:.11em;line-height:1.6;margin-bottom:16px}
  h1{font-size:clamp(40px,11.6vw,60px);line-height:1.08;letter-spacing:-.02em;margin-bottom:20px}
  h1>span{display:block}h1 br{display:none}
  .lead{font-size:15px;line-height:1.75;margin-bottom:24px}
  .button{min-height:48px;padding:14px 18px;justify-content:space-between;align-items:center;border-radius:6px;font-size:14px}
  .hero-copy>.text-link{grid-column:1;grid-row:5;margin:0;display:flex;align-items:center;min-height:48px;font-size:13px}
  .hero-copy>.decor-amr{grid-column:2;grid-row:5;width:90px;margin:8px 0 0}
  .connection-art{width:100%;max-width:420px;justify-self:center;margin:0;padding:12px;background:#fafbfb;border:1px solid #eceeef;border-radius:12px}
  .connection-art figcaption{font-size:12px;line-height:1.6;margin-top:8px;padding-top:12px}
  .section{padding-top:44px;padding-bottom:44px}
  .decor-heading,#work>.section>.decor-heading{grid-template-columns:minmax(0,1fr) 80px;gap:14px;margin-bottom:24px;align-items:start}
  .decor-heading .decor-photo,#work .decor-heading .decor-appliances{width:80px;align-self:center}
  .section-title h2,.contact h2{font-size:36px;line-height:1.12;margin-bottom:14px;letter-spacing:-.015em}
  .section-title .eyebrow{margin-bottom:12px}.section-title>p:last-child{font-size:14px;line-height:1.65}
  .services{gap:12px;border:0;margin-top:0}
  .services article,.services article+article{padding:22px;background:#f6f7f7;border:1px solid #e9ebec;border-radius:10px}
  .services h3{font-size:22px;margin:12px 0}.services h3 br{display:none}
  .services p{font-size:14px;line-height:1.75}.number{font-size:10px;color:var(--red)}
  .project{grid-template-columns:1fr;gap:12px;padding:26px 0}
  .project-index{font-size:13px;font-weight:600;color:var(--red);width:34px;height:34px;display:grid;place-items:center;border:1px solid #efcbc9;border-radius:8px;background:#fff}
  .project .eyebrow{line-height:1.6;margin-bottom:10px}.project h3{font-size:23px;line-height:1.25;margin-bottom:12px}
  .project p{font-size:14px;line-height:1.75;margin-bottom:18px}
  .tags{gap:6px}.tags span{padding:5px 9px;background:white;font-size:11px;border-radius:4px}
  .project-focus{grid-column:1;padding:12px 16px;border-left:2px solid #e3a4a0;background:#fff;border-radius:0 6px 6px 0;margin-top:6px}
  .project-focus small{font-size:9px}.project-focus p{font-size:13px;line-height:1.65;margin:6px 0 0}.project-focus br{display:none}
  .work-customers{margin-top:10px;padding-top:26px}.work-customers .companies{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}
  .work-customers .companies a{height:92px;border-radius:6px;padding:10px}
  .work-customers .client-alliance{padding:8px}.work-customers>.eyebrow{margin-bottom:16px}
  .contact{padding-top:44px;padding-bottom:40px;gap:24px}
  .contact>div:first-child{display:grid;grid-template-columns:minmax(0,1fr) 76px;column-gap:12px}
  .contact .decor-welding{grid-column:2;grid-row:1/3;width:76px;margin:0;align-self:center}
  .contact>div:first-child>.eyebrow{grid-column:1;grid-row:1;margin-bottom:12px}
  .contact h2{grid-column:1;grid-row:2;font-size:34px}.contact h2 br{display:none}
  .contact>div:first-child>p:last-child{grid-column:1/-1;margin:0;font-size:14px}
  .contact-channels{padding:22px;border-left:3px solid var(--red);border-radius:0 10px 10px 0}
  .contact-channels h3{font-size:21px}.contact-channels p{font-size:14px}.contact-channels .button{display:flex;width:100%}
  .contact-channels .text-link{min-height:44px;display:flex;align-items:center;margin-top:12px}.contact-channels>br{display:none}
  footer{padding:22px 0;font-size:10px;line-height:1.7;gap:5px}
}
@media(max-width:360px){.wrap{width:calc(100% - 32px)}.header nav{gap:8px}.header nav>a,.header .nav-contact{font-size:11px}.decor-heading,#work>.section>.decor-heading{grid-template-columns:minmax(0,1fr) 64px}.decor-heading .decor-photo,#work .decor-heading .decor-appliances{width:64px}.section-title h2{font-size:33px}.services article,.services article+article{padding:18px}}
