/*
Theme Name: The Stukes Company
Theme URI: https://thestukescompany.com/
Author: Julius Stukes Jr. & AntiGravity
Author URI: https://thestukescompany.com/
Description: An extravagant, modern, glassmorphic dark-theme portfolio and consulting site for The Stukes Company. Fully responsive, out-of-the-box, with embedded multimedia integration.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thestukescompany
*/

/* Reset & Baseline Styles */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    background-color: #050508;
    color: #f3f4f6;
}

body {
    font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    background-color: #050508;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(56, 130, 250, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(0, 137, 196, 0.05) 0%, transparent 40%);
    background-attachment: fixed;
}

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

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Helper accessibility class */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
