/* Fotobogen: scoped shelf layout and responsive catalogue. */
.fb-shelf .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; }
.fb-shelf .small-rule { display: block; width: 27px; border-top: 1px solid var(--muted); margin: 20px 0px; }
.fb-shelf .shelf-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; border-bottom: 1px solid var(--rule); padding: 19px 0px 28px; }
.fb-shelf .shelf-heading h1 { margin-bottom: 16px; }
.fb-shelf .shelf-heading p { font-size: 27px; line-height: 1.25; }
.fb-shelf .shelf-controls { padding-top: 8px; }
.fb-shelf .search { display: flex; align-items: center; gap: 16px; padding: 14px 0px; border-bottom: 1px solid var(--rule); }
.fb-shelf .search svg { width: 21px; height: 21px; flex-shrink: 0; }
.fb-shelf .search input { border: 0px; background: transparent; font-size: 20px; width: 100%; min-width: 0px; outline-offset: 1px; }
.fb-shelf .search input::placeholder { color: var(--muted); opacity: 1; }
.fb-shelf .filter-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 25px; }
.fb-shelf .topics { display: flex; gap: 28px; }
.fb-shelf .topics button { padding: 8px 0px; font-size: 18px; border-bottom: 2px solid transparent; }
.fb-shelf .topics button[aria-pressed="true"] { border-color: var(--olive); }
.fb-shelf .format { position: relative; display: flex; align-items: center; }
.fb-shelf .format select { appearance: none; border: 0px; background: transparent; font-size: 17px; padding: 8px 26px 8px 0px; max-width: 150px; }
.fb-shelf .format svg { position: absolute; right: 0px; pointer-events: none; width: 16px; height: 16px; }
.fb-shelf .book-selection { display: grid; grid-template-columns: 62% 38%; padding: 26px 0px; border-bottom: 1px solid var(--rule); min-height: 532px; }
.fb-shelf .featured-book { display: grid; grid-template-columns: 60% 40%; align-items: center; padding-right: 20px; }
.fb-shelf .featured-cover { display: block; }
.fb-shelf .featured-cover img { display: block; width: 100%; height: 455px; object-fit: contain; mix-blend-mode: multiply; }
.fb-shelf .featured-copy { padding: 10px 0px 10px 10px; }
.fb-shelf .featured-copy h2 { font-size: 50px; line-height: 1.02; letter-spacing: -1.5px; }
.fb-shelf .featured-copy .author { font-size: 26px; margin-top: 14px; }
.fb-shelf .featured-copy .small-rule { margin: 25px 0px; }
.fb-shelf .featured-copy .description { font-size: 23px; line-height: 1.3; margin-bottom: 35px; }
.fb-shelf .text-link { display: inline-block; border-bottom: 2px solid var(--olive); padding: 3px 0px; font-size: 20px; line-height: 1.25; }
.fb-shelf .text-link:hover { text-decoration: none; border-color: var(--ink); }
.fb-shelf .side-books { border-left: 1px solid var(--rule); padding-left: 48px; display: grid; grid-template-rows: 1fr 1fr; gap: 16px; }
.fb-shelf .side-books article { display: grid; grid-template-columns: 46% 1fr; align-items: center; gap: 40px; }
.fb-shelf .side-books article + article { border-top: 1px solid var(--rule); padding-top: 13px; }
.fb-shelf .side-books img { width: 100%; height: 213px; object-fit: contain; mix-blend-mode: multiply; display: block; }
.fb-shelf .side-books h2 { font-size: 33px; letter-spacing: -0.8px; line-height: 1.05; }
.fb-shelf .side-books p { font-size: 20px; margin-top: 15px; }
.fb-shelf .side-books .small-rule { margin: 20px 0px 12px; }
.fb-shelf .side-books .text-link { font-size: 20px; }
.fb-shelf .catalogue { padding-top: 22px; }
.fb-shelf .catalogue-top { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.fb-shelf .catalogue-top h2 { font-size: 34px; }
.fb-shelf .catalogue-top output { font: 13px var(--sans); color: var(--muted); }
.fb-shelf table { width: 100%; border-collapse: collapse; margin-top: 8px; font-size: 18px; line-height: 1.35; text-align: left; table-layout: fixed; }
.fb-shelf th { font-weight: 400; font-size: 16px; }
.fb-shelf td, .fb-shelf th { padding: 9px 0px; border-bottom: 1px solid var(--rule); vertical-align: top; }
.fb-shelf th:first-child { width: 46%; }
.fb-shelf th:nth-child(2) { width: 28%; }
.fb-shelf th:nth-child(3) { width: 15%; }
.fb-shelf td { padding-right: 22px; overflow-wrap: anywhere; }
.fb-shelf td:last-child { padding-right: 0px; text-align: right; }
.fb-shelf td .text-link { font-size: 17px; padding: 0px; border-bottom: 1px solid var(--olive); white-space: nowrap; }
.fb-shelf .not-linked { font-size: 14px; color: var(--muted); }
.fb-shelf .empty { padding: 50px 0px; }
.fb-shelf .empty p { margin-bottom: 20px; }
.fb-shelf .featured-copy { transform: translateY(-26px); }
.fb-shelf .featured-copy .description { margin-bottom: 59px; }
@media (min-width: 1700px) {
}
@media (max-width: 1200px) {
  .fb-shelf .shelf-heading p { font-size: 22px; }
  .fb-shelf .topics { gap: 15px; }
  .fb-shelf .filter-row { gap: 10px; }
  .fb-shelf .topics button { font-size: 16px; }
  .fb-shelf .book-selection { grid-template-columns: 62% 38%; min-height: 440px; }
  .fb-shelf .featured-cover img { height: 360px; }
  .fb-shelf .featured-copy h2 { font-size: 38px; }
  .fb-shelf .featured-copy .author { font-size: 22px; }
  .fb-shelf .featured-copy .description { font-size: 20px; }
  .fb-shelf .side-books { padding-left: 25px; }
  .fb-shelf .side-books article { gap: 22px; }
  .fb-shelf .side-books img { height: 170px; }
  .fb-shelf .side-books h2 { font-size: 27px; }
  .fb-shelf .side-books p { font-size: 18px; }
}
@media (max-width: 900px) {
  .fb-shelf .shelf-heading { grid-template-columns: 1fr; gap: 22px; }
  .fb-shelf .shelf-heading h1 { font-size: 60px; }
  .fb-shelf .shelf-heading p { font-size: 23px; }
  .fb-shelf .shelf-controls { padding: 0px; }
  .fb-shelf .filter-row { margin-top: 14px; }
  .fb-shelf .topics { gap: 24px; }
  .fb-shelf .book-selection { grid-template-columns: 1fr; gap: 25px; }
  .fb-shelf .featured-book { padding: 0px; }
  .fb-shelf .featured-cover img { height: 350px; }
  .fb-shelf .featured-copy h2 { font-size: 44px; }
  .fb-shelf .side-books { border-left: 0px; border-top: 1px solid var(--rule); padding: 24px 0px 0px; grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 30px; }
  .fb-shelf .side-books article { gap: 20px; }
  .fb-shelf .side-books article + article { border: 0px; padding: 0px; }
  .fb-shelf .side-books img { height: 175px; }
  .fb-shelf .side-books h2 { font-size: 25px; }
  .fb-shelf th:first-child { width: 40%; }
  .fb-shelf th:nth-child(2) { width: 27%; }
  .fb-shelf th:nth-child(3) { width: 17%; }
  .fb-shelf table { font-size: 16px; }
}
@media (max-width: 580px) {
  .fb-shelf .shelf-heading { padding: 24px 0px; }
  .fb-shelf .shelf-heading h1 { font-size: 61px; }
  .fb-shelf .shelf-heading p { font-size: 23px; max-width: 340px; }
  .fb-shelf .search { padding: 12px 0px; gap: 12px; }
  .fb-shelf .search input { font-size: 18px; }
  .fb-shelf .filter-row { display: block; }
  .fb-shelf .topics { justify-content: space-between; gap: 10px; }
  .fb-shelf .topics button { font-size: 16px; }
  .fb-shelf .format { margin-top: 12px; width: max-content; }
  .fb-shelf .format select { font-size: 16px; }
  .fb-shelf .book-selection { padding-block: 24px; }
  .fb-shelf .featured-book { grid-template-columns: 1fr; gap: 10px; }
  .fb-shelf .featured-cover img { height: 285px; }
  .fb-shelf .featured-copy { padding: 0px 10px 18px; }
  .fb-shelf .featured-copy h2 { font-size: 38px; }
  .fb-shelf .featured-copy h2 br { display: none; }
  .fb-shelf .featured-copy .author { font-size: 22px; margin-top: 10px; }
  .fb-shelf .featured-copy .small-rule { margin: 18px 0px; }
  .fb-shelf .featured-copy .description { margin-bottom: 16px; }
  .fb-shelf .side-books { grid-template-columns: 1fr; gap: 22px; padding-top: 24px; }
  .fb-shelf .side-books article { grid-template-columns: 38% 1fr; gap: 28px; }
  .fb-shelf .side-books article + article { border-top: 1px solid var(--rule); padding-top: 20px; }
  .fb-shelf .side-books img { height: 180px; }
  .fb-shelf .side-books h2 { font-size: 28px; }
  .fb-shelf .side-books p { font-size: 18px; }
  .fb-shelf .side-books .small-rule { margin: 14px 0px 10px; }
  .fb-shelf .catalogue-top h2 { font-size: 31px; }
  .fb-shelf table, .fb-shelf tbody, .fb-shelf tr, .fb-shelf td { display: block; }
  .fb-shelf thead { display: none; }
  .fb-shelf tr { border-bottom: 1px solid var(--rule); padding: 17px 0px; display: grid; grid-template-columns: 1fr auto; gap: 7px 18px; }
  .fb-shelf td { border: 0px; font-size: 16px; padding: 0px !important; }
  .fb-shelf td:first-child { grid-column: 1 / -1; font-size: 22px; line-height: 1.2; }
  .fb-shelf td:nth-child(2) { grid-column: 1; }
  .fb-shelf td:nth-child(3) { grid-column: 1; font: 12px var(--sans); color: var(--muted); }
  .fb-shelf td:last-child { grid-area: 2 / 2 / 4; align-self: center; }
}
@media (max-width: 900px) {
  .fb-shelf .featured-copy { transform: none; }
  .fb-shelf .featured-copy .description { margin-bottom: 30px; }
}
@media (max-width: 580px) {
  .fb-shelf .featured-copy h2 br { display: block; }
  .fb-shelf .featured-copy .description { margin-bottom: 16px; }
}
@media (prefers-reduced-motion: reduce) {
}
body.fb-site .fb-shelf p { margin: 0px; max-width: none; }
body.fb-site .fb-shelf h1, body.fb-site .fb-shelf h2 { margin: 0px; }
body.fb-site .fb-shelf h1 { font-size: 80px; }
body.fb-site .fb-shelf h2 { font-size: inherit; }
body.fb-site .fb-shelf button { font-family: var(--serif); color: var(--ink); cursor: pointer; background: none; border-width: 0px 0px 2px; }
body.fb-site .fb-shelf .search input { font-family: var(--serif); }
body.fb-site .fb-shelf .featured-copy h2 { font-size: 50px; }
body.fb-site .fb-shelf .side-books h2 { font-size: 33px; }
body.fb-site .fb-shelf .catalogue-top h2 { font-size: 34px; }
body.fb-site .fb-shelf .shelf-heading p { margin-top: 16px; }
body.fb-site .fb-shelf .author { margin-top: 14px; }
body.fb-site .fb-shelf .description { margin-bottom: 40px; }
body.fb-site .fb-shelf .side-books p { margin-top: 15px; }
.fb-shelf a { text-decoration: none; }
.fb-shelf svg { stroke: currentcolor; stroke-width: 1; fill: none; }
.fb-shelf small { display: block; font: 12px/1.6 var(--sans); color: var(--muted); }
body.fb-site .fb-shelf .filter-note { margin-top: 20px; color: var(--muted); font: 12px/1.5 var(--sans); max-width: 700px; }
.fb-shelf-notes { font-size: 18px; margin-block: 45px !important; }
.fb-shelf-notes summary { cursor: pointer; font: 14px var(--sans); }
body.fb-site .fb-shelf-notes .collection-overview { padding: 30px 0px; border: 0px; }
body.fb-site .fb-shelf-notes .track { background: transparent; border-top: 1px solid var(--rule); padding: 20px 0px; }
@media (max-width: 1200px) {
  body.fb-site .fb-shelf .featured-copy h2 { font-size: 38px; }
  body.fb-site .fb-shelf .side-books h2 { font-size: 27px; }
}
@media (max-width: 760px) {
  body.fb-site .fb-shelf h1 { font-size: 61px; }
  body.fb-site .fb-shelf .featured-copy h2 { font-size: 38px; }
  body.fb-site .fb-shelf .side-books h2 { font-size: 28px; }
  body.fb-site .fb-shelf .description { margin-bottom: 20px; }
}
