/*
Theme Name: Inspired Blooms
Template: twentytwentyfive
Description: Custom child theme for Inspired Blooms Art
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Nunito:wght@300;400;600&display=swap');

:root {
  --petal-pink: #e8a0bf;
  --deep-rose: #c2185b;
  --soft-cream: #fdf6ee;
  --warm-sage: #8a9a7b;
  --deep-green: #3d5a3a;
  --dark-earth: #2c1e1e;
  --gold-accent: #d4a843;
}

body {
  font-family: 'Nunito', sans-serif !important;
  background-color: var(--soft-cream) !important;
  color: var(--dark-earth) !important;
}

body::before {
  content: '';
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(232,160,191,0.12) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(138,154,123,0.10) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(212,168,67,0.05) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.wp-site-blocks {
  position: relative;
  z-index: 1;
}

h1, h2, h3, h4, h5, h6,
.wp-block-heading {
  font-family: 'Playfair Display', serif !important;
  color: var(--deep-green) !important;
}

h1 em, h2 em {
  color: var(--deep-rose) !important;
  font-style: italic;
}

.wp-block-separator {
  width: 60px !important;
  border: none !important;
  height: 1.5px !important;
  background: linear-gradient(90deg, transparent, var(--gold-accent), transparent) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  font-family: 'Nunito', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: var(--deep-green) !important;
  border-color: var(--petal-pink) !important;
  border-width: 1.5px !important;
  border-radius: 2px !important;
  background: transparent !important;
  transition: all 0.3s ease !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: var(--deep-rose) !important;
  border-color: var(--deep-rose) !important;
}

a {
  color: var(--deep-green);
  transition: color 0.3s ease;
}

a:hover {
  color: var(--deep-rose);
}

.wp-block-gallery .wp-block-image {
  border: 1px solid var(--petal-pink);
  border-radius: 2px;
  overflow: hidden;
}

.wp-block-navigation a {
  font-family: 'Nunito', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  font-size: 0.85rem !important;
}

.wp-block-site-title a {
  font-family: 'Playfair Display', serif !important;
  color: var(--deep-green) !important;
}

/* Hide redundant page title on front page */
.home .wp-block-post-title {
  display: none !important;
}

/* Hide theme page title on all pages (content has its own headings) */
.wp-singular .wp-block-post-title {
  display: none !important;
}
