:root {
  --navy-950: #04101f;
  --navy-900: #071a31;
  --navy-800: #0b2c51;
  --blue-700: #0b4f8a;
  --blue-500: #1985cf;
  --blue-300: #75c6ef;
  --steel: #aab8c6;
  --ice: #f1eff8;
  --brand-paper: #f3f1f7;
  --brand-lavender: #dcd6ea;
  --brand-violet: #8e82ba;
  --white: #ffffff;
  --ink: #0a1b2b;
  --muted: #546575;
  --orange: #72c8f2;
  --metal: linear-gradient(135deg, #dbe9f3 0%, #7894aa 22%, #f5fbff 47%, #6a879d 72%, #dbe9f3 100%);
  --line: #dbe4eb;
  --shell: min(1180px, calc(100% - 40px));
  --shadow: 0 24px 60px rgba(4, 16, 31, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--brand-paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 1000; padding: 10px 14px; color: var(--white); background: var(--navy-950); }
.skip-link:focus { top: 12px; }

.utility-bar { position: relative; z-index: 3; background: var(--navy-950); color: #bfd2e3; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.utility-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.utility-inner div { display: flex; gap: 24px; }
.utility-inner a:hover { color: var(--white); }
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 50; overflow: visible; background: linear-gradient(180deg, rgba(221,220,226,.98) 0%, rgba(221,220,226,.9) 67%, rgba(221,220,226,.38) 84%, rgba(221,220,226,0) 100%); }
.header-waves { position: absolute; z-index: 0; left: -4%; right: -4%; top: 22px; width: 108%; height: 250px; opacity: .84; transform: rotate(-2deg); filter: drop-shadow(0 18px 28px rgba(4,16,31,.08)); }
.nav-row { position: relative; z-index: 2; min-height: 144px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { width: 390px; height: auto; display: block; }
nav { display: flex; align-items: center; gap: 27px; color: #20364a; font-size: .92rem; font-weight: 700; }
nav a:not(.nav-cta) { padding-block: 12px; border-bottom: 2px solid transparent; }
nav a:not(.nav-cta):hover { color: var(--blue-700); border-color: var(--orange); }
.nav-cta { padding: 12px 18px; color: var(--white); background: var(--blue-700); }
.nav-cta:hover { background: var(--navy-900); }
.menu-toggle { display: none; }

main { position: relative; isolation: isolate; }
main > section { position: relative; }
main > section > .shell { position: relative; z-index: 3; }
.page-flow { position: absolute; z-index: 2; inset: 0 -10% 0 -10%; width: 120%; height: 100%; pointer-events: none; opacity: .44; }
.page-flow path { fill: none; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.flow-light { stroke: rgba(255,255,255,.34); stroke-width: 120; }
.flow-lavender { stroke: rgba(178,166,214,.28); stroke-width: 88; }
.flow-blue { stroke: rgba(74,91,158,.18); stroke-width: 54; }

.hero { position: relative; min-height: 850px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--navy-900); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url("assets/trucks.jpg") center 54% / cover no-repeat; filter: saturate(.72) contrast(1.08); }
.hero-shade { background: linear-gradient(180deg, rgba(7,26,49,.13) 0%, rgba(7,26,49,.42) 24%, rgba(7,26,49,.5) 100%), linear-gradient(90deg, rgba(4,16,31,.97) 0%, rgba(7,26,49,.91) 42%, rgba(7,26,49,.56) 70%, rgba(7,26,49,.3) 100%); }
.brand-waves { pointer-events: none; }
.brand-waves path:nth-child(1) { fill: rgba(255,255,255,.58); }
.brand-waves path:nth-child(2) { fill: rgba(194,185,222,.52); }
.brand-waves path:nth-child(3) { fill: rgba(96,107,167,.38); }
.hero-waves { position: absolute; z-index: 1; left: -5%; bottom: -26px; width: 110%; height: 320px; opacity: .72; transform: rotate(-3deg); }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.4fr .72fr; align-items: end; gap: 70px; padding-block: 250px 96px; }
.eyebrow { margin: 0 0 18px; color: var(--blue-300); font-size: .78rem; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue-700); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.035em; line-height: 1.05; }
h1 { max-width: 820px; margin-bottom: 26px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.5rem, 7vw, 6.6rem); font-weight: 400; }
h1 span { color: var(--blue-300); font-style: italic; }
.hero-lede { max-width: 690px; margin-bottom: 36px; color: #d7e6f1; font-size: 1.2rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; font-weight: 800; line-height: 1.2; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: linear-gradient(135deg, #d9f3ff, var(--blue-300) 48%, #b8ddf1); box-shadow: inset 0 1px 0 rgba(255,255,255,.72); }
.button-primary:hover { background: linear-gradient(135deg, #ffffff, #8ed7fa 48%, #d4edf9); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.45); background: rgba(7,26,49,.25); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.hero-card { padding: 30px; border-top: 3px solid var(--orange); background: rgba(6,23,43,.88); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.hero-card > p { margin-bottom: 22px; color: #d7e6f1; font-size: .95rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.hero-card ul { list-style: none; margin: 0; padding: 0; }
.hero-card li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.12); line-height: 1.35; }
.hero-card li span { color: var(--blue-300); font-weight: 800; }

.capability-strip { position: relative; color: var(--white); background: linear-gradient(115deg, rgba(11,57,102,.98), rgba(52,70,132,.98) 48%, rgba(23,109,168,.98)); border-top: 1px solid rgba(193,231,250,.4); }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.strip-grid div { padding: 25px 24px; border-left: 1px solid rgba(255,255,255,.2); }
.strip-grid div:last-child { border-right: 1px solid rgba(255,255,255,.2); }
.strip-grid b, .strip-grid span { display: block; }
.strip-grid b { font-family: Georgia, serif; font-size: 1.3rem; }
.strip-grid span { margin-top: 3px; color: #cce7f7; font-size: .78rem; }

.section { padding-block: 108px; }
.services { position: relative; overflow: hidden; background: linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,.64)); }
.services > .shell { position: relative; z-index: 1; }
.section-waves { position: absolute; z-index: 0; left: -8%; top: -2%; width: 116%; height: 440px; opacity: .72; transform: rotate(-4deg); }
.section-intro { display: grid; grid-template-columns: 1.3fr .8fr; align-items: end; gap: 80px; margin-bottom: 56px; }
.section-intro h2, .application-copy h2, .about h2, .contact h2 { margin-bottom: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 4.5vw, 4rem); font-weight: 400; }
.section-intro > p { margin-bottom: 4px; color: var(--muted); font-size: 1.06rem; }
.service-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 22px; }
.service-card { position: relative; min-height: 520px; padding: 44px; border: 1px solid rgba(108,121,154,.24); overflow: hidden; background: rgba(255,255,255,.82); box-shadow: 0 24px 60px rgba(43,45,87,.1); backdrop-filter: blur(8px); }
.feature-card { color: var(--white); border-color: rgba(177,188,225,.36); background: linear-gradient(145deg, rgba(7,26,49,.98), rgba(49,61,124,.95)); }
.card-number { position: absolute; right: 26px; top: 12px; color: rgba(11,79,138,.09); font-family: Georgia, serif; font-size: 8rem; line-height: 1; }
.feature-card .card-number { color: rgba(255,255,255,.08); }
.card-kicker { position: relative; margin-bottom: 72px; color: var(--blue-700); font-size: .75rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.feature-card .card-kicker { color: var(--blue-300); }
.service-card h3 { position: relative; max-width: 500px; margin-bottom: 20px; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; line-height: 1.15; }
.service-card > p:not(.card-kicker) { position: relative; max-width: 570px; color: var(--muted); }
.feature-card > p:not(.card-kicker) { color: #d6e6f1; }
.service-card ul { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 26px; list-style: none; margin: 28px 0 0; padding: 26px 0 0; border-top: 1px solid var(--line); }
.feature-card ul { border-color: rgba(255,255,255,.18); }
.service-card li { position: relative; padding-left: 17px; font-size: .9rem; }
.service-card li::before { content: ""; position: absolute; left: 0; top: .68em; width: 6px; height: 6px; background: var(--orange); }

.expanded-capabilities { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(125deg, rgba(4,16,31,.99), rgba(20,48,92,.98) 58%, rgba(49,55,121,.97)); }
.capabilities-waves { position: absolute; z-index: 0; left: -5%; right: -5%; bottom: -54px; width: 110%; height: 390px; opacity: .2; transform: rotate(2deg); }
.expanded-capabilities > .shell { position: relative; z-index: 1; }
.expanded-capabilities .section-intro > p { color: #c7d7e5; }
.capabilities-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); }
.capabilities-grid article { min-height: 360px; padding: 38px; background: rgba(7,26,49,.78); backdrop-filter: blur(8px); }
.capabilities-grid article > span { color: var(--blue-300); font-size: .78rem; font-weight: 850; letter-spacing: .14em; }
.capabilities-grid h3 { margin: 44px 0 14px; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; line-height: 1.12; }
.capabilities-grid p { max-width: 520px; color: #c9d8e6; }
.capabilities-grid ul { display: grid; gap: 7px; margin: 24px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; }
.capabilities-grid li { position: relative; padding-left: 17px; color: #eef6fb; font-size: .9rem; }
.capabilities-grid li::before { content: ""; position: absolute; left: 0; top: .68em; width: 6px; height: 6px; background: var(--orange); }

.showcase { overflow: hidden; background: linear-gradient(180deg, rgba(255,255,255,.7), rgba(224,219,237,.56)); }
.showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.showcase-card { position: relative; min-height: 360px; margin: 0; overflow: hidden; background: var(--navy-900); box-shadow: var(--shadow); }
.showcase-wide { grid-column: 1 / -1; min-height: 520px; }
.showcase-card img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; filter: saturate(.84) contrast(1.04); transition: transform .45s ease; }
.showcase-card:hover img { transform: scale(1.025); }
.showcase-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(4,16,31,.9)); }
.showcase-card figcaption { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 25px; color: var(--white); }
.showcase-card figcaption span, .showcase-card figcaption strong { display: block; }
.showcase-card figcaption span { margin-bottom: 5px; color: var(--blue-300); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.showcase-card figcaption strong { max-width: 680px; font-family: Georgia, serif; font-size: clamp(1.35rem, 2.6vw, 2.1rem); font-weight: 400; line-height: 1.16; }
.scope-panel { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; margin-top: 22px; padding: 54px; color: var(--white); background: linear-gradient(135deg, rgba(7,26,49,.98), rgba(53,61,126,.96)); box-shadow: var(--shadow); }
.scope-panel h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 3.4vw, 3.25rem); font-weight: 400; line-height: 1.08; }
.scope-panel ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin: 0; padding: 0; list-style: none; }
.scope-panel li { padding: 15px 0; border-top: 1px solid rgba(255,255,255,.18); }
.scope-panel strong, .scope-panel span { display: block; }
.scope-panel strong { color: var(--white); }
.scope-panel span { margin-top: 3px; color: #c9d8e6; font-size: .88rem; line-height: 1.45; }

.applications { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(125deg, rgba(4,16,31,.98), rgba(21,44,88,.97) 60%, rgba(37,44,104,.97)); }
.applications-waves { position: absolute; z-index: 0; left: -4%; right: -4%; bottom: -24px; width: 108%; height: 390px; opacity: .28; transform: rotate(2deg); }
.application-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: 86px; align-items: center; }
.application-image { position: relative; min-height: 500px; }
.application-image::before { content: ""; position: absolute; inset: -14px 18px 18px -14px; border: 1px solid rgba(117,198,239,.3); }
.application-image img { position: relative; width: 100%; height: 500px; object-fit: cover; filter: saturate(.75) contrast(1.08); }
.image-label { position: absolute; left: 0; bottom: 0; min-width: 250px; padding: 18px 22px; background: var(--blue-700); }
.image-label span, .image-label strong { display: block; }
.image-label span { color: var(--blue-300); font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; }
.image-label strong { margin-top: 4px; }
.application-copy h2 { margin-bottom: 26px; }
.application-copy > p:not(.eyebrow) { color: #bbcada; font-size: 1.07rem; }
.application-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin-top: 32px; border-top: 1px solid rgba(255,255,255,.15); }
.application-list span { padding: 15px 0 15px 20px; border-bottom: 1px solid rgba(255,255,255,.15); position: relative; }
.application-list span::before { content: ""; position: absolute; left: 0; top: 24px; width: 7px; height: 7px; background: var(--orange); }

.efficiency { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(130deg, #071a31 0%, #24396f 58%, #4b467f 100%); }
.efficiency-waves { position: absolute; z-index: 0; left: -6%; top: -24px; width: 112%; height: 500px; opacity: .31; transform: rotate(-2deg); }
.efficiency-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 74px 86px; }
.efficiency-intro { align-self: start; }
.efficiency-intro h2 { margin-bottom: 26px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 4.8vw, 4.7rem); font-weight: 400; line-height: 1.04; }
.efficiency-intro > p:not(.eyebrow) { color: #d3deeb; font-size: 1.08rem; }
.efficiency-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.17); }
.efficiency-grid article { min-height: 225px; padding: 28px; background: rgba(7,26,49,.76); backdrop-filter: blur(8px); }
.efficiency-grid article > span { color: var(--blue-300); font-size: .78rem; font-weight: 850; letter-spacing: .12em; }
.efficiency-grid h3 { margin: 30px 0 10px; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.efficiency-grid p { margin: 0; color: #c9d7e4; font-size: .9rem; line-height: 1.55; }
.efficiency-callout { grid-column: 1 / -1; display: grid; grid-template-columns: .7fr 1.2fr auto; gap: 30px; align-items: center; padding: 30px 34px; color: var(--navy-950); background: rgba(241,239,248,.95); }
.efficiency-callout strong { font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.2; }
.efficiency-callout span { color: #4c596b; font-size: .92rem; }
.efficiency-callout .button { white-space: nowrap; background: var(--white); box-shadow: 0 8px 24px rgba(4,16,31,.12); }

.process { position: relative; overflow: hidden; background: rgba(255,255,255,.3); }
.process-waves { position: absolute; z-index: 0; left: -5%; top: 4%; width: 110%; height: 330px; opacity: .58; transform: rotate(-3deg); }
.process > .shell { position: relative; z-index: 1; }
.section-intro.compact { grid-template-columns: 1fr; margin-bottom: 48px; }
.process-grid { counter-reset: steps; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0; padding: 0; list-style: none; background: var(--line); }
.process-grid li { padding: 34px 28px; background: rgba(255,255,255,.9); }
.process-grid span { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 42px; color: var(--white); background: var(--blue-700); font-size: .85rem; font-weight: 800; }
.process-grid h3 { margin-bottom: 12px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; }
.process-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.about { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(120deg, #334684, var(--navy-900)); }
.about-waves { position: absolute; z-index: 0; left: -5%; bottom: -74px; width: 110%; height: 340px; opacity: .3; transform: rotate(2deg); }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.about h2 { max-width: 580px; }
.about-copy { padding-top: 8px; color: #d5e5f1; }
.about-copy p { margin-bottom: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 10px; padding-bottom: 4px; color: var(--white); border-bottom: 2px solid var(--orange); font-weight: 800; }

.contact { position: relative; overflow: hidden; padding-block: 78px; color: var(--white); background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.1); }
.contact-waves { position: absolute; right: -7%; bottom: -62px; width: 66%; height: 270px; opacity: .5; }
.contact-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 54px; align-items: center; }
.contact h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); margin-bottom: 12px; }
.contact p:not(.eyebrow) { margin: 0; color: #bcd0df; }
.contact-actions { display: flex; gap: 12px; }
.button-light { color: var(--navy-950); background: var(--white); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.45); }

footer { position: relative; overflow: hidden; padding-block: 60px 24px; color: #455264; background: #dddce0; }
.footer-waves { position: absolute; z-index: 0; left: -5%; top: -55px; width: 110%; height: 320px; opacity: .72; transform: rotate(-2deg); }
.footer-grid, .footer-bottom { position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr; gap: 60px; padding-bottom: 52px; }
.footer-brand .brand-logo { width: 380px; }
.footer-grid > div:not(.brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; font-size: .9rem; }
.footer-grid strong { color: var(--navy-900); }
.footer-grid a:hover { color: var(--blue-700); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(25,43,73,.18); font-size: .78rem; }

@media (max-width: 980px) {
  .utility-inner > span { display: none; }
  .utility-inner { justify-content: flex-end; }
  .menu-toggle { width: 48px; height: 44px; display: grid; grid-template-columns: 1fr; align-content: center; gap: 5px; padding: 9px; border: 0; color: transparent; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 26px; height: 2px; display: block; background: var(--navy-900); }
  .menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  nav { position: absolute; left: 0; right: 0; top: 178px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 20px 22px; background: rgba(243,241,247,.98); box-shadow: var(--shadow); }
  nav.open { display: flex; }
  nav a:not(.nav-cta) { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 12px; text-align: center; }
  .hero-inner { grid-template-columns: 1fr; gap: 38px; }
  .hero-card { max-width: 540px; }
  .section-intro, .application-layout, .about-grid { grid-template-columns: 1fr; gap: 44px; }
  .efficiency-layout { grid-template-columns: 1fr; gap: 44px; }
  .efficiency-callout { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .capabilities-grid { grid-template-columns: 1fr; }
  .scope-panel { grid-template-columns: 1fr; gap: 38px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .contact-inner { grid-template-columns: 1fr; }
  .contact-actions { flex-wrap: wrap; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .utility-inner div { width: 100%; justify-content: space-between; gap: 12px; font-size: .67rem; letter-spacing: 0; text-transform: none; }
  .nav-row { min-height: 118px; }
  .brand-logo { width: 250px; }
  nav { top: 152px; }
  .hero { min-height: 730px; }
  .hero-media { background-position: 68% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,16,31,.97), rgba(7,26,49,.78)); }
  .hero-inner { padding-block: 220px 56px; }
  h1 { font-size: clamp(2.85rem, 14vw, 4.2rem); }
  .hero-lede { font-size: 1.03rem; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-card { padding: 22px; }
  .strip-grid { grid-template-columns: 1fr 1fr; }
  .strip-grid div, .strip-grid div:last-child { border: 1px solid rgba(255,255,255,.16); border-width: 0 1px 1px 0; }
  .strip-grid div { padding: 18px 16px; }
  .section { padding-block: 74px; }
  .section-intro { margin-bottom: 36px; }
  .service-card { min-height: auto; padding: 30px 24px; }
  .card-kicker { margin-bottom: 48px; }
  .service-card ul { grid-template-columns: 1fr; }
  .capabilities-grid article { min-height: auto; padding: 30px 24px; }
  .capabilities-grid h3 { margin-top: 28px; }
  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-wide { grid-column: auto; min-height: 360px; }
  .showcase-card { min-height: 320px; }
  .showcase-card figcaption { left: 20px; right: 20px; bottom: 18px; }
  .scope-panel { padding: 34px 24px; }
  .scope-panel ul { grid-template-columns: 1fr; }
  .application-image, .application-image img { min-height: 360px; height: 360px; }
  .application-list { grid-template-columns: 1fr; }
  .efficiency-grid { grid-template-columns: 1fr; }
  .efficiency-grid article { min-height: auto; }
  .efficiency-callout { padding: 28px 24px; }
  .efficiency-callout .button { width: 100%; white-space: normal; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid span { margin-bottom: 24px; }
  .about-grid { gap: 34px; }
  .contact-actions, .contact-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; }
}

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