:root {
  --ink: #11100e;
  --paper: #f3efdf;
  --white: #fffdf4;
  --red: #f04425;
  --red-dark: #c52f17;
  --acid: #dfff3f;
  --grey: #cbc6b8;
  --line: rgba(17, 16, 14, 0.25);
  --display: "Archivo Black", Impact, sans-serif;
  --body: "Archivo", Arial, sans-serif;
  --mono: "Azeret Mono", monospace;
  --hand: "Caveat", cursive;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  content: "";
  opacity: 0.14;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

img,
canvas {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 12px 16px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 3px;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 550ms ease, transform 550ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.js [data-reveal-delay="1"] {
  transition-delay: 90ms;
}

.js [data-reveal-delay="2"] {
  transition-delay: 180ms;
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.ticker {
  overflow: hidden;
  height: 38px;
  color: var(--white);
  background: var(--red);
  border-bottom: 2px solid var(--ink);
}

.ticker__track {
  display: flex;
  align-items: center;
  gap: 22px;
  width: max-content;
  height: 100%;
  padding-left: 22px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: ticker 24s linear infinite;
}

.ticker__track span {
  min-width: max-content;
}

.ticker__track i {
  color: var(--ink);
  font-style: normal;
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  min-height: 84px;
  padding: 14px clamp(20px, 4vw, 64px);
  background: var(--paper);
  border-bottom: 2px solid var(--ink);
}

.wordmark {
  display: inline-flex;
  flex-direction: column;
  width: max-content;
  color: inherit;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.wordmark strong {
  font-family: var(--display);
  font-size: 21px;
  letter-spacing: -0.04em;
}

.wordmark span {
  margin-top: 5px;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.17em;
}

.site-header nav {
  display: flex;
  gap: clamp(18px, 2.6vw, 42px);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.site-header nav a {
  text-decoration: none;
}

.site-header nav a:hover,
.site-footer a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.site-header > .button {
  justify-self: end;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 12px 20px;
  border: 2px solid var(--ink);
  border-radius: 0;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.button:hover {
  transform: translate(-3px, -3px);
  box-shadow: 5px 5px 0 var(--ink);
}

.button--ink {
  color: var(--white);
  background: var(--ink);
}

.button--red,
.button--signal {
  color: var(--white);
  background: var(--red);
}

.button--outline-light {
  color: var(--white);
  background: transparent;
  border-color: var(--white);
}

.button--outline-light:hover {
  box-shadow: 5px 5px 0 var(--white);
}

.button--full {
  width: 100%;
}

.kicker,
.eyebrow,
.mono-label {
  margin-bottom: 18px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.kicker span {
  display: inline-block;
  margin-right: 12px;
  padding: 5px 8px 4px;
  color: var(--white);
  background: var(--red);
}

.kicker--light {
  color: var(--acid);
}

.hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.8fr) minmax(560px, 1.2fr);
  align-items: center;
  gap: clamp(32px, 5vw, 84px);
  min-height: calc(100svh - 122px);
  padding: clamp(64px, 8vw, 120px) clamp(20px, 4vw, 64px) clamp(76px, 8vw, 120px);
  overflow: hidden;
}

.hero__copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.hero h1 {
  max-width: 820px;
  margin-bottom: 28px;
  font-family: var(--display);
  font-size: clamp(54px, 5.5vw, 96px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.91;
  text-transform: uppercase;
}

.hero__lead {
  max-width: 680px;
  margin-bottom: 32px;
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 520;
  letter-spacing: -0.02em;
  line-height: 1.4;
}

.action-row,
.button-row {
  display: flex;
  align-items: center;
  gap: 26px;
}

.underlink,
.text-link {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.hero__facts li {
  padding: 6px 9px;
  border: 1px solid var(--ink);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-pack {
  position: relative;
  width: min(100%, 900px);
  margin: 0;
  background: var(--ink);
  border: 2px solid var(--ink);
  box-shadow: 14px 14px 0 var(--red);
  transform: rotate(1.2deg);
}

.hero-pack img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.hero-pack__writing {
  position: absolute;
  top: 18.7%;
  left: 58.5%;
  width: 29%;
  color: #171513;
  font-family: var(--hand);
  font-size: clamp(14px, 1.15vw, 23px);
  font-weight: 600;
  line-height: 1.06;
  transform: rotate(7deg);
}

.hero-pack__writing p {
  margin-bottom: 0.2em;
}

.hero-pack__writing p:nth-child(2) {
  margin-bottom: 0.35em;
}

.hero-pack figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  color: var(--white);
  background: var(--ink);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-pack figcaption span {
  color: var(--acid);
}

.manifesto {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 0.65fr);
  gap: clamp(48px, 8vw, 140px);
  align-items: end;
  padding: clamp(80px, 10vw, 160px) clamp(20px, 4vw, 64px);
  color: var(--white);
  background: var(--ink);
  border-top: 2px solid var(--ink);
}

.manifesto__main p {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(46px, 6.6vw, 112px);
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-transform: uppercase;
}

.manifesto__main p:last-child {
  color: var(--acid);
}

.manifesto__side {
  padding-top: 20px;
  border-top: 5px solid var(--red);
}

.manifesto__side span {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.manifesto__side p {
  margin: 22px 0 0;
  color: rgba(255, 253, 244, 0.75);
  font-size: 18px;
}

.steps {
  padding: clamp(82px, 10vw, 160px) clamp(20px, 4vw, 64px);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 70px;
}

.section-head h2,
.scale h2,
.brief h2,
.faq h2,
.legal-hero h1 {
  max-width: 1000px;
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(46px, 5.8vw, 92px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.92;
  text-transform: uppercase;
}

.steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
  list-style: none;
}

.steps__grid li {
  min-height: 330px;
  padding: 28px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.steps__grid li:last-child {
  color: var(--white);
  background: var(--red);
}

.steps__grid li > span {
  display: block;
  margin-bottom: 86px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
}

.steps__grid h3 {
  margin-bottom: 16px;
  font-family: var(--display);
  font-size: clamp(26px, 2.3vw, 38px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
  text-transform: uppercase;
}

.steps__grid p {
  max-width: 420px;
  margin-bottom: 0;
  font-size: 16px;
}

.pack {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(600px, 1.25fr);
  gap: clamp(50px, 8vw, 140px);
  align-items: center;
  min-height: 900px;
  padding: clamp(90px, 10vw, 160px) clamp(20px, 5vw, 88px);
  overflow: hidden;
  color: var(--white);
  background: var(--red);
  border-block: 2px solid var(--ink);
}

.pack__intro h2 {
  margin-bottom: 28px;
  font-family: var(--display);
  font-size: clamp(48px, 5.5vw, 88px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.92;
  text-transform: uppercase;
}

.pack__intro > p:not(.kicker) {
  max-width: 520px;
  font-size: 20px;
}

.pack__intro ul {
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  list-style: none;
}

.pack__intro li {
  display: flex;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  font-weight: 650;
}

.pack__intro li span {
  color: var(--acid);
  font-family: var(--mono);
  font-size: 10px;
}

.evidence-pack {
  position: relative;
  width: min(100%, 820px);
  min-height: 760px;
  margin-inline: auto;
}

.report-sheet {
  position: absolute;
  top: 0;
  right: 2%;
  width: 72%;
  min-height: 720px;
  padding: 34px;
  color: var(--ink);
  background: var(--white);
  border: 2px solid var(--ink);
  box-shadow: 18px 18px 0 var(--ink);
  transform: rotate(3deg);
}

.report-sheet header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--ink);
}

.report-sheet header strong {
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: -0.04em;
}

.report-sheet header strong span {
  color: #19734e;
}

.report-sheet header small,
.report-sheet__title p,
.report-sheet__footer,
.example-label {
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.report-sheet__title {
  padding: 54px 0 32px;
}

.report-sheet__title p {
  margin-bottom: 13px;
  color: rgba(17, 16, 14, 0.58);
}

.report-sheet__title h3 {
  max-width: 420px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.95;
  text-transform: uppercase;
}

.report-sheet__metric {
  display: flex;
  align-items: end;
  gap: 20px;
  padding: 26px 0;
  border-block: 1px solid var(--ink);
}

.report-sheet__metric strong {
  font-family: var(--display);
  font-size: clamp(74px, 8vw, 118px);
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 0.72;
}

.report-sheet__metric p {
  max-width: 190px;
  margin: 0;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.25;
}

.report-sheet__bars {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 190px;
  padding: 30px 5px 0;
  border-bottom: 2px solid var(--ink);
}

.report-sheet__bars i {
  width: calc(14.28% - 9px);
  height: var(--height);
  background: var(--red);
}

.report-sheet__bars i:nth-child(even) {
  background: var(--ink);
}

.report-sheet__footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 16px;
}

.hand-card {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 2;
  width: 59%;
  min-height: 360px;
  padding: 58px 44px 28px;
  color: var(--ink);
  background: #f7f1dc;
  border: 2px solid var(--ink);
  box-shadow: 11px 11px 0 rgba(17, 16, 14, 0.35);
  transform: rotate(-8deg);
}

.clip {
  position: absolute;
  top: -25px;
  left: 44%;
  width: 54px;
  height: 56px;
  background: linear-gradient(90deg, #686868, #e8e8e4 28%, #92928d 62%, #f3f3ec 84%, #595954);
  border: 2px solid #454541;
  border-radius: 11px 11px 3px 3px;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.25);
}

.clip::before {
  position: absolute;
  top: -20px;
  left: 13px;
  width: 24px;
  height: 27px;
  content: "";
  border: 5px solid #777771;
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
}

.clip i {
  position: absolute;
  right: -12px;
  bottom: -3px;
  left: -12px;
  height: 11px;
  background: linear-gradient(#bbb, #62625f);
  border: 2px solid #454541;
}

.hand-card__copy {
  font-family: var(--hand);
  font-size: clamp(22px, 2.4vw, 38px);
  font-weight: 600;
  line-height: 1.02;
}

.hand-card__copy p {
  margin-bottom: 0.35em;
}

.hand-card small {
  position: absolute;
  right: 24px;
  bottom: 18px;
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.example-label {
  position: absolute;
  bottom: 4px;
  left: 4%;
  width: 68%;
  padding: 9px;
  color: var(--ink);
  background: var(--acid);
  transform: rotate(-2deg);
}

.pen-section {
  display: grid;
  grid-template-columns: minmax(600px, 1.4fr) minmax(300px, 0.6fr);
  color: var(--white);
  background: var(--ink);
}

.plotter {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: #111 url("assets/plotter/idraw-base-v1.webp") center / cover no-repeat;
  border-right: 2px solid var(--paper);
}

.plotter canvas {
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
}

.film-readout,
.film-sound,
.film-replay {
  position: absolute;
  z-index: 3;
  color: var(--white);
  background: rgba(17, 16, 14, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.film-readout {
  top: 18px;
  left: 18px;
  display: flex;
  gap: 18px;
  padding: 9px 11px;
}

.film-status {
  color: var(--acid);
}

.film-sound,
.film-replay {
  right: 18px;
  bottom: 18px;
  min-height: 44px;
  padding: 10px 14px;
  cursor: pointer;
}

.film-replay {
  right: 132px;
}

.pen-section__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 7vw, 120px) clamp(28px, 5vw, 84px);
}

.pen-section__copy h2 {
  margin-bottom: 28px;
  font-family: var(--display);
  font-size: clamp(44px, 4.8vw, 76px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.92;
  text-transform: uppercase;
}

.pen-section__copy > p:not(.kicker) {
  font-size: 19px;
}

.pen-section__copy .pen-section__caption {
  margin-top: 24px;
  padding-top: 18px;
  color: rgba(255, 253, 244, 0.55);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.6;
  text-transform: uppercase;
}

.scale {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  min-height: 720px;
  overflow: hidden;
  border-bottom: 2px solid var(--ink);
}

.scale > *,
.manifesto > *,
.pack > *,
.brief > * {
  min-width: 0;
}

.scale__number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 3vw;
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(90px, 12vw, 210px);
  letter-spacing: -0.1em;
  line-height: 0.75;
  white-space: nowrap;
  transform: rotate(-4deg);
}

.scale__copy {
  align-self: center;
  padding: 70px clamp(24px, 5vw, 84px) 70px 20px;
}

.scale h2 {
  margin-bottom: 28px;
  font-size: clamp(42px, 4.2vw, 68px);
}

.scale__copy > p:not(.kicker) {
  margin-bottom: 30px;
  font-size: 18px;
}

.brief {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(540px, 1.25fr);
  gap: clamp(48px, 9vw, 150px);
  align-items: start;
  padding: clamp(90px, 10vw, 160px) clamp(20px, 5vw, 88px);
  color: var(--white);
  background: var(--ink);
}

.brief__intro {
  position: sticky;
  top: 60px;
}

.brief h2 {
  margin-bottom: 28px;
}

.brief__intro > p:not(.kicker) {
  max-width: 560px;
  color: rgba(255, 253, 244, 0.75);
  font-size: 20px;
}

.brief__route {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 48px;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.brief__route span,
.brief__route i {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-style: normal;
}

.brief__route i {
  color: var(--acid);
  border: 0;
}

.lead-form {
  padding: clamp(24px, 4vw, 54px);
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--white);
  box-shadow: 14px 14px 0 var(--red);
}

.lead-form__head {
  margin-bottom: 38px;
  padding-bottom: 24px;
  border-bottom: 2px solid var(--ink);
}

.lead-form__head span {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lead-form__head h3 {
  margin: 13px 0 0;
  font-family: var(--display);
  font-size: clamp(30px, 3vw, 45px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.field {
  margin-bottom: 20px;
}

.field label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.field label span,
.field small {
  color: rgba(17, 16, 14, 0.55);
}

.field input,
.field textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--ink);
  border-radius: 0;
}

.field textarea {
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  outline: 3px solid var(--red);
  outline-offset: 1px;
}

.field--file input {
  padding: 11px;
  font-size: 13px;
}

.field--file small {
  display: block;
  margin-top: 7px;
  font-family: var(--mono);
  font-size: 8px;
}

.form-note {
  margin: 14px 0 0;
  color: rgba(17, 16, 14, 0.65);
  font-size: 11px;
}

.honeypot {
  position: absolute;
  left: -10000px;
}

.faq {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(50px, 9vw, 150px);
  padding: clamp(90px, 10vw, 150px) clamp(20px, 5vw, 88px);
}

.faq h2 {
  font-size: clamp(40px, 4.2vw, 68px);
}

.faq__items {
  border-top: 2px solid var(--ink);
}

.faq details {
  border-bottom: 2px solid var(--ink);
}

.faq summary {
  position: relative;
  padding: 24px 50px 24px 0;
  font-family: var(--display);
  font-size: clamp(21px, 2vw, 30px);
  letter-spacing: -0.035em;
  line-height: 1.1;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  position: absolute;
  top: 19px;
  right: 0;
  content: "+";
  color: var(--red);
  font-family: var(--mono);
  font-size: 26px;
}

.faq details[open] summary::after {
  content: "x";
}

.faq details p {
  max-width: 700px;
  padding: 0 50px 24px 0;
  font-size: 17px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 34px;
  padding: 44px clamp(20px, 5vw, 88px);
  color: var(--white);
  background: var(--red);
  border-top: 2px solid var(--ink);
}

.wordmark--light {
  color: var(--white);
}

.site-footer > p {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(22px, 2.4vw, 36px);
  letter-spacing: -0.04em;
  text-align: center;
  text-transform: uppercase;
}

.site-footer > div,
.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

.site-footer button,
.thanks__consent {
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.consent {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 90;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: end;
  max-width: 980px;
  margin: auto;
  padding: 22px;
  color: var(--white);
  background: var(--ink);
  border: 2px solid var(--white);
  box-shadow: 10px 10px 0 var(--red);
}

.consent[hidden] {
  display: none;
}

.consent__label {
  margin-bottom: 6px;
  color: var(--acid);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.consent h2 {
  margin-bottom: 7px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.consent p:not(.consent__label) {
  max-width: 650px;
  margin-bottom: 6px;
  color: rgba(255, 253, 244, 0.72);
  font-size: 12px;
}

.consent a {
  font-size: 11px;
}

.consent__actions {
  display: flex;
  gap: 10px;
}

/* Supporting pages */
.thanks-page,
.legal-page {
  min-height: 100vh;
}

.thanks {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
  color: var(--white);
  background: var(--ink);
}

.thanks__sheet {
  width: min(100%, 900px);
  padding: clamp(36px, 7vw, 90px);
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--white);
  box-shadow: 16px 16px 0 var(--red);
}

.thanks__route {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.thanks__route i {
  color: var(--red);
  font-style: normal;
}

.thanks__sheet h1 {
  max-width: 780px;
  margin-bottom: 26px;
  font-family: var(--display);
  font-size: clamp(45px, 7vw, 92px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.92;
  text-transform: uppercase;
}

.thanks__sheet > p:not(.eyebrow) {
  max-width: 650px;
  margin-bottom: 30px;
  font-size: 19px;
}

.thanks__consent {
  display: block;
  margin-top: 34px;
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.text-link--light {
  color: var(--ink);
}

.shell {
  width: min(100% - 40px, 1320px);
  margin-inline: auto;
}

.site-header--paper .site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  font-family: var(--display);
  text-decoration: none;
  text-transform: uppercase;
}

.brand img {
  width: 92px;
  height: auto;
}

.legal-hero {
  padding: clamp(70px, 9vw, 130px) 0;
  border-bottom: 2px solid var(--ink);
}

.legal-hero h1 {
  margin-bottom: 24px;
}

.legal-hero > .shell > p:last-child {
  max-width: 780px;
  font-size: 20px;
}

.legal-section {
  padding: clamp(70px, 9vw, 130px) 0;
}

.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 780px);
  gap: clamp(50px, 9vw, 140px);
}

.legal-meta {
  position: sticky;
  top: 30px;
  align-self: start;
  border-top: 2px solid var(--ink);
}

.legal-meta div {
  padding: 14px 0;
  border-bottom: 1px solid var(--ink);
}

.legal-meta span,
.legal-meta strong {
  display: block;
}

.legal-meta span {
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

.legal-copy section {
  margin-bottom: 46px;
}

.legal-copy h2 {
  margin-bottom: 16px;
  font-family: var(--display);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.legal-copy h3 {
  margin: 24px 0 8px;
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
}

.legal-copy li {
  margin-bottom: 8px;
}

.site-footer__grid {
  display: contents;
}

.site-footer__brand p {
  margin: 8px 0 0;
  font-size: 11px;
}

.site-footer__line {
  font-family: var(--display);
  font-size: 28px;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero__copy {
    max-width: 900px;
  }

  .hero-pack {
    width: min(100%, 900px);
    margin-left: auto;
  }

  .hero-pack__writing {
    font-size: clamp(17px, 2.4vw, 23px);
  }

  .pack,
  .brief {
    grid-template-columns: 1fr;
  }

  .pack__intro {
    max-width: 760px;
  }

  .brief__intro {
    position: static;
  }

  .pen-section {
    grid-template-columns: 1fr;
  }

  .plotter {
    border-right: 0;
    border-bottom: 2px solid var(--paper);
  }

  .scale {
    grid-template-columns: minmax(0, 1fr);
  }

  .scale__number {
    min-height: 360px;
  }

  .scale__copy {
    max-width: 760px;
    padding: 40px 40px 90px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 70px;
  }

  .ticker {
    height: 32px;
  }

  .site-header {
    min-height: 68px;
    padding: 10px 18px;
  }

  .site-header > .button {
    min-height: 44px;
    padding: 9px 11px;
    font-size: 8px;
  }

  .wordmark strong {
    font-size: 17px;
  }

  .hero {
    gap: 48px;
    padding: 60px 18px 76px;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 67px);
    letter-spacing: -0.065em;
  }

  .hero__lead {
    font-size: 18px;
  }

  .action-row,
  .button-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-pack {
    width: 112%;
    margin-left: -6%;
    box-shadow: 8px 8px 0 var(--red);
  }

  .hero-pack__writing {
    top: 17.5%;
    left: 57.5%;
    width: 31%;
    font-size: clamp(11px, 3.3vw, 16px);
  }

  .hero-pack figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    font-size: 7px;
  }

  .manifesto {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 86px 18px;
  }

  .manifesto__main p {
    font-size: clamp(40px, 12vw, 56px);
  }

  .manifesto__side {
    max-width: 500px;
  }

  .steps {
    padding: 88px 18px;
  }

  .section-head {
    margin-bottom: 42px;
  }

  .steps__grid {
    grid-template-columns: 1fr;
  }

  .steps__grid li {
    min-height: 290px;
  }

  .steps__grid li > span {
    margin-bottom: 66px;
  }

  .pack {
    gap: 70px;
    min-height: 0;
    padding: 88px 18px;
  }

  .evidence-pack {
    min-height: 610px;
  }

  .report-sheet {
    right: -8%;
    width: 86%;
    min-height: 560px;
    padding: 22px;
    box-shadow: 10px 10px 0 var(--ink);
  }

  .report-sheet header small {
    max-width: 110px;
    text-align: right;
  }

  .report-sheet__title {
    padding: 36px 0 22px;
  }

  .report-sheet__metric strong {
    font-size: 70px;
  }

  .report-sheet__bars {
    height: 130px;
  }

  .hand-card {
    top: 103px;
    left: -5%;
    width: 70%;
    min-height: 290px;
    padding: 48px 25px 22px;
  }

  .hand-card__copy {
    font-size: clamp(20px, 6vw, 29px);
  }

  .example-label {
    bottom: 8px;
    width: 84%;
  }

  .plotter,
  .plotter canvas {
    min-height: 420px;
  }

  .film-readout {
    top: 10px;
    left: 10px;
  }

  .film-sound,
  .film-replay {
    right: 10px;
    bottom: 10px;
  }

  .film-replay {
    right: 118px;
  }

  .pen-section__copy {
    padding: 78px 18px;
  }

  .scale {
    min-height: 0;
  }

  .scale__number {
    min-height: 260px;
    padding: 18px;
    font-size: 20vw;
  }

  .scale__copy {
    padding: 28px 18px 88px;
  }

  .brief {
    gap: 56px;
    padding: 88px 18px;
  }

  .brief__route {
    gap: 4px;
  }

  .lead-form {
    padding: 26px 18px;
    box-shadow: 8px 8px 0 var(--red);
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .faq {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 88px 18px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 42px 18px;
  }

  .site-footer > p {
    text-align: left;
  }

  .site-footer > div,
  .site-footer__links {
    justify-content: flex-start;
  }

  .consent {
    right: 10px;
    bottom: 10px;
    left: 10px;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 17px;
    box-shadow: 6px 6px 0 var(--red);
  }

  .consent__actions {
    flex-wrap: wrap;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-meta {
    position: static;
  }

  .site-header--paper .site-header__inner {
    width: 100%;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
