:root {
  --ivory: #fffaf1;
  --cream: #f8efe2;
  --champagne: #ead8b5;
  --gold: #b99452;
  --wine: #681d31;
  --rose: #b76e79;
  --blush: #efd8d4;
  --dark: #302524;
  --muted: #76655f;
  --shadow: 0 30px 90px rgba(78, 46, 40, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ivory); }
body {
  margin: 0;
  font-family: Inter, sans-serif;
  color: var(--dark);
  background:
    radial-gradient(circle at 14% 8%, rgba(183, 110, 121, .16), transparent 24rem),
    radial-gradient(circle at 85% 5%, rgba(185, 148, 82, .16), transparent 24rem),
    linear-gradient(180deg, var(--ivory), var(--cream));
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }

.paper-grain {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .18;
  background-image: radial-gradient(rgba(48, 37, 36, .18) 1px, transparent 1px);
  background-size: 4px 4px;
  mix-blend-mode: multiply;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(185, 148, 82, .16), transparent 24rem),
    linear-gradient(135deg, #fffaf1, #eddcc2);
  overflow: hidden;
}
.loader-card {
  position: relative;
  width: min(500px, 86vw);
  aspect-ratio: .82;
  display: grid;
  place-items: center;
  border: 1px solid rgba(185, 148, 82, .36);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .54), transparent),
    linear-gradient(180deg, #fffdf7, #f2dfc6);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.loader-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(185, 148, 82, .32);
}
.card-fold {
  position: absolute;
  inset-inline: 0;
  height: 50%;
  background: linear-gradient(135deg, rgba(255,255,255,.28), rgba(185,148,82,.08));
  transform-origin: center;
}
.card-fold.top { top: 0; border-bottom: 1px solid rgba(185,148,82,.22); }
.card-fold.bottom { bottom: 0; border-top: 1px solid rgba(185,148,82,.22); }
.loader-florals i,
.floating-petals i {
  position: absolute;
  width: 24px;
  height: 16px;
  border-radius: 80% 10% 80% 10%;
  background: rgba(183, 110, 121, .46);
}
.loader-florals i:nth-child(1) { left: 34px; top: 34px; }
.loader-florals i:nth-child(2) { right: 34px; top: 34px; transform: rotate(80deg); }
.loader-florals i:nth-child(3) { left: 34px; bottom: 34px; transform: rotate(-80deg); }
.loader-florals i:nth-child(4) { right: 34px; bottom: 34px; transform: rotate(180deg); }
.loader-copy {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 2rem;
}
.tiny,
.eyebrow {
  color: var(--gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.loader-copy h1,
h1, h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: 0;
}
.loader-copy h1 {
  margin: .7rem 0 .2rem;
  color: var(--wine);
  font-size: clamp(3rem, 9vw, 5.8rem);
  line-height: .88;
}
.loader-copy p {
  color: var(--dark);
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .78rem;
}
.gold-line {
  width: 170px;
  height: 1px;
  margin: 1.2rem auto 0;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
}
.enter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 1.4rem;
  padding: 0 1.25rem;
  border: 1px solid rgba(104, 29, 49, .22);
  border-radius: 999px;
  background: var(--wine);
  color: var(--ivory);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: transform .35s ease, box-shadow .35s ease;
}
.enter-btn.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.enter-btn:hover { box-shadow: 0 16px 36px rgba(104, 29, 49, .18); }

.section {
  position: relative;
  min-height: 100vh;
  padding: clamp(5.5rem, 9vw, 8rem) clamp(1rem, 5vw, 5rem);
  overflow: hidden;
}
.section-shell {
  width: min(920px, 100%);
  margin: auto;
  text-align: center;
}
h1 {
  margin: 0;
  color: var(--wine);
  font-size: clamp(4.4rem, 15vw, 11rem);
  line-height: .78;
}
h1 span { display: block; }
h1 em {
  display: block;
  color: var(--gold);
  font-family: Parisienne, cursive;
  font-size: .42em;
  font-style: normal;
  line-height: 1;
}
h2 {
  margin: 0;
  color: var(--wine);
  font-size: clamp(2.8rem, 8vw, 6.8rem);
  line-height: .92;
}
p { font-size: clamp(1rem, 1.35vw, 1.24rem); line-height: 1.7; }

.hero {
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 241, 199, .78), transparent 12rem),
    radial-gradient(circle at 50% 48%, rgba(185, 148, 82, .16), transparent 25rem),
    radial-gradient(circle at 14% 18%, rgba(183, 110, 121, .14), transparent 22rem),
    linear-gradient(135deg, #fffaf1, #f0ddbf);
}
.hero-ornament {
  position: absolute;
  width: min(760px, 90vw);
  height: min(760px, 86vh);
  border: 1px solid rgba(185, 148, 82, .26);
  border-radius: 50% 50% 8px 8px;
  box-shadow: inset 0 0 90px rgba(185, 148, 82, .08), 0 24px 90px rgba(104, 29, 49, .06);
}
.hero-ornament::before,
.closing-ornament::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(185, 148, 82, .18);
  border-radius: inherit;
}
.divine-aura {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.lotus {
  position: absolute;
  width: 170px;
  height: 80px;
  bottom: 10vh;
  opacity: .36;
}
.lotus::before,
.lotus::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border: 1px solid var(--rose);
  border-radius: 80% 10% 80% 10%;
}
.lotus::after { left: 62px; transform: rotate(70deg); }
.lotus-left { left: 8vw; transform: rotate(-10deg); }
.lotus-right { right: 8vw; transform: rotate(10deg) scaleX(-1); }
.hero-copy {
  position: relative;
  z-index: 3;
  width: min(980px, 100%);
  display: grid;
  justify-items: center;
}
.ganesh-frame {
  position: relative;
  width: clamp(132px, 22vw, 220px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0 auto 1.1rem;
}
.ganesh-frame::before,
.ganesh-frame::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.ganesh-frame::before {
  inset: -16px;
  border: 1px solid rgba(185, 148, 82, .36);
  background: radial-gradient(circle, rgba(255, 245, 214, .74), rgba(255, 250, 241, .16) 62%, transparent 70%);
  box-shadow: 0 24px 70px rgba(185, 148, 82, .18);
}
.ganesh-frame::after {
  inset: -30px;
  border: 1px solid rgba(185, 148, 82, .16);
}
.ganesh-frame img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(104, 29, 49, .16));
}
.halo-ring {
  position: absolute;
  inset: -42px;
  border-radius: 50%;
  background:
    conic-gradient(from 0deg, transparent 0 10deg, rgba(185, 148, 82, .28) 10deg 12deg, transparent 12deg 24deg);
  opacity: .7;
  animation: haloTurn 22s linear infinite;
}
.blessing-line {
  margin: .2rem 0 .7rem;
  color: var(--wine);
  font-family: Parisienne, cursive;
  font-size: clamp(1.7rem, 4vw, 3.2rem);
  line-height: 1;
}
.hero-line {
  width: min(680px, 100%);
  margin: 1rem auto;
  color: var(--muted);
}
.hero strong,
.scratch-content strong,
.closing strong {
  color: var(--gold);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.scroll-link {
  display: inline-block;
  margin-top: 1.6rem;
  color: var(--wine);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.floating-petals {
  position: fixed;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  overflow: hidden;
}
.floating-petals i {
  top: -10vh;
  animation: petalFloat 16s linear infinite;
}
.floating-petals i:nth-child(1) { left: 12%; animation-delay: -2s; }
.floating-petals i:nth-child(2) { left: 28%; animation-delay: -9s; }
.floating-petals i:nth-child(3) { left: 44%; animation-delay: -4s; }
.floating-petals i:nth-child(4) { left: 63%; animation-delay: -12s; }
.floating-petals i:nth-child(5) { left: 80%; animation-delay: -6s; }
.floating-petals i:nth-child(6) { left: 94%; animation-delay: -14s; }

.intro {
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #f2dfc6, var(--ivory));
}
.intro h2 {
  color: var(--dark);
  font-size: clamp(2.2rem, 5.7vw, 5rem);
}

.couple {
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(1rem, 4vw, 4rem);
  align-items: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 239, 190, .48), transparent 16rem),
    radial-gradient(circle at 18% 86%, rgba(183, 110, 121, .2), transparent 24rem),
    linear-gradient(115deg, #fff8ea 0 45%, #f2ddcb 45% 56%, #fffaf1 56% 100%);
}
.couple::before {
  content: "";
  position: absolute;
  inset: clamp(1.2rem, 4vw, 3.5rem);
  z-index: -2;
  border: 1px solid rgba(185, 148, 82, .2);
  border-radius: 50% 50% 8px 8px;
  background:
    linear-gradient(90deg, rgba(185, 148, 82, .08), transparent 18%, transparent 82%, rgba(185, 148, 82, .08)),
    radial-gradient(circle at 50% 100%, rgba(104, 29, 49, .08), transparent 33rem);
}
.couple::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(90deg, rgba(185, 148, 82, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(185, 148, 82, .06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 52%, #000, transparent 72%);
}
.couple-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.mandap-arch {
  position: absolute;
  left: 50%;
  bottom: 7%;
  width: min(420px, 46vw);
  height: min(620px, 72vh);
  transform: translateX(-50%);
  border: 1px solid rgba(185, 148, 82, .26);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  box-shadow: inset 0 0 54px rgba(185, 148, 82, .08);
}
.floral-trail {
  position: absolute;
  top: 15%;
  width: 180px;
  height: 68%;
  opacity: .28;
  background:
    radial-gradient(ellipse at 30% 12%, var(--rose) 0 7px, transparent 8px),
    radial-gradient(ellipse at 68% 28%, var(--gold) 0 6px, transparent 7px),
    radial-gradient(ellipse at 35% 48%, var(--rose) 0 8px, transparent 9px),
    radial-gradient(ellipse at 72% 70%, var(--gold) 0 7px, transparent 8px);
}
.trail-left { left: 3%; transform: rotate(-9deg); }
.trail-right { right: 3%; transform: rotate(9deg) scaleX(-1); }
.couple-card {
  position: relative;
  min-height: 540px;
  display: grid;
  align-content: center;
  padding: clamp(1.7rem, 4.5vw, 3.6rem);
  border: 1px solid rgba(185, 148, 82, .34);
  background:
    linear-gradient(135deg, rgba(255,255,255,.84), rgba(248,239,226,.88)),
    radial-gradient(circle at 10% 0, rgba(183, 110, 121, .12), transparent 19rem);
  box-shadow: 0 34px 100px rgba(104, 29, 49, .12), inset 0 0 0 12px rgba(255, 255, 255, .28);
  overflow: hidden;
  backdrop-filter: blur(10px);
}
.couple-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(185, 148, 82, .25);
  pointer-events: none;
}
.couple-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -42px;
  top: -42px;
  border: 1px solid rgba(185, 148, 82, .2);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(185, 148, 82, .12), transparent 64%);
}
.card-glow {
  position: absolute;
  inset: auto -20% -42% 20%;
  height: 72%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 110, 121, .13), transparent 68%);
  pointer-events: none;
}
.bride { transform: translateY(-26px); }
.groom { transform: translateY(42px); }
.couple-card .eyebrow,
.couple-card h2,
.couple-card span,
.couple-card strong,
.couple-card em {
  position: relative;
  z-index: 2;
}
.couple-card h2 { font-size: clamp(2.6rem, 6vw, 5.4rem); }
.couple-card span {
  margin-top: 1.4rem;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.couple-card strong {
  display: block;
  color: var(--dark);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 600;
}
.couple-card em { color: var(--gold); font-style: normal; }
.ampersand {
  position: relative;
  z-index: 2;
  width: clamp(90px, 10vw, 138px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(185, 148, 82, .35);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 250, 241, .94), rgba(234, 216, 181, .82)),
    linear-gradient(135deg, rgba(255,255,255,.4), transparent);
  box-shadow: 0 22px 70px rgba(104, 29, 49, .12);
  color: var(--gold);
  font-family: Parisienne, cursive;
  font-size: clamp(4rem, 8vw, 6.6rem);
}
.ampersand::before,
.ampersand::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 140%;
  background: linear-gradient(transparent, rgba(185, 148, 82, .36), transparent);
}
.ampersand::before { transform: rotate(90deg); }
.ampersand::after { transform: rotate(0deg); }
.bride:hover,
.groom:hover {
  box-shadow: 0 38px 110px rgba(104, 29, 49, .16), inset 0 0 0 12px rgba(255, 255, 255, .32);
}

.save-date {
  display: grid;
  gap: 2rem;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 241, 201, .58), transparent 18rem),
    radial-gradient(circle at 50% 56%, rgba(104, 29, 49, .1), transparent 26rem),
    linear-gradient(180deg, #fff9ed, #edd8c7);
}
.date-intro {
  width: min(760px, 100%);
}
.date-intro h2 {
  font-size: clamp(2.8rem, 7vw, 6rem);
}
.date-intro p {
  width: min(520px, 100%);
  margin: .8rem auto 0;
  color: var(--muted);
}
.scratch-date {
  position: relative;
  width: min(660px, 100%);
  min-height: clamp(430px, 62vw, 560px);
  display: grid;
  place-items: center;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  border: 1px solid rgba(185, 148, 82, .36);
  background:
    linear-gradient(135deg, rgba(255,255,255,.88), rgba(248,239,226,.78)),
    radial-gradient(circle at 50% 20%, rgba(185, 148, 82, .2), transparent 20rem);
  box-shadow: 0 42px 120px rgba(104, 29, 49, .14);
  overflow: hidden;
}
.scratch-date::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(185, 148, 82, .3);
  pointer-events: none;
}
.scratch-date::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 15% 14%, rgba(183, 110, 121, .18), transparent 11rem),
    radial-gradient(ellipse at 86% 86%, rgba(185, 148, 82, .16), transparent 12rem);
  pointer-events: none;
}
.scratch-content {
  position: relative;
  z-index: 1;
}
.date-number {
  color: var(--wine);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(7rem, 22vw, 16rem);
  line-height: .75;
}
.scratch-content span {
  display: block;
  margin-top: 1rem;
  color: var(--muted);
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.scratch-canvas {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  cursor: grab;
  touch-action: none;
  transition: opacity .55s ease;
}
.scratch-canvas:active { cursor: grabbing; }
.scratch-hint {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 5;
  transform: translateX(-50%);
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.1rem;
  border: 1px solid rgba(255, 250, 241, .68);
  border-radius: 999px;
  background: rgba(104, 29, 49, .78);
  color: var(--ivory);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  pointer-events: none;
  box-shadow: 0 16px 44px rgba(104, 29, 49, .2);
  transition: opacity .35s ease, transform .35s ease;
}
.scratch-date.is-revealed .scratch-canvas,
.scratch-date.is-revealed .scratch-hint {
  opacity: 0;
  pointer-events: none;
}
.scratch-date.is-revealed .scratch-hint {
  transform: translateX(-50%) translateY(8px);
}
.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(.6rem, 2vw, 1.4rem);
  width: min(860px, 100%);
}
.countdown div {
  padding: 1.2rem .6rem;
  border-top: 1px solid rgba(185, 148, 82, .42);
  border-bottom: 1px solid rgba(185, 148, 82, .42);
}
.countdown strong {
  display: block;
  color: var(--wine);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.3rem, 6vw, 4.8rem);
  line-height: 1;
}
.countdown span {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.journey-start { display: none; color: var(--wine); font-family: "Cormorant Garamond", serif; font-size: clamp(2rem, 5vw, 4rem); }
.is-past .countdown { display: none; }
.is-past .journey-start { display: block; }

.event-detail {
  background: var(--ivory);
}
.detail-row {
  width: min(980px, 100%);
  margin: 3rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.detail {
  min-height: 240px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1.5rem;
  border: 1px solid rgba(185, 148, 82, .25);
  background: rgba(255, 250, 241, .72);
}
.line-icon {
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}
.clock::before,
.calendar::before,
.rings::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid var(--wine);
}
.clock::before { border-radius: 50%; }
.rings::before { border-radius: 50%; transform: translateX(-7px); box-shadow: 14px 0 0 -1px transparent, 14px 0 0 0 var(--ivory), 14px 0 0 1px var(--wine); }

.venue {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f3e2ce, var(--cream));
}
.map-pattern {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(32deg, transparent 0 47%, rgba(185, 148, 82, .24) 48% 49%, transparent 50%),
    linear-gradient(-18deg, transparent 0 45%, rgba(104, 29, 49, .12) 46% 47%, transparent 48%);
  background-size: 260px 180px, 340px 220px;
}
.pin {
  position: absolute;
  left: 51%;
  top: 43%;
  width: 34px;
  height: 34px;
  border-radius: 50% 50% 50% 0;
  background: var(--wine);
  transform: rotate(-45deg);
  box-shadow: 0 0 0 14px rgba(104, 29, 49, .08);
}
.pin::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: var(--champagne);
}
.venue-copy {
  position: relative;
  z-index: 2;
  width: min(780px, 100%);
  text-align: center;
  padding: clamp(1.8rem, 5vw, 4rem);
  background: rgba(255, 250, 241, .82);
  border: 1px solid rgba(185, 148, 82, .25);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 1.35rem;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.primary-btn { background: var(--wine); color: var(--ivory); }
.secondary-btn { border: 1px solid rgba(104, 29, 49, .25); color: var(--wine); }

.families {
  background: var(--ivory);
}
.family-grid {
  width: min(920px, 100%);
  margin: 3rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.family {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(185, 148, 82, .25);
  background: linear-gradient(135deg, rgba(255,255,255,.64), rgba(248,239,226,.9));
  box-shadow: var(--shadow);
}
.family span {
  color: var(--gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.family strong {
  display: block;
  margin-top: .9rem;
  color: var(--wine);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 600;
}

.message,
.contact,
.closing {
  display: grid;
  place-items: center;
  text-align: center;
}
.message {
  background: radial-gradient(circle at 50% 28%, rgba(183, 110, 121, .14), transparent 24rem), var(--cream);
}
.message-card {
  width: min(820px, 100%);
  padding: clamp(1.8rem, 5vw, 4rem);
  border: 1px solid rgba(185, 148, 82, .25);
  background: rgba(255, 250, 241, .7);
  box-shadow: var(--shadow);
}
.contact { background: var(--ivory); }
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.8rem;
}
.closing {
  color: var(--dark);
  background:
    radial-gradient(circle at 50% 36%, rgba(185, 148, 82, .16), transparent 24rem),
    linear-gradient(135deg, #fffaf1, #ead6c8);
}
.closing-ornament {
  position: absolute;
  width: min(760px, 88vw);
  height: min(640px, 75vh);
  border: 1px solid rgba(185, 148, 82, .24);
  border-radius: 50% 50% 8px 8px;
}
.closing-copy {
  position: relative;
  z-index: 2;
}
.closing-copy p {
  color: var(--wine);
  font-family: Parisienne, cursive;
  font-size: clamp(2.2rem, 6vw, 5rem);
  line-height: 1;
}
.closing-copy span {
  display: block;
  margin-top: 2rem;
  color: var(--muted);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 4vw, 3rem);
}
.brand-credit {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1.3rem 1rem 1.6rem;
  border: 0;
  background:
    radial-gradient(circle at 50% 0, rgba(185, 148, 82, .14), transparent 18rem),
    linear-gradient(180deg, #ead6c8, #fffaf1);
  color: rgba(48, 37, 36, .54);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
}
.brand-credit::before {
  content: "";
  display: block;
  width: min(180px, 46vw);
  height: 1px;
  margin: 0 auto .9rem;
  background: linear-gradient(90deg, transparent, rgba(185, 148, 82, .62), transparent);
}
.brand-credit b {
  color: var(--wine);
  font-weight: 800;
}

.music-btn,
.float-actions {
  position: fixed;
  z-index: 32;
}
.music-btn {
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border: 1px solid rgba(185, 148, 82, .42);
  border-radius: 50%;
  background: rgba(255, 250, 241, .9);
  box-shadow: var(--shadow);
}
.music-btn span {
  width: 3px;
  height: 16px;
  border-radius: 4px;
  background: var(--wine);
  animation: eq 1s ease-in-out infinite;
}
.music-btn span:nth-child(2) { animation-delay: -.3s; }
.music-btn span:nth-child(3) { animation-delay: -.6s; }
.music-btn.is-muted span { animation-play-state: paused; opacity: .45; }
.float-actions {
  left: 18px;
  bottom: 18px;
  display: none;
  gap: .45rem;
}
.float-actions a {
  min-width: 52px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--wine);
  color: var(--ivory);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.reveal { opacity: 0; transform: translateY(34px); }

@keyframes petalFloat {
  from { transform: translate3d(0, -10vh, 0) rotate(0deg); }
  to { transform: translate3d(4vw, 115vh, 0) rotate(220deg); }
}
@keyframes eq {
  0%, 100% { transform: scaleY(.45); }
  50% { transform: scaleY(1); }
}
@keyframes haloTurn {
  to { transform: rotate(360deg); }
}

@media (max-width: 820px) {
  .section { min-height: auto; padding: 4.5rem 1rem; }
  .hero { min-height: 100svh; }
  h1 { font-size: clamp(3.8rem, 20vw, 6.5rem); }
  h2 { font-size: clamp(2.6rem, 15vw, 5rem); }
  .hero-ornament { width: 92vw; height: 82vh; }
  .ganesh-frame { width: clamp(126px, 42vw, 176px); margin-bottom: .8rem; }
  .lotus { width: 120px; bottom: 6vh; }
  .couple { grid-template-columns: 1fr; gap: 1.2rem; }
  .couple::before { border-radius: 36px; }
  .couple-card { min-height: auto; transform: none; }
  .ampersand { line-height: .6; }
  .mandap-arch { width: 80vw; opacity: .35; }
  .floral-trail { display: none; }
  .scratch-date { min-height: 440px; }
  .countdown, .detail-row, .family-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-row { gap: .75rem; }
  .detail { min-height: 190px; }
  .family-grid { grid-template-columns: 1fr; }
  .floating-petals i:nth-child(n+5) { display: none; }
  .float-actions { display: flex; }
  .music-btn { right: 14px; bottom: 70px; }
}

@media (max-width: 430px) {
  .countdown { grid-template-columns: repeat(2, 1fr); }
  .loader-card { width: 88vw; aspect-ratio: .76; }
  .loader-copy { padding: 1.3rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
