:root {
  --navy: #0b2344;
  --navy-deep: #07192f;
  --blue: #0e67ad;
  --cyan: #0798d2;
  --ink: #17212d;
  --muted: #5d6875;
  --line: #dce3ea;
  --paper: #f4f7fa;
  --white: #fff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: white; color: var(--navy); }
.skip-link:focus { top: 16px; }

.site-header { background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: block; width: 260px; }
.brand img { width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: 34px; font-size: .88rem; font-weight: 650; letter-spacing: .02em; }
nav a { text-decoration: none; }
nav a:not(.nav-contact):hover { color: var(--blue); }
.nav-contact { padding: 10px 18px; color: white; background: var(--navy); border: 1px solid var(--navy); }
.nav-contact:hover { color: var(--navy); background: white; }

.hero { position: relative; overflow: hidden; color: white; background: var(--navy-deep); }
.hero::before { content: ""; position: absolute; inset: 0 0 0 48%; opacity: .38; background: linear-gradient(135deg, transparent 0 23%, var(--blue) 23.2% 24%, transparent 24.2% 41%, var(--cyan) 41.2% 42%, transparent 42.2%); }
.hero-grid { position: relative; z-index: 1; min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr); gap: 9%; align-items: center; padding-block: 100px; }
.eyebrow { margin: 0 0 18px; color: #8bd8f5; text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 800; }
.eyebrow.blue { color: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 820px; margin-bottom: 28px; font-size: clamp(3rem, 5.7vw, 5.25rem); font-weight: 680; }
h2 { margin-bottom: 24px; font-size: clamp(2.25rem, 4vw, 3.7rem); font-weight: 670; }
h3 { margin-bottom: 14px; font-size: 1.65rem; }
.hero-lede { max-width: 690px; margin-bottom: 38px; color: #d2dfeb; font-size: clamp(1.08rem, 1.65vw, 1.28rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.button { display: inline-block; padding: 14px 22px; color: white; background: var(--blue); border: 1px solid #2e8cd2; text-decoration: none; font-weight: 700; }
.button:hover { background: #1477c5; }
.text-link { color: white; text-underline-offset: 5px; font-weight: 650; }
.hero-panel { padding: 34px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.06); backdrop-filter: blur(6px); }
.panel-kicker { color: #8bd8f5; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 800; }
.panel-statement { margin-bottom: 26px; font-size: 1.32rem; font-weight: 700; line-height: 1.65; }
.panel-rule { width: 58px; height: 3px; margin-bottom: 24px; background: linear-gradient(90deg, var(--cyan), #3150a0); }
.hero-panel > p:last-child { margin: 0; color: #b9c9d8; }

.intro { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 7%; align-items: end; margin-bottom: 68px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin: 0; }
.section-heading > p:last-child { margin: 0 0 7px; color: var(--muted); font-size: 1.08rem; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.pillar { position: relative; padding: 38px 32px 10px 0; }
.pillar + .pillar { padding-left: 34px; border-left: 1px solid var(--line); }
.pillar-number { display: block; margin-bottom: 36px; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.pillar p { margin-bottom: 0; color: var(--muted); }

.pressure { padding: 120px 0; background: var(--paper); }
.pressure-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 6%; align-items: center; }
.pressure-copy { max-width: 720px; }
.pressure-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.multitool-visual { margin: 0; }
.multitool-image { width: min(112%, 560px); max-width: none; margin-left: -6%; filter: drop-shadow(0 24px 22px rgba(11,35,68,.25)); transform: rotate(-2deg); }
.team-panel { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8%; align-items: center; margin-top: 64px; padding: 34px 38px; color: white; background: var(--navy); border-left: 5px solid var(--cyan); }
.team-panel h3 { margin-bottom: 20px; font-size: 2rem; }
.team-panel div h3 { margin-bottom: 0; }
.team-panel > p:last-child { margin-bottom: 0; color: #c6d5e2; }

.situations { padding: 110px 0; color: white; background: var(--navy); }
.situations-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10%; }
.situations h2 { max-width: 520px; margin-bottom: 0; }
.situation-list { border-top: 1px solid rgba(255,255,255,.28); }
.situation-list div { display: grid; grid-template-columns: 50px 1fr; align-items: center; min-height: 68px; border-bottom: 1px solid rgba(255,255,255,.18); }
.situation-list span { color: #7ecfed; font-size: .75rem; font-weight: 800; }
.situation-list p { margin: 0; font-size: 1.08rem; font-weight: 620; }

.engagements { padding: 120px 0 105px; background: white; }
.engagements-heading { margin-bottom: 54px; }
.engagement-group { display: grid; grid-template-columns: .34fr 1.66fr; gap: 6%; padding: 44px 0; border-top: 1px solid var(--line); }
.engagement-category span { display: block; margin-bottom: 22px; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .12em; }
.engagement-category h3 { max-width: 250px; margin: 0; font-size: 1.45rem; }
.engagement-list { display: grid; align-items: start; }
.engagement-list.three-up { grid-template-columns: repeat(3, 1fr); }
.engagement-list.two-up { grid-template-columns: repeat(2, 1fr); }
.engagement { min-width: 0; padding: 0 28px; border-left: 1px solid var(--line); }
.engagement:first-child { padding-left: 0; border-left: 0; }
.engagement:last-child { padding-right: 0; }
.engagement-scale { margin-bottom: 18px; color: var(--blue); text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 800; }
.engagement h4 { margin: 0 0 14px; color: var(--navy); font-size: 1.12rem; line-height: 1.28; letter-spacing: -.015em; }
.engagement > p:last-child { margin: 0; color: var(--muted); font-size: .92rem; }
.engagement-note { margin: 2px 0 0; padding-top: 24px; color: #7a8490; border-top: 1px solid var(--line); font-size: .76rem; font-style: italic; }

.about { padding: 120px 0; background: var(--paper); }
.about-label { margin-bottom: 34px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7%; align-items: end; }
.about-grid h2 { margin: 0; }
.about-grid > p { margin: 0 0 7px; color: var(--muted); font-size: 1.08rem; }
.leadership-section { padding: 66px 0 70px; background: white; border-top: 1px solid var(--line); }
.leadership-label { margin-bottom: 26px; }
.leadership { display: grid; grid-template-columns: .65fr 1.35fr; gap: 10%; align-items: start; }
.leadership-heading h3 { margin-bottom: 5px; font-size: 1.45rem; }
.leadership-heading > p:last-child { margin: 0; color: var(--blue); font-size: .86rem; font-weight: 750; }
.leadership-copy { max-width: 700px; }
.leadership-copy p { margin-bottom: 10px; color: var(--muted); font-size: .92rem; }
.linkedin-link { display: inline-block; color: var(--navy); text-underline-offset: 5px; font-size: .82rem; font-weight: 700; }
.linkedin-link span { margin-left: 6px; color: var(--blue); }

.contact { padding: 90px 0; color: white; background: linear-gradient(115deg, #0b5fa4, #0a2a50); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 8%; }
.contact h2 { max-width: 600px; margin: 0; }
.contact-copy > p:last-child { max-width: 410px; margin-top: 24px; color: #c7d9e8; }
.contact-form { display: grid; gap: 20px; padding: 38px; color: var(--ink); background: white; border-top: 5px solid var(--cyan); box-shadow: 0 20px 50px rgba(0,0,0,.14); }
.contact-form label { display: grid; gap: 7px; font-size: .8rem; font-weight: 750; letter-spacing: .03em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #f8fafc; border: 1px solid #c3d0dc; border-radius: 0; font: inherit; transition: border-color .15s ease, background-color .15s ease; }
.contact-form input:hover, .contact-form textarea:hover { background: white; border-color: #9aafc1; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(7,152,210,.25); border-color: var(--blue); }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-submit-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; }
.submit-button { min-width: 145px; cursor: pointer; font: inherit; }
.form-notice { padding: 12px 14px; border-left: 4px solid; font-weight: 650; }
.form-notice.success { color: #175c36; background: #eaf7ef; border-color: #2f8b57; }
.form-notice.error { color: #7f2727; background: #fff0f0; border-color: #bd4141; }

footer { padding: 54px 0 30px; background: white; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.footer-main img { width: 230px; }
.value-promise { display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: .76rem; letter-spacing: .08em; white-space: nowrap; }
.value-promise strong { color: var(--blue); font-size: 1rem; }
.value-promise i { color: #a3adb7; font-style: normal; }
.promise-rule { width: 34px; height: 1px; margin-right: 4px; background: var(--blue); }
.footer-legal { display: flex; justify-content: space-between; align-items: start; gap: 30px; padding-top: 24px; color: #717b86; font-size: .78rem; }
.footer-legal > p { margin: 0; }
details { max-width: 550px; text-align: right; }
summary { cursor: pointer; color: var(--ink); font-weight: 650; }
details p { margin: 12px 0 0; }

a:focus-visible, summary:focus-visible { outline: 3px solid #5ec5ee; outline-offset: 4px; }

@media (max-width: 820px) {
  .container { width: min(calc(100% - 36px), var(--max)); }
  .nav-wrap { min-height: 78px; }
  .brand { width: 200px; }
  nav a:not(.nav-contact) { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 54px; padding-block: 78px; }
  .hero::before { inset: 40% -40% 0 15%; }
  .hero-panel { max-width: 470px; }
  .intro, .pressure, .engagements, .about { padding: 85px 0; }
  .section-heading, .pressure-grid, .situations-grid, .about-grid, .leadership, .contact-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 24px; margin-bottom: 48px; }
  .pillars { grid-template-columns: 1fr; }
  .pillar, .pillar + .pillar { padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .pillar-number { margin-bottom: 18px; }
  .situations { padding: 82px 0; }
  .situations-grid { gap: 48px; }
  .engagement-group { grid-template-columns: 1fr; gap: 28px; padding: 38px 0; }
  .engagement-category h3 { max-width: none; }
  .engagement-list.three-up, .engagement-list.two-up { grid-template-columns: 1fr; }
  .engagement { padding: 24px 0; border-top: 1px solid var(--line); border-left: 0; }
  .engagement:first-child { padding-top: 0; border-top: 0; }
  .engagement:last-child { padding-bottom: 0; }
  .pressure-grid, .contact-grid { gap: 48px; }
  .multitool-visual { max-width: 580px; }
  .multitool-image { width: 100%; margin-left: 0; }
  .team-panel { grid-template-columns: 1fr; gap: 24px; margin-top: 44px; }
  .about-grid { gap: 50px; }
  .leadership { gap: 24px; }
  .value-promise { flex-wrap: wrap; }
}

@media (max-width: 520px) {
  .brand { width: 170px; }
  .nav-contact { padding: 8px 12px; font-size: .78rem; }
  h1 { font-size: 2.7rem; }
  h2 { font-size: 2.15rem; }
  .hero-grid { padding-block: 64px; }
  .hero-panel { padding: 26px; }
  .team-panel, .contact-form { padding: 26px; }
  .form-row { grid-template-columns: 1fr; }
  .g-recaptcha { max-width: 100%; transform-origin: left center; }
  .footer-main, .footer-legal { align-items: start; flex-direction: column; }
  .promise-rule { display: none; }
  details { text-align: left; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
