@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');

:root {
  --rose-gold: #B76E79;
  --rose-gold-light: #D4A5A5;
  --rose-gold-dark: #9A5A63;
  --blush: #C9A0A8;
  --blush-soft: #E8D0D4;
  --white: #FFFFFF;
  --ivory: #FAF9F6;
  --text: #1a1a1a;
  --text-muted: #6b6560;
  --error: #c0392b;
  --success: #2d6a4f;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--ivory);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(183, 110, 121, 0.07) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  line-height: 1.2;
}

/* ── Skip link ── */
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 200;
  padding: 0.5rem 1rem;
  background: var(--rose-gold);
  color: var(--white);
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.875rem;
}
.skip-link:focus { top: 1rem; }

/* ── Focus ── */
:focus-visible {
  outline: 2px solid var(--rose-gold);
  outline-offset: 3px;
}

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--ivory); }
::-webkit-scrollbar-thumb { background: var(--rose-gold-light); border-radius: 3px; }

/* ── Typography utilities ── */
.font-display { font-family: 'Playfair Display', serif; }
.eyebrow {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose-gold);
}

.section-label {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-gold);
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  color: var(--text);
}

/* ── Brand mark: Glow big, lubna small ── */
.brand-mark {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.hero-logo {
  width: clamp(140px, 28vw, 180px);
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 0 8px 32px rgba(183, 110, 121, 0.15), 0 2px 8px rgba(0, 0, 0, 0.04);
}

.bow-accent {
  position: absolute;
  bottom: -8px;
  right: -12px;
  width: 48px;
  height: 48px;
  pointer-events: none;
  filter: drop-shadow(0 2px 4px rgba(183, 110, 121, 0.2));
}

.brand-wordmark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.brand-glow {
  font-family: 'Great Vibes', cursive;
  font-size: clamp(2.75rem, 7vw, 4rem);
  color: var(--rose-gold);
  letter-spacing: 0.02em;
  font-weight: 400;
}

.brand-by-lubna {
  font-family: 'Great Vibes', cursive;
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  color: var(--rose-gold);
  opacity: 0.9;
  margin-top: -0.1em;
  padding-left: 0.15em;
}

.brand-lubna {
  font-size: 0.85em;
  letter-spacing: 0.04em;
}

.footer-brand {
  align-items: center;
}
.footer-brand .brand-glow {
  font-size: clamp(2rem, 5vw, 2.75rem);
}
.footer-brand .brand-by-lubna {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
}

/* ── Background glow ── */
.bg-glow {
  position: relative;
}
.bg-glow::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 110, 121, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 5rem 0 4rem;
  overflow: hidden;
}

#particle-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 1;
}

/* ── Hero visual (brand card panel) ── */
.hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 360px;
  margin: 0 auto;
}

.hero-visual-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 110, 121, 0.14) 0%, transparent 70%);
  pointer-events: none;
}

.hero-visual-card {
  position: relative;
  z-index: 1;
  padding: 1.25rem;
  background: var(--white);
  border: 1px solid rgba(183, 110, 121, 0.22);
  border-radius: 8px;
  box-shadow: 0 16px 48px rgba(183, 110, 121, 0.12), 0 4px 16px rgba(0, 0, 0, 0.04);
}

.hero-logo-featured {
  width: clamp(200px, 40vw, 280px);
  box-shadow: none;
  margin-bottom: 0;
}

.bow-accent-lg {
  width: 56px;
  height: 56px;
  bottom: -4px;
  right: -8px;
}

.hero-visual-details {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 1.75rem;
  padding: 0 0.5rem;
}

.hero-visual-eyebrow {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose-gold);
  margin-bottom: 0.65rem;
}

.hero-visual-quote {
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  font-style: italic;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 1.25rem;
}

.hero-visual-link {
  font-size: 0.8rem;
}

.hero-tagline {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--text-muted);
  margin-bottom: 1.25rem;
}

.hero-desc {
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  color: var(--text-muted);
  max-width: 520px;
  font-weight: 300;
  margin-bottom: 1.75rem;
}

/* ── Badge ── */
.badge-coming-soon {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.45rem 1.25rem;
  border: 1px solid var(--rose-gold);
  border-radius: 50px;
  color: var(--rose-gold);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(4px);
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
.badge-coming-soon::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(232, 196, 196, 0.45) 50%, transparent 100%);
  animation: shimmer 3s ease-in-out infinite;
}

/* ── Shimmer / foil ── */
.shimmer-gold {
  position: relative;
  overflow: hidden;
}
.shimmer-gold::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(232, 196, 196, 0.4) 50%, transparent 60%);
  animation: shimmer 4s ease-in-out infinite;
}

@keyframes shimmer {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}

/* ── Countdown ── */
.countdown-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  max-width: 400px;
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .countdown-grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 480px;
  }
}

.countdown-unit {
  background: var(--white);
  border: 1px solid rgba(183, 110, 121, 0.3);
  border-radius: 12px;
  padding: 1rem 0.5rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(183, 110, 121, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.countdown-unit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(183, 110, 121, 0.14);
}

.countdown-value {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 600;
  color: var(--rose-gold);
  line-height: 1;
  display: block;
}

.countdown-label {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 0.35rem;
  display: block;
}

.countdown-expired {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  color: var(--rose-gold);
  font-style: italic;
}

/* ── Buttons ── */
.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--rose-gold) 0%, var(--rose-gold-dark) 100%);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(183, 110, 121, 0.35);
}
.btn-gold:active { transform: translateY(0); }
.btn-gold:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.btn-outline-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: transparent;
  color: var(--rose-gold);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 0.75rem 1.5rem;
  border: 1px solid var(--rose-gold);
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.btn-outline-gold:hover {
  background: var(--rose-gold);
  color: var(--white);
  transform: translateY(-2px);
}

/* ── Instagram frame ── */
.instagram-frame {
  background: var(--white);
  border: 1px solid rgba(183, 110, 121, 0.35);
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 12px 40px rgba(183, 110, 121, 0.1);
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
}
.instagram-frame blockquote {
  margin: 0 !important;
  min-width: 0 !important;
  width: 100% !important;
}

.instagram-fallback {
  display: none;
  text-align: center;
  padding: 2.5rem 1.5rem;
}
.instagram-fallback.visible { display: block; }
.instagram-fallback-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  color: var(--rose-gold);
}
.instagram-fallback p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}

/* ── Meet Lubna ── */
.lubna-section {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.lubna-name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  margin-bottom: 0.35rem;
}
.lubna-title {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rose-gold);
  margin-bottom: 1.25rem;
}
.lubna-intro {
  font-size: 1.05rem;
  color: var(--text-muted);
  font-weight: 300;
  line-height: 1.75;
}

.stat-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
.stat-chip {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border: 1px solid var(--blush-soft);
  border-radius: 50px;
  color: var(--text-muted);
  background: var(--white);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.stat-chip:hover {
  color: var(--rose-gold);
  border-color: var(--rose-gold-light);
}

/* ── Waitlist ── */
.waitlist-section {
  position: relative;
  background: var(--white);
  border: 1px solid rgba(183, 110, 121, 0.2);
  border-top: 3px solid var(--rose-gold);
  border-radius: 16px;
  padding: clamp(2rem, 5vw, 3rem);
  max-width: 560px;
  margin: 0 auto;
  box-shadow: 0 8px 32px rgba(183, 110, 121, 0.08);
  text-align: center;
  overflow: hidden;
}
.waitlist-section::before {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60' fill='none'%3E%3Cpath d='M40 8 C30 8 22 14 22 24 C22 34 40 52 40 52 C40 52 58 34 58 24 C58 14 50 8 40 8Z' fill='%23C9A0A8' opacity='0.15'/%3E%3Cpath d='M28 20 Q40 28 52 20' stroke='%23C9A0A8' stroke-width='2' fill='none' opacity='0.12'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  pointer-events: none;
  opacity: 0.06;
}
.waitlist-section h2 { margin-bottom: 0.5rem; }
.waitlist-section .subtext {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 1.75rem;
}

.waitlist-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 640px) {
  .waitlist-form {
    flex-direction: row;
    align-items: stretch;
  }
}

.waitlist-input {
  flex: 1;
  padding: 0.9rem 1.25rem;
  border: 1px solid rgba(183, 110, 121, 0.3);
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  background: var(--ivory);
  color: var(--text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.waitlist-input::placeholder { color: #a8a29e; }
.waitlist-input:focus {
  outline: none;
  border-color: var(--rose-gold);
  box-shadow: 0 0 0 3px rgba(183, 110, 121, 0.12);
}
.waitlist-input.error {
  border-color: var(--error);
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.1);
}

.form-message {
  font-size: 0.85rem;
  margin-top: 0.75rem;
  min-height: 1.25rem;
}
.form-message.error { color: var(--error); }
.form-message.success { color: var(--success); }

.waitlist-success {
  display: none;
  padding: 1rem 0;
  position: relative;
  z-index: 1;
}
.waitlist-success.visible { display: block; }
.waitlist-success svg {
  width: 40px;
  height: 40px;
  color: var(--success);
  margin: 0 auto 0.75rem;
}
.waitlist-success p {
  color: var(--success);
  font-weight: 500;
}

/* ── Hype cards ── */
.hype-card {
  background: var(--white);
  border: 1px solid rgba(183, 110, 121, 0.18);
  border-top: 2px solid var(--rose-gold);
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hype-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(183, 110, 121, 0.1);
}

.hype-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(183, 110, 121, 0.1) 0%, rgba(232, 208, 212, 0.15) 100%);
  color: var(--rose-gold);
}
.hype-card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.65rem;
}
.hype-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  font-weight: 300;
  line-height: 1.65;
}

/* ── Product silhouette ── */
.product-silhouette {
  margin-top: 2.5rem;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(183, 110, 121, 0.05) 0%, rgba(250, 249, 246, 1) 100%);
  border: 1px dashed rgba(183, 110, 121, 0.3);
  border-radius: 16px;
  text-align: center;
}
.product-silhouette svg {
  width: 80px;
  height: 120px;
  margin: 0 auto 0.75rem;
  opacity: 0.4;
  filter: blur(2px);
}
.product-silhouette span {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--rose-gold);
  letter-spacing: 0.2em;
}

/* ── Social buttons ── */
.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.1rem 2rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  min-width: 200px;
}
.social-btn svg {
  width: 24px;
  height: 24px;
  transition: transform 0.25s ease;
}
.social-btn:hover {
  transform: translateY(-3px) scale(1.02);
}
.social-btn:hover svg { transform: scale(1.1); }

.social-btn-instagram {
  background: linear-gradient(135deg, #833AB4 0%, #E1306C 50%, #F77737 100%);
  color: var(--white);
  box-shadow: 0 6px 20px rgba(225, 48, 108, 0.25);
}
.social-btn-instagram:hover {
  box-shadow: 0 10px 28px rgba(225, 48, 108, 0.35), 0 0 0 2px rgba(183, 110, 121, 0.25);
}

.social-btn-youtube {
  background: #FF0000;
  color: var(--white);
  box-shadow: 0 6px 20px rgba(255, 0, 0, 0.2);
}
.social-btn-youtube:hover {
  box-shadow: 0 10px 28px rgba(255, 0, 0, 0.3);
}

/* ── Footer ── */
.site-footer {
  border-top: 1px solid rgba(183, 110, 121, 0.18);
  padding: 2.5rem 0;
  text-align: center;
}
.site-footer .footer-copy {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}
.footer-social {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}
.footer-social a {
  color: var(--rose-gold);
  transition: color 0.2s ease, transform 0.2s ease;
}
.footer-social a:hover {
  color: var(--rose-gold-dark);
  transform: translateY(-2px);
}
.footer-social svg { width: 22px; height: 22px; }

/* ── Rose gold divider ── */
.gold-divider {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--rose-gold), transparent);
  margin: 0 auto 1.5rem;
}

/* ── Section spacing ── */
.section {
  position: relative;
  z-index: 1;
  padding: clamp(4rem, 8vw, 6rem) 0;
}

/* ── Animations ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeUp 0.7s ease both; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .fade-up,
  .badge-coming-soon::after,
  .shimmer-gold::after {
    animation: none;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .hype-card:hover,
  .social-btn:hover,
  .countdown-unit:hover,
  .btn-gold:hover {
    transform: none;
  }
}
