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

:root {
  --blush: #FFF0F3; --blush-mid: #FFE0E8; --pink: #E8547A; --pink-dark: #C73B62;
  --pink-pale: #FFDCE5; --rose: #F4A0B5; --mauve: #C47F9A; --lilac: #EDE0F0;
  --lavender: #C9A8D8; --plum: #5C3260; --cream: #FEF8FA; --warm: #FDF4F7;
  --charcoal: #2E1F28; --muted: #8A6A76; --gold: #D4A0B0;
}

html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--cream); color: var(--charcoal); overflow-x: hidden; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 3rem; background: rgba(254,248,250,0.93); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(232,84,122,0.12); }
.nav-logo { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 1.4rem; color: var(--pink); letter-spacing: -0.01em; }
.nav-logo span { color: var(--lavender); }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { text-decoration: none; font-size: 0.82rem; font-weight: 500; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--pink); }
.nav-cta { background: var(--pink); color: white; padding: 0.6rem 1.4rem; border-radius: 100px; font-size: 0.82rem; font-weight: 600; text-decoration: none; cursor: pointer; border: none; font-family: inherit; transition: background 0.2s, transform 0.15s; display: flex; align-items: center; gap: 0.4rem; }
.nav-cta:hover { background: var(--pink-dark); transform: translateY(-1px); }

/* HERO */
.hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 78px; background: var(--blush); position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -180px; right: -180px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(232,84,122,0.1) 0%, transparent 70%); pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: -120px; left: -80px; width: 450px; height: 450px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,216,0.15) 0%, transparent 70%); pointer-events: none; }
.hero-dots { position: absolute; top: 140px; left: 60px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; opacity: 0.18; pointer-events: none; }
.hero-dots span { width: 5px; height: 5px; border-radius: 50%; background: var(--pink); display: block; }
.hero-text { display: flex; flex-direction: column; justify-content: center; padding: 5rem 4rem 5rem 5rem; position: relative; z-index: 2; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--pink-pale); color: var(--pink); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.45rem 1.1rem; border-radius: 100px; margin-bottom: 2rem; width: fit-content; border: 1px solid rgba(232,84,122,0.2); }
.hero-title { font-family: 'Playfair Display', serif; font-size: 4.6rem; font-weight: 800; line-height: 1.0; letter-spacing: -0.02em; color: var(--plum); margin-bottom: 1.5rem; }
.hero-title .accent { color: var(--pink); }
.hero-title .stroke { display: block; -webkit-text-stroke: 2px var(--pink); color: transparent; }
.hero-sub { font-size: 1rem; line-height: 1.75; color: var(--muted); max-width: 420px; margin-bottom: 2.5rem; font-weight: 300; }
.hero-sub strong { color: var(--charcoal); font-weight: 600; }
.hero-actions { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.btn-primary { background: var(--pink); color: white; padding: 1rem 2rem; border-radius: 100px; font-size: 0.9rem; font-weight: 600; text-decoration: none; cursor: pointer; border: none; font-family: inherit; transition: all 0.25s; display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-primary:hover { background: var(--pink-dark); transform: translateY(-2px); box-shadow: 0 14px 32px rgba(232,84,122,0.35); }
.btn-outline-pink { color: var(--pink); font-size: 0.88rem; font-weight: 500; text-decoration: none; display: flex; align-items: center; gap: 0.4rem; transition: gap 0.2s; }
.btn-outline-pink:hover { gap: 0.7rem; }
.btn-outline-pink::after { content: '→'; }
.hero-stats { display: flex; gap: 2.5rem; margin-top: 3.5rem; padding-top: 2.5rem; border-top: 1px solid rgba(232,84,122,0.12); }
.stat-num { font-family: 'Playfair Display', serif; font-size: 1.9rem; font-weight: 800; color: var(--pink); line-height: 1; }
.stat-label { font-size: 0.72rem; color: var(--muted); margin-top: 0.3rem; text-transform: uppercase; letter-spacing: 0.06em; }
.hero-visual { position: relative; overflow: hidden; background: var(--pink); }
.hero-img-main { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; opacity: 0.93; }
.hero-overlay-tag { position: absolute; bottom: 3rem; left: 2rem; background: rgba(254,248,250,0.96); border-radius: 20px; padding: 1.2rem 1.5rem; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border: 1px solid rgba(232,84,122,0.2); max-width: 260px; }
.overlay-product { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.05rem; color: var(--plum); }
.overlay-color { font-size: 0.8rem; color: var(--pink); margin-top: 0.25rem; display: flex; align-items: center; gap: 0.4rem; }
.color-dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; border: 1px solid rgba(0,0,0,0.1); }
.overlay-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-top: 0.6rem; }

/* BRAND STRIP */
.brand-strip { background: var(--plum); padding: 1.1rem 3rem; display: flex; align-items: center; justify-content: center; gap: 4rem; overflow: hidden; }
.strip-item { display: flex; align-items: center; gap: 0.6rem; color: rgba(255,255,255,0.65); font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500; white-space: nowrap; }
.strip-item svg { opacity: 0.5; flex-shrink: 0; }

/* SECTION SHARED */
section { padding: 7rem 5rem; }
.section-label { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--pink); font-weight: 600; margin-bottom: 0.8rem; }
.section-title { font-family: 'Playfair Display', serif; font-size: 2.8rem; font-weight: 800; line-height: 1.1; letter-spacing: -0.01em; color: var(--plum); }

/* COLLECTION */
.collection { background: var(--warm); }
.collection-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 4rem; }
.collection-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: auto auto; gap: 1.4rem; }
.product-card { border-radius: 24px; overflow: hidden; background: var(--blush); position: relative; cursor: pointer; transition: transform 0.3s, box-shadow 0.3s; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(232,84,122,0.15); }
.product-card.tall { grid-row: span 2; }
.product-img { width: 100%; object-fit: cover; display: block; transition: transform 0.5s; }
.product-card.tall .product-img { height: 720px; }
.product-card:not(.tall) .product-img { height: 340px; }
.product-card:hover .product-img { transform: scale(1.04); }
.product-info { padding: 1.2rem 1.5rem 1.5rem; background: white; }
.product-name { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.05rem; color: var(--plum); }
.product-type { font-size: 0.76rem; color: var(--muted); margin-top: 0.2rem; }
.product-tag { position: absolute; top: 1rem; left: 1rem; background: var(--pink); color: white; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.35rem 0.85rem; border-radius: 100px; }
.product-tag.new { background: var(--lavender); color: var(--plum); }

/* FEATURES */
.features { background: var(--plum); color: white; }
.features .section-title { color: white; }
.features .section-label { color: var(--rose); }
.features-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.8rem; margin-top: 4rem; }
.feature-card { padding: 2rem; border-radius: 20px; border: 1px solid rgba(255,255,255,0.1); transition: border-color 0.3s, background 0.3s; }
.feature-card:hover { border-color: rgba(244,160,181,0.4); background: rgba(255,255,255,0.04); }
.feature-icon { width: 50px; height: 50px; border-radius: 14px; background: rgba(244,160,181,0.18); display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; font-size: 1.5rem; }
.feature-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1rem; margin-bottom: 0.6rem; }
.feature-desc { font-size: 0.87rem; color: rgba(255,255,255,0.55); line-height: 1.65; font-weight: 300; }

/* SPOTLIGHT SHARED */
.spotlight { display: grid; grid-template-columns: 1fr 1fr; padding: 0; min-height: 70vh; }
.spotlight-visual { position: relative; overflow: hidden; }
.spotlight-visual img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.spotlight-text { display: flex; flex-direction: column; justify-content: center; padding: 6rem 5rem; }
.spotlight-label { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; margin-bottom: 0.8rem; }
.spotlight-title { font-family: 'Playfair Display', serif; font-size: 3.2rem; font-weight: 800; line-height: 1.05; margin-bottom: 1.5rem; }
.spotlight-title em { font-style: italic; color: var(--pink); }
.spotlight-desc { font-size: 0.98rem; line-height: 1.75; font-weight: 300; margin-bottom: 2.5rem; }
/* Blush style (Maiza) */
.spotlight.blush { background: var(--blush-mid); }
.spotlight.blush .spotlight-label { color: var(--pink); }
.spotlight.blush .spotlight-title { color: var(--plum); font-size: 3.4rem; }
.spotlight.blush .spotlight-desc { color: var(--muted); }
/* Pink style (Camillie) */
.spotlight.pink { background: var(--pink); }
.spotlight.pink .spotlight-text { color: white; }
.spotlight.pink .spotlight-label { color: rgba(255,255,255,0.7); }
.spotlight.pink .spotlight-title { color: white; }
.spotlight.pink .spotlight-desc { color: rgba(255,255,255,0.7); }
/* Lilac style (Davira) */
.spotlight.lilac { background: var(--lilac); }
.spotlight.lilac .spotlight-label { color: var(--lavender); }
.spotlight.lilac .spotlight-title { color: var(--plum); }
.spotlight.lilac .spotlight-desc { color: var(--muted); }

.colors-row { display: flex; gap: 0.6rem; margin-bottom: 2.5rem; align-items: center; }
.color-swatch { width: 28px; height: 28px; border-radius: 50%; border: 2px solid rgba(0,0,0,0.08); cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; }
.color-swatch:hover { transform: scale(1.25); box-shadow: 0 4px 14px rgba(232,84,122,0.25); }
.colors-label-text { font-size: 0.74rem; color: var(--muted); margin-left: 0.4rem; }
.colors-heading { font-size: 0.72rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.8rem; font-weight: 600; }

.checklist { display: flex; flex-direction: column; gap: 0.8rem; margin-bottom: 2.5rem; }
.checklist-item { display: flex; align-items: center; gap: 0.8rem; font-size: 0.9rem; color: rgba(255,255,255,0.85); }
.checklist-check { width: 22px; height: 22px; border-radius: 50%; background: white; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 0.65rem; color: var(--pink); font-weight: 700; }
.btn-white-pink { background: white; color: var(--pink); padding: 1rem 2.2rem; border-radius: 100px; font-size: 0.92rem; font-weight: 700; text-decoration: none; cursor: pointer; border: none; font-family: inherit; transition: all 0.25s; display: inline-flex; align-items: center; gap: 0.5rem; width: fit-content; }
.btn-white-pink:hover { background: var(--blush); transform: translateY(-2px); box-shadow: 0 14px 32px rgba(255,255,255,0.3); }
.davira-tag { display: inline-flex; align-items: center; gap: 0.5rem; background: white; color: var(--mauve); font-size: 0.8rem; font-weight: 500; padding: 0.5rem 1.1rem; border-radius: 100px; margin-bottom: 2rem; width: fit-content; border: 1px solid rgba(196,127,154,0.25); }

/* TESTIMONIALS */
.testimonials { background: var(--cream); }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; margin-top: 4rem; }
.testi-card { background: var(--blush); border-radius: 24px; padding: 2rem; border: 1px solid rgba(232,84,122,0.1); transition: border-color 0.3s, transform 0.3s; }
.testi-card:hover { border-color: rgba(232,84,122,0.25); transform: translateY(-4px); }
.stars { color: var(--pink); font-size: 0.9rem; margin-bottom: 1rem; letter-spacing: 0.05em; }
.testi-text { font-size: 0.92rem; line-height: 1.72; color: var(--charcoal); font-style: italic; margin-bottom: 1.5rem; font-weight: 300; }
.testi-author { display: flex; align-items: center; gap: 0.8rem; }
.author-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--pink-pale); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 0.9rem; color: var(--pink); border: 2px solid rgba(232,84,122,0.15); }
.author-name { font-weight: 600; font-size: 0.88rem; color: var(--plum); }
.author-loc { font-size: 0.74rem; color: var(--muted); margin-top: 0.15rem; }

/* FAQ */
.faq-section { background: var(--blush-mid); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 4rem; }
.faq-item { background: white; border-radius: 18px; border: 1px solid rgba(232,84,122,0.1); overflow: hidden; cursor: pointer; transition: border-color 0.25s, box-shadow 0.25s; }
.faq-item:hover { border-color: rgba(232,84,122,0.25); box-shadow: 0 4px 20px rgba(232,84,122,0.08); }
.faq-item.open { border-color: rgba(232,84,122,0.3); }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 1.4rem 1.6rem; gap: 1rem; }
.faq-q-text { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 0.95rem; color: var(--plum); line-height: 1.4; }
.faq-icon { width: 28px; height: 28px; border-radius: 50%; background: var(--pink-pale); color: var(--pink); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.1rem; font-weight: 300; transition: transform 0.3s, background 0.3s; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--pink); color: white; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; padding: 0 1.6rem; }
.faq-item.open .faq-a { max-height: 300px; padding-bottom: 1.4rem; }
.faq-a p { font-size: 0.9rem; color: var(--muted); line-height: 1.75; font-weight: 300; }
.faq-wa { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 0.8rem; color: var(--pink); font-size: 0.85rem; font-weight: 500; text-decoration: none; cursor: pointer; border: none; background: none; font-family: inherit; }
.faq-wa:hover { text-decoration: underline; }

/* CTA FINAL */
.cta-final { background: var(--plum); text-align: center; padding: 8rem 5rem; position: relative; overflow: hidden; }
.cta-final::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(232,84,122,0.1) 0%, transparent 70%); pointer-events: none; }
.cta-final::after { content: '♡ ♡ ♡'; position: absolute; top: 3rem; left: 50%; transform: translateX(-50%); font-size: 1.2rem; color: rgba(255,255,255,0.08); letter-spacing: 2rem; pointer-events: none; }
.cta-label { font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--rose); font-weight: 600; margin-bottom: 1rem; }
.cta-title { font-family: 'Playfair Display', serif; font-size: 3.8rem; font-weight: 800; color: white; margin-bottom: 1.5rem; line-height: 1.1; }
.cta-title em { font-style: italic; color: var(--rose); }
.cta-sub { font-size: 1rem; color: rgba(255,255,255,0.5); max-width: 500px; margin: 0 auto 3rem; line-height: 1.72; font-weight: 300; }
.cta-buttons { display: flex; justify-content: center; gap: 1.2rem; flex-wrap: wrap; }
.btn-white { background: white; color: var(--pink); padding: 1rem 2.2rem; border-radius: 100px; font-size: 0.92rem; font-weight: 700; text-decoration: none; cursor: pointer; border: none; font-family: inherit; transition: all 0.25s; }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(255,255,255,0.2); }
.btn-ghost { background: transparent; color: rgba(255,255,255,0.65); padding: 1rem 2.2rem; border-radius: 100px; font-size: 0.92rem; font-weight: 500; text-decoration: none; border: 1px solid rgba(255,255,255,0.2); transition: all 0.25s; }
.btn-ghost:hover { color: white; border-color: rgba(255,255,255,0.5); }

/* FOOTER */
footer { background: var(--charcoal); padding: 3rem 5rem; display: flex; justify-content: space-between; align-items: center; }
.footer-logo { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 1.2rem; color: var(--rose); }
.footer-tagline { font-size: 0.78rem; color: rgba(255,255,255,0.35); margin-top: 0.3rem; }
.footer-right { font-size: 0.76rem; color: rgba(255,255,255,0.3); text-align: right; }
.footer-sosmed { margin-top: 0.3rem; }
.footer-sosmed a { color: rgba(255,255,255,0.4); text-decoration: none; margin-left: 0.5rem; transition: color 0.2s; }
.footer-sosmed a:hover { color: var(--rose); }

/* WA FLOAT */
.wa-float { position: fixed; bottom: 2rem; right: 2rem; z-index: 200; background: #25D366; color: white; display: flex; align-items: center; gap: 0.6rem; padding: 0.9rem 1.4rem; border-radius: 100px; text-decoration: none; cursor: pointer; border: none; font-family: inherit; font-weight: 600; font-size: 0.86rem; box-shadow: 0 8px 30px rgba(37,211,102,0.4); transition: transform 0.25s, box-shadow 0.25s; animation: fadeUp 1s ease both; animation-delay: 1s; }
.wa-float:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(37,211,102,0.5); }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slideInRight { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } }
.hero-badge { animation: fadeUp 0.6s ease both; animation-delay: 0.1s; }
.hero-title { animation: fadeUp 0.6s ease both; animation-delay: 0.2s; }
.hero-sub { animation: fadeUp 0.6s ease both; animation-delay: 0.3s; }
.hero-actions { animation: fadeUp 0.6s ease both; animation-delay: 0.4s; }
.hero-stats { animation: fadeUp 0.6s ease both; animation-delay: 0.5s; }
.hero-visual { animation: slideInRight 0.8s ease both; animation-delay: 0.2s; }

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--pink); border-radius: 3px; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .features-grid { grid-template-columns: repeat(2,1fr); }
  .collection-grid { grid-template-columns: 1fr 1fr; }
  .product-card.tall { grid-row: span 1; }
  .product-card.tall .product-img { height: 340px; }
  nav { padding: 1rem 2rem; }
  section { padding: 5rem 3rem; }
}

@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-text { padding: 3rem 2rem; }
  .hero-title { font-size: 2.8rem; }
  .hero-visual { min-height: 50vh; }
  .hero-stats { gap: 1.5rem; flex-wrap: wrap; }
  .nav-links { display: none; }
  nav { padding: 1rem 1.5rem; }
  section { padding: 4rem 1.5rem; }
  .collection-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .spotlight { grid-template-columns: 1fr; }
  .spotlight-visual { min-height: 50vh; }
  .spotlight-text { padding: 3rem 2rem; }
  .spotlight-title { font-size: 2.4rem; }
  .testi-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .brand-strip { gap: 2rem; padding: 1rem 1.5rem; flex-wrap: wrap; justify-content: center; }
  .cta-final { padding: 5rem 2rem; }
  .cta-title { font-size: 2.4rem; }
  footer { flex-direction: column; text-align: center; padding: 2rem; gap: 1rem; }
  .footer-right { text-align: center; }
  .spotlight.img-left .spotlight-visual { order: -1; }
}

/* ── MAIZA SPOTLIGHT ── */
.maiza-banner {
  background: var(--blush-mid);
  display: grid; grid-template-columns: 1fr 1fr;
  padding: 0; min-height: 70vh;
}
.maiza-visual { position: relative; overflow: hidden; }
.maiza-img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.maiza-text {
  display: flex; flex-direction: column; justify-content: center;
  padding: 6rem 5rem;
  background: var(--blush-mid);
}
.maiza-label { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--pink); font-weight: 600; margin-bottom: 0.8rem; }
.maiza-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.4rem; font-weight: 800;
  line-height: 1.05; letter-spacing: -0.01em;
  color: var(--plum); margin-bottom: 1.5rem;
}
.maiza-title em { font-style: italic; color: var(--pink); }
.maiza-desc { font-size: 0.98rem; line-height: 1.75; color: var(--muted); font-weight: 300; margin-bottom: 2.5rem; }

/* ── CAMILLIE ── */
.camillie {
  background: var(--pink);
  display: grid; grid-template-columns: 1fr 1fr;
  padding: 0; min-height: 80vh;
}
.camillie-text {
  display: flex; flex-direction: column; justify-content: center;
  padding: 6rem 5rem; color: white;
}
.camillie-label { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.7); font-weight: 600; margin-bottom: 0.8rem; }
.camillie-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem; font-weight: 800;
  line-height: 1.05; margin-bottom: 1.5rem;
}
.camillie-desc { font-size: 0.98rem; line-height: 1.75; color: rgba(255,255,255,0.7); font-weight: 300; margin-bottom: 2.5rem; }
.camillie-features { display: flex; flex-direction: column; gap: 0.8rem; margin-bottom: 2.5rem; }
.cf-item { display: flex; align-items: center; gap: 0.8rem; font-size: 0.9rem; color: rgba(255,255,255,0.85); }
.cf-check {
  width: 22px; height: 22px; border-radius: 50%;
  background: white; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 0.65rem; color: var(--pink); font-weight: 700;
}
.camillie-visual { position: relative; overflow: hidden; }
.camillie-img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }

/* ── DAVIRA ── */
.davira {
  background: var(--lilac);
  display: grid; grid-template-columns: 1fr 1fr;
  padding: 0; min-height: 80vh;
}
.davira-visual { position: relative; overflow: hidden; }
.davira-img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.davira-text {
  display: flex; flex-direction: column; justify-content: center;
  padding: 6rem 5rem;
}
.davira-label { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--lavender); font-weight: 600; margin-bottom: 0.8rem; }
.davira-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem; font-weight: 800;
  line-height: 1.05; color: var(--plum); margin-bottom: 1.5rem;
}
.davira-desc { font-size: 0.98rem; line-height: 1.75; color: var(--muted); font-weight: 300; margin-bottom: 2rem; }

@media (max-width: 768px) {
  .maiza-banner { grid-template-columns: 1fr; min-height: 0; }
  .maiza-text { padding: 3rem 2rem; }
  .camillie { grid-template-columns: 1fr; min-height: 0; }
  .camillie-text { padding: 3rem 2rem; }
  .davira { grid-template-columns: 1fr; min-height: 0; }
  .davira-text { padding: 3rem 2rem; }
  .camillie-visual { order: -1; }
  .maiza-visual { order: -1; }
  .davira-visual { order: -1; }
  .maiza-visual, .camillie-visual, .davira-visual { min-height: 50vh; }
}

/* Utilities & Fixes */
.collection-see-all { color:var(--pink); text-decoration:none; display:flex; align-items:center; gap:0.5rem; font-size:0.88rem; font-weight:500; }
.section-title-max { max-width:520px; }
.spotlight-hidden { display:none; }
.maiza-color-label-style { font-size:0.72rem; color:var(--muted); text-transform:uppercase; letter-spacing:0.08em; margin-bottom:0.8rem; font-weight:600; }
.davira-extra-style { font-size:0.87rem; color:var(--muted); margin-bottom:1.8rem; line-height:1.65; }
.footer-sosmed-wrap { margin-top:0.3rem; }
.overlay-dot-bg { background: #87CEEB; }

.swatch-pastel-mix { background: linear-gradient(135deg,#F4B8D0,#D4B8E0,#B8D4E8); }
.swatch-deep-galaxy { background: linear-gradient(135deg,#2E1F28,#5C3260,#8B5EA0); }
.swatch-dawn-mist { background: linear-gradient(135deg,#F0C8D4,#C8A8D4,#A8C8E0); }
.text-pink { color: var(--pink); }
