/*
Theme Name: Sana Sultan - Luxury Pret & Haute Couture
Theme URI: https://sanasultan.com/
Author: SoftTechWare Haute Couture Studio
Author URI: https://softtechware.com/
Description: Ultra-luxury WooCommerce theme featuring a Bareeze-style full-viewport vertical slider with vertical transitions, full-cover background imagery, Pakistan e-commerce checkout and payment suite (Meezan/HBL IBFT with TID/receipts, JazzCash, Easypaisa, Pakistani COD, Pakistani provinces & cities, PKR currency), live Ajax slide-over cart, size guide modal, and WhatsApp concierge ordering.
Version: 2.3.1
Tested up to: 6.7
Requires at least: 6.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: sanasultan
Tags: e-commerce, custom-menu, featured-images, full-site-editing, luxury, boutique, fashion, woocommerce, responsive-layout
*/

/* ==========================================================================
   CSS VARIABLES & LUXURY DESIGN SYSTEM
   ========================================================================== */
:root {
  /* Color Palette inspired by Bareeze & Luxury Haute Couture */
  --color-primary: #141414;
  --color-primary-dark: #0a0a0a;
  --color-background: #FAF8F5;
  --color-surface: #FFFFFF;
  --color-surface-soft: #F5F2EB;
  --color-surface-card: #FFFFFF;
  
  /* Metallic & Gold Accents */
  --color-gold: #C5A880;
  --color-gold-light: #DFCAAB;
  --color-gold-dark: #A3845B;
  --color-gold-champagne: #D8C3A5;
  
  /* Text & Accents */
  --color-text-main: #1C1C1C;
  --color-text-muted: #6B6864;
  --color-text-light: #9B9893;
  --color-text-inverse: #FFFFFF;
  
  /* Sales, Alerts & Pakistan Identity */
  --color-sale: #9E2A2B;
  --color-sale-light: #FDF0ED;
  --color-pakistan-green: #01411C;
  --color-success: #1B873F;
  --color-border: #E8E4DC;
  --color-border-dark: #333333;
  
  /* Typography */
  --font-serif: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Montserrat', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  
  /* Transitions & Radii */
  --transition-smooth: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: all 0.25s ease;
  --transition-luxury: all 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 8px;
  --radius-full: 9999px;
  
  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.12);
  --shadow-luxury: 0 24px 60px rgba(20, 20, 20, 0.15);
  
  /* Spacing */
  --header-height: 84px;
  --promo-bar-height: 38px;
}

/* ==========================================================================
   RESET & BASE STYLES
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-sans);
  background-color: var(--color-background);
  color: var(--color-text-main);
  line-height: 1.65;
  letter-spacing: 0.015em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  color: var(--color-primary);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.03em;
}

p {
  margin-bottom: 1.25rem;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition-fast);
}

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

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

ul, ol {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 768px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
