:root {
  --ink: #0d1b2a;
  --ink-soft: #304456;
  --paper: #f7f4ee;
  --white: #ffffff;
  --line: #d8d5ce;
  --accent: #4d7c78;
  --accent-dark: #315d5a;
  --sand: #c7a977;
  --shadow: 0 24px 70px rgba(13, 27, 42, 0.12);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.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; top: 8px; left: 8px; z-index: 999; background: var(--white); padding: 10px 14px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(247,244,238,.93); backdrop-filter: blur(14px); box-shadow: 0 1px 0 rgba(13,27,42,.08); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 1.12rem; letter-spacing: .01em; }
.brand-copy small { margin-top: 5px; font-size: .65rem; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-soft); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a:not(.button) { text-decoration: none; font-size: .93rem; font-weight: 650; color: var(--ink-soft); }
.site-nav > a:hover { color: var(--ink); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 23px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  text-decoration: none;
  font-weight: 750;
  letter-spacing: -.01em;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #152a3d; }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .9rem; }
.button-light { background: var(--white); color: var(--ink); border-color: var(--white); }
.text-link { font-weight: 750; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }

.hero { min-height: 830px; padding: 150px 0 86px; display: grid; align-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 18px; font-size: .76rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; color: var(--accent-dark); }
.eyebrow-light { color: #a9cdc8; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 760px; margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 7.5vw, 7.2rem); font-weight: 500; }
h2 { margin-bottom: 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 4.8vw, 4.5rem); font-weight: 500; }
h3 { margin-bottom: 12px; font-size: 1.45rem; letter-spacing: -.025em; }
.hero-lede { max-width: 680px; margin: 0; color: var(--ink-soft); font-size: clamp(1.1rem, 2vw, 1.28rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin: 34px 0 30px; }
.proof-list { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: .9rem; font-weight: 650; }
.proof-list li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--accent); vertical-align: 1px; }

.hero-visual { position: relative; min-height: 560px; }
.north-card {
  position: absolute;
  inset: 10px 0 0 10px;
  overflow: hidden;
  border-radius: 36px;
  background: var(--ink);
  box-shadow: var(--shadow);
}
.north-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
}
.north-orbit { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.orbit-two { width: 245px; height: 245px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.north-point { position: absolute; top: 47%; left: 50%; width: 0; height: 0; transform: translate(-50%,-50%); border-left: 50px solid transparent; border-right: 50px solid transparent; border-bottom: 150px solid var(--sand); filter: drop-shadow(0 14px 22px rgba(0,0,0,.28)); }
.north-point::after { content: ""; position: absolute; left: -29px; top: 44px; border-left: 29px solid transparent; border-right: 29px solid transparent; border-bottom: 88px solid var(--accent); transform: rotate(180deg); transform-origin: 50% 66%; }
.signal-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(255,255,255,.08); color: var(--white); backdrop-filter: blur(8px); font-size: .78rem; font-weight: 750; }
.signal-card span { color: #a9cdc8; }
.signal-one { top: 14%; left: 10%; }
.signal-two { right: 7%; top: 38%; }
.signal-three { bottom: 12%; left: 16%; }

.trust-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.35); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid span { padding: 22px 20px; text-align: center; border-right: 1px solid var(--line); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); }
.trust-grid span:last-child { border-right: 0; }

.section { padding: 112px 0; }
.section-heading { max-width: 800px; margin-bottom: 50px; }
.section-heading > p:not(.eyebrow) { max-width: 680px; font-size: 1.12rem; color: var(--ink-soft); }
.section-heading.narrow { max-width: 680px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { min-height: 470px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.48); }
.card-number { display: inline-block; margin-bottom: 72px; color: var(--accent-dark); font-size: .75rem; font-weight: 850; letter-spacing: .14em; }
.service-card > p { color: var(--ink-soft); }
.service-card ul { margin: 27px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { position: relative; padding-left: 18px; margin: 10px 0; color: var(--ink-soft); font-size: .92rem; }
.service-card li::before { content: ""; position: absolute; left: 0; top: .63em; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.accent-card { background: #e7ece8; border-color: #c9d7d2; }

.section-dark { background: var(--ink); color: var(--white); }
.partner-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: start; }
.large-copy { max-width: 590px; color: #c6d0d8; font-size: 1.18rem; }
.partner-panel { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.2); }
.partner-item { padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.partner-item strong { font-size: 1.05rem; }
.partner-item p { margin: 7px 0 0; color: #bdc9d1; }
.partner-panel .button { justify-self: start; margin-top: 30px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 55px 0 0; padding: 0; list-style: none; }
.process-grid li { padding: 26px 22px 12px 0; border-top: 2px solid var(--ink); }
.process-grid li > span { display: inline-block; margin-bottom: 50px; color: var(--accent-dark); font-size: .78rem; font-weight: 850; }
.process-grid p { color: var(--ink-soft); font-size: .95rem; }

.cta-section { padding-top: 30px; }
.cta-card { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 58px; border-radius: 30px; background: #e2e8e5; }
.cta-card h2 { margin-bottom: 12px; font-size: clamp(2.4rem, 4vw, 4rem); }
.cta-card p:not(.eyebrow) { margin: 0; color: var(--ink-soft); }
.cta-card .button { flex: 0 0 auto; }

.site-footer { padding: 70px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding-bottom: 38px; }
.footer-brand { margin-bottom: 18px; }
.footer-grid p { color: var(--ink-soft); }
.footer-links { display: grid; align-content: start; gap: 12px; text-align: right; }
.footer-links a { color: var(--ink-soft); text-decoration: none; }
.footer-links a:hover { color: var(--ink); text-decoration: underline; }
.footer-bottom { display: grid; grid-template-columns: .6fr 1.4fr; gap: 40px; padding-top: 26px; border-top: 1px solid var(--line); color: #667681; font-size: .72rem; }

@media (max-width: 960px) {
  .hero { padding-top: 120px; }
  .hero-grid, .partner-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 35px; }
  .hero-visual { min-height: 460px; }
  .north-card { inset: 0; }
  .card-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .card-number { margin-bottom: 40px; }
  .partner-grid { gap: 40px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 75px; left: 14px; right: 14px; display: none; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .site-nav .button { margin-top: 6px; }
  .hero { min-height: auto; padding: 125px 0 65px; }
  h1 { font-size: clamp(3.4rem, 17vw, 5.2rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 390px; }
  .north-card { border-radius: 26px; }
  .orbit-one { width: 320px; height: 320px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid span:nth-child(2) { border-right: 0; }
  .trust-grid span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 82px 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li > span { margin-bottom: 28px; }
  .cta-card { align-items: flex-start; flex-direction: column; padding: 36px 26px; }
  .footer-grid, .footer-bottom { grid-template-columns: 1fr; }
  .footer-links { text-align: left; }
}

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