:root {
  --ink: #0a1726;
  --paper: #f2f6f5;
  --white: #fff;
  --cyan: #00a8c6;
  --cyan-dark: #008ea9;
  --orange: #f38800;
  --red: #e42b1e;
  --muted: #566474;
  --line: rgba(10, 23, 38, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.wrap { width: min(1280px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-180%); padding: 10px 14px; background: var(--white); color: var(--ink); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 40; height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; padding: 0 clamp(24px, 5vw, 76px); background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.brand img { width: clamp(205px, 19vw, 278px); height: 68px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.site-nav a { padding: 37px 0 30px; border-bottom: 3px solid transparent; }
.site-nav a:hover, .site-nav a.is-active { color: var(--cyan); border-color: var(--cyan); }
.header-call { justify-self: end; padding: 13px 18px; border: 1px solid var(--ink); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; transition: .2s ease; }
.header-call:hover { background: var(--ink); color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); background: var(--white); }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; min-height: calc(100vh - 92px); display: flex; align-items: center; overflow: hidden; padding: 72px 0 112px; background: var(--ink); color: var(--white); }
.hero-image, .hero-overlay, .hero-grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(4,12,25,.98) 0%, rgba(5,14,28,.91) 42%, rgba(5,14,28,.3) 72%, rgba(5,14,28,.08) 100%), linear-gradient(0deg, rgba(4,12,25,.55), transparent 60%); }
.hero-grid { opacity: .13; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg, #000, transparent 75%); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: #b9edf6; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow span { width: 34px; height: 3px; background: var(--orange); }
.hero h1 { max-width: 960px; margin: 0; font-size: clamp(58px, 7.2vw, 112px); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; font-weight: 900; }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1.5px rgba(255,255,255,.88); }
.hero-text { max-width: 650px; margin: 30px 0 0; color: #d7e2eb; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 23px; border: 0; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; }
.button-primary { background: var(--cyan); color: var(--white); }
.button-primary:hover { background: var(--cyan-dark); }
.button-ghost { border: 1px solid rgba(255,255,255,.5); background: rgba(255,255,255,.05); }
.button-ghost:hover { background: var(--white); color: var(--ink); }
.hero-badge { position: absolute; z-index: 3; right: clamp(24px, 6vw, 88px); bottom: 58px; width: 132px; height: 132px; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; background: rgba(8,18,39,.6); backdrop-filter: blur(8px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.hero-badge strong { font-size: 29px; letter-spacing: -.04em; }
.hero-badge span { margin-top: 3px; color: #b9edf6; font-size: 9px; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }

.trust-strip { display: grid; grid-template-columns: repeat(3, minmax(120px, .62fr)) 1.5fr; background: var(--white); border-bottom: 1px solid var(--line); }
.trust-strip > div, .trust-strip > p { min-height: 138px; margin: 0; padding: 30px clamp(22px, 3vw, 48px); border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.trust-strip strong { color: var(--cyan); font-size: clamp(30px, 3vw, 48px); line-height: 1; letter-spacing: -.05em; }
.trust-strip span { margin-top: 8px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.trust-strip p { border-right: 0; color: #344150; font-size: 15px; line-height: 1.55; }

.site-footer { padding: 65px 0 26px; background: #070f19; color: var(--white); }
.footer-main { display: grid; grid-template-columns: 1fr auto; gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 17px; }
.footer-brand img { width: 60px; height: 60px; border-radius: 14px; }
.footer-brand div { display: flex; flex-direction: column; gap: 5px; }
.footer-brand strong { font-size: 20px; }
.footer-brand span { color: #8d9cad; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.footer-nav { display: flex; gap: 28px; align-items: center; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-nav a:hover { color: #62d8e8; }
.site-footer address { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); color: #93a1b1; font-size: 13px; line-height: 1.65; font-style: normal; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; margin-top: 48px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.14); color: #718092; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom > a { color: var(--white); }
.footer-bottom span:last-child { text-align: right; }
.footer-bottom span:last-child a { color: #62d8e8; }

@media (max-width: 900px) {
  .site-header { height: 82px; grid-template-columns: 1fr auto; padding: 0 20px; }
  .brand img { width: 204px; }
  .menu-toggle { display: block; justify-self: end; }
  .site-nav { position: fixed; z-index: 50; inset: 82px 0 auto 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 22px 28px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 24px 50px rgba(5,15,28,.15); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 18px 0; border-bottom: 1px solid var(--line); }
  .header-call { display: none; }
  .hero { min-height: calc(100svh - 82px); padding: 68px 0 130px; }
  .trust-strip { grid-template-columns: repeat(3, 1fr); }
  .trust-strip > p { grid-column: 1 / -1; min-height: auto; }
}

@media (max-width: 600px) {
  .wrap { width: min(100% - 36px, 1280px); }
  .hero h1 { font-size: clamp(50px, 16vw, 70px); }
  .hero-text { font-size: 15px; }
  .hero-badge { right: 18px; bottom: 22px; width: 94px; height: 94px; }
  .hero-badge strong { font-size: 23px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip > div:nth-child(3) { grid-column: 1 / -1; }
  .footer-main, .footer-bottom { grid-template-columns: 1fr; }
  .footer-nav { justify-content: flex-start; flex-wrap: wrap; }
  .footer-bottom span:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.error-page { min-height: 650px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 100px; }
.error-page > span { color: rgba(0,168,198,.17); font-size: clamp(120px, 22vw, 280px); line-height: .7; font-weight: 900; letter-spacing: -.08em; }
.error-page h1 { max-width: 800px; margin: 24px 0 18px; font-size: clamp(44px, 7vw, 88px); line-height: .95; letter-spacing: -.055em; }
.error-page > p:not(.section-kicker) { margin: 0 0 28px; color: var(--muted); font-size: 17px; }

/* Editorial sections */
.section-space { padding-block: 120px; }
.section-kicker { margin: 0 0 20px; color: var(--red); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .18em; }
.section-kicker.light { color: #83dfec; }
.section-heading h2, .project-heading h2, .screening-copy h2, .story-copy h2, .portfolio-heading h2, .catalog-intro h2, .hardware-copy h2, .maintenance-callout h2 {
  margin: 0; font-size: clamp(42px, 5vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 850;
}
.compact-heading { max-width: 760px; }
.text-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 26px; color: var(--cyan); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { font-size: 19px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.focus-list { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 760px; margin-top: 58px; border-top: 1px solid rgba(255,255,255,.25); }
.focus-list div { display: flex; flex-direction: column; gap: 8px; padding: 18px 18px 0 0; color: #eef5f7; font-size: 13px; font-weight: 700; }
.focus-list span { color: var(--orange); font-size: 9px; letter-spacing: .18em; }

.intro-section { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(52px, 10vw, 160px); align-items: end; }
.intro-copy p { margin: 0; color: #465363; font-size: 18px; line-height: 1.75; }

.solutions-preview { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 680px; margin-bottom: 120px; background: var(--white); box-shadow: 0 28px 80px rgba(12,23,37,.09); }
.solution-image-panel { position: relative; min-height: 650px; overflow: hidden; background: #0d1c2d; }
.solution-image-panel > img { width: 100%; height: 100%; object-fit: cover; object-position: 38% center; }
.image-label { position: absolute; z-index: 2; top: 24px; left: 24px; padding: 11px 14px; background: var(--ink); color: var(--white); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.panel-note { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 28px 30px; background: var(--orange); color: var(--ink); }
.panel-note strong { font-size: 22px; }
.panel-note span { font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.solution-list { display: flex; flex-direction: column; }
.solution-list article { flex: 1; display: grid; grid-template-columns: 52px 1fr 36px; gap: 16px; align-items: center; padding: 34px clamp(26px, 4vw, 58px); border-bottom: 1px solid var(--line); transition: background .2s ease; }
.solution-list article:last-child { border-bottom: 0; }
.solution-list article:hover { background: #f4fafb; }
.solution-list article > span { align-self: start; padding-top: 5px; color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.solution-list h3 { margin: 0; font-size: clamp(21px, 2.3vw, 34px); letter-spacing: -.035em; }
.solution-list p { max-width: 570px; margin: 10px 0 0; color: #5b6673; font-size: 14px; line-height: 1.55; }
.solution-list article > a { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); font-size: 18px; }
.solution-list article:hover > a { background: var(--cyan); border-color: var(--cyan); color: var(--white); }

.project-section { background: var(--ink); color: var(--white); }
.project-heading { max-width: 760px; }
.project-heading > p:last-child { max-width: 620px; margin: 28px 0 0; color: #aeb9c5; font-size: 17px; line-height: 1.7; }
.project-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 74px 0 42px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); }
.project-cards article { min-height: 420px; display: flex; flex-direction: column; padding: 34px; background: #111f30; }
.project-cards .feature-card { background: var(--cyan); color: #071729; transform: translateY(-18px); }
.card-index { align-self: flex-end; color: #8c9aa8; font-size: 10px; letter-spacing: .16em; }
.feature-card .card-index { color: rgba(7,23,41,.6); }
.project-cards h3 { max-width: 330px; margin: 44px 0 auto; font-size: clamp(23px, 2.5vw, 37px); line-height: 1.08; letter-spacing: -.035em; }
.project-metric { display: flex; align-items: end; gap: 10px; margin: 28px 0 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.feature-card .project-metric { border-color: rgba(7,23,41,.24); }
.project-metric strong { font-size: 44px; line-height: 1; letter-spacing: -.05em; }
.project-metric span { max-width: 90px; padding-bottom: 4px; color: #91a3b2; font-size: 9px; line-height: 1.2; text-transform: uppercase; letter-spacing: .1em; }
.feature-card .project-metric span { color: rgba(7,23,41,.7); }
.project-cards p { margin: 0; color: #aeb9c5; font-size: 14px; line-height: 1.55; }
.feature-card p { color: rgba(7,23,41,.84); }
.button-outline-light { border: 1px solid rgba(255,255,255,.45); }
.button-outline-light:hover { background: var(--white); color: var(--ink); }

.screening-feature { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(52px, 8vw, 118px); align-items: center; }
.screening-image { height: 620px; overflow: hidden; background: var(--ink); }
.screening-image img { width: 100%; height: 100%; object-fit: cover; }
.screening-copy > p:not(.section-kicker) { margin: 28px 0 0; color: #4b5968; font-size: 17px; line-height: 1.7; }
.screening-copy ul { margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.screening-copy li { display: flex; gap: 22px; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 750; }
.screening-copy li span { color: var(--orange); font-size: 9px; letter-spacing: .13em; }

/* Page mastheads */
.page-masthead { position: relative; min-height: 650px; display: flex; align-items: end; overflow: hidden; padding: 100px 0; color: var(--white); background: var(--ink); }
.page-masthead > img, .masthead-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-masthead > img { object-fit: cover; }
.company-masthead > img { object-position: center 48%; }
.solutions-masthead > img { object-position: center; }
.masthead-shade { background: linear-gradient(90deg, rgba(4,12,25,.97), rgba(4,12,25,.72) 52%, rgba(4,12,25,.18)), linear-gradient(0deg, rgba(4,12,25,.52), transparent 65%); }
.masthead-copy { position: relative; z-index: 2; }
.masthead-copy h1 { max-width: 1050px; margin: 0; font-size: clamp(66px, 8.5vw, 132px); line-height: .84; letter-spacing: -.07em; text-transform: uppercase; }
.masthead-copy h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1.4px var(--white); }
.masthead-copy > p:last-child { max-width: 620px; margin: 30px 0 0; color: #d3dee7; font-size: 18px; line-height: 1.7; }
.masthead-number { position: absolute; z-index: 2; top: 42px; right: max(24px, calc((100vw - 1280px) / 2)); color: rgba(255,255,255,.12); font-size: 180px; line-height: 1; font-weight: 900; letter-spacing: -.08em; }

/* Company */
.about-story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(58px, 9vw, 140px); align-items: center; }
.story-visual { position: relative; height: 700px; overflow: hidden; background: var(--ink); }
.story-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.story-stat { position: absolute; left: 0; bottom: 0; min-width: 260px; display: flex; flex-direction: column; padding: 25px 30px; background: var(--orange); }
.story-stat strong { font-size: 46px; line-height: 1; }
.story-stat span { margin-top: 8px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.story-copy > p:not(.section-kicker) { margin: 26px 0 0; color: #4c5968; font-size: 17px; line-height: 1.75; }
.story-copy blockquote { margin: 38px 0; padding: 22px 0 22px 30px; border-left: 4px solid var(--cyan); font-size: 28px; line-height: 1.25; letter-spacing: -.03em; font-weight: 750; }

.principles-section { background: var(--ink); color: var(--white); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 64px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.15); }
.principle-grid article { min-height: 300px; padding: 34px; background: #101d2c; }
.principle-grid article > span { color: var(--orange); font-size: 9px; letter-spacing: .14em; }
.principle-grid h3 { margin: 70px 0 16px; font-size: 27px; letter-spacing: -.035em; }
.principle-grid p { margin: 0; color: #a7b4c0; font-size: 14px; line-height: 1.65; }

.vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.vision-grid article { min-height: 430px; padding: clamp(36px, 5vw, 72px); background: var(--white); }
.vision-grid article:nth-child(2) { background: #e6f7f9; }
.vision-grid article > span { color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.vision-grid h2 { margin: 80px 0 24px; font-size: clamp(32px, 3.8vw, 54px); line-height: 1.03; letter-spacing: -.045em; }
.vision-grid p { max-width: 510px; margin: 0; color: #52606e; font-size: 16px; line-height: 1.65; }

.portfolio-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 90px; align-items: end; margin-bottom: 64px; }
.portfolio-heading .section-kicker { grid-column: 1 / -1; margin-bottom: -5px; }
.portfolio-heading > p:last-child { margin: 0; color: #596676; font-size: 16px; line-height: 1.65; }
.portfolio-list { border-top: 1px solid var(--ink); }
.portfolio-list article { display: grid; grid-template-columns: 72px .75fr 1fr; gap: 30px; align-items: center; min-height: 150px; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.portfolio-list article:hover { background: var(--white); }
.portfolio-index { color: var(--orange); font-size: 9px; letter-spacing: .14em; }
.portfolio-type { color: var(--cyan); font-size: 8px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.portfolio-list h3 { margin: 8px 0 0; font-size: clamp(20px, 2.4vw, 32px); letter-spacing: -.035em; }
.portfolio-list article > p { margin: 0; color: #536170; font-size: 14px; line-height: 1.6; }
.sector-band { display: grid; grid-template-columns: auto 1fr; gap: 52px; align-items: center; padding: 42px max(24px, calc((100vw - 1280px) / 2)); background: var(--orange); }
.sector-band > p { margin: 0; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.sector-band > div { display: flex; flex-wrap: wrap; gap: 8px; }
.sector-band span { padding: 9px 12px; border: 1px solid rgba(12,23,37,.38); font-size: 10px; font-weight: 750; }

/* Solutions */
.catalog-intro { display: grid; grid-template-columns: 1fr .72fr; gap: 30px 90px; align-items: end; margin-bottom: 70px; }
.catalog-intro .section-kicker { grid-column: 1 / -1; margin-bottom: -5px; }
.catalog-intro > p:last-child { margin: 0; color: #526171; font-size: 16px; line-height: 1.65; }
.catalog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.catalog-grid article { min-height: 340px; display: flex; flex-direction: column; padding: clamp(30px, 4vw, 52px); background: var(--white); transition: background .2s ease, color .2s ease; }
.catalog-grid article:hover { background: var(--ink); color: var(--white); }
.catalog-top { display: flex; justify-content: space-between; align-items: center; }
.catalog-top > span { color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.catalog-top i { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; position: relative; }
.catalog-top i::before, .catalog-top i::after { content: ''; position: absolute; left: 50%; top: 50%; width: 13px; height: 1px; background: var(--cyan); transform: translate(-50%, -50%); }
.catalog-top i::after { transform: translate(-50%, -50%) rotate(90deg); }
.catalog-grid h3 { margin: 48px 0 18px; font-size: clamp(27px, 3vw, 42px); letter-spacing: -.045em; }
.catalog-grid article > p { max-width: 520px; margin: 0 0 34px; color: #566474; font-size: 14px; line-height: 1.65; }
.catalog-grid article:hover > p { color: #aebbc8; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.tag-row span, .feature-tags span { padding: 8px 10px; border: 1px solid var(--line); color: #6b7886; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.catalog-grid article:hover .tag-row span { border-color: rgba(255,255,255,.2); color: #aebbc8; }

.hardware-feature { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 690px; background: #111f31; color: var(--white); }
.hardware-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(52px, 7vw, 110px); }
.hardware-copy > p:not(.section-kicker) { max-width: 560px; margin: 28px 0; color: #aebbc8; font-size: 16px; line-height: 1.7; }
.hardware-image { min-height: 560px; overflow: hidden; background: var(--white); }
.hardware-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.feature-tags span { border-color: rgba(255,255,255,.22); color: #cfdae3; }

.process-track { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 66px; border-top: 1px solid var(--ink); }
.process-track article { min-height: 240px; padding: 28px 28px 28px 0; border-right: 1px solid var(--line); }
.process-track article + article { padding-left: 28px; }
.process-track article:last-child { border-right: 0; }
.process-track article > span { color: var(--orange); font-size: 9px; letter-spacing: .14em; }
.process-track h3 { margin: 50px 0 14px; font-size: 25px; letter-spacing: -.035em; }
.process-track p { margin: 0; color: #5a6775; font-size: 14px; line-height: 1.6; }

.maintenance-callout { display: grid; grid-template-columns: auto .8fr 1fr; gap: clamp(40px, 7vw, 100px); align-items: center; margin-bottom: 120px; padding: clamp(36px, 5vw, 70px); border: 1px solid var(--line); background: var(--white); }
.maintenance-number { color: var(--cyan); font-size: clamp(70px, 9vw, 130px); line-height: .8; font-weight: 900; letter-spacing: -.08em; }
.maintenance-number span { color: var(--orange); }
.maintenance-callout h2 { font-size: clamp(32px, 4vw, 53px); }
.maintenance-callout > p { margin: 0; color: #526170; font-size: 16px; line-height: 1.7; }

/* Contact */
.contact-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 120px); padding: 100px max(24px, calc((100vw - 1280px) / 2)); background: var(--cyan); }
.contact-copy h2 { margin: 0; font-size: clamp(48px, 6vw, 88px); line-height: .92; letter-spacing: -.06em; }
.contact-copy > p:not(.section-kicker) { max-width: 520px; margin: 28px 0 0; color: rgba(5,20,35,.76); font-size: 16px; line-height: 1.65; }
.contact-details { display: flex; flex-direction: column; gap: 13px; margin-top: 42px; }
.contact-details a { font-size: 17px; font-weight: 750; }
.contact-details span { display: inline-block; width: 75px; color: rgba(5,20,35,.6); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.contact-form { padding: clamp(28px, 4vw, 52px); background: var(--white); box-shadow: 0 30px 70px rgba(5,20,35,.16); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-grid label { display: flex; flex-direction: column; gap: 9px; }
.form-grid label > span { color: #596775; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.form-grid input, .form-grid textarea { width: 100%; border: 0; border-bottom: 1px solid #aeb7bf; border-radius: 0; outline: 0; background: transparent; color: var(--ink); padding: 10px 0 12px; }
.form-grid textarea { min-height: 112px; resize: vertical; }
.form-grid input:focus, .form-grid textarea:focus { border-color: var(--cyan); box-shadow: 0 1px var(--cyan); }
.full-field { grid-column: 1 / -1; }
.form-submit { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #172a40; }
.form-status { display: none; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.form-status.is-visible { display: block; }
.form-status.is-error { color: #b32418; }
.form-trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 1050px) {
  .solutions-preview, .screening-feature, .about-story, .hardware-feature, .contact-section { grid-template-columns: 1fr; }
  .solution-image-panel { min-height: 520px; }
  .screening-image, .story-visual { height: 560px; }
  .hardware-copy { min-height: 520px; }
  .maintenance-callout { grid-template-columns: auto 1fr; }
  .maintenance-callout > p { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .section-space { padding-block: 88px; }
  .intro-section { grid-template-columns: 1fr; }
  .solutions-preview { width: 100%; margin-bottom: 88px; }
  .solution-list article { min-height: 160px; }
  .project-cards { grid-template-columns: 1fr; }
  .project-cards article { min-height: 310px; }
  .project-cards .feature-card { transform: none; }
  .page-masthead { min-height: 610px; }
  .masthead-number { font-size: 125px; }
  .principle-grid, .vision-grid, .catalog-grid { grid-template-columns: 1fr; }
  .portfolio-heading, .catalog-intro { grid-template-columns: 1fr; }
  .portfolio-heading .section-kicker, .catalog-intro .section-kicker { grid-column: auto; margin-bottom: 0; }
  .portfolio-list article { grid-template-columns: 44px 1fr; padding: 28px 0; }
  .portfolio-list article > p { grid-column: 2; }
  .sector-band { grid-template-columns: 1fr; gap: 18px; }
  .process-track { grid-template-columns: 1fr 1fr; }
  .process-track article:nth-child(2) { border-right: 0; }
  .contact-section { padding-top: 78px; padding-bottom: 78px; }
}

@media (max-width: 600px) {
  .section-heading h2, .project-heading h2, .screening-copy h2, .story-copy h2, .portfolio-heading h2, .catalog-intro h2, .hardware-copy h2 { font-size: 42px; }
  .focus-list { grid-template-columns: 1fr; margin-top: 42px; }
  .focus-list div { flex-direction: row; padding-top: 10px; }
  .solution-image-panel { min-height: 410px; }
  .panel-note { align-items: flex-start; flex-direction: column; }
  .solution-list article { grid-template-columns: 34px 1fr; padding: 28px 20px; }
  .solution-list article > a { grid-column: 2; }
  .screening-image, .story-visual { height: 440px; }
  .masthead-copy h1 { font-size: 58px; }
  .masthead-number { font-size: 92px; }
  .principle-grid { grid-template-columns: 1fr; }
  .portfolio-list article { grid-template-columns: 32px 1fr; }
  .process-track { grid-template-columns: 1fr; }
  .process-track article, .process-track article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); padding: 28px 0; }
  .maintenance-callout { grid-template-columns: 1fr; }
  .maintenance-callout > p { grid-column: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .form-submit { align-items: flex-start; flex-direction: column; }
}
