/* Mizz Fancy Pantz Boutique — Luxury Theme CSS */
/* Colors: Black #0a0a0a, Gold #d4af37, Rose Gold #b76e79, Pink #e8b4b8 */

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black: #0a0a0a;
  --gold: #d4af37;
  --gold-light: #f4e4b5;
  --rose: #b76e79;
  --pink: #e8b4b8;
  --cream: #faf8f5;
  --white: #ffffff;
  --gray-100: #f5f5f5;
  --gray-200: #e5e5e5;
  --gray-600: #666666;
  --gray-800: #333333;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Montserrat', Arial, sans-serif;
  --transition: 0.3s ease;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--black);
  color: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: var(--gold); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--rose); }

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

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; }

/* === HEADER === */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-img { height: 50px; width: auto; }

.main-nav { display: flex; gap: 2rem; }
.main-nav a {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: var(--cream);
  text-transform: uppercase;
}
.main-nav a:hover { color: var(--gold); }

.cart-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--gold);
  padding: 0.5rem 1rem;
  border: 1px solid var(--gold);
  transition: var(--transition);
}
.cart-link:hover { background: var(--gold); color: var(--black); }

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
.mobile-menu-btn span {
  width: 24px;
  height: 2px;
  background: var(--gold);
  transition: var(--transition);
}

/* === MOBILE NAV === */
.mobile-nav {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  background: var(--black);
  padding: 2rem;
  flex-direction: column;
  gap: 1.5rem;
  border-bottom: 1px solid var(--gold);
  z-index: 999;
}
.mobile-nav.active { display: flex; }
.mobile-nav a {
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  color: var(--cream);
  text-transform: uppercase;
}

/* === SPARKLE EFFECT === */
@keyframes sparkle {
  0%, 100% { opacity: 0; transform: scale(0) rotate(0deg); }
  50% { opacity: 1; transform: scale(1) rotate(180deg); }
}

@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(2deg); }
}

@keyframes diamondPulse {
  0%, 100% { box-shadow: 0 0 5px rgba(212, 175, 55, 0.5), 0 0 10px rgba(212, 175, 55, 0.3); }
  50% { box-shadow: 0 0 15px rgba(212, 175, 55, 0.9), 0 0 30px rgba(212, 175, 55, 0.5), 0 0 45px rgba(212, 175, 55, 0.2); }
}

.sparkle-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}

.sparkle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--gold);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  animation: sparkle 3s ease-in-out infinite;
}

.sparkle.rose {
  background: var(--rose);
}

.sparkle.diamond {
  background: white;
  box-shadow: 0 0 4px white, 0 0 8px rgba(212, 175, 55, 0.8);
}

/* === HERO === */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 7rem 2rem 4rem;
  background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 50%, #1a1a1a 100%);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(183, 110, 121, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.1) 0%, transparent 40%);
  pointer-events: none;
}

/* Glitter overlay on hero */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}

.hero-content { position: relative; z-index: 1; max-width: 900px; }

/* Bigger logo in hero */
.hero-logo-wrap {
  margin: 0 auto 2rem;
}
.hero-logo-img {
  width: 180px;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 0 30px rgba(212, 175, 55, 0.6));
  animation: float 6s ease-in-out infinite;
}

/* Elegant flowing cursive title — super dramatic, fashion-house level */
.hero-title-cursive {
  font-family: 'Great Vibes', cursive;
  font-size: clamp(3.2rem, 11vw, 7rem);
  color: var(--gold);
  margin-bottom: 0.25rem;
  line-height: 1.15;
  text-shadow: 0 0 60px rgba(212, 175, 55, 0.35), 0 0 120px rgba(212, 175, 55, 0.15), 0 2px 4px rgba(0,0,0,0.6);
  letter-spacing: 0.03em;
  position: relative;
}
.title-break { display: none; }
.cursive-word {
  display: inline-block;
  margin: 0 0.12em;
}
.cursive-cap {
  font-size: 1.5em;
  display: inline;
  background: linear-gradient(180deg, #fff8dc 0%, var(--gold-light) 30%, var(--gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.7));
}

/* Divider under title */
.hero-divider {
  margin: 0.5rem 0 1.5rem;
}

/* Feathers with thought bubble */
.feathers-thought-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin: 1.5rem auto 0;
  max-width: 850px;
  position: relative;
}
.feathers-portrait {
  flex-shrink: 0;
  text-align: center;
}
.feathers-img {
  width: 280px;
  max-width: 45vw;
  border-radius: 16px;
  border: 3px solid var(--gold);
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.4), 0 0 60px rgba(212, 175, 55, 0.15);
  animation: float 6s ease-in-out infinite;
}
.feathers-title {
  font-family: 'Great Vibes', cursive;
  font-size: 1.5rem;
  color: var(--gold);
  margin-top: 0.75rem;
}
.feathers-role {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--rose);
  margin-top: 0.25rem;
  text-transform: uppercase;
}

/* Thought bubble trail — classic thinking cloud dots */
.thought-bubble-trail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0 0.75rem;
  align-self: flex-start;
  padding-top: 1.5rem;
}
.thought-dot {
  display: block;
  background: rgba(26, 26, 26, 0.85);
  border: 2px solid rgba(212, 175, 55, 0.5);
  border-radius: 50%;
  animation: thoughtPulse 2.5s ease-in-out infinite;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.2);
}
.dot-1 { width: 12px; height: 12px; animation-delay: 0s; }
.dot-2 { width: 20px; height: 20px; animation-delay: 0.3s; }
.dot-3 { width: 28px; height: 28px; animation-delay: 0.6s; }

@keyframes thoughtPulse {
  0%, 100% { opacity: 0.5; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.1); }
}

/* Classic comic-style thinking cloud */
.thought-cloud {
  position: relative;
  max-width: 380px;
  align-self: flex-start;
  margin-top: 0;
}
.thought-cloud-inner {
  position: relative;
  background: rgba(20, 20, 20, 0.92);
  border: 2px solid rgba(212, 175, 55, 0.45);
  border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
  padding: 2rem 2.2rem;
  backdrop-filter: blur(12px);
  box-shadow:
    0 0 30px rgba(212, 175, 55, 0.15),
    inset 0 0 40px rgba(212, 175, 55, 0.04),
    0 0 0 4px rgba(10, 10, 10, 0.6),
    0 0 0 6px rgba(212, 175, 55, 0.12);
  text-align: center;
}
/* Cloud bumps — decorative circles around the cloud perimeter */
.thought-cloud-inner::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 15%;
  right: 15%;
  height: 20px;
  background:
    radial-gradient(circle at 10% 50%, rgba(20,20,20,0.92) 12px, transparent 12px),
    radial-gradient(circle at 30% 50%, rgba(20,20,20,0.92) 14px, transparent 14px),
    radial-gradient(circle at 50% 50%, rgba(20,20,20,0.92) 16px, transparent 16px),
    radial-gradient(circle at 70% 50%, rgba(20,20,20,0.92) 14px, transparent 14px),
    radial-gradient(circle at 90% 50%, rgba(20,20,20,0.92) 12px, transparent 12px);
  filter: drop-shadow(0 -2px 4px rgba(212, 175, 55, 0.15));
  z-index: 1;
}
.thought-cloud-inner::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 20%;
  right: 20%;
  height: 16px;
  background:
    radial-gradient(circle at 15% 50%, rgba(20,20,20,0.92) 10px, transparent 10px),
    radial-gradient(circle at 40% 50%, rgba(20,20,20,0.92) 12px, transparent 12px),
    radial-gradient(circle at 65% 50%, rgba(20,20,20,0.92) 12px, transparent 12px),
    radial-gradient(circle at 85% 50%, rgba(20,20,20,0.92) 10px, transparent 10px);
  filter: drop-shadow(0 2px 4px rgba(212, 175, 55, 0.15));
  z-index: 1;
}

.thought-text {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.7;
  color: var(--cream);
  position: relative;
  z-index: 2;
}
.thought-signature {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  color: var(--gold);
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.hero-subtitle {
  font-size: clamp(0.9rem, 2vw, 1.15rem);
  color: var(--rose);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 300;
}

.mfl-badge-large {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 50%, var(--gold) 100%);
  background-size: 200% auto;
  color: var(--black);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 3rem;
  border-radius: 50px;
  animation: shimmer 3s linear infinite;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.5), 0 4px 15px rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.3);
}

.hero-cta {
  display: inline-block;
  padding: 1rem 3rem;
  background: transparent;
  border: 2px solid var(--gold);
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  animation: diamondPulse 2s ease-in-out infinite;
}
.hero-cta:hover {
  background: var(--gold);
  color: var(--black);
  animation: none;
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.8);
}

.hero-scroll {
  position: absolute;
  bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--gray-600);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

/* === ABOUT SECTION === */
.about-section {
  padding: 6rem 2rem;
  background: linear-gradient(180deg, var(--black) 0%, #151515 100%);
}

.about-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-text h2 {
  font-size: 2.5rem;
  color: var(--gold);
  margin-bottom: 2rem;
}

.about-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: var(--cream);
}

.about-signature {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
}

.signature-text { font-style: italic; color: var(--rose); }
.signature-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--gold);
  margin-top: 0.5rem;
}

.about-image {
  display: flex;
  justify-content: center;
}
.about-image img {
  width: 300px;
  border: 3px solid var(--gold);
  border-radius: 50%;
  padding: 1rem;
  background: linear-gradient(135deg, var(--rose) 0%, var(--gold) 100%);
}

/* === FEATURED SECTION === */
.featured-section {
  padding: 6rem 2rem;
  background: var(--black);
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-header h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.section-header p {
  font-size: 1rem;
  color: var(--rose);
  letter-spacing: 0.2em;
}

.featured-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}

.product-card {
  display: block;
  background: #151515;
  border: 1px solid rgba(212, 175, 55, 0.1);
  transition: var(--transition);
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold);
  box-shadow: 0 10px 40px rgba(212, 175, 55, 0.4), 0 0 20px rgba(212, 175, 55, 0.2);
}

.product-image {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #1a1a1a;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

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

.placeholder-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
}

.mfl-badge-card {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: 0.4rem 0.8rem;
  background: var(--gold);
  color: var(--black);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.product-info {
  padding: 1.5rem;
}

.product-category {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: var(--rose);
}

.product-name {
  font-size: 1.1rem;
  color: var(--cream);
  margin: 0.5rem 0;
}

.product-description {
  font-size: 0.85rem;
  color: var(--gray-600);
  margin-bottom: 1rem;
}

.product-price {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--gold);
}

.section-cta {
  text-align: center;
  margin-top: 4rem;
}

.btn-secondary {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  transition: var(--transition);
}
.btn-secondary:hover {
  background: var(--gold);
  color: var(--black);
}

/* === CATEGORIES SECTION === */
.categories-section {
  padding: 6rem 2rem;
  background: linear-gradient(180deg, var(--black) 0%, #151515 100%);
}

.category-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
}

.category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  background: #1a1a1a;
  border: 1px solid rgba(212, 175, 55, 0.1);
  text-align: center;
  transition: var(--transition);
}

.category-card:hover {
  border-color: var(--rose);
  transform: translateY(-3px);
}

.category-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.category-card h3 {
  font-size: 1rem;
  color: var(--cream);
  margin-bottom: 0.5rem;
}

.category-card p {
  font-size: 0.8rem;
  color: var(--gold);
}

/* === NEWSLETTER === */
.newsletter-section {
  padding: 6rem 2rem;
  background: linear-gradient(135deg, #1a1a1a 0%, var(--black) 100%);
  text-align: center;
}

.newsletter-inner { max-width: 600px; margin: 0 auto; }

.newsletter-inner h2 {
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 1rem;
}

.newsletter-inner p {
  color: var(--gray-600);
  margin-bottom: 2rem;
}

.newsletter-form {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.newsletter-form input {
  flex: 1;
  min-width: 250px;
  padding: 1rem;
  background: transparent;
  border: 1px solid var(--gray-600);
  color: var(--cream);
  font-family: var(--font-body);
}

.newsletter-form input:focus {
  outline: none;
  border-color: var(--gold);
}

.newsletter-form button {
  padding: 1rem 2rem;
  background: var(--gold);
  border: none;
  color: var(--black);
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: var(--transition);
}

.newsletter-form button:hover {
  background: var(--rose);
  color: var(--white);
}

/* === FOOTER === */
.site-footer {
  padding: 4rem 2rem 2rem;
  background: var(--black);
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.footer-inner { max-width: 1200px; margin: 0 auto; }

.footer-brand {
  text-align: center;
  margin-bottom: 3rem;
}

.footer-logo { height: 60px; margin: 0 auto 1rem; }

.tagline {
  font-style: italic;
  color: var(--rose);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.footer-col h4 {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  color: var(--gold);
  margin-bottom: 1rem;
}

.footer-col a {
  display: block;
  font-size: 0.85rem;
  color: var(--gray-600);
  margin-bottom: 0.5rem;
}

.footer-col a:hover { color: var(--cream); }

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom p {
  font-size: 0.75rem;
  color: var(--gray-600);
}

.madame {
  margin-top: 0.5rem;
  font-style: italic;
  color: var(--rose) !important;
}

/* === SHOP PAGE === */
.shop-main {
  padding: 8rem 2rem 4rem;
  max-width: 1400px;
  margin: 0 auto;
}

.shop-header {
  text-align: center;
  margin-bottom: 4rem;
}

.shop-header h1 {
  font-size: 3rem;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.mfl-certified-header {
  color: var(--rose);
  letter-spacing: 0.15em;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}

/* === PRODUCT DETAIL === */
.product-main {
  padding: 8rem 2rem 4rem;
  max-width: 1200px;
  margin: 0 auto;
}

.breadcrumb {
  margin-bottom: 3rem;
  font-size: 0.85rem;
  color: var(--gray-600);
}

.breadcrumb a { color: var(--gold); }
.breadcrumb span { color: var(--cream); }

.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.product-gallery { position: relative; }

.main-image {
  aspect-ratio: 1;
  background: #1a1a1a;
  overflow: hidden;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.thumbnail-row {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.thumbnail {
  width: 80px;
  height: 80px;
  background: #1a1a1a;
  border: 2px solid transparent;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
}

.thumbnail.active { border-color: var(--gold); }
.thumbnail img { width: 100%; height: 100%; object-fit: cover; }

.product-info-detail { padding-top: 2rem; }

.product-category-badge {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--rose);
  padding: 0.3rem 0.8rem;
  border: 1px solid var(--rose);
}

.product-info-detail h1 {
  font-size: 2.5rem;
  color: var(--cream);
  margin: 1.5rem 0;
}

.mfl-certified-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--black);
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.product-price-detail {
  font-size: 2rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 2rem;
}

.product-description-full {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--gray-600);
  margin-bottom: 2rem;
}

.variant-selector {
  margin-bottom: 2rem;
}

.variant-selector label {
  display: block;
  font-size: 0.85rem;
  color: var(--cream);
  margin-bottom: 0.5rem;
}

.form-select {
  width: 100%;
  padding: 1rem;
  background: #1a1a1a;
  border: 1px solid var(--gray-600);
  color: var(--cream);
  font-family: var(--font-body);
  cursor: pointer;
}

.form-select:focus {
  outline: none;
  border-color: var(--gold);
}

.personalization-section {
  background: #1a1a1a;
  padding: 2rem;
  margin-bottom: 2rem;
}

.personalization-section h3 {
  font-size: 1.2rem;
  color: var(--gold);
  margin-bottom: 1.5rem;
}

.form-group { margin-bottom: 1.5rem; }

.form-group label {
  display: block;
  font-size: 0.85rem;
  color: var(--cream);
  margin-bottom: 0.5rem;
}

.form-group input {
  width: 100%;
  padding: 1rem;
  background: #252525;
  border: 1px solid var(--gray-600);
  color: var(--cream);
  font-family: var(--font-body);
}

.form-group input:focus {
  outline: none;
  border-color: var(--gold);
}

.form-group small {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: var(--gray-600);
}

.add-to-cart-section { margin-bottom: 2rem; }

.btn-add-cart {
  width: 100%;
  padding: 1.25rem;
  background: var(--gold);
  border: none;
  color: var(--black);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: var(--transition);
}

.btn-add-cart:hover { background: var(--rose); color: var(--white); }

.shipping-info {
  padding: 1.5rem;
  background: #151515;
  font-size: 0.85rem;
}

.shipping-info p { margin-bottom: 0.5rem; color: var(--gray-600); }
.shipping-info strong { color: var(--cream); }

.related-products {
  margin-top: 6rem;
  padding-top: 4rem;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.related-products h2 {
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 2rem;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 2rem;
}

/* === CART === */
.cart-main {
  padding: 8rem 2rem 4rem;
  max-width: 1000px;
  margin: 0 auto;
}

.cart-header {
  text-align: center;
  margin-bottom: 3rem;
}

.cart-header h1 {
  font-size: 3rem;
  color: var(--gold);
}

.cart-items {
  margin-bottom: 2rem;
}

.cart-item {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 1.5rem;
  padding: 1.5rem;
  background: #151515;
  border: 1px solid rgba(212, 175, 55, 0.1);
  margin-bottom: 1rem;
}

.cart-item-image {
  width: 100px;
  height: 100px;
  background: #1a1a1a;
  overflow: hidden;
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-details h3 {
  font-size: 1.1rem;
  color: var(--cream);
  margin-bottom: 0.5rem;
}

.cart-item-details p {
  font-size: 0.85rem;
  color: var(--gray-600);
}

.cart-item-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.cart-item-price {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--gold);
}

.btn-remove {
  padding: 0.5rem 1rem;
  background: transparent;
  border: 1px solid var(--gray-600);
  color: var(--gray-600);
  font-size: 0.75rem;
  cursor: pointer;
  transition: var(--transition);
}

.btn-remove:hover {
  border-color: var(--rose);
  color: var(--rose);
}

.cart-summary {
  padding: 2rem;
  background: #151515;
  border: 1px solid var(--gold);
}

.cart-summary h2 {
  font-size: 1.5rem;
  color: var(--gold);
  margin-bottom: 1.5rem;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
}

.cart-total span:last-child { color: var(--gold); font-weight: 600; }

.btn-checkout {
  width: 100%;
  padding: 1.25rem;
  background: var(--gold);
  border: none;
  color: var(--black);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: var(--transition);
}

.btn-checkout:hover { background: var(--rose); color: var(--white); }

.cart-empty {
  text-align: center;
  padding: 4rem 2rem;
}

.cart-empty h2 {
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 1rem;
}

.cart-empty p { color: var(--gray-600); margin-bottom: 2rem; }

/* === CHECKOUT === */
.checkout-main {
  padding: 8rem 2rem 4rem;
  max-width: 800px;
  margin: 0 auto;
}

.checkout-header {
  text-align: center;
  margin-bottom: 3rem;
}

.checkout-header h1 {
  font-size: 3rem;
  color: var(--gold);
}

.checkout-form {
  background: #151515;
  padding: 3rem;
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.form-section {
  margin-bottom: 2rem;
}

.form-section h2 {
  font-size: 1.3rem;
  color: var(--cream);
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-group-full { margin-bottom: 1rem; }

.form-group-full label {
  display: block;
  font-size: 0.85rem;
  color: var(--cream);
  margin-bottom: 0.5rem;
}

.form-group-full input,
.form-group-full textarea {
  width: 100%;
  padding: 1rem;
  background: #252525;
  border: 1px solid var(--gray-600);
  color: var(--cream);
  font-family: var(--font-body);
}

.form-group-full input:focus,
.form-group-full textarea:focus {
  outline: none;
  border-color: var(--gold);
}

.checkout-order-summary {
  background: #1a1a1a;
  padding: 2rem;
  margin-bottom: 2rem;
}

.checkout-order-summary h3 {
  font-size: 1.2rem;
  color: var(--gold);
  margin-bottom: 1rem;
}

.checkout-item {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.9rem;
}

.checkout-item span:first-child { color: var(--cream); }
.checkout-item span:last-child { color: var(--gray-600); }

.checkout-total {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  margin-top: 1rem;
  border-top: 1px solid var(--gold);
  font-size: 1.2rem;
}

.checkout-total span:last-child { color: var(--gold); font-weight: 600; }

/* === SUCCESS === */
.success-main {
  padding: 8rem 2rem 4rem;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.success-icon {
  font-size: 4rem;
  margin-bottom: 2rem;
}

.success-main h1 {
  font-size: 2.5rem;
  color: var(--gold);
  margin-bottom: 1rem;
}

.success-main p {
  color: var(--gray-600);
  margin-bottom: 3rem;
}

.order-number {
  padding: 1rem 2rem;
  background: #151515;
  display: inline-block;
  margin-bottom: 2rem;
}

.order-number span {
  font-size: 1.5rem;
  color: var(--gold);
  font-weight: 600;
}

/* === ERROR === */
.error-main {
  padding: 8rem 2rem 4rem;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.error-main h1 {
  font-size: 2.5rem;
  color: var(--rose);
  margin-bottom: 1rem;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .main-nav { display: none; }
  .mobile-menu-btn { display: flex; }

  .hero-title-cursive { font-size: clamp(2.6rem, 12vw, 4rem); }
  .title-break { display: inline; }
  .hero-logo-img { width: 130px; }

  /* Stack thought bubble vertically on mobile */
  .feathers-thought-wrap {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
  .feathers-img { width: 240px; max-width: 65vw; }
  .thought-bubble-trail {
    flex-direction: row;
    padding-top: 0;
    margin: 0.75rem 0;
  }
  .thought-cloud {
    max-width: 92vw;
  }
  .thought-cloud-inner {
    border-radius: 30px;
    padding: 1.5rem 1.5rem;
  }

  .about-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-image { order: -1; }
  .about-image img { width: 200px; }

  .product-detail {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .cart-item {
    grid-template-columns: 80px 1fr;
  }

  .cart-item-actions {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }

  .form-row { grid-template-columns: 1fr; }

  .checkout-form { padding: 2rem; }
}

/* === GLAM DIAMOND DIVIDER === */
.glam-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 3rem 0;
}

.glam-divider::before,
.glam-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.glam-divider-icon {
  width: 30px;
  height: 30px;
  background: var(--gold);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  animation: sparkle 2s ease-in-out infinite;
}

/* === FLOATING DIAMOND ACCENTS === */
.diamond-accent {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: var(--gold);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  margin: 0 0.5rem;
  animation: float 4s ease-in-out infinite;
}

.diamond-accent.rose {
  background: var(--rose);
  animation-delay: 0.5s;
}

/* === GLAM SECTION HEADERS === */
.section-header::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--rose));
  margin: 1rem auto 0;
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
}

/* === CATEGORY CARD GLAM HOVER === */
.category-card:hover {
  border-color: var(--rose);
  transform: translateY(-3px);
  box-shadow: 0 0 20px rgba(183, 110, 121, 0.3), 0 0 40px rgba(212, 175, 55, 0.1);
}

/* === BUTTON SPARKLE HOVER === */
.btn-secondary:hover,
.btn-add-cart:hover {
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.6);
}

/* === FACEBOOK LINK === */
.facebook-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  transition: var(--transition);
  margin-top: 1.5rem;
}

.facebook-link:hover {
  background: var(--gold);
  color: var(--black);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}

/* === MFL PAW LOGO SPARKLE === */
.paw-logo-wrap {
  position: relative;
}

.paw-logo-wrap::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold) 0%, transparent 60%);
  opacity: 0;
  transition: var(--transition);
  z-index: -1;
}

.paw-logo-wrap:hover::after {
  opacity: 0.3;
}

/* === ABOUT SECTION GLAM === */
.about-section {
  padding: 6rem 2rem;
  background: linear-gradient(180deg, var(--black) 0%, #151515 100%);
  position: relative;
}

.about-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}

/* === HERO IMAGE GLAM (legacy, kept for other pages) === */
.hero-feathers-img {
  width: 320px;
  max-width: 80vw;
  border-radius: 12px;
  border: 3px solid var(--gold);
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.4), 0 0 60px rgba(212, 175, 55, 0.2);
  animation: float 6s ease-in-out infinite;
  margin: 0 auto 2rem;
}

/* === SOCIAL SHARE === */
.social-share {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  align-items: center;
}

.social-share-label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: var(--gray-600);
  text-transform: uppercase;
}

.social-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--gold);
  color: var(--gold);
  transition: var(--transition);
  border-radius: 4px;
}

.social-share a:hover {
  background: var(--gold);
  color: var(--black);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}