:root {
  --navy: #061d3d;
  --navy-2: #0a315f;
  --blue: #075ca8;
  --blue-2: #247cc2;
  --sky: #79b9e7;
  --ink: #13263d;
  --muted: #526477;
  --paper: #f7f9fb;
  --paper-2: #eaf0f5;
  --white: #fff;
  --line: rgba(18, 38, 61, .17);
  --max: 1160px;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.6 var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
:focus-visible { outline: 3px solid #66ace2; outline-offset: 4px; }
section[id] { scroll-margin-top: 76px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 9px 13px; color: var(--navy); background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow, .profile-head, .product-number, .status, .client-card > span, .output-callout > span, .pathway > span, .site-footer span { font: .7rem/1.45 var(--mono); letter-spacing: .075em; text-transform: uppercase; }
.eyebrow { margin: 0 0 9px; color: var(--blue); }
.eyebrow.light { color: var(--sky); }
h1, h2, h3 { margin: 0; font-family: var(--sans); line-height: 1.08; letter-spacing: -.04em; }
h1 { max-width: 760px; font-size: clamp(3rem, 5vw, 4.25rem); font-weight: 650; }
h1 em { color: var(--sky); font-style: normal; font-weight: 500; }
.hero h1 span, .hero h1 em { display: block; }
h2 { font-size: clamp(2rem, 3.4vw, 3.4rem); font-weight: 650; }
h3 { font-size: 1.25rem; font-weight: 650; }
p { margin: 0; }
.lead { color: var(--ink) !important; font-size: 1.25rem; font-weight: 650; }

.site-header { position: sticky; z-index: 30; top: 0; color: #fff; background: rgba(6,29,61,.985); border-bottom: 1px solid rgba(255,255,255,.15); }
.nav-wrap { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-size: 1.2rem; font-weight: 750; letter-spacing: -.025em; }
.brand img { width: 32px; height: 32px; }
.brand-dot { color: var(--sky); }
.site-nav { display: flex; align-items: center; gap: 23px; }
.site-nav a { color: #d9e6f1; font-size: .83rem; text-decoration: none; }
.site-nav a:hover { color: #fff; }
.nav-cta { padding: 8px 13px; border: 1px solid rgba(255,255,255,.38); }
.menu-button { display: none; width: 44px; height: 44px; color: #fff; border: 1px solid rgba(255,255,255,.36); background: transparent; }

.hero { overflow: hidden; color: #fff; background: radial-gradient(circle at 84% 25%, rgba(36,124,194,.23), transparent 27%), linear-gradient(135deg, var(--navy), #03152e 75%); }
.hero-grid { min-height: 630px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: clamp(44px, 6vw, 80px); align-items: center; padding: 60px 0 68px; }
.hero-copy > p:not(.eyebrow) { max-width: 650px; color: #c5d5e4; }
.hero-lead { margin-top: 25px !important; color: #eef5fa !important; font-size: 1.16rem; }
.hero-lead + p { margin-top: 13px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border: 1px solid transparent; text-decoration: none; font-size: .87rem; font-weight: 750; }
.button.primary { color: #fff; background: var(--blue-2); }
.button.primary:hover { background: #318bd0; }
.button.secondary { color: #fff; border-color: rgba(255,255,255,.42); }
.button.secondary:hover { background: rgba(255,255,255,.07); }
.button.ink { color: #fff; background: var(--navy); }
.agent-profile { border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.055); box-shadow: 0 30px 75px rgba(0,0,0,.2); }
.profile-head { display: flex; justify-content: space-between; gap: 18px; padding: 17px 20px; color: #9fb8cf; border-bottom: 1px solid rgba(255,255,255,.17); }
.profile-title { padding: 23px 20px 18px; }
.profile-title span { display: block; color: #91abc3; font-size: .73rem; }
.profile-title strong { display: block; margin-top: 4px; font-size: 1.55rem; }
.agent-profile dl { margin: 0 20px; border-top: 1px solid rgba(255,255,255,.16); }
.agent-profile dl > div { display: grid; grid-template-columns: 120px minmax(0,1fr); gap: 14px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.agent-profile dt { color: #91abc3; font: .66rem/1.5 var(--mono); text-transform: uppercase; }
.agent-profile dd { margin: 0; color: #eef5fa; font-size: .82rem; }
.agent-profile > p { padding: 15px 20px 18px; color: #91abc3; font-size: .72rem; }
.principle-strip { color: var(--navy); background: var(--paper-2); border-bottom: 1px solid var(--line); }
.principle-strip .container { min-height: 66px; display: flex; align-items: center; justify-content: center; gap: clamp(20px, 4vw, 54px); font: .73rem var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.principle-strip i { color: var(--blue-2); font-style: normal; }

.section { padding: clamp(52px, 6vw, 76px) 0; }
.section.alt { background: var(--paper-2); }
.section.dark { color: #fff; background: var(--navy); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr); gap: clamp(34px, 5vw, 72px); align-items: start; margin-bottom: 30px; }
.section-heading > p { max-width: 620px; color: var(--muted); font-size: 1.03rem; }
.dark .section-heading > p { color: #b6c7d8; }
.split-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(44px, 8vw, 100px); }
.split-intro > div:last-child > p:not(:first-child) { margin-top: 12px; color: var(--muted); }
.critical-question { margin-top: 28px; padding: 23px 0 4px; border-top: 1px solid var(--line); }
.critical-question span { display: block; color: var(--blue); font: .7rem var(--mono); text-transform: uppercase; }
.critical-question strong { display: block; max-width: 680px; margin-top: 9px; font-size: clamp(1.55rem, 2.7vw, 2.25rem); line-height: 1.2; letter-spacing: -.03em; }

.assessment-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.assessment-grid article { min-height: 184px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.4); }
.assessment-grid span { color: var(--blue); font: .68rem var(--mono); }
.assessment-grid h3 { margin-top: 13px; }
.assessment-grid p { margin-top: 10px; color: var(--muted); font-size: .88rem; }
.output-callout { display: grid; grid-template-columns: 190px 1fr; gap: 30px; align-items: center; padding: 25px 28px; color: #fff; background: var(--blue); }
.output-callout > span { color: #b9d9f1; }
.output-callout p { font-size: 1.08rem; }

.pathways { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pathway { padding: 27px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.035); }
.pathway > span { color: #9eb4c8; }
.pathway ol { list-style: none; margin: 25px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.pathway li { position: relative; padding: 17px 12px; color: #bacbda; border-top: 1px solid rgba(255,255,255,.2); font-size: .86rem; }
.pathway li:not(:last-child)::after { content: '→'; position: absolute; top: 15px; right: -5px; color: #66839e; }
.pathway.fides { border-color: #4e9dd9; background: rgba(36,124,194,.12); }
.pathway.fides > span, .pathway.fides li { color: #dceefa; }
.pathway.fides li { border-top-color: #4e9dd9; }
.pathway.fides li:not(:last-child)::after { color: var(--sky); }

.solution-panel { display: grid; grid-template-columns: .9fr 1.1fr; border: 1px solid var(--line); background: #fff; }
.solution-copy { padding: clamp(32px, 5vw, 60px); }
.solution-copy p:not(.eyebrow) { margin-top: 19px; color: var(--muted); }
.solution-list { list-style: none; margin: 0; padding: 18px clamp(28px, 5vw, 58px); color: #fff; background: var(--navy); }
.solution-list li { display: grid; grid-template-columns: 48px 1fr; gap: 15px; align-items: center; min-height: 72px; border-bottom: 1px solid rgba(255,255,255,.15); }
.solution-list li:last-child { border-bottom: 0; }
.solution-list span { color: var(--sky); font: .7rem var(--mono); }
.solution-list strong { font-size: .96rem; }

.client-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.client-card { padding: 28px; border: 1px solid var(--line); background: #fff; }
.client-card.featured { color: #fff; background: var(--navy); border-color: var(--navy); }
.client-card > span { color: var(--blue); }
.client-card.featured > span { color: var(--sky); }
.client-card h3 { margin-top: 15px; font-size: 1.45rem; }
.client-card > p { margin-top: 15px; color: var(--muted); }
.client-card.featured > p { color: #b9cad9; }
.client-card ul { margin: 22px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.client-card.featured ul { border-color: rgba(255,255,255,.16); }
.client-card li { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .86rem; }
.client-card.featured li { border-color: rgba(255,255,255,.14); }
.client-card li::before { content: '—'; margin-right: 9px; color: var(--blue-2); }
.client-card.featured li::before { color: var(--sky); }

.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.product-card { min-height: 260px; display: flex; flex-direction: column; padding: 29px; border: 1px solid var(--line); background: #fff; }
.product-card > div { display: flex; justify-content: space-between; gap: 14px; }
.product-number { color: var(--blue); }
.status { padding: 4px 7px; color: var(--blue); background: #e3eff8; }
.product-card h3 { margin-top: 28px; font-size: 1.55rem; }
.product-card p { margin-top: 13px; color: var(--muted); }
.product-card a { margin-top: auto; padding-top: 24px; color: var(--blue); font-size: .85rem; font-weight: 750; text-decoration: none; }
.primary-product { color: #fff; background: var(--navy); border-color: var(--navy); }
.primary-product .product-number { color: var(--sky); }
.primary-product .status { color: #dceefa; background: rgba(121,185,231,.15); }
.primary-product p { color: #b9cad9; }
.primary-product a { color: var(--sky); }
.product-card.vision { background: var(--paper-2); }

.why-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 7vw, 88px); }
.why-list { margin: 0; border-top: 1px solid var(--line); }
.why-list > div { display: grid; grid-template-columns: 170px 1fr; gap: 30px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.why-list dt { color: var(--navy); font-weight: 750; }
.why-list dd { margin: 0; color: var(--muted); }

.principle-section { padding: clamp(54px, 7vw, 88px) 0; color: #fff; background: linear-gradient(130deg, var(--navy), var(--navy-2)); }
.principle-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 8vw, 110px); }
.principle-grid > div:last-child p { color: #bfd0df; font-size: 1.08rem; }
.principle-grid > div:last-child p + p { margin-top: 10px; }
.principle-grid strong { display: block; margin-top: 27px; color: var(--sky); font-size: 1.35rem; }
.contact-section { padding: clamp(52px, 6vw, 76px) 0; background: #fff; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 8vw, 100px); align-items: start; }
.contact-grid > div:last-child > p { max-width: 620px; color: var(--muted); font-size: 1.05rem; }
.email { display: inline-block; margin: 21px 0 0 17px; color: var(--blue); font-size: .87rem; }

.site-footer { padding: 55px 0 24px; color: #fff; background: #03152e; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr .45fr; gap: 55px; }
.footer-grid > div { display: grid; align-content: start; gap: 7px; }
.footer-grid p { max-width: 470px; margin-top: 15px; color: #9db1c5; }
.footer-grid > div > span { margin-bottom: 7px; color: #758da5; }
.footer-grid a:not(.brand) { color: #d8e4ee; text-decoration: none; font-size: .86rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 19px; color: #7890a7; border-top: 1px solid rgba(255,255,255,.13); }
.footer-bottom span { font-size: .68rem; }

@media (max-width: 940px) {
  .nav-wrap { flex-wrap: wrap; }
  .site-nav { width: 100%; padding-bottom: 18px; align-items: flex-start; flex-direction: column; }
  .js .menu-button { display: block; }
  .js .site-nav { width: auto; display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 21px; align-items: stretch; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.15); }
  .js .site-header.open .site-nav { display: flex; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 760px; }
  .agent-profile { max-width: 680px; }
  .section-heading, .split-intro, .solution-panel, .why-grid, .principle-grid, .contact-grid { grid-template-columns: 1fr; }
  .assessment-grid, .client-grid { grid-template-columns: repeat(2, 1fr); }
  .client-card:last-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  h1 { font-size: clamp(2.65rem, 11vw, 3.2rem); }
  h2 { font-size: clamp(1.9rem, 9vw, 2.65rem); }
  .hero-grid { padding: 44px 0 50px; }
  .principle-strip .container { justify-content: space-between; gap: 6px; font-size: .62rem; }
  .section { padding: 43px 0; }
  .section-heading { gap: 18px; margin-bottom: 23px; }
  .assessment-grid, .client-grid, .product-grid, .footer-grid { grid-template-columns: 1fr; }
  .client-card:last-child, .footer-grid > div:first-child { grid-column: auto; }
  .assessment-grid article { min-height: auto; }
  .output-callout { grid-template-columns: 1fr; gap: 10px; }
  .pathways { grid-template-columns: 1fr; }
  .pathway ol { grid-template-columns: 1fr; }
  .pathway li { padding-left: 0; }
  .pathway li:not(:last-child)::after { content: '↓'; top: auto; right: 2px; bottom: -13px; }
  .solution-copy { padding: 27px; }
  .solution-list { padding: 12px 26px; }
  .why-list > div { grid-template-columns: 1fr; gap: 7px; }
  .contact-grid .button { display: flex; width: 100%; }
  .email { margin: 17px 0 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .agent-profile dl > div { grid-template-columns: 100px minmax(0,1fr); }
}

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