@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&family=Newsreader:ital,opsz,wght@1,6..72,500&display=swap");

:root {
  color: #151713;
  background: #f4f1e9;
  font-family: "Manrope", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #151713;
  --paper: #f4f1e9;
  --lime: #c9ff45;
  --cobalt: #4056f4;
  --line: rgba(21, 23, 19, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--paper); }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--cobalt); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; background: #fff; border: 2px solid var(--ink); font-size: 12px; font-weight: 700; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { border-bottom: 1px solid var(--line); }
.nav-layout { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { width: max-content; display: inline-flex; align-items: center; gap: 9px; font-size: 20px; letter-spacing: -.04em; }
.brand > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 7px; background: var(--ink); color: var(--lime); font-weight: 700; }
.nav-layout nav { display: flex; align-items: center; gap: 28px; color: #55594f; font-size: 12px; font-weight: 700; }
.nav-layout nav a:hover, .site-footer nav a:hover { color: var(--cobalt); }
.nav-layout > .button { justify-self: end; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 3px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; box-shadow: 5px 5px 0 var(--lime); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--lime); }
.button-compact { min-height: 40px; padding-inline: 16px; font-size: 10px; box-shadow: none; }

.hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(460px, .92fr); align-items: center; gap: 84px; padding-block: 90px 100px; }
.eyebrow, .section-index { margin: 0; color: #666a60; font-family: "DM Mono", monospace; font-size: 9px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { color: var(--cobalt); }
h1, h2 { margin: 0; letter-spacing: -.065em; line-height: .96; }
h1 { max-width: 680px; margin-top: 22px; font-size: clamp(54px, 6.2vw, 86px); }
h1 em, h2 em { color: var(--cobalt); font-family: "Newsreader", serif; font-weight: 500; }
.hero-lede { max-width: 650px; margin: 27px 0 0; color: #5c6056; font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 27px; margin-top: 33px; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 700; }
.truth-note { max-width: 650px; margin: 28px 0 0; padding-left: 14px; border-left: 3px solid var(--lime); color: #686c62; font-size: 10px; line-height: 1.65; }
.truth-note strong { color: var(--ink); }

.hero-preview { position: relative; min-height: 510px; }
.terminal-card { position: absolute; z-index: 2; top: 0; left: 0; width: min(390px, 86%); overflow: hidden; border: 1px solid #363a32; border-radius: 7px; background: #1b1d19; color: #eef0e8; box-shadow: 12px 12px 0 var(--cobalt); }
.window-bar { height: 43px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; border-bottom: 1px solid rgba(255,255,255,.13); color: #777c72; font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .08em; }
.window-bar strong { color: var(--lime); font-weight: 500; }
.terminal-card pre { min-height: 290px; margin: 0; padding: 27px 25px; white-space: pre-wrap; font: 11px/1.9 "DM Mono", monospace; }
.terminal-card .prompt { color: var(--lime); }.terminal-card .muted { color: #92978c; }.terminal-card .planned { padding: 3px 6px; border: 1px solid #676c62; color: #b2b7ab; font-size: 8px; text-transform: uppercase; }
.resume-card { position: absolute; right: 0; bottom: 0; width: min(330px, 72%); min-height: 425px; padding: 37px; background: #fff; box-shadow: 0 18px 50px rgba(21,23,19,.16); transform: rotate(2deg); }
.resume-card header { display: flex; align-items: center; gap: 12px; }
.resume-card header > div { display: grid; }.resume-card header strong { font-size: 13px; }.resume-card header small { margin-top: 3px; color: #777b72; font-size: 7px; }
.avatar { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--cobalt); color: #fff; font-size: 8px; font-weight: 700; }
.resume-rule { height: 2px; margin: 22px 0 27px; background: var(--ink); }
.resume-card section { margin-top: 25px; }.resume-card section b { display: block; margin-bottom: 10px; font-family: "DM Mono", monospace; font-size: 6px; letter-spacing: .08em; }
.line { height: 5px; margin: 6px 0; border-radius: 4px; background: #dfe0da; }.line.long { width: 100%; }.line.medium { width: 75%; }.line.short { width: 48%; }
.chips { display: flex; flex-wrap: wrap; gap: 5px; }.chips i { padding: 5px 6px; background: #eeece5; font-size: 6px; font-style: normal; }
.review-chip { position: absolute; z-index: 3; left: 18px; bottom: 55px; display: flex; align-items: center; gap: 7px; padding: 9px 11px; border: 1px solid var(--ink); background: #fff; font-family: "DM Mono", monospace; font-size: 8px; box-shadow: 4px 4px 0 var(--lime); }
.review-chip span { width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); }

.status-strip { border-block: 1px solid var(--line); background: #ebe8de; }
.status-strip .shell { min-height: 67px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.status-strip strong { font-size: 11px; }.status-strip p { margin: 0; color: #696d63; font-size: 10px; }.status-strip span, .card-top strong, .source-grid small { padding: 5px 7px; border: 1px solid #9b9e95; color: #656960; font-family: "DM Mono", monospace; font-size: 7px; font-weight: 500; letter-spacing: .08em; }

.section { padding-block: 128px; }
.section-heading { display: grid; grid-template-columns: .42fr 1fr; gap: 60px; margin-bottom: 65px; }
.section-heading h2 { max-width: 820px; font-size: clamp(44px, 5vw, 68px); }
.section-heading > div > p { max-width: 720px; margin: 25px 0 0; color: #656960; font-size: 13px; line-height: 1.75; }
.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.workflow-grid article { min-height: 365px; display: flex; flex-direction: column; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.35); }
.card-top { display: flex; align-items: center; justify-content: space-between; }.card-top > span { color: var(--cobalt); font-family: "DM Mono", monospace; font-size: 10px; }
.workflow-grid h3 { margin: 68px 0 14px; font-size: 27px; line-height: 1.08; letter-spacing: -.045em; }
.workflow-grid p { margin: 0 0 25px; color: #64685e; font-size: 12px; line-height: 1.7; }
.workflow-grid a { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); color: var(--cobalt); font-size: 10px; font-weight: 700; }

.dark-section { padding-block: 128px; background: #1b1d19; color: #f3f1e9; }
.story-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; }
.story-intro { position: sticky; top: 35px; align-self: start; }.story-intro .section-index { color: var(--lime); }.story-intro h2 { margin-top: 36px; font-size: clamp(42px, 4.8vw, 67px); }.story-intro h2 em { color: var(--lime); }
.story-intro > p:last-child { max-width: 500px; margin: 28px 0 0; color: #adb1a7; font-size: 13px; line-height: 1.75; }
.signal-list { border-top: 1px solid rgba(255,255,255,.22); }
.signal-list article { display: grid; grid-template-columns: auto 1fr; gap: 30px; padding: 31px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.signal-list article > span { color: var(--lime); font-family: "DM Mono", monospace; font-size: 9px; }
.signal-list h3 { margin: 0 0 9px; font-size: 21px; letter-spacing: -.035em; }.signal-list p { margin: 0; color: #aeb2a8; font-size: 12px; line-height: 1.7; }

.compact-heading { margin-bottom: 50px; }
.source-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.source-grid article { min-height: 220px; display: grid; grid-template-columns: auto 1fr; align-content: start; gap: 19px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.source-mark { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid var(--ink); font-family: "DM Mono", monospace; font-size: 10px; }
.source-grid article > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; }.source-grid strong { font-size: 15px; }
.source-grid p { grid-column: 2; margin: 0; color: #676b61; font-size: 11px; line-height: 1.7; }

.principles { padding-block: 100px; background: #dfe4ff; }
.principles-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.principles h2 { max-width: 480px; margin-top: 32px; font-size: clamp(40px, 4.4vw, 61px); }
.principles ul { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; border-top: 1px solid rgba(21,23,19,.25); list-style: none; }
.principles li { display: grid; grid-template-columns: auto 1fr; gap: 13px; min-height: 170px; padding: 24px; border-right: 1px solid rgba(21,23,19,.2); border-bottom: 1px solid rgba(21,23,19,.2); }
.principles li:nth-child(even) { border-right: 0; }.principles li > span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 10px; }
.principles li strong { font-size: 13px; }.principles li p { margin: 9px 0 0; color: #565b52; font-size: 11px; line-height: 1.6; }

.final-cta { padding-block: 120px; background: var(--cobalt); color: #fff; text-align: center; }
.final-cta .eyebrow { color: #dce0ff; }.final-cta h2 { margin-top: 30px; font-size: clamp(50px, 7vw, 85px); }.final-cta h2 em { color: var(--lime); }
.final-cta p:not(.eyebrow) { max-width: 690px; margin: 28px auto 34px; color: #e1e4ff; font-size: 13px; line-height: 1.75; }
.final-cta .button { background: #fff; color: var(--ink); }

.site-footer { border-top: 1px solid var(--line); }
.footer-layout { min-height: 120px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 30px; }
.footer-layout > p, .footer-layout small { color: #757970; font-size: 9px; }.footer-layout nav { display: flex; gap: 19px; font-size: 9px; font-weight: 700; }

@media (max-width: 980px) {
  .nav-layout { grid-template-columns: 1fr auto; }.nav-layout nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 55px; padding-top: 70px; }.hero-copy { max-width: 760px; }.hero-preview { width: min(650px, 100%); margin-inline: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }.workflow-grid { grid-template-columns: 1fr 1fr; }.workflow-grid article:last-child { grid-column: 1 / -1; }
  .story-layout, .principles-layout { grid-template-columns: 1fr; gap: 60px; }.story-intro { position: static; }
  .footer-layout { grid-template-columns: auto 1fr auto; }.footer-layout small { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav-layout { min-height: 68px; }.button-compact { min-height: 38px; padding-inline: 12px; }
  .hero { min-height: 0; padding-block: 58px 70px; }.hero h1 { font-size: 51px; }.hero-lede { font-size: 13px; }.hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-preview { min-height: 460px; }.terminal-card { width: 92%; }.terminal-card pre { min-height: 265px; padding: 22px 18px; font-size: 9px; }.resume-card { width: 72%; min-height: 335px; padding: 24px; }.review-chip { left: 3px; bottom: 20px; }
  .status-strip .shell { grid-template-columns: 1fr auto; padding-block: 14px; }.status-strip p { grid-row: 2; grid-column: 1 / -1; }
  .section, .dark-section { padding-block: 85px; }.section-heading { margin-bottom: 42px; }.section-heading h2, .story-intro h2 { font-size: 45px; }
  .workflow-grid, .source-grid { grid-template-columns: 1fr; }.workflow-grid article, .workflow-grid article:last-child { grid-column: auto; min-height: 330px; }.workflow-grid h3 { margin-top: 48px; }
  .source-grid article { min-height: 200px; padding: 23px; }.source-grid article > div { align-items: flex-start; flex-direction: column; gap: 8px; }
  .signal-list article { gap: 19px; }.principles { padding-block: 80px; }.principles ul { grid-template-columns: 1fr; }.principles li, .principles li:nth-child(even) { min-height: 0; border-right: 0; }
  .final-cta { padding-block: 90px; }.final-cta h2 { font-size: 53px; }.footer-layout { grid-template-columns: 1fr; padding-block: 34px; }.footer-layout nav { flex-wrap: wrap; }
}

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