:root{--coral:#fe4c07;--coral-dark:#e04306;--golden:#d8c409;--golden-light:#f0e55a;--golden-dark:#b8a808;--turquoise:#7dc4d0;--turquoise-light:#b8e0e8;--turquoise-dark:#5ba8b5;--purple:#5e3653;--purple-dark:#3d2236;--cream:#fdfbf7;--cream-dark:#f5f0e8;--black:#1a1a1a;--gray-dark:#4a4a4a;--gray:#888;--gray-light:#e0e0e0;--white:#fff;--font-main:"Poppins",-apple-system,BlinkMacSystemFont,sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:62.5%}body{font-family:var(--font-main);color:var(--purple);background:var(--cream);-webkit-font-smoothing:antialiased;font-size:1.8rem;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{color:var(--coral);font-weight:700;line-height:1.15}h1{letter-spacing:-.02em;font-size:clamp(3.6rem,8vw,7rem)}h2{font-size:clamp(2.8rem,5vw,4.8rem)}h3{font-size:clamp(2rem,3vw,2.8rem)}p{color:var(--purple)}.lead{font-size:clamp(1.8rem,2.5vw,2.4rem);line-height:1.5}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.container-narrow{max-width:800px}.container-tight{max-width:600px}section{padding:8rem 0}@media (max-width:768px){section{padding:5rem 0}}.btn{font-family:var(--font-main);cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;padding:1.6rem 3.6rem;font-size:1.6rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:var(--golden);color:var(--purple)}.btn-primary:hover{background:var(--golden-light);transform:translateY(-2px);box-shadow:0 12px 35px #d8c40966}.btn-coral{background:var(--coral);color:var(--white)}.btn-coral:hover{background:var(--coral-dark);transform:translateY(-2px);box-shadow:0 12px 35px #fe4c0759}.btn-turquoise{background:var(--turquoise);color:var(--white)}.btn-turquoise:hover{background:var(--turquoise-dark);transform:translateY(-2px);box-shadow:0 12px 35px #7dc4d066}.btn-white{background:var(--white);color:var(--coral)}.btn-white:hover{transform:translateY(-2px);box-shadow:0 12px 35px #0003}.btn-large{padding:2rem 4.5rem;font-size:1.8rem}.hero{background:linear-gradient(135deg,var(--cream)0%,var(--turquoise-light)100%);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(#d8c40926 0%,#0000 70%);width:70%;height:140%;position:absolute;top:-30%;right:-15%}.hero:after{content:"";pointer-events:none;background:radial-gradient(#7dc4d033 0%,#0000 70%);width:50%;height:100%;position:absolute;bottom:-20%;left:-10%}.hero-content{z-index:2;text-align:center;max-width:900px;margin:0 auto;position:relative}.hero-badge{background:var(--turquoise);color:var(--white);letter-spacing:.15em;text-transform:uppercase;border-radius:50px;margin-bottom:3rem;padding:1rem 2.5rem;font-size:1.3rem;font-weight:600;display:inline-block}.hero-logo{filter:none;margin:0 auto 2rem;display:block}.hero h1{margin-bottom:2.5rem}.hero .lead{max-width:650px;color:var(--purple);margin:0 auto 4rem}.gratitude{background:linear-gradient(135deg,var(--turquoise)0%,var(--turquoise-dark)100%);color:var(--white);text-align:center;position:relative;overflow:hidden}.gratitude:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.gratitude h2{color:var(--white);margin-bottom:2rem;position:relative}.gratitude p{color:#ffffffe6;position:relative}.gratitude-number{color:var(--golden);text-shadow:0 4px 20px #0000001a;margin-bottom:1rem;font-size:clamp(5rem,12vw,10rem);font-weight:700;line-height:1;position:relative}.gratitude-subtitle{text-transform:uppercase;letter-spacing:.2em;color:var(--golden-light);margin-bottom:3rem;font-size:1.4rem;position:relative}.story{background:var(--cream)}.story-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}@media (max-width:900px){.story-grid{grid-template-columns:1fr;gap:4rem}}.story-image{border-radius:20px;overflow:hidden;box-shadow:0 30px 60px #0000001f}.story-content h2{margin-bottom:2rem}.story-content p{margin-bottom:2rem;font-size:1.8rem}.brand-values{flex-wrap:wrap;gap:1.5rem;margin-top:3rem;display:flex}.value-tag{border-radius:50px;padding:1rem 2rem;font-size:1.4rem;font-weight:600}.value-tag:first-child{background:var(--turquoise-light);color:var(--turquoise-dark)}.value-tag:nth-child(2){background:var(--golden-light);color:var(--golden-dark)}.value-tag:nth-child(3){background:var(--coral);color:var(--white)}.gallery{background:var(--cream);grid-template-columns:repeat(4,1fr);gap:1rem;padding:2rem;display:grid}@media (max-width:768px){.gallery{grid-template-columns:repeat(2,1fr);gap:.5rem;padding:1rem}}.gallery-item{aspect-ratio:1;border-radius:16px;overflow:hidden;box-shadow:0 4px 15px #00000014}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.gallery-item:hover img{transform:scale(1.08)}.products{background:var(--cream);padding:8rem 0}.products h2{text-align:center;margin-bottom:1.5rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;display:grid}@media (max-width:768px){.products-grid{grid-template-columns:1fr}}.product-card{background:var(--white);border-radius:20px;flex-direction:column;padding:2.5rem;text-decoration:none;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 20px #0000000f}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.product-badge{background:var(--coral);color:var(--white);text-transform:uppercase;letter-spacing:.05em;border-radius:50px;padding:.5rem 1.2rem;font-size:1.2rem;font-weight:600;position:absolute;top:2rem;right:2rem}.product-content{flex-direction:column;flex:1;display:flex}.product-subtitle{color:var(--turquoise);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.product-name{color:var(--purple);margin-bottom:1rem;font-size:2rem;line-height:1.3}.product-description{color:var(--gray-dark);flex:1;margin-bottom:2rem;font-size:1.5rem;line-height:1.6}.product-footer{border-top:1px solid var(--gray-light);justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.product-price{color:var(--turquoise-dark);font-size:2rem;font-weight:700}.product-link{color:var(--turquoise);align-items:center;gap:.5rem;font-size:1.4rem;font-weight:600;display:flex}.product-link:after{content:"→";transition:transform .2s}.product-card:hover .product-link:after{transform:translate(4px)}.waitlist{background:linear-gradient(135deg,var(--coral)0%,var(--coral-dark)100%);color:var(--white);text-align:center;padding:5rem 0;position:relative}@media (max-width:768px){.waitlist{padding:4rem 0}}.waitlist h2{color:var(--white);margin-bottom:1.5rem}.waitlist .lead{color:var(--white);opacity:.95;max-width:600px;margin:0 auto}.waitlist-form{flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:550px;margin:4rem auto 0;display:flex}.waitlist-input{min-width:280px;font-family:var(--font-main);border:none;border-radius:50px;outline:none;flex:1;padding:1.8rem 2.5rem;font-size:1.7rem}.waitlist-input::placeholder{color:var(--gray)}.waitlist-input:focus{box-shadow:0 0 0 4px #ffffff80}.waitlist .btn-white{color:var(--coral)}.waitlist .btn-white:hover{background:var(--cream)}.waitlist-success{background:#fff3;border-radius:20px;margin-top:3rem;padding:2.5rem}.waitlist-success h3{color:var(--white);margin-bottom:1rem}.waitlist-success p{color:var(--white);opacity:.9}.waitlist-error{color:var(--golden-light);text-align:center;width:100%;margin-top:1rem;font-size:1.4rem}.footer{background:linear-gradient(135deg,var(--turquoise)0%,var(--turquoise-dark)100%);color:var(--white);text-align:center;padding:3rem 0 2rem}.footer-logo{width:80px;height:auto;margin:0 auto 1rem}.footer-tagline{color:var(--golden-light);margin-bottom:1.5rem;font-size:1.5rem}.social-links{justify-content:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.social-link{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:2rem;transition:all .3s;display:flex}.social-link:hover{background:var(--golden);color:var(--purple);transform:translateY(-4px)}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:1.5rem}.footer-bottom p{color:#fdfbf780;font-size:1.2rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate{opacity:0;animation:.8s forwards fadeUp}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.guide-page{min-height:100vh}.guide-hero{background:linear-gradient(135deg,var(--turquoise-light)0%,var(--cream)100%);padding:4rem 0 3rem;position:relative}.guide-hero .container{text-align:center}.guide-back{color:var(--purple);font-size:1.4rem;font-weight:500;transition:color .2s;position:absolute;top:2rem;left:2rem}.guide-back:hover{color:var(--coral)}.guide-badge{background:var(--turquoise);color:var(--white);letter-spacing:.1em;text-transform:uppercase;border-radius:50px;margin-bottom:1.5rem;padding:.6rem 1.5rem;font-size:1.1rem;font-weight:600;display:inline-block}.guide-hero h1{margin-bottom:.75rem;font-size:clamp(2.6rem,5vw,4rem)}.guide-subtitle{color:var(--purple);opacity:.8;font-size:1.6rem}.guide-content{background:var(--cream);padding:4rem 0}.guide-intro{color:var(--purple);border-bottom:2px solid var(--turquoise-light);margin-bottom:3rem;padding-bottom:2rem;font-size:1.8rem;line-height:1.7}.guide-section{margin-bottom:2.5rem}.guide-section h2{margin-bottom:1rem;font-size:2rem}.guide-section p{margin-bottom:1rem;font-size:1.7rem;line-height:1.7}.guide-text p:last-child{margin-bottom:0}.guide-list{background:var(--white);border-radius:12px;padding:1.5rem 2rem;box-shadow:0 4px 20px #0000000d}.guide-list p{border-bottom:1px solid var(--gray-light);align-items:flex-start;gap:1rem;margin-bottom:0;padding:.75rem 0;font-size:1.6rem;line-height:1.6;display:flex}.guide-list p:last-child{border-bottom:none}.guide-list p:before{content:"";background:var(--turquoise);border-radius:50%;flex-shrink:0;width:8px;height:8px}.guide-cta{background:linear-gradient(135deg,var(--golden)0%,var(--golden-dark)100%);text-align:center;border-radius:20px;margin-top:3rem;padding:2.5rem}.guide-cta h3{color:var(--purple);margin-bottom:1rem;font-size:2rem}.guide-cta p{color:var(--purple);opacity:.9;max-width:450px;margin:0 auto 1.5rem;font-size:1.5rem}.guides-index{min-height:100vh}.guides-list-section{background:var(--cream);padding:6rem 0}.guides-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2.5rem;display:grid}@media (max-width:768px){.guides-grid{grid-template-columns:1fr}}.guide-card{background:var(--white);border-radius:20px;flex-direction:column;padding:2.5rem;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 20px #0000000f}.guide-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.guide-card-subtitle{color:var(--turquoise);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.guide-card-title{color:var(--purple);margin-bottom:1rem;font-size:2rem;line-height:1.3}.guide-card-intro{color:var(--gray-dark);flex:1;margin-bottom:1.5rem;font-size:1.5rem;line-height:1.6}.guide-card-link{color:var(--coral);font-size:1.4rem;font-weight:600;transition:color .2s}.guide-card:hover .guide-card-link{color:var(--coral-dark)}.text-center{text-align:center}.text-white{color:var(--white)}.text-golden{color:var(--golden)}.text-turquoise{color:var(--turquoise)}.mb-sm{margin-bottom:1rem}.mb-md{margin-bottom:2rem}.mb-lg{margin-bottom:4rem}.mt-md{margin-top:2rem}.mt-lg{margin-top:4rem}
