.kids-page {
  --kids-blue: #42c6e8;
  --kids-pink: #ff6f91;
}
.kids-hero {
  min-height: 720px;
  padding: 75px 5vw 65px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
  align-items: center;
  overflow: hidden;
}
.kids-hero h1 {
  font-family: "Space Grotesk";
  font-size: clamp(3.4rem, 6.2vw, 6.7rem);
  line-height: 0.9;
  letter-spacing: -0.065em;
  margin: 0;
}
.kids-hero h1 em {
  font-style: normal;
  color: #7861f3;
}
.kids-art {
  height: 560px;
  position: relative;
}
.kids-art .photo {
  inset: 20px 0 0 15px;
  border-radius: 44% 12% 45% 13%/28% 15% 35% 18%;
  transform: rotate(1deg);
}
.kids-art .photo img {
  filter: saturate(0.95) contrast(1.04);
}
.kids-stamp {
  position: absolute;
  z-index: 2;
  right: -8px;
  bottom: 2px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #d8ff4f;
  display: grid;
  place-content: center;
  text-align: center;
  font-weight: 700;
  line-height: 1.05;
  transform: rotate(-6deg);
}
.kids-stamp strong {
  font-family: "Space Grotesk";
  font-size: 24px;
}
.kids-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #a98cff;
}
.kids-strip span {
  padding: 24px 5vw;
  border-right: 1px solid rgba(16, 17, 20, 0.28);
  font-size: 12px;
  font-weight: 700;
}
.kids-activities {
  padding: 100px 5vw;
}
.kids-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-left: 2px solid #101114;
  border-top: 2px solid #101114;
}
.kids-grid article {
  min-height: 350px;
  padding: 30px;
  border-right: 2px solid #101114;
  border-bottom: 2px solid #101114;
  display: flex;
  flex-direction: column;
}
.kids-grid article:nth-child(1) {
  background: #d8ff4f;
}
.kids-grid article:nth-child(2) {
  background: #ff765e;
}
.kids-grid article:nth-child(3) {
  background: #a98cff;
}
.kids-grid article:nth-child(4) {
  background: #42c6e8;
}
.kids-grid h3 {
  font-family: "Space Grotesk";
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1;
  margin: auto 0 15px;
}
.kids-grid p {
  max-width: 580px;
  line-height: 1.5;
}
.kids-events {
  padding: 100px 5vw;
  background: #101114;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
}
.kids-events h2,
.kids-safety h2,
.kids-contact h2 {
  font-family: "Space Grotesk";
  font-size: clamp(3rem, 5vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  margin: 0;
}
.event-list p {
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid #444;
}
.event-list strong {
  display: block;
  font-family: "Space Grotesk";
  font-size: 24px;
}
.event-list span {
  display: block;
  color: #bbb;
  margin-top: 7px;
  line-height: 1.45;
}
.kids-safety {
  padding: 100px 5vw;
  background: #d8ff4f;
}
.kids-safety p:last-child {
  font-size: 21px;
  line-height: 1.55;
  max-width: 850px;
}
.kids-contact {
  padding: 100px 5vw;
  background: #a98cff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
}
.kids-contact > div > p:last-child {
  font-size: 19px;
  line-height: 1.5;
}
.kids-contact form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.kids-contact button {
  background: #d8ff4f;
}
@media (max-width: 900px) {
  .kids-hero,
  .kids-events,
  .kids-contact {
    grid-template-columns: 1fr;
  }
  .kids-art {
    height: 430px;
  }
  .kids-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .kids-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .kids-hero {
    padding: 55px 5vw;
  }
  .kids-hero h1 {
    font-size: 3.1rem;
  }
  .kids-art {
    height: 330px;
  }
  .kids-stamp {
    width: 115px;
    height: 115px;
  }
  .kids-activities,
  .kids-events,
  .kids-safety,
  .kids-contact {
    padding: 70px 5vw;
  }
  .kids-grid article {
    min-height: 310px;
  }
  .kids-contact form {
    grid-template-columns: 1fr;
  }
  .kids-contact form label {
    grid-column: 1/-1;
  }
}
