/*
Theme Name: ABAMBUZ Universe
Theme URI: https://abambuz.com/
Author: Custom Build
Description: A complete cyberpunk WooCommerce storefront for ABAMBUZ Universe, based on the supplied full-page mockup.
Version: 3.0.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: abambuz-universe
Tags: e-commerce, woocommerce, black, custom-logo, custom-menu, featured-images, responsive-layout
*/

:root {
  --ab-black: #020304;
  --ab-black-2: #07080c;
  --ab-panel: rgba(9, 10, 16, .93);
  --ab-panel-purple: rgba(22, 11, 37, .9);
  --ab-lime: #baff00;
  --ab-lime-soft: #d4ff48;
  --ab-purple: #6f2dcc;
  --ab-purple-light: #9d54ef;
  --ab-white: #f9f9fc;
  --ab-muted: #b8b5c3;
  --ab-line: rgba(255, 255, 255, .14);
  --ab-line-lime: rgba(186, 255, 0, .48);
  --ab-line-purple: rgba(127, 51, 213, .72);
  --ab-radius: 15px;
  --ab-shadow: 0 18px 55px rgba(0, 0, 0, .5);
  --ab-max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ab-white);
  background:
    radial-gradient(circle at 68% 21%, rgba(101, 22, 179, .18), transparent 31%),
    radial-gradient(circle at 12% 70%, rgba(78, 24, 126, .11), transparent 29%),
    var(--ab-black);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
body.admin-bar .site-header { top: 32px; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
svg { width: 1em; height: 1em; }
.container { width: min(calc(100% - 56px), var(--ab-max)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.screen-reader-text:focus { z-index: 99999; top: 10px; left: 10px; width: auto; height: auto; clip: auto; padding: 12px 18px; background: var(--ab-lime); color: #000; }

/* Utility bar */
.utility-bar {
  min-height: 47px;
  background: #010203;
  border-bottom: 1px solid var(--ab-line);
  font-size: 12px;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.utility-inner { min-height: 47px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; }
.utility-social, .utility-links { display: flex; align-items: center; gap: 15px; }
.utility-links { justify-content: flex-end; }
.utility-label { padding-right: 4px; color: #fff; }
.utility-tagline { color: var(--ab-lime); text-align: center; font-weight: 900; }
.social-link, .footer-socials a { display: grid; place-items: center; width: 22px; height: 22px; color: #fff; transition: .2s ease; }
.social-link svg, .footer-socials svg { width: 18px; height: 18px; }
.social-link:hover, .footer-socials a:hover, .utility-links a:hover { color: var(--ab-lime); }
.utility-links a { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.utility-links svg { width: 18px; height: 18px; }

/* Header and navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(2, 3, 4, .97);
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  backdrop-filter: blur(18px);
}
.main-header { min-height: 116px; display: flex; align-items: center; gap: 34px; }
.site-branding { flex: 0 0 300px; }
.site-branding img { width: 285px; max-height: 90px; object-fit: contain; object-position: left center; }
.custom-logo-link { display: inline-flex; }
.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; align-items: center; gap: 38px; list-style: none; margin: 0; padding: 0; }
.primary-nav li { position: relative; }
.primary-nav a {
  position: relative;
  display: block;
  padding: 45px 0 41px;
  color: #f4f4f7;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 31px; height: 3px; background: var(--ab-lime); transition: right .22s ease; }
.primary-nav a:hover, .primary-nav .current-menu-item > a, .primary-nav .current_page_item > a { color: var(--ab-lime); }
.primary-nav a:hover::after, .primary-nav .current-menu-item > a::after, .primary-nav .current_page_item > a::after { right: 0; }
.primary-nav .sub-menu { position: absolute; z-index: 5; top: calc(100% - 20px); left: -22px; min-width: 220px; display: none; padding: 12px; border: 1px solid var(--ab-line-purple); border-radius: 10px; background: #08080e; box-shadow: var(--ab-shadow); }
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { display: block; }
.primary-nav .sub-menu a { padding: 11px 12px; font-size: 12px; }
.primary-nav .sub-menu a::after { display: none; }
.header-cta {
  position: relative;
  min-width: 215px;
  min-height: 57px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  border: 1px solid var(--ab-lime);
  border-radius: 2px;
  color: var(--ab-lime);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  transition: .22s ease;
}
.header-cta svg { width: 21px; height: 21px; }
.header-cta:hover { color: #050605; background: var(--ab-lime); box-shadow: 0 0 30px rgba(186, 255, 0, .22); }
.cart-count { min-width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: #050605; background: var(--ab-lime); font-size: 10px; }
.header-cta:hover .cart-count { color: var(--ab-lime); background: #050605; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--ab-line-lime); border-radius: 5px; background: transparent; color: var(--ab-lime); cursor: pointer; }
.menu-toggle svg { width: 25px; height: 25px; }

/* Shared controls */
.btn-ab {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 25px;
  border: 1px solid var(--ab-lime);
  color: #fff;
  background: transparent;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: .22s ease;
}
.btn-ab svg { width: 18px; height: 18px; }
.btn-ab.primary { color: #050605; background: var(--ab-lime); }
.btn-ab.primary:hover { background: var(--ab-lime-soft); box-shadow: 0 0 28px rgba(186, 255, 0, .26); }
.btn-ab.secondary:hover { color: #050605; background: var(--ab-lime); }
.btn-ab.compact { min-height: 39px; padding: 9px 18px; font-size: 11px; }

/* Hero */
.ab-hero { position: relative; overflow: hidden; border-bottom: 1px solid rgba(121, 44, 198, .48); }
.hero-grid-overlay { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(116, 42, 192, .10) 1px, transparent 1px), linear-gradient(90deg, rgba(116, 42, 192, .10) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(90deg, #000 5%, transparent 62%); }
.hero-inner { min-height: 520px; display: grid; grid-template-columns: minmax(470px, .92fr) minmax(540px, 1.28fr); padding-inline: 0; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 54px 46px 52px 18px; }
.eyebrow { margin: 0 0 12px; color: var(--ab-lime); font-size: 16px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hero-title { max-width: 700px; margin: 0; font-family: Orbitron, Inter, sans-serif; font-size: clamp(58px, 5.8vw, 96px); font-weight: 800; letter-spacing: -.055em; line-height: .88; text-transform: uppercase; }
.hero-slogan { max-width: 600px; margin: 25px 0 11px; color: var(--ab-lime); font-size: clamp(27px, 2.3vw, 38px); font-weight: 900; font-style: italic; letter-spacing: -.04em; line-height: .93; text-transform: uppercase; }
.hero-copy-text { max-width: 570px; margin: 0; color: #f2f0f6; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 27px; }
.hero-visual { position: relative; min-height: 520px; overflow: hidden; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--ab-black) 0%, rgba(2, 3, 4, .54) 9%, transparent 34%), linear-gradient(0deg, rgba(2, 3, 4, .32), transparent 46%); }
.hero-number { position: absolute; right: 25px; top: 67px; width: 110px; min-height: 175px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-top: 1px solid var(--ab-lime); border-right: 1px solid var(--ab-lime); border-bottom: 1px solid rgba(186, 255, 0, .22); color: #fff; font-family: Orbitron, sans-serif; }
.hero-number strong:first-child { color: var(--ab-lime); }
.hero-number span { margin: 9px 0; }
.hero-arrows { position: absolute; right: 23px; bottom: 18px; display: flex; gap: 13px; }
.hero-arrow { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .38); border-radius: 50%; color: #fff; font-size: 27px; }

/* Feature and statistics rows */
.value-grid { position: relative; z-index: 10; margin-top: -1px; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--ab-line-purple); border-radius: var(--ab-radius); background: linear-gradient(90deg, rgba(11, 10, 19, .98), rgba(25, 12, 40, .96)); box-shadow: var(--ab-shadow); }
.value-card { min-height: 112px; display: grid; grid-template-columns: 70px 1fr; align-items: center; gap: 18px; padding: 18px 24px; border-right: 1px solid rgba(255, 255, 255, .12); }
.value-card:last-child { border-right: 0; box-shadow: inset -42px 0 70px rgba(186, 255, 0, .11); }
.value-icon { width: 65px; height: 65px; display: grid; place-items: center; border: 2px solid var(--ab-lime); border-radius: 50%; color: var(--ab-lime); }
.value-icon svg { width: 37px; height: 37px; }
.value-card h3 { margin: 0 0 4px; font-size: 14px; text-transform: uppercase; }
.value-card p { margin: 0; color: #efedf5; font-size: 13px; line-height: 1.35; }
.stats-wrap { padding-top: 13px; }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); overflow: hidden; border: 1px solid var(--ab-line-lime); border-radius: var(--ab-radius); background: rgba(7, 8, 12, .95); }
.stat { min-height: 83px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 12px 20px; border-right: 1px solid var(--ab-line); }
.stat:last-child { border-right: 0; }
.stat-icon { width: 41px; height: 41px; color: var(--ab-lime); }
.stat strong { display: block; color: var(--ab-lime); font-family: Orbitron, sans-serif; font-size: 27px; line-height: 1; }
.stat span { display: block; margin-top: 6px; color: #fff; font-size: 11px; text-transform: uppercase; }

/* Section headings */
.storefront-section { padding-top: 27px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 13px; }
.section-kicker { margin: 0; color: var(--ab-lime); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.section-title { margin: 2px 0 0; font-size: 28px; line-height: 1.1; text-transform: uppercase; }
.heading-with-star { display: flex; align-items: center; gap: 11px; }
.heading-with-star > svg { width: 24px; height: 24px; color: var(--ab-lime); }
.ruled-heading { position: relative; align-items: center; }
.ruled-heading::after { content: ""; flex: 1; height: 1px; margin-inline: 16px; background: linear-gradient(90deg, rgba(255, 255, 255, .3), rgba(186, 255, 0, .2)); }
.section-text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ab-lime); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.section-text-link svg { width: 18px; height: 18px; }

/* Categories */
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.category-card { position: relative; min-height: 270px; overflow: hidden; border: 1px solid var(--ab-line-purple); border-radius: var(--ab-radius); background: #101015; box-shadow: 0 16px 36px rgba(0, 0, 0, .35); }
.category-card img { width: 100%; height: 270px; object-fit: cover; transition: transform .45s ease; }
.category-card:hover img { transform: scale(1.055); }
.category-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 4, 8, .96) 0%, rgba(4, 4, 8, .66) 38%, rgba(4, 4, 8, .09) 77%), linear-gradient(0deg, rgba(4, 4, 8, .68), transparent 62%); }
.category-content { position: absolute; z-index: 2; left: 19px; top: 32px; }
.category-content h3 { margin: 0 0 10px; font-size: 14px; text-transform: uppercase; }
.category-content p { margin: 0; color: #fff; font-size: 13px; }
.circle-link { position: absolute; z-index: 3; left: 19px; bottom: 17px; width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .38); border-radius: 50%; transition: .22s ease; }
.circle-link svg { width: 17px; height: 17px; }
.category-card:hover .circle-link { color: #050605; border-color: var(--ab-lime); background: var(--ab-lime); }

/* Featured products */
.featured-section { padding-top: 25px; }
.featured-products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.store-product-card { overflow: hidden; border: 1px solid var(--ab-line-purple); border-radius: var(--ab-radius); background: linear-gradient(180deg, rgba(18, 11, 30, .96), rgba(6, 7, 11, .98)); box-shadow: 0 15px 35px rgba(0, 0, 0, .32); transition: transform .22s ease, border-color .22s ease; }
.store-product-card:hover { transform: translateY(-4px); border-color: var(--ab-lime); }
.product-image-wrap { position: relative; display: block; overflow: hidden; aspect-ratio: 1 / .78; background: #0a0810; }
.product-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .42s ease; }
.store-product-card:hover .product-image-wrap img { transform: scale(1.045); }
.product-badge { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 4px 8px; border: 1px solid var(--ab-lime); border-radius: 5px; color: var(--ab-lime); background: rgba(3, 4, 5, .78); font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.product-card-body { padding: 15px 14px 12px; }
.product-card-body h3 { margin: 0 0 6px; font-size: 13px; text-transform: uppercase; }
.product-card-body h3 a:hover { color: var(--ab-lime); }
.product-price { color: #fff; font-size: 13px; font-weight: 800; }
.product-price del { color: #888491; }
.product-price ins { color: var(--ab-lime); text-decoration: none; }
.product-card-actions { min-height: 47px; display: grid; grid-template-columns: 1fr 48px; border-top: 1px solid var(--ab-line); }
.product-cart-button { display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--ab-lime); font-size: 10px; font-weight: 900; text-transform: uppercase; transition: .22s ease; }
.product-cart-button svg { width: 18px; height: 18px; }
.product-cart-button:hover { color: #050605; background: var(--ab-lime); }
.product-view-button { display: grid; place-items: center; border-left: 1px solid var(--ab-line); color: #fff; }
.product-view-button svg { width: 19px; height: 19px; }
.product-view-button:hover { color: var(--ab-lime); }

/* Affiliate and testimonials */
.community-commerce-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-bottom: 27px; }
.affiliate-panel, .voices-panel { min-height: 240px; overflow: hidden; border: 1px solid var(--ab-line-purple); border-radius: var(--ab-radius); background: linear-gradient(135deg, rgba(12, 11, 20, .98), rgba(28, 13, 45, .95)); box-shadow: var(--ab-shadow); }
.affiliate-panel { display: grid; grid-template-columns: .92fr 1.08fr; }
.affiliate-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 28px 15px 28px 28px; }
.affiliate-copy h2 { margin: 1px 0 8px; font-size: 23px; text-transform: uppercase; }
.affiliate-copy p:not(.section-kicker) { margin: 0 0 20px; color: #d5d2dc; font-size: 13px; }
.affiliate-art { position: relative; min-height: 240px; }
.affiliate-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14, 11, 23, .95), transparent 36%), radial-gradient(circle at 65% 48%, transparent 30%, rgba(103, 30, 174, .2)); }
.affiliate-art img { width: 100%; height: 100%; object-fit: cover; }
.voices-panel { padding: 22px; background: linear-gradient(145deg, rgba(9, 12, 15, .98), rgba(8, 10, 14, .98)); }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 15px; }
.panel-heading h2 { margin: 0; font-size: 20px; letter-spacing: .06em; text-transform: uppercase; }
.live-dot { display: inline-flex; align-items: center; gap: 6px; color: var(--ab-lime); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.live-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ab-lime); box-shadow: 0 0 10px var(--ab-lime); }
.voices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.voice-card { min-height: 145px; margin: 0; display: grid; grid-template-columns: 38px 1fr; align-content: start; gap: 8px 10px; padding: 12px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 10px; background: linear-gradient(145deg, rgba(31, 18, 49, .78), rgba(8, 11, 15, .96)); }
.voice-avatar { grid-row: 1 / 3; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--ab-lime); border-radius: 50%; font-family: Orbitron, sans-serif; font-weight: 800; }
.avatar-one { background: linear-gradient(145deg, #4e2a8d, #12131b); }
.avatar-two { background: linear-gradient(145deg, #144f3f, #11131b); }
.avatar-three { background: linear-gradient(145deg, #8b2458, #15101c); }
.voice-card strong { display: block; color: var(--ab-lime); font-size: 11px; }
.voice-card span { display: block; color: #fff; font-size: 8px; text-transform: uppercase; }
.voice-card p { grid-column: 1 / -1; margin: 3px 0 0; color: #ddd9e4; font-size: 11px; line-height: 1.45; }
.slider-dots { display: flex; justify-content: center; gap: 6px; margin-top: 13px; }
.slider-dots span { width: 5px; height: 5px; border-radius: 50%; background: #fff; opacity: .5; }
.slider-dots .active { width: 15px; border-radius: 10px; background: var(--ab-lime); opacity: 1; }

/* Newsletter */
.newsletter-section { position: relative; min-height: 90px; display: grid; grid-template-columns: 56px minmax(270px, 1fr) minmax(380px, .95fr); align-items: center; gap: 18px; margin-bottom: 27px; padding: 15px 24px; border: 1px solid rgba(186, 255, 0, .35); border-radius: var(--ab-radius); background: rgba(8, 10, 14, .96); }
.newsletter-icon { width: 50px; height: 50px; display: grid; place-items: center; border: 2px solid var(--ab-lime); border-radius: 9px; color: var(--ab-lime); }
.newsletter-icon svg { width: 28px; height: 28px; }
.newsletter-copy h2 { margin: 0 0 2px; font-size: 24px; letter-spacing: .09em; text-transform: uppercase; }
.newsletter-copy p { margin: 0; color: var(--ab-muted); font-size: 12px; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 14px; }
.newsletter-form input { width: 100%; min-height: 43px; padding: 10px 14px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 0; outline: none; color: #fff; background: #07090d; }
.newsletter-form input:focus { border-color: var(--ab-lime); box-shadow: 0 0 0 2px rgba(186, 255, 0, .1); }
.newsletter-form button { min-width: 160px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--ab-lime); color: var(--ab-lime); background: transparent; font-size: 10px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.newsletter-form button:hover { color: #050605; background: var(--ab-lime); }
.newsletter-form button svg { width: 17px; height: 17px; }
.newsletter-status { position: absolute; right: 25px; bottom: -25px; margin: 0; color: var(--ab-lime); font-size: 12px; }

/* Standard content and WooCommerce */
.content-area { min-height: 40vh; padding: 45px 0 75px; }
.entry-title, .page-title, .woocommerce-products-header__title { font-family: Orbitron, sans-serif; text-transform: uppercase; }
.woocommerce .woocommerce-breadcrumb { color: var(--ab-muted); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin: 28px 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; overflow: hidden; padding: 13px; border: 1px solid rgba(127, 51, 213, .65); border-radius: var(--ab-radius); background: linear-gradient(180deg, rgba(18, 11, 30, .94), rgba(6, 7, 11, .98)); }
.woocommerce ul.products li.product a img { margin-bottom: 15px; border-radius: 8px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: #fff; font-size: 14px; text-transform: uppercase; }
.woocommerce ul.products li.product .price { color: var(--ab-lime); font-weight: 800; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { border-radius: 0; color: #050605; background: var(--ab-lime); font-weight: 900; text-transform: uppercase; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { color: #050605; background: var(--ab-lime-soft); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ab-lime); }
.woocommerce-message, .woocommerce-info { border-top-color: var(--ab-lime); color: #fff; background: #11131a; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--ab-lime); }
.woocommerce table.shop_table { border-color: rgba(255, 255, 255, .2); }
.woocommerce table.shop_table td, .woocommerce table.shop_table th { border-color: rgba(255, 255, 255, .15); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce select, input[type="text"], input[type="email"], input[type="password"], input[type="search"], textarea { padding: 13px 15px; border: 1px solid rgba(255, 255, 255, .2); color: #fff; background: #0b0d12; }

/* Footer */
.site-footer { border-top: 1px solid rgba(186, 255, 0, .28); background: #010203; }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(4, .78fr) 1.25fr; gap: 34px; padding: 39px 0 31px; }
.footer-logo { width: 230px; margin-bottom: 16px; }
.footer-brand p { max-width: 270px; margin: 0 0 17px; color: #c8c5cf; font-size: 12px; }
.footer-socials { display: flex; gap: 13px; }
.footer-title { margin: 0 0 13px; color: #fff; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 6px 0; }
.footer-links a { color: #c3c0ca; font-size: 11px; }
.footer-links a:hover { color: var(--ab-lime); }
.payment-badges { display: flex; flex-wrap: wrap; gap: 6px; }
.payment-badges span { min-width: 40px; padding: 4px 7px; border: 1px solid rgba(255, 255, 255, .38); border-radius: 3px; color: #fff; background: #101116; font-size: 9px; font-weight: 900; text-align: center; }
.shipping-title { margin-top: 22px; }
.world-map { position: relative; height: 92px; overflow: hidden; border-radius: 8px; opacity: .8; background: radial-gradient(ellipse at 50% 45%, rgba(255, 255, 255, .15), transparent 48%), linear-gradient(18deg, transparent 37%, rgba(255, 255, 255, .11) 38%, transparent 39%), linear-gradient(-20deg, transparent 50%, rgba(255, 255, 255, .1) 51%, transparent 52%); }
.map-dot { position: absolute; width: 7px; height: 7px; border: 2px solid var(--ab-lime); border-radius: 50%; box-shadow: 0 0 9px rgba(186, 255, 0, .7); }
.dot-one { left: 18%; top: 45%; }
.dot-two { left: 43%; top: 68%; }
.dot-three { left: 69%; top: 32%; }
.dot-four { left: 83%; top: 62%; }
.footer-bottom { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--ab-line); color: #898691; font-size: 10px; }
.footer-bottom div { display: flex; gap: 24px; }
.footer-bottom a:hover { color: var(--ab-lime); }

/* Responsive */
@media (max-width: 1280px) {
  .main-header { gap: 24px; }
  .site-branding { flex-basis: 245px; }
  .site-branding img { width: 235px; }
  .primary-nav ul { gap: 23px; }
  .primary-nav a { font-size: 12px; }
  .header-cta { min-width: 182px; }
  .hero-inner { grid-template-columns: minmax(430px, .95fr) minmax(500px, 1.2fr); }
  .value-card { grid-template-columns: 58px 1fr; gap: 13px; padding-inline: 16px; }
  .value-icon { width: 54px; height: 54px; }
  .footer-grid { grid-template-columns: 1.45fr repeat(4, .7fr) 1.15fr; gap: 23px; }
}

@media (max-width: 1060px) {
  .utility-inner { grid-template-columns: 1fr auto; }
  .utility-tagline { display: none; }
  .menu-toggle { display: grid; place-items: center; order: 4; }
  .main-header { min-height: 88px; }
  .site-branding { flex-basis: 230px; }
  .site-branding img { width: 215px; max-height: 70px; }
  .primary-nav { position: fixed; inset: 135px 0 auto; display: none; max-height: calc(100vh - 135px); overflow-y: auto; padding: 24px 30px 34px; border-bottom: 1px solid var(--ab-line-lime); background: rgba(2, 3, 4, .995); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav a { padding: 14px 0; font-size: 14px; }
  .primary-nav a::after { bottom: 7px; }
  .primary-nav .sub-menu { position: static; display: block; margin: 0; padding: 0 0 0 18px; border: 0; background: transparent; box-shadow: none; }
  .header-cta { margin-left: auto; min-width: 170px; min-height: 48px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { padding: 55px 0 33px; }
  .hero-title { max-width: 850px; }
  .hero-visual { min-height: 450px; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .value-card:nth-child(2) { border-right: 0; }
  .value-card:nth-child(-n+2) { border-bottom: 1px solid var(--ab-line); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat { border-bottom: 1px solid var(--ab-line); }
  .stat:nth-child(2n) { border-right: 0; }
  .stat:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .category-grid, .featured-products-grid, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .community-commerce-grid { grid-template-columns: 1fr; }
  .newsletter-section { grid-template-columns: 56px 1fr; }
  .newsletter-form { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
  .footer-commerce { grid-column: span 1; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--ab-max)); }
  .utility-bar { padding: 8px 0; }
  .utility-inner { min-height: 30px; display: flex; justify-content: space-between; }
  .utility-label, .utility-links a:not(:last-child), .social-link:nth-of-type(n+4) { display: none; }
  .site-branding { flex-basis: 176px; }
  .site-branding img { width: 170px; }
  .header-cta { display: none; }
  .primary-nav { inset: 118px 0 auto; max-height: calc(100vh - 118px); }
  .hero-copy { padding-top: 43px; }
  .hero-title { font-size: clamp(47px, 15vw, 68px); }
  .hero-slogan { font-size: 25px; }
  .hero-copy-text { font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-visual { min-height: 320px; }
  .hero-number { right: 13px; top: 35px; width: 76px; min-height: 125px; }
  .hero-arrows { right: 14px; bottom: 14px; }
  .hero-arrow { width: 38px; height: 38px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card, .value-card:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--ab-line); }
  .value-card:last-child { border-bottom: 0; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat, .stat:nth-child(2n), .stat:last-child { grid-column: auto; justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--ab-line); }
  .stat:last-child { border-bottom: 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .ruled-heading::after { display: none; }
  .category-grid, .featured-products-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
  .category-card, .category-card img { min-height: 250px; height: 250px; }
  .affiliate-panel { grid-template-columns: 1fr; }
  .affiliate-copy { padding: 26px; }
  .affiliate-art { min-height: 210px; }
  .voices-grid { grid-template-columns: 1fr; }
  .voice-card { min-height: auto; }
  .newsletter-section { grid-template-columns: 50px 1fr; padding: 18px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form button { min-height: 43px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand, .footer-commerce { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding: 18px 0; }
  .footer-bottom div { flex-wrap: wrap; gap: 13px; }
}

@media (max-width: 420px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-commerce { grid-column: auto; }
  .newsletter-section { grid-template-columns: 1fr; }
  .newsletter-icon { width: 46px; height: 46px; }
}


/* Dynamic homepage and hero slider */
.hero-slider { isolation: isolate; }
.hero-slides { position: relative; z-index: 1; display: grid; }
.hero-slide { grid-area: 1 / 1; min-width: 0; opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(18px); transition: opacity .72s ease, transform .72s ease, visibility .72s; }
.hero-slide.is-active { z-index: 2; opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(0); }
.hero-slide .hero-copy > * { opacity: 0; transform: translateY(12px); transition: opacity .55s ease, transform .55s ease; }
.hero-slide.is-active .hero-copy > * { opacity: 1; transform: translateY(0); }
.hero-slide.is-active .hero-copy > *:nth-child(2) { transition-delay: .05s; }
.hero-slide.is-active .hero-copy > *:nth-child(3) { transition-delay: .1s; }
.hero-slide.is-active .hero-copy > *:nth-child(4) { transition-delay: .15s; }
.hero-slide.is-active .hero-copy > *:nth-child(5) { transition-delay: .2s; }
.hero-visual picture { display: block; width: 100%; height: 100%; }
.hero-visual picture img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-number, .hero-arrows, .hero-dots { z-index: 20; }
.hero-arrow { padding: 0; background: rgba(2, 3, 4, .48); cursor: pointer; backdrop-filter: blur(8px); transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.hero-arrow:hover, .hero-arrow:focus-visible { color: #050605; border-color: var(--ab-lime); background: var(--ab-lime); transform: translateY(-2px); outline: none; }
.hero-dots { position: absolute; left: 50%; bottom: 23px; display: flex; gap: 9px; transform: translateX(-50%); }
.hero-dot { width: 28px; height: 4px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.34); cursor: pointer; transition: width .25s ease, background .25s ease, box-shadow .25s ease; }
.hero-dot.is-active { width: 46px; background: var(--ab-lime); box-shadow: 0 0 14px color-mix(in srgb, var(--ab-lime) 65%, transparent); }
.hero-dot:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.store-empty-state { padding: 42px; border: 1px solid var(--ab-line-purple); border-radius: var(--ab-radius); background: linear-gradient(135deg, rgba(12,11,20,.98), rgba(28,13,45,.9)); text-align: center; }
.store-empty-state h3 { margin: 0 0 8px; font-family: Orbitron, sans-serif; text-transform: uppercase; }
.store-empty-state p { max-width: 720px; margin: 0 auto 22px; color: var(--ab-muted); }
.voice-avatar-image { object-fit: cover; }
.footer-bottom .footer-links { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-bottom .footer-links li { margin: 0; }

@media (prefers-reduced-motion: reduce) {
  .hero-slide, .hero-slide .hero-copy > *, .hero-arrow, .hero-dot { transition: none !important; }
}

@media (max-width: 1060px) {
  .hero-number { top: auto; right: 28px; bottom: 86px; min-height: 132px; }
  .hero-dots { bottom: 26px; }
}

@media (max-width: 720px) {
  .hero-number { top: auto; right: 13px; bottom: 74px; }
  .hero-dots { left: 14px; bottom: 24px; max-width: calc(100% - 130px); flex-wrap: wrap; transform: none; }
  .hero-dot { width: 18px; }
  .hero-dot.is-active { width: 30px; }
  .footer-bottom .footer-links { gap: 13px; }
}
