:root {
  --ink: #091c2f;
  --navy: #06203b;
  --navy-2: #0b2e52;
  --gold: #c99a42;
  --gold-light: #f2d390;
  --paper: #f6f7f7;
  --white: #ffffff;
  --muted: #596575;
  --line: #d9dee3;
  --teal: #0e6c70;
  --radius: 22px;
  --shadow: 0 30px 80px rgba(3, 22, 40, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.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: 1rem; top: -5rem; z-index: 100; background: var(--gold); padding: .7rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(246,247,247,.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(9,28,47,.08); }
.nav-shell { max-width: 1240px; height: 86px; margin: auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 116px; height: 64px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 108px; }
.primary-nav { display: flex; align-items: center; gap: 2rem; font-size: .94rem; font-weight: 600; }
.primary-nav > a:not(.nav-cta) { position: relative; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -.35rem; width: 0; height: 2px; background: var(--gold); transition: width .25s ease; }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { width: 100%; }
.nav-cta { padding: .72rem 1rem; background: var(--navy); color: #fff; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 9px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--navy); margin: 5px 0; }

.hero { min-height: calc(100vh - 86px); background: radial-gradient(circle at 82% 20%, rgba(201,154,66,.22), transparent 26%), linear-gradient(145deg, #f8f9f9 0%, #eef2f2 100%); padding: clamp(4rem, 8vw, 7rem) 28px 0; overflow: hidden; }
.hero-grid { max-width: 1240px; margin: auto; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 5rem; }
.eyebrow { margin: 0 0 1rem; color: #80601f; font: 700 .78rem/1.2 "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
h1,h2,h3 { font-family: "Manrope", sans-serif; letter-spacing: -.035em; line-height: 1.08; margin-top: 0; }
h1 { font-size: clamp(3.4rem, 7.2vw, 6.8rem); margin-bottom: 1.6rem; }
h1 span { color: var(--teal); }
.hero-lead { max-width: 680px; font-size: clamp(1.1rem, 1.8vw, 1.35rem); color: #394b5a; margin-bottom: 2rem; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: .65rem; min-height: 50px; padding: .75rem 1.25rem; border-radius: 999px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: var(--white); box-shadow: 0 12px 30px rgba(6,32,59,.19); }
.button-quiet { border: 1px solid #b7c0c7; background: rgba(255,255,255,.7); }
.button-small { min-height: 42px; padding: .55rem 1rem; background: var(--gold); color: var(--navy); font-size: .88rem; }
.button-gold { background: var(--gold-light); color: var(--navy); }
.test-note { color: var(--muted); font-size: .83rem; margin-top: 1.2rem; }
.test-note span { color: #be8121; margin-right: .35rem; }
.hero-mark { min-height: 560px; position: relative; display: grid; place-items: center; }
.mark-frame { position: relative; z-index: 2; width: min(380px, 74vw); height: min(380px, 74vw); border-radius: 50%; background: rgba(255,255,255,.72); border: 1px solid rgba(201,154,66,.35); box-shadow: var(--shadow); display: grid; place-items: center; backdrop-filter: blur(12px); }
.mark-frame img { width: 65%; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(9,28,47,.12); }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 580px; height: 580px; border-style: dashed; animation: spin 32s linear infinite; }
.signal-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: .7rem; background: rgba(255,255,255,.92); border: 1px solid rgba(9,28,47,.08); box-shadow: 0 18px 42px rgba(9,28,47,.12); padding: .85rem 1rem; border-radius: 12px; font-size: .84rem; }
.signal-card b { color: var(--gold); }.signal-one { left: 0; top: 17%; }.signal-two { right: -2%; bottom: 16%; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-metrics { max-width: 1240px; margin: 5rem auto 0; border-top: 1px solid #ccd3d8; display: grid; grid-template-columns: repeat(3,1fr); }
.hero-metrics div { padding: 1.5rem 2rem; border-right: 1px solid #ccd3d8; display: flex; flex-direction: column; }.hero-metrics div:last-child { border-right: 0; }
.hero-metrics span { font-size: .78rem; color: #80601f; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }.hero-metrics strong { font-family: "Manrope", sans-serif; font-size: 1.05rem; }

.section { padding: clamp(5rem, 10vw, 8rem) 28px; }
.section-heading { max-width: 1240px; margin: 0 auto 3.5rem; }.section-heading h2, .closing h2, .readiness h2 { font-size: clamp(2.4rem, 5vw, 4.6rem); max-width: 850px; margin-bottom: 0; }
.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 4rem; }.split-heading > p { max-width: 410px; color: var(--muted); margin: 0; }
.purpose { background: var(--white); }.purpose-grid { max-width: 1240px; margin: auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: 7rem; }.purpose-statement { margin: 0; font: 600 clamp(1.7rem, 3.2vw, 3rem)/1.3 "Manrope", sans-serif; }.purpose-copy { border-left: 2px solid var(--gold); padding-left: 2rem; color: #3d4b59; font-size: 1.05rem; }

.ethicsure { background: var(--navy); color: #fff; }.ethicsure-card { max-width: 1240px; margin: auto; display: grid; grid-template-columns: .95fr 1.05fr; gap: 5rem; align-items: center; }.ethicsure-intro > img { width: 190px; height: 92px; object-fit: contain; object-position: left center; background: #fff; border-radius: 10px; padding: 7px; margin-bottom: 2.5rem; }.ethicsure-intro .eyebrow { color: var(--gold-light); }.ethicsure-intro h2 { font-size: clamp(2.2rem, 4.2vw, 4rem); }.ethicsure-intro p:not(.eyebrow) { color: #cbd8e4; }.text-link { color: var(--gold-light); font-weight: 700; display: inline-flex; gap: .6rem; margin-top: 1rem; }
.decision-window { background: #f6f8fa; color: var(--ink); border-radius: 18px; overflow: hidden; box-shadow: 0 35px 80px rgba(0,0,0,.28); transform: rotate(1deg); }.window-bar { height: 48px; background: #e1e5e8; display: flex; align-items: center; gap: 7px; padding: 0 17px; }.window-bar span { width: 10px; height: 10px; border-radius: 50%; background: #a7b0b7; }.window-bar b { margin-left: auto; font-size: .75rem; color: #536271; }.window-body { padding: clamp(2rem,4vw,3.5rem); }.window-label { color: var(--teal); text-transform: uppercase; letter-spacing: .1em; font-weight: 700; font-size: .74rem; }.window-body h3 { font-size: clamp(1.9rem,3.3vw,3rem); margin: .8rem 0 2rem; }.window-flow { border-left: 1px solid #cbd2d8; margin: 0 0 2rem 1rem; }.window-flow div { display: flex; align-items: center; gap: 1rem; padding: .7rem 0 .7rem 1.5rem; color: #697683; }.window-flow b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #e2e7ea; }.window-flow .active { color: var(--ink); font-weight: 700; }.window-flow .active b { background: var(--gold); }

.pathway { background: #edf1f1; }.pathway-tabs { max-width: 1240px; margin: auto; display: grid; grid-template-columns: .4fr .6fr; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 20px 60px rgba(9,28,47,.08); }.tab-list { display: flex; flex-direction: column; background: #0b2947; padding: 1rem; }.tab-list button { flex: 1; text-align: left; color: #afbdc9; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); padding: 1.3rem 1.4rem; cursor: pointer; font-weight: 700; }.tab-list button:last-child { border-bottom: 0; }.tab-list button span { display: block; color: var(--gold-light); font-size: .75rem; margin-bottom: .35rem; }.tab-list button[aria-selected="true"] { background: rgba(255,255,255,.1); color: #fff; border-radius: 12px; }.tab-panel { min-height: 430px; padding: clamp(2.4rem,5vw,4.5rem); display: grid; grid-template-columns: 1fr .8fr; gap: 4rem; align-items: center; }.tab-panel[hidden] { display: none; }.panel-index { color: #856723; font-size: .76rem; letter-spacing: .12em; font-weight: 700; }.tab-panel h3 { font-size: clamp(2rem,3.6vw,3.4rem); }.tab-panel > div p:last-child { color: var(--muted); }.tab-panel ul { list-style: none; padding: 0; margin: 0; }.tab-panel li { padding: .8rem 0; border-bottom: 1px solid var(--line); font-weight: 600; }.tab-panel li::before { content: "↗"; color: var(--gold); margin-right: .7rem; }

.readiness { background: #fff; }.readiness-shell { max-width: 1240px; margin: auto; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border-radius: var(--radius); background: linear-gradient(135deg,#f0f3f3,#e2e8e7); }.readiness-copy { padding: clamp(2.5rem,5vw,5rem); }.readiness-copy h2 { font-size: clamp(2.2rem,4.3vw,4rem); }.readiness-options { display: grid; gap: .7rem; margin-top: 2rem; }.readiness-options button { text-align: left; border: 1px solid #bdc7ca; background: rgba(255,255,255,.7); border-radius: 10px; padding: 1rem; color: var(--ink); cursor: pointer; font-weight: 700; transition: .2s ease; }.readiness-options button:hover,.readiness-options button:focus-visible,.readiness-options button.active { border-color: var(--teal); background: #fff; transform: translateX(5px); }.readiness-result { background: var(--navy); color: #fff; padding: clamp(2.5rem,5vw,5rem); display: flex; flex-direction: column; justify-content: center; }.result-label { color: var(--gold-light); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }.readiness-result h3 { font-size: clamp(2rem,3.4vw,3.2rem); margin-bottom: 1rem; }.readiness-result > p:not(.result-label) { color: #c5d2dd; }.readiness-result .button { align-self: flex-start; margin: 1rem 0; background: var(--gold-light); color: var(--navy); }.readiness-result small { color: #9fb0bf; max-width: 430px; }

.governance { background: #f2f4f4; }.governance-grid { max-width: 1240px; margin: auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }.governance-grid article { background: #fff; padding: 2.2rem; min-height: 300px; }.governance-grid article span { color: var(--gold); font-weight: 800; }.governance-grid h3 { font-size: 1.35rem; margin: 3.5rem 0 .8rem; }.governance-grid p { color: var(--muted); font-size: .94rem; }
.closing { background: linear-gradient(130deg,#072039,#0c3c5e); color: #fff; text-align: center; }.closing-shell { max-width: 880px; margin: auto; }.closing .eyebrow { color: var(--gold-light); }.closing h2 { margin: 0 auto 1.4rem; }.closing p:not(.eyebrow) { color: #c8d5df; font-size: 1.08rem; max-width: 660px; margin: 0 auto 2rem; }

footer { background: #061726; color: #aebbc6; padding: 4rem 28px 1.5rem; }.footer-grid { max-width: 1240px; margin: auto; display: grid; grid-template-columns: 1.6fr .7fr 1fr; gap: 5rem; }.footer-brand img { width: 145px; background: #fff; border-radius: 10px; padding: 5px; }.footer-brand p { max-width: 310px; }.footer-grid h3 { color: #fff; font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; }.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: .45rem; }.footer-grid a { color: #d2dae0; }.footer-grid a:hover { color: var(--gold-light); }.footer-grid p { margin: .2rem 0; font-size: .8rem; }.footer-bottom { max-width: 1240px; margin: 3rem auto 0; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 1rem; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

@media (max-width: 980px) {
  .hero-grid,.ethicsure-card,.readiness-shell { grid-template-columns: 1fr; }.hero-mark { min-height: 440px; }.signal-one { left: 5%; }.signal-two { right: 5%; }.purpose-grid { gap: 3rem; }.governance-grid { grid-template-columns: repeat(2,1fr); }.pathway-tabs { grid-template-columns: 1fr; }.tab-list { flex-direction: row; }.tab-list button { border-bottom: 0; border-right: 1px solid rgba(255,255,255,.12); }.tab-panel { min-height: auto; }.split-heading { align-items: start; flex-direction: column; gap: 1.5rem; }
}

@media (max-width: 760px) {
  .nav-shell { height: 72px; padding: 0 18px; }.brand { height: 54px; width: 96px; }.brand img { width: 90px; }.menu-toggle { display: block; }.primary-nav { position: absolute; top: 72px; left: 0; right: 0; background: #f6f7f7; padding: 1.2rem 20px 1.5rem; border-bottom: 1px solid var(--line); display: none; flex-direction: column; align-items: stretch; gap: .4rem; }.primary-nav.open { display: flex; }.primary-nav a { padding: .7rem; }.nav-cta { text-align: center; margin-top: .5rem; }.hero { min-height: auto; padding: 4rem 20px 0; }.hero-grid { gap: 2rem; }.hero-mark { min-height: 350px; }.mark-frame { width: 270px; height: 270px; }.orbit-one { width: 330px; height: 330px; }.orbit-two { width: 390px; height: 390px; }.signal-card { font-size: .72rem; }.signal-one { top: 8%; left: -1rem; }.signal-two { right: -1rem; bottom: 7%; }.hero-metrics { margin-top: 3rem; grid-template-columns: 1fr; }.hero-metrics div { border-right: 0; border-bottom: 1px solid #ccd3d8; padding: 1rem 0; }.hero-metrics div:last-child { border-bottom: 0; }.section { padding: 4.5rem 20px; }.purpose-grid { grid-template-columns: 1fr; }.purpose-copy { padding-left: 1.3rem; }.ethicsure-card { gap: 3rem; }.decision-window { transform: none; }.tab-list { flex-direction: column; }.tab-list button { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }.tab-panel { grid-template-columns: 1fr; gap: 1.5rem; padding: 2rem; }.governance-grid { grid-template-columns: 1fr; }.governance-grid article { min-height: auto; }.governance-grid h3 { margin-top: 2rem; }.footer-grid { grid-template-columns: 1fr; gap: 2rem; }.footer-bottom { flex-direction: column; }.hero-actions .button { width: 100%; }
}

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