@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('assets/geist.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('assets/geist-mono.woff2') format('woff2');
}

:root { --font-geist-sans: 'Geist'; --font-geist-mono: 'Geist Mono'; --ink: #141614; --paper: #f4f3ee; --line: rgba(20,22,20,.14); --muted: #676c67; --accent: #b8ef63; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--font-geist-sans), Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
h1, h2, h3, p { margin-block-start: 0; margin-block-end: 0; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.nav { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand-lockup { display: inline-flex; height: 46px; align-items: stretch; gap: 6px; overflow: visible; background: transparent; }
.brand-symbol { width: 46px; overflow: hidden; background: transparent; mix-blend-mode: darken; }
.brand-symbol img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.22); }
.brand-wordmark { width: 130px; overflow: hidden; background: transparent; mix-blend-mode: darken; }
.brand-wordmark img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.72); }
.brand-lockup-compact { height: 30px; gap: 4px; }
.brand-lockup-compact .brand-symbol { width: 30px; }
.brand-lockup-compact .brand-wordmark { width: 84px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 52px; padding: 0 22px; background: var(--ink); color: white; border: 1px solid var(--ink); border-radius: 4px; font-size: 14px; font-weight: 560; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #292c29; }
.button:focus-visible, button:focus-visible, input:focus-visible, a:focus-visible { outline: 3px solid #79b62c; outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 17px; }
.hero { padding-top: clamp(76px, 12vw, 150px); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; font-size: 12px; font-weight: 650; letter-spacing: .11em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #79b62c; box-shadow: 0 0 0 4px rgba(121,182,44,.13); }
.hero h1 { max-width: 980px; margin: 0; font-size: clamp(58px, 8.7vw, 126px); font-weight: 540; line-height: .91; letter-spacing: -.075em; }
.hero-copy { max-width: 670px; margin: 40px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; letter-spacing: -.025em; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 34px; color: var(--muted); font-size: 13px; }
.strategy-flow { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: clamp(90px, 14vw, 160px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.flow-step { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 128px; padding: 19px 20px 22px; border-left: 1px solid var(--line); font-size: 14px; font-weight: 560; }
.flow-step:last-child { border-right: 1px solid var(--line); background: var(--accent); }
.flow-number { color: var(--muted); font-family: var(--font-geist-mono); font-size: 10px; }
.flow-arrow { position: absolute; z-index: 2; right: -12px; bottom: 20px; display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--muted); }
.section { padding-block: clamp(120px, 16vw, 220px); }
.section-intro { display: grid; grid-template-columns: 1fr 3fr; align-items: start; }
.section-label { margin: 10px 0 0; font-size: 11px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.section-intro h2 { max-width: 820px; margin: 0; font-size: clamp(45px, 6.3vw, 82px); font-weight: 520; line-height: 1; letter-spacing: -.065em; }
.section-copy { grid-column: 2; max-width: 720px; margin: 38px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; letter-spacing: -.018em; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 100px; border-top: 1px solid var(--line); }
.problem-item { min-height: 300px; padding: 24px 28px 30px 0; border-right: 1px solid var(--line); }
.problem-item + .problem-item { padding-left: 28px; }
.problem-item:last-child { border-right: 0; }
.item-number, .capability-index { color: var(--muted); font-family: var(--font-geist-mono); font-size: 10px; }
.problem-item h3 { margin: 112px 0 15px; font-size: 22px; font-weight: 550; letter-spacing: -.035em; }
.problem-item p { max-width: 300px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.section-dark { background: var(--ink); color: #f7f7f3; }
.section-dark .section-intro { border-bottom: 1px solid rgba(255,255,255,.16); padding-bottom: 76px; }
.section-dark .section-label { color: var(--accent); }
.capability-list { display: grid; grid-template-columns: repeat(2, 1fr); }
.capability { position: relative; display: grid; grid-template-columns: 60px 1fr; min-height: 220px; align-content: center; border-bottom: 1px solid rgba(255,255,255,.16); }
.capability:nth-child(odd) { padding-right: 48px; border-right: 1px solid rgba(255,255,255,.16); }
.capability:nth-child(even) { padding-left: 48px; }
.capability h3 { margin: 0 0 14px; font-size: 23px; font-weight: 530; letter-spacing: -.035em; }
.capability p { grid-column: 2; max-width: 380px; margin: 0; color: #9da09d; line-height: 1.55; }
.capability-mark { position: absolute; top: 50%; right: 4px; color: var(--accent); transform: translateY(-50%); }
.capability:nth-child(odd) .capability-mark { right: 48px; }
.dark-brand-signature { width: 180px; height: 62px; margin: 54px 0 0 auto; overflow: hidden; mix-blend-mode: lighten; }
.dark-brand-signature img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.72); }
.product-intro h2 { grid-column: 2; }
.product-section .section-copy { max-width: 600px; }
.product-shell { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(280px, .8fr); margin-top: 88px; overflow: hidden; border: 1px solid #d7d7d1; border-radius: 8px; background: #f9f9f6; box-shadow: 0 35px 80px rgba(20,22,20,.09); }
.product-topbar { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto 1fr; height: 68px; align-items: center; padding: 0 22px; border-bottom: 1px solid #deded9; background: #fff; color: #7b7e79; font-size: 11px; }
.product-brand { display: flex; align-items: center; }
.live-pill i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #79b62c; }
.live-pill { justify-self: end; padding: 7px 10px; border: 1px solid #deded9; border-radius: 20px; color: #525651; }
.portfolio-panel { padding: 38px 36px 48px; border-right: 1px solid #deded9; }
.panel-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 30px; }
.panel-heading span, .stack-heading > span { color: #8a8d88; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.panel-heading h3, .stack-heading h3 { margin: 6px 0 0; font-size: 24px; font-weight: 570; letter-spacing: -.045em; }
.panel-heading button { padding: 8px 12px; border: 1px solid #deded9; border-radius: 4px; background: white; color: #656863; font-size: 11px; }
.opportunity-row { display: grid; grid-template-columns: minmax(220px, 2fr) 1fr 1fr 24px; min-height: 63px; align-items: center; border-bottom: 1px solid #e1e1dc; font-size: 12px; }
.opportunity-head { min-height: 36px; color: #8a8d88; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.opportunity-name { display: flex; align-items: center; color: #292c29; font-weight: 530; }
.opportunity-name i { display: grid; width: 26px; height: 26px; margin-right: 12px; place-items: center; border: 1px solid #deded9; border-radius: 3px; color: #93968f; font-family: var(--font-geist-mono); font-size: 8px; font-style: normal; }
.metric, .effort { display: inline-block; padding: 5px 8px; border-radius: 3px; background: #eceee7; color: #4f564b; font-size: 9px; font-weight: 600; }
.metric.high { background: #e5f3d0; color: #44621d; }
.effort { background: #eeede8; color: #676965; }
.row-arrow { color: #999b97; }
.stack-panel { display: flex; min-width: 0; flex-direction: column; padding: 38px 30px 28px; background: #f1f1ed; }
.stack-heading { margin-bottom: 26px; }
.stack-heading h3 { max-width: 260px; }
.stack-list { border-top: 1px solid #d8d9d3; }
.stack-item { display: grid; grid-template-columns: 28px minmax(0,1fr) auto; min-height: 62px; align-items: center; border-bottom: 1px solid #d8d9d3; }
.stack-index { color: #999c96; font-family: var(--font-geist-mono); font-size: 8px; }
.stack-item strong { display: block; overflow: hidden; color: #30332f; font-size: 12px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.stack-item div > span { display: block; margin-top: 3px; color: #92958f; font-size: 9px; }
.stack-action { padding: 5px 7px; border-radius: 3px; background: #e3e5de; color: #5e635a; font-size: 8px; font-style: normal; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.stack-action.add { background: #e5f3d0; color: #44621d; }
.stack-action.cancel { background: #eee4df; color: #8b4c3a; }
.stack-summary { display: flex; flex-direction: column; gap: 4px; margin: auto 0 0; padding-top: 24px; }
.stack-summary strong { font-size: 12px; font-weight: 620; }
.stack-summary span { color: #8a8d88; font-size: 9px; }
.waitlist { padding-block: clamp(110px, 15vw, 190px); background: var(--accent); }
.waitlist-inner { display: grid; grid-template-columns: 1fr 3fr; }
.waitlist-inner h2 { grid-column: 2; margin: 0; font-size: clamp(64px, 9vw, 118px); font-weight: 540; line-height: .89; letter-spacing: -.075em; }
.waitlist-inner > p:nth-of-type(2) { grid-column: 2; margin: 32px 0; font-size: 18px; }
.waitlist-form, .form-success { grid-column: 2; width: min(100%, 690px); }
.waitlist-form { position: relative; display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid rgba(20,22,20,.5); }
.field-wrap { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.field-wrap label { margin-bottom: 5px; font-size: 10px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.field-wrap input { width: 100%; padding: 6px 20px 15px 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 22px; }
.field-wrap input::placeholder { color: rgba(20,22,20,.45); }
.waitlist-form button { align-self: center; min-height: 48px; padding: 0 20px; border: 1px solid var(--ink); border-radius: 4px; background: var(--ink); color: white; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.waitlist-form button:hover { transform: translateY(-2px); background: #292c29; }
.waitlist-form button:disabled { opacity: .7; cursor: wait; }
.form-error { position: absolute; left: 0; bottom: -27px; margin: 0; font-size: 12px; }
.form-success { display: flex; align-items: center; gap: 16px; min-height: 88px; padding: 20px; border: 1px solid rgba(20,22,20,.4); }
.form-success > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--ink); color: white; }
.form-success strong { font-size: 17px; }
.form-success p { margin: 4px 0 0; color: #444a42; font-size: 13px; }
.footer { display: grid; grid-template-columns: 1fr 1fr 1fr; min-height: 150px; align-items: center; color: var(--muted); font-size: 12px; }
.footer p:nth-child(2) { justify-self: center; }
.footer p:last-child { justify-self: end; }
.reveal { animation: rise .7s cubic-bezier(.2,.7,.2,1) both; }
.reveal-1 { animation-delay: .08s; }.reveal-2 { animation-delay: .16s; }.reveal-3 { animation-delay: .24s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 860px) {
  .section-intro, .waitlist-inner { grid-template-columns: 1fr; }
  .section-intro h2, .product-intro h2, .section-copy, .waitlist-inner h2, .waitlist-inner > p:nth-of-type(2), .waitlist-form, .form-success { grid-column: 1; }
  .section-label { margin-bottom: 24px; }
  .problem-grid { grid-template-columns: 1fr; margin-top: 70px; }
  .problem-item, .problem-item + .problem-item { min-height: auto; padding: 24px 0 34px; border-right: 0; border-bottom: 1px solid var(--line); }
  .problem-item h3 { margin-top: 56px; }
  .capability-list { grid-template-columns: 1fr; }
  .capability:nth-child(odd), .capability:nth-child(even) { padding: 32px 0; border-right: 0; }
  .capability:nth-child(odd) .capability-mark { right: 4px; }
  .product-shell { grid-template-columns: 1fr; }
  .product-topbar { grid-template-columns: 1fr 1fr; }
  .product-context { display: none; }
  .portfolio-panel { border-right: 0; border-bottom: 1px solid #deded9; }
  .stack-panel { min-height: 450px; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 30px, 1180px); }
  .nav { height: 72px; }
  .hero { padding-top: 70px; }
  .hero h1 { font-size: clamp(54px, 17vw, 78px); }
  .hero-copy { margin-top: 28px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .strategy-flow { grid-template-columns: 1fr; margin-top: 80px; }
  .flow-step { min-height: 72px; flex-direction: row; align-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .flow-step:last-child { border-bottom: 0; }
  .flow-arrow { right: 18px; bottom: -13px; transform: rotate(90deg); }
  .section { padding-block: 110px; }
  .section-dark .section-intro { padding-bottom: 50px; }
  .capability { grid-template-columns: 44px 1fr; }
  .capability p { grid-column: 1 / -1; padding: 16px 40px 0 44px; }
  .product-shell { margin-inline: -8px; }
  .product-topbar, .portfolio-panel, .stack-panel { padding-left: 18px; padding-right: 18px; }
  .panel-heading { align-items: start; flex-direction: column; gap: 18px; }
  .opportunity-row { grid-template-columns: minmax(165px, 2fr) 1fr 24px; }
  .opportunity-row > span:nth-child(3) { display: none; }
  .stack-panel { min-height: 430px; }
  .waitlist-inner h2 { font-size: clamp(58px, 17vw, 88px); }
  .waitlist-form { grid-template-columns: 1fr; padding-bottom: 16px; border: 0; }
  .field-wrap { padding-bottom: 6px; border-bottom: 1px solid rgba(20,22,20,.5); }
  .waitlist-form button { margin-top: 18px; }
  .form-error { bottom: -14px; }
  .footer { grid-template-columns: 1fr; gap: 14px; padding-block: 40px; }
  .footer p { margin: 0; }
  .footer p:nth-child(2), .footer p:last-child { justify-self: start; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
