@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #111416;
  --ink-soft: #252a2c;
  --paper: #f4f2ed;
  --paper-deep: #e9e6de;
  --muted: #7f817d;
  --line: rgba(17, 20, 22, 0.14);
  --orange: #d77649;
  --orange-light: #edb092;
  --white: #fffdf8;
  --mono: 'DM Mono', monospace;
  --sans: 'Manrope', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.section-shell { width: min(1180px, calc(100% - 80px)); margin: 0 auto; }

.site-header { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; width: min(1180px, calc(100% - 80px)); margin: 0 auto; padding: 28px 0 18px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 14px; letter-spacing: .14em; line-height: 1; }
.brand small { margin-top: 6px; color: var(--muted); font: 9px var(--mono); letter-spacing: .17em; }
.brand-mark { position: relative; display: grid; width: 31px; height: 31px; place-items: center; border: 2px solid var(--ink); border-radius: 50%; }
.brand-mark::before, .brand-mark::after, .brand-mark span { position: absolute; content: ''; display: block; width: 13px; height: 2px; background: var(--orange); transform: rotate(45deg); }
.brand-mark::after { transform: rotate(-45deg); }
.brand-mark span { width: 2px; height: 18px; background: var(--ink); transform: rotate(45deg); }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 700; }
.main-nav a:not(.nav-cta) { color: #606461; transition: color .2s ease; }
.main-nav a:not(.nav-cta):hover { color: var(--ink); }
.nav-cta { display: inline-flex; align-items: center; gap: 12px; padding: 12px 16px; background: var(--ink); color: var(--white); }
.nav-cta span { color: var(--orange-light); font-size: 18px; }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; min-height: 680px; padding: 60px 0 74px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; color: var(--muted); font: 10px var(--mono); letter-spacing: .16em; }
.eyebrow span { display: block; width: 24px; height: 1px; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 630px; margin-bottom: 25px; font-size: clamp(3rem, 5.5vw, 5.4rem); line-height: .99; letter-spacing: -.075em; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 470px; color: #666966; font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 37px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-width: 168px; padding: 15px 17px; border: 1px solid transparent; font-weight: 800; font-size: 12px; }
.button span { font-size: 18px; line-height: 1; }
.button-primary { background: var(--orange); color: var(--white); }
.button-primary:hover { background: #bd6139; }
.text-link { color: #555956; font-size: 12px; font-weight: 800; }
.text-link span { margin-left: 9px; color: var(--orange); font-size: 17px; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 55px; color: var(--muted); font: 10px var(--mono); letter-spacing: .04em; }
.note-dot, .live-dot::before { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }

.hero-visual { position: relative; min-height: 500px; }
.visual-glow { position: absolute; inset: 50px 20px 60px 25px; background: var(--orange-light); opacity: .42; filter: blur(72px); }
.machine-card { position: absolute; inset: 30px 0 20px 30px; padding: 16px; background: #171b1d; color: var(--white); box-shadow: 22px 26px 0 rgba(17, 20, 22, .06); transform: rotate(2deg); }
.machine-card-top, .machine-card-bottom { display: flex; justify-content: space-between; color: #8f9692; font: 10px var(--mono); letter-spacing: .08em; }
.machine-card-top { padding: 5px 6px 15px; }
.live-dot { color: var(--orange-light); }
.live-dot::before { width: 5px; height: 5px; margin-right: 7px; vertical-align: 1px; }
.machine-stage { position: relative; height: 365px; overflow: hidden; background: linear-gradient(145deg, #344244, #1b2224 55%, #101314); }
.stage-grid { position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 36px 36px; transform: perspective(350px) rotateX(56deg) scale(1.35); transform-origin: bottom; }
.machine-gantry { position: absolute; inset: 64px 50px auto; height: 160px; }
.gantry-beam { position: absolute; inset: 0 0 auto; height: 17px; background: linear-gradient(#c7cfca, #6e7b76); box-shadow: 0 7px 0 rgba(0,0,0,.18); }
.gantry-leg { position: absolute; top: 0; width: 16px; height: 150px; background: linear-gradient(90deg, #61706b, #bec7c1 55%, #52615d); }
.gantry-leg-left { left: 0; } .gantry-leg-right { right: 0; }
.spindle { position: absolute; top: 11px; left: calc(50% - 15px); width: 30px; height: 100px; background: linear-gradient(90deg, #4d5955, #d5ddd6 50%, #66736e); }
.spindle::before { position: absolute; content: ''; left: -7px; top: 21px; width: 44px; height: 13px; background: var(--orange); }
.spindle span { position: absolute; bottom: -26px; left: 12px; width: 6px; height: 31px; background: #d9e0d9; }
.machine-bed { position: absolute; right: 35px; bottom: 40px; left: 35px; height: 80px; border: 2px solid #7f8d86; background: rgba(16,20,20,.35); transform: skew(-28deg); }
.machine-bed span { display: inline-block; width: 2px; height: 100%; margin-left: 22%; background: rgba(255,255,255,.16); }
.machine-label { position: absolute; right: 28px; bottom: 23px; color: rgba(255,255,255,.78); font: 11px var(--mono); line-height: 1.7; letter-spacing: .15em; text-align: right; }
.machine-label strong { color: var(--orange-light); font-size: 15px; }
.machine-card-bottom { padding: 15px 5px 3px; }
.arrow-circle { display: grid; width: 28px; height: 28px; margin-top: -7px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--orange-light); font-size: 16px; }
.floating-tag { position: absolute; display: flex; align-items: center; gap: 9px; padding: 10px 13px; background: var(--white); box-shadow: 0 12px 30px rgba(17,20,22,.12); font: 9px var(--mono); letter-spacing: .1em; }
.floating-tag strong { color: var(--orange); font-size: 17px; }
.tag-top { top: 2px; right: 14px; } .tag-bottom { right: -19px; bottom: 1px; }

.signal-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-strip div { display: flex; align-items: center; gap: 14px; padding: 20px 0; color: #656966; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.signal-strip div + div { padding-left: 36px; border-left: 1px solid var(--line); }
.signal-number { color: var(--orange); font: 11px var(--mono); }

.content-section { padding: 142px 0 134px; }
.section-heading { position: relative; }
.split-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 100px; align-items: end; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2.4rem, 4.5vw, 4.3rem); line-height: 1.02; letter-spacing: -.075em; }
.split-heading > p { max-width: 340px; margin: 0 0 4px; color: #6f726d; font-size: 14px; line-height: 1.85; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 70px; }
.solution-card { min-height: 370px; padding: 26px; background: var(--paper-deep); }
.solution-card-dark { background: var(--ink); color: var(--white); }
.solution-card-accent { background: var(--orange); color: var(--white); }
.card-index { display: block; color: var(--muted); font: 11px var(--mono); } .solution-card-dark .card-index { color: #78817d; } .solution-card-accent .card-index { color: #f4c4ae; }
.card-icon { position: relative; width: 60px; height: 60px; margin: 70px 0 38px; border: 1px solid rgba(17,20,22,.28); border-radius: 50%; }
.solution-card-dark .card-icon { border-color: rgba(255,255,255,.28); } .solution-card-accent .card-icon { border-color: rgba(255,255,255,.5); }
.card-icon::before, .card-icon::after, .card-icon span { position: absolute; content: ''; display: block; }
.icon-target::before { inset: 17px; border: 1px solid currentColor; border-radius: 50%; } .icon-target::after { top: 8px; right: 28px; bottom: 8px; width: 1px; background: currentColor; } .icon-target span { top: 28px; right: 8px; left: 8px; height: 1px; background: currentColor; }
.icon-layers::before { inset: 18px 13px; border: 1px solid currentColor; transform: skewY(-27deg); } .icon-layers::after { top: 14px; right: 20px; width: 20px; height: 14px; border: 1px solid currentColor; }
.icon-route::before { top: 14px; left: 17px; width: 25px; height: 25px; border: 1px solid currentColor; border-radius: 50%; } .icon-route::after { right: 8px; bottom: 12px; left: 9px; height: 1px; background: currentColor; transform: rotate(32deg); }
.solution-card h3 { margin-bottom: 12px; font-size: 20px; letter-spacing: -.04em; } .solution-card p { max-width: 260px; color: #737671; font-size: 12px; line-height: 1.75; } .solution-card-dark p, .solution-card-accent p { color: rgba(255,255,255,.62); }
.card-link { display: inline-flex; gap: 18px; margin-top: 22px; color: var(--orange); font: 10px var(--mono); letter-spacing: .1em; } .solution-card-dark .card-link, .solution-card-accent .card-link { color: var(--orange-light); }

.catalog-section { padding: 120px 0 138px; background: var(--ink); color: var(--white); }
.catalog-heading > p { color: #9a9f9a; }
.catalog-heading .eyebrow { color: #8e9691; }
.machine-list { margin-top: 72px; border-top: 1px solid rgba(255,255,255,.18); }
.machine-row { display: grid; grid-template-columns: 80px 1fr .65fr 42px; gap: 20px; align-items: center; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.18); transition: padding .2s ease, color .2s ease; }
.machine-row:hover { padding-right: 12px; padding-left: 12px; color: var(--orange-light); }
.machine-number { color: var(--orange); font: 11px var(--mono); } .machine-name strong, .machine-name small { display: block; } .machine-name strong { font-size: 19px; letter-spacing: -.04em; } .machine-name small, .machine-use { margin-top: 7px; color: #858d88; font-size: 11px; } .machine-use { font-family: var(--mono); }
.row-arrow { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--orange-light); font-size: 17px; }

.process-section { position: relative; padding: 142px 0 140px; }
.process-rail { position: absolute; top: 183px; right: 0; left: 0; display: flex; justify-content: space-between; margin: 0 125px; border-top: 1px solid var(--line); }
.process-rail span { width: 9px; height: 9px; margin-top: -5px; border: 2px solid var(--paper); outline: 1px solid var(--orange); border-radius: 50%; background: var(--orange); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 110px; }
.process-item { position: relative; } .process-item > span { display: block; margin-bottom: 55px; color: var(--orange); font: 11px var(--mono); } .process-item h3 { margin-bottom: 12px; font-size: 17px; } .process-item p { max-width: 250px; color: #72756f; font-size: 12px; line-height: 1.8; }

.contact-section { padding: 0 0 105px; }
.contact-panel { display: grid; grid-template-columns: .88fr 1fr; gap: 80px; padding: 70px 80px; background: var(--orange); color: var(--white); }
.contact-panel .eyebrow { color: #f6ccb8; } .contact-panel .eyebrow span { background: var(--white); } .contact-panel h2 { margin-bottom: 23px; font-size: clamp(2.6rem, 4vw, 4rem); line-height: 1; letter-spacing: -.08em; } .contact-panel h2 em { color: var(--ink); } .contact-copy > p:last-child { max-width: 350px; color: #f7d8c9; font-size: 13px; line-height: 1.8; }
.contact-form { display: grid; gap: 16px; } .contact-form label { display: grid; gap: 8px; color: #ffe9dc; font: 10px var(--mono); letter-spacing: .07em; } .contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.55); outline: 0; padding: 10px 0; resize: vertical; background: transparent; color: var(--white); } .contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.62); } .contact-form input:focus, .contact-form textarea:focus { border-color: var(--white); } .button-light { justify-self: start; margin-top: 7px; background: var(--ink); color: var(--white); } .form-status { min-height: 18px; margin: 0; color: #fff4ee; font-size: 11px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 0 35px; color: var(--muted); font-size: 10px; } .footer-brand { color: var(--ink); } .back-top { color: var(--ink); font: 10px var(--mono); }

@media (max-width: 900px) { .section-shell, .site-header { width: min(100% - 40px, 680px); } .hero { grid-template-columns: 1fr; gap: 30px; padding-top: 54px; } .hero-visual { min-height: 470px; } .split-heading { gap: 35px; } .content-section, .process-section { padding: 100px 0; } .contact-panel { gap: 45px; padding: 50px; } }
@media (max-width: 650px) { .main-nav { position: absolute; top: 77px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: var(--ink); box-shadow: 0 12px 30px rgba(17,20,22,.15); } .main-nav.is-open { display: flex; } .main-nav a { padding: 13px; color: var(--white) !important; } .nav-cta { justify-content: space-between; margin-top: 5px; } .menu-toggle { display: grid; gap: 5px; padding: 8px 0 8px 8px; } .menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; background: var(--ink); } h1 { font-size: clamp(2.8rem, 14vw, 4.1rem); } .hero { min-height: auto; padding: 42px 0 72px; } .hero-visual { min-height: 380px; margin-top: 12px; } .machine-card { inset: 20px 0 20px 0; } .machine-stage { height: 270px; } .machine-gantry { top: 42px; right: 30px; left: 30px; transform: scale(.85); transform-origin: top; } .tag-top { top: -2px; right: 0; } .tag-bottom { right: -7px; bottom: 0; } .signal-strip { grid-template-columns: 1fr; } .signal-strip div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; } .split-heading { grid-template-columns: 1fr; gap: 25px; } .solution-grid, .process-grid { grid-template-columns: 1fr; gap: 12px; } .solution-card { min-height: 300px; } .card-icon { margin-top: 45px; } .machine-row { grid-template-columns: 40px 1fr 30px; gap: 10px; } .machine-use { display: none; } .process-rail { display: none; } .process-grid { margin-top: 56px; } .process-item > span { margin-bottom: 20px; } .contact-panel { grid-template-columns: 1fr; padding: 36px 24px; } .site-footer { align-items: flex-start; flex-direction: column; gap: 18px; } }
