:root {
  --rose: #D88FA2;
  --rose-dark: #c48484;
  --rose-light: #F6DDE3;
  --rose-bg: #FFF2F5;
  --gold: #D4AF37;
  --gold-light: #c9a96e;
  --noir: #2B2B2B;
  --white: #ffffff;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 6px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.06);
  --shadow-lg: 0 10px 15px rgba(0,0,0,0.1), 0 4px 6px rgba(0,0,0,0.05);
  --shadow-xl: 0 20px 25px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.04);
  --radius: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-full: 9999px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; scroll-padding-bottom: 6rem; }
body { font-family: 'Montserrat', sans-serif; color: var(--gray-800); background: var(--rose-bg); line-height: 1.6; overflow-x: hidden; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1rem; }
@media (min-width: 640px) { .container { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .container { padding: 0 2rem; } }

section { padding: 4rem 0; }
@media (min-width: 768px) { section { padding: 5rem 0; } }

.section-header { text-align: center; margin-bottom: 3rem; }
.section-kicker { display: inline-block; padding: 0.25rem 1rem; background: var(--rose-light); color: var(--rose-dark); border-radius: var(--radius-full); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 0.75rem; }
.section-title { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--noir); margin-bottom: 0.5rem; }
@media (min-width: 768px) { .section-title { font-size: 2.5rem; } }
.section-title-left { text-align: left; }
.section-subtitle { color: var(--gray-600); font-size: 1rem; max-width: 600px; margin: 0 auto; }

/* Focus visible - Accessibilite */
:focus-visible { outline: 2px solid var(--rose); outline-offset: 2px; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--rose); outline-offset: 2px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.75rem 1.5rem; border-radius: var(--radius); font-weight: 600; font-size: 0.95rem; cursor: pointer; transition: all 0.25s ease; border: none; text-decoration: none; font-family: 'Montserrat', sans-serif; }
.btn-primary { background: var(--rose); color: var(--white); }
.btn-primary:hover { background: var(--rose-dark); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-secondary { background: var(--gold); color: var(--white); }
.btn-secondary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-whatsapp { background: #25d366; color: var(--white); }
.btn-whatsapp:hover { background: #128c7e; transform: translateY(-2px); }
.btn-lg { padding: 1rem 2rem; font-size: 1.05rem; }
.btn-sm { padding: 0.5rem 1rem; font-size: 0.85rem; }
.btn-block { width: 100%; margin-top: 1rem; }

/* Header */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,242,245,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(216,143,162,0.15); transition: all 0.3s; }
.header.scrolled { box-shadow: var(--shadow-md); background: rgba(255,255,255,0.97); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 4.5rem; }
.logo-link { display: flex; align-items: center; }
.logo-img { height: 4.5rem; width: auto; object-fit: contain; }
.nav-desktop { display: none; gap: 2rem; }
@media (min-width: 768px) { .nav-desktop { display: flex; } }
.nav-desktop a { text-decoration: none; color: var(--gray-700); font-weight: 500; font-size: 0.9rem; transition: color 0.2s; }
.nav-desktop a:hover { color: var(--rose); }
.header-actions { display: flex; align-items: center; gap: 0.75rem; }
.header-cta { display: none; }
@media (min-width: 768px) { .header-cta { display: inline-flex; } }
.mobile-menu-btn { display: flex; background: none; border: none; cursor: pointer; color: var(--noir); padding: 0.5rem; }
@media (min-width: 768px) { .mobile-menu-btn { display: none; } }
.mobile-menu { display: none; padding: 1rem; background: var(--white); border-bottom: 1px solid var(--gray-200); }
.mobile-menu.open { display: block; }
.mobile-nav { display: flex; flex-direction: column; gap: 0.75rem; }
.mobile-nav a { text-decoration: none; color: var(--gray-700); font-weight: 500; padding: 0.5rem 0; }
.mobile-menu-cta { width: 100%; margin-top: 1rem; }

/* Hero */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; padding-top: 5rem; background: linear-gradient(135deg, var(--rose-bg) 0%, var(--rose-light) 50%, #f0d4dc 100%); overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 70% 50%, rgba(216,143,162,0.15) 0%, transparent 60%); }
.hero-content { position: relative; z-index: 1; display: grid; gap: 2rem; align-items: center; padding: 2rem 0; }
@media (min-width: 768px) { .hero-content { grid-template-columns: 1fr 1fr; } }
.hero-text { max-width: 600px; }
.hero-kicker { display: inline-block; padding: 0.375rem 1rem; background: var(--white); color: var(--rose-dark); border-radius: var(--radius-full); font-size: 0.8rem; font-weight: 600; margin-bottom: 1.5rem; box-shadow: var(--shadow-sm); }
.hero-title { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 700; line-height: 1.15; color: var(--noir); margin-bottom: 1rem; }
.hero-title em { color: var(--rose); font-style: italic; }
@media (min-width: 768px) { .hero-title { font-size: 3.25rem; } }
.hero-subtitle { font-size: 1rem; color: var(--gray-600); margin-bottom: 2rem; line-height: 1.7; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Hero Carousel */
.hero-carousel { position: relative; width: 100%; aspect-ratio: 3 / 4; overflow: hidden; border-radius: var(--radius-xl); box-shadow: var(--shadow-xl); }
.carousel-track { position: absolute; inset: 0; }
.carousel-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.8s ease; z-index: 0; }
.carousel-slide.active { opacity: 1; z-index: 1; }
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.carousel-dots { position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%); display: flex; gap: 0.5rem; z-index: 10; }
.dot { width: 10px; height: 10px; border-radius: var(--radius-full); border: 2px solid var(--white); background: rgba(255,255,255,0.4); cursor: pointer; transition: all 0.3s; padding: 0; }
.dot.active { background: var(--white); transform: scale(1.2); }

.hero-wave { position: absolute; bottom: -1px; left: 0; right: 0; line-height: 0; }
.hero-wave svg { width: 100%; height: 80px; }

/* Trust Strip */
.trust-strip { background: var(--rose); color: var(--white); padding: 2rem 0; }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
@media (min-width: 768px) { .trust-grid { grid-template-columns: repeat(4, 1fr); } }
.trust-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.5rem; }
.trust-icon { width: 48px; height: 48px; background: rgba(255,255,255,0.15); border-radius: var(--radius-full); display: flex; align-items: center; justify-content: center; }
.trust-icon svg { width: 22px; height: 22px; }
.trust-item h4 { font-weight: 600; font-size: 0.85rem; }
.trust-item p { font-size: 0.75rem; opacity: 0.85; }

/* Products */
.catalogue-section { background: var(--white); }
.products-grid { display: grid; gap: 2rem; }
@media (min-width: 768px) { .products-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .products-grid { grid-template-columns: repeat(3, 1fr); } }
.product-card { background: var(--white); border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--gray-200); transition: transform 0.3s, box-shadow 0.3s; display: flex; flex-direction: column; height: 100%; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.product-gallery { position: relative; display: flex; flex-direction: column; }
.product-main-img { width: 100%; aspect-ratio: 3/4; overflow: hidden; background: var(--gray-100); cursor: zoom-in; display: flex; align-items: center; justify-content: center; }
.product-main-img img { width: 100%; height: 100%; object-fit: cover; object-position: center center; transition: transform 0.4s; }
.product-card:hover .product-main-img img { transform: scale(1.03); }
.product-thumbs { display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.75rem; min-height: 94px; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.product-thumbs::-webkit-scrollbar { display: none; }
.thumb { width: 64px; height: 64px; flex-shrink: 0; border-radius: var(--radius); overflow: hidden; cursor: pointer; border: 2px solid transparent; transition: border-color 0.2s; background: none; padding: 0; }
@media (min-width: 768px) { .thumb { width: 72px; height: 72px; } }
.thumb.active, .thumb:hover { border-color: var(--rose); }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-info { padding: 1.25rem; display: flex; flex-direction: column; flex: 1; }
.product-name { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: var(--noir); margin-bottom: 0.375rem; }
.product-desc { font-size: 0.85rem; color: var(--gray-600); margin-bottom: 0.75rem; line-height: 1.6; }
.product-colors { margin-bottom: 0.5rem; display: flex; flex-direction: column; gap: 0.25rem; }
.product-colors:empty { min-height: 72px; }
.color-label { font-size: 0.8rem; font-weight: 600; color: var(--gray-600); display: block; margin-bottom: 0; }
.color-swatches { display: flex; align-items: center; gap: 0.35rem; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; padding-bottom: 0.15rem; scrollbar-width: none; -ms-overflow-style: none; }
.color-swatches::-webkit-scrollbar { display: none; }
.swatch { width: 26px; height: 26px; flex-shrink: 0; border-radius: var(--radius-full); border: 2px solid var(--gray-200); cursor: pointer; transition: all 0.2s; padding: 0; scroll-snap-align: start; }
.swatch-beige { background: #C9B99A; }
.swatch-mauve { background: #9B8EC0; }
.swatch-jaune { background: #D4C31F; }
.swatch-bleu-roi { background: #1E3A8A; }
.swatch-rose-fuchsia { background: #EC4899; }
.swatch-taupe { background: #A58B74; }
.swatch-noir { background: #2F2A2A; }
.swatch-rose-poudre { background: #E9B7C7; }
.swatch-marron { background: #8B5A2B; }
.swatch-gris { background: #8C8C8C; }
.swatch-vert { background: #4F7D4A; }
.swatch.active, .swatch:hover { border-color: var(--noir); transform: scale(1.1); box-shadow: var(--shadow); }
.color-name { display: inline-block; margin-top: 0; font-size: 0.78rem; font-weight: 600; color: var(--rose); background: var(--rose-bg); padding: 0.12rem 0.45rem; border-radius: var(--radius-full); width: fit-content; }
.product-price { margin-bottom: 0.75rem; }
.current-price { font-size: 1.5rem; font-weight: 800; color: var(--rose); }
.btn-product { width: 100%; margin-top: auto; }
.btn-product-secondary { background: var(--rose-bg); color: var(--rose-dark); border: 1px solid var(--rose-light); }
.btn-product-secondary:hover { background: var(--white); color: var(--rose); box-shadow: var(--shadow-sm); }

/* Story */
.story-section { background: var(--rose-bg); }
.story-grid { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 768px) { .story-grid { grid-template-columns: 1fr 1fr; } }
.story-image img { width: 100%; border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); }
.story-logo-img { object-fit: contain; background: var(--white); padding: 1.5rem; max-height: 420px; }
.story-text { color: var(--gray-600); margin-bottom: 1rem; line-height: 1.7; }
.story-values { display: flex; gap: 2rem; margin-top: 1.5rem; }
.value-item { display: flex; align-items: center; gap: 0.5rem; font-weight: 600; color: var(--rose); }
.value-item svg { width: 20px; height: 20px; }

/* Steps */
.steps-section { background: var(--white); }
.steps-grid { display: flex; flex-direction: column; gap: 1rem; align-items: center; }
@media (min-width: 768px) { .steps-grid { flex-direction: row; gap: 0; justify-content: center; } }
.step-card { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 1.5rem; max-width: 280px; }
.step-number { width: 40px; height: 40px; background: var(--rose); color: var(--white); border-radius: var(--radius-full); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1rem; margin-bottom: 0.75rem; }
.step-icon { margin-bottom: 0.75rem; color: var(--rose); }
.step-icon svg { width: 32px; height: 32px; }
.step-card h3 { font-weight: 700; margin-bottom: 0.375rem; font-size: 0.95rem; }
.step-card p { color: var(--gray-600); font-size: 0.8rem; }
.step-connector { display: none; width: 60px; height: 2px; background: var(--rose-light); }
@media (min-width: 768px) { .step-connector { display: block; } }

/* Order Form */
.order-section { background: linear-gradient(180deg, var(--rose-bg) 0%, #fff 100%); }
.delivery-info { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; margin-bottom: 2rem; }
@media (min-width: 768px) { .delivery-info { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.delivery-item { display: flex; align-items: center; gap: 0.5rem; background: var(--white); padding: 0.9rem 1rem; border-radius: var(--radius-lg); font-size: 0.84rem; font-weight: 500; color: var(--gray-700); box-shadow: var(--shadow-sm); border: 1px solid rgba(216,143,162,0.12); min-height: 100%; }
.delivery-item svg { color: var(--rose); flex-shrink: 0; }
.order-form-wrapper { max-width: 720px; margin: 0 auto; }
.order-form { background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, #fff 100%); padding: 1.25rem; border-radius: 1.25rem; box-shadow: 0 20px 40px rgba(216,143,162,0.12); border: 1px solid rgba(216,143,162,0.12); display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 768px) { .order-form { padding: 1.75rem; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 1rem; } }
.order-form > .form-group { margin-bottom: 0; }
.order-form > button[type="submit"] { grid-column: 1 / -1; margin-top: 0.25rem !important; }
.order-cta-note { grid-column: 1 / -1; text-align: center; font-size: 0.82rem; color: var(--gray-500); margin-top: -0.25rem; }
.order-form > .form-group:nth-of-type(5),
.order-form > .form-group:nth-of-type(8) { grid-column: 1 / -1; }
.form-group { display: flex; flex-direction: column; gap: 0.35rem; }
.form-group label { display: block; font-weight: 700; font-size: 0.82rem; color: var(--gray-700); letter-spacing: 0.01em; }
.qty-hint { font-weight: 500; color: var(--gray-500); font-size: 0.72rem; }
.form-group input, .form-group select { width: 100%; min-height: 48px; padding: 0.82rem 1rem; border: 1.5px solid var(--gray-300); border-radius: 0.85rem; font-size: 0.95rem; font-family: 'Montserrat', sans-serif; transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s, background-color 0.2s; background: var(--white); color: var(--gray-800); }
.form-group input:hover, .form-group select:hover { border-color: var(--gray-400); }
.form-group input:focus, .form-group select:focus { outline: none; border-color: var(--rose); box-shadow: 0 0 0 4px rgba(216,143,162,0.12); transform: translateY(-1px); }
.form-group input::placeholder { color: var(--gray-400); }
.form-group input:disabled, .form-group select:disabled { background: var(--gray-100); color: var(--gray-500); cursor: not-allowed; }
.form-group input.error, .form-group select.error { border-color: #ef4444; background: #fff7f7; }
.form-error { color: #ef4444; font-size: 0.75rem; min-height: 1rem; display: none; }
.form-group input.error + .form-error, .form-group select.error + .form-error { display: block; }
.shipping-summary { margin-top: 0.2rem; padding: 0.85rem 1rem; border-radius: 0.85rem; background: linear-gradient(180deg, var(--rose-bg), #fff); color: var(--gray-700); font-size: 0.85rem; line-height: 1.5; border: 1px dashed rgba(216,143,162,0.35); }
.quantity-selector { display: flex; align-items: center; border: 1.5px solid var(--gray-300); border-radius: 0.85rem; overflow: hidden; width: 100%; max-width: 260px; background: var(--white); }
.quantity-btn { width: 46px; height: 46px; border: none; background: var(--gray-100); font-size: 1.25rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s, color 0.2s; font-family: 'Montserrat', sans-serif; color: var(--gray-700); }
.quantity-btn:hover { background: var(--gray-200); color: var(--noir); }
.quantity-value { flex: 1; height: 46px; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 700; border-left: 1.5px solid var(--gray-300); border-right: 1.5px solid var(--gray-300); }

/* Reviews */
.reviews-section { background: var(--white); }
.reviews-grid { display: grid; gap: 1.25rem; }
@media (min-width: 768px) { .reviews-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .reviews-grid { grid-template-columns: repeat(3, 1fr); } }
.review-card { background: var(--rose-bg); padding: 1.5rem; border-radius: var(--radius-lg); border: 1px solid var(--rose-light); }
.review-hidden { display: none; }
.review-hidden.visible { display: block; }
.review-stars { color: #fbbf24; font-size: 1rem; margin-bottom: 0.5rem; }
.review-text { font-size: 0.9rem; color: var(--gray-600); margin-bottom: 0.75rem; line-height: 1.7; font-style: italic; }
.review-author { font-weight: 700; font-size: 0.85rem; color: var(--noir); }
.review-verify { color: var(--rose); font-size: 0.75rem; margin-top: 0.25rem; }
.reviews-more { text-align: center; margin-top: 2rem; display: none; }
.reviews-more.visible { display: block; }

/* FAQ */
.faq-section { background: var(--rose-bg); }
.faq-list { max-width: 700px; margin: 0 auto; }
.faq-item { border: 1px solid var(--rose-light); border-radius: var(--radius); margin-bottom: 0.75rem; overflow: hidden; background: var(--white); }
.faq-question { width: 100%; padding: 1rem 1.25rem; display: flex; justify-content: space-between; align-items: center; background: var(--white); border: none; cursor: pointer; font-weight: 600; font-size: 0.95rem; text-align: left; font-family: 'Montserrat', sans-serif; color: var(--noir); }
.faq-question:hover { background: var(--rose-bg); }
.faq-icon { transition: transform 0.3s; color: var(--rose); display: flex; align-items: center; }
.faq-item.active .faq-icon { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-answer-inner { padding: 0 1.25rem 1rem; color: var(--gray-600); line-height: 1.7; font-size: 0.9rem; }
.faq-item.active .faq-answer { max-height: 300px; }

section { scroll-margin-top: 5.5rem; }

/* Final CTA */
.final-cta { background: linear-gradient(135deg, var(--rose) 0%, var(--rose-dark) 100%); color: var(--white); text-align: center; padding: 4rem 0; }
.final-cta h2 { font-family: 'Playfair Display', serif; font-size: 1.75rem; font-weight: 700; margin-bottom: 0.75rem; }
@media (min-width: 768px) { .final-cta h2 { font-size: 2.25rem; } }
.final-cta p { opacity: 0.9; margin-bottom: 1.5rem; font-size: 1rem; }

/* Render performance */
.catalogue-section,
.story-section,
.steps-section,
.order-section,
.reviews-section,
.faq-section,
.final-cta,
.footer {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

/* Footer */
.footer { background: var(--noir); color: var(--gray-400); padding: 3rem 0 1rem; }
.footer-grid { display: grid; gap: 2rem; margin-bottom: 2rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr; } }
.footer h4 { color: var(--white); font-weight: 600; margin-bottom: 0.75rem; font-family: 'Playfair Display', serif; }
.footer-intro { margin-bottom: 1rem; }
.footer a { color: var(--gray-400); text-decoration: none; transition: color 0.2s; }
.footer a:hover { color: var(--rose-light); }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.5rem; font-size: 0.9rem; }
.footer-social { display: flex; gap: 0.75rem; margin-top: 1rem; }
.footer-social a { width: 40px; height: 40px; background: rgba(255,255,255,0.08); border-radius: var(--radius-full); display: flex; align-items: center; justify-content: center; color: var(--gray-400); transition: all 0.2s; }
.footer-social a:hover { background: var(--rose); color: var(--white); }
.footer-social a svg { width: 18px; height: 18px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.5rem; text-align: center; font-size: 0.8rem; }

/* Social Float - Decale au-dessus de la sticky bar sur mobile */
.social-float { position: fixed; bottom: 5rem; right: 1.5rem; z-index: 999; }
@media (min-width: 768px) { .social-float { bottom: 1.5rem; } }
.social-popup { position: absolute; bottom: 70px; right: 0; display: flex; flex-direction: column; gap: 0.5rem; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s ease; pointer-events: none; }
.social-popup.open { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.social-link { display: flex; align-items: center; gap: 0.5rem; padding: 0.625rem 1rem; border-radius: var(--radius); color: var(--white); text-decoration: none; font-weight: 600; font-size: 0.85rem; white-space: nowrap; transition: transform 0.2s, box-shadow 0.2s; box-shadow: var(--shadow-md); }
.social-link:hover { transform: translateX(-4px); box-shadow: var(--shadow-lg); }
.social-whatsapp { background: #25d366; }
.social-instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.social-facebook { background: #1877f2; }
.social-toggle { position: relative; width: 60px; height: 60px; background: #25d366; border: none; border-radius: var(--radius-full); color: var(--white); cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-lg); transition: transform 0.2s; animation: wa-pulse 2s infinite; }
.social-toggle:hover { transform: scale(1.1); }
@keyframes wa-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0.4); } 50% { box-shadow: 0 0 0 12px rgba(37,211,102,0); } }

/* Sticky Bar */
.sticky-bar { position: fixed; bottom: 0; left: 0; right: 0; background: var(--white); border-top: 1px solid var(--gray-200); padding: 0.75rem 1rem; display: flex; gap: 0.75rem; z-index: 998; box-shadow: 0 -2px 10px rgba(0,0,0,0.08); }
@media (min-width: 768px) { .sticky-bar { display: none; } }
.sticky-bar .btn { flex: 1; font-size: 0.85rem; padding: 0.625rem; }
.sticky-bar .btn-whatsapp { flex: 0 0 auto; width: 48px; padding: 0.625rem; }
.sticky-bar .btn-whatsapp svg { width: 20px; height: 20px; }

/* Back to top */
.back-to-top { position: fixed; bottom: 5rem; left: 1.5rem; z-index: 999; width: 44px; height: 44px; background: var(--noir); color: var(--white); border: none; border-radius: var(--radius-full); cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s ease; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--rose); transform: translateY(-2px); }
@media (min-width: 768px) { .back-to-top { bottom: 2rem; left: 2rem; } }

/* Consent Banner */
.consent-banner { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 1200; display: flex; justify-content: center; }
.consent-banner[hidden] { display: none; }
.consent-banner-inner { width: min(100%, 920px); display: flex; gap: 1rem; align-items: center; justify-content: space-between; background: rgba(255,255,255,0.98); color: var(--gray-800); border: 1px solid rgba(216,143,162,0.18); border-radius: 1rem; box-shadow: var(--shadow-xl); padding: 1rem 1.1rem; backdrop-filter: blur(14px); }
.consent-banner-inner p { margin-top: 0.25rem; font-size: 0.9rem; color: var(--gray-600); max-width: 52rem; }
.consent-banner-actions { display: flex; gap: 0.75rem; flex-shrink: 0; flex-wrap: wrap; }

/* Image Modal */
.image-modal { position: fixed; inset: 0; z-index: 2000; background: rgba(0,0,0,0.9); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all 0.3s ease; cursor: zoom-out; padding: 1rem; }
.image-modal.open { opacity: 1; visibility: visible; }
.modal-close { position: absolute; top: 1rem; right: 1rem; background: rgba(255,255,255,0.15); border: none; color: var(--white); width: 44px; height: 44px; border-radius: var(--radius-full); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; z-index: 10; }
.modal-close:hover { background: rgba(255,255,255,0.3); }
.modal-img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: var(--radius); transform: scale(0.9); transition: transform 0.3s ease; }
.image-modal.open .modal-img { transform: scale(1); }

/* Order Success */
.order-success { text-align: center; padding: 3rem 1rem; }
.order-success-icon { font-size: 3rem; margin-bottom: 1rem; }
.order-success-title { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--noir); margin-bottom: 0.5rem; }
.order-success-text { color: var(--gray-500); margin-bottom: 1.5rem; }
.order-success-cta { margin-top: 0.5rem; }

.fb-noscript { display: none; }

/* Scroll Reveal */
.js .scroll-reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.js .scroll-reveal.revealed { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .js .scroll-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Toast Notifications */
.toast { position: fixed; top: 1.5rem; right: 1.5rem; z-index: 3000; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-xl); padding: 1rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; transform: translateX(120%); transition: transform 0.3s ease; max-width: 350px; border-left: 4px solid var(--rose); }
.toast.show { transform: translateX(0); }
.toast-success { border-left-color: #10b981; }
.toast-error { border-left-color: #ef4444; }
.toast-info { border-left-color: #3b82f6; }
.toast-content { display: flex; align-items: center; gap: 0.75rem; }
.toast-icon { font-size: 1.25rem; }
.toast-message { font-size: 0.9rem; color: var(--gray-700); font-weight: 500; }
.toast-close { background: none; border: none; font-size: 1.25rem; color: var(--gray-400); cursor: pointer; padding: 0; line-height: 1; }
.toast-close:hover { color: var(--gray-600); }

/* Animated Counters */
.counters-section { background: var(--white); padding: 3rem 0; }
.counters-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; text-align: center; }
.counter-item { padding: 1.5rem; }
.counter-number { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 700; color: var(--rose); margin-bottom: 0.5rem; line-height: 1; }
.counter-label { font-size: 0.85rem; color: var(--gray-600); font-weight: 500; }
@media (min-width: 768px) { .counter-number { font-size: 3.5rem; } }

/* Micro-interactions */
.ripple-effect { position: relative; overflow: hidden; }
.ripple-effect::after { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; background: rgba(255,255,255,0.3); border-radius: 50%; transform: translate(-50%, -50%); transition: width 0.6s, height 0.6s; }
.ripple-effect:active::after { width: 300px; height: 300px; }

.glow-hover { transition: box-shadow 0.3s ease; }
.glow-hover:hover { box-shadow: 0 0 20px rgba(216,143,162,0.4); }

/* Magnetic Button */
.magnetic-btn { position: relative; transition: transform 0.2s ease; }
.magnetic-btn:hover { transform: scale(1.05); }

/* Parallax Hero */
.parallax-hero { background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; }

/* Blur-up Lazy Load */
.blur-load { filter: blur(10px); transition: filter 0.5s; }
.blur-load.loaded { filter: blur(0); }

/* Product Pages */
.product-page { background: var(--white); }
.product-page-hero { padding: 7rem 0 3rem; background: linear-gradient(180deg, var(--rose-bg) 0%, #fff 100%); }
@media (min-width: 768px) { .product-page-hero { padding-top: 8rem; } }
.product-page-hero-content { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 992px) { .product-page-hero-content { grid-template-columns: 1.05fr 0.95fr; } }
.product-page-title { font-family: 'Playfair Display', serif; font-size: 2.25rem; line-height: 1.12; color: var(--noir); margin-bottom: 0.75rem; }
@media (min-width: 768px) { .product-page-title { font-size: 3rem; } }
.product-page-lead { color: var(--gray-600); line-height: 1.75; }
.product-page-badges { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1rem 0 1.25rem; }
.product-page-badge { display: inline-flex; align-items: center; padding: 0.35rem 0.75rem; border-radius: var(--radius-full); background: var(--rose-bg); color: var(--rose-dark); font-size: 0.8rem; font-weight: 700; }
.product-page-meta { list-style: none; display: grid; gap: 0.75rem; margin: 1rem 0 1.25rem; }
.product-page-meta li { background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 0.9rem 1rem; color: var(--gray-700); }
.product-page-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.75rem; margin: 1rem 0 1.25rem; }
.product-page-price .current-price { font-size: 2rem; }
.product-page-support { color: var(--gray-500); font-size: 0.88rem; }
.product-page-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.25rem; }
.product-page-actions .btn { flex: 1 1 220px; }
.product-page-note { margin-top: 0.75rem; color: var(--gray-500); font-size: 0.85rem; }
.product-page-gallery { background: var(--white); border-radius: var(--radius-xl); padding: 1rem; box-shadow: var(--shadow-lg); }
.product-page-gallery .product-thumbs { justify-content: flex-start; }
.product-page-section { padding: 4rem 0; }
.product-page-section.alt { background: var(--rose-bg); }
.product-page-grid { display: grid; gap: 1.25rem; }
@media (min-width: 768px) { .product-page-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.product-page-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-xl); padding: 1.25rem; box-shadow: var(--shadow-sm); }
.product-page-card h3 { font-family: 'Playfair Display', serif; font-size: 1.15rem; color: var(--noir); margin-bottom: 0.5rem; }
.product-page-card p { color: var(--gray-600); font-size: 0.9rem; line-height: 1.7; }

/* Homepage product actions */
.product-card-actions { display: flex; flex-direction: column; gap: 0.65rem; margin-top: auto; }

/* Confetti */
.confetti-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 4000; overflow: hidden; }
.confetti { position: absolute; width: 10px; height: 10px; background: var(--rose); opacity: 0; }
@keyframes confetti-fall { 0% { transform: translateY(-100vh) rotate(0deg); opacity: 1; } 100% { transform: translateY(100vh) rotate(720deg); opacity: 0; } }

/* Mobile adjustments */
@media (max-width: 767px) {
  body { padding-bottom: calc(5rem + env(safe-area-inset-bottom)); }
  .hero-ctas .btn-whatsapp { order: -1; }
  .hero-title { font-size: 2rem; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { width: 100%; }
  section { padding: 3rem 0; }
  .section-title { font-size: 1.5rem; }
  .order-form { padding: 1.25rem; }
  .products-grid { gap: 1.25rem; }
  .product-info { padding: 1rem; }
  .product-thumbs { min-height: 80px; padding: 0.65rem; }
  .thumb { width: 56px; height: 56px; }
  .product-colors { margin-bottom: 0.4rem; }
  .swatch { width: 32px; height: 32px; }
  .sticky-bar { padding-bottom: calc(0.75rem + env(safe-area-inset-bottom)); }
  .social-float { bottom: calc(5rem + env(safe-area-inset-bottom)); }
  .back-to-top { bottom: calc(5rem + env(safe-area-inset-bottom)); }
  .toast { right: 1rem; left: 1rem; max-width: none; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 1.75rem; }
  .hero-subtitle { font-size: 0.95rem; }
  .hero-kicker { font-size: 0.75rem; }
  .trust-grid,
  .delivery-info,
  .counters-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .counter-item,
  .delivery-item,
  .trust-item {
    padding: 1rem;
  }
  .counters-section { padding: 2.25rem 0; }
  .social-float { right: 1rem; }
  .back-to-top { left: 1rem; }
  .sticky-bar { gap: 0.5rem; padding: 0.65rem 0.75rem calc(0.65rem + env(safe-area-inset-bottom)); }
  .consent-banner { left: 0.75rem; right: 0.75rem; bottom: 0.75rem; }
  .consent-banner-inner { flex-direction: column; align-items: stretch; }
  .consent-banner-actions .btn { width: 100%; }
}
