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

:root {
  --green: #00a79d;
  --green-dark: #007f78;
  --orange: #f6a415;
  --graphite: #35383a;
  --ink: #222629;
  --muted: #667074;
  --line: #dce2e2;
  --paper: #f4f6f5;
  --white: #fff;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Manrope, Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.map-modal-open { overflow: hidden; }
body, button, a { font-family: Manrope, Arial, sans-serif; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 112px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.035em; }
h2 { margin-bottom: 28px; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.06; }
.eyebrow { margin-bottom: 17px; color: var(--green-dark); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: #8fe2dc; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(19,39,40,.09); backdrop-filter: blur(12px); }
.top-rule { height: 4px; background: linear-gradient(90deg, var(--green) 0 76%, var(--orange) 76%); }
.nav-shell { width: var(--shell); height: 82px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 190px; height: auto; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav > a { position: relative; text-decoration: none; color: var(--graphite); font-size: .86rem; font-weight: 700; }
.nav > a::after { content: ''; position: absolute; inset: auto 0 -9px; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav > a:hover::after, .nav > a:focus-visible::after { transform: scaleX(1); }
.languages { display: flex; gap: 3px; padding-left: 12px; border-left: 1px solid var(--line); }
.languages a { min-width: 34px; padding: 6px; border-radius: 3px; text-align: center; text-decoration: none; color: var(--muted); font-size: .7rem; font-weight: 800; }
.languages a.active { background: var(--graphite); color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: none; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; min-height: 760px; display: grid; align-items: end; overflow: hidden; background: #192224; }
.hero-image { position: absolute; inset: 0; background: url('/assets/header.jpeg') center 40% / cover no-repeat; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,26,27,.94) 0%, rgba(17,27,28,.75) 48%, rgba(18,28,29,.18) 100%), linear-gradient(0deg, rgba(0,0,0,.35), transparent 40%); }
.funding-ribbon { position: absolute; z-index: 4; top: 104px; right: 0; width: min(540px, calc(100% - 32px)); padding: 13px 20px 17px; background: rgba(255,255,255,.98); border-left: 5px solid #12459b; box-shadow: 0 14px 35px rgba(0,0,0,.2); }
.funding-ribbon > span { margin-bottom: 7px; display: block; color: #5c6668; font-size: .57rem; font-weight: 800; letter-spacing: .13em; line-height: 1; text-transform: uppercase; }
.funding-ribbon > div { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.55fr); align-items: center; gap: 20px; }
.funding-ribbon a { min-width: 0; display: block; }
.funding-ribbon img { width: 100%; max-height: 90px; object-fit: contain; }
.hero-content { position: relative; z-index: 2; padding-top: 210px; padding-bottom: 104px; color: var(--white); }
.hero h1 { max-width: 880px; margin-bottom: 28px; font-family: 'Roboto Slab', Georgia, serif; font-size: clamp(3rem, 6.7vw, 6.4rem); font-weight: 600; line-height: .98; letter-spacing: -.045em; }
.hero h1 span { color: var(--green); }
.hero-lead { max-width: 710px; margin-bottom: 36px; color: #e5ebea; font-size: clamp(1rem, 1.7vw, 1.22rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 14px 23px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 3px; text-decoration: none; font-size: .85rem; font-weight: 800; letter-spacing: .02em; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--orange); color: #241b0d; }
.button.ghost { border-color: rgba(255,255,255,.45); color: var(--white); }
.button.ghost:hover { background: rgba(255,255,255,.1); }
.button.dark { background: var(--graphite); color: var(--white); }

.proof { position: relative; z-index: 3; margin-top: -1px; background: var(--green); color: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { min-height: 116px; padding: 25px 36px; display: flex; align-items: center; gap: 17px; border-left: 1px solid rgba(255,255,255,.28); }
.proof-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.28); }
.proof strong { font-family: 'Roboto Slab', Georgia, serif; font-size: 1.75rem; white-space: nowrap; }
.proof span { color: rgba(255,255,255,.8); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; line-height: 1.35; }

.about-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(360px, .72fr); gap: clamp(50px, 8vw, 120px); align-items: center; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.02rem; }
blockquote { margin: 42px 0 0; padding: 24px 0 0 28px; border-left: 4px solid var(--orange); font-family: 'Roboto Slab', Georgia, serif; color: var(--graphite); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.4; }
.about-visual { position: relative; }
.about-visual::before { content: ''; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid var(--green); z-index: -1; }
.about-visual img { width: 100%; aspect-ratio: 4 / 4.6; object-fit: cover; filter: saturate(.75) contrast(1.04); }
.precision-mark { position: absolute; right: -24px; bottom: -25px; width: 150px; height: 150px; padding: 24px; display: flex; flex-direction: column; justify-content: center; background: var(--graphite); color: var(--white); box-shadow: 0 20px 40px rgba(0,0,0,.18); }
.precision-mark strong { color: var(--green); font-size: 1.55rem; letter-spacing: .08em; }
.precision-mark span { font-size: .68rem; line-height: 1.45; letter-spacing: .12em; text-transform: uppercase; }

.technologies { background: var(--paper); border-top: 1px solid var(--line); }
.section-head { margin-bottom: 48px; display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 48px; }
.section-head h2, .section-head p { margin-bottom: 0; }
.section-line { height: 1px; margin-bottom: 10px; background: var(--line); }
.tech-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.tech-card { min-height: 300px; padding: 34px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.56); transition: background .25s ease, transform .25s ease; }
.tech-card:hover { background: var(--white); transform: translateY(-3px); }
.tech-card > span { color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.tech-card h3 { margin: 50px 0 14px; font-family: 'Roboto Slab', Georgia, serif; font-size: 1.35rem; }
.tech-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.machines { background: #252a2c; color: var(--white); }
.section-head.inverse { grid-template-columns: 1fr minmax(280px, 460px); align-items: end; }
.section-head.inverse > p { color: #aeb6b6; }
.machine-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.machine-card { overflow: hidden; background: #303638; border: 1px solid rgba(255,255,255,.08); }
.machine-visual { position: relative; overflow: hidden; height: 300px; background: #e8eceb; }
.machine-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .5s ease, filter .4s ease; }
.machine-card:hover img { transform: scale(1.035); filter: saturate(1); }
.machine-index { position: absolute; top: 16px; left: 16px; min-width: 42px; padding: 6px 10px; background: rgba(32,39,40,.88); color: var(--green); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.machine-copy { min-height: 214px; padding: 27px 30px 30px; }
.machine-copy > p:first-child { margin-bottom: 7px; color: #9fa9a9; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.machine-copy h3 { margin-bottom: 20px; color: var(--white); font-family: 'Roboto Slab', Georgia, serif; font-size: 1.6rem; }
.machine-copy ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; }
.machine-copy li { padding: 6px 9px; border: 1px solid rgba(255,255,255,.14); color: #cbd1d1; font-size: .75rem; }
.machine-copy .muted { color: #adb6b6; }
.machine-placeholder { width: 100%; height: 100%; padding: 30px; display: grid; place-content: center; text-align: center; background: linear-gradient(135deg, #d8dddd, #f4f6f5); color: var(--graphite); }
.machine-placeholder span { display: block; color: var(--green-dark); font-family: 'Roboto Slab', Georgia, serif; font-size: 2.4rem; letter-spacing: .08em; }
.machine-placeholder small { max-width: 300px; margin-top: 10px; color: var(--muted); }

.solutions { background: var(--white); }
.solutions-lead { margin-bottom: 48px; display: grid; grid-template-columns: 1fr minmax(320px, 520px); gap: 70px; align-items: end; }
.solutions-lead p:last-child { margin: 0; color: var(--muted); font-size: 1.02rem; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.solution-card { padding: 34px 34px 38px; border-right: 1px solid var(--line); }
.solution-card:last-child { border-right: 0; }
.solution-card > span { color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.solution-card h3 { margin: 38px 0 14px; font-family: 'Roboto Slab', Georgia, serif; font-size: 1.4rem; }
.solution-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.machine-overview { margin-bottom: 46px; display: grid; grid-template-columns: 1.25fr .75fr; overflow: hidden; border: 1px solid rgba(255,255,255,.1); background: #303638; }
.machine-overview img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; filter: saturate(.8) contrast(1.03); }
.machine-overview ul { margin: 0; padding: 46px; display: grid; align-content: center; gap: 0; list-style: none; }
.machine-overview li { padding: 14px 0 14px 25px; position: relative; border-bottom: 1px solid rgba(255,255,255,.1); color: #d7dddd; font-size: .87rem; }
.machine-overview li::before { content: ''; position: absolute; left: 0; top: 20px; width: 8px; height: 8px; background: var(--green); }

.process { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 120px); }
.process ol { margin: 0; padding: 0; list-style: none; counter-reset: step; border-top: 1px solid var(--line); }
.process li { min-height: 78px; padding: 20px 0; display: grid; grid-template-columns: 72px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.process li span { color: var(--green-dark); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.process li strong { font-family: 'Roboto Slab', Georgia, serif; font-size: 1.08rem; }

.quality { background: #123b3a; color: var(--white); }
.quality-layout { display: grid; grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr); gap: clamp(52px, 8vw, 112px); align-items: center; }
.quality-visual { min-height: 590px; position: relative; }
.quality-visual::before { content: ''; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid rgba(255,255,255,.28); }
.quality-visual img { width: 100%; height: 590px; position: relative; object-fit: cover; filter: saturate(.76) contrast(1.04); }
.quality-visual > span { position: absolute; right: -22px; bottom: -22px; padding: 24px 27px; background: var(--orange); color: #20302f; font-weight: 900; line-height: 1.35; letter-spacing: .06em; }
.quality-copy h2 { color: var(--white); }
.quality-intro { margin-bottom: 34px; color: #c0d3d1; font-size: 1.02rem; }
.quality-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.quality-grid article { min-height: 148px; padding: 24px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.quality-grid strong { display: block; margin-bottom: 9px; color: var(--green); font-family: 'Roboto Slab', Georgia, serif; font-size: 1.12rem; }
.quality-grid p { margin: 0; color: #c0d3d1; font-size: .82rem; }

.contact { background: var(--white); }
.contact-intro { max-width: 680px; margin-bottom: 48px; }
.contact-intro > p:last-child { color: var(--muted); font-size: 1.06rem; }
.contact-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; border: 1px solid var(--line); }
.contact-card { min-height: 286px; padding: 34px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.contact-card:last-child { border: 0; }
.contact-label { display: block; margin-bottom: 38px; color: var(--green-dark); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-card h3 { margin-bottom: 15px; font-family: 'Roboto Slab', Georgia, serif; font-size: 1.45rem; }
.contact-card > a { margin-bottom: 5px; color: var(--graphite); text-decoration-color: #b7c1c0; text-underline-offset: 3px; font-size: .9rem; }
.primary-contact { background: var(--green); color: var(--white); }
.primary-contact .contact-label { color: #cbfffb; }
.primary-contact > a { color: var(--white); text-decoration-color: rgba(255,255,255,.5); }
.contact-actions { margin-top: auto; display: flex; gap: 20px; }
.contact-actions a { color: var(--white); font-size: .72rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.people > div { margin-bottom: 17px; display: flex; flex-direction: column; }
.people strong { font-size: .95rem; }
.people small { color: var(--muted); }
.location-card { margin-top: 24px; display: grid; grid-template-columns: 1.45fr 1fr; min-height: 330px; background: var(--paper); }
.map-graphic { position: relative; min-height: 350px; overflow: hidden; background: #e9f1ef; }
.map-open { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; background: none; color: inherit; text-align: left; cursor: zoom-in; }
.map-open > img { width: 100%; height: 100%; min-height: 350px; object-fit: cover; object-position: center; transition: transform .35s ease, filter .35s ease; }
.map-open:hover > img { transform: scale(1.018); filter: saturate(1.08); }
.map-open:focus-visible { outline: 4px solid var(--orange); outline-offset: -4px; }
.map-open-hint { position: absolute; right: 14px; bottom: 14px; z-index: 4; padding: 9px 12px; background: rgba(255,255,255,.94); color: var(--graphite); box-shadow: 0 7px 18px rgba(30,46,45,.16); font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.map-open-hint b { margin-left: 5px; color: var(--green-dark); font-size: 1rem; }
.map-marker { position: absolute; z-index: 3; left: 57.8%; top: 62%; min-width: 126px; padding: 10px 14px 10px 38px; background: var(--graphite); color: var(--white); box-shadow: 0 12px 28px rgba(20,35,34,.32); font-size: .8rem; line-height: 1.1; transform: translate(-50%, -125%); }
.map-marker::after { content: ''; position: absolute; left: 50%; bottom: -9px; border: 9px solid transparent; border-top-color: var(--graphite); border-bottom: 0; transform: translateX(-50%); }
.map-marker i { position: absolute; left: 14px; top: 15px; width: 12px; height: 12px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(246,164,21,.22); }
.map-marker i::after { content: ''; position: absolute; inset: -6px; border: 2px solid var(--orange); border-radius: 50%; animation: map-pulse 1.8s ease-out infinite; }
.map-marker strong { display: block; }
.map-marker small { margin-top: 3px; display: block; color: #9edfd9; font-size: .54rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.map-credit { position: absolute; z-index: 4; left: 8px; bottom: 7px; padding: 3px 6px; background: rgba(255,255,255,.88); color: #4e5a5b; text-decoration: none; font-size: .54rem; }
.map-modal { position: fixed; inset: 0; z-index: 100; background: #e9f1ef; }
.map-modal[hidden] { display: none; }
.map-modal-bar { position: absolute; inset: 0 0 auto; z-index: 2; height: 70px; padding: 0 clamp(18px, 3vw, 42px); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: rgba(37,42,44,.96); color: var(--white); box-shadow: 0 8px 28px rgba(20,30,30,.22); }
.map-modal-bar strong { font-family: 'Roboto Slab', Georgia, serif; font-size: clamp(1rem, 2vw, 1.35rem); }
.map-modal-bar button { min-height: 42px; padding: 8px 12px 8px 16px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.28); background: transparent; color: var(--white); font-size: .73rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; }
.map-modal-bar button:hover, .map-modal-bar button:focus-visible { background: var(--orange); border-color: var(--orange); color: var(--ink); }
.map-modal-bar button span { font-size: 1.4rem; font-weight: 400; line-height: 1; }
.map-frame { position: absolute; inset: 70px 0 0; width: 100%; height: calc(100% - 70px); border: 0; background: #e9f1ef; }
@keyframes map-pulse { 0% { opacity: .9; transform: scale(.75); } 70%, 100% { opacity: 0; transform: scale(1.85); } }
.location-copy { padding: 50px; display: flex; flex-direction: column; justify-content: center; }
.location-copy .contact-label { margin-bottom: 18px; }
.location-copy h3 { margin-bottom: 26px; font-family: 'Roboto Slab', Georgia, serif; font-size: 1.55rem; line-height: 1.4; }

.footer { padding: 70px 0 0; background: var(--graphite); color: #d9dfde; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr .6fr; gap: 60px; }
.footer-logo { width: 180px; margin-bottom: 20px; }
.footer p { color: #aeb7b6; font-size: .85rem; }
.footer .footer-slogan { max-width: 390px; margin-bottom: 7px; color: var(--white); font-family: 'Roboto Slab', Georgia, serif; font-size: clamp(1.08rem, 1.8vw, 1.38rem); font-weight: 600; line-height: 1.35; }
.footer a { color: inherit; }
.footer-links { display: flex; flex-direction: column; gap: 8px; font-size: .85rem; }
.copyright { margin-top: 52px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); color: #919b9a; font-size: .72rem; }
.back-top { position: fixed; right: 22px; bottom: 22px; z-index: 30; width: 44px; height: 44px; display: grid; place-items: center; background: var(--orange); color: var(--ink); text-decoration: none; opacity: 0; transform: translateY(10px); pointer-events: none; transition: .2s ease; }
.back-top.is-visible { opacity: 1; transform: none; pointer-events: auto; }

.inner-main { padding-top: 86px; }
.inner-hero { padding: 110px 0 88px; background: #273032; color: var(--white); }
.inner-hero h1 { margin-bottom: 20px; font-family: 'Roboto Slab', Georgia, serif; font-size: clamp(2.7rem, 6vw, 5.5rem); line-height: 1; }
.inner-hero p:last-child { max-width: 760px; margin: 0; color: #bdc6c5; font-size: 1.05rem; }
.prose { max-width: 930px; }
.legal-section { padding: 35px 0; display: grid; grid-template-columns: 90px 1fr; border-bottom: 1px solid var(--line); }
.legal-section > span { color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.legal-section h2 { margin-bottom: 14px; font-size: 1.7rem; }
.legal-section p { margin: 0; color: var(--muted); }
.legal-section a { color: var(--green-dark); }
.funding-logos { margin-bottom: 50px; padding: 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--paper); border: 1px solid var(--line); }
.funding-logos img { max-width: 190px; max-height: 85px; object-fit: contain; }
.project-verbatim { margin-bottom: 28px; padding: clamp(26px, 4vw, 48px); border: 1px solid var(--line); border-top: 5px solid var(--green); background: var(--white); box-shadow: 0 14px 35px rgba(26,48,47,.06); }
.project-verbatim p { color: #4f5a5d; line-height: 1.85; }
.project-verbatim p:last-child { margin-bottom: 0; }
.project-verbatim p > strong:first-child { display: block; margin-bottom: 19px; color: var(--graphite); font-family: 'Roboto Slab', Georgia, serif; font-size: clamp(1.22rem, 2.4vw, 1.75rem); line-height: 1.4; }
.project-verbatim br { content: ''; display: block; margin-top: 5px; }

@media (min-width: 901px) {
  .funding-ribbon + .hero-content { padding-top: 210px; padding-bottom: 158px; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 720px); }
  .section { padding: 84px 0; }
  .menu-toggle { display: block; }
  .nav { position: absolute; left: 0; right: 0; top: 86px; padding: 24px max(16px, calc((100% - 720px) / 2)); display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 18px 30px rgba(0,0,0,.12); }
  .nav.is-open { display: flex; }
  .nav > a { padding: 12px 0; }
  .languages { margin-top: 12px; padding: 14px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .hero { min-height: 680px; }
  .hero-content { padding-top: 190px; padding-bottom: 74px; }
  .about-grid, .section-head.inverse, .location-card, .solutions-lead, .process-grid, .quality-layout { grid-template-columns: 1fr; }
  .about-visual { max-width: 560px; }
  .quality-visual { min-height: 470px; max-width: 620px; }
  .quality-visual img { height: 470px; }
  .machine-overview { grid-template-columns: 1fr; }
  .tech-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-card:nth-child(2) { border-right: 0; }
  .contact-card.people { grid-column: 1 / -1; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .contact-card.people .contact-label { grid-column: 1 / -1; margin-bottom: 5px; }
  .location-copy { padding: 40px; }
  .map-graphic { min-height: 390px; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  .nav-shell { height: 72px; }
  .brand img { width: 160px; }
  .nav { top: 76px; }
  .hero { min-height: 650px; }
  .funding-ribbon { top: 91px; right: 14px; width: calc(100% - 28px); padding: 9px 12px 11px; }
  .funding-ribbon > div { gap: 9px; }
  .funding-ribbon img { max-height: 64px; }
  .funding-ribbon + .hero-content { padding-top: 245px; }
  .hero-content { padding-top: 230px; padding-bottom: 60px; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .hero-lead { font-size: .96rem; }
  .actions { flex-direction: column; align-items: stretch; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div, .proof-grid > div:last-child { min-height: 84px; padding: 17px 22px; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .proof strong { min-width: 116px; font-size: 1.4rem; }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { margin: 20px 18px 0; }
  .precision-mark { right: -14px; width: 126px; height: 126px; padding: 20px; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .section-line { display: none; }
  .tech-grid, .machine-grid, .contact-grid, .footer-grid, .solution-grid, .quality-grid { grid-template-columns: 1fr; }
  .solution-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .machine-overview img { min-height: 260px; }
  .machine-overview ul { padding: 26px; }
  .quality-visual { min-height: 350px; margin: 0 14px; }
  .quality-visual img { height: 350px; }
  .tech-card { min-height: auto; }
  .tech-card h3 { margin-top: 28px; }
  .machine-visual { height: 230px; }
  .machine-copy { min-height: 0; }
  .contact-card, .contact-card:nth-child(2), .contact-card.people { grid-column: auto; border: 0; border-bottom: 1px solid var(--line); display: flex; }
  .contact-card.people .contact-label { margin-bottom: 38px; }
  .map-graphic { min-height: 330px; }
  .map-open-hint { right: 10px; bottom: 10px; }
  .map-modal-bar { height: 62px; }
  .map-modal-bar button { padding-inline: 11px; }
  .map-modal-bar button { font-size: 0; }
  .map-modal-bar button span { font-size: 1.55rem; }
  .map-frame { inset: 62px 0 0; height: auto; }
  .footer-grid { gap: 30px; }
  .inner-main { padding-top: 76px; }
  .inner-hero { padding: 82px 0 62px; }
  .legal-section { grid-template-columns: 1fr; gap: 15px; }
  .funding-logos { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
