/* Refined artwork gallery */
.gallery-grid { grid-template-columns: 1.2fr .9fr .9fr; grid-template-rows: 250px 250px; gap: 1.2rem; }
.gallery-item { position: relative; border-radius: 3px; background: #eadfce; }
.gallery-item:first-child { grid-row: span 2; }
.gallery-item img { object-position: center; }
.gallery-pink { background: linear-gradient(145deg, #f9e6e7, #eebec8); }
.gallery-pink img { object-fit: contain; padding: .75rem; }
.gallery-black { background: #2c2525; }
.gallery-black img { object-position: center 23%; }
.gallery-family img { object-position: center 25%; }
.gallery-joy img { object-position: 50% 8%; }
.gallery-item span { position: absolute; right: .8rem; bottom: .65rem; color: white; font-size: .62rem; letter-spacing: .12em; opacity: 0; transition: .25s; }
.gallery-item:hover span { opacity: 1; }

/* Purpose-built phone layout */
@media (max-width: 767px) {
  body { padding-bottom: 62px; }
  .navbar { background: rgba(249,245,238,.94); padding: .8rem 0; backdrop-filter: blur(10px); }
  .navbar .container { width: 100%; padding: 0 1.25rem; }
  .hero { min-height: 0; display: block; padding-top: 4.5rem; overflow: hidden; }
  .hero:before { width: 120vw; height: 120vw; right: -48vw; top: 28%; }
  .hero-copy { width: 100%; padding: 3rem 1.25rem 1.5rem; text-align: center; }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 4.8rem); line-height: .82; max-width: none; }
  .hero h1 span { margin: .5em 0; }
  .hero-date { max-width: 260px; margin: 1.5rem auto; font-size: .78rem; }
  .hero-art { position: relative; width: 100%; height: auto; right: auto; bottom: auto; margin: 0 auto -2px; padding: 0 2vw; }
  .hero-art img { width: 100%; height: auto; max-height: 510px; object-fit: contain; object-position: center bottom; }
  .sun-disc { width: 70vw; height: 70vw; top: 10%; left: 15%; }
  .hero-bottom, .p3 { display: none; }
  .p1 { left: 8%; top: 28%; }.p2 { left: 85%; top: 18%; }
  .section-pad { padding: 4.5rem 0; }
  h2 { font-size: clamp(2.5rem, 12vw, 3.4rem); }
  .countdown { padding: 3.8rem 0; }
  .count-grid { margin: 2rem -8px 0; }.count-unit strong { font-size: 2.25rem; }.count-unit span { font-size: .46rem; }
  .story .row { row-gap: 2.2rem !important; }.story-photo { padding: 0 1.3rem; }
  .story-photo img { width: 100%; aspect-ratio: auto; max-height: none; object-fit: contain; object-position: center; border-radius: 40% 40% 4px 4px; }
  .photo-note { width: 94px; height: 94px; right: 4%; bottom: 2%; padding: 25px 4px; }
  .story .offset-lg-1 { padding: 0 1.6rem; }
  .event-card { padding: 1.65rem; gap: 1rem; }.event-number { font-size: 3.4rem; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 235px 145px 145px; gap: .7rem; }
  .gallery-item:first-child { grid-row: span 2; }.gallery-item span { opacity: .9; }
  .gallery-pink img { padding: .2rem; }.gallery-black { grid-row: span 2; }
  .venue { padding: 4.8rem 0; }.venue:before,.venue:after { font-size: 13rem; }
  .schedule-line { margin: 2.2rem 0 0; }.schedule-line:before { left: 18%; right: 18%; }
  .rsvp-card { margin: 0 .3rem; }.rsvp-intro, form { padding: 2.4rem 1.4rem; }
  .radio { margin-bottom: .7rem; }.mobile-rsvp { bottom: 8px; }
}
