/*
Theme Name: Grace & Simon Wedding
Theme URI: https://meetusincdmx.com
Author: Custom
Description: Elegant wedding theme for Grace & Simon - August 18th, 2026
Version: 1.0
Template: classic-wedding
Text Domain: grace-simon-wedding
*/

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500&display=swap");

:root {
  --primary-cream: #e1dac7;
  --primary-brown: #54120b;
  --primary-burgundy: #23140d;
  --accent-beige: #dddbc7;
  --text-cream: #e1dac7;
  --text-dark: #54120b;
}

/* Base styling */
body {
  background: var(--primary-cream) !important;
  font-family: "Montserrat", sans-serif !important;
  color: var(--text-dark);
}

/* Typography */
h1, h2, h3, h4, h5, h6,
.site-title, .entry-title {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--text-dark);
  font-weight: 400;
}

/* Header */
.top_header, header, .main-header, .site-header, #masthead {
  background: var(--primary-burgundy) !important;
  border-bottom: none !important;
}

.top_header *, header *, .main-header *, .site-header *, #masthead *,
.site-title a, .site-description {
  color: var(--text-cream) !important;
}

/* Navigation */
.main-navigation, .primary-menu, nav.menu {
  background: var(--primary-burgundy) !important;
}

.main-navigation a, .primary-menu a, nav.menu a {
  color: var(--text-cream) !important;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
}

.main-navigation a:hover, .primary-menu a:hover {
  color: #fff !important;
}

/* Hero/Slider Section */
.slidersection, .slider-section, #slider, .banner, .hero-section {
  background: linear-gradient(135deg, var(--primary-cream) 0%, var(--accent-beige) 100%) !important;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.slidersection::before, .banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 20% 80%, rgba(84, 18, 11, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(84, 18, 11, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.slidersection h1, .banner h1, .hero-section h1 {
  font-size: 4.5rem !important;
  letter-spacing: 0.25em !important;
  color: var(--text-dark) !important;
  font-weight: 300 !important;
  text-shadow: none;
}

.slidersection h2, .banner h2, .slider-section h2 {
  font-size: 1.5rem !important;
  letter-spacing: 0.2em !important;
  color: var(--text-dark) !important;
  font-weight: 300 !important;
}

/* Decorative elements */
.section-divider {
  width: 60px;
  height: 1px;
  background: var(--primary-brown);
  margin: 30px auto;
}

/* Buttons */
.rsvp-btn, .theme-btn, .btn-primary, 
a.rsvp-btn, .button, .wp-block-button__link,
input[type="submit"], button[type="submit"] {
  background: var(--primary-brown) !important;
  color: var(--text-cream) !important;
  border: 2px solid var(--primary-brown) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
  padding: 18px 50px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
}

.rsvp-btn:hover, .theme-btn:hover, .button:hover,
.wp-block-button__link:hover {
  background: var(--primary-burgundy) !important;
  border-color: var(--primary-burgundy) !important;
  color: #fff !important;
}

/* Content sections */
.entry-content, .page-content, .site-content, #content {
  background: var(--primary-cream);
}

/* Section styling */
.wp-block-group {
  position: relative;
}

/* Alternating section backgrounds */
.section-dark, .dark-section {
  background: var(--primary-brown) !important;
  color: var(--text-cream) !important;
}

.section-dark h2, .section-dark h3, .section-dark p,
.dark-section h2, .dark-section h3, .dark-section p {
  color: var(--text-cream) !important;
}

.section-burgundy {
  background: var(--primary-burgundy) !important;
  color: var(--text-cream) !important;
}

/* Wedding info boxes */
.info-box, .wedding-box, .timeline-item {
  background: rgba(255,255,255,0.3);
  padding: 40px;
  text-align: center;
  border: 1px solid rgba(84, 18, 11, 0.1);
}

/* Timeline styling */
.timeline-section {
  background: var(--primary-brown);
  padding: 80px 20px;
}

.timeline-section h2 {
  color: var(--text-cream) !important;
}

.timeline-section p {
  color: var(--text-cream) !important;
}

/* Cover blocks */
.wp-block-cover {
  min-height: 100vh !important;
}

.wp-block-cover::before {
  background: linear-gradient(135deg, rgba(225, 218, 199, 0.95) 0%, rgba(221, 219, 199, 0.95) 100%) !important;
}

/* Columns */
.wp-block-columns {
  gap: 40px;
}

/* Footer */
footer, .footer-section, .site-footer, #colophon {
  background: var(--primary-burgundy) !important;
  color: var(--text-cream) !important;
  border-top: none !important;
}

footer *, .footer-section *, .site-footer *, #colophon * {
  color: var(--text-cream) !important;
}

footer a:hover, .site-footer a:hover {
  color: #fff !important;
}

/* Widget areas */
.widget-area, .sidebar {
  background: var(--accent-beige);
}

/* Remove default shadows and borders */
.entry-content, article, .post, .page {
  box-shadow: none !important;
  border: none !important;
}

/* Decorative background pattern */
.pattern-bg {
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(84, 18, 11, 0.02) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(84, 18, 11, 0.02) 0%, transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(84, 18, 11, 0.01) 0%, transparent 60%);
}

/* Page template full width */
.full-width-page .site-content {
  max-width: 100%;
  padding: 0;
}

/* Hide sidebar on homepage */
.home .sidebar, .home .widget-area {
  display: none;
}

.home .site-content {
  width: 100%;
  max-width: 100%;
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Links */
a {
  color: var(--primary-brown);
  transition: color 0.3s ease;
}

a:hover {
  color: var(--primary-burgundy);
}

/* Form styling */
input, textarea, select {
  border: 1px solid rgba(84, 18, 11, 0.2) !important;
  background: rgba(255,255,255,0.5) !important;
  padding: 12px 15px !important;
  font-family: "Montserrat", sans-serif !important;
}

input:focus, textarea:focus {
  border-color: var(--primary-brown) !important;
  outline: none !important;
}
