/* Special Events hub and Celebrate Life 2026 recap */

.special-events-page,
.celebrate-life-recap,
.celebrate-gallery-page {
  background: #fffdfb;
}

.special-events-page .eyebrow,
.celebrate-life-recap .eyebrow,
.celebrate-gallery-page .eyebrow,
.special-events-card-label {
  color: #b51b9b;
}

.special-events-hero {
  position: relative;
  padding: clamp(5.5rem, 10vw, 9rem) 0;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 18% 30%, rgba(222, 73, 200, 0.13), transparent 28%),
    radial-gradient(circle at 82% 20%, rgba(61, 57, 150, 0.1), transparent 25%),
    linear-gradient(135deg, #fffaf7 0%, #fceded 50%, #fff 100%);
}

.special-events-hero::before,
.special-events-hero::after {
  position: absolute;
  width: 240px;
  height: 240px;
  content: "";
  border: 1px solid rgba(222, 73, 200, 0.15);
  border-radius: 50%;
}

.special-events-hero::before {
  top: -140px;
  left: -80px;
}

.special-events-hero::after {
  right: -100px;
  bottom: -160px;
}

.special-events-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.special-events-hero h1 {
  max-width: none;
  margin-inline: auto;
  color: var(--indigo);
}

.special-events-hero-inner > p:last-child {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.special-events-listing,
.special-events-past {
  background: #fff;
}

.special-events-past {
  background: linear-gradient(180deg, #fff 0%, #fff6f5 100%);
  border-top: 1px solid var(--line);
}

.special-events-section-heading {
  max-width: 760px;
  margin-bottom: 2.2rem;
}

.special-events-section-heading h2 {
  color: var(--indigo);
}

.special-events-empty-card {
  min-height: 210px;
  display: flex;
  align-items: center;
  gap: 1.75rem;
  padding: clamp(1.75rem, 4vw, 3rem);
  background: linear-gradient(135deg, rgba(247, 216, 212, 0.54), rgba(232, 228, 255, 0.58));
  border: 1px solid rgba(61, 57, 150, 0.12);
  border-radius: var(--radius-medium);
}

.special-events-empty-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--pink);
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 1.8rem;
}

.special-events-empty-card h3 {
  color: var(--indigo);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.special-events-empty-card p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
}

.special-events-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.75fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  box-shadow: var(--shadow);
}

.special-events-featured-image {
  min-width: 0;
  overflow: hidden;
  background: var(--sand);
}

.special-events-featured-image img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  display: block;
  object-fit: cover;
  object-position: center 52%;
  transition: transform 350ms ease;
}

.special-events-featured-image:hover img,
.special-events-featured-image:focus-visible img {
  transform: scale(1.02);
}

.special-events-featured-copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: clamp(2rem, 5vw, 4rem);
}

.special-events-card-label {
  margin-bottom: 0.75rem;
  color: var(--pink);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.special-events-featured-copy h3 {
  color: var(--indigo);
  font-size: clamp(2.1rem, 4vw, 3.3rem);
}

.special-events-featured-copy .button {
  margin-top: 0.7rem;
}

/* ── Celebrate Life hero ─────────────────────────────────────────────── */

.celebrate-hero {
  background: linear-gradient(90deg, #fff 0%, #fffaf8 52%, #f9eded 100%);
}

.celebrate-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.15fr);
  align-items: center;
}

.celebrate-hero-copy {
  min-width: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(2.5rem, 4vw, 4rem) clamp(1.5rem, 5vw, 4.5rem) clamp(2.5rem, 4vw, 4rem) 0;
}

.celebrate-hero h1 {
  max-width: none;
  margin-bottom: 1rem;
  color: var(--indigo);
  font-size: clamp(3.3rem, 4.2vw, 3.8rem);
  white-space: nowrap;
}

.celebrate-hero-subtitle {
  margin-bottom: 2.1rem;
  color: #25213e;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}

.celebrate-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.celebrate-value {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.celebrate-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--pink);
  border: 1px solid currentColor;
  border-radius: 50%;
}

.celebrate-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.celebrate-value h2 {
  margin: 0 0 0.25rem;
  color: var(--charcoal);
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
}

.celebrate-value p {
  margin: 0;
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.5;
}

.celebrate-hero-media {
  min-width: 0;
  align-self: center;
  overflow: hidden;
  background: #f9eded;
}

.celebrate-hero-media img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── Thank-you band ──────────────────────────────────────────────────── */

.celebrate-thanks {
  position: relative;
  padding: 2.5rem 0 1.5rem;
  background: linear-gradient(90deg, #fff1f4, #fff8f8 55%, #f8f2fc);
  border-block: 1px solid rgba(222, 73, 200, 0.12);
}

.celebrate-thanks-grid {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) minmax(290px, 0.64fr);
  grid-template-rows: auto auto auto;
  align-items: start;
  column-gap: clamp(1.5rem, 4vw, 3rem);
  row-gap: 0;
}

.celebrate-thanks-portrait {
  grid-column: 1;
  grid-row: 1 / 4;
  width: 160px;
  height: 160px;
  align-self: center;
  display: block;
  object-fit: cover;
  object-position: center 22%;
  border: 7px solid #fff;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(61, 57, 150, 0.15);
}

.celebrate-thanks-heading {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  margin-bottom: 0.85rem;
  color: var(--indigo);
  font-size: clamp(1.85rem, 3vw, 2.55rem);
}

.celebrate-thanks-paragraphs {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
}

.celebrate-thanks-paragraphs p {
  margin-bottom: 0.7rem;
  font-size: 0.91rem;
  line-height: 1.55;
}

.celebrate-thanks-paragraphs p:last-child {
  margin-bottom: 0;
}

.celebrate-signature {
  grid-column: 2;
  grid-row: 3;
  min-width: 0;
  color: var(--pink);
  font-style: italic;
}

.celebrate-signature span,
.celebrate-closing-signature {
  font-family: "Segoe Script", "Bradley Hand", cursive;
  font-size: 1.75rem;
}

.celebrate-when-where-heading {
  grid-column: 3;
  grid-row: 1;
  min-width: 0;
  margin-bottom: 1rem;
  padding-left: clamp(1.5rem, 4vw, 3rem);
  border-left: 1px solid rgba(61, 57, 150, 0.22);
  color: var(--indigo);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.celebrate-details-wrapper {
  grid-column: 3;
  grid-row: 2;
  min-width: 0;
  align-self: center;
  padding-left: clamp(1.5rem, 4vw, 3rem);
  border-left: 1px solid rgba(61, 57, 150, 0.22);
}

.celebrate-details {
  min-width: 0;
  width: 100%;
  margin: 0;
}

.celebrate-details > div {
  display: grid;
  grid-template-columns: 1.6rem minmax(0, 1fr);
  gap: 0.6rem;
  margin-bottom: 0.75rem;
}

.celebrate-details > div:last-child {
  margin-bottom: 0;
}

.celebrate-details dt {
  color: var(--pink);
  font-size: 1.15rem;
  font-weight: 800;
}

.celebrate-details dd {
  margin: 0;
  color: #292542;
  font-size: 0.91rem;
  font-weight: 700;
  line-height: 1.45;
}

.celebrate-details em {
  color: var(--muted);
  font-weight: 500;
}

/* ── Story grid ──────────────────────────────────────────────────────── */

.celebrate-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, 1fr);
  align-items: start;
  gap: clamp(2rem, 4vw, 3.5rem);
  padding-top: 2.25rem;
  padding-bottom: 1.9rem;
}

.celebrate-story-grid > section,
.celebrate-story-grid > aside {
  min-width: 0;
}

.celebrate-story-sidebar {
  display: grid;
  align-content: start;
  gap: 2.5rem;
  padding-left: clamp(1.5rem, 3vw, 2.5rem);
  border-left: 1px solid var(--line);
}

.celebrate-story-grid h2 {
  margin-bottom: 0.65rem;
  color: var(--indigo);
  font-size: clamp(1.75rem, 2.5vw, 2.35rem);
}

#reflections-heading {
  font-size: clamp(1.3rem, 0.95rem + 1.2vw, 1.4rem);
  line-height: 1.15;
}

.celebrate-story-grid .eyebrow {
  margin-bottom: 0.55rem;
}

.celebrate-story-grid section > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.55;
}

/* ── Recap thumbnail grid ─────────────────────────────────────────────── */

.celebrate-highlights {
  display: flex;
  flex-direction: column;
}

.celebrate-gallery-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.celebrate-thumb-btn {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: #f8f4f2;
  border: 1px solid rgba(61, 57, 150, 0.12);
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(61, 57, 150, 0.08);
  cursor: pointer;
  aspect-ratio: 16 / 10;
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.celebrate-thumb-btn:hover,
.celebrate-thumb-btn:focus-visible {
  transform: scale(1.02);
  box-shadow: 0 10px 26px rgba(61, 57, 150, 0.15);
}

.celebrate-thumb-btn:focus-visible {
  outline: 2px solid var(--pink);
  outline-offset: 3px;
}

.celebrate-thumb-btn img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.celebrate-gallery-preview .celebrate-thumb-btn img {
  object-position: center 55%;
}

.celebrate-gallery-preview .celebrate-thumb-btn:nth-child(3) img {
  object-position: center 22%;
}

.celebrate-gallery-action {
  margin-top: 1.25rem;
}

/* ── Full gallery page ───────────────────────────────────────────────── */

.celebrate-gallery-hero {
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3rem);
  background: linear-gradient(135deg, #fffaf7 0%, #fcedf8 50%, #f4f2ff 100%);
  border-bottom: 1px solid rgba(222, 73, 200, 0.12);
}

.celebrate-gallery-hero-inner {
  max-width: 760px;
}

.celebrate-gallery-back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1.75rem;
  color: var(--indigo);
  font-size: 0.87rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 200ms ease;
}

.celebrate-gallery-back:hover,
.celebrate-gallery-back:focus-visible {
  color: var(--pink);
}

.celebrate-gallery-hero h1 {
  max-width: none;
  margin-bottom: 0.9rem;
  color: var(--indigo);
}

.celebrate-gallery-hero p {
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.55;
}

.celebrate-full-gallery {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.celebrate-full-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.celebrate-full-gallery .celebrate-thumb-btn {
  border-radius: 14px;
  aspect-ratio: 4 / 3;
}

/* ── Video ───────────────────────────────────────────────────────────── */

.celebrate-video-player {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 1rem;
  overflow: hidden;
  background: #17142c;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(61, 57, 150, 0.16);
}

/* ── Testimonials ────────────────────────────────────────────────────── */

.celebrate-testimonials {
  display: grid;
  gap: 0.65rem;
}

.celebrate-testimonials article {
  position: relative;
  padding: 1rem 1rem 1rem 2.6rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(61, 57, 150, 0.08);
}

.celebrate-testimonials article > span {
  position: absolute;
  top: 0.45rem;
  left: 0.8rem;
  color: var(--pink);
  font-family: Georgia, serif;
  font-size: 2.3rem;
  line-height: 1;
}

.celebrate-testimonials p {
  margin-bottom: 0.4rem;
  color: #3b3650;
  font-size: 0.77rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.45;
}

.celebrate-testimonials small {
  display: block;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.35;
}

/* ── Closing band ────────────────────────────────────────────────────── */

.celebrate-closing {
  padding: 2.4rem 0;
  color: #fff;
  background:
    radial-gradient(circle at 10% 50%, rgba(222, 73, 200, 0.55), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(240, 95, 99, 0.35), transparent 25%),
    linear-gradient(105deg, #302b89, #46339e 58%, #2a2777);
}

.celebrate-closing-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.celebrate-closing-heart {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  font-size: 2.8rem;
}

.celebrate-closing h2 {
  margin-bottom: 0.45rem;
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.celebrate-closing p {
  margin-bottom: 0.35rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
}

.celebrate-closing-emphasis {
  color: #ff83d5 !important;
  font-weight: 800;
}

.celebrate-closing-signature {
  margin: 0;
  color: #ff91d8 !important;
  white-space: nowrap;
}

/* ── Lightbox ────────────────────────────────────────────────────────── */

.sfr-lightbox {
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  background: rgba(8, 6, 22, 0.96);
  border: none;
  z-index: 9999;
}

.sfr-lightbox::backdrop {
  background: rgba(8, 6, 22, 0.96);
}

.sfr-lb-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.75rem 1rem 1rem;
  box-sizing: border-box;
}

.sfr-lb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  flex-shrink: 0;
}

.sfr-lb-counter {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.sfr-lb-close {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  transition: background 180ms ease;
}

.sfr-lb-close:hover,
.sfr-lb-close:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 2px;
}

.sfr-lb-figure {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
}

.sfr-lb-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 6px;
}

.sfr-lb-img:focus {
  outline: none;
}

.sfr-lb-caption {
  margin-top: 0.6rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.77rem;
  line-height: 1.45;
  text-align: center;
  max-width: 640px;
}

.sfr-lb-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding-top: 0.75rem;
  flex-shrink: 0;
}

.sfr-lb-prev,
.sfr-lb-next {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease;
}

.sfr-lb-prev:hover,
.sfr-lb-next:hover,
.sfr-lb-prev:focus-visible,
.sfr-lb-next:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 2px;
}

/* ── Breakpoints ─────────────────────────────────────────────────────── */

@media (max-width: 1120px) {
  .celebrate-hero h1 {
    font-size: clamp(3rem, 5vw, 3.7rem);
    white-space: normal;
  }

  .celebrate-values {
    grid-template-columns: 1fr;
  }

  .celebrate-story-grid {
    grid-template-columns: minmax(0, 1.6fr) minmax(260px, 1fr);
    gap: 2rem;
  }

  .celebrate-story-sidebar {
    padding-left: 1.5rem;
  }

  .celebrate-full-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .special-events-featured-card,
  .celebrate-hero-grid {
    grid-template-columns: 1fr;
  }

  .celebrate-hero-copy {
    padding: 4rem 0 2.5rem;
  }

  .celebrate-hero h1 {
    white-space: normal;
  }

  .celebrate-values {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .celebrate-hero-media {
    min-height: 0;
    border-radius: var(--radius-medium) var(--radius-medium) 0 0;
  }

  .celebrate-thanks-grid {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .celebrate-thanks-portrait {
    width: 140px;
    height: 140px;
  }

  .celebrate-when-where-heading {
    grid-column: 1 / -1;
    grid-row: 4;
    padding: 1.5rem 0 0;
    border-top: 1px solid rgba(61, 57, 150, 0.2);
    border-left: 0;
  }

  .celebrate-details-wrapper {
    grid-column: 1 / -1;
    grid-row: 5;
    align-self: start;
    padding-left: 0;
    border-left: 0;
  }

  .celebrate-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .celebrate-details > div {
    margin-bottom: 0;
  }

  .celebrate-story-grid {
    grid-template-columns: 1fr;
  }

  .celebrate-story-sidebar {
    gap: 2.5rem;
    padding: 2.5rem 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .celebrate-testimonials {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .celebrate-gallery-preview {
    grid-template-rows: auto;
    flex: none;
  }

  .celebrate-full-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .celebrate-thanks {
    padding-bottom: 2rem;
  }

  .celebrate-story-grid {
    padding-top: 2.9rem;
    padding-bottom: 2.7rem;
  }
}

@media (max-width: 700px) {
  .special-events-hero {
    padding: 4.5rem 0;
  }

  .special-events-empty-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .special-events-featured-image img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .special-events-featured-copy {
    padding: 2rem 1.5rem;
  }

  .celebrate-hero-copy {
    padding-top: 3rem;
  }

  .celebrate-hero h1 {
    font-size: clamp(2.65rem, 13vw, 4.15rem);
  }

  .celebrate-hero-subtitle {
    font-size: 1rem;
  }

  .celebrate-values {
    grid-template-columns: 1fr;
  }

  .celebrate-value p {
    font-size: 0.82rem;
  }

  .celebrate-hero-media {
    width: 100%;
    margin-left: 0;
    border-radius: 0;
  }

  .celebrate-thanks {
    padding: 2.75rem 0;
  }

  .celebrate-thanks-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .celebrate-thanks-portrait,
  .celebrate-thanks-heading,
  .celebrate-thanks-paragraphs,
  .celebrate-signature,
  .celebrate-when-where-heading,
  .celebrate-details-wrapper {
    grid-column: 1;
    grid-row: auto;
  }

  .celebrate-thanks-portrait {
    width: 150px;
    height: 150px;
  }

  .celebrate-thanks-heading {
    margin-top: 1.5rem;
  }

  .celebrate-when-where-heading,
  .celebrate-details-wrapper {
    width: 100%;
    text-align: left;
  }

  .celebrate-details {
    grid-template-columns: 1fr;
  }

  .celebrate-story-grid {
    grid-template-columns: 1fr;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .celebrate-story-sidebar {
    gap: 2.5rem;
    padding-top: 2.5rem;
  }

  .celebrate-testimonials {
    grid-template-columns: 1fr;
  }

  .celebrate-gallery-preview {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .celebrate-closing-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .celebrate-closing-heart {
    width: 68px;
    height: 68px;
  }

  .celebrate-full-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .sfr-lb-prev,
  .sfr-lb-next {
    width: 42px;
    height: 42px;
    font-size: 1.5rem;
  }
}

@media (max-width: 420px) {
  .special-events-empty-icon {
    width: 60px;
    height: 60px;
  }

  .celebrate-gallery-preview {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .special-events-featured-image img,
  .celebrate-thumb-btn {
    transition: none;
  }
}
