/*
Theme Name: Lucky Paw Tattoo Care
Theme URI: https://luckypawtattocare.com
Author: Lucky Paw
Author URI: https://luckypawtattocare.com
Description: Custom WordPress theme for Lucky Paw Tattoo Care - Premium tattoo aftercare products. Features D2C storefront and B2B wholesale portal.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lucky-paw
Tags: e-commerce, woocommerce, custom-logo, custom-menu

Lucky Paw Tattoo Care WordPress Theme
Copyright 2026 Lucky Paw
*/

/* ==========================================================================
   CSS VARIABLES - Brand Colors
   ========================================================================== */

:root {
    /* Primary Colors */
    --color-primary: #72806D;
    --color-primary-light: #dae1d0;
    --color-primary-pale: #ecf0e7;
    --color-primary-dark: #5A665A;
    
    /* Neutral Colors */
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-gray-light: #F5F5F5;
    --color-gray: #E6E6E6;
    --color-gray-dark: #333333;
    
    /* Button Hover (from your Shopify) */
    --color-button-hover: #899983;
    --color-secondary-button: #899983;
    --color-secondary-hover: #9FB198;
    
    /* Gradient Colors (Cooling Effect) */
    --gradient-cool: linear-gradient(135deg, #72806D 0%, #4A9B9B 100%);
    --gradient-cool-reverse: linear-gradient(135deg, #4A9B9B 0%, #72806D 100%);
    --color-teal: #4A9B9B;
    
    /* Warm/Burn Color */
    --color-burn: #C75B4A;
    --color-burn-light: #E07A6A;
    
    /* Neon Gold (for Wholesale/CTA) */
    --color-neon-green: #FFB800;
    --color-neon-green-dark: #E5A600;
    
    /* Typography */
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-heading: 'Bebas Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    
    /* Type Scale (1.25 ratio) */
    --text-xs: 0.75rem;      /* 12px */
    --text-sm: 0.875rem;     /* 14px */
    --text-base: 1rem;       /* 16px */
    --text-md: 1.125rem;     /* 18px */
    --text-lg: 1.25rem;      /* 20px */
    --text-xl: 1.5rem;       /* 24px */
    --text-2xl: 2rem;        /* 32px */
    --text-3xl: 2.5rem;      /* 40px */
    --text-4xl: 3rem;        /* 48px */
    
    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-2xl: 4rem;
    
    /* Border Radius */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-full: 9999px;
    
    /* Shadows */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
    
    /* Container */
    --container-max: 1200px;
    --container-padding: 1.5rem;
}

/* ==========================================================================
   BASE STYLES
   ========================================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

/* Offset jump links for fixed header */
[id] {
    scroll-margin-top: 120px;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-primary);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-black);
    background-color: var(--color-white);
}

/* WooCommerce pages with heroes need no extra offset - hero handles it */
/* Single product pages need offset since they have no hero */
body.single-product .site-main {
    padding-top: 8rem;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 400;
    line-height: 1;
    margin-top: 0;
    color: var(--color-black);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

h1 { font-size: 3.5rem; }   /* 56px */
h2 { font-size: 2.75rem; }  /* 44px */
h3 { font-size: 1.75rem; }  /* 28px */
h4 { font-size: 1.5rem; }   /* 24px */
h5 { font-size: 1.25rem; }  /* 20px */
h6 { font-size: 1.125rem; } /* 18px */

p {
    margin-top: 0;
    margin-bottom: var(--spacing-sm);
}

a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: var(--color-primary-dark);
}

/* ==========================================================================
   LAYOUT
   ========================================================================== */

.container {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.section {
    padding: var(--spacing-2xl) 0;
}

.section--gray {
    background-color: var(--color-gray-light);
}

.section--sage {
    background-color: var(--color-primary-pale);
}

/* Section Titles */
.section__title {
    font-size: 2.75rem;
    margin-bottom: 0.75rem;
}

.section__subtitle {
    font-size: 1rem;
    color: var(--color-gray-dark);
    text-transform: none;
    letter-spacing: normal;
    font-family: var(--font-primary);
    font-weight: 400;
}

/* ==========================================================================
   ACCENT TEXT COLORS
   ========================================================================== */

/* Cool teal accent */
.text-cool {
    color: var(--color-teal);
}

/* Warm burn accent */
.text-burn {
    color: var(--color-burn);
}

/* Gradient text (use sparingly) */
.gradient-text {
    background: var(--gradient-cool);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* Hero-specific glow variants */
.text-cool--glow {
    color: #6fc9c9;
    text-shadow: 0 0 20px rgba(111, 201, 201, 0.5), 0 0 40px rgba(111, 201, 201, 0.3);
}

.text-burn--glow {
    color: var(--color-burn-light);
    text-shadow: 0 0 20px rgba(224, 122, 106, 0.5), 0 0 40px rgba(224, 122, 106, 0.3);
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-xs);
    padding: 1rem 2rem;
    font-family: var(--font-heading);
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 2px solid transparent;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.btn--primary {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary);
}

.btn--primary:hover {
    background-color: var(--color-button-hover);
    border-color: var(--color-button-hover);
    color: var(--color-white);
}

.btn--secondary {
    background-color: var(--color-secondary-button);
    color: var(--color-white);
    border-color: var(--color-secondary-button);
}

.btn--secondary:hover {
    background-color: var(--color-secondary-hover);
    border-color: var(--color-secondary-hover);
}

.btn--outline {
    background-color: transparent;
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn--outline:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.btn--white {
    background-color: var(--color-white);
    color: var(--color-black);
    border-color: var(--color-white);
}

.btn--white:hover {
    background-color: var(--color-gray-light);
    border-color: var(--color-gray-light);
}

.btn--large {
    padding: 1rem 2.5rem;
    font-size: 1rem;
}

/* Neon Glow Button - For Wholesale/Special CTAs */
.btn--neon {
    background-color: transparent;
    color: var(--color-neon-green);
    border: 2px solid var(--color-neon-green);
    box-shadow: 0 0 10px rgba(255, 184, 0, 0.3), 0 0 20px rgba(255, 184, 0, 0.2), inset 0 0 10px rgba(255, 184, 0, 0.1);
    transition: all 0.3s ease;
}

.btn--neon:hover {
    background-color: var(--color-neon-green);
    color: var(--color-black);
    box-shadow: 0 0 20px rgba(255, 184, 0, 0.5), 0 0 40px rgba(255, 184, 0, 0.3), 0 0 60px rgba(255, 184, 0, 0.2);
}

/* Filled Neon Button */
.btn--neon-filled {
    background-color: var(--color-neon-green);
    color: var(--color-black);
    border: 2px solid var(--color-neon-green);
    box-shadow: 0 0 15px rgba(255, 184, 0, 0.4), 0 0 30px rgba(255, 184, 0, 0.2);
    transition: all 0.3s ease;
}

.btn--neon-filled:hover {
    background-color: #FFCC33;
    box-shadow: 0 0 25px rgba(255, 184, 0, 0.6), 0 0 50px rgba(255, 184, 0, 0.3), 0 0 75px rgba(255, 184, 0, 0.2);
}

.btn--full {
    width: 100%;
}

/* ==========================================================================
   FORMS
   ========================================================================== */

input,
textarea,
select {
    font-family: var(--font-primary);
    font-size: 1rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--color-gray);
    border-radius: var(--radius-sm);
    width: 100%;
    transition: border-color 0.2s ease;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: var(--color-primary);
}

label {
    display: block;
    margin-bottom: var(--spacing-xs);
    font-weight: 500;
}

/* ==========================================================================
   UTILITIES
   ========================================================================== */

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: var(--spacing-sm); }
.mt-2 { margin-top: var(--spacing-md); }
.mt-3 { margin-top: var(--spacing-lg); }
.mt-4 { margin-top: var(--spacing-xl); }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: var(--spacing-sm); }
.mb-2 { margin-bottom: var(--spacing-md); }
.mb-3 { margin-bottom: var(--spacing-lg); }
.mb-4 { margin-bottom: var(--spacing-xl); }

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 768px) {
    :root {
        --text-3xl: 2rem;    /* 32px on mobile */
        --text-2xl: 1.5rem;  /* 24px on mobile */
        --text-xl: 1.25rem;  /* 20px on mobile */
    }
    
    .container {
        padding: 0 var(--spacing-sm);
    }
    
    .section {
        padding: var(--spacing-xl) 0;
    }
}
