:root {
  color: #17212b;
  background: #f7f0e3;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

main {
  width: min(880px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 96px;
}

a {
  color: #0d2b45;
}

header {
  padding-bottom: 40px;
  border-bottom: 4px solid #0d2b45;
}

.eyebrow {
  margin: 48px 0 8px;
  color: #ef6755;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: #0d2b45;
  font-size: clamp(44px, 8vw, 84px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.subtitle {
  color: #177f82;
  font-size: 24px;
  font-weight: 700;
}

#summary,
article dl {
  display: grid;
  grid-template-columns: minmax(110px, 0.3fr) 1fr;
  gap: 6px 16px;
}

dt {
  color: #655f57;
  font-weight: 800;
}

dd {
  margin: 0;
}

#slides > h2 {
  margin: 64px 0 16px;
  color: #ef6755;
  font-size: 32px;
}

article {
  padding: 28px 0;
  border-top: 1px solid #cabfaf;
}

article h3 {
  margin: 0;
  color: #655f57;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.screen-text {
  margin: 14px 0 24px;
  color: #0d2b45;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.05;
  white-space: pre-line;
}

article p {
  line-height: 1.55;
}

.sources {
  padding: 0;
  margin: 18px 0 0;
  font-size: 12px;
  list-style: none;
  overflow-wrap: anywhere;
}

.sources li + li {
  margin-top: 5px;
}

@media print {
  main {
    width: 100%;
    padding: 0;
  }

  article {
    break-inside: avoid;
  }

  header > a {
    display: none;
  }
}
