
:root {
  --navy-950: #071326;
  --navy-900: #0b1d39;
  --navy-850: #10284a;
  --navy-800: #16345f;
  --ink: #10203a;
  --ink-soft: #4e607d;
  --paper: #ffffff;
  --paper-soft: #f5f8fc;
  --line: rgba(13, 30, 59, .10);
  --line-strong: rgba(13, 30, 59, .16);
  --eos: #f47b20;
  --eos-deep: #dc6510;
  --outgrow: #21b36d;
  --outgrow-deep: #11945a;
  --gold: #d2b164;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shadow-soft: 0 18px 50px rgba(8, 22, 47, .08);
  --shadow-card: 0 22px 64px rgba(8, 22, 47, .12);
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 0% 0%, rgba(33,179,109,.10), transparent 32%),
    radial-gradient(circle at 100% 0%, rgba(244,123,32,.07), transparent 34%),
    linear-gradient(180deg, #fbfcfe 0%, #f4f8fc 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.sr-only, .skip-link:not(:focus) {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}
.skip-link:focus {
  position: fixed; left: 20px; top: 20px; z-index: 9999;
  background: var(--paper); color: var(--ink); padding: 12px 16px; border-radius: 12px;
}

.site-header {
  position: sticky; top: 0; z-index: 30;
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(7,19,38,.92), rgba(7,19,38,.72));
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 86px; gap: 24px;
}
.brand { display: flex; align-items: center; }
.brand-logo { width: 236px; height: auto; }
.site-nav { display: flex; align-items: center; }
.nav-menu {
  display: flex; align-items: center; gap: 22px;
  color: rgba(255,255,255,.84); font-weight: 600; font-size: 15px;
}
.nav-menu a:hover { color: #fff; }
.nav-menu .pill-link {
  padding: 10px 14px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
}
.nav-toggle {
  display: none; border: 0; background: transparent; padding: 0; width: 44px; height: 44px; position: relative;
}
.nav-toggle span:not(.sr-only) {
  position: absolute; left: 10px; right: 10px; height: 2px; background: #fff; border-radius: 10px;
}
.nav-toggle span:nth-child(1) { top: 13px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 29px; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 22px; border-radius: 16px; font-weight: 800; letter-spacing: -.01em;
  background: linear-gradient(135deg, var(--paper) 0%, #eef4fb 100%);
  color: var(--navy-900); box-shadow: 0 12px 28px rgba(255,255,255,.12);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(8,22,47,.16); }
.button.small { padding: 12px 18px; font-size: 14px; }
.button.ghost {
  background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.18); box-shadow: none;
}
.button.outgrow-btn {
  background: linear-gradient(135deg, var(--outgrow) 0%, var(--outgrow-deep) 100%);
  color: #fff;
}

.section-dark {
  position: relative; overflow: hidden;
  padding: 72px 0 56px;
  background:
    linear-gradient(135deg, #071326 0%, #0c1d39 36%, #10284a 100%);
  color: #fff;
}
.hero-grid {
  display: grid; grid-template-columns: 1.08fr .92fr; gap: 52px; align-items: center;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 14px; border-radius: 999px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.86); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 800;
}
.eyebrow.dark {
  background: rgba(16,32,58,.05); border-color: rgba(16,32,58,.10); color: var(--ink-soft);
}
.hero h1 {
  margin: 22px 0 18px; font-size: clamp(48px, 6vw, 78px); line-height: .96; letter-spacing: -.045em; max-width: 10.5ch;
}
.hero h1 span {
  color: rgba(255,255,255,.88); font-size: .52em; display: inline-block; line-height: 1.05; margin-top: 14px;
}
.lede {
  max-width: 62ch; color: rgba(255,255,255,.78); font-size: 19px; line-height: 1.65; margin: 0;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.trust-bar {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px;
}
.trust-item {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px; padding: 18px 18px 16px;
}
.trust-item strong { display: block; font-size: 14px; margin-bottom: 8px; }
.trust-item span { display: block; font-size: 13px; line-height: 1.45; color: rgba(255,255,255,.72); }

.hero-visual { position: relative; z-index: 2; }
.portrait-card { position: relative; }
.portrait-frame {
  position: relative; overflow: hidden; border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.04));
  padding: 16px; border: 1px solid rgba(255,255,255,.10); box-shadow: 0 34px 80px rgba(0,0,0,.28);
}
.portrait {
  width: 100%; aspect-ratio: 0.92 / 1.05; object-fit: cover; object-position: center 22%;
  border-radius: 22px;
}
.portrait-overlay {
  position: absolute; left: 34px; right: 34px; bottom: 28px; padding: 18px 20px;
  border-radius: 18px; background: linear-gradient(180deg, rgba(7,19,38,.18), rgba(7,19,38,.72));
  border: 1px solid rgba(255,255,255,.10); backdrop-filter: blur(12px);
}
.overlay-text { font-size: 24px; font-weight: 900; letter-spacing: -.02em; }
.overlay-sub { margin-top: 6px; color: rgba(255,255,255,.74); font-weight: 600; }
.floating-card {
  position: absolute; right: -16px; top: -18px; z-index: 3; width: min(320px, 74%);
  padding: 18px 20px; border-radius: 20px; color: var(--navy-900);
  background: linear-gradient(135deg, #ffffff 0%, #eef4fb 100%); box-shadow: var(--shadow-card);
}
.floating-kicker { text-transform: uppercase; letter-spacing: .12em; font-size: 11px; color: var(--ink-soft); font-weight: 800; }
.floating-title { margin-top: 8px; font-size: 23px; line-height: 1.08; font-weight: 900; letter-spacing: -.03em; }
.badge-stack {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px;
}
.badge-tile {
  padding: 14px; border-radius: 22px; background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.15); box-shadow: var(--shadow-soft);
}
.badge-tile img { width: 100%; height: 84px; object-fit: contain; }
.hero-orb {
  position: absolute; border-radius: 50%; filter: blur(6px); opacity: .75;
}
.orb-a { width: 420px; height: 420px; right: -90px; top: -100px; background: radial-gradient(circle, rgba(33,179,109,.24), rgba(33,179,109,0)); }
.orb-b { width: 520px; height: 520px; left: -180px; bottom: -220px; background: radial-gradient(circle, rgba(244,123,32,.18), rgba(244,123,32,0)); }
.hero-bottom {
  position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px;
}
.proof-metric {
  padding: 22px 22px 20px; border-radius: 22px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10);
}
.metric-number { display: block; font-size: clamp(28px, 3vw, 42px); line-height: 1; font-weight: 900; letter-spacing: -.04em; }
.metric-label { display: block; margin-top: 8px; color: rgba(255,255,255,.76); line-height: 1.45; }

.section { padding: 96px 0; }
.section-light { background: transparent; }
.section-alt { background: linear-gradient(180deg, #f1f6fb 0%, #f7fafc 100%); }
.section-bio { background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%); }
.section-contact { padding-top: 84px; }
.section-head { max-width: 920px; margin-bottom: 36px; }
.section-head.centered { text-align: center; margin-inline: auto; }
.section-head h2 {
  margin: 16px 0 10px; font-size: clamp(34px, 4vw, 56px); line-height: 1.02; letter-spacing: -.04em;
}
.section-head p { margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }

.signal-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.signal-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: 26px 24px; box-shadow: var(--shadow-soft);
}
.signal-card h3 { margin: 0 0 12px; font-size: 24px; line-height: 1.08; letter-spacing: -.03em; }
.signal-card p { margin: 0; color: var(--ink-soft); line-height: 1.65; }

.practice-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.practice-card {
  position: relative; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 28px;
  padding: 30px 30px 28px; box-shadow: var(--shadow-soft);
}
.practice-card::before {
  content: ''; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--ink);
}
.practice-card.eos::before { background: linear-gradient(180deg, var(--eos), var(--eos-deep)); }
.practice-card.outgrow::before { background: linear-gradient(180deg, var(--outgrow), var(--outgrow-deep)); }
.practice-label {
  display: inline-flex; padding: 8px 12px; border-radius: 999px; font-size: 12px; text-transform: uppercase; font-weight: 900; letter-spacing: .12em;
}
.practice-label.eos { background: rgba(244,123,32,.10); color: var(--eos-deep); }
.practice-label.outgrow { background: rgba(33,179,109,.12); color: var(--outgrow-deep); }
.practice-card h3 { margin: 16px 0 12px; font-size: 32px; line-height: 1.02; letter-spacing: -.03em; }
.practice-card p { margin: 0 0 18px; color: var(--ink-soft); line-height: 1.7; font-size: 17px; }
.practice-card ul { margin: 0; padding-left: 20px; display: grid; gap: 11px; color: var(--ink); }
.fit-note {
  margin-top: 18px; padding: 12px 14px; border-radius: 16px; background: rgba(33,179,109,.08); color: var(--outgrow-deep); font-weight: 700;
}
.practice-footer { display: flex; justify-content: flex-start; margin-top: 24px; }

.framework-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.framework-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%); border: 1px solid var(--line); border-radius: 24px; padding: 24px; box-shadow: var(--shadow-soft);
}
.framework-icon {
  width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; font-weight: 900; font-size: 18px;
  background: linear-gradient(135deg, var(--navy-850), var(--navy-800)); color: #fff; margin-bottom: 18px;
}
.framework-card h3 { margin: 0 0 10px; font-size: 24px; line-height: 1.08; letter-spacing: -.03em; }
.framework-card p { margin: 0; color: var(--ink-soft); line-height: 1.65; }

.result-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px;
}
.result-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: 26px 24px; box-shadow: var(--shadow-soft);
}
.result-type {
  display: inline-flex; padding: 8px 12px; border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em;
}
.result-type.eos { background: rgba(244,123,32,.10); color: var(--eos-deep); }
.result-type.outgrow { background: rgba(33,179,109,.12); color: var(--outgrow-deep); }
.result-card h3 { margin: 16px 0 14px; font-size: 28px; line-height: 1.05; letter-spacing: -.03em; }
.result-card ul { margin: 0; padding-left: 20px; display: grid; gap: 10px; color: var(--ink-soft); }
.result-card strong { color: var(--ink); }

.bio-grid {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: stretch;
}
.bio-copy {
  background: var(--paper); border: 1px solid var(--line); border-radius: 28px; padding: 34px; box-shadow: var(--shadow-soft);
}
.bio-copy h2 { margin: 16px 0 16px; font-size: clamp(34px, 4vw, 52px); line-height: 1.02; letter-spacing: -.04em; }
.bio-copy p { margin: 0 0 16px; color: var(--ink-soft); line-height: 1.74; font-size: 17px; }
.bio-highlights { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.bio-highlights span {
  padding: 10px 12px; border-radius: 999px; background: rgba(16,32,58,.05); color: var(--ink); font-weight: 700; font-size: 14px;
}
.bio-panel {
  padding: 28px; border-radius: 28px; color: #fff;
  background: linear-gradient(160deg, var(--navy-900), #14325d 70%, #1b437c 100%);
  box-shadow: 0 30px 80px rgba(7,19,38,.18); border: 1px solid rgba(255,255,255,.06);
}
.bio-panel-logo {
  width: 210px; padding: 18px; border-radius: 24px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08);
}
.bio-panel-copy h3 { margin: 28px 0 10px; font-size: 28px; letter-spacing: -.03em; }
.bio-panel-copy p { margin: 0; line-height: 1.72; color: rgba(255,255,255,.78); }
.bio-panel-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.bio-panel-badges img { width: 100%; height: 86px; object-fit: contain; background: rgba(255,255,255,.96); border-radius: 20px; padding: 10px; }

.contact-wrap {
  display: flex; align-items: center; justify-content: space-between; gap: 26px;
  background: linear-gradient(135deg, #ffffff 0%, #f2f7fc 100%); border: 1px solid var(--line); border-radius: 28px; padding: 34px; box-shadow: var(--shadow-soft);
}
.contact-wrap h2 { margin: 16px 0 10px; font-size: clamp(32px, 4vw, 48px); line-height: 1.02; letter-spacing: -.04em; }
.contact-wrap p { margin: 0; color: var(--ink-soft); max-width: 58ch; line-height: 1.7; font-size: 17px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.site-footer {
  padding: 40px 0 46px; background: var(--navy-950); color: rgba(255,255,255,.78); margin-top: 96px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 20px; align-items: center;
}
.footer-brand img { width: 210px; }
.footer-brand p { margin: 14px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px 18px; }
.footer-links a:hover, .footer-contact a:hover { color: #fff; }
.footer-contact { display: grid; gap: 8px; justify-items: end; }

.reveal {
  opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .30s; }

@media (max-width: 1100px) {
  .hero-grid, .bio-grid, .contact-wrap { grid-template-columns: 1fr; }
  .signal-grid, .framework-grid { grid-template-columns: repeat(2, 1fr); }
  .hero h1 { max-width: none; }
  .contact-wrap { align-items: flex-start; }
}
@media (max-width: 900px) {
  .nav-toggle { display: inline-block; }
  .nav-menu {
    position: absolute; right: 20px; top: 74px; width: min(320px, calc(100% - 40px));
    display: none; flex-direction: column; align-items: stretch; gap: 12px;
    padding: 16px; border-radius: 20px; background: rgba(7,19,38,.96); border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 24px 60px rgba(0,0,0,.24);
  }
  .nav-menu.open { display: flex; }
  .nav-menu a { padding: 6px 2px; }
  .trust-bar, .practice-grid, .result-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .container { width: min(var(--max), calc(100% - 24px)); }
  .header-inner { min-height: 78px; }
  .brand-logo { width: 188px; }
  .section-dark { padding-top: 42px; }
  .hero-actions, .contact-actions { flex-direction: column; align-items: stretch; }
  .signal-grid, .framework-grid { grid-template-columns: 1fr; }
  .floating-card { position: relative; inset: auto; width: 100%; margin-bottom: 14px; }
  .portrait-frame { padding: 12px; }
  .portrait-overlay { left: 22px; right: 22px; bottom: 18px; }
  .hero-bottom { grid-template-columns: 1fr; }
  .section, .site-footer { padding-top: 72px; }
  .bio-copy, .bio-panel, .contact-wrap, .signal-card, .practice-card, .framework-card, .result-card { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: start; }
  .footer-contact { justify-items: start; }
}
