@font-face {
  font-family: "Fraunces";
  src: url("fonts/fraunces.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("fonts/fraunces-italic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --paper: #ebe3d0;
  --ink: #221d14;
  --graphite: #6e6350;
  --orange: #d74e09;
  --blueprint: #274f8f;
  --hairline: rgba(34, 29, 20, 0.28);
  --gridLine: rgba(34, 29, 20, 0.05);
  --fontSerif: "Fraunces", Georgia, serif;
  --fontMono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  overflow-x: hidden;
  min-height: 100svh;
  background-color: var(--paper);
  background-image:
    linear-gradient(var(--gridLine) 1px, transparent 1px),
    linear-gradient(90deg, var(--gridLine) 1px, transparent 1px);
  background-size: 56px 56px;
  color: var(--ink);
  font-family: var(--fontSerif);
  font-optical-sizing: auto;
  font-size: 1.0625rem;
  line-height: 1.55;
}

::selection {
  background: var(--orange);
  color: var(--paper);
}

.container {
  max-width: 74rem;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 4rem);
}

.visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.cropMark {
  position: absolute;
  z-index: 1;
  color: var(--graphite);
  font-family: var(--fontMono);
  font-size: 0.9rem;
  line-height: 1;
}

.cropMarkTopLeft { top: 10px; left: 12px; }
.cropMarkTopRight { top: 10px; right: 12px; }
.cropMarkBottomLeft { bottom: 10px; left: 12px; }
.cropMarkBottomRight { bottom: 10px; right: 12px; }

.sheetHeader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.35rem 2rem;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--hairline);
  font-family: var(--fontMono);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--graphite);
}

.hero {
  padding-top: clamp(3.5rem, 11vh, 7.5rem);
  padding-bottom: clamp(3.5rem, 9vh, 6rem);
}

.hero > * {
  animation: riseIn 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero > .tagline { animation-delay: 0.25s; }
.hero > .status { animation-delay: 0.5s; }

.wordmark {
  font-size: clamp(4.25rem, 15vw, 11rem);
  font-weight: 500;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  letter-spacing: -0.02em;
  line-height: 0.85;
}

.wordmarkLine {
  display: block;
}

.wordmarkLineShifted {
  margin-left: clamp(2.5rem, 14vw, 10rem);
}

.tagline {
  margin-top: clamp(1.5rem, 3.5vw, 2.5rem);
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-style: italic;
  font-weight: 420;
}

.status {
  margin-top: clamp(1.25rem, 3vw, 2rem);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.struck {
  position: relative;
  text-decoration: none;
}

.struck::after {
  content: "";
  position: absolute;
  top: 52%;
  left: -0.1em;
  width: calc(100% + 0.2em);
  height: 0.09em;
  background: var(--orange);
  transform: rotate(-2deg);
  transform-origin: left center;
  animation: strikeThrough 0.5s ease-out 1s both;
}

.correction {
  display: inline-block;
  position: relative;
  top: -0.12em;
  transform: rotate(-1.5deg);
  color: var(--orange);
  font-variation-settings: "SOFT" 0, "WONK" 1;
  animation: riseIn 0.6s ease-out 1.45s both;
}

.tapeWrapper {
  width: 106vw;
  margin-left: -3vw;
  transform: rotate(-1.4deg);
  background: var(--orange);
  overflow: hidden;
}

.tapeTrack {
  display: flex;
  width: max-content;
  animation: tapeScroll 40s linear infinite;
}

.tapeContent {
  padding: 0.6em 0;
  font-family: var(--fontMono);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #1a150d;
}

.manifesto {
  max-width: 46rem;
  margin-left: max(clamp(1.25rem, 5vw, 4rem), calc(50vw - 37rem + 12rem));
  padding-top: clamp(4.5rem, 12vh, 8rem);
}

.manifestoLead {
  font-size: clamp(1.9rem, 4.5vw, 3.1rem);
  font-weight: 440;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.squiggle {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 0.055em;
  text-underline-offset: 0.14em;
}

.manifesto p {
  margin-top: 1.4rem;
  max-width: 38rem;
}

.manifesto em,
.beliefStatement em {
  font-style: normal;
  color: var(--orange);
}

.spec {
  padding-top: clamp(4.5rem, 12vh, 8rem);
}

.specTitle {
  font-family: var(--fontMono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--graphite);
}

.specIntro {
  margin-top: 0.9rem;
  max-width: 34rem;
  font-style: italic;
  color: var(--graphite);
}

.specList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
  gap: 1.9rem 3.5rem;
  margin-top: 2.4rem;
  padding: 0;
  list-style: none;
}

.specList li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--hairline);
  font-size: 1.08rem;
  line-height: 1.4;
}

.specNumber {
  font-family: var(--fontMono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--orange);
  padding-top: 0.3em;
}

.belief {
  max-width: 52rem;
  padding-top: clamp(5rem, 14vh, 9rem);
}

.beliefStatement {
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  font-style: italic;
  font-weight: 420;
  line-height: 1.32;
}

.contact {
  padding-top: clamp(4.5rem, 12vh, 8rem);
  padding-bottom: clamp(3rem, 7vh, 5rem);
}

.contactLine {
  color: var(--graphite);
}

.contactLink {
  display: inline-block;
  margin-top: 0.7rem;
  font-size: clamp(1.3rem, 2.6vw, 1.7rem);
  color: var(--blueprint);
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.16em;
}

.contactLink:hover {
  text-decoration-style: wavy;
  color: var(--orange);
}

a:focus-visible {
  outline: 2px solid var(--blueprint);
  outline-offset: 4px;
}

footer {
  width: 100%;
  padding-bottom: 3rem;
}

.colophon {
  font-family: var(--fontMono);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--graphite);
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
}

@keyframes strikeThrough {
  from {
    transform: rotate(-2deg) scaleX(0);
  }
}

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

@media (max-width: 600px) {
  .manifesto {
    margin-left: auto;
  }

}

@media (prefers-reduced-motion: reduce) {
  .hero > *,
  .struck::after,
  .correction,
  .tapeTrack {
    animation: none;
  }
}
