/*
 Theme Name:   Noir & Gold Nails
 Theme URI:    https://noirgoldnails.com
 Description:  Ultra-luxury dark nail salon theme. Black & gold aesthetic with Elementor integration.
 Author:       Noir Studio
 Version:      1.0.0
 Template:     astra
 Text Domain:  noir-gold-nails
 Requires at least: 6.0
 Requires PHP: 7.4
 License:      GPL-2.0-or-later
*/

/* ==========================================================================
   DESIGN TOKENS — variables are enqueued via functions.php
   ========================================================================== */

/* ==========================================================================
   GLOBAL RESETS
   ========================================================================== */

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: var(--font-body);
    font-size: var(--text-base);
    font-weight: 300;
    line-height: 1.7;
    color: var(--text-primary);
    background-color: var(--bg-primary);
    overflow-x: hidden;
}

/* Override Astra defaults for dark theme */
body, .ast-separate-container,
.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single,
.ast-plain-container {
    background-color: var(--bg-primary) !important;
}

.site-content .ast-container {
    background: transparent !important;
}

/* Links */
a {
    color: var(--gold-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--gold-light);
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.2;
    color: var(--gold-primary);
}

/* Images */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* SEO image: visible to crawlers, fills container */
.seo-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Selection color */
::selection {
    background: var(--gold-primary);
    color: var(--bg-primary);
}


/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--bg-primary);
}

::-webkit-scrollbar-thumb {
    background: var(--gold-dark);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gold-primary);
}

/* ==========================================================================
   UTILITIES
   ========================================================================== */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.text-center { text-align: center; }
.text-gold { color: var(--gold-primary); }
.text-uppercase { text-transform: uppercase; letter-spacing: 3px; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
