body.rf-standard-shell {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 78% 16%, rgba(122, 63, 17, .16), transparent 32rem),
    radial-gradient(circle at 15% 78%, rgba(78, 46, 16, .1), transparent 28rem),
    #090704;
  color: #f2e4c0;
  font-family: "Crimson Text", Georgia, serif;
}

body.rf-standard-shell *,
body.rf-standard-shell *::before,
body.rf-standard-shell *::after {
  box-sizing: border-box;
}

.archive-search-page {
  width: min(1120px, calc(100% - 40px));
  min-height: 70vh;
  margin: 0 auto;
  padding: 128px 0 80px;
  color: #f2e4c0;
}

.archive-search-page::before {
  content: "";
  display: block;
  width: 74px;
  height: 2px;
  margin-bottom: 28px;
  background: #d2741b;
  box-shadow: 22px 0 0 rgba(210, 116, 27, .35);
}

.archive-search-page .search-kicker {
  margin: 0 0 10px;
  color: #d2741b;
  font: 600 .72rem/1.2 Oswald, Arial, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.archive-search-page h1 {
  margin: 0 0 16px;
  color: #f3e4bc;
  font: 400 clamp(3rem, 8vw, 6.5rem)/.9 "Bebas Neue", Oswald, sans-serif;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.archive-search-page > p {
  max-width: 760px;
  color: #c7a873;
  font-size: 1.06rem;
  line-height: 1.7;
}

#archive-search {
  margin: 38px 0 28px;
  padding: 22px;
  border: 1px solid rgba(224, 145, 34, .46);
  background: #151006;
}

#archive-search label {
  display: block;
  margin-bottom: 10px;
  color: #d4b77b;
  font: 600 .74rem/1.2 Oswald, Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#archive-search div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

#archive-search input,
#archive-search button {
  min-height: 48px;
  border: 1px solid rgba(224, 145, 34, .56);
  background: #090704;
  color: #f2e4c0;
  font: 500 .9rem/1.2 Oswald, Arial, sans-serif;
}

#archive-search input { padding: 10px 13px; }
#archive-search button {
  padding: 10px 22px;
  color: #fff0c8;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}
#archive-search button:hover { background: #241608; }

#search-count {
  min-height: 24px;
  color: #b89455;
  font: 500 .74rem/1.2 Oswald, Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.archive-search-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.archive-search-result {
  display: block;
  padding: 20px;
  border: 1px solid rgba(224, 145, 34, .28);
  background: #151006;
  color: inherit;
  text-decoration: none;
}
.archive-search-result:hover,
.archive-search-result:focus-visible {
  border-color: #d2741b;
  background: #1d1308;
}
.archive-search-result small {
  color: #d2741b;
  font: 600 .66rem/1.2 Oswald, Arial, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.archive-search-result h2 {
  margin: 8px 0;
  color: #f2e4c0;
  font: 400 1.55rem/1 "Bebas Neue", Oswald, sans-serif;
  letter-spacing: .02em;
}
.archive-search-result p {
  margin: 0;
  color: #b8955d;
  line-height: 1.55;
}

#search-empty {
  margin-top: 24px;
  padding: 22px;
  border-left: 3px solid #d2741b;
  background: #151006;
}
#search-empty h2 { margin-top: 0; color: #f2e4c0; }
#search-empty a { color: #e8b45e; }

@media (max-width: 700px) {
  .archive-search-page { width: min(100% - 28px, 1120px); padding-top: 102px; }
  #archive-search div { grid-template-columns: 1fr; }
  .archive-search-results { grid-template-columns: 1fr; }
}
