body {
  min-width: 320px;
  background: #fff;
  font-size: 15px;
}
.campaign-header {
  position: sticky;
  inset-block-start: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  width: 100%;
  max-width: none;
  min-height: 76px;
  padding: 12px 30px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
.brand-lockup {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 12px;
  min-height: 44px;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
}
.brand-lockup__eye {
  display: block;
  flex: 0 0 auto;
  width: clamp(86px, 8.5vw, 128px);
  aspect-ratio: 1476 / 480;
  transition: none;
}
.brand-lockup__eye,
.logo-flight {
  clip-path: polygon(
    9% 50%, 13% 48%, 17% 40%, 22% 30%, 30% 20%, 40% 12%,
    50% 9%, 60% 12%, 70% 20%, 78% 30%, 83% 40%, 87% 48%,
    91% 50%, 87% 52%, 83% 61%, 78% 71%, 70% 82%, 60% 91%,
    50% 95%, 40% 91%, 30% 82%, 22% 71%, 17% 61%, 13% 52%
  );
}
.brand-lockup__eye img,
.logo-flight img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wordmark {
  transition: opacity 180ms ease;
}
.site-nav {
  justify-self: center;
  gap: 28px;
}
.site-nav a,
.header-actions a,
.bag-trigger,
.evidence-trigger {
  min-height: 44px;
  color: var(--ink);
  font-size: .9rem;
  text-decoration: none;
}
.site-nav a {
  min-width: auto;
}
.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 24px;
}
.header-actions a {
  display: inline-flex;
  align-items: center;
}
.bag-trigger,
.evidence-trigger {
  border: 0;
  background: transparent;
  padding: 0;
}
.evidence-trigger {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.logo-flight {
  position: fixed;
  z-index: 60;
  display: block;
  width: min(72vw, 1080px);
  aspect-ratio: 1476 / 480;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transform-origin: center;
  will-change: transform;
}
.logo-flight[hidden] {
  display: none;
}
.logo-flight-active .brand-lockup__eye,
.logo-flight-active .wordmark {
  opacity: 0;
  transition: none;
}
.hero {
  position: relative;
  min-height: calc(100svh - 76px);
  overflow: hidden;
  background: #ebe9e5;
  transition: min-height 600ms cubic-bezier(.16, 1, .3, 1);
}
.logo-flight-landed .hero {
  min-height: 0;
}
.logo-flight-landed .hero__microcopy {
  opacity: 0;
}
.hero__microcopy {
  position: absolute;
  inset: auto 30px 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #353535;
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero__microcopy span:nth-child(2) {
  text-align: center;
}
.hero__microcopy span:last-child {
  text-align: right;
}
.ticker {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 32px;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 13px 30px;
  color: #444;
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.editorial-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: #fff;
}
.editorial-row--tight {
  margin-top: 2px;
}
.editorial {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ebe9e5;
  color: #fff;
  text-decoration: none;
}
.editorial img {
  display: block;
  width: 100%;
  height: min(86svh, 900px);
  object-fit: cover;
  transition: transform 900ms cubic-bezier(.16, 1, .3, 1);
}
.editorial:hover img {
  transform: scale(1.02);
}
.editorial--frame {
  background: #0d0d0d;
}
.editorial--frame img {
  height: auto;
  object-fit: contain;
}
.editorial--frame:hover img {
  transform: none;
}
.editorial__caption {
  position: absolute;
  inset: auto auto 26px 26px;
  font-size: 1.05rem;
  letter-spacing: -.01em;
  text-shadow: 0 1px 18px rgba(0, 0, 0, .38);
}
.editorial:focus-visible {
  outline: 3px solid #111;
  outline-offset: -3px;
}
.collection {
  padding: 96px 30px 140px;
  background: #fff;
}
.statement {
  display: grid;
  grid-template-columns: minmax(0, .52fr) minmax(0, .48fr);
  align-items: start;
  gap: 48px 64px;
  padding: 120px 30px 116px;
  background: #fff;
}
.statement__label {
  grid-column: 1 / -1;
  margin: 0;
  color: #666;
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.statement h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.4vw, 4.4rem);
  letter-spacing: -.045em;
  line-height: .98;
}
.statement__body p {
  max-width: 46ch;
  margin: 0 0 18px;
  font-size: 1.02rem;
}
.statement__body em {
  font-style: italic;
}
.poster {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  align-items: end;
  gap: 40px;
  padding: 64px 30px 72px;
  background: #efece7;
}
.poster img {
  display: block;
  justify-self: center;
  width: min(100%, 760px);
  height: auto;
}
.poster__aside {
  padding-bottom: 8px;
}
.poster__label {
  margin: 0 0 14px;
  color: #666;
  font-family: var(--mono);
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.poster__line {
  max-width: 22ch;
  margin: 0 0 22px;
  font-size: 1.35rem;
  letter-spacing: -.02em;
  line-height: 1.15;
}
.poster__link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-bottom: 1px solid #111;
  color: #111;
  font-size: .88rem;
  text-decoration: none;
}
/* Status of the file — the honest production state, driven by js/drop-config.js */
.status {
  border-top: 1px solid #111;
  padding: 72px 30px 88px;
  background: var(--paper);
}
.status__label {
  margin: 0;
  color: #666;
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.status h2 {
  margin: 12px 0 44px;
  max-width: 18ch;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  letter-spacing: -.05em;
  line-height: .95;
}
.status__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 72px;
  align-items: start;
}
.status__table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.status__table th,
.status__table td {
  border-bottom: 1px solid #d7d7d7;
  padding: 16px 20px 16px 0;
  vertical-align: top;
}
.status__table tbody th {
  width: 55%;
  font-size: .92rem;
  font-weight: 600;
}
.status__value {
  color: #8a8a8a;
  font-family: var(--mono);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
[data-status-value="passed"] .status__value,
[data-status-value="open"] .status__value,
[data-status-value="received"] .status__value {
  color: #111;
}
[data-status-value="failed"] .status__value {
  color: var(--crimson);
}
.status__timeline-label,
.status__note {
  margin: 0 0 14px;
  color: #666;
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.status__note {
  margin: 28px 0 0;
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--sans);
  font-size: .82rem;
  line-height: 1.5;
}
.status__note a {
  color: inherit;
}
.status__timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #d7d7d7;
  background: #d7d7d7;
}
.status__stage {
  display: grid;
  gap: 8px;
  min-height: 96px;
  padding: 14px 16px;
  background: #fff;
  color: #8a8a8a;
  font-size: .8rem;
  line-height: 1.25;
}
.status__stage-number {
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .08em;
}
.status__stage--done {
  color: #111;
  background: #efedea;
}
.status__stage--current {
  color: #111;
  background: #111;
  color: #fff;
}
.status__facts {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
}
.status__facts div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d7d7d7;
  padding: 8px 0;
  font-size: .9rem;
}
.status__facts dt {
  font-weight: 600;
}
.status__facts dd {
  margin: 0;
  font-family: var(--mono);
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.status__next {
  margin: 0;
  max-width: 52ch;
  color: #444;
  font-size: 1rem;
  line-height: 1.5;
}
.status h2 {
  max-width: 24ch;
}
.status__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 28px;
}
.status .status__button {
  width: auto;
  min-width: 260px;
  padding-inline: 28px;
}
.status__log {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  white-space: nowrap;
  color: #666;
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-underline-offset: 4px;
}
.collection__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 40px;
  border-top: 1px solid #111;
  padding-top: 24px;
}
.collection__cta p {
  margin: 0;
  max-width: 44ch;
  font-size: .95rem;
}
.collection .collection__cta-button {
  width: auto;
  min-width: 260px;
  padding-inline: 28px;
}
.compare {
  border-top: 1px solid #111;
  padding: 72px 30px 112px;
  background: #fff;
}
.compare__label {
  margin: 0;
  color: #666;
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.compare h2 {
  margin: 12px 0 44px;
  font-size: clamp(2.6rem, 6vw, 6rem);
  letter-spacing: -.055em;
}
.compare__table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.compare__table th,
.compare__table td {
  border-bottom: 1px solid #d7d7d7;
  padding: 22px 28px 22px 0;
  vertical-align: top;
}
.compare__table thead th {
  border-bottom: 1px solid #111;
  padding-bottom: 14px;
  font-family: var(--mono);
  font-size: .72rem;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.compare__table tbody th {
  width: 18%;
  font-size: .92rem;
  font-weight: 600;
}
.compare__table td {
  width: 41%;
  color: #8a8a8a;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.3;
}
.compare__table td.compare__mine {
  color: #111;
}
.compare__table thead th.compare__mine {
  color: #111;
  font-weight: 700;
}
.compare__footnote {
  margin: 26px 0 0;
  color: #666;
  font-family: var(--mono);
  font-size: .7rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.collection__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 80px;
}
.collection__header h2 {
  margin: 10px 0 0;
  font-size: clamp(3.5rem, 7vw, 8rem);
  letter-spacing: -.06em;
}
.collection__header > p {
  max-width: 32ch;
  margin: 0;
  text-align: right;
}
.collection__eyebrow,
.collection__toolbar {
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.collection__toolbar {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-block: 1px solid #d7d7d7;
}
.manifesto {
  display: grid;
  grid-template-columns: .38fr 1fr .62fr;
  align-items: end;
  gap: 48px;
  min-height: 82svh;
  padding: 72px 30px;
  background: #111;
  color: #fff;
}
.manifesto h2 {
  margin: 0;
  font-size: clamp(3.4rem, 8vw, 9rem);
  letter-spacing: -.07em;
  line-height: .78;
  text-transform: uppercase;
}
.manifesto p {
  margin: 0;
}
.manifesto__body p {
  max-width: 46ch;
  margin-bottom: 16px;
}
.manifesto__body blockquote {
  margin: 0 0 24px;
  border-inline-start: 2px solid #444;
  padding-inline-start: 22px;
}
.manifesto__body blockquote p {
  font-size: 1.05rem;
  line-height: 1.45;
}
.manifesto__sign {
  color: #b9b9b9;
  font-family: var(--mono);
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 12px 40px;
  width: 100%;
  max-width: none;
  padding-inline: 30px;
  background: #fff;
  color: #111;
}
.site-footer nav {
  justify-self: end;
}
.site-footer__disclaimer {
  grid-column: 1 / -1;
  max-width: 78ch;
  color: #666;
  font-size: .78rem;
}
@media (max-width: 980px) {
  .campaign-header {
    grid-template-columns: 1fr auto;
  }
  .site-nav {
    display: none;
  }
  .manifesto {
    grid-template-columns: 1fr;
    align-content: end;
  }
  .statement {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 88px 80px;
  }
  .poster {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .status__layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .collection__cta,
  .status__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .status__button {
    min-width: 0;
  }
  .collection__cta-button {
    min-width: 0;
  }
  .editorial img {
    height: min(62svh, 620px);
  }
}
@media (max-width: 600px) {
  .campaign-header {
    position: relative;
    padding-inline: 20px;
  }
  .header-actions a {
    display: none;
  }
  .evidence-trigger {
    font-size: .8rem;
  }
  .status {
    padding: 56px 20px 64px;
  }
  .status__timeline {
    grid-template-columns: repeat(2, 1fr);
  }
  .status__table tbody th {
    width: 50%;
  }
  .brand-lockup__eye {
    width: 80px;
  }
  .wordmark {
    font-size: .8rem;
  }
  .logo-flight {
    width: min(86vw, 520px);
  }
  .hero {
    min-height: 72svh;
  }
  .hero__microcopy {
    inset-inline: 20px;
    grid-template-columns: 1fr auto;
  }
  .hero__microcopy span:nth-child(2) {
    display: none;
  }
  .collection {
    padding: 72px 20px 96px;
  }
  .ticker {
    padding-inline: 20px;
    font-size: .62rem;
  }
  .ticker span:nth-child(2),
  .ticker span:last-child {
    display: none;
  }
  .editorial-row {
    grid-template-columns: 1fr;
  }
  .editorial img {
    height: min(78svh, 640px);
  }
  .editorial__caption {
    inset: auto auto 18px 20px;
  }
  .statement {
    padding-inline: 20px;
  }
  .poster {
    padding: 40px 20px 48px;
  }
  .compare {
    padding: 56px 20px 88px;
  }
  .compare__table thead {
    display: none;
  }
  .compare__table,
  .compare__table tbody,
  .compare__table tr,
  .compare__table th,
  .compare__table td {
    display: block;
    width: auto;
  }
  .compare__table tr {
    border-bottom: 1px solid #111;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .compare__table tbody th {
    border: 0;
    padding: 0 0 10px;
    font-family: var(--mono);
    font-size: .72rem;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .compare__table td {
    border: 0;
    padding: 0 0 10px;
    font-size: 1.02rem;
  }
  .compare__table td::before {
    display: block;
    color: #666;
    font-family: var(--mono);
    font-size: .62rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    content: "Meta";
  }
  .compare__table td.compare__mine::before {
    color: #111;
    content: "FACECRIME";
  }
  .site-footer {
    grid-template-columns: 1fr;
  }
  .collection__header {
    display: block;
    margin-bottom: 48px;
  }
  .collection__header > p {
    margin-top: 24px;
    text-align: left;
  }
  .collection__header h2 {
    font-size: 3.75rem;
  }
  .manifesto {
    padding: 64px 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .logo-flight {
    display: none !important;
  }
  .brand-lockup__eye,
  .wordmark {
    opacity: 1 !important;
    transition: none;
  }
}

/* ---------------------------------------------------------------------------
   Mobile first. The phone is the shop: the header stays reachable, the nav
   exists (it used to vanish below 980px), and every control clears 44px.
   --------------------------------------------------------------------------- */
.menu-trigger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-inline-start: -10px;
  border: 0;
  background: transparent;
  padding: 0;
}
.menu-trigger__bars,
.menu-trigger__bars::before,
.menu-trigger__bars::after {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--ink);
  content: "";
}
.menu-trigger__bars {
  position: relative;
}
.menu-trigger__bars::before { position: absolute; top: -7px; }
.menu-trigger__bars::after { position: absolute; top: 7px; }

.site-menu:not([open]) { display: none; }
.site-menu[open] {
  display: flex;
  flex-direction: column;
}
.site-menu {
  width: 100vw;
  max-width: 100vw;
  height: 100dvh;
  max-height: 100dvh;
  inset: 0;
  border: 0;
  background: var(--paper);
  padding: 0 24px calc(28px + env(safe-area-inset-bottom));
}
.site-menu::backdrop { background: rgba(17, 17, 17, .5); }
.site-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  margin-inline: -24px;
  border-bottom: 1px solid var(--line);
  padding-inline: 24px 14px;
}
.site-menu__label {
  color: #666;
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.site-menu__nav {
  display: flex;
  flex-direction: column;
  padding-block: 8px 24px;
}
.site-menu__nav a {
  display: flex;
  align-items: center;
  min-height: 56px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 1.15rem;
  letter-spacing: -.01em;
  text-decoration: none;
}
.site-menu .site-menu__cta {
  width: 100%;
  margin-top: auto;
}

@media (max-width: 980px) {
  .menu-trigger { display: inline-flex; }
  .campaign-header { grid-template-columns: auto 1fr auto; align-items: center; }
  .brand-lockup { justify-self: start; }
}

@media (max-width: 600px) {
  /* the header follows you down the page — the bag and the menu are never a scroll away */
  .campaign-header {
    position: sticky;
    top: 0;
    z-index: 70;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding-block: 6px;
  }
  .logo-flight-active .campaign-header { position: relative; }
  .header-actions { gap: 14px; }
  .bag-trigger { min-height: 44px; display: inline-flex; align-items: center; }
  .evidence-trigger { display: none; }        /* lives in the menu and on every card */

  /* two per row: the collection is scannable in two screens instead of eight */
  .collection { padding-inline: 16px; }
  .collection__toolbar { font-size: .62rem; gap: 12px; }
  .collection__cta { margin-top: 32px; }
  .status__actions { gap: 16px; }
  .site-footer nav a { min-height: 44px; display: inline-flex; align-items: center; }
}

/* ---------------------------------------------------------------------------
   CRT interference on the campaign images.
   The viewfinder frames already read as a surveillance screen — "target lock: failed",
   "data poisoning detected" — so hovering one jams the signal. Pointer devices only, and
   stilled entirely under reduced motion. The channel split animates `filter` and never
   `transform`, so the existing hover scale (and the frames' deliberate lack of one) survives.
   --------------------------------------------------------------------------- */
@media (hover: hover) and (pointer: fine) {
  .editorial::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    background-image:
      repeating-linear-gradient(to bottom, rgba(0, 0, 0, .24) 0 1px, transparent 1px 3px),
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
    background-size: 100% 100%, 140px 140px;
    mix-blend-mode: overlay;
    transition: opacity 260ms ease;
  }
  .editorial:hover::after,
  .editorial:focus-visible::after {
    opacity: .45;
    animation: crt-roll-tall 3.2s linear infinite, crt-flicker-editorial 150ms steps(2, end) 5;
  }
  /* The frames are already a screen, so they take the interference harder. */
  .editorial--frame:hover::after,
  .editorial--frame:focus-visible::after {
    opacity: .62;
  }
  .editorial:hover img,
  .editorial:focus-visible img {
    animation: crt-split-filter 460ms steps(3, end) 1;
  }
  .editorial__caption {
    z-index: 3;                      /* the caption stays legible through the interference */
  }
}
@keyframes crt-roll-tall {
  from { background-position: 0 0, 0 0; }
  to   { background-position: 0 0, 0 140px; }
}
@keyframes crt-flicker-editorial {
  0%   { opacity: .45; }
  50%  { opacity: .2; }
  100% { opacity: .45; }
}
/* filter only — never transform, or it would fight .editorial:hover img's scale */
@keyframes crt-split-filter {
  0%   { filter: drop-shadow(-4px 0 rgba(232, 0, 0, .75)) drop-shadow(4px 0 rgba(0, 190, 232, .75)); }
  50%  { filter: drop-shadow(3px 0 rgba(232, 0, 0, .45)) drop-shadow(-3px 0 rgba(0, 190, 232, .45)); }
  100% { filter: none; }
}

@media (prefers-reduced-motion: reduce) {
  .editorial::after,
  .editorial:hover::after,
  .editorial:focus-visible::after,
  .editorial:hover img,
  .editorial:focus-visible img {
    animation: none;
  }
  .editorial::after { display: none; }
}
