/* ═══════════════════════════════════════════════════════════════════════════
   WEDDING WEBSITE - MARCELA & ANTOINE
   Premium, elegant, romantic design
   ═══════════════════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────────────────────────────────────
   CSS CUSTOM PROPERTIES (Variables)
   ───────────────────────────────────────────────────────────────────────────── */
:root {
  /* ═══ COLOR PALETTE ═══ */
  --color-gold: #c9a96e;
  --color-gold-light: #d4bc8e;
  --color-gold-dark: #a68b4b;

  --color-beige: #f7f3ee;
  --color-beige-dark: #e8e0d4;
  --color-cream: #fffdf9;
  --color-paper: #fdfbf7;

  --color-floral-green: #8fa88a;
  --color-floral-green-light: #a8c4a2;
  --color-floral-green-dark: #6b8a66;

  --color-lavender: #c4b7d4;
  --color-lavender-light: #d8cee6;

  --color-blush: #e8c4c4;
  --color-blush-light: #f2dada;

  --color-soft-blue: #b8c4d4;
  --color-soft-blue-light: #d0dae8;

  --color-text-primary: #3d3d3d;
  --color-text-secondary: #5a5a5a;
  --color-text-light: #7a7a7a;
  --color-text-muted: #9a9a9a;

  --color-white: #ffffff;
  --color-black: #1a1a1a;

  /* ═══ TYPOGRAPHY ═══ */
  --font-title: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-script: 'Tangerine', 'Brush Script MT', cursive;
  --font-body: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* ═══ FONT SIZES ═══ */
  --text-xs: 0.75rem;     /* 12px */
  --text-sm: 0.875rem;    /* 14px */
  --text-base: 1rem;      /* 16px */
  --text-lg: 1.125rem;    /* 18px */
  --text-xl: 1.25rem;     /* 20px */
  --text-2xl: 1.5rem;     /* 24px */
  --text-3xl: 2rem;       /* 32px */
  --text-4xl: 2.5rem;     /* 40px */
  --text-5xl: 3rem;       /* 48px */
  --text-6xl: 4rem;       /* 64px */
  --text-7xl: 5rem;       /* 80px */
  --text-8xl: 6rem;       /* 96px */

  /* ═══ SPACING ═══ */
  --space-xs: 0.25rem;    /* 4px */
  --space-sm: 0.5rem;     /* 8px */
  --space-md: 1rem;       /* 16px */
  --space-lg: 1.5rem;     /* 24px */
  --space-xl: 2rem;       /* 32px */
  --space-2xl: 3rem;      /* 48px */
  --space-3xl: 4rem;      /* 64px */
  --space-4xl: 6rem;      /* 96px */
  --space-5xl: 8rem;      /* 128px */

  /* ═══ LAYOUT ═══ */
  --container-max: 1200px;
  --container-narrow: 800px;
  --nav-height: 70px;

  /* ═══ TRANSITIONS ═══ */
  --transition-fast: 150ms ease;
  --transition-base: 300ms ease;
  --transition-slow: 500ms ease;
  --transition-slower: 800ms ease;

  /* ═══ SHADOWS ═══ */
  --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.04);
  --shadow-medium: 0 8px 40px rgba(0, 0, 0, 0.06);
  --shadow-strong: 0 12px 60px rgba(0, 0, 0, 0.08);

  /* ═══ BORDERS ═══ */
  --border-radius-sm: 4px;
  --border-radius-md: 8px;
  --border-radius-lg: 16px;
  --border-radius-full: 9999px;
}

/* ─────────────────────────────────────────────────────────────────────────────
   RESET & BASE STYLES
   ───────────────────────────────────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-height);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--color-text-primary);
  background-color: var(--color-paper);
  line-height: 1.7;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;

  /* Paper texture effect */
  background-image:
    radial-gradient(ellipse at 20% 30%, rgba(232, 196, 196, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(196, 183, 212, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, rgba(143, 168, 138, 0.04) 0%, transparent 60%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.02'/%3E%3C/svg%3E");
}

/* ═══════════════════════════════════════════════════════════════════════════
   WATERCOLOR FLORAL BACKGROUNDS
   ═══════════════════════════════════════════════════════════════════════════ */

/* Section divider - floral separator between sections */
.section-divider-floral {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.section-divider-img {
  width: 100vw;
  max-width: none;
  height: 400px;
  object-fit: cover;
  opacity: 0.15;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* Hero flowers image - full width background decoration */
.hero-flowers-img {
  width: 100vw;
  max-width: none;
  /* height: auto; */
  height: 300px;          
  opacity: 0.15;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* Footer flowers image - full width background decoration */
.footer-flowers-img {
  width: 100%;
  max-width: none;
  height: auto;
  opacity: 0.15;
  display: block;
}

/* Make language content relative for proper z-index */
.language-content {
  position: relative;
  z-index: 1;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

ul, ol {
  list-style: none;
}

/* ─────────────────────────────────────────────────────────────────────────────
   UTILITY CLASSES
   ───────────────────────────────────────────────────────────────────────────── */
.hidden {
  display: none !important;
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

/* ─────────────────────────────────────────────────────────────────────────────
   ANIMATIONS
   ───────────────────────────────────────────────────────────────────────────── */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Scroll animations */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ═══════════════════════════════════════════════════════════════════════════
   LANGUAGE SELECTOR SCREEN
   ═══════════════════════════════════════════════════════════════════════════ */
.language-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: var(--space-xl);
  animation: fadeIn var(--transition-slower) ease-out;
  position: relative;
  overflow: visible;
}

/* Fondo floral - usa la img del HTML, ::before solo en móvil como respaldo */
.language-screen::before {
  display: none;
}

.language-screen::after {
  display: none;
}

.language-content {
  width: 100%;
  max-width: 450px;
  position: relative;
  z-index: 1;
}

.floral-frame {
  position: relative;
  padding: var(--space-3xl) var(--space-xl);
  overflow: visible;
}

/* Imagen floral - pantalla completa, no recortada por el cuadro */
.floral-frame-svg,
.floral-frame-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
}

.floral-flowers-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.35;
  filter: saturate(0.65) brightness(1.12);
  mix-blend-mode: soft-light;
}

.language-inner {
  text-align: center;
  position: relative;
  z-index: 1;
}

.language-pretext {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-text-light);
  margin-bottom: var(--space-lg);
  animation: fadeIn var(--transition-slower) ease-out 0.2s both;
}

.lang-separator {
  margin: 0 var(--space-sm);
  color: var(--color-gold);
}

.language-title {
  font-family: var(--font-title);
  font-weight: 400;
  color: var(--color-text-primary);
  margin-bottom: var(--space-md);
  animation: fadeInDown var(--transition-slower) ease-out 0.3s both;
}

.language-title .name-marcela,
.language-title .name-antoine {
  display: block;
  font-size: var(--text-4xl);
  letter-spacing: 0.03em;
}

.language-title .ampersand {
  display: block;
  font-family: var(--font-script);
  font-size: var(--text-6xl);
  color: var(--color-gold);
  line-height: 0.8;
  margin: var(--space-xs) 0;
}

.language-date {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 400;
  letter-spacing: 0.3em;
  color: var(--color-text-secondary);
  margin-bottom: var(--space-xl);
  animation: fadeIn var(--transition-slower) ease-out 0.4s both;
}

.language-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-md);
  margin-bottom: var(--space-xl);
  animation: fadeIn var(--transition-slower) ease-out 0.5s both;
}

.divider-line {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-gold-light), transparent);
}

.divider-icon {
  color: var(--color-gold);
  font-size: var(--text-sm);
}

.language-subtitle {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-text-secondary);
  margin-bottom: var(--space-xl);
  animation: fadeIn var(--transition-slower) ease-out 0.6s both;
}

.language-buttons {
  display: flex;
  gap: var(--space-lg);
  justify-content: center;
  animation: fadeInUp var(--transition-slower) ease-out 0.7s both;
}

.btn-language {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-sm);
  padding: var(--space-lg) var(--space-2xl);
  background: var(--color-white);
  border: 1px solid var(--color-beige-dark);
  border-radius: var(--border-radius-md);
  transition: all var(--transition-base);
  min-width: 130px;
}

.btn-language:hover {
  border-color: var(--color-gold-light);
  box-shadow: var(--shadow-medium);
  transform: translateY(-3px);
}

.btn-language:focus {
  outline: none;
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.2);
}

.btn-language .flag {
  font-size: var(--text-3xl);
}

.btn-language .lang-name {
  font-size: var(--text-xs);
  font-weight: 500;
  color: var(--color-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ═══════════════════════════════════════════════════════════════════════════
   NAVIGATION
   ═══════════════════════════════════════════════════════════════════════════ */
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nav-height);
  background: rgba(253, 251, 247, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color-beige-dark);
  z-index: 1000;
  transition: all var(--transition-base);
}

.main-nav.scrolled {
  box-shadow: var(--shadow-soft);
}

.nav-container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-lg);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: var(--font-script);
  font-size: var(--text-3xl);
  color: var(--color-gold);
  font-weight: 700;
}

.nav-toggle {
  display: none;
  width: 30px;
  height: 24px;
  position: relative;
  z-index: 1001;
}

.hamburger,
.hamburger::before,
.hamburger::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--color-text-primary);
  transition: all var(--transition-base);
}

.hamburger {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger::before,
.hamburger::after {
  content: '';
  left: 0;
}

.hamburger::before {
  top: -8px;
}

.hamburger::after {
  top: 8px;
}

.nav-toggle.active .hamburger {
  background: transparent;
}

.nav-toggle.active .hamburger::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle.active .hamburger::after {
  top: 0;
  transform: rotate(-45deg);
}

.nav-menu {
  display: flex;
  gap: var(--space-xl);
}

.nav-link {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-secondary);
  transition: color var(--transition-fast);
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-gold);
  transition: width var(--transition-base);
}

.nav-link:hover,
.nav-link.active {
  color: var(--color-gold);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-lang {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.btn-lang-switch {
  font-size: var(--text-xs);
  font-weight: 500;
  color: var(--color-text-light);
  padding: var(--space-xs) var(--space-sm);
  transition: color var(--transition-fast);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.btn-lang-switch:hover,
.btn-lang-switch.active {
  color: var(--color-gold);
}

.lang-divider {
  color: var(--color-beige-dark);
  font-size: var(--text-xs);
}

/* ═══════════════════════════════════════════════════════════════════════════
   SECTIONS - GENERAL STYLES
   ═══════════════════════════════════════════════════════════════════════════ */
.section {
  padding: var(--space-4xl) 0;
}

.section-header {
  text-align: center;
  margin-bottom: var(--space-3xl);
}

.section-subtitle {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--color-gold);
  margin-bottom: var(--space-sm);
}

.section-title {
  font-family: var(--font-title);
  font-size: var(--text-4xl);
  font-weight: 400;
  color: var(--color-text-primary);
  letter-spacing: 0.02em;
}

.section-ornament {
  margin-top: var(--space-md);
}

.ornament-svg {
  width: 100px;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* Alternating section backgrounds */
.section-story,
.section-schedule,
.section-rsvp {
  background: var(--color-white);
}

/* ═══════════════════════════════════════════════════════════════════════════
   HERO SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.section-hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Solo el espacio necesario para que el contenido no quede debajo del nav fijo */
  padding-top: var(--nav-height);
  padding-bottom: var(--space-2xl);
  position: relative;
  overflow: hidden;
}

/* Watercolor decorations for hero - removido a petición del usuario */
.section-hero::before {
  display: none;
}

.section-hero::after {
  display: none;
}

.hero-content {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 var(--space-lg);
  position: relative;
  z-index: 1;
}

.hero-floral {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  overflow: visible;
}

.floral-wide-svg {
  width: 100%;
  height: auto;
}

.hero-card {
  position: relative;
  /* overflow: hidden; */
  background: var(--color-white);
  border: 1px solid var(--color-beige-dark);
  padding: var(--space-3xl) var(--space-xl);
  text-align: center;
  margin: var(--space-xl) 0;
  box-shadow: var(--shadow-soft);
}

.hero-card-content {
  position: relative;
  z-index: 1;
}

/* Imagen floral difuminada en la parte inferior del cuadro de la fecha */
.hero-card-floral {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.hero-card-floral-img {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  min-width: 100%;
  height: auto;
  opacity: 0.4;
  object-fit: cover;
  object-position: center bottom;
}

.hero-label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--color-gold);
  margin-bottom: var(--space-lg);
}

.hero-names {
  font-family: var(--font-title);
  font-weight: 400;
  color: var(--color-text-primary);
  line-height: 1.1;
  margin-bottom: var(--space-lg);
}

.hero-name {
  display: block;
  font-size: var(--text-5xl);
  letter-spacing: 0.03em;
}

.hero-connector {
  display: block;
  font-family: var(--font-script);
  font-size: var(--text-6xl);
  color: var(--color-gold);
  margin: var(--space-xs) 0;
}

.hero-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-md);
  margin-bottom: var(--space-xl);
}

.ornament-line {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-gold-light), transparent);
}

.ornament-symbol {
  color: var(--color-gold);
  font-size: var(--text-xl);
}

.hero-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-xs);
  margin-bottom: var(--space-lg);
}

.date-day {
  font-family: var(--font-title);
  font-size: var(--text-6xl);
  font-weight: 500;
  color: var(--color-text-primary);
  line-height: 1;
}

.date-month {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--color-text-secondary);
}

.date-year {
  font-family: var(--font-title);
  font-size: var(--text-2xl);
  font-weight: 400;
  color: var(--color-text-secondary);
}

.hero-location {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 400;
  color: var(--color-text-secondary);
  letter-spacing: 0.1em;
  margin-bottom: var(--space-xl);
}

.location-icon {
  color: var(--color-gold);
  margin: 0 var(--space-md);
  font-size: var(--text-xs);
}

.hero-message {
  font-family: var(--font-title);
  font-size: var(--text-lg);
  font-style: italic;
  color: var(--color-text-secondary);
  line-height: 1.8;
  margin-bottom: var(--space-xl);
  padding: 0 var(--space-md);
}

.hero-cta {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-gold-dark);
  padding: var(--space-md) var(--space-xl);
  border: 1px solid var(--color-gold);
  border-radius: var(--border-radius-sm);
  transition: all var(--transition-base);
}

.hero-cta:hover {
  background: var(--color-gold);
  color: var(--color-white);
}

.scroll-indicator {
  position: absolute;
  bottom: var(--space-xl);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  animation: bounce 2s infinite;
}

.scroll-text {
  display: block;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--color-text-muted);
  margin-bottom: var(--space-xs);
}

.scroll-arrow {
  color: var(--color-gold);
  font-size: var(--text-lg);
}

/* ═══════════════════════════════════════════════════════════════════════════
   STORY SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.section-story {
  padding: var(--space-5xl) 0;
}

.story-timeline {
  position: relative;
  max-width: var(--container-narrow);
  margin: 0 auto;
}

.story-timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--color-gold-light), var(--color-gold-light), transparent);
}

.story-item {
  display: flex;
  gap: var(--space-xl);
  margin-bottom: var(--space-3xl);
  position: relative;
}

.story-item:last-child {
  margin-bottom: 0;
}

.story-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-sm);
  flex-shrink: 0;
  width: 60px;
  margin-left: -30px;
}

.marker-year {
  font-family: var(--font-title);
  font-size: var(--text-lg);
  font-weight: 500;
  color: var(--color-gold);
}

.marker-dot {
  width: 12px;
  height: 12px;
  background: var(--color-gold);
  border-radius: 50%;
  border: 3px solid var(--color-white);
  box-shadow: 0 0 0 1px var(--color-gold-light);
}

.story-content {
  flex: 1;
  padding-top: var(--space-xs);
}

.story-heading {
  font-family: var(--font-title);
  font-size: var(--text-2xl);
  font-weight: 500;
  color: var(--color-text-primary);
  margin-bottom: var(--space-sm);
}

.story-text {
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--color-text-secondary);
  line-height: 1.8;
}

.story-quote {
  max-width: var(--container-narrow);
  margin: var(--space-3xl) auto 0;
  text-align: center;
}

.story-quote blockquote {
  font-family: var(--font-title);
  font-size: var(--text-2xl);
  font-style: italic;
  color: var(--color-gold-dark);
  position: relative;
  padding: 0 var(--space-xl);
}

.story-quote blockquote::before,
.story-quote blockquote::after {
  font-family: var(--font-script);
  font-size: var(--text-5xl);
  color: var(--color-gold-light);
  position: absolute;
  line-height: 1;
}

.story-quote blockquote::before {
  content: '"';
  left: 0;
  top: -10px;
}

.story-quote blockquote::after {
  content: '"';
  right: 0;
  bottom: -30px;
}

/* ═══════════════════════════════════════════════════════════════════════════
   PLACES SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.places-intro {
  text-align: center;
  max-width: 600px;
  margin: 0 auto var(--space-3xl);
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--color-text-secondary);
}

.places-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-xl);
}

.place-card {
  text-align: center;
  padding: var(--space-xl);
  background: var(--color-white);
  border: 1px solid var(--color-beige-dark);
  border-radius: var(--border-radius-md);
  transition: all var(--transition-base);
}

.place-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-medium);
  border-color: var(--color-gold-light);
}

.place-icon {
  margin-bottom: var(--space-md);
}

.place-svg {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.place-name {
  font-family: var(--font-title);
  font-size: var(--text-xl);
  font-weight: 500;
  color: var(--color-text-primary);
  margin-bottom: var(--space-sm);
}

.place-description {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  line-height: 1.7;
}

/* ═══════════════════════════════════════════════════════════════════════════
   SCHEDULE SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.section-schedule {
  padding: var(--space-5xl) 0;
}

.schedule-days {
  display: grid;
  gap: var(--space-2xl);
  max-width: 900px;
  margin: 0 auto;
}

.schedule-day {
  background: var(--color-paper);
  border: 1px solid var(--color-beige-dark);
  border-radius: var(--border-radius-md);
  overflow: hidden;
}

.schedule-day-main {
  border-color: var(--color-gold-light);
  box-shadow: var(--shadow-soft);
}

.schedule-day-main .day-header {
  background: linear-gradient(135deg, var(--color-gold-light), var(--color-gold));
}

.schedule-day-main .day-label,
.schedule-day-main .day-title,
.schedule-day-main .day-date {
  color: var(--color-white);
}

.day-header {
  background: var(--color-beige);
  padding: var(--space-xl);
  text-align: center;
}

.day-label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--color-gold);
  margin-bottom: var(--space-xs);
}

.day-title {
  font-family: var(--font-title);
  font-size: var(--text-2xl);
  font-weight: 500;
  color: var(--color-text-primary);
  margin-bottom: var(--space-xs);
}

.day-date {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
}

.day-events {
  padding: var(--space-xl);
}

.event {
  display: flex;
  gap: var(--space-lg);
  padding: var(--space-md) 0;
  border-bottom: 1px solid var(--color-beige-dark);
}

.event:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.event:first-child {
  padding-top: 0;
}

.event-time {
  font-family: var(--font-title);
  font-size: var(--text-lg);
  font-weight: 500;
  color: var(--color-gold);
  flex-shrink: 0;
  width: 60px;
}

.event-details {
  flex: 1;
}

.event-name {
  font-family: var(--font-title);
  font-size: var(--text-lg);
  font-weight: 500;
  color: var(--color-text-primary);
  margin-bottom: var(--space-xs);
}

.event-desc {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  line-height: 1.6;
}

/* ═══════════════════════════════════════════════════════════════════════════
   DRESS CODE SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.dresscode-content {
  max-width: 700px;
  margin: 0 auto;
}

.dresscode-main {
  text-align: center;
  margin-bottom: var(--space-2xl);
}

.dresscode-type {
  font-family: var(--font-title);
  font-size: var(--text-3xl);
  font-weight: 500;
  color: var(--color-gold);
  margin-bottom: var(--space-md);
}

.dresscode-desc {
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--color-text-secondary);
}

.dresscode-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-xl);
  margin-bottom: var(--space-2xl);
}

.dresscode-card {
  background: var(--color-white);
  border: 1px solid var(--color-beige-dark);
  border-radius: var(--border-radius-md);
  padding: var(--space-xl);
  text-align: center;
}

.dresscode-card-title {
  font-family: var(--font-title);
  font-size: var(--text-xl);
  font-weight: 500;
  color: var(--color-text-primary);
  margin-bottom: var(--space-md);
}

.dresscode-list {
  text-align: left;
}

.dresscode-list li {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  padding: var(--space-sm) 0;
  padding-left: var(--space-lg);
  position: relative;
}

.dresscode-list li::before {
  content: '◆';
  position: absolute;
  left: 0;
  color: var(--color-gold);
  font-size: var(--text-xs);
}

.dresscode-colors {
  text-align: center;
  margin-bottom: var(--space-xl);
}

.colors-label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-text-secondary);
  margin-bottom: var(--space-md);
}

.colors-palette {
  display: flex;
  justify-content: center;
  gap: var(--space-md);
  flex-wrap: wrap;
}

.color-swatch {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid var(--color-white);
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition-fast);
}

.color-swatch:hover {
  transform: scale(1.1);
}

.dresscode-note {
  text-align: center;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-text-light);
  font-style: italic;
  padding: var(--space-md);
  background: var(--color-beige);
  border-radius: var(--border-radius-sm);
}

/* ═══════════════════════════════════════════════════════════════════════════
   RSVP SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.section-rsvp {
  padding: var(--space-5xl) 0;
}

.rsvp-intro {
  text-align: center;
  max-width: 500px;
  margin: 0 auto var(--space-2xl);
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--color-text-secondary);
}

.rsvp-intro strong {
  color: var(--color-gold-dark);
}

.rsvp-form {
  max-width: 500px;
  margin: 0 auto;
  background: var(--color-paper);
  border: 1px solid var(--color-beige-dark);
  border-radius: var(--border-radius-md);
  padding: var(--space-2xl);
}

.form-group {
  margin-bottom: var(--space-lg);
}

.form-label {
  display: block;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-text-primary);
  margin-bottom: var(--space-sm);
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: var(--space-md);
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--color-text-primary);
  background: var(--color-white);
  border: 1px solid var(--color-beige-dark);
  border-radius: var(--border-radius-sm);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.15);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: var(--color-text-muted);
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
}

.form-radio-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.form-radio {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  cursor: pointer;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
}

.form-radio input {
  display: none;
}

.radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-beige-dark);
  border-radius: 50%;
  position: relative;
  transition: all var(--transition-fast);
}

.form-radio input:checked + .radio-custom {
  border-color: var(--color-gold);
}

.form-radio input:checked + .radio-custom::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: var(--color-gold);
  border-radius: 50%;
}

.form-submit {
  width: 100%;
  padding: var(--space-md) var(--space-xl);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-white);
  background: var(--color-gold);
  border: none;
  border-radius: var(--border-radius-sm);
  cursor: pointer;
  transition: all var(--transition-base);
}

.form-submit:hover {
  background: var(--color-gold-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.form-status {
  text-align: center;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-gold-dark);
  margin-top: var(--space-md);
  min-height: 1.5em;
}

.form-note {
  text-align: center;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  margin-top: var(--space-md);
  font-style: italic;
}

/* ═══════════════════════════════════════════════════════════════════════════
   INFO SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-xl);
}

.info-card {
  background: var(--color-white);
  border: 1px solid var(--color-beige-dark);
  border-radius: var(--border-radius-md);
  padding: var(--space-xl);
  text-align: center;
  transition: all var(--transition-base);
}

.info-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}

.info-icon {
  font-size: var(--text-3xl);
  margin-bottom: var(--space-md);
}

.info-title {
  font-family: var(--font-title);
  font-size: var(--text-xl);
  font-weight: 500;
  color: var(--color-text-primary);
  margin-bottom: var(--space-md);
}

.info-content {
  text-align: left;
}

.info-content p {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  line-height: 1.7;
}

.info-detail {
  font-style: italic;
  color: var(--color-text-light) !important;
  margin-top: var(--space-sm);
}

.info-list {
  margin-top: var(--space-sm);
}

.info-list li {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  padding: var(--space-xs) 0;
  padding-left: var(--space-md);
  position: relative;
}

.info-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--color-gold);
}

.info-email {
  margin-top: var(--space-md);
  text-align: center;
}

.info-email a {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--transition-fast);
}

.info-email a:hover {
  color: var(--color-gold-dark);
}

/* ═══════════════════════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════════════════════ */
.main-footer {
  background: var(--color-beige);
  padding: var(--space-3xl) 0 var(--space-xl);
  position: relative;
  overflow: hidden;
}

.footer-floral {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  overflow: visible;
  transform: rotate(180deg);
}

.footer-content {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: var(--space-xl);
}

.footer-names {
  font-family: var(--font-script);
  font-size: var(--text-5xl);
  color: var(--color-gold);
  margin-bottom: var(--space-sm);
}

.footer-date {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  letter-spacing: 0.3em;
  color: var(--color-text-secondary);
  margin-bottom: var(--space-xl);
}

.footer-message {
  font-family: var(--font-title);
  font-size: var(--text-xl);
  color: var(--color-text-secondary);
  margin-bottom: var(--space-md);
}

.footer-quote {
  font-family: var(--font-title);
  font-size: var(--text-lg);
  font-style: italic;
  color: var(--color-text-light);
}

.footer-bottom {
  margin-top: var(--space-2xl);
  padding-top: var(--space-lg);
  border-top: 1px solid var(--color-beige-dark);
}

.footer-copyright {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  letter-spacing: 0.05em;
}

/* ═══════════════════════════════════════════════════════════════════════════
   RESPONSIVE DESIGN
   ═══════════════════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────────────────────────────────────
   MOBILE EXTRA SMALL (320px - 374px)
   ───────────────────────────────────────────────────────────────────────────── */
@media (max-width: 374px) {
  :root {
    --text-3xl: 1.5rem;
    --text-4xl: 1.75rem;
    --text-5xl: 2rem;
    --text-6xl: 2.5rem;
    --space-lg: 1rem;
    --space-xl: 1.5rem;
    --space-2xl: 2rem;
  }

  .container {
    padding: 0 var(--space-md);
  }

  .language-screen {
    padding: var(--space-md);
  }

  .floral-frame {
    padding: var(--space-xl) var(--space-md);
  }

  .language-title .name-marcela,
  .language-title .name-antoine {
    font-size: var(--text-2xl);
  }

  .language-title .ampersand {
    font-size: var(--text-4xl);
  }

  .language-pretext,
  .language-subtitle {
    font-size: 10px;
  }

  .language-buttons {
    flex-direction: column;
    gap: var(--space-sm);
  }

  .btn-language {
    width: 100%;
    padding: var(--space-md) var(--space-lg);
    min-width: auto;
  }

  .hero-card {
    padding: var(--space-lg) var(--space-md);
    margin: var(--space-md) 0;
  }

  .hero-name {
    font-size: var(--text-3xl);
  }

  .hero-connector {
    font-size: var(--text-4xl);
  }

  .date-day {
    font-size: var(--text-4xl);
  }

  .hero-message {
    font-size: var(--text-base);
    padding: 0;
  }

  .hero-cta {
    padding: var(--space-sm) var(--space-md);
    font-size: 10px;
  }

  .section-title {
    font-size: var(--text-2xl);
  }

  .section-subtitle {
    font-size: 10px;
  }

  .story-quote blockquote {
    font-size: var(--text-lg);
    padding: 0 var(--space-md);
  }

  .dresscode-type {
    font-size: var(--text-2xl);
  }

  .footer-names {
    font-size: var(--text-3xl);
  }
}

/* ─────────────────────────────────────────────────────────────────────────────
   MOBILE SMALL (375px - 479px)
   ───────────────────────────────────────────────────────────────────────────── */
@media (min-width: 375px) and (max-width: 479px) {
  :root {
    --text-4xl: 2rem;
    --text-5xl: 2.5rem;
    --text-6xl: 3rem;
  }

  .language-title .name-marcela,
  .language-title .name-antoine {
    font-size: var(--text-3xl);
  }

  .language-title .ampersand {
    font-size: var(--text-5xl);
  }

  .language-buttons {
    flex-direction: column;
    gap: var(--space-md);
  }

  .btn-language {
    width: 100%;
  }

  .hero-name {
    font-size: var(--text-4xl);
  }

  .hero-connector {
    font-size: var(--text-5xl);
  }

  .hero-card {
    padding: var(--space-xl) var(--space-md);
  }

  .section-title {
    font-size: var(--text-3xl);
  }
}

/* ─────────────────────────────────────────────────────────────────────────────
   MOBILE COMMON (up to 480px)
   ───────────────────────────────────────────────────────────────────────────── */
@media (max-width: 480px) {
  .story-timeline::before {
    left: 15px;
  }

  .story-marker {
    width: 40px;
    margin-left: -5px;
  }

  .marker-year {
    font-size: var(--text-sm);
  }

  .story-item {
    gap: var(--space-md);
  }

  .event {
    flex-direction: column;
    gap: var(--space-sm);
  }

  .event-time {
    width: auto;
  }

  .places-grid {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }

  .place-card {
    padding: var(--space-lg);
  }

  .dresscode-grid {
    grid-template-columns: 1fr;
  }

  .info-grid {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }

  .schedule-days {
    gap: var(--space-lg);
  }

  .rsvp-form {
    padding: var(--space-lg);
  }

  /* Reduce watercolor opacity on small screens */
  .language-screen::before {
    opacity: 0.2;
  }

  .scroll-indicator {
    bottom: var(--space-md);
  }

  .hero-floral {
    display: none;
  }
}

/* ─────────────────────────────────────────────────────────────────────────────
   MOBILE LARGE / PHABLET (481px - 639px)
   ───────────────────────────────────────────────────────────────────────────── */
@media (min-width: 481px) and (max-width: 639px) {
  .language-buttons {
    flex-direction: row;
    justify-content: center;
  }

  .btn-language {
    min-width: 140px;
  }

  .hero-name {
    font-size: var(--text-4xl);
  }

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

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

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

/* ─────────────────────────────────────────────────────────────────────────────
   TABLET SMALL (640px - 767px)
   ───────────────────────────────────────────────────────────────────────────── */
@media (min-width: 640px) and (max-width: 767px) {
  .hero-name {
    font-size: var(--text-5xl);
  }

  .hero-connector {
    font-size: var(--text-6xl);
  }

  .section-title {
    font-size: var(--text-4xl);
  }

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

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

  .schedule-days {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
}

/* ─────────────────────────────────────────────────────────────────────────────
   MOBILE NAVIGATION (up to 768px)
   ───────────────────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(253, 251, 247, 0.98);
    backdrop-filter: blur(10px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--space-xl);
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-base);
  }

  .nav-menu.active {
    opacity: 1;
    visibility: visible;
  }

  .nav-link {
    font-size: var(--text-lg);
  }

  .nav-lang {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
  }

  .nav-menu.active ~ .nav-lang {
    position: fixed;
    bottom: var(--space-2xl);
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
  }

  /* Stack story timeline vertically */
  .story-timeline::before {
    left: 20px;
  }

  .story-item {
    width: 100%;
    margin-left: 0;
    padding-left: var(--space-2xl);
  }

  .story-item:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
    padding-left: var(--space-2xl);
    padding-right: 0;
    flex-direction: row;
    text-align: left;
  }

  .story-marker {
    position: relative;
    left: auto;
    transform: none;
    margin-left: -30px;
  }

  .story-item:nth-child(even) .story-marker {
    left: auto;
    transform: none;
  }

  /* Footer adjustments */
  .footer-names {
    font-size: var(--text-4xl);
  }

  .footer-message {
    font-size: var(--text-lg);
    padding: 0 var(--space-md);
  }
}

/* ─────────────────────────────────────────────────────────────────────────────
   TABLET (768px - 1023px)
   ───────────────────────────────────────────────────────────────────────────── */
@media (min-width: 768px) and (max-width: 1023px) {
  .section {
    padding: var(--space-4xl) 0;
  }

  .hero-card {
    padding: var(--space-2xl) var(--space-xl);
  }

  .hero-name {
    font-size: var(--text-5xl);
  }

  .hero-connector {
    font-size: var(--text-6xl);
  }

  .section-title {
    font-size: var(--text-4xl);
  }

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

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

  .schedule-days {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
  }

  .day-header {
    padding: var(--space-md);
  }

  .day-title {
    font-size: var(--text-xl);
  }

  .event-time {
    font-size: var(--text-base);
    width: 50px;
  }

  .event-name {
    font-size: var(--text-base);
  }

  .event-desc {
    font-size: var(--text-xs);
  }
}

/* ─────────────────────────────────────────────────────────────────────────────
   TABLET AND UP (768px+)
   ───────────────────────────────────────────────────────────────────────────── */
@media (min-width: 768px) {
  .section {
    padding: var(--space-5xl) 0;
  }

  .hero-card {
    padding: var(--space-3xl) var(--space-2xl);
  }

  .section-title {
    font-size: var(--text-5xl);
  }

  .schedule-day {
    display: flex;
    flex-direction: column;
  }

  .day-events {
    flex: 1;
  }
}

/* ─────────────────────────────────────────────────────────────────────────────
   DESKTOP (1024px+)
   ───────────────────────────────────────────────────────────────────────────── */
@media (min-width: 1024px) {
  .hero-card {
    padding: var(--space-4xl) var(--space-3xl);
  }

  .hero-name {
    font-size: var(--text-6xl);
  }

  .hero-connector {
    font-size: var(--text-7xl);
  }

  .places-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .info-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Story timeline desktop layout */
  .story-timeline::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .story-item {
    width: 50%;
    margin-left: auto;
    padding-left: var(--space-2xl);
  }

  .story-item:nth-child(even) {
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: var(--space-2xl);
    flex-direction: row-reverse;
    text-align: right;
  }

  .story-marker {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    width: auto;
  }

  .story-item:nth-child(even) .story-marker {
    left: 50%;
  }
}

/* ─────────────────────────────────────────────────────────────────────────────
   DESKTOP LARGE (1280px+)
   ───────────────────────────────────────────────────────────────────────────── */
@media (min-width: 1280px) {
  .hero-name {
    font-size: var(--text-7xl);
  }

  .hero-connector {
    font-size: var(--text-8xl);
  }

}

/* ─────────────────────────────────────────────────────────────────────────────
   DESKTOP EXTRA LARGE (1536px+)
   ───────────────────────────────────────────────────────────────────────────── */
@media (min-width: 1536px) {
  :root {
    --container-max: 1400px;
  }

  .hero-content {
    max-width: 800px;
  }

  .hero-card {
    padding: var(--space-5xl) var(--space-4xl);
  }
}

/* ─────────────────────────────────────────────────────────────────────────────
   LANDSCAPE MODE ON MOBILE
   ───────────────────────────────────────────────────────────────────────────── */
@media (max-height: 500px) and (orientation: landscape) {
  .language-screen {
    padding: var(--space-md);
    min-height: auto;
  }

  .floral-frame {
    padding: var(--space-lg) var(--space-md);
  }

  .language-title .name-marcela,
  .language-title .name-antoine {
    font-size: var(--text-2xl);
  }

  .language-title .ampersand {
    font-size: var(--text-3xl);
    margin: 0;
  }

  .language-divider {
    margin-bottom: var(--space-md);
  }

  .language-subtitle {
    margin-bottom: var(--space-md);
  }

  .section-hero {
    min-height: auto;
    padding: var(--space-xl) 0;
  }

  .hero-card {
    padding: var(--space-lg);
  }

  .hero-name {
    font-size: var(--text-3xl);
  }

  .hero-date {
    flex-direction: row;
    gap: var(--space-md);
  }

  .date-day {
    font-size: var(--text-3xl);
  }

  .scroll-indicator {
    display: none;
  }

  .hero-floral {
    display: none;
  }

  .language-screen::before {
    display: none;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   ACCESSIBILITY & PREFERENCES
   ═══════════════════════════════════════════════════════════════════════════ */

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

  .animate-on-scroll {
    opacity: 1;
    transform: none;
  }
}

/* Focus visible for keyboard navigation */
:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 2px;
}

/* Print styles */
@media print {
  .main-nav,
  .scroll-indicator,
  .hero-cta,
  .rsvp-form,
  .form-submit {
    display: none !important;
  }

  .section {
    page-break-inside: avoid;
    padding: var(--space-xl) 0;
  }

  body {
    background: white;
  }
}
