:root {
  color-scheme: dark;
  --ink: #0b0b0b;
  --paper: #f5eee4;
  --paper-muted: #cfc6bb;
  --ember: #ff4b0b;
  --ember-dark: #d93800;
  --line: rgba(245, 238, 228, 0.2);
  --display: "Avenir Next Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  --body: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 83% 16%, rgba(255, 75, 11, 0.13), transparent 24rem),
    var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

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

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  transform: translateY(-200%);
  padding: 0.75rem 1rem;
  color: var(--ink);
  background: var(--paper);
  font-weight: 800;
}

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

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

.site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  width: min(100% - 4rem, 1440px);
  min-height: 6.5rem;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 0.75rem;
  min-height: 2.75rem;
  min-width: 2.75rem;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.brand img {
  width: 2.65rem;
  height: 2.65rem;
  object-fit: cover;
  object-position: 50% 17%;
  border-radius: 50%;
}

.brand strong {
  color: var(--ember);
  font-weight: 900;
}

nav {
  display: flex;
  gap: 2.4rem;
  color: var(--paper-muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

nav a,
.header-cta {
  transition: color 180ms ease;
}

nav a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
}

nav a:hover,
.header-cta:hover {
  color: var(--ember);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  min-height: 2.75rem;
  padding: 0.8rem 0;
  border-bottom: 2px solid var(--ember);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(22rem, 0.9fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
  width: min(100% - 4rem, 1440px);
  min-height: calc(100svh - 6.5rem);
  margin: 0 auto;
  padding: 5.5rem 0 6.5rem;
}

.hero-copy,
.section-heading,
.coverage-list,
.community-copy,
.social-grid {
  min-width: 0;
}

.eyebrow,
.section-number {
  margin: 0 0 1.5rem;
  color: var(--paper-muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.eyebrow span {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: var(--ember);
  box-shadow: 0 0 0 0 rgba(255, 75, 11, 0.55);
  animation: pulse 2.2s infinite;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.82;
  text-transform: uppercase;
}

h1 {
  max-width: 9ch;
  font-size: clamp(5.2rem, 10.5vw, 10.75rem);
}

h1 em,
h2 em {
  color: var(--ember);
  font-style: normal;
}

.hero-intro {
  max-width: 41rem;
  margin: 2.4rem 0 0;
  color: var(--paper-muted);
  font-size: clamp(1rem, 1.6vw, 1.24rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.65rem;
  padding: 0 1.55rem;
  border: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button:active,
.social-grid a:active {
  transform: translateY(1px);
}

.button-primary {
  gap: 0.75rem;
  color: var(--ink);
  border-color: var(--ember);
  background: var(--ember);
}

.button-primary:hover {
  background: var(--paper);
  border-color: var(--paper);
}

.button-secondary:hover {
  color: var(--ink);
  background: var(--paper);
}

.hero-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 38rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(rgba(245, 238, 228, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 238, 228, 0.04) 1px, transparent 1px),
    #101010;
  background-size: 4rem 4rem;
  isolation: isolate;
}

.hero-art::before {
  position: absolute;
  inset: 8% 11%;
  z-index: -1;
  border-radius: 50%;
  background: var(--ember);
  filter: blur(5rem);
  opacity: 0.2;
  content: "";
}

.logo-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: min(76%, 27rem);
  aspect-ratio: 1;
}

.logo-stage img {
  position: relative;
  z-index: 2;
  width: 82%;
  height: auto;
  filter: drop-shadow(0 1.2rem 2.5rem rgba(0, 0, 0, 0.45));
  animation: float 6s ease-in-out infinite;
}

.orbit {
  position: absolute;
  inset: 4%;
  border: 1px solid rgba(255, 75, 11, 0.6);
  border-radius: 50%;
}

.orbit::before,
.orbit::after {
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--ember);
  box-shadow: 0 0 1rem var(--ember);
  content: "";
}

.orbit::before {
  top: 12%;
  right: 11%;
}

.orbit::after {
  bottom: 10%;
  left: 16%;
}

.signal {
  position: absolute;
  z-index: 4;
  padding: 0.5rem 0.7rem;
  color: var(--ink);
  background: var(--paper);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  transform: rotate(-5deg);
}

.signal-one {
  top: 13%;
  left: 8%;
}

.signal-two {
  right: 7%;
  bottom: 17%;
  color: var(--paper);
  background: var(--ember);
  transform: rotate(4deg);
}

.hero-art > p {
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
  left: 2rem;
  margin: 0;
  color: rgba(245, 238, 228, 0.48);
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-align: center;
}

.news-ticker {
  overflow: hidden;
  color: var(--ink);
  background: var(--ember);
  border-block: 1px solid var(--ember);
}

.news-ticker div {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1.5rem;
  min-width: max-content;
  padding: 1rem 1.5rem;
  font-family: var(--display);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.news-ticker i {
  font-style: normal;
  font-size: 0.5rem;
}

.coverage,
.community {
  width: min(100% - 4rem, 1440px);
  margin: 0 auto;
  padding: clamp(6rem, 10vw, 10rem) 0;
}

.coverage {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(3rem, 8vw, 9rem);
}

.section-heading {
  position: sticky;
  top: 3rem;
  align-self: start;
  container-type: inline-size;
}

.section-heading h2,
.community h2 {
  font-size: clamp(3.4rem, 5.4vw, 6.5rem);
}

.community-copy {
  container-type: inline-size;
}

@supports (font-size: 1cqi) {
  .section-heading h2,
  .community h2 {
    font-size: clamp(3.4rem, 15.5cqi, 6.5rem);
  }
}

.section-heading > p:last-child,
.community-copy > p:last-child {
  max-width: 31rem;
  margin: 2.1rem 0 0;
  color: var(--paper-muted);
  font-size: 1.03rem;
  line-height: 1.7;
}

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

.coverage-item {
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  align-items: start;
  gap: 1rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
  transition: padding 180ms ease, background 180ms ease;
}

.coverage-item:hover {
  padding-inline: 1rem;
  background: rgba(245, 238, 228, 0.045);
}

.coverage-item > span {
  color: var(--ember);
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 900;
}

.coverage-list h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.coverage-list p {
  max-width: 38rem;
  margin: 0.65rem 0 0;
  color: var(--paper-muted);
  line-height: 1.55;
}

.coverage-list b {
  color: var(--ember);
  font-size: 1.25rem;
}

.community {
  display: grid;
  grid-template-columns: minmax(20rem, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(3rem, 8vw, 9rem);
  border-top: 1px solid var(--line);
}

.community-copy strong {
  color: var(--paper);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.social-grid a {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 14.5rem;
  padding: 1.5rem;
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: color 200ms ease, background 200ms ease;
}

.social-grid a::after {
  position: absolute;
  right: -2rem;
  bottom: -4rem;
  color: rgba(245, 238, 228, 0.06);
  font-family: var(--display);
  font-size: 10rem;
  font-weight: 950;
  line-height: 1;
  content: "C";
}

.social-grid a:hover {
  color: var(--ink);
  background: var(--ember);
}

.social-index {
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.social-name {
  position: relative;
  z-index: 1;
  margin-top: auto;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1;
  text-transform: uppercase;
}

.social-handle {
  position: relative;
  z-index: 1;
  margin-top: 0.45rem;
  color: var(--paper-muted);
  font-size: 0.75rem;
  font-weight: 800;
}

.social-grid a:hover .social-handle {
  color: rgba(11, 11, 11, 0.66);
}

.social-arrow {
  position: absolute;
  top: 1.25rem;
  right: 1.4rem;
  font-size: 1.3rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  width: min(100% - 4rem, 1440px);
  margin: 0 auto;
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
  color: var(--paper-muted);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.footer-brand img {
  display: block;
  width: 4.25rem;
  height: 4.25rem;
  object-fit: cover;
  object-position: 50% 14%;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem 1.2rem;
  max-width: 42rem;
  line-height: 1.5;
}

.footer-links a:hover {
  color: var(--ember);
}

.content-page {
  width: min(100% - 4rem, 1160px);
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 8rem) 0;
}

.content-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
  padding-bottom: clamp(3.5rem, 7vw, 6.5rem);
  border-bottom: 1px solid var(--line);
}

.content-hero h1 {
  max-width: 10ch;
  font-size: clamp(4rem, 9vw, 8rem);
}

.content-hero .hero-intro {
  margin: 0;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(12rem, 0.35fr) minmax(0, 0.65fr);
  gap: clamp(2rem, 7vw, 7rem);
  padding: clamp(3.5rem, 7vw, 6.5rem) 0 0;
}

.content-nav {
  position: sticky;
  top: 2rem;
  align-self: start;
  display: grid;
  gap: 0.8rem;
  color: var(--paper-muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.content-nav a:hover {
  color: var(--ember);
}

.prose {
  min-width: 0;
}

.prose section {
  padding: 0 0 3rem;
  margin: 0 0 3rem;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 2rem;
}

.prose section:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.prose h2 {
  margin-bottom: 1.4rem;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 0.9;
}

.prose h3 {
  margin: 2rem 0 0.7rem;
  font-family: var(--display);
  font-size: 1.45rem;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.prose p,
.prose li {
  color: var(--paper-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.prose strong {
  color: var(--paper);
}

.prose a {
  color: var(--paper);
  border-bottom: 1px solid var(--ember);
}

.prose ul,
.prose ol {
  display: grid;
  gap: 0.85rem;
  padding-left: 1.25rem;
}

.topic-links,
.contact-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--line);
}

.topic-links a,
.contact-links a {
  display: grid;
  min-height: 9rem;
  align-content: end;
  gap: 0.35rem;
  padding: 1.25rem;
  border: 0;
  background: var(--ink);
}

.topic-links a:hover,
.contact-links a:hover {
  color: var(--ink);
  background: var(--ember);
}

.topic-links strong,
.contact-links strong {
  font-family: var(--display);
  font-size: 1.45rem;
  text-transform: uppercase;
}

.topic-links span,
.contact-links span {
  color: var(--paper-muted);
  font-size: 0.78rem;
}

.topic-links a:hover span,
.contact-links a:hover span {
  color: rgba(11, 11, 11, 0.7);
}

.policy-meta {
  margin-top: 1.5rem;
  color: var(--paper-muted);
  font-size: 0.78rem;
}

.not-found-page {
  display: grid;
  min-height: 100svh;
  place-items: center;
}

.not-found {
  width: min(100% - 2rem, 48rem);
  padding: clamp(2rem, 8vw, 4rem);
  border: 1px solid var(--line);
  text-align: center;
}

.not-found img {
  width: 9rem;
  height: 9rem;
}

.not-found h1 {
  max-width: none;
  font-size: clamp(3rem, 10vw, 6rem);
  line-height: 0.9;
}

.not-found p {
  color: var(--paper-muted);
  line-height: 1.6;
}

.not-found a {
  display: inline-flex;
  align-items: center;
  min-height: 3.5rem;
  margin-top: 1rem;
  padding: 0 1.4rem;
  color: var(--ink);
  background: var(--ember);
  font-weight: 900;
  text-transform: uppercase;
}

.copyright {
  justify-self: end;
}

.analytics-consent {
  position: fixed;
  right: 1rem;
  bottom: max(1rem, env(safe-area-inset-bottom));
  left: 1rem;
  z-index: 90;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.25rem;
  width: min(calc(100% - 2rem), 58rem);
  margin-inline: auto;
  padding: 1.1rem;
  color: var(--paper);
  background: rgba(11, 11, 11, 0.97);
  border: 1px solid rgba(245, 238, 228, 0.22);
  box-shadow: 0 1.25rem 4rem rgba(0, 0, 0, 0.45);
}

.analytics-consent-copy {
  min-width: 0;
}

.analytics-consent h2 {
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.analytics-consent p {
  max-width: 42rem;
  margin: 0;
  color: var(--paper-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.analytics-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.analytics-consent button {
  min-height: 2.75rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(245, 238, 228, 0.34);
  border-radius: 0;
  color: var(--paper);
  background: transparent;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.analytics-consent .analytics-consent-accept {
  color: var(--ink);
  background: var(--ember);
  border-color: var(--ember);
}

.analytics-consent button:hover {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
}

@keyframes pulse {
  70% { box-shadow: 0 0 0 0.6rem rgba(255, 75, 11, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 75, 11, 0); }
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-0.8rem) rotate(1deg); }
}

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

  nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 4.5rem;
  }

  .hero-art {
    min-height: 32rem;
  }

  .coverage,
  .community {
    grid-template-columns: 1fr;
  }

  .section-heading {
    position: static;
  }

  .content-hero,
  .content-layout {
    grid-template-columns: 1fr;
  }

  .content-nav {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  .site-header,
  .hero,
  .coverage,
  .community,
  .site-footer,
  .content-page {
    width: min(100% - 2rem, 1440px);
  }

  .site-header {
    min-height: 5.25rem;
  }

  .brand span {
    display: none;
  }

  .header-cta {
    font-size: 0.66rem;
  }

  .hero {
    padding: 3.5rem 0 4rem;
  }

  h1 {
    font-size: clamp(3.3rem, 16.8vw, 5.6rem);
  }

  .hero-intro {
    font-size: 1rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-art {
    min-height: 26rem;
  }

  .coverage,
  .community {
    padding: 5rem 0;
  }

  .section-heading h2,
  .community h2 {
    font-size: clamp(2.9rem, 14.7vw, 4.6rem);
  }

  .coverage-item {
    grid-template-columns: 2rem 1fr;
  }

  .coverage-list b {
    display: none;
  }

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

  .social-grid a {
    min-height: 11.5rem;
  }

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

  .footer-links {
    display: grid;
    justify-content: start;
  }

  .content-page {
    padding-top: 3.5rem;
  }

  .content-hero h1 {
    font-size: clamp(3.25rem, 16vw, 5.5rem);
  }

  .content-nav,
  .topic-links,
  .contact-links {
    grid-template-columns: 1fr;
  }

  .copyright {
    justify-self: start;
  }

  .analytics-consent {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .analytics-consent-actions,
  .analytics-consent button {
    width: 100%;
  }
}

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

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