/* ===== Reset & Base ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; color: #3a3a3a; line-height: 1.7; background: #faf8f5; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; }
:root { --sage: #8ba888; --sage-dark: #6b8a68; --terracotta: #c4a882; --terracotta-dark: #b08d70; --cream: #faf8f5; --warm-white: #f5f0e8; --dark: #3a3a3a; --gold: #c9a98e; }
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; font-weight: 500; color: #2a2a2a; }
h1 { font-size: 3.5rem; line-height: 1.15; }
h2 { font-size: 2.5rem; line-height: 1.2; }
h3 { font-size: 1.5rem; }
em { font-style: italic; color: var(--sage-dark); }
.eyebrow { text-transform: uppercase; letter-spacing: 3px; font-size: 0.75rem; color: var(--terracotta-dark); font-weight: 500; margin-bottom: 0.5rem; }
.announcement { background: var(--sage-dark); color: #fff; text-align: center; padding: 0.6rem 1rem; font-size: 0.85rem; letter-spacing: 0.5px; }
.navbar { position: sticky; top: 0; z-index: 1000; background: rgba(250, 248, 245, 0.95); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(0,0,0,0.05); transition: box-shadow 0.3s; }
.navbar.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.nav-container { max-width: 1300px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 2rem; }
.logo { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 600; color: var(--sage-dark); letter-spacing: 1px; }
.nav-links { display: flex; gap: 2.2rem; }
.nav-links a { font-size: 0.9rem; font-weight: 400; color: #555; transition: color 0.3s; position: relative; }
.nav-links a:hover, .nav-links a.active { color: var(--sage-dark); }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1.5px; background: var(--sage); transition: width 0.3s; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-icons { display: flex; gap: 1.2rem; align-items: center; }
.icon-link { font-size: 1.1rem; position: relative; }
.cart-count { position: absolute; top: -8px; right: -8px; background: var(--terracotta-dark); color: #fff; font-size: 0.65rem; border-radius: 50%; width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; }
.hamburger { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--sage-dark); }
.btn { display: inline-block; padding: 0.85rem 2rem; font-size: 0.85rem; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; border: none; cursor: pointer; transition: all 0.3s; font-family: 'Poppins', sans-serif; }
.btn-primary { background: var(--sage-dark); color: #fff; }
.btn-primary:hover { background: #5a7a57; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(107,138,104,0.3); }
.btn-outline { background: transparent; color: var(--sage-dark); border: 1.5px solid var(--sage-dark); }
.btn-outline:hover { background: var(--sage-dark); color: #fff; }
.btn-small { padding: 0.5rem 1.2rem; font-size: 0.75rem; }
.btn-large { padding: 1rem 2.5rem; font-size: 0.9rem; width: 100%; margin-top: 1rem; }
.hero { position: relative; min-height: 90vh; display: flex; align-items: center; justify-content: center; text-align: center; background: linear-gradient(135deg, #d4c4a8 0%, #c4a882 30%, #8ba888 70%, #6b8a68 100%); overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(ellipse at center, transparent 0%, rgba(0,0,0,0.15) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 700px; padding: 0 2rem; }
.hero-tagline { color: rgba(255,255,255,0.85); font-size: 0.85rem; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 1.5rem; }
.hero-title { color: #fff; font-size: 4.5rem; font-weight: 300; margin-bottom: 1.5rem; }
.hero-title em { color: rgba(255,255,255,0.9); }
.hero-subtitle { color: rgba(255,255,255,0.9); font-size: 1.1rem; font-weight: 300; margin-bottom: 2.5rem; line-height: 1.8; }
.hero-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero .btn-primary { background: #fff; color: var(--sage-dark); }
.hero .btn-primary:hover { background: var(--warm-white); }
.hero .btn-outline { color: #fff; border-color: rgba(255,255,255,0.6); }
.hero .btn-outline:hover { background: rgba(255,255,255,0.15); }
.scroll-hint { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.6); font-size: 0.8rem; letter-spacing: 2px; }
.section-header { text-align: center; max-width: 600px; margin: 0 auto 3.5rem; padding: 0 2rem; }
.section-desc { color: #777; font-size: 1rem; margin-top: 0.8rem; font-weight: 300; }
.featured-product { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; max-width: 1200px; margin: 6rem auto; padding: 0 2rem; align-items: center; }
.featured-image .product-image-placeholder { aspect-ratio: 1; border-radius: 0; }
.badge { display: inline-block; background: var(--sage); color: #fff; padding: 0.3rem 1rem; font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 1rem; }
.featured-info h2 { font-size: 3rem; margin-bottom: 1rem; }
.featured-desc { color: #666; margin-bottom: 1.5rem; font-weight: 300; }
.featured-features { margin-bottom: 2rem; }
.featured-features li { padding: 0.3rem 0; color: #555; font-size: 0.95rem; }
.featured-price { display: flex; align-items: center; gap: 1.5rem; }
.featured-price .price { font-size: 2rem; font-family: 'Cormorant Garamond', serif; color: var(--sage-dark); }
.product-image-placeholder { width: 100%; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; border-radius: 4px; position: relative; overflow: hidden; }
.product-image-placeholder.large { aspect-ratio: 1; }
.placeholder-icon { font-size: 4rem; opacity: 0.5; }
.product-badge { position: absolute; top: 1rem; left: 1rem; background: var(--sage-dark); color: #fff; padding: 0.25rem 0.8rem; font-size: 0.7rem; letter-spacing: 1px; text-transform: uppercase; border-radius: 2px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.5rem; max-width: 1300px; margin: 0 auto; padding: 0 2rem; }
.product-card { text-align: center; transition: transform 0.3s; }
.product-card:hover { transform: translateY(-6px); }
.product-card .product-image-placeholder { transition: opacity 0.3s; }
.product-card:hover .product-image-placeholder { opacity: 0.9; }
.product-info { padding: 1.2rem 0; }
.product-info h3 { margin-bottom: 0.3rem; }
.product-tag { font-size: 0.8rem; color: #999; margin-bottom: 0.5rem; }
.product-price { font-size: 1.2rem; color: var(--sage-dark); font-family: 'Cormorant Garamond', serif; margin-bottom: 0.8rem; }
.center-link { text-align: center; margin-top: 3rem; }
.benefits { background: var(--warm-white); padding: 6rem 2rem; margin-top: 6rem; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; max-width: 1100px; margin: 0 auto; }
.benefit-card { text-align: center; padding: 2.5rem 1.5rem; background: #fff; border-radius: 4px; transition: transform 0.3s, box-shadow 0.3s; }
.benefit-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.benefit-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.benefit-card h3 { margin-bottom: 0.5rem; }
.benefit-card p { color: #777; font-size: 0.9rem; font-weight: 300; }
.ritual { padding: 6rem 2rem; background: linear-gradient(180deg, #faf8f5 0%, #f0ebe0 100%); }
.ritual-content { max-width: 1000px; margin: 0 auto; }
.ritual-content .section-header { text-align: center; }
.ritual-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 2rem; }
.ritual-step { text-align: center; padding: 2rem 1rem; }
.step-number { display: block; font-family: 'Cormorant Garamond', serif; font-size: 3rem; color: var(--terracotta); margin-bottom: 0.5rem; }
.ritual-step h3 { margin-bottom: 0.5rem; }
.ritual-step p { color: #777; font-size: 0.9rem; font-weight: 300; }
.testimonials { padding: 6rem 2rem; max-width: 1200px; margin: 0 auto; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.testimonial-card { background: var(--warm-white); padding: 2.5rem; border-radius: 4px; text-align: center; }
.stars { color: var(--terracotta); font-size: 1.1rem; margin-bottom: 1rem; letter-spacing: 2px; }
.stars.small { font-size: 0.85rem; }
.stars span { color: #aaa; font-size: 0.8rem; }
.testimonial-card p { color: #555; font-style: italic; font-weight: 300; margin-bottom: 1rem; }
.testimonial-author { color: var(--sage-dark); font-weight: 500; font-size: 0.9rem; }
.faq { padding: 6rem 2rem; max-width: 800px; margin: 0 auto; }
.faq-list { margin-top: 1rem; }
.faq-item { border-bottom: 1px solid #e5e0d5; }
.faq-question { width: 100%; background: none; border: none; padding: 1.5rem 0; font-size: 1.1rem; font-family: 'Cormorant Garamond', serif; color: #333; cursor: pointer; display: flex; justify-content: space-between; align-items: center; text-align: left; }
.faq-toggle { font-size: 1.5rem; color: var(--sage); transition: transform 0.3s; }
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; }
.faq-item.open .faq-answer { max-height: 300px; padding-bottom: 1.5rem; }
.faq-answer p { color: #666; font-weight: 300; font-size: 0.95rem; margin-bottom: 0.5rem; }
.newsletter { background: var(--sage-dark); padding: 5rem 2rem; text-align: center; }
.newsletter-content { max-width: 500px; margin: 0 auto; }
.newsletter h2 { color: #fff; margin-bottom: 0.5rem; }
.newsletter p { color: rgba(255,255,255,0.8); margin-bottom: 2rem; font-weight: 300; }
.newsletter-form { display: flex; gap: 0.5rem; }
.newsletter-form input { flex: 1; padding: 0.85rem 1rem; border: none; border-radius: 2px; font-family: 'Poppins', sans-serif; font-size: 0.9rem; }
.newsletter-form .btn-primary { background: var(--terracotta-dark); }
.newsletter-form .btn-primary:hover { background: #9a7a5a; }
.footer { background: #2a2a2a; color: #aaa; padding: 4rem 2rem 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; max-width: 1200px; margin: 0 auto; }
.footer-logo { color: var(--sage); font-size: 1.8rem; margin-bottom: 1rem; }
.footer-col p { font-weight: 300; font-size: 0.9rem; line-height: 1.8; }
.footer-col h4 { color: #ddd; margin-bottom: 1rem; font-size: 1.1rem; }
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col ul li a { color: #999; font-size: 0.9rem; transition: color 0.3s; }
.footer-col ul li a:hover { color: var(--sage); }
.footer-bottom { text-align: center; padding-top: 2rem; margin-top: 2rem; border-top: 1px solid #3a3a3a; font-size: 0.8rem; color: #777; }
.page-header { text-align: center; padding: 5rem 2rem 3rem; background: linear-gradient(180deg, var(--warm-white), #faf8f5); }
.page-header h1 { font-size: 3rem; margin-bottom: 0.8rem; }
.page-desc { max-width: 600px; margin: 0 auto; color: #777; font-weight: 300; }
.filter-bar { display: flex; justify-content: space-between; align-items: center; max-width: 1300px; margin: 0 auto; padding: 1.5rem 2rem; flex-wrap: wrap; gap: 1rem; }
.filters { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.filter-btn { padding: 0.5rem 1.2rem; background: transparent; border: 1.5px solid #ddd; border-radius: 30px; font-size: 0.8rem; cursor: pointer; transition: all 0.3s; font-family: 'Poppins', sans-serif; color: #666; }
.filter-btn.active, .filter-btn:hover { border-color: var(--sage-dark); background: var(--sage-dark); color: #fff; }
.sort-dropdown select { padding: 0.5rem 1rem; border: 1.5px solid #ddd; border-radius: 30px; font-family: 'Poppins', sans-serif; font-size: 0.8rem; color: #666; cursor: pointer; background: #fff; }
.collection-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.5rem; max-width: 1300px; margin: 0 auto 4rem; padding: 0 2rem; }
.product-card .product-tag { font-size: 0.75rem; }
.info-banner { display: flex; justify-content: center; gap: 3rem; padding: 3rem 2rem; background: var(--warm-white); flex-wrap: wrap; }
.info-item { display: flex; align-items: center; gap: 0.8rem; }
.info-icon { font-size: 1.8rem; }
.info-item strong { font-size: 0.95rem; }
.info-item p { font-size: 0.8rem; color: #888; }
.breadcrumb { max-width: 1300px; margin: 0 auto; padding: 1.5rem 2rem; font-size: 0.85rem; color: #999; }
.breadcrumb a { color: var(--sage-dark); }
.breadcrumb a:hover { text-decoration: underline; }
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; max-width: 1200px; margin: 0 auto; padding: 0 2rem 4rem; }
.product-gallery { position: sticky; top: 100px; align-self: start; }
.main-image .product-image-placeholder { aspect-ratio: 1; }
.thumbnail-row { display: flex; gap: 1rem; margin-top: 1rem; }
.thumbnail { width: 80px; height: 80px; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0.6; transition: opacity 0.3s; font-size: 1.5rem; }
.thumbnail.active, .thumbnail:hover { opacity: 1; }
.product-details h1 { font-size: 2.8rem; margin-bottom: 0.5rem; }
.product-meta { margin-bottom: 1rem; }
.review-count { color: #aaa; font-size: 0.85rem; }
.product-price-large { font-size: 2.2rem; font-family: 'Cormorant Garamond', serif; color: var(--sage-dark); margin-bottom: 1.5rem; }
.product-short-desc { color: #666; font-weight: 300; margin-bottom: 2rem; }
.product-options { margin-bottom: 2rem; }
.option-group { margin-bottom: 1.5rem; }
.option-group label { display: block; font-size: 0.85rem; font-weight: 500; margin-bottom: 0.5rem; text-transform: uppercase; letter-spacing: 1px; }
.option-choices { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.option-choice { padding: 0.6rem 1.2rem; border: 1.5px solid #ddd; background: #fff; border-radius: 4px; cursor: pointer; font-size: 0.85rem; font-family: 'Poppins', sans-serif; transition: all 0.3s; color: #666; }
.option-choice.active, .option-choice:hover { border-color: var(--sage-dark); background: var(--sage); color: #fff; }
.quantity-cart { display: flex; gap: 1rem; align-items: stretch; margin-bottom: 2rem; }
.quantity-selector { display: flex; align-items: center; border: 1.5px solid #ddd; border-radius: 4px; overflow: hidden; }
.qty-btn { padding: 0 1rem; background: #fff; border: none; font-size: 1.2rem; cursor: pointer; color: var(--sage-dark); height: 100%; }
.qty-btn:hover { background: var(--warm-white); }
.quantity-selector input { width: 50px; text-align: center; border: none; border-left: 1.5px solid #ddd; border-right: 1.5px solid #ddd; font-family: 'Poppins', sans-serif; font-size: 0.9rem; padding: 0.85rem 0; }
.product-features-list { margin-bottom: 2rem; }
.feature-row { padding: 0.6rem 0; font-size: 0.9rem; color: #555; border-bottom: 1px solid #f0ebe0; }
.feature-row span { margin-right: 0.8rem; }
.product-accordion { margin-top: 2rem; }
.product-accordion .faq-question { font-size: 1.2rem; }
.related-products { padding: 4rem 2rem 6rem; max-width: 1300px; margin: 0 auto; }
.related-products .product-grid { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1024px) { .product-grid, .collection-grid { grid-template-columns: repeat(2, 1fr); } .benefits-grid { grid-template-columns: repeat(2, 1fr); } .ritual-steps { grid-template-columns: repeat(2, 1fr); } .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { h1 { font-size: 2.5rem; } h2 { font-size: 2rem; } .hero-title { font-size: 3rem; } .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; padding: 1rem 2rem; gap: 1rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); } .nav-links.open { display: flex; } .hamburger { display: block; } .featured-product { grid-template-columns: 1fr; gap: 2rem; } .product-detail { grid-template-columns: 1fr; gap: 2rem; } .product-gallery { position: static; } .testimonial-grid { grid-template-columns: 1fr; } .featured-price { flex-direction: column; align-items: flex-start; gap: 1rem; } .quantity-cart { flex-direction: column; } .newsletter-form { flex-direction: column; } .info-banner { gap: 1.5rem; } }
@media (max-width: 480px) { .product-grid, .collection-grid { grid-template-columns: 1fr; } .benefits-grid { grid-template-columns: 1fr; } .ritual-steps { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; } }
