/*
Theme Name: Guardian Stage Editable
Theme URI: https://guardianstage.example
Author: Guardian Stage
Author URI: https://guardianstage.example
Description: Editable premium WordPress block theme for an artist development and career advocacy company. Built for full-site editing with replaceable images, editable sections, pages, buttons, and navigation.
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: guardian-stage-editable
Tags: full-site-editing, block-patterns, entertainment, portfolio, business, one-column, custom-colors, custom-menu
*/

html { scroll-behavior: smooth; }
body { margin: 0; }
a { text-underline-offset: .18em; }
.wp-site-blocks { overflow-x: hidden; }
.gs-card { transition: transform .25s ease, border-color .25s ease; }
.gs-card:hover { transform: translateY(-4px); border-color: var(--wp--preset--color--gold); }
.gs-glow { box-shadow: 0 0 70px rgba(202,163,89,.15); }
.gs-muted-border { border: 1px solid rgba(255,255,255,.12); }
.gs-gradient-text { background: linear-gradient(90deg, #fff, #caa359); -webkit-background-clip: text; color: transparent; }
