/* ============================================================
   friendship-day.css — Warm Golden Sunshine & Rose Pink Theme
   Extends universal master layout from christmas.css
   ============================================================ */

@import './christmas.css';

:root {
  --accent-primary:   #f59e0b;
  --accent-secondary: #fbbf24;
  --bg-deep:          #1F1005;
  --bg-mid:           #2e1708;
  --text-primary:     #FFFFFF;
  --text-muted:       #fef08a;
  --glow-color:       rgba(245, 158, 11, 0.45);
  --glow-color-gold:  rgba(255, 215, 0, 0.4);
}

/* Friendship Day Theme Typography */
body,
.section-1, .section-1 *,
.section-2, .section-2 *,
.content-main, .content-main *,
.content-sidebar, .content-sidebar *,
h1, h2, h3, h4, h5, h6,
p, span, a, button, input, select, option, label, li, ul, ol, div, blockquote, cite {
  font-family: 'Outfit', 'Playfair Display', sans-serif, serif !important;
}

/* Header, Footer & Interlinking Cards Normal Clean Sans-Serif Typography */
.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 */
.section-1 {
  background: radial-gradient(ellipse 100% 90% at 50% 30%, #4a2810 0%, #2e1708 50%, #170b03 85%, #0d0501 100%) !important;
}

.section-1::before {
  background: radial-gradient(circle, rgba(245, 158, 11, 0.22) 0%, rgba(251, 191, 36, 0.14) 45%, transparent 70%) !important;
}

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

/* Location Badge Theme */
.location-badge {
  background: rgba(245, 158, 11, 0.15) !important;
  border: 1px solid rgba(245, 158, 11, 0.4) !important;
  color: #fef08a !important;
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.25) !important;
}

/* Flip Tile Theme */
.flip-tile__face {
  background: linear-gradient(160deg, rgba(74, 40, 16, 0.85) 0%, rgba(31, 16, 5, 0.95) 100%) !important;
  border: 1px solid rgba(245, 158, 11, 0.4) !important;
  border-top: 2px solid #f59e0b !important;
  color: #fbbf24 !important;
  text-shadow: 0 0 25px rgba(245, 158, 11, 0.5), 0 0 35px rgba(251, 191, 36, 0.6) !important;
}

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

/* Share Button Theme */
.share-btn {
  background: rgba(245, 158, 11, 0.2) !important;
  border: 1px solid rgba(245, 158, 11, 0.6) !important;
  box-shadow: 0 4px 20px rgba(245, 158, 11, 0.3) !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(74, 40, 16, 0.6) 0%, rgba(31, 16, 5, 0.95) 100%) !important;
  border: 1px solid rgba(245, 158, 11, 0.35) !important;
}

.content-block,
.sidebar-card {
  background: rgba(46, 23, 8, 0.75) !important;
  border: 1px solid rgba(245, 158, 11, 0.35) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4) !important;
}

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

/* Scroll Indicator Theme */
.scroll-indicator,
.scroll-indicator span,
.scroll-indicator__arrow {
  color: #f59e0b !important;
  border-color: #f59e0b !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: 'Outfit', 'Playfair Display', serif !important;
    font-size: clamp(1.4rem, 4.8vw, 2.2rem) !important;
  }

  .countdown-unit__sep {
    font-family: 'Outfit', 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;
  }
}
