* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff7ed;
  color: #381812;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

/* Open Screen */

.open-screen {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(255, 225, 172, 0.45), transparent 35%),
    linear-gradient(135deg, #5d160d, #8b2f1c, #3b0e09);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  transition: 1s ease;
}

.open-screen.hide {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
}

.mandala {
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 220, 150, 0.28);
  border-radius: 50%;
  animation: rotateMandala 30s linear infinite;
}

.mandala::before,
.mandala::after {
  content: "";
  position: absolute;
  inset: 45px;
  border: 1px dashed rgba(255, 220, 150, 0.35);
  border-radius: 50%;
}

.mandala::after {
  inset: 95px;
}

@keyframes rotateMandala {
  from { transform: rotate(0); }
  to { transform: rotate(360deg); }
}

.open-card {
  width: 100%;
  max-width: 460px;
  background: rgba(255, 248, 234, 0.96);
  text-align: center;
  padding: 48px 28px;
  border: 1px solid rgba(255, 216, 138, 0.8);
  box-shadow: 0 30px 100px rgba(0,0,0,0.35);
  position: relative;
  z-index: 2;
}

.open-card::before {
  content: "ॐ";
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f8d98b, #c98a28);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #5b160e;
  font-size: 30px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.25);
}

.open-small {
  color: #9b5428;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 18px;
}

.open-card h1 {
  font-family: "Great Vibes", cursive;
  font-size: 58px;
  color: #6b1d13;
  line-height: 1.1;
}

.open-card h1 span {
  font-family: "Cinzel", serif;
  font-size: 34px;
}

.open-date {
  margin: 20px 0 30px;
  font-family: "Cinzel", serif;
  font-weight: 700;
  color: #3d160f;
}

.open-btn {
  border: none;
  cursor: pointer;
  padding: 15px 28px;
  border-radius: 50px;
  background: linear-gradient(135deg, #f8d98b, #c98a28);
  color: #3a140d;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 14px 35px rgba(130, 62, 22, 0.3);
}

/* Music */

.music-btn {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 220, 150, 0.45);
  background: rgba(55, 18, 12, 0.52);
  backdrop-filter: blur(10px);
  color: #ffe7ae;
  font-size: 19px;
  z-index: 100;
  cursor: pointer;
  box-shadow:
    0 10px 28px rgba(0,0,0,0.22),
    0 0 24px rgba(255, 214, 135, 0.12);
}

.music-btn.playing {
  animation: pulseMusic 2s infinite;
}

@keyframes pulseMusic {
  0% { box-shadow: 0 0 0 0 rgba(216, 164, 65, 0.45); }
  70% { box-shadow: 0 0 0 14px rgba(216, 164, 65, 0); }
  100% { box-shadow: 0 0 0 0 rgba(216, 164, 65, 0); }
}

/* Hero */

.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  place-items: center;
  padding: 95px 22px 70px;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url("./assets/hero.png") center/cover no-repeat;
  transform: scale(1.04);
  animation: zoomHero 20s ease-in-out infinite alternate;
  z-index: -5;
}

@keyframes zoomHero {
  from { transform: scale(1.04); }
  to { transform: scale(1.09); }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255, 188, 92, 0.12), transparent 60%),
    radial-gradient(circle at center, transparent 35%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.34) 0%,
      rgba(0, 0, 0, 0.38) 45%,
      rgba(0, 0, 0, 0.56) 100%
    );
  z-index: -4;
}

.hero-content {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  max-width: 820px;
  padding-top: 10px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.hero-top {
  color: #ffe0a0;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 34px;
}

.hero-content h1 {
  font-family: "Great Vibes", cursive;
  font-size: clamp(54px, 8.8vw, 110px);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 34px;
  text-shadow:
    0 0 35px rgba(255, 220, 160, 0.15),
    0 2px 22px rgba(0, 0, 0, 0.45);
}

.hero-content h1 span {
  font-size: clamp(24px, 4vw, 44px);
}

.hero-subtitle {
  font-family: "Cinzel", serif;
  font-size: clamp(20px, 3.4vw, 31px);
  letter-spacing: 2px;
  margin-bottom: 34px;
}

.hero-date {
  display: inline-block;
  padding: 12px 28px;
  border-top: 1px solid rgba(255, 226, 160, 0.65);
  border-bottom: 1px solid rgba(255, 226, 160, 0.65);
  color: #ffe6ad;
  font-family: "Cinzel", serif;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 42px;
}

.hero-message {
  max-width: 680px;
  margin: 0 auto 48px;
  line-height: 1.85;
  font-size: 16.5px;
  color: rgba(255, 255, 255, 0.92);
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.hero-actions a {
  text-decoration: none;
  padding: 13px 30px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.35px;
  transition: all 0.35s ease;
}

.hero-actions a:first-child {
  background: linear-gradient(135deg, rgba(255, 238, 184, 0.95), rgba(215, 164, 65, 0.88), rgba(181, 119, 30, 0.9));
  color: #35130b;
  border: 1px solid rgba(255, 231, 175, 0.65);
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.24),
    0 0 24px rgba(216, 164, 65, 0.16);
}

.hero-actions a:last-child {
  color: #fff8df;
  border: 1px solid rgba(255, 226, 160, 0.42);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(7px);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.18),
    inset 0 0 20px rgba(255, 255, 255, 0.03);
}

.hero-actions a:hover {
  transform: translateY(-2px);
}
.hero-scroll-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  margin-top: 18px;
  padding: 12px 24px;

  text-decoration: none;
  color: #fff3c7;

  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;

  border: 1px solid rgba(255, 226, 160, 0.45);
  border-radius: 999px;

  background: rgba(55, 18, 12, 0.28);
  backdrop-filter: blur(10px);

  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.22),
    inset 0 0 24px rgba(255, 226, 160, 0.08);

  transition: all 0.4s ease;
}

.hero-scroll-link em {
  font-style: normal;
  color: #ffe0a0;
  animation: scrollArrow 1.4s ease-in-out infinite;
}

.hero-scroll-link:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 226, 160, 0.75);
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(216, 164, 65, 0.18);
}

@keyframes scrollArrow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}

/* Common */

section {
  padding: 100px 7%;
}

.section-label {
  color: #a45c28;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
}

.welcome-section h2,
.countdown-section h2,
.couple-section h2,
.events-section h2,
.venue-section h2,
.gallery-section h2,
.wishes-section h2,
.food-section h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(34px, 5vw, 56px);
  color: #621c12;
  line-height: 1.2;
  margin-bottom: 24px;
}

/* Welcome */

.welcome-section {
  position: relative;
  overflow: hidden;
  text-align: center;
  max-width: none;
  margin: 0;
  padding: 115px 7%;
  background:
    linear-gradient(
      to bottom,
      rgba(255, 248, 240, 0.96),
      rgba(250, 244, 236, 1)
    );
}

.welcome-texture {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  mix-blend-mode: multiply;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(80, 45, 25, 0.8) 1px, transparent 0);
  background-size: 18px 18px;
  pointer-events: none;
}

.welcome-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(216, 164, 65, 0.2);
  filter: blur(70px);
  pointer-events: none;
}

.welcome-glow-left {
  top: 40px;
  left: -90px;
}

.welcome-glow-right {
  bottom: 30px;
  right: -90px;
}

.welcome-frame {
  position: relative;
  max-width: 980px;
  margin: auto;
  padding: 64px 42px;
  border-top: 1px solid rgba(201, 138, 40, 0.45);
  border-bottom: 1px solid rgba(201, 138, 40, 0.45);
}

.welcome-frame::before,
.welcome-frame::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border-color: rgba(201, 138, 40, 0.45);
  pointer-events: none;
}

.welcome-frame::before {
  top: 0;
  left: 0;
  border-top: 1px solid;
  border-left: 1px solid;
}

.welcome-frame::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.premium-divider,
.small-divider,
.section-divider,
.countdown-bottom-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.premium-divider {
  margin-bottom: 26px;
}

.small-divider {
  margin: 24px auto 30px;
}

.premium-divider span,
.small-divider span,
.section-divider span,
.countdown-bottom-divider span {
  width: 86px;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(201, 138, 40, 0.75),
    transparent
  );
}

.premium-divider strong {
  color: #c98a28;
  font-size: 34px;
  font-weight: 400;
  text-shadow: 0 0 28px rgba(216, 164, 65, 0.28);
}

.small-divider strong,
.section-divider strong,
.countdown-bottom-divider strong {
  color: #c98a28;
  font-size: 16px;
  text-shadow: 0 0 24px rgba(216, 164, 65, 0.35);
}

.welcome-section h2 {
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.25;
}

.welcome-message {
  max-width: 900px;
  margin: auto;
  line-height: 1.9;
  font-size: 17px;
  color: rgba(60, 30, 20, 0.82);
}

/* Countdown Reveal */

.countdown-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  text-align: center;
  padding: 78px 7% 74px;
  display: grid;
  place-items: center;
  align-content: center;
  background:
    radial-gradient(circle at center, rgba(255, 220, 160, 0.16), transparent 62%),
    radial-gradient(circle at 18% 20%, rgba(216, 164, 65, 0.16), transparent 30%),
    radial-gradient(circle at 82% 78%, rgba(128, 45, 28, 0.10), transparent 34%),
    linear-gradient(to bottom, #fff8ef, #fff1df);
}

.countdown-texture {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  mix-blend-mode: multiply;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(80, 45, 25, 0.85) 1px, transparent 0);
  background-size: 18px 18px;
  pointer-events: none;
}

.countdown-glow {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(216, 164, 65, 0.16);
  filter: blur(90px);
  pointer-events: none;
  animation: luxuryGlow 7s ease-in-out infinite alternate;
}

.countdown-glow-left {
  top: 90px;
  left: -120px;
}

.countdown-glow-right {
  bottom: 80px;
  right: -120px;
}

@keyframes luxuryGlow {
  from {
    opacity: 0.45;
    transform: scale(0.95) translateY(8px);
  }

  to {
    opacity: 0.85;
    transform: scale(1.05) translateY(-8px);
  }
}

.countdown-particles,
.countdown-particles::before,
.countdown-particles::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(201, 138, 40, 0.48);
  box-shadow:
    130px 80px 0 rgba(201, 138, 40, 0.16),
    320px 160px 0 rgba(201, 138, 40, 0.13),
    -120px 240px 0 rgba(201, 138, 40, 0.14),
    520px 320px 0 rgba(201, 138, 40, 0.10),
    720px 90px 0 rgba(201, 138, 40, 0.12);
  animation: countdownParticles 9s ease-in-out infinite alternate;
  pointer-events: none;
}

.countdown-particles {
  top: 20%;
  left: 18%;
}

.countdown-particles::before {
  top: 260px;
  left: 640px;
  transform: scale(0.7);
}

.countdown-particles::after {
  top: 360px;
  left: 280px;
  transform: scale(0.55);
}

@keyframes countdownParticles {
  from {
    opacity: 0.25;
    transform: translateY(0);
  }

  to {
    opacity: 0.75;
    transform: translateY(-18px);
  }
}

.countdown-section .section-divider,
.countdown-section .section-label,
.countdown-section h2,
.countdown-intro,
.countdown-reveal-wrap,
.countdown-bottom-divider,
.countdown-footer {
  position: relative;
  z-index: 2;
}

.countdown-section h2 {
  max-width: 860px;
  margin: 0 auto 18px;
  font-family: "Cinzel", serif;
  font-size: clamp(34px, 5vw, 62px);
  color: #621c12;
  line-height: 1.15;
}

.countdown-intro {
  max-width: 680px;
  margin: 0 auto 44px;
  color: rgba(60, 30, 20, 0.72);
  line-height: 1.85;
  font-size: 16px;
}

.countdown-reveal-wrap {
  width: min(100%, 980px);
  margin: 0 auto;
  position: relative;
  min-height: 210px;
}

.countdown-reveal-wrap::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 560px;
  height: 280px;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(255, 218, 150, 0.34),
    rgba(216, 164, 65, 0.14) 38%,
    transparent 72%
  );
  filter: blur(30px);
  z-index: -1;
  pointer-events: none;
}

.countdown-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  transition: opacity 0.9s ease, transform 0.9s ease, filter 0.9s ease;
}

.countdown-hidden {
  opacity: 0;
  transform: translateY(28px) scale(0.96);
  filter: blur(8px);
}

.countdown-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.countdown-item {
  min-height: 150px;
  display: grid;
  place-items: center;
  padding: 24px 12px;
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 253, 247, 0.86), rgba(255, 242, 224, 0.7));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(180, 140, 90, 0.14);
  box-shadow:
    0 25px 60px rgba(60, 20, 0, 0.08),
    inset 0 0 28px rgba(255, 255, 255, 0.38);
  transition:
    transform 0.55s ease,
    box-shadow 0.55s ease,
    border-color 0.55s ease;
}

.countdown-item:hover {
  transform: translateY(-7px);
  border-color: rgba(201, 138, 40, 0.32);
  box-shadow:
    0 34px 78px rgba(60, 20, 0, 0.14),
    0 0 34px rgba(216, 164, 65, 0.16);
}

.countdown-item strong {
  display: block;
  font-family: "Cinzel", serif;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1;
  color: #6b1d13;
  font-weight: 700;
  text-shadow: 0 0 26px rgba(216, 164, 65, 0.12);
  transition: transform 0.5s ease;
}

.countdown-item:hover strong {
  transform: scale(1.045);
}

.countdown-item span {
  display: block;
  margin-top: 12px;
  color: #a45c28;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

/* Luxury Reveal Cover */

.countdown-cover {
  position: absolute;
  inset: -16px;
  width: calc(100% + 32px);
  min-height: 245px;
  border-radius: 18px;
  border: 1px solid rgba(255, 226, 160, 0.45);
  cursor: pointer;
  overflow: hidden;
  color: #fff3c7;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  background:
    radial-gradient(circle at center, rgba(255, 226, 160, 0.20), transparent 56%),
    radial-gradient(circle at top left, rgba(255, 238, 190, 0.14), transparent 34%),
    radial-gradient(circle at bottom right, rgba(80, 12, 7, 0.48), transparent 42%),
    linear-gradient(135deg, rgba(93, 22, 13, 0.96), rgba(130, 47, 28, 0.91), rgba(45, 8, 5, 0.98));
  backdrop-filter: blur(14px);
  box-shadow:
    0 36px 105px rgba(55, 18, 12, 0.34),
    0 0 58px rgba(216, 164, 65, 0.22),
    inset 0 0 70px rgba(255, 226, 160, 0.09),
    inset 0 0 90px rgba(20, 0, 0, 0.22);
  animation: coverBreath 3.6s ease-in-out infinite;
  z-index: 5;
}

.countdown-cover::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 226, 160, 0.26);
  border-radius: 14px;
  pointer-events: none;
}

.countdown-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      115deg,
      rgba(255,255,255,0.035) 0,
      rgba(255,255,255,0.035) 1px,
      transparent 1px,
      transparent 12px
    ),
    radial-gradient(circle at center, transparent 42%, rgba(20, 0, 0, 0.28) 100%);
  opacity: 0.72;
  pointer-events: none;
}

.cover-shine {
  position: absolute;
  top: -40%;
  left: -40%;
  width: 28%;
  height: 180%;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 239, 190, 0.40),
    transparent
  );
  transform: rotate(22deg);
  animation: coverLightSweep 4.8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes coverLightSweep {
  0% {
    left: -45%;
    opacity: 0;
  }

  25% {
    opacity: 0.9;
  }

  55% {
    left: 115%;
    opacity: 0;
  }

  100% {
    left: 115%;
    opacity: 0;
  }
}

@keyframes coverBreath {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.012);
  }
}

.cover-label {
  position: relative;
  z-index: 2;
  color: #ffe0a0;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12px;
  font-weight: 700;
}

.cover-title {
  position: relative;
  z-index: 2;
  font-family: "Cinzel", serif;
  font-size: clamp(24px, 3vw, 40px);
  color: #fff3c7;
  text-shadow:
    0 0 18px rgba(255, 226, 160, 0.34),
    0 8px 28px rgba(0, 0, 0, 0.32);
}

.cover-subtitle {
  position: relative;
  z-index: 2;
  color: rgba(255, 248, 223, 0.82);
  font-size: 14px;
}

.cover-sparkle {
  position: absolute;
  color: #ffe3ad;
  font-size: 16px;
  text-shadow: 0 0 24px rgba(255, 226, 160, 0.75);
  animation: sparkleFloat 3s ease-in-out infinite alternate;
}

.sparkle-one {
  top: 28%;
  left: 18%;
}

.sparkle-two {
  top: 22%;
  right: 22%;
  animation-delay: 0.8s;
}

.sparkle-three {
  bottom: 24%;
  left: 50%;
  animation-delay: 1.4s;
}

@keyframes sparkleFloat {
  from {
    opacity: 0.35;
    transform: translateY(0) scale(0.8);
  }

  to {
    opacity: 1;
    transform: translateY(-12px) scale(1.1);
  }
}

.countdown-cover.revealing {
  animation: revealSilk 1.25s cubic-bezier(.19, 1, .22, 1) forwards;
}

@keyframes revealSilk {
  0% {
    opacity: 1;
    filter: blur(0);
    clip-path: circle(140% at 50% 50%);
    transform: scale(1);
  }

  55% {
    opacity: 0.86;
    filter: blur(2px);
    clip-path: circle(42% at 50% 50%);
    transform: scale(1.03);
  }

  100% {
    opacity: 0;
    filter: blur(18px);
    clip-path: circle(0% at 50% 50%);
    transform: scale(1.14);
    pointer-events: none;
    visibility: hidden;
  }
}

/* Premium Confetti */

.luxury-confetti {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: visible;
  z-index: 8;
}

.confetti-piece {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 14px;
  border-radius: 2px;
  opacity: 0;
  animation: luxuryConfetti 2.8s cubic-bezier(.19, 1, .22, 1) forwards;
}

.confetti-piece.petal {
  width: 10px;
  height: 16px;
  border-radius: 80% 20% 80% 20%;
}

.confetti-piece.spark {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  box-shadow: 0 0 18px currentColor;
}

@keyframes luxuryConfetti {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.4) rotate(0deg);
  }

  15% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform:
      translate(
        calc(-50% + var(--x)),
        calc(-50% + var(--y))
      )
      scale(var(--s))
      rotate(var(--r));
  }
}

.countdown-bottom-divider {
  margin: 36px auto 14px;
}

.countdown-footer {
  margin-top: 0;
  font-family: "Great Vibes", cursive;
  font-size: clamp(32px, 5vw, 52px);
  color: #8a2b1b;
  text-shadow: 0 0 24px rgba(216, 164, 65, 0.12);
}

/* Mobile Countdown */

@media (max-width: 768px) {
  .countdown-section {
    min-height: 100svh;
    padding: 64px 14px 48px;
  }

  .countdown-section h2 {
    font-size: 34px;
    line-height: 1.08;
    margin-bottom: 14px;
  }

  .countdown-intro {
    max-width: 330px;
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.65;
  }

  .countdown-reveal-wrap {
    min-height: 105px;
  }

  .countdown-reveal-wrap::before {
    width: 330px;
    height: 150px;
    filter: blur(22px);
  }

.countdown-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;

    width: 100%;
    max-width: 100%;

    gap: 5px;

    overflow: hidden;

    padding: 0 2px;
}

.countdown-item {
    width: 74px;
    min-width: 74px;

    min-height: 78px;

    padding: 10px 2px;

    border-radius: 10px;
}

.countdown-item strong {
    font-size: 22px;
}

.countdown-item span {
    margin-top: 5px;

    font-size: 6px;

    letter-spacing: 1px;
}

  .countdown-cover {
    inset: -10px;
    width: calc(100% + 20px);
    min-height: 118px;
    border-radius: 12px;
  }

  .cover-label {
    font-size: 8px;
    letter-spacing: 2.2px;
  }

  .cover-title {
    font-size: 20px;
    line-height: 1.15;
  }

  .cover-subtitle {
    font-size: 11px;
  }

  .countdown-bottom-divider {
    margin: 24px auto 10px;
  }

  .countdown-footer {
    font-size: 32px;
  }
}

@media (max-width: 420px) {
  .countdown-section {
    padding-top: 58px;
    padding-bottom: 40px;
  }

  .countdown-grid {
    gap: 5px;
  }

  .countdown-item {
    min-height: 72px;
    padding: 9px 2px;
  }

  .countdown-item strong {
    font-size: 22px;
  }

  .countdown-item span {
    font-size: 6.5px;
    letter-spacing: 1px;
  }

  .countdown-cover {
    min-height: 112px;
  }

  .cover-title {
    font-size: 18px;
  }

  .countdown-bottom-divider {
    margin: 20px auto 8px;
  }
}

/* Couple */

.couple-section {
  position: relative;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(
      to bottom,
      rgba(255, 248, 240, 1),
      rgba(255, 243, 226, 1)
    );
}

.couple-texture {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  mix-blend-mode: multiply;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(80, 45, 25, 0.8) 1px, transparent 0);
  background-size: 18px 18px;
  pointer-events: none;
}

.couple-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(216, 164, 65, 0.18);
  filter: blur(80px);
  pointer-events: none;
}

.couple-glow-left {
  top: 80px;
  left: -120px;
}

.couple-glow-right {
  bottom: 70px;
  right: -120px;
}

.section-divider {
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.couple-section .section-label,
.couple-section h2,
.couple-intro,
.couple-grid {
  position: relative;
  z-index: 2;
}

.couple-intro {
  max-width: 620px;
  margin: -6px auto 48px;
  color: rgba(60, 30, 20, 0.72);
  line-height: 1.8;
  font-size: 16px;
}

.couple-grid {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 390px));
  justify-content: center;
  gap: 42px;
}

.person-card {
  background: #fffdf7;
  padding: 13px;
  border: 1px solid rgba(180, 140, 90, 0.42);
  box-shadow:
    0 20px 60px rgba(60, 20, 0, 0.08),
    0 0 0 8px rgba(255, 255, 255, 0.45);
  transition: transform 0.55s ease, box-shadow 0.55s ease;
}

.person-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 28px 75px rgba(60, 20, 0, 0.13),
    0 0 0 8px rgba(255, 255, 255, 0.55);
}

.portrait-frame {
  position: relative;
  overflow: hidden;
  height: 500px;
  background: #ead8bd;
  border: 1px solid rgba(201, 138, 40, 0.42);
}

.portrait-frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 226, 160, 0.5);
  z-index: 2;
  pointer-events: none;
}

.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.16),
      transparent 55%
    );
  z-index: 1;
  pointer-events: none;
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s ease;
}

.groom-card .portrait-frame img {
  object-position: center 42%;
}

.bride-card .portrait-frame img {
  object-position: center 36%;
}

.person-card:hover .portrait-frame img {
  transform: scale(1.045);
}

.person-info {
  padding: 30px 18px 32px;
  background:
    linear-gradient(
      to bottom,
      rgba(255,255,255,0.96),
      rgba(255,248,235,0.96)
    );
}

.person-info p {
  color: #a45c28;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 10px;
}

.name-divider {
  color: #c98a28;
  font-size: 23px;
  margin-bottom: 8px;
  text-shadow: 0 0 22px rgba(216, 164, 65, 0.25);
}

.person-info h3 {
  font-family: "Great Vibes", cursive;
  color: #621c12;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12px;
}

.person-info span {
  display: block;
  color: rgba(60, 30, 20, 0.68);
  font-size: 14px;
  line-height: 1.7;
}

/* Events */

.events-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(255,210,140,0.08), transparent 70%),
    radial-gradient(circle at top, rgba(248, 217, 139, 0.2), transparent 38%),
    linear-gradient(to bottom, #fff4e4, #fff8ef);
  text-align: center;
}

.events-texture {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  mix-blend-mode: multiply;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(80, 45, 25, 0.8) 1px, transparent 0);
  background-size: 18px 18px;
  pointer-events: none;
}

.events-glow {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(216, 164, 65, 0.18);
  filter: blur(90px);
  pointer-events: none;
}

.events-glow-left {
  top: 95px;
  left: -120px;
}

.events-glow-right {
  bottom: 90px;
  right: -120px;
}

.events-section .section-divider,
.events-section .section-label,
.events-section h2,
.events-intro,
.events-grid {
  position: relative;
  z-index: 2;
}

.events-intro {
  max-width: 650px;
  margin: -6px auto 52px;
  color: rgba(60, 30, 20, 0.72);
  line-height: 1.8;
  font-size: 16px;
}

.events-grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 420px));
  justify-content: center;
  gap: 46px;
}

.event-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 58px 36px 60px;
  border: 1px solid rgba(180, 140, 90, 0.22);
  box-shadow:
    0 20px 50px rgba(80, 30, 10, 0.08),
    0 0 0 8px rgba(255, 255, 255, 0.35);
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease;
}

.event-card:hover {
  transform: translateY(-8px);
  border-color: rgba(201, 138, 40, 0.42);
  box-shadow:
    0 32px 82px rgba(80, 30, 10, 0.16),
    0 0 42px rgba(216, 164, 65, 0.15),
    0 0 0 8px rgba(255, 255, 255, 0.48);
}

.reception-card {
  background:
    radial-gradient(circle at top, rgba(255, 226, 160, 0.22), transparent 48%),
    linear-gradient(145deg, #fffdfa, #f8f0e8);
  color: #381812;
}

.muhurtha-card {
  background:
    radial-gradient(circle at top, rgba(255, 226, 160, 0.16), transparent 45%),
    linear-gradient(145deg, #8e2015, #6f140d);
  color: #fff8df;
  box-shadow:
    0 30px 80px rgba(60,10,0,0.18),
    0 0 0 8px rgba(255, 255, 255, 0.22);
}

.event-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(201, 138, 40, 0.24);
  pointer-events: none;
}

.event-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(255, 226, 160, 0.18), transparent 45%);
  pointer-events: none;
}

.event-corner {
  position: absolute;
  width: 62px;
  height: 62px;
  border-color: rgba(201, 138, 40, 0.6);
  filter: drop-shadow(0 0 8px rgba(216, 164, 65, 0.18));
  z-index: 2;
}

.event-corner.top-left {
  top: 18px;
  left: 18px;
  border-top: 1.5px solid;
  border-left: 1.5px solid;
}

.event-corner.bottom-right {
  right: 18px;
  bottom: 18px;
  border-right: 1.5px solid;
  border-bottom: 1.5px solid;
}

.event-icon {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  margin: 0 auto 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 138, 40, 0.58);
  background: rgba(255, 248, 225, 0.52);
  box-shadow:
    0 12px 28px rgba(80, 30, 10, 0.08),
    0 0 26px rgba(216, 164, 65, 0.12),
    inset 0 0 18px rgba(255, 226, 160, 0.16);
}

.muhurtha-card .event-icon {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 226, 160, 0.55);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.16),
    0 0 28px rgba(255, 226, 160, 0.12);
}

.event-icon span {
  color: #c98a28;
  font-size: 27px;
  line-height: 1;
}

.muhurtha-card .event-icon span {
  color: #ffe3ad;
}

.event-card h3 {
  position: relative;
  z-index: 2;
  font-family: "Cinzel", serif;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 34px;
}

.event-timing {
  position: relative;
  z-index: 2;
}

.time-block {
  margin: 0 auto;
}

.time-block strong {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 18px;
  color: #6b1d13;
  margin-bottom: 12px;
}

.muhurtha-card .time-block strong {
  color: #ffe3ad;
}

.time-block p {
  color: rgba(60, 30, 20, 0.74);
  font-size: 15.5px;
  line-height: 1.7;
  letter-spacing: 0.2px;
  margin: 0;
}

.muhurtha-card .time-block p {
  color: rgba(255, 248, 223, 0.88);
}

.event-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 32px auto;
}

.event-divider span {
  width: 74px;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(201, 138, 40, 0.7),
    transparent
  );
}

.event-divider em {
  font-style: normal;
  color: #c98a28;
  font-size: 13px;
}

/* Food */

.food-section {
  position: relative;
  overflow: hidden;
  padding: 82px 7%;
  background:
    radial-gradient(circle at top left, rgba(216, 164, 65, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(49, 89, 31, 0.10), transparent 32%),
    linear-gradient(to bottom, #fff8ec, #fff3e4);
  text-align: center;
}

.food-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.03;
  mix-blend-mode: multiply;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(80, 45, 25, 0.8) 1px, transparent 0);
  background-size: 18px 18px;
  pointer-events: none;
}

.food-section .section-label,
.food-section h2,
.leaf-feast {
  position: relative;
  z-index: 2;
}

.food-section h2 {
  font-size: clamp(30px, 4.2vw, 48px);
  margin-bottom: 34px;
}

.leaf-feast {
  max-width: 1080px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 520px));
  justify-content: center;
  gap: 26px;
}

.food-card {
  height: 360px;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(145deg, #fffdfa, #f8f0e8);
  border: 1px solid rgba(180, 140, 90, 0.24);
  box-shadow:
    0 18px 45px rgba(60, 20, 0, 0.08),
    0 0 22px rgba(216, 164, 65, 0.08);
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease;
}

.food-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 138, 40, 0.42);
  box-shadow:
    0 26px 62px rgba(60, 20, 0, 0.14),
    0 0 32px rgba(216, 164, 65, 0.14);
}

.food-image-wrap {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: #f1dfc7;
}

.food-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.18),
      transparent 58%
    );
  pointer-events: none;
}

.food-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  transform: scale(1.02);
  transition: transform 0.65s ease;
}

.food-card:hover .food-image-wrap img {
  transform: scale(1.07);
}

.food-content {
  height: 180px;
  padding: 24px 20px 22px;
  background:
    linear-gradient(
      to bottom,
      rgba(255, 253, 247, 0.98),
      rgba(255, 247, 232, 0.98)
    );
  position: relative;
}

.food-content::before {
  content: "🍃";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fffdf7;
  border: 1px solid rgba(201, 138, 40, 0.42);
  display: grid;
  place-items: center;
  font-size: 18px;
  box-shadow: 0 8px 22px rgba(80, 30, 10, 0.08);
}

.food-date {
  font-family: "Cinzel", serif;
  color: #31591f;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.7px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.food-content h3 {
  color: #6b1d13;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 700;
}

.food-content span {
  display: inline-block;
  background: #3f6b2b;
  color: #fff8df;
  padding: 8px 18px;
  border-radius: 40px;
  font-size: 13.5px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(49, 89, 31, 0.16);
}

/* Venue */

.venue-section {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 110px 7%;
  isolation: isolate;
}

.venue-bg {
  position: absolute;
  inset: 0;
  background: url("./assets/venue.jpg") center/cover no-repeat;
  transform: scale(1.06);
  filter: blur(2px);
  animation: venueZoom 22s ease-in-out infinite alternate;
  z-index: -6;
}

@keyframes venueZoom {
  from { transform: scale(1.06); }
  to { transform: scale(1.13); }
}

.venue-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255, 210, 140, 0.16), transparent 58%),
    radial-gradient(circle at center, transparent 38%, rgba(0, 0, 0, 0.42) 100%),
    linear-gradient(
      to bottom,
      rgba(30, 8, 4, 0.56),
      rgba(30, 8, 4, 0.72)
    );
  z-index: -5;
}

.venue-glow {
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(255, 210, 140, 0.16);
  filter: blur(100px);
  z-index: -4;
  animation: venueGlow 7s ease-in-out infinite alternate;
}

@keyframes venueGlow {
  from {
    opacity: 0.45;
    transform: translateY(10px) scale(0.95);
  }
  to {
    opacity: 0.85;
    transform: translateY(-8px) scale(1.05);
  }
}

.venue-particles,
.venue-particles::before,
.venue-particles::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 226, 160, 0.78);
  box-shadow:
    120px 40px 0 rgba(255, 226, 160, 0.25),
    -120px 90px 0 rgba(255, 226, 160, 0.20),
    220px 170px 0 rgba(255, 226, 160, 0.18),
    -220px 210px 0 rgba(255, 226, 160, 0.15),
    60px 300px 0 rgba(255, 226, 160, 0.18);
  filter: blur(0.2px);
  animation: venueParticles 9s ease-in-out infinite alternate;
  z-index: -3;
}

.venue-particles {
  top: 18%;
  left: 18%;
}

.venue-particles::before {
  top: 240px;
  left: 640px;
  transform: scale(0.7);
}

.venue-particles::after {
  top: 350px;
  left: 280px;
  transform: scale(0.55);
}

@keyframes venueParticles {
  from {
    opacity: 0.35;
    transform: translateY(0);
  }
  to {
    opacity: 0.85;
    transform: translateY(-22px);
  }
}

.venue-card {
  width: min(100%, 720px);
  text-align: center;
  padding: 58px 42px;
  color: #fff8df;
  background: rgba(255, 248, 240, 0.08);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 226, 160, 0.18);
  box-shadow:
    0 40px 100px rgba(20, 10, 0, 0.22),
    inset 0 0 38px rgba(255, 255, 255, 0.035);
  position: relative;
}

.venue-card::before {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px solid rgba(255, 226, 160, 0.15);
  pointer-events: none;
}

.venue-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(circle at top, rgba(255, 226, 160, 0.12), transparent 55%);
  pointer-events: none;
}

.venue-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.venue-divider span {
  width: 82px;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 226, 160, 0.62),
    transparent
  );
}

.venue-divider strong {
  color: #ffe3ad;
  font-size: 16px;
  text-shadow: 0 0 24px rgba(255, 226, 160, 0.35);
}

.venue-card .section-label,
.venue-card h2,
.venue-place,
.venue-description,
.venue-card a {
  position: relative;
  z-index: 2;
}

.venue-card .section-label {
  color: #ffe0a0;
}

.venue-card h2 {
  max-width: 620px;
  margin: 0 auto 18px;
  font-family: "Cinzel", serif;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.25;
  color: #fff3c7;
  text-shadow:
    0 0 28px rgba(255, 220, 160, 0.16),
    0 8px 26px rgba(0, 0, 0, 0.32);
}

.venue-place {
  font-family: "Cinzel", serif;
  font-size: 15px;
  letter-spacing: 2px;
  color: #ffe3ad;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.venue-description {
  max-width: 560px;
  margin: 0 auto 34px;
  line-height: 1.85;
  font-size: 16px;
  color: rgba(255, 248, 223, 0.9);
}

.venue-card a {
  display: inline-block;
  text-decoration: none;
  padding: 13px 30px;
  border-radius: 999px;
  color: #fff8df;
  border: 1px solid rgba(255, 226, 160, 0.42);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(8px);
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow:
    0 14px 35px rgba(0, 0, 0, 0.22),
    0 0 22px rgba(255, 220, 160, 0.10);
  transition: all 0.35s ease;
}

.venue-card a:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 226, 160, 0.66);
  background: rgba(255, 255, 255, 0.095);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.3),
    0 0 34px rgba(255, 220, 160, 0.22);
}

/* Gallery */

.gallery-section {
  position: relative;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 18% 24%, rgba(216, 164, 65, 0.16), transparent 30%),
    radial-gradient(circle at 82% 76%, rgba(128, 45, 28, 0.12), transparent 34%),
    linear-gradient(to bottom, #fff3e4, #fff8ef);
}

.gallery-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.035;
  mix-blend-mode: multiply;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(80, 45, 25, 0.85) 1px, transparent 0);
  background-size: 18px 18px;
  pointer-events: none;
}

.gallery-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 35%, rgba(255, 226, 160, 0.10), transparent 24%),
    radial-gradient(circle at 75% 68%, rgba(255, 180, 120, 0.08), transparent 28%);
  pointer-events: none;
}

.gallery-texture {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gallery-texture::before,
.gallery-texture::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 220, 150, 0.55);
  box-shadow:
    130px 80px 0 rgba(255, 220, 150, 0.18),
    320px 170px 0 rgba(255, 220, 150, 0.13),
    -120px 260px 0 rgba(255, 220, 150, 0.16),
    520px 360px 0 rgba(255, 220, 150, 0.12);
  animation: galleryParticles 9s ease-in-out infinite alternate;
}

.gallery-texture::before {
  top: 16%;
  left: 18%;
}

.gallery-texture::after {
  right: 22%;
  bottom: 18%;
  transform: scale(0.7);
  animation-delay: 1.5s;
}

@keyframes galleryParticles {
  from {
    opacity: 0.25;
    transform: translateY(0);
  }
  to {
    opacity: 0.75;
    transform: translateY(-18px);
  }
}

.gallery-glow {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(216, 164, 65, 0.14);
  filter: blur(90px);
  pointer-events: none;
}

.gallery-glow-left {
  top: 90px;
  left: -120px;
}

.gallery-glow-right {
  bottom: 80px;
  right: -130px;
}

.gallery-section .section-divider,
.gallery-section .section-label,
.gallery-section h2,
.gallery-intro,
.gallery-masonry {
  position: relative;
  z-index: 2;
}

.gallery-section h2 {
  max-width: 760px;
  margin: 0 auto 20px;
  font-size: clamp(32px, 4.6vw, 52px);
}

.gallery-intro {
  max-width: 720px;
  margin: 0 auto 54px;
  color: rgba(60, 30, 20, 0.72);
  line-height: 1.85;
  font-size: 16px;
}

.gallery-masonry {
  max-width: 1140px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 118px;
  gap: 28px;
  align-items: stretch;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: none;
  box-shadow:
    0 30px 80px rgba(40, 15, 0, 0.12),
    0 0 34px rgba(216, 164, 65, 0.08);
  transform: translateY(0);
  transition:
    transform 0.7s cubic-bezier(.19, 1, .22, 1),
    box-shadow 0.7s cubic-bezier(.19, 1, .22, 1),
    filter 0.7s cubic-bezier(.19, 1, .22, 1);
}

.gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.28),
      transparent 45%
    );
  z-index: 2;
  opacity: 0.9;
  pointer-events: none;
  transition: opacity 0.7s cubic-bezier(.19, 1, .22, 1);
}

.gallery-item::after {
  content: "✦";
  position: absolute;
  right: 18px;
  bottom: 14px;
  color: rgba(255, 226, 160, 0.92);
  font-size: 15px;
  z-index: 3;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}

.gallery-item:hover {
  transform: translateY(-6px);
  box-shadow:
    0 40px 95px rgba(40, 15, 0, 0.18),
    0 0 42px rgba(216, 164, 65, 0.16);
}

.gallery-item:hover::before {
  opacity: 1;
}

.gallery-item:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.9s cubic-bezier(.19, 1, .22, 1),
    filter 0.9s cubic-bezier(.19, 1, .22, 1);
}

.gallery-item:hover img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.04) brightness(0.98);
}

.gallery-large {
  grid-column: span 3;
  grid-row: span 3;
}

.gallery-small {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-tall {
  grid-column: span 1;
  grid-row: span 4;
}

.gallery-medium {
  grid-column: span 3;
  grid-row: span 2;
}

.gallery-wide {
  grid-column: span 4;
  grid-row: span 2;
}

.floating-gallery {
  transform: translateY(-20px);
}

.floating-gallery:hover {
  transform: translateY(-28px);
}

/* Wishes */

.wishes-section {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  display: grid;
  place-items: center;
  padding: 110px 7% 120px;
  background: url("./assets/hero.png") center/cover no-repeat;
  isolation: isolate;
}

.wishes-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255, 225, 165, 0.12), transparent 48%),
    radial-gradient(circle at center, transparent 34%, rgba(0, 0, 0, 0.38) 100%),
    linear-gradient(
      to bottom,
      rgba(45, 10, 5, 0.52),
      rgba(45, 10, 5, 0.66)
    );
  z-index: -4;
}

.wishes-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background:
    linear-gradient(
      to bottom,
      transparent,
      rgba(20, 0, 0, 0.65)
    );
  pointer-events: none;
  z-index: -2;
}

.wishes-glow {
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: rgba(255, 210, 140, 0.14);
  filter: blur(95px);
  animation: wishesGlow 7s ease-in-out infinite alternate;
  z-index: -3;
}

@keyframes wishesGlow {
  from {
    opacity: 0.45;
    transform: translateY(10px) scale(0.96);
  }
  to {
    opacity: 0.82;
    transform: translateY(-10px) scale(1.05);
  }
}

.wishes-particles,
.wishes-particles::before,
.wishes-particles::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 226, 160, 0.75);
  box-shadow:
    120px 40px 0 rgba(255, 226, 160, 0.22),
    -140px 90px 0 rgba(255, 226, 160, 0.18),
    230px 170px 0 rgba(255, 226, 160, 0.16),
    -230px 220px 0 rgba(255, 226, 160, 0.13),
    80px 310px 0 rgba(255, 226, 160, 0.14);
  animation: wishesParticles 9s ease-in-out infinite alternate;
  z-index: -1;
}

.wishes-particles {
  top: 18%;
  left: 20%;
}

.wishes-particles::before {
  top: 260px;
  left: 650px;
  transform: scale(0.7);
}

.wishes-particles::after {
  top: 390px;
  left: 300px;
  transform: scale(0.55);
}

@keyframes wishesParticles {
  from {
    opacity: 0.28;
    transform: translateY(0);
  }
  to {
    opacity: 0.78;
    transform: translateY(-22px);
  }
}

.wishes-card {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.wishes-divider,
.footer-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.wishes-divider {
  margin-bottom: 26px;
}

.wishes-divider span,
.footer-divider span {
  width: 82px;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 226, 160, 0.68),
    transparent
  );
}

.wishes-divider strong,
.footer-divider strong {
  color: #ffe3ad;
  font-size: 16px;
  text-shadow: 0 0 24px rgba(255, 226, 160, 0.36);
}

.wishes-card .section-label {
  color: #ffe0a0;
}

.wishes-card h2 {
  color: #ffe3ad;
  text-shadow:
    0 0 28px rgba(255, 220, 160, 0.14),
    0 8px 28px rgba(0, 0, 0, 0.32);
}

.wishes-card p {
  line-height: 1.9;
  max-width: 650px;
  margin: 0 auto 34px;
  color: rgba(255, 248, 223, 0.9);
}

.wishes-btn {
  display: inline-block;
  text-decoration: none;
  padding: 13px 30px;
  border-radius: 999px;
  color: #fff8df;
  border: 1px solid rgba(255, 226, 160, 0.46);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow:
    0 14px 35px rgba(0, 0, 0, 0.22),
    0 0 22px rgba(255, 220, 160, 0.11);
  transition: all 0.35s ease;
}

.wishes-btn:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 226, 160, 0.7);
  background: rgba(255, 255, 255, 0.10);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.3),
    0 0 34px rgba(255, 220, 160, 0.22);
}

/* Footer */

footer {
  position: relative;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(255, 210, 140, 0.12), transparent 45%),
    #210703;
  color: #ffe3ad;
  padding: 52px 20px 48px;
}

.footer-divider {
  margin-bottom: 22px;
}

footer h2 {
  font-family: "Great Vibes", cursive;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 10px;
  text-shadow: 0 0 28px rgba(255, 220, 160, 0.14);
}

footer p {
  color: rgba(255, 248, 223, 0.82);
  font-size: 15px;
}

/* Mobile */

@media (max-width: 768px) {
  section {
    padding: 76px 22px;
  }

  .open-card h1 {
    font-size: 48px;
  }

.hero {
  padding: 82px 16px 58px;
}

.hero-content {
  padding-top: 0;
}

.hero-scroll-link {
  margin-top: 14px;
  padding: 11px 18px;
  font-size: 11px;
  letter-spacing: 1.3px;
}

  .hero-top {
    font-size: 11px;
    letter-spacing: 3px;
    margin-bottom: 26px;
  }

  .hero-content h1 {
    font-size: 52px;
    margin-bottom: 30px;
  }

  .hero-subtitle {
    margin-bottom: 30px;
  }

  .hero-date {
    margin-bottom: 36px;
  }

  .hero-message {
    max-width: 92%;
    font-size: 14.5px;
    line-height: 1.8;
    margin-bottom: 40px;
  }

  .hero-actions a {
    width: 100%;
    max-width: 270px;
  }

  .welcome-section {
    padding: 82px 22px;
  }

  .welcome-frame {
    padding: 48px 22px;
  }

  .premium-divider span,
  .small-divider span,
  .section-divider span,
  .countdown-bottom-divider span {
    width: 58px;
  }

  .welcome-message {
    font-size: 15.5px;
  }

  .countdown-section {
    padding: 78px 22px 86px;
  }
  .countdown-section h2 {
    font-size: 42px;
    line-height: 1.12;
}

  .countdown-intro {
    margin-bottom: 38px;
    font-size: 15px;
  }

 .countdown-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    gap: 10px;
    padding: 0 4px;
}

.countdown-item {
    min-height: 95px;
    padding: 14px 6px;
    border-radius: 10px;

    background:
      linear-gradient(145deg, #fffaf3, #f7ead9);

    border: 1px solid rgba(201, 138, 40, 0.18);

    box-shadow:
      0 10px 25px rgba(60, 20, 0, 0.06),
      inset 0 0 14px rgba(255,255,255,0.5);
}

.countdown-item strong {
    font-size: 34px;
    line-height: 1;
}

.countdown-item span {
    margin-top: 6px;
    font-size: 9px;
    letter-spacing: 2px;
}

  .countdown-bottom-divider {
    margin: 34px auto 16px;
  }

  .countdown-footer {
    margin-top: 0;
  }

  .couple-grid {
    grid-template-columns: 1fr;
    max-width: 390px;
    gap: 34px;
  }

  .couple-intro {
    margin-bottom: 38px;
    font-size: 15px;
  }

  .portrait-frame {
    height: 430px;
  }

  .person-info h3 {
    font-size: 46px;
  }

  .events-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    gap: 36px;
  }

  .event-card {
    min-height: auto;
    padding: 52px 24px 54px;
  }

  .events-intro {
    margin-bottom: 40px;
    font-size: 15px;
  }

  .food-section {
    padding: 70px 22px;
  }

  .leaf-feast {
    grid-template-columns: 1fr;
    max-width: 390px;
    gap: 22px;
  }

  .food-card {
    height: 345px;
  }

  .food-image-wrap {
    height: 165px;
  }

  .food-content {
    height: 180px;
    padding: 24px 18px 22px;
  }

  .food-date {
    font-size: 16px;
  }

  .venue-section {
    min-height: 590px;
    padding: 86px 22px;
  }

  .venue-bg {
    filter: blur(1.5px);
  }

  .venue-card {
    padding: 46px 24px;
  }

  .venue-divider span {
    width: 56px;
  }

  .venue-description {
    font-size: 15px;
  }

  .venue-card a {
    width: 100%;
    max-width: 310px;
  }

  .gallery-section {
    padding: 76px 22px;
  }

  .gallery-intro {
    margin-bottom: 38px;
    font-size: 15px;
  }

  .gallery-masonry {
    max-width: 420px;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 22px;
  }

  .gallery-large,
  .gallery-small,
  .gallery-tall,
  .gallery-medium,
  .gallery-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-item {
    height: 280px;
    border-radius: 12px;
  }

  .gallery-tall {
    height: 380px;
  }

  .gallery-wide {
    height: 245px;
  }

  .floating-gallery {
    transform: none;
  }

  .floating-gallery:hover {
    transform: translateY(-6px);
  }

  .wishes-section {
    min-height: 580px;
    padding: 88px 22px 100px;
  }

  .wishes-card p {
    font-size: 15px;
  }

  .wishes-btn {
    width: 100%;
    max-width: 310px;
  }

  .wishes-divider span,
  .footer-divider span {
    width: 56px;
  }
}

@media (max-width: 480px) {
  .gallery-masonry {
    grid-template-columns: 1fr;
  }
}