/*
Theme Name: Haven & Hearth
Theme URI: https://wordpress.org/themes
Author: Haven & Hearth Team
Author URI: https://wordpress.org
Description: A clean, high-performance, editorial Home & Living WordPress theme designed for high engagement, Core Web Vitals excellence, and flexible publisher advertising configuration.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: haven-living
Tags: blog, news, lifestyle, home-decor, clean, two-columns, grid-layout, custom-menu, featured-images, translation-ready, full-width-template
*/

:root {
  --font-serif: "Cormorant Garamond", "Newsreader", "Playfair Display", Georgia, serif;
  --font-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --color-bg: #F9F8F6;
  --color-surface: #ffffff;
  --color-text-main: #1a1a1a;
  --color-text-muted: #6b7280;
  --color-primary: #5A6356;
  --color-primary-dark: #3F473C;
  --color-primary-light: #F4F1EA;
  --color-border: rgba(26, 26, 26, 0.1);
  --color-border-subtle: rgba(26, 26, 26, 0.05);
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 6px;
  --shadow-subtle: 0 1px 3px 0 rgba(0, 0, 0, 0.03);
  --shadow-hover: 0 4px 8px -1px rgba(0, 0, 0, 0.05);
  --container-width: 1280px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--color-bg);
  color: var(--color-text-main);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-container {
  width: 100%;
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* Ad Placements */
.ad-slot-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 28px 0;
  padding: 12px;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: var(--radius-md);
  text-align: center;
  min-height: 90px;
  overflow: hidden;
}

.ad-slot-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #94a3b8;
  margin-bottom: 6px;
  font-weight: 600;
}
