/* Compact wedding photography strip: supports the page without interrupting the package flow. */
.weddings-page .wedding-photo-section-featured {
  padding-top: 30px;
  padding-bottom: 34px;
  border-top: 1px solid rgba(210,162,58,.16);
  border-bottom: 1px solid rgba(210,162,58,.22);
  background:
    radial-gradient(circle at 18% 15%, rgba(210,162,58,.055), transparent 26rem),
    rgba(0,0,0,.16);
}

.weddings-page .wedding-photo-head {
  max-width: 720px;
  margin-bottom: 18px;
}

.weddings-page .wedding-photo-head h2 {
  font-size: clamp(1.55rem, 2.25vw, 2.15rem);
  margin-bottom: 10px;
}

.weddings-page .wedding-photo-head p:last-child {
  margin-bottom: 0;
}

/* Keep all three images in one restrained editorial band on desktop. */
.weddings-page .wedding-photo-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(0, .84fr) minmax(0, .84fr);
  gap: 14px;
  align-items: stretch;
}

.weddings-page .wedding-photo-feature-side {
  display: contents;
}

.weddings-page .wedding-photo-feature-grid .wedding-photo {
  height: 286px;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.weddings-page .wedding-photo-feature-grid .wedding-photo figcaption {
  padding: 7px 10px 8px;
  font-size: .72rem;
  line-height: 1.25;
}

.weddings-page .wedding-photo-feature-main img {
  object-position: center 43%;
}

.weddings-page .wedding-photo-feature-side .wedding-photo:first-child img {
  object-position: center 43%;
}

.weddings-page .wedding-photo-feature-side .wedding-photo:last-child img {
  object-position: center 31%;
}

/* Keep the package chooser visually connected to the detailed package sections. */
.weddings-page #wedding-packages {
  padding-top: 42px;
  padding-bottom: 28px;
}

.weddings-page #wedding-organza {
  padding-top: 38px;
}

@media (max-width: 980px) {
  .weddings-page .wedding-photo-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .weddings-page .wedding-photo-feature-main {
    grid-column: 1 / -1;
    height: 300px;
  }

  .weddings-page .wedding-photo-feature-side .wedding-photo {
    height: 225px;
  }
}

@media (max-width: 640px) {
  .weddings-page .wedding-photo-section-featured {
    padding-top: 26px;
    padding-bottom: 28px;
  }

  .weddings-page .wedding-photo-head {
    margin-bottom: 16px;
  }

  .weddings-page .wedding-photo-feature-grid {
    gap: 10px;
  }

  .weddings-page .wedding-photo-feature-main {
    height: 230px;
  }

  .weddings-page .wedding-photo-feature-side .wedding-photo {
    height: 180px;
  }

  .weddings-page .wedding-photo-feature-grid .wedding-photo figcaption {
    padding: 6px 8px 7px;
    font-size: .67rem;
  }

  .weddings-page #wedding-packages {
    padding-top: 34px;
    padding-bottom: 22px;
  }

  .weddings-page #wedding-organza {
    padding-top: 32px;
  }
}
