.utility { background: var(--dark); color: #c5cdcf; font-size: 11px; }
.utility .container { display: flex; align-items: center; justify-content: space-between; min-height: 33px; }
.utility strong { margin-left: 10px; font-size: 12px; color: white; letter-spacing: .04em; }
.site-header { background: #fff; position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); }
.header-row { height: 85px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex-shrink: 0; display: flex; flex-direction: column; }
.brand-name { color: var(--brand); font-size: 28px; line-height: 1.25; font-weight: 850; letter-spacing: .05em; }
.brand-name span { color: var(--ink); font-size: 18px; font-weight: 650; margin-left: 8px; }
.brand-caption { font-size: 8px; letter-spacing: .12em; font-weight: 650; margin-top: 5px; }
.main-nav { display: flex; gap: 25px; align-items: center; }
.main-nav a { font-size: 13px; white-space: nowrap; padding-block: 30px; position: relative; }
.main-nav a:hover, .main-nav a[aria-current] { color: var(--brand); }
.main-nav a[aria-current]::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--brand); }
.header-contact { font-size: 12px; border-left: 1px solid var(--line); padding-left: 24px; white-space: nowrap; }
.header-contact span { margin-left: 14px; color: var(--brand); font-size: 22px; }
.nav-toggle { display: none; border: 0; background: var(--soft); width: 44px; height: 44px; font-size: 24px; }
.industrial-hero { background: var(--dark); color: white; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 66px; min-height: 596px; }
.hero-copy { padding-block: 73px 25px; display: flex; flex-direction: column; align-items: flex-start; }
.hero-copy .eyebrow { color: #b9c1c3; font-size: 10px; letter-spacing: .12em; display: flex; gap: 11px; align-items: center; }
.hero-copy .eyebrow span { width: 7px; height: 7px; background: #d2343b; }
.hero-copy h1 { font-size: clamp(38px, 3.9vw, 60px); line-height: 1.32; letter-spacing: -.025em; margin: 16px 0 25px; font-weight: 650; }
.hero-lead { font-size: 15px; color: #c6ccce; line-height: 1.95; margin-bottom: 31px; }
.hero-bottom { display: flex; justify-content: space-between; gap: 26px; font-size: 10px; color: #a1adb0; border-top: 1px solid #ffffff24; padding-top: 22px; width: 100%; margin-top: auto; }
.hero-visual { background: #e8ece8; position: relative; color: var(--ink); display: flex; flex-direction: column; margin-block: 38px; }
.hero-visual-heading { display: flex; justify-content: space-between; gap: 20px; padding: 22px 25px 0; font-size: 9px; font-weight: 600; letter-spacing: .08em; color: #596560; z-index: 1; }
.hero-visual > img { width: 100%; flex: 1; min-height: 0; height: 360px; object-fit: contain; mix-blend-mode: multiply; padding: 25px 18px 8px; }
.hero-machine-label { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #20282b28; margin-inline: 25px; padding-block: 18px; font-size: 14px; font-weight: 650; }
.hero-machine-label small { font-size: 10px; color: #69736c; display: block; font-weight: 400; margin-top: 5px; }
.hero-machine-label a { width: 38px; height: 38px; background: white; display: grid; place-items: center; font-size: 25px; }
.capabilities { background: #eff1ee; border-bottom: 1px solid var(--line); }
.capabilities .container { display: grid; grid-template-columns: repeat(4,1fr); padding-block: 24px; }
.capabilities span { text-align: center; border-right: 1px solid #cdd3cd; font-size: 13px; }
.capabilities span:last-child { border: 0; }
.capabilities b { color: var(--brand); font-size: 11px; margin-right: 18px; font-weight: 500; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 38px; }
.section-heading h2, .system-copy h2 { font-size: clamp(27px,2.4vw,38px); font-weight: 650; letter-spacing: -.02em; margin-bottom: 16px; }
.section-heading .eyebrow { color: var(--brand); margin-bottom: 13px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 14px; margin-bottom: 0; }
.section-heading > a { flex-shrink: 0; margin-bottom: 4px; }
.system-section { background: var(--soft); padding-block: 90px; }
.system-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 86px; align-items: center; }
.system-image { align-self: stretch; min-height: 580px; position: relative; }
.system-image img { width: 100%; height: 100%; object-fit: cover; }
.system-image > span { position: absolute; bottom: 20px; left: 23px; font-size: 10px; color: white; background: #20282bc9; padding: 6px 10px; letter-spacing: .1em; }
.system-copy .eyebrow { color: var(--brand); }
.system-copy > p:not(.eyebrow) { font-size: 14px; color: var(--muted); }
.service-list { list-style: none; padding: 0; margin: 24px 0 0; }
.service-list li { display: flex; gap: 26px; border-top: 1px solid var(--line); padding-block: 20px 12px; }
.service-list li > span { font-size: 12px; color: var(--brand); }
.service-list h3 { font-size: 16px; margin-bottom: 7px; font-weight: 600; }
.service-list p { font-size: 12px; color: var(--muted); margin-bottom: 0; }
.editorial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 34px; }
.editorial-grid article { border-top: 2px solid var(--ink); padding-top: 22px; display: flex; gap: 22px; }
.editorial-number { color: #a1aba5; font-size: 12px; }
.editorial-grid h3 { font-size: 19px; line-height: 1.55; }
.editorial-grid h3 a:hover { color: var(--brand); }
.editorial-grid article p:not(.card-kicker) { color: var(--muted); font-size: 13px; }
.contact-band { background: var(--brand); color: white; padding-block: 56px; }
.contact-band .container { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.contact-band .eyebrow { font-size: 9px; margin-bottom: 14px; }
.contact-band h2 { font-size: 30px; font-weight: 550; margin-bottom: 12px; }
.contact-band p:last-child { font-size: 13px; color: #ffdcde; margin-bottom: 0; }
.contact-band .container > a { font-size: 33px; line-height: 1.25; letter-spacing: .02em; white-space: nowrap; }
.contact-band a span { margin-left: 30px; }
.contact-band a small { display: block; font-size: 11px; margin-top: 12px; }
.site-footer { background: var(--dark); color: #b9c2c5; padding-top: 66px; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.1fr; gap: 50px; padding-bottom: 48px; }
.footer-brand { font-size: 26px; font-weight: 650; color: white; display: inline-block; margin-bottom: 20px; }
.footer-note { font-size: 11px; color: #8c9a9d; }
.footer-grid h2 { font-size: 12px; color: white; margin-bottom: 24px; font-weight: 600; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin-block: 9px; }
.footer-phone { display: inline-block; font-size: 22px; color: #fff; margin-bottom: 15px; }
.footer-bottom { border-top: 1px solid #ffffff20; display: flex; gap: 24px; align-items: center; flex-wrap: wrap; font-size: 10px; min-height: 68px; padding-block: 14px; }
.footer-bottom a:last-child { margin-left: auto; }
@media (min-width: 1600px) { .hero-grid { min-height: 660px; } .hero-copy { padding-top: 92px; } }
@media (max-width: 1160px) { .main-nav { gap: 16px; } .header-contact { display: none; } .hero-grid { gap: 32px; } .hero-copy h1 { font-size: 42px; } .hero-bottom { font-size: 9px; } .system-grid { gap: 42px; } }
@media (max-width: 900px) { .header-row { height: 76px; } .nav-toggle { display: block; } .main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; background: white; padding: 16px 24px; border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px #20282b18; } .main-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; } .main-nav a { padding-block: 13px; } .hero-grid { gap: 25px; min-height: 560px; } .hero-copy { padding-top: 56px; } .hero-copy h1 { font-size: 37px; } .hero-lead { font-size: 13px; } .hero-copy .eyebrow { font-size: 8px; } .hero-bottom { display: none; } .hero-visual { margin-block: 30px; } .hero-visual > img { height: 300px; } .hero-visual-heading { flex-wrap: wrap; } .system-grid { grid-template-columns: 1fr 1fr; gap: 28px; } .system-image { min-height: 520px; } .editorial-grid { gap: 22px; } .editorial-number { display: none; } .contact-band h2 { font-size: 25px; } .contact-band .container > a { font-size: 26px; } .footer-grid { gap: 25px; } }
@media (max-width: 640px) { .utility { font-size: 9px; } .utility strong { margin-left: 5px; font-size: 10px; } .brand-name { font-size: 25px; } .hero-grid { grid-template-columns: 1fr; gap: 0; } .hero-copy { padding-top: 45px; padding-bottom: 0; } .hero-copy h1 { font-size: clamp(34px,9.5vw,49px); margin-top: 8px; } .hero-copy .eyebrow { font-size: 8px; } .hero-lead { font-size: 14px; } .hero-visual { margin-block: 34px 22px; } .hero-visual > img { height: 255px; padding: 0 20px; } .hero-visual-heading { font-size: 8px; padding: 15px 20px 0; } .hero-machine-label { padding-block: 14px; font-size: 13px; } .capabilities .container { grid-template-columns: 1fr 1fr; gap: 20px 0; padding-block: 22px; } .capabilities span { font-size: 11px; } .capabilities span:nth-child(2) { border: 0; } .capabilities b { margin-right: 10px; } .section-heading { align-items: flex-start; flex-direction: column; gap: 14px; } .section-heading h2 { font-size: 27px; } .system-section { padding-block: 46px; } .system-grid { grid-template-columns: 1fr; gap: 35px; } .system-image { min-height: 0; height: 330px; } .editorial-grid { grid-template-columns: 1fr; gap: 30px; } .editorial-number { display: block; } .contact-band { padding-block: 40px; } .contact-band .container { flex-direction: column; align-items: flex-start; gap: 25px; } .contact-band h2 { font-size: 26px; } .contact-band .container > a { font-size: 30px; } .footer-grid { grid-template-columns: 1fr 1fr; gap: 22px; } .footer-grid > div:first-child { grid-column: 1 / -1; } .footer-phone { font-size: 17px; } .footer-bottom { gap: 12px; font-size: 9px; } .site-footer { padding-top: 40px; } }
