:root {
  --navy: #071826;
  --navy-2: #0d2334;
  --navy-3: #17364b;
  --ivory: #f6f1e7;
  --paper: #fbf8f1;
  --ink: #13212c;
  --muted: #64727c;
  --gold: #a98a53;
  --gold-soft: #c9b487;
  --line: rgba(19,33,44,.16);
  --line-dark: rgba(246,241,231,.18);
  --max: 1220px;
  --radius: 2px;
  --shadow: 0 22px 60px rgba(7,24,38,.08);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img, svg { display:block; max-width:100%; }
::selection { background: var(--gold-soft); color: var(--navy); }

.skip-link {
  position:fixed; top:12px; left:12px; z-index:100; padding:11px 15px;
  background:var(--navy); color:var(--ivory); border:1px solid var(--gold-soft);
  transform:translateY(-160%); transition:transform .2s ease;
}
.skip-link:focus { transform:translateY(0); }
:where(a, button):focus-visible { outline:2px solid var(--gold); outline-offset:4px; }
#capabilities, #approach, #reach, #about, #contact { scroll-margin-top:100px; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: .022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.container { width: min(calc(100% - 48px), var(--max)); margin-inline:auto; }
.section { padding: 110px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(7,24,38,.08);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 84px; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.brand { display:flex; align-items:center; min-width:max-content; }
.brand-logo { display:block; width:clamp(174px, 14vw, 204px); height:auto; }
.desktop-nav { display:flex; align-items:center; gap:30px; margin-left:auto; }
.desktop-nav a { font-size:13px; color:#3f4d57; transition: color .2s ease; }
.desktop-nav a:hover { color:var(--gold); }
.nav-actions { display:flex; align-items:center; gap:18px; }
.language-switcher { display:flex; align-items:center; gap:3px; border:1px solid var(--line); padding:3px; }
.language-switcher button {
  appearance:none; border:0; background:transparent; padding:7px 8px; cursor:pointer;
  color:var(--muted); font-size:10px; letter-spacing:.12em;
}
.language-switcher button.active { background:var(--navy); color:var(--ivory); }
.menu-toggle { display:none; border:0; background:transparent; width:42px; height:42px; padding:10px; cursor:pointer; }
.menu-toggle span { display:block; height:1px; background:var(--ink); margin:6px 0; transition:.25s ease; }

.button {
  display:inline-flex; align-items:center; justify-content:center; min-height:50px; padding:0 22px;
  background:var(--navy); color:var(--ivory); border:1px solid var(--navy);
  font-size:12px; letter-spacing:.08em; text-transform:uppercase; transition:.25s ease;
}
.button:hover { background:var(--navy-2); transform:translateY(-1px); }
.button-small { min-height:42px; padding:0 17px; font-size:10px; }
.text-link { display:inline-flex; gap:9px; align-items:center; font-size:12px; text-transform:uppercase; letter-spacing:.08em; border-bottom:1px solid var(--line); padding-bottom:7px; }
.text-link span { color:var(--gold); }

.hero { background:var(--ivory); border-bottom:1px solid var(--line); overflow:hidden; }
.hero-grid { min-height:650px; display:grid; grid-template-columns:1.08fr .92fr; gap:56px; align-items:center; padding-top:58px; padding-bottom:56px; }
.eyebrow, .section-label { margin:0 0 23px; color:var(--gold); font-size:11px; font-weight:650; letter-spacing:.22em; text-transform:uppercase; }
.hero h1, .section h2, .privacy-title {
  font-family:var(--serif); font-weight:400; letter-spacing:-.035em; margin:0;
}
.hero h1 { font-size:clamp(56px, 6.6vw, 98px); line-height:.94; max-width:760px; }
.hero h1 span { color:var(--gold); font-style:italic; }
.hero-lead { max-width:675px; margin:34px 0 0; font-size:18px; line-height:1.72; color:#45535d; }
.hero-actions { display:flex; align-items:center; gap:28px; margin-top:37px; }
.hero-art { position:relative; width:min(100%, 580px); justify-self:end; opacity:.96; }
.hero-art svg { width:100%; height:auto; }
.orbit { fill:none; stroke:rgba(7,24,38,.13); stroke-width:1; }
.orbit-b { stroke-dasharray:3 7; }
.route { fill:none; stroke:var(--gold); stroke-width:1.2; opacity:.77; }
.route-alt { stroke:rgba(7,24,38,.28); }
.node { fill:var(--paper); stroke:var(--gold); stroke-width:2; }
.core { fill:var(--navy); stroke:var(--gold-soft); stroke-width:2; }
.hero-caption { display:flex; justify-content:space-between; width:70%; margin: -18px auto 0; color:var(--muted); font-size:10px; letter-spacing:.18em; }
.proof-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); }
.proof-grid > div { min-height:122px; display:grid; grid-template-columns:auto 1fr; gap:18px; align-items:center; padding:25px 32px; border-right:1px solid var(--line); }
.proof-grid > div:first-child { padding-left:0; }
.proof-grid > div:last-child { border-right:0; }
.proof-number { color:var(--gold); font-family:var(--serif); font-size:31px; white-space:nowrap; }
.proof-grid span:last-child { font-size:12px; line-height:1.55; color:var(--muted); }

.intro-section { background:var(--paper); }
.split-heading { display:grid; grid-template-columns: .42fr 1fr; gap:70px; }
.section h2 { font-size:clamp(42px,5vw,68px); line-height:1.03; }
.split-heading > div > p { max-width:750px; margin:29px 0 0; color:var(--muted); line-height:1.85; font-size:16px; }
.section-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:50px; margin-bottom:50px; }
.section-heading .section-label { min-width:180px; }
.section-heading h2 { max-width:790px; }
.section-heading.narrow { display:block; max-width:770px; }

.capabilities { background:#efe9dd; border-block:1px solid var(--line); }
.capability-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid rgba(7,24,38,.2); border-left:1px solid rgba(7,24,38,.2); }
.cap-card { min-height:300px; padding:30px 31px 35px; border-right:1px solid rgba(7,24,38,.2); border-bottom:1px solid rgba(7,24,38,.2); transition:.25s ease; }
.cap-card:hover { background:rgba(255,255,255,.34); transform:translateY(-2px); }
.cap-index { font:italic 19px/1 var(--serif); color:var(--gold); }
.cap-card h3 { margin:78px 0 17px; font:400 26px/1.15 var(--serif); letter-spacing:-.02em; }
.cap-card p { margin:0; color:#56636c; font-size:14px; line-height:1.72; }

.approach { background:var(--navy); color:var(--ivory); }
.approach .section-label { color:var(--gold-soft); }
.approach-grid { margin-top:68px; display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line-dark); }
.step { padding:27px 28px 6px 0; border-right:1px solid var(--line-dark); min-height:260px; }
.step + .step { padding-left:28px; }
.step:last-child { border-right:0; }
.step > span { color:var(--gold-soft); font-size:11px; letter-spacing:.15em; }
.step h3 { margin:69px 0 15px; font:400 24px/1.15 var(--serif); }
.step p { margin:0; color:#b8c0c6; font-size:13px; line-height:1.7; }

.reach { background:var(--paper); }
.reach-grid { display:grid; grid-template-columns:1fr .84fr; gap:105px; align-items:start; }
.reach-copy { margin:30px 0 0; color:var(--muted); line-height:1.85; max-width:660px; }
.region-list { border-top:1px solid var(--line); }
.region-list > div { display:grid; grid-template-columns:140px 1fr; gap:20px; padding:31px 0; border-bottom:1px solid var(--line); }
.region-list strong { font:400 23px/1 var(--serif); color:var(--gold); }
.region-list span { color:var(--muted); font-size:13px; line-height:1.65; }

.sectors { background:var(--ivory); border-block:1px solid var(--line); }
.sector-cloud { display:flex; flex-wrap:wrap; gap:12px; margin-top:42px; }
.sector-cloud span { padding:14px 17px; border:1px solid var(--line); font-size:12px; letter-spacing:.035em; background:rgba(255,255,255,.18); }

.about { background:var(--paper); }
.about-grid { display:grid; grid-template-columns:.38fr 1fr; gap:90px; align-items:start; }
.about-monogram { width:min(100%,320px); aspect-ratio:1; display:grid; place-items:center; border:1px solid var(--line); font:italic 92px/1 var(--serif); color:var(--gold); background:var(--ivory); box-shadow:var(--shadow); }
.about-grid p:not(.section-label) { color:var(--muted); line-height:1.84; font-size:15px; max-width:780px; }
.about-grid h2 { max-width:760px; margin-bottom:28px; }
.credentials { margin-top:31px; display:flex; flex-wrap:wrap; gap:10px; }
.credentials span { border:1px solid var(--line); padding:11px 13px; font-size:11px; color:#52606a; }

.contact { background:var(--paper); padding-top:20px; }
.contact-card { background:var(--navy); color:var(--ivory); padding:66px 70px; display:grid; grid-template-columns:1fr .42fr; gap:60px; align-items:center; }
.contact-card h2 { max-width:770px; }
.contact-card p:not(.section-label) { color:#b9c1c6; max-width:700px; line-height:1.75; }
.section-label.light { color:var(--gold-soft); }
.contact-actions { display:flex; flex-direction:column; align-items:flex-start; gap:23px; }
.button-light { background:var(--ivory); color:var(--navy); border-color:var(--ivory); }
.button-light:hover { background:white; }
.light-link { color:var(--ivory); border-color:var(--line-dark); }

.footer { padding:52px 0; background:#04121d; color:var(--ivory); }
.footer-grid { display:grid; grid-template-columns:.65fr 1fr; gap:60px; }
.footer-brand .brand-logo { width:210px; }
.footer-meta p { margin:0; color:#9eabb3; font-size:11px; line-height:1.7; max-width:700px; }
.footer-links { display:flex; gap:22px; align-items:center; flex-wrap:wrap; margin-top:22px; color:#9eabb3; font-size:10px; letter-spacing:.05em; }
.footer-links a { color:var(--ivory); }

.mobile-panel { display:none; }

/* Privacy */
.privacy-main { padding:95px 0 120px; }
.privacy-shell { max-width:860px; }
.privacy-title { font-size:clamp(48px,6vw,72px); line-height:1; margin-bottom:35px; }
.privacy-main h2 { font:400 30px/1.2 var(--serif); margin:45px 0 14px; }
.privacy-main p { color:var(--muted); line-height:1.8; }
.privacy-main strong { color:var(--ink); }

.fade-up { opacity:0; transform:translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.fade-up.is-visible { opacity:1; transform:none; }

@media (max-width: 1040px) {
  .desktop-nav, .nav-actions > .button-small { display:none; }
  .menu-toggle { display:block; }
  .nav-actions { margin-left:auto; }
  .mobile-panel {
    position:fixed; inset:84px 0 0; background:var(--paper); z-index:29; padding:30px 24px 50px;
    border-top:1px solid var(--line); overflow:auto;
  }
  body.menu-open .mobile-panel { display:block; }
  .mobile-panel nav { display:grid; }
  .mobile-panel nav a { padding:19px 0; border-bottom:1px solid var(--line); font:400 30px/1.1 var(--serif); }
  .mobile-panel .button { margin-top:28px; width:100%; }
  .hero-grid { grid-template-columns:1fr .7fr; }
  .capability-grid { grid-template-columns:repeat(2,1fr); }
  .approach-grid { grid-template-columns:repeat(2,1fr); }
  .step:nth-child(2) { border-right:0; }
  .step:nth-child(n+3) { border-top:1px solid var(--line-dark); }
  .step:nth-child(3) { padding-left:0; }
  .reach-grid { gap:60px; }
  .contact-card { grid-template-columns:1fr; }
}

@media (max-width: 760px) {
  .container { width:min(calc(100% - 32px), var(--max)); }
  .section { padding:78px 0; }
  .nav-wrap { min-height:74px; gap:12px; }
  .brand-logo { width:158px; }
  .language-switcher button { padding:6px 7px; }
  .mobile-panel { inset:74px 0 0; }
  .hero-grid { min-height:0; grid-template-columns:1fr; gap:25px; padding-top:85px; padding-bottom:48px; }
  .hero h1 { font-size:clamp(52px,15vw,74px); }
  .hero-lead { font-size:16px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:22px; }
  .hero-art { width:82%; justify-self:center; opacity:.9; }
  .proof-grid { grid-template-columns:1fr; }
  .proof-grid > div, .proof-grid > div:first-child { padding:22px 0; border-right:0; border-bottom:1px solid var(--line); }
  .proof-grid > div:last-child { border-bottom:0; }
  .split-heading { grid-template-columns:1fr; gap:12px; }
  .section-heading { display:block; }
  .section-heading .section-label { min-width:0; }
  .capability-grid { grid-template-columns:1fr; }
  .cap-card { min-height:250px; }
  .cap-card h3 { margin-top:55px; }
  .approach-grid { grid-template-columns:1fr; }
  .step, .step + .step, .step:nth-child(3) { padding:25px 0; border-right:0; border-top:1px solid var(--line-dark); min-height:220px; }
  .step:first-child { border-top:0; }
  .step h3 { margin-top:48px; }
  .reach-grid { grid-template-columns:1fr; gap:48px; }
  .region-list > div { grid-template-columns:110px 1fr; }
  .about-grid { grid-template-columns:1fr; gap:45px; }
  .about-monogram { width:190px; }
  .contact-card { padding:43px 25px; }
  .footer-grid { grid-template-columns:1fr; gap:35px; }
}

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