:root {
  --paper: #f2efe6;
  --paper-bright: #faf8f1;
  --ink: #17201f;
  --steel: #24302f;
  --muted: #66706b;
  --line: #c9c5b9;
  --orange: #ef5b2a;
  --orange-dark: #c83e12;
  --mint: #b9e3d2;
  --warning: #ffd36a;
  --display: "Barlow Condensed", sans-serif;
  --body: "Literata", serif;
  --mono: "IBM Plex Mono", monospace;
  --shadow: 0 24px 60px rgba(20, 28, 27, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: linear-gradient(rgba(23, 32, 31, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 32, 31, .025) 1px, transparent 1px), var(--paper); background-size: 28px 28px; font-family: var(--body); line-height: 1.6; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.top-rule { height: 7px; background: repeating-linear-gradient(90deg, var(--orange) 0 72px, var(--ink) 72px 76px); }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; color: white; background: var(--ink); }
.skip-link:focus { top: 12px; }

.site-header { height: 84px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; gap: 12px; align-items: center; font-family: var(--display); font-weight: 700; font-size: 1.2rem; letter-spacing: .03em; text-decoration: none; text-transform: uppercase; }
.wordmark-mark { display: grid; place-items: center; width: 36px; height: 36px; color: var(--paper-bright); background: var(--ink); font-family: var(--mono); font-size: .8rem; }
nav { display: flex; align-items: center; gap: 28px; font-family: var(--mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; }
nav a { text-decoration: none; }
nav a:hover { color: var(--orange-dark); }
.nav-cta { padding: 10px 14px; border: 1px solid var(--ink); }

.hero { min-height: 690px; padding-block: 92px 80px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--orange-dark); font-family: var(--mono); font-size: .73rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow.light { color: var(--mint); }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(239, 91, 42, .15); }
h1, h2, h3, h4 { margin-top: 0; line-height: .98; }
h1, h2, h3, h4 { font-family: var(--display); text-transform: uppercase; letter-spacing: -.025em; }
h1 { max-width: 780px; margin-bottom: 28px; font-size: clamp(4.1rem, 7.7vw, 7rem); font-weight: 600; }
h1 em { color: var(--orange-dark); font-family: var(--body); font-size: .75em; font-weight: 400; text-transform: none; }
.lede { max-width: 680px; margin: 0 0 34px; font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 13px 18px; border: 0; font-family: var(--mono); font-size: .76rem; font-weight: 500; letter-spacing: .03em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--ink); }
.button-primary { color: white; background: var(--orange-dark); }
.text-link { font-family: var(--mono); font-size: .78rem; text-underline-offset: 5px; text-transform: uppercase; }
.quiet-note { margin: 24px 0 0; color: var(--muted); font-family: var(--mono); font-size: .72rem; }

.intake-stack { position: relative; min-height: 510px; }
.source-card, .packet-card { position: absolute; padding: 18px; border: 1px solid var(--ink); background: var(--paper-bright); box-shadow: 6px 6px 0 rgba(23, 32, 31, .12); }
.source-card { width: 245px; min-height: 116px; }
.source-card strong, .packet-card strong { display: block; margin-top: 7px; font-family: var(--display); font-size: 1.2rem; text-transform: uppercase; }
.source-card p { margin: 6px 0 0; font-size: .72rem; line-height: 1.4; }
.file-type { color: var(--muted); font-family: var(--mono); font-size: .61rem; letter-spacing: .08em; }
.source-email { left: 0; top: 0; transform: rotate(-2deg); }
.source-pdf { right: 4px; top: 42px; transform: rotate(2.5deg); }
.source-sheet { left: 46px; top: 155px; transform: rotate(1deg); }
.drawing-lines { height: 34px; margin-top: 9px; background: repeating-linear-gradient(135deg, transparent 0 9px, rgba(23, 32, 31, .19) 10px 11px); }
.sheet-lines { height: 28px; margin-top: 9px; background: repeating-linear-gradient(0deg, rgba(23, 32, 31, .13) 0 1px, transparent 1px 7px); }
.conversion-arrow { position: absolute; left: 22px; top: 283px; color: var(--orange-dark); font-family: var(--display); font-size: 4rem; transform: rotate(5deg); }
.packet-card { right: 8px; bottom: 0; z-index: 2; width: 88%; padding: 25px; background: #dce7df; box-shadow: 12px 12px 0 var(--ink); }
.packet-head { display: flex; justify-content: space-between; align-items: start; padding-bottom: 17px; border-bottom: 2px solid var(--ink); }
.review-stamp { padding: 7px; border: 2px solid var(--orange-dark); color: var(--orange-dark); font-family: var(--mono); font-size: .58rem; font-weight: 500; line-height: 1.15; text-align: center; transform: rotate(4deg); }
.packet-card dl { display: grid; grid-template-columns: 1fr 1fr; margin: 17px 0; }
.packet-card dl div { display: flex; justify-content: space-between; gap: 10px; padding: 9px 10px; border-right: 1px solid rgba(23, 32, 31, .3); border-bottom: 1px solid rgba(23, 32, 31, .3); }
.packet-card dt { font-family: var(--mono); font-size: .62rem; }
.packet-card dd { margin: 0; font-family: var(--mono); font-size: .67rem; font-weight: 500; }
.packet-card dd.flag, .flag-text { color: var(--orange-dark); }
.exception { display: flex; gap: 10px; align-items: center; padding: 9px 11px; background: var(--warning); font-family: var(--mono); font-size: .64rem; }
.exception span { display: grid; place-items: center; flex: 0 0 20px; height: 20px; border: 1px solid var(--ink); border-radius: 50%; font-weight: 500; }

.friction-band { padding-block: 56px; color: white; background: var(--ink); }
.friction-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.friction-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 40px; margin: 0; padding: 0; list-style: none; }
.friction-grid li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; font-size: .92rem; line-height: 1.45; }
.friction-grid li span { color: var(--orange); font-family: var(--mono); font-size: .66rem; }

.section { padding-block: 110px; }
.section-heading { max-width: 760px; }
.section-heading h2, .review-copy h2, .fit-card h2, .founder-copy h2 { margin-bottom: 24px; font-size: clamp(3rem, 5.5vw, 5.1rem); font-weight: 600; }
.section-heading > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.03rem; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 64px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.problem-card { min-height: 270px; padding: 26px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: rgba(250, 248, 241, .46); }
.problem-card:hover { background: var(--paper-bright); }
.item-number { display: block; margin-bottom: 66px; color: var(--orange-dark); font-family: var(--mono); font-size: .72rem; }
.problem-card h3, .fit-card h3 { font-size: 1.6rem; }
.problem-card p, .fit-card li { color: var(--muted); font-size: .86rem; }

.packet-section { background: #d9d4c7; }
.packet-document { margin-top: 62px; padding: 28px; border: 1px solid var(--ink); background: var(--paper-bright); box-shadow: 12px 12px 0 var(--ink); }
.document-topline, .document-kicker, .document-footnote { font-family: var(--mono); font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; }
.document-topline { display: flex; justify-content: space-between; padding-bottom: 15px; color: var(--muted); border-bottom: 1px solid var(--line); }
.document-title-row { display: flex; justify-content: space-between; gap: 20px; align-items: start; padding-block: 25px; }
.document-kicker { margin: 0 0 8px; color: var(--orange-dark); }
.document-title-row h3 { margin: 0; font-size: clamp(1.8rem, 3vw, 3rem); }
.document-badge { padding: 7px 9px; color: var(--orange-dark); border: 1px solid var(--orange-dark); font-family: var(--mono); font-size: .58rem; line-height: 1.3; text-align: center; }
.document-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 28px; padding-top: 22px; border-top: 2px solid var(--ink); }
.summary-strip { display: grid; grid-template-columns: auto 1fr auto 1fr; gap: 10px 16px; margin-bottom: 28px; padding: 12px; background: #e4eee7; font-family: var(--mono); font-size: .64rem; }
.summary-strip span { color: var(--muted); }
.document-main h4, .document-side h4 { margin: 0 0 12px; font-family: var(--mono); font-size: .69rem; letter-spacing: .06em; text-transform: uppercase; }
table { width: 100%; border-collapse: collapse; font-family: var(--mono); font-size: .68rem; }
th, td { padding: 10px 8px; text-align: left; border-bottom: 1px solid var(--line); }
th { color: var(--muted); font-weight: 400; }
.document-side { padding-left: 25px; border-left: 1px solid var(--line); }
.queue-flag { display: flex; gap: 9px; align-items: start; margin: 0; padding: 10px 0; color: var(--orange-dark); border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: .62rem; }
.queue-flag span { color: var(--ink); }
.document-side h4:nth-of-type(2) { margin-top: 30px; }
.source-list { margin: 0; padding: 0; color: var(--muted); list-style: none; font-family: var(--mono); font-size: .62rem; }
.source-list li { padding: 7px 0; border-bottom: 1px solid var(--line); }
.document-footnote { margin: 24px 0 0; color: var(--muted); }

.method-section { background: #d9d4c7; }
.method-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.method-list { grid-column: 2; margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.method-list li { display: grid; grid-template-columns: 68px 1fr; gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--ink); }
.method-list > li > span { color: var(--orange-dark); font-family: var(--mono); font-size: .7rem; }
.method-list h3 { margin: 0 0 7px; font-size: 1.55rem; }
.method-list p { margin: 0; color: #4d5652; font-size: .86rem; }
.method-note { grid-column: 2; max-width: 640px; margin: -58px 0 0 92px; color: #4d5652; font-size: .82rem; }

.fit-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--ink); }
.fit-card { min-height: 390px; padding: clamp(32px, 5vw, 64px); }
.fit-yes { background: var(--mint); }
.fit-signals { border-left: 1px solid var(--ink); background: var(--paper-bright); }
.fit-card ul { margin: 34px 0 0; padding: 0; list-style: none; }
.fit-card li { position: relative; padding: 13px 0 13px 28px; border-top: 1px solid rgba(23, 32, 31, .25); }
.fit-card li::before { position: absolute; left: 0; content: "→"; color: var(--orange-dark); }

.not-section { color: white; background: var(--steel); }
.not-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.not-copy { padding-top: 42px; }
.not-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px; margin: 0; padding: 0; list-style: none; font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; }
.not-copy li::before { content: "×"; margin-right: 10px; color: var(--orange); }
.not-copy > p { max-width: 540px; margin-top: 44px; padding-top: 20px; color: #d6dcd9; border-top: 1px solid #77807d; }

.founder-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: center; }
.founder-card { min-height: 350px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; color: var(--paper-bright); background: var(--ink); box-shadow: 12px 12px 0 var(--orange); }
.founder-initials { margin-top: auto; font-family: var(--display); font-size: clamp(7rem, 16vw, 13rem); line-height: .7; letter-spacing: -.08em; }
.founder-location { margin-top: 46px; color: var(--mint); font-family: var(--mono); font-size: .7rem; text-transform: uppercase; }
.founder-copy { max-width: 680px; }
.founder-copy p:not(.eyebrow) { color: var(--muted); }
.founder-links { display: flex; gap: 28px; margin-top: 32px; font-family: var(--mono); font-size: .75rem; }
.founder-links a { text-underline-offset: 4px; }

.review-section { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; }
.review-copy { position: sticky; top: 40px; align-self: start; }
.review-copy > p:not(.eyebrow):not(.privacy-note) { max-width: 500px; color: var(--muted); }
.privacy-note { margin-top: 36px; padding-top: 16px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: .68rem; }
.privacy-note span { color: var(--orange-dark); }
.review-form { padding: 34px; border: 1px solid var(--ink); background: var(--paper-bright); box-shadow: 9px 9px 0 var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.review-form label { display: grid; gap: 8px; margin-bottom: 19px; font-family: var(--mono); font-size: .68rem; font-weight: 500; letter-spacing: .03em; text-transform: uppercase; }
.review-form input, .review-form select, .review-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; padding: 11px 3px; color: var(--ink); background: transparent; font-family: var(--body); font-size: .9rem; text-transform: none; }
.review-form input:focus, .review-form select:focus, .review-form textarea:focus { outline: 2px solid var(--orange); outline-offset: 3px; }
.optional { color: var(--muted); font-weight: 400; }
.submit-button { width: 100%; margin-top: 8px; }
.form-status { min-height: 24px; margin: 14px 0 0; color: var(--orange-dark); font-family: var(--mono); font-size: .67rem; }

.site-footer { padding-block: 54px; color: #cbd0cd; background: #111817; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .7fr 1.2fr; gap: 50px; align-items: end; }
.footer-grid strong { color: white; font-family: var(--display); font-size: 1.4rem; text-transform: uppercase; }
.footer-grid p { margin: 6px 0 0; font-size: .75rem; }
.footer-note { font-family: var(--mono); font-size: .62rem !important; }
.footer-note a { color: var(--mint); }

.reveal { animation: reveal .7s cubic-bezier(.2, .7, .2, 1) both; }
.delay-1 { animation-delay: .12s; }
.delay-2 { animation-delay: .22s; }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 900px) {
  .hero, .friction-grid, .method-grid, .not-grid, .founder-grid, .review-section { grid-template-columns: 1fr; }
  .hero { padding-top: 68px; gap: 58px; }
  .intake-stack { width: min(560px, 100%); }
  .friction-grid, .method-grid, .not-grid, .founder-grid, .review-section { gap: 42px; }
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .document-grid { grid-template-columns: 1fr; }
  .document-side { padding: 24px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .method-list, .method-note { grid-column: auto; }
  .method-note { margin: -14px 0 0 92px; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-signals { border-top: 1px solid var(--ink); border-left: 0; }
  .review-copy { position: static; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 24px, 1180px); }
  .site-header { height: 70px; }
  nav > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 8px 9px; font-size: .62rem; }
  h1 { font-size: clamp(3.5rem, 17vw, 5rem); }
  .hero { min-height: 0; padding-block: 56px; }
  .intake-stack { min-height: 470px; }
  .source-card { width: 205px; }
  .source-pdf { right: 0; top: 74px; }
  .source-sheet { left: 18px; top: 176px; }
  .packet-card { right: 0; width: 94%; }
  .friction-grid ul, .problem-grid, .field-row, .not-copy ul { grid-template-columns: 1fr; }
  .problem-card { min-height: 220px; }
  .item-number { margin-bottom: 34px; }
  .section { padding-block: 76px; }
  .section-heading h2, .review-copy h2, .fit-card h2, .founder-copy h2 { font-size: 3.3rem; }
  .packet-document { padding: 18px; box-shadow: 6px 6px 0 var(--ink); }
  .document-topline, .document-title-row { display: block; }
  .document-title-row h3 { margin-bottom: 18px; }
  .summary-strip { grid-template-columns: 1fr 1fr; }
  table { font-size: .57rem; }
  th, td { padding: 8px 4px; }
  .review-form { padding: 24px 18px; box-shadow: 6px 6px 0 var(--ink); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
