:root {
  --cream: #f9f7f3;
  --cream-2: #f3efe7;
  --lav: #e4dcf0;
  --lav-deep: #a796c4;
  --sage: #b7c4ac;
  --sage-deep: #7e9670;
  --plum: #3f3a47;
  --plum-soft: #7a7488;
  --gold: #c9ad7c;
  --white: #fffefc;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Jost", sans-serif;
  color: var(--plum);
  background: var(--cream);
  line-height: 1.7;
  font-weight: 300;
  overflow-x: hidden;
}
h1,
h2,
h3,
.script {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: var(--plum);
}
.eyebrow {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--lav-deep);
  font-weight: 500;
}
section {
  padding: 1.85rem 1.5rem;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.divider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  margin: 2.2rem 0;
  opacity: 0.9;
}
.divider .line {
  width: 60px;
  height: 1px;
  background: var(--lav-deep);
}
.divider .mono {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.6rem;
  color: var(--lav-deep);
}

/* ===== NAV ===== */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  gap: 2.2rem;
  padding: 1.1rem 1rem;
  background: rgba(249, 247, 243, 0.88);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(167, 150, 196, 0.28);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
nav a {
  color: var(--plum-soft);
  text-decoration: none;
  transition: color 0.25s ease;
  white-space: nowrap;
}
nav a:hover {
  color: var(--lav-deep);
}
@media (max-width: 640px) {
  nav {
    gap: 1.1rem;
    font-size: 0.62rem;
    overflow-x: auto;
    justify-content: flex-start;
  }
}

/* ===== HERO ===== */
.hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7rem 1.5rem 4rem;
  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(228, 220, 240, 0.55),
      transparent 45%
    ),
    radial-gradient(
      circle at 82% 78%,
      rgba(183, 196, 172, 0.4),
      transparent 50%
    ),
    var(--cream);
  position: relative;
}
.seal {
  width: 96px;
  height: 96px;
  border: 1px solid var(--lav-deep);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.4rem;
  position: relative;
}
.seal::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid var(--sage-deep);
  border-radius: 50%;
}
.seal span {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.9rem;
  color: var(--plum);
}
.hero .eyebrow {
  margin-bottom: 1rem;
}
.hero h1 {
  font-size: clamp(2.6rem, 8vw, 4.6rem);
  font-style: italic;
  line-height: 1.08;
  letter-spacing: 0.01em;
}
.amp {
  display: block;
  color: var(--lav-deep);
  font-size: 0.55em;
  margin: 0.15em 0;
}
.hero p.sub {
  margin-top: 1.3rem;
  font-size: 1.05rem;
  color: var(--plum-soft);
  max-width: 38ch;
}
.hero .date-line {
  margin-top: 2.4rem;
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Jost", sans-serif;
}
.date-pill {
  border: 1px solid var(--lav-deep);
  border-radius: 100px;
  padding: 0.55rem 1.4rem;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  color: var(--plum);
  background: rgba(255, 254, 252, 0.6);
}
.countdown {
  margin-top: 2.6rem;
  display: flex;
  gap: 1.6rem;
}
.countdown div {
  text-align: center;
}
.countdown .num {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.1rem;
  color: var(--lav-deep);
  line-height: 1;
}
.countdown .lbl {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--plum-soft);
}
.scroll-cue {
  position: absolute;
  bottom: 1.8rem;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--plum-soft);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.scroll-cue .line2 {
  width: 1px;
  height: 26px;
  background: var(--lav-deep);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
}

/* ===== CEREMONIA ===== */
.ceremony {
  text-align: center;
}
.ceremony h2 {
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-style: italic;
  margin-bottom: 0.4rem;
}
.ceremony .lead {
  color: var(--plum-soft);
  max-width: 46ch;
  margin: 0 auto 2.6rem;
}
.info-card {
  background: var(--white);
  border: 1px solid rgba(167, 150, 196, 0.32);
  border-radius: 18px;
  padding: 1.8rem 1.5rem;
}
.info-card .ic {
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.9rem;
}
.info-card h3 {
  font-size: 1.25rem;
  font-style: italic;
  margin-bottom: 0.35rem;
}
.info-card p {
  font-size: 0.9rem;
  color: var(--plum-soft);
}
.info-card .big {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  color: var(--lav-deep);
  font-style: normal;
  margin: 0.15rem 0 0.3rem;
}

/* ===== SECTION HEADERS shared ===== */
.section-head {
  text-align: center;
  margin-bottom: 2.6rem;
}
.section-head h2 {
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-style: italic;
}
.section-head p {
  color: var(--plum-soft);
  max-width: 46ch;
  margin: 0.6rem auto 0;
}

/* ===== LIVE ===== */
.live-wrap {
  background: var(--white);
  border-radius: 22px;
  border: 1px solid rgba(183, 196, 172, 0.45);
  padding: 1.6rem;
}
.live-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 14px;
  overflow: hidden;
  background: var(--plum);
}
.live-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.live-note {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  justify-content: center;
  margin-top: 1.1rem;
  font-size: 0.82rem;
  color: var(--sage-deep);
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sage-deep);
  animation: pulse 1.8s infinite;
}

/* ===== VENUE ===== */
.venue-card {
  background: var(--white);
  border-radius: 22px;
  border: 1px solid rgba(167, 150, 196, 0.32);
  padding: 2.2rem;
}
.venue-card .eyebrow {
  margin-bottom: 0.6rem;
}
.venue-card h3 {
  font-size: 1.9rem;
  font-style: italic;
  margin-bottom: 0.6rem;
}
.venue-card p {
  color: var(--plum-soft);
  font-size: 0.95rem;
  margin-bottom: 1.6rem;
}
.venue-row {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.venue-row b {
  min-width: 88px;
  color: var(--lav-deep);
  font-weight: 500;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.6rem;
  padding: 0.75rem 1.6rem;
  border-radius: 100px;
  background: var(--sage-deep);
  color: var(--white);
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  border: none;
  cursor: pointer;
  transition:
    background 0.25s ease,
    transform 0.2s ease;
}
.btn:hover {
  background: #6c8460;
  transform: translateY(-1px);
}
.map-box {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(183, 196, 172, 0.45);
  min-height: 280px;
}
.map-box iframe {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
  display: block;
}

/* ===== NO REGALOS ===== */
.gift {
  text-align: center;
  background: linear-gradient(180deg, var(--lav) 0%, var(--cream-2) 100%);
  border-radius: 26px;
  padding: 3.4rem 2rem;
}
.hearts-arc {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.55rem;
  height: 2.8rem;
  margin: 0 auto 1.2rem;
}
.hearts-arc i {
  color: var(--lav-deep);
  transform-origin: bottom center;
}
.hearts-arc i:nth-child(1) {
  font-size: 1rem;
  opacity: 0.7;
  transform: rotate(-30deg) translateY(4px);
}
.hearts-arc i:nth-child(2) {
  font-size: 1.4rem;
  opacity: 0.85;
  transform: rotate(-15deg) translateY(-4px);
}
.hearts-arc i:nth-child(3) {
  font-size: 1.85rem;
  transform: translateY(-9px);
}
.hearts-arc i:nth-child(4) {
  font-size: 1.4rem;
  opacity: 0.85;
  transform: rotate(15deg) translateY(-4px);
}
.hearts-arc i:nth-child(5) {
  font-size: 1rem;
  opacity: 0.7;
  transform: rotate(30deg) translateY(4px);
}
.gift h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-style: italic;
  margin-bottom: 0.8rem;
}
.gift p {
  max-width: 44ch;
  margin: 0 auto;
  color: var(--plum-soft);
}

/* ===== MENU ===== */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
}
@media (max-width: 640px) {
  .menu-grid {
    grid-template-columns: 1fr;
  }
}
.menu-card {
  background: var(--white);
  border-radius: 18px;
  border: 1px solid rgba(167, 150, 196, 0.28);
  padding: 1.7rem 1.6rem;
}
.menu-card .eyebrow {
  color: var(--sage-deep);
}
.menu-card h3 {
  font-size: 1.3rem;
  font-style: italic;
  margin: 0.4rem 0 0.9rem;
}
.menu-card ul {
  list-style: none;
}
.menu-card li {
  font-size: 0.92rem;
  padding: 0.5rem 0;
  border-top: 1px dashed rgba(63, 58, 71, 0.15);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--plum-soft);
}
.menu-card li:first-child {
  border-top: none;
}
.menu-card li span:first-child {
  color: var(--plum);
}
.menu-note {
  text-align: center;
  margin-top: 1.6rem;
  font-size: 0.85rem;
  color: var(--plum-soft);
}

/* ===== RSVP ===== */
.rsvp-card {
  background: var(--white);
  border-radius: 26px;
  border: 1px solid rgba(167, 150, 196, 0.32);
  padding: 2.6rem 2.2rem;
}
.ms-forms-embed {
  min-height: 800px;
}
.ms-forms-embed iframe {
  width: 100% !important;
  border: none;
  max-width: 100%;
  height: 960px;
  min-height: 960px;
  border-radius: 14px;
}
/* ===== FOOTER ===== */
footer {
  text-align: center;
  padding: 3.5rem 1.5rem 3rem;
  color: var(--plum-soft);
  font-size: 0.85rem;
}
footer .script {
  font-size: 1.6rem;
  font-style: italic;
  color: var(--lav-deep);
  margin-bottom: 0.5rem;
}

::selection {
  background: var(--lav);
  color: var(--plum);
}
