:root {
  --bg-top: #07121e;
  --bg-bottom: #0f1b2b;
  --line: rgba(102, 192, 244, 0.14);
  --line-strong: rgba(102, 192, 244, 0.28);
  --text: #e5efff;
  --muted: #96a8c1;
  --accent: #66c0f4;
  --glow: rgba(102, 192, 244, 0.18);
  --shadow: 0 26px 70px rgba(1, 8, 18, 0.32);
  --max-width: 1520px;
  --card-width: 180px;
  --card-gap: 0.95rem;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  color: var(--text);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(102, 192, 244, 0.22), transparent 22%),
    radial-gradient(circle at top right, rgba(31, 71, 119, 0.22), transparent 28%),
    linear-gradient(180deg, var(--bg-top) 0%, #0b1623 42%, var(--bg-bottom) 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), transparent 92%);
}

.page-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.page-backdrop::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 15% 10%, rgba(102, 192, 244, 0.16), transparent 22%),
    radial-gradient(circle at 85% 12%, rgba(102, 192, 244, 0.09), transparent 28%),
    linear-gradient(180deg, rgba(5, 10, 18, 0.15), rgba(5, 10, 18, 0.72));
}

.page-backdrop::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(4, 11, 20, 0.25), rgba(4, 11, 20, 0.84)),
    radial-gradient(circle at 50% 22%, rgba(102, 192, 244, 0.08), transparent 28%);
}

.backdrop-grid {
  position: absolute;
  inset: -10vh -8vw;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.1rem;
  padding: 2rem;
  opacity: 0.34;
  transform: perspective(1800px) rotateX(18deg) rotateY(-9deg) scale(1.08);
  transform-origin: center 12%;
  filter: saturate(0.9);
}

.backdrop-tile {
  margin: 0;
  aspect-ratio: 3 / 4.18;
  overflow: hidden;
  border: 1px solid rgba(102, 192, 244, 0.1);
  background: rgba(15, 28, 44, 0.45);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.backdrop-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.backdrop-variant-1,
.backdrop-variant-4 {
  transform: translateY(-2.6rem);
}

.backdrop-variant-2,
.backdrop-variant-5 {
  transform: translateY(1.2rem);
}

.backdrop-variant-3,
.backdrop-variant-6 {
  transform: translateY(4rem);
}

.page-shell {
  width: min(calc(100% - 2rem), var(--max-width));
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow-x: clip;
  padding: clamp(1.25rem, 3vw, 2.4rem) 0 2.5rem;
}

.hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid var(--line-strong);
  text-align: center;
  background: linear-gradient(180deg, rgba(10, 19, 31, 0.72), rgba(10, 19, 31, 0.18));
}

.hero::after {
  position: absolute;
  top: -8rem;
  right: -1rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle, var(--glow) 0%, transparent 72%);
}

.hero-top {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: flex-end;
  gap: 1rem;
  min-height: 1.5rem;
}

.eyebrow {
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  line-height: 0.96;
  letter-spacing: -0.03em;
}

h1 {
  max-width: 10ch;
  margin: 1rem auto 0;
  font-size: clamp(3.5rem, 10vw, 6.8rem);
}

.hero-description,
.hero-note,
.shelf-subtitle,
.card-meta,
.card-verdict {
  color: var(--muted);
  line-height: 1.65;
}

.hero-description {
  max-width: 48rem;
  margin: 1.1rem auto 0;
  font-size: clamp(1.02rem, 2vw, 1.16rem);
}

.hero-note {
  max-width: 52rem;
  margin: 0.8rem auto 0;
  font-size: 0.95rem;
}

.lang-switch {
  display: inline-flex;
  gap: 0.8rem;
}

.page-utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.page-utility-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.page-shell--review .page-utility,
.page-shell--review .page-utility-group {
  justify-content: center;
}

.lang-button {
  min-height: auto;
  padding: 0 0 0.28rem;
  border: 0;
  border-bottom: 1px solid transparent;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.lang-button:hover,
.lang-button:focus-visible {
  color: var(--text);
  transform: none;
}

.lang-button.is-active {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0.72rem 1.2rem;
  border: 1px solid rgba(102, 192, 244, 0.2);
  color: var(--text);
  background: rgba(9, 19, 31, 0.62);
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.nav-button:hover,
.nav-button:focus-visible {
  border-color: rgba(102, 192, 244, 0.44);
  color: #f4f8ff;
  background: rgba(13, 28, 43, 0.9);
}

.shelf-stack {
  display: grid;
  min-width: 0;
  gap: 1.35rem;
}

.shelf {
  min-width: 0;
  padding: 0.2rem 0 0.25rem;
  border-top: 1px solid var(--line);
}

.shelf-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.95rem;
}

.shelf-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}

.shelf-title {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
}

.shelf-subtitle {
  margin: 0.25rem 0 0;
  font-size: 0.92rem;
}

.shelf-count {
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 700;
}

.shelf-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: 0.42rem 0.82rem;
  border: 1px solid rgba(102, 192, 244, 0.2);
  color: var(--text);
  background: rgba(9, 19, 31, 0.48);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.shelf-link:hover,
.shelf-link:focus-visible {
  border-color: rgba(102, 192, 244, 0.42);
  color: #f4f8ff;
  background: rgba(13, 28, 43, 0.9);
}

.shelf-window {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  contain: layout paint;
}

.shelf-window::before,
.shelf-window::after {
  position: absolute;
  top: 0;
  bottom: 0.35rem;
  z-index: 2;
  width: 2.8rem;
  pointer-events: none;
  content: "";
}

.shelf-window::before {
  left: 0;
  background: linear-gradient(90deg, rgba(11, 22, 35, 0.95), rgba(11, 22, 35, 0));
}

.shelf-window::after {
  right: 0;
  background: linear-gradient(270deg, rgba(11, 22, 35, 0.95), rgba(11, 22, 35, 0));
}

.shelf-scroller {
  display: block;
  width: max-content;
  min-width: 100%;
  max-width: none;
  padding-bottom: 0.35rem;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.shelf-group {
  display: flex;
  flex: 0 0 auto;
  min-width: max-content;
  gap: var(--card-gap);
  padding-right: var(--card-gap);
}

.card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  scroll-snap-align: start;
}

.shelf-group > .card-link {
  flex: 0 0 var(--card-width);
  width: var(--card-width);
}

.review-grid > .card-link {
  min-width: 0;
}

.card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0.8rem;
  height: 100%;
}

.card-link .card-poster,
.card-link .card-copy h3,
.card-link .card-meta,
.card-link .card-verdict {
  transition: transform 160ms ease, border-color 160ms ease, color 160ms ease;
}

.card-link:hover .card-poster,
.card-link:focus-visible .card-poster {
  transform: translateY(-2px);
  border-color: rgba(102, 192, 244, 0.42);
}

.card-link:hover .card-copy h3,
.card-link:focus-visible .card-copy h3 {
  color: #f5f9ff;
}

.card-poster {
  position: relative;
  margin: 0;
  aspect-ratio: 3 / 4.18;
  overflow: hidden;
  border: 1px solid rgba(102, 192, 244, 0.18);
  border-radius: 0;
  background: #132131;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.card-poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-badge,
.card-score {
  position: absolute;
  top: 0.8rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.42rem 0.68rem;
  border-radius: 2px;
  font-size: 0.8rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.card-badge {
  left: 0.8rem;
  color: var(--accent);
  background: rgba(7, 18, 30, 0.82);
  border: 1px solid rgba(102, 192, 244, 0.18);
}

.card-score {
  right: 0.8rem;
  min-width: 3.4rem;
  color: #08131f;
  background: linear-gradient(135deg, #8ed4ff, #66c0f4);
  font-variant-numeric: tabular-nums;
}

.card-copy {
  display: grid;
  grid-template-rows: minmax(3rem, auto) minmax(1.55rem, auto) minmax(3rem, auto);
  align-content: start;
  gap: 0.35rem;
}

.card-copy h3 {
  font-size: 1.28rem;
  line-height: 1.16;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.card-meta,
.card-verdict {
  margin: 0;
  font-size: 0.92rem;
}

.card-meta {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.card-verdict {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.reviews-page {
  display: grid;
  gap: 1.5rem;
}

.archive-toolbar {
  display: grid;
  gap: 0.95rem;
  padding-top: 0.15rem;
}

.archive-filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}

.archive-label {
  margin: 0;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.filter-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2.3rem;
  padding: 0.5rem 0.92rem;
  border: 1px solid rgba(102, 192, 244, 0.18);
  color: var(--muted);
  background: rgba(9, 19, 31, 0.46);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 700;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.filter-chip:hover,
.filter-chip:focus-visible {
  border-color: rgba(102, 192, 244, 0.36);
  color: var(--text);
  background: rgba(13, 28, 43, 0.86);
}

.filter-chip.is-active {
  border-color: rgba(102, 192, 244, 0.44);
  color: #f4f8ff;
  background: rgba(15, 35, 54, 0.92);
}

.archive-summary {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.7;
}

.review-section {
  padding-top: 0.2rem;
  border-top: 1px solid var(--line);
}

.review-section--archive {
  padding-top: 1rem;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
  gap: 1.2rem;
}

.review-page {
  display: grid;
  gap: 1.6rem;
}

.page-shell--review .review-page {
  width: min(100%, 74rem);
  margin: 0 auto;
  justify-items: center;
}

.review-header {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding-top: 0.4rem;
}

.page-shell--review .review-header {
  width: min(100%, 68rem);
  grid-template-columns: minmax(260px, 320px) minmax(0, 42rem);
  justify-content: center;
}

.review-cover {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(102, 192, 244, 0.24);
  background: rgba(8, 18, 30, 0.72);
  box-shadow: var(--shadow);
}

.review-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4.18;
  object-fit: cover;
}

.review-copy {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.page-shell--review .review-copy {
  width: 100%;
}

.review-kicker {
  margin: 0;
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.review-title {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 4.7rem);
  line-height: 0.96;
  overflow-wrap: anywhere;
}

.review-dek {
  max-width: 52rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.page-shell--review .review-dek {
  max-width: 42rem;
}

.review-score-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
}

.review-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.6rem;
  min-height: 4.6rem;
  padding: 0.6rem;
  color: #08131f;
  background: linear-gradient(135deg, #9cdbff, #66c0f4);
  font-size: 1.7rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.review-score-label {
  color: var(--muted);
  font-size: 0.96rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
}

.review-score-label-compact {
  display: none;
}

.review-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1rem;
  padding-top: 0.3rem;
}

.review-meta-item {
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
}

.review-meta-label {
  margin: 0 0 0.25rem;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.review-meta-value {
  margin: 0;
  color: var(--text);
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.review-body {
  max-width: 58rem;
  display: grid;
  gap: 1rem;
}

.page-shell--review .review-body {
  width: min(100%, 46rem);
  margin: 0 auto;
}

.review-body h2,
.review-body h3,
.review-body h4 {
  margin: 0.4rem 0 0;
  line-height: 1.08;
}

.review-body h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.review-body h3 {
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
}

.review-body p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.review-body a {
  color: var(--accent);
}

.review-body a:hover,
.review-body a:focus-visible {
  color: #9cdbff;
}

.review-body strong {
  color: var(--text);
}

.review-body code,
.review-body pre {
  font-family: "SFMono-Regular", "Menlo", "Consolas", monospace;
}

.review-body code {
  padding: 0.12rem 0.35rem;
  color: #d7ebff;
  background: rgba(9, 19, 31, 0.76);
}

.review-body pre {
  margin: 0;
  overflow-x: auto;
  padding: 1rem 1.1rem;
  color: #d7ebff;
  background: rgba(9, 19, 31, 0.76);
  border: 1px solid rgba(102, 192, 244, 0.14);
}

.review-body pre code {
  padding: 0;
  background: transparent;
}

.review-body ul,
.review-body ol {
  margin: 0;
  padding-left: 1.4rem;
  color: var(--muted);
  line-height: 1.85;
}

.review-body blockquote {
  margin: 0;
  padding: 0.85rem 1rem;
  border-left: 2px solid rgba(102, 192, 244, 0.34);
  background: rgba(9, 19, 31, 0.4);
}

.review-figure {
  margin: 0;
  display: grid;
  gap: 0.7rem;
}

.review-figure img {
  display: block;
  width: 100%;
  border: 1px solid rgba(102, 192, 244, 0.18);
  background: rgba(8, 18, 30, 0.72);
}

.review-figure figcaption {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.page-empty {
  color: var(--muted);
  font-size: 1rem;
}

@keyframes shelf-drift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-1 * var(--drift-distance, 0px)), 0, 0);
  }
}

@media (max-width: 860px) {
  .backdrop-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    inset: -8vh -10vw;
    transform: perspective(1400px) rotateX(16deg) rotateY(-8deg) scale(1.08);
  }

  .page-utility {
    flex-direction: column;
    align-items: start;
  }

  .shelf-header {
    flex-direction: column;
    align-items: start;
  }

  .shelf-meta {
    justify-content: start;
  }

  .page-shell--review .page-utility {
    align-items: center;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(calc(100% - 1rem), var(--max-width));
    padding-top: 0.8rem;
  }

  .backdrop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    inset: -8vh -16vw;
    opacity: 0.26;
  }

  .hero-top {
    min-height: 0;
    justify-content: space-between;
    align-items: center;
  }

  .eyebrow {
    position: static;
    transform: none;
  }

  h1 {
    max-width: 100%;
  }

  .card {
    gap: 0.7rem;
  }

  .archive-filter-row {
    flex-direction: column;
    align-items: start;
    gap: 0.55rem;
  }

  .review-meta-grid {
    grid-template-columns: 1fr;
  }

  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem;
  }

  .page-shell--review .page-utility {
    gap: 0.8rem;
  }

  .page-shell--review .page-utility-group {
    width: 100%;
  }

  .page-shell--review .page-utility-group .nav-button {
    flex: 1 1 0;
    min-width: 0;
  }

  .page-shell--review .lang-switch {
    justify-content: center;
    width: 100%;
  }

  .page-shell--review .review-page {
    width: 100%;
    gap: 1.25rem;
  }

  .page-shell--review .review-header {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 1.1rem;
    justify-items: stretch;
    text-align: left;
  }

  .page-shell--review .review-cover {
    width: min(100%, 24rem);
    margin: 0 auto;
  }

  .page-shell--review .review-copy {
    width: 100%;
    justify-items: start;
    gap: 0.9rem;
  }

  .page-shell--review .review-title,
  .page-shell--review .review-kicker,
  .page-shell--review .review-dek {
    width: 100%;
    text-align: left;
  }

  .page-shell--review .review-title {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1;
  }

  .page-shell--review .review-dek {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .page-shell--review .review-score-row {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.8rem;
  }

  .page-shell--review .review-score {
    min-width: 3.8rem;
    min-height: 3.8rem;
    font-size: 1.4rem;
  }

  .page-shell--review .review-score-label {
    font-size: 0.92rem;
  }

  .page-shell--review .review-meta-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .page-shell--review .review-meta-item:first-child {
    grid-column: auto;
  }

  .page-shell--review .review-meta-label {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
  }

  .page-shell--review .review-meta-value {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .page-shell--review .review-body {
    width: 100%;
  }

  .page-shell--review .review-body h2 {
    font-size: clamp(1.4rem, 7vw, 1.9rem);
  }

  .page-shell--review .review-body h3 {
    font-size: clamp(1.1rem, 5vw, 1.35rem);
  }

  .page-shell--review .review-body p,
  .page-shell--review .review-body ul,
  .page-shell--review .review-body ol,
  .page-shell--review .review-figure figcaption {
    font-size: 0.96rem;
    line-height: 1.75;
  }

  .page-shell--review .review-body pre {
    padding: 0.85rem 0.9rem;
  }

  .page-shell--review .review-score-label-detail,
  .page-shell--review .review-score-label-separator {
    display: none;
  }

  .page-shell--review .review-score-label-compact {
    display: inline;
  }
}

@media (max-width: 520px) {
  .review-grid {
    grid-template-columns: 1fr;
  }

  .page-shell--review .page-utility-group {
    gap: 0.6rem;
  }

  .page-shell--review .page-utility-group .nav-button {
    min-height: 2.5rem;
    padding: 0.68rem 0.85rem;
    font-size: 0.88rem;
  }

  .page-shell--review .lang-switch {
    gap: 0.6rem;
  }

  .page-shell--review .review-header {
    gap: 0.95rem;
  }

  .page-shell--review .review-cover {
    width: min(100%, 21rem);
  }

  .page-shell--review .review-title {
    font-size: clamp(1.72rem, 10vw, 2.35rem);
  }

  .page-shell--review .review-meta-item {
    padding-top: 0.62rem;
  }

  .page-shell--review .review-meta-label {
    font-size: 0.68rem;
  }

  .page-shell--review .review-meta-value {
    font-size: 0.92rem;
  }

  .page-shell--review .review-body {
    gap: 0.9rem;
  }
}
