.ingo-hero .hero-media {
  aspect-ratio: 4 / 5;
  max-height: 680px;
}

.ingo-hero .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
}

.ingo-experience {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.ingo-experience article {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(105, 24, 61, 0.14);
  border-radius: 22px;
  padding: 26px;
}

.ingo-experience strong {
  color: var(--wine, #65183d);
  display: block;
  font-family: Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  margin-bottom: 8px;
}

.ingo-photo-gallery {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1.45fr;
  margin-top: 34px;
}

.ingo-photo-gallery figure {
  margin: 0;
}

.ingo-photo-gallery img {
  border-radius: 24px;
  display: block;
  height: clamp(270px, 38vw, 470px);
  object-fit: cover;
  width: 100%;
}

.ingo-photo-gallery figure:first-child img {
  object-position: 50% 34%;
}

.ingo-photo-gallery figure:last-child img {
  object-position: 50% 44%;
}

.ingo-photo-gallery figcaption {
  color: rgba(62, 42, 49, 0.74);
  font-size: 0.92rem;
  line-height: 1.5;
  padding: 10px 4px 0;
}

.ingo-events-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
}

.ingo-event-card {
  background: var(--paper, #fffaf6);
  border: 1px solid rgba(105, 24, 61, 0.16);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px;
}

.ingo-event-card time {
  color: var(--wine, #65183d);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ingo-event-card h3 {
  margin: 12px 0 10px;
}

.ingo-event-card p {
  margin-bottom: 16px;
}

.ingo-event-card .button {
  align-self: flex-start;
  margin-top: auto;
}

.external-note {
  color: rgba(62, 42, 49, 0.72);
  font-size: 0.92rem;
  margin-top: 20px;
}

@media (max-width: 860px) {
  .ingo-experience,
  .ingo-events-grid {
    grid-template-columns: 1fr;
  }

  .ingo-photo-gallery {
    grid-template-columns: 1fr;
  }

  .ingo-photo-gallery img {
    height: auto;
    max-height: 540px;
  }
}

@media (max-width: 640px) {
  .ingo-hero .hero-media {
    aspect-ratio: 4 / 5;
  }

  .ingo-experience article,
  .ingo-event-card {
    padding: 22px;
  }
}
