:root {
  --ink: #11110f;
  --ink-soft: #1b1b18;
  --paper: #f1ede2;
  --paper-deep: #ded4c0;
  --orange: #f25b36;
  --acid: #e7ff42;
  --blue-pen: #315ba7;
  --green: #5d7d3f;
  --line-dark: rgba(241, 237, 226, .22);
  --line-paper: rgba(17, 17, 15, .25);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Futura, "Avenir Next Condensed", "Franklin Gothic Medium", sans-serif;
  --mono: "IBM Plex Mono", "Avenir Next Condensed", "Courier New", monospace;
  --shadow-hard: 16px 16px 0 var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; overflow-x: hidden; color: var(--paper); background: var(--ink); font-family: var(--serif); }
body::before { content: ""; position: fixed; z-index: 20; inset: 0; pointer-events: none; opacity: .055; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); mix-blend-mode: screen; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 12px; padding: 12px 16px; color: var(--ink); background: var(--acid); font: 800 13px/1 var(--sans); text-transform: uppercase; }
.skip-link:focus { top: 12px; }

.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-dark); }
.wordmark { font: 900 24px/1 var(--sans); letter-spacing: -1.5px; text-decoration: none; }
.wordmark span { color: var(--orange); }
.nav nav { display: flex; align-items: center; gap: 30px; font: 800 11px/1 var(--sans); text-transform: uppercase; letter-spacing: .09em; }
.nav nav a { text-decoration: none; }
.nav nav a:not(.nav-buy) { position: relative; }
.nav nav a:not(.nav-buy)::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--acid); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav nav a:hover::after, .nav nav a:focus-visible::after { transform: scaleX(1); }
.nav-buy { padding: 13px 17px 12px; color: var(--ink); background: var(--orange); transition: background .18s ease, transform .18s ease; }
.nav-buy:hover, .nav-buy:focus-visible { background: var(--acid); transform: rotate(-1deg); }

.hero { min-height: 700px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(48px, 7vw, 110px); padding-block: 80px 96px; }
.eyebrow { margin: 0 0 18px; font: 900 11px/1.2 var(--sans); text-transform: uppercase; letter-spacing: .13em; }
.eyebrow-acid { color: var(--acid); }
h1 { max-width: 800px; margin-bottom: 28px; font: 500 clamp(74px, 8.4vw, 124px)/.84 var(--serif); letter-spacing: -.065em; }
h1 em { color: var(--orange); font-weight: 500; }
.lede { max-width: 650px; margin-bottom: 0; color: rgba(241, 237, 226, .82); font-size: clamp(20px, 2vw, 26px); line-height: 1.38; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid transparent; border-radius: 0; font: 900 12px/1 var(--sans); text-transform: uppercase; letter-spacing: .08em; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover, .button:focus-visible { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--orange); }
.button-accent { color: var(--ink); background: var(--acid); }
.button-ghost { border-color: rgba(241, 237, 226, .6); color: var(--paper); background: transparent; }
.button-ghost:hover, .button-ghost:focus-visible { color: var(--ink); background: var(--paper); }
.play-icon { width: 22px; height: 22px; display: inline-grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 8px; }
.proof-strip { display: flex; flex-wrap: wrap; gap: 0; padding: 0; margin: 44px 0 0; list-style: none; color: rgba(241, 237, 226, .72); font: 800 10px/1.2 var(--sans); text-transform: uppercase; letter-spacing: .08em; }
.proof-strip li { padding: 0 15px; border-right: 1px solid var(--line-dark); }
.proof-strip li:first-child { padding-left: 0; }
.proof-strip li:last-child { border: 0; }

.access-pass { position: relative; justify-self: end; width: min(100%, 465px); transform: rotate(1.2deg); filter: drop-shadow(18px 22px 18px rgba(0,0,0,.28)); }
.access-pass::before { content: ""; position: absolute; z-index: -1; inset: 10% 4% -7% 8%; border: 1px solid rgba(241, 237, 226, .2); transform: rotate(-3deg); }
.pass-paper { position: relative; min-height: 320px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px 92px 28px 32px; color: var(--ink); background: var(--paper-deep); clip-path: polygon(1% 2%, 98% 0, 100% 98%, 2% 100%, 0 74%, 1% 50%, 0 24%); }
.pass-paper::after { content: ""; position: absolute; inset: 50% 18px auto; border-top: 1px dashed rgba(17,17,15,.4); }
.pass-note { align-self: flex-end; max-width: 260px; margin: 0; font: italic 22px/1.2 var(--mono); transform: rotate(-2deg); }
.pass-manifest { padding-top: 58px; font: 700 13px/1.55 var(--mono); text-transform: uppercase; }
.manifest-code { display: inline-block; margin-bottom: 9px; padding: 4px 7px; color: var(--paper); background: var(--ink); font-size: 10px; letter-spacing: .14em; }
.handling-icons { display: flex; margin-top: 18px; }
.handling-icons span { width: 42px; height: 36px; display: grid; place-items: center; border: 1px solid var(--ink); font: 900 18px/1 var(--sans); }
.pass-stub { position: absolute; top: 28px; right: 0; bottom: 28px; width: 94px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 20px 14px; color: var(--ink); background: var(--orange); border-left: 1px dashed var(--ink); }
.pass-stub > span { align-self: flex-end; font: 800 19px/1 var(--mono); writing-mode: vertical-rl; }
.pass-stub strong { font: 900 23px/1 var(--sans); writing-mode: vertical-rl; }
.pass-stub small { font: 900 8px/1.25 var(--sans); text-transform: uppercase; }
.tape { position: absolute; z-index: 3; width: 128px; height: 32px; background: rgba(226, 212, 180, .86); box-shadow: inset 0 0 12px rgba(75,51,16,.12); }
.tape-top { top: -12px; left: 42%; transform: rotate(2deg); }

.workbench { position: relative; padding-top: 94px; background: #0b0c0b; border-top: 1px solid var(--line-dark); }
.workbench::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 0, rgba(242,91,54,.08), transparent 40%), repeating-linear-gradient(90deg, transparent 0 79px, rgba(255,255,255,.014) 80px); }
.workbench-header { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 38px; }
.workbench h2 { margin: 0; font: 500 clamp(48px, 5.3vw, 76px)/.92 var(--serif); letter-spacing: -.05em; }
.job-switcher { display: flex; padding-bottom: 5px; }
.job-tab { min-height: 42px; padding: 0 16px; border: 1px solid var(--line-dark); color: rgba(241,237,226,.62); background: transparent; font: 900 10px/1 var(--sans); text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.job-tab + .job-tab { border-left: 0; }
.job-tab:hover, .job-tab:focus-visible { color: var(--paper); }
.job-tab.is-active { border-color: var(--acid); color: var(--ink); background: var(--acid); }
.workbench-stage { position: relative; display: grid; grid-template-columns: 1fr .82fr 1.1fr; gap: clamp(16px, 2vw, 28px); align-items: stretch; padding: clamp(18px, 2.4vw, 34px); border: 1px solid rgba(241,237,226,.28); border-radius: 22px 22px 0 0; background: #171816; box-shadow: inset 0 30px 80px rgba(255,255,255,.025); }
.workbench-stage::after { content: ""; position: absolute; z-index: 3; top: 48%; left: 32.4%; width: 35.4%; border-top: 2px solid var(--paper); opacity: .78; pointer-events: none; }
.paper-panel, .process-panel { position: relative; z-index: 4; min-width: 0; }
.paper-panel { color: var(--ink); background: var(--paper); box-shadow: 0 14px 28px rgba(0,0,0,.28); }
.input-panel { align-self: center; min-height: 480px; padding: 28px 28px 36px; transform: rotate(-.8deg); }
.output-panel { align-self: center; min-height: 506px; padding: 28px 30px 34px; transform: rotate(.65deg); }
.panel-label { display: flex; align-items: center; justify-content: space-between; min-height: 32px; padding-bottom: 16px; border-bottom: 1px solid currentColor; font: 900 10px/1 var(--sans); text-transform: uppercase; letter-spacing: .11em; }
.input-panel .panel-label::before, .output-panel .panel-label::before { content: ""; position: absolute; top: -9px; left: 42%; width: 80px; height: 22px; background: rgba(225,207,169,.82); transform: rotate(2deg); }
.mail-meta { margin: 18px 0; font: 12px/1.45 var(--mono); }
.mail-meta div { display: grid; grid-template-columns: 58px 1fr; }
.mail-meta dt { font-weight: 800; }
.mail-meta dd { margin: 0; }
.mail-body { max-width: 88%; font: 13px/1.58 var(--mono); }
.scribble { position: absolute; right: 20px; bottom: 24px; margin: 0; color: var(--blue-pen); font: italic 15px/1.22 var(--mono); transform: rotate(-6deg); }
.paperclip { position: absolute; top: -10px; right: 28px; width: 17px; height: 54px; border: 2px solid #8d8d87; border-radius: 9px; transform: rotate(7deg); }
.paperclip::after { content: ""; position: absolute; inset: 5px 3px -8px; border: 2px solid #8d8d87; border-radius: 7px; border-top-color: transparent; }
.process-panel { padding: 26px 22px 18px; color: var(--acid); background: #0d0e0c; border: 1px solid rgba(241,237,226,.3); box-shadow: 0 14px 28px rgba(0,0,0,.35); font-family: var(--mono); }
.process-panel .panel-label { color: var(--orange); }
.live-dot { display: flex; align-items: center; gap: 6px; color: var(--acid); }
.live-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(242,91,54,.13); }
.terminal-group { margin: 22px 0; }
.terminal-group h3 { margin-bottom: 8px; color: var(--acid); font: 900 12px/1 var(--mono); text-transform: uppercase; }
.terminal-group h3::before { content: "> "; color: var(--orange); }
.terminal-group ul { padding: 0; margin: 0; list-style: none; color: rgba(231,255,66,.82); font: 12px/1.55 var(--mono); }
.terminal-group li::before { content: "✓ "; color: var(--acid); }
.terminal-status { display: grid; grid-template-columns: 1fr auto; gap: 7px; padding-top: 14px; border-top: 1px solid var(--acid); font: 10px/1.25 var(--mono); text-transform: uppercase; }
.terminal-status strong { grid-column: 1 / -1; font-weight: 500; text-transform: none; }
.terminal-status time { grid-column: 2; grid-row: 1; }
.stamp { padding: 5px 7px 4px; border: 2px solid var(--green); color: var(--green); transform: rotate(-4deg); letter-spacing: .05em; }
.result-letter { padding-top: 20px; font: 12px/1.55 var(--mono); }
.result-subject { font-weight: 900; }
.result-checklist { position: absolute; right: -14px; bottom: 46px; width: 154px; padding: 14px; margin: 0; list-style: none; background: #ddd8ca; box-shadow: 4px 5px 10px rgba(0,0,0,.15); transform: rotate(2.5deg); font: 900 9px/1.7 var(--sans); text-transform: uppercase; }
.result-checklist li::before { content: "✓"; display: inline-grid; width: 16px; height: 16px; place-items: center; margin-right: 7px; border-radius: 50%; color: var(--paper); background: var(--green); }
.approval-mark { position: absolute; right: 18px; bottom: 12px; margin: 0; color: var(--blue-pen); font: italic 15px/1 var(--mono); transform: rotate(-3deg); }
.fact-ticker { position: relative; overflow: hidden; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: var(--ink); }
.fact-ticker > div { min-height: 48px; width: max-content; display: flex; align-items: center; animation: ticker 28s linear infinite; }
.fact-ticker span { display: inline-flex; align-items: center; font: 900 10px/1 var(--sans); text-transform: uppercase; letter-spacing: .18em; color: var(--acid); }
.fact-ticker span::after { content: "✦"; margin: 0 46px; color: var(--paper); }
@keyframes ticker { to { transform: translateX(-45%); } }

.workbench-stage.is-playing .terminal-group li { animation: terminal-flash .48s ease both; }
.workbench-stage.is-playing .terminal-group:nth-child(2) li:nth-child(1) { animation-delay: .08s; }
.workbench-stage.is-playing .terminal-group:nth-child(2) li:nth-child(2) { animation-delay: .18s; }
.workbench-stage.is-playing .terminal-group:nth-child(2) li:nth-child(3) { animation-delay: .28s; }
.workbench-stage.is-playing .terminal-group:nth-child(3) li:nth-child(1) { animation-delay: .42s; }
.workbench-stage.is-playing .terminal-group:nth-child(3) li:nth-child(2) { animation-delay: .52s; }
.workbench-stage.is-playing .terminal-group:nth-child(3) li:nth-child(3) { animation-delay: .62s; }
.workbench-stage.is-playing .terminal-group:nth-child(4) li:nth-child(1) { animation-delay: .76s; }
.workbench-stage.is-playing .terminal-group:nth-child(4) li:nth-child(2) { animation-delay: .86s; }
.workbench-stage.is-playing .terminal-group:nth-child(4) li:nth-child(3) { animation-delay: .96s; }
.workbench-stage.is-playing .output-panel { animation: output-arrives .6s .95s ease both; }
@keyframes terminal-flash { from { opacity: .22; transform: translateX(-5px); } to { opacity: 1; transform: translateX(0); } }
@keyframes output-arrives { from { opacity: .4; transform: translateX(-14px) rotate(.65deg); } to { opacity: 1; transform: translateX(0) rotate(.65deg); } }

.setup { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 140px); padding-block: 128px; color: var(--ink); background: var(--paper); }
.setup::before { content: ""; position: absolute; z-index: -1; inset: 0 calc((100vw - 100%) / -2); background: var(--paper); }
.setup { position: relative; z-index: 0; }
.section-heading h2 { margin-bottom: 0; font: 500 clamp(50px, 6vw, 82px)/.92 var(--serif); letter-spacing: -.055em; }
.setup-steps { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--ink); }
.setup-steps li { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--ink); }
.setup-steps > li > span { padding-top: 5px; color: var(--orange); font: 900 11px/1 var(--sans); }
.setup-steps h3 { margin-bottom: 7px; font: 900 24px/1 var(--sans); text-transform: uppercase; letter-spacing: -.03em; }
.setup-steps p { max-width: 480px; margin: 0; font-size: 17px; line-height: 1.45; }

.jobs { padding-block: 120px 132px; color: var(--ink); background: var(--paper); border-top: 1px solid var(--line-paper); }
.jobs-heading { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 80px; margin-bottom: 72px; }
.jobs-heading h2 { margin: 0; font: 500 clamp(64px, 7vw, 100px)/.82 var(--serif); letter-spacing: -.065em; }
.jobs-heading > p { max-width: 500px; margin: 0 0 8px; font-size: 20px; line-height: 1.5; }
.job-lanes { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.job-lanes article { min-height: 340px; display: flex; flex-direction: column; padding: 20px 20px 26px; border-right: 1px solid var(--ink); transition: color .2s ease, background .2s ease, transform .2s ease; }
.job-lanes article:last-child { border-right: 0; }
.job-lanes article:hover { color: var(--paper); background: var(--orange); transform: translateY(-8px); }
.lane-number { font: 900 9px/1 var(--sans); }
.lane-icon { display: block; margin: 40px 0 26px; font: 500 42px/1 var(--serif); }
.job-lanes h3 { margin-bottom: 14px; font: 900 21px/1.04 var(--sans); text-transform: uppercase; letter-spacing: -.035em; }
.job-lanes p { margin: auto 0 0; font-size: 16px; line-height: 1.4; }

.safety { position: relative; padding-block: 104px; background: #0e0f0d; }
.safety-grid { position: relative; display: grid; grid-template-columns: 1fr .95fr; gap: 90px; align-items: center; }
.safety h2 { margin: 0; font: 500 clamp(58px, 7vw, 96px)/.88 var(--serif); letter-spacing: -.06em; }
.safety h2 em { text-decoration: underline; text-decoration-color: var(--acid); text-decoration-thickness: 4px; text-underline-offset: 10px; }
.safety-rules article { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line-dark); }
.safety-rules article:last-child { border-bottom: 1px solid var(--line-dark); }
.safety-rules article > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--paper); font: 500 20px/1 var(--serif); }
.safety-rules h3 { margin-bottom: 5px; font: 900 16px/1.2 var(--sans); }
.safety-rules p { margin: 0; color: rgba(241,237,226,.68); font-size: 15px; line-height: 1.45; }
.no-noise-note { position: absolute; right: -28px; top: -64px; width: 150px; padding: 18px; color: var(--ink); background: var(--paper-deep); box-shadow: 6px 7px 0 var(--orange); font: italic 15px/1.25 var(--mono); text-transform: uppercase; transform: rotate(-4deg); }

.buy { padding-block: 120px; color: var(--ink); background: var(--paper); }
.buy::before { content: ""; position: absolute; z-index: -1; inset: 0 calc((100vw - 100%) / -2); background: var(--paper); }
.buy { position: relative; z-index: 0; }
.price-card { position: relative; display: grid; grid-template-columns: 1.1fr .72fr; gap: 54px 80px; padding: 62px; background: var(--orange); box-shadow: var(--shadow-hard); }
.price-message h2 { max-width: 730px; margin: 0; font: 500 clamp(52px, 6vw, 84px)/.9 var(--serif); letter-spacing: -.055em; }
.price-ticket { align-self: end; width: 230px; display: grid; gap: 24px; padding: 22px; background: var(--paper-deep); border: 1px solid var(--ink); box-shadow: 8px 8px 0 rgba(17,17,15,.3); transform: rotate(-2deg); font-family: var(--mono); text-transform: uppercase; }
.price-ticket > span { display: inline-block; width: max-content; padding: 6px 8px; color: var(--paper); background: var(--ink); font: italic 12px/1.2 var(--mono); transform: rotate(1deg); }
.price-ticket strong { font-size: 16px; line-height: 1.35; }
.price-ticket small { padding-top: 12px; border-top: 1px dashed var(--ink); }
.price-block { grid-column: 2; grid-row: 1 / span 2; align-self: center; padding: 30px; color: var(--paper); background: var(--ink); box-shadow: 10px 10px 0 rgba(17,17,15,.24); }
.price { font: 500 88px/.8 var(--serif); letter-spacing: -.08em; }
.price span { margin-right: 6px; font: 900 21px/1 var(--sans); vertical-align: top; }
.price-block > p { margin: 20px 0; }
.price-block .requirement { color: rgba(241,237,226,.7); font-size: 13px; line-height: 1.45; }
.price-block .requirement a { text-underline-offset: 3px; }
.price-block .button { width: 100%; }
.price-block > small { display: block; margin-top: 16px; color: rgba(241,237,226,.6); font-size: 11px; line-height: 1.45; }
.included { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 30px; padding: 25px 0 0; margin: 0; border-top: 1px solid var(--ink); list-style: none; font: 900 10px/1.25 var(--sans); text-transform: uppercase; letter-spacing: .05em; }
.included li::before { content: "✓"; margin-right: 8px; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; padding-block: 110px 130px; color: var(--ink); background: var(--paper); }
.faq::before { content: ""; position: absolute; z-index: -1; inset: 0 calc((100vw - 100%) / -2); background: var(--paper); }
.faq { position: relative; z-index: 0; }
.questions details { border-top: 1px solid var(--ink); }
.questions details:last-child { border-bottom: 1px solid var(--ink); }
.questions summary { position: relative; padding: 22px 50px 22px 0; list-style: none; cursor: pointer; font: 900 17px/1.25 var(--sans); }
.questions summary::-webkit-details-marker { display: none; }
.questions summary::after { content: "+"; position: absolute; right: 5px; top: 18px; font: 500 26px/1 var(--serif); transition: transform .18s ease; }
.questions details[open] summary::after { transform: rotate(45deg); }
.questions details p { max-width: 680px; padding: 0 50px 24px 0; margin: 0; font-size: 16px; line-height: 1.55; }
.footer { min-height: 116px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-top: 1px solid var(--line-dark); font: 800 10px/1 var(--sans); text-transform: uppercase; letter-spacing: .08em; }
.footer p { margin: 0; text-align: center; }
.footer div { display: flex; justify-content: flex-end; gap: 18px; }

.reveal { animation: reveal-up .65s cubic-bezier(.2,.75,.25,1) both; }
.reveal-delay-1 { animation-delay: .08s; }
.reveal-delay-2 { animation-delay: .16s; }
.reveal-delay-3 { animation-delay: .24s; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

.success-layout, .legal-layout { min-height: calc(100vh - 192px); padding-block: 80px 120px; color: var(--ink); background: var(--paper); }
.success-card { max-width: 820px; padding: 50px; color: var(--paper); background: var(--ink); box-shadow: 14px 14px 0 var(--orange); }
.success-card h1 { font-size: clamp(52px, 8vw, 92px); }
.download-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 34px; }
.download-grid .button { color: var(--ink); background: var(--acid); }
.loading { font-family: var(--sans); }
.error { color: var(--orange); }
.legal-layout { max-width: 820px; }
.legal-layout h1 { font-size: 74px; }
.legal-layout h2 { margin-top: 60px; font: 900 27px/1.1 var(--sans); text-transform: uppercase; }
.legal-layout p, .legal-layout li { font-size: 18px; line-height: 1.6; }
.launch-blocker { padding: 20px; border: 3px solid var(--orange); background: #fff; font-family: var(--sans); }
.notice { position: fixed; z-index: 30; left: 50%; bottom: 24px; transform: translateX(-50%); padding: 14px 20px; color: var(--paper); background: var(--ink); font: 800 13px/1 var(--sans); box-shadow: 6px 6px 0 var(--orange); }

@media (max-width: 1060px) {
  .hero { grid-template-columns: 1fr .75fr; gap: 44px; }
  .access-pass { transform: rotate(1deg) scale(.9); transform-origin: right center; }
  .workbench-stage { grid-template-columns: 1fr 1fr; }
  .workbench-stage::after { display: none; }
  .input-panel { min-height: 460px; }
  .process-panel { min-height: 460px; }
  .output-panel { grid-column: 1 / -1; width: min(100%, 620px); min-height: 410px; justify-self: center; }
  .job-lanes { grid-template-columns: repeat(3, 1fr); }
  .job-lanes article:nth-child(3) { border-right: 0; }
  .job-lanes article:nth-child(-n+3) { border-bottom: 1px solid var(--ink); }
  .job-lanes article:nth-child(4) { grid-column: 1 / 2; }
  .job-lanes article:nth-child(5) { border-right: 0; }
  .price-card { gap: 48px; padding: 48px; }
  .no-noise-note { right: 0; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 700px); }
  .nav { min-height: 68px; }
  .nav nav a:not(.nav-buy) { display: none; }
  .nav-buy { padding-inline: 12px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 72px; padding-block: 70px 88px; }
  h1 { font-size: clamp(68px, 18vw, 104px); }
  .access-pass { justify-self: center; transform: rotate(1deg); }
  .workbench { padding-top: 76px; }
  .workbench-header { align-items: flex-start; flex-direction: column; gap: 28px; }
  .workbench-stage { grid-template-columns: 1fr; padding: 20px; }
  .input-panel, .process-panel, .output-panel { grid-column: auto; width: 100%; min-height: auto; transform: none; }
  .input-panel { min-height: 440px; }
  .process-panel { padding: 26px; }
  .output-panel { min-height: 430px; }
  .setup, .jobs-heading, .safety-grid, .price-card, .faq { grid-template-columns: 1fr; }
  .setup { gap: 64px; padding-block: 94px; }
  .jobs { padding-block: 92px; }
  .jobs-heading { gap: 32px; margin-bottom: 54px; }
  .job-lanes { grid-template-columns: 1fr 1fr; }
  .job-lanes article { min-height: 300px; }
  .job-lanes article:nth-child(2), .job-lanes article:nth-child(4) { border-right: 0; }
  .job-lanes article:nth-child(3) { border-right: 1px solid var(--ink); }
  .job-lanes article:nth-child(-n+4) { border-bottom: 1px solid var(--ink); }
  .job-lanes article:nth-child(4) { grid-column: auto; }
  .job-lanes article:nth-child(5) { grid-column: 1 / -1; }
  .safety-grid { gap: 58px; }
  .no-noise-note { top: auto; right: 12px; bottom: -60px; }
  .buy { padding-block: 110px; }
  .price-card { gap: 36px; padding: 38px 28px; }
  .price-block { grid-column: auto; grid-row: auto; }
  .price-ticket { display: none; }
  .included { grid-template-columns: 1fr 1fr; }
  .faq { gap: 60px; }
}

@media (max-width: 560px) {
  .nav-buy { font-size: 9px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .proof-strip { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .proof-strip li { padding: 0; border: 0; }
  .access-pass { width: 100%; }
  .pass-paper { min-height: 286px; padding-left: 24px; }
  .pass-note { font-size: 17px; }
  .pass-manifest { font-size: 11px; }
  .pass-stub { width: 80px; }
  .workbench-header h2 { font-size: 52px; }
  .job-switcher { width: 100%; }
  .job-tab { flex: 1; padding-inline: 8px; }
  .workbench-stage { padding: 12px; border-radius: 14px 14px 0 0; }
  .input-panel, .output-panel { padding: 24px 20px 30px; }
  .mail-body { max-width: 100%; font-size: 11px; }
  .scribble { font-size: 12px; }
  .result-letter { padding-right: 0; font-size: 11px; }
  .result-checklist { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 26px; }
  .output-panel { padding-bottom: 58px; }
  .setup-steps li { grid-template-columns: 42px 1fr; }
  .job-lanes { grid-template-columns: 1fr; }
  .job-lanes article, .job-lanes article:nth-child(3) { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .job-lanes article:last-child { border-bottom: 0; }
  .job-lanes article:nth-child(5) { grid-column: auto; }
  .lane-icon { margin-block: 28px 18px; }
  .safety h2 { font-size: 56px; }
  .price-message h2 { font-size: 51px; }
  .price { font-size: 76px; }
  .included { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr; gap: 17px; padding-block: 28px; text-align: center; }
  .footer div { justify-content: center; }
}

/* Mockup-match pass: compact editorial pacing, tactile workbench, no scenic detours. */
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
body::before { opacity: .035; }
.nav { min-height: 60px; }
.nav nav { gap: 26px; font-size: 10px; }
.nav-buy { padding: 11px 15px 10px; }

.hero { min-height: 0; grid-template-columns: 1.12fr .88fr; gap: 54px; padding-block: 42px 38px; }
.hero h1 { max-width: 760px; margin-bottom: 18px; font-size: clamp(48px, 4.55vw, 66px); line-height: .96; letter-spacing: -.052em; }
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 span { font-weight: 400; }
.hero h1 strong { margin-top: 10px; font-weight: 500; }
.hero .lede { max-width: 520px; font-size: clamp(16px, 1.45vw, 20px); line-height: 1.35; }
.hero-actions { margin-top: 28px; }
.hero .button { min-height: 46px; padding-inline: 22px; font-size: 10px; }
.access-pass { width: min(100%, 380px); transform: rotate(.8deg); }
.access-pass::before { inset: 12% 5% -8% 6%; }
.pass-paper { min-height: 226px; padding: 32px 86px 22px 28px; color: var(--paper); background: #151613; border: 1px solid rgba(241,237,226,.26); clip-path: polygon(1% 2%, 98% 0, 100% 98%, 2% 100%, 0 74%, 1% 50%, 0 24%); }
.pass-paper::after { inset: 47% 16px auto; border-color: rgba(241,237,226,.25); }
.pass-note { position: absolute; top: -14px; right: 54px; width: 238px; max-width: none; padding: 15px 20px 13px; color: var(--ink); background: #d8c9ad; box-shadow: 0 4px 12px rgba(0,0,0,.2); font-size: 16px; line-height: 1.15; text-transform: uppercase; }
.pass-manifest { padding-top: 82px; font-size: 11px; line-height: 1.45; }
.manifest-code { color: var(--ink); background: #cfb98e; }
.handling-icons { margin-top: 12px; }
.handling-icons span { width: 34px; height: 30px; color: var(--ink); background: #cfb98e; border-color: var(--ink); font-size: 15px; }
.pass-stub { top: 20px; bottom: 20px; width: 76px; padding: 14px 10px; }
.pass-stub > span { font-size: 14px; }
.pass-stub strong { font-size: 18px; }
.pass-stub small { font-size: 6px; }
.tape-top { display: none; }

.workbench { padding-top: 0; }
.workbench-header { min-height: 38px; justify-content: flex-end; margin-bottom: 8px; }
.job-switcher { padding: 0; }
.job-tab { min-height: 30px; padding-inline: 12px; font-size: 8px; }
.workbench-stage { grid-template-columns: 1fr .82fr 1.08fr; gap: clamp(22px, 2.4vw, 34px); padding: 54px 28px 26px; border-radius: 22px 22px 0 0; }
.workbench-stage::after { top: 52%; left: 31.5%; width: 38%; }
.input-panel, .output-panel { padding: 22px 22px 28px; }
.input-panel { min-height: 376px; }
.output-panel { min-height: 390px; }
.input-panel > .panel-label, .output-panel > .panel-label { position: absolute; top: -35px; right: 0; left: 0; min-height: 24px; padding: 0; border: 0; color: var(--paper); font: italic 14px/1 var(--mono); letter-spacing: .04em; }
.input-panel .panel-label::before, .output-panel .panel-label::before { display: none; }
.output-panel > .panel-label { align-items: start; }
.process-panel { min-height: 390px; padding: 20px 18px 14px; }
.process-panel .panel-label { min-height: 28px; padding-bottom: 12px; font-size: 9px; }
.process-panel .panel-label > span:first-child { color: var(--orange); font: 900 21px/1 var(--sans); letter-spacing: -.03em; }
.mail-meta { margin: 13px 0; font-size: 10px; }
.mail-body { font-size: 10.5px; line-height: 1.52; }
.scribble { right: 16px; bottom: 18px; font-size: 12px; }
.paperclip { top: -8px; right: 20px; height: 42px; }
.terminal-group { margin: 14px 0; }
.terminal-group h3 { margin-bottom: 5px; font-size: 10px; }
.terminal-group ul { font-size: 9.5px; line-height: 1.48; }
.terminal-status { gap: 5px; padding-top: 10px; font-size: 8px; }
.stamp { color: var(--green); background: var(--paper); font: 900 8px/1 var(--sans); }
.result-letter { padding-top: 14px; font-size: 9.5px; line-height: 1.45; }
.result-letter p { margin-bottom: 9px; }
.result-checklist { right: -12px; bottom: 42px; width: 138px; padding: 11px; font-size: 7.5px; }
.result-checklist li::before { width: 13px; height: 13px; margin-right: 5px; }
.approval-mark { right: 14px; bottom: 11px; font-size: 12px; }
.fact-ticker > div { min-height: 36px; }
.fact-ticker span { font-size: 8px; }
.fact-ticker span::after { margin-inline: 38px; }

.jobs { padding-block: 48px 52px; }
.jobs-heading { grid-template-columns: 1fr .75fr; align-items: start; margin-bottom: 28px; }
.jobs-heading h2 { font-size: clamp(48px, 5.4vw, 70px); line-height: .84; }
.artist-note { justify-self: end; width: 220px; padding: 13px 18px; margin: 10px 0 0 !important; color: var(--acid); background: var(--ink); font: italic 14px/1.2 var(--mono) !important; text-transform: uppercase; transform: rotate(-4deg); }
.job-lanes article { min-height: 220px; padding: 14px 16px 20px; }
.lane-icon { margin: 26px 0 15px; font-size: 30px; }
.lane-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.job-lanes h3 { margin-bottom: 9px; font-size: 15px; }
.job-lanes p { font-size: 13px; line-height: 1.3; }

.safety { padding-block: 48px; }
.safety-grid { grid-template-columns: .95fr 1.05fr; gap: 70px; }
.safety h2 { font-size: clamp(48px, 5.6vw, 72px); line-height: .87; }
.safety-rules article { grid-template-columns: 34px 1fr; gap: 14px; padding: 13px 0; }
.safety-rules article > span { width: 30px; height: 30px; font-size: 15px; }
.safety-rules h3 { margin-bottom: 2px; font-size: 13px; }
.safety-rules p { font-size: 11px; }
.no-noise-note { top: -20px; right: -4px; bottom: auto; width: 124px; padding: 13px; font-size: 11px; }

.buy { padding-block: 34px; }
.price-card { grid-template-columns: .55fr 1.15fr .85fr; gap: 24px 32px; align-items: center; padding: 34px; box-shadow: 10px 10px 0 var(--ink); }
.price-message { grid-column: 2; grid-row: 1; }
.price-message .eyebrow { display: none; }
.price-message h2 { font-size: clamp(42px, 4.5vw, 58px); line-height: .88; }
.price-message h2::after { content: ""; display: block; width: 210px; height: 26px; margin: -18px 0 0 3px; border: 2px solid var(--acid); border-radius: 50%; transform: rotate(-4deg); }
.price-ticket { grid-column: 1; grid-row: 1; width: 158px; gap: 16px; padding: 14px; box-shadow: 6px 6px 0 rgba(17,17,15,.3); }
.price-ticket > span { font-size: 9px; }
.price-ticket strong { font-size: 11px; }
.price-ticket small { font-size: 8px; }
.price-block { grid-column: 3; grid-row: 1; padding: 20px; box-shadow: 7px 7px 0 rgba(17,17,15,.2); }
.price { font-size: 62px; }
.price span { font-size: 16px; }
.price-block > p { margin: 12px 0; font-size: 12px; }
.price-block .requirement { font-size: 9px; }
.price-block .button { min-height: 40px; padding-inline: 12px; font-size: 9px; }
.price-block > small { margin-top: 10px; font-size: 8px; }
.included { grid-column: 1 / -1; grid-row: 2; grid-template-columns: repeat(3, 1fr); gap: 8px 20px; padding-top: 18px; font-size: 8px; }

.faq { grid-template-columns: .65fr 1.35fr; gap: 80px; padding-block: 42px 52px; }
.faq .section-heading h2 { font-size: 54px; }
.questions summary { padding-block: 13px; font-size: 13px; }
.questions summary::after { top: 10px; }
.questions details p { padding-bottom: 16px; font-size: 13px; }
.footer { min-height: 68px; }

@media (max-width: 1060px) {
  .hero { grid-template-columns: 1.05fr .75fr; }
  .access-pass { transform: rotate(.8deg) scale(.96); }
  .workbench-stage { grid-template-columns: 1fr .9fr 1.06fr; gap: 18px; }
  .job-lanes { grid-template-columns: repeat(5, 1fr); }
  .job-lanes article:nth-child(3), .job-lanes article:nth-child(5) { border-right: 1px solid var(--ink); }
  .job-lanes article:nth-child(-n+3) { border-bottom: 0; }
  .price-card { grid-template-columns: .5fr 1fr .8fr; padding: 28px; }
}

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; gap: 56px; padding-block: 54px 66px; }
  .hero h1 { font-size: clamp(58px, 14vw, 86px); }
  .hero .lede { font-size: 18px; }
  .access-pass { justify-self: center; transform: rotate(.8deg); }
  .workbench-header { margin-bottom: 10px; }
  .workbench-stage { grid-template-columns: 1fr; gap: 38px; padding: 48px 20px 22px; }
  .workbench-stage::after { display: none; }
  .input-panel, .process-panel, .output-panel { grid-column: auto; width: 100%; min-height: 380px; }
  .input-panel > .panel-label, .output-panel > .panel-label { top: -30px; }
  .jobs-heading { grid-template-columns: 1fr auto; gap: 24px; }
  .job-lanes { grid-template-columns: repeat(3, 1fr); }
  .job-lanes article:nth-child(3) { border-right: 0; }
  .job-lanes article:nth-child(-n+3) { border-bottom: 1px solid var(--ink); }
  .job-lanes article:nth-child(4) { grid-column: 1 / 2; }
  .job-lanes article:nth-child(5) { grid-column: auto; border-right: 0; }
  .safety-grid { grid-template-columns: 1fr; gap: 44px; }
  .faq { grid-template-columns: 1fr; }
  .price-card { grid-template-columns: 1fr 1fr; gap: 28px; }
  .price-message { grid-column: 1 / -1; grid-row: auto; }
  .price-ticket { grid-column: 1; grid-row: auto; }
  .price-block { grid-column: 2; grid-row: 2; }
  .included { grid-row: auto; }
}

@media (max-width: 560px) {
  .hero { gap: 48px; }
  .hero h1 { font-size: 49px; }
  .hero .lede { font-size: 16px; }
  .access-pass { width: calc(100% - 8px); }
  .pass-note { right: 42px; width: 210px; font-size: 13px; }
  .workbench-stage { padding-inline: 12px; }
  .input-panel, .process-panel, .output-panel { min-height: auto; }
  .input-panel { min-height: 390px; }
  .output-panel { min-height: 410px; }
  .jobs-heading { grid-template-columns: 1fr; }
  .artist-note { justify-self: start; width: 180px; font-size: 11px !important; }
  .job-lanes { grid-template-columns: 1fr 1fr; }
  .job-lanes article, .job-lanes article:nth-child(3) { min-height: 210px; border-right: 1px solid var(--ink); }
  .job-lanes article:nth-child(even) { border-right: 0; }
  .job-lanes article:nth-child(4) { grid-column: auto; }
  .job-lanes article:nth-child(5) { grid-column: 1 / -1; border-right: 0; }
  .price-card { grid-template-columns: 1fr; padding: 24px 20px; }
  .price-message, .price-ticket, .price-block { grid-column: 1; grid-row: auto; }
  .price-ticket { display: grid; width: 150px; }
  .price-message h2 { font-size: 43px; }
  .included { grid-template-columns: 1fr; }
  .faq { gap: 42px; }
}

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