/*
Theme Name: PLSH Luxe Salon
Theme URI: https://plshair.com/
Description: Custom luxury salon theme for PLSH Unisex Salon, exact replica of plshair.com design. Supports Elementor full-width canvas.
Version: 1.0.0
Author: Cruz Visions
Text Domain: plshair-theme
*/

/* =============================================
   PLSH LUXE DESIGN TOKENS
   ============================================= */
:root {
  --plsh-primary: #D4BE58;
  --plsh-primary-60: #C9B04D;
  --plsh-primary-70: #B89E42;
  --plsh-secondary: #333333;
  --plsh-secondary-80: #4A4A4A;
  --plsh-tertiary: #FFFFFF;
  --plsh-neutral: #F4F4F4;
  --plsh-surface: #FFFFFF;
  --plsh-on-surface: #333333;
  --plsh-error: #B00020;
  --plsh-surface-contrast: #000000;

  --plsh-font-display: 'Merriweather', serif;
  --plsh-font-body: 'Alata', sans-serif;

  --plsh-radius-none: 0px;
  --plsh-radius-sm: 8px;
  --plsh-radius-md: 16px;
  --plsh-radius-lg: 24px;
  --plsh-radius-xl: 32px;
  --plsh-radius-full: 9999px;

  --plsh-space-xs: 2px;
  --plsh-space-sm: 10px;
  --plsh-space-md: 20px;
  --plsh-space-lg: 40px;
  --plsh-space-xl: 108px;

  --plsh-transition: all 0.4s ease-in-out;
  --plsh-transition-fast: all 0.1s ease-in-out;
  --plsh-transition-slow: all 1.0s ease-in-out;
}

/* =============================================
   GLOBAL RESET & FULL-WIDTH STYLES
   ============================================= */
*, *::before, *::after { box-sizing: border-box; }

html, body {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

body {
  font-family: var(--plsh-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1.5px;
  color: var(--plsh-on-surface);
  background-color: var(--plsh-surface);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--plsh-font-display);
  color: var(--plsh-secondary);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 var(--plsh-space-md) 0;
}

h1 { font-size: 35px; font-weight: 700; letter-spacing: 0px; line-height: 42px; }
h2 { font-size: 29px; letter-spacing: 1px; line-height: 35px; }
h3 { font-size: 24px; letter-spacing: 1px; line-height: 33.6px; }
h4 { font-family: var(--plsh-font-body); font-size: 19px; font-weight: 600; line-height: 23px; }
h5, h6 { font-family: var(--plsh-font-body); font-size: 16px; font-weight: 400; }

p {
  font-family: var(--plsh-font-body);
  font-size: 16px;
  line-height: 28.8px;
  letter-spacing: 1.5px;
  color: var(--plsh-secondary-80);
  margin: 0 0 var(--plsh-space-md) 0;
}

a {
  color: var(--plsh-secondary);
  text-decoration: none;
  transition: var(--plsh-transition-fast);
}
a:hover { color: var(--plsh-primary); }

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

/* =============================================
   ELEMENTOR & THEME WRAPPER FULL-WIDTH FIX
   Forces 100% width across all containers
   ============================================= */
#plsh-page-wrap,
#plsh-main,
.plsh-main,
.site-content,
.entry-content,
.elementor,
.elementor-inner,
.elementor-section-wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-section,
.elementor-section-boxed,
.elementor-section-full_width,
.elementor-section-stretched,
.elementor-container,
.elementor-column,
.elementor-col-100,
.elementor-widget-wrap,
.elementor-widget,
.elementor-widget-container,
.e-con,
.e-con-full,
.e-con-boxed,
.e-parent {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

.elementor-section-boxed > .elementor-container {
  width: 100% !important;
  max-width: 100% !important;
}

/* Custom PLSH Sections - Always 100% Full Width */
.plsh-hero-section,
.plsh-offer-section,
.plsh-cosmetics-section,
.plsh-services-section,
.plsh-celeb-section,
.plsh-branches-section,
.plsh-story-section,
.plsh-team-section,
.plsh-academy-section,
.plsh-pricing-section,
.plsh-facilities-section,
.plsh-faq-section,
.plsh-contact-section,
.plsh-book-section,
.plsh-hours-section,
.plsh-action-bar {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
