:root {
  --paper: #f7f6f2;
  --ink: #202526;
  --muted: #606665;
  --red: #be382b;
  --red-dark: #982a20;
  --line: #d9dcd5;
  --dark: #171d1e;
  --panel: #20292a;
  --warm: #eeede6;
  --white: #fff;
  --blue: #89d7ea;
  --accent: #ff8f7e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-underline-offset: 5px; }
a:hover { color: var(--red); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 3.6vw, 3.25rem); font-weight: 600; }
h3 { font-size: 1.5rem; font-weight: 600; letter-spacing: -.03em; }
p + p { margin-top: 1rem; }
.wrap { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 94px; }
.eyebrow, .card-label, .need-topline, .stack article > span { font-family: monospace; font-size: .7rem; line-height: 1.6; letter-spacing: .13em; font-weight: 700; }
.eyebrow { margin-bottom: 18px; color: var(--red); }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-160%); background: white; color: var(--ink); padding: 12px; z-index: 100; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 20; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 94px; gap: 25px; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 1.08rem; font-weight: 750; letter-spacing: -.045em; text-decoration: none; white-space: nowrap; line-height: 1.3; }
.brand-forge { color: var(--red); }
.brand-mark { font-family: monospace; font-size: 2.1rem; letter-spacing: -.16em; color: var(--red); margin-right: 8px; }
.brand-mark b { color: var(--ink); font-weight: 400; }
.brand small { display: block; margin-top: 5px; font-family: monospace; font-size: .49rem; letter-spacing: .19em; font-weight: 500; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { font-size: .8rem; text-decoration: none; font-weight: 600; }
nav .nav-cta { border: 1px solid var(--ink); padding: 10px 17px; }
nav .nav-cta:hover { background: var(--ink); color: white; }

.hero { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; padding-block: 78px; align-items: center; }
.hero h1 { font-size: clamp(3rem, 5vw, 4.8rem); font-weight: 600; max-width: 760px; }
.hero .lead { margin-top: 28px; color: var(--muted); max-width: 730px; font-size: 1.08rem; line-height: 1.75; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 30px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 28px; padding: 14px 20px; font-size: .82rem; font-weight: 700; text-decoration: none; }
.primary { background: var(--red); color: white; }
.primary:hover { background: var(--red-dark); color: white; }
.text-link { font-size: .82rem; font-weight: 700; }
.ask-card { background: var(--dark); color: #f7f6f2; padding: 34px; box-shadow: 14px 14px 0 #e8e8e0; }
.ask-card .card-label { color: var(--accent); }
.ask-card h2 { font-size: 2rem; margin: 15px 0 25px; }
.ask-card ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid #3b4544; }
.ask-card li { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 12px 0; border-bottom: 1px solid #3b4544; font-size: .82rem; }
.ask-card li strong { color: var(--accent); font-family: monospace; font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }
.ask-card p:last-child { margin-top: 22px; color: #b9c5c2; font-size: .8rem; }

.scope { border-block: 1px solid var(--line); background: var(--warm); }
.scope-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.scope-grid div { padding: 24px 26px 24px 0; }
.scope-grid div + div { border-left: 1px solid var(--line); padding-left: 28px; }
.scope-grid strong, .scope-grid span { display: block; }
.scope-grid strong { font-size: 1.5rem; letter-spacing: -.03em; }
.scope-grid span { color: var(--muted); font-size: .72rem; margin-top: 3px; }

.section-heading { display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px; align-items: end; margin-bottom: 42px; }
.section-heading > p { color: var(--muted); max-width: 460px; }
.need-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.need-card { padding: 30px; border: 1px solid var(--line); background: var(--white); }
.need-card.priority-one { border-top: 4px solid var(--red); }
.need-topline { display: flex; justify-content: space-between; gap: 18px; color: var(--muted); margin-bottom: 25px; }
.priority-one .need-topline span:first-child { color: var(--red); }
.need-card h3 { font-size: 1.7rem; }
.need-card > p { margin: 14px 0 24px; color: var(--muted); font-size: .9rem; }
.need-card dl { margin: 0; border-top: 1px solid var(--line); }
.need-card dl div { display: grid; grid-template-columns: 125px 1fr; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.need-card dt { font: 700 .68rem monospace; color: var(--red); text-transform: uppercase; }
.need-card dd { margin: 0; font-size: .8rem; }

.stack-section { padding-block: 94px; background: var(--dark); color: #f7f6f2; }
.stack-section .section-heading > p { color: #b9c5c2; }
.stack-section .eyebrow { color: var(--accent); }
.stack { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #3b4544; }
.stack article { min-width: 0; padding: 26px; }
.stack article + article { border-left: 1px solid #3b4544; }
.stack article > span { color: var(--blue); }
.stack h3 { margin-top: 18px; font-size: 1.35rem; }
.stack p { margin-top: 16px; color: #b9c5c2; font-size: .82rem; }
.stack b { display: block; margin-top: 22px; color: var(--accent); font: 700 .66rem monospace; text-transform: uppercase; line-height: 1.5; }
.framework-note { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin-top: 55px; align-items: start; }
.framework-note h3 { font-size: 2rem; }
.framework-note > div:first-child > p:last-child { color: #b9c5c2; margin-top: 17px; max-width: 580px; }
.framework-links { border-top: 1px solid #3b4544; }
.framework-links a { display: grid; grid-template-columns: 190px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid #3b4544; text-decoration: none; }
.framework-links a:hover strong { color: var(--accent); }
.framework-links strong { font-size: .83rem; }
.framework-links span { color: #b9c5c2; font-size: .76rem; }

.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.fit-grid > div { padding: 32px; border: 1px solid var(--line); }
.fit-grid h3 { margin-bottom: 20px; }
.fit-grid ul { padding: 0; margin: 0; list-style: none; }
.fit-grid li { position: relative; padding: 9px 0 9px 28px; border-top: 1px solid var(--line); font-size: .87rem; }
.check-list li::before { content: '✓'; position: absolute; left: 2px; color: var(--red); font-weight: 800; }
.not-seeking { background: var(--warm); }
.not-seeking li::before { content: '—'; position: absolute; left: 2px; color: var(--muted); }

.contact { background: var(--red); color: white; padding-block: 70px; }
.contact .eyebrow { color: white; opacity: .75; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.contact h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); }
.contact p:not(.eyebrow) { margin-top: 18px; max-width: 650px; color: #ffe6e1; }
.contact-action { text-align: center; }
.contact-action .button { background: var(--dark); width: 100%; }
.contact-action p { font: .68rem monospace; }

footer { border-top: 1px solid var(--line); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 32px; }
.footer-main > a:not(.brand) { font-size: .75rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-block: 20px; color: var(--muted); font-size: .63rem; }
::selection { background: #f5c2b9; color: var(--ink); }

@media (max-width: 980px) {
  .wrap { width: calc(100% - 56px); }
  nav { gap: 16px; }
  .hero { gap: 40px; }
  .stack { grid-template-columns: repeat(2, 1fr); }
  .stack article:nth-child(3) { border-left: 0; border-top: 1px solid #3b4544; }
  .stack article:nth-child(4) { border-top: 1px solid #3b4544; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 20px; }
  .wrap { width: calc(100% - 40px); }
  .site-header { position: static; }
  .header-inner { min-height: 0; padding-block: 18px; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 45px; padding-block: 50px; }
  .hero h1 { font-size: clamp(2.8rem, 10vw, 4.2rem); }
  .ask-card { max-width: 580px; box-shadow: 8px 8px 0 #e8e8e0; }
  .scope-grid { grid-template-columns: repeat(2, 1fr); }
  .scope-grid div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .scope-grid div:nth-child(4) { border-top: 1px solid var(--line); }
  .section { padding-block: 64px; }
  .section-heading, .framework-note, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .need-grid, .fit-grid { grid-template-columns: 1fr; }
  .stack-section { padding-block: 64px; }
  .framework-links a { grid-template-columns: 1fr; gap: 4px; }
  .contact-action { text-align: left; }
  .contact-action .button { width: auto; }
  .footer-main { flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

@media (max-width: 480px) {
  .wrap { width: calc(100% - 36px); }
  .brand { font-size: 1rem; }
  .brand-mark { font-size: 1.8rem; }
  .hero h1 { font-size: 2.75rem; }
  .actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .ask-card { padding: 25px; }
  .ask-card li { grid-template-columns: 75px 1fr; gap: 12px; }
  .scope-grid { grid-template-columns: 1fr; }
  .scope-grid div + div, .scope-grid div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .need-card { padding: 24px; }
  .need-card dl div { grid-template-columns: 1fr; gap: 5px; }
  .need-topline { flex-direction: column; gap: 4px; }
  .stack { grid-template-columns: 1fr; }
  .stack article + article, .stack article:nth-child(3) { border-left: 0; border-top: 1px solid #3b4544; }
  .fit-grid > div { padding: 24px; }
  .contact-action .button { width: 100%; overflow-wrap: anywhere; }
  .footer-main { align-items: flex-start; flex-direction: column; gap: 22px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
