:root {
  --blue: #075aa8;
  --blue-dark: #053b70;
  --blue-soft: #eaf4fc;
  --green: #78b82a;
  --green-dark: #4f8614;
  --ink: #142333;
  --muted: #5d6d7c;
  --line: #d7e1e8;
  --line-strong: #b7c8d4;
  --paper: #f5f8fa;
  --white: #fff;
  --danger: #b62f2f;
  --sans: Arial, Helvetica, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --shell: 1280px;
  --gutter: clamp(18px, 3vw, 36px);
  --section: clamp(44px, 5vw, 68px);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); color: var(--ink); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--white); font: 15px/1.55 var(--sans); text-rendering: optimizeLegibility; }
body.drawer-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
:focus-visible { outline: 3px solid #8cccf1; outline-offset: 3px; }
[hidden] { display: none !important; }
.shell { width: min(100%, var(--shell)); margin-inline: auto; padding-inline: var(--gutter); }
.skip-link { position: fixed; z-index: 300; top: 8px; left: 8px; padding: 10px 14px; background: var(--green); color: #fff; transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 100; background: var(--white); border-bottom: 1px solid var(--line); }
.utility-bar { min-height: 28px; background: var(--blue-dark); color: #dcecf7; font: 10px/1.2 var(--mono); }
.utility-inner { min-height: 28px; display: flex; align-items: center; justify-content: flex-end; gap: clamp(12px, 2vw, 26px); }
.utility-inner a { transition: color .16s ease; }
.utility-inner a:hover { color: #fff; }
.header-address { margin-right: auto; }
.header-phone { color: #fff; font-weight: 800; letter-spacing: .02em; }
.header-hours { color: #cbe998; }
.header-row { min-height: 68px; display: grid; grid-template-columns: 116px minmax(0, 1fr) 36px 146px; align-items: center; gap: 16px; }
.brand { width: 112px; }
.brand img { width: 100%; }
.desktop-nav { min-width: 0; height: 68px; display: flex; align-items: stretch; justify-content: flex-end; }
.nav-group { position: relative; display: flex; align-items: center; min-width: 0; }
.nav-main { min-height: 68px; padding: 0 6px 0 10px; display: flex; align-items: center; justify-content: center; color: var(--ink); font-size: 12px; font-weight: 700; white-space: nowrap; transition: color .16s ease; }
.nav-main::after { content: ""; position: absolute; right: 4px; bottom: -1px; left: 4px; height: 3px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .16s ease; }
.nav-main:hover, .nav-group:focus-within .nav-main { color: var(--blue); }
.nav-main:hover::after, .nav-group:focus-within .nav-main::after { transform: scaleX(1); }
.mega-toggle { width: 18px; height: 40px; margin-right: 1px; padding: 0; border: 0; background: transparent; color: #7c8b96; cursor: pointer; }
.mega-toggle svg { display: block; margin: auto; transition: transform .16s ease; }
.mega-toggle[aria-expanded="true"] { color: var(--blue); }
.mega-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.mega-menu { position: absolute; z-index: 30; top: calc(100% - 1px); left: 0; width: 286px; padding: 10px; display: grid; visibility: hidden; opacity: 0; transform: translateY(5px); background: var(--white); border: 1px solid var(--line); box-shadow: 0 16px 34px rgb(28 61 88 / .14); transition: opacity .15s ease, transform .15s ease, visibility .15s; }
.nav-group:nth-last-child(-n+2) .mega-menu { right: 0; left: auto; }
.mega-menu.is-open, .nav-group:hover .mega-menu, .nav-group:focus-within .mega-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.mega-menu a { min-height: 39px; padding: 9px 10px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); font-size: 12px; }
.mega-menu a:last-child { border-bottom: 0; }
.mega-menu a span { color: var(--green-dark); }
.mega-menu a:hover { background: var(--blue-soft); color: var(--blue-dark); }
.search-link { width: 36px; min-height: 44px; display: flex; align-items: center; justify-content: center; color: var(--blue); }
.search-link span { display: none; }
.header-cta { min-height: 38px; padding: 9px 13px; display: inline-flex; align-items: center; justify-content: center; background: var(--green); color: #17320a; font-size: 11px; font-weight: 800; white-space: nowrap; transition: background .16s ease, color .16s ease; }
.header-cta:hover { background: var(--green-dark); color: #fff; }
.menu-toggle { width: 42px; height: 42px; padding: 0; display: none; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--line-strong); background: var(--white); }
.menu-toggle span { width: 18px; height: 1px; background: var(--blue-dark); }
.drawer-backdrop { position: fixed; z-index: 110; inset: 0; background: rgb(5 35 60 / .55); }
.mobile-drawer { position: fixed; z-index: 120; inset: 0 0 0 auto; width: min(400px, 94vw); padding: 14px; display: flex; flex-direction: column; overflow-y: auto; visibility: hidden; transform: translateX(102%); background: var(--white); box-shadow: -20px 0 50px rgb(8 38 60 / .2); transition: transform .22s ease, visibility .22s; }
.mobile-drawer.is-open { visibility: visible; transform: translateX(0); }
.drawer-head { min-height: 44px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.drawer-head strong { color: var(--blue-dark); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.drawer-close { width: 40px; height: 40px; border: 0; background: transparent; color: var(--blue-dark); font-size: 28px; line-height: 1; }
.mobile-drawer nav { display: grid; }
.mobile-nav-group { border-bottom: 1px solid var(--line); }
.mobile-nav-group summary { min-height: 48px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 9px; cursor: pointer; list-style: none; color: var(--ink); font-weight: 800; }
.mobile-nav-group summary::-webkit-details-marker { display: none; }
.mobile-nav-group summary::after { content: "+"; color: var(--blue); font-size: 18px; font-weight: 400; }
.mobile-nav-group[open] summary::after { content: "−"; }
.mobile-nav-group > div { padding: 0 0 9px 14px; display: grid; border-left: 2px solid var(--green); }
.mobile-nav-group > div a { min-height: 34px; padding: 7px 0; color: var(--muted); font-size: 13px; }
.mobile-nav-group > div a:hover { color: var(--blue); }
.mobile-overview { color: var(--blue) !important; font-weight: 700; }
.drawer-contacts { margin-top: auto; padding: 18px 4px 4px; display: grid; gap: 6px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.drawer-contacts .drawer-cta { min-height: 40px; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; background: var(--green); color: #17320a; font-size: 12px; font-weight: 800; }
.drawer-contacts a:nth-child(2) { color: var(--blue-dark); font-size: 19px; font-weight: 800; }

main { overflow: clip; }
.breadcrumbs { min-height: 36px; display: flex; align-items: center; }
.breadcrumbs ol { list-style: none; margin: 0; padding: 7px 0; display: flex; align-items: center; gap: 6px; overflow: hidden; color: var(--muted); font-size: 11px; white-space: nowrap; }
.breadcrumbs li { min-width: 0; display: flex; gap: 6px; }
.breadcrumbs li:not(:last-child)::after { content: "/"; color: var(--line-strong); }
.breadcrumbs li:last-child { overflow: hidden; text-overflow: ellipsis; }
.breadcrumbs a:hover { color: var(--blue); }
.eyebrow, .content-label, .footer-kicker { display: block; color: var(--blue); font: 700 10px/1.35 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { margin-bottom: 16px; font-size: clamp(36px, 3.4vw, 48px); line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }
h2 { margin-bottom: 14px; font-size: clamp(26px, 2.45vw, 36px); line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; }
h3 { margin-bottom: 10px; font-size: clamp(18px, 1.55vw, 23px); line-height: 1.16; letter-spacing: -.015em; }
.button { min-height: 40px; padding: 9px 14px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 2px; font-size: 11px; font-weight: 800; line-height: 1.2; cursor: pointer; transition: color .16s ease, background .16s ease, border-color .16s ease, transform .16s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--blue); border-color: var(--blue); color: #fff; }
.button-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.button-secondary { background: transparent; border-color: var(--line-strong); color: var(--blue-dark); }
.button-secondary:hover { background: var(--blue-soft); border-color: #9fc4de; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 8px; }

.corporate-hero { background: var(--blue-dark); color: #fff; }
.corporate-hero-inner { min-height: 510px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr); }
.corporate-hero-copy { padding: clamp(46px, 6vw, 76px) clamp(32px, 5vw, 66px) clamp(38px, 5vw, 62px) 0; align-self: center; }
.corporate-hero-copy .eyebrow { margin-bottom: 14px; color: #c8ec98; }
.corporate-hero-copy h1 { max-width: 620px; margin-bottom: 18px; color: #fff; }
.corporate-hero-copy > p { max-width: 610px; margin-bottom: 24px; color: #c9dcea; font-size: 16px; }
.button-light { background: var(--green); border-color: var(--green); color: #17320a; }
.button-light:hover { background: #8ccf36; border-color: #8ccf36; }
.button-ghost { background: transparent; border-color: #7498b2; color: #fff; }
.button-ghost:hover { background: #0a4a7f; border-color: #a3c0d4; }
.corporate-hero-media { position: relative; min-height: 510px; margin: 0; overflow: hidden; background: #133f60; }
.corporate-hero-media::after { content: ""; position: absolute; inset: 0; background: rgb(5 59 112 / .08); pointer-events: none; }
.corporate-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.corporate-hero-media figcaption { position: absolute; z-index: 1; right: 20px; bottom: 20px; left: 20px; padding: 12px 14px; display: grid; gap: 3px; background: rgb(5 45 78 / .9); }
.corporate-hero-media figcaption span { color: #c8ec98; font: 9px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.corporate-hero-media figcaption a { font-size: 12px; font-weight: 700; }
.hero-facts { margin: 30px 0 0; padding-top: 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; border-top: 1px solid #497595; }
.hero-facts div { display: grid; gap: 4px; }
.hero-facts dt { color: #fff; font-size: 15px; font-weight: 800; line-height: 1.15; }
.hero-facts dd { margin: 0; color: #a9c7dc; font-size: 10px; line-height: 1.35; }

.corporate-section-head { margin-bottom: 30px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(300px, .65fr); gap: clamp(28px, 7vw, 100px); align-items: end; }
.corporate-section-head .eyebrow { margin-bottom: 10px; color: var(--green-dark); }
.corporate-section-head h2 { max-width: 700px; margin: 0; color: var(--blue-dark); }
.corporate-section-head p { max-width: 520px; margin-bottom: 12px; color: var(--muted); font-size: 13px; }
.text-link { color: var(--blue); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; }
.text-link span { color: var(--green-dark); }

.process-band { padding-block: var(--section); background: #edf5fa; border-bottom: 1px solid #d1e0e9; }
.process-rail { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); list-style: none; border-top: 1px solid #b9cedb; border-bottom: 1px solid #b9cedb; }
.process-step { position: relative; min-width: 0; border-left: 1px solid #b9cedb; }
.process-step:last-child { border-right: 1px solid #b9cedb; }
.process-step:not(:last-child)::after { content: ""; position: absolute; z-index: 1; top: 31px; right: -4px; width: 7px; height: 7px; background: var(--green); transform: rotate(45deg); }
.process-step a { min-height: 142px; padding: 16px 14px; display: flex; flex-direction: column; transition: background .16s ease; }
.process-step a:hover { background: #fff; }
.process-step span { margin-bottom: 24px; color: var(--green-dark); font: 10px var(--mono); }
.process-step strong { margin-bottom: 6px; color: var(--blue-dark); font-size: 14px; }
.process-step small { color: var(--muted); font-size: 10px; line-height: 1.35; }

.audience-story, .project-story, .trust-story { padding-top: var(--section); padding-bottom: var(--section); }
.audience-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.audience-panel { position: relative; min-height: 420px; overflow: hidden; background: var(--blue-dark); color: #fff; }
.audience-panel figure { position: absolute; inset: 0; margin: 0; }
.audience-panel figure::after { content: ""; position: absolute; inset: 0; background: rgb(3 37 67 / .62); transition: background .2s ease; }
.audience-panel:hover figure::after { background: rgb(3 37 67 / .48); }
.audience-panel img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.audience-panel:hover img { transform: scale(1.02); }
.audience-panel > div { position: absolute; z-index: 1; inset: auto 0 0; padding: 28px; }
.audience-panel > div > span { color: #c8ec98; font: 10px var(--mono); text-transform: uppercase; }
.audience-panel h3 { max-width: 460px; margin: 10px 0; color: #fff; font-size: clamp(24px, 2.2vw, 31px); }
.audience-panel p { max-width: 480px; margin-bottom: 18px; color: #d7e5ef; font-size: 12px; }
.audience-panel strong { font-size: 11px; text-transform: uppercase; }
.audience-panel i { color: #c8ec98; font-style: normal; }

.service-story { padding-block: var(--section); background: var(--blue-dark); color: #fff; }
.service-story-grid > .corporate-section-head h2 { color: #fff; }
.service-story-grid > .corporate-section-head p { color: #b9d1e2; }
.service-story-grid > .corporate-section-head .eyebrow, .service-story-grid .text-link span { color: #c8ec98; }
.service-story-grid .text-link { color: #fff; }
.service-rows { border-top: 1px solid #3b698b; }
.service-row { min-height: 64px; padding: 13px 4px; display: grid; grid-template-columns: 48px minmax(0, 1fr) minmax(180px, .45fr) 18px; gap: 14px; align-items: center; border-bottom: 1px solid #3b698b; transition: padding .16s ease, background .16s ease; }
.service-row:hover { padding-inline: 14px; background: #0a4a7f; }
.service-row > span, .service-row > small { color: #9dbbd0; font: 10px var(--mono); }
.service-row > strong { font-size: 15px; }
.service-row > i { color: #c8ec98; font-style: normal; }

.featured-project { display: grid; grid-template-columns: minmax(0, 1.38fr) minmax(300px, .62fr); background: #eef4f7; border-top: 3px solid var(--blue); }
.featured-project-media { min-height: 410px; overflow: hidden; }
.featured-project-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.featured-project-media:hover img { transform: scale(1.015); }
.featured-project > div { padding: clamp(28px, 4vw, 48px); align-self: center; }
.featured-project > div > span, .project-row span { color: var(--green-dark); font: 10px var(--mono); text-transform: uppercase; }
.featured-project h3 { margin: 12px 0; color: var(--blue-dark); font-size: clamp(25px, 2.5vw, 36px); }
.featured-project p { margin-bottom: 20px; color: var(--muted); font-size: 13px; }
.project-rows { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.project-row { min-height: 190px; display: grid; grid-template-columns: minmax(170px, .78fr) minmax(0, 1.22fr); background: var(--white); border: 1px solid var(--line); }
.project-row figure { min-height: 190px; margin: 0; overflow: hidden; background: #dfe9ef; }
.project-row img { width: 100%; height: 100%; object-fit: cover; }
.project-row > div { padding: 20px; display: flex; flex-direction: column; }
.project-row h3 { margin: 9px 0 16px; color: var(--blue-dark); font-size: 18px; }
.project-row strong { margin-top: auto; color: var(--blue); font-size: 10px; text-transform: uppercase; }
.project-row i { color: var(--green-dark); font-style: normal; }

.expertise-story { padding-block: var(--section); background: #edf5fa; border-block: 1px solid #d1e0e9; }
.expertise-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.expertise-columns > div { border-top: 2px solid var(--blue); }
.expertise-columns header { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid #b9cedb; }
.expertise-columns header > span { color: var(--blue-dark); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.expertise-columns header a { color: var(--blue); font-size: 10px; font-weight: 700; }
.expertise-columns > div > a { min-height: 58px; display: grid; grid-template-columns: 34px minmax(0, 1fr) 18px; gap: 10px; align-items: center; border-bottom: 1px solid #b9cedb; }
.expertise-columns > div > a > span { color: var(--green-dark); font: 9px var(--mono); }
.expertise-columns > div > a > strong { color: var(--blue-dark); font-size: 14px; }
.expertise-columns > div > a > i { color: var(--green-dark); font-style: normal; }

.trust-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 28px; }
.testimonial-feature { padding: clamp(26px, 4vw, 48px); background: var(--blue-dark); color: #fff; }
.quote-mark { display: block; height: 38px; color: #c8ec98; font: 54px/1 Georgia, serif; }
.testimonial-feature blockquote { max-width: 700px; margin: 12px 0 30px; color: #e3edf4; font-size: clamp(17px, 1.7vw, 23px); line-height: 1.45; }
.testimonial-feature footer { padding-top: 18px; display: flex; align-items: center; gap: 14px; border-top: 1px solid #3b698b; }
.testimonial-feature footer img { width: 56px; height: 56px; object-fit: contain; background: #fff; }
.testimonial-feature footer div { display: grid; gap: 2px; }
.testimonial-feature footer strong { font-size: 13px; }
.testimonial-feature footer a { color: #c8ec98; font-size: 10px; }
.customer-ledger { border-top: 1px solid var(--line); }
.customer-ledger > a { min-height: 84px; padding: 12px 0; display: grid; grid-template-columns: 62px minmax(0, 1fr) 18px; gap: 14px; align-items: center; border-bottom: 1px solid var(--line); }
.customer-ledger img { width: 62px; height: 58px; object-fit: contain; }
.customer-ledger span { display: grid; gap: 3px; }
.customer-ledger strong { color: var(--blue-dark); font-size: 13px; }
.customer-ledger small { color: var(--muted); font-size: 10px; }
.customer-ledger i { color: var(--green-dark); font-style: normal; }

.section-heading { margin-bottom: 24px; display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 18px; }
.section-number { padding-top: 6px; color: var(--green-dark); font: 10px var(--mono); }
.section-heading > div { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading h2 { max-width: 690px; margin: 0; color: var(--blue-dark); }
.section-heading p { max-width: 520px; margin: 0; color: var(--muted); font-size: 13px; }
.source-archive { padding-top: 12px; padding-bottom: 28px; }
.source-archive > summary { padding: 13px 0; cursor: pointer; color: var(--blue); font-size: 12px; font-weight: 700; }

.page-hero { padding: 0; display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; background: var(--blue-dark); color: #fff; border-bottom: 3px solid var(--green); }
.page-hero.has-media { grid-template-columns: minmax(0, .98fr) minmax(390px, .82fr); align-items: stretch; }
.page-hero-copy { min-height: 320px; padding: clamp(42px, 5vw, 64px) clamp(30px, 5vw, 60px); display: flex; flex-direction: column; justify-content: center; }
.page-hero-copy .eyebrow { margin-bottom: 12px; color: #c8ec98; }
.page-hero-copy h1 { max-width: 760px; color: #fff; }
.page-hero-copy > p { max-width: 760px; margin-bottom: 20px; color: #c9dcea; font-size: clamp(14px, 1.15vw, 16px); }
.page-hero .button-primary { background: var(--green); border-color: var(--green); color: #17320a; }
.page-hero .button-primary:hover { background: #8ccf36; border-color: #8ccf36; }
.page-hero .button-secondary { border-color: #7498b2; color: #fff; }
.page-hero .button-secondary:hover { background: #0a4a7f; border-color: #a3c0d4; }
.page-hero-media { position: relative; min-height: 320px; height: auto; margin: 0; overflow: hidden; background: #e2ebf0; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-media figcaption { position: absolute; right: 8px; bottom: 8px; padding: 7px 9px; background: rgb(5 59 112 / .9); color: #fff; font: 9px var(--mono); }
.content-notice { margin-top: 18px; padding-top: 14px; padding-bottom: 14px; border-left: 3px solid var(--green); background: #f1f8e9; color: #37561b; font-weight: 700; }

.source-gallery { padding-block: 28px; background: #eaf1f5; border-bottom: 1px solid var(--line); }
.source-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.source-gallery figure { min-width: 0; margin: 0; padding: 8px; background: var(--white); border: 1px solid var(--line); }
.source-gallery img { width: 100%; height: 190px; object-fit: contain; background: #f6f8f9; }
.source-gallery figcaption { padding-top: 7px; color: var(--muted); font-size: 10px; }

.source-layout { padding-top: var(--section); padding-bottom: var(--section); display: grid; grid-template-columns: minmax(0, 1fr); gap: 38px; background: var(--white); }
.source-layout.has-toc { grid-template-columns: 220px minmax(0, 820px); justify-content: center; }
.page-toc { position: sticky; top: 18px; align-self: start; max-height: calc(100vh - 36px); padding: 14px; overflow-y: auto; border: 1px solid var(--line); background: var(--white); }
.page-toc strong { color: var(--blue-dark); font-size: 11px; }
.page-toc ol { margin: 10px 0 0; padding: 0; list-style: none; display: grid; }
.page-toc li { border-top: 1px solid var(--line); }
.page-toc a { padding: 7px 0; display: block; color: var(--muted); font-size: 10px; line-height: 1.35; }
.page-toc a:hover { color: var(--blue); }
.page-toc .toc-level-3 { padding-left: 10px; }
.source-content { width: 100%; max-width: 820px; min-width: 0; margin-inline: auto; color: #263746; overflow-wrap: anywhere; }
.source-content .content-label { margin-bottom: 14px; }
.source-content h2 { margin: 36px 0 15px; padding-top: 3px; color: var(--blue-dark); font-size: clamp(24px, 2.2vw, 32px); scroll-margin-top: 20px; }
.source-content h2:first-of-type { margin-top: 0; }
.source-content h3 { margin: 28px 0 12px; color: var(--blue-dark); font-size: clamp(19px, 1.6vw, 24px); scroll-margin-top: 20px; }
.source-content h4, .source-content h5, .source-content h6 { margin: 22px 0 9px; color: var(--ink); font-size: 17px; }
.source-content p { margin-bottom: 15px; }
.source-content a { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.source-content a:hover { color: var(--green-dark); }
.source-content ul, .source-content ol { margin: 0 0 20px; padding-left: 22px; }
.source-content li { margin-bottom: 7px; }
.source-content blockquote { margin: 22px 0; padding: 14px 18px; border-left: 3px solid var(--green); background: #f1f7eb; }
.source-content img { max-height: 620px; margin: 18px auto; object-fit: contain; }
.source-content figure { margin: 22px 0; }
.source-content figcaption { margin-top: 7px; color: var(--muted); font-size: 11px; text-align: center; }
.source-content table { width: 100%; margin: 20px 0; display: block; overflow-x: auto; border-collapse: collapse; }
.source-content th, .source-content td { min-width: 130px; padding: 9px 10px; border: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 12px; }
.source-content th { background: var(--blue-soft); color: var(--blue-dark); }
.source-content hr { margin: 30px 0; border: 0; border-top: 1px solid var(--line); }
.source-content pre { max-width: 100%; padding: 14px; overflow-x: auto; background: #edf2f5; font: 12px/1.5 var(--mono); }
.source-content strong { color: #142f43; }

.archive-list { padding-block: var(--section); background: var(--white); }
.archive-list-inner > a { min-height: 54px; padding: 11px 0; display: grid; grid-template-columns: 42px 1fr 160px 20px; gap: 12px; align-items: center; border-top: 1px solid var(--line); }
.archive-list-inner > a:last-child { border-bottom: 1px solid var(--line); }
.archive-list-inner > a > span, .archive-list-inner > a > small { color: var(--muted); font: 10px var(--mono); }
.archive-list-inner > a > strong { font-size: 14px; }
.archive-list-inner > a > i { color: var(--green-dark); font-style: normal; }
.archive-list-inner > a:hover strong { color: var(--blue); }

.contact-ledger { margin-top: 22px; margin-bottom: 10px; display: grid; grid-template-columns: 1fr 1.6fr 1fr 1.3fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-ledger > div { min-height: 130px; padding: 15px; display: flex; flex-direction: column; gap: 5px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.contact-ledger > div > span { margin-bottom: auto; color: var(--green-dark); font: 9px var(--mono); text-transform: uppercase; }
.contact-ledger p { margin-bottom: 4px; color: var(--muted); font-size: 12px; }
.contact-ledger a { color: var(--blue-dark); font-size: 13px; font-weight: 700; }

.search-panel { padding-top: var(--section); padding-bottom: var(--section); }
.search-panel form { max-width: 900px; margin-inline: auto; }
.search-panel label { display: block; margin-bottom: 8px; color: var(--blue-dark); font-size: 12px; font-weight: 700; }
.search-panel form > div { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.search-panel input { min-height: 44px; padding: 10px 12px; border: 1px solid var(--line-strong); background: var(--white); }
.search-results { max-width: 900px; margin: 24px auto 0; }
.search-result { padding: 13px 0; display: block; border-top: 1px solid var(--line); }
.search-result:last-child { border-bottom: 1px solid var(--line); }
.search-result span { color: var(--green-dark); font: 9px var(--mono); text-transform: uppercase; }
.search-result strong { display: block; margin: 3px 0; color: var(--blue-dark); font-size: 17px; }
.search-result small { color: var(--muted); font-size: 11px; }

.brief-section { padding-block: var(--section); background: var(--blue-soft); border-top: 1px solid #c8deed; }
.brief-grid { display: grid; grid-template-columns: minmax(260px, .82fr) minmax(0, 1.4fr); gap: clamp(28px, 5vw, 70px); }
.brief-copy .eyebrow { margin-bottom: 12px; }
.brief-copy h2 { color: var(--blue-dark); }
.brief-copy > p { color: var(--muted); font-size: 13px; }
.brief-copy dl { margin: 22px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.brief-copy dl div { padding-top: 9px; border-top: 1px solid #b9d5e7; }
.brief-copy dt { color: var(--muted); font: 9px var(--mono); text-transform: uppercase; }
.brief-copy dd { margin: 2px 0 0; color: var(--blue-dark); font-weight: 800; }
.brief-form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 12px; }
.brief-form label { display: grid; gap: 4px; align-content: start; color: var(--muted); font: 9px var(--mono); text-transform: uppercase; }
.brief-form input, .brief-form select, .brief-form textarea { width: 100%; min-height: 42px; padding: 8px 10px; border: 1px solid #b6ccda; border-radius: 0; background: var(--white); color: var(--ink); font: 14px/1.45 var(--sans); text-transform: none; }
.brief-form textarea { resize: vertical; }
.brief-form input[aria-invalid="true"], .brief-form textarea[aria-invalid="true"] { border-color: var(--danger); }
.brief-form .field-wide { grid-column: 1 / -1; }
.field-error { min-height: 11px; color: var(--danger); font: 9px var(--mono); text-transform: none; }
.brief-form .button { justify-self: start; }

.map-panel { position: relative; min-height: 280px; padding-block: var(--section); overflow: hidden; background: var(--blue-dark); color: #fff; }
.map-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(360px, 1.2fr); gap: 40px; align-items: center; }
.map-grid h2 { margin-top: 8px; }
.map-grid p { max-width: 520px; color: #c2d8e7; }
.map-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.map-actions .button { border-color: #88abc5; color: #fff; }
.map-actions .button:hover { background: #0d568c; }
.map-actions > a { color: #caeb9e; font-size: 11px; font-weight: 700; }
.map-placeholder { min-height: 190px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; background: #0a4b7d; border: 1px solid #45769a; }
.map-placeholder span { color: #9fc0d7; font: 9px var(--mono); }
.map-placeholder strong { font-size: 20px; }
.map-placeholder iframe { width: 100%; height: 100%; min-height: 260px; border: 0; }

.site-footer { padding-top: 38px; background: #062f53; color: #fff; }
.footer-grid { padding-bottom: 32px; display: grid; grid-template-columns: 1.25fr .8fr .8fr 1.1fr; gap: 32px; }
.footer-grid > div, .footer-grid nav { min-width: 0; display: grid; align-content: start; gap: 5px; }
.footer-kicker { margin-bottom: 10px; color: #b9e481; }
.footer-company > strong, .footer-contact > a:first-of-type { font-size: 18px; }
.footer-company p { max-width: 330px; margin: 3px 0; color: #b9cfde; font-size: 12px; }
.footer-contact a, .footer-nav a { min-height: 27px; padding: 4px 0; color: #d9e7f0; font-size: 12px; }
.footer-contact a:hover, .footer-nav a:hover { color: #fff; }
.footer-platforms { gap: 7px !important; }
.platform-link { min-height: 48px; padding: 7px; display: grid; grid-template-columns: 92px 1fr; gap: 10px; align-items: center; border: 1px solid #35617f; }
.platform-link:hover { background: #0a426e; }
.platform-link img { width: auto; max-width: 88px; max-height: 28px; }
.platform-link span { display: grid; }
.platform-link strong { font-size: 11px; }
.platform-link small, .footer-platforms > small { color: #a9c2d3; font-size: 9px; }
.footer-platforms > small { margin-top: 5px; line-height: 1.35; }
.footer-bottom { min-height: 52px; padding-block: 12px; display: flex; justify-content: space-between; align-items: center; gap: 18px; border-top: 1px solid #35617f; color: #a9c2d3; font: 9px var(--mono); }
.amg-credit { display: flex; align-items: center; gap: 7px; }
.amg-credit img { width: 54px; }
.amg-credit strong { color: #fff; }

.not-found { min-height: 440px; padding: clamp(60px, 8vw, 110px) var(--gutter); background: var(--white); }
.not-found > span { color: var(--green-dark); font: 11px var(--mono); }
.not-found h1 { max-width: 700px; margin-top: 12px; }
.not-found p { max-width: 600px; color: var(--muted); }
.not-found > div { display: flex; flex-wrap: wrap; gap: 8px; }

@media (max-width: 1240px) {
  .header-row { grid-template-columns: 108px minmax(0, 1fr) 34px 132px; gap: 8px; }
  .nav-main { padding-inline: 6px 3px; font-size: 11px; }
  .mega-toggle { width: 15px; margin-right: 0; }
  .header-cta { padding-inline: 9px; font-size: 10px; }
  .source-layout.has-toc { grid-template-columns: 200px minmax(0, 760px); }
}

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .header-row { min-height: 58px; grid-template-columns: 1fr 38px 42px; }
  .header-cta { display: none; }
  .search-link { justify-self: end; }
  .menu-toggle { display: flex; }
  .corporate-hero-inner { grid-template-columns: minmax(0, .95fr) minmax(410px, 1.05fr); }
  .corporate-hero-copy { padding-right: 30px; }
  .project-rows { grid-template-columns: 1fr; }
  .contact-ledger { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .header-address, .header-email { display: none; }
  .utility-inner { justify-content: space-between; }
  .corporate-hero-inner, .page-hero.has-media { grid-template-columns: 1fr; }
  .corporate-hero-copy { padding: 42px 0 36px; }
  .corporate-hero-media { min-height: 340px; }
  .corporate-section-head { grid-template-columns: 1fr; gap: 12px; }
  .process-rail { grid-template-columns: repeat(3, 1fr); }
  .process-step:nth-child(4) { border-left: 1px solid #b9cedb; }
  .process-step:nth-child(-n+3) { border-bottom: 1px solid #b9cedb; }
  .audience-panels { grid-template-columns: 1fr; }
  .audience-panel { min-height: 360px; }
  .featured-project { grid-template-columns: 1fr; }
  .featured-project-media { min-height: 340px; }
  .expertise-columns { grid-template-columns: 1fr; }
  .trust-layout { grid-template-columns: 1fr; }
  .section-heading > div { display: grid; gap: 8px; }
  .source-layout.has-toc { grid-template-columns: 1fr; }
  .page-toc { position: static; max-height: none; }
  .source-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .archive-list-inner > a { grid-template-columns: 34px 1fr 20px; }
  .archive-list-inner > a > small { grid-column: 2; }
  .brief-grid { grid-template-columns: 1fr; }
  .map-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  :root { --section: 38px; }
  body { font-size: 14px; }
  .shell { padding-inline: 16px; }
  .utility-bar, .utility-inner { min-height: 30px; }
  .utility-inner { padding-inline: 10px; gap: 8px; font-size: 8.5px; }
  .header-hours { white-space: nowrap; }
  .header-phone { font-size: 9px; }
  .header-row { min-height: 54px; padding-inline: 12px; }
  .brand { width: 96px; }
  h1 { font-size: clamp(30px, 8.8vw, 36px); line-height: 1.06; }
  h2 { font-size: clamp(24px, 7vw, 30px); }
  h3 { font-size: 18px; }
  .breadcrumbs { min-height: 32px; }
  .breadcrumbs ol { font-size: 9px; }
  .corporate-hero-copy { padding: 34px 0 30px; }
  .corporate-hero-copy > p, .page-hero-copy > p { font-size: 14px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .corporate-hero-media { min-height: 255px; }
  .corporate-hero-media figcaption { right: 12px; bottom: 12px; left: 12px; }
  .hero-facts { grid-template-columns: 1fr; gap: 10px; margin-top: 24px; }
  .hero-facts div { grid-template-columns: 92px 1fr; align-items: baseline; }
  .corporate-section-head { margin-bottom: 22px; }
  .corporate-section-head p { font-size: 12px; }
  .process-rail { grid-template-columns: 1fr; }
  .process-step, .process-step:last-child { border-right: 1px solid #b9cedb; border-bottom: 1px solid #b9cedb; }
  .process-step:last-child { border-bottom: 0; }
  .process-step:not(:last-child)::after { top: auto; right: 20px; bottom: -4px; }
  .process-step a { min-height: 82px; padding: 12px; display: grid; grid-template-columns: 32px 1fr; gap: 3px 10px; }
  .process-step span { grid-row: 1 / 3; margin: 0; }
  .process-step strong { margin: 0; }
  .audience-panel { min-height: 330px; }
  .audience-panel > div { padding: 20px; }
  .audience-panel h3 { font-size: 24px; }
  .service-row { min-height: 72px; grid-template-columns: 32px minmax(0, 1fr) 16px; gap: 8px; }
  .service-row > small { display: none; }
  .featured-project-media { min-height: 240px; }
  .featured-project > div { padding: 24px 18px; }
  .project-row { grid-template-columns: 1fr; }
  .project-row figure { min-height: 220px; }
  .expertise-columns { gap: 22px; }
  .testimonial-feature { padding: 24px 20px; }
  .testimonial-feature blockquote { font-size: 17px; }
  .section-heading { grid-template-columns: 30px 1fr; gap: 8px; }
  .page-hero-copy { min-height: 280px; padding: 32px 18px; }
  .page-hero-media { min-height: 240px; height: 240px; }
  .page-hero-media figcaption { font-size: 8px; }
  .source-gallery { padding-block: 18px; }
  .source-gallery-grid { grid-template-columns: 1fr; gap: 6px; }
  .source-gallery img { height: 220px; }
  .source-layout { gap: 22px; }
  .source-content h2 { margin-top: 28px; font-size: 24px; }
  .source-content h3 { margin-top: 23px; font-size: 19px; }
  .source-content table { width: calc(100vw - 32px); }
  .contact-ledger { grid-template-columns: 1fr; }
  .contact-ledger > div { min-height: 108px; }
  .archive-list-inner > a { grid-template-columns: 28px 1fr 16px; gap: 8px; }
  .brief-copy dl { grid-template-columns: 1fr; }
  .brief-form { grid-template-columns: 1fr; }
  .brief-form .field-wide { grid-column: 1; }
  .search-panel form > div { grid-template-columns: 1fr; }
  .map-grid { gap: 22px; }
  .map-placeholder { min-height: 160px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .amg-credit { flex-wrap: wrap; }
}

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

@media print {
  .site-header, .site-footer, .brief-section, .map-panel, .page-toc, .button { display: none !important; }
  body, .page-hero, .source-layout { background: #fff; color: #000; }
  .source-layout.has-toc { display: block; }
  a { color: #000; text-decoration: underline; }
}
