:root{--ink: #132338;--ink-2: #3c4d61;--muted: #6a7a8c;--line: #e3e9f0;--bg: #ffffff;--bg-alt: #f4f7fb;--bg-dark: #13294a;--bg-dark-2: #0e1f3a;--accent: #3576bd;--accent-hover: #2d6aab;--accent-on-dark: #8fbce8;--accent-ink: #ffffff;--on-dark: #e7eef8;--on-dark-muted: #a2b4ce;--font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: ui-monospace, "SF Mono", "Cascadia Code", "Roboto Mono", Menlo, Consolas, monospace;--maxw: 1120px;--pad: clamp(1rem, 4vw, 2.5rem);--radius: 10px;--header-h: 64px}*,*:before,*:after{box-sizing:border-box}*{margin:0}[hidden]{display:none!important}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 12px);-webkit-text-size-adjust:100%}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:var(--font-sans);color:var(--ink);background:var(--bg);line-height:1.6;font-size:1.0625rem;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg{display:block;max-width:100%}a{color:inherit}h1,h2,h3{line-height:1.15;letter-spacing:-.01em;font-weight:700;color:var(--ink)}h1{font-size:clamp(2.2rem,6vw,3.6rem)}h2{font-size:clamp(1.6rem,4vw,2.4rem)}h3{font-size:1.2rem}p{color:var(--ink-2)}:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:4px}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--pad)}.section{padding-block:clamp(3.5rem,8vw,6rem)}.section--alt{background:var(--bg-alt);border-block:1px solid var(--line)}.section__head{max-width:60ch;margin-bottom:2.5rem}.eyebrow{display:inline-block;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.lead{font-size:1.15rem;color:var(--ink-2)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.4rem;border-radius:var(--radius);font-weight:600;font-size:1rem;text-decoration:none;border:1.5px solid transparent;transition:transform .12s ease,background-color .12s ease,border-color .12s ease;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--accent);color:var(--accent-ink)}.btn--primary:hover{background:var(--accent-hover)}.btn--ghost{border-color:currentColor;background:transparent}.btn--on-dark.btn--ghost{color:var(--on-dark);border-color:#e7ebef59}.btn--on-dark.btn--ghost:hover{border-color:var(--on-dark)}.site-header{position:sticky;top:0;z-index:50;height:var(--header-h);display:flex;align-items:center;background:#ffffffe0;backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--line)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%}.brand{display:inline-flex;align-items:center;gap:.55rem;font-weight:800;font-size:1.15rem;letter-spacing:.02em;text-decoration:none;color:var(--ink)}.brand__mark{width:26px;height:26px;flex:none}.brand__logo{height:46px;width:auto;display:block}.nav{display:flex;align-items:center;gap:1.5rem}.nav__links{display:flex;gap:1.4rem;list-style:none;padding:0}.nav__links a{text-decoration:none;font-size:.95rem;font-weight:500;color:var(--ink-2)}.nav__links a:hover{color:var(--ink)}@media(max-width:820px){.nav__links{display:none}.site-header .btn{padding:.5rem .85rem;font-size:.85rem}}.hero{background:var(--bg-dark);color:var(--on-dark);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(ellipse at 70% 0%,#000 30%,transparent 75%)}.hero__inner{position:relative;padding-block:clamp(4rem,10vw,7rem);max-width:52ch}.hero--split .hero__inner{max-width:none;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}.hero__text{max-width:56ch}.hero__media img{width:100%;aspect-ratio:4 / 3;max-height:460px;object-fit:cover;border-radius:var(--radius);border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 48px -24px #0009}@media(max-width:860px){.hero--split .hero__inner{grid-template-columns:1fr;gap:2rem}.hero__media img{max-height:320px}}.hero h1{color:#fff}.hero h1 .accent{color:var(--accent-on-dark)}.hero__sub{margin-top:1.25rem;font-size:1.2rem;color:var(--on-dark-muted)}.hero__actions{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.85rem}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border-block:1px solid var(--line)}.stat{background:var(--bg);padding:1.5rem var(--pad);text-align:center}.stat__num{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:var(--ink)}.stat__label{font-size:.85rem;color:var(--muted);margin-top:.25rem}@media(max-width:720px){.stats{grid-template-columns:repeat(2,1fr)}}.grid{display:grid;gap:1.25rem}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--2{grid-template-columns:repeat(2,1fr)}@media(max-width:900px){.grid--3{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.grid--3,.grid--2{grid-template-columns:1fr}}.card{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem}.section--alt .card{background:var(--bg)}.card h3{margin-bottom:.5rem}.card p{font-size:.98rem}.card__icon{width:38px;height:38px;color:var(--accent);margin-bottom:.9rem}.machine__model{font-family:var(--font-mono);font-size:1.05rem;font-weight:600}.machine__type{color:var(--muted);font-size:.9rem;margin:.35rem 0 1rem}.specs{list-style:none;padding:0;border-top:1px solid var(--line)}.specs li{display:flex;justify-content:space-between;gap:1rem;padding:.55rem 0;border-bottom:1px solid var(--line);font-size:.9rem}.specs .spec__label{color:var(--muted)}.specs .spec__value{font-weight:600;text-align:right;font-variant-numeric:tabular-nums}.tags{display:flex;flex-wrap:wrap;gap:.6rem;list-style:none;padding:0}.tags li{border:1px solid var(--line);background:var(--bg);border-radius:999px;padding:.5rem 1rem;font-size:.95rem;font-weight:500}.why-item{padding:.75rem 0;border-bottom:1px solid var(--line)}.why-item:last-child{border-bottom:none}.why-item h3{font-size:1rem;margin-bottom:.3rem;color:var(--accent)}.why-item p{font-size:.95rem}.steps{counter-reset:step;display:grid;gap:1.25rem;grid-template-columns:repeat(4,1fr)}@media(max-width:820px){.steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.steps{grid-template-columns:1fr}}.step{position:relative;padding-top:.5rem}.step:before{counter-increment:step;content:counter(step,decimal-leading-zero);display:block;font-family:var(--font-mono);font-size:1.4rem;font-weight:700;color:var(--accent);margin-bottom:.5rem}.checklist{list-style:none;padding:0;display:grid;gap:.75rem}.checklist li{display:flex;gap:.65rem;align-items:flex-start}.checklist svg{flex:none;width:22px;height:22px;color:var(--accent);margin-top:2px}.cta{background:var(--bg-dark);color:var(--on-dark)}.cta h2{color:#fff}.cta p{color:var(--on-dark-muted)}.cta .eyebrow{color:var(--accent-on-dark)}.contact-methods{display:flex;flex-wrap:wrap;gap:2rem;margin-top:1.5rem}.contact-methods a{color:#fff;text-decoration:none;font-weight:600;font-size:1.15rem}.contact-methods a:hover{color:var(--accent-on-dark)}.contact-methods .label{display:block;font-family:var(--font-mono);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--on-dark-muted);font-weight:400;margin-bottom:.25rem}.rfq-head{max-width:56ch;margin-inline:auto;text-align:center;margin-bottom:2.5rem}.rfq-form{max-width:700px;margin-inline:auto}.rfq-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:620px){.rfq-form__grid{grid-template-columns:1fr}}.rfq-form__field{display:flex;flex-direction:column;gap:.4rem}.rfq-form__field--full{grid-column:1 / -1}.rfq-form label{font-size:.85rem;font-weight:600;color:var(--on-dark-muted);letter-spacing:.02em}.rfq-required{color:var(--accent-on-dark)}.rfq-form input[type=text],.rfq-form input[type=email],.rfq-form input[type=tel],.rfq-form textarea{width:100%;background:#ffffff12;border:1.5px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:.65rem .9rem;color:var(--on-dark);font-family:var(--font-sans);font-size:1rem;line-height:1.5;transition:border-color .15s ease,background .15s ease}.rfq-form input[type=text]::placeholder,.rfq-form input[type=email]::placeholder,.rfq-form input[type=tel]::placeholder,.rfq-form textarea::placeholder{color:var(--on-dark-muted);opacity:.6}.rfq-form input[type=text]:focus,.rfq-form input[type=email]:focus,.rfq-form input[type=tel]:focus,.rfq-form textarea:focus{outline:none;border-color:var(--accent-on-dark);background:#ffffff1a}.rfq-form textarea{resize:vertical;min-height:110px}.rfq-file-input{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.rfq-file-drop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;border:1.5px dashed rgba(255,255,255,.2);border-radius:var(--radius);padding:1.25rem 1rem;cursor:pointer;text-align:center;transition:border-color .15s ease,background .15s ease}.rfq-file-drop:hover{border-color:var(--accent-on-dark);background:#ffffff0f}.rfq-file-input:focus-visible+*+.rfq-file-drop,.rfq-file-drop:has(+.rfq-file-input:focus-visible){outline:2px solid var(--accent-on-dark);outline-offset:2px}.rfq-file-drop svg{width:26px;height:26px;color:var(--accent-on-dark);margin-bottom:.1rem}.rfq-file-drop__cta{font-size:.92rem;font-weight:600;color:var(--on-dark)}.rfq-file-drop__name{font-size:.8rem;color:var(--on-dark-muted);word-break:break-all}.rfq-form__hint{font-size:.78rem;color:var(--on-dark-muted)}.rfq-form__hint a{color:var(--accent-on-dark);text-decoration:underline}.rfq-form__actions{margin-top:1.5rem;display:flex;justify-content:center}.rfq-success{max-width:700px;margin-inline:auto;margin-top:1.5rem;display:flex;align-items:center;gap:.75rem;background:#8fbce826;border:1px solid var(--accent-on-dark);border-radius:var(--radius);padding:1rem 1.25rem;color:var(--on-dark)}.rfq-success svg{flex:none;width:22px;height:22px;color:var(--accent-on-dark)}.rfq-success p{color:var(--on-dark);font-size:.98rem;margin:0}.rfq-divider{max-width:700px;margin-inline:auto;margin-top:2.5rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.rfq-divider:before,.rfq-divider:after{content:"";flex:1;height:1px;background:#ffffff1f}.rfq-divider span{font-size:.82rem;color:var(--on-dark-muted);white-space:nowrap;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase}.site-footer{background:var(--bg-dark-2);color:var(--on-dark-muted);padding-block:2.5rem;font-size:.9rem}.site-footer__inner{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;text-align:center;gap:.5rem 2rem}.site-footer a{color:var(--on-dark);text-decoration:none}.site-footer a:hover{color:var(--accent)}.skip-link{position:absolute;left:-9999px;top:0;background:var(--accent);color:var(--accent-ink);padding:.6rem 1rem;z-index:100;border-radius:0 0 var(--radius) 0;font-weight:600}.skip-link:focus{left:0}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:900px){.gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.gallery{grid-template-columns:1fr}}.gallery figure{margin:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--bg)}.gallery .frame{aspect-ratio:4 / 3;overflow:hidden}.gallery .frame img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery figure:hover .frame img{transform:scale(1.04)}@media(prefers-reduced-motion:reduce){.gallery figure:hover .frame img{transform:none}}.frame--placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.7rem;aspect-ratio:4 / 3;border:2px dashed var(--line);border-radius:var(--radius);color:var(--muted);text-align:center;padding:1rem;font-size:.85rem}.frame--placeholder svg{width:36px;height:36px;color:#c4cdd8}.frame--placeholder code{font-family:var(--font-mono);font-size:.8rem;color:var(--ink-2)}.map-embed{position:relative;width:100%;aspect-ratio:16 / 9;min-height:300px;max-height:460px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--bg-alt)}.map-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}
