:root {
  --pink-50: #fff0f6;
  --pink-100: #ffd5e8;
  --pink-200: #ffb8d8;
  --pink-300: #f38bb7;
  --pink-500: #e34891;
  --pink-600: #b5155d;
  --rose: #7c123e;
  --gold: #d6a736;
  --gold-soft: #f8df8c;
  --black: #111014;
  --ink: #25121a;
  --white: #fffafc;
  --shadow: 0 22px 50px rgba(37, 18, 26, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.92) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 9%, rgba(248, 223, 140, 0.8) 0 3px, transparent 5px),
    radial-gradient(circle at 88% 44%, rgba(255, 255, 255, 0.78) 0 2px, transparent 4px),
    radial-gradient(circle at 24% 76%, rgba(248, 223, 140, 0.62) 0 3px, transparent 5px),
    radial-gradient(circle at 20% 6%, rgba(248, 223, 140, 0.5), transparent 26%),
    radial-gradient(circle at 86% 24%, rgba(255, 255, 255, 0.66), transparent 18%),
    radial-gradient(circle at 50% 105%, rgba(181, 21, 93, 0.36), transparent 42%),
    linear-gradient(135deg, #fff0fa 0%, #ffb8da 30%, #f372af 62%, #ffd2e7 100%);
  background-attachment: fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(248, 223, 140, 0.78) 0 1px, transparent 2px),
    linear-gradient(115deg, transparent 0 47%, rgba(255, 255, 255, 0.3) 48% 50%, transparent 51% 100%);
  background-position: 0 0, 28px 42px, 0 0;
  background-size: 72px 72px, 104px 104px, 180px 180px;
  opacity: 0.95;
  animation: sparkleDrift 18s linear infinite;
}

body::after {
  content: "\2726 \2727 \2605 \2728 \2726 \2727 \2605 \2728 \2726 \2727 \2605 \2728 \2726 \2727 \2605 \2728 \2726 \2727 \2605 \2728 \2726 \2727 \2605 \2728";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  color: rgba(214, 167, 54, 0.46);
  font-size: clamp(1.75rem, 5vw, 4.6rem);
  line-height: 1.22;
  word-spacing: clamp(0.8rem, 4vw, 4rem);
  transform: rotate(-10deg) scale(1.08);
  opacity: 0.6;
  text-shadow:
    0 0 12px rgba(255, 255, 255, 0.9),
    0 0 24px rgba(248, 223, 140, 0.8);
  animation: twinkleStars 4s ease-in-out infinite alternate;
}

.site-hero::before,
.invite-section::before,
.details-section::before,
.itinerary-section::before,
.attire-section::before,
.rsvp-section::before {
  content: "\2726  \2605  \2727  \2728  \2605  \2726  \2727  \2605  \2728  \2726";
  position: absolute;
  inset: 18px 12px auto;
  z-index: 1;
  pointer-events: none;
  color: rgba(214, 167, 54, 0.68);
  font-size: clamp(1.1rem, 3vw, 2.8rem);
  letter-spacing: 0;
  word-spacing: clamp(0.8rem, 4vw, 4rem);
  text-align: center;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.96),
    0 0 22px rgba(248, 223, 140, 0.84);
  animation: starDance 5s ease-in-out infinite;
}

.details-section::before,
.attire-section::before {
  animation-delay: 0.8s;
}

.itinerary-section::before,
.rsvp-section::before {
  animation-delay: 1.4s;
}

@keyframes sparkleDrift {
  from {
    background-position: 0 0, 28px 42px, 0 0;
  }
  to {
    background-position: 72px 72px, 132px 146px, 180px 180px;
  }
}

@keyframes twinkleStars {
  from {
    opacity: 0.34;
    filter: saturate(1);
  }
  to {
    opacity: 0.76;
    filter: saturate(1.5);
  }
}

@keyframes starDance {
  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.62;
  }
  50% {
    transform: translateY(12px) scale(1.05);
    opacity: 1;
  }
}

a {
  color: inherit;
}

.star-cloud {
  position: fixed;
  inset: 0;
  z-index: 9;
  pointer-events: none;
  overflow: hidden;
}

.star-cloud span {
  position: absolute;
  color: rgba(214, 167, 54, 0.72);
  font-size: clamp(1.15rem, 3vw, 2.8rem);
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.95),
    0 0 18px rgba(248, 223, 140, 0.85),
    0 0 30px rgba(214, 167, 54, 0.45);
  animation: danceAcross 7s ease-in-out infinite;
}

.star-cloud span:nth-child(1) { left: 4%; top: 12%; animation-delay: 0s; }
.star-cloud span:nth-child(2) { left: 18%; top: 30%; animation-delay: .6s; }
.star-cloud span:nth-child(3) { left: 30%; top: 8%; animation-delay: 1.1s; }
.star-cloud span:nth-child(4) { left: 44%; top: 24%; animation-delay: 1.7s; }
.star-cloud span:nth-child(5) { left: 58%; top: 11%; animation-delay: .3s; }
.star-cloud span:nth-child(6) { left: 72%; top: 32%; animation-delay: 1.3s; }
.star-cloud span:nth-child(7) { left: 88%; top: 16%; animation-delay: .9s; }
.star-cloud span:nth-child(8) { left: 10%; top: 52%; animation-delay: 2s; }
.star-cloud span:nth-child(9) { left: 25%; top: 72%; animation-delay: .4s; }
.star-cloud span:nth-child(10) { left: 39%; top: 55%; animation-delay: 1.5s; }
.star-cloud span:nth-child(11) { left: 53%; top: 78%; animation-delay: .8s; }
.star-cloud span:nth-child(12) { left: 68%; top: 58%; animation-delay: 2.2s; }
.star-cloud span:nth-child(13) { left: 83%; top: 76%; animation-delay: 1.8s; }
.star-cloud span:nth-child(14) { left: 94%; top: 45%; animation-delay: .2s; }
.star-cloud span:nth-child(15) { left: 2%; top: 86%; animation-delay: 1.2s; }
.star-cloud span:nth-child(16) { left: 47%; top: 91%; animation-delay: 2.6s; }

@keyframes danceAcross {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    opacity: 0.45;
  }
  35% {
    transform: translate3d(12px, -18px, 0) rotate(14deg) scale(1.25);
    opacity: 1;
  }
  70% {
    transform: translate3d(-10px, 14px, 0) rotate(-10deg) scale(0.92);
    opacity: 0.68;
  }
}

.site-hero {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr;
  position: relative;
  overflow: hidden;
  border-bottom: 8px solid var(--gold);
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.8), transparent 23%),
    linear-gradient(135deg, #ffedf8 0%, #ff9ccd 48%, #f064a9 100%);
}

.topbar {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 58px);
  color: var(--ink);
  background: rgba(255, 240, 248, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 2px solid var(--gold);
}

.brand {
  font-weight: 800;
  text-decoration: none;
  color: var(--rose);
  font-size: clamp(1.1rem, 2.2vw, 1.55rem);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.nav-links a {
  color: var(--rose);
  text-decoration: none;
  font-weight: 800;
}

.nav-links a:hover {
  color: var(--gold);
}

.hero-feature {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: end;
  isolation: isolate;
}

.hero-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 20%, rgba(248, 223, 140, 0.46), transparent 22%),
    linear-gradient(90deg, rgba(255, 184, 216, 0.78), rgba(255, 184, 216, 0.08) 45%, rgba(255, 184, 216, 0.7)),
    linear-gradient(0deg, rgba(124, 18, 62, 0.82), transparent 46%);
}

.hero-feature img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background:
    radial-gradient(circle at 50% 22%, rgba(248, 223, 140, 0.54), transparent 30%),
    linear-gradient(135deg, #ffeff8, #ff9ccd 58%, #c91f70);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: clamp(36px, 6vw, 74px);
  max-width: 980px;
}

.eyebrow {
  margin: 0 0 12px;
  font-family: Arial, sans-serif;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.94;
  color: var(--white);
  text-shadow: 3px 3px 0 var(--rose), 0 0 34px rgba(214, 167, 54, 0.72);
}

.hero-location {
  margin: 18px 0 0;
  font-size: clamp(1.4rem, 3vw, 2.3rem);
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-copy p:last-child {
  max-width: 620px;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: var(--white);
}

section {
  position: relative;
}

section::after {
  content: "✦";
  position: absolute;
  right: clamp(18px, 6vw, 86px);
  top: 28px;
  color: rgba(214, 167, 54, 0.72);
  font-size: clamp(2.4rem, 7vw, 6rem);
  line-height: 1;
  text-shadow:
    0 0 16px rgba(255, 255, 255, 0.9),
    0 0 30px rgba(248, 223, 140, 0.75);
  pointer-events: none;
  animation: singleStarFloat 4.5s ease-in-out infinite;
}

@keyframes singleStarFloat {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(12deg) scale(1.16);
  }
}

.section-inner {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 104px) 0;
}

.invite-section {
  background:
    radial-gradient(circle at 82% 14%, rgba(248, 223, 140, 0.48), transparent 23%),
    linear-gradient(135deg, rgba(255, 213, 232, 0.9), rgba(255, 250, 252, 0.7));
  color: var(--ink);
}

.invite-grid {
  display: block;
}

.invite-grid h2,
.section-heading h2,
.rsvp-box h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
}

.invite-grid h2 {
  color: var(--rose);
  font-size: clamp(2.8rem, 8vw, 6.4rem);
  text-shadow: 2px 2px 0 var(--gold-soft), 0 16px 30px rgba(181, 21, 93, 0.2);
  white-space: nowrap;
  overflow-wrap: normal;
  margin-bottom: 28px;
}

.invite-copy {
  max-width: 860px;
  font-family: Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.7;
}

.callout {
  padding: 18px;
  border-left: 5px solid var(--gold);
  background: rgba(255, 255, 255, 0.72);
  color: var(--rose);
  font-weight: 900;
  text-transform: uppercase;
}

.details-section {
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.92), transparent 24%),
    linear-gradient(180deg, rgba(255, 250, 252, 0.88), rgba(255, 184, 216, 0.64));
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.details-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.detail-panel,
.event-card,
.rsvp-box {
  border: 1px solid rgba(17, 16, 20, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.detail-panel {
  padding: clamp(22px, 4vw, 34px);
  background: rgba(255, 250, 252, 0.86);
  backdrop-filter: blur(12px);
  border-top: 6px solid var(--gold);
}

.detail-panel h3,
.event-card h3 {
  margin: 0 0 14px;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
}

.detail-panel p {
  font-family: Arial, sans-serif;
  line-height: 1.65;
}

.primary-panel {
  background: linear-gradient(135deg, rgba(255, 250, 252, 0.94), rgba(255, 213, 232, 0.88));
  color: var(--ink);
}

.large-detail {
  color: var(--rose);
  font-size: 1.3rem;
  font-weight: 800;
}

.rate-note {
  padding: 16px;
  border-radius: 8px;
  color: var(--rose);
  background: rgba(248, 223, 140, 0.42);
  font-weight: 900;
}

.accent-panel {
  background: linear-gradient(135deg, var(--gold-soft), var(--white));
}

.flight-panel {
  background: linear-gradient(135deg, #fff, #ffd5e8);
}

.flight-times {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  font-family: Arial, sans-serif;
}

.flight-times div {
  padding: 16px;
  background: rgba(17, 16, 20, 0.06);
  border-radius: 8px;
}

.flight-times span,
.small-note {
  display: block;
  color: rgba(37, 18, 26, 0.72);
  font-size: 0.9rem;
}

.flight-times strong {
  display: block;
  margin-top: 8px;
  font-size: 1.55rem;
  color: var(--rose);
}

.flight-note {
  margin: 18px 0 0;
  padding: 16px;
  border-radius: 8px;
  background: rgba(248, 223, 140, 0.42);
  color: var(--rose);
  font-weight: 800;
}

.tentative-note {
  margin-top: 0;
  color: var(--rose);
  font-weight: 800;
}

.flight-disclaimer {
  margin: 10px 0 0;
  color: rgba(37, 18, 26, 0.66);
  font-size: 0.82rem;
  line-height: 1.45;
}

.itinerary-section {
  background:
    radial-gradient(circle at 85% 8%, rgba(248, 223, 140, 0.5), transparent 22%),
    linear-gradient(180deg, #fffafc 0%, #ffc3dd 100%);
}

.itinerary-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.event-card {
  overflow: hidden;
  background: rgba(255, 250, 252, 0.9);
  backdrop-filter: blur(12px);
}

.event-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  background: var(--pink-100);
}

.event-body {
  padding: 24px;
}

.event-date {
  margin: 0 0 10px;
  color: var(--pink-600);
  font-family: Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.event-body > p,
.activity-list p,
details {
  font-family: Arial, sans-serif;
  line-height: 1.65;
}

.section-intro {
  max-width: 800px;
  font-family: Arial, sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
  line-height: 1.5;
  color: var(--rose);
}

.activity-list {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.activity-list div {
  padding: 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 213, 232, 0.84), rgba(255, 250, 252, 0.88));
  border-left: 5px solid var(--gold);
}

.activity-list h4 {
  margin: 0 0 8px;
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  color: var(--rose);
}

.activity-list p {
  margin: 0;
}

details {
  margin-top: 14px;
  border-top: 1px solid rgba(17, 16, 20, 0.12);
  padding-top: 14px;
}

summary {
  cursor: pointer;
  color: var(--rose);
  font-weight: 900;
}

li + li {
  margin-top: 8px;
}

.rsvp-section {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.8), transparent 20%),
    radial-gradient(circle at 84% 24%, rgba(248, 223, 140, 0.58), transparent 22%),
    linear-gradient(135deg, rgba(255, 184, 216, 0.95), rgba(255, 240, 248, 0.86));
  color: var(--ink);
}

.rsvp-box {
  max-width: 880px;
  padding: clamp(42px, 7vw, 70px);
  background: rgba(255, 250, 252, 0.88);
  border-color: rgba(214, 167, 54, 0.65);
}

.rsvp-box p {
  font-family: Arial, sans-serif;
  font-size: 1.08rem;
}

.rsvp-form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  text-align: left;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rsvp-form label {
  display: grid;
  gap: 8px;
  font-family: Arial, sans-serif;
  color: var(--rose);
  font-weight: 900;
}

.rsvp-form input,
.rsvp-form select,
.rsvp-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(181, 21, 93, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  font: 1rem Arial, sans-serif;
}

.rsvp-form textarea {
  min-height: 120px;
  resize: vertical;
}

.adventure-options {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(181, 21, 93, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.adventure-options legend {
  padding: 0 8px;
  color: var(--rose);
  font-family: Arial, sans-serif;
  font-weight: 900;
}

.adventure-options label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 700;
}

.adventure-options input {
  width: 18px;
  min-height: 18px;
  flex: 0 0 auto;
  accent-color: var(--pink-600);
}

.hidden-field {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 12px;
  padding: 0 22px;
  border: 2px solid var(--gold);
  border-radius: 8px;
  background: var(--gold);
  color: var(--black);
  font-family: Arial, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.button:hover {
  background: var(--gold-soft);
}

.thank-you-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow: hidden;
}

.thank-you-card {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
  padding: clamp(36px, 7vw, 70px);
  border: 1px solid rgba(214, 167, 54, 0.6);
  border-top: 8px solid var(--gold);
  border-radius: 8px;
  text-align: center;
  background: rgba(255, 250, 252, 0.9);
  box-shadow: var(--shadow);
}

.thank-you-card h1 {
  color: var(--rose);
  text-shadow: 2px 2px 0 var(--gold-soft);
}

.thank-you-card p {
  font-family: Arial, sans-serif;
  font-size: 1.12rem;
  line-height: 1.6;
}

.fireworks {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.fireworks span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow:
    0 -58px 0 #fff,
    42px -42px 0 #ff5fb2,
    58px 0 0 #f8df8c,
    42px 42px 0 #ffffff,
    0 58px 0 #ff5fb2,
    -42px 42px 0 #f8df8c,
    -58px 0 0 #ffffff,
    -42px -42px 0 #ff5fb2;
  opacity: 0;
  animation: fireworkBurst 1.8s ease-out infinite;
}

.fireworks span:nth-child(1) {
  left: 16%;
  top: 22%;
}

.fireworks span:nth-child(2) {
  left: 78%;
  top: 18%;
  animation-delay: 0.35s;
}

.fireworks span:nth-child(3) {
  left: 50%;
  top: 12%;
  animation-delay: 0.7s;
}

.fireworks span:nth-child(4) {
  left: 28%;
  top: 72%;
  animation-delay: 1.05s;
}

.fireworks span:nth-child(5) {
  left: 84%;
  top: 70%;
  animation-delay: 1.4s;
}

.fireworks span:nth-child(6) {
  left: 48%;
  top: 82%;
  animation-delay: 1.75s;
}

@keyframes fireworkBurst {
  0% {
    transform: scale(0.12);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

.site-footer {
  padding: 28px 18px;
  text-align: center;
  color: var(--rose);
  background: rgba(255, 240, 248, 0.9);
  border-top: 2px solid var(--gold);
  font-family: Arial, sans-serif;
}

.attire-section {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.78), transparent 23%),
    linear-gradient(135deg, rgba(255, 184, 216, 0.92), rgba(255, 240, 248, 0.86));
}

.attire-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.attire-card {
  overflow: hidden;
  padding: 24px;
  display: grid;
  align-content: start;
  border: 1px solid rgba(214, 167, 54, 0.55);
  border-top: 6px solid var(--gold);
  border-radius: 8px;
  background: rgba(255, 250, 252, 0.88);
  box-shadow: var(--shadow);
}

.attire-card span {
  display: block;
  font-family: Arial, sans-serif;
  color: var(--pink-600);
  font-weight: 900;
  text-transform: uppercase;
}

.attire-card h3 {
  margin: 10px 0 0;
  color: var(--rose);
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.attire-card p {
  font-family: Arial, sans-serif;
  line-height: 1.65;
}

@media (max-width: 760px) {
  .site-hero {
    min-height: auto;
    grid-template-rows: auto 1fr;
  }

  .topbar,
  .invite-grid {
    display: block;
  }

  .nav-links {
    justify-content: flex-start;
    margin-top: 12px;
  }

  .hero-copy {
    padding: 34px 18px 46px;
  }

  .hero-feature {
    min-height: 72vh;
  }

  .hero-feature img {
    object-fit: cover;
  }

  .invite-grid h2 {
    font-size: clamp(2.05rem, 10vw, 3.25rem);
    white-space: normal;
  }

  h1 {
    font-size: clamp(2.55rem, 13vw, 4.4rem);
  }

  .hero-location {
    font-size: clamp(1.05rem, 5vw, 1.6rem);
  }

  .section-inner {
    width: min(100% - 28px, 1120px);
    padding: 52px 0;
  }

  .detail-panel,
  .event-body,
  .attire-card,
  .rsvp-box {
    padding: 20px;
  }

  .event-card img {
    aspect-ratio: 4 / 3;
  }

  .site-hero::before,
  .invite-section::before,
  .details-section::before,
  .itinerary-section::before,
  .attire-section::before,
  .rsvp-section::before {
    font-size: 1.05rem;
    word-spacing: 0.65rem;
    top: 10px;
    opacity: 0.72;
  }

  .star-cloud span {
    font-size: 1.15rem;
  }

  section::after {
    right: 14px;
    top: 14px;
    font-size: 2.1rem;
  }

  .details-grid,
  .itinerary-grid,
  .flight-times,
  .form-grid,
  .attire-grid {
    grid-template-columns: 1fr;
  }
}
