.rating-snapshot {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 9px;
  font-size: 14px;
  margin: 14px 0;
  color: #344538;
}
.rating-snapshot .fine {
  flex-basis: 100%;
  margin: 0;
  font-size: 12px;
}
.rating-snapshot.compact {
  font-size: 12px;
  gap: 5px;
  margin: 12px 0 0;
}
.stars {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  line-height: 1.2;
  font-size: 19px;
  letter-spacing: 1px;
  color: #d1d4c8;
}
.stars > span + span {
  position: absolute;
  inset: 0 auto 0 0;
  overflow: hidden;
  color: #805013;
}
.film-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: center;
}
.film-grid video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  background: #e2f1e8;
}
.film-grid details {
  margin-top: 14px;
  font-size: 14px;
}
.film-replay,
.source-button,
.reel-controls button {
  min-height: 44px;
  border: 1px solid #64705e;
  background: transparent;
  color: #233a2b;
  border-radius: 24px;
  padding: 9px 16px;
  font: inherit;
  cursor: pointer;
}
.film-replay {
  margin-top: 10px;
}
.film-replay[hidden] {
  display: none;
}
.reel-controls {
  display: flex;
  gap: 8px;
}
.reel-controls button {
  width: 48px;
  font-size: 22px;
}
.reel-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 8px 2px 20px;
  scrollbar-color: #788b74 #eef0e5;
}
.reel-card {
  position: relative;
  flex: 0 0 calc((100% - 44px) / 3);
  min-width: 240px;
  scroll-snap-align: start;
  border-radius: 22px;
  overflow: hidden;
  background: #e2f1e8;
}
.reel-card video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: contain;
}
.reel-title {
  position: absolute;
  top: 8%;
  left: 8%;
  right: 8%;
  z-index: 1;
  pointer-events: none;
}
.reel-title span {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.reel-title h3 {
  font-size: 27px;
  max-width: 230px;
  margin-top: 14px;
}
.reel-card > a {
  display: block;
  padding: 20px 24px;
  font-weight: 600;
  background: #d4e3d8;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}
.review-card {
  background: #f1f2e7;
  border: 1px solid #d9ddca;
  border-radius: 18px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.review-card h3 {
  font-size: 23px;
  margin: 12px 0;
}
.review-card > p {
  margin: 6px 0 14px;
}
.review-card .review-byline {
  font-size: 13px;
  margin-top: auto;
}
.review-card .fine {
  font-size: 12px;
}
.review-card > a {
  font-size: 13px;
  margin-bottom: 12px;
}
.source-button {
  font-size: 12px;
  padding: 8px 12px;
}
.review-score {
  color: #805013;
  letter-spacing: 3px;
}
.section-lead {
  max-width: 780px;
}
.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.journal-card {
  border: 1px solid #dde0d1;
  border-radius: 18px;
  overflow: hidden;
}
.journal-card > a {
  display: block;
  padding: 22px;
  height: 100%;
  text-decoration: none;
}
.journal-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: white;
  border-radius: 12px;
  margin-bottom: 22px;
}
.journal-card h3 {
  font-size: 26px;
  margin: 14px 0;
}
.journal-card p {
  font-size: 15px;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}
.product-story h2 {
  max-width: 850px;
}
.product-story figure {
  margin: 0;
}
.product-story figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}
.product-story figcaption {
  font-size: 12px;
  margin-top: 10px;
  color: #52604d;
}
.review-insight {
  background: #eef0e3;
  padding: 30px;
  border-radius: 18px;
  margin-top: 36px;
  max-width: 920px;
}
.story-wide {
  max-width: 700px;
  margin: 40px auto 0 !important;
}
.article figure img {
  max-height: 620px;
  object-fit: contain;
}
.article .sources {
  font-size: 14px;
}
.article sup a {
  padding: 2px 4px;
}
.article h2 {
  scroll-margin-top: 120px;
}
.region-content {
  min-width: 0;
}
.layout-container {
  display: contents;
}
.node {
  display: contents;
}
@media (max-width: 900px) {
  .film-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .story-grid {
    gap: 24px;
  }
  .journal-grid {
    gap: 14px;
  }
  .journal-card h3 {
    font-size: 22px;
  }
  .reel-card {
    flex-basis: 42%;
  }
}
@media (max-width: 600px) {
  .review-grid,
  .journal-grid,
  .story-grid {
    grid-template-columns: 1fr;
  }
  .review-card {
    padding: 24px;
  }
  .reel-card {
    flex-basis: 82%;
    min-width: 240px;
  }
  .reel-title h3 {
    font-size: 26px;
  }
  .review-insight {
    padding: 24px;
  }
  .rating-snapshot {
    font-size: 13px;
  }
  .journal-card > a {
    padding: 20px;
  }
  .product-story h2 {
    font-size: 34px;
  }
  .film-grid h2 {
    font-size: 38px;
  }
  .article h2 {
    scroll-margin-top: 105px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reel-track {
    scroll-behavior: auto;
  }
}
.table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  margin: 28px 0;
  border: 1px solid #dde0d1;
  border-radius: 12px;
}
.table-scroll table {
  min-width: 560px;
  width: 100%;
  margin: 0;
}
.table-scroll caption {
  padding: 16px;
  text-align: left;
  font-weight: 600;
}
.article {
  min-width: 0;
  overflow-wrap: break-word;
}
.rating-context {
  flex-basis: 100%;
  font-size: 10px;
  color: #52604d;
}
.table-scroll:focus-visible,
.reel-track:focus-visible {
  outline: 3px solid #9e3a31;
  outline-offset: 4px;
}
.story-followup {
  max-width: 850px;
  margin-top: 34px;
}
.story-grid h3:not(:first-child) {
  margin-top: 28px;
}
