:root {
  --navy: #071d33;
  --navy-2: #0b2b49;
  --gold: #c69b57;
  --gold-dark: #9c7335;
  --ink: #122033;
  --muted: #667085;
  --line: #d8dee8;
  --paper: #ffffff;
  --soft: #f5f3ee;
  --serif: "Libre Baskerville", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
body { color: var(--ink); font-family: var(--sans); line-height: 1.65; background: var(--paper); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--gold); color: #fff; padding: .75rem 1rem; z-index: 9999; }
.skip-link:focus { left: 0; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); box-shadow: 0 1px 18px rgba(7,29,51,.08); backdrop-filter: blur(16px); }
.navbar { min-height: 92px; }
.navbar-brand { color: var(--navy); font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.navbar-brand small { display: block; color: var(--gold-dark); font-size: .72rem; letter-spacing: .08em; margin-top: .2rem; }
.nav-link { color: var(--navy); font-size: .82rem; font-weight: 800; margin: 0 .35rem; text-transform: uppercase; }
.nav-link:hover { color: var(--gold-dark); }

.btn { border-radius: 0; font-weight: 800; letter-spacing: .04em; min-height: 46px; padding: .75rem 1.25rem; text-transform: uppercase; }
.btn-sm { min-height: 40px; padding: .55rem 1rem; }
.btn-gold, .btn-primary { background: linear-gradient(135deg, var(--gold), #d9b676); border: 1px solid var(--gold); color: #fff; }
.btn-gold:hover, .btn-primary:hover { background: var(--gold-dark); color: #fff; }
.btn-secondary, .btn-outline-navy { border: 1px solid var(--navy); color: var(--navy); background: transparent; }
.btn-secondary:hover, .btn-outline-navy:hover { background: var(--navy); color: #fff; }
.btn-link-light { color: #fff; display: inline-flex; gap: .4rem; align-items: center; }
.btn-link-light:hover { color: var(--gold); }

h1, h2 { font-family: var(--serif); line-height: 1.15; letter-spacing: 0; }
h1 { font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 700; }
h2 { font-size: clamp(2rem, 3vw, 3.2rem); }
h3 { font-size: .95rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.lead { font-size: 1.16rem; }
.eyebrow { color: var(--gold); font-size: .82rem; font-weight: 800; letter-spacing: .08em; margin-bottom: 1rem; text-transform: uppercase; }

.hero { color: #fff; overflow: hidden; background: radial-gradient(circle at 85% 30%, rgba(31,116,153,.36), transparent 32%), linear-gradient(110deg, #06182b 0%, #08243e 58%, #113e62 100%); }
.hero .container-xl { min-height: 670px; display: flex; align-items: center; }
.hero-copy { padding: 6rem 0; position: relative; z-index: 2; }
.hero-copy h1 { max-width: 780px; margin-bottom: 1.5rem; }
.hero-copy .lead { max-width: 640px; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.hero-media { align-self: stretch; display: flex; align-items: flex-end; justify-content: center; opacity: .95; }
.hero-media img { max-height: 620px; object-fit: cover; object-position: top; border-left: 1px solid rgba(255,255,255,.12); }

.section { padding: 5.5rem 0; }
.section-muted { background: var(--soft); }
.section-navy { color: #fff; background: linear-gradient(135deg, #06182b, #0a2a47); }
.section-navy p { color: rgba(255,255,255,.76); }

.stats-strip { background: #fff; box-shadow: 0 16px 45px rgba(7,29,51,.08); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.stats-grid article { min-height: 170px; padding: 2rem; border-right: 1px solid var(--line); }
.stats-grid article:last-child { border-right: 0; }
.stats-grid i, .feature-icon i, .outcome-item span i, .contact-panel i { color: var(--gold); width: 34px; height: 34px; }
.stats-grid strong { display: block; font-size: 2rem; font-weight: 600; margin-top: .8rem; }
.stats-grid span { display: block; font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.stats-grid p { color: var(--muted); font-size: .9rem; margin: .75rem 0 0; }

.outcome-list { border-left: 1px solid var(--line); padding-left: 4rem; }
.outcome-item { display: grid; grid-template-columns: 58px 1fr; gap: 1.1rem; margin-bottom: 1.8rem; }
.outcome-item span { width: 54px; height: 54px; display: grid; place-items: center; background: var(--navy); border-radius: 999px; }
.outcome-item p { color: var(--muted); margin-bottom: 0; }

.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.4rem; }
.feature-grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.feature-card { background: #fff; min-height: 245px; padding: 2rem; border: 1px solid var(--line); }
.section-navy .feature-card { background: transparent; border-color: rgba(255,255,255,.22); }
.feature-card img { aspect-ratio: 16 / 10; object-fit: cover; margin: -2rem -2rem 1.5rem; width: calc(100% + 4rem); max-width: none; }
.feature-card p { color: var(--muted); margin: 0; }
.section-navy .feature-card p { color: rgba(255,255,255,.72); }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(198,155,87,.55); border-radius: 999px; margin-bottom: 1.2rem; }

.testimonial-band { background: linear-gradient(135deg, #f8f5ee, #fff); padding: 3rem; border: 1px solid #ebe3d5; }
.testimonial-band blockquote { display: grid; grid-template-columns: 1fr 260px; gap: 2rem; margin: 0; padding: 1.5rem 0; border-top: 1px solid #e2d8c8; }
.testimonial-band blockquote:first-of-type { border-top: 0; }
.testimonial-band cite { font-style: normal; font-weight: 800; }
.testimonial-band cite span { display: block; color: var(--muted); font-weight: 500; margin-top: .25rem; }

.footer-cta { background: linear-gradient(135deg, #071d33, #0b3152); color: #fff; padding: 4rem 0; }
.footer-cta p { color: rgba(255,255,255,.78); }
.footer-contact { border-left: 1px solid rgba(255,255,255,.25); padding-left: 4rem; }
.footer-contact p, .contact-panel p { display: flex; align-items: center; gap: .8rem; margin-top: 1rem; }
.footer-bottom { background: #04111f; color: rgba(255,255,255,.7); padding: 1.2rem 0; }
.social-links { display: flex; gap: 1rem; }

.page-hero { background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: #fff; padding: 7rem 0 5rem; }
.page-hero p { max-width: 760px; color: rgba(255,255,255,.82); font-size: 1.15rem; }
.profile-img, .article-image img { width: 100%; object-fit: cover; border: 1px solid var(--line); }
.rich-content h2, .rich-content h3 { margin-top: 2rem; }
.info-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 2rem; }
.info-columns p { display: flex; gap: .7rem; align-items: center; margin-bottom: .75rem; }
.info-columns i { color: var(--gold); width: 20px; }

.timeline { border-left: 2px solid var(--gold); max-width: 960px; margin: 0 auto; }
.timeline article { position: relative; padding: 0 0 3rem 2rem; }
.timeline article::before { content: ""; position: absolute; left: -9px; top: .4rem; width: 16px; height: 16px; border-radius: 50%; background: var(--gold); }
.timeline span { color: var(--gold-dark); font-weight: 800; }
.timeline strong { display: inline-block; margin-top: .8rem; color: var(--navy); }

.insights-filter { display: grid; grid-template-columns: 1fr 260px auto; gap: 1rem; margin-bottom: 2rem; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid var(--line); padding: .8rem 1rem; }
textarea { min-height: 150px; }
.featured-post { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: center; margin-bottom: 3rem; background: var(--soft); padding: 2rem; }
.featured-post img, .post-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.post-card { border: 1px solid var(--line); padding: 1.5rem; background: #fff; }
.post-card img { margin: -1.5rem -1.5rem 1.2rem; width: calc(100% + 3rem); max-width: none; }
.post-card h2 { font-size: 1.4rem; font-family: var(--serif); }
.pagination-wrap { display: flex; justify-content: center; gap: 1.5rem; margin-top: 2rem; }
.article-layout { display: grid; grid-template-columns: 260px 1fr; gap: 4rem; }
.article-layout aside { border-right: 1px solid var(--line); padding-right: 2rem; }
.share-links { display: grid; gap: .5rem; margin-top: 1.5rem; }
.signup-placeholder { display: flex; gap: 1rem; min-width: min(100%, 520px); }

.contact-panel { background: var(--soft); padding: 2.5rem; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.contact-form label { display: grid; gap: .35rem; font-weight: 700; }
.contact-form label:has(textarea), .contact-form button, .contact-form .errorlist { grid-column: 1 / -1; }
.contact-form span { color: var(--gold-dark); }
.errorlist { color: #a9352f; margin: 0; }

@media (max-width: 991px) {
  .navbar { min-height: 74px; }
  .hero .container-xl { min-height: auto; }
  .hero-copy { padding: 4.5rem 0 2rem; }
  .hero-media { display: none; }
  .stats-grid, .feature-grid, .feature-grid-5, .post-grid { grid-template-columns: repeat(2, 1fr); }
  .outcome-list { border-left: 0; padding-left: 0; }
  .testimonial-band blockquote, .featured-post, .article-layout { grid-template-columns: 1fr; }
  .footer-contact { border-left: 0; padding-left: 0; }
  .insights-filter, .contact-form, .info-columns { grid-template-columns: 1fr; }
}

@media (max-width: 575px) {
  h1 { font-size: 2.35rem; }
  .section { padding: 4rem 0; }
  .stats-grid, .feature-grid, .feature-grid-5, .post-grid { grid-template-columns: 1fr; }
  .stats-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-actions, .signup-placeholder, .cta-band { flex-direction: column; align-items: stretch; }
  .testimonial-band, .featured-post, .contact-panel { padding: 1.5rem; }
}

.cta-band { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.cta-band p { max-width: 680px; margin-bottom: 0; }
.cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

