/*
Theme Name: DesignWithWoods - Custom Wooden Vanities
Theme URI: https://designwithwoods.com
Author: DesignWithWoods Craftsmen
Author URI: https://designwithwoods.com
Description: A luxury WordPress Full Site Editing (FSE) block theme for bespoke handcrafted wooden bathroom vanities, curved cabinetry, and stone basin sets. Built with full WooCommerce compatibility and Gutenberg Block Patterns.
Version: 1.0.0
Requires at least: 6.0
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: designwithwoods
Tags: block-patterns, block-styles, full-site-editing, custom-colors, custom-logo, custom-menu, e-commerce, featured-images, grid-layout, one-column, two-columns, wide-blocks

DesignWithWoods WordPress Block Theme
*/

/* Core CSS Reset & Base Styling */
:root {
  --wp--preset--color--primary: #1c1917;
  --wp--preset--color--primary-hover: #292524;
  --wp--preset--color--secondary: #78350f;
  --wp--preset--color--accent: #d97706;
  --wp--preset--color--light-bg: #f5f5f4;
  --wp--preset--color--card-bg: #fafaf9;
  --wp--preset--color--muted-text: #78716c;
  --wp--preset--color--border: #e7e5e4;
  --wp--preset--font-family--heading: 'Playfair Display', Georgia, serif;
  --wp--preset--font-family--body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
  font-family: var(--wp--preset--font-family--body);
  background-color: #ffffff;
  color: #1c1917;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .has-playfair-font {
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* Container width constraints */
.wp-site-blocks {
  overflow-x: hidden;
}

.wp-block-group.alignwide,
.alignwide {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.alignfull,
.alignfull {
  max-width: 100%;
}

/* Neutral Placeholder Image Handler */
.dww-placeholder-img {
  background-color: #e7e5e4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a8a29e;
  font-size: 0.875rem;
  text-align: center;
  padding: 2rem;
  border-radius: 0.75rem;
  min-height: 200px;
}
