.home-page{overflow-x:hidden}.home-page .btn-primary{background:var(--brown-dark);color:var(--peach);border:none;padding:16px 36px;border-radius:100px;font-size:14px;font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-weight:500;cursor:pointer;transition:all .25s;letter-spacing:.2px;text-decoration:none;display:inline-block}.home-page .btn-primary:hover{background:var(--brown);transform:translateY(-2px);box-shadow:0 8px 24px rgba(92,59,46,.2)}.home-page .custom-cursor{width:12px;height:12px;background:var(--brown);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:transform .15s ease,width .2s ease,height .2s ease,background .2s ease;mix-blend-mode:multiply}.home-page .custom-cursor.hover{width:40px;height:40px;background:var(--peach)}.home-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 48px;height:72px;display:flex;align-items:center;justify-content:space-between;background:hsla(26,64%,98%,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(131,88,69,.08);transition:all .3s ease}.home-nav.scrolled{height:60px}.home-nav .nav-logo{display:flex;align-items:center;text-decoration:none;line-height:0}.home-nav .nav-links{display:flex;gap:36px;list-style:none}.home-nav .nav-links a{font-size:13px;font-weight:400;color:var(--text-mid);text-decoration:none;letter-spacing:.3px;transition:color .2s;position:relative}.home-nav .nav-links a:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:1px;background:var(--brown);transform:scaleX(0);transition:transform .3s ease;transform-origin:left}.home-nav .nav-links a:hover{color:var(--brown)}.home-nav .nav-links a:hover:after{transform:scaleX(1)}.home-nav .nav-right{display:flex;align-items:center;gap:20px}.home-nav .nav-cart{width:40px;height:40px;border:1px solid rgba(131,88,69,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;background:none;cursor:pointer;transition:all .2s;text-decoration:none}.home-nav .nav-cart:hover{background:var(--peach);border-color:var(--peach)}.home-nav .nav-cart svg{width:16px;height:16px;stroke:var(--brown);fill:none;stroke-width:1.5}.home-nav .btn-nav{background:var(--brown);color:var(--peach);border:none;padding:10px 22px;border-radius:100px;font-size:13px;font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-weight:500;cursor:pointer;transition:all .2s;letter-spacing:.2px;text-decoration:none;display:inline-block}.home-nav .btn-nav:hover{background:var(--brown-dark);transform:translateY(-1px)}.home-hero{min-height:100vh;padding-top:72px;background:var(--peach);display:grid;grid-template-columns:1fr 1fr;position:relative;overflow:hidden}.home-hero .hero-curl{width:520px;height:auto;top:20px;right:28%;opacity:.6}.home-hero .hero-blob,.home-hero .hero-curl{position:absolute;pointer-events:none;z-index:0}.home-hero .hero-blob{border-radius:50%}.home-hero .hero-blob-2{width:280px;height:280px;background:var(--lavender);opacity:.45;bottom:30px;left:8%;animation:blob-drift 10s ease-in-out infinite reverse}@keyframes blob-drift{0%,to{transform:translate(0) scale(1)}33%{transform:translate(20px,-30px) scale(1.05)}66%{transform:translate(-15px,20px) scale(.97)}}.home-hero .hero-left{padding:80px 60px 80px 80px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2;animation:fade-up .9s ease forwards}@keyframes fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.home-hero .hero-eyebrow{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--brown-mid);margin-bottom:20px;font-weight:400}.home-hero .hero-title{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-size:clamp(60px,6vw,88px);line-height:1.05;color:var(--brown-dark);font-weight:400;margin-bottom:28px;letter-spacing:-1px}.home-hero .hero-title em{font-style:italic;color:var(--brown)}.home-hero .hero-body{font-size:16px;line-height:1.75;color:var(--text-mid);font-weight:300;max-width:420px;margin-bottom:44px}.home-hero .hero-actions{display:flex;gap:16px;align-items:center}.home-hero .btn-primary{background:var(--brown-dark);color:var(--peach);border:none;padding:16px 36px;border-radius:100px;font-size:14px;font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-weight:500;cursor:pointer;transition:all .25s;letter-spacing:.2px;text-decoration:none;display:inline-block}.home-hero .btn-primary:hover{background:var(--brown);transform:translateY(-2px);box-shadow:0 8px 24px rgba(92,59,46,.2)}.home-hero .btn-secondary{background:none;border:none;font-size:14px;font-family:var(--font-dm-sans),"DM Sans",sans-serif;color:var(--brown);cursor:pointer;display:flex;align-items:center;gap:8px;transition:gap .2s;font-weight:400;text-decoration:none}.home-hero .btn-secondary:hover{gap:14px}.home-hero .btn-secondary span{font-size:18px}.home-hero .hero-badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border-radius:100px;padding:8px 16px 8px 10px;margin-bottom:32px;font-size:12px;color:var(--brown);font-weight:500;box-shadow:0 2px 12px rgba(131,88,69,.1);animation:fade-up .9s ease .2s both}.home-hero .hero-badge-dot{width:8px;height:8px;background:var(--mint);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.7}}.home-hero .hero-right{position:relative;display:flex;align-items:center;justify-content:center;padding:60px 80px 60px 40px;z-index:2;animation:fade-up .9s ease .15s both}.home-hero .hp-carousel{position:relative;width:340px;height:280px;max-width:100%}.home-hero .hp-carousel--empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border-radius:24px;background:var(--lavender);box-shadow:0 32px 80px rgba(92,59,46,.15);padding:32px 24px;text-align:center;color:var(--text-mid);font-size:14px}.home-hero .hp-carousel--placeholder{overflow:visible}.home-hero .hp-carousel-spinner{z-index:3}.home-hero .hp-carousel-spinner,.home-hero .hp-slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.home-hero .hp-slide{border-radius:24px;overflow:visible;opacity:0;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-fill-mode:both;box-shadow:0 32px 80px rgba(92,59,46,.15)}.home-hero .hp-slide--static{opacity:1;animation:none}.home-hero .hp-slide-blob{position:absolute;width:200px;height:200px;opacity:.45;border-radius:50%;pointer-events:none}.home-hero .hp-pkg{width:170px;height:130px;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;box-shadow:0 12px 36px rgba(92,59,46,.2);position:relative;z-index:2;text-decoration:none;padding:8px;transition:transform .2s ease}.home-hero .hp-pkg:hover{transform:translateY(-2px)}.home-hero .hp-slide-photo{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;transition:transform .2s ease}.home-hero .hp-slide-photo:hover{transform:translateY(-2px)}.home-hero .hp-slide-photo-frame{position:relative;width:180px;height:180px;border-radius:20px;overflow:hidden;background:var(--cream);box-shadow:0 12px 36px rgba(92,59,46,.2);display:block}.home-hero .hp-slide-photo-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.home-hero .hp-slide-photo-name{position:absolute;left:0;right:0;bottom:0;padding:28px 10px 10px;font-size:12px;font-weight:600;line-height:1.25;letter-spacing:.01em;text-align:center;color:var(--cream);background:linear-gradient(to top,color-mix(in srgb,var(--brown-dark) 72%,transparent) 0,color-mix(in srgb,var(--brown-dark) 28%,transparent) 55%,transparent 100%);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-hero .hp-pkg--skeleton{background:linear-gradient(135deg,rgba(92,59,46,.08),rgba(92,59,46,.04));pointer-events:none}.home-hero .hp-pkg-logo{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-style:italic;font-size:28px;color:var(--brown-dark);line-height:1}.home-hero .hp-pkg-sub{font-size:9px;color:var(--text-light);text-align:center}.home-hero .hp-pkg-badge{font-size:8px;font-style:italic;color:var(--brown);background:color-mix(in srgb,var(--peach) 60%,transparent);border-radius:100px;padding:2px 8px;margin-top:2px}.home-hero .hp-float-l,.home-hero .hp-float-r{position:absolute;padding:12px 16px;background:#fff;border:1px solid rgba(131,88,69,.08);border-radius:20px;box-shadow:0 4px 24px rgba(92,59,46,.06);z-index:3}.home-hero .hp-float-l{bottom:-16px;left:-36px;min-width:130px}.home-hero .hp-float-r{top:14px;right:-44px}.home-hero .hp-float-label{font-size:10px;color:var(--text-light);margin-bottom:4px}.home-hero .hp-float-val{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-size:22px;color:var(--brown-dark);line-height:1.1}.home-hero .hp-float-val-sm{font-size:13px;font-weight:600;color:var(--brown-dark)}.home-hero .hero-product-showcase{position:relative;width:100%;max-width:480px}.home-hero .hero-product-main{width:100%;aspect-ratio:4/3;background:var(--lemon);border-radius:24px;box-shadow:0 32px 80px rgba(92,59,46,.15)}.home-hero .hero-product-main,.home-hero .product-pkg{display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.home-hero .product-pkg{width:180px;height:120px;background:linear-gradient(135deg,#f0d7cf,#e8c4b8);border-radius:12px;flex-direction:column;gap:6px;box-shadow:0 12px 36px rgba(131,88,69,.2);z-index:2}.home-hero .product-pkg:before{content:"";position:absolute;width:140px;height:140px;background:var(--lemon);border-radius:50%;top:-60px;right:-40px;opacity:.6}.home-hero .product-pkg-logo{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-style:italic;font-size:28px;color:var(--brown-dark);position:relative;z-index:1}.home-hero .product-pkg-name{font-size:12px;font-weight:600;color:var(--brown-dark);position:relative;z-index:1}.home-hero .product-pkg-sub{font-size:10px;color:var(--brown-mid);position:relative;z-index:1}.home-hero .hero-floating-card{position:absolute;background:#fff;border-radius:16px;padding:14px 18px;box-shadow:0 8px 32px rgba(92,59,46,.12);font-size:12px;font-weight:500;color:var(--brown-dark)}.home-hero .hero-card-1{bottom:-20px;left:-30px;animation:float 4s ease-in-out infinite}.home-hero .hero-card-2{top:20px;right:-40px;animation:float 4s ease-in-out 1s infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.home-hero .hero-card-label{font-size:10px;color:var(--text-light);margin-bottom:4px;font-weight:300}.home-hero .hero-card-val{font-size:20px;font-weight:600;color:var(--brown-dark)}.home-hero .hero-scroll-hint{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:8px;font-size:11px;color:var(--brown-light);letter-spacing:1px;text-transform:uppercase;animation:fade-in 1s ease 1s both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.home-hero .scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--brown-light),transparent);animation:scroll-pulse 2s ease-in-out infinite}@keyframes scroll-pulse{0%,to{transform:scaleY(1)}50%{transform:scaleY(.6)}}.home-marquee{background:var(--brown-dark);padding:16px 0;overflow:hidden;display:flex}.home-marquee .marquee-track{display:flex;gap:0;animation:marquee-scroll 20s linear infinite;white-space:nowrap}.home-marquee .marquee-item{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-style:italic;font-size:20px;color:var(--peach);padding:0 40px;display:flex;align-items:center;gap:16px;opacity:.9}.home-marquee .marquee-dot{width:6px;height:6px;background:var(--lemon);border-radius:50%;flex-shrink:0}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.home-section-eyebrow{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--brown-light);margin-bottom:20px;font-weight:400}.home-section-title{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-size:clamp(40px,4vw,56px);line-height:1.15;color:var(--brown-dark);font-weight:400;margin-bottom:28px;letter-spacing:-.5px}.home-section-title em{font-style:italic;color:var(--brown)}.home-section-body{font-size:16px;line-height:1.8;color:var(--text-mid);font-weight:300;margin-bottom:40px;max-width:480px}.home-products{padding:100px 80px;background:var(--cream-dark)}.home-products .section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:56px}.home-products .see-all{font-size:13px;color:var(--brown);text-decoration:none;border-bottom:1px solid var(--brown);padding-bottom:2px;transition:opacity .2s}.home-products .see-all:hover{opacity:.6}.home-products .products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.home-product-card{border-radius:20px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;position:relative;background:#fff}.home-product-card:hover{transform:translateY(-8px);box-shadow:0 24px 60px rgba(92,59,46,.12)}.home-product-card .product-img{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.home-product-card .product-img-frame{position:relative;z-index:2;width:70%;max-width:180px;aspect-ratio:1;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.1);transition:transform .3s ease}.home-product-card:hover .product-img-frame{transform:scale(1.08) rotate(-2deg)}.home-product-card .product-img-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.home-product-card .product-pkg-card{width:140px;height:100px;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;position:relative;z-index:2;box-shadow:0 8px 24px rgba(0,0,0,.1);transition:transform .3s ease}.home-product-card:hover .product-pkg-card{transform:scale(1.08) rotate(-2deg)}.home-product-card .pkg-logo{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-style:italic;font-size:22px;color:var(--brown-dark);position:relative;z-index:1}.home-product-card .pkg-name{font-size:10px;font-weight:600;color:var(--brown-dark);position:relative;z-index:1;text-align:center}.home-product-card .product-img-blob{position:absolute;width:180px;height:180px;border-radius:50%;opacity:.5;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .4s ease}.home-product-card:hover .product-img-blob{transform:translate(-50%,-50%) scale(1.15)}.home-product-card .product-tag{right:16px;border-radius:100px;padding:4px 10px;font-size:10px;font-weight:600;color:var(--brown)}.home-product-card .product-tag,.home-product-card .wishlist-btn{position:absolute;top:16px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08)}.home-product-card .wishlist-btn{left:16px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .2s;opacity:0}.home-product-card:hover .wishlist-btn{opacity:1}.home-product-card .wishlist-btn:hover{background:var(--peach)}.home-product-card .wishlist-btn svg{width:14px;height:14px;stroke:var(--brown);fill:none;stroke-width:1.5}.home-product-card .wishlist-btn[aria-pressed=true]{opacity:1}.home-product-card .wishlist-btn[aria-pressed=true] svg path{fill:var(--peach)}.home-product-card .product-info{padding:20px}.home-product-card .product-macros{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.home-product-card .macro-pill{background:var(--cream-dark);border-radius:100px;padding:3px 10px;font-size:11px;color:var(--text-mid);font-weight:400}.home-product-card .product-name{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-size:20px;color:var(--brown-dark);margin-bottom:4px;font-weight:400}.home-product-card .product-desc{font-size:12px;color:var(--text-light);line-height:1.5;margin-bottom:16px;font-weight:300}.home-product-card .product-footer{display:flex;justify-content:space-between;align-items:center}.home-product-card .product-price{font-size:16px;font-weight:600;color:var(--brown-dark)}.home-product-card .add-btn{width:36px;height:36px;background:var(--brown-dark);color:var(--peach);border:none;border-radius:50%;font-size:20px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.home-product-card .add-btn:hover{background:var(--brown);transform:scale(1.1)}.home-community{padding:120px 80px;background:var(--brown-dark);position:relative;overflow:hidden;text-align:center}.home-community .community-blob-1{position:absolute;width:400px;height:400px;background:var(--brown);border-radius:50%;top:-150px;right:-100px;opacity:.4}.home-community .community-blob-2{position:absolute;width:300px;height:300px;background:var(--peach);border-radius:50%;bottom:-100px;left:-80px;opacity:.08}.home-community .community-inner{position:relative;z-index:2;max-width:700px;margin:0 auto}.home-community .community-eyebrow{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--peach);opacity:.5;margin-bottom:20px}.home-community .community-title{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-size:clamp(44px,5vw,72px);color:var(--peach);font-weight:400;line-height:1.15;margin-bottom:24px}.home-community .community-title em{font-style:italic}.home-community .community-body{font-size:16px;color:rgba(255,215,207,.6);line-height:1.8;font-weight:300;margin-bottom:48px}.home-community .community-tags{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:56px}.home-community .ctag{background:rgba(255,215,207,.08);border:1px solid rgba(255,215,207,.15);color:var(--peach);border-radius:100px;padding:10px 22px;font-size:13px;opacity:.8;transition:all .2s;cursor:default}.home-community .ctag:hover{background:rgba(255,215,207,.15);opacity:1}.home-community .community-cta{display:inline-flex;gap:16px;align-items:center;flex-wrap:wrap;justify-content:center}.home-community .btn-peach{background:var(--peach);color:var(--brown-dark);border:none;padding:16px 36px;border-radius:100px;font-size:14px;font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-weight:600;cursor:pointer;transition:all .25s;text-decoration:none;display:inline-block}.home-community .btn-peach:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(255,215,207,.2)}.home-community .btn-ghost{background:none;border:1px solid rgba(255,215,207,.25);color:var(--peach);padding:16px 32px;border-radius:100px;font-size:14px;font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-weight:400;cursor:pointer;transition:all .25s;text-decoration:none;display:inline-block}.home-community .btn-ghost:hover{border-color:var(--peach)}.home-newsletter{padding:80px 52px;background:var(--lemon);display:flex;align-items:center;justify-content:space-between;gap:60px;position:relative;overflow:hidden}.home-newsletter .newsletter-blob{position:absolute;width:400px;height:400px;background:var(--peach);border-radius:50%;right:-100px;top:-100px;opacity:.4}.home-newsletter .newsletter-left{position:relative;z-index:1;max-width:420px;flex-shrink:0}.home-newsletter .newsletter-right{position:relative;z-index:1;flex:1;max-width:440px}.home-newsletter .newsletter-heading{font-size:clamp(32px,3.5vw,40px);margin-bottom:12px}.home-newsletter .newsletter-body{font-size:15px;margin-bottom:0}.home-newsletter .email-form{display:flex;gap:0;margin-bottom:12px}.home-newsletter .email-input{flex:1;padding:14px 20px;border:1.5px solid rgba(92,59,46,.2);border-right:none;border-radius:100px 0 0 100px;background:#fff;font-size:14px;font-family:var(--font-dm-sans),"DM Sans",sans-serif;color:var(--text);outline:none;transition:border-color .2s;min-width:0}.home-newsletter .email-input:focus{border-color:var(--brown)}.home-newsletter .email-input::-moz-placeholder{color:var(--text-light)}.home-newsletter .email-input::placeholder{color:var(--text-light)}.home-newsletter .email-submit{background:var(--brown-dark);color:var(--lemon);border:none;padding:14px 24px;border-radius:0 100px 100px 0;font-size:14px;font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.home-newsletter .email-submit:hover{background:var(--brown)}.home-newsletter .email-submit:disabled{opacity:.65;cursor:not-allowed}.home-newsletter .email-input:disabled{opacity:.7;cursor:not-allowed}.home-newsletter .newsletter-note{margin:0;font-size:12px;color:var(--text-light);font-family:var(--font-dm-sans),"DM Sans",sans-serif}.home-newsletter .newsletter-status{margin-top:10px;min-height:1.25em}.home-newsletter .newsletter-success{color:var(--brown-dark);font-weight:500}.home-newsletter .newsletter-error,.home-newsletter .newsletter-success{margin:0;font-size:13px;font-family:var(--font-dm-sans),"DM Sans",sans-serif}.home-newsletter .newsletter-error{color:var(--text-mid)}.home-footer{background:var(--brown-dark);padding:80px;color:var(--peach)}.home-footer .footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;padding-bottom:60px;border-bottom:1px solid rgba(255,215,207,.1);margin-bottom:40px}.home-footer .footer-logo{display:inline-flex;align-items:center;margin-bottom:16px;text-decoration:none;line-height:0}.home-footer .footer-tagline{font-size:14px;color:rgba(255,215,207,.5);font-weight:300;line-height:1.7;margin-bottom:28px;max-width:280px}.home-footer .social-links{display:flex;gap:12px}.home-footer .social-link{width:36px;height:36px;border:1px solid rgba(255,215,207,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:13px;color:var(--peach);opacity:.6;transition:all .2s;cursor:pointer}.home-footer .social-link:hover{opacity:1;border-color:var(--peach);background:rgba(255,215,207,.08)}.home-footer .footer-col h5{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,215,207,.4);margin-bottom:20px;font-weight:500}.home-footer .footer-col ul{list-style:none}.home-footer .footer-col ul li{margin-bottom:12px}.home-footer .footer-col ul a{font-size:14px;color:rgba(255,215,207,.7);text-decoration:none;font-weight:300;transition:color .2s}.home-footer .footer-col ul a:hover{color:var(--peach)}.home-footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.home-footer .footer-copy{font-size:12px;color:rgba(255,215,207,.3)}.home-footer .footer-bottom-links{display:flex;gap:24px}.home-footer .footer-bottom-links a{font-size:12px;color:rgba(255,215,207,.3);text-decoration:none;transition:color .2s}.home-footer .footer-bottom-links a:hover{color:rgba(255,215,207,.6)}.home-page .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.home-page .reveal.visible{opacity:1;transform:translateY(0)}.home-page .reveal-delay-1{transition-delay:.1s}.home-page .reveal-delay-2{transition-delay:.2s}.home-page .reveal-delay-3{transition-delay:.3s}.home-page .reveal-delay-4{transition-delay:.4s}@media (max-width:1024px){.home-hero{grid-template-columns:1fr}.home-hero .hero-curl{width:360px;right:-40px;top:40px;opacity:.45}.home-hero .hero-right{display:none}.home-products .products-grid{grid-template-columns:repeat(2,1fr)}.home-newsletter{flex-direction:column;align-items:stretch;padding:72px 40px;gap:40px}.home-newsletter .newsletter-left,.home-newsletter .newsletter-right{max-width:none}.home-footer .footer-top{grid-template-columns:1fr 1fr}}@media (max-width:640px){.home-nav{padding:0 24px}.home-nav .nav-links{display:none}.home-hero .hero-curl{width:260px;right:-80px;top:60px;opacity:.35}.home-hero .hero-blob-2{width:180px;height:180px}.home-hero .hp-slide-photo-frame{width:150px;height:150px;border-radius:16px}.home-community,.home-footer,.home-hero .hero-left,.home-newsletter,.home-products{padding-left:24px;padding-right:24px}.home-products .products-grid{grid-template-columns:1fr}}