/*
Theme Name: Spiritual Love Guide
Theme URI: https://spiritualloveguide.com/
Author: Spiritual Love Guide
Description: Own block theme for spiritualloveguide.com — "Clay & Sage" design system: warm terracotta clay ink, dried-sage secondary, warm linen background, moderately rounded corners with soft matte shadows, Newsreader/Inter type pairing. Built as a genuinely distinct identity, not a copy of any reference or network sibling theme.
Requires at least: 6.5
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: spiritualloveguide
*/

/* Fallback rules for browsers/contexts that don't read theme.json-generated CSS
   (defensive only — WordPress generates the real presets from theme.json). */
body {
  background-color: #F7F1E8;
  color: #2C2622;
}
a { text-decoration: none; }
.legal-links-row a { text-decoration: underline; }
.wp-block-button__link { border-radius: 10px !important; box-shadow: none; }
.wp-block-button__link:hover { box-shadow: 0 10px 24px -10px rgba(44, 30, 20, 0.22); }
.wp-block-group.slg-card,
.is-style-slg-card {
  box-shadow: 0 2px 10px -2px rgba(44, 30, 20, 0.12);
  transition: box-shadow .15s ease, transform .15s ease;
}
.wp-block-group.slg-card:hover,
.is-style-slg-card:hover {
  box-shadow: 0 10px 24px -10px rgba(44, 30, 20, 0.22);
  transform: translateY(-2px);
}
.wp-block-group.slg-footer a { color: inherit; }
