/** Shopify CDN: Minification failed

Line 5964:11 Expected identifier but found whitespace
Line 5964:12 Unexpected "#7F9300"

**/
/* ====================================================================
   ALPHA BOTANIX â€” CUSTOM CSS (REBUILT June 4, 2026)
   PART 1 of 2 â€” the block that lived ABOVE the Dawn theme CSS

   Rebuilt from the original stylesheet with these repairs:
   1. Closed a runaway @media (max-width:900px) that was swallowing the
      site footer block + problem-section fixes (they only applied <=900px)
   2. Repaired the truncated .ab-system-top rule that was swallowing the
      next ~79 rules (About / Teaser / Footer) â€” those never applied at all
   3. Closed a runaway @media (max-width:768px) that had killed the
      FlyBell-teaser responsive rebuild (nested min-width media = dead code)
   4. Freed the desktop tooltip rules trapped in the bin-button mobile media
   5. Removed a stray </style> tag that was killing the .ab-proof-icon rule
   6. Removed an empty min-width declaration (1440px hero button)
   7. Replaced all 20+ .fb-vs patch blocks with one consolidated section
   8. Normalized smart quotes / fixed encoding artifacts

   Rule ORDER is preserved 1:1 from the original file, so the CSS cascade
   behaves identically â€” except where the bugs above were preventing rules
   from applying at all.
   ==================================================================== */

/* ========================= ALPHA HOME FOOTER BAR ========================= */
.alpha-home .ab-footer-bar {
  /* COLORS */
  --footer-gold: #d8c26a;
  --footer-bg: #24391f;
  background: linear-gradient(rgba(36,57,31,.92), rgba(36,57,31,.92)), url("/cdn/shop/files/ChatGPT_Image_May_20_2026_at_11_32_43_AM.png?v=1779305560");
  background-size: cover;
  background-position: center;
  padding: 42px 56px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr auto;
  align-items: center;
  gap: 36px;
  border-top: 1px solid rgba(216,194,106,.12);
}

/* ========================= MISSION + FEATURES ========================= */
.alpha-home .ab-footer-mission, .alpha-home .ab-footer-feature {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.alpha-home .ab-footer-feature {
  padding-left: 34px;
  border-left: 1px solid rgba(216,194,106,.16);
}

/* ========================= ICONS ========================= */
.alpha-home .ab-footer-shield, .alpha-home .ab-footer-feature span {
  color: var(--footer-gold);
  font-size: 42px;
  line-height: 1;
  flex-shrink: 0;
}

/* SVG ICONS */
.alpha-home .ab-footer-feature svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--footer-gold);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}

/* ========================= HEADINGS ========================= */
.alpha-home .ab-footer-mission h3, .alpha-home .ab-footer-feature h3 {
  color: var(--footer-gold);
  font-size: 14px;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* ========================= BODY COPY ========================= */
.alpha-home .ab-footer-mission p, .alpha-home .ab-footer-feature p {
  color: rgba(255,255,255,.82);
  line-height: 1.5;
  font-size: 15px;
}

/* ========================= SOCIALS ========================= */
.alpha-home .ab-footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.alpha-home .ab-footer-social span {
  color: var(--footer-gold);
  font-size: 34px;
  line-height: 1;
}

/* ========================= URL ========================= */
.alpha-home .ab-footer-url {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 18px;
  color: var(--footer-gold);
  letter-spacing: .42em;
  font-size: 15px;
}

/* ========================= MOBILE ========================= */
@media screen and (max-width: 768px) {
  .alpha-home .ab-footer-bar {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 42px 24px;
  }
  .alpha-home .ab-footer-feature {
    border-left: none;
    padding-left: 0;
  }
  .alpha-home .ab-footer-social {
    justify-content: flex-start;
  }
  .alpha-home .ab-footer-url {
    text-align: left;
    letter-spacing: .28em;
  }
}

/* ========================================= ALPHA HOME -- PROOF STRIP SECTION ========================================= */
@media screen and (max-width: 768px) {
  .alpha-home .ab-proof-strip {
    padding: 28px 22px !important;
    display: block !important;
  }
  .alpha-home .ab-proof-item {
    display: grid !important;
    grid-template-columns: 52px 1fr !important;
    gap: 18px !important;
    padding: 18px 0 !important;
    border-bottom: 1px solid rgba(103, 111, 72, 0.22) !important;
  }
  .alpha-home .ab-proof-item:last-child {
    border-bottom: none !important;
  }
  .alpha-home .ab-proof-icon {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding-top: 4px !important;
  }
  .alpha-home .ab-proof-icon svg {
    width: 34px !important;
    height: 34px !important;
    stroke-width: 1.7 !important;
  }
  .alpha-home .ab-proof-copy h3 {
    font-size: 14px !important;
    letter-spacing: 0.18em !important;
    margin-bottom: 8px !important;
  }
  .alpha-home .ab-proof-copy p {
    font-size: 17px !important;
    line-height: 1.35 !important;
  }
}

@media screen and (max-width: 768px) {
  .alpha-home .ah-hero {
    position: relative !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 720 / 1280 !important;
  }
  .alpha-home .ah-hero-bg {
    content: url("/cdn/shop/files/ChatGPT_Image_May_19_2026_at_05_53_15_PM.png?v=1779231286") !important;
    object-position: center top !important;
  }
  .alpha-home .ah-logo, .alpha-home .ah-hero-content h1, .alpha-home .ah-subhead {
    display: none !important;
  }
  .alpha-home .ah-hero-content {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 10 !important;
  }
  .alpha-home .ah-buttons {
    position: absolute !important;
    bottom: 2.0% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 10px !important;
    width: calc(100% - 32px) !important;
    max-width: 520px !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 20 !important;
  }
  .alpha-home .ah-btn {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 14px 18px !important;
    font-size: 11px !important;
    letter-spacing: .14em !important;
    text-align: center !important;
    white-space: nowrap !important;
  }
}

/* ========================================= ALPHA HOME -- REAL PROBLEM POSTER SECTION ========================================= */
.alpha-home .ab-problem-poster {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #f3eadb;
  line-height: 0;
}

.alpha-home .ab-problem-poster img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* MOBILE VERSION */
@media screen and (max-width: 768px) {
  .alpha-home .ab-problem-poster {
    aspect-ratio: auto;
    min-height: auto;
  }
}

CSS for the whole site
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --focused-base-outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  --focused-base-outline-offset: 0.3rem;
  --focused-base-box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

.page-width.drawer-menu {
  max-width: 100%;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxxl {
  font-size: clamp(calc(var(--font-heading-scale) * 5.6rem), 14vw, calc(var(--font-heading-scale) * 7.2rem));
  line-height: 1.1;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

.svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.svg-wrapper > svg {
  height: 100%;
  width: 100%;
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

.placeholder-svg {
  height: 100%;
  width: 100%;
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon .svg-wrapper {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button__button--unbranded:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Shopify Accelerated Checkout */

shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}


/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover .svg-wrapper {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .svg-wrapper,
.customer select + .svg-wrapper {
  height: 0.6rem;
  width: 1rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > .svg-wrapper {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message .svg-wrapper {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message .svg-wrapper {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message .svg-wrapper {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button .svg-wrapper {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

.quantity__rules {
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

.product__info-container .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  min-height: 3.8rem;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      'left-icons heading icons'
      'navigation navigation navigation';
  }

  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  max-width: 100%;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon .svg-wrapper {
  width: 44px;
  height: 44px;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

.header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

.header__icon--account shop-user-avatar {
  --shop-avatar-size: 2.8rem;
}

details .header__icon-close {
  display: none;
}

details[open] .header__icon-close {
  display: inline-block;
}

account-icon {
  display: flex;
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 1rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-badge-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role='button']:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role='button']:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > .svg-wrapper {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > .svg-wrapper {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
    transform: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}

/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

.loading__spinner {
  width: 1.8rem;
  display: inline-block;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path {
    stroke: CanvasText;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.loading__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

/* Progress bar */
.progress-bar-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 0.13rem;
  width: 100%;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  animation: indeterminateAnimation var(--duration-extra-longer) infinite ease-in-out;
  transform-origin: 0;
}

.progress-bar .progress-bar-value {
  display: block;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}

/* ====================================================================
   ALPHA BOTANIX â€” CUSTOM CSS (REBUILT June 4, 2026)
   PART 2 of 2 â€” everything that lived BELOW the Dawn theme CSS

   Rebuilt from the original stylesheet with these repairs:
   1. Closed a runaway @media (max-width:900px) that was swallowing the
      site footer block + problem-section fixes (they only applied <=900px)
   2. Repaired the truncated .ab-system-top rule that was swallowing the
      next ~79 rules (About / Teaser / Footer) â€” those never applied at all
   3. Closed a runaway @media (max-width:768px) that had killed the
      FlyBell-teaser responsive rebuild (nested min-width media = dead code)
   4. Freed the desktop tooltip rules trapped in the bin-button mobile media
   5. Removed a stray </style> tag that was killing the .ab-proof-icon rule
   6. Removed an empty min-width declaration (1440px hero button)
   7. Replaced all 20+ .fb-vs patch blocks with one consolidated section
   8. Normalized smart quotes / fixed encoding artifacts

   Rule ORDER is preserved 1:1 from the original file, so the CSS cascade
   behaves identically â€” except where the bugs above were preventing rules
   from applying at all.
   ==================================================================== */

/* ================================ ALPHA BOTANIX LANDING PAGE CLEANED CSS FILE ================================ */

/* ================================ RESET ================================ */

.alpha-page, .alpha-page * {
  box-sizing: border-box;
}

.alpha-page {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background: #f4f1e6;
  color: #102719;
  font-family: Arial, Helvetica, sans-serif;
}

/* ================================ HERO IMAGE NOTE: This does NOT touch Squarespace nav/header. ================================ */

.ab-hero {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: #f4f1e6;
  line-height: 0;
}

.ab-hero picture, .ab-hero-img, .ab-hero img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ================================ GENERAL LAYOUT ================================ */

.ab-section {
  padding: 90px 24px;
  position: relative;
}

.ab-container {
  max-width: 1180px;
  margin: 0 auto;
}

.ab-two-col {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.ab-eyebrow {
  margin: 0 0 14px;
  color: #6f8500;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ab-eyebrow.light {
  color: #b7cc2f;
}

.alpha-page h2 {
  margin: 0 0 22px;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #0c2817;
}

.alpha-page h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: #102719;
}

.alpha-page p {
  margin: 0;
  font-size: 20px;
  line-height: 1.55;
  color: rgba(16, 39, 25, 0.82);
}

/* ================================ PROBLEM SECTION ================================ */

.ab-problem {
  background: radial-gradient(circle at top left, rgba(139, 163, 0, 0.16), transparent 38%), linear-gradient(180deg, #f8f5ea 0%, #e7e1cf 100%);
}

.ab-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.ab-card {
  padding: 30px;
  border: 1px solid rgba(16, 39, 25, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 45px rgba(16, 39, 25, 0.08);
}

.ab-card span {
  display: inline-flex;
  margin-bottom: 20px;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #6f8500;
  color: #fff;
  font-weight: 900;
}

.ab-card p {
  font-size: 17px;
}

/* Problem card image circles */

.ab-problem .ab-card {
  position: relative !important;
  overflow: hidden !important;
  padding-right: 150px !important;
}

.ab-problem .ab-card::after {
  content: "" !important;
  position: absolute !important;
  top: 24px !important;
  right: 24px !important;
  width: 112px !important;
  height: 112px !important;
  border-radius: 50% !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity: 0.58 !important;
  box-shadow: 0 14px 34px rgba(16,39,25,.18), inset 0 0 0 3px rgba(255,255,255,.7), inset 0 0 0 999px rgba(168,211,99,.14) !important;
  pointer-events: none !important;
}

.ab-problem .ab-card:nth-child(1)::after {
  background-image: url("/cdn/shop/files/eggs.jpg?v=1778794886") !important;
}

.ab-problem .ab-card:nth-child(2)::after {
  background-image: url("/cdn/shop/files/maggots.jpg?v=1778794886") !important;
}

.ab-problem .ab-card:nth-child(3)::after {
  background-image: url("/cdn/shop/files/flies.png?v=1778794886") !important;
}

/* Watch It Work button */

a.ab-watch-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 28px !important;
  padding: 16px 28px !important;
  border-radius: 12px !important;
  background: #7f9300 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: 0 16px 36px rgba(78, 94, 0, 0.28) !important;
  transition: all 0.25s ease !important;
}

a.ab-watch-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 22px 48px rgba(78, 94, 0, 0.34) !important;
  background: #8ea500 !important;
  color: #ffffff !important;
}

/* ================================ BEFORE / AFTER ================================ */

.ab-before-after {
  padding: 28px 20px !important;
  /* background image moved out of Shopify Custom CSS */
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  overflow: hidden !important;
  color: #102b1f;
}

.ab-ba-wrap {
  max-width: 1180px !important;
  margin: 0 auto !important;
  text-align: center !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.ab-ba-copy {
  max-width: 680px !important;
  margin: 0 auto 12px !important;
}

.ab-ba-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #b7cc2f !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.ab-ba-copy h2 {
  margin: 0;
  color: #f4f1e6 !important;
  font-size: clamp(38px, 5vw, 64px) !important;
  line-height: .92 !important;
  letter-spacing: -.04em;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0,0,0,.35) !important;
}

.ab-ba-copy p {
  max-width: 560px;
  margin: 12px auto 0 !important;
  color: rgba(244,241,230,.82) !important;
  font-size: 18px !important;
  line-height: 1.55;
}

.ab-ba-stage {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 280px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 28px !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
  padding: 18px 24px !important;
  border-radius: 30px !important;
  background: rgba(245,248,238,.28) !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.24) !important;
}

.ab-ba-card {
  position: relative !important;
  height: 320px !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: transparent !important;
  box-shadow: 0 18px 38px rgba(0,0,0,.18) !important;
  transition: transform .45s ease, box-shadow .45s ease !important;
}

.ab-ba-card:hover {
  transform: scale(1.045) !important;
  box-shadow: 0 26px 58px rgba(16,43,31,.24) !important;
}

.ab-ba-card img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  transition: transform .9s ease !important;
}

.ab-ba-card:hover img {
  transform: scale(1.09) !important;
}

.ab-ba-card span, .ab-ba-before span, .ab-ba-after span {
  position: absolute !important;
  z-index: 3 !important;
  top: 14px !important;
  left: 14px !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.88) !important;
  color: #102b1f !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}

.ab-ba-product {
  position: relative !important;
  min-height: 330px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.ab-ba-glow {
  position: absolute !important;
  width: 340px !important;
  height: 340px !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(168,211,99,.55), rgba(168,211,99,.18) 45%, transparent 72%) !important;
}

.ab-ba-product img {
  position: relative !important;
  z-index: 2 !important;
  width: 420px !important;
  max-width: none !important;
  transform: translateY(-6px) scale(1.02) !important;
  filter: drop-shadow(0 38px 55px rgba(0,0,0,.42)) drop-shadow(0 0 18px rgba(168,211,99,.35)) !important;
}

.ab-ba-button {
  display: inline-block !important;
  margin-top: 14px !important;
  padding: 14px 32px !important;
  border-radius: 999px !important;
  background: #a8d363 !important;
  color: #102b1f !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 24px rgba(0,0,0,.22) !important;
}

/* ================================ VIDEO PROOF ================================ */

.ab-video {
  background: radial-gradient(circle at top right, rgba(111, 133, 0, 0.20), transparent 34%), linear-gradient(180deg, #f4f1e6 0%, #ded7c2 100%);
}

.ab-video-wrap {
  display: grid;
  grid-template-columns: 0.75fr 0.9fr !important;
  gap: 70px !important;
  align-items: center !important;
}

.ab-video-copy h2 {
  max-width: 560px;
}

.ab-video-copy p {
  max-width: 520px;
}

.ab-video-frame {
  width: 100%;
  max-width: 430px;
  margin-left: 0 !important;
  margin-right: auto !important;
  padding: 10px !important;
  border-radius: 36px !important;
  background: #102719 !important;
  border: 1px solid rgba(183, 204, 47, 0.32) !important;
  box-shadow: 0 30px 80px rgba(16, 39, 25, 0.28) !important;
}

.ab-video-inner {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 9 / 16 !important;
  height: auto !important;
  overflow: hidden !important;
  border-radius: 26px !important;
  background: #000 !important;
}

.ab-video-inner iframe {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
  border: 0 !important;
}

.ab-video-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 16px 28px;
  border-radius: 12px;
  background: #7f9300;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 16px 36px rgba(78, 94, 0, 0.28);
  transition: all 0.2s ease;
}

.ab-video-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(78, 94, 0, 0.34);
}

/* ================================ PRODUCT TECH SECTION ================================ */

.ab-hero-tech {
  position: relative !important;
  overflow: hidden !important;
  padding: 95px 24px 90px !important;
  background: radial-gradient(circle at 88% 12%, rgba(183,204,47,.28), transparent 24%), radial-gradient(circle at 16% 44%, rgba(111,133,0,.28), transparent 34%), linear-gradient(135deg, #06150e 0%, #0d2618 48%, #07170f 100%) !important;
  color: #f4f1e6 !important;
}

.ab-hero-tech::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  width: 22%;
  background: linear-gradient(90deg, rgba(6,21,14,0) 0%, rgba(6,21,14,.28) 28%, rgba(6,21,14,.72) 100%);
  pointer-events: none;
}

.ab-hero-tech-inner {
  position: relative !important;
  z-index: 2 !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 1.05fr .95fr !important;
  gap: 70px !important;
  align-items: center !important;
}

.ab-kicker {
  color: #b7cc2f !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .20em !important;
  text-transform: uppercase !important;
  margin-bottom: 16px !important;
}

.ab-kicker::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 14px;
  background: #b7cc2f;
  border-radius: 999px;
}

.ab-hero-left h1 {
  margin: 0 0 24px !important;
  color: #f4f1e6 !important;
  font-size: clamp(56px, 5.6vw, 88px) !important;
  line-height: .88 !important;
  letter-spacing: -.045em !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
}

.ab-hero-left h1 span {
  color: #b7cc2f !important;
  text-shadow: 0 0 24px rgba(183,204,47,.22) !important;
}

.ab-hero-left p {
  max-width: 610px !important;
  color: rgba(244,241,230,.82) !important;
  font-size: 21px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}

.ab-feature-row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(120px, 1fr)) !important;
  gap: 14px !important;
  margin-top: 34px !important;
  max-width: 680px !important;
}

.ab-feature-row div {
  min-height: 104px !important;
  padding: 48px 14px 16px !important;
  border: 1px solid rgba(183,204,47,.30) !important;
  border-radius: 14px !important;
  background: rgba(6,21,14,.36) !important;
  color: #b7cc2f !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  position: relative !important;
  box-shadow: inset 0 0 20px rgba(183,204,47,.04) !important;
}

.ab-feature-row div::before {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #b7cc2f;
  line-height: 1;
}

/* Right ingredient card */

.ab-hero-card {
  padding: 34px 34px !important;
  min-height: 360px !important;
  border-radius: 28px !important;
  background: radial-gradient(circle at 84% 8%, rgba(183,204,47,.16), transparent 34%), linear-gradient(145deg, rgba(49,76,30,.72), rgba(10,31,19,.72)) !important;
  border: 1px solid rgba(183,204,47,.34) !important;
  box-shadow: 0 30px 80px rgba(0,0,0,.38) !important;
}

.ab-hero-card h3, .ingredient-title {
  margin: 0 0 24px !important;
  color: #f4f1e6 !important;
  font-size: 21px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.ab-hero-card h3::after, .ingredient-title::after {
  content: "";
  display: block;
  width: 66px;
  height: 3px;
  margin-top: 14px;
  background: #b7cc2f;
  border-radius: 999px;
}

.ingredient-panel {
  color: #fff;
}

.ingredient-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
}

.ingredient-row {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 14px !important;
  border-radius: 12px !important;
  transition: all 0.25s ease !important;
  border: 1px solid rgba(255,255,255,0.05) !important;
  background: rgba(6,21,14,.18) !important;
}

.ingredient-row:hover {
  background: rgba(168, 211, 99, 0.08) !important;
  border-color: rgba(168, 211, 99, 0.25) !important;
}

.ingredient-icon {
  min-width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: rgba(168, 211, 99, 0.15) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 600 !important;
  color: #A8D363 !important;
  font-size: 13px !important;
}

.ingredient-copy h3 {
  margin: 0 !important;
  color: #f4f1e6 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

.ingredient-copy h3::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 10px;
  background: #b7cc2f;
  border-radius: 999px;
}

.ingredient-copy p {
  margin: 6px 0 0 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  color: rgba(255,255,255,0.78) !important;
  opacity: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  transition: all 0.25s ease !important;
}

.ingredient-row:hover .ingredient-copy p {
  opacity: 1 !important;
  max-height: 44px !important;
}

/* ================================ USE CASE IMAGE SECTION ================================ */

.ab-use-cases {
  background: #f6f1de;
  padding: 70px 22px 78px;
  color: #102b1f;
}

.ab-use-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.ab-use-header {
  text-align: center;
  margin-bottom: 34px;
}

.ab-use-header span {
  display: inline-block;
  margin-bottom: 10px;
  color: #6f8700;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .22em;
}

.ab-use-header h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 62px);
  line-height: .95;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.ab-use-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ab-use-card {
  position: relative;
  height: 390px;
  border-radius: 28px;
  overflow: hidden;
  background: #102b1f;
  box-shadow: 0 22px 48px rgba(16,43,31,.18);
}

.ab-use-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .9s ease;
}

.ab-use-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient( 180deg, rgba(16,43,31,.08) 0%, rgba(16,43,31,.18) 38%, rgba(16,43,31,.82) 100% );
}

.ab-use-card:hover img {
  transform: scale(1.08);
}

.ab-use-overlay {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
  color: #fff;
}

.ab-use-overlay h3 {
  margin: 0 0 8px;
  color: #ffffff !important;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -.02em;
}

.ab-use-overlay p {
  margin: 0;
  max-width: 280px;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 1.45;
}

/* ================================ HOW IT WORKS ================================ */

.ab-dark {
  background: linear-gradient(rgba(8, 22, 13, 0.92), rgba(8, 22, 13, 0.92)), radial-gradient(circle at center, rgba(111, 133, 0, 0.25), transparent 55%);
  color: #fff;
}

.ab-dark h2, .ab-dark h3, .ab-dark p {
  color: #fff;
}

.ab-dark p {
  color: rgba(255,255,255,0.74);
}

.ab-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 42px;
}

.ab-steps div {
  padding: 34px;
  border-radius: 24px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
}

.ab-steps span {
  display: inline-flex;
  margin-bottom: 24px;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #b7cc2f;
  color: #102719;
  font-size: 22px;
  font-weight: 900;
}

.ab-steps p {
  font-size: 17px;
}

/* ================================ CTA ================================ */

.ab-cta {
  text-align: center;
  background: radial-gradient(circle at top, rgba(183, 204, 47, 0.25), transparent 38%), #f4f1e6;
}

.ab-cta p {
  max-width: 680px;
  margin: 0 auto 34px;
}

.ab-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 0 34px;
  border-radius: 14px;
  background: #7f9300;
  color: #fff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 18px 40px rgba(78, 94, 0, 0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ab-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(78, 94, 0, 0.34);
}

/* ================================ FINAL IMAGE HERO ================================ */

.ab-image-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f6f1de;
  --ab-btn-left: 73%;
  --ab-btn-bottom: 14%;
  --ab-btn-width: auto;
  --ab-btn-padding-y: 18px;
  --ab-btn-padding-x: 38px;
  --ab-btn-font-size: 18px;
  --ab-btn-radius: 14px;
}

.ab-image-hero picture, .ab-image-hero-img {
  display: block;
  width: 100%;
}

.ab-image-hero-img {
  height: auto;
}

.ab-image-hero-btn {
  position: absolute;
  left: var(--ab-btn-left);
  bottom: var(--ab-btn-bottom);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--ab-btn-width);
  padding: var(--ab-btn-padding-y) var(--ab-btn-padding-x);
  border-radius: var(--ab-btn-radius);
  background: #7a9700;
  color: #fff !important;
  font-size: var(--ab-btn-font-size);
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 18px 34px rgba(75,95,0,.28);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.ab-image-hero-btn:hover {
  transform: translateY(-3px);
  background: #8ead00;
  box-shadow: 0 24px 44px rgba(75,95,0,.35);
}

/* ================================ MOBILE ================================ */

@media (max-width: 900px) {
  .ab-hero-tech {
    padding: 64px 20px !important;
  }
  .ab-hero-tech-inner {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }
  .ab-hero-left h1 {
    font-size: 45px !important;
  }
  .ab-hero-left p {
    font-size: 18px !important;
  }
  .ab-feature-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .ab-hero-card {
    padding: 30px 26px !important;
    min-height: auto !important;
  }
  .ingredient-list {
    grid-template-columns: 1fr !important;
  }
  .ingredient-copy p {
    opacity: 1 !important;
    max-height: none !important;
  }
  .ab-before-after {
    padding: 34px 16px !important;
  }
  .ab-ba-stage {
    grid-template-columns: 1fr !important;
    max-width: 430px !important;
    gap: 18px !important;
    padding: 18px !important;
  }
  .ab-ba-product {
    order: -1 !important;
    min-height: 250px !important;
  }
  .ab-ba-product img {
    width: 250px !important;
    transform: translateY(0) scale(1) !important;
  }
  .ab-ba-glow {
    width: 280px !important;
    height: 280px !important;
  }
  .ab-ba-card {
    height: 285px !important;
  }
  .ab-use-cases {
    padding: 54px 18px;
  }
  .ab-use-grid {
    grid-template-columns: 1fr;
  }
  .ab-use-card {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .ab-section {
    padding: 62px 20px;
  }
  .ab-two-col, .ab-product-box, .ab-steps {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .alpha-page h2 {
    font-size: 42px;
    line-height: 0.95;
  }
  .alpha-page h3 {
    font-size: 22px;
  }
  .alpha-page p {
    font-size: 18px;
  }
  .ab-card, .ab-proof-card, .ab-steps div {
    padding: 26px;
    border-radius: 20px;
  }
  .ab-problem .ab-card {
    padding-right: 105px !important;
  }
  .ab-problem .ab-card::after {
    width: 76px !important;
    height: 76px !important;
    top: 20px !important;
    right: 18px !important;
    opacity: 0.5 !important;
  }
  .ab-button {
    width: 100%;
  }
  .ab-video-wrap {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }
  .ab-video-frame {
    max-width: 360px;
    margin: 0 auto !important;
    border-radius: 30px !important;
  }
  .ab-video-inner {
    border-radius: 22px !important;
  }
  .ab-image-hero {
    --ab-btn-left: 50%;
    --ab-btn-bottom: 5%;
    --ab-btn-width: 84%;
    --ab-btn-padding-y: 14px;
    --ab-btn-padding-x: 18px;
    --ab-btn-font-size: 14px;
    --ab-btn-radius: 12px;
  }
  .ab-image-hero-btn {
    transform: translateX(-50%);
    max-width: 340px;
    white-space: normal;
    box-shadow: 0 12px 28px rgba(0,0,0,.24);
  }
  .ab-image-hero-btn:hover {
    transform: translateX(-50%) translateY(-3px);
  }
}

/* ===== CLEAN HEADER HEIGHT FIX (SAFE) ===== */

.header, #header, .site-header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  min-height: 60px !important;
}

/* tighten inner spacing */

.header-inner, .header-display-desktop, .header-display-mobile {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* reduce logo size (this is the real culprit) */

.header-title-logo img, .header-logo img {
  max-height: 98px !important;
  height: auto !important;
}

/* remove extra vertical spacing from announcement bar if present */

.header-announcement-bar-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}

/* ========================================= HERO IMAGE - CLEAN FINAL FIX ========================================= */

.ab-hero {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #f4f1e6 !important;
  line-height: 0 !important;
  overflow: visible !important;
}

.ab-hero picture, .ab-hero-img, .ab-hero img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center top !important;
  transform: none !important;
}

/* REMOVE SQUARESPACE SECTION GAP AROUND HERO ONLY */

.alpha-page > .ab-hero:first-child {
  margin-top: 0 !important;
}

/* HEADER SIZE CONTROL */

.header, #header, .site-header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  min-height: 60px !important;
}

.header-inner, .header-display-desktop, .header-display-mobile {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.header-title-logo img, .header-logo img {
  max-height: 72px !important;
  height: auto !important;
}

.header-announcement-bar-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}

/* MOBILE */

@media screen and (max-width: 767px) {
  .header-title-logo img, .header-logo img {
    max-height: 56px !important;
  }
  .ab-hero img, .ab-hero-img {
    width: 100% !important;
    height: auto !important;
  }
}

/* force hero to behave like full-width image */

.ab-hero {
  width: 100vw !important;
  margin-left: 50% !important;
  transform: translateX(-50%) !important;
  overflow: hidden !important;
  line-height: 0 !important;
}

/* image should NEVER repeat or overflow */

.ab-hero img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  transform: none !important;
}

/* kill any accidental background duplication */

.ab-hero, .ab-hero * {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* NUDGE HERO IMAGE DOWN (DESKTOP) */

.ab-hero img {
  margin-top: 52px !important;
}

.ab-ba-mobile {
  display: none;
}

@media (max-width: 767px) {
  .ab-ba-mobile {
    display: block !important;
  }
  .ab-ba-desktop {
    display: none !important;
  }
}

/* FIX BROKEN FEATURE ICONS */

.ab-feature-row div::before {
  display: none !important;
}

.ab-feature-row div {
  padding: 22px 14px !important;
  min-height: 92px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* CUSTOM VIMEO PLAY BUTTON */

.custom-vimeo-wrap {
  position: relative !important;
}

.ab-custom-play {
  position: absolute !important;
  z-index: 10 !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 96px !important;
  height: 96px !important;
  border-radius: 50% !important;
  border: none !important;
  background: #7f9300 !important;
  color: #ffffff !important;
  font-size: 40px !important;
  line-height: 1 !important;
  padding-left: 7px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.38) !important;
  cursor: pointer !important;
}

.ab-custom-play:hover {
  background: #8fa600 !important;
  transform: translate(-50%, -50%) scale(1.06) !important;
}

.ab-custom-play.is-hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

/* ================================ CUSTOM VIDEO PLAY BUTTON white circle + green play + pulse ================================ */

.ab-custom-play {
  position: absolute !important;
  z-index: 10 !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 88px !important;
  height: 88px !important;
  border-radius: 50% !important;
  border: none !important;
  background: #ffffff !important;
  color: #7f9300 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.35), 0 0 0 6px rgba(255,255,255,.12) !important;
  cursor: pointer !important;
  transition: transform .22s ease, box-shadow .22s ease !important;
}

.ab-custom-play::after {
  content: "" !important;
  position: absolute !important;
  inset: -10px !important;
  border-radius: 50% !important;
  border: 2px solid rgba(255,255,255,.55) !important;
  animation: abPlayPulse 1.8s ease-out infinite !important;
}

.ab-play-icon {
  width: 0 !important;
  height: 0 !important;
  border-left: 20px solid #7f9300 !important;
  border-top: 13px solid transparent !important;
  border-bottom: 13px solid transparent !important;
  margin-left: 5px !important;
  position: relative !important;
  z-index: 2 !important;
}

.ab-custom-play:hover {
  transform: translate(-50%, -50%) scale(1.08) !important;
  box-shadow: 0 24px 54px rgba(0,0,0,.42), 0 0 0 8px rgba(255,255,255,.14) !important;
}

.ab-custom-play.is-hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

@keyframes abPlayPulse {
  0% {
    transform: scale(.9);
    opacity: .75;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

/* ================================ PROBLEM CARD THUMBNAILS - FIX ================================ */

.ab-problem .ab-card::after {
  opacity: 1 !important;
  filter: none !important;
  width: 130px !important;
  height: 130px !important;
  top: 22px !important;
  right: 22px !important;
  background-size: cover !important;
  background-position: center !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.24), inset 0 0 0 4px rgba(255,255,255,.9) !important;
}

/* remove extra green wash */

.ab-problem .ab-card::after {
  background-blend-mode: normal !important;
}

/* mobile version */

@media (max-width: 767px) {
  .ab-problem .ab-card {
    padding-right: 125px !important;
  }
  .ab-problem .ab-card::after {
    width: 92px !important;
    height: 92px !important;
    opacity: 1 !important;
    top: 22px !important;
    right: 20px !important;
  }
}

/* FORCE ALL PROBLEM THUMBNAILS TO FULL OPACITY */

.ab-problem .ab-card:nth-child(1)::after, .ab-problem .ab-card:nth-child(2)::after, .ab-problem .ab-card:nth-child(3)::after {
  opacity: 1 !important;
  filter: none !important;
}

/* FORCE PROBLEM CARD CIRCLES TO STAY CRISP */

.ab-problem .ab-card::after, .ab-problem .ab-card:nth-child(1)::after, .ab-problem .ab-card:nth-child(2)::after, .ab-problem .ab-card:nth-child(3)::after {
  opacity: 1 !important;
  filter: none !important;
  background-blend-mode: normal !important;
  width: 130px !important;
  height: 130px !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.24), inset 0 0 0 4px rgba(255,255,255,.9) !important;
}

@media (max-width: 767px) {
  .ab-problem .ab-card::after, .ab-problem .ab-card:nth-child(1)::after, .ab-problem .ab-card:nth-child(2)::after, .ab-problem .ab-card:nth-child(3)::after {
    opacity: 1 !important;
    filter: none !important;
    width: 96px !important;
    height: 96px !important;
  }
}

/* ================================ ALPHA BOTANIX TESTIMONIALS ================================ */

.ab-testimonials {
  width: 100%;
  background: radial-gradient(circle at top left, rgba(168, 211, 99, 0.18), transparent 35%), linear-gradient(135deg, #1C1C1C 0%, #2b3425 45%, #4C5B3E 100%);
  padding: 90px 22px;
  color: #fff;
  overflow: hidden;
}

.ab-testimonials-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.ab-testimonials-header {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.ab-eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #A8D363;
  font-weight: 800;
}

.ab-testimonials-header h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #fff;
  font-weight: 900;
}

.ab-testimonials-header p {
  margin: 0 auto;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255,255,255,0.82);
}

.ab-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.ab-testimonial-card {
  position: relative;
  background: rgba(255,255,255,0.94);
  color: #1C1C1C;
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.45);
  transform: translateY(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ab-testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 58px rgba(0,0,0,0.32);
}

.ab-testimonial-card.featured {
  grid-column: span 2;
  background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(244,248,235,0.96));
  border: 2px solid #A8D363;
}

.ab-testimonial-card.featured:before {
  content: "MOST COMMON RESULT";
  position: absolute;
  top: -13px;
  left: 24px;
  background: #A8D363;
  color: #1C1C1C;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 7px 12px;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.22);
}

.ab-stars {
  color: #4C5B3E;
  font-size: 17px;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.ab-quote {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ab-testimonial-card.featured .ab-quote {
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.12;
}

.ab-reviewer {
  font-size: 15px;
  font-weight: 800;
  color: #4C5B3E;
}

.ab-testimonials-cta {
  margin: 44px auto 0;
  text-align: center;
}

.ab-testimonials-cta p {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255,255,255,0.9);
}

.ab-testimonial-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border-radius: 999px;
  background: #A8D363;
  color: #1C1C1C !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(0,0,0,0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ab-testimonial-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(0,0,0,0.34);
}

/* MOBILE */

@media (max-width: 767px) {
  .ab-testimonials {
    padding: 68px 18px;
  }
  .ab-testimonials-header {
    margin-bottom: 34px;
  }
  .ab-testimonials-header h2 {
    font-size: 42px;
  }
  .ab-testimonials-header p {
    font-size: 16px;
  }
  .ab-testimonial-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 10px 4px 18px;
    -webkit-overflow-scrolling: touch;
  }
  .ab-testimonial-card, .ab-testimonial-card.featured {
    min-width: 84%;
    grid-column: auto;
    scroll-snap-align: center;
    padding: 24px;
  }
  .ab-testimonial-card.featured .ab-quote, .ab-quote {
    font-size: 22px;
    line-height: 1.25;
  }
  .ab-testimonials-cta {
    margin-top: 28px;
  }
  .ab-testimonial-button {
    width: 100%;
    max-width: 340px;
  }
}

/* FlyBye Squarespace-style text/card rise */

.alpha-page .ab-rise {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .9s ease, transform .9s ease;
  will-change: opacity, transform;
}

.alpha-page .ab-visible .ab-rise {
  opacity: 1;
  transform: translateY(0);
}

.alpha-page .ab-visible .ab-rise:nth-child(1) {
  transition-delay: .04s;
}

.alpha-page .ab-visible .ab-rise:nth-child(2) {
  transition-delay: .10s;
}

.alpha-page .ab-visible .ab-rise:nth-child(3) {
  transition-delay: .16s;
}

.alpha-page .ab-visible .ab-rise:nth-child(4) {
  transition-delay: .22s;
}

.alpha-page .ab-visible .ab-rise:nth-child(5) {
  transition-delay: .28s;
}

/* ================================ BEFORE / AFTER -- SHOPIFY MATCH ================================ */

.alpha-page .ab-before-after {
  padding: 28px 20px !important;
  margin: 0 !important;
  background-image: url("https://images.squarespace-cdn.com/content/v1/6859ca3b6c6e437643f00cc8/fb782b5d-b586-4598-b3b1-78e349bc2c1c/ChatGPT+Image+May+1%2C+2026+at+12_52_07+PM.png?format=2500w") !important;
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  overflow: hidden !important;
  color: #102b1f !important;
}

.alpha-page .ab-ba-wrap {
  max-width: 1180px !important;
  margin: 0 auto !important;
  text-align: center !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.alpha-page .ab-ba-copy {
  max-width: 680px !important;
  margin: 0 auto 12px !important;
  text-align: center !important;
}

.alpha-page .ab-ba-kicker {
  display: inline-block !important;
  margin-bottom: 12px !important;
  color: #b7cc2f !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}

.alpha-page .ab-ba-copy h2 {
  margin: 0 !important;
  color: #f4f1e6 !important;
  font-size: clamp(38px, 5vw, 64px) !important;
  line-height: .92 !important;
  letter-spacing: -.04em !important;
  text-transform: uppercase !important;
  text-shadow: 0 3px 18px rgba(0,0,0,.35) !important;
}

.alpha-page .ab-ba-copy p {
  max-width: 560px !important;
  margin: 12px auto 0 !important;
  color: rgba(244,241,230,.82) !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

.alpha-page .ab-ba-stage {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 280px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 28px !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
  padding: 18px 24px !important;
  border-radius: 30px !important;
  background: rgba(245,248,238,.28) !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.24) !important;
  backdrop-filter: blur(3px) !important;
  -webkit-backdrop-filter: blur(3px) !important;
}

.alpha-page .ab-ba-card {
  position: relative !important;
  height: 320px !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: transparent !important;
  box-shadow: 0 18px 38px rgba(0,0,0,.18) !important;
  transition: transform .45s ease, box-shadow .45s ease !important;
}

.alpha-page .ab-ba-card img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  transition: transform .9s ease !important;
}

.alpha-page .ab-ba-card span {
  position: absolute !important;
  z-index: 3 !important;
  top: 14px !important;
  left: 14px !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.88) !important;
  color: #102b1f !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
  backdrop-filter: blur(8px) !important;
}

.alpha-page .ab-ba-product {
  position: relative !important;
  min-height: 330px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.alpha-page .ab-ba-glow {
  position: absolute !important;
  width: 340px !important;
  height: 340px !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(168,211,99,.55), rgba(168,211,99,.18) 45%, transparent 72%) !important;
  filter: blur(4px) !important;
}

.alpha-page .ab-ba-product img {
  position: relative !important;
  z-index: 2 !important;
  width: 420px !important;
  max-width: none !important;
  transform: translateY(-6px) scale(1.02) !important;
  filter: drop-shadow(0 38px 55px rgba(0,0,0,.42)) drop-shadow(0 0 18px rgba(168,211,99,.35)) !important;
}

.alpha-page .ab-ba-button {
  display: inline-block !important;
  margin-top: 14px !important;
  padding: 14px 32px !important;
  border-radius: 999px !important;
  background: #a8d363 !important;
  color: #102b1f !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 24px rgba(0,0,0,.22) !important;
}

@media (max-width: 900px) {
  .alpha-page .ab-before-after {
    padding: 34px 16px !important;
  }
  .alpha-page .ab-ba-stage {
    grid-template-columns: 1fr !important;
    max-width: 430px !important;
    gap: 18px !important;
    padding: 18px !important;
  }
  .alpha-page .ab-ba-product {
    order: -1 !important;
    min-height: 250px !important;
  }
  .alpha-page .ab-ba-product img {
    width: 250px !important;
    transform: translateY(0) scale(1) !important;
  }
  .alpha-page .ab-ba-glow {
    width: 280px !important;
    height: 280px !important;
  }
  .alpha-page .ab-ba-card {
    height: 285px !important;
  }
}

.alpha-page .ab-ba-mobile {
  display: none !important;
}

@media (max-width: 767px) {
  .alpha-page .ab-ba-mobile {
    display: block !important;
  }
  .alpha-page .ab-ba-desktop {
    display: none !important;
  }
}

/* REMOVE SHOPIFY CUSTOM LIQUID GAP */

.shopify-section:has(.alpha-page), .shopify-section:has(.ab-hero), .shopify-section:has(.alpha-page .ab-hero) {
  margin: 0 !important;
  padding: 0 !important;
}

.shopify-section:has(.alpha-page) .page-width, .shopify-section:has(.ab-hero) .page-width {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

.shopify-section:has(.alpha-page) .section-template--, .shopify-section:has(.ab-hero) .section-template-- {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* kill top spacing above hero */

.alpha-page {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.ab-hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
  line-height: 0 !important;
}

/* remove Dawn default spacing */

.gradient, .color-background-1 {
  margin-top: 0 !important;
}

#MainContent {
  padding-top: 0 !important;
}

/* ================================ UPDATED HOW IT WORKS SECTION ================================ */

.ab-cycle-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 78% 14%, rgba(255,217,102,0.11), transparent 30%), radial-gradient(circle at 20% 86%, rgba(104,119,85,0.18), transparent 34%), linear-gradient(135deg, #0E160F 0%, #1C1C1C 58%, #243322 100%) !important;
}

.ab-cycle-section .ab-eyebrow {
  color: #FFD966 !important;
}

.ab-cycle-section h2 {
  color: #F5F5F5 !important;
}

.ab-cycle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 56px;
}

.ab-cycle-card {
  position: relative;
  padding: 42px 34px 36px;
  min-height: 310px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.14);
  background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025));
  box-shadow: 0 24px 60px rgba(0,0,0,0.24);
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.ab-cycle-card:hover {
  transform: translateY(-10px) scale(1.015);
  border-color: rgba(255,217,102,0.42);
  box-shadow: 0 34px 75px rgba(0,0,0,0.36), 0 0 28px rgba(255,217,102,0.10);
}

.ab-cycle-card.featured {
  border-color: rgba(104,119,85,0.55);
  background: linear-gradient(145deg, rgba(104,119,85,0.28), rgba(255,255,255,0.035));
}

.ab-cycle-number {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: #3D5B3B;
  color: #F5F5F5;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 34px;
  transition: transform .35s ease, background .35s ease, color .35s ease;
}

.ab-cycle-card:hover .ab-cycle-number {
  transform: rotate(-8deg) scale(1.08);
  background: #FFD966;
  color: #1C1C1C;
}

.ab-cycle-icon {
  position: absolute;
  top: 34px;
  right: 34px;
  width: 86px;
  height: 86px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.22);
  display: grid;
  place-items: center;
  font-size: 34px;
  opacity: .85;
  transition: transform .35s ease, opacity .35s ease;
}

.ab-cycle-card:hover .ab-cycle-icon {
  transform: scale(1.1) rotate(5deg);
  opacity: 1;
}

.ab-cycle-card h3 {
  color: #F5F5F5 !important;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.ab-cycle-card p {
  color: rgba(245,245,245,0.82) !important;
  font-size: 18px;
  line-height: 1.45;
  max-width: 95%;
}

.ab-cycle-tag {
  display: inline-flex;
  margin-top: 26px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,217,102,0.14);
  color: #FFD966;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .ab-cycle-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 34px;
  }
  .ab-cycle-card {
    min-height: auto;
    padding: 34px 28px;
  }
  .ab-cycle-icon {
    width: 72px;
    height: 72px;
    font-size: 28px;
    top: 28px;
    right: 28px;
  }
  .ab-cycle-card h3 {
    font-size: 28px;
  }
  .ab-cycle-card p {
    font-size: 17px;
  }
}

/* ========================= ALPHA BOTANIX TYPE SYSTEM ========================= */

/* HEADLINES */

.ab-section h1, .ab-section h2, .ab-section h3, .ab-hero h1, .ab-hero h2 {
  font-family: "Acherus Militant", sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em;
  line-height: 0.95;
  text-transform: uppercase;
}

/* EYEBROWS */

.ab-eyebrow, .ab-kicker, .ab-label {
  font-family: "Acherus Militant", sans-serif !important;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
}

/* BODY COPY */

.ab-section p, .ab-section li, .ab-copy, .ab-cycle-card p, .ab-testimonial-card p {
  font-family: Inter, sans-serif !important;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

/* BUTTONS */

.ab-btn, button, .ab-cycle-tag {
  font-family: "Acherus Militant", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 800;
}

/* TESTIMONIAL QUOTES */

.ab-testimonial-card blockquote, .ab-testimonial-card p {
  font-weight: 600;
  letter-spacing: -0.03em;
}

/* BETTER MOBILE TYPE */

@media screen and (max-width: 767px) {
  .ab-section h1, .ab-section h2, .ab-hero h1 {
    letter-spacing: -0.05em;
    line-height: 0.92;
  }
  .ab-section p, .ab-copy {
    font-size: 17px;
    line-height: 1.5;
  }
}

/* ========================= TESTIMONIAL CARD HOVER ========================= */

.ab-review-card, .ab-testimonial-card {
  position: relative;
  overflow: hidden;
  transition: transform .38s cubic-bezier(.16,1,.3,1), box-shadow .38s cubic-bezier(.16,1,.3,1), border-color .38s ease, background .38s ease;
}

/* GLOW LAYER */

.ab-review-card::before, .ab-testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(168,211,99,.18), transparent 42%);
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}

/* HOVER */

.ab-review-card:hover, .ab-testimonial-card:hover {
  transform: translateY(-12px) scale(1.018);
  border-color: rgba(168,211,99,.45);
  box-shadow: 0 32px 60px rgba(0,0,0,.34), 0 0 22px rgba(168,211,99,.16);
  background: linear-gradient( 145deg, rgba(255,255,255,.98), rgba(245,245,245,.94) );
}

/* ACTIVATE GLOW */

.ab-review-card:hover::before, .ab-testimonial-card:hover::before {
  opacity: 1;
}

/* TEXT INTENSITY */

.ab-review-card:hover p, .ab-testimonial-card:hover p {
  color: #183126;
}

/* NAME + STARS */

.ab-review-card:hover .ab-review-name, .ab-testimonial-card:hover .ab-review-name, .ab-review-card:hover .ab-stars, .ab-testimonial-card:hover .ab-stars {
  color: #8FBF3F;
}

/* FEATURED CARD EXTRA */

.ab-review-card.featured:hover, .ab-testimonial-card.featured:hover {
  transform: translateY(-14px) scale(1.022);
  box-shadow: 0 40px 75px rgba(0,0,0,.42), 0 0 34px rgba(168,211,99,.24);
}

/* ========================= TESTIMONIAL HOVER FIX kills bad green blob ========================= */

/* Kill old glow/blob layer */

.ab-testimonial-card::before {
  background: none !important;
  inset: auto !important;
  opacity: 1 !important;
  border-radius: 0 !important;
  z-index: 3 !important;
}

/* Restore featured badge */

.ab-testimonial-card.featured::before {
  content: "MOST COMMON RESULT" !important;
  position: absolute !important;
  top: -13px !important;
  left: 24px !important;
  right: auto !important;
  bottom: auto !important;
  width: auto !important;
  height: auto !important;
  background: #A8D363 !important;
  color: #1C1C1C !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 22px rgba(0,0,0,0.22) !important;
}

/* Clean hover only */

.ab-testimonial-card {
  position: relative !important;
  overflow: visible !important;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease !important;
}

.ab-testimonial-card:hover {
  transform: translateY(-10px) scale(1.012) !important;
  border-color: rgba(168,211,99,.55) !important;
  box-shadow: 0 30px 60px rgba(0,0,0,.34), 0 0 22px rgba(168,211,99,.18) !important;
}

.ab-testimonial-card.featured:hover {
  transform: translateY(-12px) scale(1.015) !important;
  box-shadow: 0 38px 72px rgba(0,0,0,.42), 0 0 30px rgba(168,211,99,.22) !important;
}

/* subtle color pop */

.ab-testimonial-card:hover .ab-stars, .ab-testimonial-card:hover .ab-reviewer {
  color: #7F9300 !important;
}

/* ==================================== DARK SECTION MASTER BACKGROUND ==================================== */

.ab-dark-section, .ab-technology-section, .ab-testimonials-section, .ab-steps-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient( circle at top right, rgba(140,120,55,.10), transparent 30% ), radial-gradient( circle at bottom left, rgba(76,91,62,.18), transparent 34% ), linear-gradient( 135deg, #07110D 0%, #0D1713 35%, #111A16 70%, #18211D 100% );
}

/* OLD BAD COLOR */

/* #A8D363 */

/* NEW BRAND COLORS */

--ab-olive: #7F9300; --ab-deep-green: #4C5B3E; --ab-gold: #C6A85B; --ab-cream: #F3F0E7; --ab-charcoal: #1C1C1C; /* ==================================== TECHNOLOGY SECTION FIX ==================================== */ .ab-technology-section h2 span, .ab-tech-highlight, .ab-lime-text {
  color: #7F9300 !important;
}

/* ingredient panel */

.ab-ingredients-panel {
  background: linear-gradient( 145deg, rgba(20,32,26,.72), rgba(14,24,19,.88) ) !important;
  border: 1px solid rgba(198,168,91,.16) !important;
  box-shadow: 0 24px 60px rgba(0,0,0,.32);
}

/* ingredient cards */

.ab-ingredient-card {
  background: linear-gradient( 145deg, rgba(22,34,28,.92), rgba(15,24,20,.96) ) !important;
  border: 1px solid rgba(255,255,255,.05) !important;
}

/* hover */

.ab-ingredient-card:hover {
  transform: translateY(-4px);
  border-color: rgba(198,168,91,.26) !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

:root {
  --ab-green: #3D5B3B;
  --ab-olive: #687755;
  --ab-gold: #FDD966;
  --ab-cedar: #7C5C3B;
  --ab-black: #1C1C1C;
  --ab-tan: #D7CBB2;
  --ab-mist: #E9F3E1;
  --ab-white: #F5F5F5;
}

/* Kill neon/lime accents */

.flybye-page, .alpha-page, .ab-section {
  --lime: var(--ab-gold);
  --accent: var(--ab-gold);
  --green-glow: var(--ab-green);
}

/* Buttons */

.flybye-page a, .flybye-page button, .alpha-page a, .alpha-page button {
  border-color: var(--ab-gold);
}

.flybye-page .button, .flybye-page .btn, .flybye-page .cta, .alpha-page .button, .alpha-page .btn, .alpha-page .cta {
  background: var(--ab-gold) !important;
  color: var(--ab-black) !important;
  border: 1px solid rgba(253,217,102,.65) !important;
  box-shadow: 0 10px 28px rgba(124,92,59,.22) !important;
}

/* Hover: warm, not neon */

.flybye-page .button:hover, .flybye-page .btn:hover, .flybye-page .cta:hover, .alpha-page .button:hover, .alpha-page .btn:hover, .alpha-page .cta:hover {
  background: #f1c94f !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(124,92,59,.32) !important;
}

/* Green/gold text accents */

.flybye-page .eyebrow, .flybye-page .accent, .flybye-page strong, .alpha-page .eyebrow, .alpha-page .accent, .alpha-page strong {
  color: var(--ab-gold) !important;
}

/* Underlines / small accent bars */

.flybye-page .underline, .flybye-page .accent-line, .flybye-page hr, .alpha-page .underline, .alpha-page .accent-line, .alpha-page hr {
  background: var(--ab-gold) !important;
  border-color: var(--ab-gold) !important;
}

/* Cards / outlines */

.flybye-page .card, .flybye-page .ingredient-card, .flybye-page .stat-card, .alpha-page .card, .alpha-page .ingredient-card, .alpha-page .stat-card {
  border-color: rgba(253,217,102,.28) !important;
  background: rgba(28,28,28,.22) !important;
}

/* Replace neon glow with olive/botanix glow */

.flybye-page section, .alpha-page section {
  background-color: var(--ab-black);
}

.flybye-page .gradient, .flybye-page .hero, .flybye-page .ab-dark-section, .alpha-page .gradient, .alpha-page .hero, .alpha-page .ab-dark-section {
  background: radial-gradient(circle at 82% 22%, rgba(61,91,59,.46), transparent 34%), radial-gradient(circle at 12% 75%, rgba(104,119,85,.28), transparent 38%), linear-gradient(135deg, #061f18 0%, #09281f 45%, #1C1C1C 100%) !important;
}

/* Any lingering lime-ish text/backgrounds */

[style*="#A8D363"], [style*="#a8d363"], [style*="lime"], [style*="Lime"] {
  color: var(--ab-gold) !important;
  background-color: var(--ab-gold) !important;
  border-color: var(--ab-gold) !important;
}

/* SVG/icon circles */

.flybye-page svg, .alpha-page svg {
  color: var(--ab-gold);
}

.flybye-page .icon, .flybye-page .icon-circle, .alpha-page .icon, .alpha-page .icon-circle {
  background: rgba(61,91,59,.75) !important;
  color: var(--ab-gold) !important;
}

/* ========================================= REMOVE REMAINING NEON / LIME GREEN ========================================= */

/* Big highlighted text */

.flybye-page h1 span, .flybye-page h2 span, .flybye-page .highlight, .flybye-page .green-text, .alpha-page h1 span, .alpha-page h2 span, .alpha-page .highlight, .alpha-page .green-text {
  color: #FDD966 !important;
  text-shadow: none !important;
}

/* Eyebrows */

.flybye-page .eyebrow, .alpha-page .eyebrow {
  color: #C7B16A !important;
  letter-spacing: 3px;
}

/* Remove radioactive glow */

.flybye-page *, .alpha-page * {
  box-shadow: none;
}

/* Re-add subtle warm shadows only where needed */

.flybye-page .button, .flybye-page .card, .flybye-page .ingredient-card, .alpha-page .button, .alpha-page .card, .alpha-page .ingredient-card {
  box-shadow: 0 8px 24px rgba(0,0,0,.28), 0 0 30px rgba(125,92,59,.08) !important;
}

/* Main hero background */

.flybye-page .hero, .flybye-page .top-section, .alpha-page .hero, .alpha-page .top-section {
  background: radial-gradient(circle at 80% 18%, rgba(104,119,85,.22), transparent 34%), radial-gradient(circle at 12% 75%, rgba(61,91,59,.18), transparent 38%), linear-gradient( 135deg, #071612 0%, #0B221B 38%, #101714 100% ) !important;
}

/* Ingredient panel */

.flybye-page .ingredient-panel, .flybye-page .ingredient-card, .alpha-page .ingredient-panel, .alpha-page .ingredient-card {
  background: rgba(17, 26, 22, .68) !important;
  border: 1px solid rgba(253,217,102,.16) !important;
  backdrop-filter: blur(12px);
}

/* Bottom section fix */

.flybye-page .use-cases, .flybye-page .homeowners-section, .alpha-page .use-cases, .alpha-page .homeowners-section {
  background: linear-gradient( 180deg, #17191E 0%, #111418 100% ) !important;
}

/* HUGE headline below hero */

.flybye-page .homeowners-section h2, .alpha-page .homeowners-section h2 {
  color: rgba(253,217,102,.18) !important;
}

/* Small labels */

.flybye-page .mini-label, .alpha-page .mini-label {
  color: #C7B16A !important;
}

/* Stat boxes */

.flybye-page .stat-box, .alpha-page .stat-box {
  border: 1px solid rgba(253,217,102,.18) !important;
  background: rgba(255,255,255,.02) !important;
}

/* Remove bright green overlays from images */

.flybye-page img, .alpha-page img {
  filter: saturate(.92) contrast(1.02);
}

/* ========================================= FINAL GOLD SYSTEM + LOWER HEADER FIX ========================================= */

:root {
  --ab-gold-main: #E7C75A;
  --ab-gold-soft: #C7B16A;
  --ab-dark: #121418;
  --ab-panel: rgba(18,22,24,.82);
}

/* ========================= GLOBAL BUTTON SYSTEM ========================= */

button, .btn, .button, .cta-button, a.button, .shopify-payment-button button {
  background: linear-gradient( 180deg, #F0D777 0%, #E7C75A 100% ) !important;
  color: #1C1C1C !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  letter-spacing: .5px;
  box-shadow: 0 10px 28px rgba(0,0,0,.34), 0 0 24px rgba(231,199,90,.10) !important;
  transition: all .25s ease;
}

/* Hover */

button:hover, .btn:hover, .button:hover, .cta-button:hover, a.button:hover, .shopify-payment-button button:hover {
  transform: translateY(-2px);
  background: linear-gradient( 180deg, #F6E39A 0%, #E7C75A 100% ) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.42), 0 0 32px rgba(231,199,90,.18) !important;
}

/* ========================= MATCH ENTIRE HERO TO GOLD ========================= */

.hero, .top-section, .ab-hero {
  background: radial-gradient( circle at 82% 18%, rgba(104,119,85,.20), transparent 30% ), radial-gradient( circle at 14% 72%, rgba(231,199,90,.08), transparent 40% ), linear-gradient( 135deg, #071612 0%, #092019 42%, #101714 100% ) !important;
}

/* Gold accents */

.hero .highlight, .hero span, .hero strong, .top-section .highlight, .top-section span, .top-section strong {
  color: var(--ab-gold-main) !important;
}

/* Ingredient cards */

.ingredient-card, .stat-box, .info-card {
  border: 1px solid rgba(231,199,90,.16) !important;
  background: linear-gradient( 180deg, rgba(17,24,20,.92) 0%, rgba(11,18,15,.88) 100% ) !important;
}

/* ========================= FIX HIDDEN LOWER HEADER ========================= */

.homeowners-section {
  position: relative;
  z-index: 2;
  padding-top: 140px !important;
  background: linear-gradient( 180deg, #181B20 0%, #121418 100% ) !important;
}

/* Small top label */

.homeowners-section .eyebrow, .homeowners-section .mini-label {
  color: var(--ab-gold-soft) !important;
  position: relative;
  z-index: 5;
  opacity: .9;
}

/* MAIN hidden headline */

.homeowners-section h2, .homeowners-section .big-heading {
  color: rgba(231,199,90,.14) !important;
  line-height: .95;
  position: relative;
  z-index: 4;
}

/* Make images sit BELOW headline */

.homeowners-grid, .use-case-grid, .use-case-images {
  position: relative;
  z-index: 10;
  margin-top: 40px;
}

/* ================================================== ALPHA BOTANIX -- GOLD COLOR SYSTEM EXACTLY LIKE MOCKUP ================================================== */

:root {
  --ab-gold: #E7C75A;
  --ab-gold-soft: #CDB56A;
  --ab-bg: #071612;
  --ab-bg2: #0B1E18;
  --ab-panel: #0D1715;
  --ab-text: #F3F1EA;
  --ab-muted: #CFCBBE;
  --ab-border: rgba(231,199,90,.22);
}

/* ================================================== HERO SECTION ================================================== */

.flybye-page .hero, .flybye-page .top-section, .flybye-page .ab-hero {
  background: radial-gradient( circle at 82% 18%, rgba(104,119,85,.26), transparent 30% ), radial-gradient( circle at 14% 72%, rgba(231,199,90,.07), transparent 40% ), linear-gradient( 135deg, #071612 0%, #092019 42%, #101714 100% ) !important;
}

/* ================================================== TEXT COLORS ================================================== */

.flybye-page h1, .flybye-page h2, .flybye-page h3 {
  color: var(--ab-text);
}

.flybye-page p {
  color: var(--ab-muted);
}

/* GOLD HIGHLIGHT */

.flybye-page .highlight, .flybye-page h1 span, .flybye-page h2 span, .flybye-page strong {
  color: var(--ab-gold) !important;
}

/* EYEBROW */

.flybye-page .eyebrow, .flybye-page .mini-label {
  color: var(--ab-gold-soft) !important;
  letter-spacing: 4px;
  text-transform: uppercase;
}

/* SMALL GOLD LINE */

.flybye-page .accent-line, .flybye-page .underline {
  background: var(--ab-gold);
  height: 3px;
  border-radius: 999px;
}

/* ================================================== BUTTONS ================================================== */

.flybye-page .button, .flybye-page .btn, .flybye-page button, .flybye-page a[class*="button"] {
  background: linear-gradient( 180deg, #F3DA7A 0%, #E7C75A 100% ) !important;
  color: #1C1C1C !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 999px !important;
  font-weight: 700;
  letter-spacing: .5px;
  box-shadow: 0 10px 28px rgba(0,0,0,.34), 0 0 28px rgba(231,199,90,.10);
  transition: all .25s ease;
}

.flybye-page .button:hover, .flybye-page .btn:hover, .flybye-page button:hover, .flybye-page a[class*="button"]:hover {
  transform: translateY(-2px);
  background: linear-gradient( 180deg, #F8E6A3 0%, #E7C75A 100% ) !important;
  box-shadow: 0 14px 36px rgba(0,0,0,.42), 0 0 36px rgba(231,199,90,.18);
}

/* ================================================== INGREDIENT PANEL ================================================== */

.flybye-page .ingredient-panel, .flybye-page .ingredient-card, .flybye-page .info-card {
  background: linear-gradient( 180deg, rgba(13,23,21,.94) 0%, rgba(10,18,16,.88) 100% ) !important;
  border: 1px solid var(--ab-border) !important;
  border-radius: 28px;
  backdrop-filter: blur(12px);
}

/* INNER CARDS */

.flybye-page .ingredient-card {
  border-radius: 18px;
}

/* ICON CIRCLES */

.flybye-page .icon-circle {
  background: rgba(231,199,90,.12);
}

/* ================================================== STAT BOXES ================================================== */

.flybye-page .stat-box, .flybye-page .feature-box {
  background: linear-gradient( 180deg, rgba(12,20,18,.84), rgba(10,16,14,.92) ) !important;
  border: 1px solid rgba(231,199,90,.18);
  border-radius: 22px;
}

/* TEXT INSIDE STAT BOXES */

.flybye-page .stat-box *, .flybye-page .feature-box * {
  color: var(--ab-gold) !important;
}

/* ================================================== LOWER SECTION ================================================== */

.flybye-page .homeowners-section, .flybye-page .use-cases {
  background: linear-gradient( 180deg, #171A20 0%, #121418 100% ) !important;
  padding-top: 120px;
}

/* HUGE BACKGROUND HEADLINE */

.flybye-page .homeowners-section h2, .flybye-page .use-cases h2 {
  color: rgba(231,199,90,.92) !important;
  line-height: .95;
  letter-spacing: -2px;
}

/* TOP LABEL */

.flybye-page .homeowners-section .eyebrow, .flybye-page .use-cases .eyebrow {
  color: var(--ab-gold-soft) !important;
}

/* ================================================== IMAGE CARDS ================================================== */

.flybye-page img {
  border-radius: 28px;
  filter: saturate(.94) contrast(1.02);
}

/* ================================================== REMOVE ALL OLD LIME/GREEN ================================================== */

.flybye-page [style*="#A8D363"], .flybye-page [style*="#a8d363"], .flybye-page [style*="#B5DC3B"], .flybye-page [style*="#b5dc3b"] {
  color: var(--ab-gold) !important;
  background-color: var(--ab-gold) !important;
  border-color: var(--ab-gold) !important;
}

/* ================================================== ALPHA BOTANIX -- FORCE LIME TO ELIMINATION GOLD ================================================== */

.alpha-page {
  --ab-gold-final: #E7C75A;
  --ab-gold-soft-final: #CDB56A;
}

/* Main lime text */

.alpha-page .ab-eyebrow, .alpha-page .ab-kicker, .alpha-page .ab-ba-kicker, .alpha-page .ab-use-header span, .alpha-page .ab-hero-left h1 span, .alpha-page .ab-feature-row div, .alpha-page .ingredient-copy h3::after, .alpha-page .ab-hero-card h3::after, .alpha-page .ingredient-title::after, .alpha-page .ab-cycle-section .ab-eyebrow, .alpha-page .ab-cycle-tag {
  color: var(--ab-gold-final) !important;
}

/* Gold headline */

.alpha-page .ab-hero-left h1 span {
  color: var(--ab-gold-final) !important;
  text-shadow: none !important;
}

/* Lines / underlines */

.alpha-page .ab-kicker::after, .alpha-page .ab-hero-card h3::after, .alpha-page .ingredient-title::after, .alpha-page .ingredient-copy h3::after {
  background: var(--ab-gold-final) !important;
}

/* Feature boxes */

.alpha-page .ab-feature-row div {
  border-color: rgba(231,199,90,.32) !important;
  color: var(--ab-gold-final) !important;
}

/* Ingredient icons */

.alpha-page .ingredient-icon {
  color: var(--ab-gold-final) !important;
  background: rgba(231,199,90,.13) !important;
}

/* Buttons */

.alpha-page .ab-button, .alpha-page .ab-image-hero-btn, .alpha-page .ab-watch-btn, .alpha-page .ab-video-cta, .alpha-page .ab-ba-button, .alpha-page .ab-testimonial-button, .alpha-page button, .alpha-page .button {
  background: var(--ab-gold-final) !important;
  color: #1C1C1C !important;
  border-color: var(--ab-gold-final) !important;
  box-shadow: 0 16px 34px rgba(0,0,0,.28) !important;
}

.alpha-page .ab-button:hover, .alpha-page .ab-image-hero-btn:hover, .alpha-page .ab-watch-btn:hover, .alpha-page .ab-video-cta:hover, .alpha-page .ab-ba-button:hover, .alpha-page .ab-testimonial-button:hover {
  background: #F3DA7A !important;
  color: #1C1C1C !important;
}

/* Glows */

.alpha-page .ab-ba-glow {
  background: radial-gradient( circle, rgba(231,199,90,.42), rgba(231,199,90,.13) 45%, transparent 72% ) !important;
}

/* Drop shadows using old lime */

.alpha-page .ab-ba-product img {
  filter: drop-shadow(0 38px 55px rgba(0,0,0,.42)) drop-shadow(0 0 18px rgba(231,199,90,.22)) !important;
}

/* Testimonial featured badge */

.alpha-page .ab-testimonial-card.featured, .alpha-page .ab-testimonial-card.featured::before {
  border-color: var(--ab-gold-final) !important;
}

.alpha-page .ab-testimonial-card.featured::before {
  background: var(--ab-gold-final) !important;
  color: #1C1C1C !important;
}

/* Hover borders/glows */

.alpha-page .ingredient-row:hover, .alpha-page .ab-testimonial-card:hover, .alpha-page .ab-cycle-card:hover {
  border-color: rgba(231,199,90,.42) !important;
  box-shadow: 0 30px 60px rgba(0,0,0,.34), 0 0 22px rgba(231,199,90,.16) !important;
}

/* Homeowners header */

.alpha-page .ab-use-cases {
  background: linear-gradient(180deg, #171A20 0%, #121418 100%) !important;
}

.alpha-page .ab-use-header h2 {
  color: var(--ab-gold-final) !important;
  opacity: .92 !important;
}

.alpha-page .ab-use-header span {
  color: var(--ab-gold-soft-final) !important;
}

/* ========================================= LIGHT BACKGROUND SECTIONS = GREEN HEADERS ========================================= */

.alpha-page .ab-problem .ab-eyebrow, .alpha-page .ab-problem h2, .alpha-page .ab-video .ab-eyebrow, .alpha-page .ab-video h2, .alpha-page .ab-before-after .ab-ba-kicker, .alpha-page .ab-before-after h2 {
  color: #052E22 !important;
  text-shadow: none !important;
}

/* Keep dark sections gold */

.alpha-page .ab-hero-tech .ab-kicker, .alpha-page .ab-hero-tech h1 span, .alpha-page .ab-use-cases .ab-use-header span, .alpha-page .ab-use-cases .ab-use-header h2 {
  color: #E7C75A !important;
}

/* ================================================== FINAL VISUAL UNIFICATION FIXES Paste at VERY bottom of base.css ================================================== */

/* ========================================= 1. REMOVE OLD LIME SYSTEM GLOBALLY ========================================= */

:root {
  --ab-gold: #E7C75A;
  --ab-green: #052E22;
  --ab-dark: #101418;
  --ab-cream: #F4F1E6;
}

/* kill all old lime/yellow-green */

.alpha-page [style*="#A8D363"], .alpha-page [style*="#a8d363"], .alpha-page [style*="#b7cc2f"], .alpha-page [style*="#B7CC2F"], .alpha-page [style*="#7f9300"], .alpha-page [style*="#8fa600"], .alpha-page [style*="#6f8500"] {
  color: var(--ab-gold) !important;
  border-color: var(--ab-gold) !important;
  background-color: var(--ab-gold) !important;
}

/* ========================================= 2. FIX BEFORE/AFTER HEADER VISIBILITY ========================================= */

.alpha-page .ab-before-after h2, .alpha-page .ab-before-after .ab-large-heading, .alpha-page .ab-before-after .ab-ba-title {
  color: #F5F5F5 !important;
  opacity: 1 !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}

.alpha-page .ab-before-after .ab-ba-kicker, .alpha-page .ab-before-after .eyebrow {
  color: var(--ab-gold) !important;
}

/* subtitle */

.alpha-page .ab-before-after p {
  color: rgba(255,255,255,.82) !important;
}

/* ========================================= 3. TESTIMONIAL SECTION FIX ========================================= */

.alpha-page .ab-testimonials, .alpha-page .testimonial-section {
  background: radial-gradient( circle at 80% 20%, rgba(104,119,85,.18), transparent 28% ), radial-gradient( circle at 12% 75%, rgba(231,199,90,.06), transparent 40% ), linear-gradient( 135deg, #081712 0%, #0E1F18 45%, #15191D 100% ) !important;
}

/* testimonial cards */

.alpha-page .ab-testimonial-card, .alpha-page .testimonial-card {
  background: rgba(245,245,245,.96) !important;
  border: 1px solid rgba(231,199,90,.16) !important;
  box-shadow: 0 20px 40px rgba(0,0,0,.18);
}

/* testimonial text */

.alpha-page .ab-testimonial-card *, .alpha-page .testimonial-card * {
  color: #30463D !important;
}

/* ========================================= 4. LIGHT SECTIONS = GREEN HEADLINES ========================================= */

.alpha-page .ab-problem h2, .alpha-page .ab-video h2, .alpha-page .ab-action h2, .alpha-page .ab-problem .ab-eyebrow, .alpha-page .ab-video .ab-eyebrow, .alpha-page .ab-action .ab-eyebrow {
  color: var(--ab-green) !important;
}

/* body copy */

.alpha-page .ab-problem p, .alpha-page .ab-video p, .alpha-page .ab-action p {
  color: rgba(5,46,34,.78) !important;
}

/* ========================================= 5. DARK SECTIONS = GOLD HEADLINES ========================================= */

.alpha-page .ab-hero-tech .ab-kicker, .alpha-page .ab-use-cases .ab-use-header span, .alpha-page .ab-use-cases h2, .alpha-page .ab-testimonials .ab-kicker, .alpha-page .ab-testimonials h2 {
  color: var(--ab-gold) !important;
}

/* ========================================= 6. FIX COOL/GRAY CARDS ========================================= */

.alpha-page .ab-cycle-card, .alpha-page .ab-feature-card {
  background: linear-gradient( 180deg, rgba(21,27,24,.92), rgba(15,20,18,.96) ) !important;
  border: 1px solid rgba(231,199,90,.14) !important;
}

/* headings inside */

.alpha-page .ab-cycle-card h3, .alpha-page .ab-feature-card h3 {
  color: #F5F5F5 !important;
}

/* text inside */

.alpha-page .ab-cycle-card p, .alpha-page .ab-feature-card p {
  color: rgba(255,255,255,.72) !important;
}

/* ========================================= 7. BUTTON CONSISTENCY ========================================= */

.alpha-page .button, .alpha-page button, .alpha-page .btn, .alpha-page .ab-button {
  background: var(--ab-gold) !important;
  color: #1C1C1C !important;
  border-color: var(--ab-gold) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.24), 0 0 24px rgba(231,199,90,.12);
}

.alpha-page .button:hover, .alpha-page button:hover, .alpha-page .btn:hover, .alpha-page .ab-button:hover {
  background: #F0D777 !important;
}

/* ========================================= 8. REMOVE EXCESS GREEN TINTING ========================================= */

.alpha-page img {
  filter: saturate(.94) contrast(1.02);
}

/* ========================================= LIGHTEN HOMEOWNERS SECTION ========================================= */

.alpha-page .ab-use-cases, .alpha-page .homeowners-section {
  background: linear-gradient( 180deg, #F4F1E6 0%, #ECE7D8 100% ) !important;
}

/* Header */

.alpha-page .ab-use-header h2, .alpha-page .homeowners-section h2 {
  color: #052E22 !important;
  text-shadow: none !important;
}

/* Small top label */

.alpha-page .ab-use-header span, .alpha-page .homeowners-section .eyebrow {
  color: #B79A43 !important;
}

/* Image overlays slightly lighter */

.alpha-page .ab-use-card::before, .alpha-page .use-case-card::before {
  background: linear-gradient( 180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.42) 100% ) !important;
}

/* Card text */

.alpha-page .ab-use-card h3, .alpha-page .ab-use-card p, .alpha-page .use-case-card h3, .alpha-page .use-case-card p {
  color: #F8F8F8 !important;
}

/* Slightly brighten images */

.alpha-page .ab-use-card img, .alpha-page .use-case-card img {
  filter: brightness(1.04) saturate(.96) contrast(1.01);
}

/* ========================================= FORCE HOMEOWNERS HEADING DARK GREEN ========================================= */

.alpha-page .ab-use-cases .ab-use-inner .ab-use-header h2, .alpha-page .ab-use-cases .ab-use-header h2, .alpha-page .ab-use-header h2 {
  color: #052E22 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

/* BEST USED ON */

.alpha-page .ab-use-cases .ab-use-inner .ab-use-header span, .alpha-page .ab-use-cases .ab-use-header span, .alpha-page .ab-use-header span {
  color: #7C5C3B !important;
  opacity: 1 !important;
}

/* ========================================= REMOVE EMOJI ICONS FROM CYCLE CARDS ========================================= */

.alpha-page .ab-cycle-icon {
  display: none !important;
}

/* Make number circles more premium */

.alpha-page .ab-cycle-number {
  width: 72px !important;
  height: 72px !important;
  background: #3D5B3B !important;
  color: #F5F5F5 !important;
  border: 1px solid rgba(231,199,90,.18) !important;
  box-shadow: 0 10px 26px rgba(0,0,0,.22) !important;
}

/* Give card headings a little more room now */

.alpha-page .ab-cycle-card h3 {
  margin-top: 28px !important;
}

@media screen and (max-width: 767px) {
  .ab-ba-mobile {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: visible !important;
  }
  .ab-ba-mobile img {
    width: 88% !important;
    max-width: 420px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    transform: scale(1.18) !important;
    transform-origin: center top !important;
    object-fit: contain !important;
  }
}

/* MOBILE IMAGE TRUE CENTER FIX */

@media screen and (max-width: 767px) {
  .alpha-page .ab-before-after, .alpha-page .ab-ba-wrap, .alpha-page .ab-ba-mobile {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    justify-content: center !important;
  }
  .alpha-page .ab-ba-mobile img {
    display: block !important;
    width: 135% !important;
    max-width: 135% !important;
    height: auto !important;
    margin: 0 auto !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }
}

@media screen and (max-width: 767px) {
  .alpha-page .ab-ba-mobile {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }
  .alpha-page .ab-ba-mobile img {
    display: inline-block !important;
    width: auto !important;
    max-width: 92% !important;
    height: auto !important;
    margin: 0 auto !important;
    transform: none !important;
    position: static !important;
  }
  .alpha-page .ab-ba-desktop {
    display: none !important;
  }
}

/* ========================= ALPHA BOTANIX HERO ========================= */

.ah-hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.ah-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
}

.ah-overlay, .ah-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient( 90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.38) 38%, rgba(0,0,0,.18) 68%, rgba(0,0,0,.08) 100% );
}

.ah-hero-content {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  padding: 90px 40px 120px;
  padding-left: 6vw;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* LOGO */

.ah-logo {
  width: 520px;
  max-width: 82%;
  height: auto;
  display: block;
  margin: -0 auto 10px auto;
  filter: drop-shadow(0 0 18px rgba(212,185,104,.18));
}

/* HEADLINE */

.ah-hero-content h1 {
  margin: 0;
  font-size: clamp(46px, 6vw, 92px);
  line-height: .92;
  font-weight: 700;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Acherus Militant", sans-serif;
}

.ah-hero-content h1 span {
  color: #d4b968;
}

/* SUBHEAD */

.ah-subhead {
  margin-top: 20px;
  max-width: 620px;
  font-size: 19px;
  line-height: 1.6;
  color: rgba(255,255,255,.84);
  font-weight: 400;
  letter-spacing: .2px;
}

/* BUTTONS */

.ah-buttons {
  margin-top: 36px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.ah-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 16px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all .3s ease;
}

.ah-btn-primary {
  background: #d4b968;
  color: #111;
}

.ah-btn-primary:hover {
  transform: translateY(-2px);
  background: #e6cc7c;
}

.ah-btn-secondary {
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
}

.ah-btn-secondary:hover {
  background: rgba(255,255,255,.10);
  transform: translateY(-2px);
}

/* ========================= TABLET ========================= */

@media screen and (max-width: 991px) {
  .ah-hero-content {
    padding: 90px 30px 90px;
  }
  .ah-logo {
    width: 420px;
    max-width: 88%;
    margin-bottom: 14px;
  }
  .ah-hero-content h1 {
    font-size: clamp(46px, 9vw, 72px);
    line-height: .94;
    letter-spacing: -1.5px;
  }
  .ah-subhead {
    margin-top: 18px;
    max-width: 560px;
    font-size: 17px;
    line-height: 1.6;
  }
  .ah-buttons {
    margin-top: 28px;
  }
}

/* ========================= MOBILE ========================= */

@media screen and (max-width: 767px) {
  .ah-hero {
    min-height: 92vh;
  }
  .ah-hero-bg {
    object-position: 64% center;
  }
  .ah-hero-content {
    padding: 72px 22px 70px;
  }
  .ah-logo {
    width: 290px;
    max-width: 92%;
    margin-bottom: 18px;
  }
  .ah-hero-content h1 {
    font-size: 48px;
    line-height: .95;
    letter-spacing: -1px;
  }
  .ah-subhead {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.55;
    max-width: 92%;
  }
  .ah-buttons {
    margin-top: 26px;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .ah-btn {
    width: 100%;
    max-width: 320px;
  }
}

/* ========================= ALPHA BOTANIX HERO -- FINAL OVERRIDE ========================= */

.ah-hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

/* ADJUST BACKGROUND POSITION HERE */

.ah-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
}

/* DARKEN / LIGHTEN HERO HERE */

.ah-overlay, .ah-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient( 90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.50) 35%, rgba(0,0,0,.18) 70%, rgba(0,0,0,.05) 100% );
}

/* ADJUST WHOLE TEXT BLOCK HERE */

.ah-hero-content {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  padding: 120px 40px 120px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translate(-40px, -20px);
}

/* LOGO -- ADJUST SIZE / SPACE HERE */

.ah-logo {
  width: 400px;
  max-width: 82%;
  height: auto;
  display: block;
  margin: 0 0 42px 0;
  position: relative;
  top: -100px;
  filter: drop-shadow(0 0 18px rgba(212,185,104,.18));
}

/* HEADLINE */

.ah-hero-content h1 {
  margin: 0;
  font-size: clamp(54px, 6vw, 96px);
  line-height: .90;
  font-weight: 700;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Acherus Militant", sans-serif;
}

.ah-hero-content h1 span {
  color: #d4b968;
}

/* SUBHEAD */

.ah-subhead {
  margin-top: 26px;
  max-width: 560px;
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255,255,255,.84);
  font-weight: 400;
  letter-spacing: .2px;
}

/* BUTTONS */

.ah-buttons {
  margin-top: 36px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.ah-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 16px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all .3s ease;
}

.ah-btn-primary {
  background: #d4b968;
  color: #111;
}

.ah-btn-primary:hover {
  transform: translateY(-2px);
  background: #e6cc7c;
}

.ah-btn-secondary {
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
}

.ah-btn-secondary:hover {
  background: rgba(255,255,255,.10);
  transform: translateY(-2px);
}

/* ========================= TABLET ========================= */

@media screen and (max-width: 991px) {
  .ah-hero-content {
    padding: 90px 30px 90px;
    text-align: center;
    align-items: center;
    transform: translate(0, -10px);
  }
  .ah-logo {
    width: 420px;
    max-width: 88%;
    margin: 0 auto 28px auto;
  }
  .ah-hero-content h1 {
    font-size: clamp(46px, 9vw, 72px);
    line-height: .94;
    letter-spacing: -1.5px;
  }
  .ah-subhead {
    margin-top: 18px;
    max-width: 560px;
    font-size: 17px;
    line-height: 1.6;
  }
  .ah-buttons {
    justify-content: center;
    margin-top: 28px;
  }
}

/* ========================= MOBILE ========================= */

@media screen and (max-width: 767px) {
  .ah-hero {
    min-height: 92vh;
  }
  .ah-hero-bg {
    object-position: 64% center;
  }
  .ah-hero-content {
    padding: 72px 22px 70px;
    text-align: center;
    align-items: center;
    transform: translate(0, -6px);
  }
  .ah-logo {
    width: 290px;
    max-width: 92%;
    margin: 0 auto 22px auto;
  }
  .ah-hero-content h1 {
    font-size: 48px;
    line-height: .95;
    letter-spacing: -1px;
  }
  .ah-subhead {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.55;
    max-width: 92%;
  }
  .ah-buttons {
    margin-top: 26px;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .ah-btn {
    width: 100%;
    max-width: 320px;
  }
}

.ab-proof-strip {
  width: 100%;
  background: #f4efe5;
  border-top: 1px solid rgba(76, 91, 62, 0.18);
  border-bottom: 1px solid rgba(76, 91, 62, 0.18);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 28px 5vw;
  gap: 0;
}

.ab-proof-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 24px;
  border-right: 1px solid rgba(76, 91, 62, 0.22);
}

.ab-proof-item:last-child {
  border-right: none;
}

.ab-proof-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  color: #6f7444;
}

.ab-proof-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ab-proof-item h3 {
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #1c1c1c;
  font-weight: 800;
}

.ab-proof-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #2f3029;
}

/* Mobile */

@media (max-width: 900px) {
  .ab-proof-strip {
    grid-template-columns: 1fr;
    padding: 22px 24px;
  }
  .ab-proof-item {
    border-right: none;
    border-bottom: 1px solid rgba(76, 91, 62, 0.18);
    padding: 18px 0;
  }
  .ab-proof-item:last-child {
    border-bottom: none;
  }
}

.ab-problem-section {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 48px;
  min-height: 520px;
  padding: 72px 6vw;
  background: radial-gradient(circle at 70% 45%, rgba(111, 116, 68, 0.12), transparent 34%), linear-gradient(90deg, #f4efe3 0%, #efe5d5 100%);
}

.ab-problem-section::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 20px;
  width: 280px;
  height: 440px;
  background-image: url("PASTE-SUBTLE-LEAF-LINE-ART-URL-HERE");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  opacity: 0.18;
  pointer-events: none;
}

.ab-problem-copy {
  position: relative;
  z-index: 2;
  max-width: 540px;
}

.ab-section-kicker {
  margin: 0 0 18px;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4c5b3e;
  font-weight: 800;
}

.ab-problem-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(38px, 4.6vw, 62px);
  line-height: 0.98;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: #151515;
  font-weight: 900;
}

.ab-problem-copy p:not(.ab-section-kicker) {
  margin: 0 0 34px;
  max-width: 520px;
  font-size: 18px;
  line-height: 1.65;
  color: #2b2b26;
}

.ab-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 14px 24px;
  border: 2px solid #77784f;
  color: #2f3325;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  font-weight: 800;
  background: rgba(244, 239, 227, 0.42);
  transition: all 0.25s ease;
}

.ab-outline-btn:hover {
  background: #4c5b3e;
  color: #f7f1e7;
  border-color: #4c5b3e;
}

.ab-cycle-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ab-cycle-image {
  width: min(100%, 650px);
  height: auto;
  display: block;
}

/* Mobile */

@media (max-width: 900px) {
  .ab-problem-section {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 56px 24px;
    text-align: left;
  }
  .ab-problem-copy h2 {
    font-size: 38px;
  }
  .ab-problem-copy p:not(.ab-section-kicker) {
    font-size: 16px;
  }
  .ab-cycle-image {
    width: 100%;
    max-width: 460px;
  }
  .ab-problem-section::after {
    opacity: 0.11;
    right: -110px;
  }
}

/* ========================================= ALPHA BOTANIX -- SYSTEM SECTION FINAL CLEAN ========================================= */

.ab-system-section {
  position: relative;
  width: 100%;
  aspect-ratio: 2048 / 835;
  overflow: hidden;
  background: #10140c;
  container-type: inline-size;
}

.ab-system-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center center;
  z-index: 1;
}

.ab-system-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0,0,0,.28);
}

.ab-system-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient( circle at center, rgba(0,0,0,.62) 0%, rgba(0,0,0,.46) 18%, rgba(0,0,0,.18) 36%, rgba(0,0,0,0) 58% );
}

.ab-system-content {
  position: absolute;
  inset: 0;
  z-index: 3;
}

/* TOP COPY */

.ab-system-top {
  position: absolute;
  top: 8.5%;
  left: 0;
  width: 100%;
  text-align: center;
}

.ab-system-top p {
  margin: 0 0 1.2cqw;
  color: #d4b968 !important;
  font-size: 0.65cqw;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.ab-system-top h2 {
  margin: 0 0 1.3cqw;
  color: #fff !important;
  font-size: 3.6cqw;
  line-height: .95;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ab-system-top h3 {
  margin: 0;
  color: #d4b968 !important;
  font-size: 1cqw;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

/* SIDE PANELS */

.ab-system-left, .ab-system-right {
  position: absolute;
  z-index: 5;
  text-align: left;
}

.ab-system-left {
  left: 22%;
  top: 42%;
  width: 22%;
}

.ab-system-right {
  left: 61.5%;
  top: 42%;
  width: 23%;
}

.ab-system-left h2, .ab-system-right h2 {
  margin: 0 0 .8cqw;
  color: #fff !important;
  font-size: 3.25cqw;
  line-height: 1;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ab-system-left h2 span, .ab-system-right h2 span {
  color: #d4b968 !important;
}

.ab-system-left h3, .ab-system-right h3 {
  margin: 0 0 1.4cqw;
  color: #d4b968 !important;
  font-size: .78cqw;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ab-system-left p, .ab-system-right p {
  margin: 0 0 1.65cqw;
  color: rgba(255,255,255,.84) !important;
  font-size: .78cqw;
  line-height: 1.6;
}

.ab-system-left a, .ab-system-right a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11.25cqw;
  padding: .9cqw 1.45cqw;
  border: 1px solid rgba(212,185,104,.55);
  color: #fff !important;
  background: rgba(0,0,0,.18);
  text-decoration: none !important;
  font-size: .65cqw;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

/* CENTER ORB */

.ab-system-center {
  position: absolute;
  left: 50%;
  top: 38%;
  width: 17.5%;
  aspect-ratio: 1 / 1;
  transform: translateX(-50%);
  z-index: 4;
}

.ab-system-ring {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: .1cqw solid rgba(255,221,103,.9);
  background: radial-gradient( circle at center, rgba(255,221,103,.48) 0%, rgba(231,199,90,.22) 20%, rgba(231,199,90,.08) 42%, rgba(0,0,0,.18) 78% );
  box-shadow: 0 0 .8cqw rgba(255,235,150,.72), 0 0 2.6cqw rgba(255,221,103,.48), 0 0 5.8cqw rgba(231,199,90,.26), inset 0 0 1.65cqw rgba(255,235,150,.16);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: abOrbGlow 9s ease-in-out infinite;
  transform-origin: center;
}

.ab-system-ring::after {
  content: "";
  position: absolute;
  inset: -2%;
  border-radius: 50%;
  background: repeating-conic-gradient( from 0deg, rgba(255,221,103,.2) 0deg, rgba(255,221,103,.2) 1deg, transparent 1deg, transparent 7deg );
  opacity: .42;
  mask-image: radial-gradient(circle, transparent 0 31%, black 32% 100%);
  -webkit-mask-image: radial-gradient(circle, transparent 0 31%, black 32% 100%);
  pointer-events: none;
}

.ab-system-ring-inner {
  position: relative;
  z-index: 2;
  width: 70%;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab-system-shield, .ab-system-ring-inner p {
  display: none;
}

.ab-system-ring-inner::before {
  content: "";
  width: 45%;
  height: 45%;
  background-image: url("/cdn/shop/files/PRIMARY_ICON_LOGO.png?v=1778614032");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(1.55) drop-shadow(0 0 .6cqw rgba(255,235,150,.95)) drop-shadow(0 0 2cqw rgba(231,199,90,.72)) drop-shadow(0 0 4cqw rgba(231,199,90,.38));
}

@keyframes abOrbGlow {
  0% {
    transform: scale(1);
    filter: brightness(1) drop-shadow(0 0 .5cqw rgba(216,189,99,.25));
  }
  50% {
    transform: scale(1.12);
    filter: brightness(1.22) drop-shadow(0 0 3cqw rgba(216,189,99,.65));
  }
  100% {
    transform: scale(1);
    filter: brightness(1) drop-shadow(0 0 .5cqw rgba(216,189,99,.25));
  }
}

/* MOBILE IMAGE VERSION */

.ab-system-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .ab-system-section {
    display: none;
  }
  .ab-system-mobile {
    display: block;
    width: 100%;
    background: #10140c;
  }
  .ab-system-mobile img {
    display: block;
    width: 100%;
    height: auto;
  }
}

/* ========================================= ABOUT ALPHA BOTANIX ========================================= */

.ab-about-section {
  position: relative;
  width: 100%;
  background: #f5f2ea;
  padding: 70px 5vw;
  display: grid;
  grid-template-columns: 34% 66%;
  gap: 42px;
  align-items: center;
  overflow: hidden;
}

/* LEFT SIDE */

.ab-about-left {
  max-width: 520px;
}

.ab-about-kicker {
  margin: 0 0 18px;
  color: #5f6547;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.ab-about-left h2 {
  margin: 0 0 26px;
  color: #121212;
  font-size: clamp(38px, 3vw, 72px);
  line-height: .92;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.ab-about-copy {
  margin: 0 0 34px;
  color: #2a2a2a;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 400;
}

.ab-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border: 1px solid rgba(95,101,71,.45);
  color: #3d4330 !important;
  background: transparent;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: all .3s ease;
}

.ab-about-btn:hover {
  background: rgba(95,101,71,.08);
  border-color: rgba(95,101,71,.75);
}

/* RIGHT SIDE */

.ab-about-right {
  width: 100%;
}

.ab-about-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.ab-about-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1.22;
  background: #ddd;
}

.ab-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .8s ease;
}

.ab-about-img:hover img {
  transform: scale(1.04);
}

/* MOBILE */

@media screen and (max-width: 900px) {
  .ab-about-section {
    grid-template-columns: 1fr;
    padding: 60px 24px;
    gap: 40px;
  }
  .ab-about-left {
    max-width: 100%;
  }
  .ab-about-left h2 {
    font-size: 48px;
  }
  .ab-about-copy {
    font-size: 18px;
  }
  .ab-about-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

/* ========================================= FLYBELL TEASER -- MOCKUP MATCH ========================================= */

.ab-flybell-teaser {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1.25fr .95fr .95fr;
  align-items: center;
  gap: 34px;
  min-height: 295px;
  max-height: 295px;
  padding: 28px 7vw 0;
  overflow: hidden;
  background: radial-gradient(circle at 48% 42%, rgba(255,255,255,.25), transparent 32%), linear-gradient(90deg, #d7c7a6 0%, #cdbc98 45%, #d9c8a6 100%);
  border-top: 1px solid rgba(60,55,40,.22);
  border-bottom: 1px solid rgba(60,55,40,.28);
  color: #2d3127;
}

.ab-flybell-teaser::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .10;
  pointer-events: none;
  background: repeating-linear-gradient( 0deg, rgba(0,0,0,.035) 0, rgba(0,0,0,.035) 1px, transparent 1px, transparent 4px );
}

.ab-flybell-copy, .ab-flybell-product, .ab-flybell-features, .ab-flybell-signup {
  position: relative;
  z-index: 2;
}

.ab-flybell-kicker {
  margin: 0 0 4px;
  font-size: 14px;
  letter-spacing: .24em;
  font-weight: 900;
  text-transform: uppercase;
  color: #4b4f43;
}

.ab-flybell-copy h2 {
  margin: 0;
  font-size: clamp(58px, 5.2vw, 92px);
  line-height: .82;
  letter-spacing: .08em;
  font-weight: 800;
  color: #2f342b;
  text-transform: uppercase;
  /* FIX BREAKING */
  white-space: normal;
  word-break: keep-all;
}

/* control the line break cleanly */

.ab-flybell-copy h2 br {
  display: block;
  margin-top: -6px;
}

.ab-flybell-copy h3 {
  margin: 16px 0 10px;
  font-size: 17px;
  line-height: 1.1;
  letter-spacing: .18em;
  font-weight: 900;
  text-transform: uppercase;
  color: #35382f;
}

.ab-flybell-copy p {
  max-width: 430px;
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 650;
  color: #3d4035;
}

/* PRODUCT -- cropped like mockup */

.ab-flybell-product {
  height: 295px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.ab-flybell-product::before {
  display: none !important;
}

.ab-flybell-product-img {
  width: min(430px, 100%);
  max-width: none;
  transform: translateY(18px);
  filter: drop-shadow(0 18px 22px rgba(0,0,0,.28));
}

/* FEATURES */

.ab-flybell-features {
  display: grid;
  gap: 12px;
}

.ab-flybell-features div {
  position: relative;
  padding-left: 46px;
  font-size: 14px;
  line-height: 1.25;
  color: #3b3d31;
  font-weight: 600;
}

.ab-flybell-features strong {
  display: block;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #2f3128;
}

.ab-flybell-features div::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 32px;
  height: 32px;
  border: 2px solid rgba(72,76,58,.55);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 14px;
  color: #626c47;
  background: rgba(255,255,255,.10);
}

.ab-flybell-features div:nth-child(1)::before {
  content: "âœ¦";
}

.ab-flybell-features div:nth-child(2)::before {
  content: "â—Ž";
}

.ab-flybell-features div:nth-child(3)::before {
  content: "âœ“";
}

.ab-flybell-features div:nth-child(4)::before {
  content: "âœ§";
}

/* SIGNUP */

.ab-flybell-signup {
  padding-left: 20px;
}

.ab-flybell-signup h3 {
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: .14em;
  font-weight: 500;
  text-transform: uppercase;
  color: #5f6648;
}

.ab-flybell-signup p {
  max-width: 280px;
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 650;
  color: #33362d;
}

.ab-flybell-signup form {
  display: flex;
  width: 100%;
  max-width: 310px;
  border: 2px solid rgba(82,83,63,.28);
  background: rgba(244,236,214,.45);
}

.ab-flybell-signup input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 14px 15px;
  font-size: 13px;
  color: #2d3127;
  outline: none;
}

.ab-flybell-signup button {
  width: 56px;
  border: 0;
  background: #687242;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

/* MOBILE */

@media (max-width: 900px) {
  .ab-flybell-teaser {
    grid-template-columns: 1fr;
    max-height: none;
    min-height: auto;
    padding: 44px 24px 0;
    gap: 24px;
  }
  .ab-flybell-product {
    height: 250px;
  }
  .ab-flybell-product-img {
    width: 340px;
    transform: translateY(10px);
  }
  .ab-flybell-signup {
    padding-left: 0;
    padding-bottom: 36px;
  }
  /* ========================= ALPHA BOTANIX FOOTER ========================= */
}

.ab-footer-bar {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr auto;
  align-items: center;
  gap: 42px;
  padding: 34px 5vw 54px;
  background: radial-gradient(circle at center, rgba(120,150,70,.10), transparent 45%), linear-gradient(90deg,#22311c 0%,#344528 50%,#22311c 100%);
  color: #efe7cf;
}

/* subtle texture */

.ab-footer-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .08;
  background: repeating-linear-gradient( 0deg, rgba(255,255,255,.04) 0px, rgba(255,255,255,.04) 1px, transparent 1px, transparent 4px );
}

/* columns */

.ab-footer-mission, .ab-footer-feature, .ab-footer-social {
  position: relative;
  z-index: 2;
}

/* left mission */

.ab-footer-mission {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 22px;
  align-items: center;
  padding-right: 36px;
  border-right: 1px solid rgba(216,199,140,.16);
}

/* features */

.ab-footer-feature {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  align-items: center;
  padding-right: 28px;
  border-right: 1px solid rgba(216,199,140,.14);
}

/* icons */

.ab-footer-icon {
  font-size: 28px;
  line-height: 1;
  color: #d8c78c;
  opacity: .92;
}

/* headings */

.ab-footer-bar h4 {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 800;
  color: #d8c78c;
}

/* body */

.ab-footer-bar p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #f2ead3;
}

/* socials */

.ab-footer-social {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 26px;
  color: #d8c78c;
}

/* url */

.ab-footer-url {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  font-size: 13px;
  letter-spacing: .34em;
  font-weight: 700;
  color: #d8c78c;
  z-index: 2;
}

/* remove borders from last items */

.ab-footer-feature:last-of-type {
  border-right: none;
}

/* REMOVE SHOPIFY FOOTER */

footer.footer, .footer, .shopify-section-group-footer-group {
  display: none !important;
}

/* MOBILE */

@media (max-width:990px) {
  .ab-footer-bar {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 42px 24px 78px;
  }
  .ab-footer-mission, .ab-footer-feature {
    border-right: none;
    padding-right: 0;
  }
  .ab-footer-url {
    bottom: 24px;
    font-size: 11px;
    letter-spacing: .2em;
  }
}

.ab-proof-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7b7b47;
  opacity: .95;
}

.ab-proof-icon svg {
  width: 52px;
  height: 52px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ========================================= FINAL PROBLEM SECTION FIX ========================================= */

.ab-problem-section {
  display: grid !important;
  grid-template-columns: 46% 54% !important;
  align-items: center !important;
  gap: 0 !important;
  width: 100% !important;
  padding: 90px 5vw !important;
  background: #f4efe4 !important;
  overflow: hidden !important;
}

.ab-problem-copy {
  width: 100% !important;
  max-width: 560px !important;
  min-width: 0 !important;
  padding-right: 40px !important;
  position: relative !important;
  z-index: 3 !important;
}

.ab-problem-copy h2 {
  margin: 0 0 28px !important;
  max-width: 560px !important;
  font-size: clamp(54px, 4.6vw, 82px) !important;
  line-height: .94 !important;
  letter-spacing: .02em !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  color: #111 !important;
}

.ab-problem-copy p:not(.ab-section-kicker) {
  max-width: 520px !important;
  font-size: 22px !important;
  line-height: 1.55 !important;
  color: #3d3d35 !important;
}

.ab-cycle-wrap {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.ab-cycle-static, .ab-cycle-image {
  display: block !important;
  width: 100% !important;
  max-width: 760px !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* MOBILE */

@media screen and (max-width: 980px) {
  .ab-problem-section {
    grid-template-columns: 1fr !important;
    padding: 70px 6vw !important;
    gap: 42px !important;
  }
  .ab-problem-copy {
    max-width: 680px !important;
    padding-right: 0 !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
  .ab-problem-copy h2 {
    font-size: clamp(42px, 10vw, 64px) !important;
    max-width: 100% !important;
  }
  .ab-problem-copy p:not(.ab-section-kicker) {
    font-size: 19px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .ab-cycle-static, .ab-cycle-image {
    max-width: 100% !important;
  }
}

/* FINAL HOMEPAGE PROBLEM SECTION */

.alpha-home .ab-problem-section {
  display: grid !important;
  grid-template-columns: minmax(360px, 38%) minmax(0, 62%) !important;
  align-items: center !important;
  gap: 48px !important;
  padding: 90px 6vw !important;
  background: #f4efe4 !important;
  overflow: hidden !important;
}

.alpha-home .ab-problem-copy {
  max-width: 520px !important;
  min-width: 0 !important;
}

.alpha-home .ab-problem-copy h2 {
  font-size: clamp(48px, 4.8vw, 82px) !important;
  line-height: .95 !important;
  letter-spacing: .02em !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  margin: 0 0 28px !important;
}

.alpha-home .ab-problem-copy p:not(.ab-section-kicker) {
  font-size: 21px !important;
  line-height: 1.55 !important;
  max-width: 500px !important;
}

.alpha-home .ab-cycle-wrap {
  width: 100% !important;
  min-width: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.alpha-home .ab-cycle-static {
  width: 100% !important;
  max-width: 860px !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
}

@media screen and (max-width: 980px) {
  .alpha-home .ab-problem-section {
    grid-template-columns: 1fr !important;
  }
}

/* ================================================== ALPHA BOTANIX HOMEPAGE -- CLEAN WORKING CSS Scope: .alpha-home only This replaces the old Alpha Home CSS blocks. ================================================== */

.alpha-home, .alpha-home * {
  box-sizing: border-box;
}

.alpha-home {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #f4efe4;
  color: #111;
}

.alpha-home img {
  max-width: 100%;
  height: auto;
}

/* ========================= HERO ========================= */

.alpha-home .ah-hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #000;
}

.alpha-home .ah-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  filter: none !important;
  border-radius: 0 !important;
}

.alpha-home .ah-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient( 90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.50) 36%, rgba(0,0,0,.20) 70%, rgba(0,0,0,.05) 100% );
}

.alpha-home .ah-hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  padding: 120px 6vw;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.alpha-home .ah-logo {
  width: 400px;
  max-width: 82%;
  height: auto;
  display: block;
  margin: 0 0 34px;
  filter: drop-shadow(0 0 18px rgba(212,185,104,.18)) !important;
  border-radius: 0 !important;
}

.alpha-home .ah-hero-content h1 {
  margin: 0;
  color: #fff !important;
  font-size: clamp(54px,6vw,96px);
  line-height: .9;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-weight: 800;
}

.alpha-home .ah-hero-content h1 span {
  color: #d4b968 !important;
}

.alpha-home .ah-subhead {
  margin: 26px 0 0;
  max-width: 560px;
  color: rgba(255,255,255,.84) !important;
  font-size: 20px;
  line-height: 1.6;
}

.alpha-home .ah-buttons {
  margin-top: 36px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.alpha-home .ah-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 16px 28px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.alpha-home .ah-btn-primary {
  background: #d4b968 !important;
  color: #111 !important;
}

.alpha-home .ah-btn-secondary {
  border: 1px solid rgba(255,255,255,.3) !important;
  color: #fff !important;
  background: rgba(255,255,255,.06) !important;
}

/* ========================= PROOF STRIP ========================= */

.alpha-home .ab-proof-strip {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 0;
  padding: 28px 5vw;
  background: #f4efe5;
  border-top: 1px solid rgba(76,91,62,.18);
  border-bottom: 1px solid rgba(76,91,62,.18);
}

.alpha-home .ab-proof-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 22px;
  border-right: 1px solid rgba(76,91,62,.16);
}

.alpha-home .ab-proof-item:last-child {
  border-right: 0;
}

.alpha-home .ab-proof-icon {
  font-size: 34px;
  line-height: 1;
  color: #6d754a;
}

.alpha-home .ab-proof-copy h3 {
  margin: 0 0 6px;
  color: #1c1c1c !important;
  font-size: 13px;
  letter-spacing: .12em;
  font-weight: 900;
}

.alpha-home .ab-proof-copy p {
  margin: 0;
  color: #4b4b3f !important;
  font-size: 14px;
  line-height: 1.35;
}

/* ========================= LIFE CYCLE / PROBLEM SECTION Uses current homepage HTML: .ab-life-section ========================= */

.alpha-home .ab-life-section {
  width: 100%;
  min-height: 720px;
  padding: 90px 6vw;
  display: grid;
  grid-template-columns: 38% 62%;
  align-items: center;
  gap: 48px;
  background: radial-gradient(circle at 72% 50%, rgba(90,92,62,.14), transparent 38%), linear-gradient(90deg,#f7f3e8 0%,#eee7d8 100%);
  overflow: hidden;
}

.alpha-home .ab-life-copy {
  max-width: 560px;
  position: relative;
  z-index: 2;
}

.alpha-home .ab-life-kicker {
  margin: 0 0 28px;
  color: #4c5b3e !important;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.alpha-home .ab-life-copy h2 {
  margin: 0 0 32px;
  color: #111 !important;
  font-family: "Acherus Militant", Arial, sans-serif;
  font-size: clamp(46px,4.8vw,82px);
  line-height: .98;
  letter-spacing: .06em;
  font-weight: 900;
  text-transform: uppercase;
}

.alpha-home .ab-life-copy p:not(.ab-life-kicker) {
  margin: 0 0 42px;
  max-width: 560px;
  color: #222 !important;
  font-size: 20px;
  line-height: 1.6;
}

.alpha-home .ab-life-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 18px 34px;
  border: 1px solid #6d7150;
  background: transparent !important;
  color: #111 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  border-radius: 0;
  box-shadow: none !important;
}

.alpha-home .ab-life-image {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alpha-home .ab-life-image img {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  object-fit: contain;
  object-position: center center;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  margin: 0 auto;
}

/* These old homepage-only classes are intentionally neutralized so they cannot fight the current .ab-life-section. */

.alpha-home .ab-problem-section, .alpha-home .ab-problem-copy, .alpha-home .ab-cycle-wrap, .alpha-home .ab-cycle-static, .alpha-home .ab-outline-btn, .alpha-home .ab-section-kicker {
  /* no styles; old section removed */
}

/* ========================= SYSTEM SECTION ========================= */

.alpha-home .ab-system-section {
  position: relative;
  width: 100%;
  aspect-ratio: 2048 / 835;
  overflow: hidden;
  background: #10140c;
  container-type: inline-size;
}

.alpha-home .ab-system-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 1;
  border-radius: 0 !important;
  filter: none !important;
}

.alpha-home .ab-system-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0,0,0,.28);
}

.alpha-home .ab-system-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient( circle at center, rgba(0,0,0,.62) 0%, rgba(0,0,0,.46) 18%, rgba(0,0,0,.18) 36%, rgba(0,0,0,0) 58% );
}

.alpha-home .ab-system-content {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.alpha-home .ab-system-top {
  position: absolute;
  top: 8.5%;
  left: 0;
  width: 100%;
  text-align: center;
}

/* ========================= ABOUT ========================= */

.alpha-home .ab-about-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
  padding: 90px 6vw;
  background: #f4efe4;
}

.alpha-home .ab-about-left {
  max-width: 560px;
}

.alpha-home .ab-about-kicker {
  margin: 0 0 18px;
  color: #6d754a !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .2em;
}

.alpha-home .ab-about-left h2 {
  margin: 0 0 26px;
  color: #121212 !important;
  font-size: clamp(42px,4.6vw,78px);
  line-height: .92;
  text-transform: uppercase;
}

.alpha-home .ab-about-copy {
  margin: 0 0 34px;
  color: #2a2a2a !important;
  font-size: 20px;
  line-height: 1.6;
}

.alpha-home .ab-about-btn {
  display: inline-flex;
  padding: 15px 28px;
  border: 1px solid rgba(95,101,71,.45);
  color: #3d4330 !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
}

.alpha-home .ab-about-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
}

.alpha-home .ab-about-img {
  overflow: hidden;
  aspect-ratio: 1 / 1.22;
}

.alpha-home .ab-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ========================= FLYBELL TEASER ========================= */

.alpha-home .ab-flybell-teaser {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1.25fr .95fr .95fr;
  align-items: center;
  gap: 34px;
  min-height: 295px;
  padding: 28px 7vw 0;
  overflow: hidden;
  background: linear-gradient(90deg,#d7c7a6 0%,#cdbc98 45%,#d9c8a6 100%);
  color: #2d3127;
}

.alpha-home .ab-flybell-kicker {
  margin: 0 0 8px;
  color: #687242 !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2em;
}

.alpha-home .ab-flybell-copy h2 {
  margin: 0;
  color: #2d3127 !important;
  font-size: clamp(44px,5vw,86px);
  line-height: .9;
}

.alpha-home .ab-flybell-copy h3 {
  margin: 8px 0 14px;
  color: #5f6648 !important;
  font-size: 16px;
  letter-spacing: .12em;
}

.alpha-home .ab-flybell-copy p {
  margin: 0;
  color: #33362d !important;
  font-size: 16px;
  line-height: 1.45;
}

.alpha-home .ab-flybell-product {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 295px;
}

.alpha-home .ab-flybell-product-img {
  width: 390px;
  max-width: none;
  height: auto;
  transform: translateY(60px);
  filter: drop-shadow(0 24px 34px rgba(0,0,0,.25)) !important;
}

.alpha-home .ab-flybell-features {
  display: grid;
  gap: 12px;
}

.alpha-home .ab-flybell-features div {
  color: #33362d !important;
  font-size: 14px;
  line-height: 1.35;
}

.alpha-home .ab-flybell-signup h3 {
  margin: 0 0 10px;
  color: #5f6648 !important;
}

.alpha-home .ab-flybell-signup p {
  color: #33362d !important;
}

.alpha-home .ab-flybell-signup form {
  display: flex;
  max-width: 310px;
  border: 2px solid rgba(82,83,63,.28);
}

.alpha-home .ab-flybell-signup input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 14px;
  background: rgba(255,255,255,.35);
}

.alpha-home .ab-flybell-signup button {
  width: 56px;
  border: 0;
  background: #687242 !important;
  color: #fff !important;
}

/* ========================= FOOTER BAR ========================= */

.alpha-home .ab-footer-bar {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr auto;
  align-items: center;
  gap: 36px;
  padding: 34px 5vw 54px;
  background: linear-gradient(90deg,#22311c 0%,#344528 50%,#22311c 100%);
  color: #efe7cf;
}

.alpha-home .ab-footer-mission, .alpha-home .ab-footer-feature {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  align-items: center;
  border-right: 1px solid rgba(216,199,140,.16);
  padding-right: 24px;
}

.alpha-home .ab-footer-bar h3 {
  margin: 0 0 4px;
  color: #d8c78c !important;
  font-size: 13px;
  letter-spacing: .14em;
}

.alpha-home .ab-footer-bar p {
  margin: 0;
  color: #f2ead3 !important;
  font-size: 14px;
  line-height: 1.45;
}

.alpha-home .ab-footer-social {
  display: flex;
  gap: 18px;
  color: #d8c78c;
  font-size: 24px;
}

.alpha-home .ab-footer-url {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  color: #d8c78c;
  font-size: 13px;
  letter-spacing: .34em;
  font-weight: 700;
}

/* ========================= MOBILE / TABLET ========================= */

@media screen and (max-width:980px) {
  .alpha-home .ab-proof-strip {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .alpha-home .ab-proof-item {
    border-right: 0;
    padding: 0;
  }
  .alpha-home .ab-life-section {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 70px 6vw;
    text-align: center;
    min-height: auto;
  }
  .alpha-home .ab-life-copy {
    max-width: 680px;
    margin: 0 auto;
  }
  .alpha-home .ab-life-copy h2 {
    font-size: clamp(42px,10vw,64px);
  }
  .alpha-home .ab-life-copy p:not(.ab-life-kicker) {
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
  }
  .alpha-home .ab-life-image img {
    max-width: 620px;
  }
  .alpha-home .ab-system-section {
    display: none;
  }
  .alpha-home .ab-system-mobile {
    display: block;
  }
  .alpha-home .ab-system-mobile img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0 !important;
  }
  .alpha-home .ab-about-section {
    grid-template-columns: 1fr;
    padding: 60px 24px;
  }
  .alpha-home .ab-about-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .alpha-home .ab-flybell-teaser {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 44px 24px 0;
  }
  .alpha-home .ab-flybell-product {
    height: 250px;
  }
  .alpha-home .ab-flybell-product-img {
    width: 340px;
  }
  .alpha-home .ab-footer-bar {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 42px 24px 78px;
  }
  .alpha-home .ab-footer-mission, .alpha-home .ab-footer-feature {
    border-right: 0;
    padding-right: 0;
  }
}

@media screen and (max-width:767px) {
  .alpha-home .ah-hero {
    min-height: 92vh;
  }
  .alpha-home .ah-hero-bg {
    object-position: 64% center;
  }
  .alpha-home .ah-hero-content {
    padding: 72px 22px 70px;
    text-align: center;
    align-items: center;
  }
  .alpha-home .ah-logo {
    width: 290px;
    margin: 0 auto 22px;
  }
  .alpha-home .ah-hero-content h1 {
    font-size: 48px;
  }
  .alpha-home .ah-subhead {
    font-size: 15px;
  }
  .alpha-home .ah-buttons {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .alpha-home .ah-btn {
    width: 100%;
    max-width: 320px;
  }
  .alpha-home .ab-life-section {
    padding: 58px 22px;
  }
  .alpha-home .ab-life-image img {
    max-width: 100%;
  }
}

/* ========================================= HOMEPAGE -- PROBLEM / LIFE CYCLE SECTION ========================================= */

.alpha-home .home-life-section {
  position: relative;
  width: 100%;
  min-height: 760px;
  padding: 90px 6vw;
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  background: radial-gradient(circle at 72% 48%, rgba(113,116,77,.12), transparent 34%), linear-gradient(90deg, #f8f4ea 0%, #efe7d8 100%);
}

/* LEFT SIDE */

.alpha-home .home-life-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.alpha-home .home-life-kicker {
  margin: 0 0 24px;
  color: #5d6645;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.alpha-home .home-life-copy h2 {
  margin: 0 0 28px;
  color: #101010;
  font-size: clamp(48px, 5vw, 86px);
  line-height: .96;
  letter-spacing: .04em;
  font-weight: 900;
  text-transform: uppercase;
}

.alpha-home .home-life-copy p {
  margin: 0 0 38px;
  max-width: 560px;
  color: #2a2a2a;
  font-size: 20px;
  line-height: 1.65;
}

.alpha-home .home-life-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 34px;
  border: 1px solid #6f7352;
  background: transparent;
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  transition: .25s ease;
}

.alpha-home .home-life-btn:hover {
  background: #6f7352;
  color: #fff;
}

/* RIGHT SIDE */

.alpha-home .home-life-image {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alpha-home .home-life-image img {
  display: block;
  width: 100%;
  max-width: 920px;
  height: auto;
  object-fit: contain;
  object-position: center center;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

/* MOBILE */

@media screen and (max-width: 980px) {
  .alpha-home .home-life-section {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 50px;
    padding: 70px 24px;
  }
  .alpha-home .home-life-copy {
    max-width: 760px;
    margin: 0 auto;
  }
  .alpha-home .home-life-copy p {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }
  .alpha-home .home-life-image img {
    max-width: 680px;
  }
}

/* ========================================= ALPHA HOME -- FOOTER BAR FINAL FIX ========================================= */

.alpha-home .ab-footer-bar, .alpha-home .ab-footer-bar * {
  box-sizing: border-box !important;
}

.alpha-home .ab-footer-bar {
  width: 100% !important;
  margin: 0 !important;
  padding: 32px 6vw 26px !important;
  min-height: 185px !important;
  display: grid !important;
  grid-template-columns: 1.75fr 1.05fr 1.2fr 1.05fr .75fr !important;
  align-items: center !important;
  column-gap: 34px !important;
  position: relative !important;
  overflow: hidden !important;
  background: radial-gradient(circle at 18% 50%, rgba(212,185,104,.12), transparent 34%), linear-gradient(90deg, #26341f 0%, #465439 50%, #22301e 100%) !important;
  color: #f4efe3 !important;
}

/* Kill default paragraph/header spacing */

.alpha-home .ab-footer-bar h3, .alpha-home .ab-footer-bar p {
  margin: 0 !important;
  padding: 0 !important;
}

.alpha-home .ab-footer-mission, .alpha-home .ab-footer-feature {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  align-items: center !important;
  gap: 22px !important;
  min-width: 0 !important;
}

.alpha-home .ab-footer-feature {
  min-height: 90px !important;
  padding-left: 34px !important;
  border-left: 1px solid rgba(212,185,104,.25) !important;
}

.alpha-home .ab-footer-shield {
  width: 92px !important;
  height: 92px !important;
  flex: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 3px solid #c9ad62 !important;
  color: #c9ad62 !important;
  font-size: 34px !important;
  line-height: 1 !important;
  clip-path: polygon(50% 0%, 88% 16%, 88% 60%, 50% 100%, 12% 60%, 12% 16%) !important;
}

.alpha-home .ab-footer-feature span {
  width: 58px !important;
  height: 58px !important;
  flex: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #d4b968 !important;
  font-size: 32px !important;
  line-height: 1 !important;
}

.alpha-home .ab-footer-bar h3 {
  color: #d4b968 !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.alpha-home .ab-footer-bar p {
  margin-top: 8px !important;
  color: rgba(244,239,227,.88) !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
}

.alpha-home .ab-footer-social {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 20px !important;
  color: #d4b968 !important;
  font-size: 28px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.alpha-home .ab-footer-url {
  position: absolute !important;
  left: 50% !important;
  bottom: 18px !important;
  transform: translateX(-50%) !important;
  color: #d4b968 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  letter-spacing: .42em !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

/* MOBILE */

@media screen and (max-width:900px) {
  .alpha-home .ab-footer-bar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 42px 26px 34px !important;
  }
  .alpha-home .ab-footer-feature {
    border-left: 0 !important;
    border-top: 1px solid rgba(212,185,104,.22) !important;
    padding-left: 0 !important;
    padding-top: 22px !important;
  }
  .alpha-home .ab-footer-url {
    position: static !important;
    transform: none !important;
    text-align: center !important;
    margin-top: 12px !important;
    font-size: 13px !important;
    letter-spacing: .28em !important;
  }
  .alpha-home .ab-footer-social {
    justify-content: center !important;
  }
}

/* ========================================= ALPHA HOME -- REAL PROBLEM SECTION ONLY ========================================= */

.alpha-home .ab-rp-2026 {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 2048 / 1024 !important;
  overflow: hidden !important;
  background: url("/cdn/shop/files/ChatGPT_Image_May_15_2026_at_01_59_38_PM.png?v=1778871681") center center / cover no-repeat !important;
}

.alpha-home .ab-rp-left {
  position: absolute !important;
  top: 10% !important;
  left: 23% !important;
  width: 24% !important;
  z-index: 5 !important;
  color: #050505 !important;
}

.alpha-home .ab-rp-center {
  position: absolute !important;
  top: 39% !important;
  right: 24% !important;
  z-index: 5 !important;
  text-align: center !important;
  color: #050505 !important;
}

.alpha-home .ab-rp-kicker {
  margin: 0 0 1.2cqw !important;
  color: #4b5728 !important;
  font-size: 1cqw !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
}

.alpha-home .ab-rp-left h2 {
  margin: 0 0 2cqw !important;
  color: #050505 !important;
  font-size: 4.4cqw !important;
  line-height: .92 !important;
  font-weight: 900 !important;
  letter-spacing: -.04em !important;
}

.alpha-home .ab-rp-left p {
  margin: 0 0 1.3cqw !important;
  color: #050505 !important;
  font-size: 1cqw !important;
  line-height: 1.3 !important;
}

.alpha-home .ab-rp-left strong {
  display: block !important;
  color: #4b5728 !important;
  font-size: 1.15cqw !important;
  font-weight: 900 !important;
}

.alpha-home .ab-rp-center h3 {
  margin: 0 0 1cqw !important;
  color: #050505 !important;
  font-size: 3.2cqw !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
}

.alpha-home .ab-rp-center p {
  margin: 0 !important;
  color: #050505 !important;
  font-size: 1.15cqw !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
}

.alpha-home .ab-problem-final {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 2048/1024 !important;
  overflow: hidden !important;
  background: #f3eadb !important;
}

.alpha-home .ab-problem-bg {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  z-index: 1 !important;
}

.alpha-home .ab-problem-left {
  position: absolute !important;
  top: 9% !important;
  left: 24% !important;
  width: 24% !important;
  z-index: 2 !important;
  color: #050505 !important;
}

.alpha-home .ab-problem-kicker {
  margin: 0 0 1.2cqw !important;
  color: #4b5728 !important;
  font-size: 1cqw !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
}

.alpha-home .ab-problem-left h2 {
  margin: 0 0 2cqw !important;
  color: #050505 !important;
  font-size: 4.5cqw !important;
  line-height: .92 !important;
  font-weight: 900 !important;
}

.alpha-home .ab-problem-left p {
  margin: 0 0 1.25cqw !important;
  font-size: 1cqw !important;
  line-height: 1.3 !important;
}

.alpha-home .ab-problem-left strong {
  display: block !important;
  color: #4b5728 !important;
  font-size: 1.1cqw !important;
  font-weight: 900 !important;
}

.alpha-home .ab-problem-center {
  position: absolute !important;
  top: 39% !important;
  right: 24% !important;
  z-index: 2 !important;
  text-align: center !important;
  color: #050505 !important;
}

.alpha-home .ab-problem-center h3 {
  margin: 0 0 1cqw !important;
  font-size: 3.2cqw !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
}

.alpha-home .ab-problem-center p {
  margin: 0 !important;
  font-size: 1.1cqw !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
}

/* FORCE PROBLEM SECTION FIX */

.ab-problem-final, .alpha-home .ab-problem-final {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 2048/1024 !important;
  overflow: hidden !important;
  background: #f3eadb !important;
}

.ab-problem-bg, .alpha-home .ab-problem-bg {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  z-index: 1 !important;
}

.ab-problem-left, .alpha-home .ab-problem-left {
  position: absolute !important;
  top: 9% !important;
  left: 24% !important;
  width: 24% !important;
  z-index: 5 !important;
  color: #050505 !important;
}

.ab-problem-center, .alpha-home .ab-problem-center {
  position: absolute !important;
  top: 39% !important;
  right: 24% !important;
  z-index: 5 !important;
  text-align: center !important;
  color: #050505 !important;
}

.ab-problem-left h2, .alpha-home .ab-problem-left h2 {
  font-size: 4.5cqw !important;
  line-height: .92 !important;
  margin: 0 0 2cqw !important;
}

.ab-problem-left p, .alpha-home .ab-problem-left p {
  font-size: 1cqw !important;
  line-height: 1.3 !important;
}

.ab-problem-center h3, .alpha-home .ab-problem-center h3 {
  font-size: 3.2cqw !important;
  line-height: 1.05 !important;
}

/* ================================ FLYBELL IMAGE-ONLY HERO ================================ */

.flybell-image-hero {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background: #111;
}

.flybell-image-hero img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* Remove Shopify default spacing around this section if needed */

.shopify-section:has(.flybell-image-hero) {
  margin: 0 !important;
  padding: 0 !important;
}

/* ==================================== FLYBELL LANDING PAGE ==================================== */

.flybell-landing {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #111;
}

.flybell-hero-image {
  display: block;
  width: 100%;
  height: auto;
}

/* REMOVE SHOPIFY PAGE SPACING */

.flybell-landing {
  margin-top: -80px;
}

/* Remove default page width */

.main-page-title, .page-width, .rte {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Remove page title */

.main-page-title {
  display: none !important;
}

/* Remove extra spacing */

.shopify-section {
  margin: 0 !important;
  padding: 0 !important;
}

/* REMOVE IMAGE BORDER / BOX */

.flybell-landing img, .flybell-hero-image {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* REMOVE SHOPIFY MEDIA STYLING */

.media, .banner, .image-with-text, img {
  border: none !important;
  box-shadow: none !important;
}

/* ================================ FLYBELL TRUST STRIP ================================ */

.flybell-trust-strip {
  width: 100%;
  background: linear-gradient(90deg, #14180f 0%, #1c2115 50%, #10130d 100%);
  border-top: 1px solid rgba(214, 194, 106, 0.25);
  border-bottom: 1px solid rgba(214, 194, 106, 0.25);
  padding: 26px 44px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  align-items: center;
}

.flybell-trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.flybell-trust-icon {
  color: #a8ad49;
  font-size: 42px;
  line-height: 1;
  font-weight: 400;
  flex-shrink: 0;
}

.flybell-trust-item p {
  margin: 0;
  color: #f4f1df;
  font-family: Acherus Militant, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0,0,0,.6);
}

/* Tablet */

@media (max-width: 1100px) {
  .flybell-trust-strip {
    grid-template-columns: repeat(3, 1fr);
    padding: 24px 28px;
  }
}

/* Mobile */

@media (max-width: 640px) {
  .flybell-trust-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 18px;
    padding: 24px 18px;
  }
  .flybell-trust-icon {
    font-size: 34px;
  }
  .flybell-trust-item p {
    font-size: 12px;
  }
}

/* ================================ FLYBELL USE CASES SECTION ================================ */

.flybell-use-cases {
  width: 100%;
  background: #f3efe5;
  padding: 44px 32px 54px;
  overflow: hidden;
}

.flybell-use-cases h2 {
  margin: 0 0 34px;
  text-align: center;
  font-family: Acherus Militant, Impact, sans-serif;
  font-size: clamp(34px, 4vw, 64px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
}

.flybell-use-cases h2 span {
  color: #4c5b32;
}

.flybell-use-grid {
  width: 100%;
  max-width: 1840px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.flybell-use-card {
  margin: 0;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #15180f;
  box-shadow: 0 12px 30px rgba(0,0,0,.16);
}

.flybell-use-card img {
  display: block;
  width: 100%;
  height: auto;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Tablet */

@media (max-width: 1200px) {
  .flybell-use-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */

@media (max-width: 760px) {
  .flybell-use-cases {
    padding: 34px 16px 42px;
  }
  .flybell-use-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .flybell-use-cases h2 {
    margin-bottom: 24px;
  }
}

/* ========================================= FLYBELL USE CASES SECTION -- CLEAN CARDS ========================================= */

.flybell-use-cases {
  width: 100%;
  background: #f3efe5;
  padding: 44px 28px 58px;
  overflow: hidden;
}

.flybell-use-cases h2 {
  margin: 0 0 38px;
  text-align: center;
  font-family: "Acherus Militant", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(30px,3.4vw,50px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: .025em;
  text-transform: uppercase;
  color: #111;
}

.flybell-use-cases h2 span {
  color: #687544;
  font-weight: 400;
}

.flybell-use-grid {
  width: 100%;
  max-width: 1880px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 28px;
  align-items: stretch;
}

.flybell-use-card {
  width: 100%;
  aspect-ratio: 4 / 5.35;
  background: #11150f;
  border-radius: 18px;
  overflow: hidden;
  border: none !important;
  outline: none !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.14);
}

.flybell-use-card img {
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  max-width: none !important;
  object-fit: cover;
  object-position: center center;
  margin: -3px;
  padding: 0;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Tablet */

@media (max-width:1200px) {
  .flybell-use-grid {
    grid-template-columns: repeat(3,1fr);
  }
}

/* Mobile */

@media (max-width:760px) {
  .flybell-use-cases {
    padding: 34px 16px 42px;
  }
  .flybell-use-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .flybell-use-cases h2 {
    font-size: clamp(28px,8vw,40px);
    margin-bottom: 26px;
  }
}

/* ================================ FLYBELL PAGE -- HIDE TITLE + FIX LAYOUT ================================ */

.template-page .main-page-title, .template-page h1.title, [class*="flybell"] ~ .main-page-title, #MainContent > .page-width > h1 {
  display: none !important;
}

.shopify-section:has(.flybell-image-hero), .shopify-section:has(.flybell-trust-strip), .shopify-section:has(.flybell-use-cases), .shopify-section:has(.flybell-setup-strip) {
  margin: 0 !important;
  padding: 0 !important;
}

.flybell-trust-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 16px !important;
}

.flybell-trust-icon {
  display: inline-block !important;
  flex-shrink: 0 !important;
  font-size: 42px !important;
  line-height: 1 !important;
  width: auto !important;
  height: auto !important;
}

/* ================================ FLYBELL SETUP STRIP ================================ */

.flybell-setup-strip {
  width: 100vw;
  height: 150px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  background-image: url("/cdn/shop/files/ChatGPT_Image_May_20_2026_at_03_32_41_PM.png?v=1779309238");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
}

.flybell-setup-strip img {
  display: none;
}

/* ================================ FLYBELL SYSTEM STRIP ================================ */

.flybell-system-strip {
  width: 100%;
  min-height: 480px;
  position: relative;
  overflow: hidden;
  background-image: url("/cdn/shop/files/ChatGPT_Image_May_20_2026_at_03_57_07_PM.png?v=1779310710");
  background-size: cover;
  background-position: center center;
}

.flybell-system-overlay {
  width: 100%;
  min-height: 480px;
  display: grid;
  grid-template-columns: 16% 68% 16%;
  align-items: center;
  padding: 48px 0;
  box-sizing: border-box;
}

.flybell-system-side {
  max-width: 200px;
  padding: 0 2vw;
}

.flybell-system-side.left {
  text-align: right;
  justify-self: end;
}

.flybell-system-side.right {
  text-align: left;
  justify-self: start;
  padding-right: 0;
  margin-left: 2vw;
}

.fb-system-kicker {
  color: #9dad59;
  font-size: 18px !important;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.flybell-system-side h2 {
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 12px;
  line-height: 1.15;
}

.flybell-system-side p {
  color: rgba(255,255,255,.85) !important;
  font-size: 16px !important;
  line-height: 1.55;
  font-weight: 500 !important;
  margin: 0 0 20px;
}

.fb-system-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  min-width: 160px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(255,255,255,.55) !important;
  background: transparent !important;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .16em !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.fb-system-btn:hover {
  background: rgba(255,255,255,.1) !important;
  border-color: #fff !important;
}

.flybell-system-center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0 40px;
}

.flybell-system-center h3 {
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3;
}

.flybell-system-strip .fb-system-orb {
  width: 190px !important;
  height: 190px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(157,173,89,.65) !important;
  background: rgba(40,55,20,.72) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding: 20px !important;
  gap: 4px !important;
}

.flybell-system-strip .fb-system-orb span {
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  line-height: 1.3 !important;
  display: block !important;
}

.flybell-system-strip .fb-system-orb strong {
  color: #9dad59 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  display: block !important;
}

@media (max-width: 900px) {
  .flybell-system-overlay {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 48px 24px;
    text-align: center;
  }
  .flybell-system-side, .flybell-system-side.left, .flybell-system-side.right {
    max-width: 100%;
    justify-self: center;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .flybell-system-center {
    order: -1;
  }
}

.flybell-system-strip .fb-system-orb {
  width: 260px !important;
  height: 260px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(157,173,89,.65) !important;
  background: rgba(30,45,15,.82) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding: 28px !important;
  gap: 6px !important;
}

.flybell-system-strip .fb-system-orb span {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  line-height: 1.3 !important;
  display: block !important;
}

.flybell-system-strip .fb-system-orb strong {
  color: #9dad59 !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  display: block !important;
}

/* ================================ FLYBELL SYSTEM STRIP -- BRAND FIXES ================================ */

.fb-system-kicker {
  color: #d4b968 !important;
}

.flybell-system-center h3 {
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: .18em !important;
}

.fb-system-kicker {
  color: #d4b968 !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  margin: 0 0 10px !important;
  white-space: nowrap !important;
}

.flybell-system-side {
  max-width: 240px !important;
}

.flybell-system-side.right {
  max-width: 240px !important;
  min-width: 180px !important;
}

.flybell-system-overlay {
  grid-template-columns: 15% 70% 15% !important;
}

/* ================================ FLYBELL WAITLIST BAR ================================ */

.flybell-waitlist-bar {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  align-items: center;
  gap: 48px;
  padding: 36px 6vw;
  box-sizing: border-box;
  background: linear-gradient(90deg, #e8e4d8 0%, #1c1f18 55%, #1c1f18 100%);
}

.flybell-waitlist-left h2 {
  margin: 0 0 10px;
  color: #1c1f18 !important;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.1;
}

.flybell-waitlist-left h2 span {
  color: #4c6b2a !important;
}

.flybell-waitlist-left p {
  margin: 0;
  color: #3a3a30 !important;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
}

.flybell-waitlist-right {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.flybell-waitlist-form {
  display: flex;
  height: 52px;
  width: 100%;
  max-width: 620px;
}

.flybell-waitlist-form input {
  flex: 1;
  min-width: 0;
  height: 100%;
  border: 0;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  background: #fff;
  outline: none;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.flybell-waitlist-form button {
  height: 100%;
  padding: 0 28px;
  border: 0;
  background: #4c6b2a;
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: background .25s ease;
}

.flybell-waitlist-form button:hover {
  background: #5a7d32 !important;
}

.flybell-waitlist-trust {
  display: flex;
  gap: 32px;
  align-items: center;
}

.flybell-waitlist-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.flybell-waitlist-trust-item span {
  color: #9dad59;
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(157,173,89,.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.flybell-waitlist-trust-item p {
  margin: 0;
  color: rgba(255,255,255,.82) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.3;
}

@media (max-width: 900px) {
  .flybell-waitlist-bar {
    grid-template-columns: 1fr;
    gap: 28px;
    background: linear-gradient(180deg, #e8e4d8 0%, #1c1f18 40%);
  }
  .flybell-waitlist-form {
    max-width: 100%;
  }
  .flybell-waitlist-trust {
    gap: 20px;
    flex-wrap: wrap;
  }
}

.flybell-trust-item:nth-child(1) .flybell-trust-icon {
  color: #FFD966;
}

.flybell-trust-item:nth-child(2) .flybell-trust-icon {
  color: #6B7755;
}

.flybell-trust-item:nth-child(3) .flybell-trust-icon {
  color: #FFD966;
}

.flybell-trust-item:nth-child(4) .flybell-trust-icon {
  color: #7C5C3B;
}

.flybell-trust-item:nth-child(5) .flybell-trust-icon {
  color: #FFD966;
}

.flybell-trust-item:nth-child(6) .flybell-trust-icon {
  color: #6B7755;
}

/* ================================ ALPHA BOTANIX -- CUSTOM NAV ================================ */

/* Hide Shopify native header */

.header-wrapper .header {
  display: none !important;
}

.header-wrapper {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.section-header, sticky-header, .shopify-section-group-header-group {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.shopify-section-group-header-group + * {
  margin-top: 0 !important;
}

.announcement-bar-section {
  display: none !important;
}

#MainContent {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* NAV WRAPPER */

.ab-custom-nav {
  position: relative;
  width: 100%;
  height: 72px;
  padding: 0 56px;
  box-sizing: border-box;
  background: rgba(245,242,235,.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(61,91,59,.10);
  transition: height .35s ease, background .35s ease, box-shadow .35s ease;
}

.ab-custom-nav.scrolled {
  height: 56px !important;
  background: rgba(245,242,235,.99) !important;
  box-shadow: 0 2px 18px rgba(0,0,0,.10) !important;
}

/* INNER GRID */

.ab-nav-inner {
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  transition: height .35s ease;
}

.ab-custom-nav.scrolled .ab-nav-inner {
  height: 56px !important;
}

/* LEFT LINKS */

.ab-nav-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 34px;
}

.ab-nav-link {
  color: #1C1C1C !important;
  text-decoration: none !important;
  font-family: "Acherus Militant", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  transition: color .35s ease !important;
}

.ab-nav-link:hover {
  color: #7C5C3B !important;
}

/* CENTER LOGO */

.ab-nav-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

.ab-nav-logo img, .ab-nav-logo-img {
  height: 90px !important;
  width: auto !important;
  display: block !important;
  transition: height .35s ease !important;
}

.ab-custom-nav.scrolled .ab-nav-logo img, .ab-custom-nav.scrolled .ab-nav-logo-img {
  height: 32px !important;
}

/* RIGHT ICONS */

.ab-nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.ab-nav-icon {
  color: #1C1C1C !important;
  width: auto !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  position: relative !important;
  transition: color .35s ease !important;
}

.ab-custom-nav.scrolled .ab-nav-icon {
  color: #1C1C1C !important;
}

.ab-nav-icon svg {
  width: 22px !important;
  height: 22px !important;
  stroke-width: 1.8 !important;
}

.ab-nav-icon:hover {
  color: #7C5C3B !important;
}

/* HIDE HERO LOGO */

.alpha-home .ah-logo {
  display: none !important;
}

/* MOBILE */

@media (max-width: 768px) {
  .ab-custom-nav {
    height: 56px;
    padding: 0 18px;
  }
  .ab-nav-inner {
    height: 56px;
  }
  .ab-nav-left {
    gap: 14px;
  }
  .ab-nav-link {
    font-size: 9px !important;
    letter-spacing: .14em !important;
  }
  .ab-nav-logo img, .ab-nav-logo-img {
    height: 28px !important;
  }
  .ab-nav-right {
    gap: 12px;
  }
  .ab-nav-icon svg {
    width: 19px !important;
    height: 19px !important;
  }
}

.ab-nav-left {
  justify-content: flex-end !important;
  gap: 28px !important;
}

.ab-nav-right {
  justify-content: flex-start !important;
  gap: 28px !important;
}

.ab-nav-left {
  justify-content: flex-start !important;
  gap: 34px !important;
}

.ab-nav-right {
  justify-content: flex-end !important;
  gap: 22px !important;
}

/* ================================ MOBILE NAV -- HAMBURGER + DRAWER ================================ */

/* Hide hamburger on desktop */

.ab-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 8px !important;
  cursor: pointer;
  z-index: 2;
}

.ab-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #1C1C1C;
  border-radius: 2px;
  transition: all .3s ease;
}

/* Hide desktop links on mobile */

@media (max-width: 768px) {
  .ab-nav-left {
    display: none !important;
  }
  .ab-hamburger {
    display: flex !important;
  }
  .ab-nav-inner {
    grid-template-columns: 40px 1fr auto !important;
  }
}

/* OVERLAY */

.ab-mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 9998;
}

.ab-mobile-overlay.open {
  display: block;
}

/* DRAWER */

.ab-mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 280px;
  z-index: 10000;
  background: #f5f2eb;
  padding: 32px 28px;
  box-sizing: border-box;
  transform: translateX(-100%);
  transition: transform .35s cubic-bezier(.16,1,.3,1);
  display: flex;
  flex-direction: column;
}

.ab-mobile-drawer.open {
  transform: translateX(0);
}

.ab-drawer-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 20px;
  color: #1C1C1C;
  cursor: pointer;
  padding: 8px !important;
  border-radius: 0 !important;
}

.ab-drawer-logo {
  height: 40px;
  width: auto;
  margin: 20px 0 40px;
}

.ab-drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ab-drawer-link {
  color: #1C1C1C !important;
  text-decoration: none !important;
  font-family: "Acherus Militant", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid rgba(61,91,59,.12) !important;
  transition: color .2s ease !important;
}

.ab-drawer-link:hover {
  color: #7C5C3B !important;
}

/* Prevent body scroll when drawer open */

body.ab-menu-open {
  overflow: hidden;
}

.flybell-image-hero {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.flybell-image-hero img {
  display: block;
  width: 100%;
  height: auto;
}

/* ================================ FLYBELL USE CASES -- FINAL ================================ */

.flybell-use-card {
  position: relative !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  background: #11150f !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.22) !important;
  aspect-ratio: 3 / 4 !important;
  transform: none !important;
}

.flybell-use-card img {
  display: block !important;
  width: 100% !important;
  height: 74% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
  border: none !important;
  box-shadow: none !important;
  max-width: none !important;
  margin: 0 !important;
}

.flybell-use-overlay {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 26% !important;
  padding: 16px 18px !important;
  background: #171e12 !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}

.flybell-use-overlay svg {
  width: 38px !important;
  height: 38px !important;
  flex-shrink: 0 !important;
  fill: none !important;
  stroke: #9dad59 !important;
  stroke-width: 1.4 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.flybell-use-overlay h3 {
  margin: 0 0 5px !important;
  color: #fff !important;
  font-family: "Acherus Militant", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
}

.flybell-use-overlay p {
  margin: 0 !important;
  color: rgba(255,255,255,.72) !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
}

@media (max-width: 768px) {
  .flybell-use-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }
  .flybell-use-card {
    aspect-ratio: 3 / 4 !important;
  }
  .flybell-use-overlay {
    height: 30% !important;
    padding: 12px 14px !important;
    gap: 10px !important;
  }
  .flybell-use-overlay svg {
    width: 28px !important;
    height: 28px !important;
  }
  .flybell-use-overlay h3 {
    font-size: 13px !important;
    letter-spacing: .08em !important;
  }
  .flybell-use-overlay p {
    font-size: 11px !important;
  }
}

@media (max-width: 768px) {
  .flybell-use-card:last-child {
    grid-column: span 2 !important;
    aspect-ratio: 16 / 9 !important;
  }
}

@media (max-width: 768px) {
  .flybell-use-overlay h3 {
    font-size: 16px !important;
  }
  .flybell-use-overlay p {
    font-size: 13px !important;
  }
}

@media (max-width: 768px) {
  .flybell-use-overlay svg {
    width: 36px !important;
    height: 36px !important;
  }
}

.alpha-home .ab-about-img {
  background: transparent !important;
}

.alpha-home .ab-about-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* DESKTOP */

.alpha-home .ab-flybell-product-img {
  width: 390px !important;
  transform: translateY(140px) !important;
}

/* MOBILE */

@media (max-width: 900px) {
  .alpha-home .ab-flybell-teaser {
    padding-top: 32px !important;
    padding-bottom: 0 !important;
    gap: 16px !important;
  }
  .alpha-home .ab-flybell-product {
    height: 280px !important;
    overflow: hidden !important;
    margin-top: -20px !important;
  }
  .alpha-home .ab-flybell-product-img {
    width: 420px !important;
    max-width: none !important;
    transform: translateY(-35px) !important;
  }
}

/* DESKTOP */

.alpha-home .ab-flybell-product-img {
  width: 390px !important;
  transform: translateY(80px) !important;
}

.alpha-home .ab-flybell-teaser {
  align-items: center !important;
}

.alpha-home .ab-flybell-product {
  align-items: center !important;
  justify-content: center !important;
}

.alpha-page .ab-hero img, .alpha-page .ab-hero-img {
  max-height: 90vh !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.ab-problem .ab-two-col {
  grid-template-columns: 1fr 1fr !important;
}

.ab-problem .ab-container {
  max-width: 100% !important;
  padding: 0 5vw !important;
}

.ab-problem .ab-card h3 {
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

/* ================================ BIN TEST SECTION -- FINAL CLEAN ================================ */

.ab-bin-test {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  background-color: #0d1a09 !important;
  background-image: url("/cdn/shop/files/Background_AB_box.png?v=1779328869") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 32px 24px 36px !important;
  text-align: center !important;
}

.ab-bin-inner {
  position: relative !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  z-index: 2 !important;
}

.ab-bin-kicker {
  display: block !important;
  margin: 0 0 12px !important;
  color: #d4b968 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  letter-spacing: .28em !important;
  text-transform: uppercase !important;
}

.ab-bin-stage {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 0 auto 24px !important;
  overflow: hidden !important;
}

.ab-bin-bg {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* HEADING OVERLAY -- top of black box */

.ab-bin-overlay-text {
  position: absolute !important;
  top: 4% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 65% !important;
  z-index: 10 !important;
  text-align: center !important;
}

.ab-bin-heading {
  display: block !important;
  margin: 0 0 8px !important;
  color: #ffffff !important;
  font-size: clamp(22px, 5.5vw, 62px) !important;
  line-height: .92 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: -.02em !important;
  text-shadow: 0 4px 24px rgba(0,0,0,.9) !important;
}

.ab-bin-sub {
  display: block !important;
  margin: 0 !important;
  color: #d4b968 !important;
  font-size: clamp(10px, 1.2vw, 16px) !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  font-style: italic !important;
}

/* CARDS */

.ab-bin-card {
  position: absolute !important;
  top: 36% !important;
  width: 30% !important;
  height: 30% !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #0a1408 !important;
  box-shadow: 0 20px 50px rgba(0,0,0,.85), 0 0 0 2px rgba(255,255,255,.15) !important;
  transition: transform .6s cubic-bezier(.16,1,.3,1), box-shadow .6s ease !important;
  cursor: pointer !important;
  z-index: 10 !important;
}

.ab-bin-card:first-of-type {
  left: 3% !important;
  transform: none !important;
}

.ab-bin-card.after-card {
  right: 3% !important;
  left: auto !important;
  transform: none !important;
}

.ab-bin-card:hover {
  transform: scale(1.18) !important;
  z-index: 30 !important;
  box-shadow: 0 60px 120px rgba(0,0,0,.95), 0 0 0 3px rgba(212,185,104,.7) !important;
}

.ab-bin-card.after-card:hover {
  transform: scale(1.18) !important;
  z-index: 30 !important;
}

.ab-bin-card img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center bottom !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  filter: none !important;
  transition: transform .6s cubic-bezier(.16,1,.3,1) !important;
}

.ab-bin-card:hover img {
  transform: scale(1.06) !important;
}

.ab-bin-label {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  background: rgba(255,255,255,.93) !important;
  color: #111 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .13em !important;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  text-transform: uppercase !important;
  z-index: 3 !important;
}

.ab-bin-label.after {
  background: #d4b968 !important;
  color: #111 !important;
}

.ab-bin-bottle {
  display: none !important;
}

.ab-bin-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 280px !important;
  padding: 20px 48px !important;
  background: #d4b968 !important;
  color: #111 !important;
  text-decoration: none !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  border-radius: 999px !important;
  margin-bottom: 28px !important;
  box-shadow: 0 16px 44px rgba(0,0,0,.4) !important;
  transition: all .25s ease !important;
  border: none !important;
}

.ab-bin-btn:hover {
  background: #e5ca76 !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 22px 54px rgba(0,0,0,.5) !important;
}

.ab-bin-trust {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 42px !important;
  flex-wrap: wrap !important;
  margin-bottom: 12px !important;
}

.ab-bin-trust-item {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
}

.ab-bin-trust-item svg {
  width: 22px !important;
  height: 22px !important;
  stroke: #d4b968 !important;
  fill: none !important;
  flex-shrink: 0 !important;
}

.ab-bin-trust-item span {
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,.88) !important;
}

.ab-bin-disclaimer {
  display: block !important;
  margin: 0 !important;
  color: rgba(255,255,255,.35) !important;
  font-size: 12px !important;
}

@media screen and (max-width: 767px) {
  .ab-bin-test {
    padding: 28px 18px 28px !important;
  }
  .ab-bin-overlay-text {
    position: absolute !important;
    top: 4% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 85% !important;
    z-index: 10 !important;
    text-align: center !important;
  }
  .ab-bin-card {
    width: 34% !important;
    height: 34% !important;
    top: 28% !important;
  }
  .ab-bin-kicker {
    font-size: 14px !important;
  }
  .ab-bin-btn {
    width: 90% !important;
    min-width: 0 !important;
  }
  .ab-bin-trust {
    gap: 18px !important;
  }
}

/* ================================ FLYBYE HERO -- POSITION ================================ */

.ab-flybye-hero {
  position: relative !important;
}

.ab-flybye-hero-wrap {
  position: relative !important;
  display: block !important;
}

.ab-flybye-hero picture {
  display: block !important;
  line-height: 0 !important;
}

.ab-flybye-hero-img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center top !important;
}

.ab-flybye-hero-cta {
  position: absolute !important;
  bottom: 10% !important;
  left: 4% !important;
  z-index: 10 !important;
}

/* ================================ FLYBYE HERO BUTTON -- FINAL ================================ */

a.ab-flybye-hero-btn, a.ab-flybye-hero-btn:link, a.ab-flybye-hero-btn:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  padding: 22px 44px !important;
  width: auto !important;
  max-width: 520px !important;
  background: #243b27 !important;
  background-image: url("/cdn/shop/files/Background_AB_box.png?v=1779328869") !important;
  background-size: cover !important;
  background-position: center !important;
  color: #d4b968 !important;
  text-decoration: none !important;
  font-size: clamp(14px, 1.4vw, 20px) !important;
  font-weight: 900 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  border-radius: 999px !important;
  border: 4px solid #f5d060 !important;
  box-shadow: 0 20px 50px rgba(0,0,0,.65), 0 0 28px rgba(245,208,96,.55), 0 0 60px rgba(245,208,96,.2), inset 0 0 0 1px rgba(255,240,160,.25) !important;
  transition: all .25s ease !important;
  white-space: nowrap !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

.ab-flybye-hero-shield {
  width: 52px !important;
  height: 52px !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
  filter: brightness(0) invert(1) sepia(1) saturate(3) hue-rotate(5deg) !important;
}

a.ab-flybye-hero-btn:hover {
  background: #d4b968 !important;
  background-image: none !important;
  color: #243b27 !important;
  border-color: #f5d060 !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 26px 60px rgba(0,0,0,.75), 0 0 36px rgba(245,208,96,.65) !important;
}

a.ab-flybye-hero-btn:hover .ab-flybye-hero-shield {
  filter: brightness(0) !important;
}

@media screen and (max-width: 767px) {
  a.ab-flybye-hero-btn {
    width: 90% !important;
    max-width: none !important;
    padding: 18px 28px !important;
    font-size: 14px !important;
  }
  .ab-flybye-hero-shield {
    width: 38px !important;
    height: 38px !important;
  }
}

a.ab-flybye-hero-btn, a.ab-flybye-hero-btn:link, a.ab-flybye-hero-btn:visited {
  background-position: center top !important;
  background-size: 200% !important;
}

a.ab-flybye-hero-btn, a.ab-flybye-hero-btn:link, a.ab-flybye-hero-btn:visited {
  background-image: linear-gradient(rgba(10,25,10,.65), rgba(10,25,10,.65)), url("/cdn/shop/files/Background_AB_box.png?v=1779328869") !important;
  background-size: cover !important;
  background-position: center top !important;
}

a.ab-flybye-hero-btn:hover {
  background-image: linear-gradient(rgba(212,185,104,1), rgba(212,185,104,1)) !important;
  background-color: #d4b968 !important;
  color: #243b27 !important;
  border-color: #f5d060 !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 26px 60px rgba(0,0,0,.75), 0 0 36px rgba(245,208,96,.65) !important;
}

a.ab-flybye-hero-btn:hover .ab-flybye-hero-shield {
  filter: brightness(0) !important;
}

/* ================================ VIDEO SECTION UPDATES ================================ */

.ab-video-bullets {
  list-style: none !important;
  margin: 22px 0 28px !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.ab-video-bullets li {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  color: #102719 !important;
  line-height: 1.3 !important;
}

.ab-video-bullets li::before {
  content: "" !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  border-radius: 50% !important;
  background: #243b27 !important;
  background-image: url("/cdn/shop/files/Background_AB_box.png?v=1779328869") !important;
  background-size: cover !important;
  background-position: center top !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  box-shadow: 0 0 0 2px rgba(212,185,104,.4) !important;
}

.ab-video-social-proof {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 28px !important;
}

.ab-video-stars {
  color: #d4b968 !important;
  font-size: 20px !important;
  letter-spacing: .04em !important;
}

.ab-video-rating {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: rgba(16,39,25,.72) !important;
}

.ab-video-copy h2 {
  font-size: clamp(42px, 5vw, 72px) !important;
  line-height: .92 !important;
  margin-bottom: 18px !important;
}

.ab-video-copy h2 span {
  color: #243b27 !important;
}

.ab-video-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 18px 36px !important;
  background: #243b27 !important;
  background-image: url("/cdn/shop/files/Background_AB_box.png?v=1779328869") !important;
  background-size: cover !important;
  background-position: center top !important;
  color: #d4b968 !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  border-radius: 999px !important;
  border: 3px solid #f5d060 !important;
  box-shadow: 0 16px 40px rgba(0,0,0,.28), 0 0 20px rgba(245,208,96,.35) !important;
  transition: all .25s ease !important;
}

.ab-video-cta:hover {
  background-image: linear-gradient(rgba(212,185,104,1), rgba(212,185,104,1)) !important;
  color: #243b27 !important;
  border-color: #f5d060 !important;
  transform: translateY(-3px) !important;
}

@media screen and (max-width: 767px) {
  .ab-video-bullets li {
    font-size: 15px !important;
  }
  .ab-video-cta {
    width: 100% !important;
    font-size: 14px !important;
  }
}

/* ================================ VIDEO SECTION FIXES ================================ */

.ab-video-copy h2 {
  font-size: clamp(32px, 3.8vw, 56px) !important;
  line-height: .95 !important;
  margin-bottom: 18px !important;
}

.ab-video {
  padding-left: 5vw !important;
  padding-right: 5vw !important;
}

.ab-video-copy {
  padding-left: 2vw !important;
}

.ab-video-bullets li::before {
  content: "âœ“" !important;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  border-radius: 50% !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #d4b968 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid #d4b968 !important;
  flex-shrink: 0 !important;
}

.ab-video-cta {
  background: #243b27 !important;
  background-image: url("/cdn/shop/files/Background_AB_box.png?v=1779328869") !important;
  background-size: cover !important;
  background-position: center top !important;
  color: #d4b968 !important;
  border: 3px solid #f5d060 !important;
  box-shadow: 0 16px 40px rgba(0,0,0,.28), 0 0 20px rgba(245,208,96,.35) !important;
}

.ab-video-cta:hover {
  background-image: linear-gradient(rgba(212,185,104,1), rgba(212,185,104,1)) !important;
  color: #243b27 !important;
  border-color: #f5d060 !important;
  transform: translateY(-3px) !important;
}

@media screen and (max-width: 767px) {
  .ab-video-wrap {
    display: flex !important;
    flex-direction: column !important;
  }
  .ab-video-frame {
    order: -1 !important;
    margin-bottom: 28px !important;
  }
  .ab-video-copy h2 {
    font-size: clamp(28px, 8vw, 42px) !important;
  }
  .ab-video-copy {
    padding-left: 0 !important;
  }
}

/* ========================================= HOMEPAGE HERO -- SUBHEAD + BUTTON FIXES ========================================= */

/* SUBHEAD -- bigger and more readable */

.alpha-home .ah-subhead {
  font-size: 22px !important;
  line-height: 1.55 !important;
  max-width: 600px !important;
}

/* BUTTONS -- bigger, bolder, more presence */

.alpha-home .ah-btn {
  min-width: 260px !important;
  padding: 22px 38px !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  letter-spacing: 2.5px !important;
}

/* MOBILE -- keep things readable but not oversized */

@media screen and (max-width: 767px) {
  .alpha-home .ah-subhead {
    font-size: 17px !important;
    line-height: 1.55 !important;
  }
  .alpha-home .ah-btn {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 340px !important;
    padding: 20px 28px !important;
    font-size: 15px !important;
  }
}

/* ========================================= FLYBELL -- THREE PARTS. ONE PURPOSE. ========================================= */

.fb-engineering {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f0ebde;
  background-image: url("/cdn/shop/files/FLybellexploded.png?v=1779392063");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 1500 / 540;
  min-height: 420px;
  max-height: 560px;
}

/* MASK to cover the baked-in icons in the image */

.fb-engineering::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55%;
  height: 50%;
  background: linear-gradient(to right, #f0ebde 0%, #f0ebde 85%, rgba(240,235,222,0) 100%);
  z-index: 1;
}

.fb-engineering-inner {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  padding: 50px 6vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
}

.fb-engineering-copy {
  position: relative;
  max-width: 520px;
}

.fb-engineering-kicker {
  margin: 0 0 16px !important;
  color: #4c5b3e !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .26em !important;
  text-transform: uppercase !important;
}

.fb-engineering-copy h2 {
  margin: 0 0 20px !important;
  color: #4c5b3e !important;
  font-family: "Acherus Militant", Arial, sans-serif !important;
  font-size: clamp(34px, 3.8vw, 56px) !important;
  line-height: .95 !important;
  letter-spacing: -.02em !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.fb-engineering-copy h2 .fb-eng-pop {
  display: inline !important;
  color: #1c1c1c !important;
}

.fb-engineering-copy p {
  margin: 0 0 22px !important;
  max-width: 460px !important;
  color: #2a2a2a !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

.fb-engineering-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 220px !important;
  padding: 16px 32px !important;
  background: #4c5b3e !important;
  color: #f5f2eb !important;
  text-decoration: none !important;
  font-family: "Acherus Militant", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: .2em !important;
  text-transform: uppercase !important;
  border-radius: 999px !important;
  transition: all .25s ease !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.18) !important;
}

.fb-engineering-btn:hover {
  background: #5d6f4b !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.24) !important;
}

/* MOBILE - engineering section */

@media screen and (max-width: 900px) {
  .fb-engineering {
    aspect-ratio: auto;
    min-height: 0;
    max-height: none;
    background-position: center top;
  }
  .fb-engineering::before {
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgba(240,235,222,0) 0%, #f0ebde 30%);
  }
  .fb-engineering-inner {
    grid-template-columns: 1fr;
    padding: 50px 24px;
  }
  .fb-engineering-copy {
    max-width: 100%;
    background: rgba(240,235,222,.95);
    padding: 24px;
    border-radius: 16px;
  }
  .fb-engineering-copy h2 {
    font-size: clamp(32px, 8vw, 48px) !important;
  }
  .fb-engineering-copy p {
    font-size: 16px !important;
  }
}

/* ========================================= FLYBELL -- HERO (Shopify Dawn fix) ========================================= */

.rte .fb-hero, .rte > section.fb-hero, section.fb-hero {
  position: relative !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden !important;
  background: #efeadc !important;
  line-height: 0 !important;
  max-width: 100vw !important;
}

section.fb-hero .fb-hero-img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

section.fb-hero .fb-hero-overlay {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 2 !important;
  padding: 0 6vw 2vw !important;
  pointer-events: none !important;
  box-sizing: border-box !important;
}

section.fb-hero a.fb-hero-btn, section.fb-hero a.fb-hero-btn:link, section.fb-hero a.fb-hero-btn:visited {
  pointer-events: auto !important;
  display: inline-flex !important;
  width: auto !important;
  max-width: clamp(280px, 24vw, 420px) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  padding: clamp(16px, 1.6vw, 24px) clamp(24px, 2.4vw, 44px) !important;
  background-color: #243b27 !important;
  background-image: linear-gradient(rgba(10,25,10,.55), rgba(10,25,10,.55)), url("/cdn/shop/files/Background_AB_box.png?v=1779328869") !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-family: "Acherus Militant", Arial, sans-serif !important;
  font-size: clamp(12px, 1.05vw, 18px) !important;
  font-weight: 900 !important;
  letter-spacing: clamp(.12em, .15vw, .2em) !important;
  text-transform: uppercase !important;
  border-radius: 6px !important;
  border: 1px solid rgba(212,185,104,.45) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,.45), 0 0 22px rgba(212,185,104,.18) !important;
  transition: all .25s ease !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
}

section.fb-hero a.fb-hero-btn .fb-hero-btn-text {
  color: inherit !important;
  text-decoration: none !important;
}

section.fb-hero a.fb-hero-btn .fb-hero-btn-arrow {
  display: inline-block !important;
  color: #d4b968 !important;
  font-size: clamp(16px, 1.4vw, 24px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  transition: transform .25s ease !important;
}

section.fb-hero a.fb-hero-btn:hover {
  background-image: linear-gradient(rgba(212,185,104,.95), rgba(212,185,104,.95)), url("/cdn/shop/files/Background_AB_box.png?v=1779328869") !important;
  color: #243b27 !important;
  border-color: #d4b968 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 20px 48px rgba(0,0,0,.55), 0 0 30px rgba(212,185,104,.35) !important;
}

section.fb-hero a.fb-hero-btn:hover .fb-hero-btn-arrow {
  color: #243b27 !important;
  transform: translateX(4px) !important;
}

/* Hide the Shopify page title */

.template-page .main-page-title, .template-page h1.main-page-title, body .main-page-title {
  display: none !important;
}

/* MOBILE - hero */

@media screen and (max-width: 768px) {
  section.fb-hero .fb-hero-overlay {
    padding: 0 22px 5vw !important;
  }
}

/* ========================================= FLYBELL -- ENGINEERING TRUST STRIP ========================================= */

.fb-eng-trust {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: linear-gradient(90deg, #3a4a2e 0%, #4c5b3e 50%, #3a4a2e 100%) !important;
  border-top: 1px solid rgba(212, 185, 104, 0.25) !important;
  border-bottom: 1px solid rgba(212, 185, 104, 0.25) !important;
  padding: 26px 5vw !important;
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 20px !important;
  align-items: center !important;
  box-sizing: border-box !important;
}

.fb-eng-trust-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 14px !important;
}

.fb-eng-trust-item svg {
  width: 36px !important;
  height: 36px !important;
  flex-shrink: 0 !important;
  color: #d4b968 !important;
  stroke: #d4b968 !important;
}

.fb-eng-trust-item span {
  color: #f4f1df !important;
  font-family: "Acherus Militant", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  text-shadow: 0 2px 8px rgba(0,0,0,.6) !important;
}

/* TABLET - trust strip */

@media (max-width: 1100px) {
  .fb-eng-trust {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 26px 20px !important;
    padding: 24px 28px !important;
  }
}

/* MOBILE - trust strip */

@media (max-width: 640px) {
  .fb-eng-trust {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 22px 18px !important;
    padding: 24px 20px !important;
  }
  .fb-eng-trust-item svg {
    width: 28px !important;
    height: 28px !important;
  }
  .fb-eng-trust-item span {
    font-size: 11px !important;
    letter-spacing: 0.06em !important;
    white-space: normal !important;
  }
}

/* MOBILE - swap FlyBell hero image to portrait version */

@media screen and (max-width: 768px) {
  section.fb-hero .fb-hero-img {
    content: url("/cdn/shop/files/Flybellmobile.png?v=1779468364") !important;
  }
}

/* ========================================= HERO -- LARGE DESKTOP BREATHING ROOM Fixes cramped/empty feel on full-screen ========================================= */

@media screen and (min-width: 1440px) {
  .alpha-home .ah-hero-content {
    max-width: 1440px !important;
    padding: 140px 7vw !important;
    transform: translate(0, -10px) !important;
  }
  .alpha-home .ah-logo {
    width: 460px !important;
    margin: 0 0 44px !important;
  }
  .alpha-home .ah-hero-content h1 {
    font-size: clamp(72px, 6.5vw, 108px) !important;
    line-height: 0.9 !important;
    max-width: 14ch !important;
  }
  .alpha-home .ah-subhead {
    margin-top: 32px !important;
    font-size: 24px !important;
    line-height: 1.6 !important;
    max-width: 640px !important;
  }
  .alpha-home .ah-buttons {
    margin-top: 44px !important;
    gap: 22px !important;
  }
}

/* ========================================= PROOF STRIP -- MOBILE 2-COLUMN GRID ========================================= */

@media screen and (max-width: 768px) {
  .alpha-home .ab-proof-strip {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0 !important;
    padding: 18px 18px !important;
  }
  .alpha-home .ab-proof-item {
    display: grid !important;
    grid-template-columns: 44px 1fr !important;
    gap: 14px !important;
    padding: 18px 14px !important;
    border-bottom: 1px solid rgba(103, 111, 72, 0.18) !important;
    border-right: 1px solid rgba(103, 111, 72, 0.18) !important;
    align-items: start !important;
  }
  .alpha-home .ab-proof-item:nth-child(2n) {
    border-right: none !important;
  }
  .alpha-home .ab-proof-item:nth-last-child(-n/**/+2) {
    border-bottom: none !important;
  }
  .alpha-home .ab-proof-icon {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding-top: 2px !important;
  }
  .alpha-home .ab-proof-icon svg {
    width: 28px !important;
    height: 28px !important;
    stroke-width: 1.7 !important;
  }
  .alpha-home .ab-proof-copy h3 {
    font-size: 11px !important;
    letter-spacing: 0.14em !important;
    margin-bottom: 6px !important;
    line-height: 1.1 !important;
  }
  .alpha-home .ab-proof-copy p {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }
}

/* ========================================= PROBLEM POSTER -- MOBILE Divider between trust strip and cycle ========================================= */

@media screen and (max-width: 768px) {
  .alpha-home .ab-problem-poster {
    aspect-ratio: auto;
    min-height: auto;
    position: relative;
    border-top: 1px solid rgba(103, 111, 72, 0.22);
    margin-top: 0;
  }
  .alpha-home .ab-problem-poster::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #d4b968;
    z-index: 5;
  }
  .alpha-home .ab-problem-poster img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  /* ========================================= FLYBELL TEASER -- RESPONSIVE REBUILD Replaces fixed-height 4-col grid with fluid layout that scales properly ========================================= */
  /* DESKTOP (1024px+) -- Hero product layout */
}

@media screen and (min-width: 1024px) {
  .alpha-home .ab-flybell-teaser {
    display: grid !important;
    grid-template-columns: 1.1fr 1fr 1.1fr 1fr !important;
    grid-template-areas: "copy product features signup" !important;
    align-items: center !important;
    gap: 40px !important;
    min-height: 420px !important;
    max-height: none !important;
    padding: 50px 5vw !important;
  }
  .alpha-home .ab-flybell-copy {
    grid-area: copy !important;
  }
  .alpha-home .ab-flybell-product {
    grid-area: product !important;
  }
  .alpha-home .ab-flybell-features {
    grid-area: features !important;
  }
  .alpha-home .ab-flybell-signup {
    grid-area: signup !important;
  }
  /* Product image -- visible & balanced */
  .alpha-home .ab-flybell-product {
    height: auto !important;
    min-height: 380px !important;
    overflow: visible !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .alpha-home .ab-flybell-product-img {
    width: 100% !important;
    max-width: 340px !important;
    height: auto !important;
    transform: none !important;
    filter: drop-shadow(0 24px 34px rgba(0,0,0,.25)) !important;
  }
  /* Copy column */
  .alpha-home .ab-flybell-copy h2 {
    font-size: clamp(56px, 5vw, 86px) !important;
    line-height: .9 !important;
    white-space: normal !important;
    word-break: keep-all !important;
  }
  .alpha-home .ab-flybell-copy h3 {
    margin: 18px 0 12px !important;
    font-size: 15px !important;
    letter-spacing: .14em !important;
  }
  .alpha-home .ab-flybell-copy p {
    max-width: none !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
  /* Features column */
  .alpha-home .ab-flybell-features {
    display: grid !important;
    gap: 14px !important;
    align-content: center !important;
  }
  .alpha-home .ab-flybell-features div {
    padding-left: 44px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }
  .alpha-home .ab-flybell-features div::before {
    width: 30px !important;
    height: 30px !important;
    top: -2px !important;
    font-size: 13px !important;
  }
  /* Signup column */
  .alpha-home .ab-flybell-signup {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    align-self: center !important;
  }
  .alpha-home .ab-flybell-signup h3 {
    font-size: 18px !important;
    letter-spacing: .12em !important;
  }
  .alpha-home .ab-flybell-signup p {
    font-size: 14px !important;
    max-width: 240px !important;
  }
  .alpha-home .ab-flybell-signup form {
    max-width: 280px !important;
  }
}

/* LARGE DESKTOP (1440px+) -- More breathing room */

@media screen and (min-width: 1440px) {
  .alpha-home .ab-flybell-teaser {
    padding: 60px 6vw !important;
    gap: 56px !important;
    min-height: 460px !important;
  }
  .alpha-home .ab-flybell-product-img {
    max-width: 380px !important;
  }
}

/* TABLET (768px - 1023px) -- 2-column stacked layout */

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .alpha-home .ab-flybell-teaser {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-areas: "copy product" "features signup" !important;
    align-items: center !important;
    gap: 40px !important;
    min-height: auto !important;
    max-height: none !important;
    padding: 50px 5vw !important;
  }
  .alpha-home .ab-flybell-copy {
    grid-area: copy !important;
  }
  .alpha-home .ab-flybell-product {
    grid-area: product !important;
  }
  .alpha-home .ab-flybell-features {
    grid-area: features !important;
  }
  .alpha-home .ab-flybell-signup {
    grid-area: signup !important;
  }
  .alpha-home .ab-flybell-product {
    height: auto !important;
    min-height: 320px !important;
    overflow: visible !important;
  }
  .alpha-home .ab-flybell-product-img {
    width: 100% !important;
    max-width: 300px !important;
    transform: none !important;
  }
  .alpha-home .ab-flybell-copy h2 {
    font-size: clamp(48px, 7vw, 72px) !important;
  }
  .alpha-home .ab-flybell-signup {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* ========================================= FOOTER BAR -- RESPONSIVE REBUILD + SVG ICONS ========================================= */

.alpha-home .ab-footer-bar {
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr 1fr auto !important;
  align-items: center !important;
  column-gap: 32px !important;
  row-gap: 18px !important;
  padding: 36px 5vw 48px !important;
  min-height: 0 !important;
  position: relative !important;
}

/* SHIELD ICON (mission) */

.alpha-home .ab-footer-shield {
  width: 56px !important;
  height: 56px !important;
  flex: none !important;
  clip-path: none !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #d4b968 !important;
  background: none !important;
}

.alpha-home .ab-footer-shield svg {
  width: 100% !important;
  height: 100% !important;
}

/* FEATURE ICONS */

.alpha-home .ab-footer-feature span {
  width: 40px !important;
  height: 40px !important;
  flex: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #d4b968 !important;
  font-size: 0 !important;
}

.alpha-home .ab-footer-feature span svg {
  width: 100% !important;
  height: 100% !important;
}

/* HEADLINES -- PREVENT WRAPPING */

.alpha-home .ab-footer-bar h3 {
  white-space: nowrap !important;
  font-size: 13px !important;
  letter-spacing: .12em !important;
  margin: 0 0 6px !important;
  color: #d4b968 !important;
}

.alpha-home .ab-footer-bar p {
  font-size: 13px !important;
  line-height: 1.4 !important;
  white-space: normal !important;
}

/* SOCIAL ICONS */

.alpha-home .ab-footer-social {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}

.alpha-home .ab-footer-social a {
  width: 28px !important;
  height: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #d4b968 !important;
  text-decoration: none !important;
  transition: opacity .2s ease !important;
}

.alpha-home .ab-footer-social a:hover {
  opacity: .7 !important;
}

.alpha-home .ab-footer-social svg {
  width: 100% !important;
  height: 100% !important;
}

/* MID-SIZE -- Stack into 2 rows */

@media screen and (max-width: 1200px) {
  .alpha-home .ab-footer-bar {
    grid-template-columns: 1fr 1fr !important;
    grid-template-areas: "mission mission" "feat1 feat2" "feat3 social" "url url" !important;
    row-gap: 28px !important;
  }
  .alpha-home .ab-footer-mission {
    grid-area: mission !important;
  }
  .alpha-home .ab-footer-feature:nth-of-type(1) {
    grid-area: feat1 !important;
  }
  .alpha-home .ab-footer-feature:nth-of-type(2) {
    grid-area: feat2 !important;
  }
  .alpha-home .ab-footer-feature:nth-of-type(3) {
    grid-area: feat3 !important;
  }
  .alpha-home .ab-footer-social {
    grid-area: social !important;
    justify-content: flexend !important;
  }
  .alpha-home .ab-footer-url {
    grid-area: url !important;
    position: static !important;
    transform: none !important;
    text-align: center !important;
    margin-top: 12px !important;
  }
}

/* MOBILE -- Single column */

@media screen and (max-width: 768px) {
  .alpha-home .ab-footer-bar {
    grid-template-columns: 1fr !important;
    grid-template-areas: "mission" "feat1" "feat2" "feat3" "social" "url" !important;
    padding: 36px 24px 32px !important;
    row-gap: 22px !important;
  }
  .alpha-home .ab-footer-bar h3 {
    white-space: normal !important;
  }
  .alpha-home .ab-footer-social {
    justify-content: center !important;
  }
}

/* Replace SVG shield with brand emblem */

.alpha-home .ab-footer-shield img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

.alpha-home .ab-footer-shield {
  width: 64px !important;
  height: 64px !important;
}

/* ========================================= FOOTER -- BIGGER SHIELD + MATCHED ICONS ========================================= */

/* Make shield bigger */

.alpha-home .ab-footer-shield {
  width: 88px !important;
  height: 88px !important;
}

/* Match icon colors to the shield emblem's olive/gold tone */

.alpha-home .ab-footer-feature span, .alpha-home .ab-footer-social a {
  color: #b8a850 !important;
}

/* Also tweak headlines so they match the unified palette */

.alpha-home .ab-footer-bar h3 {
  color: #c9b865 !important;
}

/* ========================================= ABOUT -- DESIGNED TO DEFEND ========================================= */

.alpha-home .ab-about-section {
  display: block !important;
  padding: 0 !important;
  background: #f4efe3 !important;
  position: relative !important;
}

.alpha-home .ab-about-grid-wrap {
  display: grid !important;
  grid-template-columns: 0.85fr 1.15fr !important;
  gap: 60px !important;
  align-items: center !important;
  padding: 90px 5vw 0 !important;
  max-width: 1640px !important;
  margin: 0 auto !important;
}

/* LEFT COLUMN */

.alpha-home .ab-about-left {
  max-width: 560px !important;
}

.alpha-home .ab-about-kicker {
  margin: 0 0 28px !important;
  color: #5d6645 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}

.alpha-home .ab-about-left h2 {
  margin: 0 0 24px !important;
  color: #1a1a1a !important;
  font-family: "Acherus Militant", Arial, sans-serif !important;
  font-size: clamp(42px, 4vw, 64px) !important;
  line-height: .96 !important;
  letter-spacing: -.01em !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.alpha-home .ab-about-tagline {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 0 24px !important;
  color: #5d6645 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

.alpha-home .ab-about-tagline-bar {
  display: inline-block !important;
  width: 22px !important;
  height: 2px !important;
  background: #5d6645 !important;
  box-shadow: 0 5px 0 #5d6645 !important;
  flex-shrink: 0 !important;
}

.alpha-home .ab-about-copy {
  margin: 0 0 20px !important;
  color: #2a2a2a !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  max-width: 480px !important;
}

/* TRUST BADGES */

.alpha-home .ab-about-badges {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
  margin: 36px 0 32px !important;
  max-width: 480px !important;
}

.alpha-home .ab-about-badge {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 10px !important;
  color: #5d6645 !important;
}

.alpha-home .ab-about-badge svg {
  width: 32px !important;
  height: 32px !important;
  flex-shrink: 0 !important;
}

.alpha-home .ab-about-badge span {
  font-size: 9px !important;
  font-weight: 900 !important;
  letter-spacing: .1em !important;
  line-height: 1.3 !important;
  color: #1a1a1a !important;
  text-transform: uppercase !important;
}

/* CTA LINK */

.alpha-home .ab-about-cta {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 8px !important;
  color: #1a1a1a !important;
  text-decoration: none !important;
  font-family: "Acherus Militant", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid #1a1a1a !important;
  padding-bottom: 8px !important;
  transition: gap .25s ease, color .25s ease !important;
}

.alpha-home .ab-about-cta:hover {
  gap: 18px !important;
  color: #5d6645 !important;
}

.alpha-home .ab-about-cta span {
  font-size: 16px !important;
  line-height: 1 !important;
}

/* RIGHT COLUMN -- IMAGE CARDS */

.alpha-home .ab-about-cards {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
  align-items: stretch !important;
}

.alpha-home .ab-about-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  background: #1a1a1a !important;
  text-decoration: none !important;
  overflow: hidden !important;
  aspect-ratio: 0.55 / 1 !important;
  transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s ease !important;
}

.alpha-home .ab-about-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 32px 60px rgba(0,0,0,.28) !important;
  z-index: 5 !important;
}

/* FEATURED CARD (#2) -- gold frame */

.alpha-home .ab-about-card--featured {
  outline: 3px solid #c9b865 !important;
  outline-offset: -3px !important;
  transform: translateY(-12px) !important;
  z-index: 2 !important;
}

.alpha-home .ab-about-card--featured:hover {
  transform: translateY(-20px) !important;
  box-shadow: 0 40px 70px rgba(0,0,0,.36) !important;
}

.alpha-home .ab-about-card-img {
  position: relative !important;
  width: 100% !important;
  height: 65% !important;
  overflow: hidden !important;
}

.alpha-home .ab-about-card-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform .8s cubic-bezier(.16,1,.3,1) !important;
}

.alpha-home .ab-about-card:hover .ab-about-card-img img {
  transform: scale(1.08) !important;
}

.alpha-home .ab-about-card-content {
  padding: 20px 18px 22px !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  background: #1a1a1a !important;
  color: #f4efe3 !important;
}

.alpha-home .ab-about-card-number {
  display: block !important;
  margin-bottom: 8px !important;
  color: rgba(244,239,227,.55) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
}

.alpha-home .ab-about-card-content h3 {
  margin: 0 0 10px !important;
  color: #f4efe3 !important;
  font-family: "Acherus Militant", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.alpha-home .ab-about-card-content p {
  margin: 0 !important;
  color: rgba(244,239,227,.78) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

/* BOTTOM MISSION RIBBON */

.alpha-home .ab-about-ribbon {
  position: relative !important;
  margin-top: 60px !important;
  padding: 22px 5vw !important;
  background: #2b3422 !important;
  color: #f4efe3 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.alpha-home .ab-about-ribbon-inner {
  display: flex !important;
  align-items: center !important;
  gap: 32px !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  text-align: center !important;
}

.alpha-home .ab-about-ribbon p {
  margin: 0 !important;
  color: #f4efe3 !important;
  font-family: "Acherus Militant", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

.alpha-home .ab-about-ribbon p strong {
  font-weight: 900 !important;
  color: #c9b865 !important;
}

.alpha-home .ab-about-ribbon-divider {
  display: inline-block !important;
  width: 1px !important;
  height: 18px !important;
  background: rgba(244,239,227,.3) !important;
}

.alpha-home .ab-about-ribbon-emblem {
  position: absolute !important;
  right: 5vw !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 38px !important;
  height: 38px !important;
}

.alpha-home .ab-about-ribbon-emblem img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  filter: brightness(0) saturate(100%) invert(78%) sepia(28%) saturate(495%) hue-rotate(13deg) brightness(91%) contrast(86%) !important;
}

/* TABLET */

@media screen and (max-width: 1100px) {
  .alpha-home .ab-about-grid-wrap {
    grid-template-columns: 1fr !important;
    gap: 50px !important;
    padding: 70px 6vw 0 !important;
  }
  .alpha-home .ab-about-left {
    max-width: 100% !important;
  }
  .alpha-home .ab-about-badges, .alpha-home .ab-about-copy {
    max-width: 100% !important;
  }
}

/* MOBILE */

@media screen and (max-width: 768px) {
  .alpha-home .ab-about-grid-wrap {
    padding: 56px 22px 0 !important;
    gap: 40px !important;
  }
  .alpha-home .ab-about-left h2 {
    font-size: clamp(36px, 8vw, 48px) !important;
  }
  .alpha-home .ab-about-copy {
    font-size: 16px !important;
  }
  .alpha-home .ab-about-badges {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 22px !important;
  }
  .alpha-home .ab-about-cards {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }
  .alpha-home .ab-about-card {
    aspect-ratio: 0.7 / 1 !important;
  }
  .alpha-home .ab-about-card--featured {
    transform: translateY(0) !important;
  }
  .alpha-home .ab-about-card--featured:hover {
    transform: translateY(-8px) !important;
  }
  .alpha-home .ab-about-ribbon {
    padding: 22px 22px !important;
  }
  .alpha-home .ab-about-ribbon-inner {
    gap: 14px !important;
  }
  .alpha-home .ab-about-ribbon p {
    font-size: 11px !important;
  }
  .alpha-home .ab-about-ribbon-divider {
    display: none !important;
  }
  .alpha-home .ab-about-ribbon-emblem {
    position: static !important;
    transform: none !important;
    margin-left: 12px !important;
    width: 30px !important;
    height: 30px !important;
  }
}

/* ========================================= ABOUT -- POLISH PASS ========================================= */

/* 1. HEADLINE -- let it breathe on 2 lines */

.alpha-home .ab-about-left h2 {
  font-size: clamp(44px, 4.4vw, 72px) !important;
  line-height: .94 !important;
  max-width: 100% !important;
}

@media screen and (min-width: 1300px) {
  .alpha-home .ab-about-left h2 br {
    display: none !important;
  }
}

/* 2. CARDS -- taller image area, better proportions */

.alpha-home .ab-about-card {
  aspect-ratio: 0.52 / 1 !important;
}

.alpha-home .ab-about-card-img {
  height: 72% !important;
}

.alpha-home .ab-about-card-content {
  padding: 18px 18px 22px !important;
  justify-content: flex-start !important;
}

/* 3. CARD #2 -- thicker gold frame */

.alpha-home .ab-about-card--featured {
  outline: 4px solid #c9b865 !important;
  outline-offset: -4px !important;
  transform: translateY(-16px) !important;
  box-shadow: 0 24px 50px rgba(0,0,0,.22) !important;
}

.alpha-home .ab-about-card--featured:hover {
  transform: translateY(-24px) !important;
  box-shadow: 0 44px 75px rgba(0,0,0,.38) !important;
}

/* 4. CARD NUMBER + TITLE -- better hierarchy */

.alpha-home .ab-about-card-number {
  margin-bottom: 12px !important;
  font-size: 12px !important;
  color: #c9b865 !important;
  opacity: .85 !important;
}

.alpha-home .ab-about-card-content h3 {
  font-size: 15px !important;
  margin: 0 0 12px !important;
  letter-spacing: .06em !important;
  line-height: 1.15 !important;
}

.alpha-home .ab-about-card-content p {
  font-size: 12px !important;
  line-height: 1.5 !important;
  color: rgba(244,239,227,.72) !important;
}

/* 5. RIBBON -- refined typography + gold accent on key phrase */

.alpha-home .ab-about-ribbon {
  padding: 26px 5vw !important;
}

.alpha-home .ab-about-ribbon p {
  font-size: 14px !important;
  letter-spacing: .16em !important;
  font-weight: 700 !important;
  color: rgba(244,239,227,.88) !important;
}

.alpha-home .ab-about-ribbon p strong {
  font-weight: 900 !important;
  color: #c9b865 !important;
  letter-spacing: .16em !important;
}

.alpha-home .ab-about-ribbon-divider {
  height: 22px !important;
  background: rgba(244,239,227,.22) !important;
}

.alpha-home .ab-about-ribbon-inner {
  gap: 38px !important;
}

/* 6. HOVER -- slightly more pronounced lift */

.alpha-home .ab-about-card:hover {
  transform: translateY(-14px) !important;
  box-shadow: 0 38px 65px rgba(0,0,0,.32) !important;
}

.alpha-home .ab-about-card:hover .ab-about-card-img img {
  transform: scale(1.1) !important;
}

/* TABLET RESPONSIVE TWEAKS */

@media screen and (max-width: 1100px) {
  .alpha-home .ab-about-card {
    aspect-ratio: 0.6 / 1 !important;
  }
}

@media screen and (max-width: 768px) {
  .alpha-home .ab-about-card {
    aspect-ratio: 0.75 / 1 !important;
  }
  .alpha-home .ab-about-card--featured {
    transform: translateY(0) !important;
  }
  .alpha-home .ab-about-card--featured:hover {
    transform: translateY(-10px) !important;
  }
}

/* ========================================= ABOUT -- TALLER CARDS + LEAF SHADOW ========================================= */

/* TALLER CARDS -- more vertical poster feel */

.alpha-home .ab-about-card {
  aspect-ratio: 0.42 / 1 !important;
  min-height: 540px !important;
}

.alpha-home .ab-about-card-img {
  height: 68% !important;
}

.alpha-home .ab-about-card-content {
  padding: 22px 20px 26px !important;
}

.alpha-home .ab-about-card-content p {
  font-size: 13px !important;
  line-height: 1.55 !important;
}

/* CARD #2 -- sits even higher now */

.alpha-home .ab-about-card--featured {
  transform: translateY(-22px) !important;
}

.alpha-home .ab-about-card--featured:hover {
  transform: translateY(-32px) !important;
}

/* LEAF SHADOW -- atmospheric overlay on left side */

.alpha-home .ab-about-section {
  overflow: hidden !important;
}

.alpha-home .ab-about-section::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 38% !important;
  height: 100% !important;
  background-image: url("/cdn/shop/files/ChatGPT_Image_May_20_2026_at_11_32_43_AM.png?v=1779305560") !important;
  background-size: cover !important;
  background-position: center left !important;
  background-repeat: no-repeat !important;
  opacity: 0.08 !important;
  mix-blend-mode: multiply !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

/* Make sure content sits above the leaf shadow */

.alpha-home .ab-about-grid-wrap {
  position: relative !important;
  z-index: 2 !important;
}

/* TABLET / MOBILE -- scale cards back down */

@media screen and (max-width: 1100px) {
  .alpha-home .ab-about-card {
    aspect-ratio: 0.5 / 1 !important;
    min-height: 460px !important;
  }
  .alpha-home .ab-about-section::before {
    width: 50% !important;
    opacity: 0.06 !important;
  }
}

@media screen and (max-width: 768px) {
  .alpha-home .ab-about-card {
    aspect-ratio: 0.72 / 1 !important;
    min-height: 380px !important;
  }
  .alpha-home .ab-about-section::before {
    width: 100% !important;
    height: 50% !important;
    opacity: 0.05 !important;
    background-position: top left !important;
  }
}

/* ========================================= ABOUT -- FINAL FIXES - Restore card gaps - Stop text clipping - Soften leaf edge ========================================= */

/* CARDS -- restore gaps + flexible height */

.alpha-home .ab-about-cards {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.alpha-home .ab-about-card {
  aspect-ratio: auto !important;
  min-height: 600px !important;
  height: auto !important;
  overflow: hidden !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}

.alpha-home .ab-about-card-img {
  height: auto !important;
  flex: 1 1 60% !important;
  min-height: 320px !important;
}

.alpha-home .ab-about-card-content {
  flex: 0 0 auto !important;
  padding: 22px 20px 26px !important;
  overflow: visible !important;
}

/* CARD #2 elevated */

.alpha-home .ab-about-card--featured {
  transform: translateY(-22px) !important;
}

.alpha-home .ab-about-card--featured:hover {
  transform: translateY(-32px) !important;
}

/* LEAF SHADOW -- softer fade, no hard edge */

.alpha-home .ab-about-section::before {
  content: "" !important;
  position: absolute !important;
  top: -10% !important;
  left: -8% !important;
  width: 50% !important;
  height: 120% !important;
  background-image: url("/cdn/shop/files/Background_AB_box.png?v=1779328869") !important;
  background-size: cover !important;
  background-position: center left !important;
  background-repeat: no-repeat !important;
  opacity: 0.22 !important;
  mix-blend-mode: multiply !important;
  pointer-events: none !important;
  z-index: 1 !important;
  -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, transparent 95%) !important;
  mask-image: linear-gradient(to right, black 0%, black 50%, transparent 95%) !important;
}

/* TABLET */

@media screen and (max-width: 1100px) {
  .alpha-home .ab-about-card {
    min-height: 540px !important;
  }
}

/* MOBILE */

@media screen and (max-width: 768px) {
  .alpha-home .ab-about-cards {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }
  .alpha-home .ab-about-card {
    min-height: 460px !important;
  }
  .alpha-home .ab-about-card--featured {
    transform: translateY(0) !important;
  }
  .alpha-home .ab-about-card--featured:hover {
    transform: translateY(-10px) !important;
  }
}

/* ========================================= ABOUT -- MATCH MOCKUP PROPORTIONS Bigger cards, wider right column, dramatic #2 ========================================= */

/* COLUMN BALANCE -- give right side more room */

.alpha-home .ab-about-grid-wrap {
  grid-template-columns: 0.7fr 1.5fr !important;
  gap: 50px !important;
  padding: 90px 0 0 5vw !important;
  max-width: none !important;
  align-items: start !important;
}

/* LEFT COLUMN -- keep tight to allow right to dominate */

.alpha-home .ab-about-left {
  max-width: 540px !important;
  padding-top: 20px !important;
}

/* CARDS -- bigger, taller, edge-to-edge on right */

.alpha-home .ab-about-cards {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
  align-items: stretch !important;
  padding-right: 5vw !important;
}

.alpha-home .ab-about-card {
  min-height: 720px !important;
  aspect-ratio: auto !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
}

.alpha-home .ab-about-card-img {
  flex: 1 1 70% !important;
  min-height: 480px !important;
}

.alpha-home .ab-about-card-content {
  flex: 0 0 auto !important;
  padding: 24px 22px 28px !important;
}

/* CARD #2 -- dramatic break-out */

.alpha-home .ab-about-card--featured {
  transform: translateY(-50px) !important;
  min-height: 820px !important;
  z-index: 3 !important;
}

.alpha-home .ab-about-card--featured .ab-about-card-img {
  min-height: 560px !important;
}

.alpha-home .ab-about-card--featured:hover {
  transform: translateY(-60px) !important;
}

/* HEADLINE -- let it span 2 lines naturally on big screens */

.alpha-home .ab-about-left h2 {
  font-size: clamp(42px, 3.6vw, 60px) !important;
  line-height: .98 !important;
}

/* TABLET */

@media screen and (max-width: 1300px) {
  .alpha-home .ab-about-card {
    min-height: 620px !important;
  }
  .alpha-home .ab-about-card-img {
    min-height: 400px !important;
  }
  .alpha-home .ab-about-card--featured {
    min-height: 700px !important;
    transform: translateY(-40px) !important;
  }
  .alpha-home .ab-about-card--featured .ab-about-card-img {
    min-height: 480px !important;
  }
}

@media screen and (max-width: 1100px) {
  .alpha-home .ab-about-grid-wrap {
    grid-template-columns: 1fr !important;
    padding: 70px 5vw 0 !important;
  }
  .alpha-home .ab-about-cards {
    padding-right: 0 !important;
  }
  .alpha-home .ab-about-card {
    min-height: 540px !important;
  }
  .alpha-home .ab-about-card-img {
    min-height: 340px !important;
  }
  .alpha-home .ab-about-card--featured {
    min-height: 600px !important;
  }
}

/* MOBILE */

@media screen and (max-width: 768px) {
  .alpha-home .ab-about-cards {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .alpha-home .ab-about-card, .alpha-home .ab-about-card--featured {
    min-height: 480px !important;
    transform: translateY(0) !important;
  }
  .alpha-home .ab-about-card-img, .alpha-home .ab-about-card--featured .ab-about-card-img {
    min-height: 280px !important;
  }
  .alpha-home .ab-about-card--featured:hover {
    transform: translateY(-10px) !important;
  }
}

/* ========================================= ABOUT -- MOBILE OPTIMIZATION ========================================= */

@media screen and (max-width: 768px) {
  /* Tighter section padding */
  .alpha-home .ab-about-grid-wrap {
    padding: 48px 22px 0 !important;
    gap: 32px !important;
  }
  /* Kicker tighter */
  .alpha-home .ab-about-kicker {
    margin: 0 0 16px !important;
    font-size: 11px !important;
    letter-spacing: .18em !important;
  }
  /* HEADLINE -- scale down, no oversized presence */
  .alpha-home .ab-about-left h2 {
    font-size: clamp(34px, 9vw, 44px) !important;
    line-height: .98 !important;
    margin: 0 0 18px !important;
  }
  /* TAGLINE -- smaller */
  .alpha-home .ab-about-tagline {
    margin: 0 0 18px !important;
    font-size: 11px !important;
    letter-spacing: .12em !important;
  }
  /* COPY -- readable but tighter */
  .alpha-home .ab-about-copy {
    margin: 0 0 14px !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
  }
  /* BADGES -- 2x2 grid, tighter */
  .alpha-home .ab-about-badges {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px 16px !important;
    margin: 26px 0 24px !important;
  }
  .alpha-home .ab-about-badge svg {
    width: 26px !important;
    height: 26px !important;
  }
  .alpha-home .ab-about-badge span {
    font-size: 9px !important;
    letter-spacing: .09em !important;
  }
  /* CTA -- smaller */
  .alpha-home .ab-about-cta {
    font-size: 11px !important;
    letter-spacing: .14em !important;
    padding-bottom: 6px !important;
    margin-top: 4px !important;
  }
  .alpha-home .ab-about-cta span {
    font-size: 14px !important;
  }
  /* CARDS -- tighter, no oversized heights */
  .alpha-home .ab-about-cards {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding-right: 0 !important;
    margin-top: 8px !important;
  }
  .alpha-home .ab-about-card, .alpha-home .ab-about-card--featured {
    min-height: 380px !important;
    transform: translateY(0) !important;
  }
  .alpha-home .ab-about-card-img, .alpha-home .ab-about-card--featured .ab-about-card-img {
    min-height: 220px !important;
    flex: 1 1 60% !important;
  }
  .alpha-home .ab-about-card-content {
    padding: 16px 14px 18px !important;
  }
  .alpha-home .ab-about-card-number {
    margin-bottom: 8px !important;
    font-size: 10px !important;
  }
  .alpha-home .ab-about-card-content h3 {
    font-size: 13px !important;
    margin: 0 0 8px !important;
    letter-spacing: .04em !important;
  }
  .alpha-home .ab-about-card-content p {
    font-size: 11px !important;
    line-height: 1.45 !important;
  }
  .alpha-home .ab-about-card--featured:hover {
    transform: translateY(-8px) !important;
  }
  /* RIBBON -- stack tighter */
  .alpha-home .ab-about-ribbon {
    margin-top: 40px !important;
    padding: 20px 22px !important;
  }
  .alpha-home .ab-about-ribbon-inner {
    flex-direction: column !important;
    gap: 8px !important;
  }
  .alpha-home .ab-about-ribbon p {
    font-size: 10px !important;
    letter-spacing: .12em !important;
    line-height: 1.4 !important;
  }
  .alpha-home .ab-about-ribbon-divider {
    display: none !important;
  }
  .alpha-home .ab-about-ribbon-emblem {
    position: static !important;
    transform: none !important;
    margin: 8px auto 0 !important;
    width: 28px !important;
    height: 28px !important;
  }
}

/* SMALL MOBILE -- extra tightening for narrow phones */

@media screen and (max-width: 400px) {
  .alpha-home .ab-about-left h2 {
    font-size: 32px !important;
  }
  .alpha-home .ab-about-card, .alpha-home .ab-about-card--featured {
    min-height: 340px !important;
  }
  .alpha-home .ab-about-card-img, .alpha-home .ab-about-card--featured .ab-about-card-img {
    min-height: 180px !important;
  }
}

/* ========================================= ABOUT -- TABLET + NARROW DESKTOP FIX ========================================= */

@media screen and (max-width: 1100px) {
  .alpha-home .ab-about-grid-wrap {
    padding: 60px 28px 0 !important;
    gap: 36px !important;
  }
  .alpha-home .ab-about-left {
    max-width: 100% !important;
    padding-top: 0 !important;
  }
  .alpha-home .ab-about-left h2 {
    font-size: clamp(40px, 6vw, 56px) !important;
    line-height: .98 !important;
  }
  .alpha-home .ab-about-copy {
    font-size: 16px !important;
    line-height: 1.55 !important;
    max-width: 100% !important;
  }
  .alpha-home .ab-about-badges {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 22px 24px !important;
    max-width: 480px !important;
  }
}

/* ========================================= FLYBYE PROBLEM SECTION -- MOBILE FIX ========================================= */

@media screen and (max-width: 767px) {
  .ab-problem .ab-two-col {
    display: block !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  .ab-problem .ab-card-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    margin-top: 28px !important;
  }
  .ab-problem .ab-card {
    padding: 22px !important;
    padding-right: 105px !important;
  }
  .ab-problem .ab-card h3 {
    font-size: 18px !important;
    line-height: 1.15 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }
  .ab-problem .ab-card p {
    font-size: 15px !important;
    line-height: 1.45 !important;
  }
}

/* ========================================= ALPHA BOTANIX -- ENGINEERED SECTION ========================================= */

.ab-engine-section {
  position: relative;
  width: 100%;
  background: radial-gradient(ellipse at 30% 50%, rgba(60, 75, 40, 0.45), transparent 60%), radial-gradient(ellipse at 80% 80%, rgba(45, 60, 28, 0.4), transparent 55%), linear-gradient(180deg, #0c140a 0%, #111c0e 50%, #0c140a 100%);
  color: #f4efe3;
  padding: 90px 4vw;
  overflow: hidden;
}

.ab-engine-inner {
  max-width: 1480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 1fr;
  gap: 48px;
  align-items: center;
}

/* SHARED KICKER */

.ab-engine-kicker {
  margin: 0 0 24px;
  color: #c9b865;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

/* ========== LEFT COLUMN ========== */

.ab-engine-left {
  position: relative;
  z-index: 2;
}

.ab-engine-headline {
  margin: 0 0 24px;
  color: #f4efe3;
  font-family: "Acherus Militant", Arial, sans-serif;
  font-size: clamp(48px, 5.2vw, 88px);
  line-height: .94;
  letter-spacing: -.01em;
  font-weight: 900;
  text-transform: uppercase;
}

.ab-engine-headline span {
  color: #d4b968;
}

.ab-engine-subhead {
  margin: 0 0 42px;
  color: rgba(244, 239, 227, 0.55);
  font-family: "Acherus Militant", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

/* BENEFITS ROW (4 circular badges) */

.ab-engine-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 50px;
}

.ab-engine-benefit {
  text-align: center;
}

.ab-engine-benefit-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 16px;
  border-radius: 50%;
  border: 1.5px solid rgba(212, 185, 104, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4b968;
  background: rgba(212, 185, 104, 0.04);
  transition: border-color .3s ease, background .3s ease, transform .3s ease;
}

.ab-engine-benefit:hover .ab-engine-benefit-icon {
  border-color: #d4b968;
  background: rgba(212, 185, 104, 0.1);
  transform: translateY(-3px);
}

.ab-engine-benefit-icon svg {
  width: 44px;
  height: 44px;
}

.ab-engine-benefit h3 {
  margin: 0 0 10px;
  color: #f4efe3;
  font-family: "Acherus Militant", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ab-engine-benefit p {
  margin: 0;
  color: rgba(244, 239, 227, 0.6);
  font-size: 12px;
  line-height: 1.4;
}

/* BOTTOM CTA */

.ab-engine-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #c9b865;
  text-decoration: none;
  font-family: "Acherus Militant", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(201, 184, 101, 0.4);
  transition: gap .25s ease, color .25s ease, border-color .25s ease;
}

.ab-engine-cta:hover {
  gap: 22px;
  color: #d4b968;
  border-color: #d4b968;
}

.ab-engine-cta span {
  font-size: 18px;
  line-height: 1;
}

/* ========== CENTER COLUMN ========== */

.ab-engine-center {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.ab-engine-product {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.6));
}

/* ========== RIGHT COLUMN ========== */

.ab-engine-right {
  position: relative;
  z-index: 2;
}

.ab-engine-ingredients {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ab-engine-ingredients li {
  position: relative;
}

.ab-engine-ing {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 22px 6px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(212, 185, 104, 0.22);
  color: inherit;
  font-family: inherit;
  cursor: pointer;
  text-align: left;
  transition: padding-left .25s ease;
}

.ab-engine-ingredients li:last-child .ab-engine-ing {
  border-bottom: 0;
}

.ab-engine-ing:hover {
  padding-left: 14px;
}

.ab-engine-ing-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid rgba(212, 185, 104, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4b968;
  transition: border-color .25s ease, background .25s ease;
}

.ab-engine-ing-icon svg {
  width: 24px;
  height: 24px;
}

.ab-engine-ing:hover .ab-engine-ing-icon {
  border-color: #d4b968;
  background: rgba(212, 185, 104, 0.08);
}

.ab-engine-ing-name {
  color: #f4efe3;
  font-family: "Acherus Militant", Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ab-engine-ing-arrow {
  color: #d4b968;
  font-size: 18px;
  line-height: 1;
  transition: transform .25s ease;
}

.ab-engine-ing:hover .ab-engine-ing-arrow {
  transform: translateX(4px);
}

/* TOOLTIP POPUP */

.ab-engine-tip {
  position: absolute;
  top: 50%;
  left: calc(100% + 18px);
  transform: translateY(-50%) translateX(-10px);
  width: 280px;
  padding: 20px 22px;
  background: #0d1709;
  border: 1px solid rgba(212, 185, 104, 0.35);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.55);
  text-align: left;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity .25s ease, transform .25s ease, visibility .25s;
  z-index: 10;
}

.ab-engine-tip strong {
  display: block;
  margin: 0 0 10px;
  color: #d4b968;
  font-family: "Acherus Militant", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ab-engine-tip span {
  display: block;
  color: rgba(244, 239, 227, 0.82);
  font-size: 13px;
  line-height: 1.55;
}

.ab-engine-ing:hover .ab-engine-tip, .ab-engine-ing:focus .ab-engine-tip, .ab-engine-ing:focus-visible .ab-engine-tip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

/* ========== TABLET (768 - 1199) ========== */

@media screen and (max-width: 1199px) {
  .ab-engine-inner {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
  }
  .ab-engine-center {
    grid-column: 1 / -1;
    order: -1;
  }
  .ab-engine-product {
    max-width: 380px;
  }
  .ab-engine-tip {
    left: auto;
    right: calc(100% + 18px);
    transform: translateY(-50%) translateX(10px);
  }
  .ab-engine-ing:hover .ab-engine-tip, .ab-engine-ing:focus .ab-engine-tip {
    transform: translateY(-50%) translateX(0);
  }
}

/* ========== MOBILE (< 768) ========== */

@media screen and (max-width: 767px) {
  .ab-engine-section {
    padding: 60px 22px;
  }
  .ab-engine-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .ab-engine-center {
    grid-column: auto;
    order: -1;
  }
  .ab-engine-product {
    max-width: 280px;
  }
  .ab-engine-headline {
    font-size: clamp(38px, 11vw, 56px);
  }
  .ab-engine-subhead {
    margin-bottom: 32px;
    font-size: 12px;
  }
  .ab-engine-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 14px;
    margin-bottom: 36px;
  }
  .ab-engine-benefit-icon {
    width: 68px;
    height: 68px;
  }
  .ab-engine-benefit-icon svg {
    width: 38px;
    height: 38px;
  }
  .ab-engine-cta {
    font-size: 11px;
    letter-spacing: .14em;
  }
  .ab-engine-ing {
    grid-template-columns: 44px 1fr auto;
    gap: 14px;
    padding: 18px 6px;
  }
  .ab-engine-ing-icon {
    width: 40px;
    height: 40px;
  }
  .ab-engine-ing-icon svg {
    width: 20px;
    height: 20px;
  }
  .ab-engine-ing-name {
    font-size: 13px;
  }
  /* Mobile tooltip: below the row */
  .ab-engine-tip {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    width: 100%;
    margin-top: 12px;
    max-height: 0;
    padding: 0 22px;
    border: 0;
    overflow: hidden;
    grid-column: 1 / -1;
  }
  .ab-engine-ing:focus .ab-engine-tip, .ab-engine-ing:hover .ab-engine-tip {
    max-height: 200px;
    padding: 16px 22px;
    border: 1px solid rgba(212, 185, 104, 0.35);
    transform: none;
  }
}

/* ========================================= ENGINEERED SECTION -- OVERRIDE FIXES ========================================= */

/* 1. Fix headline/text colors (your global .alpha-page h2 + p rules are overriding) */

.ab-engine-section .ab-engine-headline {
  color: #f4efe3 !important;
}

.ab-engine-section .ab-engine-headline span {
  color: #d4b968 !important;
}

.ab-engine-section .ab-engine-subhead, .ab-engine-section .ab-engine-kicker {
  color: #c9b865 !important;
}

.ab-engine-section .ab-engine-subhead {
  color: rgba(244, 239, 227, 0.55) !important;
}

.ab-engine-section .ab-engine-benefit h3 {
  color: #f4efe3 !important;
}

.ab-engine-section .ab-engine-benefit p, .ab-engine-section .ab-engine-tip span {
  color: rgba(244, 239, 227, 0.65) !important;
}

.ab-engine-section .ab-engine-ing-name {
  color: #f4efe3 !important;
}

.ab-engine-section .ab-engine-tip strong {
  color: #d4b968 !important;
}

.ab-engine-section .ab-engine-cta {
  color: #c9b865 !important;
}

.ab-engine-section .ab-engine-cta:hover {
  color: #d4b968 !important;
}

/* 2. Reset the ingredient buttons (your global .alpha-page button rule is making them gold pills) */

.ab-engine-section .ab-engine-ing, .ab-engine-section button.ab-engine-ing {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(212, 185, 104, 0.22) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 22px 6px !important;
  color: inherit !important;
  min-width: 0 !important;
  min-height: 0 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

.ab-engine-section .ab-engine-ingredients li:last-child .ab-engine-ing {
  border-bottom: 0 !important;
}

.ab-engine-section .ab-engine-ing:hover {
  background: transparent !important;
  background-image: none !important;
  transform: none !important;
  box-shadow: none !important;
}

/* ========================================= ENGINEERED SECTION -- LAYOUT TUNING ========================================= */

/* Give left column more space, tighten center */

.ab-engine-section .ab-engine-inner {
  grid-template-columns: 1.35fr 1fr 0.95fr;
  gap: 40px;
}

/* Slightly smaller, tighter headline so it fits on 3 lines */

.ab-engine-section .ab-engine-headline {
  font-size: clamp(42px, 4.4vw, 76px) !important;
  line-height: .96 !important;
  letter-spacing: -.015em !important;
  max-width: 640px;
}

/* Keep subhead on one line at desktop */

@media screen and (min-width: 1100px) {
  .ab-engine-section .ab-engine-subhead {
    white-space: nowrap;
  }
}

/* Tighten benefits row spacing */

.ab-engine-section .ab-engine-benefits {
  gap: 14px;
  max-width: 560px;
}

.ab-engine-section .ab-engine-benefit-icon {
  width: 72px;
  height: 72px;
}

/* CTA line under it, like mockup */

.ab-engine-section .ab-engine-cta {
  margin-top: 8px;
}

/* ========================================= ENGINEERED SECTION -- BACKGROUND IMAGE MODE ========================================= */

.ab-engine-section {
  position: relative;
  background-image: url("/cdn/shop/files/AB_Background.png?v=1779831770");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #0c140a;
}

/* Dark vignette on the edges so text reads cleanly over the bottle scene */

.ab-engine-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient( 90deg, rgba(6, 14, 6, 0.88) 0%, rgba(6, 14, 6, 0.55) 18%, rgba(6, 14, 6, 0.15) 32%, transparent 42%, transparent 58%, rgba(6, 14, 6, 0.15) 68%, rgba(6, 14, 6, 0.55) 82%, rgba(6, 14, 6, 0.88) 100% );
  z-index: 1;
  pointer-events: none;
}

.ab-engine-inner {
  position: relative;
  z-index: 2;
}

/* Empty center reserves space for the bottle in the bg image */

.ab-engine-center {
  min-height: 600px;
}

.ab-engine-center img {
  display: none;
}

/* MOBILE -- show the bottle image as a real block above the text */

@media screen and (max-width: 767px) {
  .ab-engine-section {
    background-image: none;
  }
  .ab-engine-section::before {
    display: none;
  }
  .ab-engine-center {
    min-height: 0;
    background-image: url("/cdn/shop/files/AB_Background.png?v=1779831770");
    background-size: cover;
    background-position: center center;
    aspect-ratio: 16 / 10;
    border-radius: 12px;
    overflow: hidden;
  }
}

/* ========================================= ENGINEERED SECTION -- MOBILE FIX ========================================= */

@media screen and (max-width: 767px) {
  /* Force single column stack -- override the desktop tuning patch */
  .ab-engine-section .ab-engine-inner {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }
  /* Bring back the bottle image as a full-width hero block on top */
  .ab-engine-section .ab-engine-center {
    order: -1;
    grid-column: auto !important;
    min-height: 0 !important;
    width: 100% !important;
    aspect-ratio: 4 / 5;
    background-image: url("/cdn/shop/files/AB_Background.png?v=1779831770");
    background-size: cover;
    background-position: center center;
    border-radius: 12px;
    overflow: hidden;
  }
  /* Reset headline so it doesn't break character-by-character */
  .ab-engine-section .ab-engine-headline {
    font-size: clamp(38px, 10vw, 56px) !important;
    line-height: .96 !important;
    max-width: none !important;
  }
  /* Subhead readable on mobile */
  .ab-engine-section .ab-engine-subhead {
    white-space: normal !important;
    font-size: 12px !important;
    letter-spacing: .14em !important;
    margin-bottom: 30px !important;
  }
  /* Benefits as 2x2 grid */
  .ab-engine-section .ab-engine-benefits {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 28px 18px !important;
    max-width: 100% !important;
  }
  .ab-engine-section .ab-engine-benefit h3 {
    font-size: 11px !important;
  }
  .ab-engine-section .ab-engine-benefit p {
    font-size: 11px !important;
  }
  /* Ingredient rows -- keep names on a single line where possible */
  .ab-engine-section .ab-engine-ing {
    grid-template-columns: 44px 1fr auto !important;
    gap: 14px !important;
    padding: 18px 6px !important;
  }
  .ab-engine-section .ab-engine-ing-name {
    font-size: 13px !important;
    letter-spacing: .08em !important;
    line-height: 1.2 !important;
  }
  .ab-engine-section .ab-engine-ing-icon {
    width: 40px !important;
    height: 40px !important;
  }
}

/* ========================================= USE CASES -- DARK REBUILD ========================================= */

.alpha-page .ab-use-cases, .ab-use-cases {
  background: radial-gradient(ellipse at 50% 0%, rgba(50, 70, 38, 0.35), transparent 55%), linear-gradient(180deg, #0d1c0d 0%, #0a160a 100%) !important;
  padding: 90px 5vw !important;
  color: #f4efe3 !important;
}

.alpha-page .ab-use-cases .ab-use-inner {
  max-width: 1380px;
  margin: 0 auto;
}

/* HEADER */

.alpha-page .ab-use-cases .ab-use-header {
  text-align: center;
  margin-bottom: 56px;
}

.alpha-page .ab-use-cases .ab-use-header span {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: #c9b865 !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .26em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.alpha-page .ab-use-cases .ab-use-header span::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: #c9b865;
  margin-top: 12px;
  border-radius: 2px;
}

.alpha-page .ab-use-cases .ab-use-header h2 {
  margin: 0;
  color: #f4efe3 !important;
  font-family: "Acherus Militant", Arial, sans-serif !important;
  font-size: clamp(36px, 4.4vw, 68px) !important;
  line-height: 1 !important;
  letter-spacing: .02em !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

/* GRID */

.alpha-page .ab-use-cases .ab-use-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* CARDS */

.alpha-page .ab-use-cases .ab-use-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(8, 16, 8, 0.55) !important;
  border: 1px solid rgba(201, 184, 101, 0.22);
  border-radius: 8px;
  overflow: hidden;
  height: auto !important;
  box-shadow: none !important;
  transition: border-color .35s ease, transform .35s ease;
}

.alpha-page .ab-use-cases .ab-use-card:hover {
  border-color: rgba(201, 184, 101, 0.55);
  transform: translateY(-4px);
}

/* Kill the old gradient overlay */

.alpha-page .ab-use-cases .ab-use-card::after {
  display: none !important;
}

/* IMAGE WRAPPER */

.alpha-page .ab-use-cases .ab-use-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.1;
  overflow: hidden;
}

.alpha-page .ab-use-cases .ab-use-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .9s ease;
  filter: none !important;
}

.alpha-page .ab-use-cases .ab-use-card:hover img {
  transform: scale(1.06);
}

/* BODY (icon + title + desc, below image) */

.alpha-page .ab-use-cases .ab-use-body {
  position: static;
  padding: 28px 26px 32px;
  background: transparent;
}

.alpha-page .ab-use-cases .ab-use-icon {
  width: 38px;
  height: 38px;
  color: #c9b865;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.alpha-page .ab-use-cases .ab-use-icon svg {
  width: 100%;
  height: 100%;
}

.alpha-page .ab-use-cases .ab-use-icon::after {
  content: "";
  display: none;
}

.alpha-page .ab-use-cases .ab-use-body h3 {
  margin: 0 0 12px;
  color: #f4efe3 !important;
  font-family: "Acherus Militant", Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.alpha-page .ab-use-cases .ab-use-body p {
  margin: 0;
  color: rgba(244, 239, 227, 0.72) !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  max-width: none !important;
}

/* Gold underline under icon (small accent like mockup) */

.alpha-page .ab-use-cases .ab-use-body h3::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background: #c9b865;
  margin-bottom: 14px;
  border-radius: 2px;
}

/* MOBILE */

@media screen and (max-width: 767px) {
  .alpha-page .ab-use-cases {
    padding: 60px 22px !important;
  }
  .alpha-page .ab-use-cases .ab-use-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .alpha-page .ab-use-cases .ab-use-header {
    margin-bottom: 36px;
  }
  .alpha-page .ab-use-cases .ab-use-img {
    aspect-ratio: 16 / 11;
  }
  .alpha-page .ab-use-cases .ab-use-body {
    padding: 22px 22px 26px;
  }
  .alpha-page .ab-use-cases .ab-use-body h3 {
    font-size: 18px !important;
  }
}

/* ========================================= USE CASES -- HEADLINE COLOR OVERRIDE (beats the old dark-green !important rule) ========================================= */

.alpha-page .ab-use-cases .ab-use-inner .ab-use-header h2, .alpha-page .ab-use-cases .ab-use-header h2, .alpha-page .ab-use-header h2 {
  color: #f4efe3 !important;
  opacity: 1 !important;
}

.alpha-page .ab-use-cases .ab-use-inner .ab-use-header span, .alpha-page .ab-use-cases .ab-use-header span, .alpha-page .ab-use-header span {
  color: #c9b865 !important;
  opacity: 1 !important;
}

/* ========================================= USE CASES -- IMAGE DARK OVERLAY ========================================= */

.alpha-page .ab-use-cases .ab-use-img {
  position: relative;
}

/* Dark overlay layered on top of each image */

.alpha-page .ab-use-cases .ab-use-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient( 180deg, rgba(8, 14, 8, 0.28) 0%, rgba(8, 14, 8, 0.44) 100% );
  pointer-events: none;
  transition: background .35s ease;
  z-index: 1;
}

/* Color-grade the actual image -- slightly darker, more saturated, warmer tone */

.alpha-page .ab-use-cases .ab-use-card img {
  filter: brightness(1.06) saturate(1.00) contrast(1.05) !important;
  transition: transform .9s ease, filter .35s ease !important;
}

/* On hover: subtle lighten so the card draws focus */

.alpha-page .ab-use-cases .ab-use-card:hover .ab-use-img::after {
  background: linear-gradient( 180deg, rgba(8, 14, 8, 0.16) 0%, rgba(8, 14, 8, 0.32) 100% );
}

.alpha-page .ab-use-cases .ab-use-card:hover img {
  filter: brightness(1.06) saturate(1.1) contrast(1.05) !important;
}

/* ========================================= FLYBYE HERO BUTTON -- MOBILE TUNE ========================================= */

@media screen and (max-width: 767px) {
  /* Move CTA down to the bottom edge, keep centered */
  .ab-flybye-hero-cta {
    bottom: 2% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
  }
  /* Button ~20% smaller */
  a.ab-flybye-hero-btn, a.ab-flybye-hero-btn:link, a.ab-flybye-hero-btn:visited {
    width: auto !important;
    max-width: none !important;
    padding: 14px 22px !important;
    font-size: 11px !important;
    letter-spacing: .14em !important;
    gap: 10px !important;
    border-width: 3px !important;
  }
  .ab-flybye-hero-shield {
    width: 30px !important;
    height: 30px !important;
  }
}

/* ========================================= BIN TEST BUY BUTTON -- MOBILE TUNE ========================================= */

@media screen and (max-width: 767px) {
  .ab-bin-btn {
    width: auto !important;
    min-width: 0 !important;
    max-width: 280px !important;
    padding: 14px 32px !important;
    font-size: 13px !important;
    letter-spacing: .14em !important;
    margin: 0 auto 22px !important;
    box-shadow: 0 10px 28px rgba(0,0,0,.35) !important;
  }
}

/* (rebuild) The following were trapped inside the mobile media query above and never applied as intended â€” restored to top level: */
.alpha-home .ab-system-ring-inner::before {
  opacity: 0;
  animation: ab-emblem-fade-in 0.3s ease forwards;
  animation-delay: 0.1s;
}

@keyframes ab-emblem-fade-in {
  to {
    opacity: 1;
  }
}

/* Force tooltips to open LEFT on desktop */

.alpha-page .ab-engine-section .ab-engine-tip {
  left: auto !important;
  right: calc(100% + 18px) !important;
  transform: translateY(-50%) translateX(10px) !important;
}

.alpha-page .ab-engine-section .ab-engine-ing:hover .ab-engine-tip, .alpha-page .ab-engine-section .ab-engine-ing:focus .ab-engine-tip, .alpha-page .ab-engine-section .ab-engine-ing:focus-visible .ab-engine-tip {
  transform: translateY(-50%) translateX(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
}


.alpha-page .ab-engine-section, .alpha-page .ab-engine-inner, .alpha-page .ab-engine-right, .alpha-page .ab-engine-ingredients, .alpha-page .ab-engine-ingredients li {
  overflow: visible !important;
}

/* NUCLEAR TOOLTIP OVERRIDE -- desktop only */

@media screen and (min-width: 1200px) {
  body .alpha-page .ab-engine-section .ab-engine-ingredients li .ab-engineing .ab-engine-tip, body .alpha-page .ab-engine-section button.ab-engine-ing span.ab-engine-tip {
    left: auto !important;
    right: calc(100% + 18px) !important;
    transform: translateY(-50%) translateX(10px) !important;
  }
  body .alpha-page .ab-engine-section .ab-engine-ing:hover .ab-engine-tip, body .alpha-page .ab-engine-section button.ab-engine-ing:hover span.abengine-tip {
    transform: translateY(-50%) translateX(0) !important;
  }
}

@media screen and (max-width: 767px) {
  .alpha-page .ab-engine-section .ab-engine-tip {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
    max-height: 0 !important;
    padding: 0 22px !important;
    margin: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: transparent !important;
    box-shadow: none !important;
    grid-column: 1 / -1 !important;
  }
  .alpha-page .ab-engine-section .ab-engine-ing:hover .ab-engine-tip, .alpha-page .ab-engine-section .ab-engine-ing:focus .ab-engine-tip, .alpha-page .ab-engine-section .ab-engine-ing.is-open .ab-engine-tip {
    max-height: 240px !important;
    padding: 14px 0 4px !important;
    margin-top: 8px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
}

@media screen and (max-width: 767px) {
  .alpha-page .ab-engine-section .ab-engine-left {
    order: 1 !important;
  }
  .alpha-page .ab-engine-section .ab-engine-center {
    order: 2 !important;
  }
  .alpha-page .ab-engine-section .ab-engine-right {
    order: 3 !important;
  }
}

/* ========================================= FLYBELL SYSTEM STRIP -- FIXES 1. Orb text gold 2. FLYBYE kicker green (was invisible on light bg) 3. FLYBELL kicker gold 4. Right column overflow fix 5. Mobile fallback ========================================= */

/* 1 -- Orb text gold */

.flybell-system-strip .fb-system-orb span, .flybell-system-strip .fb-system-orb strong {
  color: #d4b968 !important;
}

/* 2 -- Left kicker green (light side of bg image) */

.flybell-system-strip .flybell-system-side.left .fb-system-kicker {
  color: #4c5b3e !important;
}

/* 3 -- Right kicker stays gold */

.flybell-system-strip .flybell-system-side.right .fb-system-kicker {
  color: #d4b968 !important;
}

/* 4 -- Right side doesn't overflow */

.flybell-system-strip .flybell-system-side.right {
  max-width: 260px !important;
  padding-right: 16px !important;
}

.flybell-system-strip .flybell-system-side h2 {
  white-space: normal !important;
  word-break: keep-all !important;
  hyphens: none !important;
  font-size: clamp(20px, 1.8vw, 26px) !important;
  line-height: 1.1 !important;
}

/* Hide mobile version on desktop */

.flybell-system-mobile {
  display: none;
}

@media screen and (max-width: 900px) {
  /* Hide desktop version */
  .flybell-system-strip .flybell-system-overlay {
    display: none !important;
  }
  .flybell-system-strip {
    background-image: none !important;
    background: #0d1c0d !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    padding: 0 !important;
  }
  .flybell-system-mobile {
    display: block;
    width: 100%;
  }
  /* STAGE -- image with overlays */
  .fb-mobile-stage {
    position: relative;
    width: 100%;
    line-height: 0;
    overflow: hidden;
  }
  .fb-mobile-stage-img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  /* Dark gradient at top for headline legibility */
  .fb-mobile-stage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 35%;
    background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0) 100%);
    z-index: 1;
    pointer-events: none;
  }
  /* Dark gradient at bottom for CTA legibility */
  .fb-mobile-stage::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 70%, rgba(0,0,0,0.95) 100%);
    z-index: 1;
    pointer-events: none;
  }
  /* TOP OVERLAY -- kicker + headline */
  .fb-mobile-overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 56px 24px 0;
    text-align: center;
    line-height: 1.1;
  }
  .fb-mobile-system-kicker {
    margin: 0 0 16px;
    color: #d4b968;
    font-family: "Acherus Militant", Arial, sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .24em;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0,0,0,.6);
  }
  .fb-mobile-overlay-top h2 {
    margin: 0;
    color: #f4efe3;
    font-family: "Acherus Militant", Arial, sans-serif;
    font-size: clamp(40px, 11vw, 60px);
    font-weight: 900;
    letter-spacing: -.01em;
    line-height: .98;
    text-transform: uppercase;
    text-shadow: 0 4px 16px rgba(0,0,0,.75);
  }
  .fb-mobile-overlay-top h2 span {
    color: #d4b968;
  }
  /* BOTTOM OVERLAY -- product labels + CTAs */
  .fb-mobile-overlay-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 28px 40px;
    line-height: 1.2;
  }
  .fb-mobile-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: end;
  }
  .fb-mobile-row + .fb-mobile-row {
    margin-top: 22px;
  }
  .fb-mobile-col {
    text-align: center;
  }
  .fb-mobile-kicker {
    margin: 0 0 4px;
    font-family: "Acherus Militant", Arial, sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0,0,0,.6);
  }
  .fb-mobile-kicker-flybye {
    color: #b5c44d;
  }
  .fb-mobile-kicker-flybell {
    color: #d4b968;
  }
  .fb-mobile-sublabel {
    margin: 0;
    color: #f4efe3;
    font-family: "Acherus Militant", Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    line-height: 1.15;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0,0,0,.7);
  }
  /* CTA BUTTONS */
  .fb-mobile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 12px;
    background: #d4b968;
    color: #1c1c1c !important;
    text-decoration: none !important;
    font-family: "Acherus Militant", Arial, sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    border-radius: 999px;
    border: 1px solid #d4b968;
    white-space: nowrap;
  }
  .fb-mobile-btn-secondary {
    background: transparent !important;
    color: #d4b968 !important;
    border: 1px solid rgba(212, 185, 104, 0.55);
  }
}

@media screen and (max-width: 900px) {
  /* ========================================= ENGINEERING SECTION ========================================= */
  .fb-engineering {
    overflow: hidden !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .fb-engineering-inner {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 50px 24px !important;
    display: block !important;
  }
  .fb-engineering-copy {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 28px 22px !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
  }
  /* ========================================= TRUST STRIP -- 2-column grid on mobile ========================================= */
  .fb-eng-trust {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 22px 16px !important;
    padding: 28px 22px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .fb-eng-trust-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    min-width: 0 !important;
  }
  .fb-eng-trust-item svg {
    width: 26px !important;
    height: 26px !important;
    flex-shrink: 0 !important;
  }
  .fb-eng-trust-item span {
    font-size: 12px !important;
    letter-spacing: .08em !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    min-width: 0 !important;
  }
}

@media screen and (max-width: 900px) {
  /* Force engineering section to stand alone, no overlap */
  .fb-engineering, .fb-eng-trust {
    position: relative !important;
    z-index: auto !important;
    margin: 0 !important;
    clear: both !important;
    float: none !important;
  }
  .fb-engineering {
    isolation: isolate !important;
  }
  /* Kill any pseudo-element that might be drawing trust icons inside engineering */
  .fb-engineering::before, .fb-engineering::after {
    display: none !important;
  }
}

/* ========================================= FLYBELL ENGINEERING -- MOBILE FALLBACK IMG ========================================= */

/* Hide mobile image + button on desktop */

.fb-engineering-mobile-img, .fb-engineering-mobile-btn {
  display: none;
}

@media screen and (max-width: 900px) {
  /* Hide desktop copy block + trust strip on mobile (all baked into image) */
  .fb-engineering-inner, .fb-eng-trust {
    display: none !important;
  }
  /* Reset the section */
  .fb-engineering {
    aspect-ratio: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    height: auto !important;
    background: #f0ebde !important;
    background-image: none !important;
    padding: 0 0 40px !important;
    overflow: hidden !important;
    display: block !important;
    text-align: center !important;
  }
  .fb-engineering::before, .fb-engineering::after {
    display: none !important;
  }
  /* Mobile image -- full width */
  .fb-engineering-mobile-img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  /* Mobile CTA button */
  .fb-engineering-mobile-btn {
    display: inline-block !important;
    margin: 28px auto 0 !important;
    padding: 16px 36px !important;
    background: #4c5b3e !important;
    color: #f4efe3 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border-radius: 999px !important;
    transition: background 0.2s ease !important;
  }
  .fb-engineering-mobile-btn:hover {
    background: #0d1c0d !important;
  }
}

/* ========================================= FLYBELL HERO -- MOBILE: clear site header ========================================= */

@media screen and (max-width: 768px) {
  section.fb-hero {
    padding-top: 60px !important;
    background: #efeadc !important;
  }
}

/* ========================================= FLYBELL VS -- COMPARISON SECTION (v6) Real chevrons (point inside panel), bigger images, zoomed-out bottle ========================================= */

/* === LEFT DARK PANEL -- chevron NOTCH on right edge === */

/* === CENTER CREAM PANEL === */

/* === RIGHT PHOTO PANEL === */

/* ========================================= TABLET (1100px and below) ========================================= */

@media (max-width: 1100px) {
}

/* ========================================= MOBILE (768px and below) ========================================= */

@media (max-width: 768px) {
}

/* ========================================= FB-VS PATCH v6.1 - Even out panel widths - Bigger card images ========================================= */

/* ========================================= FB-VS PATCH v6.2 Fix left chevron -- mirror right panel geometry ========================================= */

/* ========================================= FB-VS PATCH v6.3 4 columns instead of 5 ========================================= */

@media (max-width: 1100px) {
}

@media (max-width: 768px) {
}

/* ========================================= FB-VS PATCH v6.6 -- FINAL ALIGNMENT FIX - Center right-panel content vertically - Align both CTAs to the same baseline - Match button styling exactly ========================================= */

/* ---------- LEFT PANEL: clean 3-zone vertical layout ---------- */

/* ---------- RIGHT PANEL: mirror left's 3-zone layout ---------- */

/* ---------- MATCHED CTA BUTTONS ---------- */

/* ========================================= FB-VS PATCH v6.7 Shift right-panel content away from bottle ========================================= */

/* ========================================= FB-VS PATCH v6.8 Responsive containment 1100px-1500px ========================================= */

@media (min-width: 1101px) and (max-width: 1500px) {
}

/* ========================================= FB-VS PATCH v6.11 - Title above emblem row - Bigger shield emblem + flanking lines ========================================= */

/* ========================================= FB-VS PATCH v6.13 Larger center title ========================================= */

@media (min-width: 1101px) and (max-width: 1500px) {
}

@media (max-width: 768px) {
}

/* ========================================= FB-VS PATCH v6.14 Pin right-panel content into lit zone ========================================= */

@media (min-width: 1101px) and (max-width: 1500px) {
}

/* ========================================= FB-VS PATCH v6.16 Lock left-panel content to fixed inner width ========================================= */

@media (min-width: 1101px) and (max-width: 1500px) {
}

/* ========================================= FB-VS PATCH v6.18 -- FINAL CTA CENTERING Absolutely position both CTAs at the bottom-center of each panel, independent of inner content padding ========================================= */

@media (min-width: 1101px) and (max-width: 1500px) {
}

/* Tablet/mobile: revert to normal flow so absolute positioning doesn't fight the stacked single-column layout */

@media (max-width: 1100px) {
}

/* ========================================= FB-VS PATCH v6.19 - +20% red Xs and bullet text (left grid) - Remove checkmark overlay on shield - Pull right title left, away from edge - +20% font on right-side checks ========================================= */

/* ---------- 1. LEFT GRID: bigger Xs + 20% larger text ---------- */

/* was 11px â†’ +27% */

/* Mid-desktop scaled down a bit so they still fit */

@media (min-width: 1101px) and (max-width: 1500px) {
}

/* Mobile */

@media (max-width: 768px) {
}

/* ---------- 2. SHIELD: remove the inline checkmark on top ---------- */

/* The original SVG had a checkmark path baked in. We hid the SVG in v6.11, but if any of that markup is still rendering inside the emblem (e.g. a nested checkmark div or pseudo element), kill it. */

/* ---------- 3. RIGHT-PANEL TITLE: pull further left ---------- */

@media (min-width: 1101px) and (max-width: 1500px) {
}

/* ---------- 4. RIGHT-PANEL CHECKS: +20% font ---------- */

/* slightly bigger circle to match */

/* Mid-desktop scaled down */

@media (min-width: 1101px) and (max-width: 1500px) {
}

/* Mobile */

@media (max-width: 768px) {
}

/* ========================================= FB-VS PATCH v6.21 Pull right-panel title further left ========================================= */

/* Also shift the entire right panel's content start point left so the title isn't constrained by v6.14's 50% padding-left */

@media (min-width: 1101px) and (max-width: 1500px) {
}

/* ========================================= FB-VS PATCH v6.21 -- REPLACE PREVIOUS v6.21 Revert padding change, fix title sizing so it fits cleanly without pulling layout apart ========================================= */

/* Restore v6.14's panel padding */

/* Title back in the same column as checks, just shrunk slightly so it fits on 2 lines instead of 3 */

@media (min-width: 1101px) and (max-width: 1500px) {
}

/* ========================================= FB-VS PATCH v6.22 - Align title above checks (pull left) - Soften dark gradient overlay on right panel ========================================= */

/* ---------- 1. Pull title left, align with checks ---------- */

@media (min-width: 1101px) and (max-width: 1500px) {
}

/* ---------- 2. Soften the dark vignette behind the bottle ---------- */

/* Also lighten the panel's background color so dead zones outside the bottle photo don't read as a hard dark rectangle */

/* ========================================= FB-VS PATCH v6.23 -- DEFINITIVE FIX - Reduce left padding so title can move left - Title aligned left, checks stay pinned right - Force lighter background + softer gradient ========================================= */

/* Reduce the 50% padding so content area is wider */

/* TITLE: pinned to LEFT of the content area */

/* CHECKS: pinned to RIGHT of the content area */

/* Soften the gradient overlay significantly */

/* Mid-desktop adjustments */

@media (min-width: 1101px) and (max-width: 1500px) {
}

/* ========================================= FB-VS PATCH v6.24 Black background behind right panel photo ========================================= */

/* ========================================= FB-VS PATCH v6.25 -- Tagline word spacing ========================================= */

/* ========================================= FB-VS PATCH v6.26 Color tagline words correctly ========================================= */

/* Default: outer words = cream/white */

/* Accent word = gold */

/* ========================================= FB-VS PATCH v6.27 Mobile fallback: replace entire comparison section with a single static image ========================================= */

@media (max-width: 768px) {
  /* Hide the live layout entirely */
  /* Reset section so the image can fill cleanly */
  /* Show the fallback image */
}

/* ========================================= FB-VS PATCH v6.27 Mobile fallback: replace entire comparison section with a single static image ========================================= */

@media (max-width: 768px) {
  /* Hide the live layout entirely */
  /* Reset section so the image can fill cleanly */
  /* Show the fallback image */
}

/* ============================================ FB-Engineering -- Vertical Centering + 15% Type Bump + Left Shift Added 2026-05-27 ============================================ */

/* Give the section enough height for the background image */

.fb-engineering {
  min-height: 700px;
}

.fb-engineering-inner {
  min-height: 700px;
  align-items: center !important;
  padding-left: 4vw !important;
  /* tighter left padding */
  grid-template-columns: 1.1fr 0.9fr !important;
  /* give text column more width */
}

/* Center the text stack vertically within the now-tall grid cell */

.fb-engineering-copy {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
}

/* 15% size increase across the stack */

.fb-engineering-copy .fb-engineering-kicker {
  font-size: 1.15em;
}

.fb-engineering-copy h2 {
  font-size: clamp(39px, 4.37vw, 64px) !important;
}

.fb-engineering-copy p {
  font-size: 1.15em;
}

.fb-engineering-btn {
  font-size: 1.15em;
  padding: 1.15em 2.3em;
}

/* ============================================ Testimonials Eyebrow -- White on Dark Background Added 2026-05-27 ============================================ */

.ab-testimonials .ab-eyebrow {
  color: #ffffff !important;
}

/* ============================================ End Testimonials Eyebrow Override ============================================ */

/* ============================================ FlyBye -- "There Had To Be A Better Way" Section Added 2026-05-27 ============================================ */

.alpha-page .ab-better-way {
  position: relative;
  background-image: url("/cdn/shop/files/FlyBye_Fly_Repellent_8b184653-ea13-4d7f-8ce5-2f0ed5a3a165.png?v=1779926484");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #0a0a0a;
  min-height: 600px;
  padding: 6rem 0;
  overflow: hidden;
}

.alpha-page .ab-better-way::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(to right, rgba(10, 10, 10, 0.95) 0%, rgba(10, 10, 10, 0.85) 60%, rgba(10, 10, 10, 0) 100%);
  z-index: 1;
}

.alpha-page .ab-better-way-inner {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 6vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.alpha-page .ab-better-way-copy {
  max-width: 540px;
}

.alpha-page .ab-better-way .ab-better-way-headline {
  font-family: var(--font-heading-family, "Acherus Militant"), Arial, sans-serif !important;
  font-size: clamp(40px, 4.5vw, 64px) !important;
  font-weight: 900 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.02em !important;
  color: #ffffff !important;
  margin: 0 0 1.5rem 0 !important;
  text-transform: uppercase !important;
}

.alpha-page .ab-better-way-divider {
  width: 80px;
  height: 2px;
  background-color: #C9A961;
  margin: 0 0 2rem 0;
}

.alpha-page .ab-better-way .ab-better-way-subhead {
  font-family: var(--font-heading-family, "Acherus Militant"), Arial, sans-serif !important;
  font-size: clamp(16px, 1.4vw, 20px) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.08em !important;
  color: #C9A961 !important;
  margin: 0 0 1.5rem 0 !important;
  text-transform: uppercase !important;
}

.alpha-page .ab-better-way .ab-better-way-body {
  font-size: clamp(15px, 1.1vw, 17px) !important;
  line-height: 1.6 !important;
  color: #E8E4DC !important;
  margin: 0 0 1.5rem 0 !important;
}

.alpha-page .ab-better-way .ab-better-way-solution {
  font-size: clamp(16px, 1.2vw, 19px) !important;
  line-height: 1.5 !important;
  color: #ffffff !important;
  margin: 0 0 2rem 0 !important;
}

.alpha-page .ab-better-way .ab-better-way-solution strong {
  font-weight: 700 !important;
  color: #ffffff !important;
}

.alpha-page .ab-better-way .ab-better-way-closer {
  font-family: var(--font-heading-family, "Acherus Militant"), Arial, sans-serif !important;
  font-size: clamp(18px, 1.5vw, 22px) !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  color: #C9A961 !important;
  margin: 0 !important;
  text-transform: none !important;
}

/* Mobile */

@media (max-width: 767px) {
  .alpha-page .ab-better-way {
    min-height: auto;
    padding: 4rem 0;
    background-position: center bottom;
  }
  .alpha-page .ab-better-way::before {
    width: 100%;
    background: linear-gradient(to bottom, rgba(10, 10, 10, 0.92) 0%, rgba(10, 10, 10, 0.75) 70%, rgba(10, 10, 10, 0.5) 100%);
  }
  .alpha-page .ab-better-way-inner {
    grid-template-columns: 1fr;
    padding: 0 5vw;
  }
  .alpha-page .ab-better-way-copy {
    max-width: 100%;
  }
}

/* ============================================ End "There Had To Be A Better Way" Section ============================================ */

/* ============================================ FlyBye -- "Better Way" Section Tweaks ============================================ */

/* Lighter gradient so the image breathes more */

.alpha-page .ab-better-way::before {
  width: 50% !important;
  /* was 60% */
  background: linear-gradient(to right, rgba(10, 10, 10, 0.85) 0%, rgba(10, 10, 10, 0.6) 70%, rgba(10, 10, 10, 0) 100%) !important;
}

/* Add a clean break between this section and the next */

.alpha-page .ab-better-way {
  border-bottom: 1px solid rgba(201, 169, 97, 0.3);
  /* subtle gold hairline */
  margin-bottom: 0;
}

/* Optional: a thin gold accent band at the bottom */

.alpha-page .ab-better-way::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, transparent 0%, #C9A961 50%, transparent 100%);
  z-index: 3;
}

.alpha-page .ab-better-way::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom, transparent 0%, #0a0a0a 100%);
  z-index: 3;
  pointer-events: none;
}

.alpha-page .ab-better-way {
  background-size: 100% auto !important;
  /* zooms image, but counterintuitively the larger size with right positioning pushes more cream into frame */
  background-position: 80% center !important;
  /* pushes the maggots further right, off-frame */
}

/* ============================================ FlyBye -- Better Way Trust Strip (EVEN BIGGER) ============================================ */

.alpha-page .ab-better-way-trust {
  background-color: #F5F0E8;
  padding: 4rem 6vw;
  /* was 3rem */
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.alpha-page .ab-better-way-trust-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  /* was 2.5rem */
  align-items: center;
  justify-items: center;
}

.alpha-page .ab-better-way-trust-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  /* was 1.25rem */
  color: #3D5B3B;
}

.alpha-page .ab-better-way-trust-item svg {
  width: 64px;
  /* was 48px */
  height: 64px;
  flex-shrink: 0;
  stroke-width: 1.5;
}

.alpha-page .ab-better-way-trust-item span {
  font-family: var(--font-heading-family, "Acherus Militant"), Arial, sans-serif;
  font-size: 1.35rem;
  /* was 1.05rem */
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #1A2818;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
}

/* Mobile */

@media (max-width: 767px) {
  .alpha-page .ab-better-way-trust {
    padding: 2.5rem 5vw;
  }
  .alpha-page .ab-better-way-trust-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
  }
  .alpha-page .ab-better-way-trust-item svg {
    width: 44px;
    height: 44px;
  }
  .alpha-page .ab-better-way-trust-item span {
    font-size: 0.9rem;
    white-space: normal;
    text-align: left;
  }
}

/* ============================================ FlyBye -- Better Way Copy Shifted Further Left ============================================ */

.alpha-page .ab-better-way-inner {
  padding: 0 4vw !important;
  /* tighter left padding */
  grid-template-columns: 1fr 1.4fr !important;
  /* text column narrower, image area wider */
}

.alpha-page .ab-better-way-copy {
  max-width: 480px !important;
  padding-right: 2rem !important;
  /* breathing room from the maggots */
}

/* Mobile -- stack as before */

@media (max-width: 767px) {
  .alpha-page .ab-better-way-inner {
    grid-template-columns: 1fr !important;
    padding: 0 5vw !important;
  }
  .alpha-page .ab-better-way-copy {
    max-width: 100% !important;
    padding-right: 0 !important;
  }
}

/* ============================================ FlyBye -- Better Way CTA Button (BIGGER) ============================================ */

.alpha-page .ab-better-way-btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  /* was 0.75rem */
  margin-top: 2rem;
  /* was 1.5rem */
  padding: 1.4rem 2.75rem;
  /* was 1rem 2rem -- meatier */
  background-color: #C9A961;
  color: #1A2818 !important;
  font-family: var(--font-heading-family, "Acherus Militant"), Arial, sans-serif;
  font-size: 1.15rem;
  /* was 0.95rem */
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(201, 169, 97, 0.25);
}

.alpha-page .ab-better-way-btn:hover {
  background-color: #D4B36A;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 169, 97, 0.35);
}

.alpha-page .ab-better-way-btn-arrow {
  display: inline-block;
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

.alpha-page .ab-better-way-btn:hover .ab-better-way-btn-arrow {
  transform: translateX(4px);
}

/* ============================================ Active Nav Link -- Gold Highlight ============================================ */

/* Covers most Shopify theme active-link patterns */

.header__menu-item.active, .header__menu-item[aria-current="page"], .list-menu__item.active, .list-menu__item[aria-current="page"], .menu__item--active, .menu__item.active, nav a.active, nav a[aria-current="page"], nav a[aria-current="true"], .header-nav a.active, .header-nav a[aria-current="page"] {
  color: #C9A961 !important;
}

/* If your theme uses a span inside the link for text */

.header__menu-item[aria-current="page"] span, .list-menu__item[aria-current="page"] span, nav a[aria-current="page"] span {
  color: #C9A961 !important;
}

@media (max-width: 767px) {
  .alpha-page .ab-better-way::before {
    background: linear-gradient(to bottom, rgba(10, 10, 10, 0.7) 0%, rgba(10, 10, 10, 0.55) 50%, rgba(10, 10, 10, 0.4) 100%) !important;
    width: 100% !important;
    height: 100% !important;
  }
}

/* ============================================ FB-VS -- Restore Tagline to Bottom Added 2026-05-27 ============================================ */

/* ========================================= FB-VS PATCH v7.0 -- Right panel = single image Supersedes ALL earlier .fb-vs-right patches. Paste at the ABSOLUTE BOTTOM of the stylesheet. ========================================= */

/* kill the old gradient overlay */

/* ========================================= FB-VS PATCH v7.1 -- Right panel image, locked + chevron Supersedes v7.0. Paste at the ABSOLUTE BOTTOM. ========================================= */

/* ========================================= NO-FLY ZONE -- Glowing emblem (from homepage) ========================================= */

.flybell-system-strip .fb-system-ring {
  position: relative;
  width: 260px;
  height: 260px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid rgba(255,221,103,.9);
  background: radial-gradient( circle at center, rgba(255,221,103,.48) 0%, rgba(231,199,90,.22) 20%, rgba(231,199,90,.08) 42%, rgba(0,0,0,.18) 78% );
  box-shadow: 0 0 12px rgba(255,235,150,.72), 0 0 40px rgba(255,221,103,.48), 0 0 90px rgba(231,199,90,.26), inset 0 0 25px rgba(255,235,150,.16);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fbOrbGlow 9s ease-in-out infinite;
  transform-origin: center;
}

/* sunburst rays */

.flybell-system-strip .fb-system-ring::after {
  content: "";
  position: absolute;
  inset: -2%;
  border-radius: 50%;
  background: repeating-conic-gradient( from 0deg, rgba(255,221,103,.2) 0deg, rgba(255,221,103,.2) 1deg, transparent 1deg, transparent 7deg );
  opacity: .42;
  -webkit-mask-image: radial-gradient(circle, transparent 0 31%, black 32% 100%);
  mask-image: radial-gradient(circle, transparent 0 31%, black 32% 100%);
  pointer-events: none;
}

.flybell-system-strip .fb-system-ring-inner {
  position: relative;
  z-index: 2;
  width: 70%;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flybell-system-strip .fb-system-ring-inner::before {
  content: "";
  width: 45%;
  height: 45%;
  background-image: url("/cdn/shop/files/PRIMARY_ICON_LOGO.png?v=1778614032");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(1.55) drop-shadow(0 0 4px rgba(255,235,150,.95)) drop-shadow(0 0 14px rgba(231,199,90,.72)) drop-shadow(0 0 28px rgba(231,199,90,.38));
}

.abx-faq {
  position: relative;
}

.abx-faq::after {
  content: "";
  position: absolute;
  top: -64px;
  /* covers the top margin so it meets the footer */
  bottom: -64px;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #0a0a09;
  /* same black as the footer */
  z-index: -1;
}

/* ============================================================= ====== ALPHA BOTANIX -- SITE FOOTER STYLES ============================================================= ====== */

:root {
  --ab-bg: #0a0a09;
  --ab-panel: #0d0d0b;
  --ab-gold: #d7b15a;
  --ab-gold-soft: #c9a24b;
  --ab-gold-dim: #8a6f33;
  --ab-text: #b9b3a3;
  --ab-text-dim: #8c8779;
  --ab-line: rgba(201,162,75,.28);
  --ab-grad-gold: linear-gradient(180deg,#e9cf86 0%,#cba24b 48%,#a87f33 100%);
}

.ab-footer * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ab-footer {
  font-family: "Mulish",sans-serif;
  background: var(--ab-bg);
  color: var(--ab-text);
  padding: 26px 18px 22px;
  display: flex;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
}

/* ---- the notched panel ---------------------------------------- */

.ab-panel {
  --notch: 26px;
  position: relative;
  width: 100%;
  max-width: 1640px;
  padding: 2px;
  /* this 2px is the gold edge */
  background: linear-gradient(135deg,#c9a24b 0%,#5d4a22 30%,#c9a24b 55%,#4a3a1b 80%,#a8843a 100%);
  clip-path: polygon( var(--notch) 0, calc(100% - var(--notch)) 0, 100% var(--notch), 100% calc(100% - var(--notch)), calc(100% - var(--notch)) 100%, var(--notch) 100%, 0 calc(100% - var(--notch)), 0 var(--notch));
  animation: ab-rise .9s cubic-bezier(.2,.7,.2,1) both;
}

.ab-inner {
  position: relative;
  background: radial-gradient(120% 140% at 50% -20%, rgba(215,177,90,.05), transparent 60%), var(--ab-panel);
  clip-path: polygon( var(--notch) 0, calc(100% - var(--notch)) 0, 100% var(--notch), 100% calc(100% - var(--notch)), calc(100% - var(--notch)) 100%, var(--notch) 100%, 0 calc(100% - var(--notch)), 0 var(--notch));
  overflow: hidden;
}

/* faint hex texture overlay */

.ab-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='100' viewBox='0 0 56 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 0l28 16v32L28 64 0 48V16z' fill='none' stroke='%23c9a24b' stroke-width='1'/ %3E%3C/svg%3E");
  background-size: 56px 64px;
  opacity: .035;
  pointer-events: none;
}

/* ---- top: feature row ----------------------------------------- */

.ab-row {
  position: relative;
  display: grid;
  grid-template-columns: 1.45fr 1fr 1.2fr .95fr auto;
  gap: 0;
  padding: 26px 48px 22px;
}

.ab-feat {
  display: flex;
  gap: 20px;
  padding: 4px 34px;
  align-items: flex-start;
}

.ab-feat + .ab-feat, .ab-social {
  border-left: 1px solid var(--ab-line);
}

.ab-feat:first-child {
  padding-left: 6px;
}

.ab-feat .ab-icon {
  flex: 0 0 auto;
  color: var(--ab-gold);
  margin-top: 2px;
}

.ab-icon svg {
  display: block;
  width: 46px;
  height: 46px;
}

.ab-feat h4 {
  font-family: "Jost",sans-serif;
  font-weight: 500;
  font-size: 13.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ab-gold);
  margin-bottom: 9px;
  white-space: nowrap;
}

.ab-feat p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ab-text);
  font-weight: 300;
  max-width: 30ch;
}

/* ---- social cluster ------------------------------------------- */

.ab-social {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 4px 6px 4px 40px;
}

.ab-social a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ab-line);
  border-radius: 9px;
  color: var(--ab-gold);
  transition: .28s ease;
}

.ab-social a svg {
  width: 20px;
  height: 20px;
  display: block;
}

.ab-social a:hover {
  color: #0a0a09;
  background: var(--ab-grad-gold);
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(201,162,75,.25);
}

/* ---- bottom: logo --------------------------------------------- */

.ab-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 8px 60px 22px;
}

.ab-mark .ab-rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg,transparent,var(--ab-gold-dim) 45%,var(--abgold) 50%,var(--ab-gold-dim) 55%,transparent);
  max-width: 560px;
}

.ab-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab-brand img {
  height: 78px;
  /* controls the logo size -- tweak to taste */
  width: auto;
  display: block;
  filter: drop-shadow(0 0 8px rgba(215,177,90,.16));
}

/* ---- load animation ------------------------------------------- */

@keyframes ab-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* ---- responsive ----------------------------------------------- */

@media (max-width:1180px) {
  .ab-row {
    grid-template-columns: 1fr 1fr;
    gap: 30px 0;
    padding: 34px;
  }
  .ab-feat {
    padding: 4px 28px;
  }
  .ab-feat:nth-child(odd) {
    border-left: none;
    padding-left: 6px;
  }
  .ab-social {
    grid-column: 1 / -1;
    justify-content: center;
    border-left: none;
    border-top: 1px solid var(--ab-line);
    padding: 26px 0 4px;
  }
  .ab-feat h4 {
    white-space: normal;
  }
}

@media (max-width:620px) {
  .ab-footer {
    padding: 24px 12px;
  }
  .ab-row {
    grid-template-columns: 1fr;
    padding: 28px 22px;
    gap: 26px;
  }
  .ab-feat {
    border-left: none !important;
    padding: 0;
  }
  .ab-feat p {
    max-width: none;
  }
  .ab-mark {
    flex-direction: column;
    gap: 20px;
    padding: 14px 20px 22px;
  }
  .ab-mark .ab-rule {
    width: 70%;
    max-width: none;
  }
}

/* ========================================== FLYBYE PRODUCT PAGE HERO V1 ========================================== */

/* Hero Layout */

.product__info-wrapper {
  background: #f7f5ef !important;
  padding: 40px !important;
  border-radius: 24px;
}

.product__info-container {
  max-width: 560px !important;
}

/* Eyebrow */

.product__text {
  text-transform: uppercase !important;
  letter-spacing: .18em !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  color: #4c5b3e !important;
}

/* Product Title */

.product__title, .product__title h1 {
  font-size: 64px !important;
  line-height: .92 !important;
  letter-spacing: -.04em !important;
  font-weight: 800 !important;
  color: #111 !important;
  margin-bottom: 16px !important;
}

/* Price */

.price {
  font-size: 28px !important;
  font-weight: 700 !important;
  margin-bottom: 24px !important;
}

/* Description */

.product__description {
  font-size: 17px !important;
  line-height: 1.8 !important;
  color: #444 !important;
  margin-top: 24px !important;
}

/* Add To Cart */

.product-form__submit {
  background: #e4c96b !important;
  color: #111 !important;
  border: none !important;
  border-radius: 999px !important;
  min-height: 58px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.12) !important;
}

/* Buy It Now */

.shopify-payment-button__button {
  background: #4c5b3e !important;
  color: white !important;
  border-radius: 999px !important;
  min-height: 58px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

/* Quantity Selector */

.quantity {
  border-radius: 999px !important;
  overflow: hidden !important;
}

/* Hide Share */

.share-button {
  display: none !important;
}

/* Product Image Area */

.product__media-wrapper {
  background: #f7f5ef !important;
  border-radius: 24px !important;
  padding: 30px !important;
}

/* Thumbnails */

.thumbnail, .thumbnail-list__item {
  border-radius: 12px !important;
  overflow: hidden !important;
}

/* Mobile */

@media screen and (max-width: 749px) {
  .product__title, .product__title h1 {
    font-size: 42px !important;
  }
  .product__info-wrapper {
    padding: 24px !important;
  }
}

.ab-life {
  gap: 4rem;
  padding: 5rem 1.5rem;
}

.ab-life__icon {
  width: 120px;
  height: 120px;
}

.ab-life__icon svg {
  width: 58px;
  height: 58px;
}

.ab-life__icon--badge img {
  width: 84px;
  height: 84px;
}

.ab-life__title {
  font-size: clamp(2.25rem,4.5vw,3.5rem);
}

/* ============================================================
   FB-VS â€” FLYBELL COMPARISON SECTION (CONSOLIDATED v8)
   This single block REPLACES every previous .fb-vs rule.
   Delete all old .fb-vs blocks (v6.x, v7.x, tagline restore)
   and paste this at the BOTTOM of the stylesheet.
   ============================================================ */

/* ---------- SECTION GRID (overflow-proof) ---------- */
body .fb-vs {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  display: grid !important;
  /* minmax(0, ...) is the overflow fix: plain fr can't shrink
     below its content, minmax(0, fr) can */
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.9fr) minmax(0, 1.5fr) !important;
  background: #f0ebde !important;
  font-family: "Acherus Militant", Arial, sans-serif !important;
  position: relative !important;
  isolation: isolate !important;
  z-index: 1 !important;
  clear: both !important;
  min-height: 820px !important;
  overflow: hidden !important;
}

body .fb-vs > * {
  min-width: 0 !important;
}

/* ============================================================
   LEFT DARK PANEL â€” 4 comparison cards, chevron on right edge
   ============================================================ */
body .fb-vs .fb-vs-left {
  background: #0d1c0d !important;
  color: #f4efe3 !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  padding: 50px 100px 130px 60px !important;
  clip-path: polygon(
    0 0,
    calc(100% - 80px) 0,
    100% 50%,
    calc(100% - 80px) 100%,
    0 100%
  ) !important;
  z-index: 2 !important;
}

body .fb-vs .fb-vs-left-title {
  font-size: 22px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  margin: 0 auto 24px !important;
  color: #f4efe3 !important;
  width: 100% !important;
  max-width: min(720px, 100%) !important;
  flex-shrink: 0 !important;
}

body .fb-vs .fb-vs-left-title sup {
  font-size: 0.5em !important;
  vertical-align: super !important;
  color: #d4b968 !important;
}

body .fb-vs .fb-vs-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 26px !important;
  margin: auto auto !important;
  width: 100% !important;
  max-width: min(720px, 100%) !important;
  flex: 0 0 auto !important;
}

body .fb-vs .fb-vs-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 165px !important;
  margin: 0 auto !important;
  min-width: 0 !important;
}

body .fb-vs .fb-vs-card-img {
  width: 100% !important;
  height: 320px !important;
  background: #1a1a1a !important;
  overflow: hidden !important;
  margin-bottom: 16px !important;
  border-radius: 3px !important;
  position: relative !important;
}

body .fb-vs .fb-vs-card-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  filter: grayscale(100%) brightness(0.95) contrast(1.05) !important;
}

body .fb-vs .fb-vs-card-img::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    180deg,
    rgba(40, 45, 50, 0.18) 0%,
    rgba(20, 25, 30, 0.32) 100%
  ) !important;
  pointer-events: none !important;
}

body .fb-vs .fb-vs-card h4 {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  margin: 0 0 12px !important;
  color: #f4efe3 !important;
  text-align: center !important;
}

body .fb-vs .fb-vs-card ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body .fb-vs .fb-vs-card ul li {
  position: relative !important;
  padding-left: 20px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  margin-bottom: 8px !important;
  color: #d8d3c4 !important;
  letter-spacing: 0.01em !important;
}

body .fb-vs .fb-vs-card ul li::before {
  content: "\2715" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #c44 !important;
  font-weight: 900 !important;
  font-size: 14px !important;
}

/* ============================================================
   CENTER CREAM PANEL â€” title, emblem, copy
   ============================================================ */
body .fb-vs .fb-vs-center {
  background: #f0ebde !important;
  padding: 80px 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  position: relative !important;
  z-index: 1 !important;
}

body .fb-vs .fb-vs-center-inner {
  max-width: min(340px, 100%) !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

body .fb-vs .fb-vs-center-title {
  order: 1 !important;
  font-size: 38px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.005em !important;
  color: #0d1c0d !important;
  margin: 0 0 32px !important;
}

body .fb-vs .fb-vs-emblem-row {
  order: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  width: 100% !important;
  margin: 0 0 28px !important;
}

body .fb-vs .fb-vs-emblem {
  width: 96px !important;
  height: 108px !important;
  flex-shrink: 0 !important;
  background-image: url("/cdn/shop/files/Alpha_Botanix.png?v=1779385731") !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

body .fb-vs .fb-vs-emblem * ,
body .fb-vs .fb-vs-emblem::before,
body .fb-vs .fb-vs-emblem::after {
  display: none !important;
  content: none !important;
}

body .fb-vs .fb-vs-emblem-line {
  display: block !important;
  flex: 1 1 auto !important;
  height: 1px !important;
  background: #4c5b3e !important;
  max-width: 110px !important;
  min-width: 40px !important;
  opacity: 0.55 !important;
}

body .fb-vs .fb-vs-divider {
  order: 3 !important;
  width: 36px !important;
  height: 2px !important;
  background: #d4b968 !important;
  margin: 0 auto 24px !important;
}

body .fb-vs .fb-vs-divider-sm {
  width: 28px !important;
  height: 1px !important;
  background: #4c5b3e !important;
  margin: 22px auto !important;
  opacity: 0.4 !important;
}

body .fb-vs .fb-vs-center p {
  order: 4 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  color: #2a3a2a !important;
  margin: 0 !important;
}

body .fb-vs .fb-vs-center p strong {
  color: #4c5b3e !important;
  font-weight: 800 !important;
}

body .fb-vs .fb-vs-center sup {
  font-size: 0.55em !important;
  vertical-align: super !important;
}

/* ============================================================
   RIGHT PANEL â€” single image fills panel, content overlaid,
   chevron pointing into center panel
   ============================================================ */
body .fb-vs .fb-vs-right {
  position: relative !important;
  background: #0d1c0d !important;
  background-image: none !important;
  padding: 50px 40px 130px 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
  clip-path: polygon(
    80px 0,
    100% 0,
    100% 100%,
    80px 100%,
    0 50%
  ) !important;
  z-index: 2 !important;
}

/* The single bottle/scene image as a full-bleed layer */
body .fb-vs .fb-vs-right .fb-vs-right-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: left center !important;
  display: block !important;
  z-index: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  max-width: none !important;
}

/* No gradient overlay */
body .fb-vs .fb-vs-right::before {
  display: none !important;
  content: none !important;
}

/* Content column sits over the image, in the right (lit) half */
body .fb-vs .fb-vs-right .fb-vs-right-inner {
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  z-index: 2 !important;
  width: min(360px, 48%) !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #f4efe3 !important;
}

body .fb-vs .fb-vs-right-title {
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
  color: #f4efe3 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5) !important;
  position: relative !important;
  z-index: 2 !important;
}

body .fb-vs .fb-vs-checks {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  position: relative !important;
  z-index: 2 !important;
}

body .fb-vs .fb-vs-checks li {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid rgba(244, 239, 227, 0.18) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  color: #f4efe3 !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4) !important;
}

body .fb-vs .fb-vs-check {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  width: 26px !important;
  height: 26px !important;
  background: #6a8848 !important;
  color: #f4efe3 !important;
  border-radius: 50% !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

/* ============================================================
   MATCHED CTA TAGLINES â€” pinned bottom-center of each panel
   ============================================================ */
body .fb-vs .fb-vs-left-tagline,
body .fb-vs .fb-vs-right-tagline {
  position: absolute !important;
  bottom: 50px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 28px !important;
  width: min(320px, 80%) !important;
  height: 60px !important;
  box-sizing: border-box !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.3 !important;
  text-align: center !important;
  border: 1.5px solid #d4b968 !important;
  background: transparent !important;
  color: #f4efe3 !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) !important;
  z-index: 3 !important;
}

body .fb-vs .fb-vs-word {
  display: inline-block !important;
  color: #f4efe3 !important;
}

body .fb-vs .fb-vs-word-accent {
  color: #d4b968 !important;
}

/* ============================================================
   MID DESKTOP (1101px â€“ 1500px)
   ============================================================ */
@media (min-width: 1101px) and (max-width: 1500px) {
  body .fb-vs {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr) minmax(0, 1.4fr) !important;
  }

  body .fb-vs .fb-vs-left {
    padding: 50px 80px 110px 40px !important;
    clip-path: polygon(
      0 0,
      calc(100% - 60px) 0,
      100% 50%,
      calc(100% - 60px) 100%,
      0 100%
    ) !important;
  }

  body .fb-vs .fb-vs-left-title,
  body .fb-vs .fb-vs-grid {
    max-width: min(600px, 100%) !important;
  }

  body .fb-vs .fb-vs-grid {
    gap: 16px !important;
  }

  body .fb-vs .fb-vs-card,
  body .fb-vs .fb-vs-card-img {
    max-width: 135px !important;
  }

  body .fb-vs .fb-vs-card-img {
    height: 260px !important;
  }

  body .fb-vs .fb-vs-card h4 {
    font-size: 12px !important;
  }

  body .fb-vs .fb-vs-card ul li {
    font-size: 13px !important;
  }

  body .fb-vs .fb-vs-card ul li::before {
    font-size: 13px !important;
  }

  body .fb-vs .fb-vs-center-title {
    font-size: 32px !important;
  }

  body .fb-vs .fb-vs-right {
    padding: 50px 30px 110px 0 !important;
    clip-path: polygon(
      60px 0,
      100% 0,
      100% 100%,
      60px 100%,
      0 50%
    ) !important;
  }

  body .fb-vs .fb-vs-right .fb-vs-right-inner {
    width: min(300px, 48%) !important;
  }

  body .fb-vs .fb-vs-right-title {
    font-size: 18px !important;
  }

  body .fb-vs .fb-vs-checks li {
    font-size: 14px !important;
    letter-spacing: 0.04em !important;
  }

  body .fb-vs .fb-vs-check {
    width: 22px !important;
    height: 22px !important;
    font-size: 12px !important;
  }

  body .fb-vs .fb-vs-left-tagline,
  body .fb-vs .fb-vs-right-tagline {
    bottom: 40px !important;
    width: min(260px, 80%) !important;
    font-size: 12px !important;
    padding: 0 20px !important;
  }
}

/* ============================================================
   TABLET (769px â€“ 1100px) â€” stacked single column
   ============================================================ */
@media (min-width: 769px) and (max-width: 1100px) {
  body .fb-vs {
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: 0 !important;
  }

  body .fb-vs .fb-vs-left {
    clip-path: none !important;
    padding: 50px 32px !important;
  }

  body .fb-vs .fb-vs-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  body .fb-vs .fb-vs-center {
    padding: 60px 32px !important;
  }

  body .fb-vs .fb-vs-right {
    clip-path: none !important;
    padding: 60px 32px !important;
    min-height: 480px !important;
    align-items: center !important;
  }

  body .fb-vs .fb-vs-right .fb-vs-right-img {
    object-position: center center !important;
  }

  body .fb-vs .fb-vs-right .fb-vs-right-inner {
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  body .fb-vs .fb-vs-right-title {
    text-align: center !important;
  }

  body .fb-vs .fb-vs-checks li {
    justify-content: center !important;
  }

  body .fb-vs .fb-vs-left-tagline,
  body .fb-vs .fb-vs-right-tagline {
    position: static !important;
    transform: none !important;
    margin: 30px auto 0 !important;
  }

  body .fb-vs .fb-vs-left {
    padding-bottom: 50px !important;
  }

  body .fb-vs .fb-vs-right {
    padding-bottom: 50px !important;
  }
}

/* ============================================================
   MOBILE (768px and below) â€” static fallback image
   ============================================================ */
@media (max-width: 768px) {
  body .fb-vs > .fb-vs-left,
  body .fb-vs > .fb-vs-center,
  body .fb-vs > .fb-vs-right {
    display: none !important;
  }

  body .fb-vs {
    display: block !important;
    grid-template-columns: none !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    width: 100vw !important;
    background: #0d1c0d !important;
    clip-path: none !important;
  }

  body .fb-vs::after {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 850 / 1900 !important;
    background-image: url("/cdn/shop/files/Flybell_comparison_m.png?v=1779920535") !important;
    background-size: contain !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
  }
}