@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap";:root{--forest:#173d2c;--forest-dark:#0d291d;--forest-soft:#28553f;--honey:#d99a32;--honey-light:#f4d38c;--cream:#fbf8f1;--cream-dark:#f2ecdf;--ink:#17231d;--muted:#69736d;--white:#fff;--line:#173d2c1c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);margin:0;font-family:DM Sans,sans-serif}button,a{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.store-header{z-index:30;width:100%;padding:22px 0;position:absolute;top:0;left:0}.store-header-inner{justify-content:space-between;align-items:center;width:min(1180px,100% - 40px);margin:auto;display:flex}.store-logo{color:var(--white);align-items:center;gap:10px;display:inline-flex}.store-logo-mark{letter-spacing:.08em;border:1px solid #ffffff80;border-radius:50%;place-items:center;width:42px;height:42px;font-size:11px;font-weight:700;display:grid}.store-logo span:last-child{line-height:1;display:grid}.store-logo strong{font-family:Playfair Display,serif;font-size:20px}.store-logo small{letter-spacing:.25em;text-transform:uppercase;opacity:.72;margin-top:4px;font-size:8px}.store-nav{align-items:center;gap:34px;display:flex}.store-nav a{color:#ffffffe0;font-size:13px;font-weight:500;position:relative}.store-nav a:after{content:"";background:var(--honey-light);transform-origin:100%;height:1px;transition:transform .25s;position:absolute;bottom:-7px;left:0;right:0;transform:scaleX(0)}.store-nav a:hover:after{transform-origin:0;transform:scaleX(1)}.store-header-actions{align-items:center;gap:10px;display:flex}.cart-button,.menu-button{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff4d;border-radius:50%;place-items:center;width:43px;height:43px;display:grid;position:relative}.cart-count{background:var(--honey);color:#fff;border-radius:50%;place-items:center;min-width:19px;height:19px;padding:0 5px;font-size:9px;font-weight:700;display:grid;position:absolute;top:-4px;right:-3px}.menu-button{display:none}.store-hero{background:linear-gradient(90deg,#071e14db,#0a23177a,#0a231733),linear-gradient(#05140d33,#05140d8c);align-items:center;min-height:720px;display:flex;position:relative;overflow:hidden}.hero-background{background:radial-gradient(circle at 75% 38%,#f4d38c40,#0000 24%),radial-gradient(circle at 20% 80%,#1c583859,#0000 30%);position:absolute;inset:0}.store-hero:before{content:"";z-index:-1;background:linear-gradient(115deg,#082317eb,#10372494),url(/images/hero-honey.jpg) 50%/cover no-repeat;position:absolute;inset:0}.hero-content{z-index:2;color:#fff;width:min(1180px,100% - 40px);margin:80px auto 0;position:relative}.hero-eyebrow,.section-kicker{color:var(--honey-light);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:8px;font-size:11px;font-weight:600;display:inline-flex}.hero-content h1{letter-spacing:-.035em;max-width:760px;margin:22px 0 20px;font-family:Playfair Display,serif;font-size:clamp(52px,7vw,88px);font-weight:500;line-height:.98}.hero-content h1 em,.store-intro h2 em,.story-content h2 em{color:var(--honey-light);font-weight:500}.hero-content p{color:#ffffffc7;max-width:570px;margin:0;font-size:16px;line-height:1.8}.hero-actions{align-items:center;gap:14px;margin-top:32px;display:flex}.hero-primary-button,.hero-secondary-button,.story-button{border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:50px;padding:0 21px;transition:transform .2s,background .2s;display:inline-flex}.hero-primary-button{background:var(--honey);color:#fff;font-weight:700}.hero-primary-button:hover{background:#e4aa45;transform:translateY(-2px)}.hero-secondary-button{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #ffffff4d}.hero-secondary-button:hover{background:#ffffff1f}.hero-scroll{color:#ffffff94;letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:9px;font-size:10px;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.store-section-inner{width:min(1180px,100% - 40px);margin:auto}.store-intro{text-align:center;background:var(--cream);padding:105px 0 80px}.store-intro h2{letter-spacing:-.025em;margin:18px auto;font-family:Playfair Display,serif;font-size:clamp(36px,5vw,58px);font-weight:500;line-height:1.08}.store-intro h2 em{color:var(--forest-soft)}.store-intro p{max-width:610px;color:var(--muted);margin:auto;font-size:15px;line-height:1.8}.section-label{color:var(--honey);letter-spacing:.15em;text-transform:uppercase;margin-bottom:10px;font-size:10px;font-weight:700;display:block}.store-products-section{background:var(--cream);padding:35px 0 110px}.products-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px;display:flex}.products-heading h2{color:var(--forest);margin:0;font-family:Playfair Display,serif;font-size:42px;font-weight:500}.products-link,.story-button{color:var(--forest);align-items:center;gap:8px;font-size:12px;font-weight:700;display:inline-flex}.products-link:hover,.story-button:hover{color:var(--honey)}.store-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.store-product-card{border:1px solid var(--line);background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px #173d2c0b}.store-product-image{background:#f5f0e7;height:270px;position:relative;overflow:hidden}.store-product-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.store-product-card:hover .store-product-image img{transform:scale(1.045)}.product-no-image{width:100%;height:100%;color:var(--forest);place-items:center;font-family:Playfair Display,serif;font-size:21px;display:grid}.stock-alert{color:#fff;letter-spacing:.05em;background:#173d2ce6;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:700;position:absolute;top:12px;left:12px}.store-product-content{padding:18px}.product-flavor{color:var(--honey);letter-spacing:.14em;text-transform:uppercase;font-size:9px;font-weight:700}.store-product-content h3{min-height:42px;color:var(--forest);margin:8px 0 4px;font-family:Playfair Display,serif;font-size:19px;font-weight:600;line-height:1.15}.store-product-content p{color:var(--muted);margin:0;font-size:11px}.store-product-bottom{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;margin-top:18px;padding-top:15px;display:flex}.store-product-bottom strong{color:var(--forest);font-size:18px}.store-product-bottom button{background:var(--forest);color:#fff;border:0;border-radius:999px;align-items:center;gap:6px;min-height:37px;padding:0 12px;font-size:10px;font-weight:700;display:inline-flex}.store-product-bottom button:hover{background:var(--forest-soft)}.store-product-bottom button:disabled{cursor:not-allowed;background:#d6d5d0}.store-loading,.store-error,.empty-store{border:1px dashed var(--line);text-align:center;border-radius:18px;align-content:center;place-items:center;gap:10px;min-height:220px;display:grid}.store-loading p,.store-error p,.empty-store p{color:var(--muted);margin:0;font-size:13px}.loading-spinner{color:var(--honey);animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.store-story{background:var(--forest-dark);color:#fff;padding:110px 0}.story-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.story-image{background:linear-gradient(145deg,#14462c33,#081b128c),url(/images/honey-story.jpg) 50%/cover no-repeat;border-radius:22px;min-height:550px;position:relative;overflow:hidden}.story-image-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0519108c;border:1px solid #ffffff26;border-radius:15px;padding:20px;position:absolute;bottom:24px;left:24px;right:24px}.story-image-overlay span{color:var(--honey-light);letter-spacing:.16em;text-transform:uppercase;margin-bottom:7px;font-size:9px;display:block}.story-image-overlay strong{font-family:Playfair Display,serif;font-size:24px;font-weight:500;line-height:1.15}.story-content h2{margin:15px 0 24px;font-family:Playfair Display,serif;font-size:clamp(42px,5vw,63px);font-weight:500;line-height:1}.story-content h2 em{color:var(--honey-light)}.story-content p{color:#ffffffa8;max-width:510px;margin:0 0 17px;font-size:14px;line-height:1.85}.story-button{color:var(--honey-light);margin-top:15px}.store-values{background:#fff;padding:85px 0}.values-grid{grid-template-columns:repeat(3,1fr);gap:55px;display:grid}.value-item{border-right:1px solid var(--line);padding-right:35px}.value-item:last-child{border-right:0}.value-item>span{color:var(--honey);font-size:11px;font-weight:700}.value-item h3{color:var(--forest);margin:14px 0 8px;font-family:Playfair Display,serif;font-size:27px;font-weight:600}.value-item p{color:var(--muted);margin:0;font-size:12px;line-height:1.7}.store-footer{color:#fff;background:#0a2117}.footer-main{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:45px;width:min(1180px,100% - 40px);margin:auto;padding:70px 0 55px;display:grid}.footer-logo{margin-bottom:20px}.footer-brand p{color:#ffffff7a;font-size:12px;line-height:1.7}.footer-column{align-content:start;gap:11px;display:grid}.footer-column h4{color:var(--honey-light);letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;font-size:10px}.footer-column a,.footer-column span{color:#ffffff8c;font-size:11px}.footer-column a:hover{color:#fff}.footer-social{gap:8px;margin-top:10px;display:flex}.footer-social a{border:1px solid #ffffff21;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.footer-bottom{color:#ffffff59;border-top:1px solid #ffffff14;justify-content:space-between;width:min(1180px,100% - 40px);margin:auto;padding:18px 0;font-size:9px;display:flex}.cart-overlay{z-index:100;pointer-events:none;opacity:0;background:#05140d6b;transition:opacity .25s;position:fixed;inset:0}.cart-overlay.open{pointer-events:auto;opacity:1}.cart-drawer{background:#fff;flex-direction:column;width:min(450px,100%);height:100%;transition:transform .3s;display:flex;position:absolute;top:0;right:0;transform:translate(100%);box-shadow:-15px 0 50px #00000026}.cart-overlay.open .cart-drawer{transform:translate(0)}.cart-drawer-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:25px;display:flex}.cart-kicker{color:var(--honey);letter-spacing:.14em;text-transform:uppercase;font-size:9px;font-weight:700}.cart-drawer-header h2{color:var(--forest);margin:6px 0 0;font-family:Playfair Display,serif;font-size:28px;font-weight:500}.cart-drawer-header h2 span{color:var(--muted);font-family:DM Sans,sans-serif;font-size:12px}.cart-close{border:1px solid var(--line);width:38px;height:38px;color:var(--muted);background:#fff;border-radius:50%;place-items:center;display:grid}.cart-items-store{flex:1;padding:8px 25px;overflow-y:auto}.cart-store-item{border-bottom:1px solid var(--line);gap:13px;padding:17px 0;display:flex}.cart-store-image{background:var(--cream-dark);width:75px;height:82px;color:var(--forest);border-radius:11px;flex:0 0 75px;place-items:center;font-weight:700;display:grid;overflow:hidden}.cart-store-image img{object-fit:cover;width:100%;height:100%}.cart-store-info{flex:1;min-width:0}.cart-store-info>span{color:var(--honey);letter-spacing:.12em;text-transform:uppercase;font-size:8px;font-weight:700}.cart-store-info h3{color:var(--forest);margin:4px 0;font-family:Playfair Display,serif;font-size:15px;line-height:1.15}.cart-store-info>strong{color:var(--forest);font-size:13px}.cart-store-controls{justify-content:space-between;align-items:center;margin-top:9px;display:flex}.quantity-control-store{align-items:center;gap:8px;display:flex}.quantity-control-store button{border:1px solid var(--line);width:25px;height:25px;color:var(--forest);background:#fff;border-radius:6px;place-items:center;display:grid}.quantity-control-store button:disabled{cursor:not-allowed;opacity:.35}.quantity-control-store b{text-align:center;min-width:15px;font-size:11px}.cart-remove{color:#a39f96;background:0 0;border:0}.cart-remove:hover{color:#b64736}.cart-drawer-bottom{border-top:1px solid var(--line);background:#fff;padding:20px 25px 25px}.cart-clear{color:#a39f96;background:0 0;border:0;padding:0;font-size:10px;text-decoration:underline}.cart-summary-store{margin-top:15px}.cart-summary-store>div{justify-content:space-between;align-items:center;display:flex}.cart-summary-store span{color:var(--muted);font-size:12px}.cart-summary-store strong{color:var(--forest);font-family:Playfair Display,serif;font-size:25px}.cart-summary-store small{color:#9a9b96;margin-top:5px;font-size:9px;display:block}.cart-checkout-button{background:var(--forest);color:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:51px;margin-top:16px;font-size:12px;font-weight:700;display:flex}.cart-checkout-button:hover{background:var(--forest-soft)}.cart-empty-store{text-align:center;flex:1;align-content:center;place-items:center;padding:35px;display:grid}.cart-empty-icon{background:var(--cream-dark);width:70px;height:70px;color:var(--honey);border-radius:50%;place-items:center;margin-bottom:18px;display:grid}.cart-empty-store h3{color:var(--forest);margin:0 0 8px;font-family:Playfair Display,serif;font-size:23px}.cart-empty-store p{max-width:260px;color:var(--muted);margin:0 0 20px;font-size:11px;line-height:1.7}.cart-continue-button{background:var(--forest);color:#fff;border:0;border-radius:999px;min-height:42px;padding:0 17px;font-size:10px;font-weight:700}@media (width<=950px){.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.story-grid{grid-template-columns:1fr;gap:45px}.story-image{min-height:430px}.footer-main{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.store-header{padding:15px 0}.store-header-inner,.store-section-inner,.footer-main,.footer-bottom,.hero-content{width:min(100% - 28px,1180px)}.store-nav{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#081e14f5;border:1px solid #ffffff26;border-radius:15px;flex-direction:column;align-items:stretch;gap:17px;padding:18px;display:none;position:absolute;top:70px;left:14px;right:14px}.store-nav.open{display:flex}.menu-button{display:grid}.store-hero{min-height:650px}.hero-content{margin-top:45px}.hero-content h1{font-size:clamp(43px,13vw,65px)}.hero-content p{font-size:13px}.hero-actions{flex-direction:column;align-items:stretch;width:min(100%,300px)}.hero-scroll{display:none}.store-intro{padding:75px 0 60px}.store-products-section{padding-bottom:75px}.products-heading{flex-direction:column;align-items:flex-start}.products-heading h2{font-size:36px}.store-product-grid{grid-template-columns:1fr}.store-product-image{height:330px}.store-story{padding:75px 0}.story-image{min-height:390px}.values-grid{grid-template-columns:1fr;gap:30px}.value-item{border-right:0;border-bottom:1px solid var(--line);padding:0 0 25px}.value-item:last-child{border-bottom:0;padding-bottom:0}.footer-main{grid-template-columns:1fr 1fr;gap:35px 20px}.footer-brand{grid-column:span 2}.footer-bottom{flex-direction:column;gap:10px}}@media (width<=430px){.store-logo strong{font-size:17px}.store-logo-mark{width:37px;height:37px}.cart-button,.menu-button{width:39px;height:39px}.store-product-image{height:300px}.footer-main{grid-template-columns:1fr}.footer-brand{grid-column:auto}}
