.catalog-section {
  padding-top: 86px;
  padding-bottom: 96px;
}
.catalog-section:before {
  content: "THE READING ROOM  ·  01";
  display: block;
  border-top: 1px solid #bec9bb;
  padding-top: 11px;
  margin-bottom: 48px;
  color: #818b7b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
body:not(.locale-en) .catalog-section:before {
  content: "ЧИТАЛЬНЫЙ ЗАЛ  ·  01";
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 35px;
}
.section-head h2 {
  font-size: 55px;
  line-height: 1.1;
  margin: 14px 0 0;
}
.section-head > p {
  max-width: 240px;
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
  margin: 0 0 5px;
}
.catalog-tools {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 36px;
}
.search-box {
  position: relative;
  width: 350px;
  max-width: 100%;
}
.search-box span:first-child {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  color: #7c857b;
}
.search-box input {
  width: 100%;
  padding: 14px 14px 14px 45px;
  border: 1px solid var(--line);
  background: #fbfaf5;
  border-radius: 3px;
  outline: none;
}
.search-box input:focus {
  border-color: #567a63;
}
.filters {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.filters button {
  border: 1px solid transparent;
  border-radius: 19px;
  background: none;
  color: #657067;
  padding: 9px 13px;
  font-size: 12px;
  white-space: nowrap;
}
.filters button[aria-pressed="true"] {
  background: #dfe7dc;
  color: #244b39;
  font-weight: 750;
}
.book-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}
.book-card {
  min-width: 0;
}
.book-card__body {
  border-bottom: 1px solid #cbd4c8;
  min-height: 128px;
  padding-bottom: 16px;
}
.cover {
  position: relative;
  display: flex;
  border: 0;
  text-align: left;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}
.book-card .cover {
  width: 100%;
  height: 385px;
  padding: 0;
  box-shadow: 9px 12px 0 #dfe4d8;
  transition: transform 0.2s, box-shadow 0.2s;
}
.book-card .cover:hover {
  transform: translate(-3px, -3px);
  box-shadow: 12px 15px 0 #d4ddcf;
}
.cover:before,
.cover:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.cover--rain {
  background: #426c70;
}
.cover--rain:before {
  width: 130%;
  height: 55%;
  border: 3px solid #d9d5b5;
  border-radius: 50%;
  top: 15%;
  left: -15%;
  transform: rotate(-17deg);
}
.cover--rain:after {
  width: 130%;
  height: 55%;
  border: 3px solid #d9d5b5;
  border-radius: 50%;
  top: 26%;
  left: -25%;
  transform: rotate(-17deg);
}
.cover--north {
  background: #b27155;
}
.cover--north:before {
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-bottom: 255px solid #e4b694;
  top: 24px;
  left: 20%;
}
.cover--north:after {
  border-left: 160px solid transparent;
  border-right: 160px solid transparent;
  border-bottom: 220px solid #a45545;
  top: 91px;
  left: -35%;
}
.cover--garden {
  background: #6e7049;
}
.cover--garden:before {
  width: 190px;
  height: 270px;
  border: 13px double #bdba79;
  border-radius: 50% 50% 10% 10%;
  top: -70px;
  left: 35%;
}
.cover--garden:after {
  width: 220px;
  height: 220px;
  border: 1px solid #d1d196;
  border-radius: 50%;
  top: 56px;
  left: -58px;
}
.cover__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 9px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: linear-gradient(0deg, #14232290, transparent 58%);
  text-shadow: 0 1px 7px #10282455;
}
.cover__inner:before {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px solid #ffffff70;
  pointer-events: none;
}
.cover__inner strong {
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.cover__inner > span:last-child {
  font-size: 13px;
}
.cover__eyebrow {
  font-size: 9px;
  letter-spacing: 0.16em;
  font-weight: 800;
  margin-bottom: auto;
}
.book-card__body {
  padding-top: 19px;
}
.book-card__meta {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #9b725e;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.owned-dot {
  color: #3e7453;
}
.book-card__title {
  border: 0;
  background: none;
  padding: 8px 0 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  font-family: Georgia, serif;
  font-size: 28px;
  color: var(--ink);
  letter-spacing: -0.04em;
}
.book-card__title span {
  font-family: Arial, sans-serif;
  font-size: 18px;
  margin-top: 6px;
  color: #62776b;
}
.book-card__body p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
  margin: 6px 0;
}
.catalog-count {
  font-size: 12px;
  color: #8a9085;
  margin-top: 22px;
}
.empty-search {
  grid-column: 1/-1;
  border: 1px dashed #cbd3c8;
  text-align: center;
  padding: 65px 20px;
}
.empty-search strong {
  font-family: Georgia, serif;
  font-size: 25px;
}
.empty-search p {
  color: var(--muted);
}
