*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --dusty-rose: #af7c74;
  --terracotta: #b78876;
  --sandy-peach: #c99e87;
  --light-peach: #d2a993;
  --light-sand: #d9b7a5;
  --cream: #f5efe8;
  --warm-white: #faf8f5;
  --deep-brown: #5a3e36;
  --medium-brown: #7a5c52;
  --soft-brown: #8b6f63;
  --text-dark: #3d2b24;
  --text-body: #5a4a43;
  --gold-accent: #c4a265;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Josefin Sans', sans-serif;
  color: var(--text-body);
  background: var(--warm-white);
  line-height: 1.7;
  font-weight: 300;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: 'Cormorant Garamond', serif; color: var(--soft-brown); font-weight: 300; }
.script { font-family: 'Great Vibes', cursive; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.text-center { text-align: center; }
.section-pad { padding: 100px 0; }


/* ========== HERO ========== */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center;
  background: #000;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: url('../images/hero/wedding-cover.jpg') center center / cover no-repeat;
  will-change: transform; transform: scale(1.1); transform-origin: center center;
}
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg,
    rgba(90,62,54,0.15) 0%,
    rgba(90,62,54,0.05) 30%,
    rgba(90,62,54,0.0) 50%,
    rgba(90,62,54,0.0) 100%
  );
  pointer-events: none;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.08);
}

.hero-content { position: relative; z-index: 2; text-align: center; padding: 80px 24px; }
.hero-content .date-top {
  font-size: 0.85rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--deep-brown); margin-bottom: 24px; font-weight: 500;
  text-shadow: 0 1px 12px rgba(255,255,255,0.3);
}
.hero-content h1 {
  font-family: 'Great Vibes', cursive; font-size: clamp(3.5rem, 10vw, 7rem);
  color: var(--medium-brown); font-weight: 400; line-height: 1.15; margin-bottom: 8px;
  text-shadow: 0 2px 40px rgba(255,255,255,0.3), 0 1px 8px rgba(255,255,255,0.15);
}
.hero-content .ampersand {
  font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--medium-brown); font-weight: 300; font-style: italic;
  display: inline; margin: 0 4px;
  text-shadow: 0 2px 40px rgba(255,255,255,0.3), 0 1px 8px rgba(255,255,255,0.15);
}
.hero-content .venue-line {
  font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--light-sand); margin-top: 32px; font-weight: 300;
  text-shadow: 0 1px 12px rgba(90,62,54,0.3);
}
.hero-content .venue-line strong { font-weight: 500; color: var(--cream); }
.hero-content .venue-name {
  display: block; margin-top: 16px;
  font-family: 'Cormorant Garamond', serif; font-size: clamp(1.3rem, 3vw, 1.8rem);
  color: var(--deep-brown); font-weight: 500; letter-spacing: 0.08em;
  text-transform: none; font-style: italic; line-height: 1.3;
  text-shadow: 0 2px 20px rgba(255,255,255,0.3), 0 1px 6px rgba(255,255,255,0.15);
  text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px;
  text-decoration-color: var(--medium-brown); transition: color 0.3s;
}
.hero-content .venue-name:hover { color: var(--text-dark); text-decoration-color: var(--text-dark); }
.hero .rsvp-btn {
  display: inline-block; margin-top: 44px; padding: 20px 64px;
  background: var(--dusty-rose); border: 2px solid var(--dusty-rose);
  color: #fff; text-decoration: none; font-size: 0.9rem; letter-spacing: 0.25em;
  text-transform: uppercase; font-family: 'Josefin Sans', sans-serif; font-weight: 500;
  transition: all 0.4s; border-radius: 3px;
  box-shadow: 0 4px 16px rgba(175,124,116,0.35);
}
.hero .rsvp-btn:hover { background: var(--terracotta); border-color: var(--terracotta); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(175,124,116,0.5); }

/* ========== SECTIONS ========== */
.overline {
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--dusty-rose); margin-bottom: 12px; font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
}

/* ========== MESSAGE ========== */
.message-section { background: var(--cream); padding: 100px 0; position: relative; }
.message-section::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 120px;
  background: linear-gradient(180deg, var(--warm-white), var(--cream));
}
.message-inner { max-width: 700px; margin: 0 auto; text-align: center; position: relative; }
.message-inner h2 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 32px; font-weight: 300; line-height: 1.3; color: var(--soft-brown); }
.message-inner h2 em { font-style: italic; color: var(--dusty-rose); }
.message-inner p { font-size: 0.95rem; line-height: 1.9; color: var(--text-body); margin-bottom: 16px; }
.message-video {
  margin: 40px 0 0; overflow: hidden; border-radius: 8px;
}
.message-video video {
  width: 100%; display: block; object-fit: cover;
}

/* ========== STORY ========== */
.story-section { background: var(--warm-white); padding: 100px 0; }
.story-slider {
  margin: 50px 0 0; position: relative; overflow: hidden;
  padding: 0 60px;
}
.story-slider-track {
  display: flex; gap: 16px;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.story-slide {
  min-width: calc(33.333% - 11px); display: flex; justify-content: center; align-items: center;
  background: var(--light-sand); border-radius: 8px; overflow: hidden;
}
.story-slide img {
  width: 100%; height: 380px; border-radius: 8px;
  object-fit: cover; display: block;
  box-shadow: 0 6px 24px rgba(90,62,54,0.10);
}
.slider-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,0.7); border: 1px solid rgba(175,124,116,0.15);
  color: var(--soft-brown); cursor: pointer; font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s; backdrop-filter: blur(4px); z-index: 2;
}
.slider-btn:hover { background: rgba(255,255,255,0.9); color: var(--dusty-rose); }
.slider-btn.prev { left: 8px; }
.slider-btn.next { right: 8px; }
.slider-dots {
  display: flex; justify-content: center; gap: 8px; margin-top: 20px;
}
.slider-dots .dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--light-sand);
  border: none; cursor: pointer; transition: all 0.3s; padding: 0;
}
.slider-dots .dot.active { background: var(--dusty-rose); transform: scale(1.2); }
.story-header, .venue-header, .timeline-header, .travel-header, .stay-header, .families-header, .travel-guide-header { text-align: center; margin-bottom: 50px; }
.story-header h2, .venue-header h2, .timeline-header h2, .travel-header h2, .stay-header h2, .families-header h2, .travel-guide-header h2 { font-size: clamp(2.2rem, 5vw, 3.2rem); font-weight: 300; }
.story-content { max-width: 750px; margin: 0 auto; }
.story-content p { font-size: 0.95rem; line-height: 2; margin-bottom: 24px; color: var(--text-body); }
.highlight-quote {
  font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-style: italic;
  color: var(--dusty-rose); text-align: center; padding: 32px 0; margin: 32px 0;
  border-top: 1px solid rgba(175,124,116,0.2); border-bottom: 1px solid rgba(175,124,116,0.2);
  font-weight: 400; line-height: 1.5;
}

/* ========== VENUE ========== */
.venue-section { background: var(--cream); padding: 100px 0; }
.venue-text { max-width: 700px; margin: 0 auto 50px; text-align: center; padding: 0 24px; }
.venue-text p { font-size: 0.95rem; line-height: 2; color: var(--text-body); margin-bottom: 16px; }
.venue-tagline {
  font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-style: italic;
  color: var(--dusty-rose); text-align: center; margin-top: 32px;
}

/* Gallery */
.gallery-section {
  max-width: 1100px;
  margin: 60px auto 0;
  padding: 0 24px;
}
.gallery-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gallery-row {
  display: flex;
  gap: 8px;
  width: 100%;
}
.gallery-item {
  cursor: pointer;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease, filter 0.4s ease;
  filter: saturate(0.9);
}
.gallery-item:hover img {
  transform: scale(1.05);
  filter: saturate(1) brightness(1.03);
}
/* Row 1: wide left + narrow right */
.gallery-row:nth-child(1) .gallery-item:nth-child(1) { flex: 3; }
.gallery-row:nth-child(1) .gallery-item:nth-child(2) { flex: 2; }
.gallery-row:nth-child(1) { height: 280px; }
/* Row 2: narrow left + wide right */
.gallery-row:nth-child(2) .gallery-item:nth-child(1) { flex: 2; }
.gallery-row:nth-child(2) .gallery-item:nth-child(2) { flex: 3; }
.gallery-row:nth-child(2) { height: 280px; }
/* Row 3: wide left + narrow right */
.gallery-row:nth-child(3) .gallery-item:nth-child(1) { flex: 3; }
.gallery-row:nth-child(3) .gallery-item:nth-child(2) { flex: 2; }
.gallery-row:nth-child(3) { height: 280px; }

/* ========== TIMELINE ========== */
.timeline-section {
  background: var(--cream); padding: 100px 0;
}
.timeline-date {
  text-align: center; font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--medium-brown); margin-bottom: 40px; font-weight: 400;
}
.timeline { max-width: 1100px; margin: 0 auto; position: relative; padding: 0 24px; }
.timeline::before {
  content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px;
  background: linear-gradient(180deg, transparent, var(--light-sand) 5%, var(--light-sand) 95%, transparent);
  transform: translateX(-50%);
}
.timeline-item {
  position: relative; margin-bottom: 24px; display: flex;
}
.timeline-item:last-child { margin-bottom: 0; }
/* Odd items: content on the left */
.timeline-item:nth-child(odd) { justify-content: flex-start; padding-right: calc(50% + 40px); text-align: right; }
/* Even items: content on the right */
.timeline-item:nth-child(even) { justify-content: flex-end; padding-left: calc(50% + 40px); text-align: left; }
.timeline-dot {
  position: absolute; left: 50%; top: 6px; transform: translateX(-50%);
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--dusty-rose); border: 2px solid var(--cream);
  box-shadow: 0 0 0 2px var(--light-sand); z-index: 1;
}
.timeline-content { width: 100%; }
.timeline-time {
  font-family: 'Great Vibes', cursive; font-size: 2rem; color: var(--dusty-rose);
  font-weight: 400; line-height: 1.2; margin-bottom: 4px;
}
.timeline-content h3 {
  font-size: 1.2rem; font-weight: 600; margin-bottom: 6px; color: var(--deep-brown);
  font-family: 'Cormorant Garamond', serif;
}
.timeline-content p { font-size: 0.85rem; line-height: 1.75; color: var(--medium-brown); margin-bottom: 10px; }
.timeline-section .timeline-header h2 { color: var(--soft-brown); }
.timeline-section .overline { color: var(--dusty-rose); }

/* ========== DRESS CODE ========== */
.dresscode-section { background: var(--warm-white); padding: 80px 0; }
.dresscode-header { text-align: center; margin-bottom: 40px; }
.dresscode-header h2 { font-size: clamp(2.2rem, 5vw, 3.2rem); font-weight: 300; }
.dresscode-text { max-width: 650px; margin: 0 auto 40px; text-align: center; }
.dresscode-text p { font-size: 0.95rem; line-height: 2; color: var(--text-body); margin-bottom: 12px; }
.palette-circles { display: flex; justify-content: center; gap: 16px; margin-bottom: 40px; }
.palette-circle {
  width: 44px; height: 44px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.8);
  box-shadow: 0 2px 8px rgba(90,62,54,0.12);
}
.dresscode-btns { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.dresscode-btn {
  padding: 14px 36px; background: var(--dusty-rose); color: #fff;
  text-decoration: none; font-size: 0.75rem; letter-spacing: 0.18em;
  text-transform: uppercase; font-family: 'Josefin Sans', sans-serif; font-weight: 500;
  border-radius: 3px; border: 2px solid var(--dusty-rose);
  cursor: pointer; transition: all 0.4s;
  box-shadow: 0 4px 16px rgba(175,124,116,0.35);
}
.dresscode-btn:hover { background: var(--terracotta); border-color: var(--terracotta); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(175,124,116,0.5); }
/* Dress code modal */
.dresscode-modal {
  display: none; position: fixed; inset: 0; z-index: 1000;
  background: rgba(90,62,54,0.85); backdrop-filter: blur(6px);
  align-items: center; justify-content: center; padding: 24px;
}
.dresscode-modal.active { display: flex; }
.dresscode-modal-inner {
  position: relative; max-width: 800px; width: 100%;
  background: var(--warm-white); border-radius: 12px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.dresscode-modal-inner img { width: 100%; display: block; }
.dresscode-modal-close {
  position: absolute; top: 12px; right: 16px;
  background: rgba(255,255,255,0.8); border: none; width: 36px; height: 36px;
  border-radius: 50%; font-size: 1.2rem; cursor: pointer; color: var(--text-dark);
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(4px); transition: all 0.3s;
}
.dresscode-modal-close:hover { background: #fff; }

/* ========== TRAVEL ========== */
.travel-section { background: var(--cream); padding: 100px 0; }
.travel-text { max-width: 700px; margin: 0 auto 50px; text-align: center; }
.travel-text p { font-size: 0.95rem; line-height: 2; color: var(--text-body); }
.travel-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 800px; margin: 0 auto; }
.travel-card {
  text-align: center; padding: 36px 24px; background: var(--warm-white); border-radius: 8px;
  border: 1px solid rgba(175,124,116,0.1);
}
.travel-card .card-icon { margin-bottom: 16px; display: flex; justify-content: center; }
.travel-card .card-icon svg { width: 36px; height: 36px; stroke: var(--dusty-rose); fill: none; stroke-width: 1.2; }
.travel-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; margin-bottom: 8px; font-weight: 500; color: var(--soft-brown); }
.travel-card p { font-size: 0.8rem; color: var(--soft-brown); line-height: 1.6; }

/* ========== TRAVEL GUIDE INTRO ========== */
.travel-guide-section {
  padding: 120px 0; position: relative;
  background: url('../images/backgrounds/travel-guide-bg.jpg') center center / cover no-repeat;
}
.travel-guide-section::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(90,62,54,0.55);
}
.travel-guide-section .container { position: relative; z-index: 1; }
.travel-guide-intro { max-width: 650px; margin: 0 auto; text-align: center; }
.travel-guide-intro h2 { font-size: clamp(2.2rem, 5vw, 3.2rem); font-weight: 300; color: #fff; }
.travel-guide-intro .overline { color: rgba(255,255,255,0.7); }
.travel-guide-intro p { font-size: 0.95rem; line-height: 2; color: rgba(255,255,255,0.85); margin-bottom: 32px; }
.travel-guide-btn {
  display: inline-block; padding: 16px 48px;
  background: var(--deep-brown); border: 2px solid var(--deep-brown);
  color: #fff; text-decoration: none;
  font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif; font-weight: 500;
  transition: all 0.4s; border-radius: 3px;
  box-shadow: 0 4px 16px rgba(90,62,54,0.35);
}
.travel-guide-btn:hover { background: var(--medium-brown); border-color: var(--medium-brown); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(90,62,54,0.5); }

/* ========== ACCOMMODATION ========== */
.stay-section { background: var(--warm-white); padding: 100px 0; }
.stay-content { max-width: 750px; margin: 0 auto; text-align: center; }
.stay-content p { font-size: 0.95rem; line-height: 2; color: var(--text-body); margin-bottom: 16px; }
.stay-content a { color: var(--dusty-rose) !important; text-decoration: underline; text-underline-offset: 3px; }
.stay-features { display: flex; justify-content: center; gap: 40px; margin-top: 40px; flex-wrap: wrap; }
.stay-feature { text-align: center; }
.stay-feature .feature-icon { margin-bottom: 8px; display: flex; justify-content: center; }
.stay-feature .feature-icon svg { width: 28px; height: 28px; stroke: var(--dusty-rose); fill: none; stroke-width: 1.2; }
.stay-feature span { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--soft-brown); font-weight: 400; }

/* ========== FAMILIES ========== */
.families-section { background: var(--cream); padding: 100px 0; }
.families-content { max-width: 750px; margin: 0 auto; text-align: center; }
.families-content p { font-size: 0.95rem; line-height: 2; color: var(--text-body); margin-bottom: 16px; }
.nanny-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.nanny-feature {
  padding: 28px 20px; background: var(--warm-white); border-radius: 8px;
  border: 1px solid rgba(175,124,116,0.1); text-align: center;
}
.nanny-feature .nf-icon { margin-bottom: 10px; display: flex; justify-content: center; }
.nanny-feature .nf-icon svg { width: 30px; height: 30px; stroke: var(--dusty-rose); fill: none; stroke-width: 1.2; }
.nanny-feature span { font-size: 0.8rem; color: var(--text-body); font-weight: 400; }

/* ========== GOOD TO KNOW ========== */
.goodtoknow-section { background: var(--cream); padding: 100px 0; }
.goodtoknow-header { text-align: center; margin-bottom: 50px; }
.goodtoknow-header h2 { font-size: clamp(2.2rem, 5vw, 3.2rem); font-weight: 300; color: var(--deep-brown); }
.goodtoknow-header .overline { color: var(--terracotta); }
.goodtoknow-header hr { width: 50px; border: none; border-top: 2px solid var(--light-sand); margin: 16px auto 0; }
.goodtoknow-accordion { max-width: 800px; margin: 0 auto; }
.goodtoknow-item { border-top: 1px solid rgba(175,124,116,0.2); }
.goodtoknow-item:last-child { border-bottom: 1px solid rgba(175,124,116,0.2); }
.goodtoknow-toggle {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  padding: 28px 0; font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem; font-weight: 400; color: var(--deep-brown);
  text-align: left; transition: color 0.3s;
}
.goodtoknow-toggle:hover { color: var(--dusty-rose); }
.goodtoknow-toggle .toggle-icon {
  font-size: 1.4rem; color: var(--dusty-rose); font-weight: 300;
  transition: transform 0.3s; flex-shrink: 0; margin-left: 20px;
  font-family: 'Josefin Sans', sans-serif;
}
.goodtoknow-item.active .toggle-icon { transform: rotate(45deg); }
.goodtoknow-body {
  max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease;
}
.goodtoknow-item.active .goodtoknow-body { max-height: 600px; }
.goodtoknow-body-inner { padding: 0 0 28px; }
.goodtoknow-body-inner p {
  font-size: 0.9rem; line-height: 1.9; color: var(--medium-brown); margin-bottom: 16px;
}
.goodtoknow-body-inner p:last-child { margin-bottom: 0; }
.goodtoknow-body-inner strong { color: var(--deep-brown); font-weight: 500; }
.goodtoknow-body-inner a { color: var(--dusty-rose); text-decoration: underline; text-underline-offset: 3px; }
.weather-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px 40px; margin: 20px 0;
}
.weather-stat .stat-label { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--dusty-rose); margin-bottom: 4px; font-weight: 400; }
.weather-stat .stat-value { font-size: 0.9rem; font-weight: 500; color: var(--deep-brown); }
.weather-stat .stat-note { font-size: 0.78rem; color: var(--soft-brown); font-style: italic; }

/* ========== RSVP ========== */
.rsvp-section {
  position: relative; padding: 120px 0;
  background: var(--deep-brown);
  overflow: hidden;
}
.rsvp-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(175,124,116,0.15) 0%, transparent 60%);
}
.rsvp-inner { position: relative; z-index: 1; text-align: center; max-width: 600px; margin: 0 auto; }
.rsvp-inner h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 5vw, 3.2rem); color: var(--light-sand); font-weight: 300; margin-bottom: 16px; }
.rsvp-inner .rsvp-date { font-size: 0.95rem; color: var(--light-sand); margin-bottom: 12px; }
.rsvp-inner .rsvp-note { font-size: 0.85rem; color: rgba(217,183,165,0.7); margin-bottom: 40px; line-height: 1.7; }
.rsvp-btn-main {
  display: inline-block; padding: 18px 56px;
  background: var(--dusty-rose); border: 2px solid var(--dusty-rose);
  color: #fff; text-decoration: none;
  font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif; font-weight: 500;
  transition: all 0.4s; cursor: pointer; border-radius: 3px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.rsvp-btn-main:hover { background: var(--terracotta); border-color: var(--terracotta); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,0.3); }

/* ========== ANIMATIONS ========== */
.fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .story-slider { padding: 0 40px; }
  .story-slide { min-width: 100%; }
  .story-slide img { height: 300px; }
  .timeline::before { left: 20px; }
  .timeline-item:nth-child(odd),
  .timeline-item:nth-child(even) { padding-left: 52px; padding-right: 0; text-align: left; justify-content: flex-start; }
  .timeline-dot { left: 20px; }
  .travel-cards { grid-template-columns: 1fr; max-width: 400px; }
  .nanny-features { grid-template-columns: 1fr; max-width: 400px; margin: 40px auto 0; }
  .gallery-row { height: 180px !important; }
  .gallery-row .gallery-item:nth-child(1),
  .gallery-row .gallery-item:nth-child(2) { flex: 1 !important; }
  .stay-features { gap: 24px; }
  .weather-grid { grid-template-columns: 1fr; }
  .section-pad { padding: 70px 0; }
}

/* ========== VIDEO PLACEHOLDER ========== */
.video-placeholder {
  position: relative; cursor: pointer; border-radius: 8px; overflow: hidden;
  margin: 40px 0 0; aspect-ratio: 16/9;
}
.video-placeholder img {
  width: 100%; display: block;
  aspect-ratio: 16/9; object-fit: cover;
}
.video-placeholder iframe {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;
}
.video-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.02) 40%, rgba(0,0,0,0.42) 100%);
  pointer-events: none;
}
.video-play-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 80px; height: 80px; border-radius: 50%;
  background: var(--dusty-rose);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.3s ease, background 0.3s ease;
  box-shadow: 0 8px 30px rgba(175,124,116,0.5);
  isolation: isolate;
}
.video-play-btn::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  background: var(--dusty-rose);
  animation: vidPulse 2.4s ease-out infinite; z-index: -1;
}
@keyframes vidPulse {
  0%   { transform: scale(1); opacity: 0.65; }
  100% { transform: scale(2.4); opacity: 0; }
}
.video-placeholder:hover .video-play-btn {
  transform: translate(-50%, -50%) scale(1.1);
  background: var(--terracotta);
}
.video-play-btn svg {
  width: 28px; height: 28px; fill: white; margin-left: 4px; position: relative; z-index: 1;
}

/* ========== RSVP MODAL ========== */
.modal-overlay {
  position: fixed; inset: 0;
  background: rgba(90,62,54,0.85);
  z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  padding: 24px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.modal-overlay.active { opacity: 1; visibility: visible; }
.modal {
  background: var(--warm-white);
  width: 100%; max-width: 560px; max-height: 90vh; overflow-y: auto;
  border-radius: 4px; padding: 3rem 2.5rem;
  position: relative;
  transform: translateY(30px) scale(0.97);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 30px 80px rgba(0,0,0,0.3);
}
@media (min-width: 768px) { .modal { padding: 3.5rem 3rem; } }
@media (max-width: 640px) {
  .modal-overlay { padding: 0; align-items: flex-end; }
  .modal {
    max-width: 100%; max-height: 90vh; max-height: 90dvh;
    border-radius: 16px 16px 0 0;
    padding: 2.25rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom, 0px));
    transform: translateY(60px) scale(1);
    -webkit-overflow-scrolling: touch;
  }
  .modal::before {
    content: ''; display: block;
    width: 36px; height: 4px;
    background: rgba(90,62,54,0.15); border-radius: 2px;
    margin: -1.25rem auto 1.5rem;
  }
  .modal-overlay.active .modal { transform: translateY(0) scale(1); }
  .modal h2 { font-size: 1.5rem; }
  .modal-subtitle { margin-bottom: 1rem; font-size: 0.85rem; }
  .form-group { margin-bottom: 0.85rem; }
  .form-group input, .form-group select, .form-group textarea { padding: 12px 14px; }
  .modal-back { margin-bottom: 0.85rem; }
  .rsvp-choice-buttons { margin-top: 1.25rem; }
  .btn-submit { padding: 16px; margin-top: 0.5rem; }
}
.modal-overlay.active .modal { transform: translateY(0) scale(1); }
.modal-close {
  position: absolute; top: 1.2rem; right: 1.2rem;
  width: 36px; height: 36px;
  background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: var(--deep-brown); opacity: 0.5; transition: opacity 0.3s ease;
}
.modal-close:hover { opacity: 1; }
.modal-close svg { width: 20px; height: 20px; }
.modal h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  text-align: center; margin-bottom: 0.5rem; color: var(--deep-brown);
}
.modal-subtitle {
  text-align: center; font-size: 0.9rem;
  color: var(--soft-brown); margin-bottom: 2.5rem; letter-spacing: 0.05em;
}
.rsvp-choice-buttons { display: flex; flex-direction: column; gap: 1rem; margin-top: 2.5rem; }
.btn-choice-accept {
  width: 100%; font-family: 'Josefin Sans', sans-serif;
  font-size: 0.9rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  color: #fff; background: var(--dusty-rose);
  padding: 18px; border: none; border-radius: 3px; cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 16px rgba(175,124,116,0.35);
}
.btn-choice-accept:hover { background: var(--terracotta); transform: translateY(-1px); }
.btn-choice-decline {
  width: 100%; font-family: 'Josefin Sans', sans-serif;
  font-size: 0.9rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--deep-brown); background: transparent;
  border: 1px solid var(--light-sand); padding: 18px; border-radius: 3px;
  cursor: pointer; opacity: 0.7;
  transition: border-color 0.3s ease, opacity 0.3s ease;
}
.btn-choice-decline:hover { border-color: var(--dusty-rose); opacity: 1; }
.modal-back {
  background: none; border: none; font-family: 'Josefin Sans', sans-serif;
  font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--medium-brown); cursor: pointer; padding: 0; margin-bottom: 1.8rem;
  display: inline-flex; align-items: center; gap: 0.4em; transition: color 0.3s ease;
}
.modal-back:hover { color: var(--dusty-rose); }
.form-group { margin-bottom: 1.5rem; }
.form-group label {
  display: block; font-family: 'Josefin Sans', sans-serif;
  font-size: 0.8rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--deep-brown); margin-bottom: 0.6rem;
}
.form-group input, .form-group select {
  width: 100%; padding: 14px 16px;
  font-family: 'Josefin Sans', sans-serif; font-size: 1rem;
  color: var(--deep-brown); background: var(--warm-white);
  border: 1px solid var(--light-sand); border-radius: 2px;
  outline: none; transition: border-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-appearance: none;
}
.form-group input:focus, .form-group select:focus {
  border-color: var(--dusty-rose);
  box-shadow: 0 0 0 3px rgba(175,124,116,0.12);
}
.form-group input::placeholder { color: var(--soft-brown); opacity: 0.6; }
.form-group select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235a3e36' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px;
}
.form-group textarea {
  width: 100%; padding: 14px 16px;
  font-family: 'Josefin Sans', sans-serif; font-size: 1rem;
  color: var(--deep-brown); background: var(--warm-white);
  border: 1px solid var(--light-sand); border-radius: 2px;
  outline: none; resize: vertical; min-height: 90px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-appearance: none;
}
.form-group textarea:focus { border-color: var(--dusty-rose); box-shadow: 0 0 0 3px rgba(175,124,116,0.12); }
.form-group textarea::placeholder { color: var(--soft-brown); opacity: 0.6; }
.form-hint { font-size: 0.78rem; color: var(--soft-brown); margin-top: 0.45rem; letter-spacing: 0.02em; }
.guest-names-container { display: flex; flex-direction: column; gap: 1rem; margin-top: 0.5rem; }
.guest-names-container input {
  width: 100%; padding: 14px 16px;
  font-family: 'Josefin Sans', sans-serif; font-size: 1rem;
  color: var(--deep-brown); background: var(--warm-white);
  border: 1px solid var(--light-sand); border-radius: 2px;
  outline: none; transition: border-color 0.3s ease;
}
.guest-names-container input:focus { border-color: var(--dusty-rose); }
.btn-submit {
  width: 100%; font-family: 'Josefin Sans', sans-serif;
  font-size: 0.9rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  color: #fff; background: var(--dusty-rose);
  padding: 18px; border: none; border-radius: 3px; cursor: pointer;
  margin-top: 1rem; transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 16px rgba(175,124,116,0.35);
}
.btn-submit:hover { background: var(--terracotta); transform: translateY(-1px); }
.form-confirmation {
  text-align: center; padding: 2rem 0; display: none;
}
.form-confirmation.show { display: flex; }
.form-confirmation h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.8rem;
  color: var(--deep-brown); margin-bottom: 1rem;
}
.form-confirmation p { font-size: 1rem; line-height: 1.7; color: var(--deep-brown); opacity: 0.7; }
@keyframes spinSlow {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Also make .rsvp-btn work as a <button> */
button.rsvp-btn {
  font-family: 'Josefin Sans', sans-serif;
  cursor: pointer;
}

/* Good to Know — travel link below accordion */
.goodtoknow-travel-link {
  text-align: center;
  margin-top: 40px;
}
.goodtoknow-travel-link a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dusty-rose);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  opacity: 0.75;
  transition: opacity 0.2s;
}
.goodtoknow-travel-link a:hover { opacity: 1; }

/* Site footer */
.site-footer {
  text-align: center;
  padding: 28px 24px;
  border-top: 1px solid rgba(175,124,116,0.12);
}
.site-footer a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--soft-brown);
  text-decoration: none;
  opacity: 0.85;
  margin: 0 14px;
  transition: opacity 0.2s;
}
.site-footer a:hover { opacity: 1; }

/* ========================================
   LIGHTBOX GALLERY
   ======================================== */
.lightbox-overlay {
  position: fixed; inset: 0;
  background: rgba(20, 12, 8, 0.94);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none; align-items: center; justify-content: center;
  z-index: 9999;
  padding: 40px 60px;
}
.lightbox-overlay.active { display: flex; }
.lightbox-overlay img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lightbox-overlay.active img { opacity: 1; }
.lightbox-close {
  position: absolute; top: 20px; right: 24px;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff; font-size: 1.8rem; line-height: 1;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: all 0.25s ease;
}
.lightbox-close:hover { background: rgba(255,255,255,0.2); transform: scale(1.05); }
.lightbox-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff; font-size: 2.2rem; line-height: 1;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: all 0.25s ease;
}
.lightbox-nav:hover { background: rgba(255,255,255,0.2); transform: translateY(-50%) scale(1.05); }
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }
@media (max-width: 640px) {
  .lightbox-overlay { padding: 20px 12px; }
  .lightbox-nav { width: 42px; height: 42px; font-size: 1.8rem; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
}

/* ========================================
   INLINE STORY / CONTACT LINKS
   ======================================== */
.inline-link {
  color: var(--dusty-rose);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  cursor: pointer;
  transition: color 0.25s ease;
  background: none; border: none; padding: 0;
  font: inherit;
}
.inline-link:hover { color: var(--terracotta); }

/* ========================================
   FIRST DATE + CONTACT MODAL CONTENT
   ======================================== */
.mini-modal {
  max-width: 520px;
  text-align: center;
}
.mini-modal.wide { max-width: 640px; }
.mini-modal h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  color: var(--deep-brown);
  margin-bottom: 0.6rem;
  font-weight: 500;
}
.mini-modal .modal-emoji {
  font-size: 2.6rem; margin-bottom: 1rem; display: block;
}
.mini-modal p {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem; line-height: 1.8;
  color: var(--text-body);
}
.mini-modal .sig {
  font-family: 'Great Vibes', cursive;
  font-size: 1.6rem; color: var(--dusty-rose);
  margin-top: 1.4rem;
}
.first-date-sub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--soft-brown);
  margin-bottom: 1.4rem !important;
}
#firstDateImgContainer {
  border-radius: 4px; overflow: hidden;
  background: var(--cream);
  min-height: 280px;
  display: flex; align-items: center; justify-content: center;
}
#firstDateImgContainer p { color: var(--soft-brown); font-size: 0.85rem; }
