
/* -------------------------------------------------------------------------- */
/*                              ENHANCED HEADER                               */
/* -------------------------------------------------------------------------- */

.site-header,
.emilyandmichaeltv-header,
.emilyandmichaeltv-site-header {
    position: relative;
    z-index: 100;
    background-color: var(--wp--preset--color--base);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

header {
    padding: 0 !important;
    margin: 0 !important;
}

/* Header container */
.emilyandmichaeltv-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

/* Site branding */
.emilyandmichaeltv-site-branding {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.emilyandmichaeltv-site-logo {
    max-height: 60px;
    width: auto;
}

.emilyandmichaeltv-site-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.emilyandmichaeltv-site-title a {
    text-decoration: none;
    color: var(--wp--preset--color--contrast);
}

/* Navigation */
.emilyandmichaeltv-primary-navigation,
.wp-block-navigation {
    display: flex;
    align-items: center;
}

.emilyandmichaeltv-primary-navigation ul,
.wp-block-navigation__container {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1.5rem;
}

.emilyandmichaeltv-primary-navigation li,
.wp-block-navigation-item {
    position: relative;
}

.emilyandmichaeltv-primary-navigation a,
.wp-block-navigation-item__content {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem;
    transition: all 0.2s ease;
}

.emilyandmichaeltv-primary-navigation a:hover,
.wp-block-navigation-item__content:hover {
    color: var(--wp--preset--color--primary);
}

/* Responsive header */
@media (max-width: 768px) {
    .emilyandmichaeltv-header-container {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .emilyandmichaeltv-primary-navigation ul,
    .wp-block-navigation__container {
        flex-direction: column;
        gap: 0.5rem;
    }
}


/*
Theme Name: emilyandmichael.tv
Description: A sophisticated lifestyle blog theme designed for couples sharing their journey through life, travel, and home. Features warm, inviting colors and elegant typography perfect for storytelling and content-rich experiences.
Text Domain: emilyandmichaeltv
Template: twentytwentyfive
Version: 1.0.0
*/



/* -------------------------------------------------------------------------- */
/*                       EXTRACTED TEMPLATE STYLES                          */
/* -------------------------------------------------------------------------- */

/* Styles extracted from HEADER template */
.emilyandmichaeltv-header {
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff;
  border-bottom: 1px solid #e6e6e3;
  position: relative;
  z-index: 100;
}

.emilyandmichaeltv-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.25rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.emilyandmichaeltv-site-branding {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.emilyandmichaeltv-site-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
  color: #2d2d26;
  text-decoration: none;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0;
  position: relative;
}

.emilyandmichaeltv-site-title:hover {
  color: #5a7a78;
  transition: color 0.3s ease;
}

.emilyandmichaeltv-site-tagline {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  color: #6b6b62;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.02em;
}

.emilyandmichaeltv-navigation {
  display: flex;
  align-items: center;
}

.emilyandmichaeltv-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
  align-items: center;
}

.emilyandmichaeltv-navigation li {
  margin: 0;
}

.emilyandmichaeltv-navigation a {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #2d2d26;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  transition: all 0.3s ease;
  position: relative;
  letter-spacing: 0.01em;
}

.emilyandmichaeltv-navigation a:hover {
  color: #5a7a78;
  background-color: #e8f1f0;
  transform: translateY(-1px);
}

.emilyandmichaeltv-navigation a:active {
  transform: translateY(0);
}

.emilyandmichaeltv-mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #2d2d26;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.emilyandmichaeltv-mobile-toggle:hover {
  background-color: #f4f4f2;
}

@media (max-width: 768px) {
  .emilyandmichaeltv-header-inner {
    padding: 1rem 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  
  .emilyandmichaeltv-site-title {
    font-size: 1.75rem;
  }
  
  .emilyandmichaeltv-navigation {
    width: 100%;
  }
  
  .emilyandmichaeltv-navigation ul {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    align-items: flex-start;
  }
  
  .emilyandmichaeltv-navigation a {
    padding: 0.75rem 1rem;
    width: 100%;
    display: block;
    border-radius: 8px;
  }
}

@media (max-width: 480px) {
  .emilyandmichaeltv-header-inner {
    padding: 0.875rem 1rem;
  }
  
  .emilyandmichaeltv-site-title {
    font-size: 1.5rem;
  }
  
  .emilyandmichaeltv-site-tagline {
    font-size: 0.8125rem;
  }
}

/* Styles extracted from FOOTER template */
.emilyandmichaeltv-footer {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #f4f4f2;
  position: relative;
  overflow: hidden;
}

.emilyandmichaeltv-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #d1d1cc 50%, transparent 100%);
}

.emilyandmichaeltv-footer-inner {
  padding: 4rem 2rem 3rem;
  max-width: 1280px;
  margin: 0 auto;
}

.emilyandmichaeltv-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.emilyandmichaeltv-footer-about {
  position: relative;
}

.emilyandmichaeltv-footer-about h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3d524f;
  margin-bottom: 1.25rem;
  line-height: 1.3;
}

.emilyandmichaeltv-footer-about p {
  color: #54544d;
  line-height: 1.7;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.emilyandmichaeltv-footer-signature {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  color: #b8956d;
  font-size: 1.1rem;
  margin-top: 1rem;
}

.emilyandmichaeltv-footer-nav h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #3d524f;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.emilyandmichaeltv-footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.emilyandmichaeltv-footer-nav li {
  margin-bottom: 0.75rem;
}

.emilyandmichaeltv-footer-nav a {
  color: #6b6b62;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0.75rem;
}

.emilyandmichaeltv-footer-nav a::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #b8956d;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.emilyandmichaeltv-footer-nav a:hover {
  color: #5a7a78;
  padding-left: 1.25rem;
}

.emilyandmichaeltv-footer-nav a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.emilyandmichaeltv-footer-copyright {
  text-align: right;
}

.emilyandmichaeltv-footer-copyright p {
  color: #9c9c94;
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.emilyandmichaeltv-footer-year {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  color: #5a7a78;
}

.emilyandmichaeltv-footer-decorative {
  position: absolute;
  top: -1rem;
  right: 2rem;
  width: 60px;
  height: 60px;
  opacity: 0.1;
  background: radial-gradient(circle, #b8956d 0%, transparent 70%);
  border-radius: 50%;
}

@media (max-width: 768px) {
  .emilyandmichaeltv-footer-inner {
    padding: 3rem 1.5rem 2rem;
  }
  
  .emilyandmichaeltv-footer-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }
  
  .emilyandmichaeltv-footer-copyright {
    text-align: center;
  }
  
  .emilyandmichaeltv-footer-decorative {
    display: none;
  }
}

@media (max-width: 480px) {
  .emilyandmichaeltv-footer-inner {
    padding: 2.5rem 1rem 1.5rem;
  }
  
  .emilyandmichaeltv-footer-grid {
    gap: 2rem;
  }
}

/* Styles extracted from HOME template */
/* Emily & Michael Theme Styles */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --emilyandmichaeltv-primary: #5a7a78;
  --emilyandmichaeltv-primary-dark: #3d524f;
  --emilyandmichaeltv-primary-light: #e8f1f0;
  --emilyandmichaeltv-secondary: #b8956d;
  --emilyandmichaeltv-secondary-dark: #8b6f44;
  --emilyandmichaeltv-secondary-light: #f7f1e8;
  --emilyandmichaeltv-accent: #d4a574;
  --emilyandmichaeltv-neutral-50: #fafaf9;
  --emilyandmichaeltv-neutral-100: #f4f4f2;
  --emilyandmichaeltv-neutral-200: #e6e6e3;
  --emilyandmichaeltv-neutral-300: #d1d1cc;
  --emilyandmichaeltv-neutral-400: #9c9c94;
  --emilyandmichaeltv-neutral-500: #6b6b62;
  --emilyandmichaeltv-neutral-600: #54544d;
  --emilyandmichaeltv-neutral-700: #404038;
  --emilyandmichaeltv-neutral-800: #2d2d26;
  --emilyandmichaeltv-neutral-900: #1a1a15;
  --emilyandmichaeltv-text: #2d2d26;
  --emilyandmichaeltv-background: #fafaf9;
}

/* Layout System */
.emilyandmichaeltv-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.emilyandmichaeltv-section {
  padding: 80px 0;
}

.emilyandmichaeltv-section-sm {
  padding: 60px 0;
}

.emilyandmichaeltv-inner {
  max-width: 960px;
  margin: 0 auto;
}

/* Typography */
.emilyandmichaeltv-heading-display {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--emilyandmichaeltv-text);
  margin-bottom: 1.5rem;
}

.emilyandmichaeltv-heading-large {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--emilyandmichaeltv-text);
  margin-bottom: 1rem;
}

.emilyandmichaeltv-heading-medium {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  line-height: 1.3;
  color: var(--emilyandmichaeltv-text);
  margin-bottom: 1rem;
}

.emilyandmichaeltv-text-large {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--emilyandmichaeltv-neutral-600);
  margin-bottom: 1.5rem;
}

.emilyandmichaeltv-text-body {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--emilyandmichaeltv-neutral-600);
  margin-bottom: 1rem;
}

/* Hero Section */
.emilyandmichaeltv-hero {
  background: linear-gradient(135deg, var(--emilyandmichaeltv-primary-light) 0%, var(--emilyandmichaeltv-secondary-light) 100%);
  position: relative;
  overflow: hidden;
}

.emilyandmichaeltv-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--emilyandmichaeltv-accent) 0%, transparent 70%);
  opacity: 0.1;
  border-radius: 50%;
}

.emilyandmichaeltv-hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.emilyandmichaeltv-hero-text {
  max-width: 500px;
}

.emilyandmichaeltv-hero-image {
  position: relative;
}

.emilyandmichaeltv-hero-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* Button Styles */
.emilyandmichaeltv-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: var(--emilyandmichaeltv-primary);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid var(--emilyandmichaeltv-primary);
}

.emilyandmichaeltv-button:hover {
  background: var(--emilyandmichaeltv-primary-dark);
  border-color: var(--emilyandmichaeltv-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(90, 122, 120, 0.3);
}

.emilyandmichaeltv-button-outline {
  background: transparent;
  color: var(--emilyandmichaeltv-primary);
  border: 2px solid var(--emilyandmichaeltv-primary);
}

.emilyandmichaeltv-button-outline:hover {
  background: var(--emilyandmichaeltv-primary);
  color: white;
}

/* Featured Posts Grid */
.emilyandmichaeltv-featured-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 60px;
}

.emilyandmichaeltv-post-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  position: relative;
}

.emilyandmichaeltv-post-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.emilyandmichaeltv-post-card-image {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.emilyandmichaeltv-post-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.emilyandmichaeltv-post-card:hover .emilyandmichaeltv-post-card-image img {
  transform: scale(1.05);
}

.emilyandmichaeltv-post-card-content {
  padding: 30px;
}

.emilyandmichaeltv-post-card-category {
  display: inline-block;
  background: var(--emilyandmichaeltv-accent);
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.emilyandmichaeltv-post-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 12px;
  color: var(--emilyandmichaeltv-text);
}

.emilyandmichaeltv-post-card-excerpt {
  color: var(--emilyandmichaeltv-neutral-600);
  line-height: 1.6;
  margin-bottom: 20px;
}

.emilyandmichaeltv-post-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--emilyandmichaeltv-neutral-500);
  font-size: 0.875rem;
}

/* About Section */
.emilyandmichaeltv-about {
  background: var(--emilyandmichaeltv-neutral-50);
  position: relative;
}

.emilyandmichaeltv-about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.emilyandmichaeltv-about-text {
  max-width: 500px;
}

.emilyandmichaeltv-about-image {
  position: relative;
}

.emilyandmichaeltv-about-image::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  background: var(--emilyandmichaeltv-primary-light);
  border-radius: 12px;
  z-index: 1;
}

.emilyandmichaeltv-about-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Newsletter Section */
.emilyandmichaeltv-newsletter {
  background: linear-gradient(45deg, var(--emilyandmichaeltv-primary) 0%, var(--emilyandmichaeltv-secondary) 100%);
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.emilyandmichaeltv-newsletter::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="white" opacity="0.1"/></svg>') repeat;
  animation: float 20s infinite linear;
}

@keyframes float {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.emilyandmichaeltv-newsletter-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
}

.emilyandmichaeltv-newsletter h2 {
  color: white;
  margin-bottom: 1rem;
}

.emilyandmichaeltv-newsletter p {
  color: rgba(255,255,255,0.9);
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.emilyandmichaeltv-newsletter-form {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.emilyandmichaeltv-newsletter-input {
  flex: 1;
  min-width: 250px;
  padding: 16px 24px;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  background: rgba(255,255,255,0.95);
  color: var(--emilyandmichaeltv-text);
}

.emilyandmichaeltv-newsletter-input::placeholder {
  color: var(--emilyandmichaeltv-neutral-500);
}

.emilyandmichaeltv-newsletter-button {
  background: white;
  color: var(--emilyandmichaeltv-primary);
  border: 2px solid white;
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.emilyandmichaeltv-newsletter-button:hover {
  background: transparent;
  color: white;
}

/* Testimonials */
.emilyandmichaeltv-testimonials {
  text-align: center;
}

.emilyandmichaeltv-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 60px;
}

.emilyandmichaeltv-testimonial-card {
  background: white;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  position: relative;
}

.emilyandmichaeltv-testimonial-card::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 30px;
  font-size: 4rem;
  color: var(--emilyandmichaeltv-accent);
  font-family: 'Playfair Display', serif;
  line-height: 1;
}

.emilyandmichaeltv-testimonial-text {
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 24px;
  color: var(--emilyandmichaeltv-neutral-600);
}

.emilyandmichaeltv-testimonial-author {
  font-weight: 600;
  color: var(--emilyandmichaeltv-text);
}

/* Latest Posts Section */
.emilyandmichaeltv-latest-posts {
  background: var(--emilyandmichaeltv-neutral-50);
}

.emilyandmichaeltv-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.emilyandmichaeltv-post-item {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.emilyandmichaeltv-post-item:hover {
  transform: translateY(-4px);
}

.emilyandmichaeltv-post-item-image {
  height: 180px;
  overflow: hidden;
}

.emilyandmichaeltv-post-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.emilyandmichaeltv-post-item-content {
  padding: 24px;
}

.emilyandmichaeltv-post-item-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--emilyandmichaeltv-text);
  line-height: 1.3;
}

.emilyandmichaeltv-post-item-excerpt {
  color: var(--emilyandmichaeltv-neutral-600);
  line-height: 1.6;
  margin-bottom: 16px;
  font-size: 0.95rem;
}

.emilyandmichaeltv-post-item-date {
  color: var(--emilyandmichaeltv-neutral-500);
  font-size: 0.875rem;
}

/* Call to Action */
.emilyandmichaeltv-cta {
  background: var(--emilyandmichaeltv-secondary-light);
  text-align: center;
  position: relative;
}

.emilyandmichaeltv-cta-content {
  max-width: 700px;
  margin: 0 auto;
}

/* Decorative Elements */
.emilyandmichaeltv-divider {
  text-align: center;
  margin: 60px 0;
}

.emilyandmichaeltv-divider::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 2px;
  background: var(--emilyandmichaeltv-accent);
  margin: 0 20px;
  vertical-align: middle;
}

.emilyandmichaeltv-divider::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--emilyandmichaeltv-accent);
  border-radius: 50%;
  vertical-align: middle;
}

/* Responsive Design */
@media (max-width: 768px) {
  .emilyandmichaeltv-hero-content,
  .emilyandmichaeltv-about-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .emilyandmichaeltv-hero-content {
    text-align: center;
  }
  
  .emilyandmichaeltv-section {
    padding: 60px 0;
  }
  
  .emilyandmichaeltv-container {
    padding: 0 16px;
  }
  
  .emilyandmichaeltv-newsletter-form {
    flex-direction: column;
  }
  
  .emilyandmichaeltv-newsletter-input {
    min-width: auto;
  }
  
  .emilyandmichaeltv-featured-posts,
  .emilyandmichaeltv-posts-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .emilyandmichaeltv-post-card-content {
    padding: 20px;
  }
  
  .emilyandmichaeltv-testimonial-card {
    padding: 30px 20px;
  }
}



/* =============================================================================
   GOOGLE FONTS IMPORT
   ============================================================================= */

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

/* =============================================================================
   BASE STYLES & TYPOGRAPHY
   ============================================================================= */

html {
    font-size: 18px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #2d2d26;
    background-color: #fafaf9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Typography Scale */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: #2d2d26;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

h1 {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin-bottom: 2rem;
}

h2 {
    font-size: 2.75rem;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin-bottom: 1.75rem;
}

h3 {
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin-bottom: 1.5rem;
}

h4 {
    font-size: 1.875rem;
    font-weight: 500;
    letter-spacing: -0.02em;
}

h5 {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -0.015em;
}

h6 {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -0.01em;
}

p {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.7;
}

/* Links */
a {
    color: #5a7a78;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

a:hover {
    color: #3d524f;
}

a:focus {
    outline: 2px solid #5a7a78;
    outline-offset: 2px;
    border-radius: 2px;
}

/* Content Links with Underline Effect */
.emilyandmichaeltv-content a,
.entry-content a,
.wp-block-post-content a {
    background-image: linear-gradient(to right, #d4a574, #d4a574);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 0.3s ease;
    padding-bottom: 2px;
}

.emilyandmichaeltv-content a:hover,
.entry-content a:hover,
.wp-block-post-content a:hover {
    background-size: 100% 2px;
}

/* Lists */
ul, ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

ul li {
    list-style: none;
    position: relative;
}

ul li::before {
    content: '•';
    color: #b8956d;
    font-weight: bold;
    position: absolute;
    left: -1.25rem;
    top: 0;
    font-size: 1.2em;
}

/* Blockquotes */
blockquote {
    margin: 2.5rem 0;
    padding: 2rem 2.5rem;
    background: linear-gradient(135deg, #f7f1e8 0%, #e8f1f0 100%);
    border-left: 4px solid #b8956d;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    font-size: 1.125rem;
    line-height: 1.6;
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

blockquote::before {
    content: '"';
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    color: #b8956d;
    position: absolute;
    top: -0.5rem;
    left: 1rem;
    opacity: 0.3;
}

blockquote p {
    margin-bottom: 0;
}

blockquote cite {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    font-weight: 500;
    color: #54544d;
    font-size: 0.9rem;
}

/* Code */
code {
    background: #f4f4f2;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-family: 'SF Mono', Monaco, 'Cascadia Code', monospace;
    font-size: 0.875rem;
    color: #404038;
}

pre {
    background: #f4f4f2;
    padding: 1.5rem;
    border-radius: 8px;
    overflow-x: auto;
    margin-bottom: 1.5rem;
    border: 1px solid #e6e6e3;
}

pre code {
    background: none;
    padding: 0;
}

/* =============================================================================
   LAYOUT & CONTAINERS
   ============================================================================= */

.emilyandmichaeltv-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 2rem;
}

.emilyandmichaeltv-container-wide {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

.emilyandmichaeltv-section {
    padding: 4rem 0;
}

.emilyandmichaeltv-section--large {
    padding: 6rem 0;
}

.emilyandmichaeltv-section--small {
    padding: 2rem 0;
}

.emilyandmichaeltv-inner {
    max-width: 800px;
    margin: 0 auto;
}

/* Grid System */
.emilyandmichaeltv-grid {
    display: grid;
    gap: 2rem;
}

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

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

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

/* Flex Utilities */
.emilyandmichaeltv-flex {
    display: flex;
}

.emilyandmichaeltv-flex--center {
    align-items: center;
    justify-content: center;
}

.emilyandmichaeltv-flex--between {
    justify-content: space-between;
    align-items: center;
}

.emilyandmichaeltv-flex--column {
    flex-direction: column;
}

/* =============================================================================
   HEADER STYLES
   ============================================================================= */

.emilyandmichaeltv-header {
    background: #ffffff;
    border-bottom: 1px solid rgba(209, 209, 204, 0.3);
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.emilyandmichaeltv-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.emilyandmichaeltv-site-branding {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.emilyandmichaeltv-site-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #2d2d26;
    margin: 0;
    letter-spacing: -0.02em;
}

.emilyandmichaeltv-site-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.emilyandmichaeltv-site-title a:hover {
    color: #5a7a78;
}

.emilyandmichaeltv-site-tagline {
    font-size: 0.875rem;
    color: #6b6b62;
    font-weight: 400;
    margin: 0;
    font-style: italic;
}

/* Navigation */
.emilyandmichaeltv-navigation {
    display: flex;
    align-items: center;
}

.emilyandmichaeltv-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

.emilyandmichaeltv-navigation li {
    margin: 0;
}

.emilyandmichaeltv-navigation a {
    font-weight: 500;
    color: #404038;
    text-decoration: none;
    padding: 0.75rem 0;
    position: relative;
    transition: color 0.3s ease;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
}

.emilyandmichaeltv-navigation a:hover,
.emilyandmichaeltv-navigation a:focus {
    color: #5a7a78;
}

.emilyandmichaeltv-navigation a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #b8956d;
    transition: width 0.3s ease;
}

.emilyandmichaeltv-navigation a:hover::after,
.emilyandmichaeltv-navigation .current-menu-item a::after {
    width: 100%;
}

/* Mobile Navigation Toggle */
.emilyandmichaeltv-nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.emilyandmichaeltv-nav-toggle:hover {
    background: #f4f4f2;
}

.emilyandmichaeltv-nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #2d2d26;
    margin: 5px 0;
    transition: all 0.3s ease;
}

/* =============================================================================
   FOOTER STYLES
   ============================================================================= */

.emilyandmichaeltv-footer {
    background: #f4f4f2;
    border-top: 1px solid rgba(209, 209, 204, 0.5);
    margin-top: 4rem;
}

.emilyandmichaeltv-footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 4rem 2rem 2rem;
}

.emilyandmichaeltv-footer-decorative {
    text-align: center;
    margin-bottom: 3rem;
}

.emilyandmichaeltv-footer-decorative::before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 1px;
    background: linear-gradient(to right, transparent, #b8956d, transparent);
    margin-bottom: 1rem;
}

.emilyandmichaeltv-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    margin-bottom: 3rem;
}

.emilyandmichaeltv-footer-about h3 {
    font-size: 1.5rem;
    color: #404038;
    margin-bottom: 1rem;
}

.emilyandmichaeltv-footer-about p {
    color: #6b6b62;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.emilyandmichaeltv-footer-signature {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #5a7a78;
    font-size: 1.125rem;
    margin-bottom: 0;
}

.emilyandmichaeltv-footer-nav h4 {
    font-size: 1.125rem;
    color: #404038;
    margin-bottom: 1rem;
    font-weight: 600;
}

.emilyandmichaeltv-footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.emilyandmichaeltv-footer-nav li {
    margin-bottom: 0.75rem;
}

.emilyandmichaeltv-footer-nav a {
    color: #6b6b62;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.emilyandmichaeltv-footer-nav a:hover {
    color: #5a7a78;
}

.emilyandmichaeltv-footer-copyright {
    border-top: 1px solid rgba(209, 209, 204, 0.3);
    padding-top: 2rem;
    text-align: center;
    color: #6b6b62;
    font-size: 0.875rem;
}

/* =============================================================================
   BUTTON SYSTEM
   ============================================================================= */

.emilyandmichaeltv-button,
.wp-block-button__link,
button[class*="wp-block"],
input[type="submit"],
input[type="button"] {
    display: inline-block;
    padding: 1.2rem 2.5rem;
    background: #5a7a78;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(90, 122, 120, 0.2);
    position: relative;
    overflow: hidden;
}

.emilyandmichaeltv-button:hover,
.wp-block-button__link:hover,
button[class*="wp-block"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: #3d524f;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(90, 122, 120, 0.3);
}

.emilyandmichaeltv-button:active {
    transform: translateY(0);
}

/* Button Variants */
.emilyandmichaeltv-button--secondary {
    background: #b8956d;
    box-shadow: 0 2px 8px rgba(184, 149, 109, 0.2);
}

.emilyandmichaeltv-button--secondary:hover {
    background: #8b6f44;
    box-shadow: 0 4px 12px rgba(184, 149, 109, 0.3);
}

.emilyandmichaeltv-button--outline {
    background: transparent;
    color: #5a7a78;
    border: 2px solid #5a7a78;
    box-shadow: none;
}

.emilyandmichaeltv-button--outline:hover {
    background: #5a7a78;
    color: #ffffff;
}

.emilyandmichaeltv-button--text {
    background: transparent;
    color: #5a7a78;
    padding: 0.75rem 1rem;
    box-shadow: none;
    border-radius: 4px;
}

.emilyandmichaeltv-button--text:hover {
    background: rgba(90, 122, 120, 0.1);
    color: #3d524f;
    transform: none;
}

.emilyandmichaeltv-button--large {
    padding: 1.5rem 3rem;
    font-size: 1.1rem;
}

.emilyandmichaeltv-button--small {
    padding: 0.8rem 1.5rem;
    font-size: 0.875rem;
}

/* =============================================================================
   CARD COMPONENTS
   ============================================================================= */

.emilyandmichaeltv-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(209, 209, 204, 0.2);
}

.emilyandmichaeltv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.emilyandmichaeltv-card__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
}

.emilyandmichaeltv-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.emilyandmichaeltv-card:hover .emilyandmichaeltv-card__image img {
    transform: scale(1.05);
}

.emilyandmichaeltv-card__content {
    padding: 2rem;
}

.emilyandmichaeltv-card__category {
    display: inline-block;
    background: linear-gradient(135deg, #e8f1f0, #f7f1e8);
    color: #5a7a78;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    border: 1px solid rgba(90, 122, 120, 0.1);
}

.emilyandmichaeltv-card__title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.emilyandmichaeltv-card__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.emilyandmichaeltv-card__title a:hover {
    color: #5a7a78;
}

.emilyandmichaeltv-card__excerpt {
    color: #6b6b62;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.emilyandmichaeltv-card__meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.875rem;
    color: #9c9c94;
}

.emilyandmichaeltv-card__date::before {
    content: '📅';
    margin-right: 0.5rem;
}

.emilyandmichaeltv-card__author::before {
    content: '✍️';
    margin-right: 0.5rem;
}

/* Featured Card */
.emilyandmichaeltv-card--featured {
    background: linear-gradient(135deg, #f7f1e8 0%, #e8f1f0 100%);
    border: 2px solid #d4a574;
    position: relative;
}

.emilyandmichaeltv-card--featured::before {
    content: 'Featured';
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #d4a574;
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 2;
}

/* =============================================================================
   POST CONTENT STYLES
   ============================================================================= */

.emilyandmichaeltv-post-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(209, 209, 204, 0.3);
}

.emilyandmichaeltv-post-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.1;
}

.emilyandmichaeltv-post-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    color: #6b6b62;
}

.emilyandmichaeltv-post-meta span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.emilyandmichaeltv-post-excerpt {
    font-size: 1.125rem;
    color: #54544d;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
    font-style: italic;
}

.emilyandmichaeltv-post-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.7;
}

.emilyandmichaeltv-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 2rem 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.emilyandmichaeltv-post-content figure {
    margin: 2.5rem 0;
    text-align: center;
}

.emilyandmichaeltv-post-content figcaption {
    font-size: 0.9rem;
    color: #6b6b62;
    font-style: italic;
    margin-top: 1rem;
    text-align: center;
}

/* =============================================================================
   FORM STYLES
   ============================================================================= */

.emilyandmichaeltv-form {
    max-width: 600px;
    margin: 0 auto;
}

.emilyandmichaeltv-form-group {
    margin-bottom: 1.5rem;
}

.emilyandmichaeltv-form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #404038;
}

.emilyandmichaeltv-form-input,
.emilyandmichaeltv-form-textarea,
.emilyandmichaeltv-form-select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
textarea,
select {
    width: 100%;
    padding: 1rem 1.25rem;
    border: 2px solid #e6e6e3;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    background: #ffffff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.emilyandmichaeltv-form-input:focus,
.emilyandmichaeltv-form-textarea:focus,
.emilyandmichaeltv-form-select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #5a7a78;
    box-shadow: 0 0 0 3px rgba(90, 122, 120, 0.1);
}

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

/* Checkbox and Radio */
.emilyandmichaeltv-checkbox,
.emilyandmichaeltv-radio {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.emilyandmichaeltv-checkbox input[type="checkbox"],
.emilyandmichaeltv-radio input[type="radio"] {
    width: auto;
    margin: 0;
    accent-color: #5a7a78;
}

/* =============================================================================
   UTILITY CLASSES
   ============================================================================= */

/* Visual Elements */
.emilyandmichaeltv-divider {
    height: 1px;
    background: rgba(0,0,0,0.1);
    width: 100%;
    margin: 2rem 0;
}

.emilyandmichaeltv-divider--decorative {
    height: 1px;
    background: linear-gradient(to right, transparent, #b8956d, transparent);
    margin: 3rem 0;
}

.emilyandmichaeltv-accent-bg {
    background: linear-gradient(135deg, #f7f1e8 0%, #e8f1f0 100%);
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid rgba(209, 209, 204, 0.3);
}

/* Text Utilities */
.emilyandmichaeltv-text-center {
    text-align: center;
}

.emilyandmichaeltv-text-left {
    text-align: left;
}

.emilyandmichaeltv-text-right {
    text-align: right;
}

.emilyandmichaeltv-text-large {
    font-size: 1.25rem;
    line-height: 1.6;
}

.emilyandmichaeltv-text-small {
    font-size: 0.875rem;
}

.emilyandmichaeltv-text-muted {
    color: #6b6b62;
}

.emilyandmichaeltv-text-accent {
    color: #5a7a78;
}

.emilyandmichaeltv-heading-large {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

/* Spacing Utilities */
.emilyandmichaeltv-mt-0 { margin-top: 0; }
.emilyandmichaeltv-mt-1 { margin-top: 0.5rem; }
.emilyandmichaeltv-mt-2 { margin-top: 1rem; }
.emilyandmichaeltv-mt-3 { margin-top: 1.5rem; }
.emilyandmichaeltv-mt-4 { margin-top: 2rem; }
.emilyandmichaeltv-mt-5 { margin-top: 3rem; }

.emilyandmichaeltv-mb-0 { margin-bottom: 0; }
.emilyandmichaeltv-mb-1 { margin-bottom: 0.5rem; }
.emilyandmichaeltv-mb-2 { margin-bottom: 1rem; }
.emilyandmichaeltv-mb-3 { margin-bottom: 1.5rem; }
.emilyandmichaeltv-mb-4 { margin-bottom: 2rem; }
.emilyandmichaeltv-mb-5 { margin-bottom: 3rem; }

.emilyandmichaeltv-p-0 { padding: 0; }
.emilyandmichaeltv-p-1 { padding: 0.5rem; }
.emilyandmichaeltv-p-2 { padding: 1rem; }
.emilyandmichaeltv-p-3 { padding: 1.5rem; }
.emilyandmichaeltv-p-4 { padding: 2rem; }
.emilyandmichaeltv-p-5 { padding: 3rem; }

/* Display Utilities */
.emilyandmichaeltv-hidden {
    display: none;
}

.emilyandmichaeltv-visible {
    display: block;
}

.emilyandmichaeltv-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* =============================================================================
   SPECIFIC BLOCK STYLES
   ============================================================================= */

/* Core Paragraph */
.wp-block-paragraph {
    margin-bottom: 1.5rem;
}

.wp-block-paragraph.has-drop-cap:not(:focus)::first-letter {
    font-family: 'Playfair Display', serif;
    font-size: 4.5rem;
    line-height: 0.7;
    font-weight: 700;
    color: #5a7a78;
    float: left;
    margin: 0.1rem 0.75rem 0 0;
}

/* Core Heading */
.wp-block-heading {
    margin-top: 0;
}

/* Core Image */
.wp-block-image {
    margin-bottom: 2rem;
}

.wp-block-image img {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.wp-block-image figcaption {
    text-align: center;
    font-size: 0.9rem;
    color: #6b6b62;
    font-style: italic;
    margin-top: 1rem;
}

/* Core Gallery */
.wp-block-gallery {
    margin-bottom: 2rem;
}

.wp-block-gallery .wp-block-image {
    margin-bottom: 0;
}

/* Core Quote */
.wp-block-quote {
    margin: 2.5rem 0;
    padding: 2rem 2.5rem;
    background: linear-gradient(135deg, #f7f1e8 0%, #e8f1f0 100%);
    border-left: 4px solid #b8956d;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.wp-block-quote p {
    font-style: italic;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.wp-block-quote cite {
    font-style: normal;
    font-weight: 500;
    color: #54544d;
    font-size: 0.9rem;
}

/* Core Pullquote */
.wp-block-pullquote {
    margin: 3rem 0;
    padding: 3rem 2rem;
    text-align: center;
    background: linear-gradient(135deg, #e8f1f0 0%, #f7f1e8 100%);
    border-radius: 12px;
    border: 2px solid rgba(184, 149, 109, 0.2);
}

.wp-block-pullquote blockquote {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.wp-block-pullquote p {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    color: #2d2d26;
}

/* Core Table */
.wp-block-table {
    margin-bottom: 2rem;
}

.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.wp-block-table th,
.wp-block-table td {
    padding: 1rem;
    border: 1px solid #e6e6e3;
    text-align: left;
}

.wp-block-table th {
    background: #f4f4f2;
    font-weight: 600;
    color: #404038;
}

.wp-block-table tbody tr:nth-child(even) {
    background: #fafaf9;
}

/* Core Separator */
.wp-block-separator {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, #b8956d, transparent);
    margin: 3rem auto;
    width: 100px;
}

.wp-block-separator.is-style-wide {
    width: 300px;
}

.wp-block-separator.is-style-dots {
    height: auto;
    background: none;
    text-align: center;
    line-height: 1;
    color: #b8956d;
}

.wp-block-separator.is-style-dots::before {
    content: '···';
    font-size: 1.5rem;
    letter-spacing: 1rem;
}

/* Core Spacer */
.wp-block-spacer {
    clear: both;
}

/* Core Columns */
.wp-block-columns {
    margin-bottom: 2rem;
}

.wp-block-column {
    margin-bottom: 0;
}

/* Core Group */
.wp-block-group {
    margin-bottom: 2rem;
}

.wp-block-group.has-background {
    padding: 2rem;
    border-radius: 8px;
}

/* Core Cover */
.wp-block-cover {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.wp-block-cover .wp-block-cover__inner-container {
    padding: 3rem 2rem;
}

/* Core Media Text */
.wp-block-media-text {
    margin-bottom: 2rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 2rem;
}

/* Core List */
.wp-block-list {
    margin-bottom: 1.5rem;
}

.wp-block-list li {
    margin-bottom: 0.5rem;
}

/* =============================================================================
   WORDPRESS SPECIFIC STYLES
   ============================================================================= */

/* Post Classes */
.sticky {
    position: relative;
}

.sticky::before {
    content: 'Featured';
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #d4a574;
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 2;
}

.bypostauthor {
    position: relative;
}

.bypostauthor::after {
    content: 'Author';
    background: #5a7a78;
    color: #ffffff;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-left: 0.5rem;
}

/* Archive Pages */
.archive .emilyandmichaeltv-page-header {
    text-align: center;
    margin-bottom: 3rem;
    padding: 3rem 0;
    background: linear-gradient(135deg, #f7f1e8 0%, #e8f1f0 100%);
    border-radius: 12px;
}

.archive-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.archive-description {
    font-size: 1.125rem;
    color: #6b6b62;
    max-width: 600px;
    margin: 0 auto;
}

/* Search Results */
.search-results .emilyandmichaeltv-search-header {
    background: #e8f1f0;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    text-align: center;
}

.search-no-results .emilyandmichaeltv-search-header {
    background: #f7f1e8;
}

/* Pagination */
.emilyandmichaeltv-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 3rem 0;
    flex-wrap: wrap;
}

.emilyandmichaeltv-pagination a,
.emilyandmichaeltv-pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.75rem;
    border: 1px solid #e6e6e3;
    border-radius: 4px;
    color: #404038;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.emilyandmichaeltv-pagination a:hover {
    background: #5a7a78;
    color: #ffffff;
    border-color: #5a7a78;
}

.emilyandmichaeltv-pagination .current {
    background: #5a7a78;
    color: #ffffff;
    border-color: #5a7a78;
}

/* Comments */
.emilyandmichaeltv-comments {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(209, 209, 204, 0.3);
}

.emilyandmichaeltv-comments-title {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.emilyandmichaeltv-comment {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid rgba(209, 209, 204, 0.2);
}

.emilyandmichaeltv-comment-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.emilyandmichaeltv-comment-author {
    font-weight: 600;
    color: #404038;
}

.emilyandmichaeltv-comment-date {
    font-size: 0.875rem;
    color: #6b6b62;
}

.emilyandmichaeltv-comment-content {
    line-height: 1.6;
}

.emilyandmichaeltv-comment-reply {
    margin-top: 1rem;
}

.emilyandmichaeltv-comment-reply a {
    font-size: 0.875rem;
    color: #5a7a78;
    text-decoration: none;
    font-weight: 500;
}

/* Comment Form */
.emilyandmichaeltv-comment-form {
    margin-top: 3rem;
    padding: 2rem;
    background: #f4f4f2;
    border-radius: 8px;
}

.emilyandmichaeltv-comment-form-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

/* =============================================================================
   RESPONSIVE DESIGN
   ============================================================================= */

/* Large Desktop (1281px+) */
@media (min-width: 1281px) {
    .emilyandmichaeltv-heading-large {
        font-size: 5rem;
    }
    
    .emilyandmichaeltv-section--large {
        padding: 8rem 0;
    }
}

/* Desktop (769px - 1280px) */
@media (max-width: 1280px) {
    .emilyandmichaeltv-container,
    .emilyandmichaeltv-container-wide {
        padding: 0 1.5rem;
    }
}

/* Tablet (481px - 768px) */
@media (max-width: 768px) {
    html {
        font-size: 16px;
    }
    
    .emilyandmichaeltv-container,
    .emilyandmichaeltv-container-wide {
        padding: 0 1rem;
    }
    
    .emilyandmichaeltv-section {
        padding: 3rem 0;
    }
    
    .emilyandmichaeltv-section--large {
        padding: 4rem 0;
    }
    
    /* Typography Adjustments */
    h1, .emilyandmichaeltv-heading-large {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    h3 {
        font-size: 1.75rem;
    }
    
    .emilyandmichaeltv-post-title {
        font-size: 2.25rem;
    }
    
    /* Header */
    .emilyandmichaeltv-header-inner {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .emilyandmichaeltv-navigation {
        display: none;
    }
    
    .emilyandmichaeltv-navigation.is-open {
        display: flex;
        width: 100%;
    }
    
    .emilyandmichaeltv-navigation ul {
        flex-direction: column;
        width: 100%;
        gap: 0;
        background: #ffffff;
        border: 1px solid #e6e6e3;
        border-radius: 8px;
        padding: 1rem 0;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    
    .emilyandmichaeltv-navigation a {
        padding: 1rem 1.5rem;
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(209, 209, 204, 0.2);
    }
    
    .emilyandmichaeltv-navigation li:last-child a {
        border-bottom: none;
    }
    
    .emilyandmichaeltv-nav-toggle {
        display: block;
    }
    
    /* Footer */
    .emilyandmichaeltv-footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    /* Grid System */
    .emilyandmichaeltv-grid--2-col,
    .emilyandmichaeltv-grid--3-col,
    .emilyandmichaeltv-grid--4-col {
        grid-template-columns: 1fr;
    }
    
    /* Cards */
    .emilyandmichaeltv-card__content {
        padding: 1.5rem;
    }
    
    /* Buttons */
    .emilyandmichaeltv-button,
    .emilyandmichaeltv-button--large {
        padding: 1rem 2rem;
        font-size: 1rem;
        width: 100%;
        text-align: center;
    }
    
    /* Post Content */
    .emilyandmichaeltv-post-content {
        font-size: 1rem;
    }
    
    .emilyandmichaeltv-post-meta {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    /* Pagination */
    .emilyandmichaeltv-pagination {
        gap: 0.5rem;
    }
    
    .emilyandmichaeltv-pagination a,
    .emilyandmichaeltv-pagination span {
        min-width: 2rem;
        height: 2rem;
        padding: 0 0.5rem;
        font-size: 0.875rem;
    }
}

/* Mobile (320px - 480px) */
@media (max-width: 480px) {
    .emilyandmichaeltv-container,
    .emilyandmichaeltv-container-wide {
        padding: 0 0.75rem;
    }
    
    .emilyandmichaeltv-section {
        padding: 2rem 0;
    }
    
    .emilyandmichaeltv-section--large {
        padding: 3rem 0;
    }
    
    /* Typography */
    h1, .emilyandmichaeltv-heading-large {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    h3 {
        font-size: 1.5rem;
    }
    
    .emilyandmichaeltv-post-title {
        font-size: 2rem;
    }
    
    /* Spacing */
    .emilyandmichaeltv-card__content {
        padding: 1rem;
    }
    
    .emilyandmichaeltv-footer-inner {
        padding: 2rem 0.75rem 1rem;
    }
    
    /* Forms */
    .emilyandmichaeltv-form-input,
    .emilyandmichaeltv-form-textarea,
    .emilyandmichaeltv-form-select {
        padding: 0.875rem 1rem;
    }
    
    /* Blockquotes */
    blockquote,
    .wp-block-quote {
        padding: 1.5rem;
        margin: 2rem 0;
    }
    
    blockquote::before {
        font-size: 3rem;
        top: -0.25rem;
        left: 0.75rem;
    }
    
    /* Comments */
    .emilyandmichaeltv-comment {
        padding: 1rem;
    }
    
    .emilyandmichaeltv-comment-form {
        padding: 1.5rem;
    }
}

/* =============================================================================
   DARK MODE SUPPORT (optional enhancement)
   ============================================================================= */

@media (prefers-color-scheme: dark) {
    /* This can be extended in future versions */
}

/* =============================================================================
   PRINT STYLES
   ============================================================================= */

@media print {
    .emilyandmichaeltv-header,
    .emilyandmichaeltv-footer,
    .emilyandmichaeltv-navigation,
    .emilyandmichaeltv-nav-toggle,
    .emilyandmichaeltv-button {
        display: none;
    }
    
    body {
        background: white;
        color: black;
        font-size: 12pt;
        line-height: 1.4;
    }
    
    .emilyandmichaeltv-post-content {
        max-width: none;
        font-size: 12pt;
    }
    
    .emilyandmichaeltv-card {
        box-shadow: none;
        border: 1px solid #ccc;
        page-break-inside: avoid;
    }
    
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }
    
    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }
}

/* =============================================================================
   ACCESSIBILITY ENHANCEMENTS
   ============================================================================= */

/* Focus styles for keyboard navigation */
*:focus {
    outline: 2px solid #5a7a78;
    outline-offset: 2px;
}

/* Reduced motion support */
@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;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .emilyandmichaeltv-card {
        border: 2px solid #2d2d26;
    }
    
    .emilyandmichaeltv-button {
        border: 2px solid currentColor;
    }
}


/* -------------------------------------------------------------------------- */
/*                              ENHANCED FOOTER                               */
/* -------------------------------------------------------------------------- */

.site-footer,
.emilyandmichaeltv-footer,
.emilyandmichaeltv-site-footer {
    padding: 0 !important;
    margin: 0 !important;
    background-color: var(--wp--preset--color--contrast-3, #f8f8f8);
}

/* Footer container */
.emilyandmichaeltv-footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between;
    margin-bottom: 2rem;
}

/* Footer columns */
.emilyandmichaeltv-footer-column {
    flex: 1;
    min-width: 200px;
}

.emilyandmichaeltv-footer-column h2,
.emilyandmichaeltv-footer-column h3 {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-weight: 600;
}

.emilyandmichaeltv-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.emilyandmichaeltv-footer-menu li {
    margin-bottom: 0.75rem;
}

.emilyandmichaeltv-footer-menu a {
    text-decoration: none;
    color: var(--wp--preset--color--contrast);
    transition: all 0.2s ease;
}

.emilyandmichaeltv-footer-menu a:hover {
    color: var(--wp--preset--color--primary);
}

/* Footer bottom */
.emilyandmichaeltv-footer-bottom {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.emilyandmichaeltv-copyright {
    font-size: 0.875rem;
}

.emilyandmichaeltv-social-links {
    display: flex;
    gap: 1rem;
}

.emilyandmichaeltv-social-link {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--wp--preset--color--primary, #0073aa);
    color: white;
    transition: all 0.2s ease;
}

.emilyandmichaeltv-social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Responsive footer */
@media (max-width: 768px) {
    .emilyandmichaeltv-footer-container {
        flex-direction: column;
        gap: 2rem;
    }
    
    .emilyandmichaeltv-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

.wp-site-blocks {
    margin: 0 !important;
    padding: 0 !important;
}
