@charset "UTF-8";

:root {
  --ink: #191a18;
  --paper: #e6e4db;
  --muted: #8f9289;
  --line: rgba(230, 228, 219, 0.2);
  --signal: #f16a4f;
  --violet: #a3a2ff;
  --lime: #d8ef69;
  --display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

body {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--display);
  -webkit-font-smoothing: antialiased;
}

body::before,
body::after {
  position: fixed;
  pointer-events: none;
  content: "";
}

body::before {
  inset: 0;
  opacity: 0.18;
  background-image: linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent, black 15%, black 85%, transparent);
}

body::after {
  top: -20vh;
  right: -10vw;
  width: 55vw;
  height: 80vh;
  border-radius: 50%;
  background: var(--violet);
  filter: blur(120px);
  opacity: 0.1;
}

button:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 6px;
}

.announcement {
  position: relative;
  display: grid;
  width: min(100% - 3rem, 1380px);
  height: min(100svh - 3rem, 860px);
  min-height: 540px;
  margin: 1.5rem auto;
  padding: clamp(1.2rem, 3vw, 3rem);
  grid-template-rows: auto 1fr auto;
  border: 1px solid var(--line);
  isolation: isolate;
}

.announcement::before,
.announcement::after {
  position: absolute;
  z-index: -1;
  right: 9%;
  bottom: 8%;
  width: clamp(180px, 24vw, 340px);
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
}

.announcement::before {
  border: 1px solid rgba(161, 160, 255, 0.35);
  transform: rotate(-18deg) scaleY(0.52);
}

.announcement::after {
  right: 12%;
  bottom: 14%;
  border: 1px solid rgba(241, 106, 79, 0.32);
  transform: rotate(28deg) scaleY(0.52);
}

.wordmark,
.signature,
.status-line,
.status-slip,
.anomaly {
  font-family: var(--mono);
  text-transform: uppercase;
}

.wordmark {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.mark {
  display: inline-flex;
  width: 42px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--paper);
  color: var(--paper);
  font-weight: 700;
  letter-spacing: -0.12em;
  white-space: nowrap;
}

.mark span { color: var(--signal); }

.announcement-copy {
  align-self: center;
  padding: 5vh 8vw 4vh 7vw;
}

.status-line {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  margin: 0 0 1.4rem;
  color: var(--lime);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}

.status-line span {
  color: var(--signal);
  font-size: 0.75rem;
}

h1 {
  max-width: 930px;
  margin: 0;
  color: var(--paper);
  font-size: clamp(4.5rem, 11.5vw, 11rem);
  font-weight: 500;
  letter-spacing: -0.095em;
  line-height: 0.78;
}

h1 em {
  color: var(--signal);
  font-family: var(--serif);
  font-size: 1.06em;
  font-weight: 400;
  letter-spacing: -0.1em;
}

.subline {
  max-width: 360px;
  margin: 2.2rem 0 0 0.4rem;
  color: #b8b8ae;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.35;
}

.status-slip {
  position: absolute;
  right: clamp(2rem, 9vw, 9rem);
  bottom: 17%;
  display: grid;
  gap: 1rem;
  width: min(240px, 25vw);
  padding: 1rem;
  border: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 8px 8px 0 var(--signal);
  transform: rotate(5deg);
}

.status-slip div { display: grid; gap: 0.35rem; }

.status-slip span {
  color: #6f716b;
  font-size: 0.55rem;
  letter-spacing: 0.08em;
}

.status-slip strong {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.status-slip strong:last-child { color: var(--signal); }

.anomaly {
  position: absolute;
  right: clamp(1.2rem, 3vw, 3rem);
  bottom: clamp(1.2rem, 3vw, 3rem);
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 0.7rem;
  align-items: baseline;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-align: right;
}

.anomaly:hover strong { color: var(--signal); }

.anomaly-label {
  color: var(--muted);
  font-size: 0.55rem;
}

.anomaly strong {
  color: var(--violet);
  font-weight: 400;
  text-transform: lowercase;
}

.anomaly-arrow {
  color: var(--signal);
  font-size: 1rem;
}

.anomaly-note {
  position: absolute;
  right: clamp(1.2rem, 3vw, 3rem);
  bottom: 5.2rem;
  margin: 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.62rem;
  line-height: 1.5;
  text-align: right;
}

.signature {
  align-self: end;
  margin: 0;
  color: var(--muted);
  font-size: 0.57rem;
  letter-spacing: 0.08em;
}

@media (max-width: 700px) {
  .announcement {
    width: calc(100% - 1.5rem);
    height: calc(100svh - 1.5rem);
    min-height: 0;
    margin: 0.75rem auto;
    padding: 1.1rem;
  }

  .announcement-copy { padding: 5vh 0 14vh; }

  h1 { font-size: clamp(3.8rem, 16vw, 7rem); }

  .subline {
    max-width: 260px;
    margin-top: 1.8rem;
    font-size: 0.98rem;
  }

  .status-slip {
    right: 1.1rem;
    bottom: 20%;
    width: 190px;
    padding: 0.8rem;
  }

  .anomaly {
    right: 1.1rem;
    bottom: 3.3rem;
    grid-template-columns: 1fr auto;
    gap: 0.25rem 0.6rem;
    max-width: 220px;
  }

  .anomaly-label { grid-column: 1 / -1; }
  .anomaly strong { grid-column: 1; }
  .anomaly-arrow { grid-column: 2; grid-row: 2; }

  .anomaly-note {
    right: 1.1rem;
    bottom: 6.2rem;
  }
}

@media (max-height: 650px) and (min-width: 701px) {
  .announcement-copy { padding-top: 2vh; padding-bottom: 2vh; }
  h1 { font-size: clamp(4rem, 10vw, 8rem); }
  .status-slip { bottom: 13%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
