.Navbar-module__cJzEcG__nav{z-index:1000;background:0 0;width:100%;padding:1.5rem 4rem;transition:all .5s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0}.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;padding:1rem 4rem;box-shadow:0 1px #1a274414}.Navbar-module__cJzEcG__navInner{justify-content:space-between;align-items:center;max-width:1600px;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logo{flex-direction:column;align-items:flex-start;line-height:1;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoMain{font-family:var(--font-display);letter-spacing:.25em;color:var(--navy);text-transform:uppercase;font-size:1.6rem;font-weight:500}.Navbar-module__cJzEcG__logoSub{font-family:var(--font-display);letter-spacing:.55em;color:var(--gold);text-transform:uppercase;margin-top:2px;font-size:.7rem;font-weight:400}.Navbar-module__cJzEcG__navLinks{gap:3.5rem;list-style:none;display:flex}.Navbar-module__cJzEcG__navLinks a{color:var(--navy);letter-spacing:.18em;text-transform:uppercase;padding:.5rem 0;font-size:.8rem;font-weight:400;text-decoration:none;transition:color .3s;position:relative}.Navbar-module__cJzEcG__navLinks a:after{content:"";background:var(--gold);width:0;height:1px;transition:width .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0}.Navbar-module__cJzEcG__navLinks a:hover{color:var(--gold)}.Navbar-module__cJzEcG__navLinks a:hover:after{width:100%}.Navbar-module__cJzEcG__navActions{align-items:center;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__ctaBtn{border:1px solid var(--navy);color:var(--navy);letter-spacing:.18em;text-transform:uppercase;background:0 0;align-items:center;padding:.75rem 2rem;font-size:.75rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex}.Navbar-module__cJzEcG__ctaBtn:hover{background:var(--navy);color:var(--white)}.Navbar-module__cJzEcG__mobileMenuBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:6px;padding:.5rem;display:none}.Navbar-module__cJzEcG__mobileMenuBtn span{background:var(--navy);width:24px;height:1.5px;transition:all .3s;display:block}.Navbar-module__cJzEcG__mobileMenuBtn.Navbar-module__cJzEcG__active span:first-child{transform:rotate(45deg)translate(3px,3px)}.Navbar-module__cJzEcG__mobileMenuBtn.Navbar-module__cJzEcG__active span:last-child{transform:rotate(-45deg)translate(3px,-3px)}@media (max-width:768px){.Navbar-module__cJzEcG__nav{padding:1rem 1.5rem}.Navbar-module__cJzEcG__scrolled{padding:.8rem 1.5rem}.Navbar-module__cJzEcG__navLinks{background:var(--white);z-index:999;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:100%;height:100vh;display:none;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__open{display:flex}.Navbar-module__cJzEcG__navLinks a{letter-spacing:.2em;font-size:1.1rem}.Navbar-module__cJzEcG__ctaBtn{display:none}.Navbar-module__cJzEcG__mobileMenuBtn{z-index:1001;display:flex}}@media (max-width:1024px){.Navbar-module__cJzEcG__nav{padding:1rem 2rem}.Navbar-module__cJzEcG__scrolled{padding:.8rem 2rem}.Navbar-module__cJzEcG__navLinks{gap:2rem}}
.Hero-module__ZARIfG__hero{background:var(--white);align-items:center;min-height:100vh;padding:8rem 4rem 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__hero:before{content:"";pointer-events:none;background:radial-gradient(#c9a96e0a 0%,#0000 60%);width:60%;height:120%;position:absolute;top:-30%;right:-10%}.Hero-module__ZARIfG__heroGrid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;width:100%;max-width:1600px;margin:0 auto;display:grid}.Hero-module__ZARIfG__heroContent{z-index:2;position:relative}.Hero-module__ZARIfG__heroTag{letter-spacing:.45em;text-transform:uppercase;color:var(--gold);opacity:0;margin-bottom:2.5rem;font-size:.7rem;transition:all 1s cubic-bezier(.4,0,.2,1) .3s;display:block;transform:translateY(25px)}.Hero-module__ZARIfG__heroTag.Hero-module__ZARIfG__active{opacity:1;transform:translateY(0)}.Hero-module__ZARIfG__heroTitle{font-family:var(--font-display);color:var(--navy);opacity:0;margin-bottom:2rem;font-size:clamp(3.5rem,6vw,5.5rem);font-weight:300;line-height:1.08;transition:all 1s cubic-bezier(.4,0,.2,1) .5s;transform:translateY(30px)}.Hero-module__ZARIfG__heroTitle.Hero-module__ZARIfG__active{opacity:1;transform:translateY(0)}.Hero-module__ZARIfG__heroTitle em{color:var(--gold);font-style:italic}.Hero-module__ZARIfG__heroDescription{color:var(--gray-500);opacity:0;max-width:480px;margin-bottom:3rem;font-size:1.15rem;line-height:1.8;transition:all 1s cubic-bezier(.4,0,.2,1) .7s;transform:translateY(25px)}.Hero-module__ZARIfG__heroDescription.Hero-module__ZARIfG__active{opacity:1;transform:translateY(0)}.Hero-module__ZARIfG__heroActions{opacity:0;align-items:center;gap:2.5rem;transition:all 1s cubic-bezier(.4,0,.2,1) .9s;display:flex;transform:translateY(25px)}.Hero-module__ZARIfG__heroActions.Hero-module__ZARIfG__active{opacity:1;transform:translateY(0)}.Hero-module__ZARIfG__heroCta{background:var(--navy);border:1px solid var(--navy);color:var(--white);letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:.75rem;padding:1.1rem 2.5rem;font-size:.78rem;text-decoration:none;transition:all .5s cubic-bezier(.4,0,.2,1);display:inline-flex}.Hero-module__ZARIfG__heroCta:before{content:"";background:var(--gold);z-index:-1;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;transform:translate(-100%)}.Hero-module__ZARIfG__heroCta:hover{color:var(--white);border-color:var(--gold)}.Hero-module__ZARIfG__heroCta:hover:before{transform:translate(0)}.Hero-module__ZARIfG__heroCta svg{stroke:currentColor;fill:none;stroke-width:1.5px;width:18px;height:18px;animation:2s ease-in-out infinite Hero-module__ZARIfG__arrowMove}.Hero-module__ZARIfG__heroSecondary{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);border-bottom:1px solid #0000;padding-bottom:2px;font-size:.8rem;text-decoration:none;transition:border-color .3s;position:relative}.Hero-module__ZARIfG__heroSecondary:hover{border-bottom-color:var(--gold)}.Hero-module__ZARIfG__heroVisual{opacity:0;justify-content:center;align-items:center;height:75vh;transition:opacity 1.5s cubic-bezier(.4,0,.2,1) .6s;display:flex;position:relative}.Hero-module__ZARIfG__heroVisual.Hero-module__ZARIfG__active{opacity:1}.Hero-module__ZARIfG__heroImageContainer{aspect-ratio:3/4;width:100%;max-width:480px;position:relative}.Hero-module__ZARIfG__heroImage{object-fit:contain;filter:brightness(1.02)contrast(1.02);width:100%;height:100%}.Hero-module__ZARIfG__heroGlow{pointer-events:none;background:radial-gradient(circle,#c9a96e14 0%,#0000 50%);width:130%;height:130%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__heroFrame{pointer-events:none;border:1px solid #c9a96e33;position:absolute;inset:-15px}.Hero-module__ZARIfG__heroFrame:before,.Hero-module__ZARIfG__heroFrame:after{content:"";border-color:var(--gold);border-style:solid;width:25px;height:25px;position:absolute}.Hero-module__ZARIfG__heroFrame:before{border-width:1px 0 0 1px;top:0;left:0}.Hero-module__ZARIfG__heroFrame:after{border-width:0 1px 1px 0;bottom:0;right:0}.Hero-module__ZARIfG__heroFloat{background:var(--white);opacity:0;padding:1.2rem 1.8rem;transition:all .8s cubic-bezier(.4,0,.2,1) 1.5s;position:absolute;bottom:15%;right:-10%;transform:translateY(20px);box-shadow:0 8px 30px #1a274414}.Hero-module__ZARIfG__heroFloat.Hero-module__ZARIfG__active{opacity:1;transform:translateY(0)}.Hero-module__ZARIfG__floatLabel{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem;font-size:.65rem;display:block}.Hero-module__ZARIfG__floatValue{font-family:var(--font-display);color:var(--navy);letter-spacing:.05em;font-size:.95rem}.Hero-module__ZARIfG__scrollIndicator{opacity:0;flex-direction:column;align-items:center;gap:.5rem;transition:opacity 1s 1.8s;display:flex;position:absolute;bottom:3rem;left:4rem}.Hero-module__ZARIfG__scrollIndicator.Hero-module__ZARIfG__active{opacity:1}.Hero-module__ZARIfG__scrollIndicator span{letter-spacing:.3em;text-transform:uppercase;color:var(--gray-400);font-size:.65rem}.Hero-module__ZARIfG__scrollLine{background:linear-gradient(to bottom, var(--gold), transparent);width:1px;height:50px;animation:2.5s ease-in-out infinite Hero-module__ZARIfG__scrollPulse}.Hero-module__ZARIfG__heroLine{background:var(--gray-200);transform-origin:0;height:1px;transition:transform 1.5s cubic-bezier(.4,0,.2,1) 1.2s;position:absolute;bottom:0;left:4rem;right:4rem;transform:scaleX(0)}.Hero-module__ZARIfG__heroLine.Hero-module__ZARIfG__active{transform:scaleX(1)}@media (max-width:1024px){.Hero-module__ZARIfG__hero{padding:7rem 2rem 3rem}.Hero-module__ZARIfG__heroGrid{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__ZARIfG__heroContent{order:2}.Hero-module__ZARIfG__heroVisual{order:1;height:50vh}.Hero-module__ZARIfG__heroDescription{margin:0 auto 3rem}.Hero-module__ZARIfG__heroActions{flex-wrap:wrap;justify-content:center}.Hero-module__ZARIfG__heroFloat{bottom:5%;right:5%}.Hero-module__ZARIfG__scrollIndicator{display:none}.Hero-module__ZARIfG__heroLine{left:2rem;right:2rem}}
.Experience-module__RsmxMa__experience{background:var(--white);padding:10rem 4rem;position:relative}.Experience-module__RsmxMa__experienceInner{max-width:1400px;margin:0 auto}.Experience-module__RsmxMa__sectionHeader{text-align:center;margin-bottom:6rem}.Experience-module__RsmxMa__sectionTag{letter-spacing:.45em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;font-size:.7rem;display:block}.Experience-module__RsmxMa__sectionTitle{font-family:var(--font-display);color:var(--navy);margin-bottom:1.5rem;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:300}.Experience-module__RsmxMa__sectionTitle em{color:var(--gold);font-style:italic}.Experience-module__RsmxMa__sectionDescription{color:var(--gray-500);max-width:550px;margin:0 auto;font-size:1.1rem;line-height:1.8}.Experience-module__RsmxMa__stepsGrid{grid-template-columns:repeat(4,1fr);gap:3rem;display:grid;position:relative}.Experience-module__RsmxMa__stepCard{text-align:center;padding:2.5rem 1.5rem;position:relative}.Experience-module__RsmxMa__stepIcon{width:48px;height:48px;color:var(--gold);margin:0 auto 2rem}.Experience-module__RsmxMa__stepIcon svg{width:100%;height:100%}.Experience-module__RsmxMa__stepNumber{font-family:var(--font-display);letter-spacing:.3em;color:var(--gray-300);margin-bottom:1rem;font-size:.75rem}.Experience-module__RsmxMa__stepTitle{font-family:var(--font-display);color:var(--navy);margin-bottom:1rem;font-size:1.6rem;font-weight:400}.Experience-module__RsmxMa__stepDescription{color:var(--gray-500);font-size:.95rem;line-height:1.7}.Experience-module__RsmxMa__stepConnector{background:var(--gray-200);width:3rem;height:1px;position:absolute;top:50%;right:-1.5rem}@media (max-width:1024px){.Experience-module__RsmxMa__experience{padding:6rem 2rem}.Experience-module__RsmxMa__stepsGrid{grid-template-columns:repeat(2,1fr);gap:2rem}.Experience-module__RsmxMa__stepConnector{display:none}}@media (max-width:640px){.Experience-module__RsmxMa__stepsGrid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}
.Collections-module__vIwA_G__collections{background:var(--cream);padding:10rem 4rem;position:relative}.Collections-module__vIwA_G__collectionsInner{max-width:1400px;margin:0 auto}.Collections-module__vIwA_G__sectionHeader{text-align:center;margin-bottom:5rem}.Collections-module__vIwA_G__sectionTag{letter-spacing:.45em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;font-size:.7rem;display:block}.Collections-module__vIwA_G__sectionTitle{font-family:var(--font-display);color:var(--navy);margin-bottom:1.5rem;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:300}.Collections-module__vIwA_G__sectionTitle em{color:var(--gold);font-style:italic}.Collections-module__vIwA_G__sectionDescription{color:var(--gray-500);max-width:520px;margin:0 auto;font-size:1.1rem;line-height:1.8}.Collections-module__vIwA_G__flavorsGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.Collections-module__vIwA_G__flavorCard{cursor:pointer;transition:transform .4s cubic-bezier(.4,0,.2,1);position:relative}.Collections-module__vIwA_G__flavorCard:hover{transform:translateY(-4px)}.Collections-module__vIwA_G__flavorImageWrapper{aspect-ratio:1;justify-content:center;align-items:center;margin-bottom:1rem;display:flex;position:relative;overflow:hidden}.Collections-module__vIwA_G__flavorAccent{opacity:.15;border-radius:50%;width:70%;height:70%;transition:transform .6s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.Collections-module__vIwA_G__flavorAccent.Collections-module__vIwA_G__active{transform:translate(-50%,-50%)scale(1)}.Collections-module__vIwA_G__flavorImage{object-fit:contain;z-index:1;width:85%;height:85%;transition:transform .5s cubic-bezier(.4,0,.2,1);position:relative}.Collections-module__vIwA_G__flavorCard:hover .Collections-module__vIwA_G__flavorImage{transform:scale(1.05)}.Collections-module__vIwA_G__flavorInfo{align-items:center;gap:.6rem;padding:0 .25rem;display:flex}.Collections-module__vIwA_G__flavorDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.Collections-module__vIwA_G__flavorName{font-family:var(--font-display);color:var(--navy);letter-spacing:.02em;font-size:1rem;font-weight:400}.Collections-module__vIwA_G__collectionsCta{text-align:center}.Collections-module__vIwA_G__ctaButton{border:1px solid var(--navy);color:var(--navy);letter-spacing:.18em;text-transform:uppercase;background:0 0;align-items:center;gap:.75rem;padding:1.1rem 2.5rem;font-size:.78rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex}.Collections-module__vIwA_G__ctaButton:hover{background:var(--navy);color:var(--white)}.Collections-module__vIwA_G__ctaButton svg{stroke:currentColor;fill:none;stroke-width:1.5px;width:18px;height:18px}@media (max-width:1024px){.Collections-module__vIwA_G__collections{padding:6rem 2rem}.Collections-module__vIwA_G__flavorsGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}}@media (max-width:640px){.Collections-module__vIwA_G__flavorsGrid{grid-template-columns:repeat(3,1fr);gap:.75rem}.Collections-module__vIwA_G__flavorName{font-size:.85rem}}
.Featured-module__MBkHFG__featured{background:var(--white);padding:10rem 4rem}.Featured-module__MBkHFG__featuredInner{max-width:1400px;margin:0 auto}.Featured-module__MBkHFG__sectionHeader{text-align:center;margin-bottom:5rem}.Featured-module__MBkHFG__sectionTag{letter-spacing:.45em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;font-size:.7rem;display:block}.Featured-module__MBkHFG__sectionTitle{font-family:var(--font-display);color:var(--navy);font-size:clamp(2.8rem,5vw,4.5rem);font-weight:300}.Featured-module__MBkHFG__sectionTitle em{color:var(--gold);font-style:italic}.Featured-module__MBkHFG__productsGrid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.Featured-module__MBkHFG__productCard{position:relative}.Featured-module__MBkHFG__productImageWrapper{aspect-ratio:1;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex;position:relative;overflow:hidden}.Featured-module__MBkHFG__productBg{transition:opacity .4s;position:absolute;inset:0}.Featured-module__MBkHFG__productImage{object-fit:contain;z-index:1;width:80%;height:80%;transition:transform .6s cubic-bezier(.4,0,.2,1);position:relative}.Featured-module__MBkHFG__productCard:hover .Featured-module__MBkHFG__productImage{transform:scale(1.05)}.Featured-module__MBkHFG__productBadge{background:var(--navy);color:var(--white);letter-spacing:.15em;text-transform:uppercase;z-index:2;padding:.35rem .75rem;font-size:.6rem;position:absolute;top:1rem;left:1rem}.Featured-module__MBkHFG__productInfo{padding:0 .25rem}.Featured-module__MBkHFG__productHeader{justify-content:space-between;align-items:baseline;margin-bottom:1rem;display:flex}.Featured-module__MBkHFG__productName{font-family:var(--font-display);color:var(--navy);font-size:1.3rem;font-weight:400}.Featured-module__MBkHFG__productPrice{color:var(--gold);font-size:.95rem;font-weight:500}.Featured-module__MBkHFG__productMeta{border-bottom:1px solid var(--gray-200);flex-wrap:wrap;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.Featured-module__MBkHFG__metaItem{flex-direction:column;gap:.2rem;display:flex}.Featured-module__MBkHFG__metaLabel{letter-spacing:.15em;text-transform:uppercase;color:var(--gray-400);font-size:.6rem}.Featured-module__MBkHFG__metaValue{font-family:var(--font-display);color:var(--navy);font-size:.9rem}.Featured-module__MBkHFG__productAroma{margin-bottom:1rem}.Featured-module__MBkHFG__aromaLabel{letter-spacing:.15em;text-transform:uppercase;color:var(--gray-400);margin-bottom:.2rem;font-size:.6rem;display:block}.Featured-module__MBkHFG__aromaValue{color:var(--gray-600);font-size:.9rem}.Featured-module__MBkHFG__productMethods{gap:.5rem;margin-bottom:1.25rem;display:flex}.Featured-module__MBkHFG__methodTag{letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--gray-200);color:var(--gray-600);padding:.35rem .7rem;font-size:.65rem}.Featured-module__MBkHFG__productActions{gap:.75rem;display:flex}.Featured-module__MBkHFG__btnPrimary{background:var(--navy);color:var(--white);border:1px solid var(--navy);letter-spacing:.15em;text-transform:uppercase;flex:1;padding:.85rem 1.5rem;font-size:.72rem;transition:all .3s}.Featured-module__MBkHFG__btnPrimary:hover{background:var(--navy-light)}.Featured-module__MBkHFG__btnSecondary{color:var(--navy);border:1px solid var(--gray-300);letter-spacing:.15em;text-transform:uppercase;background:0 0;padding:.85rem 1.5rem;font-size:.72rem;transition:all .3s}.Featured-module__MBkHFG__btnSecondary:hover{border-color:var(--navy)}@media (max-width:1024px){.Featured-module__MBkHFG__featured{padding:6rem 2rem}.Featured-module__MBkHFG__productsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Featured-module__MBkHFG__productsGrid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}
.About-module__vAULUW__about{background:var(--navy);padding:10rem 4rem;position:relative;overflow:hidden}.About-module__vAULUW__about:before{content:"";pointer-events:none;background:linear-gradient(270deg,#c9a96e08,#0000);width:50%;height:100%;position:absolute;top:0;right:0}.About-module__vAULUW__aboutInner{max-width:1400px;margin:0 auto}.About-module__vAULUW__aboutGrid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.About-module__vAULUW__aboutVisual{justify-content:center;align-items:center;height:600px;display:flex;position:relative}.About-module__vAULUW__aboutImageWrapper{aspect-ratio:3/4;width:80%;position:relative}.About-module__vAULUW__aboutImage{object-fit:contain;z-index:1;filter:brightness(1.1);width:100%;height:100%;position:relative}.About-module__vAULUW__aboutDecor{color:#c9a96e1a;width:120%;height:120%;animation:6s ease-in-out infinite About-module__vAULUW__gentlePulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.About-module__vAULUW__aboutDecor svg{width:100%;height:100%}.About-module__vAULUW__aboutContent{position:relative}.About-module__vAULUW__aboutTag{letter-spacing:.45em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;font-size:.7rem;display:block}.About-module__vAULUW__aboutTitle{font-family:var(--font-display);color:var(--white);margin-bottom:2rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:300;line-height:1.15}.About-module__vAULUW__aboutTitle em{color:var(--gold);font-style:italic}.About-module__vAULUW__aboutText{color:#ffffffa6;max-width:500px;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.About-module__vAULUW__aboutValues{flex-direction:column;gap:2rem;margin-top:3rem;display:flex}.About-module__vAULUW__valueItem{padding-left:1.5rem;position:relative}.About-module__vAULUW__valueLine{background:var(--gold);opacity:.4;width:2px;height:100%;position:absolute;top:0;left:0}.About-module__vAULUW__valueTitle{font-family:var(--font-display);color:var(--white);margin-bottom:.4rem;font-size:1.15rem;font-weight:400}.About-module__vAULUW__valueText{color:#ffffff80;font-size:.9rem;line-height:1.6}@keyframes About-module__vAULUW__gentlePulse{0%,to{opacity:.4;transform:translate(-50%,-50%)scale(1)}50%{opacity:.7;transform:translate(-50%,-50%)scale(1.02)}}@media (max-width:1024px){.About-module__vAULUW__about{padding:6rem 2rem}.About-module__vAULUW__aboutGrid{grid-template-columns:1fr;gap:3rem}.About-module__vAULUW__aboutVisual{height:400px}}
.Subscription-module__JUvhxW__subscription{background:var(--cream);padding:10rem 4rem}.Subscription-module__JUvhxW__subscriptionInner{max-width:1200px;margin:0 auto}.Subscription-module__JUvhxW__sectionHeader{text-align:center;margin-bottom:5rem}.Subscription-module__JUvhxW__sectionTag{letter-spacing:.45em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;font-size:.7rem;display:block}.Subscription-module__JUvhxW__sectionTitle{font-family:var(--font-display);color:var(--navy);margin-bottom:1.5rem;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:300}.Subscription-module__JUvhxW__sectionTitle em{color:var(--gold);font-style:italic}.Subscription-module__JUvhxW__sectionDescription{color:var(--gray-500);max-width:500px;margin:0 auto;font-size:1.1rem;line-height:1.8}.Subscription-module__JUvhxW__plansGrid{grid-template-columns:repeat(3,1fr);align-items:start;gap:2rem;display:grid}.Subscription-module__JUvhxW__planCard{background:var(--white);border:1px solid var(--gray-200);padding:3rem 2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.Subscription-module__JUvhxW__planCard:hover{box-shadow:0 12px 40px #1a27440f}.Subscription-module__JUvhxW__popular{border-color:var(--navy);transform:scale(1.02)}.Subscription-module__JUvhxW__popular:hover{box-shadow:0 16px 50px #1a27441a}.Subscription-module__JUvhxW__popularBadge{background:var(--navy);color:var(--white);letter-spacing:.15em;text-transform:uppercase;white-space:nowrap;padding:.4rem 1.2rem;font-size:.6rem;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Subscription-module__JUvhxW__planHeader{text-align:center;border-bottom:1px solid var(--gray-200);margin-bottom:2.5rem;padding-bottom:2.5rem}.Subscription-module__JUvhxW__planSubtitle{letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-size:.65rem;display:block}.Subscription-module__JUvhxW__planName{font-family:var(--font-display);color:var(--navy);margin-bottom:1.5rem;font-size:1.5rem;font-weight:400}.Subscription-module__JUvhxW__planPrice{justify-content:center;align-items:baseline;gap:.25rem;margin-bottom:1rem;display:flex}.Subscription-module__JUvhxW__priceValue{font-family:var(--font-display);color:var(--navy);font-size:3rem;font-weight:300;line-height:1}.Subscription-module__JUvhxW__pricePeriod{color:var(--gray-400);font-size:.9rem}.Subscription-module__JUvhxW__planDescription{color:var(--gray-500);font-size:.9rem;line-height:1.6}.Subscription-module__JUvhxW__planFeatures{margin-bottom:2.5rem;list-style:none}.Subscription-module__JUvhxW__featureItem{color:var(--gray-600);border-bottom:1px solid var(--gray-100);align-items:center;gap:.75rem;padding:.6rem 0;font-size:.9rem;display:flex}.Subscription-module__JUvhxW__featureItem:last-child{border-bottom:none}.Subscription-module__JUvhxW__featureItem svg{width:16px;height:16px;stroke:var(--gold);fill:none;flex-shrink:0}.Subscription-module__JUvhxW__planCta{border:1px solid var(--navy);width:100%;color:var(--navy);letter-spacing:.18em;text-transform:uppercase;background:0 0;padding:1rem 2rem;font-size:.75rem;transition:all .3s}.Subscription-module__JUvhxW__planCta:hover{background:var(--navy);color:var(--white)}.Subscription-module__JUvhxW__ctaPopular{background:var(--navy);color:var(--white);border-color:var(--navy)}.Subscription-module__JUvhxW__ctaPopular:hover{background:var(--navy-light)}@media (max-width:1024px){.Subscription-module__JUvhxW__subscription{padding:6rem 2rem}.Subscription-module__JUvhxW__plansGrid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.Subscription-module__JUvhxW__popular{transform:scale(1)}}
.Newsletter-module__OxvLTq__newsletter{background:var(--white);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);padding:8rem 4rem}.Newsletter-module__OxvLTq__newsletterInner{text-align:center;max-width:650px;margin:0 auto}.Newsletter-module__OxvLTq__newsletterTag{letter-spacing:.4em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;font-size:.65rem;display:block}.Newsletter-module__OxvLTq__newsletterTitle{font-family:var(--font-display);color:var(--navy);margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:300}.Newsletter-module__OxvLTq__newsletterText{color:var(--gray-500);margin-bottom:2.5rem;font-size:1rem;line-height:1.7}.Newsletter-module__OxvLTq__newsletterForm{border:1px solid var(--gray-300);gap:0;max-width:480px;margin:0 auto;display:flex}.Newsletter-module__OxvLTq__newsletterInput{font-family:var(--font-body);color:var(--navy);background:0 0;border:none;outline:none;flex:1;padding:1.1rem 1.5rem;font-size:.9rem}.Newsletter-module__OxvLTq__newsletterInput::placeholder{color:var(--gray-400)}.Newsletter-module__OxvLTq__newsletterBtn{background:var(--navy);color:var(--white);letter-spacing:.18em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:none;padding:1.1rem 2rem;font-size:.72rem;transition:all .3s}.Newsletter-module__OxvLTq__newsletterBtn:hover{background:var(--gold)}@media (max-width:768px){.Newsletter-module__OxvLTq__newsletter{padding:5rem 1.5rem}.Newsletter-module__OxvLTq__newsletterForm{flex-direction:column}.Newsletter-module__OxvLTq__newsletterBtn{width:100%}}
.Footer-module__S6Hkya__footer{background:var(--navy);color:#fff9;padding:5rem 4rem 2rem}.Footer-module__S6Hkya__footerInner{max-width:1400px;margin:0 auto}.Footer-module__S6Hkya__footerGrid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__S6Hkya__footerBrand{max-width:300px}.Footer-module__S6Hkya__logo{flex-direction:column;align-items:flex-start;margin-bottom:1.5rem;line-height:1;text-decoration:none;display:flex}.Footer-module__S6Hkya__logoMain{font-family:var(--font-display);letter-spacing:.25em;color:var(--white);text-transform:uppercase;font-size:1.4rem;font-weight:500}.Footer-module__S6Hkya__logoSub{font-family:var(--font-display);letter-spacing:.55em;color:var(--gold);text-transform:uppercase;margin-top:2px;font-size:.6rem;font-weight:400}.Footer-module__S6Hkya__footerTagline{color:#ffffff80;font-size:.9rem;line-height:1.7}.Footer-module__S6Hkya__columnTitle{letter-spacing:.2em;text-transform:uppercase;color:var(--white);margin-bottom:1.5rem;font-size:.7rem}.Footer-module__S6Hkya__footerLinks{list-style:none}.Footer-module__S6Hkya__footerLinks li{margin-bottom:.75rem}.Footer-module__S6Hkya__footerLinks a{color:#ffffff80;font-size:.9rem;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__footerLinks a:hover{color:var(--gold)}.Footer-module__S6Hkya__footerBottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.Footer-module__S6Hkya__copyright{color:#ffffff59;font-size:.8rem}.Footer-module__S6Hkya__footerSocials{gap:1.5rem;display:flex}.Footer-module__S6Hkya__socialLink{color:#fff6;transition:color .3s}.Footer-module__S6Hkya__socialLink:hover{color:var(--gold)}.Footer-module__S6Hkya__socialLink svg{width:20px;height:20px}@media (max-width:1024px){.Footer-module__S6Hkya__footer{padding:4rem 2rem 2rem}.Footer-module__S6Hkya__footerGrid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (max-width:640px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr;gap:2rem}.Footer-module__S6Hkya__footerBottom{text-align:center;flex-direction:column;gap:1rem}}
