:root{--sunset-orange: #E87A2B;--sunset-deep: #D4621A;--hot-pink: #D94B8A;--magenta: #C4286E;--lavender: #E8B4CB;--lavender-light: #F2D4E4;--lavender-pale: #FAE8F0;--purple-deep: #4A1A6B;--purple-mid: #6B2D8B;--golden: #D4A035;--golden-light: #E8BD5A;--cream: #FFF8F0;--cream-warm: #FFF0E0;--dark: #1A0A2E;--dark-mid: #2D1548;--text-dark: #2A1040;--text-body: #4A3060;--white: #FFFFFF}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Quicksand,sans-serif;color:var(--text-dark);background:var(--cream);overflow-x:hidden;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button{cursor:pointer;border:none;font-family:inherit}body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--lavender-pale)}::-webkit-scrollbar-thumb{background:var(--hot-pink);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--magenta)}.cursor-glow{position:fixed;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(217,75,138,.06) 0%,transparent 70%);pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:opacity .3s;opacity:0}body:hover .cursor-glow{opacity:1}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.2rem;border-radius:60px;font-weight:700;font-size:.95rem;letter-spacing:.03em;text-transform:uppercase;transition:all .35s cubic-bezier(.16,1,.3,1)}.btn svg{width:18px;height:18px}.btn-primary{background:var(--golden);color:var(--dark);box-shadow:0 6px 30px #d4a03566}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 40px #d4a03580;background:var(--golden-light)}.btn-ghost{background:#ffffff1f;color:var(--white);border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-ghost:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-3px)}.btn-light{background:var(--white);color:var(--purple-deep);box-shadow:0 6px 30px #00000026}.btn-light:hover{transform:translateY(-3px);box-shadow:0 10px 40px #0003}.btn-outline{background:transparent;color:var(--text-dark);border:2px solid var(--text-body);padding:.85rem 2rem}.btn-outline:hover{border-color:var(--hot-pink);color:var(--hot-pink);transform:translateY(-2px)}#page-content{transition:opacity .15s ease,transform .15s ease}.container{max-width:1200px;margin:0 auto}@media(max-width:768px){.btn{padding:.85rem 1.6rem;font-size:.85rem}}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 2.5rem;display:flex;align-items:center;justify-content:space-between;transition:all .4s cubic-bezier(.16,1,.3,1)}.nav.scrolled{background:#1a0a2eeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:.75rem 2.5rem;box-shadow:0 4px 30px #4a1a6b4d}.nav-logo{display:flex;align-items:center;gap:.75rem}.nav-logo svg{height:42px;width:auto}.nav.scrolled .nav-logo svg{height:34px}.nav-logo-text{font-family:Righteous,cursive;font-size:1.4rem;color:var(--white);letter-spacing:.02em;text-shadow:0 2px 10px rgba(0,0,0,.3)}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{font-weight:600;font-size:.9rem;color:var(--white);letter-spacing:.05em;text-transform:uppercase;position:relative;text-shadow:0 1px 8px rgba(0,0,0,.3);transition:color .3s}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--golden-light);border-radius:2px;transition:width .3s cubic-bezier(.16,1,.3,1)}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-links a:hover,.nav-links a.active{color:var(--golden-light)}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;padding:5px}.nav-hamburger span{width:26px;height:2.5px;background:var(--white);border-radius:2px;transition:all .3s}.mobile-menu{display:none;position:fixed;inset:0;background:var(--dark);z-index:999;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.mobile-menu.open{display:flex}.mobile-menu a{font-family:Righteous,cursive;font-size:1.8rem;color:var(--white);transition:color .3s}.mobile-menu a:hover,.mobile-menu a.active{color:var(--golden-light)}.mobile-close{position:absolute;top:1.5rem;right:2rem;background:none;font-size:2rem;color:var(--white);line-height:1}@media(max-width:768px){.nav-links{display:none}.nav-hamburger{display:flex}.nav{padding:1rem 1.5rem}}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(180deg,#1a0a2e,#3d1560 15%,#6b2d8b 28%,#a83279 40%,#d94b8a 50%,#e87a2b 62%,#f0a030,#f5c040 88%,#fad870)}.cloud{position:absolute;border-radius:50%;opacity:.15}.cloud-1{width:400px;height:160px;background:var(--lavender);top:18%;left:-5%;border-radius:100px;animation:cloudDrift 40s ease-in-out infinite}.cloud-2{width:300px;height:120px;background:var(--lavender-light);top:25%;right:-8%;border-radius:80px;animation:cloudDrift 55s ease-in-out infinite reverse}.cloud-3{width:250px;height:100px;background:var(--lavender);top:35%;left:15%;border-radius:60px;animation:cloudDrift 45s ease-in-out infinite;animation-delay:-15s}.cloud-4{width:350px;height:140px;background:var(--lavender-light);top:12%;right:20%;border-radius:90px;animation:cloudDrift 50s ease-in-out infinite;animation-delay:-25s}@keyframes cloudDrift{0%,to{transform:translate(0)}50%{transform:translate(80px)}}.hero-eclipse{position:relative;z-index:2;margin-bottom:2rem;animation:eclipseReveal 1.5s cubic-bezier(.16,1,.3,1) forwards;opacity:0;transform:scale(.8)}@keyframes eclipseReveal{to{opacity:1;transform:scale(1)}}.hero-eclipse svg{width:180px;height:auto;filter:drop-shadow(0 0 40px rgba(212,160,53,.5)) drop-shadow(0 0 80px rgba(232,122,43,.3))}.hero-content{position:relative;z-index:2;text-align:center;padding:0 2rem}.hero-title{font-family:Righteous,cursive;font-size:clamp(3rem,8vw,7rem);color:var(--white);line-height:.95;margin-bottom:.3em;text-shadow:0 2px 20px rgba(0,0,0,.3),0 0 60px rgba(232,122,43,.3);animation:titleUp 1.2s cubic-bezier(.16,1,.3,1) .3s forwards;opacity:0;transform:translateY(30px)}@keyframes titleUp{to{opacity:1;transform:translateY(0)}}.hero-title span{display:block;font-size:.35em;letter-spacing:.3em;text-transform:uppercase;color:var(--lavender-light);margin-top:.5em;font-family:Quicksand,sans-serif;font-weight:600;text-shadow:none}.hero-sub{font-size:clamp(1rem,2vw,1.35rem);color:#ffffffd9;max-width:520px;margin:0 auto 2.5rem;line-height:1.6;font-weight:500;animation:titleUp 1.2s cubic-bezier(.16,1,.3,1) .6s forwards;opacity:0;transform:translateY(30px)}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:titleUp 1.2s cubic-bezier(.16,1,.3,1) .9s forwards;opacity:0;transform:translateY(30px)}.hero-landscape{position:absolute;bottom:0;left:0;right:0;height:35vh;min-height:220px;max-height:360px;pointer-events:none;z-index:1}.landscape-layer{position:absolute;bottom:0;left:0;width:100%;height:100%}.landscape-far{animation:parallaxSlow 60s ease-in-out infinite alternate}.landscape-mid{animation:parallaxMed 45s ease-in-out infinite alternate}.landscape-near{animation:parallaxFast 35s ease-in-out infinite alternate}@keyframes parallaxSlow{0%{transform:translate(0)}to{transform:translate(-15px)}}@keyframes parallaxMed{0%{transform:translate(0)}to{transform:translate(10px)}}@keyframes parallaxFast{0%{transform:translate(0)}to{transform:translate(-8px)}}.scroll-indicator{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:2;animation:scrollBounce 2s ease-in-out infinite}.scroll-indicator svg{width:28px;height:28px;opacity:.6}@keyframes scrollBounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.page-hero{position:relative;padding:10rem 2rem 5rem;text-align:center;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;z-index:0}.page-hero-content{position:relative;z-index:1}.page-hero-title{font-family:Righteous,cursive;font-size:clamp(2.5rem,6vw,4.5rem);color:var(--white);line-height:1.05;margin-bottom:1rem;text-shadow:0 2px 20px rgba(0,0,0,.3)}.page-hero-sub{font-size:clamp(1rem,2vw,1.2rem);color:#ffffffd9;max-width:600px;margin:0 auto;line-height:1.6;font-weight:500}.page-hero .section-label{color:var(--golden-light)}.page-hero-company{background:linear-gradient(135deg,#1a0a2e,#4a1a6b 30%,#a83279,#e87a2b)}.page-hero-products{background:linear-gradient(135deg,#4a1a6b,#6b2d8b,#d94b8a 60%,#f5c040)}.page-hero-flower{background:linear-gradient(135deg,#f5c040,#e87a2b,#d94b8a 80%,#6b2d8b)}.page-hero-extracts{background:linear-gradient(135deg,#6b2d8b,#a83279,#e87a2b 80%,#f5c040)}.page-hero-cbd{background:linear-gradient(135deg,#e8b4cb,#d94b8a,#6b2d8b 80%,#1a0a2e)}.page-hero-merch{background:linear-gradient(135deg,#d94b8a,#e87a2b,#f5c040)}.page-hero-pricing{background:linear-gradient(135deg,#1a0a2e,#6b2d8b,#e87a2b 70%,#f5c040)}.page-hero-contact{background:linear-gradient(135deg,#4a1a6b,#d94b8a,#e87a2b)}.wave-divider{position:relative;margin-top:-1px;line-height:0}.wave-divider svg{display:block;width:100%;height:auto}.wave-divider-flipped{transform:scaleY(-1);margin-bottom:-1px;margin-top:0}@media(max-width:768px){.page-hero{padding:8rem 1.5rem 3.5rem}}.section{padding:6rem 2rem;position:relative}.section-label{font-family:Righteous,cursive;font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;color:var(--hot-pink);margin-bottom:1rem;display:block}.section-title{font-family:Righteous,cursive;font-size:clamp(2rem,4vw,3.2rem);line-height:1.15;margin-bottom:1.25rem;color:var(--text-dark)}.section-desc{font-size:1.1rem;line-height:1.7;color:var(--text-body);max-width:600px;font-weight:500}.about-section{background:var(--dark);color:var(--white);overflow:hidden;position:relative}.about-section:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(217,75,138,.15) 0%,transparent 70%);pointer-events:none}.about-section:after{content:"";position:absolute;bottom:-150px;left:-150px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(232,122,43,.1) 0%,transparent 70%);pointer-events:none}.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.about-section .section-label{color:var(--golden-light)}.about-section .section-title{color:var(--white)}.about-section .section-desc{color:#ffffffb3}.about-values{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem}.value-item{padding:1.5rem;border-radius:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);transition:all .3s}.value-item:hover{background:#ffffff14;border-color:#d94b8a4d;transform:translateY(-2px)}.value-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.value-icon svg{width:20px;height:20px}.vi-1{background:#e87a2b33}.vi-1 svg{stroke:#e87a2b}.vi-2{background:#d94b8a33}.vi-2 svg{stroke:#d94b8a}.vi-3{background:#d4a03533}.vi-3 svg{stroke:#e8bd5a}.vi-4{background:#6b2d8b33}.vi-4 svg{stroke:#a87cc5}.value-name{font-family:Righteous,cursive;font-size:1rem;margin-bottom:.3rem}.value-desc{font-size:.85rem;color:#ffffff80;line-height:1.5;font-weight:500}.value-card{background:var(--white);border-radius:20px;padding:2.5rem 2rem;box-shadow:0 4px 20px #4a1a6b0f;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s}.value-card:hover{transform:translateY(-6px);box-shadow:0 16px 50px #4a1a6b1a}.value-card h3{font-family:Righteous,cursive;font-size:1.25rem;color:var(--text-dark);margin-bottom:.75rem}.value-card p{font-size:.95rem;color:var(--text-body);line-height:1.6;font-weight:500}.value-icon-lg{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.value-icon-lg svg{width:26px;height:26px}.value-icon-lg.vi-1{background:#e87a2b26}.value-icon-lg.vi-1 svg{stroke:#e87a2b}.value-icon-lg.vi-2{background:#d94b8a26}.value-icon-lg.vi-2 svg{stroke:#d94b8a}.value-icon-lg.vi-3{background:#d4a03526}.value-icon-lg.vi-3 svg{stroke:#e8bd5a}.value-icon-lg.vi-4{background:#6b2d8b26}.value-icon-lg.vi-4 svg{stroke:#a87cc5}.about-illustration{display:flex;align-items:center;justify-content:center;position:relative}.about-photo-grid{display:grid;grid-template-columns:1.2fr 1fr;grid-template-rows:1fr 1fr;gap:12px;width:100%;max-width:480px}.about-photo{border-radius:20px;overflow:hidden;position:relative}.about-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.16,1,.3,1)}.about-photo:hover img{transform:scale(1.06)}.about-photo-main{grid-row:1 / 3;min-height:360px;border-radius:24px;box-shadow:0 12px 40px #0000004d}.about-photo-sm-1,.about-photo-sm-2{min-height:170px;box-shadow:0 8px 28px #00000040}.about-photo-sm-2{border-radius:20px 20px 20px 8px}.photo-showcase-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;gap:12px}.photo-showcase-item{border-radius:16px;overflow:hidden;position:relative;min-height:200px}.photo-showcase-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.16,1,.3,1)}.photo-showcase-item:hover img{transform:scale(1.05)}.photo-showcase-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 1.25rem 1rem;background:linear-gradient(to top,rgba(26,10,46,.85) 0%,transparent 100%);opacity:0;transition:opacity .4s}.photo-showcase-item:hover .photo-showcase-overlay{opacity:1}.photo-showcase-overlay span{font-family:Righteous,cursive;font-size:.85rem;color:var(--white);text-transform:uppercase;letter-spacing:.08em}.photo-showcase-tall{grid-row:1 / 3;min-height:420px;border-radius:20px}.photo-strip{background:var(--dark);padding:0;overflow:hidden;position:relative}.photo-strip:before,.photo-strip:after{content:"";position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}.photo-strip:before{left:0;background:linear-gradient(to right,var(--dark),transparent)}.photo-strip:after{right:0;background:linear-gradient(to left,var(--dark),transparent)}.photo-strip-track{display:flex;gap:4px;animation:photoScroll 30s linear infinite}.photo-strip-item{flex:0 0 auto;width:280px;height:180px;overflow:hidden}.photo-strip-item img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.85) saturate(1.1);transition:filter .4s}.photo-strip-item:hover img{filter:brightness(1) saturate(1.2)}@keyframes photoScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.cta-banner{padding:6rem 2rem;background:linear-gradient(135deg,#4a1a6b,#6b2d8b 20%,#a83279 45%,#d94b8a 60%,#e87a2b,#f5c040);text-align:center;position:relative;overflow:hidden}.cta-banner:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 50%,rgba(255,255,255,.08) 0%,transparent 60%);pointer-events:none}.cta-content{position:relative;z-index:1}.cta-banner .section-label{color:var(--golden-light)}.cta-banner .section-title{color:var(--white);font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.cta-desc{color:#fffc;font-size:1.15rem;max-width:500px;margin:0 auto 2.5rem;line-height:1.6;font-weight:500}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.company-main p+p{margin-top:1.5rem}.cbd-benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.benefit-card{background:var(--white);border-radius:20px;padding:2rem;box-shadow:0 4px 20px #4a1a6b0f;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #4a1a6b1a}.benefit-icon{width:48px;height:48px;border-radius:12px;background:var(--lavender-pale);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.benefit-icon svg{width:24px;height:24px;color:var(--hot-pink)}.benefit-card h3{font-family:Righteous,cursive;font-size:1.15rem;margin-bottom:.5rem;color:var(--text-dark)}.benefit-card p{font-size:.9rem;color:var(--text-body);line-height:1.6;font-weight:500}.merch-content{max-width:700px;margin:0 auto}.product-nav{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(74,26,107,.1)}.product-nav-link{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:.9rem;color:var(--hot-pink);text-transform:uppercase;letter-spacing:.03em;transition:gap .3s,color .3s}.product-nav-link:hover{gap:.8rem;color:var(--magenta)}.product-nav-link svg{width:18px;height:18px}@media(max-width:900px){.about-inner{grid-template-columns:1fr}.about-illustration{order:-1}.about-photo-grid{max-width:360px}.about-photo-main{min-height:260px}.about-photo-sm-1,.about-photo-sm-2{min-height:122px}.about-values,.cbd-benefits-grid{grid-template-columns:1fr}.photo-showcase-grid{grid-template-columns:1fr 1fr}.photo-showcase-tall{grid-row:auto;min-height:250px}}@media(max-width:768px){.section{padding:4rem 1.5rem}.photo-showcase-grid{grid-template-columns:1fr}.photo-showcase-item{min-height:180px}.photo-showcase-tall{min-height:280px}.photo-strip-item{width:220px;height:140px}}.products{background:var(--cream)}.products-header{text-align:center;margin-bottom:4rem}.products-header .section-desc{margin:0 auto}.products-grid{display:grid;gap:2rem}.products-grid-4,.products-grid-2{grid-template-columns:repeat(2,1fr)}.product-card,.product-card-large{position:relative;background:var(--white);border-radius:24px;overflow:hidden;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;cursor:pointer;display:block;color:inherit;text-decoration:none}.product-card:hover,.product-card-large:hover{transform:translateY(-8px);box-shadow:0 20px 60px #4a1a6b1f}.product-card-visual{height:240px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-card-large .product-card-visual{height:280px}.gradient-flower{background:linear-gradient(135deg,#f5c040,#e87a2b,#d94b8a)}.gradient-extracts{background:linear-gradient(135deg,#6b2d8b,#a83279,#e87a2b)}.gradient-cbd{background:linear-gradient(135deg,#e8b4cb,#d94b8a,#6b2d8b)}.gradient-merch{background:linear-gradient(135deg,#d94b8a,#e87a2b,#f5c040)}.product-card-photo{position:relative}.product-card-photo img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.product-card-large:hover .product-card-photo img{transform:scale(1.08)}.product-card-photo-overlay{position:absolute;inset:0;opacity:.45;mix-blend-mode:multiply;transition:opacity .4s}.product-card-large:hover .product-card-photo-overlay{opacity:.3}.product-card-visual svg{width:90px;height:90px;opacity:.9;transition:transform .5s cubic-bezier(.16,1,.3,1);filter:drop-shadow(0 4px 20px rgba(0,0,0,.15))}.product-card:hover .product-card-visual svg,.product-card-large:hover .product-card-visual svg{transform:scale(1.1) rotate(-3deg)}.product-card-visual:before{content:"";position:absolute;width:200px;height:200px;border-radius:50%;background:#ffffff14;top:-50px;right:-50px;transition:transform .5s}.product-card:hover .product-card-visual:before,.product-card-large:hover .product-card-visual:before{transform:scale(1.3)}.product-card-visual:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:#ffffff0f;bottom:-30px;left:-30px}.product-card-content{padding:1.75rem 2rem}.product-card-title{font-family:Righteous,cursive;font-size:1.4rem;margin-bottom:.5rem;color:var(--text-dark)}.product-card-desc{font-size:.95rem;color:var(--text-body);line-height:1.6;font-weight:500}.product-card-arrow{display:flex;align-items:center;gap:.5rem;margin-top:1.25rem;font-weight:700;font-size:.85rem;color:var(--hot-pink);text-transform:uppercase;letter-spacing:.05em;transition:gap .3s}.product-card:hover .product-card-arrow,.product-card-large:hover .product-card-arrow{gap:.8rem}.product-card-arrow svg{width:18px;height:18px}@media(max-width:700px){.products-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}.locations{background:var(--cream)}.locations-header{text-align:center;margin-bottom:4rem}.locations-header .section-desc{margin:0 auto}.locations-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:stretch}.location-card{border-radius:24px;overflow:hidden;background:var(--white);box-shadow:0 4px 20px #4a1a6b0f;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;display:flex;flex-direction:column}.location-card:hover{transform:translateY(-6px);box-shadow:0 16px 50px #4a1a6b1a}.location-card-header{padding:2.5rem 2rem 0;position:relative}.location-badge{display:inline-block;background:linear-gradient(135deg,var(--hot-pink),var(--sunset-orange));color:var(--white);font-weight:700;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;padding:.4rem 1rem;border-radius:50px;margin-bottom:1rem}.location-name{font-family:Righteous,cursive;font-size:1.8rem;color:var(--text-dark);margin-bottom:.5rem}.location-card-body{padding:1.5rem 2rem 2rem;flex:1;display:flex;flex-direction:column}.location-details-list{flex:1}.location-detail{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.location-detail-icon{flex-shrink:0;width:36px;height:36px;border-radius:10px;background:var(--lavender-pale);display:flex;align-items:center;justify-content:center}.location-detail-icon svg{width:18px;height:18px;color:var(--purple-deep)}.location-detail-text{font-weight:500;font-size:.95rem;color:var(--text-body);line-height:1.5}.location-detail-text strong{color:var(--text-dark);font-weight:700;display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.15rem}.location-cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--dark);color:var(--white);padding:.85rem 1.8rem;border-radius:50px;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;transition:all .3s;margin-top:auto;align-self:flex-start}.location-cta:hover{background:var(--purple-deep);transform:translateY(-2px);box-shadow:0 6px 20px #4a1a6b4d}.location-cta svg{width:16px;height:16px}@media(max-width:768px){.locations-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.pricing-card{background:var(--white);border-radius:24px;overflow:hidden;box-shadow:0 4px 20px #4a1a6b0f;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;display:flex;flex-direction:column}.pricing-card:hover{transform:translateY(-6px);box-shadow:0 16px 50px #4a1a6b1a}.pricing-card-header{padding:2rem;text-align:center;color:var(--white)}.pricing-card-header.gradient-flower{background:linear-gradient(135deg,#f5c040,#e87a2b)}.pricing-card-header.gradient-extracts{background:linear-gradient(135deg,#6b2d8b,#d94b8a)}.pricing-card-header.gradient-cbd{background:linear-gradient(135deg,#e8b4cb,#d94b8a)}.pricing-card-header h3{font-family:Righteous,cursive;font-size:1.5rem;margin-bottom:.3rem}.pricing-card-header p{font-size:.9rem;opacity:.85;font-weight:500}.pricing-card-body{padding:2rem;display:flex;flex-direction:column;flex:1}.pricing-card-cta{width:100%;justify-content:center;margin-top:auto}.price-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(74,26,107,.06);font-weight:500;font-size:.95rem;color:var(--text-body)}.price-row:last-child{border-bottom:none}.price{font-family:Righteous,cursive;font-size:1.2rem;color:var(--text-dark)}.pricing-features{margin-top:1.5rem}.pricing-feature{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--text-body);font-weight:500;margin-bottom:.6rem}.pricing-feature svg{width:18px;height:18px;color:var(--hot-pink);flex-shrink:0}.pricing-notice{background:var(--lavender-pale);border-radius:12px;padding:1.5rem}.pricing-notice p{font-size:.95rem;color:var(--text-body);line-height:1.6;font-weight:500}.pricing-cta{text-align:center;margin-top:4rem}.menu-tabs{display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem}.menu-tab{padding:.75rem 2rem;border-radius:50px;font-weight:700;font-size:.9rem;letter-spacing:.03em;text-transform:uppercase;background:var(--white);color:var(--text-body);border:2px solid transparent;transition:all .3s}.menu-tab:hover{color:var(--hot-pink);border-color:var(--hot-pink)}.menu-tab.active{background:var(--dark);color:var(--white)}.menu-panel{display:none}.menu-panel.active{display:block}.menu-card{background:var(--white);border-radius:24px;overflow:hidden;box-shadow:0 4px 20px #4a1a6b0f}.menu-card-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 0}.menu-card-header h3{font-family:Righteous,cursive;font-size:1.3rem;color:var(--text-dark)}.menu-updated{font-size:.8rem;font-weight:600;color:var(--hot-pink);text-transform:uppercase;letter-spacing:.05em}.menu-notice{padding:1.5rem 2rem}.menu-notice p{font-size:.95rem;color:var(--text-body);line-height:1.6;font-weight:500;background:var(--lavender-pale);padding:1rem 1.25rem;border-radius:12px}.menu-pricing-grid{padding:0 2rem 2rem}.menu-pricing-tier h4{font-family:Righteous,cursive;font-size:1rem;color:var(--text-dark);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid var(--lavender-pale)}.menu-section{margin-bottom:2rem}.menu-pricing-quick{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 2rem;background:var(--white);border-radius:50px;max-width:600px;margin:1.5rem auto 2.5rem;box-shadow:0 2px 12px #4a1a6b0f;font-size:.9rem;font-weight:500;color:var(--text-body);flex-wrap:wrap}.menu-pricing-quick strong{font-family:Righteous,cursive;color:var(--text-dark);font-size:1rem}.pricing-dot{width:4px;height:4px;border-radius:50%;background:var(--lavender)}.strain-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0 2rem 1rem}.strain-item{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.9rem 0;border-bottom:1px solid rgba(74,26,107,.05)}.strain-item:nth-child(odd){padding-right:1.5rem;border-right:1px solid rgba(74,26,107,.05)}.strain-item:nth-child(2n){padding-left:1.5rem}.strain-info{flex:1;min-width:0}.strain-name{display:block;font-family:Righteous,cursive;font-size:.95rem;color:var(--text-dark);margin-bottom:.15rem}.strain-genetics{font-size:.8rem;color:var(--text-body);font-weight:500;line-height:1.3}.strain-meta{text-align:right;flex-shrink:0}.strain-type{display:block;font-size:.7rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--hot-pink);margin-bottom:.1rem}.strain-thc{display:block;font-family:Righteous,cursive;font-size:.85rem;color:var(--text-dark)}.weekly-deals{padding:2rem;border-top:2px solid var(--lavender-pale)}.weekly-deals h4{font-family:Righteous,cursive;font-size:1.2rem;color:var(--text-dark);text-align:center;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.deals-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.deal-card{background:linear-gradient(135deg,var(--lavender-pale),var(--cream-warm));border-radius:16px;padding:1.5rem;text-align:center}.deal-price{display:block;font-family:Righteous,cursive;font-size:2rem;color:var(--hot-pink);margin-bottom:.5rem}.deal-card strong{display:block;font-family:Righteous,cursive;font-size:1rem;color:var(--text-dark);margin-bottom:.25rem}.deal-card span{display:block;font-size:.8rem;color:var(--text-body);font-weight:500;line-height:1.4}.deal-type{margin-top:.4rem;font-size:.75rem!important;color:var(--hot-pink)!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.03em}.concentrate-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0 2rem 1rem}.concentrate-item{display:flex;justify-content:space-between;align-items:center;padding:.85rem 0;border-bottom:1px solid rgba(74,26,107,.05)}.concentrate-item:nth-child(odd){padding-right:1.5rem;border-right:1px solid rgba(74,26,107,.05)}.concentrate-item:nth-child(2n){padding-left:1.5rem}.concentrate-name{font-family:Righteous,cursive;font-size:.95rem;color:var(--text-dark)}.concentrate-type{font-size:.7rem;font-weight:700;text-transform:uppercase;color:var(--hot-pink);letter-spacing:.03em}.menu-tier-header{font-family:Righteous,cursive;font-size:1.15rem;color:var(--text-dark);padding:1rem 2rem .5rem;margin-top:.5rem;border-bottom:2px solid var(--lavender-pale);display:flex;align-items:baseline;gap:1rem}.tier-price{font-family:Quicksand,sans-serif;font-size:.85rem;font-weight:600;color:var(--hot-pink)}.menu-legend{display:flex;gap:2rem;justify-content:center;padding:1.5rem 2rem;border-top:1px solid rgba(74,26,107,.05);font-size:.8rem;color:var(--text-body);font-weight:500}.menu-legend strong{color:var(--text-dark)}@media(max-width:768px){.pricing-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.menu-tab{padding:.6rem 1.4rem;font-size:.8rem}.strain-grid,.concentrate-grid{grid-template-columns:1fr}.strain-item:nth-child(odd),.concentrate-item:nth-child(odd){padding-right:0;border-right:none}.strain-item:nth-child(2n),.concentrate-item:nth-child(2n){padding-left:0}.deals-grid{grid-template-columns:1fr}.menu-pricing-quick{flex-direction:column;gap:.5rem;border-radius:16px}.pricing-dot{display:none}}.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:start}.contact-form-wrapper{background:var(--white);border-radius:24px;padding:3rem;box-shadow:0 4px 20px #4a1a6b0f}.contact-form-wrapper .section-title{margin-bottom:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:700;font-size:.85rem;letter-spacing:.03em;text-transform:uppercase;color:var(--text-dark);margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.85rem 1.15rem;border:2px solid var(--lavender-pale);border-radius:12px;font-family:Quicksand,sans-serif;font-size:.95rem;font-weight:500;color:var(--text-dark);background:var(--cream);transition:border-color .3s,box-shadow .3s;outline:none}.form-group input:focus,.form-group textarea:focus{border-color:var(--hot-pink);box-shadow:0 0 0 3px #d94b8a1a}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--lavender);font-weight:500}.form-group textarea{resize:vertical;min-height:120px}.form-success{text-align:center;padding:3rem 2rem;font-family:Righteous,cursive;font-size:1.3rem;color:var(--hot-pink)}.contact-info .section-title{margin-bottom:1.5rem}.contact-info-card{background:var(--white);border-radius:24px;padding:2.5rem 2rem;box-shadow:0 4px 20px #4a1a6b0f}.contact-info-card .location-detail{margin-bottom:1.5rem}.contact-info-card .location-detail:last-child{margin-bottom:0}.contact-info-card .location-detail-text a{color:var(--hot-pink);font-weight:600;transition:color .3s}.contact-info-card .location-detail-text a:hover{color:var(--magenta)}@media(max-width:768px){.contact-grid{grid-template-columns:1fr}.contact-form-wrapper{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr}}.footer{background:var(--dark);color:var(--white);padding:4rem 2rem 2rem}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.footer-brand .nav-logo{margin-bottom:1rem}.footer-brand-desc{font-size:.9rem;color:#ffffff80;line-height:1.6;max-width:300px;font-weight:500}.footer-social{display:flex;gap:.75rem;margin-top:1.5rem}.footer-social a{width:40px;height:40px;border-radius:10px;background:#ffffff0f;display:flex;align-items:center;justify-content:center;transition:all .3s}.footer-social a:hover{background:var(--hot-pink);transform:translateY(-2px)}.footer-social svg{width:18px;height:18px;fill:var(--white);color:var(--white)}.footer-col-title{font-family:Righteous,cursive;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;color:var(--golden-light);margin-bottom:1.25rem}.footer-col a{display:block;font-size:.9rem;color:#ffffff80;padding:.3rem 0;transition:color .3s;font-weight:500}.footer-col a:hover{color:var(--white)}.footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#ffffff4d;font-weight:500}.footer-legal{display:flex;gap:1rem;align-items:center}.footer-legal span{color:#ffffff4d}@media(max-width:768px){.footer-inner{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}@media(max-width:500px){.footer-inner{grid-template-columns:1fr}}.age-gate{position:fixed;inset:0;background:var(--dark);z-index:10000;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2rem;transition:opacity .5s,visibility .5s}.age-gate.hidden{opacity:0;visibility:hidden;pointer-events:none}.age-gate-logo svg{width:120px;height:auto;filter:drop-shadow(0 0 30px rgba(212,160,53,.4))}.age-gate h2{font-family:Righteous,cursive;font-size:2rem;color:var(--white);text-align:center}.age-gate p{color:#ffffff80;font-size:.95rem;text-align:center;max-width:400px;font-weight:500}.age-gate-buttons{display:flex;gap:1rem}.age-gate-yes{background:var(--golden);color:var(--dark);padding:.85rem 2.5rem;border-radius:60px;font-weight:700;font-size:1rem;transition:all .3s}.age-gate-yes:hover{transform:translateY(-2px);box-shadow:0 8px 30px #d4a03566}.age-gate-no{background:#ffffff14;color:#fff9;padding:.85rem 2.5rem;border-radius:60px;font-weight:700;font-size:1rem;border:1px solid rgba(255,255,255,.1);transition:all .3s}.age-gate-no:hover{background:#ffffff1f}.reveal{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}
