:root {
  --navy: #102a43;
  --navy-deep: #091d2d;
  --blue: #245b78;
  --cyan: #6b9eaa;
  --green: #3f7f63;
  --gold: #b7924a;
  --gold-light: #e3cf9e;
  --ink: #17212b;
  --muted: #5e6974;
  --paper: #f7f5f0;
  --pale: #e8edef;
  --line: #ccd5da;
  --white: #fff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Aptos", "Segoe UI", Arial, sans-serif; line-height: 1.55; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 18px max(5vw, calc((100vw - var(--max))/2)); background: rgba(247,245,240,.94); border-bottom: 1px solid rgba(16,42,67,.12); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-weight: 750; letter-spacing: .08em; text-decoration: none; }
.brand small { color: var(--gold); font-size: .62em; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; color: var(--paper); background: var(--navy); border-left: 3px solid var(--gold); font-family: Georgia, serif; font-size: 20px; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { color: var(--navy); font-size: .9rem; font-weight: 650; text-decoration: none; }
nav a:hover { color: var(--gold); }
.nav-cta { padding: 9px 16px; border: 1px solid var(--navy); }
.menu-button { display: none; border: 1px solid var(--navy); background: transparent; padding: 8px 12px; color: var(--navy); font: inherit; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--navy); color: var(--white); overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 100px max(7vw, calc((100vw - var(--max))/2)); padding-right: 6vw; }
.eyebrow, .section-label { color: var(--gold); font-size: .78rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1 { margin-bottom: 28px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.7rem, 6.8vw, 6.7rem); font-weight: 400; letter-spacing: -.04em; }
h1 span { color: var(--gold-light); }
.hero-intro { max-width: 700px; margin: 0 0 34px; color: #d9e1e7; font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; font-size: .92rem; font-weight: 700; text-decoration: none; }
.button.primary { background: var(--gold); color: var(--navy-deep); }
.button.primary:hover { background: var(--gold-light); }
.button.secondary { border: 1px solid rgba(255,255,255,.5); color: var(--white); }
.button.secondary:hover { border-color: var(--gold-light); color: var(--gold-light); }
.eligibility-line { margin-top: 30px; color: #9fb0bc; font-size: .78rem; letter-spacing: .04em; }
.hero-visual { position: relative; min-height: 720px; background: linear-gradient(145deg, #1f526e 0%, #163e57 64%, #102a43 100%); overflow: hidden; }
.orbit { position: absolute; border: 1px solid rgba(227,207,158,.45); border-radius: 50%; }
.orbit-one { width: 540px; height: 540px; right: -155px; top: 85px; }
.orbit-two { width: 320px; height: 320px; right: -20px; top: 195px; border-color: rgba(255,255,255,.22); }
.bar { position: absolute; bottom: 0; width: 60px; background: rgba(107,158,170,.52); border-top: 2px solid var(--gold); }
.bar-one { height: 35%; left: 15%; }
.bar-two { height: 53%; left: 31%; }
.bar-three { height: 74%; left: 47%; }
.visual-label { position: absolute; right: 11%; top: 24%; display: flex; flex-direction: column; gap: 10px; width: 230px; padding: 26px; background: rgba(9,29,45,.72); border-left: 3px solid var(--gold); }
.visual-label strong { margin-bottom: 5px; color: var(--gold-light); font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; }
.visual-label span { color: #d9e1e7; font-size: .9rem; }

section:not(.hero) { padding: 110px max(6vw, calc((100vw - var(--max))/2)); }
.purpose { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
h2 { margin-bottom: 25px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4.3vw, 4.5rem); font-weight: 400; letter-spacing: -.035em; }
.purpose-copy { padding-top: 34px; color: var(--muted); font-size: 1.16rem; }
.purpose-copy p:first-child { color: var(--ink); font-size: 1.35rem; }
.strategy-section { background: var(--white); }
.section-heading { max-width: 780px; margin-bottom: 60px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.strategy-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.strategy-grid article { min-height: 260px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.strategy-grid .strategy-wide { grid-column: 1 / -1; min-height: 220px; }
.number { color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .14em; }
.strategy-grid h3 { margin: 52px 0 14px; color: var(--navy); font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; }
.strategy-grid p { max-width: 470px; color: var(--muted); }
.construction { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.construction-copy > p:last-child { color: var(--muted); }
.allocation { padding: 40px; background: var(--white); box-shadow: 0 22px 70px rgba(16,42,67,.09); }
.allocation-row { margin-bottom: 36px; }
.allocation-row > div:first-child { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 10px; }
.allocation-row strong { color: var(--blue); }
.track { height: 12px; overflow: hidden; background: var(--pale); }
.track i { display: block; height: 100%; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.allocation small { color: var(--muted); }
.risk-section { background: var(--navy); color: var(--white); }
.section-heading.light h2 { color: var(--white); }
.risk-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.25); }
.risk-columns > div + div { border-left: 1px solid rgba(255,255,255,.25); padding-left: 70px; }
.risk-columns h3 { color: var(--gold-light); font-size: 1.35rem; }
.risk-columns ul { margin: 0; padding-left: 1.2rem; color: #d9e1e7; }
.risk-columns li { margin: 15px 0; }
.risk-warning { margin: 55px 0 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.25); color: #9fb0bc; font-size: .9rem; }
.track-record { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.track-copy > p:nth-of-type(2) { color: var(--muted); font-size: 1.08rem; }
.text-link { display: inline-flex; gap: 10px; margin-top: 18px; color: var(--blue); font-weight: 750; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 4px; }
.track-facts { margin: 0; border-top: 4px solid var(--gold); background: var(--pale); }
.track-facts div { display: flex; justify-content: space-between; gap: 30px; padding: 24px 28px; border-bottom: 1px solid var(--line); }
.track-facts dt { color: var(--muted); }
.track-facts dd { margin: 0; color: var(--navy); font-weight: 750; text-align: right; }
.contact-section { display: grid; grid-template-columns: 1fr; gap: 42px; background: var(--white); }
.contact-section > div:first-child { max-width: 780px; }
.contact-section > div:first-child > p:last-child { color: var(--muted); }
.inquiry-form { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; padding: 42px 48px; background: var(--blue); color: var(--white); border-left: 5px solid var(--gold); }
.inquiry-form label { display: grid; gap: 7px; color: #d9e1e7; font-size: .86rem; font-weight: 650; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.35); border-radius: 0; background: rgba(9,29,45,.42); color: var(--white); padding: 12px 13px; font: inherit; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { outline: 2px solid var(--gold-light); outline-offset: 1px; }
.inquiry-form textarea { resize: vertical; min-height: 120px; }
.inquiry-form select option { color: var(--ink); background: var(--white); }
.form-row { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.full-field, .inquiry-form .consent, .form-status, .form-note { grid-column: 1 / -1; }
.inquiry-form .consent { display: flex; align-items: flex-start; gap: 10px; font-size: .78rem; font-weight: 400; }
.inquiry-form .consent input { width: auto; margin-top: 3px; }
.inquiry-form .button { width: fit-content; min-width: 180px; border: 0; cursor: pointer; }
.form-note, .form-status { margin: 0; color: #c5d1d8; font-size: .75rem; }
.form-status:not(:empty) { padding: 10px 12px; border-left: 2px solid var(--gold-light); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
footer { padding: 70px max(6vw, calc((100vw - var(--max))/2)); background: var(--navy-deep); color: #9fb0bc; }
.footer-brand { margin-bottom: 30px; color: var(--white); font-weight: 800; letter-spacing: .1em; }
.footer-brand span { color: var(--gold); }
.disclosure { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; font-size: .8rem; }
.copyright { margin: 35px 0 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); font-size: .78rem; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  nav { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 5vw 22px; background: var(--paper); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  nav a { padding: 12px 0; }
  .nav-cta { margin-top: 8px; padding: 11px 14px; text-align: center; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 650px; padding: 80px 6vw; }
  .hero-visual { min-height: 440px; }
  .purpose, .construction, .track-record, .contact-section { grid-template-columns: 1fr; gap: 45px; }
  .purpose-copy { padding-top: 0; }
}

@media (max-width: 620px) {
  section:not(.hero) { padding: 76px 6vw; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .strategy-grid, .risk-columns, .disclosure { grid-template-columns: 1fr; }
  .strategy-grid .strategy-wide { grid-column: auto; }
  .strategy-grid article { min-height: auto; }
  .risk-columns { gap: 25px; }
  .risk-columns > div + div { padding: 25px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.25); }
  .allocation { padding: 28px 22px; }
  .track-facts div { flex-direction: column; gap: 3px; }
  .track-facts dd { text-align: left; }
  .form-row { grid-template-columns: 1fr; }
  .inquiry-form { grid-template-columns: 1fr; padding: 28px 22px; }
  .form-row, .full-field, .inquiry-form .consent, .form-status, .form-note { grid-column: auto; }
}

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