:root {
  color-scheme: light;
  --ink: #1d2521;
  --muted: #667069;
  --paper: #fbfaf6;
  --page: #f2f1eb;
  --line: #d9d6ca;
  --green: #2f5d50;
  --green-dark: #193d35;
  --clay: #a6533c;
  --gold: #d6a94f;
  --blue: #415f75;
  --shadow: 0 18px 50px rgba(27, 35, 31, 0.14);
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: Georgia, "Times New Roman", serif;
  --font-hero-quote: Georgia, "Times New Roman", serif;
  --font-persian: "Vazirmatn", "Vazir", "Vaziri", "Tahoma", Arial, sans-serif;
  font-family: var(--font-body);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--page);
  font-family: var(--font-body);
}

body,
button,
input {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  min-height: 126px;
  padding: 22px clamp(18px, 6vw, 88px);
  border-bottom: 1px solid rgba(29, 37, 33, 0.1);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

html[dir="rtl"] body {
  direction: ltr;
  font-family: var(--font-persian);
}

html[dir="rtl"] .hero-content,
html[dir="rtl"] .section-heading,
html[dir="rtl"] .post-card,
html[dir="rtl"] .book,
html[dir="rtl"] .about-copy,
html[dir="rtl"] .appearances,
html[dir="rtl"] .letter-section,
html[dir="rtl"] .critics-section,
html[dir="rtl"] .contact-section,
html[dir="rtl"] .contact-form,
html[dir="rtl"] .contact-details {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .contact-form input,
html[dir="rtl"] .contact-form textarea {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .site-header {
  direction: ltr;
}

html[dir="rtl"] .nav {
  direction: rtl;
}

html[dir="rtl"] .hero {
  direction: ltr;
}

html[dir="rtl"] .hero-content {
  direction: rtl;
  grid-column: 1;
}

html[dir="rtl"] .hero img {
  grid-column: 2;
}

html[lang="fa"] h1,
html[lang="fa"] h2,
html[lang="fa"] h3,
html[lang="fa"] h4,
html[lang="fa"] p,
html[lang="fa"] a,
html[lang="fa"] button,
html[lang="fa"] input,
html[lang="fa"] textarea,
html[lang="fa"] label,
html[lang="fa"] span,
html[lang="fa"] strong,
html[lang="fa"] small,
html[lang="fa"] blockquote {
  font-family: var(--font-persian);
}

html[lang="fa"] .eyebrow,
html[lang="fa"] .post-meta,
html[lang="fa"] .letter-form span,
html[lang="fa"] .search-label span,
html[lang="fa"] .critic-form span,
html[lang="fa"] .critic-card p {
  letter-spacing: 0;
  text-transform: none;
}

html[lang="fa"] .hero p:not(.eyebrow) {
  max-width: 660px;
  font-size: clamp(1.22rem, 1.62vw, 1.9rem);
  line-height: 1.85;
}

html[lang="fa"] .hero h1 {
  font-size: clamp(1.05rem, 1.45vw, 1.55rem);
  line-height: 1.45;
}

html[lang="fa"] h2 {
  font-size: clamp(1.32rem, 2.25vw, 2.28rem);
}

html[lang="fa"] h3 {
  font-size: 1.28rem;
}

html[lang="fa"] .brand strong {
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 1.9vw, 1.65rem);
}

html[lang="fa"] .hero-actions {
  justify-content: flex-start;
}

.brand {
  grid-column: 2;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-self: center;
  min-width: 0;
  text-align: center;
}

.brand-mark {
  display: none;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: var(--font-heading);
  font-size: 0.9rem;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--font-heading);
  font-size: clamp(1.12rem, 1.75vw, 1.72rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.brand small {
  display: none;
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 2px;
}

.nav {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.8vw, 24px);
  justify-self: start;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.18vw, 1.2rem);
}

.language-switch {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  margin-right: 0;
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(251, 250, 246, 0.82);
}

.language-button {
  min-width: 38px;
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
}

.language-button.active {
  color: #fffaf0;
  background: var(--green);
}

.instagram-link {
  grid-column: 4;
  grid-row: 1;
  justify-self: end;
  display: inline-grid;
  place-items: center;
  width: 40px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(251, 250, 246, 0.82);
}

.instagram-link:hover {
  color: #fffaf0;
  border-color: var(--clay);
  background: var(--clay);
}

.instagram-link svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.nav a {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
}

.nav a:hover {
  border-color: var(--clay);
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 126px));
  display: grid;
  grid-template-columns: minmax(0, 0.47fr) minmax(0, 0.53fr);
  align-items: stretch;
  overflow: hidden;
  background: #7b7d70;
}

.hero img {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
}

.hero-shade {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
  padding: clamp(44px, 8vw, 120px) clamp(24px, 5vw, 88px);
  color: #e7ddd0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #d8cec0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1.05;
}

h1 {
  font-size: clamp(2.45rem, 5.8vw, 5.2rem);
}

.hero h1 {
  color: rgba(231, 221, 208, 0.88);
  font-size: clamp(1.25rem, 1.8vw, 2rem);
  font-weight: 400;
}

h2 {
  font-size: clamp(1.45rem, 2.65vw, 2.65rem);
}

h3 {
  font-size: 1.32rem;
}

.hero p:not(.eyebrow) {
  width: auto;
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(231, 221, 208, 0.92);
  font-family: var(--font-hero-quote);
  font-size: clamp(1.38rem, 2vw, 2.35rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 800;
}

.button.primary {
  color: #fffaf0;
  background: var(--clay);
}

.button.secondary {
  color: #fffaf0;
  border-color: rgba(255, 250, 240, 0.56);
  background: rgba(255, 250, 240, 0.1);
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-band div {
  min-height: 104px;
  padding: 24px clamp(18px, 4vw, 48px);
  background: var(--paper);
}

.intro-band span,
.post-meta,
.letter-form span,
.search-label span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.intro-band strong {
  display: block;
  margin-top: 8px;
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 500;
}

.section {
  padding: clamp(56px, 8vw, 112px) clamp(18px, 4vw, 56px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(260px, 0.48fr);
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto 34px;
  align-items: end;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -12px;
}

.section-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.archive-tools {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto 24px;
  align-items: end;
}

.search-label input,
.letter-form input {
  width: 100%;
  height: 48px;
  margin-top: 8px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: #fffdf8;
  outline: none;
}

.search-label input:focus,
.letter-form input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(47, 93, 80, 0.14);
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.filter {
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--paper);
  cursor: pointer;
}

.filter.active,
.filter:hover {
  color: #fffaf0;
  border-color: var(--green);
  background: var(--green);
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.post-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.post-card.featured {
  grid-column: span 2;
  background: #e9ede5;
}

.post-card h3,
.book h3 {
  margin-top: 10px;
}

.post-card p:not(.post-meta),
.book p:not(.post-meta),
.about-copy p,
.letter-section p {
  color: var(--muted);
  line-height: 1.65;
}

.post-card a,
.text-link {
  color: var(--green);
  font-weight: 800;
}

.books-section {
  background: var(--paper);
  border-block: 1px solid var(--line);
}

.critics-section {
  background: #fffdf8;
  border-top: 1px solid var(--line);
}

.critics-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.38fr);
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}

.critic-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.critic-card,
.critic-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.critic-card {
  padding: 24px;
}

.critic-card h3 {
  margin-top: 8px;
}

.empty-state {
  grid-column: 1 / -1;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: var(--paper);
  line-height: 1.55;
}

.critic-empty {
  grid-column: auto;
}

.critic-empty h3 {
  margin: 0 0 10px;
}

.critic-empty p {
  margin: 0;
}

.critic-empty .text-link {
  display: inline-flex;
  margin-top: 18px;
}

.critic-card blockquote {
  margin: 18px 0 0;
  color: var(--ink);
  font-family: var(--font-hero-quote);
  font-size: clamp(1.12rem, 1.6vw, 1.45rem);
  line-height: 1.4;
}

.critic-type,
.critic-source {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.critic-source {
  margin-top: 10px;
  color: var(--clay);
}

.critic-summary {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.critic-card .text-link {
  display: inline-flex;
  margin-top: 18px;
}

.critic-form {
  padding: 24px;
}

.critic-form h3 {
  margin-bottom: 18px;
}

.critic-form label {
  display: block;
  margin-top: 14px;
}

.critic-form span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.critic-form textarea,
.critic-form input {
  width: 100%;
  margin-top: 8px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: #fffdf8;
  outline: none;
  resize: vertical;
}

.critic-form textarea:focus,
.critic-form input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(47, 93, 80, 0.14);
}

.critic-form .button {
  width: 100%;
  margin-top: 14px;
}

.critic-form-note {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.article-page {
  background: var(--paper);
}

.article-reader {
  max-width: 820px;
  margin: 0 auto;
}

.article-reader h1 {
  margin: 16px 0 26px;
  color: var(--ink);
  font-size: clamp(1.85rem, 3.8vw, 3.15rem);
}

.article-body {
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.18rem, 2vw, 1.48rem);
  line-height: 1.8;
}

.article-body p {
  margin: 0 0 1.35em;
}


.bookshelf {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.book {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
}

.book-cover {
  display: grid;
  place-items: end center;
  min-height: 190px;
  padding: 16px 12px;
  border-radius: 4px;
  color: #fffaf0;
  box-shadow: var(--shadow);
}

.book-cover span {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  line-height: 1.08;
  text-align: center;
}

.book-cover img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  border-radius: 4px;
  object-fit: cover;
}

.cover-one {
  background: linear-gradient(145deg, #233b37, #7d483b);
}

.cover-two {
  background: linear-gradient(145deg, #304d62, #c8a75b);
}

.cover-three {
  background: linear-gradient(145deg, #603d46, #2f5d50);
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(260px, 0.34fr);
  gap: clamp(26px, 6vw, 74px);
  max-width: 1180px;
  margin: 0 auto;
}

.about-copy h2 {
  max-width: 840px;
}

.about-copy h1 {
  max-width: 840px;
  font-size: clamp(1.65rem, 2.8vw, 2.55rem);
}

.appearances {
  align-self: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.appearances ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.appearances li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.45;
}

.appearances span {
  color: var(--clay);
  font-weight: 800;
}

.letter-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.42fr);
  gap: 28px;
  padding: clamp(44px, 7vw, 78px) clamp(18px, 4vw, 56px);
  color: #e8ded1;
  background: #7d8072;
  border-top: 0;
  border-bottom: 0;
}

.contact-section {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.contact-section .section-heading {
  align-items: center;
}

.contact-section h1 {
  color: var(--ink);
  font-size: clamp(1.65rem, 2.8vw, 2.55rem);
  line-height: 1.02;
}

.connect-page {
  min-height: calc(100vh - 126px);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.35fr) minmax(0, 0.65fr);
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}

.contact-details {
  display: grid;
  gap: 12px;
}

.contact-details a,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
}

.contact-details a {
  display: grid;
  gap: 8px;
  padding: 20px;
  color: var(--green);
  font-weight: 800;
}

.contact-details span,
.contact-form span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-form {
  padding: 24px;
}

.contact-form label {
  display: block;
  margin-top: 14px;
}

.contact-form label:first-child {
  margin-top: 0;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: #fffdf8;
  outline: none;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(47, 93, 80, 0.14);
}

.contact-form .button {
  width: 100%;
  margin-top: 14px;
}

.contact-form-note {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.form-helper {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.letter-section h2 {
  color: #fff8ec;
  line-height: 1.05;
}

.letter-section p,
.letter-section .eyebrow {
  color: rgba(255, 248, 236, 0.92);
}

.letter-form {
  align-self: center;
}

.letter-form input {
  color: #fffaf0;
  border-color: rgba(255, 248, 236, 0.82);
  background: rgba(255, 255, 255, 0.16);
}

.letter-form span {
  color: rgba(255, 248, 236, 0.96);
}

.letter-form input::placeholder {
  color: rgba(255, 250, 240, 0.78);
}

.letter-section .form-note {
  color: rgba(255, 248, 236, 0.88);
}

.letter-form .button {
  width: 100%;
  margin-top: 12px;
}

.form-note {
  min-height: 24px;
  margin: 12px 0 0;
  font-size: 0.92rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: var(--muted);
  background: var(--paper);
}

.site-footer p {
  margin: 0;
}

.site-footer div {
  display: flex;
  gap: 18px;
}

[hidden] {
  display: none !important;
}

.hidden-field {
  display: none;
}

@media (max-width: 960px) {
  .section-heading,
  .archive-tools,
  .about-section,
  .letter-section,
  .contact-layout,
  .critics-layout {
    grid-template-columns: 1fr;
  }

  .post-grid,
  .bookshelf,
  .critic-list {
    grid-template-columns: 1fr 1fr;
  }

  .post-card.featured {
    grid-column: span 1;
  }

  .filter-group {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .site-header {
    position: static;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    align-items: center;
    gap: 18px 14px;
    min-height: auto;
    padding: 24px 24px 28px;
  }

  .brand {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    justify-self: start;
    text-align: left;
  }

  .brand strong {
    font-size: clamp(1.28rem, 6.4vw, 1.92rem);
    line-height: 0.98;
    letter-spacing: 0.01em;
  }

  .nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 4px;
    font-size: 1.15rem;
    white-space: nowrap;
  }

  .language-switch {
    grid-column: 1;
    grid-row: 3;
    margin-right: 0;
    align-self: flex-start;
    justify-self: start;
  }

  .instagram-link {
    grid-column: 2;
    grid-row: 3;
    align-self: flex-start;
    justify-self: end;
  }

  html[lang="fa"] .brand {
    text-align: left;
  }

  html[lang="fa"] .brand strong {
    font-size: clamp(1.18rem, 5.8vw, 1.72rem);
  }

  html[lang="fa"] .nav {
    justify-content: flex-start;
    font-size: 1rem;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero img {
    grid-column: 1;
    grid-row: 1;
    height: min(76vh, 620px);
    object-position: center 34%;
  }

  .hero-content {
    grid-column: 1;
    grid-row: 2;
  }

  html[dir="rtl"] .hero-content,
  html[dir="rtl"] .hero img {
    grid-column: 1;
  }

  h1 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .hero h1 {
    font-size: 1.18rem;
  }

  .hero p:not(.eyebrow),
  html[lang="fa"] .hero p:not(.eyebrow) {
    width: auto;
    max-width: 100%;
    font-size: clamp(1.18rem, 4.6vw, 1.78rem);
  }

  .intro-band,
  .post-grid,
  .bookshelf,
  .critic-list {
    grid-template-columns: 1fr;
  }

  .book {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .book-cover {
    min-height: 158px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .site-header {
    padding-inline: 20px;
  }

  .brand strong {
    font-size: clamp(1.22rem, 6vw, 1.78rem);
  }

  .nav {
    gap: 14px;
    font-size: 1.02rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .book {
    grid-template-columns: 1fr;
  }

  .book-cover {
    width: min(150px, 100%);
  }
}
