:root {
  --red: #c42026;
  --red-dark: #9a181d;
  --ink: #231f20;
  --black: #000000;
  --panel: #262425;
  --paper: #ffffff;
  --mist: #fbfbfb;
  --line: #e6e3e0;
  --text: #1a1718;
  --muted: #6f6a6b;
  --display: "BioRhyme", Georgia, serif;
  --hero: "Raleway", system-ui, sans-serif;
  --body: "Raleway", system-ui, sans-serif;
  --wrap: 1200px;
  --wrap-wide: 1500px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.6;
  color: var(--text);
  background: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a { color: var(--red); }

h1, h2, h3 { font-family: var(--display); font-weight: 800; line-height: 1.05; margin: 0; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--black);
  color: #fff;
  padding: 12px 20px;
  font-family: var(--body);
  font-weight: 600;
}
.skip-link:focus { left: 0; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.wrap-wide { max-width: var(--wrap-wide); }

:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ext-icon {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-left: 0.35em;
  vertical-align: baseline;
  fill: currentColor;
  opacity: 0.7;
  flex: none;
}

/* ---------- Promo bar ---------- */
.promo-bar { background: var(--ink); color: #fff; }
.promo-bar__inner {
  max-width: var(--wrap-wide);
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  text-align: center;
}
.promo-bar__text {
  font-family: var(--body);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.promo-bar__text b { color: #fff; font-weight: 700; }
.promo-bar__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--red);
  color: #fff;
  text-decoration: none;
  font-family: var(--body);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 999px;
  transition: background 0.25s;
}
.promo-bar__cta:hover { background: #fff; color: var(--red); }
.promo-bar__cta::after { content: "\2192"; }

/* ---------- Top nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--black);
}
.nav__inner {
  max-width: var(--wrap-wide);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 60px;
}
.nav__panel {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.nav__menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
}
.nav__menu > li { position: relative; }
.nav__menu a,
.nav__menu .dropdown-toggle {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 18px 14px;
  color: #fff;
  font-family: var(--body);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
}
.nav__menu a:hover,
.nav__menu a:focus-visible,
.nav__menu .dropdown-toggle:hover,
.nav__menu .dropdown-toggle:focus-visible { color: #fff; background: var(--red); }

.nav__cta a { background: var(--red); }
.nav__cta a:hover { background: var(--red-dark); }
.nav__cta--white a { background: #fff; color: var(--red); }
.nav__cta--white a:hover { background: var(--red); color: #fff; }

.has-dropdown > .dropdown-toggle::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  border: 5px solid transparent;
  border-top-color: currentColor;
  transform: translateY(2px);
}
.dropdown {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  background: var(--panel);
  box-shadow: 0 16px 40px rgba(0,0,0,0.45);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
}
.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown,
.dropdown.open { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a {
  padding: 11px 20px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 15px;
}

.social {
  display: flex;
  align-items: center;
  gap: 6px;
}
.social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  transition: color 0.2s, background 0.2s;
}
.social a:hover { color: var(--red); }
.social svg { width: 22px; height: 22px; fill: currentColor; }

.nav__toggle {
  display: none;
  background: none;
  border: 0;
  width: 48px;
  height: 48px;
  padding: 12px;
  cursor: pointer;
}
.nav__toggle span {
  display: block;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}
.nav__toggle span + span { margin-top: 5px; }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Banner ---------- */
.banner { background: var(--red); position: relative; overflow: hidden; }
.banner__divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  line-height: 0;
  transform: scaleY(-1.01);
  pointer-events: none;
}
.banner__divider svg { display: block; width: 100%; height: 100%; }
.banner__divider .divider-fill { fill: #000; }
.banner__inner {
  position: relative;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 80px 24px 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
}
.banner__logo { flex: none; }
.banner__logo img { width: 150px; height: auto; display: block; }
.banner__title {
  color: #fff;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.05;
  margin: 0;
  text-align: left;
}
@media (max-width: 600px) {
  .banner__inner { gap: 18px; padding-top: 64px; }
  .banner__logo img { width: 110px; }
  .banner__title { text-align: center; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 14px 30px;
  font-family: var(--body);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-align: center;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.btn--solid { background: var(--red); color: #fff; }
.btn--solid:hover { background: #fff; color: var(--red); }
.btn--ghost { background: transparent; color: #fff; border-color: #fff; }
.btn--ghost:hover { background: var(--red); border-color: var(--red); color: #fff; }
.btn--ghost-dark { background: transparent; color: var(--red); border-color: var(--red); }
.btn--ghost-dark:hover { background: var(--red); border-color: var(--red); color: #fff; }
.btn--dark { background: var(--red); color: #fff; }
.btn--dark:hover { background: var(--black); color: #fff; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: #0c0a0b url("images/skyline-night.jpg") center/cover no-repeat;
  color: #fff;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10,8,9,0.82);
}
.hero__inner { position: relative; padding: 64px 0 72px; text-align: center; }
.hero__title {
  font-family: var(--hero);
  font-weight: 800;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.01em;
  margin: 0 auto;
  max-width: 16ch;
}
.hero__sub {
  font-family: var(--hero);
  font-weight: 400;
  font-size: clamp(18px, 2.4vw, 25px);
  line-height: 1.4;
  max-width: 44ch;
  margin: 20px auto 0;
  color: rgba(255,255,255,0.92);
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 34px 0 8px;
}

.video {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
}
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.hero__feature {
  max-width: 860px;
  margin: 44px auto 0;
  box-shadow: 0 24px 60px rgba(0,0,0,0.55);
}

.promo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 860px;
  margin: 36px auto 0;
}
.promo a { display: block; box-shadow: 0 14px 36px rgba(0,0,0,0.4); transition: transform 0.25s; }
.promo a:hover { transform: translateY(-4px); }

.videos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 52px;
}
.videos figcaption {
  font-family: var(--display);
  font-size: 20px;
  line-height: 1.3;
  padding: 16px 6px 0;
  text-align: center;
}
.videos figcaption a { color: #fff; }

/* ---------- Video band ---------- */
.video-band { background: var(--ink); color: #fff; padding: 60px 0 64px; }
.video-band__title { text-align: center; color: #fff; font-size: clamp(28px, 4vw, 44px); margin-bottom: 12px; }
.video-band .videos { margin-top: 28px; }

/* ---------- Golf push ---------- */
.golf { background: #14492f; color: #fff; padding: 60px 0 64px; text-align: center; }
.golf__eyebrow {
  font-family: var(--body);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #e8b94e;
  margin: 0 0 8px;
}
.golf h2 { color: #fff; font-size: clamp(34px, 5.5vw, 56px); }
.golf__lead { font-family: var(--hero); font-size: 19px; line-height: 1.55; color: rgba(255,255,255,0.86); max-width: 60ch; margin: 16px auto 0; }
.golf__banner { display: block; max-width: 1000px; margin: 30px auto 0; box-shadow: 0 22px 56px rgba(0,0,0,0.5); transition: transform 0.25s; }
.golf__banner:hover { transform: translateY(-4px); }
.golf__actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 30px; }

/* ---------- Stats ticker band ---------- */
.stats-band { background: var(--red); color: #fff; padding: 64px 0; }
.stats-band__inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 52px;
  align-items: center;
}
.stats-band__map img { width: 100%; max-width: 520px; margin: 0 auto; display: block; }
.ticker__eyebrow {
  font-family: var(--body);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 6px;
}
.ticker h2 { color: #fff; font-size: clamp(32px, 4.4vw, 50px); }
.ticker__intro { font-size: 19px; color: rgba(255,255,255,0.9); margin: 12px 0 0; max-width: 40ch; }
.ticker__list { display: grid; gap: 22px; margin-top: 32px; }
.ticker__item {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.22);
}
.ticker__item:last-child { border-bottom: 0; padding-bottom: 0; }
.ticker__num {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(40px, 6vw, 62px);
  line-height: 1;
  letter-spacing: -0.01em;
  flex: none;
  font-variant-numeric: tabular-nums;
}
.ticker__label { font-family: var(--body); font-weight: 600; font-size: 18px; line-height: 1.3; color: rgba(255,255,255,0.95); }

/* ---------- Ways to give ---------- */
.give { background: var(--mist); color: var(--text); padding: 60px 0; text-align: center; }
.give__inner { display: flex; flex-direction: column; align-items: center; }
.give-ad { margin: 0 auto 18px; max-width: 560px; }
.anon { font-family: var(--body); font-weight: 600; font-size: clamp(26px, 3.4vw, 34px); color: var(--ink); margin: 0; }
.give-line { font-size: 19px; margin: 10px 0 22px; }
.give-line a { font-weight: 700; }
.appstores { display: flex; gap: 16px; justify-content: center; margin: 0 0 22px; flex-wrap: wrap; }
.appstores img { width: 160px; }
.feat-ad { margin: 28px auto 0; max-width: 520px; }

/* ---------- Works split ---------- */
.works-split { background: var(--paper); }
.works-split__inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 64px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}
.works-split__img img { width: 100%; max-width: 400px; margin: 0 auto; display: block; }
.works-split__text h2 { color: var(--ink); font-size: clamp(30px, 4vw, 46px); margin-bottom: 16px; }
.works-split__text p { font-size: 19px; line-height: 1.65; color: var(--text); margin: 0; }
.works-split__text .give-ad { max-width: 420px; margin: 30px auto 14px; }
.works-split__text .anon,
.works-split__text .give-line { text-align: center; }
.works-split__text .give-line { margin: 8px 0 18px; }
.works-split__text .appstores { justify-content: center; margin-bottom: 20px; }
.works-split__text .btn--dark { display: flex; width: max-content; max-width: 100%; margin-left: auto; margin-right: auto; }
@media (max-width: 760px) {
  .works-split__inner { grid-template-columns: 1fr; gap: 28px; text-align: center; }
}

/* ---------- Works / About strip ---------- */
.strip { color: #fff; padding: 56px 0; text-align: center; }
.strip--works { background: var(--ink); }
.strip--mission { background: var(--red); }
.strip h2 { color: #fff; font-size: clamp(30px, 4vw, 44px); margin-bottom: 18px; }
.strip p { font-size: 20px; max-width: 60ch; margin: 0 auto; }
.strip .btn { margin-top: 28px; }

/* ---------- Crime of the week ---------- */
.section { padding: 64px 0; }
.section--light { background: var(--paper); }
.section__title {
  text-align: center;
  font-size: clamp(28px, 4vw, 44px);
  color: var(--ink);
  margin-bottom: 40px;
  line-height: 1.12;
}
.crime-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.crime-card {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line);
  text-align: left;
  text-decoration: none;
  color: var(--text);
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}
.crime-card:hover { transform: translateY(-6px); box-shadow: 0 22px 48px rgba(0,0,0,0.16); }
.crime-card__tag {
  background: var(--red);
  color: #fff;
  font-family: var(--display);
  font-weight: 800;
  font-size: 22px;
  line-height: 1.15;
  padding: 18px 22px;
}
.crime-card__img { aspect-ratio: 1 / 1; overflow: hidden; }
.crime-card__img img { width: 100%; height: 100%; object-fit: cover; }
.crime-card__date {
  font-family: var(--body);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
  padding: 18px 22px 0;
}
.crime-card__body { padding: 8px 22px 24px; font-size: 16px; line-height: 1.55; }
.cotw-more { display: flex; justify-content: center; margin-top: 36px; }

/* ---------- Media outlets ---------- */
.media { background: var(--mist); }
.media-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  align-items: center;
}
.media-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  aspect-ratio: 3 / 2;
  filter: grayscale(1);
  opacity: 0.75;
  transition: filter 0.25s, opacity 0.25s, transform 0.25s;
}
.media-grid a:hover { filter: grayscale(0); opacity: 1; transform: translateY(-3px); }
.media-grid img { max-height: 90px; width: auto; }

/* ---------- Footer ---------- */
.footer { background: var(--black); color: #fff; padding: 56px 0 40px; }
.footer__top { display: flex; flex-direction: column; align-items: center; gap: 30px; }
.footer .social a:hover { color: var(--red); }
.footer__actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.footer__apps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 620px;
  margin: 12px auto 0;
}
.footer__about { max-width: 760px; margin: 0 auto; text-align: center; font-family: var(--hero); font-size: 16px; color: rgba(255,255,255,0.9); line-height: 1.6; }
.footer__legal { text-align: center; font-size: 15px; color: rgba(255,255,255,0.92); margin-top: 28px; line-height: 1.9; }
.footer__legal a { color: #fff; text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.2s; }
.footer__legal a:hover { border-color: #fff; }
.footer__divider { height: 1px; background: rgba(255,255,255,0.14); max-width: 760px; margin: 36px auto 0; }

/* ---------- Content pages ---------- */
.page-head { background: var(--ink); color: #fff; padding: 56px 0; text-align: center; }
.page-head h1 { color: #fff; font-size: clamp(34px, 5vw, 56px); }
.page-head p { color: rgba(255,255,255,0.78); font-size: 19px; margin: 14px auto 0; max-width: 54ch; }
.content { background: var(--paper); }
.content__inner { max-width: 820px; padding: 56px 24px 72px; margin: 0 auto; }
.content h2 { color: var(--ink); font-size: 28px; margin: 40px 0 14px; }
.content h3 { color: var(--ink); font-size: 21px; font-family: var(--body); font-weight: 700; margin: 26px 0 10px; }
.content p, .content li { font-size: 17px; line-height: 1.7; color: var(--text); }
.content ul { padding-left: 22px; }
.content li { margin-bottom: 8px; }
.content a:not(.btn) { color: var(--red); font-weight: 600; }
.content strong { color: var(--ink); }
.content .updated { color: var(--muted); font-size: 15px; }

/* ---------- FAQ ---------- */
.faq-list { margin: 8px 0 0; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 44px 22px 0;
  font-family: var(--body);
  font-weight: 700;
  font-size: 19px;
  color: var(--ink);
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 16px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: var(--red);
}
.faq-item[open] summary::after { content: "\2212"; }
.faq-item summary:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; }
.faq-item__body { padding: 0 0 22px; }
.faq-item__body p { margin: 0 0 12px; }
.faq-cat { color: var(--red); font-family: var(--body); font-weight: 700; font-size: 14px; letter-spacing: 0.12em; text-transform: uppercase; margin: 40px 0 6px; }

/* ---------- Event pages ---------- */
.event__banner { margin-bottom: 36px; box-shadow: 0 12px 30px rgba(0,0,0,0.12); }
.event__banner img { width: 100%; height: auto; display: block; }
.event__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.event__meta h2 { color: var(--ink); font-size: 26px; margin: 0 0 10px; }
.event__when { font-size: 18px; line-height: 1.6; margin: 0 0 18px; }
.event__when strong { color: var(--ink); }
.venue { display: flex; align-items: center; gap: 16px; margin: 18px 0; }
.venue img { width: 96px; height: auto; border-radius: 50%; flex: none; }
.levels { list-style: none; padding: 0; margin: 18px 0 0; }
.level { border: 1px solid var(--line); padding: 16px 18px; margin-bottom: 12px; }
.level h3 { color: var(--ink); font-size: 18px; margin: 0 0 6px; display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.level h3 .price { color: var(--red); font-family: var(--display); font-weight: 800; white-space: nowrap; }
.level p { margin: 0; font-size: 15px; color: var(--muted); line-height: 1.5; }
.sponsor-thanks { color: var(--red); font-weight: 700; margin: 30px 0 16px; text-align: center; }
.sponsor-row { display: flex; flex-wrap: wrap; gap: 40px; align-items: center; justify-content: center; }
.sponsor-row figure { margin: 0; text-align: center; }
.sponsor-row img { max-height: 120px; width: auto; display: block; margin: 0 auto 8px; }
.sponsor-row figcaption { font-size: 13px; color: var(--muted); }
.emf-embed { width: 100%; border: 0; display: block; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.12); }
@media (max-width: 860px) {
  .event__grid { grid-template-columns: 1fr; gap: 36px; }
}

/* ---------- Profile ---------- */
.profile { display: grid; grid-template-columns: 280px 1fr; gap: 44px; align-items: start; }
.profile__photo img { width: 100%; height: auto; display: block; box-shadow: 0 14px 36px rgba(0,0,0,0.14); }
.profile__body p { margin: 0 0 16px; }
.profile__sig { font-family: var(--display); font-weight: 800; color: var(--ink); }
@media (max-width: 680px) {
  .profile { grid-template-columns: 1fr; gap: 24px; }
  .profile__photo { max-width: 260px; }
}

/* ---------- 404 ---------- */
.error-page {
  background: var(--ink) url("images/skyline-night.jpg") center/cover no-repeat;
  color: #fff;
  min-height: 70vh;
  display: flex;
  align-items: center;
  position: relative;
}
.error-page::before { content: ""; position: absolute; inset: 0; background: rgba(10,8,9,0.85); }
.error-page__inner { position: relative; text-align: center; width: 100%; padding: 60px 24px; }
.error-page .code { font-family: var(--display); font-weight: 800; font-size: clamp(80px, 18vw, 180px); line-height: 1; color: var(--red); }
.error-page h1 { color: #fff; font-size: clamp(28px, 5vw, 44px); margin-top: 8px; }
.error-page p { font-size: 19px; color: rgba(255,255,255,0.85); margin: 16px auto 30px; max-width: 46ch; }
.error-page .hero__actions { margin-top: 0; }

/* ---------- Cookie banner ---------- */
.cookie-gate {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: var(--ink);
  border-top: 4px solid var(--red);
  box-shadow: 0 -10px 40px rgba(0,0,0,0.35);
  transform: translateY(110%);
  transition: transform 0.35s ease;
}
.cookie-gate.show { transform: translateY(0); }
.cookie-bar {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.cookie-bar__text { color: rgba(255,255,255,0.92); font-size: 15px; line-height: 1.55; margin: 0; flex: 1; min-width: 260px; }
.cookie-bar__text a { color: #fff; font-weight: 700; }
.cookie-actions { display: flex; gap: 12px; flex-wrap: wrap; flex: none; }
.cookie-actions .btn { min-width: 120px; min-height: 46px; font-size: 15px; }
.cookie-decline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.55); }
.cookie-decline:hover { background: #fff; color: var(--ink); border-color: #fff; }
@media (max-width: 600px) {
  .cookie-actions { width: 100%; }
  .cookie-actions .btn { flex: 1; }
}

/* Cookie preferences link in footer */
.cookie-prefs {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.cookie-prefs:hover { border-color: #fff; }

/* ---------- Click-to-load video ---------- */
.video-facade {
  position: relative;
  cursor: pointer;
  background: #0c0a0b;
  border: 0;
  padding: 0;
  width: 100%;
  display: block;
  overflow: hidden;
}
.video-facade::before { content: ""; display: block; padding-top: 56.25%; }
.video-facade__label {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 18px 20px;
  color: #fff;
  font-family: var(--body);
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.video-facade__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 78px; height: 78px;
  border-radius: 50%;
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background 0.2s;
}
.video-facade:hover .video-facade__play { transform: translate(-50%, -50%) scale(1.08); background: var(--red-dark); }
.video-facade__play::after { content: ""; border-style: solid; border-width: 16px 0 16px 26px; border-color: transparent transparent transparent #fff; margin-left: 6px; }
.video-facade iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-facade__thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* Hero video-left / ad-right */
.hero__media { display: grid; grid-template-columns: 1.5fr 1fr; gap: 24px; align-items: start; margin-top: 36px; }
.hero__media .video-facade { box-shadow: 0 16px 40px rgba(0,0,0,0.45); }
.hero__ad { display: block; box-shadow: 0 16px 40px rgba(0,0,0,0.45); transition: transform 0.25s; }
.hero__ad:hover { transform: translateY(-4px); }
.hero__ad img { width: 100%; height: auto; display: block; }
@media (max-width: 760px) {
  .hero__media { grid-template-columns: 1fr; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .nav__toggle { display: block; }
  .nav__inner { flex-wrap: wrap; }
  .nav__panel {
    flex-basis: 100%;
    display: none;
    flex-direction: column;
    padding-bottom: 12px;
  }
  .nav__panel.open { display: flex; }
  .nav__menu { flex-direction: column; align-items: stretch; gap: 0; }
  .nav__menu a, .nav__menu .dropdown-toggle { padding: 14px 8px; border-bottom: 1px solid rgba(255,255,255,0.08); width: auto; }
  .has-dropdown > .dropdown-toggle::after { float: right; }
  .dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: var(--panel);
    display: none;
    padding: 0;
  }
  .dropdown.open { display: block; }
  .social { padding: 12px 8px; }
}

@media (max-width: 880px) {
  .stats-band__inner { grid-template-columns: 1fr; gap: 36px; text-align: center; }
  .ticker__intro { margin-left: auto; margin-right: auto; }
  .ticker__item { justify-content: center; text-align: left; }
}

.promo--single { grid-template-columns: minmax(0, 460px); justify-content: center; }

@media (max-width: 760px) {
  .videos { grid-template-columns: 1fr; }
  .crime-grid { grid-template-columns: 1fr; }
  .media-grid { grid-template-columns: repeat(3, 1fr); }
  .footer__apps { grid-template-columns: 1fr; }
  .ticker__num { font-size: clamp(38px, 12vw, 56px); }
}

@media (max-width: 480px) {
  body { font-size: 17px; }
  .promo { grid-template-columns: 1fr; }
  .media-grid { grid-template-columns: repeat(2, 1fr); }
  .hero__actions .btn, .cookie-actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
