@font-face{font-family:'Geist';font-style:normal;font-weight:100 900;font-display:swap;src:url('/assets/fonts/geist.woff2') format('woff2')}
@font-face{font-family:'Geist Mono';font-style:normal;font-weight:100 900;font-display:swap;src:url('/assets/fonts/geist-mono.woff2') format('woff2')}
:root{--font-geist-sans:'Geist';--font-geist-mono:'Geist Mono'}
:root {
  --ink: #020910;
  --ink-2: #061322;
  --navy: #07223d;
  --navy-2: #0a3a68;
  --blue: #087ffb;
  --blue-bright: #1691ff;
  --white: #f7fbff;
  --muted: #9baabd;
  --line: rgba(143, 170, 198, 0.19);
  --paper: #eef3f8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: var(--font-geist-sans), Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
address { font-style: normal; }
p, h1, h2, h3 { margin-top: 0; }
.container { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; left: 16px; top: -100px; background: white; color: var(--ink); padding: 12px 16px; font-weight: 800; }
.skip-link:focus { top: 12px; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--blue-bright); outline-offset: 4px; }

.utility-bar { height: 30px; background: #01060b; border-bottom: 1px solid rgba(255,255,255,.07); color: #8d9caf; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.utility-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.utility-inner div { display: flex; gap: 26px; }
.utility-inner a:hover { color: white; }
.site-header { position: sticky; top: 0; z-index: 100; height: 76px; background: rgba(2,9,16,.96); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-link { flex: none; }
.logo-lockup { display: inline-block; width: 230px; height: 70px; overflow: hidden; }
.logo-lockup img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.logo-words { display: flex; flex-direction: column; line-height: .8; }
.logo-words strong { color: var(--blue-bright); font-size: 22px; font-weight: 900; font-style: italic; letter-spacing: -.04em; }
.logo-words small { color: #96a1ae; font-size: 7px; font-weight: 900; letter-spacing: .28em; margin-top: 7px; }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(12px,1.4vw,23px); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .09em; }
.desktop-nav > a, .nav-dropdown > summary { color: #bdc7d2; transition: color .2s ease; white-space: nowrap; }
.desktop-nav > a:hover, .nav-dropdown > summary:hover, .desktop-nav [aria-current="page"] { color: white; }
.desktop-nav [aria-current="page"]:not(.header-cta) { text-decoration: underline; text-decoration-color: var(--blue); text-underline-offset: 7px; }
.nav-dropdown { position: relative; }
.nav-dropdown summary { cursor: pointer; list-style: none; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.dropdown-panel { position: absolute; top: 34px; left: -22px; width: 350px; padding: 20px; background: #071525; border: 1px solid #173452; box-shadow: 0 25px 70px rgba(0,0,0,.45); display: grid; }
.dropdown-panel p { margin: 0 0 12px; color: var(--blue-bright); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.dropdown-panel a { display: grid; grid-template-columns: 30px 1fr; padding: 13px 0; border-top: 1px solid var(--line); color: white; font-size: 12px; letter-spacing: .02em; text-transform: none; }
.dropdown-panel a span { color: var(--blue); font-family: var(--font-geist-mono); font-size: 9px; }
.header-cta { padding: 13px 18px; background: var(--blue); color: white !important; }
.mobile-nav { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 22px; border: 1px solid transparent; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--blue { background: var(--blue); color: white; }
.button--blue:hover { background: var(--blue-bright); }
.button--outline { border-color: rgba(255,255,255,.48); color: white; background: rgba(1,7,14,.34); }
.button--outline:hover { border-color: white; }
.button--dark { background: var(--ink); color: white; }
.section-kicker { display: flex; align-items: center; gap: 12px; color: var(--blue); font-size: 10px; line-height: 1; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.section-kicker::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.section-kicker--light { color: #4da9ff; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: #d8e3ed; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--blue); }

.home-hero, .page-hero, .contact-hero { position: relative; isolation: isolate; background: var(--ink); background-image: var(--hero-image); background-repeat: no-repeat; background-position: center; background-size: cover; }
.home-hero { min-height: 748px; padding-bottom: 104px; }
.page-hero { min-height: 675px; padding-bottom: 102px; }
.contact-hero { min-height: 670px; }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(2,9,16,.99) 0%, rgba(2,9,16,.9) 31%, rgba(2,9,16,.43) 59%, rgba(2,9,16,.12) 100%), linear-gradient(0deg, rgba(2,9,16,.36), transparent 45%); }
.home-hero__inner, .page-hero__inner { min-height: 644px; display: flex; align-items: center; }
.home-hero__copy, .page-hero__copy { width: min(680px, 62%); padding: 56px 0; }
.home-hero h1, .page-hero h1, .contact-hero h1 { margin: 0 0 22px; color: white; font-size: clamp(58px,6vw,92px); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; font-weight: 850; }
.home-hero h1 em, .page-hero h1 em, .contact-hero h1 em { color: var(--blue); font-style: normal; }
.home-hero__copy > p:last-of-type, .page-hero__copy > p:last-of-type { width: min(620px, 100%); color: #bac8d5; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.proof-strip { position: absolute; left: 0; right: 0; bottom: 0; min-height: 104px; background: rgba(2,9,16,.94); border-top: 1px solid rgba(255,255,255,.12); }
.proof-grid { min-height: 104px; display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { display: grid; grid-template-columns: 42px 1fr; grid-template-rows: 1fr 1fr; align-items: end; column-gap: 15px; padding: 24px 30px; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { border-left: 1px solid var(--line); }
.proof-grid span { grid-row: 1/3; align-self: center; display: grid; place-items: center; width: 38px; height: 38px; border: 2px solid var(--blue); border-radius: 50%; color: var(--blue-bright); font-family: var(--font-geist-mono); font-size: 10px; }
.proof-grid strong { color: white; font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
.proof-grid small { align-self: start; color: #8795a6; font-size: 10px; line-height: 1.45; }

.home-services { padding: 100px 0 115px; background: var(--ink); }
.center-heading { max-width: 800px; margin: 0 auto 50px; text-align: center; }
.center-heading .section-kicker { justify-content: center; }
.center-heading h2 { margin: 16px 0 16px; font-size: clamp(38px,4vw,58px); line-height: .95; letter-spacing: -.045em; text-transform: uppercase; }
.center-heading > p:last-child { color: var(--muted); font-size: 15px; line-height: 1.7; }
.service-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { min-height: 310px; padding: 22px; background: linear-gradient(145deg, #0a1c2e 0%, #07131f 65%, #04101c 100%); border: 1px solid #17304a; display: flex; flex-direction: column; justify-content: space-between; transition: transform .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: var(--blue); }
.service-card__number { display: grid; place-items: center; width: 42px; height: 42px; background: var(--blue); color: white; font-family: var(--font-geist-mono); font-size: 11px; }
.service-card h3 { margin: 0 0 16px; color: white; font-size: 23px; line-height: 1.04; text-transform: uppercase; letter-spacing: -.03em; }
.service-card p { min-height: 66px; color: #92a1b2; font-size: 13px; line-height: 1.6; }
.service-card strong { color: var(--blue-bright); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.home-about { padding: 100px 0; background: linear-gradient(110deg, #08467b, #072a4b 62%, #061a2e); }
.home-about__grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: stretch; gap: 90px; }
.home-about h2 { margin: 16px 0 20px; font-size: clamp(48px,5vw,74px); line-height: .93; text-transform: uppercase; letter-spacing: -.05em; }
.home-about p { color: #cad7e3; font-size: 16px; line-height: 1.7; }
.home-about ul { list-style: none; padding: 0; margin: 30px 0; display: grid; gap: 14px; }
.home-about li { color: #dce8f2; font-size: 13px; }
.home-about li::before { content: "✓"; color: var(--blue-bright); margin-right: 12px; font-weight: 900; }
.home-about__panel { min-height: 380px; padding: 50px; background: linear-gradient(140deg, rgba(1,9,18,.92), rgba(6,27,47,.85)); border: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; justify-content: flex-end; }
.home-about__panel span { color: var(--blue-bright); font-size: clamp(80px,10vw,140px); line-height: .75; font-weight: 850; letter-spacing: -.08em; }
.home-about__panel strong { margin: 22px 0 8px; font-size: 22px; text-transform: uppercase; }

.equipment-section { padding: 100px 0; background: var(--ink); }
.equipment-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.equipment-grid div { min-height: 138px; padding: 20px; border: 1px solid #17446d; background: linear-gradient(160deg, #071725, #030b13); display: flex; flex-direction: column; justify-content: space-between; }
.equipment-grid span { color: var(--blue); font-family: var(--font-geist-mono); font-size: 12px; }
.equipment-grid strong { font-size: 13px; text-transform: uppercase; }
.center-action { text-align: center; margin-top: 28px; }
.industries-section { padding: 100px 0; background: var(--paper); color: #112237; }
.industries-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.industries-grid > div:first-child h2 { margin: 16px 0; font-size: clamp(48px,5vw,72px); line-height: .9; text-transform: uppercase; letter-spacing: -.05em; }
.industries-grid > div:first-child > p:not(.section-kicker) { color: #526276; line-height: 1.7; }
.industry-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.industry-cards article { min-height: 230px; padding: 26px 20px; background: white; border-left: 3px solid var(--blue); box-shadow: 0 15px 40px rgba(26,54,82,.08); }
.industry-cards h3 { font-size: 17px; text-transform: uppercase; }
.industry-cards p { color: #617084; font-size: 12px; line-height: 1.65; }

.intro-section { padding: 100px 0; display: grid; grid-template-columns: .38fr 1fr; gap: 80px; background: white; color: #112237; }
.intro-section::before { content: ""; position: absolute; left: 0; right: 0; background: white; }
.intro-section h2 { max-width: 850px; margin: 0 0 20px; font-size: clamp(45px,5vw,72px); line-height: .96; letter-spacing: -.045em; text-transform: uppercase; }
.intro-section > div > p { max-width: 850px; margin: 0; color: #58677a; font-size: 17px; line-height: 1.75; }
.capability-section { padding: 95px 0 110px; background: #061523; }
.section-heading { max-width: 780px; margin-bottom: 50px; }
.section-heading h2 { margin: 18px 0 0; font-size: clamp(40px,4vw,58px); line-height: .98; text-transform: uppercase; letter-spacing: -.04em; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-grid article { min-height: 290px; padding: 38px 34px; border-right: 1px solid var(--line); }
.capability-grid article:first-child { border-left: 1px solid var(--line); }
.capability-grid article > span { color: var(--blue); font-family: var(--font-geist-mono); font-size: 11px; }
.capability-grid h3 { margin: 70px 0 18px; font-size: 24px; text-transform: uppercase; letter-spacing: -.03em; }
.capability-grid p { color: #93a4b6; font-size: 14px; line-height: 1.7; }
.process-section { padding: 100px 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; background: white; color: #112237; }
.process-heading h2 { margin: 18px 0 0; font-size: clamp(42px,4vw,61px); line-height: .95; text-transform: uppercase; letter-spacing: -.05em; }
.process-section ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cad4df; }
.process-section li { display: grid; grid-template-columns: 70px 1fr; padding: 28px 0; border-bottom: 1px solid #cad4df; }
.process-section li > span { color: var(--blue); font-family: var(--font-geist-mono); font-size: 12px; padding-top: 5px; }
.process-section h3 { margin: 0 0 8px; font-size: 20px; text-transform: uppercase; }
.process-section li p { margin: 0; color: #5d6d80; font-size: 14px; line-height: 1.65; }

.quote-band { background: linear-gradient(90deg, #0d77df, #0a5db7); }
.quote-band__inner { min-height: 170px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.quote-band h2 { margin: 10px 0 6px; font-size: clamp(37px,4vw,58px); line-height: 1; text-transform: uppercase; letter-spacing: -.04em; }
.quote-band p:last-child { margin: 0; color: #d9ecff; }

.contact-hero { padding: 70px 0; }
.contact-hero__inner { min-height: 530px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 90px; }
.contact-hero__copy p:last-child { max-width: 570px; color: #b8c6d5; font-size: 17px; line-height: 1.7; }
.contact-card { padding: 40px; background: rgba(4,17,30,.94); border: 1px solid #1b466e; box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.contact-card__label { color: var(--blue-bright) !important; font-size: 10px !important; font-weight: 850; text-transform: uppercase; letter-spacing: .17em; }
.contact-card__primary { display: flex; justify-content: space-between; align-items: center; margin: 20px 0; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: white; font-size: clamp(18px,2vw,26px); font-weight: 750; }
.contact-card > p { color: #92a2b4; font-size: 13px; line-height: 1.65; }
.contact-card > div { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); }
.contact-card > div > span { color: var(--blue-bright); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.contact-card a, .contact-card address { color: white; font-size: 14px; }
.contact-process { padding: 100px 0; background: white; color: #112237; }
.contact-process > div { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 35px; border-top: 1px solid #cbd5df; }
.contact-process article { padding: 34px; border-right: 1px solid #cbd5df; }
.contact-process article:first-child { border-left: 1px solid #cbd5df; }
.contact-process article > span { color: var(--blue); font-family: var(--font-geist-mono); }
.contact-process h2 { margin: 55px 0 14px; font-size: 28px; text-transform: uppercase; letter-spacing: -.04em; }
.contact-process article p { color: #617184; font-size: 14px; line-height: 1.7; }

.site-footer { background: #01070d; }
.footer-main { display: grid; grid-template-columns: 1.45fr .65fr .85fr 1fr; gap: 70px; padding: 70px 0 55px; }
.footer-brand > p { max-width: 290px; margin-top: 18px; color: #7f8c9b; font-size: 12px; line-height: 1.65; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; color: #98a5b2; font-size: 12px; }
.footer-label { margin: 0 0 10px; color: var(--blue-bright); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .17em; }
.footer-main a:hover { color: white; }
.footer-contact address { line-height: 1.6; }
.footer-bottom { min-height: 70px; border-top: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: space-between; color: #657383; font-size: 10px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 20px; }

.install-prompt { position: fixed; z-index: 1000; right: 18px; bottom: 18px; display: grid; grid-template-columns: 54px minmax(0,1fr) 32px; gap: 14px; width: min(440px,calc(100vw - 28px)); padding: 16px; background: rgba(7,20,33,.98); border: 1px solid rgba(54,163,255,.55); box-shadow: 0 22px 70px rgba(0,0,0,.52); backdrop-filter: blur(18px); color: white; }
.install-prompt > img { width: 54px; height: 54px; border-radius: 12px; }
.install-prompt__copy > strong { display: block; margin: 1px 0 5px; font-size: 16px; }
.install-prompt__copy > p { margin: 0; color: #b7c6d5; font-size: 13px; line-height: 1.45; }
.install-prompt__actions { display: flex; align-items: center; gap: 14px; margin-top: 12px; }
.install-prompt button { font-family: var(--font-geist-mono); font-size: 11px; font-weight: 750; line-height: 1; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.install-prompt__confirm { min-height: 38px; padding: 0 15px; border: 0; background: var(--blue); color: white; }
.install-prompt__confirm:hover { background: var(--blue-bright); }
.install-prompt__dismiss { padding: 8px 0; border: 0; background: transparent; color: #b7c6d5; }
.install-prompt__dismiss:hover { color: white; }
.install-prompt__close { align-self: start; width: 32px; height: 32px; border: 0; background: transparent; color: #8fa1b4; font-size: 23px !important; line-height: 1 !important; }
.install-prompt__close:hover { color: white; }

@media (max-width: 1120px) {
  .desktop-nav { gap: 13px; font-size: 10px; }
  .service-card-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-cards { grid-template-columns: repeat(2, 1fr); }
  .footer-main { gap: 35px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 36px, 720px); }
  .utility-bar { display: none; }
  .site-header { height: 64px; }
  .logo-lockup { width: 184px; height: 58px; }
  .logo-words strong { font-size: 18px; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav > summary { width: 44px; height: 44px; list-style: none; display: grid; place-content: center; gap: 5px; background: #091827; border: 1px solid #18344f; cursor: pointer; }
  .mobile-nav > summary::-webkit-details-marker { display: none; }
  .mobile-nav > summary span { display: block; width: 20px; height: 2px; background: white; }
  .mobile-panel { position: fixed; left: 0; right: 0; top: 64px; max-height: calc(100vh - 64px); overflow-y: auto; padding: 22px 20px 30px; background: #030b13; border-top: 1px solid var(--line); display: flex; flex-direction: column; }
  .mobile-panel p { margin: 20px 0 8px; color: var(--blue); font-size: 9px; text-transform: uppercase; letter-spacing: .17em; }
  .mobile-panel a { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
  .mobile-panel .button { margin-top: 18px; border-bottom: 0; }
  .home-hero, .page-hero { min-height: 760px; padding-bottom: 220px; background-position: 63% center; }
  .page-hero { min-height: 720px; }
  .home-hero__inner, .page-hero__inner { min-height: 540px; align-items: flex-end; }
  .home-hero__copy, .page-hero__copy { width: 100%; padding: 80px 0 48px; }
  .home-hero h1, .page-hero h1, .contact-hero h1 { font-size: clamp(48px,13vw,72px); }
  .home-hero__copy > p:last-of-type, .page-hero__copy > p:last-of-type { font-size: 14px; line-height: 1.6; }
  .hero-overlay { background: linear-gradient(90deg, rgba(2,9,16,.97), rgba(2,9,16,.72) 74%, rgba(2,9,16,.35)), linear-gradient(0deg, rgba(2,9,16,.75), transparent 50%); }
  .proof-strip { min-height: 220px; }
  .proof-grid { min-height: 220px; grid-template-columns: 1fr; padding: 8px 0; }
  .proof-grid > div, .proof-grid > div:first-child { grid-template-columns: 36px 1fr; padding: 11px 5px; border: 0; border-bottom: 1px solid var(--line); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .proof-grid span { width: 30px; height: 30px; }
  .home-services, .equipment-section, .industries-section, .capability-section { padding: 72px 0; }
  .center-heading { margin-bottom: 34px; }
  .center-heading h2 { font-size: 38px; }
  .service-card-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 240px; }
  .home-about { padding: 72px 0; }
  .home-about__grid, .industries-grid, .intro-section, .process-section, .contact-hero__inner { grid-template-columns: 1fr; gap: 48px; }
  .home-about h2, .industries-grid > div:first-child h2, .intro-section h2, .process-heading h2 { font-size: 44px; }
  .home-about__panel { min-height: 300px; padding: 30px; }
  .equipment-grid { grid-template-columns: repeat(2, 1fr); }
  .equipment-grid div:last-child { grid-column: 1/3; }
  .industry-cards { grid-template-columns: 1fr; }
  .industry-cards article { min-height: 150px; }
  .intro-section { width: 100%; max-width: none; padding: 72px 18px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article, .capability-grid article:first-child { min-height: 240px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .capability-grid h3 { margin-top: 45px; }
  .process-section { width: 100%; max-width: none; padding: 72px 18px; }
  .quote-band__inner { min-height: 240px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 20px; padding-top: 42px; padding-bottom: 42px; }
  .contact-hero { padding: 30px 0 60px; background-position: 66% center; }
  .contact-hero__inner { min-height: auto; }
  .contact-hero__copy { padding-top: 40px; }
  .contact-card { padding: 26px 20px; }
  .contact-card > div { grid-template-columns: 72px 1fr; }
  .contact-process { width: 100%; max-width: none; padding: 72px 18px; }
  .contact-process > div { grid-template-columns: 1fr; }
  .contact-process article, .contact-process article:first-child { border-left: 1px solid #cbd5df; border-bottom: 1px solid #cbd5df; }
  .contact-process h2 { margin-top: 32px; }
  .footer-main { grid-template-columns: 1fr 1fr; padding: 55px 0; }
  .footer-brand { grid-column: 1/3; }
  .footer-contact { grid-column: 1/3; }
}

@media (max-width: 520px) {
  .container { width: calc(100% - 28px); }
  .logo-lockup { width: 168px; height: 54px; }
  .logo-words strong { font-size: 16px; }
  .logo-words small { font-size: 6px; }
  .eyebrow { font-size: 9px; }
  .home-hero, .page-hero { background-position: 66% center; }
  .home-hero h1, .page-hero h1, .contact-hero h1 { font-size: 45px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .service-card-grid { gap: 10px; }
  .equipment-grid { grid-template-columns: 1fr; }
  .equipment-grid div:last-child { grid-column: auto; }
  .home-about h2, .industries-grid > div:first-child h2, .intro-section h2, .process-heading h2 { font-size: 38px; }
  .capability-section .container { width: 100%; }
  .capability-section .section-heading { padding-inline: 18px; }
  .process-section li { grid-template-columns: 48px 1fr; }
  .contact-card__primary { font-size: 16px; }
  .contact-card > div { grid-template-columns: 1fr; gap: 7px; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand, .footer-contact { grid-column: auto; }
  .footer-bottom { padding: 24px 0; flex-direction: column; align-items: flex-start; gap: 14px; }
  .install-prompt { right: 14px; bottom: max(14px,env(safe-area-inset-bottom)); grid-template-columns: 48px minmax(0,1fr) 28px; padding: 14px; }
  .install-prompt > img { width: 48px; height: 48px; }
  .install-prompt__actions { gap: 12px; }
}
