:root {
  --bg: #06111d;
  --bg-2: #0a1928;
  --panel: rgba(9, 22, 36, .82);
  --panel-2: rgba(12, 30, 50, .92);
  --text: #eaf8ff;
  --muted: #9db4c7;
  --cyan: #66e7ff;
  --blue: #3b8cff;
  --violet: #8b6dff;
  --green: #72ffbd;
  --amber: #ffcc66;
  --danger: #ff738f;
  --line: rgba(138, 221, 255, .18);
  --line-strong: rgba(102, 231, 255, .45);
  --shadow: 0 24px 80px rgba(0, 0, 0, .42);
  --radius: 24px;
  --radius-sm: 16px;
  --max: 1180px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(102, 231, 255, .16), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(139, 109, 255, .16), transparent 28%),
    linear-gradient(135deg, #030912 0%, var(--bg) 44%, #081a2b 100%);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .18;
  background-image:
    linear-gradient(rgba(102, 231, 255, .11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 231, 255, .11) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible {
  outline: 3px solid rgba(102, 231, 255, .65);
  outline-offset: 3px;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  width: auto;
  height: auto;
  clip: auto;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--cyan);
  color: #02101b;
  font-weight: 950;
}
.mosfetti-container {
  width: min(var(--max), calc(100% - 36px));
  margin-inline: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  border-bottom: 1px solid var(--line);
  background: rgba(4, 12, 22, .72);
  backdrop-filter: blur(18px);
}
body.admin-bar .site-header { top: 32px; }
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 14px clamp(18px, 3vw, 38px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}
.brand-mark {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(102, 231, 255, .36);
  border-radius: 15px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(102, 231, 255, .18), rgba(139, 109, 255, .18));
  color: var(--cyan);
  box-shadow: 0 0 24px rgba(102, 231, 255, .35), inset 0 0 14px rgba(95, 73, 255, .18);
  font-size: 1.35rem;
  font-weight: 1000;
}
.brand-mark img, .brand-mark .custom-logo-link, .brand-mark .custom-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.brand-text {
  display: grid;
  line-height: 1.05;
}
.brand-text strong {
  text-transform: uppercase;
  letter-spacing: .08em;
}
.brand-text small {
  max-width: 220px;
  overflow: hidden;
  color: var(--muted);
  font-size: .75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-nav {
  justify-self: center;
}
.mosfetti-nav-list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mosfetti-nav-list a,
.header-actions a,
.search-form button,
.mobile-toggle {
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 850;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}
.mosfetti-nav-list a {
  display: inline-flex;
  align-items: center;
  padding: 10px 13px;
}
.mosfetti-nav-list a:hover,
.mosfetti-nav-list .current-menu-item > a,
.header-actions a:hover,
.search-form button:hover {
  border-color: var(--line);
  background: rgba(102, 231, 255, .09);
  color: var(--text);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.search-form {
  display: flex;
  align-items: center;
  width: min(330px, 28vw);
  min-width: 190px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
  overflow: hidden;
}
.search-form label { flex: 1; min-width: 0; }
.search-field {
  width: 100%;
  min-height: 44px;
  border: 0;
  outline: 0;
  padding: 0 14px;
  background: transparent;
  color: var(--text);
}
.search-field::placeholder { color: rgba(157, 180, 199, .82); }
.search-form:focus-within {
  border-color: var(--line-strong);
  box-shadow: 0 0 0 4px rgba(102, 231, 255, .09);
}
.search-form button {
  width: 48px;
  border: 0;
  border-radius: 0;
  background: rgba(102, 231, 255, .06);
  color: var(--cyan);
}
.icon-action, .cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border-color: var(--line) !important;
  background: rgba(255, 255, 255, .045);
}
.cart-count {
  display: inline-grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  color: #02101b;
  font-size: .8rem;
  font-weight: 1000;
}
.mobile-toggle {
  display: none;
  width: 48px;
  height: 44px;
  border-color: var(--line);
  background: rgba(102, 231, 255, .06);
}
.mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--text);
}
.mosfetti-main {
  min-height: 58vh;
}
.store-hero {
  position: relative;
  padding: clamp(72px, 9vw, 120px) 0 54px;
}
.store-hero.is-compact {
  padding: clamp(28px, 5vw, 54px) 0 14px;
}
.compact-hero-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 96px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(9, 22, 38, .58), rgba(7, 16, 28, .34));
  box-shadow: 0 18px 64px rgba(0, 0, 0, .24);
  padding: clamp(16px, 3vw, 24px);
}
.compact-hero-copy {
  min-width: 0;
}
.compact-hero-copy .eyebrow {
  margin-bottom: 8px;
}
.compact-hero-copy p:last-child {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.6;
}
.compact-actions {
  flex: 0 0 auto;
  margin: 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 28px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-copy h1,
.entry-header h1,
.woocommerce-products-header__title,
.section-heading h2 {
  margin: 0 0 18px;
  font-size: clamp(2.5rem, 6vw, 5.9rem);
  line-height: .92;
  letter-spacing: -.065em;
}
.hero-copy p,
.section-heading p,
.content-card p {
  color: var(--muted);
}
.hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  font-size: 1.08rem;
  line-height: 1.72;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.btn,
.button,
button.single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, .045);
  color: var(--text);
  font-weight: 950;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover,
.button:hover,
button.single_add_to_cart_button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wp-block-button__link:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  box-shadow: 0 0 36px rgba(102, 231, 255, .14);
}
.btn.primary,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
button.single_add_to_cart_button {
  border-color: transparent;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  color: #02101b;
  box-shadow: 0 0 36px rgba(102, 231, 255, .32);
}
.hero-console,
.content-card,
.woocommerce ul.products li.product,
.woocommerce div.product,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.widget,
.woocommerce table.shop_table {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(9, 22, 38, .86), rgba(7, 16, 28, .58));
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.hero-console {
  padding: 24px;
  overflow: hidden;
}
.panel-top {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 24px var(--green);
}
.terminal-lines {
  margin: 18px 0 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(0, 0, 0, .28);
  color: #c8efff;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}
.terminal-lines p { margin: 6px 0; }
.banner-section,
.store-section {
  padding: 42px 0;
}
.banner-section {
  padding-top: 18px;
}
.opencart-banner {
  display: block;
  overflow: hidden;
  width: min(100%, 980px);
  margin-inline: auto;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, .28);
  box-shadow: 0 20px 64px rgba(0, 0, 0, .36), 0 0 34px rgba(102, 231, 255, .1);
  transform: translateY(var(--banner-lift, 0)) scale(var(--banner-scale, 1));
  transform-origin: top center;
  opacity: var(--banner-opacity, 1);
  transition: box-shadow .18s ease;
  will-change: transform, opacity;
}
.opencart-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.section-heading {
  margin-bottom: 28px;
}
.section-heading.split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.section-heading h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}
.text-link {
  color: var(--cyan);
  font-weight: 950;
}
.woocommerce ul.products li.product:after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: .55;
}
.content-shell {
  padding: 62px 0;
}
.content-card {
  padding: clamp(22px, 4vw, 38px);
}
.entry-content a {
  color: var(--cyan);
  font-weight: 850;
}
.mosfetti-commerce {
  padding: 52px 0 72px;
}
.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 22px;
  color: var(--muted);
  font-weight: 850;
}
.woocommerce .woocommerce-breadcrumb a { color: var(--cyan); }
.woocommerce-result-count,
.woocommerce-ordering {
  color: var(--muted);
}
.woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty,
.input-text,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .055);
  color: var(--text);
  padding: 11px 13px;
  outline: 0;
}
select option { background: #06111d; color: var(--text); }
input:focus,
select:focus,
textarea:focus,
.input-text:focus {
  border-color: var(--line-strong);
  box-shadow: 0 0 0 4px rgba(102, 231, 255, .09);
}
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.woocommerce ul.products:before,
.woocommerce ul.products:after { content: none; }
.woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 14px 14px 18px !important;
  overflow: hidden;
  color: var(--text);
}
.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(102, 231, 255, .04);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 2.8em;
  margin: 13px 2px 8px;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--cyan);
  font-size: 1.1rem;
  font-weight: 950;
}
.woocommerce span.onsale {
  min-height: 0;
  min-width: 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--danger), var(--violet));
  color: white;
  font-weight: 950;
  line-height: 1;
}
.woocommerce ul.products li.product .star-rating,
.woocommerce .star-rating { color: var(--amber); }
.woocommerce ul.products li.product .button {
  width: 100%;
  margin-top: 12px;
}
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  margin-bottom: 22px;
  padding: 16px 18px;
  color: var(--text);
}
.woocommerce-error { border-color: rgba(255, 115, 143, .38); }
.woocommerce-message { border-color: rgba(114, 255, 189, .32); }
.woocommerce-info { border-color: var(--line-strong); }
.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .86fr);
  gap: 34px;
  padding: clamp(18px, 3vw, 30px);
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  width: auto;
  margin: 0;
}
.woocommerce div.product .product_title {
  margin-top: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -.045em;
}
.woocommerce-product-gallery img {
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .04);
}
.woocommerce div.product form.cart .variations {
  width: 100%;
  margin-bottom: 18px;
}
.woocommerce div.product form.cart .variations label {
  color: var(--muted);
  font-weight: 950;
}
.woocommerce div.product form.cart .button {
  min-height: 50px;
}
.product_meta {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  color: var(--muted);
}
.product_meta a { color: var(--cyan); }
.woocommerce-tabs {
  grid-column: 1 / -1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 14px;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after { content: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(102, 231, 255, .055);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-color: var(--line-strong);
  background: rgba(102, 231, 255, .12);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--text);
  padding: 10px 14px;
}
.woocommerce-Tabs-panel {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .035);
}
.related.products,
.upsells.products {
  grid-column: 1 / -1;
}
.woocommerce table.shop_table {
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--text);
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: var(--line);
  padding: 14px;
}
.woocommerce table.shop_table a { color: var(--cyan); font-weight: 850; }
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout {
  padding: 22px;
}
.woocommerce-cart-form {
  padding: 12px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}
.woocommerce .cart-collaterals {
  display: grid;
  grid-template-columns: minmax(0, .65fr) minmax(320px, .35fr);
  gap: 20px;
}
.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
  gap: 22px;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  grid-column: 2;
}
.woocommerce form .form-row label {
  color: var(--muted);
  font-weight: 900;
}
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout,
.wc-block-components-sidebar-layout,
.wc-block-components-main,
.wc-block-components-sidebar {
  color: var(--text);
}
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(9, 22, 38, .86), rgba(7, 16, 28, .58));
  box-shadow: var(--shadow);
  padding: clamp(16px, 3vw, 26px);
}
.wc-block-components-sidebar-layout {
  gap: 22px;
}
.wc-block-components-sidebar,
.wc-block-cart-items__row,
.wc-block-components-checkout-step,
.wc-block-components-order-summary,
.wc-block-components-panel,
.wc-block-components-totals-wrapper,
.wc-block-components-shipping-rates-control__package,
.wc-block-components-radio-control,
.wc-block-components-address-card {
  border-color: var(--line) !important;
}
.wc-block-cart-items__row,
.wc-block-components-checkout-step,
.wc-block-components-sidebar,
.wc-block-components-panel,
.wc-block-components-radio-control,
.wc-block-components-address-card {
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .035);
}
.wc-block-components-title,
.wc-block-components-checkout-step__title,
.wc-block-components-sidebar-layout h2,
.wc-block-cart-items__header,
.wc-block-components-totals-item__label {
  color: var(--text);
}
.wc-block-components-product-name,
.wc-block-cart-item__product a,
.wc-block-components-order-summary-item__description a {
  color: var(--text);
  font-weight: 950;
}
.wc-block-components-product-metadata,
.wc-block-components-totals-item__description,
.wc-block-components-checkout-step__description,
.wc-block-cart-item__quantity,
.wc-block-components-formatted-money-amount {
  color: var(--muted);
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-components-order-summary .wc-block-components-formatted-money-amount {
  color: var(--cyan);
  font-weight: 950;
}
.wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  min-height: 48px;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--cyan), var(--blue)) !important;
  color: #02101b !important;
  font-weight: 950;
  box-shadow: 0 0 36px rgba(102, 231, 255, .24);
}
.wc-block-components-button:hover {
  transform: translateY(-2px);
}
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-form .wc-block-components-text-input input[type="password"],
.wc-block-components-form .wc-block-components-textarea,
.wc-block-components-select .wc-block-components-select__select {
  border: 1px solid var(--line) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .055) !important;
  color: var(--text) !important;
}
.wc-block-components-text-input label,
.wc-block-components-checkbox label,
.wc-block-components-radio-control__label,
.wc-block-components-select .wc-block-components-select__label {
  color: var(--muted) !important;
}
.wc-block-components-validation-error,
.wc-block-components-notice-banner.is-error {
  border-color: rgba(255, 115, 143, .45) !important;
  border-radius: var(--radius-sm);
  background: rgba(255, 115, 143, .1) !important;
  color: var(--text) !important;
}
.wc-block-components-notice-banner.is-info,
.wc-block-components-notice-banner.is-success {
  border-color: var(--line-strong) !important;
  border-radius: var(--radius-sm);
  background: rgba(102, 231, 255, .08) !important;
  color: var(--text) !important;
}
.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 20px;
}
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  padding: 18px;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.woocommerce-MyAccount-navigation a {
  display: block;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 11px 12px;
  color: var(--muted);
  font-weight: 850;
}
.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
  color: var(--text);
  border-color: var(--line-strong);
  background: rgba(102, 231, 255, .08);
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 38px 0 26px;
  background: rgba(2, 7, 13, .42);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 24px;
}
.footer-grid > div {
  display: grid;
  gap: 9px;
  align-content: start;
}
.footer-grid strong { color: var(--text); }
.footer-grid a,
.footer-grid p {
  color: var(--muted);
  margin: 0;
}
.footer-grid a:hover,
.footer-bottom a:hover { color: var(--cyan); }
.footer-brand .brand { margin-bottom: 8px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  margin-top: 30px;
  padding-top: 20px;
  color: var(--muted);
  font-size: .9rem;
}
.footer-bottom a { color: var(--cyan); font-weight: 900; }

@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: auto auto 1fr;
  }
  .mobile-toggle {
    display: block;
    justify-self: end;
  }
  .main-nav {
    position: fixed;
    top: 76px;
    left: 18px;
    right: 18px;
    z-index: 700;
    justify-self: auto;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(5, 17, 28, .97);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  }
  body.admin-bar .main-nav { top: 108px; }
  .main-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .mosfetti-nav-list {
    display: grid;
  }
  .mosfetti-nav-list a {
    width: 100%;
  }
  .header-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
  }
  .search-form {
    width: 100%;
  }
  .hero-grid,
  .woocommerce div.product,
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: auto;
  }
  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .woocommerce .cart-collaterals,
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  body.admin-bar .site-header { top: 46px; }
  .header-inner {
    grid-template-columns: auto auto;
    padding: 12px 16px;
  }
  .brand-text small {
    display: none;
  }
  .brand-mark {
    width: 44px;
    height: 44px;
  }
  .header-actions {
    display: grid;
    grid-template-columns: 1fr auto auto;
  }
  .icon-action,
  .cart-link {
    padding-inline: 12px;
  }
  .store-hero {
    padding-top: 54px;
  }
  .store-hero.is-compact {
    padding-top: 22px;
  }
  .compact-hero-bar {
    display: grid;
    gap: 16px;
  }
  .compact-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .hero-copy h1,
  .entry-header h1,
  .woocommerce-products-header__title {
    font-size: clamp(2.45rem, 14vw, 3.5rem);
  }
  .section-heading.split,
  .footer-bottom {
    display: grid;
    align-items: start;
  }
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
  .banner-section,
  .store-section {
    padding: 28px 0;
  }
  .opencart-banner {
    border-radius: 16px;
  }
  .content-shell {
    padding: 36px 0;
  }
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block;
    margin-bottom: 12px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, .035);
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    text-align: right !important;
  }
  .woocommerce table.shop_table_responsive tr td:before,
  .woocommerce-page table.shop_table_responsive tr td:before {
    color: var(--muted);
    font-weight: 900;
  }
  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .mosfetti-container {
    width: min(var(--max), calc(100% - 24px));
  }
  .header-actions {
    grid-template-columns: 1fr auto;
  }
  .icon-action {
    display: none;
  }
  .cart-link span:first-child {
    display: none;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .compact-actions {
    grid-template-columns: 1fr;
  }
  .hero-console,
  .content-card,
  .cart_totals,
  .woocommerce-checkout-review-order,
  .woocommerce form.checkout {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
  .opencart-banner {
    opacity: 1 !important;
    transform: none !important;
  }
}
