/**
 * ZMINOR™ Client-Specific Styles
 *
 * Clean, elegant white theme with refined gold accents.
 * Colors: #ffffff (white), #db9916 (gold), #1a1a1a (text)
 */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500&display=swap');

/* ========================================
   BASE STYLES
   ======================================== */

body[data-client="zminor"] {
  font-family: 'Inter', 'system-ui', sans-serif;
  background-color: #ffffff;
  color: #1a1a1a;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body[data-client="zminor"] h1,
body[data-client="zminor"] h2,
body[data-client="zminor"] h3,
body[data-client="zminor"] h4 {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* ========================================
   NAVBAR STYLES
   ======================================== */

body[data-client="zminor"] .zminor-navbar {
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

body[data-client="zminor"] .zminor-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #db9916;
  transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

body[data-client="zminor"] .zminor-nav-link:hover::after {
  width: 100%;
}

/* ========================================
   HERO STYLES
   ======================================== */

body[data-client="zminor"] .zminor-hero {
  font-family: 'Inter', 'system-ui', sans-serif;
}

body[data-client="zminor"] .zminor-title {
  font-family: 'Playfair Display', 'Georgia', serif;
}

body[data-client="zminor"] .zminor-eyebrow {
  font-family: 'Inter', 'system-ui', sans-serif;
}

body[data-client="zminor"] .zminor-subtitle {
  font-family: 'Inter', 'system-ui', sans-serif;
}

body[data-client="zminor"] .zminor-btn-primary {
  background: #db9916;
  color: #ffffff;
  border: none;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

body[data-client="zminor"] .zminor-btn-primary:hover {
  background: #b08f1f;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201, 162, 39, 0.3);
}

body[data-client="zminor"] .zminor-btn-secondary {
  background: transparent;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

body[data-client="zminor"] .zminor-btn-secondary:hover {
  background: #1a1a1a;
  color: #ffffff;
}

/* ========================================
   HERO SLIDER STYLES
   ======================================== */

body[data-client="zminor"] .zminor-hero-slider {
  position: relative;
  overflow: hidden;
}

body[data-client="zminor"] .zminor-hero-slider img {
  transition: transform 8s ease-out, opacity 1s ease-in-out;
}

body[data-client="zminor"] .zminor-hero-slider .opacity-100 img {
  transform: scale(1.05);
}

/* ========================================
   PRODUCT CARD STYLES - VERY LARGE & ELEGANT
   ======================================== */

body[data-client="zminor"] .product-rail-card,
body[data-client="zminor"] .product-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: none;
}

body[data-client="zminor"] .product-rail-card:hover,
body[data-client="zminor"] .product-card:hover {
  border-color: #db9916;
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

/* Product image container - Make images VERY LARGE */
body[data-client="zminor"] .product-rail-card .relative.aspect-square,
body[data-client="zminor"] .product-card .relative.aspect-square {
  aspect-ratio: 1/1.2 !important;
  min-height: 500px;
}

@media (min-width: 768px) {

  body[data-client="zminor"] .product-rail-card .relative.aspect-square,
  body[data-client="zminor"] .product-card .relative.aspect-square {
    min-height: 600px;
  }
}

@media (min-width: 1024px) {

  body[data-client="zminor"] .product-rail-card .relative.aspect-square,
  body[data-client="zminor"] .product-card .relative.aspect-square {
    min-height: 500px;
    max-height: 90vh;
  }
}

/* Product Detail Page Image - ZMINOR Specific */
body[data-client="zminor"] .aspect-square:has(img[alt]) {
  aspect-ratio: auto !important;
  max-height: 70vh;
  min-height: 400px;
}

@media (min-width: 1024px) {
  body[data-client="zminor"] .aspect-square:has(img[alt]) {
    max-height: 80vh;
  }
}

body[data-client="zminor"] .product-rail-card h3,
body[data-client="zminor"] .product-card h3 {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: 0.02em;
  color: #1a1a1a;
}

@media (min-width: 768px) {

  body[data-client="zminor"] .product-rail-card h3,
  body[data-client="zminor"] .product-card h3 {
    font-size: 2rem;
  }
}

body[data-client="zminor"] .product-rail-card span,
body[data-client="zminor"] .product-card span {
  color: #666666;
}

body[data-client="zminor"] .product-rail-card .text-lg,
body[data-client="zminor"] .product-card .text-xl {
  font-family: 'Inter', 'system-ui', sans-serif;
  color: #db9916;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}

body[data-client="zminor"] .product-rail-card .text-sm.line-through,
body[data-client="zminor"] .product-card .text-sm.line-through {
  color: #999999;
}

body[data-client="zminor"] .product-rail-card button,
body[data-client="zminor"] .product-card button {
  background: #db9916;
  color: #ffffff;
  border: none;
  font-family: 'Inter', 'system-ui', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 1.25rem 2.5rem;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

body[data-client="zminor"] .product-rail-card button:hover,
body[data-client="zminor"] .product-card button:hover {
  background: #b08f1f;
  box-shadow: 0 8px 24px rgba(201, 162, 39, 0.25);
}

/* Sale badge */
body[data-client="zminor"] .product-rail-card .absolute,
body[data-client="zminor"] .product-card .absolute {
  background: #db9916;
  color: #ffffff;
  font-family: 'Inter', 'system-ui', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
}

/* ========================================
   PRODUCT RAIL / GRID STYLES - SINGLE LARGE COLUMNS
   ======================================== */

body[data-client="zminor"] .zminor-products-grid {
  display: grid;
  gap: 4rem;
}

/* Make product rails show VERY large cards - max 2 per row */
body[data-client="zminor"] .product-rail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

@media (min-width: 768px) {
  body[data-client="zminor"] .product-rail {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}

/* For single product, center it and make it even larger */
body[data-client="zminor"] .product-rail:has(> :only-child) {
  justify-items: center;
}

body[data-client="zminor"] .product-rail:has(> :only-child) .product-rail-card,
body[data-client="zminor"] .product-rail:has(> :only-child) .product-card {
  max-width: 600px;
  width: 100%;
}

/* ========================================
   SECTION STYLES
   ======================================== */

body[data-client="zminor"] .zminor-products {
  background: #ffffff;
}

body[data-client="zminor"] .zminor-brand-story {
  background: #f8f5f0;
}

/* ========================================
   FORM ELEMENTS
   ======================================== */

body[data-client="zminor"] input,
body[data-client="zminor"] select,
body[data-client="zminor"] textarea {
  font-family: 'Inter', 'system-ui', sans-serif;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #ffffff;
  color: #1a1a1a;
  transition: border-color 300ms ease;
}

body[data-client="zminor"] input:focus,
body[data-client="zminor"] select:focus,
body[data-client="zminor"] textarea:focus {
  border-color: #db9916;
  outline: none;
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.1);
}

/* ========================================
   ANNOUNCEMENT BAR
   ======================================== */

body[data-client="zminor"] .announcement-bar {
  background: #f8f5f0 !important;
  border-bottom: 1px solid #e5e5e5;
}

body[data-client="zminor"] .announcement-bar * {
  color: #666666 !important;
}

body[data-client="zminor"] .announcement-bar a {
  color: #db9916 !important;
}

/* ========================================
   FOOTER STYLES
   ======================================== */

body[data-client="zminor"] footer {
  background: #1a1a1a;
  color: #ffffff;
  border-top: none;
}

body[data-client="zminor"] footer h3,
body[data-client="zminor"] footer h4 {
  font-family: 'Playfair Display', 'Georgia', serif;
  color: #ffffff;
  letter-spacing: 0.1em;
}

body[data-client="zminor"] footer a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 300ms ease;
}

body[data-client="zminor"] footer a:hover {
  color: #db9916;
}

body[data-client="zminor"] footer p,
body[data-client="zminor"] footer span {
  color: rgba(255, 255, 255, 0.6);
}

/* ========================================
   UTILITY CLASSES
   ======================================== */

body[data-client="zminor"] .accent-text {
  color: #db9916;
}

body[data-client="zminor"] .gold-border {
  border-color: #db9916;
}

body[data-client="zminor"] .btn-primary {
  background: #db9916;
  color: #ffffff;
  border: none;
  font-family: 'Inter', 'system-ui', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body[data-client="zminor"] .btn-primary:hover {
  background: #b08f1f;
}

/* ========================================
   SCROLLBAR STYLING
   ======================================== */

body[data-client="zminor"]::-webkit-scrollbar {
  width: 8px;
}

body[data-client="zminor"]::-webkit-scrollbar-track {
  background: #f5f5f5;
}

body[data-client="zminor"]::-webkit-scrollbar-thumb {
  background: #db9916;
  border-radius: 4px;
}

body[data-client="zminor"]::-webkit-scrollbar-thumb:hover {
  background: #b08f1f;
}

/* ========================================
   ANIMATIONS
   ======================================== */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body[data-client="zminor"] .animate-fade-in-up {
  animation: fadeInUp 600ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* ========================================
   MOBILE ADJUSTMENTS
   ======================================== */

@media (max-width: 768px) {
  body[data-client="zminor"] .zminor-title {
    font-size: 2.5rem !important;
  }

  body[data-client="zminor"] .zminor-products {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  body[data-client="zminor"] .zminor-brand-story {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

/* ========================================
   LEGACY OVERRIDES (remove dark theme remnants)
   ======================================== */

/* Ensure the sticky navbar never shows a border or shadow for ZMINOR */
body[data-client="zminor"] .navbar-root {
  background: transparent !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body[data-client="zminor"] .navbar-chrome {
  background: transparent !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

/* Also remove any border added to the lower chrome section when scrolled */
body[data-client="zminor"] .navbar-lower {
  border-bottom: none !important;
  box-shadow: none !important;
}

body[data-client="zminor"] .zminor-page {
  background: #ffffff;
  color: #1a1a1a;
}

body[data-client="zminor"] .container-shell {
  max-width: 1440px;
  margin: 0 auto;
}

/* Hide old dark-themed elements */
body[data-client="zminor"] .zminor-chip,
body[data-client="zminor"] .zminor-pill,
body[data-client="zminor"] .zminor-card,
body[data-client="zminor"] .zminor-ornament,
body[data-client="zminor"] .zminor-section,
body[data-client="zminor"] .zminor-hero-figure,
body[data-client="zminor"] .zminor-hero-floating {
  background: transparent;
  border: none;
  box-shadow: none;
}

/* ========================================
   LUXURY PRODUCT GRID STYLES
   ======================================== */

body[data-client="zminor"] .luxury-product-grid {
  background: #ffffff;
}

body[data-client="zminor"] .luxury-product-card {
  background: #ffffff;
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

body[data-client="zminor"] .luxury-product-card:hover {
  background: #fafafa;
}

body[data-client="zminor"] .luxury-product-card h3 {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 500;
  transition: color 300ms ease;
}

body[data-client="zminor"] .luxury-product-card:hover h3 {
  color: #db9916;
}

body[data-client="zminor"] .luxury-product-card img {
  transition: transform 800ms cubic-bezier(0.4, 0, 0.2, 1);
}

body[data-client="zminor"] .luxury-product-card:hover img {
  transform: scale(1.03);
}

/* Font serif class for components */
body[data-client="zminor"] .font-serif {
  font-family: 'Playfair Display', 'Georgia', serif;
}

/* Section spacing */
body[data-client="zminor"] .zminor-products {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (min-width: 768px) {
  body[data-client="zminor"] .zminor-products {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

/* Hero section font updates */
body[data-client="zminor"] .zminor-hero-slider h1 {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 500;
}