/*
Theme Name: Shoq-e-Mushq Luxury Perfumes
Theme URI: https://shoqemushq.pk
Author: Shoq-e-Mushq Haute Parfumerie
Author URI: https://shoqemushq.pk
Description: A bespoke, ultra-luxury WordPress and WooCommerce theme crafted for haute perfumery and fragrance houses. Features gold glassmorphism, 40% Extrait de Parfum indicators, scent layering studio, olfactory notes pyramids, and Cash on Delivery / WhatsApp checkout integration for Pakistan.
Version: 1.0.0
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: shoq-e-mushq
Tags: e-commerce, luxury, dark-mode, custom-colors, custom-menu, featured-images, full-width-template, translation-ready
*/

/* 
=============================================================================
  SHOQ-E-MUSHQ CORE LUXURY STYLESHEET
  Artisanal Haute Parfumerie • Lahore, Pakistan
============================================================================= 
*/

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;800;900&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --color-gold: #d4af37;
  --color-gold-light: #f3e5ab;
  --color-gold-hover: #b89628;
  --color-gold-glow: rgba(212, 175, 55, 0.25);
  --color-bg-dark: #06070a;
  --color-bg-card: rgba(255, 255, 255, 0.03);
  --color-border: rgba(255, 255, 255, 0.1);
  --color-border-gold: rgba(212, 175, 55, 0.35);
  --font-serif: 'Cinzel', 'Playfair Display', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  background-color: var(--color-bg-dark);
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

/* Glassmorphism Containers */
.glass-panel {
  background: rgba(18, 20, 26, 0.65);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--color-border);
}

.glass-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.glass-card:hover {
  border-color: var(--color-border-gold);
  transform: translateY(-4px);
  box-shadow: 0 16px 36px -10px rgba(0, 0, 0, 0.6), 0 0 24px -6px var(--color-gold-glow);
}

.glass-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: var(--color-gold);
  border-radius: 9999px;
  padding: 0.35rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* Typography */
h1, h2, h3, h4, h5, h6, .font-serif {
  font-family: var(--font-serif);
  letter-spacing: -0.01em;
  color: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--color-gold);
}

/* Buttons */
.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--color-gold);
  color: #000000;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.85rem 1.75rem;
  border-radius: 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
}

.btn-gold:hover {
  background-color: var(--color-gold-hover);
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.45);
}

.btn-glass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.85rem 1.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-glass:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--color-gold);
  color: var(--color-gold);
}

.btn-whatsapp {
  background: rgba(37, 211, 102, 0.15);
  border: 1px solid rgba(37, 211, 102, 0.4);
  color: #25d366;
}

.btn-whatsapp:hover {
  background: #25d366;
  color: #000000;
}

/* Layout Utilities */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section-spacing {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.grid-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .grid-products {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Floating ambient orbs */
.ambient-orb-1 {
  position: fixed;
  top: 5rem;
  left: 2rem;
  width: 24rem;
  height: 24rem;
  background: rgba(212, 175, 55, 0.08);
  border-radius: 9999px;
  filter: blur(140px);
  pointer-events: none;
  z-index: 0;
}

.ambient-orb-2 {
  position: fixed;
  bottom: 5rem;
  right: 2rem;
  width: 28rem;
  height: 28rem;
  background: rgba(88, 43, 140, 0.12);
  border-radius: 9999px;
  filter: blur(160px);
  pointer-events: none;
  z-index: 0;
}

/* =============================================================================
   ELEMENTOR FULL WIDTH & CANVAS INTEGRATION
   ============================================================================= */
.shoq-elementor-fullwidth,
.shoq-elementor-page {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1280px;
}

.shoq-elementor-canvas {
  background-color: var(--color-bg-dark);
  color: #ffffff;
}

/* =============================================================================
   WOOCOMMERCE LUXURY GOLD STYLING
   ============================================================================= */
.woocommerce,
.shoq-woocommerce-container {
  color: #e2e8f0;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background-color: var(--color-gold) !important;
  color: #000000 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  border-radius: 0.75rem !important;
  padding: 0.85rem 1.75rem !important;
  border: none !important;
  transition: all 0.3s ease !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background-color: var(--color-gold-hover) !important;
  box-shadow: 0 0 20px var(--color-gold-glow) !important;
}

.woocommerce table.shop_table {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 1rem !important;
  background: rgba(255, 255, 255, 0.02) !important;
  color: #cbd5e1 !important;
}

.woocommerce table.shop_table th {
  color: var(--color-gold) !important;
  font-family: var(--font-serif) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .select2-container--default .select2-selection--single {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  border-radius: 0.75rem !important;
  padding: 0.75rem 1rem !important;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: var(--color-gold) !important;
  outline: none !important;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.3) !important;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
  background: rgba(212, 175, 55, 0.1) !important;
  border-top-color: var(--color-gold) !important;
  color: #ffffff !important;
}

.woocommerce .woocommerce-error {
  background: rgba(239, 68, 68, 0.1) !important;
  border-top-color: #ef4444 !important;
  color: #ffffff !important;
}

.woocommerce-Price-amount {
  color: var(--color-gold) !important;
  font-weight: 700 !important;
}
