/*
Theme Name: Lux Nails 79
Theme URI: https://luxnails79.com
Author: Lux Nails 79
Author URI: https://luxnails79.com
Description: A luxury nail salon theme with elegant gold, black, and white aesthetic.
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: lux-theme
Tags: custom-logo, custom-menu, featured-images, theme-options
*/

:root {
  --gold: #C8A24A;
  --black: #0B0B0B;
  --white: #FFFFFF;
  --muted: #F5F5F5;
  --gray: #888888;
  --font-heading: 'Cormorant Garamond', serif;
  --font-body: 'Montserrat', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--font-body); line-height: 1.7; color: var(--black); }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); font-weight: 500; line-height: 1.2; }
h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2rem); }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.section { padding: 6rem 0; }
.section--dark { background: var(--black); color: var(--white); }
.section--muted { background: var(--muted); }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.875rem 2rem; font-size: 0.875rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  border-radius: 4px; transition: all 0.3s; cursor: pointer; border: none;
}
.btn--primary { background: var(--gold); color: var(--black); }
.btn--primary:hover { background: #A68A3A; transform: translateY(-2px); box-shadow: 0 4px 20px rgba(200,162,74,0.3); }
.btn--outline { background: transparent; color: var(--gold); border: 2px solid var(--gold); }
.btn--outline:hover { background: var(--gold); color: var(--black); }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(11, 11, 11, 0.95); backdrop-filter: blur(10px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 1rem 2rem; max-width: 1200px; margin: 0 auto; }
.site-logo-text { font-family: var(--font-heading); font-size: 1.75rem; font-weight: 600; color: var(--gold); }

.main-nav ul { display: flex; gap: 2rem; list-style: none; }
.main-nav a { font-size: 0.875rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white); transition: color 0.3s; }
.main-nav a:hover { color: var(--gold); }

.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: var(--black); position: relative; overflow: hidden; }
.hero-content { position: relative; z-index: 3; text-align: center; padding: 6rem 2rem; max-width: 900px; }
.hero-badge { display: inline-block; padding: 0.5rem 1.5rem; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold); border-radius: 24px; margin-bottom: 1.5rem; }
.hero-title { font-size: clamp(2.5rem, 6vw, 5rem); color: var(--white); margin-bottom: 1.5rem; line-height: 1.1; }
.hero-title span { color: var(--gold); display: block; }
.hero-subtitle { font-size: clamp(1rem, 2vw, 1.25rem); color: rgba(255,255,255,0.8); margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

.menu-page { padding-top: 100px; }
.menu-intro { text-align: center; padding: 4rem 0; background: var(--black); color: var(--white); }
.menu-intro h1 { color: var(--white); margin-bottom: 1rem; }
.menu-intro h1::after { content: ''; display: block; width: 80px; height: 2px; background: var(--gold); margin: 1rem auto 0; }
.menu-nav { position: sticky; top: 70px; background: var(--white); border-bottom: 1px solid #e5e5e5; z-index: 100; overflow-x: auto; }
.menu-nav-inner { display: flex; justify-content: center; gap: 0.5rem; padding: 1rem; }
.menu-nav a { padding: 0.75rem 1.5rem; font-size: 0.8125rem; font-weight: 600; text-transform: uppercase; color: var(--gray); border-radius: 24px; transition: all 0.2s; }
.menu-nav a:hover, .menu-nav a.active { background: var(--gold); color: var(--black); }

.menu-section { padding: 4rem 0; border-bottom: 1px solid #e5e5e5; }
.menu-section:nth-child(even) { background: var(--muted); }
.menu-section-header { text-align: center; margin-bottom: 2rem; }
.menu-section-title { font-size: 2rem; margin-bottom: 0.5rem; }
.menu-section-title::after { content: ''; display: block; width: 50px; height: 2px; background: var(--gold); margin: 1rem auto 0; }

.menu-items { display: grid; gap: 1.5rem; }
.menu-item-simple { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.5rem; background: var(--white); border-radius: 8px; border: 1px solid #e5e5e5; }
.menu-item-simple:hover { border-color: var(--gold); }
.menu-item-name { font-weight: 500; }
.menu-item-price { font-family: var(--font-heading); font-size: 1.25rem; font-weight: 600; color: var(--gold); }

.menu-card { background: var(--white); border-radius: 16px; padding: 2rem; box-shadow: 0 2px 8px rgba(0,0,0,0.08); border: 1px solid #e5e5e5; transition: all 0.3s; }
.menu-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.12); border-color: var(--gold); }
.menu-card-header { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #e5e5e5; }
.menu-card-title { font-family: var(--font-heading); font-size: 1.5rem; }
.menu-card-duration { display: inline-block; padding: 0.25rem 0.75rem; font-size: 0.75rem; font-weight: 600; color: var(--gold); background: rgba(200,162,74,0.1); border-radius: 24px; }
.menu-card-prices { display: flex; gap: 1rem; }
.menu-card-price { text-align: center; }
.menu-card-price-label { display: block; font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gray); margin-bottom: 0.25rem; }
.menu-card-price-value { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 600; color: var(--gold); }
.menu-card-desc { color: var(--gray); font-size: 0.9375rem; line-height: 1.7; }

.site-footer { background: var(--black); color: var(--white); padding: 4rem 0 0; }
.footer-grid { display: grid; gap: 2rem; padding-bottom: 4rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-bottom { padding: 1.5rem 0; text-align: center; }
.footer-bottom p { color: rgba(255,255,255,0.4); font-size: 0.875rem; }

.page-header { padding: calc(80px + 4rem) 0 4rem; background: var(--black); text-align: center; }
.page-header h1 { color: var(--white); }
.page-header h1::after { content: ''; display: block; width: 60px; height: 2px; background: var(--gold); margin: 1rem auto 0; }
.page-content { padding: 4rem 0; }

.cta { background: linear-gradient(135deg, var(--gold) 0%, #A68A3A 100%); text-align: center; padding: 4rem 0; }
.cta h2 { color: var(--black); margin-bottom: 1rem; }
.cta p { color: rgba(11,11,11,0.8); margin-bottom: 2rem; }
.btn--dark { background: var(--black); color: var(--white); }

@media (min-width: 576px) {
  .hero-buttons { flex-direction: row; }
  .menu-items { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 768px) {
  .footer-grid { grid-template-columns: 2fr 1fr 1fr 1.5fr; }
}
@media (min-width: 992px) {
  .menu-items--large { grid-template-columns: repeat(2, 1fr); }
}