:root {
  color-scheme: dark;
  --space: #03090c;
  --space-soft: #07151a;
  --panel: #0a1d23;
  --panel-raised: #0d252c;
  --cream: #f2e6cf;
  --cream-soft: #d5d1c4;
  --muted: #9fb5b5;
  --dim: #718989;
  --teal: #65ded4;
  --green: #92d394;
  --gold: #e4b85f;
  --rust: #d07758;
  --blue: #80afd0;
  --line: rgba(156, 191, 188, 0.22);
  --line-bright: rgba(101, 222, 212, 0.5);
  --line-gold: rgba(228, 184, 95, 0.52);
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
  --shell: min(1180px, calc(100% - 40px));
  font-family: "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  background: var(--space);
}

body {
  min-width: 320px;
  margin: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 63px, rgba(101, 222, 212, 0.018) 63px 64px),
    linear-gradient(180deg, #06141a 0%, #03090c 38%, #071210 100%);
  color: var(--cream);
  line-height: 1.55;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

h1,
h2,
h3,
p,
blockquote,
dl,
dd {
  margin: 0;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  transform: translateY(-150%);
  border: 1px solid var(--gold);
  border-radius: 4px;
  background: var(--space);
  padding: 10px 14px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  border-top: 3px solid var(--gold);
  border-bottom: 1px solid var(--line);
  background: rgba(3, 12, 16, 0.94);
  padding: 8px clamp(16px, 3vw, 44px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border: 1px solid var(--line-gold);
  border-radius: 7px;
  object-fit: cover;
}

.brand span {
  min-width: 0;
}

.brand strong,
.footer-brand strong {
  display: block;
  color: var(--gold);
  font-family: Copperplate, Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: 1;
}

.brand small {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.67rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  gap: 4px;
}

.site-nav a,
.issue-pill {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--cream-soft);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.03em;
  padding: 0 12px;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.issue-pill:hover,
.issue-pill:focus-visible {
  border-color: var(--line-bright);
  color: #fff;
  outline: none;
}

.issue-pill {
  gap: 8px;
  border-color: var(--line-gold);
  color: var(--gold);
}

.live-dot,
.status-light {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(146, 211, 148, 0.72);
}

.hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  isolation: isolate;
}

.hero-image,
.hero-wash,
.hero-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: center;
}

.hero-wash {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 11, 15, 0.96) 0%, rgba(3, 14, 19, 0.86) 33%, rgba(3, 13, 17, 0.2) 66%, rgba(2, 9, 12, 0.25) 100%),
    linear-gradient(0deg, rgba(2, 9, 12, 0.9), transparent 44%);
}

.hero-grid {
  z-index: -1;
  opacity: 0.45;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(101, 222, 212, 0.11) 50%, transparent calc(50% + 1px)),
    repeating-linear-gradient(90deg, rgba(101, 222, 212, 0.07) 0 1px, transparent 1px 80px);
  mask-image: linear-gradient(90deg, black, transparent 72%);
}

.hero-inner {
  width: var(--shell);
  margin: 0 auto;
  padding: 118px 0 112px;
}

.eyebrow,
.category-label,
.note-kicker {
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  margin-top: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.4rem, 9.8vw, 9rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.76;
  text-wrap: balance;
}

.hero h1 span {
  display: block;
  margin: 0 0 9px 0.45em;
  color: var(--gold);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.12em;
  font-weight: 900;
  letter-spacing: 0.4em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-deck {
  max-width: 610px;
  margin-top: 34px;
  color: #e6e2d5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.12rem, 2vw, 1.4rem);
  line-height: 1.5;
}

.issue-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 24px 0 30px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.issue-meta span + span::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 16px 2px 0;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-bright);
  border-radius: 5px;
  background: rgba(10, 31, 38, 0.78);
  color: var(--cream);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 0 18px;
  text-transform: uppercase;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.button-primary {
  border-color: var(--line-gold);
  background: linear-gradient(180deg, rgba(228, 184, 95, 0.26), rgba(111, 74, 27, 0.26));
  color: #f2cc79;
}

.hero-note {
  position: absolute;
  right: clamp(20px, 4vw, 64px);
  bottom: 44px;
  width: min(310px, calc(100% - 40px));
  border-top: 1px solid var(--line-gold);
  background: rgba(4, 17, 22, 0.76);
  padding: 16px 18px 18px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-note p {
  margin-top: 7px;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.hero-note small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.5;
}

.hero-credit {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: clamp(20px, 4vw, 64px);
  max-width: min(520px, calc(100% - 40px));
  color: rgba(242, 230, 207, 0.82);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.9);
}

.signal-tape {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 3vw, 34px);
  overflow: hidden;
  border-block: 1px solid var(--line-gold);
  background: #e1b45a;
  color: #102126;
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  padding: 0 18px;
  text-transform: uppercase;
  white-space: nowrap;
}

.signal-tape i {
  width: 4px;
  height: 4px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #102126;
  opacity: 0.5;
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.highlights {
  padding-block: 90px 110px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: 46px;
  margin-bottom: 34px;
}

.section-heading h2,
.feature h2,
.dispatch h2 {
  max-width: 780px;
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4.6vw, 3.85rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.section-heading > p {
  border-left: 1px solid var(--line);
  color: var(--muted);
  padding-left: 22px;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.highlight-card {
  position: relative;
  display: grid;
  min-height: 300px;
  align-content: space-between;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(155deg, rgba(14, 39, 47, 0.96), rgba(4, 15, 20, 0.98));
  padding: 20px;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.highlight-card::after {
  position: absolute;
  inset: 7px;
  border: 1px solid transparent;
  border-image: linear-gradient(135deg, rgba(228, 184, 95, 0.35), transparent 28%, transparent 72%, rgba(101, 222, 212, 0.22)) 1;
  content: "";
  pointer-events: none;
}

.highlight-card:hover,
.highlight-card:focus-visible {
  border-color: var(--card-accent, var(--teal));
  background: linear-gradient(155deg, rgba(17, 47, 56, 0.98), rgba(5, 19, 24, 0.98));
  outline: none;
  transform: translateY(-5px);
}

.highlight-gameplay { --card-accent: var(--teal); }
.highlight-users { --card-accent: var(--gold); }
.highlight-news { --card-accent: var(--blue); }
.highlight-community { --card-accent: var(--green); }

.category-letter {
  color: var(--card-accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6.7rem;
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.74;
  opacity: 0.9;
}

.highlight-card .category-label {
  color: var(--card-accent);
}

.highlight-card h3 {
  margin-top: 10px;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.18;
}

.highlight-card p:last-child {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.55;
}

.card-arrow {
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--card-accent);
  font-size: 1.2rem;
}

.feature {
  position: relative;
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) minmax(290px, 0.55fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
  border-top: 1px solid var(--line);
  padding-block: 90px;
}

.feature-marker {
  position: sticky;
  top: 96px;
  display: grid;
  justify-items: start;
  color: var(--section-accent, var(--teal));
}

.feature-marker span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(6rem, 10vw, 9rem);
  letter-spacing: -0.08em;
  line-height: 0.75;
}

.feature-marker small {
  margin-top: 14px;
  color: var(--dim);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.feature-gameplay { --section-accent: var(--teal); }
.feature-users { --section-accent: var(--gold); }
.feature-news { --section-accent: var(--blue); }
.feature-community { --section-accent: var(--green); }

.feature .category-label {
  color: var(--section-accent);
}

.feature-copy {
  min-width: 0;
}

.feature-lede {
  max-width: 720px;
  margin-top: 18px;
  color: var(--cream-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.58;
}

.feature-followup {
  max-width: 720px;
  margin-top: 18px;
  color: var(--cream);
  font-weight: 750;
}

.feature blockquote {
  margin-top: 32px;
  border-left: 3px solid var(--section-accent);
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-style: italic;
  padding: 5px 0 5px 22px;
}

.feature cite {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem;
  font-style: normal;
}

.field-steps {
  display: grid;
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.field-steps > div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}

.field-steps b {
  color: var(--section-accent);
  font-size: 0.7rem;
}

.field-steps span {
  color: var(--muted);
  font-size: 0.87rem;
}

.field-steps strong {
  display: block;
  margin-bottom: 2px;
  color: var(--cream);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  color: var(--section-accent, var(--teal));
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: color 160ms ease, transform 160ms ease;
}

.tip-card,
.status-board {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(15, 41, 48, 0.9), rgba(5, 18, 23, 0.95));
  padding: 24px;
  box-shadow: var(--shadow);
}

.tip-card {
  border-top-color: var(--teal);
}

.tip-card > strong {
  display: block;
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.15;
}

.tip-card ol {
  display: grid;
  gap: 12px;
  margin: 22px 0;
  color: var(--cream-soft);
  padding-left: 20px;
}

.tip-card li::marker {
  color: var(--teal);
  font-weight: 900;
}

.tip-card small {
  display: block;
  border-top: 1px solid var(--line);
  color: var(--dim);
  padding-top: 16px;
}

.feature-users,
.feature-community {
  grid-template-columns: 130px minmax(0, 1fr);
}

.feature-users .feature-photo,
.feature-users .feature-copy,
.feature-community .feature-photo,
.feature-community .feature-copy {
  grid-column: 2;
}

.feature-users .feature-copy,
.feature-community .feature-copy {
  max-width: 820px;
}

.feature-users .feature-photo,
.feature-users .feature-photo img {
  min-height: 0;
  aspect-ratio: 3 / 2;
}

.feature-users .feature-photo img {
  object-position: center;
}

.feature-community .maker-hunt-photo,
.feature-community .maker-hunt-photo img {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.feature-community .maker-hunt-photo img {
  object-position: center bottom;
}

.feature-photo {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.feature-photo img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
}

.feature-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 11, 14, 0.96), transparent 46%);
  content: "";
}

.feature-photo p {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: var(--cream-soft);
  font-size: 0.8rem;
}

.feature-photo p span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.spotlight-details {
  display: grid;
  margin: 34px 0 28px;
  border-top: 1px solid var(--line);
}

.spotlight-details > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
}

.spotlight-details dt {
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.spotlight-details dd {
  color: var(--cream-soft);
}

.news-brief {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  border-block: 1px solid var(--line);
}

.news-brief > div {
  min-height: 120px;
  border-right: 1px solid var(--line);
  padding: 18px;
}

.news-brief > div:last-child {
  border-right: 0;
}

.news-brief span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-brief strong {
  display: block;
  color: var(--cream-soft);
  font-size: 0.84rem;
}

.source-line {
  margin-top: 24px;
  color: var(--muted);
  font-size: 0.85rem;
}

.source-line span {
  color: var(--cream);
  font-weight: 850;
}

.news-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
}

.status-board {
  padding: 0;
  border-top-color: var(--blue);
}

.status-board-head,
.status-board > div:not(.status-board-head) {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding: 16px 18px;
}

.status-board-head {
  justify-content: space-between;
  color: var(--blue);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.status-board-head b {
  color: var(--dim);
  font-size: 0.58rem;
}

.status-board p {
  display: grid;
}

.status-board strong {
  color: var(--cream-soft);
  font-size: 0.85rem;
}

.status-board small {
  color: var(--dim);
}

.status-light.amber { background: var(--gold); box-shadow: 0 0 12px rgba(228, 184, 95, 0.7); }
.status-light.blue { background: var(--blue); box-shadow: 0 0 12px rgba(128, 175, 208, 0.7); }

.status-updated {
  color: var(--dim);
  font-size: 0.65rem;
  padding: 13px 18px 15px;
}

.community-poster {
  position: relative;
  display: grid;
  min-height: 590px;
  align-content: center;
  overflow: hidden;
  border: 1px solid rgba(146, 211, 148, 0.4);
  background:
    radial-gradient(circle at 30% 35%, rgba(101, 222, 212, 0.18), transparent 32%),
    linear-gradient(145deg, #11372f, #07191b 62%, #091219);
  padding: clamp(30px, 6vw, 64px);
  box-shadow: var(--shadow);
}

.community-poster::after {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(228, 184, 95, 0.25);
  content: "";
}

.poster-orbit {
  position: absolute;
  border: 1px solid rgba(101, 222, 212, 0.24);
  border-radius: 50%;
}

.orbit-one {
  top: -40%;
  right: -30%;
  width: 90%;
  aspect-ratio: 1;
}

.orbit-two {
  right: -8%;
  bottom: -37%;
  width: 72%;
  aspect-ratio: 1;
}

.community-poster small,
.community-poster p,
.community-poster b,
.community-poster strong {
  position: relative;
  z-index: 1;
}

.community-poster small {
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.community-poster strong {
  margin-top: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 6vw, 5.3rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

.community-poster p {
  margin-top: 28px;
  color: var(--cream-soft);
}

.community-poster b {
  width: fit-content;
  margin-top: 8px;
  border-bottom: 1px solid var(--line-gold);
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.event-facts {
  display: grid;
  margin: 32px 0 28px;
  border-top: 1px solid var(--line);
  padding: 0;
  list-style: none;
}

.event-facts li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.event-facts span {
  color: var(--green);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-facts strong {
  color: var(--cream-soft);
  font-size: 0.87rem;
}

.event-facts a {
  color: var(--green);
  text-decoration: underline;
  text-decoration-color: rgba(146, 211, 148, 0.45);
  text-underline-offset: 3px;
}

.event-separator {
  color: var(--dim);
}

.archive {
  border-top: 1px solid var(--line);
  padding-block: 88px 36px;
}

.archive-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.archive-row {
  display: grid;
  grid-template-columns: 100px 105px 150px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 18px;
  min-height: 82px;
  border-bottom: 1px solid var(--line);
  color: var(--cream-soft);
  padding: 12px 4px;
  transition: background 160ms ease, color 160ms ease, padding 160ms ease;
}

.archive-row:hover,
.archive-row:focus-visible {
  background: rgba(101, 222, 212, 0.06);
  color: #fff;
  outline: none;
  padding-inline: 12px;
}

.archive-row.is-current {
  border-left: 3px solid var(--gold);
  background: rgba(228, 184, 95, 0.055);
  padding-left: 12px;
}

.archive-state {
  color: var(--teal);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.archive-row.is-current .archive-state {
  color: var(--gold);
}

.archive-row strong {
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.archive-row time {
  color: var(--muted);
  font-size: 0.75rem;
}

.archive-row p {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.82rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.archive-arrow {
  color: var(--teal);
  font-size: 1.2rem;
}

.issue-resources {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-block: 0 100px;
}

.issue-resources a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 4px 18px;
  min-height: 92px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(10, 29, 35, 0.72);
  padding: 18px 22px;
}

.issue-resources a:hover,
.issue-resources a:focus-visible {
  border-color: var(--line-bright);
  background: rgba(101, 222, 212, 0.07);
  outline: 2px solid rgba(101, 222, 212, 0.16);
  outline-offset: 2px;
}

.issue-resources a > span:first-child {
  color: var(--teal);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.issue-resources strong {
  grid-column: 1;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
}

.issue-resources a > span:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--gold);
  font-size: 1.15rem;
}

.dispatch {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  gap: clamp(40px, 8vw, 100px);
  align-items: center;
  margin-block: 60px 110px;
  border: 1px solid var(--line-gold);
  background:
    radial-gradient(circle at 12% 50%, rgba(228, 184, 95, 0.12), transparent 30%),
    linear-gradient(120deg, rgba(13, 38, 43, 0.96), rgba(4, 16, 20, 0.98));
  padding: clamp(34px, 6vw, 70px);
  box-shadow: var(--shadow);
}

.dispatch > div > p:last-child {
  max-width: 560px;
  margin-top: 18px;
  color: var(--muted);
}

.dispatch-actions {
  display: grid;
  justify-items: start;
  gap: 10px;
}

.dispatch-actions small {
  max-width: 360px;
  color: var(--dim);
  font-size: 0.72rem;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--line);
  background: #02080a;
  color: var(--muted);
  padding: 34px clamp(20px, 4vw, 58px);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line-gold);
  border-radius: 6px;
}

.footer-brand span {
  display: block;
  margin-top: 4px;
  font-size: 0.7rem;
}

.site-footer nav {
  display: flex;
  gap: 16px;
  font-size: 0.67rem;
  font-weight: 850;
  text-transform: uppercase;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--teal);
  outline: none;
}

.footer-note {
  max-width: 340px;
  justify-self: end;
  font-size: 0.7rem;
  text-align: right;
}


.watch {
  border-top: 1px solid var(--line);
  padding-block: 90px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.video-story {
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(15, 41, 48, 0.9), rgba(5, 18, 23, 0.96));
  box-shadow: var(--shadow);
}

.video-story video,
.youtube-embed {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #02080a;
  object-fit: cover;
}

.youtube-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-story > div {
  padding: 24px 26px 28px;
}

.video-story h3 {
  margin-top: 8px;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.15;
}

.video-story > div > p:last-child {
  margin-top: 11px;
  color: var(--muted);
  font-size: 0.84rem;
}

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

  .site-nav {
    display: none;
  }

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

  .highlight-card {
    min-height: 300px;
  }

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

  .feature > aside {
    grid-column: 2;
  }

  .feature-users,
  .feature-community {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .feature-photo,
  .feature-photo img {
    min-height: 520px;
  }

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

  .news-brief > div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .news-brief > div:last-child {
    border-bottom: 0;
  }

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

  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .footer-note {
    grid-column: 1 / -1;
    justify-self: start;
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100% - 28px, 1180px);
  }

  .site-header {
    min-height: 66px;
    padding-inline: 14px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand small {
    max-width: 190px;
  }

  .issue-pill {
    min-height: 34px;
    font-size: 0.6rem;
    padding-inline: 9px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-wash {
    background: linear-gradient(90deg, rgba(2, 11, 15, 0.9), rgba(3, 14, 19, 0.34)), linear-gradient(0deg, rgba(2, 9, 12, 0.98) 0%, rgba(2, 9, 12, 0.42) 70%);
  }

  .hero-inner {
    padding-top: 92px;
  }

  .hero h1 {
    max-width: 520px;
    font-size: clamp(4rem, 23vw, 7rem);
  }

  .hero-deck {
    max-width: 510px;
  }

  .hero-note {
    right: 14px;
    bottom: 24px;
    left: 14px;
    width: auto;
  }

  .hero-credit {
    bottom: 174px;
    left: 14px;
  }

  .signal-tape {
    display: grid;
    grid-template-columns: repeat(7, max-content);
    justify-content: center;
    gap: 6px 8px;
    min-height: 0;
    padding: 9px 12px;
    font-size: 0.56rem;
    letter-spacing: 0.1em;
    text-align: center;
    white-space: normal;
  }

  .signal-tape i:nth-of-type(4) {
    display: none;
  }

  .signal-tape span:last-child {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-heading > p {
    padding-left: 16px;
  }

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

  .highlight-card {
    min-height: 280px;
  }

  .feature,
  .feature-users,
  .feature-community {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 82px;
  }

  .feature-marker {
    position: static;
    display: flex;
    align-items: end;
    gap: 18px;
  }

  .feature-marker span {
    font-size: 5.5rem;
  }

  .feature-marker small {
    margin-bottom: 6px;
  }

  .feature > aside {
    grid-column: auto;
  }

  .feature-users .feature-photo,
  .feature-users .feature-copy,
  .feature-community .feature-photo,
  .feature-community .feature-copy {
    grid-column: auto;
  }

  .feature-users .feature-photo {
    order: 2;
  }

  .feature-users .feature-copy {
    order: 1;
  }

  .feature-photo,
  .feature-photo img {
    min-height: 430px;
  }

  .community-poster {
    min-height: 480px;
  }

  .spotlight-details > div,
  .event-facts li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .dispatch {
    margin-block: 28px 74px;
    padding: 30px 22px;
  }

  .archive-row {
    grid-template-columns: 1fr auto;
    gap: 4px 14px;
    min-height: 104px;
    padding: 14px 10px;
  }

  .archive-state,
  .archive-row strong,
  .archive-row time,
  .archive-row p {
    grid-column: 1;
  }

  .archive-arrow {
    grid-column: 2;
    grid-row: 1 / span 4;
    align-self: center;
  }

  .archive-row p {
    white-space: normal;
  }

  .issue-resources {
    grid-template-columns: 1fr;
    margin-bottom: 74px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 470px) {
  .brand small {
    display: none;
  }

  .issue-pill {
    max-width: 112px;
    line-height: 1.1;
    text-align: center;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .issue-meta {
    display: grid;
  }

  .issue-meta span + span::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .video-grid {
    grid-template-columns: 1fr;
  }
}

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

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

@media print {
  .site-header,
  .signal-tape,
  .dispatch,
  .site-footer,
  .button,
  .text-link {
    display: none !important;
  }

  body {
    background: #fff;
    color: #142127;
  }

  .hero,
  .feature,
  .highlights {
    break-inside: avoid;
  }
}
