/* ===== CALA IMPORTS — SHARED STYLES ===== */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@300;400;600;700&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #0a0a0a; color: #fff; font-family: 'Montserrat', sans-serif; }

/* NAV */
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 28px; border-bottom: 1px solid rgba(255,255,255,0.08); background: rgba(10,10,10,0.97); position: sticky; top: 0; z-index: 100; gap: 16px; }
.nav-logo { height: 44px; object-fit: contain; cursor: pointer; }
.nav-links { display: flex; gap: 24px; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; transition: color 0.2s; padding-bottom: 2px; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links a.active { color: #fff; border-bottom-color: #fff; }
.nav-right { display: flex; align-items: center; gap: 12px; }
.nav-ig { display: flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.7); padding: 8px 14px; border-radius: 24px; font-size: 11px; font-weight: 600; letter-spacing: 1px; text-decoration: none; transition: border-color 0.2s, color 0.2s; white-space: nowrap; }
.nav-ig:hover { border-color: #E1306C; color: #E1306C; }
.cart-btn { position: relative; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); color: #fff; padding: 8px 16px; border-radius: 24px; font-size: 11px; font-weight: 700; letter-spacing: 1px; cursor: pointer; display: flex; align-items: center; gap: 8px; transition: background 0.2s; white-space: nowrap; }
.cart-btn:hover { background: rgba(255,255,255,0.12); }
.cart-count { background: #25D366; color: #fff; font-size: 10px; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; top: -5px; right: -5px; }
.cart-count.hidden { display: none; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.hamburger span { display: block; width: 22px; height: 2px; background: rgba(255,255,255,0.8); border-radius: 2px; }

/* MOBILE MENU */
.mobile-menu { display: none; position: fixed; inset: 0; background: rgba(10,10,10,0.98); z-index: 200; flex-direction: column; align-items: center; justify-content: center; gap: 36px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 14px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; }
.mobile-menu .ig-link { color: #E1306C !important; }
.mobile-menu .wa-link { color: #25D366 !important; }
.close-menu { position: absolute; top: 20px; right: 20px; background: none; border: none; color: rgba(255,255,255,0.5); font-size: 30px; cursor: pointer; line-height: 1; }

/* DIVIDER */
.divider { height: 1px; background: rgba(255,255,255,0.07); margin: 0 20px; }

/* SECTION */
.section { padding: 56px 28px; }
.section-label { font-size: 10px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 8px; }
.section-title { font-family: 'Bebas Neue', sans-serif; font-size: 38px; letter-spacing: 2px; margin-bottom: 32px; }

/* BUTTONS */
.btn-wa { background: #25D366; color: #fff; padding: 13px 26px; border-radius: 32px; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background 0.2s; border: none; cursor: pointer; }
.btn-wa:hover { background: #1ebe5d; }
.btn-ig { background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); color: #fff; padding: 13px 26px; border-radius: 32px; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.btn-outline { border: 1px solid rgba(255,255,255,0.22); color: #fff; padding: 13px 26px; border-radius: 32px; font-size: 12px; font-weight: 600; letter-spacing: 1px; cursor: pointer; background: transparent; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: border-color 0.2s, background 0.2s; }
.btn-outline:hover { border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.05); }

/* INFO PILLS */
.info-banner { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.info-pill { display: flex; align-items: center; gap: 7px; background: #111; border: 1px solid rgba(255,255,255,0.1); border-radius: 24px; padding: 8px 16px; font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.6); }
.info-pill.green { border-color: rgba(37,211,102,0.35); color: #25D366; }

/* IG BANNER */
.ig-banner { background: linear-gradient(135deg,rgba(240,148,51,0.1),rgba(188,24,136,0.1)); border: 1px solid rgba(225,48,108,0.2); border-radius: 16px; padding: 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 40px; }
.ig-banner-text h4 { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 1px; margin-bottom: 4px; }
.ig-banner-text p { font-size: 12px; color: rgba(255,255,255,0.4); }
.ig-btn { background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); color: #fff; padding: 11px 22px; border-radius: 24px; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }

/* FOOTER */
.footer { background: #0a0a0a; border-top: 1px solid rgba(255,255,255,0.05); padding: 28px 20px; display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.footer-logo { height: 36px; object-fit: contain; opacity: 0.65; }
.footer-ig { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,0.45); text-decoration: none; font-size: 12px; font-weight: 600; letter-spacing: 1px; transition: color 0.2s; }
.footer-ig:hover { color: #E1306C; }
.footer p { font-size: 10px; color: rgba(255,255,255,0.18); letter-spacing: 0.5px; }

/* CONTACT BAR */
.contact-bar { background: #111; border-top: 1px solid rgba(255,255,255,0.07); padding: 36px 28px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.contact-text h3 { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: 2px; margin-bottom: 4px; }
.contact-text p { font-size: 12px; color: rgba(255,255,255,0.4); font-weight: 300; }

/* CART DRAWER */
.cart-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 400; }
.cart-overlay.open { display: block; }
.cart-drawer { position: fixed; top: 0; right: -420px; width: 100%; max-width: 420px; height: 100vh; background: #111; border-left: 1px solid rgba(255,255,255,0.1); z-index: 401; display: flex; flex-direction: column; transition: right 0.3s ease; }
.cart-drawer.open { right: 0; }
.cart-header { padding: 20px 24px; border-bottom: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: space-between; }
.cart-header h3 { font-family: 'Bebas Neue', sans-serif; font-size: 24px; letter-spacing: 2px; }
.cart-close { background: none; border: none; color: rgba(255,255,255,0.5); font-size: 22px; cursor: pointer; }
.cart-close:hover { color: #fff; }
.cart-items { flex: 1; overflow-y: auto; padding: 16px 24px; display: flex; flex-direction: column; gap: 14px; }
.cart-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; gap: 12px; color: rgba(255,255,255,0.25); font-size: 13px; }
.cart-item { background: #1a1a1a; border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 14px; display: flex; gap: 12px; align-items: center; }
.cart-item-img { width: 60px; height: 60px; border-radius: 10px; object-fit: cover; background: #222; flex-shrink: 0; }
.cart-item-info { flex: 1; }
.cart-item-name { font-family: 'Bebas Neue', sans-serif; font-size: 16px; letter-spacing: 1px; margin-bottom: 4px; }
.cart-item-price { font-size: 12px; color: rgba(255,255,255,0.4); margin-bottom: 8px; }
.cart-item-qty { display: flex; align-items: center; gap: 10px; }
.qty-btn { width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); color: #fff; font-size: 14px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.15s; }
.qty-btn:hover { background: rgba(255,255,255,0.18); }
.qty-num { font-size: 13px; font-weight: 700; min-width: 20px; text-align: center; }
.cart-item-remove { background: none; border: none; color: rgba(255,255,255,0.25); font-size: 18px; cursor: pointer; padding: 4px; }
.cart-item-remove:hover { color: #ff5555; }
.cart-footer { padding: 20px 24px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; flex-direction: column; gap: 14px; }
.cart-total { display: flex; justify-content: space-between; align-items: center; }
.cart-total-label { font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.cart-total-price { font-family: 'Bebas Neue', sans-serif; font-size: 28px; letter-spacing: 1px; }
.cart-checkout { width: 100%; background: #25D366; color: #fff; border: none; padding: 15px; border-radius: 24px; font-size: 14px; font-weight: 700; letter-spacing: 1px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; }
.cart-checkout:hover { background: #1ebe5d; }
.cart-note { font-size: 10px; color: rgba(255,255,255,0.25); text-align: center; letter-spacing: 0.5px; }

/* SVG icons */
svg.ig-icon { width: 16px; height: 16px; flex-shrink: 0; }
svg.wa-icon { width: 17px; height: 17px; flex-shrink: 0; }
svg.cart-icon { width: 17px; height: 17px; flex-shrink: 0; }

/* RESPONSIVE */
@media (max-width: 640px) {
  .nav-links, .nav-ig { display: none; }
  .hamburger { display: flex; }
  .section { padding: 44px 16px; }
  .divider { margin: 0 16px; }
  .contact-bar { flex-direction: column; align-items: flex-start; padding: 28px 20px; }
  .contact-bar .btn-wa { width: 100%; justify-content: center; }
  .ig-banner { flex-direction: column; align-items: flex-start; }
  .ig-btn { width: 100%; justify-content: center; }
}
