.conte-moments {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5rem);
  background:
    radial-gradient(circle at 12% 16%, rgba(217, 151, 55, .22), transparent 26rem),
    radial-gradient(circle at 88% 80%, rgba(26, 94, 88, .18), transparent 30rem),
    #f8f2e6;
}

.conte-moments::before {
  content: "";
  position: absolute;
  inset: 2rem auto auto -8rem;
  width: 25rem;
  height: 25rem;
  border: 1px solid rgba(108, 78, 48, .16);
  border-radius: 48% 52% 44% 56%;
  transform: rotate(18deg);
  pointer-events: none;
}

.conte-moments-heading {
  position: relative;
  z-index: 1;
  max-width: 49rem;
  margin: 0 auto clamp(2.8rem, 5vw, 5rem);
  text-align: center;
}

.conte-moments-heading h2 {
  margin: .35rem 0 1rem;
}

.conte-moments-heading > p:last-child {
  max-width: 43rem;
  margin: 0 auto;
  color: #5f574a;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.7;
}

.conte-gallery {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: clamp(2rem, 4vw, 4.5rem);
  max-width: 78rem;
  margin: 0 auto;
}

.conte-photo {
  margin: 0;
}

.conte-photo .photo-shell {
  overflow: hidden;
  background: #ddd0bd;
  box-shadow: 0 24px 58px rgba(49, 42, 31, .18);
}

.conte-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.conte-photo figcaption {
  margin-top: 1rem;
  color: #5b5143;
  font-size: .94rem;
  font-weight: 600;
  line-height: 1.5;
}

.conte-photo-forest {
  grid-column: 1 / -1;
  width: 90%;
  justify-self: center;
}

.conte-photo-forest .photo-shell {
  border-radius: 8rem 2rem 8rem 2rem;
}

.conte-photo-forest figcaption {
  padding-left: 5%;
}

.conte-photo-speaking {
  margin-top: 3rem;
}

.conte-photo-speaking .photo-shell {
  border-radius: 2rem 6rem 2rem 2rem;
}

.conte-photo-notebook {
  width: 92%;
  justify-self: end;
}

.conte-photo-notebook .photo-shell {
  border-radius: 6rem 2rem 2rem 2rem;
}

.conte-photo-circle {
  grid-column: 1 / -1;
  width: 72%;
  justify-self: center;
  margin-top: 1rem;
}

.conte-photo-circle .photo-shell {
  border-radius: 2rem 7rem 2rem 7rem;
}

@media (max-width: 760px) {
  .conte-gallery {
    grid-template-columns: 1fr;
  }

  .conte-photo-forest,
  .conte-photo-circle {
    grid-column: auto;
    width: 100%;
  }

  .conte-photo-speaking {
    width: 94%;
    margin-top: 0;
  }

  .conte-photo-notebook {
    width: 94%;
  }

  .conte-photo .photo-shell {
    border-radius: 2.5rem 1.25rem 2.5rem 1.25rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .conte-photo .photo-shell {
    transition: transform .55s ease, box-shadow .55s ease;
  }

  .conte-photo:hover .photo-shell {
    transform: translateY(-.45rem) rotate(-.25deg);
    box-shadow: 0 30px 68px rgba(49, 42, 31, .24);
  }
}
