:root {
  color-scheme: dark;
  --bg: #071011;
  --panel: rgba(12, 24, 25, 0.74);
  --panel-strong: rgba(14, 25, 25, 0.9);
  --line: rgba(225, 236, 218, 0.15);
  --line-strong: rgba(225, 236, 218, 0.28);
  --text: #f5f3ea;
  --muted: rgba(245, 243, 234, 0.7);
  --soft: rgba(245, 243, 234, 0.48);
  --accent: #d8d07d;
  --accent-strong: #efe79b;
  --shadow: rgba(0, 0, 0, 0.55);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 72% 12%, rgba(124, 143, 105, 0.18), transparent 34rem),
    linear-gradient(180deg, #101817 0%, var(--bg) 48%, #061011 100%);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

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

.page-shell {
  width: 100%;
  margin: 0 auto;
  padding: clamp(12px, 2.2vw, 24px);
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 24px;
  left: 50%;
  width: min(calc(100% - 48px), 1600px);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 22px 28px;
  color: var(--text);
  pointer-events: none;
}

.site-header > * {
  pointer-events: auto;
}

.brand,
.top-nav,
.header-action,
.hero-actions,
.hero-meta,
.stats-band,
.footer-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  width: fit-content;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.34em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--accent-strong);
  letter-spacing: 0;
}

.top-nav {
  justify-content: center;
  gap: clamp(24px, 5vw, 86px);
  padding: 12px 28px;
  border: 1px solid rgba(245, 243, 234, 0.08);
  border-radius: 999px;
  background: rgba(5, 11, 12, 0.24);
  backdrop-filter: blur(18px);
  font-size: 0.95rem;
}

.top-nav a {
  color: rgba(245, 243, 234, 0.86);
  transition: color 180ms ease;
}

.top-nav a:hover {
  color: var(--accent-strong);
}

.header-action {
  justify-self: end;
  gap: 14px;
  width: fit-content;
  padding: 13px 23px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(5, 11, 12, 0.18);
  backdrop-filter: blur(18px);
  font-size: 0.88rem;
}

.hero-section {
  position: relative;
  height: calc(100dvh - 48px);
  min-height: 680px;
  overflow: hidden;
  border: 1px solid rgba(245, 243, 234, 0.08);
  border-radius: 56px;
  background: #081011;
  box-shadow: 0 32px 90px var(--shadow);
  isolation: isolate;
}

.hero-backdrop,
.hero-vignette {
  position: absolute;
  inset: 0;
}

.hero-backdrop {
  z-index: -3;
  background-image: url("assets/00.png");
  background-color: #081011;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  filter: saturate(0.88) contrast(1.02);
}

.hero-vignette {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 9, 10, 0.9) 0%, rgba(3, 9, 10, 0.66) 33%, rgba(3, 9, 10, 0.18) 70%),
    linear-gradient(180deg, rgba(3, 9, 10, 0.45) 0%, rgba(3, 9, 10, 0.16) 45%, rgba(3, 9, 10, 0.9) 100%);
}

.hero-content {
  width: min(680px, calc(100% - 48px));
  padding: clamp(170px, 18vh, 240px) 0 160px clamp(28px, 8vw, 120px);
}

.eyebrow {
  margin: 0 0 24px;
  color: rgba(245, 243, 234, 0.72);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 0.98;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(4.4rem, 10vw, 9.5rem);
  letter-spacing: 0;
}

h1 span,
em {
  display: block;
  color: var(--accent-strong);
  font-style: italic;
}

.hero-subtitle {
  max-width: 560px;
  margin-top: 10px;
  font-size: clamp(1.65rem, 3.2vw, 3.9rem);
  line-height: 1.06;
}

.hero-copy {
  width: min(620px, 100%);
  margin-bottom: 38px;
  color: rgba(245, 243, 234, 0.82);
  font-size: clamp(1rem, 1.4vw, 1.24rem);
  line-height: 1.85;
}

.hero-actions {
  gap: 20px;
  flex-wrap: wrap;
}

.primary-button,
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
}

.primary-button {
  padding: 0 26px;
  border-radius: 999px;
  color: #101312;
  background: var(--text);
  font-weight: 700;
}

.text-button {
  color: var(--accent-strong);
  border-bottom: 1px solid rgba(239, 231, 155, 0.45);
}

.hero-meta {
  position: absolute;
  left: clamp(28px, 8vw, 120px);
  bottom: 42px;
  gap: clamp(18px, 4vw, 54px);
  color: rgba(245, 243, 234, 0.78);
  font-size: 0.95rem;
}

.hero-meta span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 46px;
  height: 1px;
  margin-left: 28px;
  vertical-align: middle;
  background: rgba(245, 243, 234, 0.58);
}

.scroll-cue {
  position: absolute;
  right: clamp(24px, 5vw, 86px);
  bottom: 38px;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: rgba(245, 243, 234, 0.7);
  font-size: 0.8rem;
}

.scroll-cue span {
  width: 1px;
  height: 86px;
  background: linear-gradient(180deg, transparent, var(--text));
}

.intro-section,
.archive-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
  gap: clamp(32px, 7vw, 120px);
  padding: clamp(78px, 10vw, 128px) clamp(8px, 5vw, 88px) 36px;
}

.section-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2.75rem, 5vw, 5.9rem);
}

.section-copy {
  align-self: end;
  max-width: 560px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.9;
}

.entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0 clamp(8px, 5vw, 88px) 34px;
}

.entry-card,
.stream-card {
  min-height: 320px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    var(--panel);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.entry-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.entry-card:hover {
  transform: translateY(-4px);
  border-color: rgba(239, 231, 155, 0.38);
  background:
    linear-gradient(180deg, rgba(239, 231, 155, 0.1), rgba(255, 255, 255, 0.03)),
    var(--panel-strong);
}

.card-kicker {
  margin-bottom: 28px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.entry-card h3,
.stream-card h3 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 400;
  line-height: 1.05;
}

.entry-card p:not(.card-kicker),
.stream-card p,
.banner-copy p,
.site-footer p {
  color: var(--muted);
  line-height: 1.8;
}

.entry-card a {
  width: fit-content;
  margin-top: 30px;
  color: var(--accent-strong);
  border-bottom: 1px solid rgba(239, 231, 155, 0.45);
}

.stats-band {
  justify-content: space-between;
  gap: 12px;
  margin: 28px clamp(8px, 5vw, 88px) 0;
  padding: 30px 34px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(13, 24, 25, 0.78);
}

.stats-band div {
  flex: 1;
  min-width: 0;
  text-align: center;
}

.stats-band div:not(:last-child) {
  border-right: 1px solid var(--line);
}

.stats-band strong {
  display: block;
  color: var(--accent-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 400;
}

.stats-band span {
  color: var(--muted);
  font-size: 0.9rem;
}

.archive-section {
  padding-top: clamp(86px, 10vw, 150px);
}

.stream-grid {
  display: grid;
  gap: 16px;
}

.stream-card {
  min-height: auto;
}

.stream-card span {
  color: var(--accent);
  font-size: 0.8rem;
  letter-spacing: 0.22em;
}

.stream-card h3 {
  margin-top: 26px;
  font-size: clamp(1.9rem, 3vw, 2.55rem);
}

.feature-banner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
  min-height: 280px;
  margin: 24px clamp(8px, 5vw, 88px) 70px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 28px;
  background: rgba(15, 27, 26, 0.9);
}

.banner-image {
  min-height: 280px;
  background-image:
    linear-gradient(90deg, rgba(8, 15, 14, 0.08), rgba(8, 15, 14, 0.8)),
    url("assets/000.png");
  background-size: cover;
  background-position: center;
}

.banner-copy {
  padding: clamp(34px, 5vw, 72px);
}

.banner-copy h2 {
  max-width: 700px;
  margin-bottom: 24px;
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) auto minmax(240px, 0.8fr);
  align-items: start;
  gap: 38px;
  padding: 0 clamp(8px, 5vw, 88px) 34px;
}

.site-footer .brand {
  margin-bottom: 22px;
}

.site-footer p {
  max-width: 420px;
}

.footer-links {
  gap: 26px;
  flex-wrap: wrap;
}

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

.copyright {
  justify-self: end;
  text-align: right;
}

.footer-legal {
  justify-self: end;
  display: grid;
  justify-items: end;
  gap: 12px;
  text-align: right;
}

.footer-legal .copyright {
  justify-self: auto;
  margin-bottom: 0;
}

.icp-record,
.police-record {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(245, 243, 234, 0.72);
  font-size: 0.88rem;
  line-height: 1.4;
}

.icp-record:hover,
.police-record:hover {
  color: var(--accent-strong);
}

.police-record img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  .page-shell {
    padding: 12px;
  }

  .site-header {
    top: 12px;
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
    padding: 18px;
  }

  .header-action {
    display: none;
  }

  .hero-section {
    height: calc(100dvh - 24px);
    min-height: 720px;
    border-radius: 34px;
  }

  .hero-content {
    width: 100%;
    padding: 210px 26px 150px;
  }

  h1 {
    font-size: clamp(3.3rem, 14vw, 5.4rem);
  }

  .hero-subtitle {
    max-width: 360px;
    font-size: clamp(1.45rem, 7vw, 2.6rem);
  }

  .hero-meta {
    left: 26px;
    right: 26px;
    flex-wrap: wrap;
  }

  .scroll-cue {
    display: none;
  }

  .intro-section,
  .archive-section,
  .entry-grid,
  .feature-banner,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .entry-grid,
  .intro-section,
  .archive-section,
  .site-footer {
    padding-inline: 6px;
  }

  .stats-band {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-inline: 6px;
  }

  .stats-band div:not(:last-child) {
    border-right: 0;
  }

  .feature-banner {
    margin-inline: 6px;
  }

  .site-footer {
    gap: 26px;
  }

  .footer-legal,
  .copyright {
    justify-self: start;
    text-align: left;
  }

  .footer-legal {
    justify-items: start;
  }
}

@media (max-width: 620px) {
  .top-nav {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 16px;
    font-size: 0.82rem;
  }

  .brand {
    letter-spacing: 0.22em;
  }

  .hero-section {
    min-height: 680px;
  }

  .hero-copy {
    font-size: 0.96rem;
  }

  .hero-meta {
    display: grid;
    gap: 12px;
  }

  .hero-meta span::after {
    display: none !important;
  }

  .entry-card {
    min-height: 280px;
    padding: 24px;
  }

  .stats-band {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}
