@font-face {
  font-family: "BM Cormorant";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/assets/cormorant-garamond-latin-ext-400.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "BM Cormorant";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/assets/cormorant-garamond-latin-400.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "BM Cormorant";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("/assets/cormorant-garamond-latin-ext-500.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "BM Cormorant";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("/assets/cormorant-garamond-latin-500.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "BM Cormorant";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("/assets/cormorant-garamond-latin-ext-600.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "BM Cormorant";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("/assets/cormorant-garamond-latin-600.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "BM Great Vibes";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/assets/great-vibes-latin-ext-400.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "BM Great Vibes";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/assets/great-vibes-latin-400.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

.rsvp-premium-body {
  margin: 0;
  background: #f6efe5;
  color: #3e302a;
}

.rsvp-page.rsvp-premium-page {
  --rsvp-ink: #3e302a;
  --rsvp-soft-ink: #77675e;
  --rsvp-wine: #7d293b;
  --rsvp-wine-deep: #5f1f2e;
  --rsvp-gold: #b58a4a;
  --rsvp-gold-light: #d8bc86;
  --rsvp-cream: #f7efe3;
  --rsvp-paper: #fffaf2;
  --rsvp-sage: #7e8d75;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  display: block;
  overflow: clip;
  background: var(--rsvp-cream);
  color: var(--rsvp-ink);
  color-scheme: light;
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.rsvp-premium-page button,
.rsvp-premium-page a {
  -webkit-tap-highlight-color: transparent;
}

.rsvp-premium-page button:focus-visible,
.rsvp-premium-page a:focus-visible,
.rsvp-premium-page input:focus-visible,
.rsvp-premium-page textarea:focus-visible {
  outline: 3px solid rgba(181, 138, 74, 0.42);
  outline-offset: 4px;
}

.rsvp-loading-page {
  min-height: 100svh !important;
  display: grid !important;
  place-items: center;
  padding: 24px !important;
  background:
    linear-gradient(rgba(255, 250, 242, 0.78), rgba(247, 239, 227, 0.94)),
    url("/invitation-background.jpg") center / cover no-repeat !important;
}

.rsvp-premium-loading {
  width: min(100%, 390px);
  padding: 36px 26px;
  border: 1px solid rgba(181, 138, 74, 0.28);
  border-radius: 28px;
  background: rgba(255, 250, 242, 0.9);
  box-shadow: 0 28px 80px rgba(73, 48, 37, 0.16);
  text-align: center;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.rsvp-premium-loading .monogram {
  margin: 0 auto 18px;
  color: var(--rsvp-wine);
}

.rsvp-premium-loading h1 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.rsvp-premium-loading p {
  margin: 0;
  color: var(--rsvp-soft-ink);
  line-height: 1.6;
}

.rsvp-envelope-stage {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: max(30px, env(safe-area-inset-top)) 18px
    max(32px, env(safe-area-inset-bottom));
  background:
    linear-gradient(
      135deg,
      rgba(255, 250, 242, 0.36),
      rgba(247, 239, 227, 0.58)
    ),
    url("/invitation-background.jpg") center / cover no-repeat;
}

.rsvp-envelope-stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(
      circle at 50% 40%,
      rgba(255, 255, 255, 0.76),
      transparent 43%
    ),
    linear-gradient(180deg, rgba(94, 61, 45, 0.04), rgba(94, 61, 45, 0.12));
}

.rsvp-envelope-stage::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 14px;
  border: 1px solid rgba(181, 138, 74, 0.44);
  border-radius: 6px;
  pointer-events: none;
}

.rsvp-envelope-gate {
  width: min(100%, 520px);
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--rsvp-ink);
  cursor: pointer;
  display: grid;
  justify-items: center;
  gap: 30px;
}

.rsvp-envelope-gate:disabled {
  cursor: default;
}

.rsvp-envelope-paper {
  position: relative;
  width: min(86vw, 440px);
  aspect-ratio: 1.34 / 1;
  overflow: visible;
  border: 1px solid rgba(181, 138, 74, 0.52);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 250, 242, 0.72), rgba(255, 250, 242, 0.86)),
    url("/invitation-background.jpg") center / cover no-repeat;
  box-shadow:
    0 34px 70px rgba(73, 48, 37, 0.2),
    0 8px 24px rgba(73, 48, 37, 0.1),
    inset 0 0 0 8px rgba(255, 255, 255, 0.3);
  transform-style: preserve-3d;
  animation: rsvp-envelope-float 4.8s ease-in-out infinite;
  transition:
    filter 0.35s ease,
    box-shadow 0.35s ease;
}

.rsvp-envelope-gate:hover .rsvp-envelope-paper {
  filter: brightness(1.02);
  box-shadow:
    0 38px 84px rgba(73, 48, 37, 0.25),
    0 10px 28px rgba(73, 48, 37, 0.12),
    inset 0 0 0 8px rgba(255, 255, 255, 0.34);
}

.rsvp-envelope-paper::before,
.rsvp-envelope-paper::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 62%;
  height: 74%;
  background: linear-gradient(
    145deg,
    rgba(255, 250, 242, 0.96),
    rgba(237, 222, 203, 0.92)
  );
  border-top: 1px solid rgba(181, 138, 74, 0.28);
}

.rsvp-envelope-paper::before {
  left: 0;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  border-radius: 0 0 0 7px;
}

.rsvp-envelope-paper::after {
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  border-radius: 0 0 7px 0;
}

.rsvp-envelope-flap {
  position: absolute;
  z-index: 3;
  inset: -1px -1px auto;
  height: 62%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform-origin: 50% 0;
  background:
    linear-gradient(rgba(255, 250, 242, 0.72), rgba(238, 225, 208, 0.9)),
    url("/invitation-background.jpg") center 16% / 118% auto no-repeat;
  filter: drop-shadow(0 8px 8px rgba(73, 48, 37, 0.09));
}

.rsvp-envelope-address {
  position: absolute;
  z-index: 4;
  inset: 22% 12% auto;
  display: grid;
  gap: 6px;
  text-align: center;
}

.rsvp-envelope-address span {
  color: var(--rsvp-soft-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rsvp-envelope-address strong {
  overflow: hidden;
  color: var(--rsvp-wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 5vw, 28px);
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rsvp-wax-seal {
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 57%;
  width: 92px;
  height: 92px;
  transform: translate(-50%, -50%) rotate(-2deg);
  border: 2px solid rgba(255, 220, 200, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background:
    radial-gradient(
      circle at 34% 28%,
      rgba(255, 255, 255, 0.24),
      transparent 22%
    ),
    radial-gradient(circle, #a24457 0, #7d293b 58%, #5f1f2e 100%);
  color: #f7dfca;
  box-shadow:
    0 12px 22px rgba(63, 24, 33, 0.3),
    inset 0 0 0 7px rgba(76, 19, 32, 0.2),
    inset 0 0 0 9px rgba(255, 223, 201, 0.12);
  font-family: Georgia, "Times New Roman", serif;
}

.rsvp-wax-seal::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(255, 225, 204, 0.35);
  border-radius: 50%;
}

.rsvp-wax-seal b {
  position: relative;
  font-size: 29px;
  font-weight: 400;
  line-height: 1;
}

.rsvp-wax-seal i {
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.rsvp-tap-hint {
  display: grid;
  justify-items: center;
  gap: 7px;
  color: var(--rsvp-wine);
  text-align: center;
}

.rsvp-tap-hint svg {
  animation: rsvp-sparkle 2s ease-in-out infinite;
}

.rsvp-tap-hint strong {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rsvp-tap-hint span {
  color: var(--rsvp-soft-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: italic;
}

.rsvp-envelope-stage.is-opening .rsvp-envelope-paper {
  animation: rsvp-envelope-open 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.rsvp-envelope-stage.is-opening .rsvp-envelope-flap {
  animation: rsvp-flap-open 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.rsvp-envelope-stage.is-opening .rsvp-wax-seal {
  animation: rsvp-seal-open 0.7s ease-in both;
}

.rsvp-envelope-stage.is-opening .rsvp-tap-hint {
  animation: rsvp-fade-away 0.35s ease both;
}

.rsvp-premium-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #55463d;
  color: #fffaf2;
}

.rsvp-hero-media,
.rsvp-hero-media > video,
.rsvp-hero-media > iframe,
.rsvp-hero-floral {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.rsvp-hero-media > video,
.rsvp-hero-media > iframe {
  border: 0;
  object-fit: cover;
  pointer-events: none;
}

.rsvp-hero-media > iframe {
  inset: -18%;
  width: 136%;
  height: 136%;
}

.rsvp-hero-floral {
  background:
    linear-gradient(rgba(255, 250, 242, 0.05), rgba(86, 61, 48, 0.12)),
    url("/invitation-background.jpg") center / cover no-repeat;
  transform: scale(1.04);
  animation: rsvp-ken-burns 16s ease-in-out infinite alternate;
}

.rsvp-hero-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(42, 25, 20, 0.24),
      rgba(42, 25, 20, 0.06) 38%,
      rgba(42, 25, 20, 0.55)
    ),
    radial-gradient(
      circle at center,
      transparent 20%,
      rgba(45, 30, 23, 0.26) 100%
    );
}

.rsvp-hero-media.has-floral + .rsvp-hero-overlay {
  background:
    linear-gradient(
      180deg,
      rgba(58, 40, 31, 0.34),
      rgba(58, 40, 31, 0.3) 40%,
      rgba(50, 33, 26, 0.62)
    ),
    radial-gradient(
      circle at center,
      rgba(60, 42, 33, 0.12),
      rgba(42, 27, 21, 0.34)
    );
}

.rsvp-hero-copy {
  position: relative;
  z-index: 2;
  width: min(92vw, 820px);
  padding: 24px;
  display: grid;
  justify-items: center;
  text-align: center;
  text-shadow: 0 3px 22px rgba(34, 20, 16, 0.42);
  animation: rsvp-hero-copy-in 1.25s 0.15s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.rsvp-hero-copy > p {
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.rsvp-hero-copy h1 {
  margin: 0;
  display: grid;
  justify-items: center;
  color: #fffaf2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 12vw, 132px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.72;
}

.rsvp-hero-copy h1 em {
  margin: 15px 0 7px;
  color: #ead2a5;
  font-size: 0.46em;
  font-weight: 400;
}

.rsvp-hero-rule {
  width: 74px;
  height: 1px;
  margin: 38px 0 20px;
  background: linear-gradient(90deg, transparent, #ead2a5, transparent);
}

.rsvp-hero-copy > strong {
  font-size: 15px;
  letter-spacing: 0.24em;
}

.rsvp-hero-copy > small {
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.03em;
}

.rsvp-scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: max(22px, env(safe-area-inset-bottom));
  transform: translateX(-50%);
  border: 0;
  padding: 10px 18px;
  display: grid;
  justify-items: center;
  gap: 4px;
  background: transparent;
  color: rgba(255, 250, 242, 0.92);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rsvp-scroll-cue svg {
  animation: rsvp-scroll-bounce 1.8s ease-in-out infinite;
}

.rsvp-premium-section {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: clamp(82px, 12vw, 140px) 20px;
  text-align: center;
}

.rsvp-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.9s ease,
    transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

.rsvp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.rsvp-section-kicker {
  margin: 0 0 14px;
  color: var(--rsvp-wine);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.rsvp-premium-section h2 {
  margin: 0;
  color: var(--rsvp-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 8vw, 72px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.rsvp-story {
  max-width: 760px;
}

.rsvp-floral-mark {
  width: 82px;
  height: 82px;
  margin: 0 auto 28px;
  border: 1px solid rgba(181, 138, 74, 0.48);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--rsvp-wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  box-shadow: inset 0 0 0 7px rgba(181, 138, 74, 0.06);
}

.rsvp-gold-divider {
  width: 110px;
  height: 1px;
  margin: 34px auto;
  background: linear-gradient(
    90deg,
    transparent,
    var(--rsvp-gold),
    transparent
  );
}

.rsvp-story-copy {
  margin: 0;
  color: var(--rsvp-soft-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 3.8vw, 25px);
  line-height: 1.75;
}

.rsvp-signature {
  margin: 38px 0 0;
  display: grid;
  gap: 6px;
  color: var(--rsvp-soft-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: italic;
}

.rsvp-signature strong {
  color: var(--rsvp-wine);
  font-size: 24px;
  font-weight: 400;
}

.rsvp-date-section {
  width: 100%;
  max-width: none;
  border-block: 1px solid rgba(181, 138, 74, 0.18);
  background:
    radial-gradient(
      circle at 10% 30%,
      rgba(216, 183, 170, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 70%,
      rgba(181, 138, 74, 0.12),
      transparent 31%
    ),
    #fffaf2;
}

.rsvp-date-section h2 {
  color: var(--rsvp-wine);
}

.rsvp-countdown-grid {
  width: min(100%, 720px);
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.rsvp-countdown-grid > div {
  position: relative;
  min-width: 0;
  min-height: 122px;
  border: 1px solid rgba(181, 138, 74, 0.28);
  border-radius: 22px;
  display: grid;
  place-content: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow:
    0 16px 38px rgba(73, 48, 37, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.rsvp-countdown-grid > div::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(181, 138, 74, 0.1);
  border-radius: 17px;
}

.rsvp-countdown-grid strong {
  color: var(--rsvp-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 6vw, 52px);
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.rsvp-countdown-grid span {
  color: var(--rsvp-soft-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rsvp-countdown-finished {
  margin: 40px auto 0;
  color: var(--rsvp-wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.rsvp-scenic-break {
  position: relative;
  isolation: isolate;
  min-height: min(72svh, 760px);
  display: grid;
  place-items: center;
  padding: 80px 24px;
  overflow: hidden;
  background:
    linear-gradient(rgba(55, 38, 30, 0.2), rgba(55, 38, 30, 0.48)),
    url("/invitation-background.jpg") center / cover no-repeat;
  background-attachment: fixed;
}

.rsvp-scenic-break::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(
    circle at center,
    transparent,
    rgba(39, 24, 19, 0.22)
  );
}

.rsvp-scenic-break blockquote {
  width: min(100%, 720px);
  margin: 0;
  color: #fffaf2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 5vw, 42px);
  font-style: italic;
  line-height: 1.45;
  text-align: center;
  text-shadow: 0 3px 24px rgba(42, 25, 20, 0.42);
}

.rsvp-scenic-break blockquote span {
  display: block;
  color: #ead2a5;
  font-size: 64px;
  line-height: 0.6;
}

.rsvp-event-section {
  max-width: 920px;
}

.rsvp-event-intro {
  max-width: 620px;
  margin: 24px auto 0;
  color: var(--rsvp-soft-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.7;
}

.rsvp-event-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rsvp-event-grid article {
  min-height: 260px;
  padding: 34px 24px;
  border: 1px solid rgba(181, 138, 74, 0.28);
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.78),
      rgba(255, 250, 242, 0.86)
    ),
    url("/invitation-background.jpg") center / cover no-repeat;
  box-shadow: 0 20px 52px rgba(73, 48, 37, 0.08);
}

.rsvp-event-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  border: 1px solid rgba(181, 138, 74, 0.34);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--rsvp-wine);
  background: rgba(255, 250, 242, 0.76);
}

.rsvp-event-grid small {
  color: var(--rsvp-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rsvp-event-grid strong {
  margin-top: 8px;
  color: var(--rsvp-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.rsvp-event-grid p {
  margin: 8px 0 0;
  color: var(--rsvp-soft-ink);
  font-size: 13px;
}

.rsvp-event-actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.rsvp-premium-button {
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition:
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.rsvp-premium-button:hover {
  transform: translateY(-2px);
}

.rsvp-premium-button:active {
  transform: translateY(1px) scale(0.99);
}

.rsvp-premium-button.primary {
  border-color: var(--rsvp-wine);
  background: var(--rsvp-wine);
  color: #fffaf2;
  box-shadow: 0 12px 28px rgba(125, 41, 59, 0.2);
}

.rsvp-premium-button.primary:hover {
  background: var(--rsvp-wine-deep);
}

.rsvp-premium-button.secondary {
  border-color: rgba(181, 138, 74, 0.38);
  background: rgba(255, 250, 242, 0.76);
  color: var(--rsvp-ink);
}

.rsvp-cta-section {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100% - 760px) / 2));
  background: var(--rsvp-wine);
  color: #fffaf2;
}

.rsvp-cta-section > svg {
  margin-bottom: 20px;
  color: #ead2a5;
}

.rsvp-cta-section .rsvp-section-kicker,
.rsvp-cta-section h2,
.rsvp-cta-section > p:not(.rsvp-section-kicker) {
  color: #fffaf2;
}

.rsvp-cta-section > p:not(.rsvp-section-kicker) {
  max-width: 560px;
  margin: 24px auto 32px;
  color: rgba(255, 250, 242, 0.76);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.65;
}

.rsvp-cta-section .rsvp-premium-button.primary {
  border-color: rgba(255, 250, 242, 0.75);
  background: #fffaf2;
  color: var(--rsvp-wine);
}

.rsvp-premium-rsvp {
  scroll-margin-top: 20px;
  padding: clamp(76px, 10vw, 120px) 18px;
  background:
    linear-gradient(rgba(247, 239, 227, 0.88), rgba(247, 239, 227, 0.94)),
    url("/invitation-background.jpg") center / cover fixed no-repeat;
}

.rsvp-premium-page .rsvp-card {
  width: min(100%, 620px);
  margin: 0 auto;
  padding: clamp(28px, 6vw, 46px);
  border: 1px solid rgba(181, 138, 74, 0.3);
  border-radius: 30px;
  background: rgba(255, 250, 242, 0.93);
  color: var(--rsvp-ink);
  box-shadow: 0 30px 80px rgba(73, 48, 37, 0.14);
  text-align: center;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  animation: none;
}

.rsvp-premium-page .rsvp-card > .monogram {
  margin: 0 auto 18px;
  color: var(--rsvp-wine);
}

.rsvp-premium-page .rsvp-eyebrow {
  color: var(--rsvp-wine);
}

.rsvp-premium-page .rsvp-card h2 {
  margin: 0;
  color: var(--rsvp-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 7vw, 48px);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.rsvp-premium-page .rsvp-guest {
  margin: 28px 0 18px;
  border-color: rgba(181, 138, 74, 0.26);
  background: rgba(255, 255, 255, 0.5);
}

.rsvp-premium-page .rsvp-guest strong {
  color: var(--rsvp-wine);
}

.rsvp-premium-page .rsvp-choice,
.rsvp-premium-page .button.secondary,
.rsvp-premium-page .field input,
.rsvp-premium-page .field textarea,
.rsvp-premium-page .stepper,
.rsvp-premium-page .dietary-option {
  background: rgba(255, 255, 255, 0.62);
  color: var(--rsvp-ink);
  border-color: rgba(181, 138, 74, 0.26);
}

.rsvp-premium-page .rsvp-choice.confirmed.is-selected {
  border-color: #3b8b55;
  background: #3b8b55;
  color: #fff;
}

.rsvp-premium-page .rsvp-choice.pending.is-selected {
  border-color: #b17a24;
  background: #b17a24;
  color: #fff;
}

.rsvp-premium-page .rsvp-choice.declined.is-selected {
  border-color: #a84450;
  background: #a84450;
  color: #fff;
}

.rsvp-premium-page .rsvp-muted,
.rsvp-premium-page .rsvp-form-heading span,
.rsvp-premium-page .dietary-field > p {
  color: var(--rsvp-soft-ink);
}

.rsvp-premium-page .field > span,
.rsvp-premium-page .field legend,
.rsvp-premium-page .stepper-wrap > span,
.rsvp-premium-page .dietary-field legend {
  color: var(--rsvp-ink);
}

.rsvp-premium-page .rsvp-details-form {
  border-color: rgba(181, 138, 74, 0.28);
  background: rgba(255, 255, 255, 0.4);
}

.rsvp-premium-footer {
  padding: 72px 20px calc(72px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(181, 138, 74, 0.16);
  background: #342720;
  color: #f6e8d8;
  text-align: center;
}

.rsvp-footer-monogram {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border: 1px solid rgba(234, 210, 165, 0.46);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ead2a5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
}

.rsvp-premium-footer p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.rsvp-premium-footer small {
  display: block;
  margin-top: 9px;
  color: rgba(246, 232, 216, 0.62);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@keyframes rsvp-envelope-float {
  0%,
  100% {
    transform: translateY(0) rotate(-0.35deg);
  }
  50% {
    transform: translateY(-9px) rotate(0.35deg);
  }
}

@keyframes rsvp-envelope-open {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  55% {
    transform: translateY(-8px) scale(1.04);
    opacity: 1;
  }
  100% {
    transform: translateY(20px) scale(1.14);
    opacity: 0;
  }
}

@keyframes rsvp-flap-open {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(178deg);
    filter: drop-shadow(0 -5px 8px rgba(73, 48, 37, 0.08));
  }
}

@keyframes rsvp-seal-open {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-2deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 18%) rotate(12deg) scale(0.8);
  }
}

@keyframes rsvp-fade-away {
  to {
    opacity: 0;
    transform: translateY(8px);
  }
}

@keyframes rsvp-sparkle {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(0.9) rotate(0);
  }
  50% {
    opacity: 1;
    transform: scale(1.12) rotate(12deg);
  }
}

@keyframes rsvp-ken-burns {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.12) translate3d(-1%, -1%, 0);
  }
}

@keyframes rsvp-hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes rsvp-scroll-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}

@media (max-width: 720px) {
  .rsvp-envelope-stage::after {
    inset: 9px;
  }

  .rsvp-envelope-paper {
    width: min(91vw, 420px);
  }

  .rsvp-wax-seal {
    width: 78px;
    height: 78px;
  }

  .rsvp-wax-seal b {
    font-size: 25px;
  }

  .rsvp-hero-copy h1 {
    font-size: clamp(58px, 20vw, 92px);
  }

  .rsvp-hero-copy > p {
    margin-bottom: 30px;
  }

  .rsvp-hero-rule {
    margin-top: 34px;
  }

  .rsvp-countdown-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rsvp-countdown-grid > div {
    min-height: 112px;
  }

  .rsvp-event-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .rsvp-event-grid article {
    min-height: 230px;
  }

  .rsvp-event-actions {
    display: grid;
  }

  .rsvp-event-actions .rsvp-premium-button {
    width: 100%;
  }

  .rsvp-scenic-break,
  .rsvp-premium-rsvp {
    background-attachment: scroll;
  }

  .rsvp-premium-page .rsvp-card {
    border-radius: 25px;
  }
}

@media (max-width: 390px) {
  .rsvp-envelope-paper {
    width: 92vw;
  }

  .rsvp-envelope-address {
    inset-inline: 10%;
  }

  .rsvp-countdown-grid {
    gap: 8px;
  }

  .rsvp-countdown-grid > div {
    min-height: 104px;
    border-radius: 18px;
  }

  .rsvp-premium-section {
    padding-inline: 16px;
  }

  .rsvp-premium-rsvp {
    padding-inline: 12px;
  }

  .rsvp-premium-page .rsvp-card {
    padding-inline: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rsvp-premium-page *,
  .rsvp-premium-page *::before,
  .rsvp-premium-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .rsvp-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Premium RSVP refinement v2 */
.rsvp-page.rsvp-premium-page {
  --rsvp-display: "BM Cormorant", Georgia, "Times New Roman", serif;
  --rsvp-script: "BM Great Vibes", "Snell Roundhand", "Segoe Script", cursive;
}

.rsvp-envelope-stage {
  perspective: 1200px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 250, 242, 0.2),
      rgba(238, 225, 210, 0.42)
    ),
    url("/invitation-background.jpg") center / cover no-repeat;
}

.rsvp-envelope-stage::before {
  background:
    radial-gradient(
      circle at 50% 39%,
      rgba(255, 255, 255, 0.8),
      transparent 39%
    ),
    radial-gradient(circle at 50% 78%, rgba(99, 65, 47, 0.09), transparent 38%),
    linear-gradient(180deg, rgba(94, 61, 45, 0.02), rgba(94, 61, 45, 0.14));
}

.rsvp-envelope-stage::after {
  inset: 16px;
  border-color: rgba(181, 138, 74, 0.52);
  box-shadow:
    inset 0 0 0 5px rgba(255, 250, 242, 0.34),
    inset 0 0 0 6px rgba(181, 138, 74, 0.14);
}

.rsvp-envelope-gate {
  gap: 34px;
}

.rsvp-envelope-paper {
  width: min(88vw, 460px);
  aspect-ratio: 1.46 / 1;
  border: 1px solid rgba(119, 86, 61, 0.3);
  border-radius: 5px;
  background:
    repeating-linear-gradient(
      8deg,
      rgba(92, 67, 48, 0.018) 0 1px,
      transparent 1px 5px
    ),
    radial-gradient(
      circle at 24% 19%,
      rgba(255, 255, 255, 0.78),
      transparent 29%
    ),
    radial-gradient(
      circle at 82% 76%,
      rgba(203, 174, 139, 0.12),
      transparent 32%
    ),
    linear-gradient(145deg, #fffdf8 0%, #f8eee1 58%, #eadbc9 100%);
  box-shadow:
    0 42px 78px rgba(68, 44, 33, 0.24),
    0 12px 24px rgba(68, 44, 33, 0.14),
    0 2px 2px rgba(68, 44, 33, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 0 0 7px rgba(255, 255, 255, 0.2);
}

.rsvp-envelope-gate:hover .rsvp-envelope-paper {
  box-shadow:
    0 48px 92px rgba(68, 44, 33, 0.29),
    0 14px 28px rgba(68, 44, 33, 0.16),
    0 2px 2px rgba(68, 44, 33, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 0 0 7px rgba(255, 255, 255, 0.24);
}

.rsvp-envelope-paper::before,
.rsvp-envelope-paper::after {
  height: 76%;
  background:
    repeating-linear-gradient(
      11deg,
      rgba(92, 67, 48, 0.015) 0 1px,
      transparent 1px 5px
    ),
    linear-gradient(
      145deg,
      rgba(255, 253, 248, 0.99),
      rgba(234, 218, 198, 0.97)
    );
  border-top-color: rgba(119, 86, 61, 0.2);
  box-shadow: inset 0 -1px 0 rgba(105, 72, 52, 0.08);
}

.rsvp-envelope-flap {
  height: 65%;
  background:
    linear-gradient(
      155deg,
      rgba(255, 253, 248, 0.84),
      rgba(233, 217, 198, 0.93)
    ),
    url("/invitation-background.jpg") center 14% / 124% auto no-repeat;
  filter: drop-shadow(0 9px 9px rgba(73, 48, 37, 0.13));
}

.rsvp-envelope-address {
  inset: 19% 11% auto;
  gap: 2px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.rsvp-envelope-address span {
  font-family: var(--rsvp-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.rsvp-envelope-address strong {
  overflow: visible;
  font-family: var(--rsvp-script);
  font-size: clamp(31px, 7vw, 42px);
  line-height: 1.2;
  text-overflow: clip;
  text-wrap: balance;
  white-space: normal;
}

.rsvp-wax-seal {
  top: 59%;
  width: 94px;
  height: 91px;
  border: 0;
  border-radius: 48% 52% 46% 54% / 52% 46% 54% 48%;
  background:
    radial-gradient(
      circle at 29% 23%,
      rgba(255, 233, 218, 0.38) 0 4%,
      transparent 22%
    ),
    radial-gradient(
      circle at 72% 77%,
      rgba(62, 12, 25, 0.3) 0 7%,
      transparent 30%
    ),
    conic-gradient(
      from 18deg,
      #6c1e31,
      #96384d 13%,
      #7b263b 27%,
      #a5475a 43%,
      #6b1d30 62%,
      #8b3045 79%,
      #5e182a 100%
    );
  color: rgba(72, 16, 29, 0.9);
  box-shadow:
    0 17px 21px rgba(55, 18, 28, 0.36),
    0 4px 5px rgba(55, 18, 28, 0.28),
    inset 7px 8px 12px rgba(255, 205, 190, 0.16),
    inset -8px -9px 13px rgba(49, 9, 21, 0.38),
    inset 0 0 0 2px rgba(255, 226, 209, 0.1);
  filter: drop-shadow(0 2px 1px rgba(55, 18, 28, 0.22));
  font-family: var(--rsvp-display);
}

.rsvp-wax-seal::before {
  inset: 10px;
  border: 2px solid rgba(69, 13, 27, 0.45);
  border-radius: 49% 51% 47% 53% / 53% 48% 52% 47%;
  box-shadow:
    0 1px 1px rgba(255, 224, 210, 0.2),
    inset 0 1px 2px rgba(255, 224, 210, 0.16),
    inset 0 -2px 3px rgba(48, 8, 20, 0.28);
}

.rsvp-wax-seal::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 46% 54% 50% 50% / 52% 47% 53% 48%;
  background:
    linear-gradient(128deg, rgba(255, 235, 222, 0.18), transparent 31%),
    repeating-conic-gradient(
      from 7deg,
      rgba(255, 255, 255, 0.035) 0 7deg,
      transparent 7deg 17deg
    );
  mix-blend-mode: screen;
  pointer-events: none;
}

.rsvp-wax-seal b,
.rsvp-wax-seal i {
  z-index: 2;
  color: rgba(67, 13, 27, 0.9);
  text-shadow:
    0 1px 1px rgba(255, 221, 207, 0.42),
    0 -1px 1px rgba(43, 6, 16, 0.62);
}

.rsvp-wax-seal b {
  font-size: 29px;
  font-weight: 600;
}

.rsvp-wax-seal i {
  font-family: var(--rsvp-script);
  font-size: 21px;
}

.rsvp-tap-hint strong {
  font-family: var(--rsvp-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.rsvp-tap-hint span {
  font-family: var(--rsvp-display);
  font-size: 17px;
}

.rsvp-hero-copy > p,
.rsvp-section-kicker {
  font-family: var(--rsvp-display);
  font-weight: 600;
}

.rsvp-hero-copy h1 {
  font-family: var(--rsvp-script);
  font-size: clamp(78px, 14vw, 154px);
  letter-spacing: 0;
  line-height: 0.71;
}

.rsvp-hero-copy h1 em {
  margin: 21px 0 11px;
  font-family: var(--rsvp-display);
  font-size: 0.36em;
  font-style: italic;
}

.rsvp-hero-copy > small {
  font-family: var(--rsvp-display);
  font-size: 18px;
}

.rsvp-premium-section {
  width: min(100%, 960px);
  padding: clamp(88px, 11vw, 128px) 24px;
}

.rsvp-section-kicker {
  margin-bottom: 22px;
  font-size: 12px;
  letter-spacing: 0.22em;
}

.rsvp-section-kicker::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  margin: 15px auto 0;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  opacity: 0.52;
}

.rsvp-premium-section h2,
.rsvp-premium-page .rsvp-card h2,
.rsvp-event-grid strong,
.rsvp-premium-footer p {
  font-family: var(--rsvp-display);
}

.rsvp-premium-section h2 {
  font-size: clamp(44px, 7vw, 70px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.rsvp-story {
  max-width: 800px;
}

.rsvp-story h2 {
  font-family: var(--rsvp-script);
  font-size: clamp(58px, 9vw, 94px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
}

.rsvp-floral-mark,
.rsvp-signature,
.rsvp-story-copy,
.rsvp-event-intro,
.rsvp-countdown-finished {
  font-family: var(--rsvp-display);
}

.rsvp-floral-mark {
  font-size: 22px;
  font-weight: 500;
}

.rsvp-story-copy {
  font-size: clamp(21px, 3.4vw, 27px);
  line-height: 1.65;
}

.rsvp-signature {
  font-size: 17px;
}

.rsvp-signature strong {
  font-family: var(--rsvp-script);
  font-size: 38px;
  line-height: 1.1;
}

.rsvp-date-section {
  width: 100%;
  max-width: none;
  padding-inline: max(24px, calc((100% - 960px) / 2));
}

.rsvp-date-section h2 {
  font-family: var(--rsvp-display);
  font-weight: 500;
}

.rsvp-countdown-grid {
  width: min(100%, 760px);
  margin-top: 42px;
  padding: 27px 0 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-block: 1px solid rgba(181, 138, 74, 0.36);
}

.rsvp-countdown-grid > div {
  min-height: 0;
  padding: 0 clamp(8px, 2vw, 22px);
  border: 0;
  border-radius: 0;
  gap: 5px;
  background: transparent;
  box-shadow: none;
}

.rsvp-countdown-grid > div::before {
  inset: 18% auto 18% 0;
  width: 1px;
  height: auto;
  border: 0;
  border-radius: 0;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(181, 138, 74, 0.46),
    transparent
  );
}

.rsvp-countdown-grid > div:first-child::before {
  display: none;
}

.rsvp-countdown-grid strong {
  font-family: var(--rsvp-display);
  font-size: clamp(31px, 6vw, 51px);
  font-weight: 500;
}

.rsvp-countdown-grid span {
  font-family: var(--rsvp-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.rsvp-scenic-break {
  min-height: min(67svh, 720px);
  padding: clamp(78px, 11vw, 120px) 24px;
  background:
    linear-gradient(rgba(54, 37, 29, 0.28), rgba(54, 37, 29, 0.48)),
    url("/invitation-background.jpg") center / cover no-repeat;
  background-attachment: scroll;
}

.rsvp-scenic-break blockquote {
  position: relative;
  width: min(100%, 880px);
  padding: clamp(54px, 8vw, 84px) clamp(28px, 7vw, 76px);
  border: 1px solid rgba(234, 210, 165, 0.46);
  border-radius: 4px;
  background: rgba(54, 36, 29, 0.28);
  box-shadow:
    inset 0 0 0 7px rgba(255, 250, 242, 0.04),
    0 28px 70px rgba(36, 22, 17, 0.2);
  font-family: var(--rsvp-script);
  font-size: clamp(39px, 6vw, 61px);
  font-style: normal;
  letter-spacing: 0.005em;
  line-height: 1.28;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.rsvp-scenic-break blockquote span {
  margin-bottom: 13px;
  font-family: var(--rsvp-display);
  font-size: 78px;
}

.rsvp-event-section {
  max-width: 960px;
}

.rsvp-event-intro {
  font-size: 21px;
}

.rsvp-event-grid article {
  min-height: 250px;
  border-radius: 18px;
  box-shadow:
    0 22px 54px rgba(73, 48, 37, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.rsvp-event-grid strong {
  font-size: 31px;
  font-weight: 500;
}

.rsvp-cta-section {
  width: 100%;
  max-width: none;
}

.rsvp-cta-section h2 {
  font-family: var(--rsvp-display);
}

.rsvp-cta-section > p:not(.rsvp-section-kicker) {
  font-family: var(--rsvp-display);
  font-size: 21px;
}

.rsvp-premium-page .rsvp-card h2 {
  font-weight: 500;
}

.rsvp-footer-monogram {
  font-family: var(--rsvp-display);
}

@media (max-width: 720px) {
  .rsvp-envelope-stage::after {
    inset: 10px;
  }

  .rsvp-envelope-paper {
    width: min(92vw, 430px);
  }

  .rsvp-wax-seal {
    width: 82px;
    height: 80px;
  }

  .rsvp-wax-seal b {
    font-size: 25px;
  }

  .rsvp-wax-seal i {
    font-size: 18px;
  }

  .rsvp-hero-copy h1 {
    font-size: clamp(74px, 23vw, 112px);
  }

  .rsvp-premium-section {
    padding: 84px 18px;
  }

  .rsvp-date-section {
    padding-inline: 18px;
  }

  .rsvp-countdown-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-block: 20px 18px;
  }

  .rsvp-countdown-grid > div {
    min-height: 0;
    padding-inline: 4px;
  }

  .rsvp-countdown-grid strong {
    font-size: clamp(29px, 9vw, 39px);
  }

  .rsvp-countdown-grid span {
    font-size: 8px;
    letter-spacing: 0.09em;
  }

  .rsvp-scenic-break {
    padding-inline: 14px;
  }

  .rsvp-scenic-break blockquote {
    padding: 54px 24px 58px;
    font-size: clamp(37px, 10.5vw, 49px);
  }
}

@media (max-width: 390px) {
  .rsvp-envelope-address {
    inset-inline: 8%;
  }

  .rsvp-envelope-address strong {
    font-size: clamp(29px, 9vw, 36px);
  }

  .rsvp-countdown-grid {
    gap: 0;
  }

  .rsvp-countdown-grid > div {
    min-height: 0;
    border-radius: 0;
  }

  .rsvp-countdown-grid strong {
    font-size: clamp(27px, 8.6vw, 34px);
  }

  .rsvp-countdown-grid span {
    font-size: 7px;
  }
}

/* Premium RSVP refinement v3 — continuous colour flow */
.rsvp-story,
.rsvp-date-section,
.rsvp-event-section {
  background: transparent;
}

.rsvp-date-section {
  border-block: 0;
}

.rsvp-premium-footer {
  border-top: 0;
  background:
    linear-gradient(rgba(247, 239, 227, 0.94), rgba(247, 239, 227, 0.98)),
    url("/invitation-background.jpg") center bottom / cover no-repeat;
  color: var(--rsvp-ink);
}

.rsvp-footer-monogram {
  border-color: rgba(181, 138, 74, 0.42);
  background: rgba(255, 250, 242, 0.52);
  color: var(--rsvp-wine);
  box-shadow: inset 0 0 0 7px rgba(181, 138, 74, 0.055);
}

.rsvp-premium-footer p {
  color: var(--rsvp-ink);
}

.rsvp-premium-footer small {
  color: var(--rsvp-soft-ink);
}

/* Premium RSVP refinement v4 — cinematic envelope and ambient motion */
.rsvp-envelope-stage::before {
  transform-origin: 50% 42%;
  animation: rsvp-gate-ambient-v4 18s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

.rsvp-envelope-paper {
  will-change: transform, opacity;
}

.rsvp-envelope-flap-wrap {
  position: absolute;
  z-index: 5;
  inset: -1px -1px auto;
  height: 65%;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  will-change: transform;
  pointer-events: none;
}

.rsvp-envelope-flap-wrap::after,
.rsvp-envelope-flap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.rsvp-envelope-flap {
  z-index: 2;
  transform: none;
  transform-origin: 50% 0;
}

.rsvp-envelope-flap-wrap::after {
  content: "";
  z-index: 1;
  transform: rotateX(180deg) translateZ(1px);
  background:
    repeating-linear-gradient(
      11deg,
      rgba(92, 67, 48, 0.015) 0 1px,
      transparent 1px 5px
    ),
    linear-gradient(155deg, #f3e5d4, #fffaf2 58%, #e7d4bd);
  filter: drop-shadow(0 -8px 10px rgba(73, 48, 37, 0.09));
}

.rsvp-wax-seal {
  z-index: 6;
  top: 78%;
  width: 112px;
  height: 112px;
  border: 0;
  border-radius: 0;
  background: url("/assets/wax-seal-v1.png") center / contain no-repeat;
  box-shadow: none;
  filter: drop-shadow(0 12px 12px rgba(57, 15, 28, 0.32));
  transform: translate3d(-50%, -50%, 4px) rotate(-2deg);
  transform-style: preserve-3d;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  will-change: transform, filter;
}

.rsvp-wax-seal::before {
  display: none;
}

.rsvp-wax-seal::after {
  content: "";
  position: absolute;
  inset: 17%;
  border-radius: 50%;
  background: linear-gradient(
    128deg,
    rgba(255, 229, 215, 0.2),
    transparent 38%,
    rgba(63, 7, 24, 0.08) 72%,
    transparent
  );
  opacity: 0.46;
  mix-blend-mode: screen;
  animation: rsvp-wax-glint-v4 5.6s ease-in-out infinite;
  pointer-events: none;
}

.rsvp-wax-seal b,
.rsvp-wax-seal i {
  z-index: 2;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  color: rgba(65, 8, 24, 0.88);
  text-shadow:
    0 1px 1px rgba(255, 193, 178, 0.42),
    0 -1px 1px rgba(35, 2, 12, 0.72);
}

.rsvp-wax-seal b {
  font-size: 27px;
  font-weight: 600;
}

.rsvp-wax-seal i {
  font-size: 19px;
}

.rsvp-envelope-stage.is-opening .rsvp-envelope-paper {
  animation: rsvp-envelope-open-v4 1.4s cubic-bezier(0.45, 0, 0.55, 1) both;
}

.rsvp-envelope-stage.is-opening .rsvp-envelope-flap {
  animation: none;
}

.rsvp-envelope-stage.is-opening .rsvp-envelope-flap-wrap {
  animation: rsvp-flap-open-v4 1.3s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.rsvp-envelope-stage.is-opening .rsvp-wax-seal {
  animation: none;
}

.rsvp-envelope-stage.is-opening .rsvp-envelope-address {
  animation: rsvp-address-release-v4 0.72s cubic-bezier(0.45, 0, 0.55, 1) both;
}

.rsvp-envelope-stage.is-opening .rsvp-tap-hint {
  animation: rsvp-hint-release-v4 0.52s cubic-bezier(0.45, 0, 0.55, 1) both;
}

.rsvp-story,
.rsvp-date-section,
.rsvp-event-section {
  position: relative;
  isolation: isolate;
}

.rsvp-story > *,
.rsvp-date-section > *,
.rsvp-event-section > * {
  position: relative;
  z-index: 1;
}

.rsvp-story::before,
.rsvp-story::after,
.rsvp-date-section::before,
.rsvp-date-section::after,
.rsvp-event-section::before,
.rsvp-event-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform, opacity;
}

.rsvp-story::before {
  top: 2%;
  right: -2%;
  left: auto;
  width: clamp(220px, 42vw, 380px);
  height: clamp(300px, 56vw, 500px);
  aspect-ratio: auto;
  border-radius: 0;
  background: url("/invitation-background.jpg") top right /
    clamp(440px, 68vw, 640px) auto no-repeat;
  opacity: 0.15;
  filter: saturate(0.7) contrast(0.94);
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(
    circle at 100% 0%,
    #000 0 38%,
    rgba(0, 0, 0, 0.78) 52%,
    transparent 79%
  );
  mask-image: radial-gradient(
    circle at 100% 0%,
    #000 0 38%,
    rgba(0, 0, 0, 0.78) 52%,
    transparent 79%
  );
  animation: rsvp-floral-drift-a-v5 24s ease-in-out infinite alternate;
}

.rsvp-story::after {
  right: auto;
  bottom: 0;
  left: -3%;
  width: clamp(240px, 45vw, 400px);
  height: clamp(320px, 58vw, 520px);
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: url("/invitation-background.jpg") bottom left /
    clamp(470px, 72vw, 680px) auto no-repeat;
  opacity: 0.13;
  filter: saturate(0.72) contrast(0.94);
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(
    circle at 0% 100%,
    #000 0 36%,
    rgba(0, 0, 0, 0.76) 51%,
    transparent 80%
  );
  mask-image: radial-gradient(
    circle at 0% 100%,
    #000 0 36%,
    rgba(0, 0, 0, 0.76) 51%,
    transparent 80%
  );
  animation: rsvp-floral-drift-b-v5 27s ease-in-out infinite alternate;
}

.rsvp-date-section::before {
  top: 17%;
  left: 5%;
  width: clamp(180px, 28vw, 330px);
  aspect-ratio: 1;
  background: radial-gradient(
    circle,
    rgba(125, 41, 59, 0.055),
    rgba(216, 183, 170, 0.028) 48%,
    transparent 72%
  );
  animation: rsvp-ambient-orbit-b-v4 19s ease-in-out infinite alternate-reverse;
}

.rsvp-date-section::after {
  display: none;
}

.rsvp-event-section::before {
  top: 12%;
  right: -20%;
  width: clamp(240px, 38vw, 410px);
  aspect-ratio: 1;
  background: radial-gradient(
    circle at 43% 46%,
    rgba(181, 138, 74, 0.11),
    rgba(125, 41, 59, 0.025) 48%,
    transparent 72%
  );
  filter: blur(6px);
  animation: rsvp-ambient-orbit-a-v4 20s ease-in-out infinite alternate-reverse;
}

.rsvp-event-section::after {
  bottom: 4%;
  left: -13%;
  width: clamp(160px, 24vw, 260px);
  aspect-ratio: 1;
  border: 1px solid rgba(125, 41, 59, 0.06);
  box-shadow:
    inset 0 0 0 20px rgba(181, 138, 74, 0.018),
    0 0 72px rgba(181, 138, 74, 0.055);
  animation: rsvp-ambient-orbit-b-v4 24s ease-in-out infinite alternate;
}

.rsvp-floral-mark {
  animation: rsvp-monogram-breathe-v4 7s ease-in-out infinite;
  will-change: transform, box-shadow;
}

.rsvp-gold-divider {
  transform-origin: center;
  animation: rsvp-divider-breathe-v4 6.8s ease-in-out infinite;
}

.rsvp-event-grid article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.rsvp-event-grid article > * {
  position: relative;
  z-index: 1;
}

.rsvp-event-grid article::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -32%;
  left: -72%;
  width: 38%;
  height: 168%;
  transform: translate3d(-160%, 0, 0) rotate(14deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.34),
    transparent
  );
  opacity: 0;
  animation: rsvp-card-sheen-v4 11s ease-in-out infinite;
  pointer-events: none;
  will-change: transform, opacity;
}

.rsvp-event-grid article:nth-child(2)::after {
  animation-delay: -5.5s;
}

.rsvp-event-section.is-visible .rsvp-event-grid article {
  animation: rsvp-card-arrive-v4 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.rsvp-event-section.is-visible .rsvp-event-grid article:nth-child(2) {
  animation-delay: 0.12s;
}

.rsvp-event-icon {
  animation: rsvp-icon-float-v4 5.8s ease-in-out infinite;
  will-change: transform, box-shadow;
}

.rsvp-event-grid article:nth-child(2) .rsvp-event-icon {
  animation-delay: -2.9s;
}

@keyframes rsvp-gate-ambient-v4 {
  0% {
    opacity: 0.84;
    transform: scale(1.03) translate3d(-0.5%, -0.3%, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1.09) translate3d(0.7%, 0.6%, 0);
  }
}

@keyframes rsvp-envelope-open-v4 {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(-0.25deg) scale(1);
  }
  16% {
    opacity: 1;
    transform: translate3d(0, 4px, 0) rotate(0) scale(0.994);
  }
  50% {
    opacity: 1;
    transform: translate3d(0, -13px, 0) rotate(0.2deg) scale(1.018);
  }
  78% {
    opacity: 1;
    transform: translate3d(0, -34px, 0) rotate(0) scale(1.046);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -78px, 0) rotate(0) scale(1.08);
  }
}

@keyframes rsvp-flap-open-v4 {
  0%,
  10% {
    transform: rotateX(0deg) translate3d(0, 0, 0);
  }
  52% {
    transform: rotateX(92deg) translate3d(0, -1px, 0);
  }
  78% {
    transform: rotateX(160deg) translate3d(0, -3px, 0);
  }
  100% {
    transform: rotateX(178deg) translate3d(0, -4px, 0);
  }
}

@keyframes rsvp-address-release-v4 {
  0%,
  18% {
    opacity: 1;
    transform: translate3d(0, 0, 1px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -11px, 1px);
  }
}

@keyframes rsvp-hint-release-v4 {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
}

@keyframes rsvp-wax-glint-v4 {
  0%,
  100% {
    opacity: 0.34;
    transform: translate3d(-2%, -2%, 0) rotate(-3deg);
  }
  50% {
    opacity: 0.58;
    transform: translate3d(3%, 2%, 0) rotate(4deg);
  }
}

@keyframes rsvp-floral-drift-a-v5 {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(-12px, 10px, 0) scale(1.025);
  }
}

@keyframes rsvp-floral-drift-b-v5 {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(14px, -12px, 0) scale(1.02);
  }
}

@keyframes rsvp-ambient-orbit-a-v4 {
  0% {
    opacity: 0.48;
    transform: translate3d(-8px, 5px, 0) scale(0.97);
  }
  100% {
    opacity: 0.78;
    transform: translate3d(18px, -14px, 0) scale(1.05);
  }
}

@keyframes rsvp-ambient-orbit-b-v4 {
  0% {
    opacity: 0.42;
    transform: translate3d(8px, -8px, 0) rotate(-4deg);
  }
  100% {
    opacity: 0.72;
    transform: translate3d(-15px, 17px, 0) rotate(5deg);
  }
}

@keyframes rsvp-monogram-breathe-v4 {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: inset 0 0 0 7px rgba(181, 138, 74, 0.06);
  }
  50% {
    transform: translate3d(0, -4px, 0) scale(1.018);
    box-shadow:
      inset 0 0 0 7px rgba(181, 138, 74, 0.08),
      0 12px 30px rgba(181, 138, 74, 0.07);
  }
}

@keyframes rsvp-divider-breathe-v4 {
  0%,
  100% {
    opacity: 0.68;
    transform: scaleX(0.92);
  }
  50% {
    opacity: 1;
    transform: scaleX(1.06);
  }
}

@keyframes rsvp-card-arrive-v4 {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes rsvp-card-sheen-v4 {
  0%,
  6% {
    opacity: 0;
    transform: translate3d(-160%, 0, 0) rotate(14deg);
  }
  13% {
    opacity: 0.3;
  }
  22% {
    opacity: 0;
    transform: translate3d(720%, 0, 0) rotate(14deg);
  }
  100% {
    opacity: 0;
    transform: translate3d(720%, 0, 0) rotate(14deg);
  }
}

@keyframes rsvp-icon-float-v4 {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    box-shadow: 0 0 0 rgba(181, 138, 74, 0);
  }
  50% {
    transform: translate3d(0, -5px, 0);
    box-shadow: 0 12px 25px rgba(181, 138, 74, 0.1);
  }
}

/* Premium RSVP refinement v6 — cached-envelope compatibility and floral timer flow */
.rsvp-envelope-paper > .rsvp-envelope-flap {
  transform-origin: 50% 0;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  will-change: transform;
}

.rsvp-envelope-paper > .rsvp-wax-seal {
  top: 51%;
  will-change: top, transform, opacity;
}

.rsvp-envelope-stage.is-opening .rsvp-envelope-flap-wrap {
  animation: rsvp-flap-open-2d-v6 1.05s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.rsvp-envelope-stage.is-opening .rsvp-envelope-flap-wrap::after {
  transform: none;
  opacity: 0;
  background:
    repeating-linear-gradient(
      11deg,
      rgba(92, 67, 48, 0.018) 0 1px,
      transparent 1px 5px
    ),
    linear-gradient(155deg, #ead8c3, #fff8ed 57%, #dfc6aa);
  box-shadow: inset 0 0 0 1px rgba(119, 86, 61, 0.16);
  filter: drop-shadow(0 -13px 12px rgba(73, 48, 37, 0.2));
  animation: rsvp-flap-backside-v6 1.05s ease both;
}

.rsvp-envelope-stage.is-opening
  .rsvp-envelope-paper
  > .rsvp-envelope-flap::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: inherit;
  background:
    repeating-linear-gradient(
      11deg,
      rgba(92, 67, 48, 0.018) 0 1px,
      transparent 1px 5px
    ),
    linear-gradient(155deg, #ead8c3, #fff8ed 57%, #dfc6aa);
  box-shadow: inset 0 0 0 1px rgba(119, 86, 61, 0.16);
  filter: drop-shadow(0 -13px 12px rgba(73, 48, 37, 0.2));
  opacity: 0;
  animation: rsvp-flap-backside-v6 0.82s ease both;
  pointer-events: none;
}

.rsvp-envelope-stage.is-opening
  .rsvp-envelope-paper
  > .rsvp-envelope-flap {
  animation: rsvp-legacy-flap-open-v6 0.82s cubic-bezier(0.4, 0, 0.2, 1)
    both;
}

.rsvp-envelope-stage.is-opening
  .rsvp-envelope-paper
  > .rsvp-wax-seal {
  animation: rsvp-legacy-seal-open-v6 0.82s cubic-bezier(0.4, 0, 0.2, 1)
    both;
}

@supports selector(:has(*)) {
  .rsvp-envelope-stage.is-opening
    .rsvp-envelope-paper:has(> .rsvp-envelope-flap) {
    animation: rsvp-envelope-open-legacy-v6 0.86s
      cubic-bezier(0.45, 0, 0.55, 1) both;
  }
}

.rsvp-story {
  padding-bottom: clamp(46px, 7vw, 72px);
}

.rsvp-date-section {
  padding-top: clamp(54px, 8vw, 82px);
  background: linear-gradient(
    180deg,
    rgba(255, 250, 242, 0) 0%,
    rgba(235, 217, 198, 0.13) 48%,
    rgba(255, 250, 242, 0) 100%
  );
}

.rsvp-date-section::before {
  display: block;
  top: -24%;
  left: -6%;
  width: clamp(280px, 46vw, 470px);
  height: clamp(380px, 61vw, 570px);
  aspect-ratio: auto;
  border-radius: 0;
  background: url("/invitation-background.jpg") bottom left /
    clamp(520px, 76vw, 720px) auto no-repeat;
  opacity: 0.09;
  filter: saturate(0.7) contrast(0.94);
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(
    circle at 0% 52%,
    #000 0 38%,
    rgba(0, 0, 0, 0.76) 53%,
    transparent 81%
  );
  mask-image: radial-gradient(
    circle at 0% 52%,
    #000 0 38%,
    rgba(0, 0, 0, 0.76) 53%,
    transparent 81%
  );
  animation: rsvp-floral-drift-b-v5 30s ease-in-out infinite alternate;
}

.rsvp-date-section::after {
  display: block;
  top: 5%;
  right: -12%;
  bottom: auto;
  width: clamp(220px, 34vw, 360px);
  height: clamp(300px, 48vw, 460px);
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: url("/invitation-background.jpg") top right /
    clamp(460px, 68vw, 650px) auto no-repeat;
  opacity: 0.075;
  filter: saturate(0.68) contrast(0.94);
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(
    circle at 100% 0%,
    #000 0 34%,
    rgba(0, 0, 0, 0.7) 49%,
    transparent 79%
  );
  mask-image: radial-gradient(
    circle at 100% 0%,
    #000 0 34%,
    rgba(0, 0, 0, 0.7) 49%,
    transparent 79%
  );
  animation: rsvp-floral-drift-a-v5 32s ease-in-out infinite alternate;
}

@keyframes rsvp-legacy-flap-open-v6 {
  0%,
  8% {
    transform: translate3d(0, 0, 0) scaleY(1);
  }
  52% {
    transform: translate3d(0, -1px, 0) scaleY(0.04);
  }
  78% {
    transform: translate3d(0, -3px, 0) scaleY(-0.82);
  }
  100% {
    transform: translate3d(0, -4px, 0) scaleY(-1);
  }
}

@keyframes rsvp-legacy-seal-open-v6 {
  0%,
  8% {
    top: 51%;
    transform: translate3d(-50%, -50%, 4px) scaleY(1) rotate(-2deg);
  }
  52% {
    top: 1%;
    transform: translate3d(-50%, -50%, 4px) scaleY(0.04) rotate(-2deg);
  }
  78% {
    top: -42%;
    transform: translate3d(-50%, -50%, 4px) scaleY(-0.82) rotate(-2deg);
  }
  100% {
    top: -49%;
    transform: translate3d(-50%, -50%, 4px) scaleY(-1) rotate(-2deg);
  }
}

@keyframes rsvp-flap-open-2d-v6 {
  0%,
  8% {
    transform: translate3d(0, 0, 0) scaleY(1);
  }
  52% {
    transform: translate3d(0, -1px, 0) scaleY(0.04);
  }
  78% {
    transform: translate3d(0, -3px, 0) scaleY(-0.82);
  }
  100% {
    transform: translate3d(0, -4px, 0) scaleY(-1);
  }
}

@keyframes rsvp-flap-backside-v6 {
  0%,
  43% {
    opacity: 0;
  }
  58%,
  100% {
    opacity: 1;
  }
}

@keyframes rsvp-envelope-open-legacy-v6 {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  54% {
    opacity: 1;
    transform: translate3d(0, -6px, 0) scale(1.012);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, -18px, 0) scale(1.03);
  }
}

@media (max-width: 720px) {
  .rsvp-envelope-flap-wrap {
    height: 65%;
  }

  .rsvp-wax-seal {
    width: 102px;
    height: 102px;
  }

  .rsvp-wax-seal b {
    font-size: 24px;
  }

  .rsvp-wax-seal i {
    font-size: 17px;
  }

  .rsvp-story::before {
    right: -10%;
    left: auto;
    width: min(62vw, 280px);
    height: min(78vw, 390px);
    background-size: 480px auto;
    opacity: 0.13;
  }

  .rsvp-story::after {
    right: auto;
    left: -12%;
    width: min(66vw, 300px);
    height: min(82vw, 410px);
    background-size: 500px auto;
    opacity: 0.12;
  }

  .rsvp-date-section::before {
    top: -18%;
    left: -24%;
    width: min(72vw, 330px);
    height: min(92vw, 430px);
    background-size: 520px auto;
    opacity: 0.085;
  }

  .rsvp-date-section::after {
    top: 19%;
    right: -25%;
    width: min(60vw, 280px);
    height: min(78vw, 360px);
    background-size: 490px auto;
    opacity: 0.065;
  }

  .rsvp-event-section::before {
    right: -43%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rsvp-envelope-stage::before,
  .rsvp-story::before,
  .rsvp-story::after,
  .rsvp-date-section::before,
  .rsvp-date-section::after,
  .rsvp-event-section::before,
  .rsvp-event-section::after,
  .rsvp-floral-mark,
  .rsvp-gold-divider,
  .rsvp-event-grid article,
  .rsvp-event-grid article::after,
  .rsvp-event-icon,
  .rsvp-wax-seal::after {
    animation: none !important;
  }

  .rsvp-envelope-stage.is-opening
    .rsvp-envelope-paper
    > .rsvp-envelope-flap,
  .rsvp-envelope-stage.is-opening
    .rsvp-envelope-paper
    > .rsvp-wax-seal {
    animation: none !important;
  }
}
