:root {
  --navy: #081c2c;
  --navy-2: #102d43;
  --navy-3: #17445d;
  --orange: #f36b24;
  --orange-dark: #d94f0e;
  --ink: #102634;
  --muted: #60717d;
  --pale: #eef3f6;
  --ice: #dfe9ef;
  --line: #d7e0e5;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: white; font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1240px, calc(100% - 56px)); margin: 0 auto; }
.eyebrow { margin: 0 0 16px; color: var(--orange); font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: #ff9a63; }

.audience-bar { min-height: 41px; color: #d5e0e6; background: #061623; font-size: 12px; }
.audience-inner { min-height: 41px; display: flex; align-items: stretch; justify-content: space-between; gap: 24px; }
.audience-switch { display: flex; align-items: stretch; }
.audience-switch a { display: flex; align-items: center; padding: 0 18px; border-left: 1px solid rgba(255,255,255,.1); font-weight: 700; letter-spacing: .02em; }
.audience-switch a:last-child { border-right: 1px solid rgba(255,255,255,.1); }
.audience-switch a:hover, .audience-switch a.current { color: white; background: var(--navy-3); }
.audience-switch a.current { box-shadow: inset 0 -3px var(--orange); }
.utility-contact { display: flex; align-items: center; gap: 25px; color: #9fb0ba; }
.utility-contact a { color: white; }

.site-header { position: sticky; z-index: 100; top: 0; height: 86px; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(16,38,52,.12); backdrop-filter: blur(10px); }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; }
.brand img { width: 205px; height: 54px; padding: 11px 12px; object-fit: contain; object-position: left center; background: var(--navy); }
.brand span { padding: 2px 6px; color: var(--navy-3); border: 1px solid #9fb0ba; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.navigation { display: flex; align-items: center; gap: 25px; }
.main-nav { display: flex; align-items: stretch; gap: 28px; }
.main-nav.about-nav { gap: 18px; }
.about-nav .nav-group > a { font-size: 12px; }
.nav-group { display: flex; align-items: center; height: 86px; }
.nav-group > a { position: relative; display: flex; align-items: center; height: 100%; font-size: 13px; font-weight: 800; }
.nav-group > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 3px; background: var(--orange); transition: .2s ease; }
.nav-group:hover > a::after, .nav-group > a.active::after { right: 0; }
.header-cta { display: inline-flex; align-items: center; gap: 18px; padding: 13px 17px; color: white; background: var(--orange); font-size: 12px; font-weight: 800; white-space: nowrap; }
.header-cta:hover { background: var(--orange-dark); }
.menu-button { display: none; width: 46px; height: 42px; border: 0; background: var(--navy); padding: 10px; }
.menu-button i { display: block; height: 2px; margin: 5px 0; background: white; }
.mega-panel { position: absolute; visibility: hidden; opacity: 0; pointer-events: none; top: calc(100% - 1px); left: 50%; width: min(1120px, calc(100vw - 56px)); transform: translateX(-50%); display: grid; grid-template-columns: 300px 1fr; color: var(--ink); background: white; border-top: 4px solid var(--orange); box-shadow: 0 30px 70px rgba(3,20,32,.2); transition: opacity .18s ease, visibility .18s ease; }
.mega-panel::before { content: ""; position: absolute; left: 0; right: 0; top: -10px; height: 10px; }
.nav-group:hover .mega-panel, .nav-group:focus-within .mega-panel { visibility: visible; opacity: 1; pointer-events: auto; }
.mega-intro { padding: 33px; color: white; background: var(--navy-2); }
.mega-intro > span { color: #9fb1bd; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.mega-intro strong { display: block; margin: 10px 0 14px; font-size: 28px; line-height: 1.1; }
.mega-intro p { color: #b7c8d1; font-size: 13px; line-height: 1.55; }
.mega-intro a { display: inline-flex; gap: 12px; margin-top: 12px; color: #ff9a63; font-size: 12px; font-weight: 800; }
.mega-links { display: grid; grid-template-columns: repeat(2, 1fr); padding: 22px; }
.mega-links a { padding: 16px 18px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 800; line-height: 1.25; }
.mega-links a:hover { background: var(--pale); }
.mega-links span { display: block; margin-bottom: 5px; color: var(--orange-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }

.hero { position: relative; min-height: 710px; display: flex; align-items: flex-end; overflow: hidden; color: white; background: var(--navy); }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-infrastructure > img { object-position: center 56%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,19,31,.95) 0%, rgba(4,19,31,.79) 43%, rgba(4,19,31,.25) 78%), linear-gradient(0deg, rgba(4,19,31,.62), transparent 44%); }
.hero-content { position: relative; z-index: 1; min-height: 710px; padding: 100px 0 82px; display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.hero-copy { max-width: 880px; }
.hero h1 { margin: 0; max-width: 920px; font-size: clamp(52px, 6.1vw, 87px); line-height: .98; letter-spacing: -.055em; }
.hero-copy > p:not(.eyebrow) { max-width: 720px; margin: 28px 0 0; color: #d8e2e8; font-size: 19px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 37px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 14px 21px; border: 1px solid transparent; font-size: 13px; font-weight: 800; transition: .2s ease; cursor: pointer; }
.button.orange { color: white; background: var(--orange); }
.button.orange:hover { background: var(--orange-dark); transform: translateY(-2px); }
.button.glass { color: white; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.45); backdrop-filter: blur(6px); }
.button.glass:hover { color: var(--ink); background: white; }
.button.white { color: var(--navy); background: white; }
.button.white:hover { color: white; background: var(--orange); }
.hero-marker { width: 214px; flex: 0 0 auto; padding: 24px 25px; background: rgba(11,37,55,.87); border-top: 4px solid var(--orange); backdrop-filter: blur(8px); }
.hero-marker span { display: block; color: #9fb1bd; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.hero-marker strong { display: block; margin: 7px 0 10px; font-size: 24px; }
.hero-marker p { margin: 0; color: #c1d0d8; font-size: 12px; line-height: 1.55; }

.path-ribbon { position: relative; z-index: 3; margin-top: -31px; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); background: white; box-shadow: 0 20px 50px rgba(5,29,44,.14); }
.path-grid a { min-height: 104px; display: grid; grid-template-columns: 34px 1fr auto; gap: 15px; align-items: center; padding: 22px 29px; border-right: 1px solid var(--line); transition: .2s ease; }
.path-grid a:last-child { border: 0; }
.path-grid a:hover { color: white; background: var(--navy-2); }
.path-grid a > span:first-child { color: var(--orange); font-size: 11px; font-weight: 900; }
.path-grid strong { font-size: 16px; }
.proof-strip { padding: 59px 0 0; background: white; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-grid div { min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 21px 28px; border-right: 1px solid var(--line); }
.proof-grid div:last-child { border: 0; }
.proof-grid strong { color: var(--navy-2); font-size: 34px; line-height: 1; }
.proof-grid span { margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.45; }

.section { padding: 104px 0; }
.section.pale, .resource-section, .process-section { background: var(--pale); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 45px; margin-bottom: 44px; }
.section-head > div { max-width: 820px; }
.section-head h2, .technology h2, .intro-grid h2, .split-story h2, .contact-grid h2, .faq-grid h2, .final-cta h2, .narrow-content h2 { margin: 0; font-size: clamp(38px, 4.4vw, 59px); line-height: 1.06; letter-spacing: -.045em; }
.lead { max-width: 720px; margin: 20px 0 0; color: var(--muted); font-size: 17px; }
.text-link { display: inline-flex; gap: 16px; padding-bottom: 5px; border-bottom: 1px solid #97a8b2; color: var(--navy-3); font-size: 12px; font-weight: 800; white-space: nowrap; }

.image-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.image-cards.three { grid-template-columns: repeat(3, 1fr); }
.image-cards.five { grid-template-columns: repeat(6, 1fr); }
.image-cards.five .image-card { grid-column: span 2; }
.image-cards.five .image-card:nth-child(4), .image-cards.five .image-card:nth-child(5) { grid-column: span 3; }
.image-card { min-width: 0; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.image-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(8,28,44,.13); }
.image-wrap { position: relative; height: 220px; overflow: hidden; background: var(--ice); }
.three .image-wrap { height: 255px; }
.feature .image-wrap { height: 310px; }
.image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.image-card:hover .image-wrap img { transform: scale(1.04); }
.image-wrap > span { position: absolute; left: 0; bottom: 0; padding: 7px 11px; color: white; background: var(--orange); font-size: 10px; font-weight: 900; }
.image-card-copy { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.image-card-copy > p { margin: 0 0 10px; color: var(--orange-dark); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.image-card h3 { margin: 0 0 11px; font-size: 21px; line-height: 1.22; letter-spacing: -.025em; }
.image-card-copy > div { color: var(--muted); font-size: 14px; }
.image-card-copy b { display: inline-flex; gap: 12px; margin-top: auto; padding-top: 22px; color: var(--navy-3); font-size: 12px; }
.image-cards.compact .image-card-copy { min-height: 238px; }

.navy-section { color: white; background: var(--navy); }
.navy-section .section-head h2 { color: white; }
.navy-section .lead { color: #afc1cc; }
.navy-section .text-link { color: #ff9a63; border-color: rgba(255,154,99,.5); }
.image-cards.dark .image-card { background: var(--navy-2); border-color: rgba(255,255,255,.12); }
.image-cards.dark h3 { color: white; }
.image-cards.dark .image-card-copy > div { color: #b6c6cf; }
.image-cards.dark .image-card-copy b { color: #ff9a63; }

.technology { padding: 118px 0; color: white; background: var(--navy-2); overflow: hidden; }
.technology-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.tech-visual { position: relative; min-height: 610px; }
.tech-main { width: 83%; height: 510px; object-fit: cover; }
.tech-small { position: absolute; width: 46%; height: 260px; right: 0; bottom: 0; object-fit: cover; border: 10px solid var(--navy-2); }
.tech-caption { position: absolute; left: 0; bottom: 40px; min-width: 225px; padding: 20px; background: var(--orange); }
.tech-caption b { display: block; font-size: 24px; }
.tech-caption span { font-size: 11px; }
.tech-copy > p:not(.eyebrow) { color: #c0ced6; font-size: 17px; }
.tech-steps { display: grid; grid-template-columns: repeat(2, 1fr); margin: 32px 0; border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.tech-steps > div { min-height: 145px; padding: 20px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.tech-steps span { color: #ff9a63; font-size: 10px; font-weight: 900; }
.tech-steps h3 { margin: 17px 0 3px; font-size: 18px; }
.tech-steps p { margin: 0; color: #aebec8; font-size: 12px; }

.process-list { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #c7d3da; border-left: 1px solid #c7d3da; }
.process-list div { min-height: 270px; padding: 24px; border-right: 1px solid #c7d3da; border-bottom: 1px solid #c7d3da; }
.process-list span, .step-story span { color: var(--orange); font-size: 11px; font-weight: 900; }
.process-list h3 { margin: 54px 0 12px; font-size: 20px; line-height: 1.2; }
.process-list p { color: var(--muted); font-size: 13px; }

.archive-hero { position: relative; min-height: 450px; display: flex; align-items: flex-end; color: white; background: var(--navy); overflow: hidden; }
.archive-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.archive-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,19,31,.97), rgba(4,19,31,.77) 55%, rgba(4,19,31,.35)); }
.archive-hero:not(.with-image)::after { content: ""; position: absolute; width: 540px; height: 540px; right: -130px; top: -220px; border: 1px solid rgba(243,107,36,.28); border-radius: 50%; box-shadow: 0 0 0 90px rgba(243,107,36,.035), 0 0 0 180px rgba(243,107,36,.02); }
.archive-hero .wrap { position: relative; z-index: 1; padding: 85px 0 66px; }
.archive-hero h1 { max-width: 950px; margin: 0; font-size: clamp(50px, 6.2vw, 82px); line-height: 1; letter-spacing: -.055em; }
.archive-hero .wrap > p:last-child { max-width: 720px; margin: 24px 0 0; color: #c6d4dc; font-size: 18px; }
.archive-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 34px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.archive-toolbar > span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.archive-toolbar div { display: flex; gap: 7px; }
.archive-toolbar button { padding: 8px 13px; color: var(--muted); background: white; border: 1px solid var(--line); font-size: 11px; cursor: pointer; }
.archive-toolbar button.active, .archive-toolbar button:hover { color: white; background: var(--navy-2); border-color: var(--navy-2); }

.detail-hero { position: relative; min-height: 610px; display: flex; align-items: flex-end; color: white; overflow: hidden; background: var(--navy); }
.detail-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.detail-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,19,31,.97), rgba(4,19,31,.75) 57%, rgba(4,19,31,.2)); }
.detail-hero .wrap { position: relative; z-index: 1; padding-bottom: 68px; }
.detail-hero h1 { max-width: 930px; margin: 0; font-size: clamp(51px, 6.3vw, 84px); line-height: .98; letter-spacing: -.055em; }
.detail-hero .wrap > p:not(.eyebrow) { max-width: 680px; color: #cedae0; font-size: 18px; }
.anchor-nav { position: sticky; z-index: 50; top: 86px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 7px 20px rgba(8,28,44,.05); }
.anchor-nav .wrap { display: flex; gap: 34px; overflow-x: auto; }
.anchor-nav a { padding: 15px 0 12px; border-bottom: 3px solid transparent; font-size: 12px; font-weight: 800; white-space: nowrap; }
.anchor-nav a:hover { color: var(--orange-dark); border-color: var(--orange); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.intro-grid > div:last-child { color: var(--muted); font-size: 18px; }
.assessment-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c9d4da; border-left: 1px solid #c9d4da; }
.assessment-grid > div { min-height: 170px; padding: 23px; border-right: 1px solid #c9d4da; border-bottom: 1px solid #c9d4da; }
.assessment-grid span { color: var(--orange); font-size: 11px; font-weight: 900; }
.assessment-grid h3 { margin: 45px 0 0; max-width: 260px; font-size: 20px; line-height: 1.25; }
.split-story { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.story-image img { width: 100%; height: 535px; object-fit: cover; }
.story-image small { display: block; padding: 11px 14px; color: #dce6eb; background: var(--navy-2); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.split-story > div:last-child > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.split-story ol { margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.split-story li { display: grid; grid-template-columns: 120px 1fr; padding: 14px 0; border-bottom: 1px solid var(--line); }
.split-story li b { color: var(--navy-3); }
.split-story li span { color: var(--muted); }

.project-hero { padding: 85px 0; color: white; background: var(--navy); }
.project-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.project-hero h1 { margin: 0; font-size: clamp(47px, 5.7vw, 76px); line-height: 1; letter-spacing: -.05em; }
.project-hero-grid > div > p:not(.eyebrow) { color: #bdcbd3; font-size: 18px; }
.project-hero img { width: 100%; height: 455px; object-fit: cover; }
.project-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.project-facts span { color: #c2d0d7; font-size: 12px; }
.project-facts b { display: block; margin-bottom: 5px; color: #ff9a63; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 90px; align-items: start; }
.article-layout article section { padding-bottom: 44px; margin-bottom: 44px; border-bottom: 1px solid var(--line); }
.article-layout article h2 { margin: 0 0 17px; font-size: 36px; line-height: 1.15; letter-spacing: -.035em; }
.article-layout article p { color: #4f626e; font-size: 17px; }
.article-intro { margin-top: 0; color: var(--ink) !important; font-size: 22px !important; line-height: 1.5; }
.article-layout aside { position: sticky; top: 165px; display: grid; gap: 18px; }
.aside-card { padding: 25px; border: 1px solid var(--line); background: white; }
.aside-card h3 { margin: 0 0 10px; font-size: 23px; line-height: 1.2; }
.aside-card p { color: var(--muted); font-size: 14px; }
.aside-card a { color: var(--navy-3); font-size: 12px; font-weight: 800; }
.aside-card.accent { color: white; background: var(--orange); border-color: var(--orange); }
.aside-card.accent p, .aside-card.accent a { color: white; }
.gallery { display: grid; grid-template-columns: 1.45fr 1fr; gap: 12px; }
.gallery img { width: 100%; height: 220px; object-fit: cover; }
.gallery img:first-child { height: 452px; grid-row: span 2; }
blockquote { margin: 28px 0; padding: 23px 26px; border-left: 4px solid var(--orange); background: var(--pale); color: var(--ink); font-size: 20px; font-weight: 700; }
.article-hero { padding: 80px 0; background: var(--pale); border-bottom: 1px solid var(--line); }
.article-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.article-head h1 { margin: 0; font-size: clamp(49px, 5.8vw, 76px); line-height: 1; letter-spacing: -.05em; }
.article-head > div > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.article-head img { width: 100%; height: 380px; object-fit: cover; }
.byline { margin-top: 27px; padding-top: 15px; border-top: 1px solid #c8d3d9; font-size: 12px; font-weight: 800; }
.byline span { margin-left: 15px; color: var(--muted); font-weight: 400; }

.step-stories { display: grid; gap: 85px; }
.step-story { display: grid; grid-template-columns: 1.1fr .9fr; gap: 75px; align-items: center; }
.step-story.reverse { grid-template-columns: .9fr 1.1fr; }
.step-story.reverse img { order: 2; }
.step-story img { width: 100%; height: 410px; object-fit: cover; }
.step-story h2 { margin: 12px 0 15px; font-size: 45px; line-height: 1.05; letter-spacing: -.04em; }
.step-story p { color: var(--muted); font-size: 17px; }

.contact-grid, .faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.contact-grid > div > p, .faq-grid > div > p { color: var(--muted); }
.contact-grid ul { padding: 0; list-style: none; }
.contact-grid li { padding: 11px 0 11px 26px; border-bottom: 1px solid var(--line); position: relative; }
.contact-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.contact-card { margin-top: 32px; padding: 25px; color: white; background: var(--navy-2); }
.contact-card span { color: #ff9a63; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-card p { color: #c8d5dc; }
.form { padding: 39px; background: var(--pale); border-top: 4px solid var(--orange); }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form label { display: block; margin-bottom: 18px; font-size: 12px; font-weight: 800; }
.form input, .form select, .form textarea { width: 100%; margin-top: 7px; padding: 12px 13px; color: var(--ink); background: white; border: 1px solid #bdcbd3; border-radius: 0; outline: 0; }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(243,107,36,.13); }
.form .consent { display: flex; align-items: center; gap: 10px; font-weight: 400; }
.form .consent input { width: auto; margin: 0; }
.success { min-height: 460px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.success > b { width: 48px; height: 48px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 50%; }
.success button { border: 0; color: var(--navy-3); background: none; padding: 0; font-weight: 800; cursor: pointer; }
.faq { border-bottom: 1px solid var(--line); }
.faq button { width: 100%; display: flex; justify-content: space-between; gap: 30px; padding: 22px 0; border: 0; color: var(--ink); background: transparent; text-align: left; font-size: 17px; font-weight: 800; cursor: pointer; }
.faq button b { color: var(--orange); font-size: 24px; }
.faq > p { margin: -5px 50px 22px 0; color: var(--muted); }

.final-cta { position: relative; min-height: 390px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.final-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.final-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,19,31,.97), rgba(4,19,31,.75)); }
.final-cta .wrap { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.final-cta .wrap > div { max-width: 820px; }
.final-cta h2 { color: white; }
.final-cta .wrap p:not(.eyebrow) { max-width: 670px; color: #cbd7de; }

.narrow-content { max-width: 900px; }
.narrow-content p { color: var(--muted); font-size: 17px; }
.narrow-content h2 { margin-top: 45px; font-size: 38px; }
.sitemap-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(205px, 1fr)); gap: 25px; }
.sitemap-grid > div { padding: 28px; background: var(--pale); }
.sitemap-grid h2 { margin: 0 0 18px; font-size: 27px; }
.sitemap-grid a { display: block; padding: 8px 0; color: var(--navy-3); border-bottom: 1px solid #ced8de; font-size: 14px; }
.resource-type-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #c9d4da; border-left: 1px solid #c9d4da; }
.resource-type-grid > a { min-height: 245px; padding: 24px; border-right: 1px solid #c9d4da; border-bottom: 1px solid #c9d4da; background: white; transition: .2s ease; }
.resource-type-grid > a:hover { color: white; background: var(--navy-2); transform: translateY(-3px); }
.resource-type-grid span { color: var(--orange); font-size: 11px; font-weight: 900; }
.resource-type-grid h3 { margin: 40px 0 10px; font-size: 23px; line-height: 1.15; }
.resource-type-grid p { color: var(--muted); font-size: 14px; }
.resource-type-grid a:hover p { color: #c4d3db; }
.resource-type-grid b { display: block; margin-top: 18px; color: var(--orange); font-size: 12px; }
.search-box { display: block; max-width: 900px; margin: 0 auto; }
.search-box span { display: block; margin-bottom: 10px; color: var(--navy-3); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.search-box input { width: 100%; padding: 21px 24px; color: var(--ink); background: white; border: 2px solid var(--navy-2); outline: 0; font-size: 19px; }
.search-box input:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(243,107,36,.12); }
.search-summary { max-width: 900px; margin: 28px auto 17px; padding-bottom: 12px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 800; }
.search-results { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.search-results > a { min-height: 225px; padding: 25px; border: 1px solid var(--line); background: white; transition: .2s ease; }
.search-results > a:hover { border-color: var(--orange); transform: translateY(-3px); box-shadow: 0 16px 35px rgba(7,30,45,.09); }
.search-results span { color: var(--orange-dark); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.search-results h2 { margin: 28px 0 8px; font-size: 24px; line-height: 1.2; }
.search-results p { color: var(--muted); font-size: 14px; }
.search-results b { color: var(--navy-3); font-size: 12px; }
.search-empty { max-width: 900px; margin: 0 auto; padding: 45px; text-align: center; background: var(--pale); }

.footer-main { padding: 72px 0 58px; color: #c5d3db; background: #061623; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 50px; }
.footer-grid h3 { margin: 0 0 18px; color: white; font-size: 14px; }
.footer-grid a { display: block; margin: 8px 0; color: #aebec8; font-size: 12px; }
.footer-grid a:hover { color: #ff9a63; }
.footer-grid p { color: #9eb0bb; font-size: 12px; }
.footer-brand img { width: 190px; height: 60px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 275px; margin: 20px 0; }
.footer-brand > a { color: #ff9a63; font-weight: 800; }
.footer-bottom { padding: 17px 0; color: #81939e; background: #04111b; font-size: 10px; }
.footer-bottom .wrap { display: flex; justify-content: space-between; gap: 25px; }

@media (max-width: 1100px) {
  .wrap { width: min(100% - 40px, 980px); }
  .site-header, .header-inner { height: 76px; }
  .brand img { width: 160px; }
  .menu-button { display: block; }
  .navigation { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 15px 20px 24px; background: white; box-shadow: 0 20px 40px rgba(4,20,32,.18); }
  .navigation.open { display: block; }
  .main-nav { display: grid; gap: 0; }
  .nav-group { height: auto; border-bottom: 1px solid var(--line); }
  .nav-group > a { width: 100%; padding: 13px 0; }
  .mega-panel { display: none; }
  .header-cta { margin-top: 15px; }
  .hero-content { min-height: 650px; }
  .hero-marker { display: none; }
  .image-cards, .image-cards.three, .image-cards.five { grid-template-columns: repeat(2, 1fr); }
  .image-cards.five .image-card, .image-cards.five .image-card:nth-child(4), .image-cards.five .image-card:nth-child(5) { grid-column: span 1; }
  .technology-grid, .intro-grid, .split-story, .project-hero-grid, .article-head { gap: 50px; }
  .process-list { grid-template-columns: repeat(3, 1fr); }
  .resource-type-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .wrap { width: calc(100% - 32px); }
  .audience-inner { display: block; }
  .audience-bar { min-height: 44px; overflow-x: auto; }
  .audience-switch { min-width: 430px; min-height: 44px; }
  .audience-switch a { padding: 0 13px; font-size: 11px; }
  .utility-contact { display: none; }
  .hero, .hero-content { min-height: 610px; }
  .hero-content { padding: 80px 0 55px; }
  .hero h1 { font-size: 48px; }
  .hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .path-ribbon { margin-top: 0; }
  .path-grid { grid-template-columns: 1fr; box-shadow: none; }
  .path-grid a { min-height: 74px; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip { padding-top: 0; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid div:nth-child(2) { border-right: 0; }
  .proof-grid div { min-height: 105px; padding: 18px; border-bottom: 1px solid var(--line); }
  .section, .technology { padding: 74px 0; }
  .section-head { display: block; }
  .section-head h2, .technology h2, .intro-grid h2, .split-story h2, .contact-grid h2, .faq-grid h2, .final-cta h2 { font-size: 39px; }
  .section-head .text-link { margin-top: 24px; }
  .image-cards, .image-cards.three, .image-cards.five { grid-template-columns: 1fr; }
  .three .image-wrap, .feature .image-wrap { height: 255px; }
  .technology-grid, .intro-grid, .split-story, .project-hero-grid, .article-head, .article-layout, .contact-grid, .faq-grid, .step-story, .step-story.reverse { grid-template-columns: 1fr; gap: 40px; }
  .tech-visual { min-height: 480px; }
  .tech-main { height: 390px; }
  .tech-small { height: 200px; }
  .tech-caption { bottom: 18px; }
  .process-list, .assessment-grid { grid-template-columns: 1fr; }
  .process-list div { min-height: 190px; }
  .process-list h3 { margin-top: 30px; }
  .archive-hero { min-height: 390px; }
  .archive-hero h1, .detail-hero h1, .article-head h1 { font-size: 47px; }
  .archive-toolbar { align-items: flex-start; gap: 15px; }
  .archive-toolbar div { display: none; }
  .detail-hero { min-height: 560px; }
  .anchor-nav { top: 76px; }
  .story-image img { height: 360px; }
  .article-layout aside { position: static; }
  .project-hero img, .article-head img { height: 320px; }
  .project-facts { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery img:first-child, .gallery img { height: 260px; grid-row: auto; }
  .step-story.reverse img { order: 0; }
  .step-story img { height: 300px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form { padding: 27px; }
  .final-cta { min-height: 500px; }
  .final-cta .wrap { display: block; }
  .final-cta .button { margin-top: 24px; }
  .sitemap-grid { grid-template-columns: 1fr; }
  .resource-type-grid, .search-results { grid-template-columns: 1fr; }
  .resource-type-grid > a { min-height: 210px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 38px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom .wrap { display: block; }
  .footer-bottom span { display: block; margin: 5px 0; }
}

@media (max-width: 420px) {
  .brand img { width: 145px; }
  .hero h1, .archive-hero h1, .detail-hero h1, .article-head h1 { font-size: 41px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid div { border-right: 0; }
  .tech-steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
