:root {
  --navy: #0b1726;
  --ink: #102338;
  --cream: #f6f2ec;
  --white: #ffffff;
  --mist: #dce7ef;
  --sky: #4db7e5;
  --blue: #1976b9;
  --teal: #4dd3bf;
  --slate: #5b6a78;
  --line: rgba(16, 35, 56, .14);
  --radius: 22px;
  --display: "Aptos Display", "Segoe UI Variable Display", "Trebuchet MS", sans-serif;
  --body: "Aptos", "Segoe UI Variable", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header { width: min(100% - 48px, 1320px); height: 74px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 168px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.site-header nav a { color: var(--slate); font-size: 14px; font-weight: 600; transition: color .35s cubic-bezier(.16,1,.3,1); }
.site-header nav a:hover { color: var(--blue); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 45px; padding: 0 18px; border-radius: 999px; font-size: 14px; font-weight: 750; transition: transform .35s cubic-bezier(.16,1,.3,1), background .35s cubic-bezier(.16,1,.3,1), color .35s cubic-bezier(.16,1,.3,1); }
.header-cta { background: var(--navy); color: var(--white); }
.header-cta:hover, .button-primary:hover { transform: translateY(-2px); background: #163655; }
.header-cta:active, .button:active { transform: scale(.98); }
.section-shell { width: min(100% - 48px, 1180px); margin: 0 auto; }
.hero { width: min(100% - 48px, 1320px); min-height: calc(100dvh - 74px); margin: 0 auto; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(34px, 7vw, 110px); padding: 42px 0 64px; }
.hero-copy { max-width: 610px; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: -.05em; line-height: .95; }
h1 { margin-bottom: 26px; font-size: clamp(54px, 7vw, 96px); max-width: 700px; }
h2 { margin-bottom: 24px; font-size: clamp(38px, 5vw, 65px); }
h3 { font-family: var(--display); letter-spacing: -.03em; }
.hero-lede { max-width: 520px; color: var(--slate); font-size: clamp(18px, 2vw, 23px); line-height: 1.36; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 22px; }
.button-primary { background: var(--blue); color: var(--white); }
.button-secondary { color: var(--ink); background: var(--cream); }
.button-secondary:hover { transform: translateY(-2px); background: var(--mist); }
.founding-note { color: var(--slate); font-size: 13px; }
.founding-note strong { color: var(--blue); }
.hero-media { position: relative; min-height: 570px; overflow: hidden; border-radius: var(--radius); background: var(--navy); }
.hero-media img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; filter: saturate(.68) contrast(1.08); }
.media-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,23,38,.03), rgba(11,23,38,.78)); }
.hero-caption { position: absolute; right: 30px; bottom: 28px; left: 30px; display: grid; gap: 7px; color: var(--white); font-size: 18px; font-weight: 650; }
.caption-label { color: var(--sky); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.intro { padding: 140px 0 115px; display: grid; grid-template-columns: 1.05fr .8fr; gap: 80px 110px; }
.intro-heading h2 { margin-bottom: 0; }
.intro-copy { max-width: 430px; padding-top: 12px; color: var(--slate); font-size: 18px; }
.intro-copy p + p { color: var(--ink); font-weight: 750; }
.pain-grid { grid-column: 1 / -1; display: grid; grid-template-columns: 1.05fr .85fr 1.1fr; align-items: end; gap: 16px; }
.pain-card { min-height: 220px; padding: 28px; border-radius: var(--radius); background: var(--cream); }
.pain-card.tall { min-height: 270px; background: var(--navy); color: var(--white); }
.card-number { margin-bottom: 46px; color: var(--blue); font-weight: 800; font-size: 12px; }
.tall .card-number { color: var(--teal); }
.pain-card h3 { margin-bottom: 8px; font-size: 26px; }
.pain-card p:last-child { margin-bottom: 0; color: var(--slate); max-width: 230px; }
.tall p:last-child { color: #bdcfdd; }
.statement-band { background: var(--navy); color: var(--white); }
.statement-inner { padding: 130px 0; }
.statement-index { margin-bottom: 22px; color: var(--sky); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.statement-copy { max-width: 930px; margin-bottom: 0; font-family: var(--display); font-size: clamp(52px, 7vw, 104px); font-weight: 800; letter-spacing: -.06em; line-height: .92; }
.capabilities { padding: 140px 0; display: grid; grid-template-columns: .83fr 1.17fr; gap: 100px; }
.capabilities-head { max-width: 400px; }
.capabilities-head p:last-child { color: var(--slate); font-size: 17px; }
.capability-list { border-top: 1px solid var(--line); }
.capability { display: grid; grid-template-columns: 60px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.capability > span { color: var(--blue); font-size: 12px; font-weight: 800; }
.capability h3 { margin-bottom: 7px; font-size: 25px; }
.capability p { margin-bottom: 0; max-width: 450px; color: var(--slate); }
.team-section { padding: 110px 0 130px; display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.team-visual { position: relative; min-height: 470px; border-radius: var(--radius); overflow: hidden; background: var(--cream); }
.orbit { position: absolute; border: 1px solid rgba(25,118,185,.25); border-radius: 50%; }
.orbit-one { inset: 70px; }
.orbit-two { inset: 135px; border-color: rgba(77,211,191,.46); }
.core { position: absolute; top: 50%; left: 50%; width: 142px; height: 142px; transform: translate(-50%,-50%); display: grid; place-content: center; border-radius: 50%; text-align: center; background: var(--navy); color: var(--white); box-shadow: 0 24px 55px rgba(11,23,38,.18); }
.core span { color: var(--teal); font-size: 29px; font-weight: 800; letter-spacing: -.04em; }
.core small { width: 93px; margin-top: 5px; color: #b9cad6; font-size: 8px; line-height: 1.2; }
.node { position: absolute; padding: 10px 13px; border-radius: 999px; background: var(--white); color: var(--ink); font-size: 11px; font-weight: 750; box-shadow: 0 12px 25px rgba(16,35,56,.09); }
.node-a { top: 71px; left: 44px; }.node-b { top: 92px; right: 38px; }.node-c { bottom: 76px; left: 62px; }.node-d { right: 55px; bottom: 76px; }
.team-copy p:not(.eyebrow) { color: var(--slate); font-size: 17px; }
.team-copy ul { padding-left: 0; list-style: none; }
.team-copy li { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 14px; font-weight: 650; }
.team-copy li::before { content: "•"; margin-right: 10px; color: var(--blue); }
.control-section { background: var(--navy); color: var(--white); }
.control-grid { padding: 130px 0; display: grid; grid-template-columns: .95fr 1.05fr; gap: 120px; }
.control-copy p:not(.eyebrow) { color: #bdcfdd; font-size: 18px; }
.control-points { display: grid; gap: 13px; align-content: center; }
.control-point { padding: 23px 24px; border-radius: 16px; background: rgba(255,255,255,.055); }
.control-point b { display: block; margin-bottom: 6px; color: var(--sky); font-size: 14px; }.control-point span { color: #c6d6e1; font-size: 14px; }
.offers { padding: 145px 0 120px; }
.offers-head { max-width: 710px; }.offers-head p:last-child { max-width: 600px; color: var(--slate); font-size: 17px; }
.offers-head strong { color: var(--blue); }
.pricing-grid { display: grid; grid-template-columns: .86fr 1.23fr .91fr; gap: 16px; align-items: center; margin-top: 60px; }
.price-card { min-height: 436px; padding: 29px; border-radius: var(--radius); background: var(--cream); }
.price-card.featured { min-height: 486px; padding: 35px; background: var(--navy); color: var(--white); box-shadow: 0 28px 70px rgba(11,23,38,.18); }
.plan-tag { margin-bottom: 8px; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .12em; }.featured .plan-tag { color: var(--teal); }
.plan-for { color: var(--slate); font-size: 13px; font-weight: 650; }.featured .plan-for { color: #bdd1df; }
.price-line { display: flex; align-items: baseline; gap: 12px; margin-top: 20px; }.price-line.monthly { margin-top: 7px; }.price-line s { color: var(--slate); font-size: 12px; }.featured .price-line s { color: #9db6c8; }.price-line strong { color: var(--ink); font-family: var(--display); font-size: 27px; letter-spacing: -.05em; }.featured .price-line strong { color: var(--white); font-size: 34px; }
.discount-copy { margin-top: 9px; color: var(--blue); font-size: 11px; font-weight: 750; }.featured .discount-copy { color: var(--teal); }
.price-card ul { margin: 25px 0 23px; padding: 0; list-style: none; }.price-card li { padding: 6px 0; color: var(--slate); font-size: 13px; }.price-card li::before { content: "•"; margin-right: 8px; color: var(--blue); }.featured li { color: #c5d5e0; }.featured li::before { color: var(--teal); }
.text-link { color: var(--ink); font-size: 13px; font-weight: 800; }.featured .button-light { width: 100%; margin-top: 4px; color: var(--navy); background: var(--white); }.button-light:hover { transform: translateY(-2px); background: var(--mist); }
.pricing-note { margin: 22px 0 0; color: var(--slate); font-size: 12px; }
.audit { padding: 130px 0; display: grid; grid-template-columns: 1fr .84fr; gap: 120px; align-items: center; }.audit-copy { max-width: 550px; }.audit-copy p:not(.eyebrow) { margin-bottom: 28px; color: var(--slate); font-size: 18px; }.audit-card { padding: 35px; border-radius: var(--radius); background: var(--cream); }.audit-price { margin: 19px 0 0; }.audit-price s { color: var(--slate); font-size: 19px; }.audit-price strong { margin-left: 8px; font-family: var(--display); color: var(--ink); font-size: 40px; letter-spacing: -.06em; }.audit-card ol { margin: 27px 0; padding-left: 20px; }.audit-card li { margin: 9px 0; color: var(--slate); font-size: 14px; }.audit-foot { margin-bottom: 0; color: var(--slate); font-size: 12px; }
.roadmap { padding: 125px 0; }.roadmap > h2 { max-width: 650px; }.roadmap-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 58px; }.roadmap-grid article { min-height: 200px; padding: 24px 30px 20px 0; border-top: 1px solid var(--line); }.roadmap-grid article + article { padding-left: 30px; border-left: 1px solid var(--line); }.roadmap-grid span { color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .11em; }.roadmap-grid h3 { margin: 23px 0 7px; font-size: 27px; }.roadmap-grid p { max-width: 280px; color: var(--slate); }
.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 26px; width: min(100% - 48px, 1320px); min-height: 116px; margin: 0 auto; border-top: 1px solid var(--line); }.site-footer .footer-brand img { width: 150px; }.site-footer p, .site-footer a { margin: 0; color: var(--slate); font-size: 13px; }.site-footer > a:last-child { color: var(--blue); font-weight: 800; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .72s cubic-bezier(.16,1,.3,1), transform .72s cubic-bezier(.16,1,.3,1); }.js .reveal.is-visible { opacity: 1; transform: translateY(0); }.delay-1 { transition-delay: .08s; }.delay-2 { transition-delay: .16s; }.delay-3 { transition-delay: .24s; }
@media (max-width: 900px) { .site-header nav { display: none; }.hero, .intro, .capabilities, .team-section, .control-grid, .audit { grid-template-columns: 1fr; }.hero { min-height: auto; padding-top: 36px; }.hero-media { min-height: 480px; }.hero-media img { min-height: 480px; }.intro, .capabilities, .team-section, .control-grid, .audit { gap: 52px; }.pricing-grid { grid-template-columns: 1fr; }.price-card.featured { min-height: auto; }.price-card { min-height: auto; }.roadmap-grid { grid-template-columns: 1fr; }.roadmap-grid article + article { padding-left: 0; border-left: 0; }.site-footer { grid-template-columns: 1fr; gap: 12px; padding: 28px 0; }.site-footer > a:last-child { justify-self: start; } }
@media (max-width: 640px) { .site-header, .hero, .section-shell, .site-footer { width: min(100% - 32px, 1180px); }.site-header { height: 64px; }.brand img { width: 136px; }.header-cta { padding: 0 14px; min-height: 38px; font-size: 12px; }.hero { padding: 28px 0 42px; }.hero-media, .hero-media img { min-height: 390px; }.hero-caption { right: 20px; bottom: 19px; left: 20px; font-size: 16px; }.intro, .capabilities, .team-section, .offers, .audit, .roadmap { padding: 82px 0; }.pain-grid { grid-template-columns: 1fr; }.pain-card, .pain-card.tall { min-height: 185px; }.statement-inner, .control-grid { padding: 88px 0; }.statement-copy { font-size: 53px; }.team-visual { min-height: 390px; }.node-a { top: 43px; left: 25px; }.node-b { top: 60px; right: 22px; }.node-c { bottom: 54px; left: 27px; }.node-d { right: 25px; bottom: 48px; }.capability { grid-template-columns: 38px 1fr; }.roadmap-grid { margin-top: 34px; }.roadmap-grid article { min-height: auto; padding: 19px 0; }.audit-card { padding: 27px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.header-cta, .button, .site-header nav a { transition: none; } }
