/* ============================================================
   mothers-day.css — Soft Blossom Rose & Warm Gold Solstice Theme
   Extends universal master layout from christmas.css
   ============================================================ */

@import './christmas.css';

:root {
  --accent-primary:      #E91E63; /* Warm Rose Pink */
  --accent-secondary:    #F59E0B; /* Solstice Gold */
  --accent-tertiary:     #FF69B4; /* Soft Blossom Pink */
  --bg-deep:             #1F0A14; /* Deep Blossom Atmosphere */
  --bg-mid:              #331222; /* Blossom Rose Glass */
  --text-primary:        #FFFFFF;
  --text-muted:          #FFE4E1;
  --glow-color:          rgba(233, 30, 99, 0.45);
  --glow-color-pink:     rgba(255, 105, 180, 0.45);
  --glow-color-gold:     rgba(245, 158, 11, 0.45);
}

/* Mother's Day Theme Typography — Whole Page Content Except Header & Footer */
main,
.section-1,
.section-2,
.content-main,
.content-block,
.sidebar,
.s2-banner,
.holiday-name,
.location-badge,
.countdown-wrapper,
.flip-tile,
.flip-tile__face,
.countdown-unit__label,
.countdown-unit__sep,
.share-btn,
.scroll-indicator,
.timeline,
.timeline__title,
.timeline__text,
.tradition-card,
.tradition-card__title,
.tradition-card__text,
.fun-facts,
.fun-fact-text,
.quiz__question,
.quiz-option,
.quiz__option,
.quiz__feedback,
.quiz__score-number,
.quiz__score-label,
.world-slider-card,
.world-slider__country,
.world-slider__text,
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', 'Cinzel Decorative', 'Outfit', serif !important;
}

/* Header & Footer Clean Sans-Serif Typography Exception */
.top-controls-row, .top-controls-row *,
.breadcrumb-pill, .breadcrumb-pill *,
.header-location-picker, .header-location-picker *,
.header-search-picker, .header-search-picker *,
.city-selector-header, .header-search-input,
.footer, .footer *,
.site-footer, .site-footer *,
.holiday-interlink-grid, .holiday-interlink-grid *,
.interlink-card, .interlink-card *,
.interlink-card__title, .interlink-card__date,
#heading-interlink + p {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
}

/* Section 1 Background Theme & Canvas Scoping */
.section-1 {
  position: relative !important;
  overflow: hidden !important;
  background: radial-gradient(ellipse 100% 90% at 50% 30%, #4A122B 0%, #2E0B1B 50%, #17050E 100%) !important;
}

.section-1 #particle-canvas {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.section-1::before {
  background: radial-gradient(circle, rgba(233, 30, 99, 0.28) 0%, rgba(245, 158, 11, 0.2) 45%, rgba(255, 105, 180, 0.12) 70%, transparent 100%) !important;
}

.section-1__vignette {
  background: radial-gradient(ellipse 85% 85% at 50% 50%, transparent 45%, rgba(23, 5, 14, 0.88) 100%) !important;
}

/* Location Badge Theme */
.location-badge {
  background: rgba(233, 30, 99, 0.22) !important;
  border: 1px solid rgba(245, 158, 11, 0.5) !important;
  color: #FFD700 !important;
  box-shadow: 0 4px 18px rgba(233, 30, 99, 0.38) !important;
}

/* Flip Tile Theme */
.flip-tile__face {
  font-variant-numeric: lining-figures tabular-nums !important;
  -webkit-font-feature-settings: "lnum" 1, "tnum" 1 !important;
  font-feature-settings: "lnum" 1, "tnum" 1 !important;
  background: linear-gradient(160deg, rgba(233, 30, 99, 0.38) 0%, rgba(31, 10, 20, 0.96) 100%) !important;
  border: 1px solid rgba(245, 158, 11, 0.5) !important;
  border-top: 2.5px solid #F59E0B !important;
  text-shadow: 0 0 25px rgba(255, 105, 180, 0.7), 0 0 35px rgba(245, 158, 11, 0.6) !important;
}

.countdown-unit__label,
.countdown-unit__sep {
  color: #F59E0B !important;
}

/* Share Button Theme */
.share-btn {
  background: rgba(233, 30, 99, 0.28) !important;
  border: 1px solid rgba(245, 158, 11, 0.65) !important;
  box-shadow: 0 4px 22px rgba(233, 30, 99, 0.4) !important;
}

.share-btn:hover {
  background: rgba(245, 158, 11, 0.35) !important;
  border-color: #FFD700 !important;
}

/* Section 2 Cards & Banner Theme */
.s2-banner {
  background: linear-gradient(135deg, rgba(233, 30, 99, 0.38) 0%, rgba(51, 18, 34, 0.95) 100%) !important;
  border: 1px solid rgba(245, 158, 11, 0.4) !important;
}

.content-block,
.sidebar-card {
  background: rgba(51, 18, 34, 0.8) !important;
  border: 1px solid rgba(233, 30, 99, 0.4) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.48) !important;
}

.content-block:hover,
.sidebar-card:hover {
  border-color: rgba(245, 158, 11, 0.7) !important;
  box-shadow: 0 12px 40px rgba(233, 30, 99, 0.25) !important;
}

/* Scroll Indicator Theme */
.scroll-indicator,
.scroll-indicator span,
.scroll-indicator__arrow {
  color: #F59E0B !important;
  border-color: #F59E0B !important;
}

/* Theme Quiz Overrides */
.quiz-option,
.quiz__option {
  background: rgba(51, 18, 34, 0.7) !important;
  border: 1.5px solid rgba(233, 30, 99, 0.4) !important;
}

.quiz-option:hover:not(:disabled),
.quiz__option:hover:not(:disabled) {
  background: rgba(233, 30, 99, 0.38) !important;
  border-color: #E91E63 !important;
}

/* Responsive Mobile View Overrides (< 900px) */
@media (max-width: 900px) {
  .section-1 {
    height: 100dvh !important;
    min-height: 100dvh !important;
    max-height: 100dvh !important;
    padding: 12px 16px clamp(14px, 3.2vh, 28px) 16px !important;
  }

  .scroll-indicator {
    bottom: clamp(14px, 3.2vh, 28px) !important;
  }
}

@media (max-width: 640px) {
  .flip-tile__face {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(1.4rem, 4.8vw, 2.2rem) !important;
  }

  .countdown-unit__sep {
    font-family: 'Playfair Display', serif !important;
    color: #F59E0B !important;
  }

  .countdown-unit__label {
    font-family: 'Outfit', 'Inter', sans-serif !important;
    color: #F59E0B !important;
    font-size: clamp(0.7rem, 2.2vw, 0.85rem) !important;
  }

  .holiday-title {
    font-size: clamp(2rem, 6.5vw, 3rem) !important;
  }
}
