:root {
  --ink: #09111d;
  --ink-2: #101d2c;
  --paper: #f5f7fa;
  --muted: #637083;
  --line: #dbe1e8;
  --white: #fff;
  --brand-blue: #2f80ed;
  --search: #328cff;
  --parsing: #58d0b0;
  --market: #765ee8;
  --quadra: #ff9f43;
  --pipeline: #ff615d;
  --recruit: #2bc4c8;
  --shell: 1200px;
  --radius: 24px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 40px), var(--shell)); 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; z-index: 999; left: 16px; top: -100px; padding: 10px 14px; color: var(--ink); background: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--brand-blue); outline-offset: 3px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 82px; color: white; transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(7,16,28,.88); backdrop-filter: blur(18px); box-shadow: 0 1px 0 rgba(255,255,255,.09); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; text-decoration: none; flex: none; }
.brand-mark { width: 36px; height: 36px; filter: drop-shadow(0 0 14px rgba(47,128,237,.4)); }
.brand-name { font-size: 27px; font-weight: 750; letter-spacing: -.045em; }
.brand-divider { width: 1px; height: 34px; background: rgba(255,255,255,.24); margin-left: 6px; }
.brand-sub { color: #aab7c7; font-size: 10px; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 29px; font-size: 14px; }
.site-nav a { text-decoration: none; color: #c5d0dc; transition: color .2s; }
.site-nav a:hover { color: white; }
.site-nav .nav-cta { padding: 10px 16px; color: white; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; padding: 10px; border-radius: 50%; background: rgba(255,255,255,.1); }
.menu-button span:not(.sr-only) { display: block; height: 1px; background: white; margin: 5px 0; }

.hero { position: relative; overflow: hidden; min-height: 790px; padding: 148px 0 36px; color: white; background: radial-gradient(circle at 92% 20%, #193b64 0, transparent 31%), radial-gradient(circle at 54% 105%, #18345a 0, transparent 34%), #07101c; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom,black,transparent 80%); }
.hero-glow { position: absolute; width: 580px; height: 580px; left: -330px; top: 90px; border-radius: 50%; background: rgba(47,128,237,.22); filter: blur(110px); }
.hero-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 58px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 11px; color: #93a6bd; font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--brand-blue); }
.eyebrow-dark { color: #526174; }
.hero h1 { max-width: 660px; margin: 0; font-size: clamp(48px, 6.2vw, 84px); line-height: .98; letter-spacing: -.055em; font-weight: 690; text-wrap: balance; }
.hero h1 em { color: #8bbcff; font-style: normal; font-weight: 420; }
.hero-lead { max-width: 600px; margin: 30px 0 0; color: #b6c2d0; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 50px; padding: 0 20px; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--brand-blue); box-shadow: 0 14px 34px rgba(47,128,237,.25); }
.button-primary:hover { background: #4b92ef; }
.button-ghost { color: #d9e2ec; border: 1px solid rgba(255,255,255,.2); }
.button-ghost:hover { border-color: rgba(255,255,255,.5); }
.hero-facts { display: flex; gap: 32px; margin: 46px 0 0; }
.hero-facts div { min-width: 90px; }
.hero-facts dt { color: white; font-size: 19px; font-weight: 720; }
.hero-facts dd { max-width: 120px; margin: 6px 0 0; color: #7f91a7; font-size: 11px; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.hero-visual { position: relative; margin: 0; min-width: 0; }
.hero-visual::before { content: ""; position: absolute; z-index: 1; inset: 0; border-radius: 28px; background: linear-gradient(90deg, rgba(7,16,28,.6), transparent 45%), linear-gradient(0deg, rgba(7,16,28,.45), transparent 48%); }
.hero-visual img { width: 100%; aspect-ratio: 1.2/1; object-fit: cover; object-position: 58% center; border-radius: 28px; filter: saturate(.88) contrast(1.04); box-shadow: 0 45px 100px rgba(0,0,0,.45); }
.hero-visual figcaption { position: absolute; z-index: 2; right: 18px; bottom: 16px; display: flex; align-items: center; gap: 8px; color: #d8e0ea; padding: 8px 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(7,16,28,.62); backdrop-filter: blur(12px); font-size: 10px; letter-spacing: .04em; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--parsing); box-shadow: 0 0 0 4px rgba(88,208,176,.13); }
.hero-card { position: absolute; z-index: 3; display: grid; gap: 5px; width: 168px; padding: 16px; border: 1px solid rgba(255,255,255,.17); border-radius: 16px; background: rgba(11,25,42,.76); backdrop-filter: blur(14px); box-shadow: 0 18px 38px rgba(0,0,0,.25); }
.hero-card small { color: #8192a7; text-transform: uppercase; letter-spacing: .12em; }
.hero-card strong { font-size: 13px; }
.hero-card-a { left: -24px; bottom: 62px; }
.hero-card-a i { display: block; width: 78%; height: 4px; margin-top: 7px; border-radius: 9px; background: linear-gradient(90deg,var(--parsing),var(--brand-blue)); }
.hero-card-b { right: -17px; top: 44px; grid-template-columns: 1fr auto; }
.hero-card-b small, .hero-card-b strong { grid-column: 1; }
.hero-card-b b { grid-column: 2; grid-row: 1/3; align-self: center; display: grid; place-items: center; width: 26px; height: 26px; color: #07101c; border-radius: 50%; background: var(--parsing); }
.client-note { position: relative; display: flex; justify-content: space-between; margin-top: 64px; padding-top: 24px; color: #6e8096; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; letter-spacing: .28em; }

.suite-section { padding: 112px 0 126px; background: #f6f8fb; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; margin-bottom: 54px; }
.section-heading h2, .principles-section h2 { margin: 0; max-width: 700px; font-size: clamp(38px,5vw,64px); line-height: 1.04; letter-spacing: -.045em; font-weight: 680; text-wrap: balance; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { --accent: var(--brand-blue); position: relative; display: flex; flex-direction: column; min-height: 520px; overflow: hidden; padding: 28px; border: 1px solid #dfe4eb; border-radius: var(--radius); background: white; box-shadow: 0 10px 32px rgba(22,35,52,.04); transition: transform .25s ease, box-shadow .25s ease; }
.product-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -105px; top: -105px; border-radius: 50%; background: var(--accent); filter: blur(44px); opacity: .13; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 22px 48px rgba(22,35,52,.09); }
.product-search { --accent: var(--search); }
.product-parsing { --accent: var(--parsing); }
.product-market { --accent: var(--market); }
.product-quadra { --accent: var(--quadra); }
.product-pipeline { --accent: var(--pipeline); }
.product-recruit { --accent: var(--recruit); }
.product-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 34px; }
.product-number { font: 600 11px ui-monospace, SFMono-Regular, Menlo, monospace; color: #9aa6b4; }
.product-status { padding: 7px 10px; color: color-mix(in srgb, var(--accent) 75%, #16202e); border: 1px solid color-mix(in srgb, var(--accent) 28%, transparent); border-radius: 999px; background: color-mix(in srgb, var(--accent) 9%, white); font-size: 9px; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.product-lockup { display: flex; align-items: center; gap: 12px; }
.mini-mark { display: inline-block; width: 27px; height: 30px; background: linear-gradient(150deg,#dbe7f3 0 34%,transparent 35% 45%,var(--accent) 46% 64%,transparent 65%), linear-gradient(90deg,#edf2f7 0 42%,var(--accent) 43% 100%); clip-path: polygon(0 0,42% 17%,42% 38%,100% 5%,100% 92%,42% 61%,42% 82%,0 100%); }
.quadra-mark { background: conic-gradient(#e94b3c 0 25%,#f2a93b 0 50%,#1b7f7f 0 75%,#e97039 0); clip-path: none; border-radius: 50%; }
.product-lockup h3 { margin: 0; font-size: 24px; letter-spacing: -.035em; font-weight: 700; }
.product-lockup strong { color: var(--accent); font-weight: 620; }
.product-tagline { margin: 28px 0 14px !important; color: var(--ink) !important; font-size: 20px !important; font-weight: 680; line-height: 1.3 !important; letter-spacing: -.02em; }
.product-card > p { margin: 0; color: #5f6c7d; font-size: 14px; line-height: 1.65; }
.product-card ul { display: grid; gap: 9px; margin: 23px 0 30px; padding: 0; list-style: none; }
.product-card li { position: relative; padding-left: 17px; color: #354152; font-size: 13px; }
.product-card li::before { content: ""; position: absolute; left: 0; top: .5em; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.product-result { margin-top: auto; padding-top: 18px; border-top: 1px solid #edf0f4; }
.product-result span { display: block; margin-bottom: 5px; color: #9aa5b2; font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.product-result strong { color: #293546; font-size: 13px; }

.method-section { padding: 118px 0; color: white; background: #0a1421; }
.method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.method-copy { position: sticky; top: 116px; }
.method-copy h2, .faq-grid > div:first-child h2 { margin: 0; font-size: clamp(40px,5vw,62px); line-height: 1.03; letter-spacing: -.05em; font-weight: 650; }
.method-copy > p { color: #a0adbc; font-size: 16px; line-height: 1.7; }
.method-quote { display: flex; gap: 14px; margin-top: 40px; padding: 24px; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; background: rgba(255,255,255,.025); }
.method-quote span { color: var(--brand-blue); font: 60px/1 Georgia,serif; }
.method-quote p { margin: 5px 0 0; color: #d3dce6; line-height: 1.55; }
.method-steps { margin: 0; padding: 0; list-style: none; }
.method-steps li { display: grid; grid-template-columns: 46px 1fr auto; gap: 18px; align-items: start; min-height: 142px; padding: 29px 0; border-top: 1px solid rgba(255,255,255,.12); }
.method-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.method-steps > li > span { color: #8092a8; font: 600 11px ui-monospace,monospace; }
.method-steps h3 { margin: -4px 0 8px; font-size: 22px; letter-spacing: -.025em; }
.method-steps p { max-width: 470px; margin: 0; color: #8797a9; font-size: 14px; line-height: 1.6; }
.method-steps b { padding: 7px 10px; border: 1px solid currentColor; border-radius: 999px; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.mint { color: var(--parsing); }.blue { color: var(--search); }.orange { color: var(--quadra); }.coral { color: var(--pipeline); }

.cases-section { padding: 120px 0; color: white; background: #101d2c; }
.section-heading-light h2 { color: white; }
.section-heading-light > p { color: #97a5b6; }
.case-feature { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 28px; background: #0b1623; }
.case-feature figure, .case-card figure { position: relative; margin: 0; overflow: hidden; }
.case-feature figure { min-height: 100%; }
.case-feature img { width: 100%; height: 100%; object-fit: cover; }
.case-feature figure::after, .case-card figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(6,15,25,.62),transparent 40%); }
.case-feature figcaption, .case-card figcaption { position: absolute; z-index: 2; left: 17px; bottom: 15px; color: rgba(255,255,255,.78); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.case-copy { padding: 52px 44px; }
.case-label { color: #9ab8ff; font-size: 10px; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.case-copy h3, .case-card h3 { margin: 15px 0; font-size: 32px; line-height: 1.15; letter-spacing: -.035em; }
.case-copy > p { color: #9cabbc; line-height: 1.68; }
.case-copy dl { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 36px 0; }
.case-copy dl div { padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); }
.case-copy dt { font-size: 25px; font-weight: 720; }
.case-copy dd { margin: 5px 0 0; color: #8494a7; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.case-copy .case-outcome { padding: 17px; color: #b8c4d1; border-left: 2px solid var(--market); background: rgba(118,94,232,.08); font-size: 13px; }
.case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.case-card { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: #0b1623; }
.case-card figure { aspect-ratio: 1.75/1; }
.case-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.case-card > div { padding: 30px; }
.case-card h3 { font-size: 25px; }
.case-card p { color: #92a1b2; font-size: 14px; line-height: 1.65; }
.mint-text { color: var(--parsing); }.orange-text { color: var(--quadra); }
.case-metric { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }
.case-metric strong { color: white; }

.principles-section { padding: 110px 0; background: #edf1f5; }
.principle-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 52px; border: 1px solid #d9e0e7; background: #d9e0e7; }
.principle-grid article { min-height: 240px; padding: 28px; background: #f7f9fb; }
.principle-grid span { color: #5f6d7e; font: 600 10px ui-monospace,monospace; }
.principle-grid h3 { margin: 48px 0 10px; font-size: 22px; }
.principle-grid p { margin: 0; color: #647185; font-size: 14px; line-height: 1.65; }

.faq-section { padding: 118px 0; color: white; background: #07101c; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-grid > div:first-child { position: sticky; top: 116px; align-self: start; }
.faq-grid > div:first-child > p:last-child { color: #8999ab; line-height: 1.65; }
.faq-list { border-top: 1px solid rgba(255,255,255,.12); }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.12); }
.faq-list summary { position: relative; padding: 25px 44px 25px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 650; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 22px; color: #7f91a5; font-size: 25px; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 650px; margin: -4px 50px 26px 0; color: #8e9daf; font-size: 14px; line-height: 1.72; }

.contact-section { padding: 72px 0; background: #07101c; }
.contact-card { position: relative; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; overflow: hidden; padding: 62px; color: white; border-radius: 28px; background: linear-gradient(118deg,#225fb3,#347fe8 55%,#6a56d5); }
.contact-card::after { content: ""; position: absolute; width: 420px; height: 420px; right: -220px; top: -220px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 54px rgba(255,255,255,.035),0 0 0 108px rgba(255,255,255,.025); }
.contact-card h2 { margin: 0; max-width: 720px; font-size: clamp(38px,5vw,59px); line-height: 1.04; letter-spacing: -.045em; }
.contact-card p { max-width: 670px; margin-bottom: 0; color: #dce9ff; line-height: 1.65; }
.contact-actions { position: relative; z-index: 2; display: grid; justify-items: start; gap: 13px; }
.button-white { color: #174e9c; background: white; }
.contact-actions small { color: #cee0ff; line-height: 1.5; }
.site-footer { padding: 32px 0; color: #6f8094; background: #07101c; border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 12px; }
.footer-inner .brand-name { font-size: 22px; }
.footer-inner .brand-mark { width: 30px; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 800px; }
  .hero-visual img { aspect-ratio: 1.65/1; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .method-grid, .faq-grid { gap: 60px; }
  .case-feature { grid-template-columns: 1fr; }
  .case-feature figure { aspect-ratio: 1.8/1; }
  .principle-grid { grid-template-columns: 1fr 1fr; }
  .contact-card { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .site-header { height: 70px; }
  .brand-divider, .brand-sub { display: none; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 62px; left: 14px; right: 14px; display: none; align-items: stretch; gap: 0; padding: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(7,16,28,.97); box-shadow: 0 24px 60px rgba(0,0,0,.35); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 13px 12px; }
  .site-nav .nav-cta { margin-top: 5px; text-align: center; }
  .hero { min-height: auto; padding-top: 116px; }
  .hero-grid { gap: 45px; }
  .hero h1 { font-size: clamp(44px,14vw,66px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
  .hero-facts dd { font-size: 9px; }
  .hero-visual img { aspect-ratio: .96/1; }
  .hero-card { display: none; }
  .hero-visual figcaption { right: 10px; left: 10px; justify-content: center; }
  .client-note { margin-top: 42px; font-size: 8px; }
  .suite-section, .method-section, .cases-section, .principles-section, .faq-section { padding: 82px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading h2, .principles-section h2 { font-size: 42px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 0; }
  .method-grid, .faq-grid { grid-template-columns: 1fr; }
  .method-copy, .faq-grid > div:first-child { position: static; }
  .method-steps li { grid-template-columns: 36px 1fr; }
  .method-steps b { grid-column: 2; justify-self: start; }
  .case-copy { padding: 32px 24px; }
  .case-copy h3 { font-size: 28px; }
  .case-grid { grid-template-columns: 1fr; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: 190px; }
  .principle-grid h3 { margin-top: 32px; }
  .contact-section { padding: 22px 0 56px; }
  .contact-card { width: min(calc(100% - 28px),var(--shell)); padding: 34px 24px; gap: 34px; }
  .contact-card h2 { font-size: 39px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
