:root {
  color-scheme: light;
  --ink: #201f26;
  --muted: #3f3d45;
  --line: #201f26;
  --paper: #ffffff;
  --white: #ffffff;
  --red: #e21d25;
  --shadow: 0 20px 60px rgba(32, 31, 38, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.site-header,
.site-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 22px 24px;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

nav {
  display: flex;
  gap: 18px;
}

nav a,
.site-footer a,
.text-link {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

nav a:hover,
.site-footer a:hover,
.text-link:hover {
  color: var(--ink);
}

.hero {
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  margin: 0 auto;
  max-width: 1180px;
  padding: 66px 24px 86px;
}

.hero-copy {
  align-self: start;
  min-width: 0;
}

.kicker,
.eyebrow {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

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

h1 {
  font-size: 9rem;
  letter-spacing: 0;
  line-height: 0.82;
  margin-bottom: 28px;
  max-width: 760px;
}

h2 {
  font-size: 3.8rem;
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 0;
}

h3 {
  font-size: 1.12rem;
  margin-bottom: 10px;
}

.lede {
  color: var(--muted);
  font-size: 1.35rem;
  max-width: 650px;
  overflow-wrap: break-word;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  border: 2px solid var(--ink);
  display: inline-flex;
  font-weight: 800;
  min-height: 48px;
  padding: 11px 18px;
  text-decoration: none;
}

.button.primary {
  background: var(--ink);
  color: var(--white);
}

.button.secondary {
  background: var(--white);
  color: var(--red);
  border-color: var(--red);
}

.hero-media {
  align-content: start;
  display: grid;
  gap: 18px;
}

.video-placeholder,
.video-card,
.latest-panel,
.facebook-panel {
  background: var(--white);
  border: 2px solid var(--ink);
  box-shadow: var(--shadow);
}

.panel-label,
.post-type {
  background: var(--red);
  color: var(--white);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 6px 9px;
  text-transform: uppercase;
}

.latest-panel {
  padding: 24px;
  width: 100%;
}

.latest-feature,
.latest-item {
  color: inherit;
  display: grid;
  gap: 14px;
  min-width: 0;
  text-decoration: none;
}

.latest-feature {
  margin-top: 22px;
}

.latest-feature img,
.latest-item img {
  border: 2px solid var(--ink);
  display: block;
  object-fit: cover;
  width: 100%;
}

.latest-feature img {
  aspect-ratio: 16 / 9;
}

.latest-feature strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.latest-feature small,
.latest-item small {
  color: var(--red);
  display: block;
  font-weight: 800;
  margin-top: 6px;
}

.latest-list {
  border-top: 2px solid var(--ink);
  display: grid;
  gap: 14px;
  margin-top: 20px;
  padding-top: 18px;
}

.latest-item {
  align-items: center;
  grid-template-columns: 116px 1fr;
}

.latest-item img {
  aspect-ratio: 16 / 10;
}

.latest-item strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.12;
}

.section {
  margin: 0 auto;
  max-width: 1180px;
  padding: 72px 24px;
}

.intro-grid {
  border-top: 2px solid var(--line);
  display: grid;
  gap: 36px;
  grid-template-columns: 0.9fr 1.1fr;
}

.intro-grid p:last-child {
  color: var(--muted);
  font-size: 1.24rem;
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 26px;
}

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

.video-card iframe {
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  width: 100%;
}

.video-card h3,
.video-placeholder h3 {
  padding: 18px 18px 0;
}

.video-card p,
.video-placeholder p {
  color: var(--muted);
  padding: 0 18px 18px;
}

.video-placeholder {
  align-content: center;
  aspect-ratio: 16 / 12;
  display: grid;
  min-height: 270px;
}

.video-placeholder .placeholder-art {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: flex;
  font-size: 4rem;
  font-weight: 800;
  justify-content: center;
  min-height: 130px;
}

.post-section {
  border-top: 2px solid var(--line);
}

.facebook-panel {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(320px, 500px) minmax(0, 1fr);
  padding: 24px;
}

.facebook-post-link {
  color: inherit;
  display: block;
  max-width: 100%;
  text-decoration: none;
}

.facebook-post-image {
  border: 2px solid var(--ink);
  display: block;
  height: auto;
  width: 100%;
}

.facebook-note {
  align-self: center;
}

.facebook-note h3 {
  font-size: 2.25rem;
  line-height: 1;
  margin-top: 24px;
}

.facebook-note p {
  color: var(--muted);
  font-size: 1.12rem;
}

.topics {
  border-top: 2px solid var(--line);
}

.topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.topic-list span {
  background: var(--white);
  border: 2px solid var(--line);
  font-weight: 800;
  padding: 10px 14px;
}

.site-footer {
  border-top: 2px solid var(--line);
  color: var(--muted);
}

.site-footer div {
  display: flex;
  gap: 18px;
}

@media (max-width: 820px) {
  .site-header,
  .site-footer,
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero,
  .intro-grid,
  .video-grid,
  .facebook-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 34px;
  }

  .hero-copy,
  .hero-media,
  .latest-panel {
    max-width: calc(100vw - 48px);
  }

  h1 {
    font-size: 4.7rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .lede {
    font-size: 1.1rem;
    max-width: 19rem;
  }

  .kicker {
    max-width: 20rem;
  }

  .latest-panel {
    padding: 20px;
    overflow: hidden;
  }

  .latest-feature strong {
    font-size: 1.45rem;
  }

  .latest-item {
    grid-template-columns: 92px 1fr;
  }

  .latest-item strong {
    font-size: 0.88rem;
  }

  .facebook-panel {
    padding: 18px;
  }

  .facebook-note h3 {
    font-size: 1.65rem;
  }

  nav {
    flex-wrap: wrap;
  }
}
