:root {
  --navy-950: #06182c;
  --navy-900: #071d35;
  --navy-800: #0d2d4f;
  --navy-700: #173f64;
  --copper: #c7744d;
  --copper-dark: #a95535;
  --paper: #f6f7f8;
  --mist: #e8eef1;
  --white: #fff;
  --ink: #122235;
  --muted: #5b6c7d;
  --line: #d4dde2;
  --font-display: "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
  --container: min(1180px, calc(100% - 48px));
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.65 var(--font-body); -webkit-font-smoothing: antialiased; }
body.menu-open, body.gate-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
[hidden] { display: none !important; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 1200; transform: translateY(-160%); background: var(--white); color: var(--navy-900); padding: 10px 16px; border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }

.audience-gate { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; }
.gate-backdrop { position: absolute; inset: 0; background: rgba(3,15,28,.78); backdrop-filter: blur(8px); }
.gate-card { position: relative; width: min(920px, 100%); max-height: calc(100dvh - 48px); overflow-y: auto; padding: 38px 44px 34px; background: var(--white); box-shadow: 0 32px 90px rgba(0,0,0,.34); }
.gate-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-right: 44px; }
.gate-topline img { width: 190px; height: auto; }
.gate-close { position: absolute; top: 25px; right: 24px; width: 44px; height: 44px; border: 0; background: transparent; color: var(--navy-900); font-size: 1.8rem; line-height: 1; }
.gate-heading { max-width: 670px; margin: 48px 0 32px; }
.gate-heading h2 { margin-bottom: 15px; font-size: clamp(2rem,4vw,3.5rem); }
.gate-heading > p:last-child { margin: 0; color: var(--muted); font-size: 1.06rem; }
.audience-options { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.audience-option { min-height: 176px; display: grid; grid-template-columns: 52px 1fr auto; gap: 18px; align-items: start; text-align: left; padding: 26px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); transition: border-color 200ms var(--ease), background 200ms var(--ease), transform 200ms var(--ease); }
.audience-option:hover { border-color: var(--copper); background: var(--white); transform: translateY(-2px); }
.option-icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--navy-800); background: var(--mist); }
.option-icon svg, .category-card svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.option-copy strong, .option-copy span { display: block; }
.option-copy strong { margin: 3px 0 9px; color: var(--navy-900); font: 700 1.12rem/1.25 var(--font-display); }
.option-copy span { color: var(--muted); line-height: 1.5; }
.option-arrow { color: var(--copper-dark); font-size: 1.4rem; }
.gate-note { margin: 22px 0 0; color: var(--muted); font-size: .82rem; }

.language-switch { display: inline-flex; border: 1px solid var(--line); background: var(--white); }
.language-switch button { min-width: 44px; min-height: 42px; border: 0; background: transparent; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .08em; }
.language-switch button.is-active { color: var(--white); background: var(--navy-900); }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(7,29,53,.09); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { flex: 0 0 auto; width: 198px; }
.brand img { width: 100%; height: auto; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.primary-nav { display: flex; align-items: center; gap: 24px; }
.primary-nav a { text-decoration: none; font-weight: 600; font-size: .88rem; color: var(--navy-800); }
.primary-nav a:not(.nav-cta) { position: relative; }
.primary-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--copper); transition: right 220ms var(--ease); }
.primary-nav a:hover::after { right: 0; }
.nav-cta { padding: 11px 15px; color: var(--white) !important; background: var(--navy-900); border-radius: 2px; transition: background 200ms var(--ease); }
.nav-cta:hover { background: var(--copper-dark); }
.utility-nav { display: flex; align-items: center; gap: 10px; }
.audience-switch { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); padding: 8px 12px; color: var(--navy-800); background: var(--white); font-weight: 700; font-size: .78rem; }
.audience-switch:hover { border-color: var(--copper); }
.audience-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--copper); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; background: transparent; padding: 12px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--navy-900); margin: 5px 0; transition: 220ms var(--ease); }

.hero { position: relative; overflow: hidden; background: var(--paper); }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; padding-block: 76px 102px; }
.eyebrow { margin: 0 0 20px; color: var(--copper-dark); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 36px; height: 1px; margin: 0 10px 4px; background: currentColor; }
h1,h2,h3 { margin-top: 0; font-family: var(--font-display); color: var(--navy-900); line-height: 1.08; }
h1 { margin-bottom: 26px; font-size: clamp(3rem,5.2vw,5.3rem); letter-spacing: -.055em; }
h1 em { color: var(--copper); font-style: normal; }
h2 { margin-bottom: 24px; font-size: clamp(2.2rem,4vw,3.8rem); letter-spacing: -.045em; }
h3 { font-size: 1.28rem; letter-spacing: -.02em; }
.hero-lede { max-width: 670px; margin: 0; color: #405467; font-size: 1.16rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 2px; padding: 13px 21px; font-weight: 700; text-decoration: none; cursor: pointer; transition: background 200ms var(--ease), color 200ms var(--ease), transform 200ms var(--ease); }
.button:active { transform: translateY(1px); }
.button-primary { color: var(--white); background: var(--navy-900); }
.button-primary:hover { background: var(--copper-dark); }
.button-copper { color: var(--white); background: var(--copper); }
.button-copper:hover { background: var(--copper-dark); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy-800); font-weight: 700; text-decoration: none; }
.text-link > span:last-child { transition: transform 200ms var(--ease); }
.text-link:hover > span:last-child { transform: translate(3px,3px); }
.hero-map { position: relative; margin: 0; }
.map-frame { position: relative; min-height: 490px; display: grid; place-items: center; padding: 24px; border: 1px solid #c8d4db; background: linear-gradient(145deg,#eef4f6,#e4edf1); box-shadow: 22px 22px 0 rgba(199,116,77,.12); overflow: hidden; }
.map-frame::before { content: ""; position: absolute; width: 330px; height: 330px; border: 1px solid rgba(23,63,100,.13); border-radius: 50%; }
.map-frame::after { content: ""; position: absolute; width: 230px; height: 230px; border: 1px solid rgba(199,116,77,.22); border-radius: 50%; }
.map-frame img { position: relative; z-index: 1; width: 100%; height: 440px; object-fit: contain; filter: drop-shadow(0 12px 16px rgba(7,29,53,.1)); }
.hero-map figcaption { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 20px; color: var(--navy-800); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-map figcaption span:nth-child(2) { color: var(--copper); }
.hero-stripe { position: absolute; inset: auto 0 0; height: 8px; background: linear-gradient(90deg,var(--navy-900) 0 68%,var(--copper) 68%); }

.section { padding-block: 108px; }
.split-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.split-heading h2 { max-width: 570px; }
.intro-copy { padding-top: 34px; font-size: 1.08rem; color: #45596c; }
.intro-copy p { margin: 0 0 20px; }
.capabilities { background: var(--paper); }
.section-heading { max-width: 720px; margin-bottom: 50px; }
.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.capability-card { position: relative; min-height: 360px; padding: 42px 34px; background: var(--white); }
.capability-card + .capability-card { border-left: 1px solid var(--line); }
.capability-card::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 4px; background: var(--copper); transition: right 260ms var(--ease); }
.capability-card:hover::after { right: 0; }
.card-number { position: absolute; top: 28px; right: 28px; color: #7b8b99; font-weight: 700; font-size: .78rem; letter-spacing: .1em; }
.icon-box { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 68px; background: var(--mist); color: var(--navy-800); }
.icon-box svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.capability-card p { margin: 0; color: var(--muted); }

.categories { background: var(--white); }
.categories-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.categories-heading h2 { max-width: 690px; margin-bottom: 0; }
.categories-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 1.05rem; }
.category-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.category-card { min-height: 180px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); transition: background 200ms var(--ease); }
.category-card:hover { background: var(--white); }
.category-card svg { width: 34px; height: 34px; color: var(--copper-dark); margin-bottom: 28px; }
.category-card h3 { margin: 0; max-width: 230px; }
.category-note { margin: 18px 0 0; color: var(--muted); font-size: .82rem; }

.market { padding-block: 0; background: var(--navy-900); overflow: hidden; }
.market-grid { min-height: 700px; display: grid; grid-template-columns: 1fr 1fr; gap: 92px; align-items: center; }
.market-visual { position: relative; align-self: stretch; min-height: 560px; border-left: 1px solid rgba(255,255,255,.15); border-right: 1px solid rgba(255,255,255,.15); overflow: hidden; }
.market-word { position: absolute; left: -12px; bottom: 4%; color: rgba(255,255,255,.06); font-family: var(--font-display); font-size: clamp(5rem,10vw,9rem); font-weight: 800; letter-spacing: -.08em; writing-mode: vertical-rl; transform: rotate(180deg); }
.market-coordinate { position: absolute; top: 12%; right: 10%; color: #e29a76; font-family: var(--font-display); font-weight: 700; letter-spacing: .12em; line-height: 1.5; }
.market-ring { position: absolute; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.ring-one { width: 420px; height: 420px; left: 18%; top: 22%; }
.ring-two { width: 260px; height: 260px; left: 34%; top: 34%; border-color: rgba(199,116,77,.65); }
.market-axis { position: absolute; width: 2px; height: 76%; left: 55%; top: 12%; background: linear-gradient(var(--copper),transparent); transform: rotate(24deg); }
.market-copy { max-width: 520px; padding-block: 96px; }
.market-copy h2,.contact h2 { color: var(--white); }
.market-copy > p:not(.eyebrow) { color: #cbd5dc; font-size: 1.07rem; }
.eyebrow-light { color: #e9a583; }
.market-list { list-style: none; margin: 36px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.market-list li { display: flex; align-items: center; gap: 22px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); color: var(--white); }
.market-list li > span:first-child { color: #e9a583; font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.partnership-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.partnership-grid p:not(.eyebrow) { max-width: 590px; color: var(--muted); font-size: 1.08rem; }
.partnership-grid .text-link { margin-top: 14px; }

.contact { padding-block: 102px; color: var(--white); background: var(--navy-800); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 96px; }
.contact-copy > p:not(.eyebrow) { color: #d4dde3; font-size: 1.07rem; }
.contact-email { display: inline-block; margin-top: 18px; color: #f1b08f; font-family: var(--font-display); font-weight: 700; text-underline-offset: 5px; }
.contact-form { padding: 34px; color: var(--ink); background: var(--white); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; color: var(--navy-800); font-weight: 700; font-size: .9rem; }
.field input,.field textarea,.field select { width: 100%; min-height: 48px; border: 1px solid #aebbc5; border-radius: 2px; padding: 11px 13px; color: var(--ink); background: var(--white); }
.field textarea { min-height: 116px; resize: vertical; }
.field input:focus,.field textarea:focus,.field select:focus { border-color: var(--copper-dark); outline: 3px solid rgba(199,116,77,.2); }
.field [aria-invalid="true"] { border-color: #a32929; }
.field-error { display: block; min-height: 20px; color: #9c2626; font-size: .8rem; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: .82rem; }
.form-status { margin: 8px 0 0; color: var(--navy-800); font-weight: 600; }

.footer-info { padding-block: 68px 48px; background: #e8ecef; border-top: 1px solid #d6dde1; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .8fr .95fr 1.25fr; gap: 50px; }
.footer-brand img { width: 205px; }
.footer-brand p { margin: 15px 0 0; color: var(--muted); font-size: .88rem; }
.footer-column h2,.footer-contact h2 { margin: 0 0 14px; color: var(--navy-900); font-family: var(--font-body); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-column a,.footer-contact a,.footer-contact p { display: block; margin: 7px 0; color: #4e6173; font-size: .9rem; text-decoration: none; }
.footer-column a:hover,.footer-contact a:hover { color: var(--copper-dark); text-decoration: underline; text-underline-offset: 4px; }
.footer-contact a { color: var(--navy-800); font-weight: 700; word-break: break-word; }
.footer-landscape { height: 226px; display: flex; align-items: flex-end; overflow: hidden; background: #e8ecef; }
.footer-landscape img { width: min(1200px,100%); height: auto; margin: 0 auto -78px; }
.footer-bottom { color: #d5e0e5; background: var(--navy-950); border-top: 8px solid var(--copper); }
.footer-bottom-inner { min-height: 154px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; font-size: .82rem; }
.footer-bottom-inner > p:last-child { text-align: right; }
.legal-links { display: flex; gap: 18px; }
.legal-links button,.legal-links a { min-height: 44px; padding: 10px 0; border: 0; color: var(--white); background: transparent; text-decoration: none; font-size: .82rem; }
.legal-links button:hover,.legal-links a:hover { color: #f1b08f; }
.legal-dialog { width: min(600px,calc(100% - 32px)); border: 0; border-radius: 2px; padding: 42px; color: var(--ink); box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.legal-dialog::backdrop { background: rgba(3,15,28,.72); }
.legal-dialog h2 { font-size: 2rem; }
.dialog-close { position: absolute; top: 12px; right: 14px; width: 44px; height: 44px; border: 0; background: transparent; color: var(--navy-900); font-size: 1.8rem; }

@media (max-width: 1100px) {
  .primary-nav { gap: 16px; }
  .primary-nav a { font-size: .82rem; }
  .header-actions { gap: 12px; }
  .audience-switch { max-width: 132px; line-height: 1.2; }
  .language-switch-header { display: none; }
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero-copy { max-width: 760px; }
  .map-frame { min-height: 430px; }
  .split-heading,.partnership-grid,.contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .intro-copy { padding-top: 0; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: auto; }
  .capability-card + .capability-card { border-left: 0; border-top: 1px solid var(--line); }
  .icon-box { margin-bottom: 42px; }
  .categories-heading { grid-template-columns: 1fr; gap: 18px; }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .market-grid { grid-template-columns: .75fr 1.25fr; gap: 50px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-contact { grid-column: 1/-1; border-top: 1px solid #ccd4d9; padding-top: 24px; }
  .footer-bottom-inner { grid-template-columns: 1fr; gap: 8px; padding-block: 28px; text-align: center; }
  .footer-bottom-inner > p:last-child { text-align: center; }
  .legal-links { justify-content: center; }
}
@media (max-width: 760px) {
  :root { --container: min(100% - 32px,1180px); }
  .audience-gate { padding: 12px; }
  .gate-card { max-height: calc(100dvh - 24px); padding: 24px 20px 28px; }
  .gate-topline { padding-right: 40px; }
  .gate-topline img { width: 155px; }
  .gate-heading { margin: 34px 0 24px; }
  .audience-options { grid-template-columns: 1fr; }
  .audience-option { min-height: 138px; padding: 20px; grid-template-columns: 46px 1fr auto; gap: 14px; }
  .option-icon { width: 46px; height: 46px; }
  .nav-wrap { min-height: 74px; }
  .brand { width: 172px; }
  .header-actions { margin-left: auto; }
  .utility-nav { gap: 7px; }
  .audience-switch { max-width: 122px; padding: 7px 9px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 74px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px 16px 26px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(7,29,53,.1); }
  .primary-nav.open { display: flex; }
  .primary-nav a { min-height: 50px; display: flex; align-items: center; padding-inline: 12px; font-size: .95rem; }
  .nav-cta { margin-top: 10px; justify-content: center; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { min-height: auto; padding-block: 66px 86px; }
  h1 { font-size: clamp(2.65rem,13vw,4.2rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .map-frame { min-height: 350px; padding: 10px; box-shadow: 12px 12px 0 rgba(199,116,77,.12); }
  .map-frame img { height: 340px; }
  .hero-map figcaption { font-size: .7rem; gap: 8px; }
  .section { padding-block: 78px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 150px; }
  .market-grid { grid-template-columns: 1fr; gap: 0; }
  .market-visual { min-height: 380px; order: 2; border-top: 1px solid rgba(255,255,255,.15); }
  .market-copy { padding-block: 76px 46px; }
  .ring-one { width: 340px; height: 340px; left: 12%; top: 12%; }
  .ring-two { width: 210px; height: 210px; left: 30%; top: 26%; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 25px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 26px; }
  .footer-brand,.footer-contact { grid-column: 1/-1; }
  .footer-landscape { height: 170px; }
  .footer-landscape img { width: 900px; max-width: none; margin-left: 50%; transform: translateX(-50%); margin-bottom: -45px; }
}
@media (max-width: 540px) {
  .brand { width: 150px; }
  .audience-switch { width: 46px; padding: 0; justify-content: center; }
  .audience-switch > span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .language-switch-header { display: inline-flex; }
  .language-switch-header button { min-width: 38px; }
}
@media (max-width: 440px) {
  .brand { width: 134px; }
  .language-switch-header button { min-width: 34px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand,.footer-contact { grid-column: auto; }
  .legal-links { flex-wrap: wrap; gap: 8px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
