:root {
  --navy-950: #041329;
  --navy-900: #071b36;
  --navy-800: #0b294e;
  --navy-700: #123b68;
  --gold-500: #c8a44d;
  --gold-400: #d8bb70;
  --gold-300: #ead79f;
  --ink: #132238;
  --muted: #637083;
  --mist: #eef2f6;
  --cream: #f7f3e9;
  --line: #d9e0e8;
  --white: #fff;
  --shadow: 0 24px 70px rgba(7, 27, 54, .11);
  --radius: 4px;
  --container: min(1180px, calc(100% - 48px));
  --header-height: 96px;
  --transition: 220ms ease;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-900); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.25rem, 7vw, 6.9rem); font-weight: 540; }
h2 { font-size: clamp(2.25rem, 4.4vw, 4.3rem); font-weight: 540; }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); font-weight: 620; }

::selection { color: var(--navy-950); background: var(--gold-300); }

:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 4px;
}

.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(90px, 10vw, 150px) 0; }

.skip-link {
  position: fixed;
  z-index: 9999;
  left: 20px;
  top: -80px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--navy-900);
  transition: top var(--transition);
}
.skip-link:focus { top: 18px; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--gold-500);
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .19em;
  line-height: 1.25;
  text-transform: uppercase;
}
.eyebrow::before { width: 34px; height: 1px; content: ""; background: currentColor; }

.lead { color: var(--navy-900); font-size: clamp(1.18rem, 1.8vw, 1.45rem); line-height: 1.55; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: .77rem;
  font-weight: 750;
  letter-spacing: .1em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition);
}
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--navy-950); background: var(--gold-400); }
.button-gold:hover { background: var(--gold-300); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.44); background: rgba(4,19,41,.15); backdrop-filter: blur(5px); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.button-navy { color: var(--white); background: var(--navy-900); }
.button-navy:hover { background: var(--navy-700); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--gold-500);
  color: var(--navy-900);
  font-size: .84rem;
  font-weight: 720;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.text-link span { color: var(--gold-500); font-size: 1.1em; transition: transform var(--transition); }
.text-link:hover span { transform: translate(3px, -2px); }

/* Header */
.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  border-bottom: 1px solid rgba(7,27,54,.08);
  background: rgba(255,255,255,.97);
  box-shadow: 0 8px 30px rgba(4,19,41,.03);
  transition: height var(--transition), box-shadow var(--transition), background var(--transition);
}
.site-header.is-scrolled {
  height: 82px;
  background: rgba(255,255,255,.985);
  box-shadow: 0 12px 36px rgba(4,19,41,.08);
}

.nav-shell {
  width: min(1400px, calc(100% - 48px));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  width: 245px;
  min-width: 210px;
  display: grid;
  justify-items: center;
  line-height: 1;
}
.brand picture { width: 214px; height: 63px; overflow: hidden; }
.brand img { width: 214px; height: auto; }
.brand-tagline {
  margin-top: 1px;
  color: var(--gold-500);
  font-size: .54rem;
  font-weight: 700;
  letter-spacing: .12em;
  white-space: nowrap;
  text-transform: uppercase;
}

.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 36px); }
.site-nav > a {
  position: relative;
  color: var(--navy-900);
  font-size: .74rem;
  font-weight: 690;
  letter-spacing: .055em;
  white-space: nowrap;
  text-transform: uppercase;
}
.site-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gold-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}
.site-nav > a:hover::after { transform: scaleX(1); }
.site-nav .nav-cta { padding: 12px 17px; border: 1px solid var(--navy-900); transition: color var(--transition), background var(--transition); }
.site-nav .nav-cta:hover { color: var(--white); background: var(--navy-900); }

.nav-toggle {
  width: 46px;
  height: 46px;
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.nav-toggle span {
  width: 26px;
  height: 2px;
  display: block;
  margin: 5px auto;
  background: var(--navy-900);
  transition: transform var(--transition), opacity var(--transition);
}

/* Hero */
.hero {
  position: relative;
  min-height: min(980px, 100svh);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: var(--header-height);
  color: var(--white);
  background: var(--navy-950);
}
.hero-media, .hero-overlay, .hero-grid { position: absolute; inset: 0; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: 62% center; }
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3,14,31,.97) 0%, rgba(3,18,39,.85) 34%, rgba(4,19,41,.33) 66%, rgba(4,19,41,.08) 100%),
    linear-gradient(0deg, rgba(4,19,41,.48), transparent 38%);
}
.hero-grid {
  opacity: .14;
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, #000, transparent 64%);
}

.hero-content { position: relative; z-index: 2; padding-top: 54px; padding-bottom: 72px; }
.hero-eyebrow { color: var(--gold-400); }
.hero h1 { max-width: 900px; margin-bottom: 28px; color: var(--white); }
.hero h1 span { display: block; color: var(--gold-400); }
.hero-intro { max-width: 700px; margin-bottom: 35px; color: rgba(255,255,255,.82); font-size: clamp(1.08rem, 1.6vw, 1.28rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }

.hero-facts {
  max-width: 950px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: clamp(60px, 8vh, 90px) 0 0;
  border-top: 1px solid rgba(255,255,255,.24);
  border-bottom: 1px solid rgba(255,255,255,.24);
}
.hero-facts div { padding: 19px 28px 19px 0; }
.hero-facts div + div { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.2); }
.hero-facts dt { margin-bottom: 3px; color: var(--gold-400); font-size: .66rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.hero-facts dd { margin: 0; color: rgba(255,255,255,.82); font-size: .84rem; }

.scroll-cue {
  position: absolute;
  z-index: 3;
  right: 32px;
  bottom: 30px;
  width: 28px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 18px;
}
.scroll-cue span { position: absolute; top: 10px; left: 50%; width: 3px; height: 8px; border-radius: 4px; background: var(--gold-400); transform: translateX(-50%); animation: scrollCue 1.8s infinite; }
@keyframes scrollCue { 0% { opacity: 0; transform: translate(-50%,0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,18px); } }

/* Values */
.values-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.values-list { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.values-list span { display: flex; align-items: center; gap: 22px; color: var(--navy-900); font-size: .68rem; font-weight: 760; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.values-list span:not(:last-child)::after { width: 5px; height: 5px; content: ""; border: 1px solid var(--gold-500); transform: rotate(45deg); }

/* Intro */
.section-intro { background: linear-gradient(180deg, #fff 0%, #f8fafc 100%); }
.split-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.section-lead h2 { max-width: 560px; margin-bottom: 0; }
.intro-copy { padding-top: 39px; color: var(--muted); }
.intro-copy p { margin-bottom: 23px; }
.intro-copy .text-link { margin-top: 13px; }

.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: clamp(70px, 8vw, 112px); background: var(--line); border: 1px solid var(--line); box-shadow: var(--shadow); }
.principle-card { position: relative; min-height: 330px; padding: 44px 38px; overflow: hidden; background: var(--white); }
.principle-card::after { position: absolute; right: -55px; bottom: -65px; width: 150px; height: 150px; content: ""; border: 1px solid var(--gold-300); border-radius: 50%; transition: transform 500ms ease; }
.principle-card:hover::after { transform: scale(1.25); }
.card-number { display: block; margin-bottom: 60px; color: var(--gold-500); font-size: .72rem; font-weight: 760; letter-spacing: .13em; }
.principle-card h3 { margin-bottom: 18px; }
.principle-card p { margin: 0; color: var(--muted); }

/* Capabilities */
.section-dark { color: rgba(255,255,255,.72); background: var(--navy-950); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: clamp(55px, 7vw, 88px); }
.section-heading h2 { max-width: 780px; margin: 0; }
.section-heading > p { margin-bottom: 4px; color: inherit; }
.section-heading-light > p { color: var(--muted); }

.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.capability-card { min-height: 570px; padding: 38px 34px; border: 1px solid rgba(255,255,255,.14); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); transition: border-color var(--transition), transform var(--transition), background var(--transition); }
.capability-card:hover { border-color: rgba(216,187,112,.7); background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); transform: translateY(-6px); }
.line-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 56px; border: 1px solid rgba(216,187,112,.6); border-radius: 50%; }
.line-icon svg { width: 29px; height: 29px; fill: none; stroke: var(--gold-400); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.card-kicker { margin-bottom: 10px; color: var(--gold-400); font-size: .67rem; font-weight: 740; letter-spacing: .16em; text-transform: uppercase; }
.capability-card h3 { min-height: 68px; margin-bottom: 20px; }
.capability-card > p:not(.card-kicker) { min-height: 106px; }
.capability-card ul { margin: 30px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.12); list-style: none; }
.capability-card li { position: relative; padding: 8px 0 8px 18px; color: rgba(255,255,255,.82); font-size: .86rem; }
.capability-card li::before { position: absolute; top: 18px; left: 0; width: 6px; height: 1px; content: ""; background: var(--gold-400); }

/* Sectors */
.sectors-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sector-card { min-height: 285px; display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 42px 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: background var(--transition), transform var(--transition); }
.sector-card:hover { z-index: 2; background: var(--cream); transform: translateY(-3px); box-shadow: var(--shadow); }
.sector-index { color: var(--gold-500); font-size: .72rem; font-weight: 750; letter-spacing: .14em; }
.sector-card h3 { max-width: 380px; margin-bottom: 20px; }
.sector-card p { margin: 0; color: var(--muted); }

/* Approach */
.approach-section { background: var(--mist); }
.approach-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 10vw, 140px); align-items: start; }
.approach-sticky { position: sticky; top: 130px; }
.approach-sticky h2 { margin-bottom: 28px; }
.approach-sticky > p:not(.eyebrow) { max-width: 480px; margin-bottom: 32px; color: var(--muted); }
.process-list { margin: 0; padding: 0; border-top: 1px solid #cbd3dd; list-style: none; }
.process-list li { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 31px 0; border-bottom: 1px solid #cbd3dd; }
.process-list li > span { padding-top: 3px; color: var(--gold-500); font-size: .75rem; font-weight: 750; letter-spacing: .13em; }
.process-list h3 { margin-bottom: 10px; }
.process-list p { margin: 0; color: var(--muted); }

/* Compass */
.compass-section { position: relative; overflow: hidden; color: rgba(255,255,255,.75); background: linear-gradient(135deg, var(--navy-950), #0c3057); }
.compass-section h2, .compass-section h3 { color: var(--white); }
.compass-bg { position: absolute; top: -35%; right: -8%; width: 780px; height: 780px; border: 1px solid rgba(216,187,112,.12); border-radius: 50%; }
.compass-bg::before, .compass-bg::after { position: absolute; inset: 12%; content: ""; border: 1px solid rgba(216,187,112,.1); border-radius: 50%; }
.compass-bg::after { inset: 25%; }
.compass-header { position: relative; max-width: 760px; margin-bottom: 86px; text-align: center; }
.compass-header .eyebrow { justify-content: center; }
.compass-header h2 { margin-bottom: 26px; }
.compass-header > p:last-child { max-width: 650px; margin: 0 auto; }

.compass-layout { position: relative; min-height: 680px; display: grid; grid-template-columns: 1fr 290px 1fr; grid-template-rows: 1fr 1fr; gap: 34px 80px; align-items: center; }
.direction { max-width: 340px; padding: 28px 0; border-top: 1px solid rgba(216,187,112,.4); }
.direction > span { display: block; margin-bottom: 13px; color: var(--gold-400); font-size: .65rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.direction h3 { margin-bottom: 13px; }
.direction p { margin: 0; }
.direction-north, .direction-south { justify-self: end; }
.direction-east, .direction-west { justify-self: start; }
.direction-north { grid-column: 1; grid-row: 1; }
.direction-east { grid-column: 3; grid-row: 1; }
.direction-south { grid-column: 1; grid-row: 2; }
.direction-west { grid-column: 3; grid-row: 2; }

.compass-mark { position: relative; grid-column: 2; grid-row: 1 / span 2; width: 290px; height: 290px; display: grid; place-items: center; border: 1px solid rgba(216,187,112,.65); border-radius: 50%; }
.compass-mark::before, .compass-mark::after { position: absolute; content: ""; background: rgba(216,187,112,.55); }
.compass-mark::before { top: -24px; bottom: -24px; left: 50%; width: 1px; }
.compass-mark::after { top: 50%; right: -24px; left: -24px; height: 1px; }
.compass-ring { position: absolute; inset: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.compass-needle { position: absolute; width: 74px; height: 200px; clip-path: polygon(50% 0, 67% 50%, 50% 100%, 33% 50%); background: linear-gradient(90deg, var(--gold-400) 50%, rgba(255,255,255,.72) 50%); transform: rotate(35deg); }
.compass-mark strong { position: relative; z-index: 2; width: 72px; height: 72px; display: grid; place-items: center; border: 2px solid var(--gold-400); border-radius: 50%; color: var(--white); background: var(--navy-950); font-family: Georgia, serif; font-size: 1.15rem; letter-spacing: .08em; }

/* Governance */
.governance-section { background: var(--white); }
.governance-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 140px); align-items: start; }
.governance-copy h2 { margin-bottom: 30px; }
.governance-copy p:not(.eyebrow) { color: var(--muted); }
.governance-copy .lead { color: var(--navy-900); }
.trust-list { border-top: 1px solid var(--line); }
.trust-list article { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.trust-list article > span { color: var(--gold-500); font-size: .68rem; font-weight: 760; letter-spacing: .12em; }
.trust-list h3 { margin-bottom: 9px; font-size: 1.18rem; }
.trust-list p { margin: 0; color: var(--muted); }

/* Global */
.global-section { position: relative; padding: clamp(100px, 12vw, 180px) 0; overflow: hidden; color: rgba(255,255,255,.8); background: var(--navy-900); }
.global-section::before { position: absolute; top: 50%; left: 50%; width: 850px; height: 850px; content: ""; border: 1px solid rgba(216,187,112,.14); border-radius: 50%; transform: translate(-50%,-50%); }
.global-section::after { position: absolute; top: 50%; left: 50%; width: 1120px; height: 420px; content: ""; border: 1px solid rgba(216,187,112,.09); border-radius: 50%; transform: translate(-50%,-50%); }
.global-content { position: relative; z-index: 2; max-width: 920px; text-align: center; }
.global-content .eyebrow { justify-content: center; }
.global-content h2 { margin-bottom: 30px; color: var(--white); }
.global-content > p:not(.eyebrow) { max-width: 720px; margin: 0 auto; }
.region-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 42px; }
.region-list span { padding: 10px 18px; border: 1px solid rgba(216,187,112,.38); color: var(--gold-300); font-size: .72rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }

/* Contact */
.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .87fr 1.13fr; gap: clamp(60px, 10vw, 130px); align-items: start; }
.contact-copy h2 { margin-bottom: 28px; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); }
.contact-details { display: grid; gap: 20px; margin-top: 42px; font-style: normal; }
.contact-details a, .contact-details p { margin: 0; color: var(--navy-900); font-weight: 560; }
.contact-details span { display: block; margin-bottom: 2px; color: var(--gold-500); font-size: .65rem; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
.contact-details a:hover { color: var(--navy-700); }

.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; padding: 42px; border: 1px solid #e2d8c2; background: rgba(255,255,255,.74); box-shadow: 0 28px 70px rgba(7,27,54,.08); }
.form-row { display: grid; gap: 7px; }
.form-row-full, .form-note, .contact-form .button, .form-status { grid-column: 1 / -1; }
.form-row label { color: var(--navy-900); font-size: .68rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.form-row input, .form-row select, .form-row textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #aeb8c3;
  border-radius: 0;
  color: var(--navy-900);
  background: transparent;
  outline: 0;
  transition: border-color var(--transition), background var(--transition);
}
.form-row input, .form-row select { min-height: 48px; }
.form-row textarea { min-height: 130px; padding-top: 12px; resize: vertical; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--gold-500); background: rgba(255,255,255,.42); }
.form-row input[aria-invalid="true"], .form-row textarea[aria-invalid="true"] { border-color: #9e2f2f; }
.form-note { margin: 2px 0 0; color: var(--muted); font-size: .78rem; }
.contact-form .button { width: max-content; margin-top: 6px; cursor: pointer; }
.form-status { min-height: 1.4em; margin: 0; color: var(--navy-700); font-size: .82rem; }

/* Footer */
.site-footer { padding: 58px 0 28px; color: rgba(255,255,255,.65); background: var(--navy-950); }
.footer-top { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-brand { display: grid; gap: 7px; }
.footer-brand strong { color: var(--white); font-family: Georgia, serif; font-size: 2.35rem; letter-spacing: .08em; }
.footer-brand span { color: var(--gold-400); font-size: .63rem; font-weight: 720; letter-spacing: .13em; text-transform: uppercase; }
.footer-top nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px 30px; }
.footer-top nav a { color: rgba(255,255,255,.78); font-size: .74rem; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.footer-top nav a:hover { color: var(--gold-400); }
.footer-bottom { display: grid; grid-template-columns: 1.5fr 1fr auto; gap: 25px; padding-top: 27px; }
.footer-bottom p { margin: 0; font-size: .72rem; line-height: 1.55; }

.back-to-top { position: fixed; z-index: 500; right: 22px; bottom: 22px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; opacity: 0; color: var(--white); background: var(--navy-900); box-shadow: 0 8px 24px rgba(4,19,41,.2); cursor: pointer; pointer-events: none; transform: translateY(12px); transition: opacity var(--transition), transform var(--transition), background var(--transition); }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.back-to-top:hover { background: var(--gold-500); }

/* Legal and utility pages */
.legal-page { padding-top: var(--header-height); background: #f8fafc; }
.legal-hero { padding: 90px 0 55px; color: var(--white); background: var(--navy-900); }
.legal-hero h1 { max-width: 850px; margin: 0; color: var(--white); font-size: clamp(2.8rem, 6vw, 5.4rem); }
.legal-content { max-width: 860px; padding: 80px 0 120px; }
.legal-content h2 { margin: 54px 0 18px; font-size: 1.75rem; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { color: var(--navy-700); text-decoration: underline; text-decoration-color: var(--gold-500); text-underline-offset: 3px; }
.legal-meta { margin-bottom: 36px; color: var(--gold-500) !important; font-size: .78rem; font-weight: 720; letter-spacing: .1em; text-transform: uppercase; }
.utility-page { min-height: 100svh; display: grid; place-items: center; padding: 40px; color: var(--white); background: var(--navy-950); text-align: center; }
.utility-page h1 { margin-bottom: 20px; color: var(--white); }
.utility-page p { max-width: 620px; margin-bottom: 32px; color: rgba(255,255,255,.75); }

/* Progressive reveal */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.22,.72,.3,1); }
.js .reveal.is-revealed { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  :root { --header-height: 88px; }
  .site-nav { gap: 18px; }
  .site-nav > a { font-size: .67rem; }
  .brand { width: 220px; min-width: 190px; }
  .brand picture { width: 195px; height: 58px; }
  .brand img { width: 195px; }
  .brand-tagline { font-size: .49rem; }
}

@media (max-width: 1020px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: fixed;
    z-index: 999;
    top: var(--header-height);
    right: 0;
    bottom: 0;
    width: min(420px, 100%);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    padding: 36px;
    opacity: 0;
    background: var(--navy-950);
    box-shadow: -20px 30px 50px rgba(4,19,41,.24);
    pointer-events: none;
    transform: translateX(100%);
    transition: opacity var(--transition), transform 320ms ease;
  }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav > a { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: var(--white); font-size: .8rem; }
  .site-nav .nav-cta { margin-top: 26px; padding: 16px 20px; border-color: var(--gold-400); color: var(--navy-950); background: var(--gold-400); text-align: center; }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: auto; }
  .capability-card h3, .capability-card > p:not(.card-kicker) { min-height: 0; }
  .line-icon { margin-bottom: 35px; }
  .compass-layout { grid-template-columns: 1fr 230px 1fr; gap: 30px; }
  .compass-mark { width: 230px; height: 230px; }
  .compass-needle { height: 160px; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 34px, 680px); }
  .section { padding: 88px 0; }
  .hero { min-height: 920px; }
  .hero-media img { object-position: 70% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,14,31,.97), rgba(3,18,39,.8) 70%, rgba(4,19,41,.45)); }
  .hero-content { padding-top: 38px; }
  .hero h1 { font-size: clamp(3.05rem, 12vw, 5.1rem); }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts div { padding: 16px 0; }
  .hero-facts div + div { padding-left: 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .scroll-cue { display: none; }
  .values-list { min-height: 0; flex-wrap: wrap; justify-content: center; padding: 24px 0; }
  .values-list span { gap: 12px; }
  .values-list span::after { display: none; }
  .split-layout, .approach-layout, .governance-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .intro-copy { padding-top: 0; }
  .principles-grid { grid-template-columns: 1fr; }
  .principle-card { min-height: 265px; }
  .card-number { margin-bottom: 36px; }
  .sectors-grid { grid-template-columns: 1fr; }
  .sector-card { min-height: 240px; }
  .approach-sticky { position: static; }
  .compass-header { margin-bottom: 50px; }
  .compass-layout { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; gap: 20px; }
  .direction, .direction-north, .direction-east, .direction-south, .direction-west { grid-column: 1; grid-row: auto; width: 100%; max-width: none; justify-self: stretch; }
  .compass-mark { grid-column: 1; grid-row: 3; width: 210px; height: 210px; margin: 25px auto; }
  .direction-north { grid-row: 1; }
  .direction-east { grid-row: 2; }
  .direction-south { grid-row: 4; }
  .direction-west { grid-row: 5; }
  .compass-needle { height: 145px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-top nav { justify-content: flex-start; }
  .footer-bottom { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 560px) {
  :root { --header-height: 82px; --container: calc(100% - 28px); }
  .nav-shell { width: calc(100% - 24px); }
  .brand { width: 192px; min-width: 170px; justify-items: start; }
  .brand picture { width: 170px; height: 50px; }
  .brand img { width: 170px; }
  .brand-tagline { display: none; }
  .nav-toggle { width: 42px; }
  .hero { min-height: 890px; }
  .hero-content { padding-bottom: 44px; }
  .hero h1 { margin-bottom: 22px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-facts { margin-top: 50px; }
  .eyebrow { font-size: .68rem; letter-spacing: .14em; }
  .principle-card, .capability-card, .sector-card { padding: 32px 25px; }
  .sector-card { grid-template-columns: 48px 1fr; gap: 10px; }
  .process-list li { grid-template-columns: 45px 1fr; gap: 12px; }
  .contact-form { grid-template-columns: 1fr; padding: 28px 22px; }
  .form-row { grid-column: 1 / -1; }
  .contact-form .button { width: 100%; }
  .region-list { display: grid; grid-template-columns: 1fr 1fr; }
  .region-list span { display: grid; place-items: center; min-height: 54px; padding: 8px; }
  .footer-top nav { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .back-to-top { right: 14px; bottom: 14px; }
}

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