:root {
  --navy-950: #041621;
  --navy-900: #07283a;
  --navy-850: #0a3043;
  --navy-800: #0d394d;
  --navy-700: #155267;
  --navy-500: #3a7282;
  --green-800: #314a42;
  --green-700: #456054;
  --green-600: #5d745e;
  --sage-500: #82906d;
  --sage-400: #a5b18c;
  --cream-100: #f4f1eb;
  --cream-50: #fbfaf7;
  --stone-100: #f0f1ee;
  --stone-200: #dfe3df;
  --stone-400: #a7b0ad;
  --stone-500: #697478;
  --ink: #102d3b;
  --white: #ffffff;
  --shadow-sm: 0 12px 34px rgba(8, 40, 58, 0.08);
  --shadow-lg: 0 28px 80px rgba(5, 24, 35, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; background: var(--cream-50); color: var(--ink); font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body, button, a { font-family: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin-top: 0; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 48px), 1220px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 18px; color: white; background: var(--navy-950); transform: translateY(-150%); transition: transform .16s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #bac99d; outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--white); background: rgba(3, 18, 27, .78); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; min-width: max-content; }
.brand-mark { position: relative; width: 46px; height: 46px; flex: 0 0 46px; overflow: hidden; border-radius: 50%; background: var(--cream-100); box-shadow: 0 0 0 1px rgba(255,255,255,.4); }
.brand-mark img { position: absolute; width: 90px; max-width: none; height: 90px; transform: translate(-22px,-10px); }
.brand-name { display: grid; color: white; font-size: 11px; line-height: .96; letter-spacing: .08em; }
.brand-name strong { font-weight: 800; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 600; transition: color .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -12px; left: 0; height: 2px; background: var(--sage-400); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover { color: white; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 12px; list-style: none; cursor: pointer; font-size: 13px; font-weight: 700; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav-panel { position: absolute; top: 50px; right: 0; width: min(290px, calc(100vw - 40px)); padding: 10px; color: var(--ink); background: white; border-radius: 4px; box-shadow: var(--shadow-lg); }
.mobile-nav-panel a { display: flex; align-items: center; justify-content: space-between; min-height: 46px; padding: 0 12px; border-bottom: 1px solid var(--stone-200); font-size: 14px; font-weight: 650; }

.hero { position: relative; min-height: 640px; display: grid; align-items: center; overflow: hidden; color: white; background: var(--navy-950); }
.hero-image { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(2,15,24,.98) 0%, rgba(3,21,31,.88) 42%, rgba(3,21,31,.42) 70%, rgba(3,21,31,.65) 100%), linear-gradient(0deg, rgba(2,15,24,.92), transparent 48%), url('/images/combat-camera/20220503XCAK0100D013.jpg'); background-size: cover; background-position: center center; transform: scale(1.015); }
.hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 92px 92px; mask-image: linear-gradient(90deg, black, transparent 72%); }
.hero-content { position: relative; z-index: 2; padding-top: 104px; padding-bottom: 54px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 28px; color: var(--sage-400); font-size: 12px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sage-400); box-shadow: 0 0 0 6px rgba(165,177,140,.12); }
.hero h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(39px, 4.7vw, 58px); line-height: 1.04; letter-spacing: -.038em; }
.hero-copy { max-width: 650px; margin-bottom: 30px; color: rgba(255,255,255,.8); font-size: clamp(16px, 1.6vw, 19px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 760; letter-spacing: .025em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--green-600); border-color: var(--green-600); box-shadow: 0 12px 35px rgba(39,72,57,.28); }
.button-primary:hover { background: var(--green-700); border-color: var(--green-700); }
.button-ghost { color: white; background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.45); }
.button-ghost:hover { background: rgba(255,255,255,.1); border-color: white; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 28px; color: rgba(255,255,255,.66); font-size: 12px; font-weight: 600; }
.hero-meta > span { display: flex; align-items: center; gap: 9px; }
.meta-line { width: 23px; height: 1px; background: var(--sage-400); }
.scroll-cue { position: absolute; z-index: 2; right: 36px; bottom: 32px; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.62); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }

.section-light { background: var(--cream-50); }
.section-navy { color: white; background: var(--navy-900); }
.section-dark { color: white; background: var(--navy-950); }
.section-intro { max-width: 690px; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; color: var(--green-600); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.eyebrow-light { color: var(--sage-400); }
.section-intro h2, .extension h2, .industries-section h2, .contact-section h2 { margin-bottom: 20px; font-size: clamp(37px, 4.5vw, 60px); line-height: 1.03; letter-spacing: -.04em; }
.section-intro p { margin-bottom: 0; color: var(--stone-500); font-size: 17px; line-height: 1.7; }
.section-intro-light h2 { color: white; }
.section-intro-light p { color: rgba(255,255,255,.67); }

.challenge { padding: 78px 0; }
.challenge-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(340px,.65fr); gap: 56px; align-items: center; }
.body-copy { margin: 38px 0 18px; font-weight: 720; }
.obstacle-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.obstacle { display: flex; align-items: center; gap: 12px; min-height: 62px; padding: 10px 14px; background: white; border: 1px solid var(--stone-200); box-shadow: 0 6px 18px rgba(8,40,58,.04); font-size: 13px; font-weight: 650; }
.icon-box { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 35px; color: var(--green-600); background: rgba(93,116,94,.09); border-radius: 50%; }
.bridge-copy { display: flex; gap: 14px; margin: 28px 0 0; color: var(--navy-700); font-size: 14px; font-weight: 670; line-height: 1.6; }
.bridge-bar { width: 3px; flex: 0 0 3px; background: var(--sage-500); }
.challenge-photo { position: relative; min-height: 450px; overflow: hidden; box-shadow: var(--shadow-lg); }
.challenge-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(3,20,30,.86)); }
.challenge-photo img { width: 100%; height: 450px; object-fit: cover; object-position: center; }
.photo-caption { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; display: grid; gap: 5px; color: white; }
.photo-caption span { color: var(--sage-400); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.photo-caption strong { font-size: 21px; }

.who-section { padding: 76px 0; background-image: radial-gradient(circle at 78% 28%, rgba(50,100,120,.28), transparent 32%), linear-gradient(120deg, var(--navy-950), var(--navy-800)); }
.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 48px; }
.audience-card { min-height: 250px; padding: 30px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.13); transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.audience-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.075); border-color: rgba(165,177,140,.55); }
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 28px; color: var(--sage-400); border: 1px solid rgba(165,177,140,.55); border-radius: 50%; }
.audience-card h3 { margin-bottom: 14px; font-size: 22px; }
.audience-card p { min-height: 78px; margin-bottom: 25px; color: rgba(255,255,255,.67); line-height: 1.65; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-row span { padding: 7px 9px; color: var(--sage-400); border: 1px solid rgba(165,177,140,.27); font-size: 10px; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }

.extension { padding: 78px 0; background-image: linear-gradient(90deg, rgba(4,22,33,.98), rgba(4,22,33,.84)), url('/images/combat-camera/IS13-2018-0005-033.jpg'); background-size: cover; background-position: center; }
.extension-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.extension-lead p { max-width: 530px; margin-bottom: 30px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--sage-400); font-size: 13px; font-weight: 760; }
.capability-list { display: grid; border-top: 1px solid rgba(255,255,255,.15); }
.capability-list > div { display: grid; grid-template-columns: 46px minmax(180px,.8fr) 1fr; gap: 18px; align-items: center; min-height: 104px; border-bottom: 1px solid rgba(255,255,255,.15); }
.capability-number { color: var(--sage-400); font-size: 11px; letter-spacing: .13em; }
.capability-list strong { font-size: 16px; }
.capability-list div > span:last-child { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.55; }

.services-section { padding: 82px 0; }
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 50px; }
.service-card { position: relative; min-height: 245px; padding: 25px; background: white; border: 1px solid var(--stone-200); box-shadow: var(--shadow-sm); transition: transform .22s ease, border-color .22s ease; }
.service-card:hover { transform: translateY(-5px); border-color: var(--sage-500); }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.service-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--navy-700); background: var(--stone-100); border-radius: 50%; }
.service-group { color: var(--green-600); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.service-card h3 { margin-bottom: 13px; font-size: 19px; line-height: 1.15; }
.service-card p { margin-bottom: 38px; color: var(--stone-500); font-size: 13px; line-height: 1.62; }
.card-arrow { position: absolute; right: 25px; bottom: 24px; width: 32px; height: 32px; display: grid; place-items: center; color: var(--navy-700); border: 1px solid var(--stone-200); border-radius: 50%; }

.why-section { position: relative; overflow: hidden; padding: 82px 0; color: white; background: var(--navy-950); }
.why-image { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(3,20,30,.98), rgba(3,20,30,.82)), url('/images/combat-camera/20240502ISU06D020.jpg'); background-size: cover; background-position: center; }
.why-inner { position: relative; z-index: 1; }
.differentiator-grid { display: grid; grid-template-columns: repeat(6,1fr); margin-top: 55px; border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.differentiator-grid article { min-height: 190px; padding: 28px 23px; border-right: 1px solid rgba(255,255,255,.17); }
.differentiator-grid article:first-child { border-left: 1px solid rgba(255,255,255,.17); }
.differentiator-grid svg { color: var(--sage-400); margin-bottom: 28px; }
.differentiator-grid h3 { margin-bottom: 12px; font-size: 17px; }
.differentiator-grid p { margin-bottom: 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.6; }

.proof-section { padding: 82px 0; }
.proof-inner { display: grid; gap: 42px; }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.proof-card { min-height: 220px; padding: 28px; background: white; border: 1px solid var(--stone-200); box-shadow: var(--shadow-sm); }
.proof-icon { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 25px; color: var(--navy-700); background: var(--stone-100); border-radius: 50%; }
.proof-card h3 { margin-bottom: 13px; font-size: 20px; }
.proof-card p { margin: 0; color: var(--stone-500); font-size: 13px; line-height: 1.65; }
.proof-strip { display: flex; justify-content: space-between; gap: 28px; padding: 21px 24px; color: white; background: var(--navy-900); border-left: 3px solid var(--sage-500); }
.proof-strip strong { color: var(--sage-400); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.proof-strip span { color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.55; }

.process-section { padding: 82px 0; }
.process-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 10px; margin-top: 58px; }
.process-step { position: relative; min-height: 210px; padding: 70px 17px 12px 0; }
.process-number { position: absolute; top: 0; left: 0; width: 54px; height: 54px; display: grid; place-items: center; color: white; background: var(--green-600); border-radius: 50%; font-size: 11px; font-weight: 800; z-index: 2; }
.process-index { color: var(--sage-500); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.process-step h3 { margin: 12px 0 11px; font-size: 17px; }
.process-step p { margin: 0; color: var(--stone-500); font-size: 12px; line-height: 1.58; }
.process-connector { position: absolute; top: 26px; left: 64px; width: calc(100% - 66px); height: 1px; background: var(--stone-200); }
.process-connector::after { content: ""; position: absolute; top: -3px; right: 0; width: 7px; height: 7px; border-top: 1px solid var(--stone-400); border-right: 1px solid var(--stone-400); transform: rotate(45deg); }

.industries-section { padding: 62px 0; color: white; background: var(--navy-900); }
.industries-inner { display: grid; grid-template-columns: 320px 1fr; gap: 70px; align-items: start; }
.industries-section h2 { margin-bottom: 0; }
.industry-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.industry-pill { min-height: 55px; display: flex; align-items: center; gap: 11px; padding: 0 14px; color: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.13); font-size: 12px; }
.industry-pill > span { color: var(--sage-400); font-size: 9px; letter-spacing: .08em; }

.leadership-section { padding: 82px 0; }
.leadership-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 95px; align-items: start; }
.leadership-note { position: relative; margin-top: 44px; padding: 26px 32px; background: var(--stone-100); border-left: 3px solid var(--sage-500); }
.quote-mark { position: absolute; left: 24px; top: 10px; color: var(--sage-500); font-family: Georgia,serif; font-size: 55px; }
.note-label { display: block; margin-bottom: 11px; color: var(--green-600); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.leadership-note p { margin: 0; color: var(--navy-800); font-size: 21px; font-weight: 760; line-height: 1.35; }
.leaders { display: grid; gap: 14px; }
.leader-card { position: relative; display: grid; grid-template-columns: 86px 1fr 38px; gap: 22px; align-items: center; min-height: 170px; padding: 25px; background: white; border: 1px solid var(--stone-200); box-shadow: var(--shadow-sm); }
.leader-avatar { width: 86px; height: 110px; display: grid; place-items: center; color: white; background: linear-gradient(145deg,var(--navy-700),var(--navy-950)); font-size: 34px; font-weight: 800; }
.leader-avatar-alt { background: linear-gradient(145deg,var(--green-600),var(--green-800)); }
.leader-card h3 { margin-bottom: 5px; font-size: 20px; }
.leader-card div > span { display: block; margin-bottom: 12px; color: var(--green-600); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.leader-card p { margin: 0; color: var(--stone-500); font-size: 13px; line-height: 1.55; }
.leader-link { width: 36px; height: 36px; display: grid; place-items: center; color: var(--navy-700); border: 1px solid var(--stone-200); border-radius: 50%; }
.leader-footnote { margin: 6px 0 0; color: var(--stone-500); font-size: 11px; line-height: 1.5; }

.contact-section { position: relative; overflow: hidden; padding: 76px 0; color: white; background: var(--navy-950); }
.contact-image { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(3,20,30,.94), rgba(3,20,30,.62)), url('/images/banff-lake.jpg'); background-size: cover; background-position: center 58%; }
.contact-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; }
.contact-inner > div:first-child { max-width: 760px; }
.contact-section h2 { margin-bottom: 18px; }
.contact-section p { margin: 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.65; }
.contact-actions { display: grid; gap: 16px; justify-items: start; }
.contact-note { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.72); font-size: 12px; }

.site-footer { padding: 72px 0 0; color: white; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .9fr 1fr; gap: 55px; padding-bottom: 58px; }
.footer-brand p { max-width: 310px; margin: 24px 0 28px; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.65; }
.copyright { color: rgba(255,255,255,.38); font-size: 10px; }
.site-footer h3 { margin-bottom: 18px; color: var(--sage-400); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: 11px; }
.footer-links a, .footer-contact { color: rgba(255,255,255,.65); font-size: 12px; }
.footer-links a:hover, .footer-contact:hover { color: white; }
.footer-contact { display: flex; align-items: center; gap: 9px; margin-bottom: 13px; }
.footer-closer p { color: rgba(255,255,255,.57); font-size: 13px; line-height: 1.65; }
.footer-up { display: inline-flex; align-items: center; gap: 8px; color: var(--sage-400); font-size: 12px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 20px 0 28px; color: rgba(255,255,255,.34); border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; line-height: 1.5; }
.footer-bottom span:last-child { text-align: right; }
.footer-bottom a:hover { color: rgba(255,255,255,.75); }

@media (max-width: 1050px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 12px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .differentiator-grid { grid-template-columns: repeat(3,1fr); border-bottom: 0; }
  .differentiator-grid article { border-bottom: 1px solid rgba(255,255,255,.17); }
  .process-grid { grid-template-columns: repeat(3,1fr); row-gap: 24px; }
  .process-step:nth-child(3) .process-connector { display: none; }
  .industries-inner { grid-template-columns: 260px 1fr; gap: 45px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-card { min-height: auto; }
  .footer-grid { grid-template-columns: 1.4fr .7fr .9fr; }
  .footer-closer { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 34px), 720px); }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .hero { min-height: 740px; }
  .hero h1 { max-width: 660px; }
  .hero-meta { gap: 13px 22px; }
  .scroll-cue { display: none; }
  .challenge-grid, .extension-grid, .leadership-grid { grid-template-columns: 1fr; gap: 55px; }
  .challenge-photo { min-height: 470px; }
  .challenge-photo img { height: 470px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: auto; }
  .audience-card p { min-height: 0; }
  .capability-list > div { grid-template-columns: 42px 1fr; padding: 22px 0; }
  .capability-list div > span:last-child { grid-column: 2; }
  .differentiator-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-step:nth-child(3) .process-connector { display: block; }
  .process-step:nth-child(2n) .process-connector { display: none; }
  .industries-inner { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: repeat(2,1fr); }
  .proof-strip { display: grid; }
  .contact-inner { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
  .footer-closer { grid-column: auto; }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 70px; }
  .header-inner { min-height: 70px; }
  .brand-mark { width: 41px; height: 41px; flex-basis: 41px; }
  .brand-mark img { width: 81px; height: 81px; transform: translate(-20px,-9px); }
  .brand-name { font-size: 9px; }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 112px; padding-bottom: 66px; }
  .hero h1 { font-size: clamp(40px,13vw,58px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-meta { display: grid; }
  .challenge, .who-section, .extension, .services-section, .why-section, .proof-section, .process-section, .leadership-section { padding: 82px 0; }
  .section-intro h2, .extension h2, .industries-section h2, .contact-section h2 { font-size: 39px; }
  .obstacle-grid { grid-template-columns: 1fr; }
  .challenge-photo { min-height: 390px; }
  .challenge-photo img { height: 390px; }
  .services-grid, .differentiator-grid, .process-grid, .industry-grid { grid-template-columns: 1fr; }
  .differentiator-grid article, .differentiator-grid article:first-child { min-height: auto; border-left: 1px solid rgba(255,255,255,.17); }
  .process-step { min-height: 210px; }
  .process-connector { display: none !important; }
  .leader-card { grid-template-columns: 68px 1fr; }
  .leader-avatar { width: 68px; height: 90px; }
  .leader-link { display: none; }
  .contact-section { padding: 82px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
  .footer-bottom span:last-child { text-align: left; }
}

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