body.theme-cat-cafe {
  --cat-green: #21382f;
  --cat-blush: #b7797c;
  --cat-taupe: #e7ddd2;
  --cat-cream: #fbf5ef;
  background:
    radial-gradient(circle at 12% 12%, rgba(183, 121, 124, 0.16), transparent 30%),
    var(--cat-cream);
}

.theme-cat-cafe h1,
.theme-cat-cafe h2,
.theme-cat-cafe h3,
.theme-cat-cafe .brand strong {
  font-family: Georgia, "Times New Roman", serif;
}

.theme-cat-cafe .hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(183, 121, 124, 0.2), transparent 30%),
    linear-gradient(135deg, #fbf5ef 0%, #eadfd4 100%);
  color: var(--cat-green);
}

.theme-cat-cafe h1 {
  max-width: 12ch;
}

.theme-cat-cafe .visual-card,
.theme-cat-cafe .service-card,
.theme-cat-cafe .area-panel,
.theme-cat-cafe .faq-card,
.theme-cat-cafe .contact-form {
  border-radius: 24px;
  border: 1px solid rgba(183, 121, 124, 0.16);
  background: rgba(255, 251, 246, 0.94);
  box-shadow: 0 16px 38px rgba(33, 56, 47, 0.08);
}

.theme-cat-cafe .section-soft {
  background: #e9ddd3;
}

.theme-cat-cafe .steps-grid .area-panel {
  border-left: 0.35rem solid var(--cat-blush);
}

.theme-cat-cafe .gallery-grid {
  grid-template-columns: 1.2fr 0.8fr;
}

.theme-cat-cafe .gallery-grid .visual-card:first-child {
  min-height: 23rem;
}

.theme-cat-cafe .button {
  border-radius: 999px;
}

.theme-cat-cafe .button-primary {
  background: var(--cat-green);
}

@media (max-width: 759px) {
  .theme-cat-cafe .gallery-grid {
    grid-template-columns: 1fr;
  }
}
