:root{--red:#e1251b;--red-dark:#b91d15;--ink:#111316;--ink-2:#181b1f;--ink-3:#23272c;--paper:#f3f4f5;--white:#fff;--muted:#aeb4bb;--line:rgba(255,255,255,.12);--shadow:0 24px 70px rgba(0,0,0,.22);--radius:4px;--wrap:min(1180px,calc(100vw - 48px))}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.55}
body.dialog-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
.wrap{width:var(--wrap);margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(17,19,22,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{width:122px;height:52px;display:flex;align-items:center;background:#fff;padding:5px 9px}
.brand img{width:100%;height:100%;object-fit:contain}
.main-nav{display:flex;align-items:center;gap:26px;color:#d8dadd;font-size:.9rem;font-weight:650}
.main-nav a{transition:.2s}
.main-nav a:hover{color:#fff}
.main-nav .nav-cta{background:var(--red);color:#fff;padding:11px 17px}
.menu-toggle{display:none;border:1px solid var(--line);background:none;color:#fff;padding:9px 13px}
.hero{overflow:hidden;background:var(--ink);color:#fff;padding:74px 0 80px}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:68px;align-items:center}
.eyebrow{margin:0 0 16px;color:var(--red);font-size:.74rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.section-kicker{font-size:1.05rem;letter-spacing:.13em;margin-bottom:18px}
.hero h1,.section h2,.dialog-copy h2{margin:0;font-size:clamp(2.6rem,5.4vw,5.55rem);line-height:.96;letter-spacing:-.055em}
.hero h1 span{color:#aeb4bb;font-weight:560}
.hero-lead{max-width:650px;margin:28px 0 0;color:#c6cbd0;font-size:1.12rem}
.hero-actions,.contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:1px solid transparent;font-weight:760}
.button-primary{background:var(--red);color:#fff}
.button-primary:hover{background:var(--red-dark)}
.button-ghost{border-color:rgba(255,255,255,.28);color:#fff}
.button-ghost:hover{border-color:#fff}
.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:50px 0 0;padding-top:24px;border-top:1px solid var(--line)}
.hero-facts div{display:grid;gap:2px}
.hero-facts dt{font-size:1.22rem;font-weight:800}
.hero-facts dd{margin:0;color:#858d95;font-size:.8rem}
.hero-media{position:relative;min-height:590px;background:#25282d;box-shadow:var(--shadow)}
.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(7,8,9,.6))}
.hero-media img{width:100%;height:590px;object-fit:cover;filter:saturate(.75) contrast(1.04)}
.media-label{position:absolute;z-index:2;display:flex;align-items:center;gap:11px;background:rgba(17,19,22,.94);border-left:3px solid var(--red);padding:13px 17px;font-size:.8rem;font-weight:700}
.media-label span{color:var(--red)}
.media-label-top{top:24px;right:24px}
.media-label-bottom{bottom:24px;left:24px}
.section{padding:106px 0}
.section-dark{background:var(--ink-2);color:#fff}
.section-heading{display:grid;grid-template-columns:1.3fr .7fr;gap:70px;align-items:end;margin-bottom:48px}
.section-heading.compact{grid-template-columns:1fr}
.section-heading h2,.company-copy h2,.contact-section h2{font-size:clamp(2.25rem,4.2vw,4.25rem);line-height:1.02}
.section-heading>p{margin:0;color:#626a72}
.section-dark .section-heading>p{color:#aeb4bb}
.solution-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.solution-grid article{display:flex;min-height:278px;padding:30px 26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;justify-content:center}
.solution-grid h3{margin:0 0 10px;font-size:1.25rem}
.solution-grid p{margin:0;color:#aeb4bb;font-size:.92rem}
.products-section{background:#f5f6f7}
.filter-row{display:flex;gap:8px;overflow:auto;padding-bottom:15px;margin-bottom:24px;scrollbar-width:thin}
.filter{white-space:nowrap;border:1px solid #d5d8db;background:#fff;padding:10px 14px;color:#4b5157;font-size:.82rem;font-weight:750;cursor:pointer}
.filter.active,.filter:hover{background:var(--ink);border-color:var(--ink);color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e0e2e4;cursor:pointer;transition:transform .22s,box-shadow .22s}
.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(20,24,28,.12)}
.product-image{aspect-ratio:4/3;overflow:hidden;background:#e9eaec}
.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.product-card:hover .product-image img{transform:scale(1.025)}
.product-body{display:flex;flex-direction:column;flex:1;padding:21px}
.product-category{color:var(--red);font-size:.7rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.product-card h3{margin:0 0 18px;font-size:1.12rem;line-height:1.25}
.product-meta{display:flex;justify-content:space-between;gap:10px;margin-top:auto;padding-top:15px;border-top:1px solid #eceeef;color:#71787f;font-size:.78rem}
.product-meta span:last-child{color:var(--ink);font-weight:800}
.process-section{background:#fff}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin:0;padding:1px;background:#dfe2e4;list-style:none}
.process-grid li{min-height:220px;background:#fff;padding:26px}
.process-grid span{color:var(--red);font-size:.75rem;font-weight:850}
.process-grid strong{display:block;margin:37px 0 8px;font-size:1.05rem}
.process-grid p{margin:0;color:#6c737a;font-size:.9rem}
.references-section{background:var(--ink);color:#fff}
.reference-list{display:flex;flex-wrap:wrap;gap:9px}
.reference-list span{border:1px solid var(--line);padding:12px 15px;color:#d5d8db;font-size:.82rem}
.company-section{background:#eceeef}
.company-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.company-image{min-height:540px;background:#d7dade;box-shadow:var(--shadow)}
.company-image img{width:100%;height:540px;object-fit:cover}
.company-copy h2{margin:0 0 26px}
.company-copy>p:not(.eyebrow){color:#5f666d}
.text-link{border:0;background:none;padding:13px 0;border-bottom:2px solid var(--red);color:var(--ink);font-weight:800;cursor:pointer}
.text-link span{color:var(--red);margin-left:14px}
.archive-section{background:#fff}
.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.archive-grid article{padding:25px;border:1px solid #dfe2e4}
.archive-grid time{color:var(--red);font-size:.74rem;font-weight:800}
.archive-grid h3{font-size:1.1rem}
.archive-grid p{color:#697078;font-size:.9rem}
.contact-section{background:var(--ink-2);color:#fff}
.contact-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:80px}
.contact-section h2{margin:0}
.contact-section p{max-width:650px;color:#adb3b9}
.contact-section .section-kicker{display:block;color:var(--red)}
.contact-grid address{display:flex;flex-direction:column;gap:7px;padding:28px;border:1px solid var(--line);font-style:normal}
.contact-grid address strong{font-size:1.1rem;margin-bottom:8px}
.contact-grid address span{color:#aeb4bb}
.contact-grid address a{color:#fff;margin-top:7px}
.contact-grid address a:last-child{color:var(--red);font-weight:800}
footer{background:#0b0d0f;color:#fff;padding:42px 0}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:40px;align-items:end}
.footer-grid>div:first-child img{width:105px;background:#fff;padding:5px}
.footer-grid p{margin:10px 0 0;color:#858d95;font-size:.82rem}
.footer-grid nav,.footer-legal{display:flex;gap:13px;flex-wrap:wrap;color:#aeb4bb;font-size:.79rem}
.footer-legal{justify-content:flex-end}
.product-dialog,.team-dialog{width:min(1100px,calc(100vw - 30px));max-height:calc(100vh - 30px);padding:0;border:0;background:#fff;color:var(--ink);box-shadow:var(--shadow)}
.product-dialog{width:min(1500px,calc(100vw - 24px));height:min(900px,calc(100vh - 24px));max-height:calc(100vh - 24px)}
dialog::backdrop{background:rgba(5,7,9,.82);backdrop-filter:blur(5px)}
.dialog-close{position:sticky;float:right;top:12px;right:12px;z-index:3;width:42px;height:42px;border:0;background:var(--ink);color:#fff;font-size:1.65rem;line-height:1;cursor:pointer}
.product-detail-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(390px,.85fr);min-height:100%}
.detail-gallery{background:#eceeef;padding:34px;align-content:start}
.detail-main-image{width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;background:#fff}
.detail-thumbs{display:flex;gap:8px;margin-top:10px;overflow:auto}
.detail-thumb{width:76px;height:62px;border:2px solid transparent;background:#fff;padding:0;cursor:pointer}
.detail-thumb.active{border-color:var(--red)}
.detail-thumb img{width:100%;height:100%;object-fit:cover}
.detail-copy{padding:72px 56px}
.detail-copy h2{margin:10px 0 23px;font-size:clamp(2rem,3.5vw,3.4rem);line-height:1.04;letter-spacing:-.04em}
.detail-copy p{color:#5e666d}
.detail-table{margin:30px 0;border-top:1px solid #dfe2e4}
.detail-table div{display:grid;grid-template-columns:125px 1fr;gap:20px;padding:12px 0;border-bottom:1px solid #dfe2e4;font-size:.85rem}
.detail-table span{color:#737a81}
.detail-table strong{font-weight:750}
.team-dialog{padding:52px}
.team-dialog .dialog-close{position:absolute}
.dialog-copy h2{font-size:3rem}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}
.team-card{border:1px solid #dfe2e4;padding:19px}
.team-card span{display:block;color:var(--red);font-size:.7rem;font-weight:800;text-transform:uppercase}
.team-card strong{display:block;margin:9px 0}
.team-card a{display:block;color:#596168;font-size:.82rem}
.legal-page{background:#fff}
.legal-header{background:var(--ink);padding:70px 0;color:#fff}
.legal-header h1{margin:0;font-size:clamp(2.5rem,5vw,4.8rem)}
.legal-content{max-width:900px;padding:75px 0}
.legal-content h2{margin-top:40px;font-size:1.55rem}
.legal-content h3{margin-top:28px}
.legal-content p,.legal-content li{color:#505860}
.legal-content a{color:var(--red);text-decoration:underline}
.back-link{display:inline-flex;margin-bottom:28px;color:#aeb4bb}
.empty{grid-column:1/-1;padding:45px;border:1px solid #dfe2e4;text-align:center;color:#687078}
@media(max-width:980px){.hero-grid,.company-grid{grid-template-columns:1fr}
.hero-media{min-height:470px}
.hero-media img{height:470px}
.solution-grid{grid-template-columns:repeat(2,1fr)}
.product-grid{grid-template-columns:repeat(2,1fr)}
.process-grid{grid-template-columns:repeat(2,1fr)}
.product-detail-grid{grid-template-columns:1fr}
.product-dialog{height:calc(100vh - 20px);width:calc(100vw - 20px);max-height:calc(100vh - 20px)}
.team-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){:root{--wrap:min(100% - 30px,1180px)}
.header-inner{height:68px}
.brand{width:102px;height:45px}
.menu-toggle{display:block}
.main-nav{display:none;position:absolute;top:68px;left:0;right:0;align-items:stretch;flex-direction:column;gap:0;padding:10px 15px 18px;background:var(--ink);border-top:1px solid var(--line)}
.main-nav.open{display:flex}
.main-nav a{padding:12px}
.hero{padding:55px 0}
.hero-grid{gap:42px}
.hero h1{font-size:clamp(2.65rem,12vw,4.25rem)}
.hero-facts{grid-template-columns:1fr}
.hero-media,.hero-media img{height:390px;min-height:390px}
.section{padding:76px 0}
.section-heading,.contact-grid{grid-template-columns:1fr;gap:18px}
.product-grid,.archive-grid{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr}
.footer-legal{justify-content:flex-start}
.product-detail-grid{display:block}
.detail-gallery,.detail-copy{padding:24px}
.detail-main-image{height:auto;aspect-ratio:4/3}
.team-dialog{padding:42px 20px 24px}
.team-grid{grid-template-columns:1fr}
}
@media(max-width:480px){.solution-grid,.process-grid{grid-template-columns:1fr}
.media-label{font-size:.72rem}
.media-label-top{top:14px;right:14px}
.media-label-bottom{bottom:14px;left:14px}
.hero-actions .button,.contact-actions .button{width:100%}
.detail-main-image{height:auto;aspect-ratio:4/3}
}

/* Layout refinement: compact section leads, Gantt-style service flow and company facts */
.section-heading-flow{grid-template-columns:1fr;gap:18px;align-items:start}
.section-heading-flow>p{max-width:760px;font-size:1.02rem}
.gantt-chart{overflow:hidden;background:#fff;border:1px solid #dfe3e6;box-shadow:0 18px 50px rgba(17,19,22,.08)}
.gantt-head{display:grid;grid-template-columns:48px minmax(280px,.9fr) minmax(320px,1.1fr);gap:22px;align-items:end;padding:17px 20px 10px;border-bottom:1px solid #dfe3e6;color:#687078;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}
.gantt-head>strong{grid-column:1/3;color:var(--ink)}
.gantt-head>div{grid-column:3;display:grid;grid-template-columns:repeat(8,1fr);text-align:center}
.process-grid{display:grid;grid-template-columns:1fr;gap:0;background:#fff}
.process-grid li{display:grid;grid-template-columns:48px minmax(280px,.9fr) minmax(320px,1.1fr);gap:22px;align-items:center;min-height:82px;padding:12px 20px;border-bottom:1px solid #edf0f2;border-left:3px solid transparent;transition:border-color .2s,background .2s}
.process-grid li:last-child{border-bottom:0}
.process-grid li:hover{border-left-color:var(--red);background:#fafbfb}
.process-grid strong{margin:0 0 3px}
.process-grid i{position:relative;display:grid;grid-template-columns:repeat(8,1fr);align-items:center;height:42px;background:repeating-linear-gradient(90deg,rgba(233,236,238,.78) 0,rgba(233,236,238,.78) 12.5%,rgba(247,248,249,.86) 12.5%,rgba(247,248,249,.86) 25%)}
.process-grid i:before{content:"";z-index:2;grid-column:var(--step)/span var(--span);height:24px;align-self:center;background:var(--bar);border-radius:999px;box-shadow:0 5px 14px rgba(17,19,22,.16)}
.process-grid i:after{content:"";position:absolute;inset:0;z-index:1;background:repeating-linear-gradient(90deg,transparent 0,transparent calc(12.5% - 1px),#d6dade calc(12.5% - 1px),#d6dade 12.5%)}
.company-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:30px 0 24px;padding:22px 0;border-top:1px solid #cfd3d6;border-bottom:1px solid #cfd3d6}
.company-facts div{display:grid;gap:2px}
.company-facts dt{font-size:1.22rem;font-weight:850;color:var(--ink)}
.company-facts dd{margin:0;color:#70777e;font-size:.78rem}
@media(max-width:980px){.process-grid li{grid-template-columns:48px minmax(250px,.8fr) 1fr}}
@media(max-width:760px){.gantt-chart{padding-top:4px}.gantt-head{display:none}.process-grid li{grid-template-columns:38px 1fr;gap:12px;min-height:auto;padding:17px 16px}.process-grid i{grid-column:2;height:34px}.company-facts{grid-template-columns:1fr;gap:13px}.company-facts div{grid-template-columns:100px 1fr;align-items:baseline}}

/* Hero: black → original screw gondola */
.hero-gondola{position:relative;isolation:isolate;display:grid;align-items:center;min-height:calc(100vh - 78px);min-height:calc(100svh - 78px);padding:0;background:#050607}
.hero-gondola:before{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,#050607 0%,#050607 27%,rgba(5,6,7,.96) 31%,rgba(5,6,7,.72) 35%,rgba(5,6,7,.42) 39%,rgba(5,6,7,.18) 43%,rgba(5,6,7,.05) 46%,transparent 49%);pointer-events:none}
.hero-gondola:after{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(180deg,#050607 0%,rgba(5,6,7,.35) 6%,transparent 16%,transparent 81%,rgba(5,6,7,.62) 100%);pointer-events:none}
.hero-visual{position:absolute;z-index:1;inset:0;overflow:hidden}
.hero-photo{position:absolute;right:-4.5%;top:0;width:80%;height:100%;max-width:none;object-fit:cover;object-position:54% 48%;filter:saturate(.94) contrast(1.04);-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.04) 8%,rgba(0,0,0,.16) 16%,rgba(0,0,0,.38) 26%,rgba(0,0,0,.68) 36%,rgba(0,0,0,.9) 45%,#000 54%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.04) 8%,rgba(0,0,0,.16) 16%,rgba(0,0,0,.38) 26%,rgba(0,0,0,.68) 36%,rgba(0,0,0,.9) 45%,#000 54%,#000 100%);animation:hero-photo-develop 1.9s cubic-bezier(.22,.75,.26,1) .1s both}
.hero-stage{position:relative;z-index:3;display:flex;align-items:center;min-height:calc(100vh - 78px);min-height:calc(100svh - 78px)}
.hero-gondola .hero-copy{width:min(48%,580px);padding:68px 0}
.hero-gondola h1{max-width:700px;font-size:clamp(3.35rem,5vw,5rem);text-shadow:0 2px 28px rgba(0,0,0,.75)}
.hero-gondola .hero-lead{max-width:590px;color:#d2d6da;text-shadow:0 2px 18px rgba(0,0,0,.9)}
@keyframes hero-photo-develop{0%{filter:grayscale(1) contrast(1.75) brightness(.5);opacity:.66}38%{filter:grayscale(.72) contrast(1.5) brightness(.66);opacity:.8}100%{filter:saturate(.92) contrast(1.04);opacity:1}}
@media(prefers-reduced-motion:reduce){.hero-photo{animation:none}}
@media(max-width:980px){.hero-gondola,.hero-stage{min-height:calc(100vh - 78px);min-height:calc(100svh - 78px)}.hero-gondola .hero-copy{width:54%}.hero-photo{right:-3%;width:74%}}
@media(max-width:760px){.hero-gondola{min-height:max(810px,calc(100vh - 68px));min-height:max(810px,calc(100svh - 68px));align-items:end}.hero-gondola:before{background:linear-gradient(180deg,transparent 0%,rgba(5,6,7,.05) 24%,rgba(5,6,7,.25) 34%,rgba(5,6,7,.62) 44%,rgba(5,6,7,.9) 52%,#050607 60%,#050607 100%)}.hero-gondola:after{background:linear-gradient(90deg,rgba(5,6,7,.06),transparent 68%)}.hero-photo{right:0;top:0;width:100%;height:49%;object-fit:contain;object-position:center top;-webkit-mask-image:linear-gradient(180deg,#000 0%,#000 58%,rgba(0,0,0,.92) 66%,rgba(0,0,0,.68) 76%,rgba(0,0,0,.32) 87%,transparent 100%);mask-image:linear-gradient(180deg,#000 0%,#000 58%,rgba(0,0,0,.92) 66%,rgba(0,0,0,.68) 76%,rgba(0,0,0,.32) 87%,transparent 100%)}.hero-stage{align-items:flex-end;min-height:max(810px,calc(100vh - 68px));min-height:max(810px,calc(100svh - 68px))}.hero-gondola .hero-copy{width:100%;padding:0 0 54px}.hero-gondola h1{font-size:clamp(2.75rem,12.5vw,4rem)}.hero-gondola .hero-lead{font-size:1rem}}
