/* Hoot Sheet public research site: cream paper, engraved owl, red ink. */
:root {
  --paper: #f6f1e7;
  --ink: #24231e;
  --text: #353128;
  --muted: #71695c;
  --rule: #c5bcaa;
  --rule-light: #dfd6c4;
  --tint: #eee6d7;
  --white: #fbf7ee;
  --red: #992b24;
}
body {
  background: var(--paper);
}
html {
  scroll-padding-top: 20px;
}
.wrap {
  width: min(1260px, calc(100% - 72px));
}
h1,
h2,
h3 {
  font-weight: 650;
}
h1 {
  font-size: clamp(35px, 4vw, 55px);
}
h2 {
  letter-spacing: -0.025em;
}
.prototype-note {
  padding: 8px 14px;
  text-align: center;
  font: 10px / 1.5 var(--sans);
  color: var(--muted);
  border-bottom: 1px solid var(--rule-light);
  letter-spacing: 0.25px;
}
.prototype-note span {
  padding: 0 7px;
}
.prototype-note a {
  margin-left: 9px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  padding: 12px;
  background: var(--ink);
  color: var(--paper);
  z-index: 30;
}
.skip-link:focus {
  top: 12px;
}
.masthead {
  border-bottom: 3px double var(--ink);
}
.topbar {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) minmax(0, 3fr) minmax(140px, 1fr);
  gap: 0 20px;
  padding: 20px 0 0;
  border-bottom: 0;
  align-items: center;
}
.edition {
  grid-column: 1;
  grid-row: 1;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 150px;
  line-height: 1.8;
}
.brand {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 0;
  padding-bottom: 22px;
}
.brand-owl {
  width: 82px;
  height: 82px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: brightness(1.09) contrast(1.04);
  margin-bottom: -6px;
}
.brand-name {
  font-family: var(--serif);
  font-size: clamp(54px, 6.8vw, 96px);
  font-weight: 750;
  line-height: 0.96;
  text-transform: uppercase;
  letter-spacing: -0.055em;
  white-space: nowrap;
}
.brand-stop {
  color: var(--red);
}
.brand-tagline {
  display: block;
  color: var(--ink);
  font: 500 9px / 1.5 var(--sans);
  letter-spacing: 2.7px;
  text-transform: uppercase;
  margin-top: 11px;
}
.owl-quip {
  grid-column: 3;
  grid-row: 1;
  background: transparent;
  border: 0;
  color: var(--ink);
  text-align: right;
  justify-self: end;
  padding: 12px 0 12px 12px;
  max-width: 165px;
}
.owl-quip > span {
  font: italic 22px / 1.25 var(--serif);
  display: block;
}
.owl-quip small {
  font: 8px / 1.5 var(--sans);
  color: var(--red);
  letter-spacing: 1.3px;
  margin-top: 12px;
  display: block;
}
.owl-quip:hover span {
  color: var(--red);
}
.topbar nav {
  grid-column: 1 / -1;
  grid-row: 2;
  justify-content: center;
  gap: 44px;
  border-top: 1px solid var(--ink);
  padding: 6px 0;
}
.topbar nav a {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  padding: 12px 2px 8px;
  min-height: 44px;
}
.topbar nav a[aria-current="page"] {
  color: var(--red);
}
.slate-strip {
  border-top: 1px solid var(--rule);
  padding: 10px 0;
}
.strip-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip-scroll {
  mask-image: none;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: var(--rule) transparent;
}
.chip {
  border-radius: 0;
  padding: 8px 11px;
  border-right: 1px solid var(--rule-light);
  font-size: 11px;
}
.chip:hover {
  background: var(--tint);
}
.lead {
  gap: 50px;
  padding: 36px 0 34px;
  grid-template-columns: 6fr 5fr;
}
.story {
  display: block;
}
.story-pic {
  display: none;
}
.story-text h1 {
  font-size: clamp(37px, 4.3vw, 59px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 650;
  margin-bottom: 20px;
}
.kicker {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--red);
  margin-bottom: 16px;
  font-weight: 650;
}
.kicker-sub {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.8px;
}
.dek {
  font-size: 20px;
  line-height: 1.45;
}
.byline {
  font-size: 12px;
  line-height: 1.7;
}
.story-links {
  margin-top: 24px;
}
.story-links a {
  font-family: var(--serif);
  font-size: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--red);
  text-decoration: none;
}
.story-links a + a {
  border-color: var(--rule);
}
.chart h2 {
  font-size: 25px;
  line-height: 1.13;
  font-weight: 600;
}
.chart figcaption p {
  font-size: 12px;
  line-height: 1.6;
}
.chart {
  padding-top: 3px;
}
.chart svg text {
  font-family: var(--sans);
}
.chart-table summary {
  padding: 10px 0;
  min-height: 40px;
}
.file,
.analysis,
.slate {
  padding-top: 32px;
  padding-bottom: 32px;
}
.sectionbar h2 {
  font-size: 34px;
  font-weight: 650;
}
.file-summary {
  font: 17px / 1.5 var(--serif);
}
.search input {
  border-radius: 0;
  border-bottom: 1px solid var(--ink);
  padding: 10px 0;
  min-height: 44px;
  background: transparent;
}
.search input::placeholder {
  color: var(--muted);
}
.filters {
  gap: 7px;
}
.filters button {
  border-radius: 0;
  min-height: 40px;
  padding: 8px 15px;
  background: transparent;
  border: 1px solid var(--rule);
}
.filters button[aria-pressed="true"] {
  background: var(--red);
  border-color: var(--red);
  color: #fff8ed;
}
.briefs {
  column-gap: 30px;
}
.brief {
  padding: 22px 0;
}
.brief p {
  font: 600 23px / 1.15 var(--serif);
  letter-spacing: -0.015em;
}
.brief-meta {
  font-size: 11px;
  line-height: 1.6;
}
.brief .identity strong {
  font-size: 13px;
}
.status {
  font-size: 11px;
}
.pic {
  background: var(--tint);
}
.mark {
  border-radius: 0;
}
.toolbar {
  background: var(--paper);
  border-top-color: var(--ink);
  border-bottom-color: var(--rule);
}
.view-switch {
  border-radius: 0;
  border-color: var(--rule);
}
.view-switch a {
  border-radius: 0;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 8px 17px;
}
.view-switch a[aria-current="page"] {
  background: var(--ink);
  color: var(--paper);
}
.page {
  padding-top: 36px;
}
.pagehead .dek {
  font-size: 19px;
  max-width: 52em;
}
.rank-table th,
.archive-table th {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.6px;
}
.rank-table tbody tr:hover,
.archive-table tbody tr:hover {
  background: var(--tint);
}
.rank-table .points,
.archive-table .num {
  font-family: var(--serif);
  font-size: 24px;
}
.rank-table .rankno {
  font-size: 13px;
}
.rank-table .identity strong {
  font-size: 14px;
}
.col {
  background: transparent;
  border-radius: 0;
  border-color: var(--rule);
}
.col-head {
  border-bottom-color: var(--ink);
}
.col-head h2 {
  font-family: var(--serif);
}
.board-row,
.tier-label {
  border-radius: 0;
}
.board-tabs {
  border-radius: 0;
}
.board-tabs button {
  min-height: 44px;
}
.board-tabs button[aria-selected="true"] {
  background: var(--red);
}
.profile-head {
  border-bottom: 1px solid var(--ink);
  padding-bottom: 24px;
}
.profile-head h1 {
  font-size: clamp(38px, 4vw, 58px);
}
.profile-pic {
  background: var(--tint);
  border-radius: 0;
  border-bottom: 3px solid var(--tc);
}
.prose {
  font-size: 20px;
  line-height: 1.6;
}
.research h2 {
  font-size: 34px;
  line-height: 1.1;
}
.read-label {
  text-transform: uppercase;
  letter-spacing: 1.7px;
  color: var(--red);
  font-size: 10px;
}
.watch {
  border-left: 2px solid var(--red);
  background: var(--tint);
  border-radius: 0;
}
.watch p {
  font-size: 19px;
}
.source {
  padding: 15px 0;
}
.forecast {
  border-radius: 0;
  background: transparent;
  border-top: 2px solid var(--ink);
}
.forecast .number,
.forecast .f-number {
  font-family: var(--serif);
  font-weight: 650;
}
.receipt {
  border-radius: 0;
  background: var(--tint);
}
.origin-note {
  font: 14px / 1.6 var(--serif);
  color: var(--muted);
  border-bottom: 1px solid var(--rule);
  padding-bottom: 12px;
}
.stats .figure {
  font-family: var(--serif);
  font-weight: 650;
  font-size: 43px;
}
.game {
  border-radius: 0;
  background: transparent;
  border-color: var(--rule);
}
.game-band {
  opacity: 0.75;
}
.signup {
  border-top: 3px double var(--ink);
  border-bottom: 1px solid var(--ink);
  margin-top: 20px;
  padding: 32px 0;
}
.signup h2 {
  font-size: 33px;
}
.signup p {
  font-family: var(--serif);
  font-size: 17px;
}
.signup .fine {
  font: 12px / 1.6 var(--sans);
}
.fields input {
  background: var(--white);
  border-radius: 0;
  border-color: var(--rule);
  min-height: 48px;
}
.fields button {
  background: var(--red);
  border-color: var(--red);
  color: var(--paper);
  border-radius: 0;
  min-height: 48px;
}
.sitefooter {
  font-size: 11px;
  padding-top: 24px;
  padding-bottom: 30px;
}
.sitefooter > div:first-child {
  font-family: var(--serif);
  font-size: 16px;
}
.owl-intro {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 24px 0;
  margin: 24px 0;
}
.owl-intro img {
  flex: none;
  mix-blend-mode: multiply;
  filter: brightness(1.09) contrast(1.04);
}
.owl-intro h2 {
  margin-top: 0;
  font-size: 34px;
}
.owl-intro .kicker {
  margin-bottom: 8px;
}
.show-all,
[data-show-more] {
  border-radius: 0 !important;
  min-height: 44px;
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .topbar {
    grid-template-columns: 120px minmax(0, 1fr) 120px;
    gap: 0 10px;
  }
  .brand-name {
    font-size: 65px;
  }
  .owl-quip > span {
    font-size: 18px;
  }
  .brand-tagline {
    font-size: 8px;
    letter-spacing: 1.5px;
  }
  .edition {
    display: block;
    font-size: 10px;
  }
  .lead {
    gap: 32px;
  }
  .story-text h1 {
    font-size: 44px;
  }
}
@media (max-width: 900px) {
  .lead {
    grid-template-columns: 1fr;
  }
  .story-text h1 {
    max-width: 17ch;
  }
  .topbar {
    justify-items: stretch;
  }
  .topbar nav {
    gap: 36px;
  }
  .chart h2 {
    max-width: 32em;
  }
}
@media (max-width: 650px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .prototype-note {
    padding: 6px 12px;
    font-size: 9px;
  }
  .prototype-note a {
    display: none;
  }
  .topbar {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 15px 0 0;
  }
  .edition {
    display: block;
    order: 0;
    max-width: none;
    text-align: center;
    font-size: 8px;
    letter-spacing: 1.7px;
  }
  .brand {
    order: 1;
    padding: 0 0 17px;
    width: 100%;
  }
  .brand-owl {
    width: 59px;
    height: 59px;
    margin-bottom: -3px;
  }
  .brand-name {
    font-size: clamp(45px, 12.5vw, 74px);
  }
  .brand-tagline {
    font-size: 7px;
    letter-spacing: 1.9px;
    margin-top: 8px;
  }
  .owl-quip {
    display: none;
  }
  .topbar nav {
    order: 2;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 2px 0;
  }
  .topbar nav a {
    font-size: 16px;
    padding: 12px 0 8px;
  }
  .slate-strip {
    gap: 8px;
    padding: 7px 0;
  }
  .strip-label {
    font-size: 8px;
    max-width: 44px;
    white-space: normal;
  }
  .chip {
    font-size: 10px;
    padding: 7px 8px;
  }
  .chip .when {
    font-size: 9px;
  }
  .lead {
    padding: 25px 0;
    gap: 28px;
  }
  .kicker {
    font-size: 9px;
    letter-spacing: 1.4px;
  }
  .kicker-sub {
    font-size: 8px;
    letter-spacing: 0.4px;
  }
  .story-text h1 {
    font-size: clamp(34px, 9.5vw, 49px);
    max-width: none;
  }
  .dek {
    font-size: 19px;
  }
  .byline {
    font-size: 11px;
  }
  .chart h2 {
    font-size: 24px;
  }
  .chart figcaption p {
    font-size: 12px;
  }
  .legend {
    font-size: 10px;
  }
  .sectionbar h2 {
    font-size: 31px;
  }
  .file-summary {
    font-size: 16px;
  }
  .filters button {
    min-height: 42px;
    padding: 8px 12px;
    font-size: 12px;
  }
  .brief p {
    font-size: 23px;
  }
  .brief {
    padding: 21px 0;
  }
  .pagehead h1 {
    font-size: 40px;
  }
  .pagehead .dek {
    font-size: 18px;
  }
  .toolbar {
    position: static;
  }
  .rank-table .points {
    font-size: 25px;
  }
  .rank-table .points .meta {
    font-size: 11px;
  }
  .profile-head {
    grid-template-columns: 65px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
  }
  .profile-pic {
    width: 65px;
    height: 65px;
  }
  .profile-pic .pic {
    width: 65px;
    height: 65px;
  }
  .profile-head h1 {
    font-size: 36px;
  }
  .bio {
    font-size: 11px;
  }
  .research h2 {
    font-size: 30px;
  }
  .prose {
    font-size: 19px;
  }
  .owl-intro {
    display: block;
  }
  .owl-intro img {
    width: 85px;
    height: 85px;
    float: right;
    margin: 0 0 12px 14px;
  }
  .signup {
    gap: 23px;
  }
  .signup h2 {
    font-size: 30px;
  }
  .sitefooter {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
