@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Manrope:wght@400;500;600&display=swap');

:root {
  --ink: #35272b;
  --plum: #5b2533;
  --plum-dark: #421a25;
  --saffron: #c77845;
  --gold: #b28a54;
  --sage: #65705e;
  --paper: #f8f3eb;
  --paper-deep: #efe5d7;
  --white: #fffdf9;
  --line: rgba(91, 37, 51, .18);
  --shadow: 0 20px 60px rgba(66, 26, 37, .09);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.7;
}
body::before {
  background-image: radial-gradient(rgba(91, 37, 51, .13) .55px, transparent .55px);
  background-size: 7px 7px;
  content: '';
  inset: 0;
  opacity: .22;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}
body::after {
  background:
    radial-gradient(circle at center, transparent 0 31%, rgba(178, 138, 84, .2) 31.5% 32%, transparent 32.5% 47%, rgba(91, 37, 51, .12) 47.5% 48%, transparent 48.5%),
    repeating-conic-gradient(from 7deg, rgba(178, 138, 84, .13) 0 3deg, transparent 3deg 15deg);
  border: 1px solid rgba(178, 138, 84, .14);
  border-radius: 50%;
  content: '';
  height: 300px;
  pointer-events: none;
  position: fixed;
  right: -125px;
  top: 36vh;
  transform: rotate(12deg);
  width: 300px;
  z-index: -1;
}
a { color: inherit; }

/* Navigation */
nav {
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(248, 243, 235, .9);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 clamp(20px, 5vw, 72px);
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-mark {
  background: url('assets/logo-cropped.png') center / cover no-repeat;
  display: block;
  flex: 0 0 42px;
  font-size: 0;
  height: 58px;
  mix-blend-mode: multiply;
  overflow: hidden;
  text-decoration: none;
  width: 42px;
}
.mobile-logo-mark {
  display: none;
}
nav ul { display: flex; gap: clamp(13px, 2.5vw, 34px); list-style: none; }
nav a:not(.nav-mark) {
  color: #6d5b60;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .16em;
  padding: 28px 0 25px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
nav a:not(.nav-mark)::after {
  background: var(--saffron);
  bottom: 19px;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scaleX(0);
  transition: transform .25s ease;
  width: 100%;
}
nav a:hover::after, nav a.active::after { transform: translateX(-50%) scaleX(1); }
nav a.active { color: var(--plum); }
.nav-icon { display: none; }

/* Home */
.hero {
  align-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 253, 249, .95) 0 24%, rgba(248, 243, 235, .78) 58%),
    linear-gradient(135deg, #ead8c4, #f8f3eb 45%, #e7d5cf);
  display: grid;
  min-height: calc(100vh - 76px);
  overflow: hidden;
  padding: 70px 24px;
  place-items: center;
  position: relative;
  text-align: center;
}
.hero::before, .hero::after {
  border: 1px solid rgba(178, 138, 84, .42);
  border-radius: 50% 50% 8px 50%;
  content: '';
  height: min(38vw, 430px);
  position: absolute;
  transform: rotate(30deg);
  width: min(38vw, 430px);
}
.hero::before { --ornament-angle: 30deg; left: -15vw; top: -12vw; }
.hero::after { --ornament-angle: 210deg; bottom: -15vw; right: -12vw; transform: rotate(210deg); }
.hero-inner { max-width: 900px; position: relative; z-index: 1; }
.home-festive-elements {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.home-festive-elements span {
  position: absolute;
  user-select: none;
}
.home-festive-elements .flower {
  color: #c77845;
  filter: drop-shadow(0 10px 18px rgba(91, 37, 51, .12));
  font-family: var(--serif);
  opacity: .72;
}
.flower-one { font-size: clamp(2.6rem, 6vw, 5rem); left: 7%; top: 16%; }
.flower-two { color: #b28a54; font-size: clamp(2rem, 5vw, 4rem); right: 8%; top: 18%; }
.flower-three { color: #5b2533; font-size: clamp(2.3rem, 5vw, 4.4rem); bottom: 13%; left: 10%; opacity: .54; }
.flower-four { color: #65705e; font-size: clamp(2.2rem, 5vw, 4.2rem); bottom: 16%; right: 13%; opacity: .58; }
.home-festive-elements .peacock {
  filter: drop-shadow(0 16px 22px rgba(66, 26, 37, .18));
  font-size: clamp(2rem, 5vw, 4rem);
  opacity: .78;
}
.peacock-one { --peacock-pose: scaleX(-1) rotate(-8deg); left: clamp(18px, 5vw, 70px); bottom: 25%; transform: var(--peacock-pose); }
.peacock-two { --peacock-pose: rotate(8deg); right: clamp(18px, 5vw, 82px); bottom: 27%; transform: var(--peacock-pose); }
.home-festive-elements .petal {
  background:
    radial-gradient(circle at 34% 28%, rgba(255,255,255,.65), transparent 28%),
    linear-gradient(145deg, #d98347, #9f4055);
  border-radius: 70% 20% 70% 20%;
  height: 24px;
  opacity: .5;
  width: 13px;
}
.petal-one { left: 23%; top: 21%; transform: rotate(28deg); }
.petal-two { right: 25%; top: 35%; transform: rotate(-24deg); }
.petal-three { bottom: 23%; left: 28%; transform: rotate(65deg); }
.petal-four { bottom: 36%; right: 30%; transform: rotate(-62deg); }
.celebration-sparks { inset: 0; overflow: hidden; pointer-events: none; position: absolute; }
.celebration-sparks span { color: var(--gold); opacity: .48; position: absolute; }
.celebration-sparks span:empty {
  background: var(--saffron);
  border-radius: 70% 20% 70% 20%;
  height: 12px;
  width: 7px;
}
.celebration-sparks span:nth-child(1) { font-size: 1.1rem; left: 10%; top: 22%; }
.celebration-sparks span:nth-child(2) { left: 18%; top: 68%; transform: rotate(35deg); }
.celebration-sparks span:nth-child(3) { font-size: 1.5rem; right: 12%; top: 26%; }
.celebration-sparks span:nth-child(4) { right: 18%; top: 72%; transform: rotate(-25deg); }
.celebration-sparks span:nth-child(5) { bottom: 15%; font-size: .8rem; left: 32%; }
.celebration-sparks span:nth-child(6) { left: 7%; top: 46%; transform: rotate(70deg); }
.celebration-sparks span:nth-child(7) { font-size: 1rem; right: 32%; top: 12%; }
.celebration-sparks span:nth-child(8) { right: 7%; top: 50%; transform: rotate(10deg); }
.eyebrow {
  color: var(--saffron);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .32em;
  text-transform: uppercase;
}
.ganesha-invocation { color: var(--plum); font-family: var(--serif); font-size: 1.1rem; margin-bottom: 28px; }
.ganesha-invocation .om { display: block; font-size: 2.4rem; line-height: 1; margin-bottom: 10px; }
.hero h1 {
  color: var(--plum-dark);
  font-family: var(--serif);
  font-size: clamp(4.3rem, 11vw, 8.6rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 34px 0 30px;
  overflow: visible;
  padding-bottom: .16em;
}
.hero h1.couple-names {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: .14em;
  justify-content: center;
}
.hero h1 .name-word {
  display: inline-block;
  white-space: nowrap;
}
.hero .amp { color: var(--saffron); display: inline-block; font-size: .55em; font-style: italic; margin: 0 .08em; }
.announce { color: var(--sage); font-family: var(--serif); font-size: clamp(1.3rem, 3vw, 1.8rem); font-style: italic; }
.hero .date { color: var(--plum); font-family: var(--serif); font-size: 1.25rem; font-weight: 600; letter-spacing: .16em; margin-top: 18px; text-transform: uppercase; }
.countdown-shell {
  backdrop-filter: blur(12px);
  background: rgba(255, 253, 249, .76);
  border: 1px solid rgba(178, 138, 84, .38);
  box-shadow: 0 22px 55px rgba(66, 26, 37, .12), inset 0 0 0 5px rgba(255, 253, 249, .48);
  margin: 34px auto 0;
  max-width: 570px;
  padding: 26px 28px 24px;
  position: relative;
  width: 100%;
}
.countdown-shell::before,
.countdown-shell::after {
  color: var(--gold);
  content: '◆';
  font-size: .55rem;
  opacity: .7;
  position: absolute;
  top: 10px;
}
.countdown-shell::before { left: 12px; }
.countdown-shell::after { right: 12px; }
.countdown-kicker {
  color: var(--sage);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .2em;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.countdown {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  margin: auto;
}
.time-box {
  background: linear-gradient(145deg, #6d3342, var(--plum));
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(66, 26, 37, .13);
  min-width: 0;
  padding: 15px 10px 13px;
  position: relative;
}
.time-box:nth-child(2) { background: linear-gradient(145deg, #d38a5c, var(--saffron)); }
.time-box:nth-child(3) { background: linear-gradient(145deg, #7d8873, var(--sage)); }
.time-box:nth-child(4) { background: linear-gradient(145deg, #bd9968, #987043); }
.time-box span { display: block; }
.time-box .num { color: var(--white); font-family: var(--serif); font-size: 2rem; font-weight: 600; line-height: 1; }
.time-box .label { color: rgba(255,255,255,.8); font-size: .52rem; letter-spacing: .12em; margin-top: 6px; text-transform: uppercase; }
.countdown-divider { align-items: center; color: var(--gold); display: flex; gap: 10px; justify-content: center; margin: 20px 0 0; }
.countdown-divider::before, .countdown-divider::after { background: linear-gradient(90deg, transparent, var(--gold)); content: ''; height: 1px; width: 80px; }
.countdown-divider::after { background: linear-gradient(90deg, var(--gold), transparent); }
.countdown-divider span { font-size: .6rem; }
.countdown-place { color: var(--sage); font-family: var(--serif); font-size: 1.15rem; font-style: italic; margin-top: 2px; }
.scroll-note { color: #8b777c; display: inline-block; font-size: .62rem; letter-spacing: .2em; margin-top: 34px; text-decoration: none; text-transform: uppercase; }

@keyframes heroRise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes ornamentDrift {
  from { transform: rotate(var(--ornament-angle)) translate3d(0, 0, 0); }
  to { transform: rotate(var(--ornament-angle)) translate3d(10px, 8px, 0) scale(1.02); }
}
@keyframes countdownPop {
  0% { transform: translateY(0) scale(1); }
  38% { transform: translateY(-9px) scale(1.055); }
  68% { transform: translateY(2px) scale(.985); }
  100% { transform: translateY(0) scale(1); }
}
@keyframes scrollPulse {
  0%, 100% { opacity: .55; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(5px); }
}
@keyframes sparkFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -13px; }
}
@keyframes flowerFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-4deg) scale(1); }
  50% { transform: translate3d(8px, -16px, 0) rotate(6deg) scale(1.05); }
}
@keyframes peacockBob {
  0%, 100% { transform: var(--peacock-pose) translate3d(0, 0, 0); }
  50% { transform: var(--peacock-pose) translate3d(0, -14px, 0); }
}
@keyframes petalDrift {
  0% { opacity: .22; translate: 0 -10px; rotate: 0deg; }
  40% { opacity: .62; }
  100% { opacity: .15; translate: 42px 92px; rotate: 145deg; }
}
.hero::before { animation: ornamentDrift 8s ease-in-out infinite alternate; }
.hero::after { animation: ornamentDrift 9s ease-in-out 1s infinite alternate-reverse; }
.hero-inner > * { animation: heroRise .75s ease both; }
.hero-inner > :nth-child(2) { animation-delay: .08s; }
.hero-inner > :nth-child(3) { animation-delay: .16s; }
.hero-inner > :nth-child(4) { animation-delay: .24s; }
.hero-inner > :nth-child(5) { animation-delay: .32s; }
.hero-inner > :nth-child(6) { animation-delay: .4s; }
.time-box.tick { animation: countdownPop .46s cubic-bezier(.34, 1.56, .64, 1); }
.scroll-note { animation: scrollPulse 2.4s ease-in-out 1.2s infinite; }
.celebration-sparks span { animation: sparkFloat 4.5s ease-in-out infinite; }
.celebration-sparks span:nth-child(2n) { animation-delay: -1.4s; animation-duration: 5.5s; }
.celebration-sparks span:nth-child(3n) { animation-delay: -2.3s; }
.home-festive-elements .flower { animation: flowerFloat 7s ease-in-out infinite; }
.home-festive-elements .flower:nth-child(2n) { animation-delay: -2.2s; animation-duration: 8.6s; }
.home-festive-elements .flower:nth-child(3n) { animation-delay: -4s; animation-duration: 9.2s; }
.home-festive-elements .peacock { animation: peacockBob 5.4s ease-in-out infinite; }
.peacock-two { animation-delay: -2.6s; }
.home-festive-elements .petal { animation: petalDrift 8s linear infinite; }
.petal-two { animation-delay: -2s; animation-duration: 9.5s; }
.petal-three { animation-delay: -4.5s; animation-duration: 10s; }
.petal-four { animation-delay: -6.3s; animation-duration: 8.8s; }

.intro { max-width: 760px; padding: 110px 24px 70px; text-align: center; }
.intro::before {
  color: var(--gold);
  content: '\2726  \00B7  \274B  \00B7  \2726';
  display: block;
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: .55em;
  margin-bottom: 34px;
  opacity: .8;
}
.intro h2, .section-title {
  color: var(--plum);
  font-family: var(--serif);
  font-size: clamp(2.6rem, 6vw, 4rem);
  font-weight: 400;
  line-height: 1.05;
  margin: 14px 0 24px;
}
.intro p:not(.eyebrow) { color: #6e5c61; font-family: var(--serif); font-size: 1.35rem; }
.monogram-story {
  max-width: 980px;
  padding: 88px 24px 18px;
}
.monogram-story::after { display: none; }
.monogram-card {
  align-items: center;
  background:
    radial-gradient(circle at 14% 18%, rgba(199, 120, 69, .14), transparent 15rem),
    linear-gradient(145deg, rgba(255, 253, 249, .94), rgba(239, 229, 215, .78));
  border: 1px solid rgba(178, 138, 84, .42);
  box-shadow: 0 28px 70px rgba(66, 26, 37, .1), inset 0 0 0 6px rgba(255, 253, 249, .52);
  display: grid;
  gap: clamp(28px, 5vw, 60px);
  grid-template-columns: minmax(150px, 230px) 1fr;
  overflow: hidden;
  padding: clamp(30px, 5vw, 52px);
  position: relative;
}
.monogram-card::before {
  background: linear-gradient(90deg, var(--saffron), var(--gold), var(--plum));
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.monogram-card::after {
  border: 1px solid rgba(178, 138, 84, .28);
  border-radius: 50%;
  content: '';
  height: 170px;
  position: absolute;
  right: -70px;
  top: -75px;
  width: 170px;
}
.monogram-image-wrap {
  background: rgba(255, 253, 249, .76);
  border: 1px solid rgba(178, 138, 84, .36);
  box-shadow: 0 18px 36px rgba(66, 26, 37, .08);
  display: grid;
  min-height: 230px;
  padding: 18px;
  place-items: center;
}
.monogram-image-wrap img {
  display: block;
  max-height: 185px;
  max-width: 150px;
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 100%;
}
.monogram-copy {
  position: relative;
  z-index: 1;
}
.monogram-copy h2 {
  color: var(--plum);
  font-family: var(--serif);
  font-size: clamp(2.3rem, 5vw, 3.7rem);
  font-weight: 400;
  line-height: 1.05;
  margin: 12px 0 18px;
}
.monogram-copy p:not(.eyebrow) {
  color: #6e5c61;
  font-family: var(--serif);
  font-size: clamp(1.18rem, 2.4vw, 1.45rem);
  line-height: 1.65;
  max-width: 610px;
}
.monogram-copy strong {
  color: var(--plum);
  font-weight: 600;
}
.home-links {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1120px;
  padding: 20px 24px 110px;
}
.home-card {
  background: var(--white);
  border: 1px solid var(--line);
  min-height: 260px;
  padding: 40px 34px;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.home-card:hover { border-color: var(--gold); box-shadow: var(--shadow); transform: translateY(-5px); }
.home-card .number { color: var(--saffron); font-size: .65rem; letter-spacing: .2em; }
.home-card h3 { color: var(--plum); font-family: var(--serif); font-size: 2rem; font-weight: 500; margin: 36px 0 8px; }
.home-card p { color: #79676c; font-size: .9rem; }
.home-card .arrow { color: var(--saffron); display: block; font-size: 1.2rem; margin-top: 24px; }

/* Interior pages */
.page-header {
  background: linear-gradient(135deg, var(--plum-dark), var(--plum));
  color: var(--white);
  overflow: hidden;
  padding: 92px 24px 82px;
  position: relative;
  text-align: center;
}
.page-header::before {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  content: '';
  height: 330px;
  left: 50%;
  position: absolute;
  top: -190px;
  transform: translateX(-50%);
  width: 330px;
}
.page-header .subtitle { color: #e6b892; font-family: var(--serif); font-size: 1.45rem; font-style: italic; }
.page-header h1 { font-family: var(--serif); font-size: clamp(3.2rem, 8vw, 5.4rem); font-weight: 400; letter-spacing: .06em; line-height: 1; margin-top: 8px; }
section { margin: 0 auto; max-width: 1120px; padding: 84px 24px; position: relative; }
section::after {
  border: 1px solid rgba(178, 138, 84, .13);
  border-radius: 50%;
  content: '';
  height: 150px;
  left: -95px;
  pointer-events: none;
  position: absolute;
  top: 16%;
  width: 150px;
  z-index: -1;
}
.ornament { align-items: center; display: flex; gap: 14px; justify-content: center; margin-bottom: 52px; }
.ornament::before, .ornament::after { background: var(--line); content: ''; height: 1px; width: 70px; }
.ornament span { color: var(--saffron); font-size: .85rem; }

/* Events */
.side-legend { color: #7b696e; display: flex; flex-wrap: wrap; font-size: .7rem; gap: 24px; justify-content: center; letter-spacing: .08em; margin-bottom: 42px; text-transform: uppercase; }
.legend-item { align-items: center; display: flex; gap: 8px; }
.dot { border-radius: 50%; display: inline-block; height: 8px; width: 8px; }
.dot.both { background: var(--gold); } .dot.bride { background: var(--plum); } .dot.groom { background: var(--sage); }
.events-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.event-card {
  background: var(--white);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  position: relative;
  transition: box-shadow .25s ease, transform .25s ease;
}
.event-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.event-media {
  align-items: center;
  background: linear-gradient(160deg, #dcc7b0, #b78368);
  color: rgba(255,255,255,.88);
  display: flex;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-style: italic;
  height: 96px;
  justify-content: center;
  letter-spacing: .03em;
  padding: 16px;
  position: relative;
  text-align: center;
}
.event-media::before {
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  content: '';
  height: 82px;
  position: absolute;
  right: -30px;
  top: -36px;
  width: 82px;
}
.event-media::after {
  border: 1px solid rgba(255,255,255,.35);
  content: '';
  inset: 9px;
  pointer-events: none;
  position: absolute;
}
.event-media > span { position: relative; z-index: 1; }
.event-media img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; z-index: 2; }
.event-media:has(img) > span { display: none; }
.event-card:nth-child(2) .event-media, .event-card:nth-child(5) .event-media { background: linear-gradient(160deg, #c9b5ad, #7e4b5b); }
.event-card:nth-child(4) .event-media { background: linear-gradient(160deg, #e4c77b, #c28540); }
.event-card:nth-child(6) .event-media { background: linear-gradient(160deg, #9da58f, #596650); }
.card-body { display: flex; flex: 1; flex-direction: column; padding: 20px 20px 18px; }
.side-badge { color: var(--white); font-size: .5rem; font-weight: 600; letter-spacing: .1em; padding: 6px 10px; position: absolute; right: 9px; text-transform: uppercase; top: 9px; z-index: 2; }
.side-badge.both { background: var(--gold); } .side-badge.bride { background: var(--plum); } .side-badge.groom { background: var(--sage); }
.event-order { color: var(--saffron); font-size: .54rem; letter-spacing: .16em; text-transform: uppercase; }
.event-card h3 { color: var(--plum); font-family: var(--serif); font-size: 1.45rem; font-weight: 500; line-height: 1.05; margin: 5px 0 9px; }
.date-badge { color: var(--ink); font-family: var(--serif); font-size: .92rem; font-style: italic; }
.venue-line { color: #8a777c; font-size: .68rem; margin: 0 0 9px; }
.card-body > p:not(.event-order):not(.venue-line) {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #6f5e63;
  display: -webkit-box;
  font-size: .72rem;
  line-height: 1.55;
  overflow: hidden;
}
.dress { border-top: 1px solid var(--line); color: var(--plum); font-size: .56rem; letter-spacing: .07em; margin-top: 14px; padding-top: 11px; text-transform: uppercase; }

/* Venues */
.venue-intro {
  margin: -18px auto 44px;
  max-width: 720px;
  text-align: center;
}
.venue-intro .section-title { margin-bottom: 14px; }
.venue-intro > p:last-child {
  color: #736167;
  font-family: var(--serif);
  font-size: 1.16rem;
}
.venue-grid { display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.venue-card { background: var(--white); border: 1px solid var(--line); margin-bottom: 28px; padding: 34px; position: relative; text-align: center; }
.venue-grid .venue-card {
  background: linear-gradient(145deg, rgba(255,253,249,.98), rgba(248,243,235,.8));
  border: 2px solid rgba(178, 138, 84, .58);
  box-shadow: 0 18px 44px rgba(66, 26, 37, .07);
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  min-width: 0;
  overflow: hidden;
}
.venue-grid .venue-card::before {
  background: linear-gradient(90deg, var(--saffron), var(--gold), var(--plum));
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.venue-grid .wedding-featured {
  background: linear-gradient(145deg, var(--white), #f4e2d2);
  border: 2px solid rgba(178, 138, 84, .68);
  box-shadow: 0 28px 70px rgba(91, 37, 51, .16);
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 860px;
  overflow: hidden;
  padding: clamp(42px, 6vw, 64px);
  width: 100%;
}
.venue-grid .wedding-featured::before { height: 7px; }
.wedding-featured .event-name { font-size: 1.75rem; }
.wedding-featured h3 { font-size: clamp(2.5rem, 5vw, 3.5rem); }
.venue-grid .wedding-featured .map-wrap { margin-left: clamp(-70px, -6vw, -46px); margin-right: clamp(-70px, -6vw, -46px); }
.wedding-featured iframe { height: 360px; }
.venue-card .event-name { color: var(--saffron); font-family: var(--serif); font-size: 1.36rem; font-style: italic; line-height: 1.1; }
.venue-card .event-date { color: #857278; font-size: .66rem; letter-spacing: .12em; margin: 7px 0 18px; text-transform: uppercase; }
.venue-card h3 { color: var(--plum); font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.venue-card .address, .venue-card .notes, .venue-card .extra { color: #78666b; font-size: .86rem; }
.venue-card .address { letter-spacing: .08em; margin-top: 4px; text-transform: uppercase; }
.venue-card .notes { font-family: var(--serif); font-size: 1.02rem; font-style: italic; line-height: 1.45; margin: 10px auto 0; max-width: 360px; }
.venue-card .extra { margin-top: 10px; }
.map-wrap { margin: 26px -34px -34px; }
.venue-grid .map-wrap { margin: auto -34px -34px; padding-top: 26px; }
.venue-card iframe { border: 0; display: block; filter: grayscale(1) sepia(.15); height: 240px; width: 100%; }
.directions { bottom: 20px; left: 50%; position: absolute; transform: translateX(-50%); }
.directions a, form button {
  background: var(--plum);
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font-family: var(--sans);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .14em;
  padding: 13px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease;
}
.directions a:hover, form button:hover { background: var(--saffron); }
.accommodation { background: var(--paper-deep); border-left: 3px solid var(--saffron); margin-top: 44px; padding: 32px; }
.accommodation h3 { color: var(--plum); font-family: var(--serif); font-size: 1.6rem; font-weight: 500; margin-bottom: 6px; }
.accommodation p { color: #6f5e63; font-size: .88rem; }

.discover-delhi { border-top: 1px solid var(--line); margin-top: 90px; padding-top: 84px; }
.discover-heading { margin: 0 auto 44px; max-width: 680px; text-align: center; }
.discover-heading .section-title { margin-bottom: 16px; }
.discover-heading > p:last-child { color: #736167; font-family: var(--serif); font-size: 1.15rem; }
.discover-grid { display: grid; gap: 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.discover-card {
  background: var(--white);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow .25s ease, transform .25s ease;
}
.discover-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.discover-visual {
  height: 230px;
  overflow: hidden;
  position: relative;
}
.discover-visual::after {
  background: linear-gradient(180deg, transparent 45%, rgba(42, 20, 26, .72));
  bottom: 0;
  content: '';
  inset: 0;
  position: absolute;
}
.discover-visual img { height: 100%; object-fit: cover; transition: transform .55s ease; width: 100%; }
.discover-card:hover .discover-visual img { transform: scale(1.045); }
.discover-visual small {
  bottom: 16px;
  color: var(--white);
  font-size: .55rem;
  font-weight: 600;
  left: 18px;
  letter-spacing: .15em;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}
.discover-copy { display: flex; flex: 1; flex-direction: column; padding: 28px 26px 26px; }
.discover-copy h3 { color: var(--plum); font-family: var(--serif); font-size: 1.85rem; font-weight: 500; line-height: 1.1; }
.discover-copy p { color: #75636a; font-size: .78rem; line-height: 1.6; margin: 10px 0 16px; }
.discover-copy span { color: var(--saffron); font-size: .58rem; font-weight: 600; letter-spacing: .1em; margin-top: auto; text-transform: uppercase; }
.photo-credits { color: #8c7b7f; font-size: .6rem; line-height: 1.6; margin: 18px auto 0; max-width: 900px; text-align: center; }
.photo-credits a { text-decoration-color: rgba(91, 37, 51, .35); text-underline-offset: 2px; }

.travel-tips {
  background: linear-gradient(145deg, var(--plum-dark), var(--plum));
  box-shadow: var(--shadow);
  color: var(--white);
  margin-top: 84px;
  overflow: hidden;
  padding: clamp(36px, 6vw, 64px);
  position: relative;
}
.travel-tips::before {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  content: '';
  height: 360px;
  position: absolute;
  right: -180px;
  top: -220px;
  width: 360px;
}
.travel-heading { margin: 0 auto 36px; max-width: 620px; position: relative; text-align: center; }
.travel-heading .eyebrow { color: #e7b88f; }
.travel-heading .section-title { color: var(--white); margin-bottom: 10px; }
.travel-heading > p:last-child { color: rgba(255,255,255,.68); font-family: var(--serif); font-size: 1.1rem; }
.tips-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); position: relative; }
.tip-card {
  align-items: flex-start;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.13);
  display: flex;
  gap: 16px;
  padding: 24px;
}
.tip-icon { color: #e7b88f; flex: 0 0 28px; font-family: var(--serif); font-size: 1.6rem; line-height: 1; text-align: center; }
.tip-card h3 { color: var(--white); font-family: var(--serif); font-size: 1.35rem; font-weight: 500; line-height: 1.1; margin-bottom: 7px; }
.tip-card p { color: rgba(255,255,255,.67); font-size: .75rem; line-height: 1.65; }
.travel-note { border-top: 1px solid rgba(255,255,255,.13); color: #e7c7ad; font-family: var(--serif); font-size: 1rem; font-style: italic; margin-top: 30px; padding-top: 24px; position: relative; text-align: center; }

/* RSVP */
.rsvp-deadline { color: #6f5e63; font-family: var(--serif); font-size: 1.35rem; margin-bottom: 30px; text-align: center; }
.rsvp-deadline strong { color: var(--plum); font-weight: 600; }
form { background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); display: grid; gap: 11px; margin: 0 auto; max-width: 680px; padding: clamp(28px, 6vw, 56px); }
form label { color: var(--plum); font-size: .63rem; font-weight: 600; letter-spacing: .12em; margin-top: 10px; text-transform: uppercase; }
form input, form select, form textarea { background: transparent; border: 0; border-bottom: 1px solid #cdbfc1; border-radius: 0; color: var(--ink); font: inherit; font-size: .9rem; padding: 10px 2px; width: 100%; }
form textarea { border: 1px solid #cdbfc1; margin-top: 6px; padding: 12px; resize: vertical; }
form input:focus, form select:focus, form textarea:focus { border-color: var(--saffron); outline: none; }
form button { margin-top: 20px; padding: 16px; }
.form-msg { color: var(--sage); font-family: var(--serif); font-size: 1.2rem; text-align: center; }
.rsvp-section { max-width: 900px; }
.rsvp-intro { margin: 0 auto 38px; max-width: 720px; text-align: center; }
.rsvp-flourish { color: var(--gold); display: inline-grid; font-size: 1.2rem; margin-bottom: 18px; place-items: center; position: relative; }
.rsvp-flourish::before, .rsvp-flourish::after { background: var(--gold); content: ''; height: 1px; position: absolute; width: 55px; }
.rsvp-flourish::before { margin-left: -145px; }
.rsvp-flourish::after { margin-right: -145px; }
.rsvp-request { color: var(--plum); font-family: var(--serif); font-size: clamp(1.65rem, 4vw, 2.35rem); font-style: italic; line-height: 1.35; }
.rsvp-intro .rsvp-deadline { font-family: var(--sans); font-size: .72rem; font-style: normal; letter-spacing: .12em; margin: 22px 0 0; text-transform: uppercase; }
.rsvp-form { border: 2px solid rgba(178, 138, 84, .42); box-shadow: 0 26px 70px rgba(91,37,51,.13), inset 0 0 0 6px var(--white), inset 0 0 0 7px rgba(91,37,51,.12); max-width: 650px; position: relative; }
.rsvp-form::before, .rsvp-form::after { color: var(--gold); content: '\2756'; font-family: var(--serif); font-size: 1.3rem; position: absolute; }
.rsvp-form::before { left: 14px; top: 9px; }
.rsvp-form::after { bottom: 9px; right: 14px; rotate: 180deg; }
.attendance-options { border: 0; display: grid; gap: 12px; margin-top: 20px; min-width: 0; padding: 0; }
.attendance-options legend { color: var(--plum); font-size: .63rem; font-weight: 600; letter-spacing: .12em; margin-bottom: 9px; text-transform: uppercase; }
.response-card { align-items: center; background: var(--paper); border: 1px solid var(--line); cursor: pointer; display: grid; gap: 15px; grid-template-columns: 24px 1fr; margin: 0; padding: 18px 20px; text-transform: none; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.response-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.response-card input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.response-mark { border: 1px solid var(--gold); border-radius: 50%; color: var(--saffron); display: grid; font-size: .7rem; height: 24px; place-items: center; width: 24px; }
.response-card strong { color: var(--plum); display: block; font-family: var(--serif); font-size: 1.3rem; font-weight: 600; letter-spacing: 0; line-height: 1.1; }
.response-card small { color: #806e73; display: block; font-size: .68rem; font-weight: 400; letter-spacing: 0; margin-top: 4px; text-transform: none; }
.response-card:has(input:checked) { background: #f3e4d7; border-color: var(--saffron); box-shadow: inset 4px 0 0 var(--saffron); }
.response-card:has(input:checked) .response-mark { background: var(--plum); border-color: var(--plum); color: var(--white); }
.response-card:has(input:focus-visible) { outline: 2px solid var(--saffron); outline-offset: 3px; }
.form-honeypot { height: 1px !important; left: -10000px !important; opacity: 0 !important; pointer-events: none !important; position: absolute !important; width: 1px !important; }
.rsvp-form button:disabled { cursor: wait; opacity: .68; transform: none; }
.gift-note { align-items: center; background: linear-gradient(145deg, #f1e2d4, #fffaf3); border: 1px solid rgba(178, 138, 84, .38); display: flex; gap: 20px; margin: 34px auto 0; max-width: 650px; padding: 25px 28px; position: relative; }
.gift-note::before, .gift-note::after { color: var(--gold); content: '\2726'; font-size: .55rem; position: absolute; }
.gift-note::before { left: 9px; top: 7px; }
.gift-note::after { bottom: 7px; right: 9px; }
.gift-icon { border: 1px solid var(--gold); border-radius: 50%; color: var(--plum); display: grid; flex: 0 0 48px; font-family: var(--serif); font-size: 1.7rem; height: 48px; place-items: center; }
.gift-note h2 { color: var(--plum); font-family: var(--serif); font-size: 1.35rem; font-weight: 600; line-height: 1.1; margin-bottom: 5px; }
.gift-note p { color: #746267; font-family: var(--serif); font-size: 1rem; line-height: 1.55; }
.rsvp-dialog[hidden] { display: none; }
.rsvp-dialog {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 2000;
}
.rsvp-dialog-backdrop {
  background: rgba(35, 14, 20, .52);
  border: 0;
  cursor: pointer;
  inset: 0;
  position: absolute;
}
.rsvp-dialog-panel {
  background: linear-gradient(145deg, var(--white), #f7eadf);
  border: 1px solid rgba(178, 138, 84, .48);
  box-shadow: 0 30px 80px rgba(35, 14, 20, .28), inset 0 0 0 6px rgba(255,255,255,.6);
  max-width: 440px;
  padding: 42px 34px 34px;
  position: relative;
  text-align: center;
  width: min(100%, 440px);
}
.rsvp-dialog-close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #8b777c;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 38px;
}
.rsvp-dialog-icon {
  color: var(--saffron);
  display: block;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", var(--serif);
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 16px;
}
.rsvp-dialog h2 {
  color: var(--plum);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 10px;
}
.rsvp-dialog p {
  color: #6f5e63;
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.55;
}
.rsvp-dialog-action {
  background: var(--plum);
  border: 0;
  color: var(--white);
  cursor: pointer;
  font-family: var(--sans);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .14em;
  margin-top: 24px;
  min-height: 44px;
  padding: 13px 22px;
  text-transform: uppercase;
}
.rsvp-dialog-action:hover,
.rsvp-dialog-action:focus-visible {
  background: var(--saffron);
  outline: none;
}

@media (max-width: 560px) {
  .gift-note { align-items: flex-start; gap: 14px; padding: 22px 18px; }
  .gift-icon { flex-basis: 38px; font-size: 1.3rem; height: 38px; width: 38px; }
  .rsvp-dialog { align-items: flex-end; padding: 0; }
  .rsvp-dialog-panel {
    max-width: none;
    padding: 40px 22px 28px;
    width: 100%;
  }
}

/* Story */
.story-page { overflow-x: hidden; }
.story-hero { padding-bottom: 104px; }
.story-hero-note { color: rgba(255,255,255,.62); font-size: .66rem; letter-spacing: .2em; margin-top: 22px; text-transform: uppercase; }
.story-intro { max-width: 820px; padding-bottom: 110px; text-align: center; }
.story-intro .ornament { margin-bottom: 42px; }
.story-intro > p:last-child { color: #6f5e63; font-family: var(--serif); font-size: 1.32rem; line-height: 1.8; }
.story-timeline { max-width: 1180px; padding-bottom: 120px; padding-top: 30px; }
.story-timeline::before { background: linear-gradient(var(--gold), rgba(178,138,84,.16)); content: ''; left: 50%; position: absolute; top: 0; bottom: 0; width: 1px; }
.story-chapter { align-items: center; display: grid; gap: clamp(45px, 7vw, 85px); grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); margin-bottom: 105px; position: relative; }
.story-chapter::before { background: var(--paper); border: 1px solid var(--gold); border-radius: 50%; content: '✦'; color: var(--saffron); display: grid; font-size: .62rem; height: 31px; left: 50%; place-items: center; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 31px; z-index: 2; }
.story-chapter:nth-child(even) .story-media { grid-column: 2; }
.story-chapter:nth-child(even) .chapter-copy { grid-column: 1; grid-row: 1; text-align: right; }
.story-media { justify-self: center; max-width: 330px; width: 100%; }
.story-photo, .finale-photo { align-items: center; aspect-ratio: 1; background: linear-gradient(145deg, #ead6c1, #c99478 48%, #79505a); border: 9px solid var(--white); box-shadow: var(--shadow); color: rgba(255,255,255,.9); display: flex; flex-direction: column; justify-content: center; justify-self: center; max-width: 330px; overflow: hidden; position: relative; text-align: center; width: 100%; }
.story-photo::before, .finale-photo::before { border: 1px solid rgba(255,255,255,.48); content: ''; inset: 16px; position: absolute; }
.story-photo::after, .finale-photo::after { background: radial-gradient(circle, transparent 0 34%, rgba(255,255,255,.12) 35% 35.7%, transparent 36.2%); content: ''; inset: -25%; position: absolute; }
.story-chapter:nth-child(2) .story-photo, .story-chapter:nth-child(5) .story-photo { background: linear-gradient(145deg, #b9bba8, #65705e 55%, #3f4a3c); }
.story-chapter:nth-child(3) .story-photo, .story-chapter:nth-child(6) .story-photo { background: linear-gradient(145deg, #d6b2ba, #8f5060 55%, var(--plum-dark)); }
.story-photo img, .finale-photo img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; z-index: 3; }
.photo-number { font-family: var(--serif); font-size: clamp(4rem, 8vw, 6.5rem); font-style: italic; line-height: 1; opacity: .3; position: relative; z-index: 1; }
.photo-prompt { font-size: .62rem; font-weight: 600; letter-spacing: .16em; margin-top: 12px; position: relative; text-transform: uppercase; z-index: 1; }
.photo-caption { color: var(--plum); font-family: var(--serif); font-size: 1.05rem; font-style: italic; line-height: 1.35; margin-top: 15px; text-align: center; }
.chapter-copy { padding: 25px 0; }
.chapter-kicker { color: var(--saffron); font-size: .64rem; font-weight: 600; letter-spacing: .22em; margin-bottom: 16px; text-transform: uppercase; }
.chapter-copy h2 { color: var(--plum); font-family: var(--serif); font-size: clamp(2.3rem, 4.3vw, 3.6rem); font-weight: 400; line-height: 1.02; margin-bottom: 24px; }
.chapter-copy > p:not(.chapter-kicker) { color: #6f5e63; font-family: var(--serif); font-size: 1.13rem; line-height: 1.75; }
.chapter-copy > p + p { margin-top: 16px; }
.chapter-copy blockquote { border-left: 2px solid var(--gold); color: var(--plum); font-family: var(--serif); font-size: 1.32rem; font-style: italic; line-height: 1.5; margin-top: 25px; padding-left: 22px; }
.story-chapter:nth-child(even) blockquote { border-left: 0; border-right: 2px solid var(--gold); padding-left: 0; padding-right: 22px; }
.story-finale { align-items: center; background: var(--paper-deep); display: grid; gap: clamp(45px, 8vw, 100px); grid-template-columns: 1.05fr .95fr; margin-bottom: 100px; max-width: 1180px; padding: clamp(32px, 5vw, 70px); }
.finale-photo { background: linear-gradient(145deg, #d6b2ba, #9c5e69 48%, var(--plum-dark)); }
.finale-copy > p:not(.eyebrow):not(.finale-toast) { color: #6f5e63; font-family: var(--serif); font-size: 1.1rem; line-height: 1.7; margin-bottom: 14px; }
.finale-toast { color: var(--plum); font-family: var(--serif); font-size: 1.28rem; font-style: italic; margin-top: 24px; }
.story-rsvp { background: var(--plum); color: var(--white); display: inline-block; font-size: .64rem; font-weight: 600; letter-spacing: .16em; margin-top: 28px; padding: 15px 24px; text-decoration: none; text-transform: uppercase; transition: background .2s ease, transform .2s ease; }
.story-rsvp:hover { background: var(--saffron); transform: translateY(-2px); }

footer { background: var(--plum-dark); color: rgba(255,255,255,.7); padding: 54px 24px; text-align: center; }
footer .blessing { color: #e6b892; font-family: var(--serif); font-size: 2.1rem; font-style: italic; margin-bottom: 4px; }
footer p:last-child { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 820px) {
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  nav {
    background: rgba(255, 253, 249, .94);
    border-bottom: 0;
    border-top: 1px solid var(--line);
    bottom: 0;
    box-shadow: 0 -10px 35px rgba(66, 26, 37, .1);
    display: block;
    left: 0;
    min-height: 0;
    padding: 0 6px env(safe-area-inset-bottom);
    position: fixed;
    right: 0;
    top: auto;
  }
  .nav-mark { display: none !important; }
  .mobile-logo-mark {
    background:
      url('assets/logo-cropped.png') center 8px / 31px auto no-repeat,
      linear-gradient(180deg, rgba(255,253,249,.96), rgba(248,243,235,.88));
    border: 1px solid rgba(178, 138, 84, .34);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 12px 28px rgba(66, 26, 37, .13);
    display: block;
    height: 70px;
    left: 14px;
    mix-blend-mode: normal;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 1000;
  }
  nav ul {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    overflow: visible;
    width: 100%;
  }
  nav a:not(.nav-mark) {
    align-items: center;
    color: #8b797e;
    display: flex;
    flex-direction: column;
    font-size: .62rem;
    gap: 3px;
    justify-content: center;
    letter-spacing: .03em;
    min-height: 72px;
    padding: 8px 2px 7px;
    white-space: nowrap;
  }
  nav .nav-icon {
    color: currentColor;
    display: block;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", var(--serif);
    font-size: 1.52rem;
    font-weight: 400;
    height: 27px;
    letter-spacing: 0;
    line-height: 1;
  }
  nav a:not(.nav-mark)::after {
    bottom: auto;
    height: 3px;
    left: 50%;
    top: 0;
    width: 30px;
  }
  nav a:not(.nav-mark).active {
    background: linear-gradient(180deg, rgba(199, 120, 69, .09), transparent 70%);
    color: var(--plum);
  }
  .hero { min-height: 100svh; }
  .home-festive-elements .peacock { opacity: .46; }
  .peacock-one { bottom: 18%; left: 10px; }
  .peacock-two { bottom: 20%; right: 10px; }
  .flower-one { left: 5%; top: 11%; }
  .flower-two { right: 5%; top: 12%; }
  .flower-three, .flower-four { opacity: .35; }
  .monogram-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .monogram-image-wrap {
    margin: 0 auto;
    max-width: 210px;
    min-height: 210px;
    width: 100%;
  }
  .monogram-copy p:not(.eyebrow) { margin: 0 auto; }
  .events-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .venue-grid, .discover-grid, .tips-grid { grid-template-columns: 1fr; }
  .memory-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .memory-card-wide { grid-column: span 2; }
  .home-links { grid-template-columns: 1fr; }
  .home-card { min-height: 210px; }
  .story-timeline::before { left: 34px; }
  .story-chapter { gap: 30px; grid-template-columns: 1fr; margin-bottom: 90px; padding-left: 55px; }
  .story-chapter::before { left: 10px; top: 40px; }
  .story-chapter:nth-child(even) .story-media, .story-chapter:nth-child(even) .chapter-copy { grid-column: 1; }
  .story-chapter:nth-child(even) .chapter-copy { text-align: left; }
  .story-chapter:nth-child(even) .story-media { grid-row: auto; }
  .story-chapter:nth-child(even) .chapter-copy { grid-row: auto; }
  .story-photo, .finale-photo { max-width: 330px; }
  .story-chapter:nth-child(even) blockquote { border-left: 2px solid var(--gold); border-right: 0; padding-left: 22px; padding-right: 0; }
  .story-finale { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .hero { padding: 55px 18px; }
  .hero h1 { font-size: clamp(3.4rem, 17vw, 5.1rem); line-height: .98; }
  .home-festive-elements .peacock { display: none; }
  .home-festive-elements .flower { opacity: .36; }
  .home-festive-elements .petal { opacity: .28; }
  .hero .date { font-size: 1rem; letter-spacing: .1em; }
  .countdown-shell { margin-top: 28px; padding: 23px 14px 20px; }
  .countdown { width: 100%; }
  .time-box { padding: 13px 4px 11px; }
  .time-box .num { font-size: 1.65rem; }
  .time-box .label { font-size: .46rem; letter-spacing: .06em; }
  section { padding: 64px 18px; }
  .events-grid { gap: 12px; grid-template-columns: 1fr; }
  .event-card { grid-template-columns: none; }
  .memory-gallery {
    display: block;
  }
  .memory-card,
  .memory-note {
    margin-bottom: 18px;
    min-height: 330px;
  }
  .memory-card-wide,
  .memory-card-tall {
    grid-column: auto;
    grid-row: auto;
  }
  .event-media { height: 100px; }
  .card-body { padding: 18px; }
  .venue-card { padding: 32px 20px; }
  .map-wrap { margin: 25px -20px -32px; }
  .venue-grid .map-wrap { margin: auto -20px -32px; padding-top: 25px; }
  .venue-card iframe { height: 230px; }
  .discover-delhi { margin-top: 70px; padding-top: 62px; }
  .discover-visual { height: 205px; }
  .discover-copy { padding: 24px 18px; }
  .discover-copy h3 { font-size: 1.45rem; }
  .travel-tips { margin-top: 64px; padding: 38px 20px; }
  .tip-card { padding: 20px 16px; }
  .story-intro { padding-bottom: 84px; }
  .story-timeline { padding-left: 14px; padding-right: 18px; }
  .story-timeline::before { left: 25px; }
  .story-chapter { padding-left: 39px; }
  .story-chapter::before { height: 25px; left: 1px; width: 25px; }
  .story-photo { border-width: 6px; }
  .story-finale { margin-bottom: 65px; padding: 25px; }
}

/* ===== Maximalist wedding celebration layer ===== */
.home-page {
  background:
    radial-gradient(circle at 8% 18%, rgba(218, 132, 39, .18), transparent 25rem),
    radial-gradient(circle at 94% 66%, rgba(91, 37, 51, .16), transparent 28rem),
    var(--paper);
}

.home-page .hero {
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 253, 249, .97) 0 19%, rgba(248, 243, 235, .74) 50%, transparent 70%),
    radial-gradient(circle at 10% 20%, rgba(218, 132, 39, .4), transparent 30%),
    radial-gradient(circle at 90% 78%, rgba(91, 37, 51, .32), transparent 33%),
    linear-gradient(135deg, #dfb98f, #fff4e4 45%, #d4a4ae);
}

.home-page .hero-inner::before,
.home-page .hero-inner::after {
  border: 2px solid rgba(178, 138, 84, .58);
  border-bottom: 0;
  border-radius: 48% 48% 0 0 / 24% 24% 0 0;
  content: '';
  inset: -44px -66px -30px;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.home-page .hero-inner::after { border-color: rgba(91, 37, 51, .2); inset: -34px -56px -20px; }

.home-page .hero h1 {
  background: linear-gradient(110deg, var(--plum-dark) 12%, #913f4a 43%, var(--saffron) 68%, var(--plum-dark));
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 6px 9px rgba(91, 37, 51, .15));
}
.home-page .countdown-shell {
  border: 2px solid rgba(178, 138, 84, .68);
  box-shadow: 0 28px 70px rgba(66, 26, 37, .2), inset 0 0 0 5px rgba(255, 253, 249, .68), inset 0 0 0 6px rgba(91, 37, 51, .15);
}
.home-page .intro {
  background: rgba(255, 253, 249, .65);
  border-left: 1px solid rgba(178, 138, 84, .3);
  border-right: 1px solid rgba(178, 138, 84, .3);
  box-shadow: 0 25px 70px rgba(91, 37, 51, .08);
  margin-top: 65px;
}
.home-page .home-card {
  background: linear-gradient(145deg, var(--white), #f2dfcd);
  border-color: rgba(178, 138, 84, .4);
  overflow: hidden;
  position: relative;
}
.home-page .home-card::before {
  background: linear-gradient(90deg, var(--saffron), var(--gold), var(--plum));
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.home-page .home-card::after {
  border: 1px solid rgba(178, 138, 84, .32);
  border-radius: 50%;
  content: '';
  height: 125px;
  position: absolute;
  right: -55px;
  top: -55px;
  width: 125px;
}
.home-page .home-card:nth-child(2) { background: linear-gradient(145deg, #fffaf2, #ead5db); }
.home-page .home-card:nth-child(3) { background: linear-gradient(145deg, #fffaf2, #dce3d6); }
.home-page .home-card:nth-child(4) { background: linear-gradient(145deg, #fffaf2, #f2dfcd); }

/* Memories */
.memories-page {
  background:
    radial-gradient(circle at 8% 22%, rgba(199, 120, 69, .16), transparent 24rem),
    radial-gradient(circle at 92% 58%, rgba(101, 112, 94, .15), transparent 27rem),
    var(--paper);
}
.memories-hero {
  background:
    repeating-radial-gradient(circle at 12% 52%, transparent 0 18px, rgba(255,255,255,.05) 19px 20px),
    linear-gradient(135deg, #30111c, var(--plum) 50%, #7a3b49);
}
.memories-hero-note {
  color: rgba(255,255,255,.66);
  font-size: .65rem;
  letter-spacing: .2em;
  margin-top: 22px;
  text-transform: uppercase;
}
.memories-section { max-width: 1160px; padding-top: 76px; }
.memories-intro {
  margin: 0 auto 46px;
  max-width: 760px;
  text-align: center;
}
.memory-icons {
  align-items: center;
  display: flex;
  gap: 13px;
  justify-content: center;
  margin-bottom: 22px;
}
.memory-icons span {
  animation: memoryFloat 4.5s ease-in-out infinite;
  display: inline-block;
  font-size: 1.45rem;
}
.memory-icons span:nth-child(2n) { animation-delay: -1.4s; }
.memory-icons span:nth-child(3n) { animation-delay: -2.6s; }
.memories-intro > p:last-of-type {
  color: #716066;
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.75;
}
.memory-share-button {
  background: linear-gradient(135deg, var(--plum), var(--saffron));
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(91, 37, 51, .18);
  color: var(--white);
  display: inline-block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  margin-top: 26px;
  padding: 14px 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .25s ease, box-shadow .25s ease;
}
.memory-share-button:hover {
  box-shadow: 0 22px 44px rgba(91, 37, 51, .24);
  transform: translateY(-3px);
}
.memory-gallery {
  display: grid;
  gap: 20px;
  grid-auto-flow: dense;
  grid-auto-rows: 165px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.memory-card,
.memory-note {
  border: 1px solid rgba(178, 138, 84, .34);
  box-shadow: 0 22px 52px rgba(66, 26, 37, .1);
  overflow: hidden;
  position: relative;
}
.memory-card {
  background: var(--white);
  min-height: 0;
}
.memory-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease, filter .4s ease;
  width: 100%;
}
.memory-card::after {
  background: linear-gradient(180deg, transparent 28%, rgba(35, 14, 20, .74));
  content: '';
  inset: 0;
  position: absolute;
}
.memory-card:hover img {
  filter: saturate(1.08);
  transform: scale(1.045);
}
.memory-card-tall { grid-row: span 2; }
.memory-card-wide { grid-column: span 2; }
.memory-caption {
  bottom: 0;
  color: var(--white);
  left: 0;
  padding: 24px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.memory-caption span {
  color: #efbd91;
  display: block;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .18em;
  margin-bottom: 7px;
}
.memory-caption h3 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 500;
  line-height: 1;
}
.memory-caption p {
  color: rgba(255,255,255,.82);
  font-size: .78rem;
  line-height: 1.5;
  margin-top: 8px;
}
.memory-note {
  align-content: center;
  background:
    radial-gradient(circle at 18% 14%, rgba(199,120,69,.18), transparent 10rem),
    linear-gradient(145deg, rgba(255,253,249,.96), rgba(239,229,215,.88));
  display: grid;
  grid-row: span 2;
  padding: 30px;
  text-align: center;
}
.memory-note > span {
  display: block;
  font-size: 2.3rem;
  margin-bottom: 15px;
}
.memory-note h3 {
  color: var(--plum);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.05;
}
.memory-note p {
  color: #706064;
  font-size: .88rem;
  line-height: 1.65;
  margin-top: 12px;
}
.memory-flourish {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 46px;
}
.memory-flourish span {
  animation: memoryFloat 4s ease-in-out infinite;
  display: inline-block;
  font-size: 1.8rem;
}
.memory-flourish span:nth-child(2n) { animation-delay: -.9s; }
.memory-flourish span:nth-child(3n) { animation-delay: -1.8s; }
@keyframes memoryFloat {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-10px) rotate(4deg); }
}

.page-header {
  background:
    repeating-radial-gradient(circle at 10% 50%, transparent 0 18px, rgba(255,255,255,.04) 19px 20px),
    linear-gradient(135deg, #30111c, var(--plum) 52%, #743548);
}
.page-header::after {
  background:
    radial-gradient(circle, #e7b88f 0 3px, transparent 4px) 0 0 / 28px 14px,
    linear-gradient(90deg, transparent, rgba(231,184,143,.75), transparent);
  bottom: 0;
  content: '';
  height: 16px;
  left: 0;
  opacity: .75;
  position: absolute;
  right: 0;
}

.event-card {
  background: linear-gradient(160deg, var(--white), #f7e8d7);
  border-color: rgba(178, 138, 84, .5);
}
.event-card:hover { box-shadow: 0 24px 58px rgba(91,37,51,.2); transform: translateY(-7px) rotate(.35deg); }
.event-media { height: 132px; }
.event-media::after { border-color: rgba(255,255,255,.62); border-width: 2px; }
.event-card:nth-child(3n + 1) { border-top: 4px solid var(--saffron); }
.event-card:nth-child(3n + 2) { border-top: 4px solid var(--plum); }
.event-card:nth-child(3n) { border-top: 4px solid var(--sage); }

footer {
  background:
    radial-gradient(circle at 15% 120%, rgba(199,120,69,.3), transparent 35%),
    radial-gradient(circle at 85% -20%, rgba(178,138,84,.23), transparent 35%),
    var(--plum-dark);
  border-top: 5px double var(--gold);
  position: relative;
}
footer::before { color: #e6b892; content: '\274B  \2726  \274B'; display: block; letter-spacing: .8em; margin-bottom: 18px; }

@media (max-width: 820px) {
  .home-page .hero-inner::before, .home-page .hero-inner::after { inset-inline: -20px; }
}
@media (max-width: 560px) {
  .event-media { height: 118px; }
}

/* Events celebration */
.events-page {
  background:
    radial-gradient(circle at 8% 32%, rgba(199,120,69,.13), transparent 24rem),
    radial-gradient(circle at 94% 72%, rgba(101,112,94,.13), transparent 26rem),
    var(--paper);
}
.events-hero-note { color: rgba(255,255,255,.62); font-size: .65rem; letter-spacing: .22em; margin-top: 22px; text-transform: uppercase; }
.events-section { max-width: 1180px; padding-top: 70px; }
.events-intro { margin: 0 auto 42px; max-width: 760px; text-align: center; }
.events-intro .section-title { margin-bottom: 16px; }
.events-intro > p:last-child { color: #716066; font-family: var(--serif); font-size: 1.18rem; line-height: 1.7; }
.events-page .side-legend {
  background: rgba(255,253,249,.72);
  border: 1px solid rgba(178,138,84,.3);
  margin: 0 auto 46px;
  padding: 13px 24px;
  width: fit-content;
}
.events-page .events-grid { gap: 26px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.events-page .event-card {
  background: linear-gradient(145deg, var(--white), #f5e7d8);
  border: 2px solid rgba(178,138,84,.48);
  box-shadow: 0 14px 34px rgba(66,26,37,.08);
  min-height: 445px;
}
.events-page .event-card::after {
  border: 1px solid rgba(178,138,84,.2);
  content: '';
  inset: 8px;
  pointer-events: none;
  position: absolute;
}
.events-page .event-card:hover { box-shadow: 0 28px 65px rgba(66,26,37,.17); transform: translateY(-7px); }
.events-page .event-card:nth-child(2) { background: linear-gradient(145deg, var(--white), #eadde0); }
.events-page .event-card:nth-child(3) { background: linear-gradient(145deg, #fffdf5, #f4ddb0); }
.events-page .event-card:nth-child(4) { background: linear-gradient(145deg, var(--white), #dde5d8); }
.events-page .event-card.main-event {
  background: linear-gradient(145deg, #fffaf2, #ead6dc);
  border-color: rgba(178,138,84,.7);
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 780px;
  width: 100%;
}
.events-page .event-media {
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.17) 0 22%, transparent 23%),
    repeating-conic-gradient(from 12deg, rgba(255,255,255,.12) 0 4deg, transparent 4deg 18deg),
    linear-gradient(135deg, #d7925f, #914c5e);
  flex-direction: column;
  height: 175px;
  overflow: hidden;
}
.events-page .event-card:nth-child(2) .event-media { background: radial-gradient(circle, rgba(255,255,255,.16) 0 22%, transparent 23%), repeating-conic-gradient(rgba(255,255,255,.1) 0 5deg, transparent 5deg 20deg), linear-gradient(135deg, #854458, #4d2230); }
.events-page .event-card:nth-child(3) .event-media { background: radial-gradient(circle, rgba(255,255,255,.22) 0 22%, transparent 23%), repeating-conic-gradient(rgba(255,255,255,.13) 0 5deg, transparent 5deg 20deg), linear-gradient(135deg, #e2ac3f, #c36d35); }
.events-page .event-card:nth-child(4) .event-media { background: radial-gradient(circle, rgba(255,255,255,.16) 0 22%, transparent 23%), repeating-conic-gradient(rgba(255,255,255,.1) 0 5deg, transparent 5deg 20deg), linear-gradient(135deg, #7d8c70, #4a5a46); }
.events-page .event-card.main-event .event-media { background: radial-gradient(circle, rgba(255,255,255,.14) 0 22%, transparent 23%), repeating-conic-gradient(rgba(255,255,255,.08) 0 5deg, transparent 5deg 20deg), linear-gradient(135deg, #753044, #3c1722); }
.events-page .event-media::after { border-width: 2px; inset: 12px; }
.events-page .event-media > span {
  color: rgba(255,255,255,.9);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.event-symbol { color: rgba(255,255,255,.9); font-family: var(--serif); font-size: 3.4rem; line-height: .9; text-shadow: 0 4px 18px rgba(40,15,23,.2); }
.event-media-name { color: rgba(255,255,255,.84); font-size: .72rem; letter-spacing: .2em; margin-top: 13px; text-transform: uppercase; }
.events-page .card-body { padding: 30px 32px 27px; position: relative; z-index: 1; }
.events-page .event-order { font-size: .6rem; }
.events-page .event-card h3 { font-size: clamp(1.8rem, 3.2vw, 2.35rem); margin: 8px 0 12px; }
.events-page .date-badge { font-size: 1.05rem; }
.events-page .venue-line { font-size: .72rem; margin: 3px 0 13px; }
.events-page .card-body > p:not(.event-order):not(.venue-line) { -webkit-line-clamp: initial; display: block; font-size: .8rem; line-height: 1.7; }
.events-page .dress { font-size: .61rem; margin-top: auto; padding-top: 15px; }
.events-page .side-badge { box-shadow: 0 5px 16px rgba(35,14,20,.18); right: 18px; top: 18px; }

@media (max-width: 720px) {
  .events-page .events-grid { grid-template-columns: 1fr; }
  .events-page .event-card.main-event { grid-column: 1; }
  .events-page .event-card { min-height: 0; }
}
@media (max-width: 560px) {
  .events-section { padding-top: 54px; }
  .events-page .side-legend { gap: 12px; justify-content: center; padding: 12px 14px; width: 100%; }
  .events-page .event-media, .events-page .event-card.main-event .event-media { height: 155px; }
  .events-page .card-body { padding: 25px 22px 23px; }
}

/* Day-by-day event journey */
.celebration-icons { align-items: center; color: var(--saffron); display: flex; font-size: 1.45rem; gap: 18px; justify-content: center; margin-bottom: 28px; }
.celebration-icons span:nth-child(2), .celebration-icons span:nth-child(4) { color: var(--gold); font-size: 1rem; }
.event-day { border-top: 1px solid var(--line); margin-top: 72px; padding-top: 46px; position: relative; }
.event-day::before { background: var(--gold); content: ''; height: 3px; left: 0; position: absolute; top: -2px; width: 72px; }
.day-heading { align-items: center; display: flex; gap: 20px; margin-bottom: 30px; }
.day-number {
  align-items: center;
  background: linear-gradient(145deg, var(--saffron), var(--plum));
  border: 4px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(91,37,51,.2);
  color: var(--white);
  display: flex;
  flex: 0 0 62px;
  font-family: var(--serif);
  font-size: 1.8rem;
  height: 62px;
  justify-content: center;
}
.day-heading p { color: var(--saffron); font-size: .62rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.day-heading h2 { color: var(--plum); font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; line-height: 1; margin: 5px 0 6px; }
.day-heading div > span { color: #7e6b70; font-family: var(--serif); font-size: 1rem; font-style: italic; }
.prelude-day .day-number { background: linear-gradient(145deg, var(--sage), #3f4d3b); }
.final-day .day-number { background: linear-gradient(145deg, var(--gold), var(--saffron)); }
.day-events { display: grid; gap: 28px; }
.day-events.two-up { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.day-events.single-event { grid-template-columns: minmax(0, 540px); justify-content: center; }
.day-events .event-card { aspect-ratio: 4 / 3; min-height: 0; position: relative; }
.day-events .event-media { height: 100%; inset: 0; position: absolute; width: 100%; }
.day-events .event-media img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.day-events .card-body {
  background: linear-gradient(180deg, transparent, rgba(42,20,27,.92) 36%);
  bottom: 0;
  left: 0;
  min-height: 0;
  padding: 70px 25px 23px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.day-events .card-body h3 { color: var(--white); font-size: clamp(1.55rem, 3vw, 2.1rem); margin: 0 0 10px; text-shadow: 0 3px 12px rgba(0,0,0,.25); }
.day-events .card-body > p { display: none !important; }
.day-events .event-facts { margin-bottom: 11px; }
.day-events .event-facts span { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.9); }
.day-events .dress { border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.88); margin-top: 0; padding-top: 10px; }
.day-events .event-symbol { font-size: 4.2rem; transform: translateY(-35px); }
.day-events .event-media-name { display: none; }
.theme-bride .event-media { background: radial-gradient(circle, rgba(255,255,255,.16) 0 22%, transparent 23%), repeating-conic-gradient(rgba(255,255,255,.1) 0 5deg, transparent 5deg 20deg), linear-gradient(135deg, #b46a78, #682c3d) !important; }
.theme-groom .event-media { background: radial-gradient(circle, rgba(255,255,255,.16) 0 22%, transparent 23%), repeating-conic-gradient(rgba(255,255,255,.1) 0 5deg, transparent 5deg 20deg), linear-gradient(135deg, #829277, #465444) !important; }
.theme-sangeet .event-media { background: radial-gradient(circle, rgba(255,255,255,.15) 0 22%, transparent 23%), repeating-conic-gradient(rgba(255,255,255,.09) 0 5deg, transparent 5deg 20deg), linear-gradient(135deg, #8f4058, #401824) !important; }
.theme-haldi .event-media { background: radial-gradient(circle, rgba(255,255,255,.22) 0 22%, transparent 23%), repeating-conic-gradient(rgba(255,255,255,.13) 0 5deg, transparent 5deg 20deg), linear-gradient(135deg, #e2ac3f, #c36d35) !important; }
.theme-wedding .event-media { background: radial-gradient(circle, rgba(255,255,255,.14) 0 22%, transparent 23%), repeating-conic-gradient(rgba(255,255,255,.08) 0 5deg, transparent 5deg 20deg), linear-gradient(135deg, #753044, #3c1722) !important; }
.time-chip, .main-event-chip { border-radius: 999px; box-shadow: 0 6px 16px rgba(35,14,20,.18); font-family: var(--sans); font-style: normal; font-weight: 600; position: absolute !important; text-transform: uppercase; }
.time-chip { background: rgba(255,253,249,.9); color: var(--plum) !important; font-size: .55rem !important; letter-spacing: .12em !important; padding: 7px 12px; right: 18px; top: 18px; }
.main-event-chip { background: var(--gold); color: var(--plum-dark); font-size: .56rem; left: 18px; letter-spacing: .1em; padding: 8px 13px; top: 18px; z-index: 4; }
.main-event .side-badge { top: 55px; }
.event-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.event-facts span { background: rgba(91,37,51,.07); border: 1px solid rgba(91,37,51,.1); color: #6d5960; font-size: .65rem; padding: 7px 10px; }
.event-note { align-items: center; background: linear-gradient(145deg, #efe1d2, var(--white)); border: 2px solid rgba(178,138,84,.48); box-shadow: var(--shadow); display: grid; gap: 24px; grid-template-columns: auto 1fr auto; margin: 90px auto 10px; max-width: 920px; padding: 34px 38px; position: relative; }
.event-note::before { border: 1px solid rgba(178,138,84,.22); content: ''; inset: 7px; pointer-events: none; position: absolute; }
.event-note-icon { border: 1px solid var(--gold); border-radius: 50%; color: var(--plum); display: grid; font-family: var(--serif); font-size: 1.5rem; height: 56px; place-items: center; width: 56px; }
.event-note h2 { color: var(--plum); font-family: var(--serif); font-size: 1.8rem; font-weight: 500; line-height: 1.1; margin: 3px 0 8px; }
.event-note div > p:last-child { color: #746267; font-size: .76rem; line-height: 1.65; }
.event-note a { background: var(--plum); color: var(--white); font-size: .6rem; font-weight: 600; letter-spacing: .12em; padding: 13px 17px; position: relative; text-decoration: none; text-transform: uppercase; white-space: nowrap; z-index: 1; }
.event-note a:hover { background: var(--saffron); }

@media (max-width: 720px) {
  .day-events.two-up { grid-template-columns: 1fr; }
  .event-note { grid-template-columns: auto 1fr; padding: 28px 24px; }
  .event-note a { grid-column: 1 / -1; justify-self: center; }
}
@media (max-width: 560px) {
  .event-day { margin-top: 58px; padding-top: 36px; }
  .day-heading { align-items: flex-start; gap: 14px; }
  .day-number { flex-basis: 48px; font-size: 1.35rem; height: 48px; }
  .day-events .event-card { aspect-ratio: 3 / 4; }
  .day-events .card-body { min-height: 0; padding: 65px 18px 19px; }
  .event-note { grid-template-columns: 1fr; text-align: center; }
  .event-note-icon { justify-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
}

/* Compact photo-overlay event cards */
.photo-events-section { max-width: 1120px; padding-top: 72px; }
.photo-events-grid { display: grid; gap: 26px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 auto; max-width: 900px; }
.photo-event-card {
  aspect-ratio: 5 / 4;
  border: 2px solid rgba(178,138,84,.56);
  box-shadow: 0 16px 38px rgba(66,26,37,.13);
  color: var(--white);
  overflow: hidden;
  position: relative;
  transition: box-shadow .3s ease, transform .3s ease;
}
.photo-event-card:hover { box-shadow: 0 28px 58px rgba(66,26,37,.22); transform: translateY(-6px); }
.photo-event-card::after { border: 1px solid rgba(255,255,255,.45); content: ''; inset: 10px; pointer-events: none; position: absolute; z-index: 3; }
.photo-event-card > img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform .6s ease; width: 100%; }
.photo-event-card:hover > img { transform: scale(1.04); }
.photo-event-shade { background: linear-gradient(180deg, rgba(31,13,19,.12) 14%, rgba(31,13,19,.42) 48%, rgba(31,13,19,.98) 100%); inset: 0; position: absolute; z-index: 1; }
.photo-event-info {
  background: linear-gradient(180deg, transparent, rgba(30,12,18,.78) 28%, rgba(30,12,18,.94));
  bottom: 0;
  left: 0;
  padding: 58px 25px 22px;
  position: absolute;
  right: 0;
  text-shadow: 0 2px 8px rgba(0,0,0,.5);
  z-index: 2;
}
.photo-event-date { color: #f2c9a8; font-size: .58rem; font-weight: 600; letter-spacing: .15em; margin-bottom: 7px; text-transform: uppercase; }
.photo-event-info h2 { color: var(--white); font-family: var(--serif); font-size: clamp(1.55rem, 2.5vw, 2.05rem); font-weight: 500; line-height: 1; margin-bottom: 11px; text-shadow: 0 3px 12px rgba(0,0,0,.3); }
.photo-event-info h2 > span { color: #efbd91; font-size: .72em; margin-right: 5px; }
.photo-event-caption { color: rgba(255,255,255,.78); display: -webkit-box; font-family: var(--serif); font-size: .76rem; font-style: italic; line-height: 1.35; margin: -2px 0 11px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.photo-event-details { display: flex; flex-direction: column; font-size: .82rem; font-weight: 500; gap: 7px; }
.photo-event-details span::first-letter { color: #efbd91; }
.photo-event-dress { align-items: center; border-top: 1px solid rgba(255,255,255,.25); display: flex; font-size: .72rem; font-weight: 500; gap: 9px; letter-spacing: .08em; margin-top: 13px; padding-top: 12px; text-transform: uppercase; }
.photo-event-date > span { color: #efbd91; margin-right: 4px; }
.photo-event-dress > span {
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23efbd91' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 9V7a3 3 0 1 0-3-3'/%3E%3Cpath d='m12 9-9 7v2h18v-2l-9-7Z'/%3E%3C/svg%3E");
  display: inline-block;
  flex: 0 0 25px;
  font-size: 0;
  height: 21px;
  margin: 0;
  width: 25px;
}
.photo-event-host, .photo-event-main, .photo-event-day { box-shadow: 0 5px 16px rgba(35,14,20,.2); font-size: .5rem; font-weight: 600; letter-spacing: .1em; padding: 7px 11px; position: absolute; text-transform: uppercase; top: 18px; z-index: 4; }
.photo-event-host { right: 18px; }
.photo-event-host.bride { background: var(--plum); }
.photo-event-host.groom { background: var(--sage); }
.photo-event-host.both { background: var(--gold); color: var(--plum-dark); }
.photo-event-day { background: rgba(255,253,249,.92); color: var(--plum); left: 18px; }
.photo-event-main { background: var(--saffron); left: 18px; top: 54px; }
.wedding-photo-card { grid-column: 1 / -1; justify-self: center; max-width: 437px; width: 100%; }
.event-photo-note { color: #85747a; font-family: var(--serif); font-size: .95rem; font-style: italic; margin-top: 28px; text-align: center; }

@media (max-width: 820px) {
  .photo-events-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wedding-photo-card { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .photo-events-section { padding-top: 55px; }
  .photo-events-grid { grid-template-columns: 1fr; }
  .photo-event-card { aspect-ratio: 4 / 5; margin: 0 auto; max-width: 370px; width: 100%; }
  .wedding-photo-card { grid-column: auto; }
}

/* Reference-inspired numbered event days */
.reference-events-flow { max-width: 1040px; }
.reference-day { border-top: 1px solid var(--line); margin-top: 74px; padding-top: 42px; position: relative; }
.reference-day::before { background: linear-gradient(90deg, var(--gold), var(--saffron)); content: ''; height: 3px; left: 0; position: absolute; top: -2px; width: 72px; }
.reference-day-heading { align-items: center; display: flex; gap: 18px; margin-bottom: 28px; }
.reference-day-heading > span { align-items: center; background: linear-gradient(145deg, var(--saffron), var(--plum)); border: 4px solid var(--white); border-radius: 50%; box-shadow: 0 8px 22px rgba(91,37,51,.2); color: var(--white); display: flex; flex: 0 0 58px; font-family: var(--serif); font-size: 1.7rem; height: 58px; justify-content: center; }
.reference-day-heading p { color: var(--saffron); font-size: .62rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.reference-day-heading h2 { color: var(--plum); font-family: var(--serif); font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 500; line-height: 1; margin: 4px 0 5px; }
.reference-day-heading small { color: #7d6b70; font-family: var(--serif); font-size: 1rem; font-style: italic; }
.reference-day-cards { display: grid; gap: 26px; }
.reference-day-cards.single-card { grid-template-columns: minmax(0, 520px); justify-content: center; }
.reference-day-cards.two-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.reference-day-cards .photo-event-card { aspect-ratio: 4 / 3; }
.reference-day-cards .wedding-photo-card { grid-column: auto; max-width: none; }
.final-reference-day .reference-day-heading > span { background: linear-gradient(145deg, var(--gold), var(--saffron)); }

@media (max-width: 680px) {
  .reference-day-cards.two-cards { grid-template-columns: 1fr; }
  .reference-day-cards .photo-event-card { aspect-ratio: 4 / 5; margin: 0 auto; max-width: 390px; width: 100%; }
  .reference-day { margin-top: 58px; padding-top: 34px; }
  .reference-day-heading { align-items: flex-start; gap: 13px; }
  .reference-day-heading > span { flex-basis: 48px; font-size: 1.35rem; height: 48px; }
}

@media (max-width: 820px) {
  .memory-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .memory-card-wide {
    grid-column: span 2;
  }
}

@media (max-width: 560px) {
  .memories-section {
    padding-top: 56px;
  }
  .memory-gallery {
    display: block;
  }
  .memory-card {
    height: 330px;
    margin-bottom: 18px;
  }
  .memory-note {
    margin-bottom: 18px;
    min-height: 300px;
  }
  .memory-card-wide,
  .memory-card-tall {
    grid-column: auto;
    grid-row: auto;
  }
  .memory-caption {
    padding: 22px;
  }
}

/* Clean upload-focused memories page */
.clean-memories-section {
  max-width: 980px;
}
.clean-memories-intro {
  margin-bottom: 34px;
}
.clean-memories-intro > p:last-child {
  color: #716066;
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.75;
}
.memory-upload-card {
  background:
    radial-gradient(circle at 12% 14%, rgba(199,120,69,.12), transparent 14rem),
    linear-gradient(145deg, rgba(255,253,249,.98), rgba(239,229,215,.82));
  border: 2px solid rgba(178, 138, 84, .48);
  box-shadow: 0 24px 60px rgba(66, 26, 37, .1);
  margin: 0 auto;
  max-width: 720px;
  padding: clamp(28px, 5vw, 46px);
  position: relative;
}
.memory-upload-card::before {
  background: linear-gradient(90deg, var(--saffron), var(--gold), var(--plum));
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.memory-form {
  display: grid;
  gap: 18px;
}
.memory-form input[type="file"] {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.memory-upload-box {
  align-items: center;
  background: rgba(255, 253, 249, .78);
  border: 2px dashed rgba(178, 138, 84, .58);
  cursor: pointer;
  display: grid;
  gap: 6px;
  justify-items: center;
  min-height: 170px;
  padding: 28px;
  text-align: center;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.memory-upload-box:hover {
  background: rgba(255, 253, 249, .94);
  border-color: var(--saffron);
  transform: translateY(-2px);
}
.upload-icon {
  align-items: center;
  background: var(--plum);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  font-family: var(--serif);
  font-size: 2rem;
  height: 52px;
  justify-content: center;
  line-height: 1;
  width: 52px;
}
.memory-upload-box strong {
  color: var(--plum);
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 500;
}
.memory-upload-box small,
.memory-form label span {
  color: #8a777c;
  font-size: .78rem;
}
.memory-preview {
  background: var(--white);
  border: 1px solid rgba(178, 138, 84, .34);
  padding: 12px;
}
.memory-preview img {
  display: block;
  max-height: 360px;
  object-fit: contain;
  width: 100%;
}
.memory-preview button {
  background: transparent;
  border: 0;
  color: var(--plum);
  cursor: pointer;
  display: block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  margin: 12px auto 0;
  text-transform: uppercase;
}
.memory-form > label:not(.memory-upload-box) {
  color: var(--plum);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.memory-form textarea,
.memory-form input[type="text"] {
  background: rgba(255, 253, 249, .9);
  border: 1px solid rgba(91, 37, 51, .2);
  color: var(--ink);
  font: inherit;
  padding: 15px 16px;
  width: 100%;
}
.memory-form textarea:focus,
.memory-form input[type="text"]:focus {
  border-color: var(--saffron);
  outline: 2px solid rgba(199, 120, 69, .16);
}
.memory-form button[type="submit"] {
  justify-self: center;
  margin-top: 6px;
}
.open-memory-dialog {
  background: linear-gradient(135deg, var(--plum), var(--saffron));
  border: 0;
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(91, 37, 51, .18);
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font-family: var(--sans);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  margin-top: 26px;
  padding: 15px 26px;
  text-transform: uppercase;
  transition: transform .25s ease, box-shadow .25s ease;
}
.open-memory-dialog:hover {
  box-shadow: 0 22px 44px rgba(91, 37, 51, .24);
  transform: translateY(-3px);
}
.dialog-open { overflow: hidden; }
.memory-dialog[hidden] { display: none; }
.memory-dialog {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 500;
}
.memory-dialog-backdrop {
  backdrop-filter: blur(6px);
  background: rgba(35, 14, 20, .52);
  inset: 0;
  position: absolute;
}
.memory-dialog-panel {
  background:
    radial-gradient(circle at 12% 10%, rgba(199,120,69,.12), transparent 15rem),
    var(--paper);
  border: 2px solid rgba(178, 138, 84, .58);
  box-shadow: 0 32px 90px rgba(35, 14, 20, .32);
  max-height: min(88vh, 820px);
  max-width: 680px;
  overflow-y: auto;
  padding: clamp(28px, 5vw, 44px);
  position: relative;
  width: min(100%, 680px);
}
.memory-dialog-panel::before {
  background: linear-gradient(90deg, var(--saffron), var(--gold), var(--plum));
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.memory-dialog-close {
  background: var(--white);
  border: 1px solid rgba(178, 138, 84, .34);
  border-radius: 50%;
  color: var(--plum);
  cursor: pointer;
  font-size: 1.7rem;
  height: 38px;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 38px;
}
.memory-dialog-heading {
  margin: 0 auto 24px;
  max-width: 520px;
  padding-right: 28px;
  text-align: center;
}
.memory-dialog-heading h2 {
  color: var(--plum);
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 500;
  line-height: 1;
  margin: 10px 0 12px;
}
.memory-dialog-heading p:last-child {
  color: #716066;
  font-family: var(--serif);
  font-size: 1.06rem;
}
.memory-form-msg {
  color: var(--sage);
  font-size: .88rem;
  text-align: center;
}
.guest-memory-area {
  border-top: 1px solid var(--line);
  margin-top: 76px;
  padding-top: 58px;
}
.guest-memory-heading {
  margin: 0 auto 28px;
  max-width: 640px;
  text-align: center;
}
.guest-memory-empty {
  background: rgba(255, 253, 249, .66);
  border: 1px solid rgba(178, 138, 84, .3);
  color: #78666b;
  margin: 0 auto;
  max-width: 620px;
  padding: 28px;
  text-align: center;
}
.guest-memory-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.guest-memory-card {
  background: var(--white);
  border: 1px solid rgba(178, 138, 84, .34);
  box-shadow: 0 18px 44px rgba(66, 26, 37, .08);
  overflow: hidden;
}
.guest-memory-card img {
  display: block;
  height: 260px;
  object-fit: cover;
  width: 100%;
}
.guest-memory-card div {
  padding: 20px;
}
.guest-memory-message {
  color: #6f5e63;
  font-family: var(--serif);
  font-size: 1.08rem;
  font-style: italic;
  line-height: 1.55;
  margin-bottom: 10px;
}
.guest-memory-name {
  color: var(--saffron);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .guest-memory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .memory-upload-card {
    padding: 26px 18px;
  }
  .guest-memory-grid {
    grid-template-columns: 1fr;
  }
}

/* Smartphone-first polish */
@media (max-width: 640px) {
  html {
    font-size: 15px;
  }

  body {
    overflow-x: hidden;
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  body::after {
    display: none;
  }

  nav {
    padding-inline: 2px;
  }

  nav a:not(.nav-mark) {
    font-size: .6rem;
    letter-spacing: .02em;
    min-height: 68px;
    padding: 7px 1px 6px;
  }

  nav .nav-icon {
    font-size: 1.46rem;
    height: 27px;
  }

  main {
    overflow: hidden;
  }

  .page-header {
    padding: 58px 18px 54px;
  }

  .page-header h1 {
    font-size: clamp(2.45rem, 15vw, 4rem);
    letter-spacing: .04em;
  }

  .page-header .subtitle {
    font-size: 1.18rem;
  }

  .events-hero-note,
  .memories-hero-note,
  .story-hero-note {
    font-size: .54rem;
    letter-spacing: .12em;
    line-height: 1.65;
  }

  section {
    max-width: 100%;
    padding: 54px 16px;
  }

  section::after {
    display: none;
  }

  .section-title,
  .intro h2 {
    font-size: clamp(2.15rem, 11vw, 3.05rem);
    line-height: 1;
  }

  .eyebrow {
    font-size: .58rem;
    letter-spacing: .2em;
  }

  .ornament {
    margin-bottom: 32px;
  }

  .ornament::before,
  .ornament::after {
    width: 42px;
  }

  .hero {
    min-height: auto;
    padding: 46px 14px 58px;
  }

  .home-page .hero-inner::before,
  .home-page .hero-inner::after {
    display: none;
  }

  .ganesha-invocation {
    font-size: .98rem;
    margin-bottom: 20px;
  }

  .ganesha-invocation .om {
    font-size: 2rem;
  }

  .hero h1.couple-names {
    display: grid;
    gap: .06em;
    line-height: 1;
    margin: 24px 0 20px;
  }

  .hero h1 .amp {
    font-size: .42em;
    margin: -.08em 0 -.02em;
  }

  .announce {
    font-size: 1.25rem;
  }

  .countdown-shell {
    margin-top: 24px;
    padding: 20px 12px 19px;
  }

  .countdown {
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }

  .time-box {
    border-radius: 12px;
    padding: 13px 6px 11px;
  }

  .time-box .num {
    font-size: 1.8rem;
  }

  .countdown-divider {
    margin-top: 16px;
  }

  .countdown-divider::before,
  .countdown-divider::after {
    width: 56px;
  }

  .scroll-note {
    font-size: .5rem;
    letter-spacing: .13em;
    margin-top: 24px;
  }

  .monogram-story {
    padding-top: 48px;
  }

  .monogram-card,
  .memory-upload-card,
  .venue-card,
  .home-card,
  .story-finale,
  .rsvp-form,
  .rsvp-intro {
    border-radius: 18px;
  }

  .monogram-card {
    padding: 26px 18px;
  }

  .monogram-image-wrap {
    min-height: 170px;
    max-width: 170px;
  }

  .monogram-image-wrap img {
    max-height: 140px;
  }

  .monogram-copy h2 {
    font-size: 2.25rem;
  }

  .monogram-copy p:not(.eyebrow),
  .intro p:not(.eyebrow),
  .story-intro > p:last-child,
  .clean-memories-intro > p:last-child,
  .events-intro > p:last-child,
  .discover-heading > p:last-child {
    font-size: 1.08rem;
    line-height: 1.65;
  }

  .intro {
    padding-top: 70px;
    padding-bottom: 42px;
  }

  .home-links {
    gap: 14px;
    padding: 8px 16px 74px;
  }

  .home-card {
    min-height: 0;
    padding: 26px 22px;
  }

  .home-card h3 {
    font-size: 1.7rem;
    margin: 20px 0 6px;
  }

  .story-hero {
    padding-bottom: 60px;
  }

  .story-intro {
    padding-bottom: 62px;
  }

  .story-timeline {
    padding: 8px 14px 70px;
  }

  .story-timeline::before {
    left: 22px;
  }

  .story-chapter {
    gap: 22px;
    margin-bottom: 66px;
    padding-left: 34px;
  }

  .story-chapter::before {
    font-size: .5rem;
    height: 24px;
    left: -2px;
    top: 28px;
    width: 24px;
  }

  .story-media {
    max-width: 280px;
  }

  .story-photo,
  .finale-photo {
    border-width: 6px;
    max-width: 280px;
  }

  .photo-caption {
    font-size: .96rem;
    margin-top: 11px;
  }

  .chapter-copy {
    padding: 0;
  }

  .chapter-copy h2 {
    font-size: 2.05rem;
    margin-bottom: 14px;
  }

  .chapter-copy > p:not(.chapter-kicker),
  .finale-copy > p:not(.eyebrow):not(.finale-toast) {
    font-size: 1.03rem;
    line-height: 1.65;
  }

  .chapter-copy blockquote {
    font-size: 1.15rem;
    margin-top: 18px;
  }

  .story-finale {
    margin-bottom: 60px;
    padding: 22px;
  }

  .events-section,
  .photo-events-section,
  .reference-events-flow {
    padding-top: 52px;
  }

  .side-legend {
    display: grid;
    gap: 8px;
    justify-items: center;
    width: 100%;
  }

  .reference-day {
    margin-top: 48px;
    padding-top: 28px;
  }

  .reference-day-heading {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
  }

  .reference-day-heading > span {
    border-width: 3px;
    flex-basis: 44px;
    font-size: 1.28rem;
    height: 44px;
  }

  .reference-day-heading p {
    font-size: .54rem;
    letter-spacing: .1em;
  }

  .reference-day-heading h2 {
    font-size: 1.85rem;
  }

  .reference-day-heading small {
    font-size: .92rem;
  }

  .reference-day-cards,
  .reference-day-cards.two-cards,
  .reference-day-cards.single-card {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .reference-day-cards .photo-event-card,
  .photo-event-card {
    aspect-ratio: 3 / 4;
    max-width: none;
    width: 100%;
  }

  .photo-event-info {
    padding: 54px 18px 18px;
  }

  .photo-event-info h2 {
    font-size: 1.62rem;
  }

  .photo-event-caption {
    -webkit-line-clamp: 3;
    font-size: .78rem;
  }

  .photo-event-details {
    font-size: .8rem;
  }

  .photo-event-host,
  .photo-event-main,
  .photo-event-day {
    font-size: .46rem;
    padding: 6px 9px;
    top: 14px;
  }

  .photo-event-host {
    right: 14px;
  }

  .photo-event-main {
    left: 14px;
    top: 48px;
  }

  .venue-intro {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .venue-grid {
    gap: 18px;
  }

  .venue-card {
    padding: 26px 18px;
  }

  .venue-card .event-name {
    font-size: 1.22rem;
  }

  .venue-card h3 {
    font-size: 1.75rem;
    line-height: 1.05;
  }

  .venue-card .event-date {
    font-size: .58rem;
    margin-bottom: 14px;
  }

  .venue-card .address,
  .venue-card .notes {
    font-size: .8rem;
  }

  .venue-card .notes {
    font-size: .98rem;
  }

  .venue-grid .wedding-featured {
    padding: 30px 18px;
  }

  .wedding-featured .event-name {
    font-size: 1.35rem;
  }

  .wedding-featured h3 {
    font-size: 2.15rem;
  }

  .map-wrap,
  .venue-grid .map-wrap,
  .venue-grid .wedding-featured .map-wrap {
    margin: 22px -18px -26px;
    padding-top: 18px;
  }

  .venue-card iframe,
  .wedding-featured iframe {
    height: 210px;
  }

  .directions {
    bottom: 14px;
  }

  .directions a,
  form button,
  .open-memory-dialog {
    border-radius: 999px;
    font-size: .62rem;
    min-height: 46px;
    padding: 13px 18px;
  }

  .discover-delhi,
  .travel-tips,
  .guest-memory-area {
    margin-top: 54px;
    padding-top: 48px;
  }

  .discover-grid,
  .tips-grid {
    gap: 16px;
  }

  .discover-visual {
    height: 190px;
  }

  .discover-copy,
  .tip-card {
    padding: 22px 18px;
  }

  .rsvp-section {
    padding-top: 52px;
  }

  .rsvp-intro,
  .rsvp-form {
    padding: 24px 18px;
  }

  .rsvp-request {
    font-size: 1.15rem;
    line-height: 1.6;
  }

  .attendance-options {
    gap: 12px;
  }

  .response-card {
    padding: 16px 14px;
  }

  input,
  textarea,
  button {
    font-size: 16px;
  }

  .clean-memories-section {
    padding-top: 52px;
  }

  .open-memory-dialog {
    margin-top: 22px;
  }

  .memory-dialog {
    align-items: flex-end;
    padding: 0;
  }

  .memory-dialog-panel {
    border-radius: 22px 22px 0 0;
    border-width: 1px 1px 0;
    max-height: 88svh;
    padding: 34px 18px 22px;
    width: 100%;
  }

  .memory-dialog-close {
    right: 12px;
    top: 12px;
  }

  .memory-dialog-heading {
    padding-right: 0;
  }

  .memory-dialog-heading h2 {
    font-size: 2.1rem;
  }

  .memory-upload-box {
    min-height: 138px;
    padding: 22px 14px;
  }

  .upload-icon {
    height: 44px;
    width: 44px;
  }

  .memory-upload-box strong {
    font-size: 1.42rem;
  }

  .memory-preview img {
    max-height: 250px;
  }

  .guest-memory-grid {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .guest-memory-card {
    border-radius: 16px;
  }

  .guest-memory-card img {
    height: 230px;
  }

  footer {
    padding: 42px 16px 36px;
  }

  footer .blessing {
    font-size: 1.75rem;
  }

  footer p:last-child {
    font-size: .58rem;
    line-height: 1.6;
  }
}

@media (max-width: 380px) {
  .mobile-logo-mark {
    background-size: 28px auto;
    height: 64px;
    left: 10px;
    width: 44px;
  }

  nav a:not(.nav-mark) {
    font-size: .56rem;
  }

  nav .nav-icon {
    font-size: 1.34rem;
  }

  .hero h1.couple-names {
    font-size: clamp(3rem, 16vw, 4.5rem);
  }

  .time-box .num {
    font-size: 1.55rem;
  }
}
