.festival-directory .toy-directory-inner {
  min-height: 410px;
  background:
    radial-gradient(circle at 18% 28%, rgba(196, 113, 74, 0.12), transparent 28%),
    #f1e9de;
}

.festival-directory .toy-directory-scene {
  width: min(48%, 580px);
  height: 100%;
  top: 0;
  right: 0;
}

.festival-directory .toy-directory-scene::after {
  background:
    linear-gradient(90deg, #f1e9de 0%, rgba(241, 233, 222, 0.94) 11%, rgba(241, 233, 222, 0.16) 48%, transparent 72%),
    linear-gradient(0deg, #f1e9de 0%, rgba(241, 233, 222, 0.02) 30%);
}

.festival-directory .toy-directory-scene img {
  object-position: center 58%;
}

.festival-directory .toy-directory-heading {
  width: min(59%, 660px);
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.festival-directory .toy-directory-heading h1 {
  max-width: 640px;
  margin-top: 10px;
  font-family: "Playfair Display", serif;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.festival-eyebrow,
.festival-card-category {
  color: var(--terracota-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.festival-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  color: var(--terracota-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.festival-catalog {
  padding-top: 34px;
  padding-bottom: 104px;
}

.festival-catalog-head {
  max-width: 960px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin: 0 auto;
  padding: 22px 0 16px;
  border-bottom: 1px solid var(--line);
}

.festival-catalog-head h2 {
  max-width: 560px;
  margin-top: 8px;
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.festival-catalog-head > p {
  max-width: 390px;
  color: var(--warm-gray);
  font-size: 13px;
  line-height: 1.6;
}

.festival-card-category {
  margin-bottom: 6px;
  letter-spacing: 0.09em;
}

.festival-card .toy-image-frame {
  inset: 10px;
  background: #f4eee6;
}

.festival-card .toy-stage img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.festival-product-image {
  background: #f3ece3;
}

.festival-product-page .festival-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 760px) {
  .festival-directory .toy-directory-inner {
    min-height: 500px;
  }

  .festival-directory .toy-directory-scene {
    width: 100%;
    height: 48%;
    top: auto;
    bottom: 0;
    opacity: 0.72;
  }

  .festival-directory .toy-directory-scene::after {
    background: linear-gradient(180deg, #f1e9de 0%, rgba(241, 233, 222, 0.12) 42%, rgba(241, 233, 222, 0.08) 72%, #f1e9de 100%);
  }

  .festival-directory .toy-directory-heading {
    width: 100%;
    min-height: 430px;
    justify-content: flex-start;
  }

  .festival-directory .toy-directory-heading h1 {
    font-size: clamp(36px, 10vw, 52px);
  }

  .festival-directory .toy-directory-heading > p:last-of-type {
    max-width: 92%;
  }

  .festival-catalog-head {
    display: block;
  }

  .festival-catalog-head > p {
    margin-top: 15px;
  }
}

@media (max-width: 520px) {
  .festival-directory {
    padding-left: 12px;
    padding-right: 12px;
  }

  .festival-directory .toy-directory-inner {
    min-height: 470px;
    padding: 30px 24px 18px;
  }

  .festival-directory .toy-directory-heading {
    min-height: 390px;
  }

  .festival-directory .toy-directory-heading h1 {
    font-size: 38px;
  }

  .festival-directory .toy-directory-heading > p:last-of-type {
    font-size: 12px;
    line-height: 1.55;
  }

  .festival-catalog {
    padding-top: 20px;
  }

  .festival-catalog-head {
    padding-top: 12px;
  }

  .festival-card .toy-card-link {
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  }

  .festival-card .toy-price--list {
    padding-right: 2px;
  }

  .festival-card .toy-price.toy-price--cash {
    padding-left: 4px;
  }

  .festival-card .toy-price strong,
  .festival-card .toy-price:not(.toy-price--cash) strong {
    font-size: clamp(11.5px, 3.35vw, 13px);
    letter-spacing: -0.035em;
  }

  .festival-card .toy-actions {
    left: 42%;
  }
}
