:root {
  --ink: #fff8e8;
  --muted: #cbbf9c;
  --paper: #071413;
  --cream: #fff6dc;
  --emerald: #0f3d36;
  --kumkum: #83d6c8;
  --leaf: #a9d78b;
  --gold: #d7a84f;
  --gold-soft: #f1d9a1;
  --soft: #0d2723;
  --line: rgba(215, 168, 79, 0.24);
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(215, 168, 79, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(215, 168, 79, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 16% 8%, rgba(29, 105, 91, 0.62), transparent 27rem),
    radial-gradient(circle at 86% 18%, rgba(166, 210, 132, 0.16), transparent 22rem),
    radial-gradient(circle at 52% 0%, rgba(215, 168, 79, 0.14), transparent 30rem),
    linear-gradient(180deg, #071413 0%, #0d201e 42%, #050b0a 100%);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
  animation: ambientShift 18s ease-in-out infinite alternate;
}

body::before,
body::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: clamp(0.55rem, 1.8vw, 1.15rem);
  background:
    linear-gradient(var(--gold), var(--gold)) center / 2px 100% no-repeat,
    repeating-linear-gradient(180deg, rgba(240, 217, 161, 0.9) 0 12px, transparent 12px 24px);
  opacity: 0.56;
  animation: borderGlow 5s ease-in-out infinite alternate;
}

body::before {
  left: clamp(0.35rem, 1.5vw, 1.4rem);
}

body::after {
  right: clamp(0.35rem, 1.5vw, 1.4rem);
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(215, 168, 79, 0.28);
  background: rgba(7, 20, 19, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgba(215, 168, 79, 0.85);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 20%, #1c7567, var(--emerald) 70%);
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.brand span {
  color: var(--gold-soft);
  margin: 0 0.08rem;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(0.75rem, 2.3vw, 1.8rem);
  color: var(--gold-soft);
  font-size: 0.9rem;
}

nav a {
  position: relative;
  text-decoration: none;
}

nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.3rem;
  left: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

nav a:hover {
  color: var(--kumkum);
}

nav a:hover::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  min-height: calc(100vh - 4.65rem);
  display: grid;
  grid-template-columns: minmax(19rem, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  margin: clamp(1rem, 3vw, 2rem) clamp(1.6rem, 6vw, 6rem) clamp(1rem, 3vw, 2rem);
  padding: clamp(1.35rem, 3vw, 2.2rem);
  border: 1px solid rgba(215, 168, 79, 0.5);
  outline: 1px solid rgba(240, 217, 161, 0.17);
  outline-offset: -0.7rem;
  background:
    linear-gradient(135deg, rgba(11, 43, 38, 0.9), rgba(5, 12, 11, 0.88)),
    radial-gradient(circle at 8% 8%, rgba(215, 168, 79, 0.18), transparent 18rem);
  box-shadow: 0 1.7rem 4rem rgba(0, 0, 0, 0.36);
  overflow: hidden;
  animation: revealUp 700ms ease both;
}

.hero::before {
  animation: cornerPulse 4s ease-in-out infinite alternate;
}

.hero::after {
  animation: cornerPulse 4s ease-in-out 1s infinite alternate;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  width: clamp(3.5rem, 9vw, 7rem);
  height: clamp(3.5rem, 9vw, 7rem);
  border: 2px solid rgba(215, 168, 79, 0.55);
  pointer-events: none;
}

.hero::before {
  top: 1rem;
  left: 1rem;
  border-right: 0;
  border-bottom: 0;
}

.hero::after {
  right: 1rem;
  bottom: 1rem;
  border-left: 0;
  border-top: 0;
}

.hero-media {
  min-height: min(70vh, 44rem);
  border: 10px solid rgba(255, 246, 220, 0.88);
  border-radius: 999px 999px 12px 12px;
  background: linear-gradient(180deg, rgba(7, 20, 19, 0), rgba(7, 20, 19, 0.28)), url("public/divya-prathik-portrait.png") center 34% / cover;
  box-shadow:
    0 0 0 1px rgba(215, 168, 79, 0.82),
    0 0 3rem rgba(215, 168, 79, 0.18),
    0 1.6rem 3.4rem rgba(0, 0, 0, 0.45);
  animation: portraitFloat 6s ease-in-out infinite;
}

.hero-copy {
  max-width: 49rem;
  text-align: center;
  justify-self: center;
}

.blessing-mark {
  margin: 0 auto 0.2rem;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  letter-spacing: 0.3em;
  animation: shimmerText 3.8s ease-in-out infinite;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.75rem;
  color: var(--kumkum);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

h1 {
  color: var(--cream);
  font-size: clamp(3.25rem, 7.2vw, 7.1rem);
  line-height: 0.95;
  text-shadow: 0 0.14rem 1.4rem rgba(215, 168, 79, 0.22);
  animation: revealUp 750ms ease 120ms both;
}

h2 {
  font-size: clamp(2.2rem, 5vw, 4.7rem);
  line-height: 0.98;
}

h3 {
  margin: 0 0 0.6rem;
  font-size: 1.15rem;
}

.hero-date {
  margin: 1.6rem 0 0;
  color: var(--leaf);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 4vw, 3rem);
}

.hero-note {
  max-width: 37rem;
  margin: 1.2rem auto 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.countdown {
  width: min(100%, 40rem);
  margin: 1.5rem auto 0;
  padding: 1rem;
  border: 1px solid rgba(215, 168, 79, 0.4);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(14, 55, 49, 0.86), rgba(7, 20, 19, 0.74));
  box-shadow: inset 0 0 0 1px rgba(240, 217, 161, 0.07);
  animation: revealUp 700ms ease 220ms both;
}

.countdown-title,
.countdown-message {
  margin: 0;
  color: var(--kumkum);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0.8rem 0;
}

.countdown-grid div {
  min-height: 5.6rem;
  display: grid;
  place-items: center;
  padding: 0.65rem 0.35rem;
  border: 1px solid rgba(215, 168, 79, 0.42);
  border-radius: 8px;
  background: linear-gradient(180deg, #15594e, #092621);
  color: var(--paper);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.countdown-grid div:hover {
  transform: translateY(-0.2rem);
  border-color: rgba(215, 168, 79, 0.75);
  box-shadow: 0 0.8rem 1.5rem rgba(0, 0, 0, 0.24), 0 0 1.4rem rgba(131, 214, 200, 0.16);
}

.countdown-grid strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1;
}

.countdown-grid span {
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
  justify-content: center;
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.25rem;
  border: 1px solid var(--gold);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button.primary {
  background: linear-gradient(135deg, var(--gold), #f3d78e);
  color: #092621;
}

.button.secondary {
  background: rgba(255, 246, 220, 0.08);
  color: var(--gold-soft);
}

.button:hover {
  transform: translateY(-0.15rem);
  box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.24);
}

.button.large {
  min-width: min(100%, 16rem);
}

.intro,
.story-section,
.events-section,
.travel-section,
.rsvp-section {
  padding: clamp(3.2rem, 7vw, 6.5rem) clamp(1.6rem, 6vw, 6rem);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 1.1fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  margin: clamp(1.2rem, 3vw, 2rem) clamp(1.6rem, 6vw, 6rem);
  border: 1px solid rgba(215, 168, 79, 0.36);
  background:
    linear-gradient(90deg, rgba(215, 168, 79, 0.08), transparent 28%),
    rgba(9, 35, 31, 0.76);
  animation: revealUp 700ms ease both;
}

.intro p,
.rsvp-section p,
.travel-grid p,
.story-grid p,
.event-card p {
  color: var(--muted);
  line-height: 1.75;
}

.invitation-copy {
  display: grid;
  gap: 0.85rem;
}

.invitation-copy p {
  margin: 0;
}

.section-heading {
  max-width: 52rem;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
}

.story-grid,
.travel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.story-grid article,
.travel-grid article,
.event-card {
  border: 1px solid rgba(215, 168, 79, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(12, 48, 42, 0.92), rgba(7, 20, 18, 0.84));
  box-shadow: 0 0.8rem 2.2rem rgba(0, 0, 0, 0.22);
  transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
}

.story-grid article:hover,
.travel-grid article:hover,
.event-card:hover {
  transform: translateY(-0.22rem);
  border-color: rgba(215, 168, 79, 0.58);
  box-shadow: 0 1.1rem 2.8rem rgba(0, 0, 0, 0.28), 0 0 1.6rem rgba(131, 214, 200, 0.08);
}

.story-grid article,
.travel-grid article {
  padding: clamp(1.2rem, 3vw, 2rem);
}

.map-link {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.75rem;
  padding: 0.62rem 0.9rem;
  border: 1px solid rgba(215, 168, 79, 0.55);
  border-radius: 999px;
  background: rgba(255, 246, 220, 0.08);
  color: var(--gold-soft);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.map-link:hover {
  background: var(--gold);
  color: #071413;
  transform: translateY(-0.12rem);
}

.story-grid span {
  display: inline-block;
  margin-bottom: 1.25rem;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.event-list {
  display: grid;
  gap: 1rem;
}

.event-card {
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
  padding: clamp(1.1rem, 3vw, 2rem);
}

.event-card.featured {
  background:
    linear-gradient(135deg, rgba(26, 110, 96, 0.48), rgba(9, 42, 36, 0.94));
  border-color: rgba(131, 214, 200, 0.38);
}

.event-date {
  min-height: 7rem;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgba(215, 168, 79, 0.48);
  background: linear-gradient(180deg, #176758, #0b302a);
  color: var(--cream);
}

.event-date span {
  display: block;
  color: var(--gold-soft);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.event-date strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
  font-weight: 500;
}

.event-meta {
  margin-bottom: 0;
  color: var(--leaf) !important;
  font-weight: 800;
}

.visual-band {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: clamp(0.75rem, 2vw, 1.1rem);
  padding: 0 clamp(1.6rem, 6vw, 6rem);
}

.visual-band img {
  width: 100%;
  height: clamp(16rem, 34vw, 30rem);
  object-fit: cover;
  border: 8px solid rgba(255, 246, 220, 0.86);
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(215, 168, 79, 0.58), 0 1rem 2rem rgba(0, 0, 0, 0.34);
  transition: transform 220ms ease, filter 220ms ease, box-shadow 220ms ease;
}

.visual-band img:nth-child(2) {
  transform: translateY(2rem);
}

.visual-band img:hover {
  filter: saturate(1.08) brightness(1.06);
  box-shadow: 0 0 0 1px rgba(215, 168, 79, 0.75), 0 1.2rem 2.6rem rgba(0, 0, 0, 0.38);
}

.visual-band img:not(:nth-child(2)):hover {
  transform: translateY(-0.25rem);
}

.visual-band img:nth-child(2):hover {
  transform: translateY(1.75rem);
}

.travel-section {
  padding-top: clamp(5rem, 10vw, 9rem);
}

.rsvp-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  margin: clamp(1rem, 6vw, 6rem);
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 8px;
  border: 1px solid rgba(215, 168, 79, 0.55);
  background:
    linear-gradient(rgba(7, 20, 19, 0.86), rgba(13, 48, 42, 0.9)),
    url("public/divya-prathik-portrait.png") center 38% / cover;
  color: var(--cream);
  animation: revealUp 700ms ease both;
}

.rsvp-section .section-kicker,
.rsvp-section p {
  color: rgba(255, 250, 244, 0.82);
}

.rsvp-section h2 {
  max-width: 48rem;
}

.rsvp-section .button.primary {
  border-color: var(--gold-soft);
  background: var(--gold-soft);
  color: #092621;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem clamp(1rem, 6vw, 6rem);
  color: var(--muted);
  border-top: 1px solid rgba(215, 168, 79, 0.3);
  background: rgba(5, 11, 10, 0.68);
}

footer p:first-child {
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
  }

  nav {
    max-width: 18rem;
  }

  .hero,
  .intro,
  .rsvp-section {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 1.5rem;
  }

  .hero-media {
    min-height: 42vh;
    border-radius: 0 4rem 0 4rem;
    order: -1;
  }

  .story-grid,
  .travel-grid,
  .visual-band {
    grid-template-columns: 1fr;
  }

  .visual-band img:nth-child(2) {
    transform: none;
  }

  .event-card {
    grid-template-columns: 1fr;
  }

  .event-date {
    min-height: auto;
    justify-content: start;
    padding: 1rem;
    text-align: left;
  }

  footer {
    display: block;
  }
}

@media (max-width: 520px) {
  .site-header {
    position: static;
  }

  nav {
    gap: 0.7rem;
    font-size: 0.82rem;
  }

  h1 {
    font-size: clamp(3.4rem, 22vw, 5.6rem);
  }

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

  .button {
    width: 100%;
  }
}

@keyframes ambientShift {
  from {
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  }

  to {
    background-position: 18px 12px, 12px 18px, 2% 1%, 98% 16%, 52% 2%, 0 0;
  }
}

@keyframes borderGlow {
  from {
    opacity: 0.36;
  }

  to {
    opacity: 0.68;
  }
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(0.8rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes portraitFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.45rem);
  }
}

@keyframes cornerPulse {
  from {
    opacity: 0.45;
  }

  to {
    opacity: 0.95;
  }
}

@keyframes shimmerText {
  0%,
  100% {
    text-shadow: 0 0 0 rgba(215, 168, 79, 0);
  }

  50% {
    text-shadow: 0 0 1.2rem rgba(215, 168, 79, 0.45);
  }
}

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

/* Sage editorial theme inspired by the reference invitation. */
:root {
  --ink: #263323;
  --muted: #68725d;
  --paper: #b8bea7;
  --cream: #f6efe3;
  --emerald: #3f553e;
  --kumkum: #6d7b61;
  --leaf: #3f553e;
  --gold: #c1a162;
  --gold-soft: #eadcc0;
  --soft: #e7dfcf;
  --line: rgba(63, 85, 62, 0.18);
}

body {
  background:
    linear-gradient(rgba(184, 190, 167, 0.76), rgba(184, 190, 167, 0.82)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=80") center / cover fixed;
  color: var(--ink);
  animation: none;
}

body::before,
body::after {
  display: none;
}

.site-header {
  width: min(100% - 2rem, 58rem);
  margin: 1rem auto 0;
  border: 1px solid rgba(246, 239, 227, 0.28);
  border-radius: 999px;
  background: rgba(63, 85, 62, 0.7);
  box-shadow: 0 1rem 2rem rgba(28, 36, 26, 0.18);
}

.brand {
  border-color: rgba(246, 239, 227, 0.55);
  background: rgba(246, 239, 227, 0.12);
  color: var(--cream);
}

nav {
  color: var(--cream);
}

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

.hero {
  width: min(100% - 2rem, 58rem);
  min-height: 42rem;
  display: grid;
  grid-template-columns: 1fr;
  margin: 2rem auto 0;
  padding: 0;
  overflow: hidden;
  border: 10px solid rgba(10, 13, 10, 0.9);
  border-radius: 18px;
  outline: 0;
  background:
    linear-gradient(rgba(42, 55, 39, 0.42), rgba(42, 55, 39, 0.52)),
    url("public/divya-prathik-portrait.png") center 34% / cover;
  box-shadow: 0 2.5rem 4rem rgba(28, 36, 26, 0.38);
  animation: revealUp 700ms ease both;
}

.hero::before,
.hero::after {
  display: none;
}

.hero-media {
  display: none;
}

.hero-copy {
  width: 100%;
  min-height: 42rem;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: clamp(2rem, 6vw, 5rem);
  color: var(--cream);
  text-align: center;
}

.blessing-mark,
.eyebrow {
  color: rgba(246, 239, 227, 0.84);
}

h1 {
  max-width: 42rem;
  color: var(--cream);
  font-size: clamp(4rem, 11vw, 8.4rem);
  line-height: 0.86;
  text-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.28);
}

.hero-date {
  color: var(--cream);
  font-size: clamp(1.4rem, 3vw, 2.15rem);
}

.hero-note {
  max-width: 31rem;
  color: rgba(246, 239, 227, 0.9);
}

.countdown {
  background: rgba(63, 85, 62, 0.78);
  border-color: rgba(246, 239, 227, 0.26);
  color: var(--cream);
  backdrop-filter: blur(8px);
}

.countdown-title,
.countdown-message {
  color: rgba(246, 239, 227, 0.9);
}

.countdown-grid div {
  background: rgba(246, 239, 227, 0.92);
  border-color: rgba(246, 239, 227, 0.5);
  color: var(--ink);
}

.countdown-grid span {
  color: var(--muted);
}

.button.primary {
  border-color: var(--cream);
  background: var(--cream);
  color: var(--emerald);
}

.button.secondary {
  border-color: rgba(246, 239, 227, 0.72);
  background: rgba(246, 239, 227, 0.12);
  color: var(--cream);
}

.intro,
.story-section,
.events-section,
.travel-section,
.rsvp-section,
.visual-band,
footer {
  width: min(100% - 2rem, 58rem);
  margin-right: auto;
  margin-left: auto;
}

.intro {
  grid-template-columns: 1fr;
  margin-top: 0;
  padding: clamp(3rem, 7vw, 5rem);
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(rgba(63, 85, 62, 0.82), rgba(63, 85, 62, 0.82)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1400&q=80") center / cover;
  color: var(--cream);
  text-align: center;
}

.intro .section-kicker,
.intro h2,
.intro p {
  color: var(--cream);
}

.intro h2::first-line {
  font-style: italic;
}

.invitation-copy {
  max-width: 42rem;
  margin: 0 auto;
}

.story-section,
.travel-section {
  background: rgba(246, 239, 227, 0.96);
}

.events-section {
  padding-top: clamp(3rem, 7vw, 5rem);
  background: var(--cream);
  text-align: center;
}

.section-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-kicker {
  color: var(--emerald);
}

h2 {
  color: var(--ink);
  font-size: clamp(2.4rem, 6vw, 4.4rem);
}

.story-grid,
.travel-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-grid article,
.travel-grid article,
.event-card {
  border-color: rgba(63, 85, 62, 0.18);
  background: rgba(255, 252, 246, 0.78);
  box-shadow: none;
}

.story-grid article:hover,
.travel-grid article:hover,
.event-card:hover {
  border-color: rgba(63, 85, 62, 0.34);
  box-shadow: 0 1rem 2rem rgba(28, 36, 26, 0.08);
}

.event-list {
  grid-template-columns: 1fr;
}

.event-card {
  text-align: left;
}

.event-card.featured {
  background: rgba(255, 252, 246, 0.9);
  border-color: rgba(63, 85, 62, 0.24);
}

.event-date {
  background: var(--emerald);
  color: var(--cream);
}

.event-date span,
.event-date strong {
  color: var(--cream);
}

.event-meta {
  color: var(--emerald) !important;
}

.map-link {
  border-color: rgba(63, 85, 62, 0.3);
  background: rgba(63, 85, 62, 0.08);
  color: var(--emerald);
}

.map-link:hover {
  background: var(--emerald);
  color: var(--cream);
}

.visual-band {
  padding: 0;
  background: var(--cream);
}

.visual-band img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: saturate(0.86) contrast(0.96);
}

.travel-section {
  padding-top: clamp(3rem, 7vw, 5rem);
}

.rsvp-section {
  grid-template-columns: minmax(0, 1fr);
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(rgba(63, 85, 62, 0.9), rgba(63, 85, 62, 0.9)),
    url("public/divya-prathik-portrait.png") center 38% / cover;
  color: var(--cream);
}

.rsvp-section .section-kicker,
.rsvp-section p,
.rsvp-section h2 {
  color: var(--cream);
}

.rsvp-section .button.primary {
  width: fit-content;
  border-color: var(--cream);
  background: var(--cream);
  color: var(--emerald);
}

footer {
  padding: 2rem;
  background: var(--cream);
  color: var(--muted);
  border: 0;
}

footer p:first-child {
  color: var(--emerald);
}

@media (max-width: 860px) {
  .site-header,
  .hero,
  .intro,
  .story-section,
  .events-section,
  .travel-section,
  .rsvp-section,
  .visual-band,
  footer {
    width: min(100% - 1rem, 58rem);
  }

  .hero,
  .hero-copy {
    min-height: 36rem;
  }

  .story-grid,
  .travel-grid {
    grid-template-columns: 1fr;
  }
}

/* Cinematic forest theme matching the supplied reference. */
:root {
  --ink: #172015;
  --muted: #596554;
  --paper: #f5efe5;
  --cream: #fffaf1;
  --emerald: #304a32;
  --kumkum: #d8d0c1;
  --leaf: #45613f;
  --gold: #d8c79c;
  --gold-soft: #f2e9d2;
  --soft: #ebe2d3;
  --line: rgba(48, 74, 50, 0.18);
}

body {
  background: #0a0d09;
  color: var(--ink);
  animation: none;
}

.site-header {
  width: 100%;
  min-height: 9.25rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin: 0;
  padding: 1.8rem clamp(1.4rem, 4vw, 4.4rem);
  border: 0;
  border-radius: 0;
  background: #030403;
  box-shadow: none;
}

.nav-left,
.site-header nav {
  display: flex;
  justify-content: flex-start;
  gap: clamp(1rem, 2.4vw, 1.7rem);
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  font-weight: 700;
}

.header-rsvp {
  justify-self: end;
  display: inline-flex;
  min-width: 8.4rem;
  min-height: 5.2rem;
  align-items: center;
  justify-content: center;
  background: var(--cream);
  color: #030403;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.header-rsvp:hover {
  transform: translateY(-0.12rem);
  background: var(--gold-soft);
}

.brand {
  display: none;
}

.hero {
  width: 100%;
  min-height: calc(100vh - 9.25rem);
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background:
    linear-gradient(rgba(7, 9, 6, 0.18), rgba(7, 9, 6, 0.28)),
    url("public/divya-prathik-forest.png") center 48% / cover;
  box-shadow: none;
}

.hero-copy {
  min-height: calc(100vh - 9.25rem);
  align-content: start;
  padding-top: clamp(4.5rem, 10vw, 7rem);
  color: var(--cream);
}

.blessing-mark {
  display: none;
}

.eyebrow {
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

h1 {
  max-width: 56rem;
  margin-top: 1.9rem;
  color: var(--cream);
  font-size: clamp(4.4rem, 9vw, 8.8rem);
  line-height: 0.92;
}

.hero-date {
  margin-top: 2rem;
  color: var(--cream);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.18em;
}

.hero-note {
  display: none;
}

.countdown {
  margin-top: 2.2rem;
  background: rgba(3, 4, 3, 0.42);
  border-color: rgba(255, 250, 241, 0.26);
}

.hero-actions {
  display: none;
}

.intro,
.story-section,
.events-section,
.travel-section,
.rsvp-section,
.visual-band,
footer {
  width: min(100%, 50rem);
}

.intro {
  margin-top: 0;
  background:
    linear-gradient(rgba(48, 74, 50, 0.84), rgba(48, 74, 50, 0.84)),
    url("public/divya-prathik-forest.png") center 54% / cover;
}

.story-section,
.events-section,
.travel-section,
footer {
  background: rgba(246, 239, 227, 0.78);
}

.visual-band {
  grid-template-columns: 1fr;
}

.visual-band img:first-child {
  content: url("public/divya-prathik-forest.png");
}

.visual-band img:nth-child(2),
.visual-band img:nth-child(3) {
  display: none;
}

.visual-band img {
  height: clamp(24rem, 54vw, 38rem);
}

.rsvp-section {
  background:
    linear-gradient(rgba(48, 74, 50, 0.9), rgba(48, 74, 50, 0.9)),
    url("public/divya-prathik-forest.png") center / cover;
}

@media (max-width: 860px) {
  .site-header {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 1.1rem;
    padding: 1.3rem;
    text-align: center;
  }

  .nav-left,
  .site-header nav {
    justify-content: center;
    max-width: none;
  }

  .header-rsvp {
    justify-self: center;
    min-width: 7rem;
    min-height: 3.4rem;
  }

  .hero,
  .hero-copy {
    min-height: 42rem;
  }

  .hero-copy {
    padding-top: 3rem;
  }
}

/* Fixed scenic 16:9 background theme. */
html {
  background: #0a0d09;
}

body {
  background: #0a0d09;
  color: var(--ink);
}

body::before {
  display: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  display: block;
  width: auto;
  background:
    linear-gradient(rgba(4, 6, 4, 0.18), rgba(4, 6, 4, 0.34)),
    linear-gradient(rgba(48, 74, 50, 0.12), rgba(48, 74, 50, 0.12));
  opacity: 1;
  pointer-events: none;
}

.site-bg-video {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.site-header,
main,
footer {
  position: relative;
  z-index: 2;
}

.hero {
  background: transparent;
}

.hero-copy {
  background: linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.18));
}

.intro,
.story-section,
.events-section,
.travel-section,
.rsvp-section,
.visual-band,
footer {
  position: relative;
  background: rgba(246, 239, 227, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.18);
}

.intro,
.rsvp-section {
  background: rgba(48, 74, 50, 0.78);
  color: var(--cream);
}

.intro .section-kicker,
.intro h2,
.intro p,
.rsvp-section .section-kicker,
.rsvp-section p,
.rsvp-section h2 {
  color: var(--cream);
}

.visual-band {
  background: rgba(246, 239, 227, 0.9);
}

.visual-band img:first-child {
  content: url("public/divya-prathik-scenic-hero.png");
}

.rsvp-section {
  background: rgba(48, 74, 50, 0.82);
}

/* High-fashion serif name treatment inspired by the supplied reference. */
#hero-title {
  max-width: min(100%, 64rem);
  display: grid;
  justify-items: center;
  gap: 0.1em;
  font-family: Didot, "Bodoni 72 Display", "Bodoni 72", "Baskerville", "Times New Roman", serif;
  font-size: clamp(3.2rem, 7.5vw, 7rem);
  font-weight: 300;
  line-height: 0.78;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

#hero-title span:nth-child(2) {
  font-size: 0.48em;
  line-height: 0.7;
}

@media (max-width: 520px) {
  #hero-title {
    font-size: clamp(2.9rem, 16vw, 4.8rem);
    letter-spacing: 0.02em;
  }
}

/* Liquid glass panels over the background video. */
.story-section,
.events-section,
.travel-section {
  border: 1px solid rgba(255, 250, 241, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08)),
    rgba(246, 239, 227, 0.28);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -1px 0 rgba(255, 255, 255, 0.12),
    0 2rem 5rem rgba(0, 0, 0, 0.22);
}

.story-grid article,
.travel-grid article,
.event-card {
  border-color: rgba(255, 250, 241, 0.28);
  background:
    linear-gradient(145deg, rgba(17, 25, 15, 0.72), rgba(17, 25, 15, 0.42)),
    rgba(12, 18, 10, 0.48);
  backdrop-filter: blur(18px) saturate(1.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 1.4rem 3rem rgba(0, 0, 0, 0.18);
}

.story-section h2,
.events-section h2,
.travel-section h2,
.story-section h3,
.events-section h3,
.travel-section h3 {
  color: var(--cream);
  text-shadow: 0 0.15rem 1rem rgba(0, 0, 0, 0.28);
}

.story-section p,
.events-section p,
.travel-section p {
  color: rgba(255, 250, 241, 0.92);
  text-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.36);
}

.story-grid span {
  color: var(--gold-soft);
  text-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.28);
}

.story-section .section-kicker,
.events-section .section-kicker,
.travel-section .section-kicker {
  color: var(--gold-soft);
}

.event-meta,
.travel-section .event-meta {
  color: var(--gold-soft) !important;
}

/* Readability and liquid-glass navbar refinements. */
.site-header {
  width: calc(100% - clamp(1.2rem, 3vw, 2.4rem));
  min-height: auto;
  grid-template-columns: 1fr auto;
  margin: clamp(0.8rem, 2vw, 1.5rem) auto 0;
  padding: clamp(1rem, 2.2vw, 1.7rem) clamp(1.2rem, 3vw, 3rem);
  border: 1px solid rgba(255, 250, 241, 0.46);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06)),
    rgba(8, 10, 7, 0.28);
  backdrop-filter: blur(24px) saturate(1.35);
  -webkit-backdrop-filter: blur(24px) saturate(1.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -1px 0 rgba(255, 255, 255, 0.12),
    0 1.5rem 4rem rgba(0, 0, 0, 0.18);
}

.header-mark {
  justify-self: end;
  color: var(--cream);
  font-family: Didot, "Bodoni 72 Display", "Bodoni 72", "Baskerville", "Times New Roman", serif;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-shadow: 0 0.18rem 1rem rgba(0, 0, 0, 0.34);
}

.event-card.featured,
.event-card,
.travel-grid article {
  border-color: rgba(255, 250, 241, 0.32);
  background:
    linear-gradient(145deg, rgba(10, 15, 9, 0.86), rgba(10, 15, 9, 0.62)),
    rgba(10, 15, 9, 0.54);
}

.event-date {
  border-color: rgba(241, 217, 161, 0.68);
  background: rgba(48, 74, 50, 0.92);
  color: var(--cream);
}

.event-card h3,
.event-card p,
.event-card .event-meta,
.travel-grid article h3,
.travel-grid article p {
  color: var(--cream) !important;
  text-shadow: 0 0.14rem 0.9rem rgba(0, 0, 0, 0.48);
}

.map-link {
  border-color: rgba(241, 217, 161, 0.72);
  background: rgba(241, 217, 161, 0.92);
  color: #172015;
  text-shadow: none;
}

.map-link:hover {
  background: var(--cream);
  color: #172015;
}

.rsvp-form {
  display: grid;
  gap: 0.9rem;
  width: min(100%, 34rem);
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid rgba(255, 250, 241, 0.32);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(10, 15, 9, 0.78), rgba(10, 15, 9, 0.52)),
    rgba(10, 15, 9, 0.48);
  backdrop-filter: blur(18px) saturate(1.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
}

.rsvp-form label,
.rsvp-form legend {
  color: var(--cream);
  font-weight: 800;
}

.rsvp-form input[type="text"],
.rsvp-form input[type="tel"],
.rsvp-form input[type="email"],
.rsvp-form input[type="number"] {
  width: 100%;
  min-height: 2.8rem;
  margin-top: 0.4rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(255, 250, 241, 0.32);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.9);
  color: #172015;
  font: inherit;
}

.rsvp-form fieldset {
  display: grid;
  gap: 0.55rem;
  margin: 0.35rem 0 0;
  padding: 0.9rem;
  border: 1px solid rgba(255, 250, 241, 0.32);
  border-radius: 12px;
}

.rsvp-form fieldset label {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  font-weight: 700;
}

.rsvp-form input[type="checkbox"] {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--gold);
}

.hidden-submit-frame {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.rsvp-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--gold-soft) !important;
  font-weight: 800;
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .header-mark {
    justify-self: center;
  }
}
