/*
Theme Name: Starganza Live Show Theme
Theme URI: http://localhost/starganza-wp/
Author: Scotty & AI Collaborator
Author URI: https://github.com/google-deepmind
Description: A bespoke, premium, and performance-oriented WordPress theme for the Starganza Live Show in Chiang Mai. Includes typography hierarchy, glassmorphism UI, spotlight animations, and isolated transactional booking integration.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: starganza-theme
Tags: dark, responsive-layout, translation-ready, custom-menu, featured-images
*/

/* Custom styles can be added here. Main styles are loaded via assets/css/design-tokens.css. */

/* ——— CONTACT FORM FEEDBACK STATES ——— */
.contact-feedback-success {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1.2rem 1.4rem;
    border-radius: 10px;
    border: 1px solid rgba(100, 220, 160, 0.45);
    background: rgba(30, 140, 80, 0.18);
    color: #a6f5c8;
    font-size: 0.95rem;
    line-height: 1.5;
}

.contact-feedback-success::before {
    content: "✓";
    font-size: 1.1rem;
    font-weight: 700;
    color: #6fdfaa;
    flex-shrink: 0;
    margin-top: 0.05rem;
}

.contact-feedback-error {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1.2rem 1.4rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 61, 148, 0.4);
    background: rgba(232, 32, 124, 0.15);
    color: var(--blush);
    font-size: 0.95rem;
    line-height: 1.5;
}

.contact-feedback-error::before {
    content: "✕";
    font-size: 1rem;
    font-weight: 700;
    color: var(--magenta-bright);
    flex-shrink: 0;
    margin-top: 0.05rem;
}

.hero-video-bg{
	transform: scale(1.5) !important;
}
