:root {
  --plum: #6B1E4B;
  --plum-deep: #5a1740;
  --gold: #C9943A;
  --gold-light: #D4A855;
  --cream: #F5F0E8;
  --blush: #EDCFD4;
  --taupe: #C4A98A;
  --sage: #5C6644;
  --white: #FDFAF5;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--white);
  color: var(--plum-deep);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  overflow-x: hidden;
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1.2rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  transition: background 0.4s, padding 0.4s;
}
nav.scrolled {
  background: rgba(26, 8, 18, 0.95);
  padding: 0.8rem 3rem;
  backdrop-filter: blur(10px);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  color: var(--gold);
  font-style: italic;
}
.nav-links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}
.nav-links a {
  font-size: 0.8rem;           /* was 0.65rem (~10px) → now 12.8px */
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blush);
  text-decoration: none;
  transition: color 0.3s;
}
.nav-links a:hover { color: var(--gold); }

/* ── HERO ── */
#hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--plum-deep);
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 20% 80%, rgba(201,148,58,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 60% 70% at 80% 20%, rgba(237,207,212,0.12) 0%, transparent 60%),
    radial-gradient(ellipse 100% 100% at 50% 50%, rgba(107,30,75,0.95) 0%, #2a0a1e 100%);
}
.hero-botanical {
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.12;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem;
}
.hero-tag {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;          /* was 0.7rem → now 12px */
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeUp 1s 0.3s forwards;
}
.hero-names {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4.2vw, 4.5rem);
  font-weight: 300;
  color: var(--cream);
  line-height: 1.05;
  opacity: 0;
  animation: fadeUp 1.2s 0.6s forwards;
}
.hero-names .amp {
  font-style: italic;
  color: var(--gold);
  font-size: 0.65em;
  display: block;
  line-height: 1.3;
}
.hero-date {
  font-family: 'Cinzel', serif;
  font-size: 0.9rem;           /* was 0.85rem → now 14.4px */
  letter-spacing: 0.2em;
  color: var(--taupe);
  margin-top: 2.5rem;
  opacity: 0;
  animation: fadeUp 1s 1s forwards;
}
.hero-location {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.9rem;           /* was 0.85rem → now 14.4px */
  letter-spacing: 0.15em;
  color: var(--blush);
  margin-top: 0.5rem;
  opacity: 0;
  animation: fadeUp 1s 1.2s forwards;
}
.countdown {
  display: flex;
  gap: 2.5rem;
  margin-top: 3rem;
  opacity: 0;
  animation: fadeUp 1s 1.4s forwards;
  justify-content: center;
}
.countdown-unit { text-align: center; }
.countdown-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
  display: block;
}
.countdown-label {
  font-size: 0.75rem;          /* was 0.65rem (~10px) → now 12px */
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--blush);
  margin-top: 0.3rem;
}
.countdown-sep {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  color: var(--plum);
  align-self: flex-start;
  padding-top: 0.2rem;
}
.scroll-hint {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  animation: fadeIn 1s 2s forwards;
}
.scroll-hint span {
  display: block;
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, transparent, var(--gold));
  margin: 0 auto;
  animation: scrollLine 2s ease-in-out infinite;
}

/* ── SECTION BASE ── */
section { padding: 7rem 2rem; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;          /* was 0.65rem (~10px) → now 12px */
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 300;
  text-align: center;
  color: var(--plum);
  line-height: 1.1;
}
.gold-line {
  width: 60px;
  height: 1px;
  background: var(--gold);
  margin: 1.5rem auto;
}

/* ── STORY ── */
#story { background: var(--cream); }

.story-couple {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
}
.story-photo-couple {
  width: 300px;
  height: 370px;
  border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
  overflow: hidden;
  position: relative;
  border: 3px solid var(--gold);
  background: linear-gradient(135deg, var(--plum) 0%, #d4a0a8 100%);
  margin-bottom: 2.5rem;
  flex-shrink: 0;
}
.story-photo-couple img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.story-photo-initials {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  font-weight: 300;
  color: rgba(255,255,255,0.8);
  font-style: italic;
}
.story-paragraph {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;          /* already good; slight bump for comfort */
  line-height: 1.9;
  color: #5a4050;
  text-align: center;
  font-style: italic;
  max-width: 660px;
}

/* ── EVENTS / DETAILS ── */
#details {
  background: var(--plum-deep);
  color: var(--cream);
}
#details .section-title { color: var(--cream); }

.events-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
.event-card {
  border: 1px solid rgba(201,148,58,0.3);
  padding: 2.5rem 2rem;
  text-align: center;
  position: relative;
  background: rgba(255,255,255,0.03);
  transition: border-color 0.3s, transform 0.3s;
}
.event-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
}
.event-card::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 40px; height: 2px;
  background: var(--gold);
}
.event-name {
  font-family: 'Cinzel', serif;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  color: var(--gold);
  margin-bottom: 1rem;
  line-height: 1.35;
}
.event-date {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  color: var(--cream);
  font-style: italic;
}
.event-time {
  font-size: 0.875rem;         /* was 0.8rem → now 14px */
  letter-spacing: 0.1em;
  color: var(--taupe);
  margin-top: 0.3rem;
}
.event-venue {
  font-size: 0.95rem;          /* was 0.85rem → now 15.2px */
  color: var(--blush);
  margin-top: 0.8rem;
  line-height: 1.6;
}
.events-update-note {
  text-align: center;
  font-size: 0.875rem;         /* was 0.8rem → now 14px */
  color: rgba(196,169,138,0.75);
  margin: 2.5rem auto 0;
  font-style: italic;
  max-width: 560px;
  line-height: 1.8;
  border-top: 1px solid rgba(201,148,58,0.15);
  padding-top: 2rem;
}

/* ── FAMILIES ── */
#families { background: var(--white); }

.families-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  margin-top: 4rem;
}
.family-side { position: relative; }
.family-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-style: italic;
  color: var(--plum);
  margin-bottom: 2rem;
}
.family-photo-placeholder {
  width: 100%;
  height: 390px;
  background: linear-gradient(135deg, var(--plum) 0%, var(--plum-deep) 100%);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  font-size: 0.875rem;         /* was 0.75rem → now 14px */
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.family-photo-placeholder.julia-side {
  background: linear-gradient(135deg, var(--blush) 0%, var(--taupe) 100%);
}
.family-photo-placeholder .photo-icon {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  opacity: 0.5;
}
.family-members {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
.family-member {
  padding: 0.8rem 1rem;
  border-left: 2px solid var(--gold);
  background: var(--cream);
}
.family-member.bride-member {
  border-left-color: var(--blush);
  background: #fdf8f8;
}
.member-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;          /* was 1rem; slight bump */
  color: var(--plum);
  font-style: italic;
}
.member-role {
  font-size: 0.75rem;          /* was 0.65rem (~10px) → now 12px */
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 0.2rem;
}

/* ── VENUE ── */
#venue { background: var(--cream); }

.venues-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 4rem;
}
.venue-card {
  background: var(--white);
  border: 1px solid rgba(196,169,138,0.35);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.venue-map-link {
  display: block;
  text-decoration: none;
}
.venue-map-link:hover .venue-map-placeholder {
  filter: brightness(0.93);
}
.venue-map-placeholder {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, #e8e4dc 0%, #d4cfca 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: filter 0.3s;
}
.venue-map-placeholder::before {
  content: '';
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(196,169,138,0.12) 40px, rgba(196,169,138,0.12) 41px),
    repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(196,169,138,0.12) 40px, rgba(196,169,138,0.12) 41px);
}
.venue-map-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.venue-pin { font-size: 2.5rem; margin-bottom: 0.4rem; }
.venue-map-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;          /* was 1rem; slight bump */
  font-style: italic;
  color: #6a4a4a;
}
.venue-map-sub {
  font-size: 0.75rem;          /* was 0.65rem (~10px) → now 12px */
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b8a898;
  margin-top: 0.25rem;
}
.venue-info {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.venue-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-style: italic;
  color: var(--plum);
  margin-bottom: 1.2rem;
}
.venue-events-list { flex: 1; }
.venue-event-row {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.75rem 0;
}
.venue-event-label {
  font-family: 'Cinzel', serif;
  font-size: 0.875rem;         /* was 0.78rem → now 14px */
  letter-spacing: 0.06em;
  color: var(--plum-deep);
}
.venue-event-hall {
  font-size: 0.875rem;         /* was 0.78rem → now 14px */
  color: var(--gold);
  letter-spacing: 0.05em;
}
.venue-event-date {
  font-size: 0.8rem;           /* was 0.72rem → now 12.8px */
  color: var(--taupe);
  letter-spacing: 0.05em;
}
.venue-event-divider {
  height: 1px;
  background: rgba(196,169,138,0.3);
}
.venue-transport-note {
  font-size: 0.875rem;         /* was 0.78rem → now 14px */
  color: #8a6a6a;
  font-style: italic;
  margin-top: 0.75rem;
  line-height: 1.7;
}
.venue-directions-btn {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.65rem 1.4rem;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: 'Cinzel', serif;
  font-size: 0.8rem;           /* was 0.72rem → now 12.8px */
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  align-self: flex-start;
}
.venue-directions-btn:hover {
  background: var(--gold);
  color: var(--plum-deep);
}

/* ── DRESS CODE ── */
#dresscode { background: var(--white); text-align: center; }

.dress-swatches {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}
.swatch-item { text-align: center; }
.swatch {
  width: 60px; height: 60px;
  border-radius: 50%;
  margin: 0 auto 0.5rem;
  border: 2px solid rgba(0,0,0,0.08);
}
.swatch-name {
  font-size: 0.75rem;          /* was 0.6rem (~9.6px) → now 12px */
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--taupe);
}
.dress-desc {
  max-width: 560px;
  margin: 2.5rem auto 0;
  font-size: 1rem;             /* was 0.9rem → now 16px */
  line-height: 1.8;
  color: #6a506a;
}

/* ── RSVP ── */
#rsvp { background: var(--plum-deep); color: var(--cream); }
#rsvp .section-title { color: var(--gold); }

.rsvp-container { max-width: 700px; margin: 3rem auto 0; }

.rsvp-steps-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 3rem;
}
.step-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(201,148,58,0.25);
  transition: all 0.3s;
}
.step-dot.active { background: var(--gold); transform: scale(1.4); }
.step-dot.done { background: rgba(201,148,58,0.55); }

.rsvp-panel { display: none; }
.rsvp-panel.active { display: block; animation: fadeUp 0.35s forwards; }

.rsvp-panel-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;           /* was 1.7rem; slight bump */
  color: var(--cream);
  font-style: italic;
  margin-bottom: 0.3rem;
}
.rsvp-panel-sub {
  font-size: 0.875rem;         /* was 0.75rem → now 14px */
  color: var(--taupe);
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

/* Guest search */
.guest-search-wrap { position: relative; }
.guest-dropdown {
  position: absolute;
  top: 100%; left: 0; right: 0;
  background: #3d0f2c;
  border: 1px solid rgba(201,148,58,0.35);
  border-top: none;
  z-index: 20;
  max-height: 260px;
  overflow-y: auto;
  display: none;
  border-radius: 0 0 2px 2px;
}
.guest-dropdown.open { display: block; }
.guest-dropdown-item {
  padding: 0.85rem 1.1rem;
  cursor: pointer;
  border-bottom: 1px solid rgba(201,148,58,0.08);
  transition: background 0.2s;
}
.guest-dropdown-item:hover { background: rgba(201,148,58,0.12); }
.gdi-name { font-size: 1rem; color: var(--cream); }  /* was 0.9rem → now 16px */
.gdi-group {
  font-size: 0.75rem;          /* was 0.65rem (~10px) → now 12px */
  letter-spacing: 0.1em;
  color: var(--taupe);
  margin-top: 0.15rem;
  text-transform: uppercase;
}
.guest-dropdown-empty {
  padding: 1rem 1.1rem;
  font-size: 0.875rem;         /* was 0.8rem → now 14px */
  color: var(--taupe);
  font-style: italic;
}
.selected-guest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background: rgba(201,148,58,0.1);
  border: 1px solid rgba(201,148,58,0.4);
  margin-top: 0.5rem;
}
.selected-guest-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;           /* was 1.05rem; slight bump */
  color: var(--gold);
  font-style: italic;
}
.selected-guest-clear {
  background: none;
  border: none;
  color: var(--taupe);
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0;
  line-height: 1;
  transition: color 0.2s;
}
.selected-guest-clear:hover { color: var(--gold); }

/* Attendance */
.attendance-btns { display: flex; gap: 1rem; }
.att-btn {
  flex: 1;
  padding: 0.9rem;
  border: 1px solid rgba(201,148,58,0.3);
  text-align: center;
  cursor: pointer;
  background: none;
  font-family: 'Jost', sans-serif;
  font-size: 0.875rem;         /* was 0.75rem → now 14px */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--taupe);
  transition: all 0.3s;
}
.att-btn:hover, .att-btn.active {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201,148,58,0.1);
}

/* Party size */
.party-size-wrap { display: flex; gap: 0.7rem; flex-wrap: wrap; }
.ps-btn {
  padding: 0.6rem 1.3rem;
  border: 1px solid rgba(201,148,58,0.3);
  color: var(--taupe);
  cursor: pointer;
  background: none;
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;           /* was 0.85rem → now 14.4px */
  transition: all 0.3s;
}
.ps-btn:hover, .ps-btn.active {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201,148,58,0.1);
}
.plus-guest-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

/* Events checklist */
.events-check-list { display: grid; gap: 0.8rem; }
.event-check-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(201,148,58,0.2);
  cursor: pointer;
  transition: all 0.3s;
  user-select: none;
}
.event-check-item:hover { border-color: rgba(201,148,58,0.45); }
.event-check-item.checked {
  border-color: var(--gold);
  background: rgba(201,148,58,0.07);
}
.check-box {
  width: 20px; height: 20px;
  border: 1.5px solid rgba(201,148,58,0.5);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}
.event-check-item.checked .check-box {
  background: var(--gold);
  border-color: var(--gold);
}
.check-tick {
  color: var(--plum-deep);
  font-size: 0.8rem;
  opacity: 0;
  transition: opacity 0.2s;
}
.event-check-item.checked .check-tick { opacity: 1; }
.check-info { flex: 1; }
.check-name {
  font-family: 'Cinzel', serif;
  font-size: 0.875rem;         /* was 0.8rem → now 14px */
  letter-spacing: 0.06em;
  color: var(--cream);
}
.check-detail {
  font-size: 0.8rem;           /* was 0.7rem (~11px) → now 12.8px */
  color: var(--taupe);
  margin-top: 0.3rem;
  line-height: 1.5;
}

/* Food options */
.food-options { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.food-btn {
  padding: 0.55rem 1.2rem;
  border: 1px solid rgba(201,148,58,0.3);
  color: var(--taupe);
  cursor: pointer;
  background: none;
  font-family: 'Jost', sans-serif;
  font-size: 0.875rem;         /* was 0.78rem → now 14px */
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.3s;
}
.food-btn:hover, .food-btn.active {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201,148,58,0.1);
}

/* Form fields */
.form-field { margin-bottom: 1.4rem; }
label {
  font-size: 0.75rem;          /* was 0.65rem (~10px) → now 12px */
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 0.5rem;
}
input, select, textarea {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(201,148,58,0.3);
  color: var(--cream);
  padding: 0.85rem 1rem;
  font-family: 'Jost', sans-serif;
  font-size: 1rem;             /* was 0.9rem → now 16px */
  font-weight: 300;
  outline: none;
  transition: border-color 0.3s;
  width: 100%;
  border-radius: 2px;
}
input::placeholder, textarea::placeholder { color: rgba(245,240,232,0.3); }
input:focus, select:focus, textarea:focus { border-color: var(--gold); }
select option { background: var(--plum-deep); color: var(--cream); }
textarea { resize: vertical; min-height: 100px; }

/* Summary */
.rsvp-summary {
  border: 1px solid rgba(201,148,58,0.2);
  padding: 1.5rem;
  margin-bottom: 0.5rem;
}
.summary-row {
  display: flex;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(201,148,58,0.1);
  gap: 1rem;
  align-items: baseline;
}
.summary-row:last-child { border-bottom: none; }
.summary-label {
  font-size: 0.75rem;          /* was 0.65rem (~10px) → now 12px */
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  flex: 0 0 100px;
}
.summary-value {
  font-size: 1rem;             /* was 0.9rem → now 16px */
  color: var(--cream);
  flex: 1;
}

/* Step nav */
.step-nav { display: flex; gap: 1rem; margin-top: 2.5rem; }
.btn-back {
  padding: 0.9rem 1.8rem;
  background: transparent;
  border: 1px solid rgba(201,148,58,0.3);
  color: var(--taupe);
  font-family: 'Cinzel', serif;
  font-size: 0.875rem;         /* was 0.75rem → now 14px */
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-back:hover { border-color: var(--gold); color: var(--gold); }
.btn-next {
  flex: 1;
  padding: 1rem;
  background: var(--gold);
  border: none;
  color: var(--plum-deep);
  font-family: 'Cinzel', serif;
  font-size: 0.9rem;           /* was 0.85rem → now 14.4px */
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
}
.btn-next:hover { background: var(--gold-light); }

/* RSVP success */
.rsvp-success {
  display: none;
  text-align: center;
  padding: 3rem 2rem;
}
.rsvp-success-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  color: var(--gold);
  font-style: italic;
  margin-bottom: 1rem;
}
.rsvp-success-sub {
  font-size: 0.95rem;          /* was 0.85rem → now 15.2px */
  color: var(--taupe);
  letter-spacing: 0.05em;
  line-height: 1.9;
}

/* ── FOOTER ── */
footer {
  background: #1a0812;
  padding: 3rem 2rem;
  text-align: center;
}
.footer-names {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  color: var(--gold);
  font-style: italic;
}
.footer-date {
  font-size: 0.875rem;         /* was 0.7rem (~11px) → now 14px */
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--taupe);
  margin-top: 0.5rem;
}
.footer-note {
  font-size: 0.875rem;         /* was 0.75rem → now 14px */
  color: rgba(245,240,232,0.45); /* slightly more visible too */
  margin-top: 2rem;
}
.site-credit {
  background: #120008;
  text-align: center;
  padding: 0.75rem 1rem;
  font-size: 0.75rem;
  color: rgba(245,240,232,0.3);
}
.site-credit a {
  color: rgba(201,148,58,0.6);
  text-decoration: none;
}
.site-credit a:hover {
  color: var(--gold);
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes scrollLine {
  0%, 100% { transform: scaleY(1); opacity: 1; }
  50% { transform: scaleY(0.5); opacity: 0.4; }
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── HAMBURGER ── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 110;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
  transform-origin: center;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 98;
  backdrop-filter: blur(2px);
}
.nav-backdrop.open { display: block; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  nav { padding: 1rem 1.25rem; }
  nav.scrolled { padding: 0.8rem 1.25rem; }

  .nav-hamburger { display: flex; }

  .nav-links {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0; right: 0;
    width: 75vw;
    max-width: 300px;
    height: 100vh;
    background: rgba(26, 8, 18, 0.98);
    backdrop-filter: blur(16px);
    padding: 5rem 2rem 2rem;
    gap: 0;
    z-index: 99;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    list-style: none;
  }
  .nav-links.open { transform: translateX(0); }

  .nav-links li { border-bottom: 1px solid rgba(201,148,58,0.12); }
  .nav-links a {
    display: block;
    padding: 1rem 0;
    font-size: 0.9rem;
    letter-spacing: 0.2em;
    color: var(--cream);
  }
  .nav-links a:hover { color: var(--gold); }

  .families-grid { grid-template-columns: 1fr; gap: 3rem; }
  .events-grid { grid-template-columns: 1fr; }
  .venues-grid { grid-template-columns: 1fr; gap: 2rem; }
  .family-members { grid-template-columns: 1fr; }
  .attendance-btns { flex-direction: column; }
  .countdown { gap: 1.2rem; padding: 0 1.5rem; }
  .countdown-num { font-size: 2.2rem; }
  .hero-content { padding: 2rem 1.5rem; }
  .hero-tag { letter-spacing: 0.15em; font-size: 0.7rem; padding: 0 0.5rem; word-break: break-word; }
  section { padding: 5rem 1.5rem; }
  .plus-guest-row { grid-template-columns: 1fr; }
  .step-nav { flex-direction: column; }
  .btn-back { order: 2; text-align: center; }
}
