/* =================================================================
   DULCE DESTIN - LUXURY PREMIUM PATISSERIE CSS
   Luxury & Premium Brand Aesthetic with Gold Accents
   ================================================================= */

/* ===== CSS RESET & NORMALIZE ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Lato', 'Georgia', serif;
  font-size: 16px;
  line-height: 1.7;
  color: #2C2C2C;
  background-color: #FDFBF7;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

ul, ol {
  list-style-position: inside;
}

/* ===== LUXURY PREMIUM COLOR PALETTE ===== */
:root {
  --gold-primary: #D4AF37;
  --gold-accent: #F4E4C1;
  --burgundy: #6B2737;
  --deep-brown: #3E2723;
  --cream: #FDFBF7;
  --soft-beige: #F5F0E8;
  --charcoal: #2C2C2C;
  --warm-grey: #8B7E74;
  --white: #FFFFFF;
}

/* ===== TYPOGRAPHY - LUXURY FONTS ===== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 700;
  line-height: 1.3;
  color: var(--deep-brown);
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

h1 {
  font-size: 48px;
  margin-bottom: 32px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

h2 {
  font-size: 36px;
  margin-bottom: 28px;
  position: relative;
  padding-bottom: 16px;
}

h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold-primary), transparent);
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

h4 {
  font-size: 20px;
  margin-bottom: 16px;
}

p {
  margin-bottom: 20px;
  color: var(--charcoal);
}

strong {
  font-weight: 700;
  color: var(--deep-brown);
}

/* ===== CONTAINER & LAYOUT ===== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  margin-bottom: 60px;
  padding: 60px 20px;
}

/* ===== HEADER - LUXURY DESIGN ===== */
header {
  background: linear-gradient(135deg, var(--white) 0%, var(--soft-beige) 100%);
  border-bottom: 2px solid var(--gold-primary);
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.15);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 20px 0;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.logo img {
  height: 60px;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
  transition: transform 0.3s ease;
}

.logo img:hover {
  transform: scale(1.05);
}

.main-nav {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}

.main-nav a {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--deep-brown);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 0;
  position: relative;
  transition: color 0.3s ease;
}

.main-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold-primary);
  transition: width 0.3s ease;
}

.main-nav a:hover {
  color: var(--gold-primary);
}

.main-nav a:hover::after {
  width: 100%;
}

/* ===== MOBILE MENU - LUXURY SLIDE-IN ===== */
.mobile-menu-toggle {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2000;
  background: linear-gradient(135deg, var(--gold-primary), var(--burgundy));
  color: var(--white);
  border: 2px solid var(--gold-accent);
  border-radius: 8px;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
  transition: all 0.3s ease;
}

.mobile-menu-toggle:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100vh;
  background: linear-gradient(180deg, var(--deep-brown) 0%, var(--burgundy) 100%);
  z-index: 1999;
  padding: 80px 30px 30px;
  box-shadow: -5px 0 30px rgba(0,0,0,0.3);
  transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  overflow-y: auto;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  color: var(--gold-accent);
  border: 2px solid var(--gold-accent);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mobile-menu-close:hover {
  background: var(--gold-accent);
  color: var(--deep-brown);
  transform: rotate(90deg);
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mobile-nav a {
  color: var(--gold-accent);
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(244, 228, 193, 0.2);
  transition: all 0.3s ease;
  display: block;
}

.mobile-nav a:hover {
  background: rgba(244, 228, 193, 0.1);
  color: var(--white);
  padding-left: 30px;
  border-left: 3px solid var(--gold-primary);
}

/* ===== HERO SECTION - LUXURY PREMIUM ===== */
.hero {
  background: linear-gradient(135deg, var(--soft-beige) 0%, var(--cream) 50%, var(--gold-accent) 100%);
  padding: 100px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid var(--gold-primary);
}

.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.1), transparent);
  border-radius: 50%;
}

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

.hero h1 {
  color: var(--deep-brown);
  font-size: 56px;
  margin-bottom: 24px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.hero-subtitle {
  font-size: 20px;
  color: var(--warm-grey);
  margin-bottom: 40px;
  font-style: italic;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

/* ===== BUTTONS - LUXURY PREMIUM STYLE ===== */
.btn {
  display: inline-block;
  padding: 16px 40px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: -1;
}

.btn:hover::before {
  width: 300px;
  height: 300px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-primary) 0%, var(--burgundy) 100%);
  color: var(--white);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(212, 175, 55, 0.4);
}

.btn-secondary {
  background: transparent;
  color: var(--deep-brown);
  border: 2px solid var(--gold-primary);
}

.btn-secondary:hover {
  background: var(--gold-primary);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}

/* ===== FEATURES SECTION - LUXURY GRID ===== */
.features {
  padding: 80px 20px;
  background: var(--white);
  text-align: center;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-top: 50px;
}

.feature-card {
  flex: 1 1 calc(25% - 32px);
  min-width: 250px;
  max-width: 300px;
  background: linear-gradient(135deg, var(--cream) 0%, var(--white) 100%);
  padding: 40px 30px;
  border-radius: 12px;
  border: 2px solid var(--gold-accent);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.15);
  transition: all 0.4s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.25);
  border-color: var(--gold-primary);
}

.feature-card img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  filter: drop-shadow(0 4px 8px rgba(212, 175, 55, 0.2));
  transition: transform 0.3s ease;
}

.feature-card:hover img {
  transform: scale(1.1);
}

.feature-card h3 {
  color: var(--burgundy);
  font-size: 22px;
  margin-bottom: 12px;
}

.feature-card p {
  color: var(--warm-grey);
  font-size: 15px;
  line-height: 1.6;
}

/* ===== SERVICES PREVIEW - LUXURY CARDS ===== */
.services-preview {
  padding: 80px 20px;
  background: linear-gradient(135deg, var(--soft-beige) 0%, var(--cream) 100%);
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.service-card {
  flex: 1 1 calc(33.333% - 28px);
  min-width: 280px;
  background: var(--white);
  padding: 40px 30px;
  border-radius: 12px;
  border: 2px solid var(--gold-accent);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-primary), var(--burgundy));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.2);
  border-color: var(--gold-primary);
}

.service-card h3 {
  color: var(--burgundy);
  font-size: 24px;
  margin-bottom: 16px;
}

.service-card p {
  color: var(--charcoal);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.service-card .price {
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--gold-primary);
  background: linear-gradient(135deg, var(--gold-accent), var(--cream));
  padding: 12px 24px;
  border-radius: 50px;
  border: 2px solid var(--gold-primary);
  margin-top: auto;
}

.cta-center {
  text-align: center;
  margin-top: 50px;
}

/* ===== ABOUT PREVIEW - LUXURY DESIGN ===== */
.about-preview {
  padding: 80px 20px;
  background: var(--white);
}

.about-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.about-content h2 {
  color: var(--deep-brown);
  margin-bottom: 32px;
}

.about-content p {
  font-size: 18px;
  color: var(--charcoal);
  line-height: 1.8;
  margin-bottom: 40px;
}

.trust-indicators {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 50px 0;
}

.indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 30px;
  background: linear-gradient(135deg, var(--gold-accent), var(--cream));
  border-radius: 12px;
  border: 2px solid var(--gold-primary);
  min-width: 180px;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.15);
  transition: transform 0.3s ease;
}

.indicator:hover {
  transform: translateY(-5px);
}

.indicator strong {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: var(--burgundy);
  display: block;
}

.indicator span {
  font-size: 14px;
  color: var(--warm-grey);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ===== TESTIMONIALS - LUXURY PREMIUM ===== */
.testimonials {
  padding: 80px 20px;
  background: linear-gradient(135deg, var(--soft-beige) 0%, var(--gold-accent) 100%);
}

.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 50px;
  justify-content: center;
}

.testimonial-card {
  flex: 1 1 calc(50% - 32px);
  min-width: 300px;
  max-width: 550px;
  background: var(--white);
  padding: 40px 35px;
  border-radius: 12px;
  border-left: 4px solid var(--gold-primary);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  color: var(--gold-accent);
  line-height: 1;
  opacity: 0.5;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.2);
}

.testimonial-card p {
  font-size: 16px;
  color: var(--charcoal);
  line-height: 1.8;
  font-style: italic;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 2px solid var(--gold-accent);
  padding-top: 20px;
  margin-top: auto;
}

.testimonial-author strong {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--burgundy);
}

.testimonial-author span {
  font-size: 14px;
  color: var(--warm-grey);
}

/* ===== PROCESS STEPS - LUXURY DESIGN ===== */
.process {
  padding: 80px 20px;
  background: var(--white);
}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-top: 50px;
}

.step {
  flex: 1 1 calc(25% - 32px);
  min-width: 220px;
  max-width: 280px;
  text-align: center;
  padding: 35px 25px;
  background: linear-gradient(135deg, var(--cream), var(--white));
  border-radius: 12px;
  border: 2px solid var(--gold-accent);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.step:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.2);
  border-color: var(--gold-primary);
}

.step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--gold-primary), var(--burgundy));
  color: var(--white);
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
  margin-bottom: 8px;
}

.step h3 {
  font-size: 20px;
  color: var(--burgundy);
  margin-bottom: 12px;
}

.step p {
  font-size: 15px;
  color: var(--warm-grey);
  line-height: 1.6;
}

/* ===== CTA BANNER - LUXURY PREMIUM ===== */
.cta-banner {
  padding: 80px 20px;
  background: linear-gradient(135deg, var(--burgundy) 0%, var(--deep-brown) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(244, 228, 193, 0.08), transparent);
}

.cta-banner .container {
  position: relative;
  z-index: 1;
}

.cta-banner h2 {
  color: var(--gold-accent);
  font-size: 42px;
  margin-bottom: 24px;
}

.cta-banner h2::after {
  background: linear-gradient(90deg, transparent, var(--gold-accent), transparent);
}

.cta-banner p {
  color: var(--soft-beige);
  font-size: 18px;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== CONTACT PREVIEW ===== */
.contact-preview {
  padding: 80px 20px;
  background: var(--soft-beige);
  text-align: center;
}

.contact-info {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin: 50px 0;
}

.info-item {
  flex: 1 1 calc(33.333% - 40px);
  min-width: 250px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 30px;
  background: var(--white);
  border-radius: 12px;
  border: 2px solid var(--gold-accent);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.info-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.15);
}

.info-item img {
  width: 60px;
  height: 60px;
  filter: drop-shadow(0 2px 6px rgba(212, 175, 55, 0.3));
}

.info-item p {
  text-align: center;
  color: var(--charcoal);
  line-height: 1.8;
}

.info-item strong {
  color: var(--burgundy);
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
}

/* ===== FOOTER - LUXURY PREMIUM ===== */
footer {
  background: linear-gradient(135deg, var(--deep-brown) 0%, var(--burgundy) 100%);
  color: var(--soft-beige);
  padding: 60px 20px 30px;
  border-top: 3px solid var(--gold-primary);
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer-section {
  flex: 1 1 calc(25% - 40px);
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-logo {
  height: 50px;
  margin-bottom: 16px;
  filter: brightness(0) invert(1) drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

.footer-section h4 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: var(--gold-accent);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-section p {
  color: var(--soft-beige);
  font-size: 14px;
  line-height: 1.8;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav a {
  color: var(--soft-beige);
  font-size: 15px;
  transition: all 0.3s ease;
  padding: 4px 0;
}

.footer-nav a:hover {
  color: var(--gold-accent);
  padding-left: 8px;
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(244, 228, 193, 0.2);
}

.footer-bottom p {
  color: var(--warm-grey);
  font-size: 14px;
}

/* ===== BREADCRUMB - LUXURY ===== */
.breadcrumb {
  font-size: 14px;
  color: var(--warm-grey);
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.breadcrumb a {
  color: var(--gold-primary);
  transition: color 0.3s ease;
}

.breadcrumb a:hover {
  color: var(--burgundy);
}

/* ===== HERO PAGE - LUXURY ===== */
.hero-page {
  background: linear-gradient(135deg, var(--soft-beige) 0%, var(--gold-accent) 100%);
  padding: 80px 20px;
  text-align: center;
  border-bottom: 3px solid var(--gold-primary);
}

.hero-page h1 {
  font-size: 48px;
  color: var(--deep-brown);
  margin-bottom: 20px;
}

.price-range, .price-start {
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--gold-primary);
  background: var(--white);
  padding: 12px 30px;
  border-radius: 50px;
  border: 2px solid var(--gold-primary);
  margin-top: 20px;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

/* ===== PRODUCTS & SERVICES PAGES - LUXURY ===== */
.service-overview, .story, .legal-content {
  padding: 60px 20px;
  background: var(--white);
}

.service-overview p, .story-content p, .legal-content p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--charcoal);
  margin-bottom: 24px;
}

.included-list, .features-list {
  margin: 30px 0;
  padding: 30px;
  background: var(--soft-beige);
  border-left: 4px solid var(--gold-primary);
  border-radius: 8px;
}

.included-list li, .features-list li {
  padding: 10px 0;
  color: var(--charcoal);
  font-size: 16px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.included-list li:last-child, .features-list li:last-child {
  border-bottom: none;
}

.notice, .minimum-order, .additional-note {
  background: linear-gradient(135deg, var(--gold-accent), var(--cream));
  padding: 20px 30px;
  border-radius: 8px;
  border-left: 4px solid var(--gold-primary);
  color: var(--deep-brown);
  font-weight: 600;
  margin: 30px 0;
}

/* ===== PRODUCT ITEMS - LUXURY CARDS ===== */
.products {
  padding: 60px 20px;
  background: var(--soft-beige);
}

.product-item {
  margin-bottom: 50px;
  padding: 40px;
  background: var(--white);
  border-radius: 12px;
  border: 2px solid var(--gold-accent);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  position: relative;
}

.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(212, 175, 55, 0.15);
  border-color: var(--gold-primary);
}

.product-item h2 {
  color: var(--burgundy);
  font-size: 32px;
  margin-bottom: 20px;
}

.product-details {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid var(--gold-accent);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-details .price {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--gold-primary);
}

/* ===== CATEGORIES & OPTIONS - LUXURY GRID ===== */
.cake-categories, .customization-options, .categories, .seasonal {
  padding: 60px 20px;
  background: var(--white);
}

.categories-grid, .options-grid, .category-grid, .seasonal-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 40px;
}

.category-card, .option-group, .category-item, .season-item {
  flex: 1 1 calc(50% - 28px);
  min-width: 280px;
  padding: 35px 30px;
  background: linear-gradient(135deg, var(--cream), var(--white));
  border-radius: 12px;
  border: 2px solid var(--gold-accent);
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.category-card:hover, .option-group:hover, .category-item:hover, .season-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.15);
  border-color: var(--gold-primary);
}

.category-card h3, .option-group h3, .category-item h3, .season-item h3 {
  color: var(--burgundy);
  font-size: 24px;
}

/* ===== PACKAGES - LUXURY PRICING CARDS ===== */
.packages, .pricing-guide {
  padding: 60px 20px;
  background: var(--soft-beige);
}

.package-grid, .pricing-tiers {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-top: 40px;
}

.package-card, .tier {
  flex: 1 1 calc(33.333% - 32px);
  min-width: 280px;
  max-width: 380px;
  padding: 40px 30px;
  background: var(--white);
  border-radius: 12px;
  border: 3px solid var(--gold-primary);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
  transition: all 0.4s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
}

.package-card::before, .tier::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--gold-primary), var(--burgundy));
}

.package-card:hover, .tier:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 45px rgba(212, 175, 55, 0.3);
}

.package-card h3, .tier strong {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: var(--burgundy);
  margin-bottom: 16px;
}

.package-card .price {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--gold-primary);
  margin: 16px 0;
}

.package-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
}

.package-card ul li {
  padding: 12px 0;
  color: var(--charcoal);
  border-bottom: 1px solid var(--gold-accent);
  padding-left: 24px;
  position: relative;
}

.package-card ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold-primary);
  font-weight: 700;
}

/* ===== ADDITIONAL SERVICES ===== */
.additional-services {
  padding: 60px 20px;
  background: var(--white);
}

.services-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.services-list li {
  padding: 20px 30px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, var(--cream), var(--soft-beige));
  border-left: 4px solid var(--gold-primary);
  border-radius: 8px;
  color: var(--charcoal);
  font-size: 16px;
  transition: all 0.3s ease;
}

.services-list li:hover {
  transform: translateX(10px);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.15);
}

/* ===== FAQ - LUXURY ACCORDION ===== */
.faq {
  padding: 60px 20px;
  background: var(--soft-beige);
}

.faq-list {
  max-width: 900px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  background: var(--white);
  padding: 30px;
  border-radius: 12px;
  border-left: 4px solid var(--gold-primary);
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.15);
}

.faq-item h3 {
  color: var(--burgundy);
  font-size: 20px;
  margin-bottom: 12px;
}

.faq-item p {
  color: var(--charcoal);
  line-height: 1.8;
}

/* ===== GALLERY & FEATURED ===== */
.featured-creations, .inspiration {
  padding: 60px 20px;
  background: var(--white);
}

.featured-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 40px;
}

.creation-card {
  flex: 1 1 calc(50% - 28px);
  min-width: 280px;
  padding: 35px;
  background: linear-gradient(135deg, var(--soft-beige), var(--cream));
  border-radius: 12px;
  border: 2px solid var(--gold-accent);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.creation-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(212, 175, 55, 0.2);
  border-color: var(--gold-primary);
}

.creation-card h3 {
  color: var(--burgundy);
  font-size: 24px;
  margin-bottom: 16px;
}

/* ===== CONTACT FORM - LUXURY PLACEHOLDERS ===== */
.contact-form-section, .contact-methods {
  padding: 60px 20px;
  background: var(--white);
}

.methods-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-top: 40px;
}

.method-card {
  flex: 1 1 calc(50% - 32px);
  min-width: 280px;
  max-width: 450px;
  padding: 40px 35px;
  background: linear-gradient(135deg, var(--cream), var(--soft-beige));
  border-radius: 12px;
  border: 2px solid var(--gold-accent);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.method-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(212, 175, 55, 0.15);
  border-color: var(--gold-primary);
}

.method-card img {
  width: 70px;
  height: 70px;
  filter: drop-shadow(0 4px 8px rgba(212, 175, 55, 0.3));
}

.method-card h3 {
  color: var(--burgundy);
  font-size: 24px;
  margin-bottom: 12px;
}

.method-card .note {
  font-size: 14px;
  color: var(--warm-grey);
  font-style: italic;
  margin-top: 8px;
}

.form-container {
  max-width: 700px;
  margin: 40px auto;
  padding: 40px;
  background: var(--soft-beige);
  border-radius: 12px;
  border: 2px solid var(--gold-accent);
}

.form-field {
  margin-bottom: 28px;
}

.form-field label {
  display: block;
  font-weight: 600;
  color: var(--deep-brown);
  margin-bottom: 10px;
  font-size: 15px;
}

.input-placeholder, .textarea-placeholder {
  width: 100%;
  height: 48px;
  background: var(--white);
  border: 2px solid var(--gold-accent);
  border-radius: 8px;
  transition: border-color 0.3s ease;
}

.textarea-placeholder {
  height: 120px;
}

.input-placeholder:hover, .textarea-placeholder:hover {
  border-color: var(--gold-primary);
}

.checkbox-placeholder {
  width: 20px;
  height: 20px;
  background: var(--white);
  border: 2px solid var(--gold-accent);
  border-radius: 4px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.form-note {
  text-align: center;
  color: var(--warm-grey);
  font-size: 14px;
  font-style: italic;
  margin-top: 30px;
  padding: 16px;
  background: var(--cream);
  border-radius: 8px;
}

/* ===== LOCATION & BUSINESS HOURS ===== */
.location, .business-hours {
  padding: 60px 20px;
  background: var(--soft-beige);
}

.location-info, .hours-list {
  margin-top: 30px;
  padding: 30px;
  background: var(--white);
  border-radius: 12px;
  border-left: 4px solid var(--gold-primary);
}

.best-time {
  margin-top: 20px;
  padding: 16px 24px;
  background: var(--gold-accent);
  border-radius: 8px;
  color: var(--deep-brown);
  font-weight: 600;
  text-align: center;
}

/* ===== LEGAL PAGES - LUXURY TYPOGRAPHY ===== */
.legal-section {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 2px solid var(--gold-accent);
}

.legal-section:last-child {
  border-bottom: none;
}

.legal-section h2 {
  color: var(--burgundy);
  font-size: 32px;
  margin-bottom: 24px;
}

.legal-section h3 {
  color: var(--deep-brown);
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 16px;
}

.legal-section ul, .legal-section ol {
  margin: 20px 0;
  padding-left: 30px;
}

.legal-section li {
  margin-bottom: 12px;
  line-height: 1.8;
  color: var(--charcoal);
}

.legal-section a {
  color: var(--gold-primary);
  font-weight: 600;
  text-decoration: underline;
}

.legal-section a:hover {
  color: var(--burgundy);
}

/* ===== THANK YOU PAGE - LUXURY SUCCESS ===== */
.thank-you {
  padding: 100px 20px;
}

.success-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--gold-primary), var(--burgundy));
  color: var(--white);
  font-size: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  box-shadow: 0 10px 40px rgba(212, 175, 55, 0.4);
  animation: successPulse 2s infinite;
}

@keyframes successPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.confirmation, .next-steps, .testimonial-preview, .faq-quick {
  padding: 60px 20px;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
  margin: 30px auto;
}

.step {
  padding: 20px 25px;
  background: var(--white);
  border-left: 4px solid var(--gold-primary);
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.links-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
  justify-content: center;
}

.link-card {
  flex: 1 1 calc(50% - 24px);
  min-width: 250px;
  max-width: 350px;
  padding: 30px 25px;
  background: linear-gradient(135deg, var(--cream), var(--white));
  border-radius: 12px;
  border: 2px solid var(--gold-accent);
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  text-align: center;
}

.link-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.15);
  border-color: var(--gold-primary);
}

.link-card h3 {
  color: var(--burgundy);
  font-size: 22px;
  margin-bottom: 12px;
}

.link-card p {
  color: var(--warm-grey);
  font-size: 15px;
}

.hope, .availability, .urgency-note, .note {
  text-align: center;
  font-style: italic;
  color: var(--warm-grey);
  margin-top: 30px;
  padding: 16px;
  background: var(--soft-beige);
  border-radius: 8px;
}

.urgency-note {
  color: var(--gold-accent);
  background: rgba(107, 39, 55, 0.3);
  font-weight: 600;
}

/* ===== VALUES & CREDENTIALS - LUXURY GRID ===== */
.values, .credentials {
  padding: 60px 20px;
  background: var(--soft-beige);
}

.values-grid, .credentials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 40px;
  justify-content: center;
}

.value-card, .credential-item {
  flex: 1 1 calc(33.333% - 28px);
  min-width: 250px;
  max-width: 320px;
  padding: 35px 30px;
  background: var(--white);
  border-radius: 12px;
  border: 2px solid var(--gold-accent);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.value-card:hover, .credential-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(212, 175, 55, 0.15);
  border-color: var(--gold-primary);
}

.value-card img {
  width: 70px;
  height: 70px;
  filter: drop-shadow(0 4px 8px rgba(212, 175, 55, 0.2));
}

.value-card h3 {
  color: var(--burgundy);
  font-size: 22px;
}

.credential-item strong {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  color: var(--gold-primary);
  display: block;
}

.credential-item p {
  font-size: 16px;
  color: var(--charcoal);
}

/* ===== MISSION & STORY ===== */
.mission, .story {
  padding: 80px 20px;
  background: linear-gradient(135deg, var(--cream) 0%, var(--soft-beige) 100%);
}

.mission-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.mission-statement, .vision-statement {
  font-size: 20px;
  line-height: 1.8;
  color: var(--charcoal);
  padding: 30px;
  background: var(--white);
  border-radius: 12px;
  border-left: 4px solid var(--gold-primary);
  margin-bottom: 30px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.story-section {
  margin-bottom: 50px;
  padding: 35px;
  background: var(--white);
  border-radius: 12px;
  border: 2px solid var(--gold-accent);
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.story-section h2 {
  color: var(--burgundy);
  font-size: 32px;
  margin-bottom: 20px;
}

/* ===== PRODUCT FEATURES ===== */
.product-features {
  padding: 60px 20px;
  background: var(--white);
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.feature-item img {
  width: 60px;
  height: 60px;
  filter: drop-shadow(0 4px 8px rgba(212, 175, 55, 0.2));
}

.feature-item p {
  color: var(--charcoal);
  font-size: 15px;
  font-weight: 600;
}

/* ===== COOKIE CONSENT BANNER - LUXURY PREMIUM ===== */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, var(--deep-brown) 0%, var(--burgundy) 100%);
  color: var(--soft-beige);
  padding: 24px 20px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
  z-index: 1998;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top: 3px solid var(--gold-primary);
}

.cookie-consent.active {
  transform: translateY(0);
}

.cookie-consent .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cookie-consent p {
  flex: 1 1 300px;
  color: var(--soft-beige);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.cookie-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-btn {
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.cookie-btn-accept {
  background: linear-gradient(135deg, var(--gold-primary), var(--gold-accent));
  color: var(--deep-brown);
  border-color: var(--gold-primary);
}

.cookie-btn-accept:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.cookie-btn-reject {
  background: transparent;
  color: var(--soft-beige);
  border-color: var(--soft-beige);
}

.cookie-btn-reject:hover {
  background: var(--soft-beige);
  color: var(--deep-brown);
}

.cookie-btn-settings {
  background: transparent;
  color: var(--gold-accent);
  border-color: var(--gold-accent);
}

.cookie-btn-settings:hover {
  background: var(--gold-accent);
  color: var(--deep-brown);
}

/* ===== COOKIE MODAL - LUXURY PREMIUM ===== */
.cookie-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 44, 44, 0.8);
  backdrop-filter: blur(4px);
  z-index: 1999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cookie-modal.active {
  display: flex;
}

.cookie-modal-content {
  background: var(--white);
  max-width: 600px;
  width: 100%;
  border-radius: 16px;
  border: 3px solid var(--gold-primary);
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  overflow: hidden;
  animation: modalSlideIn 0.4s ease;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cookie-modal-header {
  background: linear-gradient(135deg, var(--burgundy), var(--deep-brown));
  color: var(--gold-accent);
  padding: 24px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-modal-header h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: var(--gold-accent);
  margin: 0;
}

.cookie-modal-close {
  background: transparent;
  color: var(--gold-accent);
  border: 2px solid var(--gold-accent);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cookie-modal-close:hover {
  background: var(--gold-accent);
  color: var(--deep-brown);
  transform: rotate(90deg);
}

.cookie-modal-body {
  padding: 30px;
  max-height: 400px;
  overflow-y: auto;
}

.cookie-category {
  margin-bottom: 24px;
  padding: 20px;
  background: var(--soft-beige);
  border-radius: 8px;
  border-left: 4px solid var(--gold-primary);
}

.cookie-category h4 {
  color: var(--burgundy);
  font-size: 18px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-category p {
  color: var(--charcoal);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.cookie-toggle {
  width: 50px;
  height: 26px;
  background: var(--warm-grey);
  border-radius: 13px;
  position: relative;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cookie-toggle.active {
  background: var(--gold-primary);
}

.cookie-toggle::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: var(--white);
  border-radius: 50%;
  transition: left 0.3s ease;
}

.cookie-toggle.active::after {
  left: 27px;
}

.cookie-toggle.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.cookie-modal-footer {
  padding: 20px 30px;
  background: var(--soft-beige);
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  border-top: 2px solid var(--gold-accent);
}

/* ===== RESPONSIVE DESIGN - MOBILE FIRST ===== */
@media (max-width: 768px) {
  /* Hide desktop navigation */
  .main-nav {
    display: none;
  }
  
  /* Show mobile menu toggle */
  .mobile-menu-toggle {
    display: block;
  }
  
  /* Typography adjustments */
  h1 {
    font-size: 36px;
  }
  
  h2 {
    font-size: 28px;
  }
  
  h3 {
    font-size: 20px;
  }
  
  .hero h1 {
    font-size: 38px;
  }
  
  .hero-subtitle {
    font-size: 17px;
  }
  
  /* Layout adjustments */
  .section {
    padding: 40px 16px;
    margin-bottom: 40px;
  }
  
  .hero {
    padding: 60px 16px;
  }
  
  .hero-page {
    padding: 50px 16px;
  }
  
  /* Grid adjustments */
  .features-grid,
  .services-grid,
  .testimonials-grid,
  .process-steps,
  .contact-info,
  .methods-grid,
  .categories-grid,
  .options-grid,
  .package-grid,
  .values-grid,
  .credentials-grid,
  .featured-grid,
  .links-grid {
    flex-direction: column;
    gap: 20px;
  }
  
  .feature-card,
  .service-card,
  .testimonial-card,
  .step,
  .info-item,
  .method-card,
  .category-card,
  .option-group,
  .package-card,
  .value-card,
  .credential-item,
  .creation-card,
  .link-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
  
  /* CTA buttons stack on mobile */
  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  
  .btn {
    width: 100%;
    text-align: center;
  }
  
  /* Trust indicators stack */
  .trust-indicators {
    flex-direction: column;
    gap: 20px;
  }
  
  .indicator {
    width: 100%;
  }
  
  /* Footer adjustments */
  .footer-content {
    flex-direction: column;
    gap: 30px;
  }
  
  .footer-section {
    flex: 1 1 100%;
  }
  
  /* Cookie consent mobile */
  .cookie-consent .container {
    flex-direction: column;
  }
  
  .cookie-buttons {
    width: 100%;
    flex-direction: column;
  }
  
  .cookie-btn {
    width: 100%;
  }
  
  /* Mobile menu width adjustment */
  .mobile-menu {
    width: 280px;
  }
  
  /* Product items mobile */
  .product-item {
    padding: 24px 20px;
  }
  
  /* Form adjustments */
  .form-container {
    padding: 24px 20px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 28px;
  }
  
  h2 {
    font-size: 24px;
  }
  
  .hero h1 {
    font-size: 32px;
  }
  
  .hero-subtitle {
    font-size: 16px;
  }
  
  .section {
    padding: 30px 12px;
  }
  
  .btn {
    padding: 14px 28px;
    font-size: 14px;
  }
  
  .logo img {
    height: 45px;
  }
  
  .mobile-menu {
    width: 100%;
    right: -100%;
  }
  
  .mobile-menu.active {
    right: 0;
  }
}

/* ===== SMOOTH SCROLLING & ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Focus styles for accessibility */
a:focus, button:focus {
  outline: 3px solid var(--gold-primary);
  outline-offset: 2px;
}

/* Print styles */
@media print {
  .mobile-menu-toggle,
  .mobile-menu,
  .cookie-consent,
  .cookie-modal,
  header,
  footer,
  .cta-banner {
    display: none;
  }
  
  body {
    background: white;
    color: black;
  }
  
  a {
    text-decoration: underline;
  }
}

/* ===== END OF LUXURY PREMIUM CSS ===== */