/* Aurora Homepage — Hero spacing & rhythm (homepage only) */

body.aurora-home-page .HeroSection_hero__tVlJy {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: var(--aurora-header-stack, calc(var(--header-height, 72px) + var(--compliance-bar-height, 32px)));
  padding-bottom: clamp(24px, 3vw, 36px);
}

body.aurora-home-page .aurora-hero-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0.65;
  display: block;
}

body.aurora-home-page .HeroSection_heroContent__VYZbs,
body.aurora-home-page .HeroSection_scrollHint__HA8bR {
  position: relative;
  z-index: 10;
}

body.aurora-home-page .HeroSection_heroContent__VYZbs {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--site-gutter, 24px) 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.aurora-home-page .home-hero-chip-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  padding-bottom: 0;
}

body.aurora-home-page .HeroSection_heroContent__VYZbs .chip,
body.aurora-home-page .home-hero-chip-wrap {
  margin-top: 0;
  margin-bottom: 3px;
}

body.aurora-home-page .aurora-hero-title,
body.aurora-home-page .HeroSection_heroTitle__nnst_ {
  font-family: var(--font-d);
  font-size: clamp(76px, 13vw, 144px);
  line-height: 0.88;
  letter-spacing: 0.025em;
  color: var(--txt);
  margin-top: 0;
  margin-bottom: clamp(24px, 3vw, 36px);
}

body.aurora-home-page .aurora-hero-tagline {
  margin: 0 0 14px;
  font-family: var(--font-d, "Bebas Neue", sans-serif);
  font-size: clamp(22px, 3vw, 32px);
  letter-spacing: 0.06em;
  color: var(--acc, #00d4ff);
  line-height: 1.15;
}

body.aurora-home-page .aurora-hero-subtagline {
  margin: 0 0 28px;
  font-family: var(--font-m, monospace);
  font-size: clamp(11px, 1.2vw, 13px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(237, 244, 255, 0.62);
}

body.aurora-home-page .aurora-hero-desc,
body.aurora-home-page .HeroSection_heroDesc__o9wSw {
  max-width: 560px;
  margin: 0 auto clamp(34px, 4vw, 46px);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 300;
  color: var(--txt2, rgba(237, 244, 255, 0.72));
}

body.aurora-home-page .HeroSection_heroCtas__6HddL {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  width: 100%;
  margin: 0 0 clamp(44px, 5vw, 64px);
}

body.aurora-home-page .HeroSection_heroStats__HalHU {
  margin: 0 auto 12px;
  width: 100%;
  max-width: 720px;
}

body.aurora-home-page .HeroSection_scrollHint__HA8bR {
  margin-top: 12px;
  margin-bottom: 0;
  padding-bottom: 0;
  flex-shrink: 0;
}

/* Trust bar — homepage spacing & responsive layout */
body.aurora-home-page .TrustBar_trustBar__T0sYc {
  margin-top: -12px;
  padding-top: clamp(20px, 2.5vw, 32px);
  padding-bottom: clamp(32px, 3.5vw, 40px);
  position: relative;
  z-index: 4;
}

body.aurora-home-page .TrustBar_inner__c73Hv {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  max-width: var(--site-max, 1280px);
  margin: 0 auto;
  padding-left: var(--site-gutter, 24px);
  padding-right: var(--site-gutter, 24px);
}

body.aurora-home-page .TrustBar_item__GDJqQ {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
  text-align: left;
  padding: 22px 16px;
  min-height: 88px;
}

body.aurora-home-page .TrustBar_ico__hjdFU {
  flex: 0 0 auto;
}

body.aurora-home-page .TrustBar_label__CgAs4 {
  min-width: 0;
}

body.aurora-home-page .TrustBar_label__CgAs4 strong,
body.aurora-home-page .TrustBar_label__CgAs4 span {
  display: block;
}

@media (max-width: 1024px) {
  body.aurora-home-page .TrustBar_inner__c73Hv {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  body.aurora-home-page .aurora-shop-categories,
  body.aurora-home-page .aurora-compliance-section,
  body.aurora-home-page #products,
  body.aurora-home-page #why,
  body.aurora-home-page #process,
  body.aurora-home-page #coa,
  body.aurora-home-page #coa + section,
  body.aurora-home-page #faq,
  body.aurora-home-page #faq + section {
    padding-top: clamp(26px, 3vw, 34px);
    padding-bottom: clamp(26px, 3vw, 34px);
  }

  body.aurora-home-page .TrustBar_trustBar__T0sYc {
    padding-bottom: clamp(26px, 3vw, 34px);
  }
}

@media (max-width: 768px) {
  body.aurora-home-page .TrustBar_trustBar__T0sYc {
    margin-top: -10px;
    padding-top: 20px;
    padding-bottom: 36px;
  }

  body.aurora-home-page .TrustBar_inner__c73Hv {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.aurora-home-page .aurora-shop-categories,
  body.aurora-home-page .aurora-compliance-section,
  body.aurora-home-page #products,
  body.aurora-home-page #why,
  body.aurora-home-page #process,
  body.aurora-home-page #coa,
  body.aurora-home-page #coa + section,
  body.aurora-home-page #faq,
  body.aurora-home-page #faq + section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  body.aurora-home-page .TrustBar_trustBar__T0sYc {
    padding-bottom: 24px;
  }
}

@media (max-width: 640px) {
  body.aurora-home-page .TrustBar_trustBar__T0sYc {
    margin-top: -8px;
    padding-top: 18px;
  }

  body.aurora-home-page .TrustBar_inner__c73Hv {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.aurora-home-page .TrustBar_item__GDJqQ {
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 18px 14px;
    min-height: auto;
  }

  body.aurora-home-page .TrustBar_item__GDJqQ:not(:last-child)::after {
    display: none;
  }

  body.aurora-home-page .TrustBar_label__CgAs4,
  body.aurora-home-page .TrustBar_label__CgAs4 strong,
  body.aurora-home-page .TrustBar_label__CgAs4 span {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 390px) {
  body.aurora-home-page .TrustBar_trustBar__T0sYc {
    margin-top: -6px;
    padding-top: 16px;
    padding-bottom: 28px;
  }

  body.aurora-home-page .aurora-shop-categories,
  body.aurora-home-page .aurora-compliance-section,
  body.aurora-home-page #products,
  body.aurora-home-page #why,
  body.aurora-home-page #process,
  body.aurora-home-page #coa,
  body.aurora-home-page #coa + section,
  body.aurora-home-page #faq,
  body.aurora-home-page #faq + section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  body.aurora-home-page .TrustBar_trustBar__T0sYc {
    padding-bottom: 20px;
  }

  body.aurora-home-page .TrustBar_item__GDJqQ {
    padding: 16px 12px;
  }
}

@media (max-width: 1024px) {
  body.aurora-home-page .HeroSection_hero__tVlJy {
    padding-bottom: 32px;
  }

  body.aurora-home-page .HeroSection_heroContent__VYZbs {
    padding-top: 0;
  }

  body.aurora-home-page .home-hero-chip-wrap {
    margin-top: 0;
    padding-bottom: 0;
  }

  body.aurora-home-page .HeroSection_heroCtas__6HddL {
    margin-bottom: 42px;
  }
}

@media (max-width: 768px) {
  body.aurora-home-page .HeroSection_hero__tVlJy {
    padding-bottom: 28px;
    overflow: visible;
  }

  body.aurora-home-page .HeroSection_heroContent__VYZbs {
    padding: 0 20px 0;
    overflow: visible;
  }

  body.aurora-home-page .home-hero-chip-wrap {
    display: flex !important;
    justify-content: center;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 0;
    padding-bottom: 0;
  }

  body.aurora-home-page .HeroSection_heroContent__VYZbs .chip,
  body.aurora-home-page .home-hero-chip-wrap .chip {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
    z-index: 4;
    margin-top: 0;
    margin-bottom: 3px;
    transform: none !important;
  }

  body.aurora-home-page .aurora-hero-title,
  body.aurora-home-page .HeroSection_heroTitle__nnst_ {
    margin-top: 0;
    margin-bottom: 24px;
  }

  body.aurora-home-page .aurora-hero-tagline {
    margin-bottom: 10px;
  }

  body.aurora-home-page .aurora-hero-subtagline {
    margin-bottom: 22px;
  }

  body.aurora-home-page .aurora-hero-desc,
  body.aurora-home-page .HeroSection_heroDesc__o9wSw {
    margin-bottom: 32px;
  }

  body.aurora-home-page .HeroSection_heroCtas__6HddL {
    margin-bottom: 40px;
  }

  body.aurora-home-page .HeroSection_heroStats__HalHU {
    margin-top: 0;
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 0;
  }

  body.aurora-home-page .HeroSection_scrollHint__HA8bR {
    display: none;
  }
}

@media (max-width: 430px) {
  body.aurora-home-page .aurora-hero-title,
  body.aurora-home-page .HeroSection_heroTitle__nnst_ {
    font-size: clamp(58px, 17vw, 78px);
    line-height: 0.9;
  }
}

@media (max-width: 390px) {
  body.aurora-home-page .HeroSection_hero__tVlJy {
    padding-bottom: 24px;
  }

  body.aurora-home-page .HeroSection_heroContent__VYZbs {
    padding: 0 16px 0;
  }

  body.aurora-home-page .home-hero-chip-wrap {
    margin-top: 0;
    padding-bottom: 0;
  }

  body.aurora-home-page .HeroSection_heroCtas__6HddL {
    margin-bottom: 34px;
  }
}

@media (max-width: 375px) {
  body.aurora-home-page .aurora-hero-title,
  body.aurora-home-page .HeroSection_heroTitle__nnst_ {
    font-size: clamp(52px, 16vw, 68px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.aurora-home-page .aurora-hero-particles {
    opacity: 0.42;
  }
}

/* Homepage product catalogue — 2-column mobile grid (homepage section only) */
@media (max-width: 1024px) {
  body.aurora-home-page .ProductsSection_section__Bfy88 .ProductGrid_grid__eCqBK > .product-card:nth-child(n + 5) {
    display: none !important;
  }
}

@media (max-width: 768px) {
  body.aurora-home-page .ProductsSection_section__Bfy88 .ProductGrid_grid__eCqBK {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
}

@media (max-width: 1024px) {
  body.aurora-home-page .ProductsSection_section__Bfy88 .ProductGrid_grid__eCqBK {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 390px) {
  body.aurora-home-page .ProductsSection_section__Bfy88 .ProductGrid_grid__eCqBK {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }
}

@media (max-width: 340px) {
  body.aurora-home-page .ProductsSection_section__Bfy88 .ProductGrid_grid__eCqBK {
    grid-template-columns: 1fr !important;
  }
}

/* Shop by Category */
body.aurora-home-page .aurora-shop-categories {
  padding-top: clamp(32px, 3.5vw, 40px);
  padding-bottom: clamp(32px, 3.5vw, 40px);
}

body.aurora-home-page .aurora-shop-categories .sec-head {
  margin-bottom: clamp(16px, 2.2vw, 24px);
}

body.aurora-home-page .aurora-shop-categories .sec-title {
  margin-bottom: 12px;
}

body.aurora-home-page .aurora-shop-categories .sec-desc {
  margin-bottom: 0;
}

body.aurora-home-page .aurora-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}


body.aurora-home-page .aurora-category-grid:has(> :nth-child(3):last-child) > :nth-child(1) {
    grid-column: 2;
}

body.aurora-home-page .aurora-category-grid:has(> :nth-child(3):last-child) > :nth-child(2) {
    grid-column: 3;
}

body.aurora-home-page .aurora-category-grid:has(> :nth-child(3):last-child) > :nth-child(3) {
    grid-column: 4;
}
@media (min-width: 1025px) {
  body.aurora-home-page .aurora-category-slide {
    display: contents;
  }

  body.aurora-home-page .aurora-category-card--loop-preview {
    display: none !important;
  }
}

body.aurora-home-page .aurora-category-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: rgba(8, 13, 30, 0.78);
  border: 1px solid var(--aurora-border, rgba(255, 255, 255, 0.08));
  border-radius: var(--aurora-radius-card, 16px);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body.aurora-home-page .aurora-category-card:hover {
  transform: translateY(-4px);
  border-color: var(--aurora-border-accent, rgba(0, 212, 255, 0.28));
  box-shadow: var(--aurora-shadow-hover, 0 22px 70px rgba(0, 0, 0, 0.5));
}

body.aurora-home-page .aurora-category-card__media {
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, rgba(0, 212, 255, 0.08), rgba(212, 0, 255, 0.06));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

body.aurora-home-page .aurora-category-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

body.aurora-home-page .aurora-category-card:hover .aurora-category-card__media img {
  transform: scale(1.06);
}

body.aurora-home-page .aurora-category-card__fallback {
  font-family: var(--font-d, "Bebas Neue", sans-serif);
  font-size: clamp(28px, 3vw, 36px);
  letter-spacing: 0.08em;
  color: rgba(0, 212, 255, 0.35);
  text-align: center;
  padding: 20px;
}

body.aurora-home-page .aurora-category-card__body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}

body.aurora-home-page .aurora-category-card__body h3 {
  font-family: var(--font-d, "Bebas Neue", sans-serif);
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: 0.04em;
  margin: 0;
  color: var(--txt, #edf4ff);
}

body.aurora-home-page .aurora-category-card__body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--aurora-text-muted, rgba(122, 157, 190, 0.92));
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-break: normal;
  flex-shrink: 0;
}

body.aurora-home-page .aurora-category-card__link {
  font-family: var(--font-m, monospace);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--acc, #00d4ff);
  margin-top: auto;
  flex-shrink: 0;
}

/* Compliance section */
body.aurora-home-page .aurora-compliance-section {
  padding-top: clamp(32px, 3.5vw, 40px);
  padding-bottom: clamp(32px, 3.5vw, 40px);
  background: linear-gradient(180deg, rgba(0, 212, 255, 0.03) 0%, rgba(8, 13, 30, 0.4) 100%);
}

/* Homepage section rhythm — equal top/bottom padding (stable ids) */
body.aurora-home-page #products,
body.aurora-home-page #why,
body.aurora-home-page #process,
body.aurora-home-page #coa,
body.aurora-home-page #coa + section,
body.aurora-home-page #faq,
body.aurora-home-page #faq + section {
  padding-top: clamp(32px, 3.5vw, 40px);
  padding-bottom: clamp(32px, 3.5vw, 40px);
}

body.aurora-home-page #process {
  margin-top: 0;
}

body.aurora-home-page .aurora-compliance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  margin-bottom: clamp(24px, 3vw, 32px);
}

body.aurora-home-page .aurora-compliance-card {
  padding: clamp(20px, 2.5vw, 28px);
  background: rgba(8, 13, 30, 0.82);
  border: 1px solid var(--aurora-border, rgba(255, 255, 255, 0.08));
  border-radius: var(--aurora-radius-card, 16px);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

body.aurora-home-page .aurora-compliance-card:hover {
  border-color: rgba(0, 212, 255, 0.22);
  transform: translateY(-2px);
}

body.aurora-home-page .aurora-compliance-card__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(0, 212, 255, 0.08);
  border: 1px solid rgba(0, 212, 255, 0.18);
  color: var(--acc, #00d4ff);
  margin-bottom: 14px;
  font-size: 18px;
}

body.aurora-home-page .aurora-compliance-card h3 {
  font-family: var(--font-d, "Bebas Neue", sans-serif);
  font-size: clamp(16px, 1.8vw, 20px);
  letter-spacing: 0.04em;
  margin: 0 0 10px;
  color: var(--txt, #edf4ff);
}

body.aurora-home-page .aurora-compliance-card p {
  margin: 0;
  font-size: var(--aurora-body-sm, 14px);
  line-height: 1.65;
  color: var(--aurora-text-muted, rgba(122, 157, 190, 0.92));
}

body.aurora-home-page .aurora-compliance-footer {
  padding: clamp(16px, 2vw, 20px) clamp(20px, 2.5vw, 28px);
  border-radius: var(--aurora-radius-card, 16px);
  background: rgba(0, 212, 255, 0.04);
  border: 1px solid rgba(0, 212, 255, 0.16);
  font-size: var(--aurora-body-sm, 14px);
  line-height: 1.7;
  color: rgba(237, 244, 255, 0.78);
  text-align: center;
}

@media (max-width: 1024px) {
  body.aurora-home-page .aurora-compliance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.aurora-home-page .aurora-compliance-grid {
    grid-template-columns: 1fr;
  }
}

/* Shop by Category — mobile/tablet slider (2 cards per slide, dots, no arrows) */
@media (max-width: 1024px) {
  body.aurora-home-page .aurora-category-slider {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  body.aurora-home-page .aurora-category-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0;
    grid-template-columns: unset;
    scrollbar-width: none;
    margin: 0;
    padding: 0;
    scroll-padding-inline: 12px;
    touch-action: pan-x;
    width: 100%;
    direction: ltr;
  }

  body.aurora-home-page .aurora-category-grid.is-autoplaying {
    scroll-snap-type: none;
  }

  body.aurora-home-page .aurora-category-grid::-webkit-scrollbar {
    display: none;
  }

  body.aurora-home-page .aurora-category-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 12px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-sizing: border-box;
    padding: 0 12px;
  }

  body.aurora-home-page .aurora-category-slide .aurora-category-card {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(50% - 6px);
    width: calc(50% - 6px);
    max-width: calc(50% - 6px);
    min-width: 0;
    height: auto;
    scroll-snap-align: unset;
  }

  body.aurora-home-page .aurora-category-card {
    overflow: visible;
  }

  body.aurora-home-page .aurora-category-card__media {
    aspect-ratio: 4 / 3;
    width: 100%;
    flex-shrink: 0;
  }

  body.aurora-home-page .aurora-category-card__body {
    padding: 12px 10px 14px;
    gap: 6px;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: visible;
    min-height: 0;
  }

  body.aurora-home-page .aurora-category-card__body h3 {
    font-size: clamp(14px, 3.6vw, 17px);
    line-height: 1.2;
    word-break: normal;
    overflow-wrap: break-word;
    flex-shrink: 0;
  }

  body.aurora-home-page .aurora-category-card__body p {
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    word-break: normal;
    margin: 0;
    flex-shrink: 0;
  }

  body.aurora-home-page .aurora-category-card__link {
    font-size: 9px;
    line-height: 1.4;
    margin-top: auto;
    padding-top: 4px;
    flex-shrink: 0;
  }

  body.aurora-home-page .aurora-category-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 12px;
  }

  body.aurora-home-page .aurora-category-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.22);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
  }

  body.aurora-home-page .aurora-category-dot.is-active {
    background: var(--acc, #00d4ff);
    transform: scale(1.15);
  }
}

@media (min-width: 1025px) {
  body.aurora-home-page .aurora-category-dots {
    display: none;
  }
}

/* Testimonials — continuous marquee on mobile */
@media (max-width: 768px) {
  body.aurora-home-page .TestimonialsSection_testiBg__eoajY .TestimonialsSection_grid__UIStu.aurora-testimonials-marquee {
    display: block;
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  body.aurora-home-page .aurora-testimonials-marquee__viewport {
    overflow: hidden;
    width: 100%;
  }

  body.aurora-home-page .aurora-testimonials-marquee__inner {
    display: flex;
    width: max-content;
    will-change: transform;
  }

  body.aurora-home-page .aurora-testimonials-marquee__group {
    display: flex;
    align-items: stretch;
    gap: 16px;
    padding-right: 16px;
    flex-shrink: 0;
  }

  body.aurora-home-page .aurora-testimonials-marquee__group .TestimonialsSection_card__XfS1g {
    flex: 0 0 min(82vw, 300px);
    width: min(82vw, 300px);
    min-width: min(82vw, 300px);
    margin: 0;
  }

  body.aurora-home-page .aurora-testimonials-marquee__group .TestimonialsSection_card__XfS1g:hover {
    transform: none;
  }
}

@keyframes aurora-testimonials-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  body.aurora-home-page .aurora-testimonials-marquee__inner {
    animation: none !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  body.aurora-home-page .aurora-testimonials-marquee__group {
    padding-right: 0;
  }

  body.aurora-home-page .aurora-testimonials-marquee__group[aria-hidden="true"] {
    display: none;
  }

  body.aurora-home-page .aurora-testimonials-marquee__group .TestimonialsSection_card__XfS1g {
    scroll-snap-align: start;
  }
}

/* ── Products section header — centered all breakpoints (homepage only) ── */
body.aurora-home-page .ProductsSection_hd__2G6Rk,
body.aurora-home-page .products-hd {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: clamp(16px, 2.5vw, 24px);
}

body.aurora-home-page .ProductsSection_hd__2G6Rk > div,
body.aurora-home-page .products-hd > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

body.aurora-home-page .ProductsSection_title__1lApe {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

body.aurora-home-page .ProductsSection_sub__aurora {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

body.aurora-home-page .ProductsSection_section__Bfy88 .home-products-chip-wrap,
body.aurora-home-page .ProductsSection_section__Bfy88 .home-coa-chip-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

body.aurora-home-page .ProductsSection_viewAll__3tddz {
  align-self: center;
}

/* ── Homepage mobile section alignment (homepage only) ── */
@media (max-width: 768px) {
  body.aurora-home-page .aurora-compliance-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  body.aurora-home-page .aurora-compliance-card__icon {
    margin-left: auto;
    margin-right: auto;
  }

  body.aurora-home-page .aurora-compliance-card h3,
  body.aurora-home-page .aurora-compliance-card p {
    text-align: center;
  }

  body.aurora-home-page .aurora-category-card {
    text-align: center;
  }

  body.aurora-home-page .aurora-category-card__body {
    align-items: center;
    text-align: center;
  }

  body.aurora-home-page .aurora-category-card__body h3,
  body.aurora-home-page .aurora-category-card__body p,
  body.aurora-home-page .aurora-category-card__link {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  /* Why Choose — center cards and icons on mobile */
  body.aurora-home-page .WhyChooseSection_whyBg__B2Izn .sec-head,
  body.aurora-home-page .WhyChooseSection_whyBg__B2Izn .sec-title,
  body.aurora-home-page .WhyChooseSection_whyBg__B2Izn .sec-desc {
    text-align: center;
  }

  body.aurora-home-page .WhyChooseSection_whyBg__B2Izn .home-why-chip-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  body.aurora-home-page .WhyChooseSection_card__fHlMt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  body.aurora-home-page .WhyChooseSection_icon__cNipX {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body.aurora-home-page .WhyChooseSection_title__qP5_U,
  body.aurora-home-page .WhyChooseSection_desc__5eZT_ {
    text-align: center;
    width: 100%;
  }
}

/* Process section — homepage spacing & rhythm */
body.aurora-home-page .ProcessSection_processBg__KmUU_ .sec-head {
  margin-bottom: clamp(38px, 4vw, 56px) !important;
}

body.aurora-home-page .ProcessSection_processBg__KmUU_ .home-process-chip-wrap {
  margin-bottom: 18px !important;
}

body.aurora-home-page .ProcessSection_processBg__KmUU_ .sec-title {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}

body.aurora-home-page .ProcessSection_processBg__KmUU_ .sec-desc {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  body.aurora-home-page .ProcessSection_processBg__KmUU_ .sec-head {
    margin-bottom: 34px !important;
    text-align: center;
  }

  body.aurora-home-page .ProcessSection_processBg__KmUU_ .home-process-chip-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 14px !important;
  }

  body.aurora-home-page .ProcessSection_processBg__KmUU_ .sec-title,
  body.aurora-home-page .ProcessSection_processBg__KmUU_ .sec-desc {
    text-align: center;
  }

  body.aurora-home-page .ProcessSection_row__azDm1 {
    gap: 18px !important;
  }
}

/* Process section — premium icon boxes (homepage only) */
body.aurora-home-page .ProcessSection_icon__J0n1j {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto 24px;
  background: rgba(0, 212, 255, 0.1);
  border: 1px solid rgba(0, 212, 255, 0.28);
  box-shadow: 0 0 28px rgba(0, 212, 255, 0.12);
  font-size: inherit;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

body.aurora-home-page .ProcessSection_icon__J0n1j img.emoji {
  display: none !important;
}

body.aurora-home-page .ProcessSection_icon__J0n1j svg {
  width: 24px;
  height: 24px;
  color: var(--acc);
  flex-shrink: 0;
}

body.aurora-home-page .ProcessSection_num__D57r8 {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 22px;
  height: 22px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--grad);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

body.aurora-home-page .ProcessSection_step__Neiyv:nth-child(2) .ProcessSection_icon__J0n1j {
  background: rgba(212, 0, 255, 0.12);
  border-color: rgba(212, 0, 255, 0.3);
  box-shadow: 0 0 28px rgba(212, 0, 255, 0.12);
}

body.aurora-home-page .ProcessSection_step__Neiyv:nth-child(2) .ProcessSection_icon__J0n1j svg {
  color: var(--mag);
}

body.aurora-home-page .ProcessSection_step__Neiyv:nth-child(3) .ProcessSection_icon__J0n1j {
  background: rgba(0, 255, 176, 0.1);
  border-color: rgba(0, 255, 176, 0.28);
  box-shadow: 0 0 28px rgba(0, 255, 176, 0.12);
}

body.aurora-home-page .ProcessSection_step__Neiyv:nth-child(3) .ProcessSection_icon__J0n1j svg {
  color: var(--green);
}

body.aurora-home-page .ProcessSection_step__Neiyv:nth-child(4) .ProcessSection_icon__J0n1j {
  background: rgba(59, 130, 246, 0.1);
  border-color: rgba(59, 130, 246, 0.28);
  box-shadow: 0 0 28px rgba(59, 130, 246, 0.12);
}

body.aurora-home-page .ProcessSection_step__Neiyv:nth-child(4) .ProcessSection_icon__J0n1j svg {
  color: #3b82f6;
}

body.aurora-home-page .ProcessSection_step__Neiyv:nth-child(5) .ProcessSection_icon__J0n1j {
  background: rgba(168, 85, 247, 0.1);
  border-color: rgba(168, 85, 247, 0.28);
  box-shadow: 0 0 28px rgba(168, 85, 247, 0.12);
}

body.aurora-home-page .ProcessSection_step__Neiyv:nth-child(5) .ProcessSection_icon__J0n1j svg {
  color: #a855f7;
}

@media (max-width: 768px) {
  body.aurora-home-page .ProcessSection_icon__J0n1j {
    width: 54px;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
  }

  body.aurora-home-page .ProcessSection_icon__J0n1j svg {
    width: 22px;
    height: 22px;
  }

  body.aurora-home-page .ProcessSection_step__Neiyv {
    text-align: center;
  }
}

/* COA transparency — center content block inside container (homepage only) */
body.aurora-home-page #coa.CoaSection_coaBg__FS8cd .container {
  display: flex;
  justify-content: center;
}

body.aurora-home-page #coa .CoaSection_grid__dLAKx {
  width: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
}

body.aurora-home-page #coa .CoaSection_grid__dLAKx > .reveal {
  width: 100%;
  max-width: 760px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

body.aurora-home-page #coa .home-coa-chip-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

body.aurora-home-page #coa .CoaSection_leftTitle__DLN7K,
body.aurora-home-page #coa .CoaSection_leftDesc__fLPIn {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.aurora-home-page #coa .CoaSection_leftDesc__fLPIn {
  max-width: 720px;
}

body.aurora-home-page #coa .CoaSection_feats__TPr6f {
  width: 100%;
  max-width: 720px;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.aurora-home-page #coa .btn-primary.btn-inline-cta {
  display: inline-flex;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.aurora-home-page #coa .CoaSection_feat__g5AIq {
  text-align: left;
}

@media (max-width: 768px) {
  body.aurora-home-page #coa .CoaSection_grid__dLAKx > .reveal {
    max-width: 100%;
    text-align: center;
  }

  body.aurora-home-page #coa .CoaSection_leftTitle__DLN7K,
  body.aurora-home-page #coa .CoaSection_leftDesc__fLPIn {
    text-align: center !important;
  }

  body.aurora-home-page #coa .CoaSection_feats__TPr6f {
    max-width: 100%;
  }

  body.aurora-home-page #coa .btn-primary.btn-inline-cta {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


/* COA section: single column after doc preview removed */
body.aurora-home-page .CoaSection_grid__dLAKx {
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 760px;
}

section:has(.PageHero_inner__1_lgW) {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
}

section:has(.AboutStorySection_content) {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

body.aurora-storefront .container {
  font-weight: 200;
  width: 100%;
  max-width: var(--site-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--site-gutter);
  padding-right: var(--site-gutter);
  box-sizing: border-box;
}

@media (min-width: 1025px) {
  body.aurora-storefront .container {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}


/* Badge spacing consistency */
body.aurora-contact-page .contact-hero-chip-wrap {
  margin-bottom: clamp(8px, 1.2vw, 12px) !important;
}
