/*
Theme Name: Say's Looks and Artistry Salon
Theme URI: https://sayslooksartistry.com
Author: Senior WordPress Theme Architect
Author URI: https://sayslooksartistry.com
Description: Premium luxury beauty, makeup, hair braiding, and nails salon WordPress Theme built for Elementor Page Builder. Includes dynamic Ghana Cedis (GH₵) Price Calculator Elementor widget, custom booking integration, and responsive luxury dark gold theme styling.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: says-looks-artistry
Tags: elementor-header-footer, e-commerce, beauty, salon, custom-colors, custom-menu, featured-images, flexible-header, theme-options
*/

:root {
  --color-bg-dark: #0c0a09;
  --color-bg-card: #1c1917;
  --color-accent-amber: #f59e0b;
  --color-accent-amber-hover: #d97706;
  --color-text-light: #f5f5f4;
  --color-text-muted: #a8a29e;
  --color-border: #292524;
  --font-serif: "Playfair Display", Georgia, serif;
  --font-sans: "Plus Jakarta Sans", sans-serif;
}

body {
  background-color: var(--color-bg-dark);
  color: var(--color-text-light);
  font-family: var(--font-sans);
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

h1, h2, h3, h4, .font-serif {
  font-family: var(--font-serif);
}

.says-price-calculator-container {
  background: rgba(12, 10, 9, 0.85);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 1rem;
  padding: 1.5rem;
  backdrop-filter: blur(8px);
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
}

.says-price-calculator-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-accent-amber);
  margin-bottom: 1rem;
}

.says-calc-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.says-calc-field select, 
.says-calc-field input {
  background: #1c1917;
  border: 1px solid #292524;
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.95rem;
}

.says-calc-guest-stepper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.says-calc-stepper-btn {
  background: #292524;
  border: 1px solid #44403c;
  color: #f59e0b;
  width: 36px;
  height: 36px;
  border-radius: 0.375rem;
  font-weight: bold;
  cursor: pointer;
}

.says-calc-breakdown {
  background: #1c1917;
  border: 1px solid #292524;
  border-radius: 0.75rem;
  padding: 1rem;
  margin-top: 1rem;
}

.says-calc-total {
  font-size: 1.25rem;
  font-weight: bold;
  color: #f59e0b;
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #44403c;
  padding-top: 0.75rem;
  margin-top: 0.75rem;
}
