#hero{position:relative;overflow:hidden;background:url(/images/hero-cover.jpg) center center / cover no-repeat}#hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,#1a1a2ecc,#1a1a2e8c 35%,#1a1a2e40,#1a1a2e8c 75%,#1a1a2ecc);z-index:1}@media(max-width:767px){#hero:before{background:linear-gradient(to bottom,#1a1a2eb3,#1a1a2e80 60%,#1a1a2e4d)}}.hero-spin-badge{position:absolute;top:50%;right:6%;transform:translateY(-50%);width:340px;height:340px;z-index:3;pointer-events:none;animation:spin 20s linear infinite,badge-fade-in 1s ease-out .4s forwards;opacity:0}@keyframes spin{to{transform:translateY(-50%) rotate(360deg)}}@keyframes badge-fade-in{to{opacity:1}}@media(min-width:1280px){.hero-spin-badge{width:400px;height:400px;right:8%}}@media(max-width:767px){.hero-spin-badge{position:absolute;top:auto;bottom:1.5rem;right:1rem;width:140px;height:140px;transform:none;animation:spin-mobile 20s linear infinite,badge-fade-in 1s ease-out .4s forwards;opacity:0}}@keyframes spin-mobile{to{transform:rotate(360deg)}}@keyframes hero-text-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-layout{position:relative;z-index:2;max-width:1280px;margin:0 auto;padding:0 1.5rem;width:100%;min-height:calc(90vh - 136px);display:flex;align-items:center}.hero-content{display:flex;flex-direction:column;justify-content:center;padding:4rem 0;max-width:600px}@media(min-width:768px){.hero-content{padding:5rem 0}}@media(min-width:1280px){.hero-content{padding:6rem 0}}.hero-eyebrow-chip{display:inline-flex;align-items:center;align-self:flex-start;width:fit-content;gap:.5rem;font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--color-primary);padding:.4rem 1rem;border-radius:9999px;margin-bottom:1.5rem;opacity:0;animation:hero-text-in .8s ease-out 0s forwards}.hero-heading{font-family:var(--font-heading),serif;font-size:clamp(2.5rem,5vw,var(--text-hero));font-weight:700;line-height:var(--leading-hero);color:#fff;margin-bottom:1.5rem;opacity:0;animation:hero-text-in .8s ease-out .15s forwards}.hero-heading em{font-style:italic;color:var(--color-secondary)}.hero-subheading{font-size:1.125rem;line-height:var(--leading-body);color:#ffffffd9;max-width:480px;margin-bottom:2.5rem;opacity:0;animation:hero-text-in .8s ease-out .3s forwards}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem;opacity:0;animation:hero-text-in .8s ease-out .45s forwards}.hero-cta .btn-ghost{border-color:#ffffff80;color:#fff;background:transparent}.hero-cta .btn-ghost:before{background:#fff}.hero-cta .btn-ghost:hover{border-color:#fff;color:var(--color-primary-dark);box-shadow:0 8px 24px #ffffff40}.petal-circle{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#fffffff2;flex-shrink:0;transition:all .35s cubic-bezier(.19,1,.22,1)}.petal-circle svg{width:18px;height:18px}.btn:hover .petal-circle{transform:rotate(-15deg) scale(1.1);background:#fff;box-shadow:0 2px 8px #ffffff4d}.ghost-petal{background:#ffffff26;border:1px solid rgba(255,255,255,.3)}.btn:hover .ghost-petal{background:var(--color-primary-dark, #5C4580);border-color:var(--color-primary-dark, #5C4580)}.btn:hover .ghost-petal svg path{fill:#fff!important;opacity:1!important}.btn:hover .ghost-petal svg line{stroke:#fff!important}.btn:hover .ghost-petal svg path[fill=none]{fill:none!important}.btn{gap:.75rem}.trust-bar{background:var(--color-text);padding:1.5rem 0;position:relative;z-index:2}.trust-items{display:flex;justify-content:center;align-items:center;gap:2.5rem;list-style:none;padding:0;margin:0;flex-wrap:wrap}@media(max-width:767px){.trust-items{gap:1.25rem 2rem}}.trust-item{display:flex;align-items:center;gap:.5rem;color:#ffffffb3;font-size:.8125rem;font-weight:500}.trust-item .material-symbols-outlined{font-size:18px;color:var(--color-secondary)}.trust-stat{font-family:var(--font-heading),serif;font-size:1rem;font-weight:700;color:#fff}.trust-divider{width:1px;height:24px;background:#ffffff26}@media(max-width:767px){.trust-divider{display:none}}#collections{background:var(--color-bg)}.collections-grid{display:grid;grid-template-columns:1fr;gap:var(--space-gap)}@media(min-width:480px){.collections-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.collections-grid{grid-template-columns:repeat(3,1fr)}}.collection-card{border-radius:var(--radius-lg);overflow:hidden;background:#fff;box-shadow:var(--shadow-subtle);border:1px solid var(--color-border);transition:transform var(--transition-base),box-shadow var(--transition-base);display:flex;flex-direction:column}.collection-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium)}.collection-card-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.collection-img{aspect-ratio:4/3;position:relative;overflow:hidden}.collection-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.collection-card:hover .collection-img img{transform:scale(1.05)}.collection-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.collection-name{font-size:1.1875rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text)}.collection-desc{font-size:.9375rem;color:var(--color-text-light);line-height:var(--leading-body);flex:1;margin-bottom:1rem}.collection-traits{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.collection-trait{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:500;color:var(--color-primary);background:var(--color-surface);border:1px solid var(--color-border);border-radius:100px;padding:.3rem .7rem;white-space:nowrap}.collection-trait .material-symbols-outlined{font-size:14px;font-variation-settings:"FILL" 1}.collection-browse{display:inline-flex;align-items:center;gap:.375rem;font-size:.9rem;font-weight:500;color:var(--color-primary);transition:gap var(--transition-fast);margin-top:auto}.collection-card:hover .collection-browse{gap:.625rem}.product-card{display:block;text-decoration:none;color:inherit}.product-card__img{position:relative;overflow:hidden;border-radius:var(--radius-lg);margin-bottom:0}.product-card__img img{width:100%;aspect-ratio:3 / 4;object-fit:cover;border-radius:var(--radius-lg);display:block;transition:transform .5s ease}.product-card:hover .product-card__img img{transform:scale(1.05)}.product-card__type{position:absolute;top:.75rem;left:.75rem;background:var(--color-primary-dark);color:#fff;font-size:.65rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:3px 10px;border-radius:var(--radius-full);pointer-events:none}.product-card__wishlist{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;border-radius:50%;background:#fff;box-shadow:0 2px 8px #00000026;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;pointer-events:none}.product-card__wishlist .material-symbols-outlined{font-size:20px;color:var(--color-text-light);line-height:1}.product-card__wishlist .icon-filled{display:none;color:var(--color-primary)}.product-card__wishlist .icon-outline{display:block}.product-card:hover .product-card__wishlist{opacity:1}.product-card:hover .product-card__wishlist .icon-outline{display:none}.product-card:hover .product-card__wishlist .icon-filled{display:block}@media(max-width:767px){.product-card__wishlist{opacity:1}}.product-card__tags{position:absolute;bottom:.75rem;left:.75rem;display:flex;gap:.4rem;flex-wrap:wrap}.product-card__tag{display:inline-flex;align-items:center;gap:3px;background:#ffffffe6;backdrop-filter:blur(4px);border-radius:var(--radius-full);padding:3px 8px;font-size:.6rem;font-weight:500;color:var(--color-text);line-height:1}.product-card__tag .material-symbols-outlined{font-size:12px;font-variation-settings:"FILL" 1;line-height:1}.product-card__info{padding:1rem .25rem 0}.product-card__name{font-family:var(--font-heading),serif;font-size:1.1rem;font-weight:600;color:var(--color-text);transition:color .2s ease;margin-bottom:.2rem}.product-card:hover .product-card__name{color:var(--color-primary)}.product-card__specs{font-size:.8rem;color:var(--color-text-light);margin-bottom:0}.product-card__price{font-size:1rem;font-weight:600;color:var(--color-primary);margin-top:.35rem}.product-card__availability{font-size:.75rem;color:var(--color-accent-dark);margin-top:.25rem;font-weight:600}.product-card__quick-view{display:block;width:100%;margin-top:.75rem;padding:.5rem;border:none;border-radius:var(--radius-full);background:var(--color-primary);font-family:var(--font-body),sans-serif;font-size:.8rem;font-weight:500;color:#fff;text-transform:uppercase;letter-spacing:.05em;text-align:center;cursor:pointer;transition:background .3s ease}.product-card:hover .product-card__quick-view{background:var(--color-primary-dark)}.bestsellers-scroll-wrap{position:relative}.bestsellers-grid{display:flex!important;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1.5rem}.bestsellers-grid::-webkit-scrollbar{display:none}.bestsellers-grid .product-card{flex:0 0 calc(25% - 1.125rem);scroll-snap-align:start;min-width:220px}@media(max-width:767px){.bestsellers-grid .product-card{flex:0 0 calc(50% - .75rem)}}.bestsellers-arrow{position:absolute;top:40%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border-radius:50%;border:1.5px solid var(--color-primary);background:#fff;color:var(--color-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .25s ease,color .25s ease,border-color .25s ease;box-shadow:0 2px 8px #0000001f}.bestsellers-arrow:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.bestsellers-prev{left:-22px}.bestsellers-next{right:-22px}@media(max-width:767px){.bestsellers-prev{left:-12px}.bestsellers-next{right:-12px}}#about{background:var(--color-surface)}.about-layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}.about-content{order:1}.about-image{order:2}.about-image{border-radius:var(--radius-lg);overflow:hidden;position:relative;max-width:220px;margin:0 auto;aspect-ratio:9/16}.about-content{max-width:520px}@media(min-width:1024px){.about-layout{grid-template-columns:auto 1fr;gap:3rem}.about-content{order:unset}.about-image{order:unset;max-width:300px;margin:0}}.about-heading{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;margin-bottom:1.25rem;line-height:var(--leading-section)}.about-body{font-size:1.0625rem;color:var(--color-text-light);line-height:var(--leading-body);margin-bottom:2rem}.text-link{display:inline-flex;align-items:center;gap:.375rem;font-weight:500;color:var(--color-primary);font-size:1rem;transition:gap var(--transition-fast)}.text-link:hover{gap:.625rem}#testimonials{background:var(--color-primary-dark);padding:5rem 0}#testimonials .section-header .eyebrow{color:#b5cdb0}#testimonials .section-header .section-heading,#testimonials .author-name{color:#fff}#testimonials .author-meta{color:#d4bde6}#testimonials .testimonial-quote-col blockquote{font-family:Lora,serif;font-style:italic;color:#fff}#testimonials .testimonial-arrow{border-color:var(--color-accent-dark);color:var(--color-accent-dark)}#testimonials .testimonial-arrow:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.testimonials-carousel-wrap{max-width:800px;margin:0 auto;text-align:center}.testimonials-iris-accent{display:none}.testimonial-slide{display:none;opacity:0}.testimonial-slide.active{display:block;animation:testimonialSlideIn .45s ease forwards}.testimonial-slide.slide-out-left{display:block;animation:testimonialSlideOutLeft .45s ease forwards}.testimonial-slide.slide-out-right{display:block;animation:testimonialSlideOutRight .45s ease forwards}@keyframes testimonialSlideIn{0%{opacity:0;transform:translate(var(--slide-dir, 40px))}to{opacity:1;transform:translate(0)}}@keyframes testimonialSlideOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-40px)}}@keyframes testimonialSlideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(40px)}}.testimonial-body{display:grid;grid-template-columns:1fr auto 1.8fr;gap:0;align-items:center;text-align:left;margin-bottom:2rem}@media(max-width:600px){.testimonial-body{grid-template-columns:1fr;gap:1.5rem}.testimonial-vine-divider{display:none}}.testimonial-author-col{text-align:right;padding-right:2rem}.testimonial-vine-divider{width:60px;height:200px;flex-shrink:0}.testimonial-quote-col{padding-left:2rem}.testimonial-author-col .author-name{font-family:var(--font-heading),serif;font-size:1.75rem;font-weight:400;color:var(--color-text);line-height:1.2;margin-bottom:.3rem}.testimonial-author-col .author-meta{font-family:var(--font-body),sans-serif;font-size:.8125rem;color:var(--color-accent-dark);text-transform:capitalize}.testimonial-quote-col blockquote{font-family:var(--font-heading),serif;font-size:1.35rem;font-style:italic;font-weight:700;line-height:1.7;color:var(--color-primary);border:none;padding:0;position:relative}.testimonial-stars{display:flex;gap:.15rem;margin-top:1rem;color:#b5cdb0}.testimonial-stars .material-symbols-outlined{font-size:1.1rem;font-variation-settings:"FILL" 1}.testimonial-nav{display:flex;gap:.75rem;margin-top:1.5rem}.testimonial-arrow{width:44px;height:44px;border-radius:50%;border:1.5px solid var(--color-text);background:transparent;color:var(--color-text);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:background .25s ease,color .25s ease,border-color .25s ease}.testimonial-arrow:hover{background:var(--color-text);color:#fff}.reel-strip-section{padding:5rem 0 4rem;background:var(--color-bg, #FAFAF8);text-align:center}.reel-strip-section .section-eyebrow{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent-dark, #6B7E5C);font-weight:600;margin-bottom:.5rem}.reel-strip-section .section-heading{font-family:var(--font-heading, "Lora"),serif;font-size:2.25rem;color:var(--color-text, #1A1A2E);margin-bottom:.75rem}.reel-strip-section .section-subtext{color:var(--color-text-light, #6B6B80);max-width:560px;margin:0 auto 2.5rem;font-size:1rem;line-height:1.6}.reel-strip-wrapper{position:relative;max-width:1200px;margin:0 auto;padding:0 3.5rem}.reel-strip{display:flex;gap:1.25rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:1rem .5rem}.reel-strip::-webkit-scrollbar{display:none}.reel-strip-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:44px;height:44px;border-radius:50%;border:1.5px solid var(--color-text, #1A1A2E);background:#fff;color:var(--color-text, #1A1A2E);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s ease;box-shadow:0 2px 8px #00000014}.reel-strip-arrow:hover{background:var(--color-text, #1A1A2E);color:#fff}.reel-strip-prev{left:0}.reel-strip-next{right:0}.reel-card{flex-shrink:0;width:180px;text-align:center;cursor:pointer;transition:transform .3s ease}.reel-card:hover{transform:translateY(-4px)}.reel-thumb{width:180px;aspect-ratio:9/16;border-radius:16px;overflow:hidden;position:relative;box-shadow:0 4px 16px #0000001a;transition:box-shadow .3s ease}.reel-card:hover .reel-thumb{box-shadow:0 8px 24px #00000026}.reel-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.reel-play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:56px;color:#fff;z-index:3;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4));transition:transform .3s ease,opacity .3s ease}.reel-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000000d,#0000004d);border-radius:16px;pointer-events:none;z-index:1}.reel-card:hover .reel-play-icon{transform:translate(-50%,-50%) scale(1.15)}.reel-thumb video{width:100%;height:100%;object-fit:cover}.reel-label{display:block;margin-top:.75rem;font-size:.8125rem;font-weight:500;color:var(--color-text, #1A1A2E);letter-spacing:.02em}.reel-lightbox{position:fixed;inset:0;z-index:9999;background:#000000e6;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.reel-lightbox.active{opacity:1;visibility:visible}.reel-lightbox-inner{position:relative;max-width:380px;width:90%;aspect-ratio:9/16;border-radius:20px;overflow:hidden;background:#000}.reel-lightbox-inner video{width:100%;height:100%;object-fit:cover}.reel-lightbox-close{position:absolute;top:1rem;right:1rem;z-index:10000;width:40px;height:40px;border-radius:50%;border:none;background:#ffffff26;backdrop-filter:blur(8px);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.reel-lightbox-close:hover{background:#ffffff4d}.reel-lightbox-label{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);color:#fff;font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-shadow:0 1px 4px rgba(0,0,0,.5)}@media(max-width:767px){.reel-strip-wrapper{padding:0 1rem}.reel-strip-arrow{display:none}.reel-card,.reel-thumb{width:140px}.reel-strip-section .section-heading{font-size:1.75rem}}#blog{background:var(--color-bg);padding:5rem 0}.blog-section-header{text-align:center;margin-bottom:3rem}.blog-circles-wrapper{position:relative;display:flex;align-items:center;justify-content:center;padding:2rem 0}.blog-circle-track{position:relative;width:420px;height:420px}.blog-circle-card{width:420px;height:420px;border-radius:50%;border:1px solid rgba(0,0,0,.12);background:var(--color-bg);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4.5rem 4rem;text-align:center;position:absolute;top:0;left:0;overflow:hidden;transition:transform .5s ease,opacity .5s ease}.blog-circle-card.center{z-index:5;transform:translate(0);border:3px solid var(--color-accent)}.blog-circle-card.side:nth-child(2){z-index:3;transform:translate(-140px)}.blog-circle-card.side:nth-child(4){z-index:3;transform:translate(140px)}.blog-circle-card.far-side:first-child{z-index:1;transform:translate(-260px)}.blog-circle-card.far-side:last-child{z-index:1;transform:translate(260px)}.blog-card-meta{font-size:.75rem;color:var(--color-text-light);margin-bottom:.75rem;letter-spacing:.05em}.blog-card-meta .blog-card-category{color:var(--color-accent-dark);font-weight:500;text-transform:capitalize;display:inline;font-size:inherit;letter-spacing:inherit;margin:0}.blog-card-meta .blog-card-date{display:inline;font-size:inherit;margin:0}.blog-card-title{font-family:var(--font-heading),serif;font-size:1.5rem;font-weight:400;line-height:1.3;color:var(--color-text);margin-bottom:.75rem}.blog-card-title a{color:inherit;text-decoration:none;transition:color .2s ease;display:inline}.blog-card-title a:hover{color:var(--color-primary);text-decoration:underline}.blog-card-excerpt{font-size:.875rem;color:var(--color-text-light);line-height:1.6;margin-bottom:1.25rem}.blog-card-arrow{display:none}.blog-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;border:none;background:var(--color-accent-dark);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .25s ease,transform .25s ease}.blog-nav-arrow:hover{background:var(--color-accent);transform:translateY(-50%) scale(1.05)}.blog-nav-arrow.prev{left:1rem}.blog-nav-arrow.next{right:1rem}.blog-view-all{text-align:center;margin-top:2.5rem}@media(max-width:1200px){.blog-circle-track{width:340px;height:340px}.blog-circle-card{width:340px;height:340px;padding:3.5rem 3rem}.blog-circle-card.side:nth-child(2){transform:translate(-120px)}.blog-circle-card.side:nth-child(4){transform:translate(120px)}.blog-circle-card.far-side{display:none}.blog-card-title{font-size:1.25rem}}@media(max-width:767px){.blog-circles-wrapper{padding:1rem 0}.blog-circle-track{width:280px;height:280px}.blog-circle-card{width:280px;height:280px;padding:2.5rem 2rem}.blog-circle-card.side,.blog-circle-card.far-side{display:none}.blog-nav-arrow{width:44px;height:44px}.blog-card-title{font-size:1rem}.blog-card-excerpt{font-size:.75rem;display:none}}#shipping{background:var(--color-surface)}.timeline-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:1rem}.timeline-steps{display:flex;gap:0;min-width:600px;position:relative}.timeline-steps:before{content:"";position:absolute;top:32px;left:12.5%;right:12.5%;height:2px;background:var(--color-border);z-index:0}.timeline-step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1rem;position:relative;z-index:1}.timeline-circle{width:64px;height:64px;border-radius:var(--radius-full);background:var(--color-accent);display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1rem;flex-shrink:0;border:3px solid var(--color-bg);box-shadow:0 0 0 2px var(--color-border)}.timeline-circle .material-symbols-outlined{font-size:1.75rem;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24}.timeline-label{font-weight:700;font-size:1rem;color:var(--color-text);margin-bottom:.25rem}.timeline-time{font-size:.875rem;font-weight:600;color:var(--color-primary);margin-bottom:.5rem}.timeline-desc{font-size:.875rem;color:var(--color-text-light);line-height:var(--leading-body);max-width:180px}@media(max-width:767px){.timeline-wrapper{overflow-x:visible}.timeline-steps{flex-direction:column;min-width:unset;gap:0;padding-left:40px}.timeline-steps:before{inset:32px auto 32px 72px;width:2px;height:auto}.timeline-step{flex-direction:row;text-align:left;align-items:flex-start;gap:1.25rem;padding:0 0 2rem}.timeline-circle{margin-bottom:0;flex-shrink:0}.timeline-content{padding-top:.5rem}.timeline-desc{max-width:none}}@media(min-width:768px){.timeline-wrapper{overflow-x:visible}.timeline-steps{min-width:unset}}#newsletter{background:var(--color-primary-dark);padding:5rem 0;position:relative;overflow:hidden}.newsletter-stems{position:absolute;left:0;top:0;width:320px;height:100%;pointer-events:none;z-index:0}@media(max-width:768px){.newsletter-stems{opacity:.5;width:200px}}.newsletter-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}@media(max-width:768px){.newsletter-inner{grid-template-columns:1fr;text-align:center}}.newsletter-eyebrow{font-family:var(--font-body),sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:2.5px;color:var(--color-accent);margin-bottom:.75rem}.newsletter-heading{font-family:var(--font-heading),serif;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:#fff;margin-bottom:1.25rem;line-height:1.2}.newsletter-subtext{font-size:1.0625rem;color:#ffffffb3;line-height:1.7;margin-bottom:1.5rem}.newsletter-perks{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.newsletter-perks li{display:flex;align-items:center;gap:8px;font-size:.9375rem;color:#fffc}.newsletter-perks .material-symbols-outlined{font-size:18px;color:var(--color-accent)}.newsletter-form-col{display:flex;flex-direction:column;gap:1rem}.newsletter-form-label{font-size:.875rem;font-weight:600;color:#fff9;text-transform:uppercase;letter-spacing:1px}.newsletter-form{display:flex;gap:.75rem}@media(max-width:480px){.newsletter-form{flex-direction:column}}.newsletter-input{flex:1;padding:.875rem 1.5rem;border-radius:var(--radius-full);border:2px solid rgba(255,255,255,.15);font-family:var(--font-body),sans-serif;font-size:.9375rem;color:#fff;background:#ffffff14;outline:none;transition:border-color .25s ease,box-shadow .25s ease}.newsletter-input::placeholder{color:#fff6}.newsletter-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #8b9e7c4d}.newsletter-btn{flex-shrink:0;padding:.875rem 2rem;border-radius:var(--radius-full);border:none;background:var(--color-accent);color:#fff;font-family:var(--font-body),sans-serif;font-size:.9375rem;font-weight:600;cursor:pointer;position:relative;overflow:hidden;transition:box-shadow .25s ease}.newsletter-btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-accent-dark);transform:scaleX(0);transform-origin:right center;transition:transform .45s cubic-bezier(.19,1,.22,1);z-index:0}.newsletter-btn:hover:before{transform:scaleX(1);transform-origin:left center}.newsletter-btn:hover{box-shadow:0 8px 24px #6b7e5c59}.newsletter-btn span{position:relative;z-index:1}.newsletter-disclaimer{display:flex;align-items:center;gap:6px;font-size:.8125rem;color:#fff6}.newsletter-disclaimer .material-symbols-outlined{font-size:14px}@media(max-width:768px){.newsletter-disclaimer,.newsletter-perks li{justify-content:center}}.btn-white{background:#fff;color:var(--color-primary-dark);border-color:transparent;box-shadow:0 4px 20px #00000026}.btn-white:before{background:var(--color-secondary-light)}
