:root {
    --navy-950: #041024;
    --navy-900: #07152d;
    --navy-800: #0b2041;
    --navy-700: #12305a;
    --cream: #f7f5ef;
    --white: #ffffff;
    --ink: #10213c;
    --muted: #68758a;
    --gold: #d6ad58;
    --gold-light: #f0d697;
    --line: #dfe5ec;
    --shadow: 0 24px 60px rgba(9, 31, 61, 0.11);
    --radius: 22px;
    --font-body: "DM Sans", sans-serif;
    --font-display: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--font-body); line-height: 1.7; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.15; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.8rem, 7vw, 5.9rem); }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); }
h3 { font-size: 1.15rem; }
p { color: var(--muted); }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0; }
.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; z-index: 1000; left: 12px; top: -80px; background: var(--white); padding: 10px 16px; border-radius: 6px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; z-index: 100; width: 100%; top: 0; color: var(--white); }
.header-inner { height: 90px; display: flex; align-items: center; gap: 38px; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 800; }
.brand-logo { display: block; width: 205px; height: auto; }
.footer-logo { width: 230px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--navy-950); background: linear-gradient(135deg, var(--gold-light), var(--gold)); border-radius: 11px 11px 4px 11px; }
.brand-name { font-size: 1.35rem; letter-spacing: -.04em; }
.site-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; font-size: .91rem; }
.site-nav a { position: relative; color: rgba(255,255,255,.72); transition: color .25s; }
.site-nav a:hover, .site-nav a.active { color: var(--white); }
.site-nav a.active::after { content: ""; position: absolute; height: 2px; left: 0; right: 0; bottom: -12px; background: var(--gold); }
.menu-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 12px; padding: 15px 22px; background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: var(--navy-950); font: 700 .92rem var(--font-body); cursor: pointer; box-shadow: 0 12px 28px rgba(214,173,88,.2); transition: transform .25s, box-shadow .25s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(214,173,88,.3); }
.button-small { padding: 11px 17px; border-radius: 9px; }
.button-light { background: var(--white); box-shadow: none; }
.button-full { width: 100%; padding: 17px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--navy-700); font-weight: 700; transition: gap .25s; }
.text-link:hover { gap: 15px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: #987425; font-size: .73rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 1px; background: var(--gold); }
.eyebrow.light { color: var(--gold-light); }

.hero { position: relative; min-height: 780px; overflow: hidden; color: var(--white); background: linear-gradient(140deg, var(--navy-950), var(--navy-800)); }
.hero::before, .page-hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.hero-grid { min-height: 780px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; padding-top: 90px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 750px; margin-bottom: 25px; }
.hero-lead { max-width: 670px; color: rgba(255,255,255,.69); font-size: 1.13rem; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 34px 0 25px; }
.hero .text-link { color: var(--white); }
.hero-note { font-size: .82rem; color: rgba(255,255,255,.45); letter-spacing: .04em; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 560px; height: 560px; right: -170px; top: 30px; background: radial-gradient(circle, rgba(42,104,183,.32), transparent 68%); }
.hero-glow-two { width: 480px; height: 480px; left: -250px; bottom: -240px; background: radial-gradient(circle, rgba(214,173,88,.14), transparent 68%); }
.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.visual-card { position: relative; z-index: 3; width: 280px; height: 350px; display: flex; flex-direction: column; justify-content: center; padding: 36px; border: 1px solid rgba(255,255,255,.18); border-radius: 100px 16px 100px 16px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.035)); box-shadow: 0 35px 80px rgba(0,0,0,.25); backdrop-filter: blur(14px); }
.visual-card::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(214,173,88,.25); border-radius: inherit; }
.visual-card strong { position: relative; z-index: 1; color: var(--gold-light); font: 800 7.5rem/1 var(--font-display); letter-spacing: -.1em; }
.visual-card > span { position: relative; z-index: 1; color: rgba(255,255,255,.7); font-size: .92rem; }
.visual-card .visual-kicker { color: var(--gold-light); font-size: .65rem; text-transform: uppercase; letter-spacing: .16em; }
.visual-orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; }
.orbit-two { width: 530px; height: 530px; border-style: dashed; animation: rotate 35s linear infinite; }
.floating-pill { position: absolute; z-index: 4; display: flex; gap: 9px; align-items: center; padding: 10px 14px; color: rgba(255,255,255,.8); background: rgba(7,21,45,.72); border: 1px solid rgba(255,255,255,.12); border-radius: 50px; backdrop-filter: blur(10px); font-size: .75rem; box-shadow: 0 14px 35px rgba(0,0,0,.2); }
.floating-pill-one { top: 22%; right: 1%; }
.floating-pill-two { bottom: 22%; left: -4%; }
@keyframes rotate { to { transform: rotate(360deg); } }

.section-heading { max-width: 630px; margin-bottom: 50px; }
.section-heading h2, .section-copy h2 { margin-bottom: 18px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 300px; padding: 32px 27px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 30px rgba(9,31,61,.035); transition: transform .3s, box-shadow .3s, border-color .3s; }
.feature-card:hover { transform: translateY(-8px); border-color: rgba(214,173,88,.5); box-shadow: var(--shadow); }
.feature-card h3 { margin: 28px 0 12px; }
.feature-card p { margin: 0; font-size: .91rem; }
.feature-number { position: absolute; right: 24px; top: 22px; color: #dfe5ec; font: 700 .75rem var(--font-display); }
.icon-wrap { width: 48px; height: 48px; display: grid; place-items: center; color: #987425; background: #faf3e2; border-radius: 14px; }
.icon { position: relative; width: 18px; height: 18px; display: inline-block; }
.icon-shield { border: 2px solid currentColor; border-radius: 8px 8px 10px 10px; clip-path: polygon(50% 0, 100% 20%, 88% 75%, 50% 100%, 12% 75%, 0 20%); }
.icon-star::before { content: "★"; position: absolute; top: -6px; font-size: 19px; color: var(--gold); }
.icon-award { border: 2px solid currentColor; border-radius: 50%; }
.icon-award::after { content: ""; position: absolute; width: 7px; height: 8px; border-left: 2px solid currentColor; border-right: 2px solid currentColor; bottom: -8px; left: 3px; }
.icon-bolt { background: currentColor; clip-path: polygon(54% 0, 15% 53%, 45% 53%, 36% 100%, 86% 42%, 56% 42%); }
.icon-support { border: 2px solid currentColor; border-radius: 50%; border-bottom-color: transparent; }
.icon-support::after { content: ""; position: absolute; width: 5px; height: 7px; border: 2px solid currentColor; border-left: 0; right: -4px; bottom: 0; border-radius: 0 5px 5px 0; }
.icon-spark::before, .icon-spark::after { content: ""; position: absolute; background: currentColor; border-radius: 50%; }
.icon-spark::before { width: 4px; height: 18px; left: 7px; }
.icon-spark::after { width: 18px; height: 4px; top: 7px; }

.intro-section { color: var(--white); background: var(--navy-900); }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.intro-section .section-copy p { color: rgba(255,255,255,.62); }
.intro-section .text-link { color: var(--gold-light); }
.story-visual { padding: 25px; }
.story-panel { position: relative; height: 430px; overflow: hidden; border-radius: 120px 22px 120px 22px; background: radial-gradient(circle at 30% 20%, #1d4a82, var(--navy-950) 65%); box-shadow: 0 25px 70px rgba(0,0,0,.27); }
.story-panel::before { content: ""; position: absolute; width: 320px; height: 320px; left: -90px; top: -110px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.025), 0 0 0 100px rgba(255,255,255,.02); }
.large-initial { position: absolute; color: rgba(255,255,255,.07); right: 12px; bottom: -80px; font: 800 23rem/1 var(--font-display); }
.story-stat { position: absolute; display: flex; align-items: end; gap: 20px; left: 50px; bottom: 50px; }
.story-stat strong { color: var(--gold-light); font: 800 5.5rem/1 var(--font-display); }
.story-stat span { color: rgba(255,255,255,.6); font-size: .85rem; line-height: 1.4; }
.why-section { background: #f1efe9; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.why-item { display: flex; align-items: center; gap: 25px; min-height: 110px; padding: 24px 28px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; transition: border-color .25s, transform .25s; }
.why-item:hover { border-color: var(--gold); transform: translateX(5px); }
.why-item span { color: #b18a38; font: 700 .72rem var(--font-display); }
.why-item h3 { margin: 0; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 62px; color: var(--white); background: linear-gradient(135deg, #0b2348, #123767); border-radius: 28px; box-shadow: var(--shadow); }
.cta-panel h2 { margin-bottom: 12px; }
.cta-panel p { max-width: 650px; margin: 0; color: rgba(255,255,255,.62); }

.page-hero { position: relative; overflow: hidden; padding: 205px 0 120px; color: var(--white); background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); }
.page-hero.compact { padding-bottom: 95px; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { margin-bottom: 18px; font-size: clamp(3rem, 7vw, 5rem); }
.page-hero p { max-width: 660px; margin: 0; color: rgba(255,255,255,.62); font-size: 1.08rem; }
.about-intro .section-copy p { font-size: 1.04rem; }
.milestone-card { position: relative; min-height: 390px; display: flex; flex-direction: column; justify-content: center; padding: 55px; overflow: hidden; color: var(--white); background: var(--navy-900); border-radius: 22px 90px 22px 90px; }
.milestone-card::after { content: "W"; position: absolute; right: -35px; bottom: -75px; color: rgba(255,255,255,.04); font: 800 20rem/1 var(--font-display); }
.milestone-card strong { color: var(--gold-light); font: 800 7rem/1 var(--font-display); }
.milestone-card h3 { font-size: 1.5rem; margin: 10px 0; }
.milestone-card p { margin: 0; color: rgba(255,255,255,.5); }
.milestone-line { width: 70px; height: 2px; margin-bottom: 30px; background: var(--gold); }
.values-section { background: #f0eee7; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-card { min-height: 260px; padding: 36px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.value-letter { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 45px; color: #977326; background: #faf3e2; border-radius: 50%; font: 800 1rem var(--font-display); }
.value-card h3 { font-size: 1.4rem; margin-bottom: 10px; }
.value-card p { margin: 0; }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.mission-card { min-height: 360px; padding: 48px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.mission-card h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.mission-card.vision { color: var(--white); background: var(--navy-900); border-color: var(--navy-900); }
.mission-card.vision p { color: rgba(255,255,255,.62); }

.policy-layout { display: grid; grid-template-columns: 250px 1fr; align-items: start; gap: 80px; }
.policy-sidebar { position: sticky; top: 30px; padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.policy-sidebar > span { display: block; margin-bottom: 15px; font-weight: 700; }
.policy-sidebar nav { display: grid; gap: 8px; }
.policy-sidebar a { color: var(--muted); font-size: .78rem; line-height: 1.35; transition: color .2s; }
.policy-sidebar a:hover { color: #997426; }
.policy-content { max-width: 760px; }
.policy-updated { padding-bottom: 20px; border-bottom: 1px solid var(--line); color: #997426; font-size: .8rem; font-weight: 700; }
.policy-content article { scroll-margin-top: 30px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.policy-content article span { color: #b18a38; font: 700 .7rem var(--font-display); }
.policy-content article h2 { margin: 7px 0 12px; font-size: 1.55rem; }
.policy-content article p { margin: 0; }
.policy-content .button { margin-top: 35px; }

.contact-section { background: #f0eee7; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 80px; }
.contact-copy { padding-top: 35px; }
.contact-copy h2 { margin-bottom: 15px; }
.contact-point { display: flex; gap: 16px; align-items: center; margin-top: 28px; }
.contact-point strong, .contact-point span { display: block; }
.contact-point strong { font-family: var(--font-display); font-size: .9rem; }
.contact-point div span { color: var(--muted); font-size: .8rem; }
.form-card { padding: 42px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; margin-bottom: 18px; color: var(--ink); font-size: .8rem; font-weight: 700; }
label > span { color: #b1811e; }
label small { float: right; color: var(--muted); font-weight: 400; }
input, textarea { width: 100%; margin-top: 8px; border: 1px solid var(--line); border-radius: 10px; padding: 13px 14px; color: var(--ink); background: #fbfcfd; font: 400 .9rem var(--font-body); outline: none; transition: border-color .2s, box-shadow .2s; }
textarea { resize: vertical; min-height: 145px; }
input:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(214,173,88,.15); }
.honeypot { position: absolute; left: -9999px; }
.form-note { margin: 15px 0 0; text-align: center; font-size: .72rem; }
.form-note a { color: #987425; text-decoration: underline; }
.alert { margin-bottom: 24px; padding: 13px 15px; border-radius: 9px; font-size: .82rem; }
.alert-success { color: #245c3b; background: #eaf7ef; border: 1px solid #c4e8d0; }
.alert-error { color: #8c3535; background: #fff1f1; border: 1px solid #f1cdcd; }

.site-footer { padding: 75px 0 25px; color: var(--white); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 80px; padding-bottom: 55px; }
.footer-brand { margin-bottom: 20px; }
.footer-grid p { max-width: 420px; margin: 0; color: rgba(255,255,255,.45); font-size: .82rem; }
.footer-grid h2 { margin-bottom: 20px; color: var(--gold-light); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-nav { display: grid; gap: 9px; }
.footer-nav a { color: rgba(255,255,255,.55); font-size: .82rem; transition: color .2s; }
.footer-nav a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-size: .72rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
    .section { padding: 85px 0; }
    .header-cta { display: none; }
    .card-grid { grid-template-columns: 1fr 1fr; }
    .split-layout, .contact-layout { gap: 50px; }
    .hero-grid { grid-template-columns: 1fr; padding-top: 155px; padding-bottom: 90px; }
    .hero-visual { min-height: 430px; }
    .policy-layout { gap: 40px; }
}

@media (max-width: 760px) {
    .container { width: min(100% - 28px, 1160px); }
    .section { padding: 68px 0; }
    .header-inner { height: 74px; }
    .brand-logo { width: 160px; }
    .footer-logo { width: 215px; }
    .menu-toggle { position: relative; z-index: 102; width: 40px; height: 40px; display: grid; place-content: center; gap: 5px; margin-left: auto; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; }
    .menu-toggle span:not(.sr-only) { width: 17px; height: 1px; background: currentColor; }
    .site-nav { position: fixed; z-index: 101; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; visibility: hidden; opacity: 0; background: var(--navy-950); transform: translateY(-10px); transition: opacity .25s, transform .25s, visibility .25s; }
    .site-nav.open { visibility: visible; opacity: 1; transform: none; }
    .site-nav a { font: 700 1.45rem var(--font-display); }
    .site-nav a.active::after { bottom: -7px; }
    .hero, .hero-grid { min-height: auto; }
    .hero-grid { gap: 20px; padding-top: 135px; padding-bottom: 70px; }
    .hero h1 { font-size: clamp(2.6rem, 13vw, 4.2rem); }
    .hero-lead { font-size: 1rem; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
    .hero-visual { min-height: 390px; transform: scale(.88); margin: -15px 0; }
    .floating-pill-one { right: -6%; }
    .floating-pill-two { left: -8%; }
    .card-grid, .split-layout, .why-grid, .values-grid, .mission-grid, .contact-layout, .policy-layout { grid-template-columns: 1fr; }
    .feature-card { min-height: auto; }
    .story-visual { padding: 0; }
    .story-panel { height: 350px; }
    .why-item { min-height: 90px; }
    .cta-panel { align-items: flex-start; flex-direction: column; padding: 35px 28px; }
    .page-hero, .page-hero.compact { padding: 150px 0 70px; }
    .milestone-card { min-height: 330px; padding: 40px; }
    .mission-card { min-height: auto; padding: 32px; }
    .policy-sidebar { position: static; }
    .policy-sidebar nav { grid-template-columns: 1fr 1fr; }
    .contact-copy { padding-top: 0; }
    .form-card { padding: 25px 18px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .footer-grid { grid-template-columns: 1fr; gap: 38px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
}

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