:root {
  --bio-ink: #08090b;
  --bio-carbon: #111318;
  --bio-panel: #171a20;
  --bio-panel-soft: #1e2229;
  --bio-ivory: #f1f0ec;
  --bio-muted: #a8adb5;
  --bio-line: rgba(241, 240, 236, 0.14);
  --bio-red: #c8102e;
  --bio-red-bright: #ed1b3a;
  --bio-red-dark: #650916;
  --bio-alert: #ffca3a;
  --bio-success: #72d6a0;
  --bio-shadow: 0 24px 64px rgba(0, 0, 0, 0.42);
  --bio-radius: 3px;
  --bio-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --bio-mono: "Rajdhani", "Barlow Condensed", system-ui, sans-serif;
}

html {
  background: var(--bio-ink);
  color-scheme: dark;
  scrollbar-color: var(--bio-red) var(--bio-carbon);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(200, 16, 46, 0.12), transparent 28rem),
    linear-gradient(180deg, #0a0b0e 0%, #111319 46%, #08090b 100%);
  color: var(--bio-ivory);
  font-family: var(--bio-mono);
}

body::selection {
  background: var(--bio-red);
  color: #fff;
}

body::before {
  position: fixed;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px) 0 0 / 56px 56px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px) 0 0 / 56px 56px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

main,
.shopify-section--header,
.shopify-section--footer,
.ajo89-bottom-cta {
  position: relative;
  z-index: 1;
}

a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 2px solid var(--bio-red-bright);
  outline-offset: 4px;
}

/* Header and navigation */
#shopify-section-sections--17191837040879__header {
  --header-background: 11 12 15;
  --header-text: 241 240 236;
  border-bottom: 1px solid rgba(237, 27, 58, 0.55);
  background: rgba(9, 10, 12, 0.94);
  box-shadow: 0 10px 38px rgba(0, 0, 0, 0.5);
}

#shopify-section-sections--17191837040879__header::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(237, 27, 58, 0.08) 42% 45%, transparent 45%),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(255, 255, 255, 0.025) 80px);
}

#shopify-section-sections--17191837040879__header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--bio-red) 18%, var(--bio-red-bright) 50%, var(--bio-red) 82%, transparent);
}

#shopify-section-sections--17191837040879__header .header__wrapper {
  min-height: 78px;
  background: rgba(10, 11, 14, 0.74);
  backdrop-filter: blur(16px) saturate(1.1);
}

#shopify-section-sections--17191837040879__header .header__logo {
  transition: transform 0.35s var(--bio-ease), filter 0.35s ease;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.7));
}

#shopify-section-sections--17191837040879__header .header__logo:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 9px 17px rgba(0, 0, 0, 0.72)) drop-shadow(0 0 10px rgba(237, 27, 58, 0.25));
}

#shopify-section-sections--17191837040879__header .header__link-list > ul > li > a,
#shopify-section-sections--17191837040879__header .header__link-list > ul > li > details > summary {
  position: relative;
  min-height: 38px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
  color: #d9dadd;
  font-size: 0.79rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

#shopify-section-sections--17191837040879__header .header__link-list > ul > li > a::after,
#shopify-section-sections--17191837040879__header .header__link-list > ul > li > details > summary::after {
  position: absolute;
  right: 10px;
  bottom: 5px;
  left: 10px;
  height: 1px;
  content: "";
  background: var(--bio-red-bright);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.24s var(--bio-ease);
}

#shopify-section-sections--17191837040879__header .header__link-list > ul > li > a:hover,
#shopify-section-sections--17191837040879__header .header__link-list > ul > li > details > summary:hover,
#shopify-section-sections--17191837040879__header .header__link-list > ul > li > details[open] > summary {
  border-color: rgba(237, 27, 58, 0.38);
  background: rgba(200, 16, 46, 0.09);
  color: #fff;
}

#shopify-section-sections--17191837040879__header .header__link-list > ul > li > a:hover::after,
#shopify-section-sections--17191837040879__header .header__link-list > ul > li > details > summary:hover::after,
#shopify-section-sections--17191837040879__header .header__link-list > ul > li > details[open] > summary::after {
  transform: scaleX(1);
}

#shopify-section-sections--17191837040879__header .header__secondary-nav a,
#shopify-section-sections--17191837040879__header .header__secondary-nav button,
#shopify-section-sections--17191837040879__header .header__main-nav .tap-area {
  color: var(--bio-ivory);
  transition: color 0.2s ease, transform 0.2s var(--bio-ease);
}

#shopify-section-sections--17191837040879__header .header__secondary-nav a:hover,
#shopify-section-sections--17191837040879__header .header__secondary-nav button:hover,
#shopify-section-sections--17191837040879__header .header__main-nav .tap-area:hover {
  color: var(--bio-red-bright);
  transform: translateY(-1px);
}

#shopify-section-sections--17191837040879__header .mega-menu {
  top: calc(100% + 1px);
  color: var(--bio-ivory);
  border-block: 1px solid rgba(237, 27, 58, 0.35);
  background:
    radial-gradient(circle at 84% 20%, rgba(200, 16, 46, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(19, 21, 26, 0.99), rgba(8, 9, 11, 0.99));
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.62);
}

#shopify-section-sections--17191837040879__header .mega-menu__nav > li {
  padding-left: 18px;
  border-left: 1px solid rgba(237, 27, 58, 0.58);
}

#shopify-section-sections--17191837040879__header .mega-menu__nav .h5 {
  color: #fff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#shopify-section-sections--17191837040879__header .mega-menu__nav .link-faded {
  color: var(--bio-muted);
  transition: color 0.18s ease, transform 0.18s ease;
}

#shopify-section-sections--17191837040879__header .mega-menu__nav .link-faded:hover {
  color: #fff;
  transform: translateX(4px);
}

/* Hero */
#shopify-section-template--19096448565487__slideshow_CqCXqi {
  position: relative;
  padding: clamp(10px, 1.7vw, 22px);
  overflow: hidden;
  background: linear-gradient(180deg, #08090b, #15171c);
}

#shopify-section-template--19096448565487__slideshow_CqCXqi::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: repeating-linear-gradient(135deg, transparent 0 72px, rgba(200, 16, 46, 0.05) 73px 74px);
}

#shopify-section-template--19096448565487__slideshow_CqCXqi .content-over-media {
  overflow: hidden;
  border: 1px solid rgba(241, 240, 236, 0.22);
  border-radius: var(--bio-radius);
  box-shadow: var(--bio-shadow);
  clip-path: polygon(0 0, calc(100% - 38px) 0, 100% 38px, 100% 100%, 38px 100%, 0 calc(100% - 38px));
}

#shopify-section-template--19096448565487__slideshow_CqCXqi .content-over-media::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(10, 11, 14, 0.4), transparent 42%),
    repeating-linear-gradient(0deg, transparent 0 5px, rgba(255, 255, 255, 0.018) 6px);
}

#shopify-section-template--19096448565487__slideshow_CqCXqi img {
  filter: saturate(0.92) contrast(1.1);
  transition: transform 1.1s var(--bio-ease), filter 0.6s ease;
}

#shopify-section-template--19096448565487__slideshow_CqCXqi:hover img {
  transform: scale(1.015);
  filter: saturate(1.02) contrast(1.12);
}

/* Product access panel */
#shopify-section-template--19096448565487__featured_product_DGJj8d {
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(241, 240, 236, 0.1);
  background:
    radial-gradient(circle at 90% 10%, rgba(200, 16, 46, 0.14), transparent 30%),
    linear-gradient(180deg, #111319, #08090b);
}

#shopify-section-template--19096448565487__featured_product_DGJj8d::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px) 0 0 / 48px 48px;
  mask-image: radial-gradient(circle at 50% 35%, #000, transparent 82%);
}

#shopify-section-template--19096448565487__featured_product_DGJj8d .product {
  position: relative;
  z-index: 1;
}

#shopify-section-template--19096448565487__featured_product_DGJj8d .product-gallery__media {
  overflow: hidden;
  border: 1px solid var(--bio-line);
  border-radius: var(--bio-radius);
  background: #0c0d10;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.48);
}

#shopify-section-template--19096448565487__featured_product_DGJj8d .product-gallery__media img {
  transition: transform 0.75s var(--bio-ease), filter 0.45s ease;
}

#shopify-section-template--19096448565487__featured_product_DGJj8d .product-gallery__media:hover img {
  transform: scale(1.022);
  filter: contrast(1.05);
}

#shopify-section-template--19096448565487__featured_product_DGJj8d .product-gallery__thumbnail {
  border: 1px solid var(--bio-line);
  border-radius: 2px;
  background: #121419;
  transition: transform 0.2s var(--bio-ease), border-color 0.2s ease;
}

#shopify-section-template--19096448565487__featured_product_DGJj8d .product-gallery__thumbnail:hover,
#shopify-section-template--19096448565487__featured_product_DGJj8d .product-gallery__thumbnail[aria-current="true"] {
  transform: translateY(-3px);
  border-color: var(--bio-red-bright);
}

#shopify-section-template--19096448565487__featured_product_DGJj8d .product-info {
  position: relative;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--bio-line);
  border-top: 3px solid var(--bio-red);
  border-radius: var(--bio-radius);
  background: linear-gradient(150deg, rgba(30, 34, 41, 0.94), rgba(12, 13, 16, 0.97));
  box-shadow: var(--bio-shadow), inset 0 1px rgba(255, 255, 255, 0.04);
}

#shopify-section-template--19096448565487__featured_product_DGJj8d .product-info::before {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 9px;
  content: "AJO89 // SECURE ACCESS TERMINAL";
  border: 1px solid rgba(237, 27, 58, 0.55);
  background: rgba(200, 16, 46, 0.12);
  color: #ff9dac;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

#shopify-section-template--19096448565487__featured_product_DGJj8d .product-info__title::before {
  display: block;
  width: max-content;
  margin-bottom: 9px;
  padding: 4px 8px;
  content: "SLOTDANA / DEPOSIT PROTOCOL 10K";
  background: var(--bio-ivory);
  color: var(--bio-ink);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

#shopify-section-template--19096448565487__featured_product_DGJj8d .product-info__title a {
  color: #fff;
  font-family: "Black Ops One", var(--bio-mono);
  font-size: clamp(1.75rem, 3vw, 3.15rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

#shopify-section-template--19096448565487__featured_product_DGJj8d .product-info__buy-buttons::before {
  display: block;
  margin-bottom: 10px;
  content: "AUTHORIZATION REQUIRED // LOGIN OR REGISTER";
  color: var(--bio-muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#shopify-section-template--19096448565487__featured_product_DGJj8d .button,
#shopify-section-template--19096448565487__featured_product_DGJj8d button:not(.product-gallery__thumbnail) {
  position: relative;
  overflow: hidden;
  border: 1px solid #f4566c;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--bio-red-dark), var(--bio-red) 52%, var(--bio-red-bright));
  color: #fff;
  box-shadow: 0 12px 28px rgba(101, 9, 22, 0.32), inset 0 1px rgba(255, 255, 255, 0.2);
  transition: transform 0.22s var(--bio-ease), box-shadow 0.22s ease, filter 0.22s ease;
}

#shopify-section-template--19096448565487__featured_product_DGJj8d .button:hover,
#shopify-section-template--19096448565487__featured_product_DGJj8d button:not(.product-gallery__thumbnail):hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  box-shadow: 0 16px 34px rgba(101, 9, 22, 0.46);
}

/* Three diagnostic cards */
#shopify-section-template--19096448565487__impact_text_6GdtyR {
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(237, 27, 58, 0.25);
  background: #0c0d10;
}

#shopify-section-template--19096448565487__impact_text_6GdtyR .section {
  padding-block: clamp(38px, 5vw, 64px);
  background: transparent;
}

#shopify-section-template--19096448565487__impact_text_6GdtyR .impact-text {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1120px, calc(100% - 28px));
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid var(--bio-line);
  background: var(--bio-line);
}

#shopify-section-template--19096448565487__impact_text_6GdtyR .snap-center {
  display: grid;
  min-width: 0;
  min-height: 176px;
  padding: clamp(22px, 3vw, 34px);
  align-content: center;
  justify-items: start;
  background: linear-gradient(145deg, #1a1d23, #101216);
  text-align: left;
  transition: background-color 0.24s ease;
}

#shopify-section-template--19096448565487__impact_text_6GdtyR .snap-center:hover {
  background: linear-gradient(145deg, #22151a, #121317);
}

#shopify-section-template--19096448565487__impact_text_6GdtyR .impact-text__text span {
  display: block;
  color: #fff;
  font-family: "Black Ops One", var(--bio-mono);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

#shopify-section-template--19096448565487__impact_text_6GdtyR .impact-text__content h3 {
  margin-top: 12px;
  color: var(--bio-muted);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#shopify-section-template--19096448565487__impact_text_6GdtyR .shape-line {
  display: none;
}

/* Editorial content */
#shopify-section-custom-ajo89-content {
  --ajo89-fox-cyan: var(--bio-red-bright);
  --ajo89-fox-blue: var(--bio-red);
  --ajo89-fox-pink: #f1f0ec;
  --ajo89-fox-yellow: var(--bio-alert);
  --ajo89-fox-white: var(--bio-ivory);
  --ajo89-fox-dark: var(--bio-carbon);
  --ajo89-fox-navy: var(--bio-ink);
  --ajo89-fox-border: rgba(241, 240, 236, 0.24);
  --ajo89-fox-text: #c9cbd0;
}

#shopify-section-custom-ajo89-content .ajo89-fox-alert-zone {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(56px, 7vw, 102px) clamp(14px, 3vw, 28px);
  background:
    radial-gradient(circle at var(--bio-pointer-x, 50%) var(--bio-pointer-y, 22%), rgba(200, 16, 46, 0.12), transparent 22rem),
    linear-gradient(180deg, #0a0b0e, #15171c 46%, #090a0c);
  color: var(--bio-ivory);
  font-family: var(--bio-mono);
}

#shopify-section-custom-ajo89-content .ajo89-fox-alert-zone::before {
  position: absolute;
  z-index: -3;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px) 0 0 / 44px 44px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px) 0 0 / 44px 44px;
  mask-image: linear-gradient(#000, transparent 92%);
}

#shopify-section-custom-ajo89-content .ajo89-fox-alert-zone::after {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: min(42vw, 540px);
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background: repeating-conic-gradient(from 0deg, rgba(200, 16, 46, 0.17) 0 40deg, transparent 40deg 80deg);
  mask-image: radial-gradient(circle, transparent 0 23%, #000 24% 48%, transparent 49%);
  transform: translate(24%, -30%) rotate(var(--bio-emblem-turn, 0deg));
  opacity: 0.8;
}

#shopify-section-custom-ajo89-content .ajo89-fox-alert-bg,
#shopify-section-custom-ajo89-content .ajo89-fox-alert-pointer {
  pointer-events: none;
}

#shopify-section-custom-ajo89-content .ajo89-fox-alert-glow,
#shopify-section-custom-ajo89-content .ajo89-fox-alert-lock,
#shopify-section-custom-ajo89-content .ajo89-fox-alert-shield,
#shopify-section-custom-ajo89-content .ajo89-fox-alert-chain,
#shopify-section-custom-ajo89-content .ajo89-fox-alert-warning-float {
  opacity: 0;
}

#shopify-section-custom-ajo89-content .ajo89-shell {
  display: grid;
  gap: clamp(28px, 4vw, 46px);
  width: min(1120px, 100%);
  margin-inline: auto;
}

#shopify-section-custom-ajo89-content .ajo89-intro {
  display: grid;
  gap: 18px;
  justify-items: start;
  max-width: 980px;
  scroll-margin-top: 100px;
  text-align: left;
}

#shopify-section-custom-ajo89-content .ajo89-fox-alert-kicker,
#shopify-section-custom-ajo89-content .ajo89-service-kicker {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid rgba(237, 27, 58, 0.5);
  border-radius: 1px;
  background: rgba(200, 16, 46, 0.12);
  color: #ff9cab;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#shopify-section-custom-ajo89-content .ajo89-intro h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-family: "Black Ops One", var(--bio-mono);
  font-size: clamp(2.35rem, 4.8vw, 4.8rem);
  line-height: 1;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

#shopify-section-custom-ajo89-content .ajo89-fox-alert-sub {
  max-width: 820px;
  margin: 0;
  color: #c4c7cd;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.65;
}

#shopify-section-custom-ajo89-content .ajo89-fox-alert-pink,
#shopify-section-custom-ajo89-content .ajo89-fox-alert-mark {
  color: #fff;
  background: linear-gradient(transparent 58%, rgba(200, 16, 46, 0.5) 58%);
}

#shopify-section-custom-ajo89-content .ajo89-fox-alert-chip-row,
#shopify-section-custom-ajo89-content .ajo89-service-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#shopify-section-custom-ajo89-content .ajo89-fox-alert-chip,
#shopify-section-custom-ajo89-content .ajo89-service-pill {
  padding: 7px 11px;
  border: 1px solid var(--bio-line);
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.025);
  color: #d6d7da;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

#shopify-section-custom-ajo89-content .ajo89-copy,
#shopify-section-custom-ajo89-content .ajo89-service-showcase,
#shopify-section-custom-ajo89-content .ajo89-faq-list,
#shopify-section-custom-ajo89-content .ajo89-review-card,
#shopify-section-custom-ajo89-content .ajo89-benefit-card {
  position: relative;
  border: 1px solid var(--bio-line);
  border-radius: var(--bio-radius);
  background: linear-gradient(145deg, rgba(30, 34, 41, 0.93), rgba(12, 13, 16, 0.96));
  color: var(--bio-ivory);
  box-shadow: var(--bio-shadow), inset 0 1px rgba(255, 255, 255, 0.035);
}

#shopify-section-custom-ajo89-content .ajo89-copy {
  overflow: hidden;
  border-top: 3px solid var(--bio-red);
}

#shopify-section-custom-ajo89-content .ajo89-copy::after,
#shopify-section-custom-ajo89-content .ajo89-review-card::after,
#shopify-section-custom-ajo89-content .ajo89-benefit-card::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  content: "";
  border: 0;
  background: linear-gradient(135deg, transparent 48%, var(--bio-red) 49%);
  box-shadow: none;
}

#shopify-section-custom-ajo89-content .ajo89-fox-alert-article-head {
  border-bottom: 1px solid var(--bio-line);
  background: rgba(0, 0, 0, 0.14);
}

#shopify-section-custom-ajo89-content .ajo89-fox-alert-article-title,
#shopify-section-custom-ajo89-content .ajo89-fox-alert-ticket-name,
#shopify-section-custom-ajo89-content .ajo89-benefit-card strong {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.025em;
}

#shopify-section-custom-ajo89-content .ajo89-fox-alert-article-stamp,
#shopify-section-custom-ajo89-content .ajo89-fox-alert-ticket-date,
#shopify-section-custom-ajo89-content .ajo89-fox-alert-terminal strong {
  border-radius: 1px;
  background: #e8e7e3;
  color: #111318;
  box-shadow: none;
}

#shopify-section-custom-ajo89-content .ajo89-fox-alert-paragraph,
#shopify-section-custom-ajo89-content .ajo89-fox-alert-terminal {
  border: 1px solid rgba(241, 240, 236, 0.1);
  border-left: 2px solid rgba(237, 27, 58, 0.52);
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.018);
  color: #c9cbd0;
  box-shadow: none;
}

#shopify-section-custom-ajo89-content .ajo89-fox-alert-paragraph p,
#shopify-section-custom-ajo89-content .ajo89-fox-alert-terminal p,
#shopify-section-custom-ajo89-content .ajo89-benefit-card p,
#shopify-section-custom-ajo89-content .ajo89-review-card p,
#shopify-section-custom-ajo89-content .ajo89-authority-panel p,
#shopify-section-custom-ajo89-content .ajo89-service-head p {
  color: #bfc2c8;
  line-height: 1.65;
}

#shopify-section-custom-ajo89-content .ajo89-fox-alert-paragraph-label,
#shopify-section-custom-ajo89-content .ajo89-rating {
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(237, 27, 58, 0.46);
  border-radius: 1px;
  background: rgba(200, 16, 46, 0.12);
  color: #ff9dac;
  box-shadow: none;
  font-size: 0.76rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

#shopify-section-custom-ajo89-content .ajo89-fox-alert-caution-tape {
  background: repeating-linear-gradient(135deg, var(--bio-alert) 0 16px, #161616 16px 32px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
  color: #090909;
}

#shopify-section-custom-ajo89-content .ajo89-fox-alert-caution-tape span {
  display: inline-block;
  padding: 3px 9px;
  background: var(--bio-alert);
  color: #090909;
}

#shopify-section-custom-ajo89-content .ajo89-service-showcase {
  overflow: hidden;
  border-top: 3px solid #e8e7e3;
}

#shopify-section-custom-ajo89-content .ajo89-service-head h3,
#shopify-section-custom-ajo89-content .ajo89-fox-alert-section-head h3 {
  color: #fff;
  font-family: "Black Ops One", var(--bio-mono);
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

#shopify-section-custom-ajo89-content .ajo89-benefit-grid,
#shopify-section-custom-ajo89-content .ajo89-review-grid {
  gap: 12px;
}

#shopify-section-custom-ajo89-content .ajo89-benefit-card,
#shopify-section-custom-ajo89-content .ajo89-review-card {
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.25);
  transition: transform 0.28s var(--bio-ease), border-color 0.28s ease, background-color 0.28s ease;
}

#shopify-section-custom-ajo89-content .ajo89-benefit-card:hover,
#shopify-section-custom-ajo89-content .ajo89-review-card:hover {
  transform: translateY(-5px);
  border-color: rgba(237, 27, 58, 0.42);
  background: linear-gradient(145deg, rgba(37, 28, 33, 0.96), rgba(13, 14, 17, 0.98));
}

#shopify-section-custom-ajo89-content .ajo89-service-lane,
#shopify-section-custom-ajo89-content .ajo89-authority-panel {
  border: 1px solid var(--bio-line);
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.16);
}

#shopify-section-custom-ajo89-content .ajo89-authority-panel {
  border-left: 3px solid var(--bio-red);
}

#shopify-section-custom-ajo89-content .ajo89-service-cta {
  border: 1px solid #f4566c;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--bio-red-dark), var(--bio-red) 55%, var(--bio-red-bright));
  color: #fff;
  box-shadow: 0 12px 28px rgba(101, 9, 22, 0.35);
  transition: transform 0.22s var(--bio-ease), filter 0.22s ease;
}

#shopify-section-custom-ajo89-content .ajo89-service-cta:hover {
  transform: translateY(-3px);
  filter: brightness(1.09);
}

#shopify-section-custom-ajo89-content .ajo89-faq-list {
  overflow: hidden;
}

#shopify-section-custom-ajo89-content .ajo89-faq-list::before {
  display: block;
  padding: 11px 15px;
  content: "AJO89 KNOWLEDGE BASE // CLEARANCE LEVEL 01";
  border-bottom: 1px solid rgba(237, 27, 58, 0.38);
  background: rgba(200, 16, 46, 0.12);
  color: #ff9dac;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

#shopify-section-custom-ajo89-content .ajo89-faq-item {
  border-bottom: 1px solid rgba(241, 240, 236, 0.09);
  background: transparent;
  transition: background-color 0.2s ease;
}

#shopify-section-custom-ajo89-content .ajo89-faq-item:hover,
#shopify-section-custom-ajo89-content .ajo89-faq-item[open],
#shopify-section-custom-ajo89-content .ajo89-faq-item.is-open {
  background: rgba(200, 16, 46, 0.065);
  box-shadow: inset 3px 0 var(--bio-red-bright);
}

#shopify-section-custom-ajo89-content .ajo89-fox-alert-faq-icon,
#shopify-section-custom-ajo89-content .ajo89-fox-alert-verified {
  border-radius: 1px;
  background: var(--bio-red);
  color: #fff;
  box-shadow: none;
}

#shopify-section-custom-ajo89-content .ajo89-fox-alert-switch {
  border-color: var(--bio-line);
  background: #0b0c0f;
}

#shopify-section-custom-ajo89-content .ajo89-fox-alert-switch::before {
  background: var(--bio-red-bright);
  box-shadow: 0 0 12px rgba(237, 27, 58, 0.42);
}

/* Marquee, footer, floating actions */
#shopify-section-template--19096448565487__scrolling_text_UQd6QL,
#shopify-section-template--19096448565487__newsletter_TQFGhK,
#shopify-section-sections--17191837008111__footer {
  border-color: rgba(237, 27, 58, 0.24);
  background: linear-gradient(180deg, #14161b, #08090b);
}

#shopify-section-template--19096448565487__scrolling_text_UQd6QL .scrolling-text__text {
  color: transparent;
  -webkit-text-stroke: 1px rgba(241, 240, 236, 0.48);
  filter: none;
}

#shopify-section-sections--17191837008111__footer .footer__wrapper {
  border-top: 1px solid var(--bio-line);
  background: transparent;
  box-shadow: none;
}

#shopify-section-sections--17191837008111__footer a {
  transition: color 0.18s ease;
}

#shopify-section-sections--17191837008111__footer a:hover {
  color: #ff8395;
}

.ajo89-bottom-cta {
  border: 1px solid rgba(241, 240, 236, 0.2);
  border-top: 2px solid var(--bio-red-bright);
  border-radius: 3px;
  background: rgba(12, 13, 16, 0.94);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(16px);
}

.ajo89-bottom-cta::before {
  background: linear-gradient(90deg, transparent, var(--bio-red), var(--bio-red-bright), var(--bio-red), transparent);
}

.ajo89-float-login,
.ajo89-float-daftar {
  border-radius: 2px;
  color: #fff;
}

.ajo89-float-login {
  background: #25282e;
}

.ajo89-float-daftar {
  background: linear-gradient(135deg, var(--bio-red-dark), var(--bio-red-bright));
}

.ajo89-float-btn {
  border-color: rgba(241, 240, 236, 0.26);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12), 0 8px 22px rgba(0, 0, 0, 0.42);
  transition: transform 0.2s var(--bio-ease), filter 0.2s ease;
}

.ajo89-float-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

/* Motion hooks controlled by umbrella-theme.js */
[data-bio-reveal] {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.65s var(--bio-ease), transform 0.65s var(--bio-ease);
  transition-delay: var(--bio-delay, 0ms);
}

[data-bio-reveal][data-bio-visible] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 999px) {
  #shopify-section-sections--17191837040879__header .header__wrapper {
    min-height: 70px;
  }

  #shopify-section-template--19096448565487__featured_product_DGJj8d .product-info {
    padding: 22px;
  }

  #shopify-section-template--19096448565487__impact_text_6GdtyR .impact-text {
    grid-template-columns: 1fr;
  }

  #shopify-section-template--19096448565487__impact_text_6GdtyR .snap-center {
    min-height: 132px;
  }
}

@media (max-width: 699px) {
  #shopify-section-template--19096448565487__slideshow_CqCXqi {
    padding: 6px;
  }

  #shopify-section-template--19096448565487__slideshow_CqCXqi .content-over-media {
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  }

  #shopify-section-custom-ajo89-content .ajo89-fox-alert-zone {
    padding-block: 48px 68px;
  }

  #shopify-section-custom-ajo89-content .ajo89-intro h1 {
    font-size: clamp(2.1rem, 11vw, 3.5rem);
  }

  #shopify-section-custom-ajo89-content .ajo89-copy,
  #shopify-section-custom-ajo89-content .ajo89-service-showcase,
  #shopify-section-custom-ajo89-content .ajo89-faq-list,
  #shopify-section-custom-ajo89-content .ajo89-review-card,
  #shopify-section-custom-ajo89-content .ajo89-benefit-card {
    border-radius: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    transition-duration: 0.01ms;
  }

  [data-bio-reveal] {
    opacity: 1;
    transform: none;
  }
}
