.shop-hero { padding: 4rem 5%; background: linear-gradient(135deg, #fef5f5 0%, #fff 50%, #f0f7ff 100%); }
.shop-hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.shop-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.5rem, 5vw, 4rem); color: #1a1a1a; margin-bottom: 1rem; line-height: 1.2; }
.shop-hero p { font-size: 1.125rem; color: #666; margin-bottom: 2rem; }
.shop-hero .hero-image img { width: 100%; height: auto; border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,0.1); }

.features-section { padding: 3rem 5%; background: #fff; border-bottom: 1px solid #eee; }
.features-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.feature-icon { width: 48px; height: 48px; margin: 0 auto 1rem; color: #1a1a1a; }
.feature-item h3 { font-family: 'Playfair Display', serif; font-size: 1rem; color: #1a1a1a; margin-bottom: 0.5rem; }
.feature-item p { font-size: 0.875rem; color: #666; }

.section-inner { max-width: 1200px; margin: 0 auto; padding: 4rem 5% 0; }
.section-inner:last-child { padding-bottom: 4rem; }
.section-heading { text-align: center; margin-bottom: 2rem; }
.section-heading h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 3vw, 2rem); color: #1a1a1a; margin-bottom: 0.5rem; }
.section-heading p { color: #666; }

.products-track, .category-track {
  display: flex; gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; padding-bottom: 1rem;
}
.products-track::-webkit-scrollbar, .category-track::-webkit-scrollbar { display: none; }
.track-card {
  flex: 0 0 280px; scroll-snap-align: start; background: #fff; border-radius: 12px; overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08); text-decoration: none; color: inherit; transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.track-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,0.12); }
.track-card-image { aspect-ratio: 1; background: #f5f5f5; overflow: hidden; }
.track-card-image img { width: 100%; height: 100%; object-fit: cover; }
.track-card-body { padding: 1rem; }
.track-card-body h3 { font-family: 'Playfair Display', serif; font-size: 1rem; color: #1a1a1a; margin-bottom: 0.25rem; }
.track-card-desc { font-size: 0.75rem; color: #999; text-transform: uppercase; margin-bottom: 0.5rem; }
.track-card-price { font-weight: 500; color: #1a1a1a; margin: 0; }
.track-card-link { font-weight: 500; color: #c9a87c; text-decoration: underline; }

.custom-florals-section, .quote-cta-section, .delivery-section, .faq-section { padding: 4rem 5%; background: #fff; }
.custom-florals-section h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 3vw, 2rem); color: #1a1a1a; margin-bottom: 0.5rem; }
.custom-florals-desc { color: #666; max-width: 600px; margin: 0 auto 2rem; }
.btn-blush, .btn-white {
  display: inline-block; padding: 0.75rem 2rem; border-radius: 8px; text-decoration: none; font-weight: 500;
}
.btn-blush { background: #f5d5c5; color: #1a1a1a; }
.btn-white { background: #fff; color: #1a1a1a; width: fit-content; }
.custom-florals-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; max-width: 1200px; margin-left: auto; margin-right: auto; }
.custom-florals-grid > div { border-radius: 12px; overflow: hidden; }
.custom-florals-grid img { width: 100%; height: 250px; object-fit: cover; }
.custom-florals-grid p { padding: 1rem; color: #1a1a1a; margin: 0; }

.quote-cta-inner {
  max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; border-radius: 16px;
  overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.quote-cta-image img { width: 100%; height: 100%; object-fit: cover; min-height: 300px; display: block; }
.quote-cta-content { background: #f5d5c5; padding: 3rem; display: flex; flex-direction: column; justify-content: center; }
.quote-cta-content h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 3vw, 2rem); color: #1a1a1a; margin-bottom: 1rem; }
.quote-cta-content p { color: #666; margin-bottom: 1.5rem; line-height: 1.6; }

.delivery-inner { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.delivery-image { border-radius: 16px; overflow: hidden; }
.delivery-image img { width: 100%; height: auto; display: block; }
.delivery-inner h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 3vw, 2rem); color: #1a1a1a; margin-bottom: 1rem; }
.delivery-inner p { color: #666; margin-bottom: 1.5rem; line-height: 1.6; }
.delivery-heading-mobile, .delivery-desc-mobile { display: none; }

.faq-inner { max-width: 800px; margin: 0 auto; }
.faq-inner h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 3vw, 2rem); color: #1a1a1a; text-align: center; margin-bottom: 2rem; }
.faq-list { display: flex; flex-direction: column; gap: 0.5rem; }
.faq-item { border-bottom: 1px solid #eee; }
.faq-question {
  width: 100%; padding: 1rem 0; background: none; border: none; text-align: left; display: flex;
  justify-content: space-between; align-items: center; cursor: pointer; font-size: 1rem; color: #1a1a1a; font-family: inherit;
}
.faq-answer { display: none; padding: 0 0 1rem; color: #666; line-height: 1.6; }
.faq-icon { transition: transform 0.3s ease; }

@media (max-width: 768px) {
  .shop-hero-inner { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-cta-inner, .delivery-inner { grid-template-columns: 1fr; }
  .custom-florals-grid { grid-template-columns: 1fr; }
  .delivery-heading-desktop, .delivery-desc-desktop { display: none; }
  .delivery-heading-mobile, .delivery-desc-mobile { display: block; }
}
@media (max-width: 480px) {
  .features-grid { grid-template-columns: 1fr; }
}
