/*
Theme Name: Stylana Luxury
Theme URI: https://stylana.gr
Author: Stylana
Description: Ελαφρύ, κομψό theme για γυναικεία μόδα με WooCommerce.
Version: 2.0.0
Requires at least: 5.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stylana-luxury
*/

/* === Reset & Base === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: var(--color-charcoal, #2C2C2C);
    background: var(--color-cream, #F8F6F1);
    line-height: 1.6;
}
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; font-weight: 600; line-height: 1.2; }
h1 { font-size: 2.5rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.2rem; }
h4 { font-size: 1rem; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }

/* === Container === */
.container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; }

/* === Header === */
.site-header { padding: 1rem 0; border-bottom: 1px solid var(--color-light-gray, #E8E6E1); }
.header-container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.site-logo { display: flex; align-items: center; gap: 0.5rem; }
.site-logo img { height: 40px; width: auto; }
.site-title { font-size: 1.3rem; }
.site-title a { color: var(--color-charcoal, #2C2C2C); }
.nav-menu { display: flex; gap: 1.5rem; }
.nav-menu li a { font-size: 0.9rem; letter-spacing: 0.5px; }
.nav-menu li a:hover { color: var(--color-gold, #D4AF8C); }
.header-icons { display: flex; gap: 1rem; align-items: center; }
.header-icons a { font-size: 1.2rem; }
.cart-count { font-size: 0.7rem; background: var(--color-gold, #D4AF8C); color: #fff; border-radius: 50%; padding: 0.1rem 0.4rem; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 4px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--color-charcoal, #2C2C2C); }

/* === Section Label === */
.section-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; color: var(--color-gold, #D4AF8C); margin-bottom: 0.5rem; }

/* === Hero === */
.hero-section { padding: 4rem 0; background: linear-gradient(135deg, var(--color-cream, #F8F6F1), var(--color-light-gray, #E8E6E1)); }
.hero-text { max-width: 550px; }
.hero-description { color: #6B6B6B; margin: 1rem 0 1.5rem; font-size: 1.05rem; }
.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }

/* === Buttons === */
.btn-primary { display: inline-block; padding: 0.7rem 1.5rem; background: var(--color-charcoal, #2C2C2C); color: #fff; font-size: 0.85rem; letter-spacing: 0.5px; border: none; cursor: pointer; }
.btn-primary:hover { background: var(--color-gold, #D4AF8C); }
.btn-secondary { display: inline-block; padding: 0.7rem 1.5rem; background: transparent; color: var(--color-charcoal, #2C2C2C); font-size: 0.85rem; letter-spacing: 0.5px; border: 1px solid var(--color-charcoal, #2C2C2C); cursor: pointer; }
.btn-secondary:hover { background: var(--color-charcoal, #2C2C2C); color: #fff; }

/* === Categories === */
.categories-section { padding: 3rem 0; }
.section-header { margin-bottom: 2rem; }
.categories-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.category-card { position: relative; overflow: hidden; aspect-ratio: 1; display: flex; align-items: flex-end; }
.category-card:hover { opacity: 0.9; }
.category-image { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.category-placeholder { position: absolute; width: 100%; height: 100%; background: var(--color-light-gray, #E8E6E1); }
.category-overlay { position: relative; z-index: 2; background: linear-gradient(to top, rgba(0,0,0,0.6), transparent); width: 100%; padding: 1rem; }
.category-overlay h3 { color: #fff; }

/* === Featured Products === */
.featured-section { padding: 3rem 0; background: var(--color-light-gray, #E8E6E1); }
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1rem; }
.product-card { background: #fff; overflow: hidden; }
.product-image { position: relative; overflow: hidden; aspect-ratio: 1; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-info { padding: 1rem; }
.product-info h3 { margin-bottom: 0.3rem; }
.product-price { color: var(--color-gold, #D4AF8C); font-weight: 600; margin-bottom: 0.8rem; }

/* === Newsletter === */
.newsletter-section { padding: 3rem 0; border-top: 1px solid var(--color-light-gray, #E8E6E1); }
.newsletter-content { text-align: center; max-width: 500px; margin: 0 auto; }
.newsletter-form { display: flex; gap: 0.5rem; margin: 1rem 0; flex-wrap: wrap; justify-content: center; }
.newsletter-form input { flex: 1; min-width: 200px; padding: 0.6rem 1rem; border: 1px solid var(--color-light-gray, #E8E6E1); font-family: inherit; }
.text-small { font-size: 0.8rem; color: #6B6B6B; }

/* === Footer === */
.site-footer { padding: 2rem 0; border-top: 1px solid var(--color-light-gray, #E8E6E1); background: var(--color-charcoal, #2C2C2C); color: #ccc; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 2rem; margin-bottom: 2rem; }
.footer-col h4 { color: #fff; margin-bottom: 0.8rem; }
.footer-col ul li { margin-bottom: 0.4rem; }
.footer-col a { color: #aaa; font-size: 0.9rem; }
.footer-col a:hover { color: var(--color-gold, #D4AF8C); }
.social-links { display: flex; flex-direction: column; gap: 0.4rem; }
.footer-bottom { border-top: 1px solid #444; padding-top: 1rem; text-align: center; font-size: 0.8rem; color: #888; }

/* === Mobile === */
@media (max-width: 768px) {
    h1 { font-size: 1.8rem; }
    .menu-toggle { display: flex; }
    .main-navigation { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--color-cream, #F8F6F1); padding: 1rem; border-bottom: 1px solid var(--color-light-gray, #E8E6E1); }
    .main-navigation.active { display: block; }
    .nav-menu { flex-direction: column; gap: 0.8rem; }
    .hero-section { padding: 2rem 0; }
}
