:root{--earth-cream:#f5f2eb;--earth-sand:#e8e2d5;--earth-tan:#c4b49a;--earth-gold:#c9a962;--earth-copper:#b8956c;--earth-bronze:#8b7355;--earth-deep:#2c2417;--earth-black:#1a1612;--earth-green:#5c7a4a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--earth-cream);color:var(--earth-deep);font-family:Darker Grotesque,sans-serif;overflow-x:hidden}body:before{content:"";opacity:.03;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");width:100%;height:100%;position:fixed;top:0;left:0}nav{z-index:100;background:linear-gradient(#f5f2ebfa,#f5f2ebe6,#0000);justify-content:space-between;align-items:center;width:100%;padding:1.25rem 4rem;transition:all .4s;display:flex;position:fixed;top:0;left:0}nav.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f5f2ebfa;box-shadow:0 2px 40px #2c24170d}.logo{align-items:center;gap:.75rem;display:flex}.logo-icon{width:48px;height:48px}.logo-icon svg{width:100%;height:100%}.logo-text{letter-spacing:.12em;text-transform:uppercase;color:var(--earth-deep);font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:400}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{letter-spacing:.15em;text-transform:uppercase;color:var(--earth-bronze);font-size:.8rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-links a:after{content:"";background:var(--earth-copper);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:var(--earth-deep)}.nav-links a:hover:after{width:100%}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.mobile-menu-btn span{background:var(--earth-deep);width:25px;height:2px;transition:all .3s}.mobile-menu-btn.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f5f2ebfa;flex-direction:column;width:100%;padding:1.5rem 2rem 2rem;display:flex;position:absolute;top:100%;left:0;box-shadow:0 10px 30px #2c24171a}.mobile-menu a{letter-spacing:.15em;text-transform:uppercase;color:var(--earth-bronze);border-bottom:1px solid var(--earth-sand);padding:.85rem 0;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s}.mobile-menu a:last-child{border-bottom:none}.mobile-menu a:hover{color:var(--earth-deep)}nav.menu-open{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f5f2ebfa}.hero{justify-content:center;align-items:center;min-height:100vh;padding:7rem 4rem 4rem;display:flex;position:relative;overflow:hidden}.hero-bg{background:radial-gradient(at 20% 80%,#c4b49a26 0%,#0000 50%),radial-gradient(at 80% 20%,#b8956c1a 0%,#0000 40%),radial-gradient(at 60% 60%,#c9a96214 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.particles-global{pointer-events:none;z-index:9999;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.particle{background:var(--earth-copper);opacity:0;border-radius:50%;width:7px;height:7px;animation:12s ease-in-out infinite float;position:absolute}.particle:first-child{width:6px;height:6px;animation-delay:0s;left:5%}.particle:nth-child(2){width:8px;height:8px;animation-delay:1s;left:12%}.particle:nth-child(3){animation-delay:2.2s;left:20%}.particle:nth-child(4){width:5px;height:5px;animation-delay:.6s;left:28%}.particle:nth-child(5){width:9px;height:9px;animation-delay:3.4s;left:35%}.particle:nth-child(6){width:6px;height:6px;animation-delay:1.8s;left:42%}.particle:nth-child(7){animation-delay:4.2s;left:50%}.particle:nth-child(8){width:8px;height:8px;animation-delay:.4s;left:58%}.particle:nth-child(9){width:5px;height:5px;animation-delay:2.8s;left:65%}.particle:nth-child(10){width:9px;height:9px;animation-delay:5s;left:72%}.particle:nth-child(11){animation-delay:1.4s;left:78%}.particle:nth-child(12){width:6px;height:6px;animation-delay:3.8s;left:85%}.particle:nth-child(13){width:8px;height:8px;animation-delay:2s;left:92%}.particle:nth-child(14){width:5px;height:5px;animation-delay:5.6s;left:8%}.particle:nth-child(15){width:9px;height:9px;animation-delay:6.2s;left:30%}.particle:nth-child(16){width:6px;height:6px;animation-delay:7s;left:55%}.particle:nth-child(17){animation-delay:8.4s;left:68%}.particle:nth-child(18){width:8px;height:8px;animation-delay:9s;left:82%}.particle:nth-child(19){width:5px;height:5px;animation-delay:10s;left:18%}.particle:nth-child(20){width:9px;height:9px;animation-delay:11s;left:45%}@keyframes float{0%{opacity:0;transform:translateY(100vh)scale(0)}10%{opacity:.65}90%{opacity:.65}to{opacity:0;transform:translateY(-100px)scale(1)}}.hero-content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1400px;display:grid;position:relative}.hero-text{animation:1s ease-out fadeSlideUp}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-tag{letter-spacing:.3em;text-transform:uppercase;color:var(--earth-copper);align-items:center;gap:1rem;margin-bottom:1.25rem;font-size:.72rem;font-weight:600;display:flex}.hero-tag:before{content:"";background:var(--earth-copper);width:35px;height:1px}h1{margin-bottom:1.25rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,5vw,4.2rem);font-weight:300;line-height:1.1}h1 strong{color:var(--earth-copper);font-style:italic;font-weight:500}.hero-tagline{color:var(--earth-bronze);margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:1.35rem;font-style:italic}.hero-description{color:var(--earth-bronze);max-width:440px;margin-bottom:2rem;font-size:1.05rem;font-weight:400;line-height:1.7}.hero-stats{border-top:1px solid var(--earth-sand);gap:2.5rem;padding-top:1.5rem;display:flex}.stat-number{color:var(--earth-copper);font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:400;line-height:1}.stat-label{letter-spacing:.15em;text-transform:uppercase;color:var(--earth-bronze);margin-top:.35rem;font-size:.68rem;font-weight:500}.hero-visual{justify-content:center;align-items:center;height:560px;animation:1s ease-out .3s backwards fadeSlideUp;display:flex;position:relative}.bottle-scene{perspective:1000px;width:100%;height:100%;position:relative}.bottle-container{width:100%;max-width:480px;height:90%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bottle-glow{filter:blur(40px);background:radial-gradient(#c4b49a59 0%,#b8956c26 35%,#0000 70%);width:100%;height:100%;animation:5s ease-in-out infinite glowPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes glowPulse{0%,to{opacity:.6;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.05)}}.bottle-main{justify-content:center;align-items:center;width:100%;height:100%;animation:7s ease-in-out infinite bottleFloat;display:flex;position:relative}@keyframes bottleFloat{0%,to{transform:translateY(0)}25%{transform:translateY(-8px)}50%{transform:translateY(-4px)}75%{transform:translateY(-12px)}}.bottle-image{object-fit:contain;filter:drop-shadow(0 30px 60px #2c241740);border-radius:8px;max-width:100%;max-height:100%}.orbit{border:1px dashed #c4b49a40;border-radius:50%;width:400px;height:400px;animation:30s linear infinite orbitSpin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes orbitSpin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.orbit-dot{background:var(--earth-copper);border-radius:50%;width:6px;height:6px;position:absolute;box-shadow:0 0 10px #b8956c80}.orbit-dot:first-child{top:0;left:50%;transform:translate(-50%,-50%)}.orbit-dot:nth-child(2){bottom:0;left:50%;transform:translate(-50%,50%)}.orbit-dot:nth-child(3){top:50%;right:0;transform:translate(50%,-50%)}.cta-button{background:var(--earth-deep);color:var(--earth-cream);letter-spacing:.2em;text-transform:uppercase;cursor:pointer;border:none;align-items:center;gap:1rem;padding:1rem 2rem;font-family:Darker Grotesque,sans-serif;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .4s;display:inline-flex;position:relative;overflow:hidden}.cta-button:before{content:"";background:var(--earth-copper);z-index:0;width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}.cta-button:hover:before{left:0}.cta-button span{z-index:1;position:relative}.cta-button:hover{color:var(--earth-deep)}.cta-arrow{z-index:1;background:currentColor;width:18px;height:1px;transition:width .3s;position:relative}.cta-arrow:after{content:"";border-top:1px solid;border-right:1px solid;width:7px;height:7px;position:absolute;top:-3px;right:0;transform:rotate(45deg)}.cta-button:hover .cta-arrow{width:26px}.accolades{background:var(--earth-sand);padding:5rem 4rem}.accolades-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:5rem;max-width:1400px;margin:0 auto;display:flex}.accolade{text-align:center}.accolade-score{color:var(--earth-copper);font-family:Cormorant Garamond,serif;font-size:3.2rem;font-weight:400;line-height:1}.accolade-source{letter-spacing:.2em;text-transform:uppercase;color:var(--earth-bronze);margin-top:.5rem;font-size:.68rem;font-weight:600}.accolade-quote{color:var(--earth-deep);max-width:240px;margin-top:.6rem;font-family:Cormorant Garamond,serif;font-size:.95rem;font-style:italic;line-height:1.45}.hero-image-section{height:65vh;min-height:450px;position:relative;overflow:hidden}.hero-image-section img{object-fit:cover;object-position:center;width:100%;height:100%}.hero-image-overlay{background:linear-gradient(#1a16121a,#1a161266);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.hero-image-text{text-align:center;color:var(--earth-cream)}.hero-image-text h2{text-shadow:0 2px 20px #0000004d;margin-bottom:.4rem;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,5vw,3.8rem);font-weight:300}.hero-image-text .tagline{color:var(--earth-cream);text-shadow:0 2px 15px #0000004d;font-family:Cormorant Garamond,serif;font-size:clamp(1.2rem,2.5vw,1.8rem);font-style:italic}.story{padding:8rem 4rem;position:relative;overflow:hidden}.story-bg{background:linear-gradient(135deg,transparent 30%,var(--earth-sand)100%);clip-path:polygon(30% 0,100% 0,100% 100%,0% 100%);width:50%;height:100%;position:absolute;top:0;right:0}.story-content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1400px;margin:0 auto;display:grid;position:relative}.story-image{border-radius:6px;position:relative;overflow:hidden;box-shadow:0 35px 70px #2c241733}.story-image img{width:100%;height:auto;transition:transform .6s;display:block}.story-image:hover img{transform:scale(1.03)}.story-text h2{margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:300;line-height:1.15}.story-text h2 em{color:var(--earth-green);font-style:italic}.story-text p{color:var(--earth-bronze);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.75}.story-features{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:2rem;display:grid}.feature{border:1px solid var(--earth-sand);background:#ffffff80;padding:1.4rem;transition:all .3s}.feature:hover{background:#fff;transform:translateY(-4px);box-shadow:0 18px 35px #2c241714}.feature-icon{margin-bottom:.5rem;font-size:1.4rem}.feature h3{margin-bottom:.25rem;font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:500}.feature p{color:var(--earth-bronze);margin:0;font-size:.82rem;line-height:1.4}.together{background:var(--earth-deep);color:var(--earth-cream);padding:8rem 4rem;position:relative;overflow:hidden}.together:before{content:"";background:radial-gradient(at 0 100%,#c4b49a14 0%,#0000 50%),radial-gradient(at 100% 0,#b8956c0f 0%,#0000 40%);width:100%;height:100%;position:absolute;top:0;left:0}.together-content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1400px;margin:0 auto;display:grid;position:relative}.together-image{border-radius:6px;overflow:hidden}.together-image img{border-radius:6px;width:100%;height:auto;display:block}.together-text h2{margin-bottom:1.25rem;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3rem);font-weight:300}.together-text h2 em{color:var(--earth-tan);font-style:italic}.together-text p{color:var(--earth-sand);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.75}.together-text .highlight{color:var(--earth-tan);border-left:2px solid var(--earth-copper);margin:2rem 0;padding-left:1.5rem;font-family:Cormorant Garamond,serif;font-size:1.4rem;font-style:italic}.tasting{padding:8rem 4rem;position:relative}.tasting-content{text-align:center;max-width:1100px;margin:0 auto}.tasting h2{margin-bottom:3rem;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3rem);font-weight:300}.tasting-notes{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.note{border:1px solid var(--earth-sand);background:#fff;padding:2.5rem 1.5rem;transition:all .4s;position:relative}.note:before{content:"";background:linear-gradient(90deg,var(--earth-copper),var(--earth-tan));width:100%;height:3px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.note:hover:before{transform:scaleX(1)}.note:hover{transform:translateY(-6px);box-shadow:0 22px 45px #2c24171a}.note-title{letter-spacing:.3em;text-transform:uppercase;color:var(--earth-copper);margin-bottom:1rem;font-size:.68rem;font-weight:600}.note-description{color:var(--earth-deep);font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:400;line-height:1.5}.california{position:relative;overflow:hidden}.california-image{object-fit:cover;width:100%;height:75vh;min-height:520px}.california-overlay{background:linear-gradient(90deg,#1a1612b3 0%,#1a16124d 50%,#0000 100%);align-items:center;width:100%;height:100%;padding:4rem;display:flex;position:absolute;top:0;left:0}.california-content{max-width:520px;color:var(--earth-cream)}.california h2{margin-bottom:1.25rem;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:300;line-height:1.15}.california h2 span{color:var(--earth-tan);font-style:italic;display:block}.california p{color:var(--earth-sand);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.75}.find-us{background:var(--earth-sand);text-align:center;padding:6rem 4rem}.find-us h2{margin-bottom:2.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.7rem,3.5vw,2.6rem);font-weight:300}.retailers{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;margin-bottom:2rem;display:flex}.retailer{color:var(--earth-bronze);opacity:.6;cursor:pointer;font-size:1.3rem;font-weight:500;transition:all .3s}.retailer:hover{opacity:1;color:var(--earth-deep)}.retailer a{color:inherit;text-decoration:none}.stores-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:2rem auto;display:grid}.store-card{border:1px solid var(--earth-sand);text-align:left;background:#fff;padding:1.5rem;transition:all .3s}.store-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #2c24171a}.store-card h3{color:var(--earth-deep);margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:500}.store-card p{color:var(--earth-bronze);margin-bottom:.25rem;font-size:.9rem}.store-card .store-type{letter-spacing:.1em;text-transform:uppercase;color:var(--earth-copper);margin-bottom:.75rem;font-size:.7rem;font-weight:600}footer{background:var(--earth-black);color:var(--earth-cream);padding:5rem 4rem 2rem}.footer-content{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1400px;margin:0 auto;display:grid}.footer-brand .logo{margin-bottom:1.25rem}.footer-brand .logo-text{color:var(--earth-cream)}.footer-brand p{color:var(--earth-bronze);max-width:260px;font-size:.9rem;line-height:1.65}.footer-section h4{margin-bottom:1.25rem;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:500}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.55rem}.footer-section a{color:var(--earth-bronze);font-size:.82rem;text-decoration:none;transition:color .3s}.footer-section a:hover{color:var(--earth-tan)}.social-links{gap:.6rem;margin-top:1.25rem;display:flex}.social-link{border:1px solid var(--earth-bronze);width:38px;height:38px;color:var(--earth-bronze);justify-content:center;align-items:center;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{background:var(--earth-tan);border-color:var(--earth-tan);color:var(--earth-black)}.footer-bottom{border-top:1px solid #8b735533;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1400px;margin:3rem auto 0;padding-top:1.5rem;display:flex}.footer-bottom p{color:var(--earth-bronze);font-size:.72rem}.age-gate{color:var(--earth-bronze);border:1px solid var(--earth-bronze);padding:.35rem .75rem;font-size:.68rem}.reveal{opacity:0;transition:all .7s ease-out;transform:translateY(30px)}.reveal.active{opacity:1;transform:translateY(0)}@media (max-width:1024px){.hero-content{text-align:center;grid-template-columns:1fr;gap:2.5rem}.hero-text{order:2}.hero-visual{order:1;height:400px}.orbit{width:300px;height:300px}.hero-tag{justify-content:center}.hero-description{margin-left:auto;margin-right:auto}.hero-stats{justify-content:center}.story-content,.together-content{grid-template-columns:1fr;gap:3rem}.together-image{order:-1}.tasting-notes{grid-template-columns:1fr}.california-overlay{background:linear-gradient(#1a161266 0%,#1a1612d9 100%);align-items:flex-end;padding-bottom:5rem}.footer-content{grid-template-columns:1fr 1fr}}@media (max-width:768px){nav{padding:1rem 1.5rem}.nav-links{display:none}.mobile-menu-btn{display:flex}.hero{padding:5rem 1.5rem 2rem}.hero-visual{height:340px}.orbit{width:250px;height:250px}.accolades-inner{gap:2rem}.story,.together,.tasting{padding:5rem 1.5rem}.story-features{grid-template-columns:1fr}.footer-content{text-align:center;grid-template-columns:1fr}.footer-brand p{max-width:100%}.social-links{justify-content:center}.footer-bottom{text-align:center;flex-direction:column}.find-us{padding:4rem 1.5rem}.stores-grid{grid-template-columns:1fr}}.age-gate-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10000;background:#1a1612eb;justify-content:center;align-items:center;width:100%;height:100%;animation:.5s ageGateFadeIn;display:flex;position:fixed;top:0;left:0}@keyframes ageGateFadeIn{0%{opacity:0}to{opacity:1}}.age-gate-modal{background:var(--earth-cream);text-align:center;border:1px solid var(--earth-sand);width:90%;max-width:480px;padding:3.5rem 3rem;animation:.5s ageGateSlideUp;box-shadow:0 40px 80px #0006}@keyframes ageGateSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.age-gate-logo{margin-bottom:2rem}.age-gate-logo img{width:80px;height:auto;margin:0 auto;display:block}.age-gate-title{color:var(--earth-deep);margin-bottom:.75rem;font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:400;line-height:1.3}.age-gate-subtitle{color:var(--earth-bronze);margin-bottom:2rem;font-size:.9rem;line-height:1.5}.age-gate-buttons{justify-content:center;gap:1rem;display:flex}.age-gate-btn{letter-spacing:.2em;text-transform:uppercase;cursor:pointer;border:none;padding:.9rem 2.2rem;font-family:Darker Grotesque,sans-serif;font-size:.8rem;font-weight:600;transition:all .3s}.age-gate-btn-yes{background:var(--earth-deep);color:var(--earth-cream)}.age-gate-btn-yes:hover{background:var(--earth-copper);color:var(--earth-deep)}.age-gate-btn-no{color:var(--earth-deep);border:1px solid var(--earth-tan);background:0 0}.age-gate-btn-no:hover{background:var(--earth-sand)}@media (max-width:480px){.age-gate-modal{padding:2.5rem 1.5rem}.age-gate-buttons{flex-direction:column}.age-gate-btn{width:100%}}.store-locator{text-align:left;max-width:1400px;margin:0 auto}.store-locator-search{text-align:center;margin-bottom:2rem}.search-input-group{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.zip-input{border:1px solid var(--earth-tan);color:var(--earth-deep);background:#fff;outline:none;width:220px;padding:.85rem 1.5rem;font-family:Darker Grotesque,sans-serif;font-size:.95rem;font-weight:500;transition:border-color .3s}.zip-input:focus{border-color:var(--earth-copper)}.zip-input::placeholder{color:var(--earth-bronze);opacity:.6}.search-btn{letter-spacing:.15em;text-transform:uppercase;background:var(--earth-deep);color:var(--earth-cream);cursor:pointer;border:none;padding:.85rem 2rem;font-family:Darker Grotesque,sans-serif;font-size:.8rem;font-weight:600;transition:all .3s}.search-btn:hover:not(:disabled){background:var(--earth-copper);color:var(--earth-deep)}.search-btn:disabled{opacity:.5;cursor:not-allowed}.reset-btn{letter-spacing:.15em;text-transform:uppercase;color:var(--earth-bronze);border:1px solid var(--earth-tan);cursor:pointer;background:0 0;padding:.85rem 1.5rem;font-family:Darker Grotesque,sans-serif;font-size:.8rem;font-weight:600;transition:all .3s}.reset-btn:hover{background:var(--earth-cream);color:var(--earth-deep)}.search-error{color:#c0392b;margin-top:.75rem;font-size:.85rem}.store-count{letter-spacing:.15em;text-transform:uppercase;color:var(--earth-bronze);margin-top:1rem;font-size:.78rem;font-weight:600}.store-locator-content{border:1px solid var(--earth-tan);background:#fff;grid-template-columns:1fr 380px;gap:0;min-height:500px;display:grid;overflow:hidden}.store-map{z-index:1;background:#f0ede6;min-height:500px}.store-results{border-left:1px solid var(--earth-tan);flex-direction:column;display:flex;overflow:hidden}.results-list{flex-direction:column;height:100%;display:flex}.results-list h3{border-bottom:1px solid var(--earth-sand);flex-shrink:0;margin:0;padding:1rem 1.25rem;font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:500}.all-stores-scroll{max-height:440px;overflow-y:auto}.result-card{border-bottom:1px solid var(--earth-sand);cursor:pointer;align-items:center;gap:.75rem;padding:.9rem 1.25rem;transition:background .2s;display:flex}.result-card:hover{background:#c9a96214}.result-card.active{border-left:3px solid var(--earth-gold);background:#c9a96226}.result-number{color:var(--earth-copper);text-align:center;flex-shrink:0;min-width:28px;font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:500}.result-info{flex:1;min-width:0}.result-info h4{color:var(--earth-deep);white-space:nowrap;text-overflow:ellipsis;margin:0 0 .15rem;font-family:Cormorant Garamond,serif;font-size:1rem;font-weight:600;overflow:hidden}.result-info p{color:var(--earth-bronze);margin:0;font-size:.78rem;line-height:1.35}.result-distance{letter-spacing:.1em;text-transform:uppercase;color:var(--earth-green);white-space:nowrap;flex-shrink:0;font-size:.72rem;font-weight:700}.user-location-marker{background:0 0!important;border:none!important}.user-pin{background:var(--earth-deep,#2c2417);border:3px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 2px 8px #0000004d}.leaflet-popup-content-wrapper{border-radius:2px!important;box-shadow:0 8px 24px #00000026!important}.leaflet-popup-content{margin:12px 14px!important}.leaflet-popup-tip{box-shadow:none!important}@media (max-width:1024px){.store-locator-content{grid-template-columns:1fr}.store-results{border-left:none;border-top:1px solid var(--earth-tan)}.all-stores-scroll{max-height:350px}}@media (max-width:768px){.store-map{min-height:350px}.search-input-group{flex-direction:column}.zip-input,.search-btn,.reset-btn{width:100%}}
