@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-primary:#fcf9f3;--bg-secondary:#f4efe6;--bg-cream-dark:#ebe3d5;--text-primary:#2c241e;--text-secondary:#5c544e;--accent-primary:#4a3728;--accent-primary-hover:#3d2d21;--accent-cream:#fdf5e6;--white:#fff;--border:#4a37281a;--font-serif:"Playfair Display", serif;--font-sans:"Inter", sans-serif;--transition-smooth:all .6s cubic-bezier(.16, 1, .3, 1);--border-radius:24px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:500;line-height:1.1}.subtitle-caps{letter-spacing:.4em;text-transform:uppercase;color:var(--accent-primary);margin-bottom:1.5rem;font-size:.75rem;font-weight:600;display:block}.italic{font-style:italic}.cream-text{color:tan}.text-right{text-align:right}.align-right-content{text-align:right;flex-direction:column;align-items:flex-end;display:flex}.reveal{opacity:0;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.reveal.active{opacity:1;transform:translateY(0)}.btn{text-transform:uppercase;letter-spacing:.15em;transition:var(--transition-smooth);cursor:pointer;border-radius:var(--border-radius);justify-content:center;align-items:center;padding:1.1rem 2.8rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background-color:var(--accent-primary);color:var(--white)}.btn-primary:hover{background-color:var(--accent-primary-hover);transform:translateY(-3px);box-shadow:0 10px 20px #5c40331a}.btn-outline{border:1px solid var(--accent-primary);color:var(--accent-primary)}.btn-outline:hover{background-color:var(--accent-primary);color:var(--white);transform:translateY(-3px)}.header{z-index:1000;width:100%;transition:var(--transition-smooth);padding:1rem 0;position:fixed;top:0;left:0}.header.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fdfbf7f2;padding:.5rem 0;box-shadow:0 4px 40px #00000008}.header.scrolled .logo img{height:60px}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo{font-family:var(--font-serif);letter-spacing:.3em;color:var(--accent-primary);font-size:2rem;font-weight:700}.logo img{object-fit:contain;width:auto;height:100px;transition:var(--transition-smooth)}.nav-links{align-items:center;gap:3rem;display:flex}.nav-links a{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;transition:var(--transition-smooth);font-size:.8rem;font-weight:600;text-decoration:none}.mobile-toggle{color:var(--accent-primary);cursor:pointer;z-index:1001;background:0 0;border:none;display:none}.shop-now-link{border-bottom:1.5px solid var(--accent-primary);padding-bottom:3px;color:var(--accent-primary)!important}.hero{background-color:var(--bg-primary);align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:1;width:50%;height:100%;position:absolute;top:0;right:0}.hero-bg:before{content:"";background:linear-gradient(to right, var(--bg-primary) 0%, #fdfbf780 30%, transparent 100%);z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.hero-bg img{object-fit:cover;width:100%;height:100%}.hero-content{z-index:3;max-width:650px;position:relative}.hero-content h1{color:var(--text-primary);text-shadow:0 2px 4px #ffffff80;margin-bottom:1.5rem;font-size:5.5rem}.hero-content p{color:var(--text-secondary);text-shadow:0 1px 2px #ffffff80;max-width:550px;margin-bottom:3rem;font-size:1.2rem;font-weight:300}.hero-actions{gap:1.5rem;display:flex}.scroll-indicator{letter-spacing:.3em;color:var(--accent-primary);flex-direction:column;align-items:center;gap:1.5rem;font-size:.65rem;display:flex;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.scroll-line{background-color:var(--border);width:1px;height:60px;position:relative}.scroll-line:after{content:"";background-color:var(--accent-primary);width:100%;height:30%;animation:2s infinite scrollAnim;position:absolute;top:0;left:0}@keyframes scrollAnim{0%{transform:translateY(0)}to{transform:translateY(200%)}}.trust-badges-section{background-color:var(--bg-primary);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:50px 0}.trust-badges-grid{text-align:center;flex-wrap:wrap;justify-content:center;gap:3rem 6rem;max-width:900px;margin:0 auto;display:flex}.trust-badge-item{justify-content:center;align-items:center;display:flex}.badge-text{font-family:var(--font-sans);letter-spacing:.4em;text-transform:uppercase;color:var(--text-secondary);text-align:center;margin:0;font-size:1rem;font-weight:300;line-height:1.6}@media (width>=992px){.trust-badges-grid{gap:2rem 8rem}}@media (width<=768px){.badge-text{letter-spacing:.3em;font-size:.65rem}.trust-badges-section{padding:50px 0}.trust-badges-grid{gap:3rem 2rem}}.products-section{background-color:var(--white);padding:140px 0}.section-header{text-align:center;margin-bottom:6rem}.section-header h2{font-size:3.5rem}.product-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.product-card{flex-direction:column;display:flex}.product-img-wrapper{aspect-ratio:1/1.2;background-color:var(--bg-secondary);border-radius:var(--border-radius);margin-bottom:2rem;overflow:hidden}.product-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform 1.5s var(--transition-smooth)}.product-card:hover img{transform:scale(1.08)}.product-card h3{margin-bottom:.5rem;font-size:1.4rem}.product-card p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.85rem;font-weight:300}.product-buttons{flex-direction:column;gap:1rem;display:flex}.btn-sm{letter-spacing:.1em;padding:.8rem 1.5rem;font-size:.7rem}.features-section{background-color:var(--bg-secondary);padding:140px 0}.features-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem;display:grid}.feature-card{background:var(--white);text-align:center;transition:var(--transition-smooth);border-radius:var(--border-radius);padding:4rem 2.5rem}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000000d}.feature-icon{color:var(--accent-primary);justify-content:center;margin-bottom:2rem;display:flex}.feature-card h4{margin-bottom:1.2rem;font-size:1.5rem}.feature-card p{color:var(--text-secondary);font-size:.95rem;font-weight:300}.story-section{background-color:var(--bg-primary);text-align:center;padding:160px 0}.story-content{max-width:800px;margin:0 auto}.story-title{color:var(--text-primary);margin-bottom:2.5rem;font-size:5rem}.story-description{color:var(--text-secondary);margin-bottom:3.5rem;font-size:1.25rem;font-weight:300;line-height:1.8}.story-actions{justify-content:center;display:flex}.pill-btn{gap:12px;border-radius:100px!important;padding:1.2rem 3.5rem!important}.btn-icon{margin-right:4px}.text-center{text-align:center}.experience-section{padding:160px 0}.experience-content{grid-template-columns:1fr 1.1fr;align-items:center;gap:6rem;display:grid}.experience-text h2{margin-bottom:2rem;font-size:4rem}.experience-text p{color:var(--text-secondary);margin-bottom:3rem;font-size:1.2rem;font-weight:300}.experience-image img{object-fit:cover;width:100%;height:100%;box-shadow:40px 40px 0px var(--bg-secondary)}.reviews-section{background-color:var(--bg-secondary);text-align:center;padding:140px 0}.review-card{max-width:900px;margin:0 auto;padding:0 40px}.stars{color:#d4af37;justify-content:center;gap:5px;margin-bottom:2rem;display:flex}.review-text{font-family:var(--font-serif);margin-bottom:3rem;font-size:2.5rem;font-style:italic;line-height:1.3}.reviewer{letter-spacing:.1em;text-transform:uppercase;font-size:1.2rem;font-weight:700}.verified{color:var(--accent-green);letter-spacing:.1em;margin-top:.8rem;font-size:.85rem;display:block}.social-section{text-align:center;padding:140px 0}.social-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin:5rem 0;display:grid}.social-img{aspect-ratio:1;border-radius:var(--border-radius);overflow:hidden}.social-img img{object-fit:cover;width:100%;height:100%;transition:transform 1s var(--transition-smooth)}.social-img:hover img{transform:scale(1.1)}.whatsapp-widget{color:#fff;z-index:1001;width:65px;height:65px;transition:var(--transition-smooth);background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex;position:fixed;bottom:3rem;right:3rem;box-shadow:0 10px 30px #25d3664d}.whatsapp-widget:hover{transform:scale(1.1)rotate(10deg)}.buy-now-pill{background-color:var(--accent-primary);color:#fff;letter-spacing:.2em;text-transform:uppercase;z-index:1000;border-radius:100px;padding:1.2rem 3.5rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:transform .6s cubic-bezier(.16,1,.3,1);position:fixed;bottom:3rem;left:50%;transform:translate(-50%)translateY(150px);box-shadow:0 15px 40px #5c403340}.buy-now-pill.visible{transform:translate(-50%)translateY(0)}.footer{background-color:var(--accent-primary);border-top:1px solid #ffffff1a;padding:100px 0 60px}.footer-content{justify-content:space-between;margin-bottom:6rem;display:flex}.footer-col{max-width:300px}.footer-col h5{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.2em;color:var(--accent-primary);margin-bottom:2rem;font-size:.85rem;font-weight:700}.footer-col a,.footer-col p{color:var(--text-secondary);transition:var(--transition-smooth);margin-bottom:1rem;font-size:.95rem;text-decoration:none;display:block}.footer-col a:hover{color:#fff;transform:translate(5px)}.footer-bottom{text-align:center;color:#ffffff80;letter-spacing:.05em;border-top:1px solid #ffffff1a;padding-top:3rem;font-size:.85rem}@media (width<=1200px){.hero-content h1{font-size:4.5rem}.product-grid,.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=992px){.hero-content h1{font-size:3.8rem}.hero-bg{opacity:.2;width:100%}.experience-content{grid-template-columns:1fr;gap:4rem}.social-grid{grid-template-columns:repeat(2,1fr)}.nav-links{background:var(--bg-primary);width:80%;height:100vh;transition:var(--transition-smooth);z-index:1000;flex-direction:column;justify-content:center;gap:2rem;position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #0000000d}.nav-links.open{right:0}.mobile-toggle{display:block}}@media (width<=768px){.logo img{height:70px}.header{padding:.6rem 0}.header.scrolled .logo img{height:55px}.hero{height:auto;min-height:100vh;padding-top:130px;padding-bottom:60px}.hero-bg{opacity:.3}.hero-bg:after{content:"";background:linear-gradient(to bottom, var(--bg-primary) 0%, #fcf9f366 100%);z-index:2;position:absolute;inset:0}.hero-content h1{font-size:2.8rem}.hero-content p{font-size:1rem}.hero-actions{flex-direction:column;align-items:flex-start;gap:1rem;justify-content:flex-start!important}.product-grid{grid-template-columns:1fr;gap:3rem}.section-header{text-align:left;margin-bottom:4rem}.align-right-content{text-align:left;align-items:flex-start}.features-grid{grid-template-columns:1fr}.feature-card{text-align:left;padding:3rem 2rem}.feature-icon{justify-content:flex-start}.experience-text h2{font-size:2.8rem}.story-title{margin-bottom:1.5rem;font-size:2.5rem}.story-description{margin-bottom:2.5rem;font-size:1rem}.experience-text p{font-size:1rem}.reviews-section{text-align:left}.review-card{text-align:left;margin-left:0;padding:2.5rem 1.5rem!important}.stars{justify-content:flex-start}.review-text{text-align:left;font-size:1.5rem!important}.social-section{text-align:left}.social-section h2{font-size:2.8rem!important}.social-grid{grid-template-columns:repeat(2,1fr)}.footer-content{text-align:left;flex-direction:column;align-items:flex-start;gap:3rem}.footer-col{max-width:100%}.footer-col a:hover{transform:none}.footer-bottom{text-align:left}.whatsapp-widget{width:55px;height:55px;bottom:1.5rem;right:1.5rem}.buy-now-pill{padding:1rem 2.5rem;font-size:.75rem;bottom:1.5rem}}
