body.the-art-gallery-landing #main.site-main {
  padding-top: 0;
}

.the-art-gallery-landing .the-art-galleries__hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(201, 255, 74, 0.18), transparent 21%),
    linear-gradient(135deg, #e6e2d9 0%, #f8f8f6 58%, #d6ddd8 100%);
}

.the-art-gallery-landing .the-art-galleries__hero-visual {
  position: relative;
  min-height: clamp(420px, 46vw, 650px);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  grid-template-rows: 1.15fr 0.85fr;
  gap: 12px;
}

.the-art-gallery-landing .the-art-galleries__hero-visual span {
  display: block;
  overflow: hidden;
  border-radius: var(--the-art-artists-radius);
  background: #b8b5ad;
}

.the-art-gallery-landing .the-art-galleries__hero-visual span:first-child {
  grid-row: 1 / 3;
  background: linear-gradient(155deg, #53645e, #c8bba7 62%, #ede8df);
}

.the-art-gallery-landing .the-art-galleries__hero-visual span:nth-child(2) {
  background: linear-gradient(135deg, #ded7ca, #8a6a4a);
}

.the-art-gallery-landing .the-art-galleries__hero-visual span:nth-child(3) {
  background: linear-gradient(145deg, #182a25, #7b9c8e);
}

.the-art-gallery-landing .the-art-galleries__hero-visual strong {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--the-art-artists-ink);
  font-size: 12px;
  font-weight: 600;
}

.the-art-gallery-landing .the-art-galleries__benefit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.the-art-gallery-landing .the-art-galleries__benefit-grid .the-art-artists__benefit {
  min-height: 290px;
}

.the-art-gallery-landing .the-art-galleries__benefit-grid .the-art-artists__benefit h3 {
  margin-top: 58px;
}

.the-art-gallery-landing .the-art-galleries__reservation {
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
}

.the-art-gallery-landing .the-art-galleries__reservation-mark {
  min-height: 460px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
}

.the-art-gallery-landing .the-art-galleries__reservation-mark span {
  width: 156px;
  height: 156px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  color: #fff;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

@media (max-width: 1100px) {
  .the-art-gallery-landing .the-art-galleries__benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .the-art-gallery-landing .the-art-galleries__hero-visual {
    min-height: 420px;
  }

  .the-art-gallery-landing .the-art-galleries__reservation {
    grid-template-columns: 1fr;
  }

  .the-art-gallery-landing .the-art-galleries__reservation-mark {
    min-height: 300px;
  }
}

@media (max-width: 560px) {
  .the-art-gallery-landing .the-art-galleries__hero-visual {
    min-height: 340px;
  }

  .the-art-gallery-landing .the-art-galleries__benefit-grid {
    grid-template-columns: 1fr;
  }

  .the-art-gallery-landing .the-art-galleries__benefit-grid .the-art-artists__benefit {
    min-height: 210px;
  }
}
