/* =============================================
   BOHEMIAN WEDDING — Blush & Champagne Edition
   ============================================= */

/* ── Variables ── */
:root {
  --blush:       #F2D9D9;
  --rose:        #C9A0A0;
  --deep-rose:   #A87878;
  --gold:        #D4AF7A;
  --gold-dark:   #B8965A;
  --mauve:       #8B6E7A;
  --mauve-dark:  #6A4F5C;
  --ivory:       #FAF6F0;
  --ivory-warm:  #F5EFE6;
  --cream:       #EDE4D8;
  --brown:       #3D2B2B;
  --brown-mid:   #7A6060;
  --brown-light: #A89090;
  --white:       #FFFFFF;

  --font-serif:  'Cormorant Garamond', Georgia, serif;
  --font-script: 'Great Vibes', cursive;
  --font-body:   'Lato', sans-serif;

  --shadow-soft: 0 8px 40px rgba(61, 43, 43, 0.10);
  --shadow-card: 0 4px 24px rgba(61, 43, 43, 0.12);
  --radius:      16px;
  --transition:  all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--ivory);
  color: var(--brown);
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ── Typography ── */
h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 400; line-height: 1.2; }

/* ── Utility ── */
.section {
  padding: 100px 5vw;
  max-width: 1280px;
  margin: 0 auto;
}
.section-label {
  font-family: var(--font-body);
  font-size: 0.8rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-dark);
  text-align: center;
  margin-bottom: 14px;
}
.section-label.light { color: var(--gold); }
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: var(--brown);
  text-align: center;
  font-weight: 300;
  margin-bottom: 60px;
  font-style: italic;
}
.section-title.light { color: var(--ivory); }

/* ── Fade-in Animation ── */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ─────────────────────────────────────
   NAVIGATION
───────────────────────────────────── */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 20px 5vw;
  transition: var(--transition);
  background: transparent;
}
.navbar.scrolled {
  background: rgba(250, 246, 240, 0.95);
  backdrop-filter: blur(12px);
  padding: 14px 5vw;
  box-shadow: 0 2px 20px rgba(61, 43, 43, 0.08);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.nav-logo {
  font-family: var(--font-script);
  font-size: 1.8rem;
  color: var(--ivory);
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
.navbar.scrolled .nav-logo { color: var(--mauve); }
.nav-links {
  display: flex;
  list-style: none;
  gap: 36px;
}
.nav-links a {
  font-family: var(--font-body);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ivory);
  opacity: 0.9;
  transition: var(--transition);
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width 0.3s ease;
}
.nav-links a:hover::after { width: 100%; }
.nav-links a:hover { opacity: 1; color: var(--gold); }
.navbar.scrolled .nav-links a { color: var(--brown-mid); }
.navbar.scrolled .nav-links a:hover { color: var(--mauve); }
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 24px; height: 1.5px;
  background: var(--ivory);
  transition: var(--transition);
}
.navbar.scrolled .hamburger span { background: var(--brown); }

/* ─────────────────────────────────────
   HERO
───────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    linear-gradient(165deg,
      rgba(139, 110, 122, 0.85) 0%,
      rgba(201, 160, 160, 0.80) 40%,
      rgba(212, 175, 122, 0.75) 100%),
    url('hero_couple.png') center/cover no-repeat;
  background-blend-mode: multiply;
  text-align: center;
  padding: 120px 5vw 200px;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    rgba(61, 43, 43, 0.15) 0%,
    rgba(61, 43, 43, 0.05) 50%,
    rgba(61, 43, 43, 0.30) 100%);
  pointer-events: none;
}
.hero-floral-top {
  position: absolute;
  top: -20px; right: -20px;
  width: min(420px, 55vw);
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.hero-floral-bottom {
  position: absolute;
  bottom: 60px; left: -20px;
  width: min(380px, 50vw);
  opacity: 0.7;
  transform: scaleX(-1) rotate(180deg);
  pointer-events: none;
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}
.hero-pre {
  font-family: var(--font-script);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  color: var(--blush);
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  animation: fadeSlideDown 1s ease 0.2s both;
}
.hero-names {
  font-family: var(--font-serif);
  font-size: clamp(3.5rem, 10vw, 7rem);
  color: var(--ivory);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.1;
  animation: fadeSlideDown 1s ease 0.4s both;
}
.ampersand {
  font-family: var(--font-script);
  color: var(--gold);
  font-size: 0.75em;
  vertical-align: middle;
}
.hero-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 24px auto;
  animation: fadeSlideDown 1s ease 0.6s both;
}
.divider-line {
  display: block;
  width: 60px; height: 1px;
  background: linear-gradient(to right, transparent, rgba(242, 217, 217, 0.7));
}
.hero-divider .divider-line:last-child {
  background: linear-gradient(to left, transparent, rgba(242, 217, 217, 0.7));
}
.divider-icon {
  font-size: 0.9rem;
  color: var(--gold);
  letter-spacing: 0;
}
.hero-date {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  color: var(--ivory);
  letter-spacing: 0.3em;
  font-weight: 300;
  animation: fadeSlideDown 1s ease 0.7s both;
}
.hero-location {
  font-family: var(--font-body);
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(242, 217, 217, 0.85);
  margin-top: 10px;
  margin-bottom: 36px;
  animation: fadeSlideDown 1s ease 0.8s both;
}
.btn-primary {
  display: inline-block;
  padding: 14px 42px;
  border: 1.5px solid var(--gold);
  color: var(--ivory);
  font-family: var(--font-body);
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 50px;
  background: transparent;
  transition: var(--transition);
  animation: fadeSlideDown 1s ease 1s both;
  position: relative;
  overflow: hidden;
}
.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: -1;
}
.btn-primary:hover {
  color: var(--brown);
  border-color: var(--gold);
}
.btn-primary:hover::before { transform: scaleX(1); }

/* Countdown */
.countdown-wrapper {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: rgba(61, 43, 43, 0.45);
  backdrop-filter: blur(8px);
  padding: 22px 5vw;
}
.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 90px;
}
.countdown-num {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: var(--ivory);
  font-weight: 300;
  line-height: 1;
}
.countdown-label {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(242, 217, 217, 0.75);
  margin-top: 4px;
}
.countdown-sep {
  font-size: 1.8rem;
  color: var(--gold);
  line-height: 1;
  padding: 0 8px;
  align-self: flex-start;
  margin-top: 4px;
}

/* ─────────────────────────────────────
   STORY
───────────────────────────────────── */
.story-section {
  padding-top: 120px;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.story-image-wrap {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.story-img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: var(--radius);
  transition: transform 0.6s ease;
}
.story-image-wrap:hover .story-img { transform: scale(1.04); }
.story-img-badge {
  position: absolute;
  bottom: 24px; left: 50%;
  transform: translateX(-50%);
  background: rgba(250, 246, 240, 0.92);
  backdrop-filter: blur(6px);
  padding: 10px 28px;
  border-radius: 50px;
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--mauve);
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.story-text { padding-top: 20px; }
.story-milestone {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  position: relative;
}
.story-milestone:not(.last)::after {
  content: '';
  position: absolute;
  left: 6px; top: 16px;
  width: 1px;
  height: calc(100% + 16px);
  background: linear-gradient(to bottom, var(--rose), transparent);
}
.milestone-dot {
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--rose);
  border: 2px solid var(--blush);
  flex-shrink: 0;
  margin-top: 4px;
  box-shadow: 0 0 0 4px rgba(201, 160, 160, 0.2);
}
.milestone-dot.gold {
  background: var(--gold);
  border-color: var(--ivory-warm);
  box-shadow: 0 0 0 4px rgba(212, 175, 122, 0.25);
}
.milestone-year {
  display: block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 4px;
}
.milestone-title {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  color: var(--brown);
  font-style: italic;
  margin-bottom: 8px;
}
.milestone-content p {
  font-size: 0.93rem;
  line-height: 1.75;
  color: var(--brown-mid);
}

/* ─────────────────────────────────────
   EVENT SECTION
───────────────────────────────────── */
.event-section {
  background: var(--ivory-warm);
  max-width: 100%;
  padding: 100px 5vw;
}
.event-section .section-title { max-width: 1280px; margin-left: auto; margin-right: auto; }
.event-section .section-label { max-width: 1280px; margin-left: auto; margin-right: auto; }

.event-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto 60px;
}
.event-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 40px 30px;
  text-align: center;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(201, 160, 160, 0.15);
  transition: var(--transition);
  position: relative;
}
.event-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 50px rgba(61, 43, 43, 0.14);
}
.event-card.featured {
  background: linear-gradient(145deg, #fff8f5 0%, #fdf0f0 100%);
  border-color: rgba(201, 160, 160, 0.35);
  transform: scale(1.03);
}
.event-card.featured:hover { transform: scale(1.03) translateY(-6px); }
.event-card-icon {
  width: 64px; height: 64px;
  margin: 0 auto 20px;
}
.event-card-icon svg { width: 100%; height: 100%; }
.event-card-badge {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, var(--rose), var(--gold));
  color: var(--white);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 5px 18px;
  border-radius: 50px;
  white-space: nowrap;
}
.event-card-title {
  font-family: var(--font-serif);
  font-size: 1.7rem;
  color: var(--brown);
  font-style: italic;
  margin-bottom: 8px;
}
.event-card-time {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  color: var(--rose);
  font-weight: 300;
  line-height: 1;
  margin-bottom: 16px;
}
.event-card-divider {
  width: 50px; height: 1px;
  background: linear-gradient(to right, var(--blush), var(--gold), var(--blush));
  margin: 0 auto 16px;
}
.event-card-venue {
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--mauve);
  font-style: italic;
  margin-bottom: 8px;
}
.event-card-address {
  font-size: 0.82rem;
  color: var(--brown-light);
  line-height: 1.6;
  margin-bottom: 18px;
}
.event-card-link {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: var(--gold-dark);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
  transition: var(--transition);
}
.event-card-link:hover { color: var(--mauve); border-color: var(--mauve); }

/* Timeline */
.event-timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
}
.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.timeline-time {
  font-family: var(--font-serif);
  font-size: 0.9rem;
  color: var(--rose);
  font-style: italic;
}
.timeline-dot {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--rose);
  border: 3px solid var(--ivory-warm);
  box-shadow: 0 0 0 3px rgba(201, 160, 160, 0.3);
}
.timeline-dot.gold {
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 122, 0.3);
}
.timeline-label {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--brown-mid);
}
.timeline-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, var(--rose), var(--gold));
  min-width: 60px;
  max-width: 120px;
}

/* ─────────────────────────────────────
   GALLERY
───────────────────────────────────── */
.gallery-section { background: var(--ivory); }
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 16px;
}
.gallery-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
}
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}
.gallery-item:hover img { transform: scale(1.06); }
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(61,43,43,0.6) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay span {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--ivory);
  font-style: italic;
  letter-spacing: 0.05em;
}

/* ─────────────────────────────────────
   DRESS CODE
───────────────────────────────────── */
.dresscode-section {
  background: linear-gradient(145deg, var(--mauve) 0%, var(--mauve-dark) 100%);
  max-width: 100%;
  padding: 100px 5vw;
}
.dresscode-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.dresscode-subtitle {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  color: rgba(242, 217, 217, 0.9);
  font-style: italic;
  margin-top: -36px;
  margin-bottom: 40px;
}
.palette-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.palette-swatch {
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.palette-swatch:hover {
  transform: scale(1.2) translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
.dresscode-note {
  font-size: 0.92rem;
  line-height: 1.8;
  color: rgba(245, 239, 230, 0.85);
  margin-bottom: 50px;
}
.dresscode-note strong { color: var(--ivory); }
.dresscode-tips {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
}
.tip-item {
  flex: 1;
  max-width: 280px;
  text-align: center;
}
.tip-icon { font-size: 2.4rem; margin-bottom: 12px; }
.tip-item h4 {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  color: var(--ivory);
  font-style: italic;
  margin-bottom: 10px;
}
.tip-item p {
  font-size: 0.87rem;
  line-height: 1.75;
  color: rgba(242, 217, 217, 0.8);
}
.tip-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(212, 175, 122, 0.3);
  flex-shrink: 0;
}

/* ─────────────────────────────────────
   RSVP
───────────────────────────────────── */
.rsvp-section {
  position: relative;
  overflow: hidden;
  background: var(--ivory);
  text-align: center;
}
.rsvp-floral {
  position: absolute;
  top: -30px; right: -30px;
  width: min(350px, 45vw);
  opacity: 0.25;
  pointer-events: none;
}
.rsvp-subtitle {
  font-size: 0.93rem;
  color: var(--brown-mid);
  margin-top: -40px;
  margin-bottom: 30px;
  line-height: 1.6;
}
.rsvp-subtitle strong { color: var(--mauve); }

.gift-link-wrap {
  margin-bottom: 40px;
  text-align: center;
  animation: fadeSlideDown 0.6s ease both;
}
.gift-link {
  display: inline-block;
  padding: 14px 36px;
  border: 1.5px solid var(--gold);
  border-radius: 50px;
  color: var(--brown);
  font-family: var(--font-body);
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  background: var(--ivory-warm);
  transition: var(--transition);
  box-shadow: 0 4px 18px rgba(212, 175, 122, 0.25);
  text-decoration: none;
}
.gift-link:hover {
  background: var(--gold);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212, 175, 122, 0.4);
}

.rsvp-form {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group.full { grid-column: span 2; }
.form-group label {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--brown-mid);
  font-weight: 700;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid rgba(201, 160, 160, 0.35);
  border-radius: 10px;
  background: var(--white);
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--brown);
  outline: none;
  transition: var(--transition);
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 4px rgba(201, 160, 160, 0.15);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--brown-light); }
.form-group select { cursor: pointer; }
.form-group textarea { resize: vertical; min-height: 110px; }
.btn-submit {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 16px;
  background: linear-gradient(90deg, var(--rose) 0%, var(--gold) 100%);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 50px;
  border: none;
  transition: var(--transition);
  box-shadow: 0 4px 20px rgba(201, 160, 160, 0.4);
}
.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(201, 160, 160, 0.5);
  filter: brightness(1.05);
}
.form-success {
  display: none;
  text-align: center;
  padding: 50px 20px;
  animation: fadeSlideDown 0.6s ease both;
}
.form-success.visible { display: block; }
.success-icon { font-size: 3.5rem; margin-bottom: 16px; }
.form-success h3 {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-style: italic;
  color: var(--mauve);
  margin-bottom: 10px;
}
.form-success p { color: var(--brown-mid); font-size: 0.95rem; }

/* ─────────────────────────────────────
   FOOTER
───────────────────────────────────── */
.footer {
  position: relative;
  background: linear-gradient(160deg, var(--mauve-dark) 0%, #3D2B2B 100%);
  color: var(--ivory);
  text-align: center;
  padding: 80px 5vw 50px;
  overflow: hidden;
}
.footer-floral {
  position: absolute;
  bottom: 0; right: -20px;
  width: min(320px, 40vw);
  opacity: 0.15;
  transform: rotate(180deg);
  pointer-events: none;
}
.footer-inner { position: relative; z-index: 1; }
.footer-names {
  font-family: var(--font-script);
  font-size: clamp(2rem, 6vw, 3.5rem);
  color: var(--blush);
  margin-bottom: 8px;
}
.footer-date {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  letter-spacing: 0.3em;
  color: var(--gold);
  margin-bottom: 24px;
}
.footer-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
}
.footer-divider span:not(.footer-heart) {
  display: block;
  width: 80px; height: 1px;
  background: rgba(242, 217, 217, 0.2);
}
.footer-heart {
  font-size: 1.2rem;
  color: var(--rose);
}
.footer-quote {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-style: italic;
  color: rgba(242, 217, 217, 0.7);
  max-width: 480px;
  margin: 0 auto 24px;
  line-height: 1.6;
}
.footer-credit {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(242, 217, 217, 0.35);
}

/* ─────────────────────────────────────
   ANIMATIONS
───────────────────────────────────── */
@keyframes fadeSlideDown {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ─────────────────────────────────────
   RESPONSIVE
───────────────────────────────────── */
@media (max-width: 900px) {
  .story-grid { grid-template-columns: 1fr; gap: 40px; }
  .story-img  { height: 360px; }
  .event-cards { grid-template-columns: 1fr; max-width: 420px; }
  .event-card.featured { transform: scale(1); }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .gallery-item.tall { grid-row: span 1; }
  .gallery-item.wide { grid-column: span 2; }
  .dresscode-tips { flex-direction: column; align-items: center; }
  .tip-divider { width: 60px; height: 1px; align-self: auto; }
}

@media (max-width: 640px) {
  .nav-links { display: none; flex-direction: column; position: fixed; inset: 0; background: rgba(250,246,240,0.98); padding: 100px 40px 40px; gap: 30px; z-index: 999; }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 1.1rem; color: var(--brown) !important; }
  .hamburger { display: flex; z-index: 1001; }
  .hero { padding: 100px 5vw 160px; }
  .hero-floral-top { width: 60vw; }
  .hero-floral-bottom { width: 55vw; }
  .form-row { grid-template-columns: 1fr; }
  .form-group.full { grid-column: span 1; }
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .gallery-item.wide,
  .gallery-item.tall { grid-column: span 1; grid-row: span 1; }
  .gallery-item { height: 220px; }
  .event-timeline { flex-wrap: wrap; gap: 12px; }
  .timeline-line { display: none; }
  .countdown-wrapper { gap: 0; flex-wrap: wrap; }
  .countdown-item { min-width: 70px; }
  .section { padding: 60px 5vw; }
}
