.reviews-section,
.gallery-section {
  padding: 110px max(24px, calc((100vw - var(--max))/2));
}

.reviews-section {
  background: #0b1016;
}

.review-empty {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  max-width: 820px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 34px 0;
}

.quote-mark {
  font: 600 7rem/.8 "Barlow Condensed";
  color: var(--accent);
}

.review-empty h3,
.gallery-empty h3 {
  margin: 0 0 8px;
  font: 600 2rem/1 "Barlow Condensed";
}

.review-empty p,
.gallery-heading > p,
.gallery-empty p {
  margin: 0;
  color: var(--muted);
}

.review-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--accent);
  font-size: .9rem;
  font-weight: 600;
}

.review-link:hover {
  color: var(--white);
}

.gallery-section {
  background: var(--panel);
}

.gallery-heading {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: end;
}

.gallery-heading h2 {
  margin: 0;
  font: 600 clamp(3rem, 5vw, 5rem)/.94 "Barlow Condensed";
  letter-spacing: -2px;
}

.gallery-empty {
  margin-top: 54px;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) 1fr;
  gap: 42px;
  align-items: center;
  border: 1px solid var(--line);
  padding: 24px;
}

.gallery-frame {
  min-height: 230px;
  display: grid;
  place-items: center;
  border: 1px solid #3a4652;
  background: linear-gradient(145deg, #17212c, #090d12);
}

.gallery-frame span {
  font: 700 clamp(4rem, 10vw, 8rem)/1 "Barlow Condensed";
  letter-spacing: .08em;
  color: rgba(214, 171, 82, .18);
}

@media (max-width: 850px) {
  .reviews-section,
  .gallery-section { padding-top: 80px; padding-bottom: 80px; }
  .gallery-heading,
  .gallery-empty { grid-template-columns: 1fr; }
  .gallery-heading { gap: 22px; }
}

@media (max-width: 540px) {
  .review-empty { grid-template-columns: 70px 1fr; }
  .quote-mark { font-size: 5rem; }
}
