@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Jost:wght@300;400;500;600&display=swap');

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

:root {
  --aubergine: #3D1A4A; --aubergine-light: #6B2F7A;
  --gold: #C9924C; --gold-light: #E8C98A;
  --blush: #F5D5C8; --blush-light: #FDF0EA;
  --cream: #FAF7F2; --smoke: #F0EAE2;
  --charcoal: #1C1116; --muted: #7A6A72;
  --white: #FFFFFF; --danger: #E74C7C;
}

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

/* BUTTONS */
.btn-primary {
  background: linear-gradient(135deg, var(--gold), #E8B86D); color: var(--aubergine);
  padding: 14px 32px; border: none; border-radius: 50px;
  font-family: 'Jost', sans-serif; font-weight: 600; font-size: 13px;
  letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s; display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(201,146,76,0.35); }
.btn-ghost {
  background: transparent; color: var(--aubergine); padding: 13px 32px;
  border: 1.5px solid rgba(61,26,74,0.3); border-radius: 50px;
  font-family: 'Jost', sans-serif; font-weight: 500; font-size: 13px;
  letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; transition: all 0.2s; text-decoration: none; display: inline-block;
}
.btn-ghost:hover { background: var(--aubergine); color: var(--white); border-color: var(--aubergine); }
.btn-dark {
  background: var(--aubergine); color: var(--gold-light); padding: 12px 28px;
  border: none; border-radius: 50px; font-family: 'Jost', sans-serif; font-weight: 600;
  font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; transition: background 0.2s; text-decoration: none; display: inline-block;
}
.btn-dark:hover { background: var(--aubergine-light); }

/* SECTION */
.section-tag { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.section-tag::before { content: ''; width: 28px; height: 1px; background: var(--gold); }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px,4vw,56px); font-weight: 300; line-height: 1.1; color: var(--aubergine); margin-bottom: 14px; }
.section-title em { font-style: italic; color: var(--gold); }
.section-sub { color: var(--muted); font-size: 15px; line-height: 1.8; font-weight: 300; max-width: 520px; }

/* NAV */
.site-nav { position: sticky; top: 0; z-index: 100; background: rgba(250,247,242,0.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(201,146,76,0.18); padding: 0 40px; display: flex; align-items: center; justify-content: space-between; height: 68px; }
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--aubergine); letter-spacing: 1px; text-decoration: none; }
.nav-logo em { font-style: italic; color: var(--gold); }
.nav-links { display: flex; gap: 30px; list-style: none; }
.nav-links a { text-decoration: none; color: var(--charcoal); font-size: 12px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; opacity: 0.75; transition: opacity 0.2s; }
.nav-links a:hover { opacity: 1; color: var(--aubergine); }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.nav-cart-btn { background: var(--aubergine); color: var(--gold-light); border: none; border-radius: 28px; padding: 9px 20px; font-size: 12px; font-family: 'Jost', sans-serif; font-weight: 500; letter-spacing: 1px; cursor: pointer; display: flex; align-items: center; gap: 8px; text-decoration: none; }
.cart-badge { background: var(--gold); color: var(--aubergine); border-radius: 50%; width: 18px; height: 18px; font-size: 10px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.nav-hamburger { display: none; background: none; border: none; cursor: pointer; font-size: 22px; color: var(--aubergine); }

/* HERO */
.hero-section { background: linear-gradient(135deg,#2A0E35 0%,#4A1952 55%,#6B2F7A 100%); padding: 90px 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; min-height: 88vh; }
.hero-visual { display: flex; align-items: center; justify-content: center; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 40px; margin-top: 56px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,0.1); flex-wrap: wrap; }

/* MARQUEE */
.marquee-strip { background: var(--aubergine); padding: 12px 0; overflow: hidden; }
.marquee-wrap { display: flex; }
.marquee-track { display: flex; animation: marquee 22s linear infinite; white-space: nowrap; flex-shrink: 0; }
.marquee-item { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-light); padding: 0 28px; display: flex; align-items: center; gap: 10px; }
.marquee-item::after { content: '✦'; color: var(--gold); font-size: 8px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* PRODUCT CARD */
.product-card { background: var(--white); border-radius: 20px; overflow: hidden; cursor: pointer; transition: transform 0.3s, box-shadow 0.3s; position: relative; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(61,26,74,0.12); }
.card-img { width: 100%; height: 220px; display: flex; align-items: center; justify-content: center; font-size: 64px; position: relative; overflow: hidden; background: var(--blush-light); }
.card-img img { width: 100%; height: 100%; object-fit: cover; }
.card-badge-wrap { position: absolute; top: 12px; left: 12px; display: flex; flex-direction: column; gap: 5px; z-index: 2; }
.card-badge { font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; width: fit-content; }
.badge-new { background: var(--aubergine); color: var(--gold-light); }
.badge-sale { background: var(--danger); color: var(--white); }
.badge-bestseller { background: var(--gold); color: var(--aubergine); }
.card-body { padding: 16px 18px 18px; }
.card-category { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 5px; }
.card-name { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 600; color: var(--aubergine); margin-bottom: 4px; line-height: 1.3; text-decoration: none; display: block; }
.card-desc { font-size: 12px; color: var(--muted); line-height: 1.6; margin-bottom: 10px; font-weight: 300; }
.card-notes { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 12px; }
.mini-note { font-size: 10px; background: var(--blush-light); color: var(--aubergine); padding: 3px 9px; border-radius: 20px; }
.card-footer { display: flex; align-items: center; justify-content: space-between; }
.card-price { font-size: 17px; font-weight: 600; color: var(--aubergine); }
.card-price del { font-size: 12px; color: var(--muted); font-weight: 300; margin-left: 5px; }
.add-to-cart-btn { width: 34px; height: 34px; border-radius: 50%; background: var(--aubergine); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--gold-light); font-size: 18px; transition: background 0.2s; }
.add-to-cart-btn:hover { background: var(--aubergine-light); }

/* PRODUCT GRID */
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }

/* MOOD GRID */
.mood-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.mood-item-wide { grid-column: span 2; }
.mood-card { border-radius: 22px; overflow: hidden; position: relative; height: 280px; cursor: pointer; display: block; text-decoration: none; }
.mood-card:hover .mood-overlay { background: rgba(61,26,74,0.6); }
.mood-bg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 100px; }
.mood-overlay { position: absolute; inset: 0; background: rgba(61,26,74,0.45); transition: background 0.3s; }
.mood-content { position: relative; z-index: 2; padding: 24px; }
.mood-arrow { position: absolute; top: 20px; right: 20px; z-index: 2; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; }

/* FILTER BAR */
.filter-bar { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; align-items: center; }
.filter-chip { padding: 8px 20px; border-radius: 30px; font-size: 11px; font-weight: 500; letter-spacing: 1.2px; text-transform: uppercase; cursor: pointer; border: 1.5px solid rgba(61,26,74,0.2); background: transparent; color: var(--aubergine); transition: all 0.2s; text-decoration: none; display: inline-block; }
.filter-chip.active, .filter-chip:hover { background: var(--aubergine); color: var(--white); border-color: var(--aubergine); }
.sort-select { margin-left: auto; padding: 8px 16px; border: 1.5px solid rgba(61,26,74,0.2); border-radius: 30px; font-family: 'Jost', sans-serif; font-size: 12px; color: var(--aubergine); background: transparent; cursor: pointer; outline: none; }

/* CART */
.cart-page { max-width: 900px; margin: 0 auto; padding: 70px 40px; }
.cart-grid { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
.cart-item { display: flex; gap: 20px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--smoke); }
.cart-item-img { width: 70px; height: 70px; border-radius: 14px; background: var(--blush-light); display: flex; align-items: center; justify-content: center; font-size: 32px; overflow: hidden; flex-shrink: 0; }
.cart-item-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-controls { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.qty-btn { width: 30px; height: 30px; border: 1.5px solid rgba(61,26,74,0.2); border-radius: 50%; background: none; cursor: pointer; font-size: 16px; color: var(--aubergine); }
.cart-item-total { font-weight: 700; font-size: 16px; color: var(--aubergine); min-width: 80px; text-align: right; }
.cart-summary { background: var(--white); border-radius: 20px; padding: 28px; position: sticky; top: 90px; }
.wa-btn { width: 100%; padding: 15px; border: none; border-radius: 50px; background: #25D366; color: #fff; font-family: 'Jost', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 1px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; }
.remove-btn { background: none; border: none; cursor: pointer; color: var(--muted); font-size: 18px; padding: 4px; }

/* FOOTER */
.site-footer { background: #1C0C24; color: rgba(255,255,255,0.55); padding: 70px 40px 36px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 50px; margin-bottom: 50px; }
.footer-brand-name { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--white); margin-bottom: 14px; }
.footer-brand-name em { color: var(--gold); font-style: italic; }
.footer-col-title { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-light); margin-bottom: 18px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { text-decoration: none; font-size: 13px; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer-links a:hover { color: var(--white); }
.footer-wa-link { font-size: 13px; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s; }
.footer-wa-link:hover { color: #25D366; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 26px; display: flex; justify-content: space-between; font-size: 12px; }

/* SHOP HERO */
.shop-hero { background: linear-gradient(135deg,#2A0E35,#4A1952); padding: 60px 40px 50px; text-align: center; }
.shop-content { max-width: 1280px; margin: 0 auto; padding: 60px 40px; }

/* ADMIN */
.admin-layout { display: flex; min-height: 100vh; background: #F8F6FB; }
.admin-sidebar { width: 240px; min-height: 100vh; background: var(--aubergine); padding: 28px 0; display: flex; flex-direction: column; flex-shrink: 0; position: sticky; top: 0; }
.admin-logo { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: var(--gold-light); padding: 0 24px 28px; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 16px; }
.admin-nav { display: flex; flex-direction: column; gap: 4px; padding: 0 12px; }
.admin-nav-item { display: flex; align-items: center; gap: 12px; padding: 11px 14px; border-radius: 10px; cursor: pointer; color: rgba(255,255,255,0.65); font-size: 13px; font-weight: 500; text-decoration: none; transition: all 0.2s; }
.admin-nav-item:hover, .admin-nav-item.active { background: rgba(201,146,76,0.15); color: var(--gold-light); }
.admin-main { flex: 1; padding: 36px 40px; overflow-x: hidden; }
.admin-stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-bottom: 36px; }
.admin-stat-card { background: var(--white); border-radius: 16px; padding: 22px 24px; border-left: 4px solid var(--gold); }
.stat-label { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.stat-value { font-family: 'Cormorant Garamond', serif; font-size: 36px; color: var(--aubergine); font-weight: 300; }
.admin-page-title { font-family: 'Cormorant Garamond', serif; font-size: 32px; color: var(--aubergine); font-weight: 400; }
.admin-table-wrap { background: var(--white); border-radius: 16px; overflow: hidden; }
table { width: 100%; border-collapse: collapse; }
thead th { padding: 12px 16px; text-align: left; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); font-weight: 600; background: #FAFAF8; border-bottom: 1px solid var(--smoke); }
tbody tr { border-bottom: 1px solid var(--smoke); transition: background 0.15s; }
tbody tr:hover { background: #FDFCFB; }
tbody tr:last-child { border-bottom: none; }
td { padding: 14px 16px; font-size: 13px; color: var(--charcoal); vertical-align: middle; }
.action-btn { padding: 6px 14px; border-radius: 8px; font-size: 12px; font-weight: 500; cursor: pointer; border: none; transition: all 0.15s; margin-right: 4px; }
.btn-edit { background: rgba(61,26,74,0.08); color: var(--aubergine); }
.btn-edit:hover { background: rgba(61,26,74,0.15); }
.btn-delete { background: rgba(231,76,124,0.1); color: var(--danger); }
.btn-delete:hover { background: rgba(231,76,124,0.2); }
.toggle { display: inline-flex; align-items: center; }
.toggle input { appearance: none; width: 42px; height: 24px; border-radius: 12px; background: rgba(61,26,74,0.15); cursor: pointer; position: relative; transition: background 0.2s; border: none; }
.toggle input:checked { background: var(--aubergine); }
.toggle input::after { content: ''; position: absolute; left: 3px; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: white; transition: transform 0.2s; }
.toggle input:checked::after { transform: translateX(18px); }
.badge-pill { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; white-space: nowrap; }
.stock-on { background: #D1FAE5; color: #065F46; }
.stock-off { background: #FEE2E2; color: #991B1B; }
.badge-featured-on  { background: var(--gold); color: var(--aubergine); }
.badge-featured-off { background: var(--smoke); color: var(--muted); }

/* MODAL */
.modal-overlay { position: fixed; inset: 0; background: rgba(28,8,36,0.55); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); z-index: 500; display: flex; align-items: center; justify-content: center; padding: 20px; }
.modal-box { background: var(--white); border-radius: 20px; width: 100%; max-width: 680px; max-height: 90vh; overflow-y: auto; padding: 32px; box-shadow: 0 30px 80px rgba(0,0,0,0.2); }
.modal-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--aubergine); margin-bottom: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-full { grid-column: span 2; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-label { font-size: 11px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; color: var(--aubergine); }
.form-input, .form-select, .form-textarea { padding: 10px 14px; border: 1.5px solid rgba(61,26,74,0.18); border-radius: 10px; font-family: 'Jost', sans-serif; font-size: 13px; outline: none; transition: border-color 0.2s; background: var(--white); color: var(--charcoal); }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--aubergine); }
.form-textarea { resize: vertical; min-height: 80px; }
.modal-actions { display: flex; gap: 12px; margin-top: 24px; justify-content: flex-end; }
.btn-cancel { background: var(--smoke); color: var(--aubergine); padding: 10px 24px; border: none; border-radius: 10px; font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 500; cursor: pointer; }
.btn-save { background: var(--aubergine); color: var(--gold-light); padding: 10px 28px; border: none; border-radius: 10px; font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 600; cursor: pointer; }

/* LOGIN */
.login-page { min-height: 100vh; background: linear-gradient(135deg,#2A0E35,#4A1952); display: flex; align-items: center; justify-content: center; padding: 20px; }
.login-box { background: var(--white); border-radius: 24px; padding: 48px 40px; width: 100%; max-width: 400px; text-align: center; box-shadow: 0 30px 80px rgba(0,0,0,0.3); }
.login-logo { font-family: 'Cormorant Garamond', serif; font-size: 28px; color: var(--aubergine); margin-bottom: 6px; }
.login-logo em { color: var(--gold); font-style: italic; }
.login-sub { font-size: 13px; color: var(--muted); margin-bottom: 32px; }
.login-error { background: #FEE2E2; color: #991B1B; border-radius: 10px; padding: 10px 14px; font-size: 13px; margin-bottom: 16px; }
.login-success { background: #D1FAE5; color: #065F46; border-radius: 10px; padding: 10px 14px; font-size: 13px; margin-bottom: 16px; }

/* EMPTY STATE */
.empty-state { text-align: center; padding: 80px 20px; color: var(--muted); }
.empty-emoji { font-size: 52px; margin-bottom: 16px; }

/* WHATSAPP FLOAT */
.wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 999; width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 24px rgba(37,211,102,0.45); transition: transform 0.2s, box-shadow 0.2s; text-decoration: none; }
.wa-float:hover { transform: scale(1.1); box-shadow: 0 10px 32px rgba(37,211,102,0.55); }

/* ALERT */
.alert { padding: 12px 18px; border-radius: 10px; margin-bottom: 20px; font-size: 13px; }
.alert-success { background: #D1FAE5; color: #065F46; }
.alert-error { background: #FEE2E2; color: #991B1B; }

/* PRODUCT DETAIL */
.product-detail { max-width: 1100px; margin: 0 auto; padding: 60px 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.product-detail-img { border-radius: 24px; background: var(--blush-light); display: flex; align-items: center; justify-content: center; font-size: 120px; height: 480px; overflow: hidden; }
.product-detail-img img { width: 100%; height: 100%; object-fit: cover; }
.size-btn { padding: 8px 20px; border-radius: 30px; border: 1.5px solid rgba(61,26,74,0.2); background: transparent; color: var(--aubergine); font-family: 'Jost', sans-serif; font-size: 12px; cursor: pointer; transition: all 0.2s; }
.size-btn.active, .size-btn:hover { background: var(--aubergine); color: var(--white); border-color: var(--aubergine); }
.notes-section { background: var(--blush-light); border-radius: 16px; padding: 20px; margin: 20px 0; }
.note-row { display: flex; gap: 10px; margin-bottom: 8px; font-size: 13px; }
.note-label { font-weight: 600; color: var(--aubergine); min-width: 70px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.note-value { color: var(--muted); }

/* ── SCENT DNA QUIZ SECTION ── */
.quiz-section { background: linear-gradient(135deg,#2A0E35 0%,#4A1952 60%,#6B2F7A 100%); padding: 90px 40px; }
.quiz-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.quiz-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(201,146,76,0.2); border: 1px solid rgba(201,146,76,0.4); color: var(--gold-light); font-size: 12px; font-weight: 600; letter-spacing: 1px; padding: 8px 18px; border-radius: 30px; margin-bottom: 20px; }
.quiz-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px,4vw,64px); font-weight: 300; color: #fff; line-height: 1.1; margin-bottom: 18px; }
.quiz-heading em { font-style: italic; color: var(--gold-light); display: block; }
.quiz-desc { color: rgba(255,255,255,0.65); font-size: 15px; line-height: 1.8; margin-bottom: 36px; max-width: 460px; }
.quiz-steps { display: flex; flex-direction: column; gap: 20px; margin-bottom: 40px; }
.quiz-step { display: flex; align-items: flex-start; gap: 16px; }
.quiz-step-num { width: 32px; height: 32px; border-radius: 50%; background: rgba(201,146,76,0.2); border: 1px solid rgba(201,146,76,0.4); color: var(--gold-light); font-size: 13px; font-weight: 600; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.quiz-step-title { font-size: 15px; font-weight: 600; color: #fff; margin-bottom: 3px; }
.quiz-step-sub { font-size: 12px; color: rgba(255,255,255,0.5); line-height: 1.6; }
.quiz-cta { display: inline-flex; align-items: center; justify-content: center; padding: 16px 36px; border: 1.5px solid var(--gold); border-radius: 50px; color: var(--gold-light); font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-decoration: none; transition: all 0.3s; background: rgba(201,146,76,0.1); }
.quiz-cta:hover { background: var(--gold); color: var(--aubergine); }

/* Wheel */
.quiz-wheel-wrap { display: flex; align-items: center; justify-content: center; }
.quiz-wheel { position: relative; width: 420px; height: 420px; }
.wheel-orbit { position: absolute; top: 50%; left: 50%; width: 340px; height: 340px; border-radius: 50%; border: 1px dashed rgba(201,146,76,0.25); transform: translate(-50%,-50%); }
.wheel-orbit-sm { width: 200px; height: 200px; border-color: rgba(201,146,76,0.15); }
.wheel-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 120px; height: 120px; border-radius: 50%; background: linear-gradient(135deg,var(--gold),#E8B86D); display: flex; align-items: center; justify-content: center; font-size: 48px; box-shadow: 0 0 60px rgba(201,146,76,0.4); z-index: 2; }
.wheel-item { position: absolute; display: flex; flex-direction: column; align-items: center; gap: 6px; text-decoration: none; transition: transform 0.2s; z-index: 3; }
.wheel-item:hover { transform: scale(1.1) !important; }
.wheel-icon { width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; font-size: 22px; backdrop-filter: blur(8px); }
.wheel-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; color: rgba(255,255,255,0.7); text-transform: uppercase; }
.wheel-dot { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); opacity: 0.6; }

/* ── QUIZ PAGE ── */
.quiz-page-wrap { min-height: 100vh; background: linear-gradient(160deg,#2A0E35,#4A1952 50%,#6B2F7A); padding: 40px 20px 80px; }
.quiz-progress-bar { height: 3px; background: rgba(255,255,255,0.1); margin-bottom: 48px; }
.quiz-progress-fill { height: 100%; background: linear-gradient(90deg,var(--gold),#E8B86D); transition: width 0.4s ease; border-radius: 2px; }
.quiz-page-inner { max-width: 680px; margin: 0 auto; text-align: center; }
.quiz-q-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px,5vw,52px); color: #fff; font-weight: 300; margin-bottom: 10px; }
.quiz-q-title em { font-style: italic; color: var(--gold-light); }
.quiz-q-sub { color: rgba(255,255,255,0.55); font-size: 15px; margin-bottom: 36px; }
.quiz-options { display: flex; flex-direction: column; gap: 12px; text-align: left; }
.quiz-option { display: flex; align-items: center; gap: 18px; padding: 18px 22px; border-radius: 16px; border: 1.5px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.05); cursor: pointer; transition: all 0.2s; color: #fff; width: 100%; }
.quiz-option:hover { border-color: rgba(201,146,76,0.5); background: rgba(201,146,76,0.1); }
.quiz-option.selected { border-color: var(--gold); background: rgba(201,146,76,0.2); }
.quiz-opt-icon { font-size: 28px; flex-shrink: 0; }
.quiz-opt-label { font-size: 16px; font-weight: 600; margin-bottom: 3px; }
.quiz-opt-desc { font-size: 12px; color: rgba(255,255,255,0.5); }

/* Quiz responsive */
@media (max-width: 900px) {
  .quiz-inner { grid-template-columns: 1fr; gap: 50px; }
  .quiz-wheel-wrap { display: none; }
  .quiz-section { padding: 70px 24px; }
}
@media (max-width: 600px) {
  .quiz-section { padding: 60px 20px; }
  .quiz-cta { width: 100%; }
}

/* HOME SECTIONS */
.featured-section { padding: 90px 40px; max-width: 1280px; margin: 0 auto; }
.section-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 50px; flex-wrap: wrap; gap: 20px; }
.view-all-link { display: flex; align-items: center; gap: 8px; color: var(--aubergine); font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; white-space: nowrap; }
.mood-section { background: var(--smoke); padding: 90px 40px; }
.container { max-width: 1280px; margin: 0 auto; }
.mood-section-head { margin-bottom: 50px; }
.loyalty-section { background: var(--aubergine); padding: 80px 40px; }
.loyalty-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.tier-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 32px; }
.loyalty-card { background: linear-gradient(135deg,#2A0E35,#6B2F7A); border-radius: 22px; padding: 36px; border: 1px solid rgba(201,146,76,0.3); box-shadow: 0 30px 80px rgba(0,0,0,0.3); }
.loyalty-points-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.newsletter-section { background: linear-gradient(135deg,#2A0E35,#4A1952); padding: 80px 40px; text-align: center; }
.newsletter-form { display: flex; max-width: 440px; margin: 0 auto; }
.newsletter-input { flex: 1; padding: 14px 22px; border: 1px solid rgba(201,146,76,0.3); border-right: none; border-radius: 50px 0 0 50px; background: rgba(255,255,255,0.08); color: #fff; font-family: Jost; font-size: 14px; outline: none; }
.newsletter-btn { border-radius: 0 50px 50px 0 !important; padding: 14px 28px !important; }

/* RESPONSIVE */
@media (max-width: 960px) {
  .hero-section { grid-template-columns: 1fr; padding: 60px 24px 50px; min-height: 0; gap: 0; }
  .hero-visual { display: none; }
  .hero-stats { gap: 24px; margin-top: 40px; }
  .loyalty-grid { grid-template-columns: 1fr; gap: 40px; }
  .product-detail { grid-template-columns: 1fr; gap: 30px; }
  .product-detail-img { height: 320px; font-size: 80px; }
}
@media (max-width: 768px) {
  .site-nav { padding: 0 16px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }

  .featured-section { padding: 60px 20px; }
  .section-header { margin-bottom: 28px; }
  .mood-section { padding: 60px 20px; }
  .mood-section-head { margin-bottom: 32px; }
  .loyalty-section { padding: 60px 20px; }
  .loyalty-card { padding: 24px; }
  .newsletter-section { padding: 60px 20px; }
  .newsletter-form { flex-wrap: wrap; gap: 10px; }
  .newsletter-input { border-right: 1px solid rgba(201,146,76,0.3); border-radius: 50px; flex: 1 1 100%; }
  .newsletter-btn { border-radius: 50px !important; width: 100%; justify-content: center; }

  .product-grid { grid-template-columns: repeat(2,1fr); }
  .mood-grid { grid-template-columns: 1fr 1fr; }

  .shop-hero { padding: 40px 20px 36px; }
  .shop-content { padding: 36px 20px; }

  .cart-page { padding: 36px 16px; }
  .cart-grid { grid-template-columns: 1fr; gap: 24px; }
  .cart-item { flex-wrap: wrap; }
  .cart-item-total { min-width: auto; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .site-footer { padding: 50px 20px 28px; }

  .admin-stat-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .admin-sidebar { display: none; }
  .admin-main { padding: 20px 16px; }
  .login-box { padding: 36px 24px; }

  .hero-stats { gap: 20px; }
  .hero-btns { gap: 10px; }
  .hero-btns .btn-primary, .hero-btns .btn-ghost { padding: 12px 24px; font-size: 12px; }
}
@media (max-width: 600px) {
  .product-grid { grid-template-columns: 1fr; }
  .mood-grid { grid-template-columns: 1fr; }
  .mood-item-wide { grid-column: span 1; }
  .mood-card { height: 220px; }
  .tier-grid { grid-template-columns: 1fr; gap: 10px; }
  .loyalty-points-grid { grid-template-columns: 1fr; gap: 10px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .admin-stat-grid { grid-template-columns: 1fr 1fr; }
  .cart-item-controls { margin-left: auto; }
  table { font-size: 12px; }
  td, thead th { padding: 10px 8px; }
  .wa-float { bottom: 16px; right: 16px; width: 48px; height: 48px; }
}
