:root {
  --navy: #071827;
  --navy-2: #0c263d;
  --blue: #184a73;
  --gold: #d8a328;
  --gold-bright: #efbd45;
  --sand: #f4efe4;
  --mist: #eef3f5;
  --ink: #102538;
  --muted: #667887;
  --line: #dbe3e7;
  --white: #fff;
  --green: #1c725a;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 78px;
  padding: 0 clamp(22px, 5.5vw, 86px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  background: rgba(7, 24, 39, .94);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-symbol { width: 38px; height: 38px; color: var(--gold-bright); }
.brand-symbol svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; }
.brand-symbol svg path:first-child { stroke-width: 1.1; }
.brand-copy strong { display: block; font-size: 16px; line-height: 1; letter-spacing: .16em; }
.brand-copy small { display: block; margin-top: 5px; color: #aabac6; font-size: 10px; letter-spacing: .045em; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { color: #c3cfd7; text-decoration: none; font-size: 12px; font-weight: 600; transition: .18s ease; }
nav a:hover { color: white; }
.nav-cta { display: inline-flex; align-items: center; gap: 15px; min-height: 40px; padding: 0 16px; border: 1px solid rgba(239,189,69,.65); color: var(--gold-bright) !important; border-radius: 2px; }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 100vh; padding: 152px clamp(22px, 5.5vw, 86px) 0; color: white; background: var(--navy); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; right: -18%; top: -32%; width: 800px; height: 800px; border-radius: 50%; background: radial-gradient(circle, rgba(34,86,126,.52) 0, rgba(7,24,39,0) 70%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 17%; background: linear-gradient(164deg, transparent 49.7%, var(--sand) 50%); pointer-events: none; }
.hero-grid { max-width: 1450px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 8vw; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--gold-bright); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { margin: 0; max-width: 780px; font-size: clamp(54px, 6.7vw, 104px); line-height: .93; letter-spacing: -.055em; }
h1 em { color: var(--gold-bright); font-style: italic; }
.hero-intro { max-width: 620px; margin: 28px 0 0; color: #b8c6cf; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 13px; margin-top: 37px; }
.button { min-height: 52px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 0; border-radius: 2px; text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: .025em; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary, .button.submit { color: var(--navy); background: var(--gold-bright); box-shadow: 0 10px 30px rgba(216,163,40,.15); }
.button.secondary { color: white; background: transparent; border: 1px solid rgba(255,255,255,.28); }
.profile-download { width: max-content; margin-top: 24px; display: inline-flex; align-items: center; gap: 11px; color: #b8c6cf; text-decoration: none; transition: .18s ease; }
.profile-download:hover { color: white; transform: translateX(3px); }
.download-icon { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(239,189,69,.5); color: var(--gold-bright); font-size: 15px; }
.profile-download strong, .profile-download small { display: block; }
.profile-download strong { font-size: 10px; letter-spacing: .045em; }
.profile-download small { margin-top: 3px; color: #788d9b; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.hero-visual { position: relative; min-height: 490px; }
.visual-frame { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.12); background: var(--navy-2); overflow: hidden; box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.visual-frame::before { content: ""; position: absolute; left: 9%; right: 9%; top: 9%; bottom: 9%; border: 1px solid rgba(239,189,69,.25); }
.visual-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,24,39,.48), transparent 55%), linear-gradient(0deg, rgba(7,24,39,.38), transparent 48%); pointer-events: none; }
.hero-project-image { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; display: block; }
.image-label { position: absolute; z-index: 3; left: 20px; bottom: 18px; padding: 7px 9px; color: rgba(255,255,255,.82); background: rgba(7,24,39,.72); font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; backdrop-filter: blur(8px); }
.location-card, .project-card { position: absolute; z-index: 4; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 20px 48px rgba(0,0,0,.18); }
.location-card { left: -30px; top: 54px; width: 232px; padding: 16px; display: flex; align-items: center; gap: 12px; }
.pin { display: grid; place-items: center; width: 30px; height: 30px; color: var(--gold); background: #fff5dc; border-radius: 50%; font-size: 10px; }
.location-card small, .project-card small { display: block; color: #7a8995; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.location-card strong, .project-card strong { display: block; margin-top: 4px; font-size: 12px; }
.project-card { right: -22px; bottom: 55px; width: 248px; padding: 19px; }
.project-progress { height: 4px; margin-top: 15px; background: #e7ecef; }
.project-progress span { display: block; width: 73%; height: 100%; background: var(--gold); }
.trust-strip { max-width: 1450px; margin: 92px auto 0; position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4,1fr); padding: 0 0 55px; }
.trust-strip div { padding: 0 28px; border-right: 1px solid rgba(255,255,255,.15); }
.trust-strip div:first-child { padding-left: 0; }
.trust-strip div:last-child { border: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { color: var(--gold-bright); font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.trust-strip span { margin-top: 6px; color: #9fb0bb; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.capabilities { padding: 125px clamp(22px, 5.5vw, 86px) 120px; background: var(--sand); }
.section-heading { max-width: 1450px; margin: 0 auto 55px; display: grid; grid-template-columns: 1.1fr .55fr; gap: 9vw; align-items: end; }
.eyebrow.dark { color: #a67308; }
.section-heading h2, .contact h2 { margin: 0; max-width: 800px; font-size: clamp(42px, 5vw, 72px); line-height: 1.03; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.service-grid { max-width: 1450px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #d8d1c2; }
.service-card { min-height: 455px; padding: 36px 34px 32px; border-right: 1px solid #d8d1c2; background: rgba(255,255,255,.45); position: relative; transition: .22s ease; }
.service-card:last-child { border-right: 0; }
.service-card:hover { background: white; transform: translateY(-5px); box-shadow: 0 22px 50px rgba(55,46,25,.08); }
.service-card.featured { background: var(--navy); color: white; }
.service-number { position: absolute; right: 28px; top: 25px; color: #9c8e72; font-size: 10px; letter-spacing: .1em; }
.featured .service-number { color: #718390; }
.service-icon { width: 52px; height: 52px; margin: 38px 0 27px; color: var(--gold); }
.service-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.4; }
.service-card h3 { margin: 0 0 17px; font-size: 28px; line-height: 1.13; letter-spacing: -.03em; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.service-card.featured p { color: #aebdc7; }
.service-card ul { margin: 25px 0 0; padding: 21px 0 0; border-top: 1px solid rgba(100,110,115,.22); list-style: none; }
.service-card li { position: relative; margin: 9px 0; padding-left: 15px; font-size: 11px; color: #526575; }
.service-card.featured li { color: #c4cfd6; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 6px; width: 4px; height: 4px; background: var(--gold); }
.leadership-card { max-width: 1450px; margin: 56px auto 0; display: grid; grid-template-columns: minmax(310px,.78fr) 1.22fr; min-height: 570px; color: white; background: var(--navy); overflow: hidden; box-shadow: 0 28px 65px rgba(40,35,25,.12); }
.director-portrait { position: relative; min-height: 570px; margin: 0; overflow: hidden; }
.director-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,24,39,.52), transparent 38%); pointer-events: none; }
.director-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; display: block; }
.director-portrait figcaption { position: absolute; z-index: 2; left: 26px; bottom: 23px; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.leadership-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(44px,6vw,88px); }
.leadership-copy h3 { max-width: 670px; margin: 0; font-size: clamp(38px,4vw,62px); line-height: 1.04; letter-spacing: -.045em; }
.leadership-copy > p:not(.eyebrow) { max-width: 640px; margin: 26px 0 0; color: #aebdc7; font-size: 14px; line-height: 1.75; }
.leadership-copy blockquote { position: relative; max-width: 620px; margin: 34px 0 0; padding: 22px 0 0 24px; border-top: 1px solid rgba(255,255,255,.14); color: #e1e8ec; font: italic 20px/1.55 Georgia,serif; }
.leadership-copy blockquote::before { content: "“"; position: absolute; left: 0; top: 16px; color: var(--gold-bright); font: 36px/1 Georgia,serif; }
.director-title { margin-top: 29px; padding-left: 24px; }
.director-title span, .director-title strong { display: block; }
.director-title span { color: var(--gold-bright); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.director-title strong { margin-top: 6px; font-size: 12px; }
.delivery-band { max-width: 1450px; margin: 38px auto 0; padding: 31px 0; display: grid; grid-template-columns: .45fr repeat(3,1fr); gap: 32px; border-top: 1px solid #d8d1c2; border-bottom: 1px solid #d8d1c2; }
.delivery-band > span { color: #9b8a69; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.delivery-band > div { display: grid; grid-template-columns: 25px 1fr; gap: 11px; }
.delivery-band strong { color: var(--gold); font: 400 14px/1 Georgia,serif; }
.delivery-band p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.delivery-band b { display: block; margin-bottom: 3px; color: var(--ink); font-size: 11px; }

.contact { padding: 120px clamp(22px, 5.5vw, 86px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; color: white; background: var(--navy-2); }
.contact-copy { max-width: 580px; justify-self: end; }
.contact-copy > p:not(.eyebrow) { margin: 26px 0 0; max-width: 520px; color: #aebcc6; font-size: 14px; line-height: 1.75; }
.direct-email { display: block; margin-top: 40px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); text-decoration: none; }
.direct-email span, .direct-email strong { display: block; }
.direct-email span { color: #7f98aa; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.direct-email strong { margin-top: 6px; color: var(--gold-bright); font-size: 15px; }
.response-note { display: flex; gap: 12px; margin-top: 30px; color: #8ba899; }
.response-note > span { display: grid; place-items: center; width: 22px; height: 22px; flex: 0 0 auto; border-radius: 50%; color: #64bd94; border: 1px solid rgba(100,189,148,.38); font-size: 9px; }
.response-note p { margin: 0; color: #91a5b2; font-size: 10px; line-height: 1.5; }
.response-note strong { display: block; margin-bottom: 3px; color: #c0d0d9; }
.career-card { margin-top: 34px; padding: 27px; border: 1px solid rgba(239,189,69,.28); background: rgba(7,24,39,.22); scroll-margin-top: 100px; }
.career-badge { display: inline-flex; min-height: 24px; align-items: center; padding: 0 8px; color: var(--gold-bright); background: rgba(239,189,69,.09); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.career-card h3 { margin: 17px 0 11px; font-size: 27px; line-height: 1.1; }
.career-card > p { margin: 0; color: #aebcc6; font-size: 11px; line-height: 1.65; }
.career-roles { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0; }
.career-roles span { padding: 6px 8px; color: #c0ced7; border: 1px solid rgba(255,255,255,.13); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.career-link { display: inline-flex; align-items: center; gap: 18px; color: var(--gold-bright); font-size: 11px; font-weight: 800; text-decoration: none; }
.career-link:hover { color: white; }
.career-card > small { display: block; margin-top: 16px; color: #7f95a3; font-size: 8px; line-height: 1.55; }
.quote-form { max-width: 720px; width: 100%; padding: 35px; color: var(--ink); background: white; box-shadow: 0 30px 60px rgba(0,0,0,.16); }
.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-heading span { font: 400 23px/1 Georgia,serif; }
.form-heading small { color: #8b98a1; font-size: 9px; }
.field-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 17px; }
.field { display: grid; gap: 7px; }
.field.wide { grid-column: 1 / -1; }
.field > span { color: #526676; font-size: 10px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: 12px; outline: none; color: var(--ink); background: #fbfcfc; font-size: 12px; }
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(216,163,40,.12); }
.field [aria-invalid="true"] { border-color: #c94646; }
.field small { min-height: 0; color: #b53e3e; font-size: 9px; }
.field small:empty { display: none; }
.button.submit { margin-top: 22px; width: 100%; }
.form-note { margin: 12px 0 0; color: #87939b; font-size: 9px; text-align: center; }

footer { min-height: 105px; padding: 0 clamp(22px, 5.5vw, 86px); display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; color: #9dadb8; background: var(--navy); border-top: 1px solid rgba(255,255,255,.09); }
footer p, footer > span { font-size: 10px; }
footer p { text-align: center; color: var(--gold); font-style: italic; }
.footer-profile-link { color: var(--gold-bright); font-style: normal; text-underline-offset: 4px; }
.footer-profile-link:hover { color: white; }
footer > span { justify-self: end; }
.footer-brand .brand-symbol { width: 32px; height: 32px; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 25px; transform: translate(-50%,20px); padding: 13px 18px; color: white; background: var(--green); box-shadow: 0 16px 38px rgba(0,0,0,.22); font-size: 11px; opacity: 0; visibility: hidden; transition: .2s ease; }
.toast.show { transform: translate(-50%,0); opacity: 1; visibility: visible; }

@media (max-width: 980px) {
  nav { display: none; }
  .menu-button { display: grid; gap: 5px; width: 40px; height: 40px; place-content: center; border: 0; background: transparent; }
  .menu-button span { display: block; width: 21px; height: 1px; background: white; transition: .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .mobile-nav { position: absolute; left: 0; right: 0; top: 78px; display: grid; padding: 18px 24px 24px; gap: 8px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.1); transform: translateY(-140%); opacity: 0; pointer-events: none; transition: .2s; }
  .mobile-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-nav a { padding: 12px 0; text-decoration: none; color: #c5d1d9; font-size: 13px; }
  .mobile-nav .nav-cta { padding: 0 14px; width: max-content; margin-top: 8px; }
  .hero { padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 360px; margin: 25px 5% 0; }
  .trust-strip { margin-top: 70px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .delivery-band { grid-template-columns: repeat(3,1fr); }
  .delivery-band > span { grid-column: 1 / -1; }
  .leadership-card { grid-template-columns: .8fr 1.2fr; min-height: 520px; }
  .director-portrait { min-height: 520px; }
  .contact { grid-template-columns: 1fr; gap: 55px; }
  .contact-copy { justify-self: start; }
}

@media (max-width: 680px) {
  .site-header { height: 68px; padding: 0 18px; }
  .brand-copy small { display: none; }
  .mobile-nav { top: 68px; }
  .hero { min-height: 0; padding: 115px 20px 0; }
  .hero::after { height: 6%; }
  h1 { font-size: 56px; }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 300px; margin: 35px 8px 0; }
  .location-card { left: -9px; top: 28px; width: 205px; }
  .project-card { right: -9px; bottom: 26px; width: 210px; }
  .trust-strip { grid-template-columns: repeat(2,1fr); row-gap: 25px; margin-top: 55px; padding-bottom: 72px; }
  .trust-strip div { padding: 0 15px; }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(3) { padding-left: 0; }
  .capabilities { padding: 90px 18px; }
  .section-heading h2, .contact h2 { font-size: 43px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; border-right: 0; border-bottom: 1px solid #d8d1c2; }
  .service-card:last-child { border-bottom: 0; }
  .leadership-card { grid-template-columns: 1fr; min-height: 0; margin-top: 34px; }
  .director-portrait { min-height: 470px; }
  .leadership-copy { padding: 42px 25px 48px; }
  .leadership-copy h3 { font-size: 40px; }
  .leadership-copy blockquote { font-size: 18px; }
  .delivery-band { grid-template-columns: 1fr; gap: 22px; }
  .contact { padding: 90px 18px; }
  .quote-form { padding: 25px 18px; }
  .form-heading { display: block; }
  .form-heading small { display: block; margin-top: 6px; }
  .field-grid { grid-template-columns: 1fr; }
  .field.wide { grid-column: auto; }
  footer { grid-template-columns: 1fr; padding: 30px 20px; gap: 12px; text-align: center; }
  .footer-brand { justify-self: center; }
  footer p { margin: 0; }
  footer > span { justify-self: center; }
}

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