:root {
  --navy: #071d33;
  --navy-2: #0b2b4b;
  --blue: #156b9c;
  --gold: #d4a63b;
  --gold-soft: #f3e4ba;
  --ice: #edf5f7;
  --white: #ffffff;
  --ink: #102235;
  --muted: #5f7080;
  --line: #d6e1e6;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; padding: .7rem 1rem; background: var(--white); color: var(--navy); }
.skip-link:focus { top: 1rem; }
.site-header { width: min(calc(100% - 3rem), var(--max)); height: 92px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; line-height: 1.1; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold); font: 700 1.45rem "Playfair Display", serif; }
.brand strong { display: block; color: var(--navy); font-size: .98rem; }
.brand small { display: block; margin-top: .2rem; color: var(--muted); font-size: .72rem; letter-spacing: .2em; }
nav { display: flex; align-items: center; gap: 2rem; }
nav a { font-weight: 600; text-decoration: none; font-size: .9rem; }
nav a:hover, nav a:focus-visible { color: var(--blue); }
.nav-cta { padding: .65rem 1rem; border: 1px solid var(--navy); border-radius: 999px; }
.hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); background: var(--navy); color: var(--white); overflow: hidden; }
.hero-copy { padding: clamp(5rem, 9vw, 8rem) max(1.5rem, calc((100vw - var(--max)) / 2)); padding-right: clamp(2rem, 6vw, 6rem); }
.eyebrow { margin: 0 0 1rem; color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Playfair Display", serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { max-width: 720px; font-size: clamp(3.1rem, 6.8vw, 6.1rem); }
h1 span { color: var(--gold-soft); }
.hero-text { max-width: 670px; margin: 2rem 0 0; color: #ccdae4; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin: 2.2rem 0 3.3rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .75rem 1.25rem; border-radius: 5px; text-decoration: none; font-weight: 700; }
.button.primary { background: var(--gold); color: var(--navy); }
.button.secondary { border: 1px solid #668096; color: var(--white); }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.proof-row { max-width: 700px; margin: 0; padding: 1.5rem 0 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 1px solid #345067; }
.proof-row li { padding-right: 1rem; }
.proof-row strong, .proof-row span { display: block; }
.proof-row strong { font-size: .9rem; }
.proof-row span { color: #91a6b6; font-size: .75rem; }
.hero-panel { min-height: 100%; padding: 7rem clamp(2rem, 5vw, 5rem); display: flex; flex-direction: column; justify-content: center; background: linear-gradient(145deg, #0d4564, #0b2a47); position: relative; }
.hero-panel::before { content: ""; position: absolute; width: 380px; height: 380px; right: -120px; top: -110px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.signal-card { position: relative; padding: 2.3rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(10px); }
.signal-label { color: var(--gold-soft); font-size: .75rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.signal-card p { margin: 1rem 0 0; font: 600 clamp(1.5rem, 2.7vw, 2.3rem)/1.25 "Playfair Display", serif; }
.channel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 1px; background: rgba(255,255,255,.2); }
.channel-grid span { padding: 1rem; background: var(--navy-2); color: #c7d7e1; font-size: .82rem; font-weight: 600; }
.section { width: min(calc(100% - 3rem), var(--max)); margin: 0 auto; padding: clamp(5rem, 9vw, 8.5rem) 0; }
.section-heading { display: grid; grid-template-columns: .65fr 1.1fr .8fr; gap: 2.5rem; align-items: end; margin-bottom: 3.5rem; }
.section-heading .eyebrow { align-self: start; }
h2 { color: var(--navy); font-size: clamp(2.3rem, 4.5vw, 4rem); }
.section-heading > p:last-child, .service-intro > p:last-child { color: var(--muted); margin: 0; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.capability-grid article { min-height: 300px; padding: 2rem; border-right: 1px solid var(--line); }
.capability-grid article:last-child { border-right: 0; }
.capability-grid article > span { color: var(--gold); font-weight: 700; }
.capability-grid h3 { margin: 4rem 0 .8rem; color: var(--navy); font-size: 1.2rem; }
.capability-grid p { margin: 0; color: var(--muted); font-size: .94rem; }
.services { width: 100%; padding-left: max(1.5rem, calc((100vw - var(--max)) / 2)); padding-right: max(1.5rem, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .8fr 1.1fr; gap: clamp(3rem, 8vw, 7rem); background: var(--ice); }
.service-intro h2 { margin-bottom: 1.5rem; }
.service-list { border-top: 1px solid #b9cbd3; }
.service-list div { display: grid; grid-template-columns: .65fr 1.35fr; gap: 1.5rem; padding: 1.45rem 0; border-bottom: 1px solid #b9cbd3; }
.service-list strong { color: var(--navy); }
.service-list span { color: var(--muted); }
.readiness { display: grid; grid-template-columns: .75fr 1.25fr; gap: 5rem; align-items: start; }
.readiness-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 3px solid var(--gold); }
.readiness-grid div { padding: 1.5rem 1rem 1.5rem 0; border-bottom: 1px solid var(--line); }
.readiness-grid strong, .readiness-grid span { display: block; }
.readiness-grid strong { color: var(--navy); }
.readiness-grid span { color: var(--muted); font-size: .86rem; }
.about { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; border-top: 1px solid var(--line); }
.about-accent { aspect-ratio: 1; display: grid; place-items: center; background: var(--navy); position: relative; overflow: hidden; }
.about-accent::before, .about-accent::after { content: ""; position: absolute; border: 1px solid rgba(212,166,59,.55); border-radius: 50%; }
.about-accent::before { width: 80%; height: 80%; }
.about-accent::after { width: 55%; height: 55%; }
.about-accent span { z-index: 1; color: var(--gold-soft); font: 700 clamp(2.5rem, 6vw, 5rem) "Playfair Display", serif; }
.about-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.contact { padding: clamp(4rem, 7vw, 6rem) max(1.5rem, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; background: var(--gold); color: var(--navy); }
.contact .eyebrow { color: var(--navy); }
.contact h2 { max-width: 650px; }
.contact-action { align-self: end; }
.contact-action p { margin: 0 0 1rem; }
.contact-action a { display: inline-block; font-weight: 700; font-size: clamp(1rem, 2vw, 1.3rem); text-underline-offset: 5px; overflow-wrap: anywhere; }
footer { padding: 2.2rem max(1.5rem, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 3rem; background: #041321; color: #9db0be; font-size: .8rem; }
.footer-brand .brand-mark { background: var(--gold); color: var(--navy); }
.footer-brand strong { color: var(--white); }
.footer-brand small { color: #9db0be; }
@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-panel { min-height: 470px; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-grid article:nth-child(2) { border-right: 0; }
  .capability-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .services, .readiness, .about, .contact { grid-template-columns: 1fr; gap: 3rem; }
  .about-accent { max-width: 470px; width: 100%; }
  footer { grid-template-columns: 1fr; gap: 1rem; }
}
@media (max-width: 560px) {
  .site-header { width: calc(100% - 2rem); height: 78px; }
  .brand strong { font-size: .82rem; }
  .brand-mark { width: 37px; height: 37px; }
  .nav-cta { padding: .55rem .8rem; font-size: .8rem; }
  .hero-copy { padding: 4rem 1.25rem; }
  .hero-panel { min-height: 400px; padding: 4rem 1.25rem; }
  .proof-row { grid-template-columns: 1fr; gap: 1.1rem; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .capability-grid article:last-child { border-bottom: 0; }
  .capability-grid h3 { margin-top: 2rem; }
  .readiness-grid { grid-template-columns: 1fr; }
  .service-list div { grid-template-columns: 1fr; gap: .35rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
