/*
Theme Name: Guerro Songs Pro
Theme URI: https://guerrosongs.com
Author: William A. Guerro Sr. & William A. Guerro Jr.
Author URI: https://guerrosongs.com
Description: A premium full-site editing WordPress theme for Guerro Songs, a professional Nashville songwriting company. Built for song catalogs, publisher pitches, licensing inquiries, and songwriter profiles.
Version: 1.1.0
Requires at least: 6.6
Tested up to: 7.0
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: guerro-songs-pro
Tags: full-site-editing, block-patterns, custom-colors, custom-logo, editor-style, wide-blocks, entertainment, portfolio
*/

:root {
  --gsp-gold: #caa968;
  --gsp-gold-light: #e4cf9a;
  --gsp-ink: #0d0d0f;
  --gsp-charcoal: #17181c;
  --gsp-cream: #f5f0e7;
}

html { scroll-behavior: smooth; }
body { text-rendering: optimizeLegibility; }
a { text-underline-offset: .18em; }
.wp-site-blocks { overflow-x: clip; }
.gsp-kicker { letter-spacing: .18em; text-transform: uppercase; }
.gsp-card { border: 1px solid rgba(202,169,104,.28); box-shadow: 0 20px 60px rgba(0,0,0,.22); }
.gsp-button .wp-block-button__link { transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.gsp-button .wp-block-button__link:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(202,169,104,.18); }
.gsp-nav a { text-decoration: none; }
.gsp-nav a:hover { color: var(--gsp-gold-light) !important; }
.gsp-song-row { border-bottom: 1px solid rgba(202,169,104,.2); }
.gsp-song-row:last-child { border-bottom: 0; }
.gsp-footer a { color: inherit; }
@media (max-width: 781px) {
  .gsp-mobile-center { text-align: center; }
}


/* Guerro Songs Pro 1.1 page components */
.gsp-page-hero { position: relative; overflow: hidden; }
.gsp-page-hero::after { content: ""; position: absolute; inset: auto -10% -55% 38%; height: 26rem; background: radial-gradient(circle, rgba(202,169,104,.16), transparent 68%); pointer-events: none; }
.gsp-page-hero > * { position: relative; z-index: 1; }
.gsp-panel { border: 1px solid rgba(202,169,104,.24); box-shadow: 0 20px 60px rgba(0,0,0,.2); }
.gsp-card { height: 100%; transition: transform .2s ease, border-color .2s ease; }
.gsp-card:hover { transform: translateY(-3px); border-color: rgba(202,169,104,.55) !important; }
.gsp-meta { letter-spacing: .09em; text-transform: uppercase; }
.gsp-rule { height: 1px; background: linear-gradient(90deg, transparent, rgba(202,169,104,.75), transparent); }
.gsp-contact-link { word-break: break-word; }
@media (max-width: 781px) {
  .gsp-page-hero { padding-top: 4rem !important; padding-bottom: 4rem !important; }
  .gsp-card:hover { transform: none; }
}
