:root{
  --yellow:#ffd400; --black:#050505; --paper:#f1efea; --red:#e63c54;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:#e9e6df;color:#111}
button,a,input,textarea{font:inherit}
.delivery-bar{height:34px;background:var(--yellow);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:14px}
.topbar{height:92px;display:grid;grid-template-columns:190px 1fr 90px;align-items:center;padding:0 clamp(24px,4vw,52px);background:rgba(3,3,3,.98);color:#fff;position:sticky;top:0;z-index:40;border-bottom:1px solid #242424}
.mini-logo,.footer-logo{font-family:Anton,Impact,sans-serif;text-decoration:none;line-height:.8;display:flex;flex-direction:column;width:max-content;transform:rotate(-3deg);position:relative}
.mini-logo span,.footer-logo span{color:#fff;font-size:31px;letter-spacing:1px}
.mini-logo strong,.footer-logo strong{color:var(--yellow);font-size:38px;font-weight:400;letter-spacing:1px}
.mini-logo i,.footer-logo i{font-style:normal;position:absolute;right:-13px;bottom:-16px;font-size:27px;transform:rotate(12deg)}
nav{display:flex;justify-content:center;gap:clamp(25px,5vw,65px)}
nav a{font-family:Anton,Impact,sans-serif;color:#fff;text-decoration:none;letter-spacing:.5px;padding:13px 0 9px}
nav a:hover,nav a.active{color:var(--yellow);border-bottom:3px solid var(--yellow)}
.cart-button{justify-self:end;background:none;border:0;color:#fff;cursor:pointer;display:flex;align-items:flex-start}
.cart-icon{font-size:32px}
.cart-count{display:grid;place-items:center;background:var(--yellow);color:#111;border-radius:999px;min-width:24px;height:24px;padding:0 6px;font-size:12px;font-weight:900;margin-left:-6px;margin-top:-5px}
.mobile-menu{display:none;background:none;color:#fff;border:0;font-size:26px;cursor:pointer}

.hero{min-height:500px;position:relative;overflow:hidden;background:url("assets/hero.jpg") center 54%/cover no-repeat;display:flex;align-items:center}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.8) 0%,rgba(0,0,0,.64) 35%,rgba(0,0,0,.06) 72%,rgba(0,0,0,.12) 100%)}
.hero-copy{position:relative;z-index:2;color:#fff;margin-left:clamp(36px,8vw,88px);padding:45px 0;max-width:550px}
.hero-logo{font-family:Anton,Impact,sans-serif;line-height:.76;display:flex;flex-direction:column;width:max-content;position:relative;transform:rotate(-2deg);filter:drop-shadow(7px 8px 0 #111)}
.hero-logo span{font-size:clamp(68px,9vw,112px);letter-spacing:1px}
.hero-logo strong{font-size:clamp(68px,9vw,112px);font-weight:400;color:var(--yellow);letter-spacing:1px}
.hero-logo i{font-style:normal;position:absolute;right:18px;bottom:-30px;font-size:62px;filter:none;transform:rotate(10deg)}
.hero h1{font-family:Anton,Impact,sans-serif;font-size:clamp(27px,4vw,42px);letter-spacing:.8px;margin:38px 0 5px}
.hero p{font-size:18px;line-height:1.45;margin:0 0 22px}
.cta{display:inline-block;background:var(--yellow);color:#111;text-decoration:none;font-family:Anton,Impact,sans-serif;letter-spacing:.5px;padding:14px 20px;border-radius:5px;box-shadow:0 7px 0 rgba(0,0,0,.23)}
.spotify-link{display:block;width:max-content;margin-top:20px;color:#fff;font-family:Anton,Impact,sans-serif;font-size:18px;letter-spacing:.7px;text-decoration:underline;text-underline-offset:4px}

.products-section{position:relative;padding:22px clamp(52px,6.5vw,76px) 34px;background-color:#f0eee9;background-image:radial-gradient(circle at 20% 20%,rgba(0,0,0,.035),transparent 40%),radial-gradient(circle at 80% 60%,rgba(0,0,0,.03),transparent 35%);overflow:hidden}
.pattern{position:absolute;top:0;bottom:0;width:58px;background-image:url("assets/tongue-head.png");background-repeat:repeat-y;background-size:54px auto;background-position:center 24px;opacity:1;z-index:0}
.pattern.left{left:4px}.pattern.right{right:4px}
.section-heading{position:relative;z-index:2;text-align:center;margin:0 0 27px}
.section-heading h2{font-family:Anton,Impact,sans-serif;font-size:clamp(31px,4vw,42px);margin:0}
.section-heading span{display:block;width:230px;height:3px;background:#111;margin:6px auto 0;position:relative}
.section-heading span:after{content:"";position:absolute;left:48%;top:0;width:18px;height:8px;background:#111;clip-path:polygon(0 0,100% 0,60% 40%,50% 100%,40% 40%)}
.product-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.product-card{background:rgba(255,255,255,.91);border:1px solid #d4d0c8;border-radius:8px;padding:12px 13px 16px;text-align:center;box-shadow:0 8px 20px rgba(0,0,0,.07)}
.product-image{height:300px;border-radius:5px;overflow:hidden;background:#fff;display:grid;place-items:center}
.product-image img{width:100%;height:100%;object-fit:cover}
.product-card h3{font-family:Anton,Impact,sans-serif;font-size:20px;margin:15px 0}
.add,.add-gummies,.add-skittlez,.add-mini-men,.add-cone{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:58px;border:0;border-radius:6px;padding:16px 18px;background:#050505;color:#fff;font-family:Anton,Impact,sans-serif;font-size:22px;line-height:1;letter-spacing:.7px;text-transform:uppercase;cursor:pointer;transition:.2s}
.add:hover,.add-gummies:hover,.add-skittlez:hover,.add-mini-men:hover,.add-cone:hover{background:var(--yellow);color:#111;transform:translateY(-1px)}
.add:active,.add-gummies:active,.add-skittlez:active,.add-mini-men:active,.add-cone:active{transform:translateY(1px)}

.features{margin:0 clamp(34px,4vw,54px) 18px;background:#050505;color:#fff;border-radius:8px;padding:23px 28px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.features>div{display:flex;align-items:center;gap:14px}
.feature-icon{font-size:31px}
.features p{margin:0;display:flex;flex-direction:column;gap:5px}
.features b{font-size:14px}.features small{color:#ddd;font-size:13px}

.join{margin:0 clamp(34px,4vw,54px);background:linear-gradient(135deg,#070707,#111);color:#fff;padding:30px 40px;display:grid;grid-template-columns:170px 1fr 1.3fr;align-items:center;gap:26px;border-radius:8px 8px 0 0}
.footer-logo span{font-size:33px}.footer-logo strong{font-size:41px}
.join h2{font-family:Anton,Impact,sans-serif;color:var(--yellow);font-size:30px;margin:0 0 7px}
.join p{margin:0;color:#eee;line-height:1.5}
#joinForm{display:flex;gap:8px}
#joinForm input{flex:1;min-width:0;border:0;border-radius:5px;padding:14px 15px}
#joinForm button{border:0;background:var(--yellow);font-weight:900;border-radius:5px;padding:0 22px;cursor:pointer}

footer{margin:0 clamp(34px,4vw,54px) 28px;background:linear-gradient(135deg,#070707,#111);color:#fff;border-top:1px solid #313131;border-radius:0 0 8px 8px;padding:25px 40px 17px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
footer h4{color:var(--yellow);margin:0 0 12px;font-size:13px}
footer a{display:block;color:#eee;text-decoration:none;margin:7px 0;font-size:13px}
footer a:hover{color:var(--yellow)}
.socials{font-size:14px;color:#ddd}
.socials a{display:inline;color:inherit;text-decoration:none;margin:0;font-size:inherit}
.copyright{grid-column:1/-1;text-align:center;color:#aaa;font-size:12px;margin:0}

.overlay{position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:70;opacity:0;pointer-events:none;transition:.2s}
.overlay.show{opacity:1;pointer-events:auto}
.cart-drawer{position:fixed;right:0;top:0;height:100vh;width:min(460px,94vw);background:#f7f5f0;z-index:80;padding:22px;transform:translateX(105%);transition:.28s cubic-bezier(.2,.75,.25,1);overflow-y:auto;box-shadow:-20px 0 50px rgba(0,0,0,.28)}
.cart-drawer.open{transform:translateX(0)}
.cart-top{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:3px solid #111;padding-bottom:13px}
.cart-top small{font-weight:900;color:#777}
.cart-top h2{font-family:Anton,Impact,sans-serif;font-size:34px;margin:2px 0 0}
#closeCart{border:0;background:transparent;font-size:26px;cursor:pointer}
.cart-items{padding:8px 0 15px}
.empty-cart{padding:25px 0;color:#666;text-align:center}
.cart-line{display:grid;grid-template-columns:1fr auto;gap:12px;padding:13px 0;border-bottom:1px solid #d6d2c9;align-items:center}
.cart-line strong{display:block}
.quantity{display:flex;align-items:center;gap:8px}
.quantity button{width:30px;height:30px;border:0;border-radius:5px;background:#111;color:#fff;cursor:pointer;font-weight:900}
.quantity span{min-width:18px;text-align:center;font-weight:800}
.checkout{border-top:5px solid var(--yellow);padding-top:17px}
.checkout h3{font-family:Anton,Impact,sans-serif;font-size:24px;margin:0 0 5px}
.checkout-note{font-size:12px;color:#6b6b6b;line-height:1.5;margin:0 0 14px}
.checkout label{display:block;font-size:12px;font-weight:800;margin:10px 0}
.checkout em{font-weight:400;color:#777}
.checkout input,.checkout textarea{display:block;width:100%;border:1px solid #c8c4bc;background:#fff;border-radius:5px;padding:12px;margin-top:5px;outline:none}
.checkout input:focus,.checkout textarea:focus{border-color:#111;box-shadow:0 0 0 2px var(--yellow)}
.checkout textarea{min-height:70px;resize:vertical}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.telegram-checkout{width:100%;border:0;border-radius:5px;background:var(--yellow);color:#111;font-family:Anton,Impact,sans-serif;font-size:18px;letter-spacing:.4px;padding:14px;margin-top:8px;cursor:pointer}
.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,30px);background:#111;color:#fff;padding:12px 18px;border-radius:999px;z-index:100;opacity:0;pointer-events:none;transition:.2s;font-size:13px;font-weight:800}
.toast.show{opacity:1;transform:translate(-50%,0)}

@media(max-width:900px){
  .topbar{grid-template-columns:1fr auto auto;height:80px}
  .mobile-menu{display:block}
  nav{display:none;position:absolute;top:100%;left:0;right:0;background:#070707;flex-direction:column;align-items:flex-start;padding:20px 30px;gap:2px}
  nav.open{display:flex}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .features{grid-template-columns:repeat(2,1fr)}
  .join{grid-template-columns:150px 1fr}
  #joinForm{grid-column:1/-1}
}
@media(max-width:580px){
  .delivery-bar{height:30px;font-size:11px}
  .topbar{height:72px;padding:0 16px;grid-template-columns:1fr auto auto;gap:8px}
  .mini-logo span{font-size:23px}.mini-logo strong{font-size:29px}.mini-logo i{font-size:20px;right:-9px;bottom:-12px}
  .cart-icon{font-size:26px}
  .hero{min-height:570px;background-position:58% center;align-items:flex-end}
  .hero:after{background:linear-gradient(0deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.35) 52%,rgba(0,0,0,.12) 100%)}
  .hero-copy{margin:0 20px 30px;padding:0}
  .hero-logo span,.hero-logo strong{font-size:64px}.hero-logo i{font-size:40px;bottom:-21px}
  .hero h1{font-size:30px;margin-top:31px}
  .hero p{font-size:15px}
  .products-section{padding:20px 48px 28px}
  .pattern{width:42px;background-size:40px auto}
  .product-grid{grid-template-columns:1fr}
  .product-image{height:330px}
  .add,.add-gummies,.add-skittlez,.add-mini-men,.add-cone{min-height:58px;padding:16px 14px;font-size:22px;border-radius:6px}
  .features{margin:0 16px 16px;padding:20px;grid-template-columns:1fr}
  .join,footer{margin-inline:16px;padding-inline:22px}
  .join{grid-template-columns:1fr}
  #joinForm{flex-direction:column}
  #joinForm button{padding:13px}
  footer{grid-template-columns:1fr}
  .two-col{grid-template-columns:1fr}
}

.delivery-options {
  border: 0;
  padding: 0;
  margin: 14px 0;
}
.delivery-options legend {
  font-weight: 700;
  margin-bottom: 8px;
}
.delivery-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
  cursor: pointer;
}
.delivery-options input[type="radio"] {
  width: auto;
  margin: 0;
}

.payment-options {
  border: 0;
  padding: 0;
  margin: 14px 0;
}
.payment-options legend {
  font-weight: 700;
  margin-bottom: 8px;
}
.payment-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
  cursor: pointer;
}
.payment-options input[type="radio"] {
  width: auto;
  margin: 0;
}

.cart-totals {
  margin: 16px 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.16);
}
.cart-totals > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 7px 0;
}
.cart-totals .grand-total {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.16);
  font-size: 1.12em;
}
.cart-totals .grand-total strong {
  font-size: 1.25em;
}

.skittlez-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  background: linear-gradient(135deg, #151515, #292929);
}
.skittlez-placeholder span {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  letter-spacing: .08em;
}
.variant-label {
  display: block;
  margin: 10px 0;
  font-weight: 700;
}
.product-variant {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 10px 12px;
  border: 1px solid #444;
  border-radius: 8px;
  background: #111;
  color: #fff;
}
.add-skittlez {
  width: 100%;
  cursor: pointer;
}


.novelty-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  background: linear-gradient(135deg, #151515, #292929);
}
.novelty-placeholder span {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 900;
  letter-spacing: .06em;
  text-align: center;
}
.info-only-card .info-pricing { margin: 10px 0 14px; }
.info-only-card .info-pricing p { margin: 6px 0; }
.info-only-badge {
  display: inline-block;
  padding: 8px 10px;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .05em;
  opacity: .85;
}

.mini-men-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  background: linear-gradient(135deg, #151515, #292929);
}
.mini-men-placeholder span {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 900;
  letter-spacing: .06em;
  text-align: center;
}

.cookie-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  background: linear-gradient(135deg, #151515, #292929);
}
.cookie-placeholder span {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: .08em;
}

.bear-block-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  background: linear-gradient(135deg, #151515, #292929);
}
.bear-block-placeholder span {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
}

.mega-man-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  background: linear-gradient(135deg, #151515, #292929);
}
.mega-man-placeholder span {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
}

.lego-dimitri-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  background: linear-gradient(135deg, #151515, #292929);
}
.lego-dimitri-placeholder span {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
}

.healthy-honey-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  background: linear-gradient(135deg, #151515, #292929);
}
.healthy-honey-placeholder span {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
}


.rick-simpson-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  background: linear-gradient(135deg, #151515, #292929);
}
.rick-simpson-placeholder span {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
}


.fun-gummies-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  background: linear-gradient(135deg, #151515, #292929);
}
.fun-gummies-placeholder span {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
}

/* Reviews page */
.reviews-page{position:relative;min-height:calc(100vh - 92px);padding:48px clamp(52px,6.5vw,76px) 70px;background-color:#f0eee9;background-image:radial-gradient(circle at 20% 20%,rgba(0,0,0,.035),transparent 40%),radial-gradient(circle at 80% 60%,rgba(0,0,0,.03),transparent 35%);overflow:hidden}
.reviews-page>.section-heading,.reviews-panel{position:relative;z-index:2}
.reviews-panel{max-width:900px;margin:0 auto;background:rgba(255,255,255,.91);border:1px solid #d4d0c8;border-radius:8px;padding:48px 30px;text-align:center;box-shadow:0 8px 20px rgba(0,0,0,.07)}
.reviews-panel h1{font-family:Anton,Impact,sans-serif;font-size:32px;margin:0 0 12px}
.reviews-panel p{margin:0 0 20px;color:#666;font-size:16px}
.reviews-panel p:last-child{margin-bottom:0}
@media(max-width:580px){.reviews-page{min-height:calc(100vh - 72px);padding:32px 48px 50px}.reviews-panel{padding:38px 20px}.reviews-panel h1{font-size:27px}}


/* Wavey Pops swipe/scroll gallery */
.product-carousel{height:300px;border-radius:5px;overflow:hidden;background:#fff;position:relative}
.carousel-track{height:100%;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}
.carousel-track::-webkit-scrollbar{display:none}
.carousel-track img{min-width:100%;width:100%;height:100%;object-fit:cover;scroll-snap-align:start;flex:0 0 100%}
.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:38px;height:46px;border:0;border-radius:5px;background:rgba(0,0,0,.72);color:#fff;font-size:32px;line-height:1;cursor:pointer;display:grid;place-items:center}
.carousel-prev{left:8px}.carousel-next{right:8px}
.carousel-arrow:hover{background:#050505}
@media(max-width:580px){.product-carousel{height:330px}.carousel-arrow{width:36px;height:44px}}
