*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff8f0;margin:0;font-family:Nunito,system-ui,sans-serif;overflow-x:hidden}#root{text-align:left;border:none;width:100%;max-width:100%;min-height:100svh;margin:0;display:block}:root{--cream:#fff8f0;--peach:#fff0e8;--coral:#e8875a;--coral-dark:#c96b3f;--gold:#f5c842;--lilac:#c8a2c8;--sage:#a8c5a0;--pink:#ffaaa5;--text:#3d2b1f;--text-light:#8b6b5b;--white:#fff;--card:#fffaf5;--radius:20px;--radius-sm:12px;--shadow:0 8px 32px #3d2b1f14;--shadow-hover:0 20px 52px #3d2b1f26}.scroll-bear{z-index:150;pointer-events:none;flex-direction:column;align-items:center;transition:top .15s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;right:18px}.bear-body{filter:drop-shadow(0 2px 6px #3d2b1f33);transform-origin:bottom;animation:.5s ease-in-out infinite alternate bear-walk}.bear-icon{width:44px;height:44px;display:block}@keyframes bear-walk{0%{transform:rotate(-6deg)translateY(0)}50%{transform:rotate(0)translateY(-3px)}to{transform:rotate(6deg)translateY(0)}}.bear-trail{pointer-events:none;background:linear-gradient(#e8875a80,#f5c84233);border-radius:3px;width:3px;position:fixed;top:0;right:26px}@media (width<=480px){.scroll-bear{right:8px}.bear-icon{width:34px;height:34px}}.sparkles{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.sparkle{background:var(--gold);opacity:0;border-radius:50%;width:8px;height:8px;animation:linear infinite sparkle-anim;position:absolute;box-shadow:0 0 6px 2px #f5c84280}@keyframes sparkle-anim{0%{opacity:0;transform:scale(0)rotate(0)}20%{opacity:1;transform:scale(1.4)rotate(120deg)}60%{opacity:.6;transform:scale(.9)rotate(300deg)}to{opacity:0;transform:scale(0)rotate(480deg)}}.navbar{z-index:200;justify-content:space-between;align-items:center;padding:1.4rem 2.5rem;transition:background .4s,padding .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(16px);background:#fff8f0f0;padding:.9rem 2.5rem;box-shadow:0 4px 24px #3d2b1f14}.nav-brand{cursor:pointer;align-items:center;display:flex}.nav-logo{border:1.5px solid #e8875a40;border-radius:10px;width:auto;height:68px;padding:2px;display:block}.nav-links{align-items:center;gap:2.2rem;display:flex}.nav-links a{color:var(--text);letter-spacing:.02em;font-size:.92rem;font-weight:600;text-decoration:none;transition:color .2s;position:relative}.nav-links a:after{content:"";background:var(--coral);border-radius:2px;width:0;height:2px;transition:width .25s;position:absolute;bottom:-3px;left:0}.nav-links a:not(.btn-nav):hover{color:var(--coral)}.nav-links a:not(.btn-nav):hover:after{width:100%}.hamburger{border:2px solid var(--text);cursor:pointer;color:var(--text);z-index:201;background:0 0;border-radius:8px;padding:.3rem .6rem;font-size:1.15rem;transition:all .2s;display:none}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.4rem;padding:.75rem 1.8rem;font-family:Nunito,sans-serif;font-size:.92rem;font-weight:800;text-decoration:none;transition:transform .22s,box-shadow .22s,background .22s,color .22s;display:inline-flex}.btn:active{transform:scale(.97)!important}.btn-primary{background:linear-gradient(135deg, var(--coral), var(--coral-dark));color:#fff;box-shadow:0 4px 20px #e8875a59}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 32px #e8875a73}.btn-secondary{color:var(--coral);border:2.5px solid var(--coral);background:#fff}.btn-secondary:hover{background:var(--coral);color:#fff;transform:translateY(-3px);box-shadow:0 8px 24px #e8875a4d}.btn-nav{background:linear-gradient(135deg, var(--coral), var(--coral-dark));color:#fff;padding:.5rem 1.3rem;box-shadow:0 3px 12px #e8875a4d}.btn-nav:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e8875a73}.btn-nav:after{display:none}.btn-outline{color:var(--coral);border:2.5px solid var(--coral);background:0 0}.btn-outline:hover{background:var(--coral);color:#fff;transform:translateY(-2px)}.btn-instagram{color:#fff;background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.8rem;font-family:Nunito,sans-serif;font-size:.92rem;font-weight:800;text-decoration:none;transition:transform .22s,box-shadow .22s;display:inline-flex;box-shadow:0 4px 20px #dc27434d}.btn-instagram:hover{transform:translateY(-3px);box-shadow:0 10px 32px #dc274373}.btn-cart{background:linear-gradient(135deg, var(--coral), var(--coral-dark));color:#fff;padding:.5rem 1.1rem;font-size:.78rem;box-shadow:0 3px 10px #e8875a40}.btn-cart:hover{transform:translateY(-2px);box-shadow:0 6px 18px #e8875a66}.candle-float{flex-direction:column;align-items:center;animation:3.2s ease-in-out infinite float-candle;display:flex}@keyframes float-candle{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.candle-outer{flex-direction:column;align-items:center;display:flex}.candle-glow{background:radial-gradient(circle,#f5c84299 0%,#f5c84200 70%);border-radius:50%;width:30px;height:30px;margin-bottom:-8px;animation:1.5s ease-in-out infinite alternate glow-pulse}@keyframes glow-pulse{0%{opacity:.6;transform:scale(.9)}to{opacity:1;transform:scale(1.2)}}.candle-flame{width:16px;height:26px;margin-bottom:-2px;position:relative}.candle-flame:before{content:"";background:linear-gradient(#0000 0%,#ff4500 20%,#ff8c00 60%,#f5c842 100%);border-radius:50% 50% 25% 25%/55% 55% 45% 45%;width:13px;height:22px;animation:.35s ease-in-out infinite alternate flame-flicker;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.candle-flame:after{content:"";background:#ffffc8d9;border-radius:50% 50% 25% 25%/55% 55% 45% 45%;width:6px;height:13px;animation:.35s ease-in-out infinite alternate flame-flicker;position:absolute;bottom:3px;left:50%;transform:translate(-50%)}@keyframes flame-flicker{0%{transform:translate(-50%)scaleX(1)scaleY(1)rotate(-2deg)}25%{transform:translate(-50%)scaleX(.88)scaleY(1.08)rotate(2deg)}50%{transform:translate(-50%)scaleX(1.06)scaleY(.93)rotate(-1deg)}75%{transform:translate(-50%)scaleX(.92)scaleY(1.06)rotate(3deg)}to{transform:translate(-50%)scaleX(1)scaleY(1)rotate(-2deg)}}.candle-wick{background:#2c1810;border-radius:1px;width:2px;height:9px;margin-bottom:-1px}.candle-body{border-radius:4px 4px 2px 2px;width:32px;height:80px;position:relative;box-shadow:inset -5px 0 8px #0000001f,inset 3px 0 6px #ffffff40}.candle-body:after{content:"";background:#ffffff59;border-radius:2px;height:3px;position:absolute;top:6px;left:4px;right:10px}.candle-drip{filter:brightness(.92);border-radius:0 0 50% 50%;width:8px;height:14px;position:absolute;top:0;left:6px}.candle-base{background:#3d2b1f1f;border-radius:0 0 8px 8px;width:40px;height:7px;margin-top:1px}.hero{background:var(--peach);flex-direction:column;justify-content:center;align-items:center;min-height:92vh;padding:8rem 2.5rem 2rem;display:flex;position:relative;overflow:hidden}.hero-content{z-index:1;opacity:0;grid-template-columns:1fr minmax(320px,420px) 1fr;align-items:center;gap:2.5rem;width:100%;max-width:1220px;transition:opacity 1s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1);display:grid;transform:translateY(50px)}.hero-content.visible{opacity:1;transform:translateY(0)}.hero-content.visible .hero-photo-left{animation:1s cubic-bezier(.22,1,.36,1) 50ms both fade-up}.hero-content.visible .hero-text-center{animation:1s cubic-bezier(.22,1,.36,1) .2s both fade-up}.hero-content.visible .hero-photo-right{animation:1s cubic-bezier(.22,1,.36,1) .35s both fade-up}@keyframes fade-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-text-center{text-align:center;flex-direction:column;align-items:center;gap:1.15rem;display:flex}.hero-badge{color:var(--coral-dark);letter-spacing:.03em;align-items:center;gap:.4rem;width:fit-content;font-size:.82rem;font-weight:800;display:inline-flex}.hero-text-center h1{color:var(--text);letter-spacing:-.02em;margin:0;font-family:Playfair Display,serif;font-size:clamp(2rem,3.6vw,3rem);line-height:1.2}.hero-text-center h1 em{color:var(--coral);font-style:italic}.hero-text-center>p{color:var(--text-light);max-width:420px;font-size:1.05rem;line-height:1.75}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.3rem;display:flex}.hero-features{flex-wrap:wrap;justify-content:center;gap:1.7rem;margin-top:1.1rem;display:flex}.hero-feature{color:var(--text-light);flex-direction:column;align-items:center;gap:.5rem;font-size:.76rem;font-weight:700;display:flex}.hero-feature-icon{background:var(--white);border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.3rem;display:flex;box-shadow:0 8px 20px #3d2b1f1a}.hero-photo-side{margin-top:11.5rem;position:relative}.hero-photo-frame{z-index:1;border-radius:28px;position:relative;overflow:hidden;box-shadow:0 20px 50px #3d2b1f2e}.hero-photo-side img{aspect-ratio:4/5;object-fit:cover;width:100%;display:block}.hero-photo-left .hero-photo-frame{transform:rotate(-4deg)}.hero-photo-right .hero-photo-frame{transform:rotate(4deg)}.hero-wave{z-index:2;pointer-events:none;position:absolute;bottom:-2px;left:0;right:0}.hero-wave svg{width:100%;height:120px;display:block}.section-badge{color:var(--coral-dark);text-transform:uppercase;letter-spacing:.12em;background:#e8875a1a;border-radius:50px;align-items:center;padding:.3rem 1rem;font-size:.75rem;font-weight:900;display:inline-flex}.section-header{text-align:center;flex-direction:column;align-items:center;gap:.9rem;margin-bottom:3rem;display:flex}.section-header h2{color:var(--text);letter-spacing:-.02em;margin:0;font-family:Playfair Display,serif;font-size:clamp(1.9rem,3vw,2.9rem)}.section-header>p{color:var(--text-light);max-width:480px;font-size:1.05rem;line-height:1.65}.section-content{opacity:0;max-width:1100px;margin:0 auto;transition:opacity 1s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1);transform:translateY(40px)}.section-content.visible{opacity:1;transform:translateY(0)}.section-content.visible .workshop-card:first-child{animation:.7s cubic-bezier(.22,1,.36,1) .15s both fade-up}.section-content.visible .workshop-card:nth-child(2){animation:.7s cubic-bezier(.22,1,.36,1) .3s both fade-up}.section-content.visible .workshop-card:nth-child(3){animation:.7s cubic-bezier(.22,1,.36,1) .45s both fade-up}.section-content.visible .product-card:first-child{animation:.6s cubic-bezier(.22,1,.36,1) .1s both fade-up}.section-content.visible .product-card:nth-child(2){animation:.6s cubic-bezier(.22,1,.36,1) .2s both fade-up}.section-content.visible .product-card:nth-child(3){animation:.6s cubic-bezier(.22,1,.36,1) .3s both fade-up}.section-content.visible .product-card:nth-child(4){animation:.6s cubic-bezier(.22,1,.36,1) .4s both fade-up}.section-content.visible .product-card:nth-child(5){animation:.6s cubic-bezier(.22,1,.36,1) .5s both fade-up}.section-content.visible .product-card:nth-child(6){animation:.6s cubic-bezier(.22,1,.36,1) .6s both fade-up}.section-content.visible .faq-item:first-child{animation:.6s cubic-bezier(.22,1,.36,1) .1s both fade-up}.section-content.visible .faq-item:nth-child(2){animation:.6s cubic-bezier(.22,1,.36,1) .2s both fade-up}.section-content.visible .faq-item:nth-child(3){animation:.6s cubic-bezier(.22,1,.36,1) .3s both fade-up}.section-content.visible .faq-item:nth-child(4){animation:.6s cubic-bezier(.22,1,.36,1) .4s both fade-up}.section-content.visible .faq-item:nth-child(5){animation:.6s cubic-bezier(.22,1,.36,1) .5s both fade-up}.section-content.visible .faq-item:nth-child(6){animation:.6s cubic-bezier(.22,1,.36,1) .6s both fade-up}.gallery{background:var(--peach);padding:6rem 0;overflow:hidden}.gallery .section-content{max-width:100%}.gallery .section-header{max-width:1100px;margin:0 auto 2.5rem;padding:0 2.5rem}.pol-gallery{width:100%}.pol-grid{flex-wrap:wrap;justify-content:center;gap:1.8rem;padding:2rem .5rem 1rem;display:flex}.pol-card{border:4px solid var(--white);cursor:zoom-in;border-radius:50%;flex-shrink:0;width:170px;height:170px;transition:transform .45s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 10px 28px #3d2b1f29}.pol-card:hover{transform:translateY(-10px)scale(1.08);box-shadow:0 20px 44px #3d2b1f3d}.pol-card img{object-fit:cover;width:100%;height:100%;display:block}.pol-hidden{display:none}.pol-extra{animation:.5s cubic-bezier(.22,1,.36,1) both pol-fadein;animation-delay:var(--delay)}@keyframes pol-fadein{0%{opacity:0;transform:translateY(24px)scale(.85)}to{opacity:1;transform:translateY(0)scale(1)}}.pol-loadmore{text-align:center;margin-top:2.5rem}.gallery-lightbox-backdrop{z-index:1000;-webkit-backdrop-filter:blur();cursor:zoom-out;background:#1e120a00;transition:background .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s;position:fixed;inset:0}.gallery-lightbox-backdrop.visible{-webkit-backdrop-filter:blur(10px);background:#1e120ad1}.gallery-lightbox-frame{cursor:default;transition:top .42s cubic-bezier(.22,1,.36,1),left .42s cubic-bezier(.22,1,.36,1),width .42s cubic-bezier(.22,1,.36,1),height .42s cubic-bezier(.22,1,.36,1),border-radius .42s cubic-bezier(.22,1,.36,1),transform .42s cubic-bezier(.22,1,.36,1),opacity .3s;position:fixed;overflow:hidden;box-shadow:0 30px 80px #00000080,0 0 0 2px #ffffff26}.gallery-lightbox-frame img{object-fit:cover;width:100%;height:100%;display:block}.lightbox-close{cursor:pointer;width:44px;height:44px;color:var(--text);z-index:1001;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:transform .2s,background .2s;display:flex;position:fixed;top:1rem;right:1rem;box-shadow:0 4px 20px #00000040}.lightbox-close:hover{transform:scale(1.12)rotate(90deg)}.video-section{background:var(--cream);padding:6rem 2.5rem}.video-caption{color:#ffffffd9;text-align:center;margin:0;padding:.6rem 1rem 1rem;font-size:.95rem;font-weight:700}.wave-divider{line-height:0}.wave-divider svg{width:100%;display:block}.wave-peach{background:var(--cream)}.wave-cream{background:var(--peach)}.about{background:var(--cream);padding:6rem 2.5rem}.about-content{opacity:0;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1100px;margin:0 auto;transition:opacity 1s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1);display:grid;transform:translateY(40px)}.about-content.visible{opacity:1;transform:translateY(0)}.about-content.visible .about-text{animation:.9s cubic-bezier(.22,1,.36,1) .1s both fade-up}.about-content.visible .about-visual{animation:.9s cubic-bezier(.22,1,.36,1) .3s both fade-up}.about-text{flex-direction:column;gap:1.3rem;display:flex}.about-text h2{color:var(--text);letter-spacing:-.02em;margin:0;font-family:Playfair Display,serif;font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.25}.about-text p{color:var(--text-light);font-size:1.05rem;line-height:1.8}.about-highlight{border-top:2px solid #e8875a1f;border-bottom:2px solid #e8875a1f;align-items:center;gap:1.2rem;width:fit-content;margin-top:.8rem;padding:1.3rem 1.8rem;display:flex}.about-highlight-icon{opacity:.7;font-size:1.4rem}.about-highlight-text{flex-direction:column;align-items:center;line-height:1;display:flex}.about-highlight-num{color:var(--coral);font-family:Playfair Display,serif;font-size:2.8rem;font-weight:700}.about-highlight-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-light);margin-top:.35rem;font-size:.78rem;font-weight:800}.about-visual{justify-content:center;align-items:center;height:480px;display:flex;position:relative}.about-blob{pointer-events:none;background:radial-gradient(#f5c8422e 0%,#c8a2c81f 60%,#0000 80%);border-radius:50%;width:380px;height:380px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-photo{background:#fff;border-radius:4px;width:220px;padding:10px 10px 44px;transition:transform .4s cubic-bezier(.22,1,.36,1);position:absolute;box-shadow:0 16px 48px #3d2b1f29,0 4px 12px #3d2b1f1a}.about-photo img{aspect-ratio:3/4;object-fit:cover;object-position:center;border-radius:2px;width:100%;display:block}.about-photo-front img{aspect-ratio:auto;object-fit:contain}.about-photo-label{text-align:center;color:var(--text-light);margin-top:8px;font-family:Playfair Display,serif;font-size:.75rem;font-style:italic;font-weight:700;display:block}.about-photo-far-back{z-index:1;animation:4.5s ease-in-out infinite photo-float-far-back;transform:rotate(-7deg)translate(-65px,20px)}@keyframes photo-float-far-back{0%,to{transform:rotate(-7deg)translate(-65px,20px)}50%{transform:rotate(-7deg)translate(-65px,8px)}}.about-photo-mid{z-index:2;animation:5s ease-in-out .8s infinite photo-float-mid;transform:rotate(1deg)translate(0)}@keyframes photo-float-mid{0%,to{transform:rotate(1deg)translate(0)}50%{transform:rotate(1deg)translateY(-12px)}}.about-photo-front{z-index:3;animation:4s ease-in-out infinite photo-float;transform:rotate(6deg)translate(65px,-15px)}@keyframes photo-float{0%,to{transform:rotate(6deg)translate(65px,-15px)}50%{transform:rotate(6deg)translate(65px,-27px)}}.about-bubble{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.6rem;animation:4s ease-in-out infinite bubble-float;display:flex;position:absolute;box-shadow:0 8px 24px #3d2b1f1a}.bubble-1{animation-delay:0s;top:8%;left:5%}.bubble-2{animation-delay:1.2s;bottom:12%;right:5%}@keyframes bubble-float{0%,to{transform:translateY(0)rotate(-5deg)}50%{transform:translateY(-14px)rotate(5deg)}}.workshops{background:var(--peach);padding:6rem 2.5rem}.workshops-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.8rem;margin-bottom:2.5rem;display:grid}.workshop-card{border-radius:var(--radius);box-shadow:var(--shadow);border-top:4px solid var(--card-accent,var(--coral));background:#fff;flex-direction:column;gap:.85rem;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:visible}.workshop-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-8px)}.workshop-badge{background:var(--card-accent,var(--coral));color:#fff;letter-spacing:.03em;border-radius:50px;padding:.28rem .85rem;font-size:.72rem;font-weight:800;position:absolute;top:-13px;right:1.2rem}.workshop-emoji{font-size:2.8rem}.workshop-card h3{color:var(--text);margin:0;font-family:Playfair Display,serif;font-size:1.35rem}.workshop-desc{color:var(--text-light);flex:1;font-size:.95rem;line-height:1.65}.workshop-meta{color:var(--text-light);background:var(--cream);border-radius:var(--radius-sm);flex-direction:column;gap:.35rem;padding:.9rem 1.1rem;font-size:.88rem;font-weight:600;display:flex}.btn-workshop{background:linear-gradient(135deg, var(--card-accent,var(--coral)), var(--coral-dark));color:#fff;cursor:pointer;border:none;border-radius:50px;width:100%;margin-top:.3rem;padding:.75rem 1.8rem;font-family:Nunito,sans-serif;font-size:.92rem;font-weight:800;transition:transform .22s,box-shadow .22s;box-shadow:0 4px 16px #0000001f}.btn-workshop:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000002e}.workshops-cta{text-align:center;flex-direction:column;align-items:center;gap:1.1rem;padding-top:1.2rem;display:flex}.workshops-cta p{color:var(--text-light);font-size:1.02rem;font-weight:600}.shop{background:var(--cream);padding:6rem 2.5rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.8rem;margin-bottom:2.5rem;display:grid}.product-card{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;transition:transform .3s,box-shadow .3s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-8px)}.product-img{justify-content:center;align-items:center;height:200px;font-size:4.5rem;display:flex;position:relative}.product-emoji{filter:drop-shadow(0 4px 8px #00000014);animation:3s ease-in-out infinite emoji-float;display:inline-block}@keyframes emoji-float{0%,to{transform:translateY(0)rotate(-4deg)}50%{transform:translateY(-9px)rotate(4deg)}}.like-btn{cursor:pointer;width:36px;height:36px;color:var(--coral);background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:transform .2s;display:flex;position:absolute;top:.85rem;right:.85rem;box-shadow:0 2px 10px #0000001a}.like-btn.liked{color:#e74c3c}.like-btn:hover{transform:scale(1.18)}.product-info{flex-direction:column;gap:.4rem;padding:1.3rem;display:flex}.product-info h3{color:var(--text);margin:0;font-family:Playfair Display,serif;font-size:1.12rem}.scent{color:var(--text-light);font-size:.83rem;font-weight:600}.product-footer{justify-content:space-between;align-items:center;margin-top:.7rem;display:flex}.price{color:var(--coral);font-family:Playfair Display,serif;font-size:1.25rem;font-weight:800}.shop-cta{text-align:center}.newsletter{background:linear-gradient(135deg, #e8875a 0%, var(--coral-dark) 40%, #c8a2c8 100%);text-align:center;padding:6rem 2.5rem;position:relative;overflow:hidden}.newsletter:before{content:"";pointer-events:none;background:#ffffff0f;border-radius:50%;width:50%;height:160%;position:absolute;top:-30%;left:-15%;transform:rotate(-20deg)}.newsletter:after{content:"";pointer-events:none;background:#ffffff0a;border-radius:50%;width:40%;height:140%;position:absolute;bottom:-20%;right:-10%;transform:rotate(15deg)}.newsletter-content{z-index:1;opacity:0;flex-direction:column;align-items:center;gap:1.3rem;max-width:520px;margin:0 auto;transition:opacity 1s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1);display:flex;position:relative;transform:translateY(40px)}.newsletter-content.visible{opacity:1;transform:translateY(0)}.newsletter-emoji{font-size:3.2rem;animation:1.4s ease-in-out infinite bounce-anim;display:inline-block}@keyframes bounce-anim{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.newsletter h2{color:#fff;margin:0;font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,2.8rem)}.newsletter-sub{color:#ffffffde;font-size:1.05rem;line-height:1.65}.newsletter-form{flex-wrap:wrap;justify-content:center;gap:.8rem;width:100%;display:flex}.newsletter-form input{min-width:220px;color:var(--text);border:none;border-radius:50px;outline:none;flex:1;padding:.85rem 1.3rem;font-family:Nunito,sans-serif;font-size:.95rem;font-weight:600;box-shadow:0 4px 20px #00000026}.newsletter-form input::placeholder{color:var(--text-light)}.newsletter-submit{color:var(--coral-dark);cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:50px;padding:.85rem 1.8rem;font-family:Nunito,sans-serif;font-size:.92rem;font-weight:800;transition:transform .22s,box-shadow .22s;box-shadow:0 4px 20px #00000026}.newsletter-submit:hover{transform:translateY(-3px);box-shadow:0 8px 28px #0003}.newsletter-note{color:#fff9;font-size:.8rem}.footer{background:var(--text);color:#fff;padding:3.5rem 2.5rem 1.8rem}.footer-content{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2.5rem;max-width:1100px;margin:0 auto;padding-bottom:2rem;display:flex}.footer-brand{flex-direction:column;gap:.5rem;display:flex}.footer-logo{border-radius:12px;width:100%;max-width:260px;height:auto;display:block}.footer-brand p{color:#ffffff8c;max-width:260px;font-size:.88rem;font-weight:500;line-height:1.5}.footer-col{flex-direction:column;gap:.3rem;display:flex}.footer-col-title{text-transform:uppercase;letter-spacing:.1em;color:#ffffff73;margin-bottom:.4rem;font-size:.75rem;font-weight:900}.footer-col a{color:#ffffffb8;padding:.15rem 0;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--gold)}.footer-bottom{text-align:center;color:#fff6;max-width:1100px;margin:1.5rem auto 0;font-size:.82rem;font-weight:500}.footer-byline{color:#ffffff8c;letter-spacing:.04em;margin-top:.35rem;font-size:.78rem;font-style:italic}.faq{background:var(--cream);padding:6rem 2.5rem}.faq-list{flex-direction:column;gap:1rem;max-width:760px;margin:3rem auto 0;display:flex}.faq-item{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);transition:box-shadow .25s;overflow:hidden}.faq-item.faq-open{box-shadow:var(--shadow-hover)}.faq-question{cursor:pointer;text-align:left;width:100%;color:var(--text);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.3rem 1.6rem;font-family:Nunito,sans-serif;font-size:1.02rem;font-weight:800;transition:color .2s;display:flex}.faq-question:hover{color:var(--coral)}.faq-icon{width:28px;height:28px;color:var(--coral);background:#e8875a1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;font-weight:700;line-height:1;transition:background .25s,transform .3s;display:flex}.faq-open .faq-icon{background:var(--coral);color:#fff;transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .4s,padding .3s;overflow:hidden}.faq-open .faq-answer{max-height:300px}.faq-answer p{color:var(--text-light);border-top:1px solid #e8875a1a;margin:0;padding:1rem 1.6rem 1.4rem;font-size:.97rem;line-height:1.75}@media (width<=800px){.hamburger{display:flex}.nav-links{background:var(--cream);z-index:199;flex-direction:column;justify-content:center;align-items:center;gap:2.2rem;font-size:1.25rem;display:none;position:fixed;inset:0}.nav-links.open{display:flex}.nav-links a:after{display:none}.hero-content{text-align:center;grid-template-columns:1fr;gap:2rem}.hero-photo-side{max-width:220px;margin:1.5rem auto 0}.hero-photo-right{order:3}.hero-features{gap:1.1rem}.about-content{text-align:center;grid-template-columns:1fr;gap:2.5rem}.about-visual{height:320px}.about-highlight{margin-left:auto;margin-right:auto}.workshops-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.video-grid{grid-template-columns:1fr}.slider-arrow{width:38px;height:38px;font-size:1.3rem}.video-section{padding:4.5rem 1.2rem}.pol-grid{gap:1.2rem}.pol-card{width:130px;height:130px}.faq-list{margin-top:2rem}.footer-content{text-align:center;flex-direction:column;align-items:center}.footer-brand p{max-width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media (width<=480px){.navbar{padding:1rem 1.2rem}.navbar.scrolled{padding:.7rem 1.2rem}.hero{padding:6rem 1.2rem 4rem}.about,.workshops,.shop,.faq,.newsletter{padding:4.5rem 1.2rem}.footer{padding:2.5rem 1.2rem 1.5rem}.about-highlight{gap:.8rem;padding:1.1rem 1.2rem}.pol-grid{gap:.9rem}.pol-card{border-width:3px;width:96px;height:96px}}
