:root {
  --ink: #111111;
  --paper: #f5f0e6;
  --acid: #eeff41;
  --pink: #ff5baf;
  --blue: #74d9ff;
  --orange: #ff6b45;
  --violet: #b68cff;
  --green: #62d98b;
  --line: 3px solid var(--ink);
  --shadow: 8px 8px 0 var(--ink);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 280px; overflow-x: hidden; background: var(--paper); }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  background: var(--acid);
  border: var(--line);
  font-weight: 900;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-head {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 15px clamp(18px, 4vw, 58px);
  background: var(--paper);
  border-bottom: var(--line);
}
.wordmark {
  display: grid;
  width: 126px;
  text-decoration: none;
  font-size: 21px;
  font-weight: 950;
  letter-spacing: -1.4px;
  line-height: .78;
}
.wordmark span:last-child { margin-left: 27px; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 20px; flex-wrap: wrap; }
.site-nav a { font-size: 12px; font-weight: 900; letter-spacing: .08em; text-decoration-thickness: 2px; text-underline-offset: 4px; text-transform: uppercase; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
  gap: clamp(28px, 5vw, 78px);
  min-height: 740px;
  padding: clamp(56px, 8vw, 104px) clamp(22px, 6vw, 88px) clamp(58px, 8vw, 100px) clamp(50px, 8vw, 118px);
  background:
    linear-gradient(90deg, transparent 49.5%, rgba(17,17,17,.06) 50%, transparent 50.5%),
    repeating-linear-gradient(0deg, transparent 0 29px, rgba(17,17,17,.08) 30px),
    var(--acid);
  border-bottom: var(--line);
}
.binder-holes { position: absolute; inset: 0 auto 0 0; width: 42px; background: var(--ink); display: grid; place-content: space-around center; padding: 24px 0; }
.binder-holes i { width: 17px; height: 17px; border-radius: 50%; background: var(--paper); border: 3px solid var(--ink); box-shadow: 0 0 0 2px var(--paper); }
.hero-copy { align-self: center; position: relative; z-index: 2; }
.eyebrow, .section-index { margin: 0 0 18px; font: 900 12px/1.25 "Courier New", monospace; letter-spacing: .09em; text-transform: uppercase; }
.hero h1 { max-width: 850px; margin: 0; font-size: clamp(52px, 6.8vw, 104px); font-weight: 950; letter-spacing: -.075em; line-height: .86; }
.hero h1 em { color: var(--paper); font-style: normal; text-shadow: 3px 3px 0 var(--ink), -2px -2px 0 var(--ink), 2px -2px 0 var(--ink), -2px 2px 0 var(--ink); }
.hero-deck { max-width: 660px; margin: 30px 0 0; font-size: clamp(18px, 2vw, 25px); font-weight: 700; line-height: 1.28; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 52px; padding: 14px 18px; border: var(--line); box-shadow: 5px 5px 0 var(--ink); font-size: 12px; font-weight: 950; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .16s ease, box-shadow .16s ease; }
.button:hover, .button:focus-visible { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.button-dark { color: var(--paper); background: var(--ink); box-shadow: 5px 5px 0 var(--pink); }
.button-dark:hover, .button-dark:focus-visible { box-shadow: 2px 2px 0 var(--pink); }
.button-acid { background: var(--acid); }
.text-link { font-size: 12px; font-weight: 950; letter-spacing: .08em; text-underline-offset: 5px; text-transform: uppercase; }
.hero-index { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 700px; margin: 48px 0 0; border-top: var(--line); border-bottom: var(--line); }
.hero-index div { padding: 13px 16px 13px 0; }
.hero-index div + div { padding-left: 16px; border-left: var(--line); }
.hero-index dt { font: 900 10px/1.2 "Courier New", monospace; letter-spacing: .08em; }
.hero-index dd { margin: 7px 0 0; font-size: 13px; font-weight: 800; }

.hero-kit { position: relative; align-self: center; min-height: 580px; padding: 68px 28px 32px; background: var(--paper); border: 4px solid var(--ink); border-radius: 18px; box-shadow: 14px 14px 0 var(--ink); transform: rotate(1.8deg); }
.hero-kit::before { content: ""; position: absolute; inset: 15px; border: 2px dashed var(--ink); border-radius: 9px; pointer-events: none; }
.kit-label { position: absolute; top: 0; left: 0; right: 0; padding: 16px 26px; background: var(--pink); border-bottom: 4px solid var(--ink); border-radius: 13px 13px 0 0; font: 900 11px/1.2 "Courier New", monospace; letter-spacing: .06em; }
.kit-card { position: absolute; display: grid; align-content: center; padding: 20px; border: 4px solid var(--ink); box-shadow: 7px 7px 0 var(--ink); }
.kit-card span { font: 900 12px/1 "Courier New", monospace; }
.kit-card strong { margin-top: 10px; font-size: clamp(34px, 4vw, 58px); font-weight: 950; letter-spacing: -.06em; line-height: .8; }
.kit-card small { margin-top: 12px; font-size: 11px; font-weight: 950; letter-spacing: .06em; }
.kit-card-read { top: 106px; left: 42px; width: 57%; height: 160px; background: var(--blue); transform: rotate(-3deg); }
.kit-card-make { top: 278px; right: 36px; width: 61%; height: 150px; background: var(--orange); transform: rotate(2.5deg); }
.kit-card-show { bottom: 53px; left: 48px; width: 57%; height: 128px; background: var(--violet); transform: rotate(-1deg); }
.kit-star { position: absolute; top: 106px; right: 29px; display: grid; place-items: center; width: 142px; height: 142px; padding: 25px; background: var(--acid); clip-path: polygon(50% 0,61% 25%,85% 15%,75% 39%,100% 50%,75% 61%,85% 85%,61% 75%,50% 100%,39% 75%,15% 85%,25% 61%,0 50%,25% 39%,15% 15%,39% 25%); font-size: 19px; font-weight: 950; line-height: .9; text-align: center; transform: rotate(9deg); }
.kit-name { position: absolute; right: 36px; bottom: 19px; font: 800 10px/1 "Courier New", monospace; }

.desk-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); color: var(--paper); border-bottom: var(--line); }
.desk-strip p { display: flex; align-items: center; gap: 13px; min-height: 90px; margin: 0; padding: 18px clamp(18px, 3vw, 42px); }
.desk-strip p + p { border-left: 2px solid var(--paper); }
.desk-strip strong { color: var(--acid); font-size: 38px; line-height: 1; }
.desk-strip span { font: 900 11px/1.25 "Courier New", monospace; letter-spacing: .05em; }

.resources, .our-jobs { padding: clamp(64px, 9vw, 118px) clamp(20px, 6vw, 88px); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); align-items: end; gap: 44px; margin-bottom: 44px; }
.section-head h2, .offer-copy h2, .ai-copy h2, .receipt-copy h2, .official-doors h2 { margin: 0; font-size: clamp(45px, 6.2vw, 88px); font-weight: 950; letter-spacing: -.07em; line-height: .88; }
.section-head > p { max-width: 560px; margin: 0; font-size: 18px; font-weight: 650; line-height: 1.45; }
.resource-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.resource-card { position: relative; display: flex; flex-direction: column; min-height: 390px; padding: 25px; overflow: hidden; border: var(--line); box-shadow: var(--shadow); text-decoration: none; transition: transform .16s ease, box-shadow .16s ease; }
.resource-card:hover, .resource-card:focus-visible { transform: translate(4px, 4px); box-shadow: 4px 4px 0 var(--ink); }
.resource-card::after { content: ""; position: absolute; width: 130px; height: 130px; border: 18px solid rgba(17,17,17,.12); border-radius: 50%; right: -61px; top: -62px; }
.resource-ai-desk, .resource-ai-series { grid-column: span 12; min-height: 430px; }
.resource-ai-desk { color: var(--ink); background: var(--blue); }
.resource-ai-series { background: var(--acid); }
.resource-feature, .resource-jobs { grid-column: span 6; }
.resource-offer, .resource-proof, .resource-days, .resource-ai { grid-column: span 3; }
.resource-number { align-self: flex-start; padding: 6px 8px; background: var(--ink); color: var(--paper); font: 900 10px/1 "Courier New", monospace; letter-spacing: .06em; }
.resource-type { margin: 34px 0 12px; font: 900 11px/1.2 "Courier New", monospace; letter-spacing: .06em; }
.resource-card h3 { max-width: 700px; margin: 0; font-size: clamp(30px, 3.4vw, 58px); font-weight: 950; letter-spacing: -.055em; line-height: .92; }
.resource-card > p:not(.resource-type) { max-width: 580px; margin: 18px 0 24px; font-size: 16px; font-weight: 650; line-height: 1.42; }
.resource-card > strong { margin-top: auto; font-size: 11px; letter-spacing: .06em; text-decoration: underline; text-underline-offset: 5px; }
.resource-feature { background: var(--pink); }
.resource-ai-series::before { content: "10"; position: absolute; right: 34px; bottom: -35px; color: var(--orange); font-size: clamp(150px, 23vw, 340px); font-weight: 950; letter-spacing: -.12em; line-height: .72; opacity: .88; pointer-events: none; }
.resource-ai-desk::before { content: "36"; position: absolute; right: 34px; bottom: -35px; color: var(--pink); font-size: clamp(150px, 23vw, 340px); font-weight: 950; letter-spacing: -.14em; line-height: .72; opacity: .86; pointer-events: none; }
.resource-ai-desk > *, .resource-ai-series > * { position: relative; z-index: 1; }
.resource-offer { background: var(--blue); }
.resource-proof { background: var(--acid); }
.resource-days { background: var(--orange); }
.resource-ai { background: var(--violet); }
.resource-jobs { background: var(--green); }
.resource-offer h3, .resource-proof h3, .resource-days h3, .resource-ai h3 { font-size: clamp(28px, 2.8vw, 43px); }

.offer-file { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(40px, 7vw, 96px); padding: clamp(70px, 10vw, 132px) clamp(20px, 6vw, 88px); background: var(--blue); border-top: var(--line); border-bottom: var(--line); }
.offer-copy { align-self: start; position: sticky; top: 35px; }
.offer-copy p:not(.section-index) { max-width: 480px; font-size: 18px; font-weight: 650; line-height: 1.45; }
.offer-check { display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); border: var(--line); box-shadow: 12px 12px 0 var(--ink); }
.offer-check article { min-height: 230px; padding: 25px; }
.offer-check article:nth-child(odd) { border-right: var(--line); }
.offer-check article:nth-child(n+3) { border-top: var(--line); }
.offer-check span { font: 900 11px/1 "Courier New", monospace; letter-spacing: .07em; }
.offer-check strong { display: block; margin-top: 28px; font-size: 27px; font-weight: 950; letter-spacing: -.04em; line-height: .95; }
.offer-check p { margin: 15px 0 0; font-size: 15px; font-weight: 600; line-height: 1.4; }
.terms-note { grid-column: 2; margin: 0; padding: 16px 18px; border: 2px solid var(--ink); font: 800 11px/1.4 "Courier New", monospace; }

.first-90 { padding: clamp(70px, 10vw, 128px) clamp(20px, 6vw, 88px); background: var(--ink); color: var(--paper); border-bottom: var(--line); }
.section-head-light .section-index { color: var(--acid); }
.day-map { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.day-map article { display: flex; flex-direction: column; min-height: 500px; padding: 28px; color: var(--ink); background: var(--paper); border: 3px solid var(--paper); box-shadow: 8px 8px 0 var(--acid); }
.day-map article:nth-child(2) { background: var(--acid); transform: translateY(18px); box-shadow: 8px 8px 0 var(--pink); }
.day-map article:nth-child(3) { background: var(--pink); box-shadow: 8px 8px 0 var(--blue); }
.day-map span { font: 900 12px/1 "Courier New", monospace; }
.day-map h3 { margin: 50px 0 24px; font-size: clamp(34px, 3.6vw, 54px); font-weight: 950; letter-spacing: -.06em; line-height: .9; }
.day-map ul { margin: 0; padding-left: 20px; font-size: 16px; font-weight: 650; line-height: 1.5; }
.day-map li + li { margin-top: 10px; }
.day-map strong { margin-top: auto; padding-top: 28px; border-top: var(--line); font: 900 11px/1.3 "Courier New", monospace; letter-spacing: .05em; }

.ai-rules { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 8vw, 110px); padding: clamp(70px, 10vw, 128px) clamp(20px, 6vw, 88px); background: var(--violet); border-bottom: var(--line); }
.ai-signal { position: relative; align-self: center; aspect-ratio: 1; display: grid; place-items: center; max-width: 560px; border: 5px solid var(--ink); border-radius: 50%; box-shadow: inset 0 0 0 28px var(--violet), inset 0 0 0 33px var(--ink); background: var(--acid); }
.ai-signal > span { font-size: clamp(100px, 14vw, 210px); font-weight: 950; letter-spacing: -.12em; }
.ai-signal i { position: absolute; padding: 8px 10px; border: var(--line); background: var(--paper); font: normal 900 11px/1 "Courier New", monospace; }
.ai-signal i:nth-of-type(1) { top: 7%; left: 10%; transform: rotate(-8deg); }
.ai-signal i:nth-of-type(2) { top: 15%; right: 4%; transform: rotate(8deg); background: var(--pink); }
.ai-signal i:nth-of-type(3) { bottom: 8%; right: 15%; transform: rotate(-3deg); background: var(--blue); }
.ai-copy ol { list-style: none; margin: 40px 0 0; padding: 0; border-top: var(--line); }
.ai-copy li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 22px 0; border-bottom: var(--line); }
.ai-copy li > span { font: 900 13px/1 "Courier New", monospace; }
.ai-copy strong { font-size: 24px; font-weight: 950; letter-spacing: -.03em; }
.ai-copy li p { margin: 7px 0 0; font-size: 16px; font-weight: 650; line-height: 1.42; }

.receipt-lab { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(44px, 8vw, 110px); padding: clamp(70px, 10vw, 128px) clamp(20px, 6vw, 88px); background: var(--orange); border-bottom: var(--line); }
.receipt-copy > p:not(.section-index) { max-width: 540px; font-size: 18px; font-weight: 650; line-height: 1.45; }
.receipt-formula { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 36px; }
.receipt-formula span { padding: 8px 10px; border: 2px solid var(--ink); background: var(--paper); font: 900 10px/1 "Courier New", monospace; }
.receipt-formula b { font-size: 18px; }
.receipt-form { padding: 26px; background: var(--paper); border: 4px solid var(--ink); box-shadow: 12px 12px 0 var(--ink); }
.form-top { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 15px; border-bottom: 2px dashed var(--ink); font: 900 10px/1.2 "Courier New", monospace; }
.form-top b[data-ready="true"] { color: #1c7f39; }
.receipt-form label { display: grid; gap: 7px; margin-top: 19px; font: 900 11px/1.2 "Courier New", monospace; letter-spacing: .04em; text-transform: uppercase; }
.receipt-form input, .receipt-form textarea { width: 100%; padding: 13px 14px; resize: vertical; color: var(--ink); background: white; border: 2px solid var(--ink); border-radius: 0; font: 650 16px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: none; }
.receipt-form input:focus, .receipt-form textarea:focus { outline: 4px solid var(--acid); outline-offset: 1px; }
.form-actions { display: flex; align-items: center; gap: 20px; margin-top: 24px; }
.text-button, .copy-button { padding: 0; border: 0; border-bottom: 2px solid var(--ink); color: var(--ink); background: transparent; font-size: 11px; font-weight: 950; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.copy-button { width: 100%; margin-top: 12px; padding: 12px; border: var(--line); background: var(--acid); }
.receipt-output textarea { min-height: 250px; font-family: "Courier New", monospace; font-size: 13px; }
.form-status { margin: 15px 0 0; font: 800 11px/1.4 "Courier New", monospace; }

.our-jobs { background: var(--paper); }
.job-board { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.job-card { display: flex; flex-direction: column; min-height: 500px; padding: 26px; border: var(--line); box-shadow: var(--shadow); }
.job-card header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 15px; border-bottom: var(--line); font: 900 11px/1 "Courier New", monospace; }
.job-card header b { padding: 6px 8px; color: var(--paper); background: var(--ink); }
.job-discipline { margin: 28px 0 8px; font: 900 11px/1.2 "Courier New", monospace; letter-spacing: .06em; }
.job-card h3 { max-width: 620px; margin: 0; font-size: clamp(40px, 5vw, 70px); font-weight: 950; letter-spacing: -.065em; line-height: .88; }
.job-card > p:not(.job-discipline) { max-width: 650px; font-size: 17px; font-weight: 650; line-height: 1.42; }
.job-card dl { display: grid; grid-template-columns: 1fr 1fr; margin: auto 0 24px; border-top: var(--line); border-bottom: var(--line); }
.job-card dl div { padding: 14px 12px 14px 0; }
.job-card dl div + div { padding-left: 14px; border-left: var(--line); }
.job-card dt { font: 900 10px/1 "Courier New", monospace; }
.job-card dd { margin: 8px 0 0; font-size: 13px; font-weight: 800; line-height: 1.3; }
.job-card > a { align-self: flex-start; font-size: 11px; font-weight: 950; letter-spacing: .06em; text-underline-offset: 5px; text-transform: uppercase; }
.job-halation { background: var(--acid); }
.job-playlist { background: var(--pink); }
.job-tag { background: var(--blue); }
.job-social { background: var(--green); }
.field-task-door { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; margin-top: 38px; padding: 28px; color: var(--paper); background: var(--ink); border: var(--line); }
.field-task-door h3 { margin: 0; font-size: clamp(30px, 4vw, 54px); font-weight: 950; letter-spacing: -.05em; }
.field-task-door p:not(.section-index) { max-width: 800px; margin: 10px 0 0; font-size: 16px; font-weight: 600; line-height: 1.4; }
.board-stamp { margin: 24px 0 0; font: 800 10px/1.4 "Courier New", monospace; letter-spacing: .04em; }

.official-doors { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(42px, 8vw, 110px); padding: clamp(70px, 10vw, 128px) clamp(20px, 6vw, 88px); background: var(--acid); border-top: var(--line); }
.official-doors > div > p:not(.section-index) { max-width: 500px; font-size: 18px; font-weight: 650; line-height: 1.45; }
.official-doors nav { display: grid; border: var(--line); box-shadow: var(--shadow); }
.official-doors nav a { display: grid; grid-template-columns: 145px 1fr auto; align-items: center; gap: 20px; min-height: 116px; padding: 20px; background: var(--paper); text-decoration: none; }
.official-doors nav a + a { border-top: var(--line); }
.official-doors nav a:hover, .official-doors nav a:focus-visible { background: var(--blue); }
.official-doors nav span, .official-doors nav b { font: 900 10px/1.2 "Courier New", monospace; }
.official-doors nav strong { font-size: 19px; font-weight: 900; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; padding: 42px clamp(20px, 6vw, 88px) 28px; color: var(--paper); background: var(--ink); }
.footer-mark { color: var(--paper); }
.site-footer p { max-width: 500px; font: 800 11px/1.5 "Courier New", monospace; }
.site-footer nav { display: flex; justify-content: flex-end; align-items: flex-start; gap: 18px; flex-wrap: wrap; }
.site-footer nav a { font-size: 11px; font-weight: 900; text-underline-offset: 4px; text-transform: uppercase; }
.footer-note { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid var(--paper); }
.site-footer [data-pointcast-network] { grid-column: 1 / -1; }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr; }
  .hero-kit { width: min(660px, 92%); justify-self: center; }
  .desk-strip { grid-template-columns: 1fr 1fr; }
  .desk-strip p:nth-child(3) { border-left: 0; border-top: 2px solid var(--paper); }
  .desk-strip p:nth-child(4) { border-top: 2px solid var(--paper); }
  .resource-offer, .resource-proof, .resource-days, .resource-ai { grid-column: span 6; }
  .offer-file, .ai-rules, .receipt-lab, .official-doors { grid-template-columns: 1fr; }
  .offer-copy { position: static; }
  .terms-note { grid-column: 1; }
  .ai-signal { justify-self: center; width: min(520px, 86vw); }
  .official-doors nav { margin-right: 8px; }
}

@media (max-width: 760px) {
  .site-head { align-items: flex-start; }
  .site-nav { max-width: 62%; gap: 12px; }
  .site-nav a { font-size: 10px; }
  .hero { min-height: auto; padding-left: 62px; }
  .hero-kit { min-height: 500px; width: 100%; }
  .kit-card-read { left: 30px; width: 65%; }
  .kit-card-make { right: 26px; width: 68%; }
  .kit-card-show { left: 35px; width: 64%; }
  .kit-star { right: 15px; width: 122px; height: 122px; font-size: 16px; }
  .hero-index { grid-template-columns: 1fr; }
  .hero-index div + div { padding-left: 0; border-top: 2px solid var(--ink); border-left: 0; }
  .section-head { grid-template-columns: 1fr; gap: 22px; }
  .resource-card:nth-child(n) { grid-column: span 12; min-height: 330px; }
  .offer-check { grid-template-columns: 1fr; }
  .offer-check article:nth-child(odd) { border-right: 0; }
  .offer-check article:nth-child(n+2) { border-top: var(--line); }
  .day-map { grid-template-columns: 1fr; }
  .day-map article { min-height: 420px; }
  .day-map article:nth-child(2) { transform: none; }
  .job-board { grid-template-columns: 1fr; }
  .job-card { min-height: 460px; }
  .field-task-door { grid-template-columns: 1fr; }
  .official-doors nav a { grid-template-columns: 1fr; gap: 8px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
  .footer-note { grid-column: 1; }
}

@media (max-width: 480px) {
  .site-head { padding: 12px 14px; }
  .wordmark { width: 100px; font-size: 17px; }
  .wordmark span:last-child { margin-left: 21px; }
  .site-nav { max-width: 58%; }
  .site-nav a:nth-child(2) { display: none; }
  .hero { padding: 46px 16px 58px 50px; }
  .hero h1 { font-size: clamp(43px, 14.8vw, 70px); }
  .hero-deck { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-kit { min-height: 430px; padding-inline: 10px; box-shadow: 8px 8px 0 var(--ink); transform: rotate(.7deg); }
  .kit-label { padding: 15px 18px; font-size: 8px; }
  .kit-card { padding: 14px; box-shadow: 5px 5px 0 var(--ink); }
  .kit-card strong { font-size: 34px; }
  .kit-card small { font-size: 8px; }
  .kit-card-read { top: 94px; left: 21px; width: 69%; height: 125px; }
  .kit-card-make { top: 225px; right: 18px; width: 72%; height: 118px; }
  .kit-card-show { bottom: 38px; left: 23px; width: 67%; height: 102px; }
  .kit-star { top: 92px; right: 3px; width: 93px; height: 93px; font-size: 12px; }
  .kit-name { right: 18px; bottom: 12px; font-size: 7px; }
  .desk-strip { grid-template-columns: 1fr; }
  .desk-strip p { min-height: 72px; }
  .desk-strip p + p, .desk-strip p:nth-child(3) { border-top: 1px solid var(--paper); border-left: 0; }
  .resources, .our-jobs, .offer-file, .first-90, .ai-rules, .receipt-lab, .official-doors { padding-inline: 16px; }
  .resource-card, .job-card { padding: 20px; box-shadow: 5px 5px 0 var(--ink); }
  .offer-check, .receipt-form, .official-doors nav { box-shadow: 6px 6px 0 var(--ink); }
  .offer-check article { min-height: 205px; padding: 20px; }
  .ai-signal { width: 90vw; }
  .ai-copy li { grid-template-columns: 40px 1fr; }
  .receipt-form { padding: 18px; }
  .form-top { flex-direction: column; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .job-card dl { grid-template-columns: 1fr; }
  .job-card dl div + div { padding-left: 0; border-top: 2px solid var(--ink); border-left: 0; }
  .site-footer { padding-inline: 16px; }
}

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

@media (prefers-contrast: more) {
  :root { --line: 4px solid var(--ink); }
  .resource-card, .job-card, .offer-check, .receipt-form { box-shadow: none; }
}

@media print {
  .site-head, .hero-kit, .desk-strip, .hero-actions, .resource-grid, .ai-rules, .receipt-form, .official-doors, .site-footer, .field-task-door { display: none !important; }
  .hero, .resources, .offer-file, .first-90, .receipt-lab, .our-jobs { display: block; min-height: 0; padding: 24px 0; color: #000; background: #fff; border: 0; }
  .section-head, .offer-copy, .receipt-copy { display: block; }
  .offer-check, .day-map, .job-board { break-inside: avoid; box-shadow: none; }
  .day-map { color: #000; }
  .day-map article, .job-card { min-height: 0; color: #000; background: #fff; box-shadow: none; break-inside: avoid; }
}
