/* ==========================================================================
   WREDIS FLEURS — L'ART DE LA FLEUR
   Ultra-Premium Floral Haute Couture E-Commerce Stylesheet
   Brand Colors: Ivory, Cream, Olive Green, Sage, Warm Yellow/Gold, Deep Charcoal
   Direct Entrance (No Preloader), Direct Catalog Display
   ========================================================================== */

/* --- CSS Variables & Design Tokens --- */
:root {
  /* Brand Color Palette */
  --bg-cream: #FAF8F5;
  --bg-cream-warm: #F4EFEA;
  --bg-cream-soft: #F9F6F0;
  --bg-cream-subtle: #EFE9E2;
  --bg-card: #FFFFFF;
  --color-white: #FFFFFF;

  /* Botanical Greens */
  --color-olive-deep: #1B2319;
  --color-olive: #2C3829;
  --color-olive-light: #41503C;
  --color-sage: #6B7C65;
  --color-sage-light: #94A38E;
  --color-sage-pale: #DDE4DA;
  --color-sage-tint: rgba(107, 124, 101, 0.08);

  /* Warm Yellow & Gold from Logo */
  --color-gold: #C59F45;
  --color-gold-warm: #D4AF37;
  --color-gold-light: #E7CA76;
  --color-gold-glow: rgba(197, 159, 69, 0.28);
  --color-yellow-flower: #F2C94C;

  /* Typography Colors */
  --text-primary: #191C18;
  --text-secondary: #484E45;
  --text-muted: #757D71;
  --text-light: #F9F8F5;

  /* Lines & Borders */
  --border-subtle: rgba(44, 56, 41, 0.1);
  --border-card: rgba(107, 124, 101, 0.18);
  --border-gold: rgba(197, 159, 69, 0.35);

  /* Shadows */
  --shadow-sm: 0 4px 15px rgba(27, 35, 25, 0.04);
  --shadow-md: 0 10px 30px rgba(27, 35, 25, 0.07);
  --shadow-lg: 0 20px 45px rgba(27, 35, 25, 0.12);
  --shadow-xl: 0 30px 60px rgba(25, 28, 24, 0.18);
  --shadow-gold: 0 12px 30px rgba(197, 159, 69, 0.25);

  /* Typography */
  --font-serif: 'Cormorant Garamond', Garamond, 'Times New Roman', Georgia, serif;
  --font-sans: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Transitions */
  --transition-slow: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-normal: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: all 0.2s ease;

  /* Layout */
  --container-max: 1380px;
  --announcement-height: 38px;
  --nav-height: 90px;
  --radius-xs: 3px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
}

/* --- Global Reset & Base Styles --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-height) + var(--announcement-height));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-sans);
  background-color: var(--bg-cream);
  color: var(--text-primary);
  line-height: 1.65;
  overflow-x: hidden;
  position: relative;
}

/* Typography Defaults */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-weight: 500;
  color: var(--color-olive-deep);
  letter-spacing: -0.01em;
  line-height: 1.2;
}

p {
  color: var(--text-secondary);
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.75;
}

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

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

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

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

/* --- Container & Utilities --- */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.section {
  padding: 100px 0;
  position: relative;
}

.section-cream {
  background-color: var(--bg-cream);
}

.section-white {
  background-color: var(--color-white);
}

.section-warm {
  background-color: var(--bg-cream-warm);
}

/* Section Header Editorial Style */
.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--color-sage);
  margin-bottom: 14px;
}

.section-label::before,
.section-label::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: var(--color-gold);
}

.section-title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 500;
  color: var(--color-olive-deep);
  margin-bottom: 16px;
  line-height: 1.15;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-muted);
  font-weight: 400;
  max-width: 580px;
  margin: 0 auto;
}

.botanical-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 20px auto 0;
  width: 140px;
}

.botanical-divider .line {
  flex: 1;
  height: 1px;
  background-color: var(--border-gold);
}

.botanical-divider svg {
  color: var(--color-gold);
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  border-radius: var(--radius-xs);
  transition: var(--transition-normal);
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.btn-primary {
  background-color: var(--color-olive);
  color: var(--color-white);
  border: 1px solid var(--color-olive);
  box-shadow: var(--shadow-sm);
}

.btn-primary:hover {
  background-color: var(--color-olive-deep);
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-gold {
  background-color: var(--color-gold);
  color: var(--color-white);
  border: 1px solid var(--color-gold);
  box-shadow: var(--shadow-gold);
}

.btn-gold:hover {
  background-color: #b38e3a;
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: 0 16px 35px rgba(197, 159, 69, 0.35);
}

.btn-outline {
  background-color: transparent;
  color: var(--color-olive-deep);
  border: 1px solid var(--color-olive);
}

.btn-outline:hover {
  background-color: var(--color-olive);
  color: var(--color-white);
  transform: translateY(-2px);
}

.btn-white {
  background-color: var(--color-white);
  color: var(--color-olive-deep);
  border: 1px solid var(--color-white);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.btn-white:hover {
  background-color: var(--bg-cream-warm);
  transform: translateY(-2px);
  color: var(--color-olive-deep);
}

.btn-outline-white {
  background-color: rgba(255, 255, 255, 0.08);
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(8px);
}

.btn-outline-white:hover {
  background-color: var(--color-white);
  color: var(--color-olive-deep);
  border-color: var(--color-white);
  transform: translateY(-2px);
}

.btn-whatsapp {
  background-color: #25D366;
  color: #FFFFFF;
  border: 1px solid #25D366;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.28);
}

.btn-whatsapp:hover {
  background-color: #20BA59;
  color: #FFFFFF;
  border-color: #20BA59;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.38);
}

/* ==========================================================================
   0. TOP ANNOUNCEMENT TICKER BAR (MARRAKECH ONLY)
   ========================================================================== */
.top-announcement-bar {
  width: 100%;
  height: var(--announcement-height, 36px);
  background: linear-gradient(90deg, #1b2419 0%, #2C3829 50%, #1b2419 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(197, 159, 69, 0.45);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
}

.top-announcement-bar .marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeTicker 25s linear infinite;
  will-change: transform;
}

.top-announcement-bar:hover .marquee-track {
  animation-play-state: paused;
}

.top-announcement-bar .marquee-content {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-right: 32px;
  white-space: nowrap;
}

.top-announcement-bar .marquee-text-ar {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #E5C378;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.top-announcement-bar .marquee-text-fr {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.top-announcement-bar .marquee-dot {
  color: var(--color-gold);
  font-size: 0.7rem;
  opacity: 0.85;
}

@keyframes marqueeTicker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/* ==========================================================================
   2. NAVBAR
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  transition: background-color var(--transition-normal), box-shadow var(--transition-normal);
  background-color: transparent;
}

.site-header.scrolled {
  background-color: rgba(250, 248, 245, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 4px 25px rgba(25, 28, 24, 0.08);
  border-bottom: 1px solid rgba(107, 124, 101, 0.12);
}

.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-height);
  transition: height var(--transition-normal);
}

.site-header.scrolled .navbar-container {
  height: 75px;
}

/* Brand Logo */
.brand-link {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--color-white);
  transition: var(--transition-normal);
}

.site-header.scrolled .brand-link {
  color: var(--color-olive-deep);
}

.brand-logo-frame {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  background: #FFFFFF;
  border: 1.5px solid var(--color-gold);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--transition-normal);
}

.site-header.scrolled .brand-logo-frame {
  width: 46px;
  height: 46px;
}

.brand-logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
}

.brand-tagline {
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  opacity: 0.9;
  text-transform: uppercase;
  color: var(--color-gold-light);
}

.site-header.scrolled .brand-tagline {
  color: var(--color-sage);
}

/* Desktop Nav Links */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 32px;
}

.nav-item {
  position: relative;
}

.nav-link {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  padding: 8px 0;
  position: relative;
  transition: var(--transition-fast);
}

.site-header.scrolled .nav-link {
  color: var(--text-primary);
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1.5px;
  background-color: var(--color-gold);
  transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-link:hover {
  color: var(--color-gold-light);
}

.site-header.scrolled .nav-link:hover {
  color: var(--color-olive);
}

/* Nav CTA */
.nav-cta-btn {
  padding: 10px 24px;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
}

/* Mobile Hamburger Toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: transparent;
  cursor: pointer;
  z-index: 1002;
  padding: 0;
}

.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--color-white);
  border-radius: 2px;
  transition: var(--transition-fast);
}

.site-header.scrolled .nav-toggle span {
  background-color: var(--color-olive-deep);
}

.nav-toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
  background-color: var(--color-olive-deep);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
  background-color: var(--color-olive-deep);
}

/* Mobile Drawer */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 380px;
  height: 100vh;
  background-color: var(--bg-cream-warm);
  z-index: 1001;
  padding: 100px 36px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.2);
  transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
}

.mobile-drawer.open {
  right: 0;
}

.mobile-nav-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.mobile-nav-link {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--color-olive-deep);
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid rgba(107, 124, 101, 0.12);
  transition: var(--transition-fast);
}

.mobile-nav-link:hover {
  color: var(--color-gold);
  padding-left: 8px;
}

.mobile-drawer-footer {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--border-gold);
}

.mobile-drawer-contact {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 18px;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(20, 24, 18, 0.65);
  backdrop-filter: blur(4px);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-normal);
}

.drawer-backdrop.active {
  opacity: 1;
  visibility: visible;
}

/* ==========================================================================
   3. HERO SECTION (Cinematic Video Background)
   ========================================================================== */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-video-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/* Subtle Cinematic Botanical Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(24, 28, 22, 0.65) 0%,
    rgba(30, 38, 28, 0.38) 45%,
    rgba(24, 28, 22, 0.85) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: var(--color-white);
  max-width: 900px;
  padding: 0 20px;
  margin-top: 40px;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--color-gold-light);
  margin-bottom: 22px;
}

.hero-title {
  font-size: clamp(2.6rem, 5.5vw, 4.6rem);
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.12;
  margin-bottom: 22px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
}

.hero-subtitle {
  font-size: clamp(1.02rem, 1.8vw, 1.25rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.7;
  max-width: 660px;
  margin: 0 auto 36px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  animation: bounceSlow 2.4s infinite;
}

.hero-scroll-indicator svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

@keyframes bounceSlow {
  0%, 20%, 50%, 80%, 100% { transform: translate(-50%, 0); }
  40% { transform: translate(-50%, -8px); }
  60% { transform: translate(-50%, -4px); }
}

/* ==========================================================================
   4. INTRODUCTION SECTION (Editorial Luxury)
   ========================================================================== */
.intro-section {
  background-color: var(--bg-cream);
  padding: 120px 0 90px;
  position: relative;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

.intro-left {
  position: relative;
}

.intro-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-sage);
  margin-bottom: 16px;
}

.intro-title {
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  font-weight: 500;
  color: var(--color-olive-deep);
  line-height: 1.15;
  margin-bottom: 26px;
}

.intro-quote {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.45rem;
  color: var(--color-gold);
  line-height: 1.4;
  padding-left: 20px;
  border-left: 2px solid var(--color-gold);
  margin-top: 28px;
}

.intro-right {
  background: var(--color-white);
  padding: 48px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-card);
  box-shadow: var(--shadow-md);
  position: relative;
}

.intro-right::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 1px solid rgba(197, 159, 69, 0.2);
  border-radius: calc(var(--radius-md) - 4px);
  pointer-events: none;
}

.intro-text-body {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.85;
  margin-bottom: 24px;
}

.intro-signature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(107, 124, 101, 0.12);
}

.signature-brand {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--color-olive-deep);
}

.signature-badge {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--color-sage);
}

/* ==========================================================================
   5. FLOWER PRODUCTS SECTION (Direct Display of All 51 Flowers)
   ========================================================================== */
.products-section {
  background-color: var(--bg-cream);
  padding: 100px 0;
  position: relative;
}

/* Product Catalog Grid: Desktop 4 / Tablet 2 / Mobile EXACTLY 2 */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.product-card {
  background-color: var(--color-white);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-card);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-normal);
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-gold);
}

/* Deep link spotlight glow */
.product-card.product-spotlight {
  animation: spotlightGlow 2.5s ease-in-out infinite;
  border-color: var(--color-gold-warm) !important;
  box-shadow: 0 0 35px rgba(212, 175, 55, 0.45) !important;
}

@keyframes spotlightGlow {
  0%, 100% {
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.35);
    border-color: var(--color-gold);
  }
  50% {
    box-shadow: 0 0 45px rgba(212, 175, 55, 0.65);
    border-color: #E9B949;
  }
}

/* Image Container with Zoom */
.product-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.12;
  overflow: hidden;
  background-color: #FFFFFF;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover .product-img {
  transform: scale(1.08);
}

/* Card Badges */
.product-badge-ref {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  color: var(--color-olive-deep);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding: 4px 10px;
  border-radius: var(--radius-xs);
  border: 1px solid rgba(197, 159, 69, 0.3);
  text-transform: uppercase;
}

.product-quick-view-overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 38, 28, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover .product-quick-view-overlay {
  opacity: 1;
}

.quick-view-btn {
  background: #FFFFFF;
  color: var(--color-olive-deep);
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(10px);
  transition: var(--transition-normal);
}

.product-card:hover .quick-view-btn {
  transform: translateY(0);
}

/* Card Body */
.product-card-body {
  padding: 20px 18px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: var(--color-white);
  border-top: 1px solid rgba(107, 124, 101, 0.08);
}

.product-card-body-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
}

.product-id-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-sage);
  font-weight: 500;
}

.product-price {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--color-olive-deep);
  letter-spacing: 0.02em;
}

.product-btn-order {
  width: 100%;
  padding: 12px 16px;
  background-color: var(--bg-cream-soft);
  color: var(--color-olive-deep);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-xs);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: var(--transition-fast);
  margin-top: auto;
}

.product-card:hover .product-btn-order {
  background-color: var(--color-olive);
  color: var(--color-white);
  border-color: var(--color-olive);
}

/* ==========================================================================
   6. ABOUT SECTION (Art & Passion)
   ========================================================================== */
.about-section {
  background-color: var(--bg-cream-warm);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.about-visual-side {
  position: relative;
}

.about-image-frame {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--border-gold);
}

.about-image-frame img {
  width: 100%;
  aspect-ratio: 4 / 4.8;
  object-fit: cover;
}

.about-floating-card {
  position: absolute;
  bottom: -25px;
  right: -25px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  padding: 24px 30px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-lg);
  max-width: 260px;
}

.floating-card-title {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--color-olive-deep);
  margin-bottom: 4px;
}

.floating-card-sub {
  font-size: 0.74rem;
  color: var(--color-sage);
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.about-content-side {
  padding-left: 20px;
}

.about-title {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 500;
  color: var(--color-olive-deep);
  line-height: 1.15;
  margin-bottom: 24px;
}

.about-text {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.about-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid rgba(107, 124, 101, 0.15);
}

.about-highlight-item {
  display: flex;
  flex-direction: column;
}

.about-highlight-num {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--color-gold);
  line-height: 1;
  margin-bottom: 6px;
}

.about-highlight-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-muted);
}

/* ==========================================================================
   7. RE-DESIGNED DELIVERY / QUALITY SECTION (Haute Fleuristerie Luxury)
   ========================================================================== */
.quality-section-luxury {
  background-color: var(--bg-cream-warm);
  padding: 110px 0;
  position: relative;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.luxury-quality-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.luxury-quality-card {
  background: #FFFFFF;
  border: 1px solid rgba(197, 159, 69, 0.22);
  border-radius: var(--radius-sm);
  padding: 36px 28px 30px;
  box-shadow: 0 8px 25px rgba(44, 56, 41, 0.04);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: var(--transition-normal);
}

.luxury-quality-card:hover {
  transform: translateY(-8px);
  border-color: var(--color-gold);
  box-shadow: 0 18px 40px rgba(44, 56, 41, 0.09);
}

.quality-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.quality-number {
  font-family: var(--font-serif);
  font-size: 1.9rem;
  font-weight: 600;
  font-style: italic;
  color: var(--color-gold);
  line-height: 1;
}

.quality-icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bg-cream-warm);
  border: 1px solid rgba(197, 159, 69, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-olive);
  transition: var(--transition-normal);
}

.luxury-quality-card:hover .quality-icon-circle {
  background: var(--color-olive);
  color: var(--color-gold-light);
  transform: scale(1.08) rotate(5deg);
}

.quality-card-content {
  flex-grow: 1;
}

.luxury-quality-title {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-olive-deep);
  margin-bottom: 12px;
  line-height: 1.2;
}

.luxury-quality-text {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.quality-card-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-gold), var(--color-gold-light));
  transition: width 0.4s ease;
}

.luxury-quality-card:hover .quality-card-bar {
  width: 100%;
}

/* ==========================================================================
   8. REVIEWS SECTION (Editorial 2x2 Layout)
   ========================================================================== */
.reviews-section {
  background-color: var(--bg-cream);
  padding: 110px 0;
  position: relative;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  max-width: 1080px;
  margin: 0 auto;
}

.review-item {
  background: var(--color-white);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-card);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: var(--transition-normal);
  display: flex;
  flex-direction: column;
}

.review-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-gold);
}

.review-media-container {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 13;
  max-height: 540px;
  background-color: #0F120E;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.review-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.review-item:hover .review-img {
  transform: scale(1.04);
}

.review-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Video Story Badge & Controls */
.review-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(24, 27, 23, 0.75);
  backdrop-filter: blur(8px);
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 5;
}

.review-badge .pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-gold);
  animation: pulseDot 1.5s infinite;
}

@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.7); }
}

.review-video-controls {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 5;
  display: flex;
  gap: 8px;
}

.review-ctrl-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(24, 27, 23, 0.75);
  backdrop-filter: blur(6px);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: var(--transition-fast);
}

.review-ctrl-btn:hover {
  background: var(--color-gold);
  color: #FFFFFF;
}

.review-info-bar {
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--color-white);
  border-top: 1px solid rgba(107, 124, 101, 0.1);
}

.review-stars {
  color: var(--color-gold);
  display: flex;
  gap: 4px;
  font-size: 0.9rem;
}

.review-verified {
  font-size: 0.75rem;
  color: var(--color-sage);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
}

/* ==========================================================================
   9. INSTAGRAM SECTION
   ========================================================================== */
.instagram-section {
  background-color: var(--bg-cream-warm);
  padding: 110px 0;
  text-align: center;
}

.instagram-handle {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-style: italic;
  color: var(--color-gold);
  margin-bottom: 14px;
}

.instagram-gallery-preview {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  max-width: 1200px;
  margin: 40px auto 46px;
  padding: 0 16px;
}

.insta-item {
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-xs);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-subtle);
  cursor: pointer;
}

.insta-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.insta-item:hover img {
  transform: scale(1.1);
}

.insta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 38, 28, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.insta-item:hover .insta-overlay {
  opacity: 1;
}

/* ==========================================================================
   10. CONTACT CTA SECTION
   ========================================================================== */
.contact-section {
  background-color: var(--color-olive);
  color: var(--color-white);
  padding: 100px 0;
  position: relative;
  text-align: center;
}

.contact-box {
  max-width: 720px;
  margin: 0 auto;
}

.contact-section .section-label {
  color: var(--color-gold-light);
}

.contact-title {
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  color: #FFFFFF;
  margin-bottom: 20px;
}

.contact-text {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.75;
  margin-bottom: 40px;
}

.contact-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* ==========================================================================
   11. FOOTER SECTION (Minimalist Luxury)
   ========================================================================== */
.site-footer {
  background-color: var(--color-olive-deep);
  color: rgba(255, 255, 255, 0.78);
  padding: 80px 0 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand-title {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.footer-brand-sub {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--color-gold);
  margin-bottom: 20px;
}

.footer-brand-desc {
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  max-width: 360px;
}

.footer-col-title {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
  transition: var(--transition-fast);
}

.footer-link:hover {
  color: var(--color-gold-light);
  padding-left: 4px;
}

.footer-contact-info p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.footer-contact-info a {
  color: var(--color-gold-light);
}

.footer-bottom {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  flex-wrap: wrap;
  gap: 14px;
}

/* ==========================================================================
   12. PRODUCT ORDER MODAL
   ========================================================================== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 24, 18, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease;
}

.modal-overlay.open {
  opacity: 1;
  visibility: visible;
}

.order-modal {
  background: var(--bg-cream-warm);
  width: 100%;
  max-width: 820px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-modal);
  position: relative;
  overflow: hidden;
  transform: scale(0.92) translateY(20px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  max-height: 92vh;
  display: flex;
  flex-direction: column;
}

.modal-overlay.open .order-modal {
  transform: scale(1) translateY(0);
}

.modal-close-btn {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border-subtle);
  color: var(--color-olive-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  transition: var(--transition-fast);
}

.modal-close-btn:hover {
  background: var(--color-olive);
  color: #FFFFFF;
}

.modal-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  overflow-y: auto;
}

.modal-product-preview {
  background: var(--color-white);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(107, 124, 101, 0.12);
  position: relative;
}

.modal-img-frame {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 1 / 1.15;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-md);
  margin-bottom: 20px;
}

.modal-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-product-title {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--color-olive-deep);
  margin-bottom: 6px;
  text-align: center;
}

.modal-product-price {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-gold);
  letter-spacing: 0.02em;
}

.modal-form-container {
  padding: 36px 32px;
  background: var(--bg-cream-warm);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-header-text {
  margin-bottom: 22px;
}

.modal-header-text h3 {
  font-size: 1.8rem;
  color: var(--color-olive-deep);
  margin-bottom: 4px;
}

.modal-header-text p {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.form-group {
  margin-bottom: 16px;
}

.form-label {
  display: block;
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-olive);
  margin-bottom: 6px;
}

.form-input {
  width: 100%;
  padding: 12px 16px;
  background: #FFFFFF;
  border: 1px solid rgba(107, 124, 101, 0.25);
  border-radius: var(--radius-xs);
  color: var(--text-primary);
  font-size: 0.94rem;
  transition: var(--transition-fast);
  outline: none;
}

.form-input:focus {
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px rgba(197, 159, 69, 0.15);
}

.form-input.input-error {
  border-color: #D9534F;
  background-color: #FFF9F9;
}

.modal-alert {
  display: none;
  padding: 12px 16px;
  border-radius: var(--radius-xs);
  font-size: 0.84rem;
  margin-bottom: 18px;
  line-height: 1.4;
}

.modal-alert.show-error {
  display: block;
  background-color: #FDF0EE;
  color: #C0392B;
  border: 1px solid rgba(192, 57, 43, 0.25);
}

.modal-alert.show-success {
  display: block;
  background-color: #EDF7ED;
  color: #1E4620;
  border: 1px solid rgba(46, 125, 50, 0.3);
}

.btn-confirm-order {
  width: 100%;
  padding: 16px;
  font-size: 0.88rem;
  letter-spacing: 0.18em;
  background-color: var(--color-olive);
  color: #FFFFFF;
  border: none;
  box-shadow: var(--shadow-md);
  margin-top: 6px;
}

.btn-confirm-order:hover {
  background-color: var(--color-olive-deep);
  box-shadow: var(--shadow-lg);
}

.btn-confirm-order:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none !important;
}

.order-guarantee-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 0.74rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ==========================================================================
   13. FLOATING WHATSAPP & SCROLL TOP BUTTONS
   ========================================================================== */
.floating-whatsapp-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
  z-index: 990;
  transition: var(--transition-normal);
}

.floating-whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.55);
}

.whatsapp-pulse-ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid #25D366;
  opacity: 0;
  animation: waPulse 2s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  pointer-events: none;
}

@keyframes waPulse {
  0% { transform: scale(0.9); opacity: 0.8; }
  100% { transform: scale(1.45); opacity: 0; }
}

.floating-whatsapp-tooltip {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(24, 27, 23, 0.9);
  color: #FFFFFF;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 0.76rem;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.04em;
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.floating-whatsapp-btn:hover .floating-whatsapp-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(-4px);
}

/* Scroll To Top Button */
.scroll-top-btn {
  position: fixed;
  bottom: 98px;
  right: 34px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border-gold);
  color: var(--color-olive-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
  z-index: 989;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: var(--transition-normal);
}

.scroll-top-btn.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top-btn:hover {
  background: var(--color-olive);
  color: #FFFFFF;
  transform: translateY(-3px);
}

/* ==========================================================================
   14. REVIEW LIGHTBOX MODAL
   ========================================================================== */
.lightbox-modal {
  position: fixed;
  inset: 0;
  background: rgba(15, 18, 14, 0.92);
  backdrop-filter: blur(10px);
  z-index: 2500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-normal);
}

.lightbox-modal.open {
  opacity: 1;
  visibility: visible;
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-content img,
.lightbox-content video {
  max-width: 100%;
  max-height: 85vh;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: var(--shadow-xl);
}

.lightbox-close {
  position: absolute;
  top: -45px;
  right: 0;
  color: #FFFFFF;
  font-size: 2rem;
  cursor: pointer;
  background: none;
  border: none;
}

/* ==========================================================================
   15. SCROLL REVEAL & MICRO-ANIMATIONS
   ========================================================================== */
.reveal-on-scroll {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Stagger delay classes */
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }

/* ==========================================================================
   16. RESPONSIVE BREAKPOINTS
   Desktop: 1920, 1440, 1366
   Tablet: 1024, 768
   Mobile: 430, 390, 375, 360 (EXACTLY 2 products per row)
   ========================================================================== */

/* Tablet (max-width: 1024px) */
@media (max-width: 1024px) {
  :root {
    --nav-height: 80px;
  }
  
  .section {
    padding: 80px 0;
  }

  .intro-grid,
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-floating-card {
    right: 15px;
    bottom: -15px;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .luxury-quality-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .instagram-gallery-preview {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* Tablet Small & Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .top-announcement-bar {
    height: 32px;
  }

  .top-announcement-bar .marquee-content {
    gap: 24px;
    padding-right: 24px;
  }

  .top-announcement-bar .marquee-text-ar {
    font-size: 0.84rem;
  }

  .top-announcement-bar .marquee-text-fr {
    font-size: 0.66rem;
  }

  .navbar-container {
    height: 70px;
  }

  .site-header.scrolled .navbar-container {
    height: 65px;
  }

  .nav-menu {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .modal-grid {
    grid-template-columns: 1fr;
  }

  .modal-product-preview {
    border-right: none;
    border-bottom: 1px solid rgba(107, 124, 101, 0.12);
    padding: 24px 20px;
  }

  .modal-img-frame {
    max-width: 180px;
    margin-bottom: 12px;
  }

  .modal-form-container {
    padding: 24px 20px;
  }
}

/* MOBILE INTENTIONAL DESIGN (max-width: 600px, 430px, 390px, 375px, 360px)
   STRICT REQUIREMENT: EXACTLY 2 PRODUCTS PER ROW ON MOBILE */
@media (max-width: 600px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .section {
    padding: 60px 0;
  }

  .section-header {
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 2.1rem;
  }

  .hero-title {
    font-size: 2.3rem;
  }

  .hero-subtitle {
    font-size: 0.95rem;
    margin-bottom: 26px;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  /* PRODUCTS GRID: EXACTLY 2 COLUMNS ON MOBILE */
  .products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  .product-card {
    border-radius: var(--radius-xs);
  }

  .product-img-wrapper {
    aspect-ratio: 1 / 1.05;
  }

  .product-badge-ref {
    top: 8px;
    left: 8px;
    font-size: 0.62rem;
    padding: 3px 6px;
  }

  .product-card-body {
    padding: 12px 10px 14px;
  }

  .product-id-label {
    font-size: 0.65rem;
  }

  .product-price {
    font-size: 1.25rem;
  }

  .product-btn-order {
    padding: 9px 8px;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }

  /* Luxury Quality Grid on Mobile: Elegant 2x2 or Sleek Cards */
  .luxury-quality-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .luxury-quality-card {
    padding: 24px 20px 22px;
  }

  .quality-number {
    font-size: 1.6rem;
  }

  .quality-icon-circle {
    width: 42px;
    height: 42px;
  }

  .luxury-quality-title {
    font-size: 1.15rem;
    margin-bottom: 6px;
  }

  .luxury-quality-text {
    font-size: 0.95rem;
  }

  .instagram-gallery-preview {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .floating-whatsapp-btn {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }

  .scroll-top-btn {
    bottom: 80px;
    right: 22px;
    width: 38px;
    height: 38px;
  }
}
