/** Shopify CDN: Minification failed

Line 13115:1 Unexpected "/"

**/
@charset "UTF-8";
.no-js:not(html),
.no-js-inline,
html.no-js .no-js-hidden {
  display: none !important;
}

html.no-js .no-js {
  display: block !important;
}
html.no-js .no-js-inline {
  display: inline-block !important;
}

html {
  --gradient-to-left: to left;
  --gradient-to-right: to right;
  --transform-origin-left: left;
  --transform-origin-right: right;
  --translate-x-direction: 1;
}
html path[data-ltr] {
  display: block;
}
html path[data-rtl] {
  display: none;
}
html[dir=rtl] {
  --gradient-to-left: to right;
  --gradient-to-right: to left;
  --transform-origin-left: right;
  --transform-origin-right: left;
  --translate-x-direction: -1;
}
html[dir=rtl] path[data-ltr] {
  display: none;
}
html[dir=rtl] path[data-rtl] {
  display: block;
}

.ltr {
  direction: ltr;
  --gradient-to-left: to left;
  --gradient-to-right: to right;
  --transform-origin-left: left;
  --transform-origin-right: right;
  --translate-x-direction: 1;
}
.ltr path[data-ltr] {
  display: block;
}
.ltr path[data-rtl] {
  display: none;
}

.rtl {
  direction: rtl;
  --gradient-to-left: to right;
  --gradient-to-right: to left;
  --transform-origin-left: right;
  --transform-origin-right: left;
  --translate-x-direction: -1;
}
.rtl path[data-ltr] {
  display: none;
}
.rtl path[data-rtl] {
  display: block;
}

.page-width {
  max-width: 1120px !important;
  margin-block: 0;
  margin-inline: auto !important;
  padding-inline-start: 1.5rem;
  padding-inline-end: 1.5rem;
}
@media screen and (min-width: 750px) {
  .page-width {
    padding-inline-start: 2rem;
    padding-inline-end: 2rem;
  }
}
.page-width.width--narrow {
  max-width: 1120px !important;
}
.page-width.width--medium {
  max-width: 1120px !important;
}

/* Override article page width classes to match standard width */
body.template-article .page-width.width--medium,
body.template-article .page-width.width--narrow,
body.template-article .main-article__wrapper.width--medium,
body.template-article .main-article__wrapper.width--narrow,
body.template-article .main-article__wrapper.has-aside,
body.template-article .main-article__wrapper.has-aside.width--medium,
body.template-article .main-article__wrapper.has-aside.width--narrow {
  max-width: 1120px !important;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

[hidden],
.hidden {
  display: none !important;
}

[aria-hidden=true] a,
[aria-hidden=true] button,
[aria-hidden=true] input,
[aria-hidden=true] textarea,
[aria-hidden=true] select {
  visibility: hidden;
  pointer-events: none;
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 1249px) {
  .medium-hide {
    display: none !important;
  }
}
@media screen and (min-width: 1250px) {
  .large-up-hide {
    display: none !important;
  }
}
@media print {
  .no-print {
    display: none !important;
  }
}
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 !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;
  white-space: nowrap;
}

.visibility-hidden {
  visibility: hidden;
}

@media screen and (max-width: 749px) {
  .visually-hidden-mobile {
    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;
    white-space: nowrap;
  }
}
.overflow-hidden {
  overflow: hidden;
}

.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: 1250px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}
.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.d-inline-flex {
  display: inline-flex;
  flex-wrap: wrap;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.gap-0 {
  gap: 0rem;
}

.column-gap-0 {
  column-gap: 0rem;
}

.row-gap-0 {
  row-gap: 0rem;
}

.gap-1 {
  gap: 0.25rem;
}

.column-gap-1 {
  column-gap: 0.25rem;
}

.row-gap-1 {
  row-gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.column-gap-2 {
  column-gap: 0.5rem;
}

.row-gap-2 {
  row-gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.column-gap-3 {
  column-gap: 0.75rem;
}

.row-gap-3 {
  row-gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.column-gap-4 {
  column-gap: 1rem;
}

.row-gap-4 {
  row-gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.column-gap-5 {
  column-gap: 1.25rem;
}

.row-gap-5 {
  row-gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.column-gap-6 {
  column-gap: 1.5rem;
}

.row-gap-6 {
  row-gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.column-gap-7 {
  column-gap: 1.75rem;
}

.row-gap-7 {
  row-gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.column-gap-8 {
  column-gap: 2rem;
}

.row-gap-8 {
  row-gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.column-gap-9 {
  column-gap: 2.25rem;
}

.row-gap-9 {
  row-gap: 2.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.column-gap-10 {
  column-gap: 2.5rem;
}

.row-gap-10 {
  row-gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.column-gap-11 {
  column-gap: 2.75rem;
}

.row-gap-11 {
  row-gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.column-gap-12 {
  column-gap: 3rem;
}

.row-gap-12 {
  row-gap: 3rem;
}

.gap-13 {
  gap: 3.25rem;
}

.column-gap-13 {
  column-gap: 3.25rem;
}

.row-gap-13 {
  row-gap: 3.25rem;
}

.gap-14 {
  gap: 3.5rem;
}

.column-gap-14 {
  column-gap: 3.5rem;
}

.row-gap-14 {
  row-gap: 3.5rem;
}

.gap-15 {
  gap: 3.75rem;
}

.column-gap-15 {
  column-gap: 3.75rem;
}

.row-gap-15 {
  row-gap: 3.75rem;
}

.gap-16 {
  gap: 4rem;
}

.column-gap-16 {
  column-gap: 4rem;
}

.row-gap-16 {
  row-gap: 4rem;
}

.align-items-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-end {
  align-items: flex-end !important;
}

.justify-content-start, .justify-content-left {
  justify-content: flex-start !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-end, .justify-content-right {
  justify-content: flex-end !important;
}
.justify-content-space {
  justify-content: space-between !important;
}

@media screen and (max-width: 749px) {
  .gap-mobile-0 {
    gap: 0rem;
  }
  .column-gap-mobile-0 {
    column-gap: 0rem;
  }
  .row-gap-mobile-0 {
    row-gap: 0rem;
  }
  .gap-mobile-0--important {
    gap: 0rem !important;
  }
  .column-gap-mobile-0--important {
    column-gap: 0rem;
  }
  .row-gap-mobile-0--important {
    row-gap: 0rem;
  }
  .gap-mobile-1 {
    gap: 0.25rem;
  }
  .column-gap-mobile-1 {
    column-gap: 0.25rem;
  }
  .row-gap-mobile-1 {
    row-gap: 0.25rem;
  }
  .gap-mobile-1--important {
    gap: 0.25rem !important;
  }
  .column-gap-mobile-1--important {
    column-gap: 0.25rem;
  }
  .row-gap-mobile-1--important {
    row-gap: 0.25rem;
  }
  .gap-mobile-2 {
    gap: 0.5rem;
  }
  .column-gap-mobile-2 {
    column-gap: 0.5rem;
  }
  .row-gap-mobile-2 {
    row-gap: 0.5rem;
  }
  .gap-mobile-2--important {
    gap: 0.5rem !important;
  }
  .column-gap-mobile-2--important {
    column-gap: 0.5rem;
  }
  .row-gap-mobile-2--important {
    row-gap: 0.5rem;
  }
  .gap-mobile-3 {
    gap: 0.75rem;
  }
  .column-gap-mobile-3 {
    column-gap: 0.75rem;
  }
  .row-gap-mobile-3 {
    row-gap: 0.75rem;
  }
  .gap-mobile-3--important {
    gap: 0.75rem !important;
  }
  .column-gap-mobile-3--important {
    column-gap: 0.75rem;
  }
  .row-gap-mobile-3--important {
    row-gap: 0.75rem;
  }
  .gap-mobile-4 {
    gap: 1rem;
  }
  .column-gap-mobile-4 {
    column-gap: 1rem;
  }
  .row-gap-mobile-4 {
    row-gap: 1rem;
  }
  .gap-mobile-4--important {
    gap: 1rem !important;
  }
  .column-gap-mobile-4--important {
    column-gap: 1rem;
  }
  .row-gap-mobile-4--important {
    row-gap: 1rem;
  }
  .gap-mobile-5 {
    gap: 1.25rem;
  }
  .column-gap-mobile-5 {
    column-gap: 1.25rem;
  }
  .row-gap-mobile-5 {
    row-gap: 1.25rem;
  }
  .gap-mobile-5--important {
    gap: 1.25rem !important;
  }
  .column-gap-mobile-5--important {
    column-gap: 1.25rem;
  }
  .row-gap-mobile-5--important {
    row-gap: 1.25rem;
  }
  .gap-mobile-6 {
    gap: 1.5rem;
  }
  .column-gap-mobile-6 {
    column-gap: 1.5rem;
  }
  .row-gap-mobile-6 {
    row-gap: 1.5rem;
  }
  .gap-mobile-6--important {
    gap: 1.5rem !important;
  }
  .column-gap-mobile-6--important {
    column-gap: 1.5rem;
  }
  .row-gap-mobile-6--important {
    row-gap: 1.5rem;
  }
  .gap-mobile-7 {
    gap: 1.75rem;
  }
  .column-gap-mobile-7 {
    column-gap: 1.75rem;
  }
  .row-gap-mobile-7 {
    row-gap: 1.75rem;
  }
  .gap-mobile-7--important {
    gap: 1.75rem !important;
  }
  .column-gap-mobile-7--important {
    column-gap: 1.75rem;
  }
  .row-gap-mobile-7--important {
    row-gap: 1.75rem;
  }
  .gap-mobile-8 {
    gap: 2rem;
  }
  .column-gap-mobile-8 {
    column-gap: 2rem;
  }
  .row-gap-mobile-8 {
    row-gap: 2rem;
  }
  .gap-mobile-8--important {
    gap: 2rem !important;
  }
  .column-gap-mobile-8--important {
    column-gap: 2rem;
  }
  .row-gap-mobile-8--important {
    row-gap: 2rem;
  }
  .gap-mobile-9 {
    gap: 2.25rem;
  }
  .column-gap-mobile-9 {
    column-gap: 2.25rem;
  }
  .row-gap-mobile-9 {
    row-gap: 2.25rem;
  }
  .gap-mobile-9--important {
    gap: 2.25rem !important;
  }
  .column-gap-mobile-9--important {
    column-gap: 2.25rem;
  }
  .row-gap-mobile-9--important {
    row-gap: 2.25rem;
  }
  .gap-mobile-10 {
    gap: 2.5rem;
  }
  .column-gap-mobile-10 {
    column-gap: 2.5rem;
  }
  .row-gap-mobile-10 {
    row-gap: 2.5rem;
  }
  .gap-mobile-10--important {
    gap: 2.5rem !important;
  }
  .column-gap-mobile-10--important {
    column-gap: 2.5rem;
  }
  .row-gap-mobile-10--important {
    row-gap: 2.5rem;
  }
  .gap-mobile-11 {
    gap: 2.75rem;
  }
  .column-gap-mobile-11 {
    column-gap: 2.75rem;
  }
  .row-gap-mobile-11 {
    row-gap: 2.75rem;
  }
  .gap-mobile-11--important {
    gap: 2.75rem !important;
  }
  .column-gap-mobile-11--important {
    column-gap: 2.75rem;
  }
  .row-gap-mobile-11--important {
    row-gap: 2.75rem;
  }
  .gap-mobile-12 {
    gap: 3rem;
  }
  .column-gap-mobile-12 {
    column-gap: 3rem;
  }
  .row-gap-mobile-12 {
    row-gap: 3rem;
  }
  .gap-mobile-12--important {
    gap: 3rem !important;
  }
  .column-gap-mobile-12--important {
    column-gap: 3rem;
  }
  .row-gap-mobile-12--important {
    row-gap: 3rem;
  }
  .gap-mobile-13 {
    gap: 3.25rem;
  }
  .column-gap-mobile-13 {
    column-gap: 3.25rem;
  }
  .row-gap-mobile-13 {
    row-gap: 3.25rem;
  }
  .gap-mobile-13--important {
    gap: 3.25rem !important;
  }
  .column-gap-mobile-13--important {
    column-gap: 3.25rem;
  }
  .row-gap-mobile-13--important {
    row-gap: 3.25rem;
  }
  .gap-mobile-14 {
    gap: 3.5rem;
  }
  .column-gap-mobile-14 {
    column-gap: 3.5rem;
  }
  .row-gap-mobile-14 {
    row-gap: 3.5rem;
  }
  .gap-mobile-14--important {
    gap: 3.5rem !important;
  }
  .column-gap-mobile-14--important {
    column-gap: 3.5rem;
  }
  .row-gap-mobile-14--important {
    row-gap: 3.5rem;
  }
  .gap-mobile-15 {
    gap: 3.75rem;
  }
  .column-gap-mobile-15 {
    column-gap: 3.75rem;
  }
  .row-gap-mobile-15 {
    row-gap: 3.75rem;
  }
  .gap-mobile-15--important {
    gap: 3.75rem !important;
  }
  .column-gap-mobile-15--important {
    column-gap: 3.75rem;
  }
  .row-gap-mobile-15--important {
    row-gap: 3.75rem;
  }
  .gap-mobile-16 {
    gap: 4rem;
  }
  .column-gap-mobile-16 {
    column-gap: 4rem;
  }
  .row-gap-mobile-16 {
    row-gap: 4rem;
  }
  .gap-mobile-16--important {
    gap: 4rem !important;
  }
  .column-gap-mobile-16--important {
    column-gap: 4rem;
  }
  .row-gap-mobile-16--important {
    row-gap: 4rem;
  }
  .align-items-mobile-start {
    align-items: flex-start !important;
  }
  .align-items-mobile-center {
    align-items: center !important;
  }
  .align-items-mobile-end {
    align-items: flex-end !important;
  }
  .justify-content-mobile-start, .justify-content-mobile-left {
    justify-content: flex-start !important;
  }
  .justify-content-mobile-center {
    justify-content: center !important;
  }
  .justify-content-mobile-end, .justify-content-mobile-right {
    justify-content: flex-end !important;
  }
  .justify-content-mobile-space {
    justify-content: space-between !important;
  }
}
@media screen and (min-width: 750px) {
  .gap-desktop-0 {
    gap: 0rem;
  }
  .column-gap-desktop-0 {
    column-gap: 0rem;
  }
  .row-gap-desktop-0 {
    row-gap: 0rem;
  }
  .gap-desktop-0--important {
    gap: 0rem !important;
  }
  .column-gap-desktop-0--important {
    column-gap: 0rem;
  }
  .row-gap-desktop-0--important {
    row-gap: 0rem;
  }
  .gap-desktop-1 {
    gap: 0.25rem;
  }
  .column-gap-desktop-1 {
    column-gap: 0.25rem;
  }
  .row-gap-desktop-1 {
    row-gap: 0.25rem;
  }
  .gap-desktop-1--important {
    gap: 0.25rem !important;
  }
  .column-gap-desktop-1--important {
    column-gap: 0.25rem;
  }
  .row-gap-desktop-1--important {
    row-gap: 0.25rem;
  }
  .gap-desktop-2 {
    gap: 0.5rem;
  }
  .column-gap-desktop-2 {
    column-gap: 0.5rem;
  }
  .row-gap-desktop-2 {
    row-gap: 0.5rem;
  }
  .gap-desktop-2--important {
    gap: 0.5rem !important;
  }
  .column-gap-desktop-2--important {
    column-gap: 0.5rem;
  }
  .row-gap-desktop-2--important {
    row-gap: 0.5rem;
  }
  .gap-desktop-3 {
    gap: 0.75rem;
  }
  .column-gap-desktop-3 {
    column-gap: 0.75rem;
  }
  .row-gap-desktop-3 {
    row-gap: 0.75rem;
  }
  .gap-desktop-3--important {
    gap: 0.75rem !important;
  }
  .column-gap-desktop-3--important {
    column-gap: 0.75rem;
  }
  .row-gap-desktop-3--important {
    row-gap: 0.75rem;
  }
  .gap-desktop-4 {
    gap: 1rem;
  }
  .column-gap-desktop-4 {
    column-gap: 1rem;
  }
  .row-gap-desktop-4 {
    row-gap: 1rem;
  }
  .gap-desktop-4--important {
    gap: 1rem !important;
  }
  .column-gap-desktop-4--important {
    column-gap: 1rem;
  }
  .row-gap-desktop-4--important {
    row-gap: 1rem;
  }
  .gap-desktop-5 {
    gap: 1.25rem;
  }
  .column-gap-desktop-5 {
    column-gap: 1.25rem;
  }
  .row-gap-desktop-5 {
    row-gap: 1.25rem;
  }
  .gap-desktop-5--important {
    gap: 1.25rem !important;
  }
  .column-gap-desktop-5--important {
    column-gap: 1.25rem;
  }
  .row-gap-desktop-5--important {
    row-gap: 1.25rem;
  }
  .gap-desktop-6 {
    gap: 1.5rem;
  }
  .column-gap-desktop-6 {
    column-gap: 1.5rem;
  }
  .row-gap-desktop-6 {
    row-gap: 1.5rem;
  }
  .gap-desktop-6--important {
    gap: 1.5rem !important;
  }
  .column-gap-desktop-6--important {
    column-gap: 1.5rem;
  }
  .row-gap-desktop-6--important {
    row-gap: 1.5rem;
  }
  .gap-desktop-7 {
    gap: 1.75rem;
  }
  .column-gap-desktop-7 {
    column-gap: 1.75rem;
  }
  .row-gap-desktop-7 {
    row-gap: 1.75rem;
  }
  .gap-desktop-7--important {
    gap: 1.75rem !important;
  }
  .column-gap-desktop-7--important {
    column-gap: 1.75rem;
  }
  .row-gap-desktop-7--important {
    row-gap: 1.75rem;
  }
  .gap-desktop-8 {
    gap: 2rem;
  }
  .column-gap-desktop-8 {
    column-gap: 2rem;
  }
  .row-gap-desktop-8 {
    row-gap: 2rem;
  }
  .gap-desktop-8--important {
    gap: 2rem !important;
  }
  .column-gap-desktop-8--important {
    column-gap: 2rem;
  }
  .row-gap-desktop-8--important {
    row-gap: 2rem;
  }
  .gap-desktop-9 {
    gap: 2.25rem;
  }
  .column-gap-desktop-9 {
    column-gap: 2.25rem;
  }
  .row-gap-desktop-9 {
    row-gap: 2.25rem;
  }
  .gap-desktop-9--important {
    gap: 2.25rem !important;
  }
  .column-gap-desktop-9--important {
    column-gap: 2.25rem;
  }
  .row-gap-desktop-9--important {
    row-gap: 2.25rem;
  }
  .gap-desktop-10 {
    gap: 2.5rem;
  }
  .column-gap-desktop-10 {
    column-gap: 2.5rem;
  }
  .row-gap-desktop-10 {
    row-gap: 2.5rem;
  }
  .gap-desktop-10--important {
    gap: 2.5rem !important;
  }
  .column-gap-desktop-10--important {
    column-gap: 2.5rem;
  }
  .row-gap-desktop-10--important {
    row-gap: 2.5rem;
  }
  .gap-desktop-11 {
    gap: 2.75rem;
  }
  .column-gap-desktop-11 {
    column-gap: 2.75rem;
  }
  .row-gap-desktop-11 {
    row-gap: 2.75rem;
  }
  .gap-desktop-11--important {
    gap: 2.75rem !important;
  }
  .column-gap-desktop-11--important {
    column-gap: 2.75rem;
  }
  .row-gap-desktop-11--important {
    row-gap: 2.75rem;
  }
  .gap-desktop-12 {
    gap: 3rem;
  }
  .column-gap-desktop-12 {
    column-gap: 3rem;
  }
  .row-gap-desktop-12 {
    row-gap: 3rem;
  }
  .gap-desktop-12--important {
    gap: 3rem !important;
  }
  .column-gap-desktop-12--important {
    column-gap: 3rem;
  }
  .row-gap-desktop-12--important {
    row-gap: 3rem;
  }
  .gap-desktop-13 {
    gap: 3.25rem;
  }
  .column-gap-desktop-13 {
    column-gap: 3.25rem;
  }
  .row-gap-desktop-13 {
    row-gap: 3.25rem;
  }
  .gap-desktop-13--important {
    gap: 3.25rem !important;
  }
  .column-gap-desktop-13--important {
    column-gap: 3.25rem;
  }
  .row-gap-desktop-13--important {
    row-gap: 3.25rem;
  }
  .gap-desktop-14 {
    gap: 3.5rem;
  }
  .column-gap-desktop-14 {
    column-gap: 3.5rem;
  }
  .row-gap-desktop-14 {
    row-gap: 3.5rem;
  }
  .gap-desktop-14--important {
    gap: 3.5rem !important;
  }
  .column-gap-desktop-14--important {
    column-gap: 3.5rem;
  }
  .row-gap-desktop-14--important {
    row-gap: 3.5rem;
  }
  .gap-desktop-15 {
    gap: 3.75rem;
  }
  .column-gap-desktop-15 {
    column-gap: 3.75rem;
  }
  .row-gap-desktop-15 {
    row-gap: 3.75rem;
  }
  .gap-desktop-15--important {
    gap: 3.75rem !important;
  }
  .column-gap-desktop-15--important {
    column-gap: 3.75rem;
  }
  .row-gap-desktop-15--important {
    row-gap: 3.75rem;
  }
  .gap-desktop-16 {
    gap: 4rem;
  }
  .column-gap-desktop-16 {
    column-gap: 4rem;
  }
  .row-gap-desktop-16 {
    row-gap: 4rem;
  }
  .gap-desktop-16--important {
    gap: 4rem !important;
  }
  .column-gap-desktop-16--important {
    column-gap: 4rem;
  }
  .row-gap-desktop-16--important {
    row-gap: 4rem;
  }
  .align-items-desktop-start {
    align-items: flex-start !important;
  }
  .align-items-desktop-center {
    align-items: center !important;
  }
  .align-items-desktop-end {
    align-items: flex-end !important;
  }
  .justify-content-desktop-start, .justify-content-desktop-left {
    justify-content: flex-start !important;
  }
  .justify-content-desktop-center {
    justify-content: center !important;
  }
  .justify-content-desktop-end, .justify-content-desktop-right {
    justify-content: flex-end !important;
  }
  .justify-content-desktop-space {
    justify-content: space-between !important;
  }
}
.auto-inline-flex {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.text-align--left .auto-inline-flex {
  justify-content: flex-start;
}
.text-align--center .auto-inline-flex {
  justify-content: center;
}
.text-align--right .auto-inline-flex {
  justify-content: flex-end;
}
@media screen and (max-width: 749px) {
  .text-align-mobile--left .auto-inline-flex {
    justify-content: flex-start;
  }
  .text-align-mobile--center .auto-inline-flex {
    justify-content: center;
  }
  .text-align-mobile--right .auto-inline-flex {
    justify-content: flex-end;
  }
}

.position-container {
  display: flex;
}
.position-container.position--top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.position-container.position--top-center {
  align-items: flex-start;
  justify-content: center;
}
.position-container.position--top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.position-container.position--middle-left {
  align-items: center;
  justify-content: flex-start;
}
.position-container.position--middle-center {
  align-items: center;
  justify-content: center;
}
.position-container.position--middle-right {
  align-items: center;
  justify-content: flex-end;
}
.position-container.position--bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.position-container.position--bottom-center {
  align-items: flex-end;
  justify-content: center;
}
.position-container.position--bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 749px) {
  .position-container.position--top-left, .position-container.position--top-center, .position-container.position--top-right {
    justify-content: center;
  }
  .position-container.position--middle-left, .position-container.position--middle-center, .position-container.position--middle-right {
    justify-content: center;
  }
  .position-container.position--bottom-left, .position-container.position--bottom-center, .position-container.position--bottom-right {
    justify-content: center;
  }
  .position-container.position-mobile--top-left {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .position-container.position-mobile--top-center {
    align-items: flex-start;
    justify-content: center;
  }
  .position-container.position-mobile--top-right {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .position-container.position-mobile--middle-left {
    align-items: center;
    justify-content: flex-start;
  }
  .position-container.position-mobile--middle-center {
    align-items: center;
    justify-content: center;
  }
  .position-container.position-mobile--middle-right {
    align-items: center;
    justify-content: flex-end;
  }
  .position-container.position-mobile--bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
  }
  .position-container.position-mobile--bottom-center {
    align-items: flex-end;
    justify-content: center;
  }
  .position-container.position-mobile--bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
  }
}

.ms-auto {
  margin-inline-start: auto;
}

.me-auto {
  margin-inline-end: auto;
}

.mx-auto {
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.ps-0 {
  padding-inline-start: 0rem;
}

.pe-0 {
  padding-inline-end: 0rem;
}

.px-0 {
  padding-inline: 0rem;
}

.pt-0 {
  padding-block-start: 0rem;
}

.pb-0 {
  padding-block-end: 0rem;
}

.py-0 {
  padding-block: 0rem;
}

.ms-0 {
  margin-inline-start: 0rem;
}

.me-0 {
  margin-inline-end: 0rem;
}

.mx-0 {
  margin-inline: 0rem;
}

.mt-0 {
  margin-block-start: 0rem;
}

.mb-0 {
  margin-block-end: 0rem;
}

.my-0 {
  margin-block: 0rem;
}

.ps-0--important {
  padding-inline-start: 0rem !important;
}

.pe-0--important {
  padding-inline-end: 0rem !important;
}

.px-0--important {
  padding-inline: 0rem !important;
}

.pt-0--important {
  padding-block-start: 0rem !important;
}

.pb-0--important {
  padding-block-end: 0rem !important;
}

.py-0--important {
  padding-block: 0rem !important;
}

.ms-0--important {
  margin-inline-start: 0rem !important;
}

.me-0--important {
  margin-inline-end: 0rem !important;
}

.mx-0--important {
  margin-inline: 0rem !important;
}

.mt-0--important {
  margin-block-start: 0rem !important;
}

.mb-0--important {
  margin-block-end: 0rem !important;
}

.my-0--important {
  margin-block: 0rem !important;
}

.ps-1 {
  padding-inline-start: 0.5rem;
}

.pe-1 {
  padding-inline-end: 0.5rem;
}

.px-1 {
  padding-inline: 0.5rem;
}

.pt-1 {
  padding-block-start: 0.5rem;
}

.pb-1 {
  padding-block-end: 0.5rem;
}

.py-1 {
  padding-block: 0.5rem;
}

.ms-1 {
  margin-inline-start: 0.5rem;
}

.me-1 {
  margin-inline-end: 0.5rem;
}

.mx-1 {
  margin-inline: 0.5rem;
}

.mt-1 {
  margin-block-start: 0.5rem;
}

.mb-1 {
  margin-block-end: 0.5rem;
}

.my-1 {
  margin-block: 0.5rem;
}

.ps-1--important {
  padding-inline-start: 0.5rem !important;
}

.pe-1--important {
  padding-inline-end: 0.5rem !important;
}

.px-1--important {
  padding-inline: 0.5rem !important;
}

.pt-1--important {
  padding-block-start: 0.5rem !important;
}

.pb-1--important {
  padding-block-end: 0.5rem !important;
}

.py-1--important {
  padding-block: 0.5rem !important;
}

.ms-1--important {
  margin-inline-start: 0.5rem !important;
}

.me-1--important {
  margin-inline-end: 0.5rem !important;
}

.mx-1--important {
  margin-inline: 0.5rem !important;
}

.mt-1--important {
  margin-block-start: 0.5rem !important;
}

.mb-1--important {
  margin-block-end: 0.5rem !important;
}

.my-1--important {
  margin-block: 0.5rem !important;
}

.ps-2 {
  padding-inline-start: 1rem;
}

.pe-2 {
  padding-inline-end: 1rem;
}

.px-2 {
  padding-inline: 1rem;
}

.pt-2 {
  padding-block-start: 1rem;
}

.pb-2 {
  padding-block-end: 1rem;
}

.py-2 {
  padding-block: 1rem;
}

.ms-2 {
  margin-inline-start: 1rem;
}

.me-2 {
  margin-inline-end: 1rem;
}

.mx-2 {
  margin-inline: 1rem;
}

.mt-2 {
  margin-block-start: 1rem;
}

.mb-2 {
  margin-block-end: 1rem;
}

.my-2 {
  margin-block: 1rem;
}

.ps-2--important {
  padding-inline-start: 1rem !important;
}

.pe-2--important {
  padding-inline-end: 1rem !important;
}

.px-2--important {
  padding-inline: 1rem !important;
}

.pt-2--important {
  padding-block-start: 1rem !important;
}

.pb-2--important {
  padding-block-end: 1rem !important;
}

.py-2--important {
  padding-block: 1rem !important;
}

.ms-2--important {
  margin-inline-start: 1rem !important;
}

.me-2--important {
  margin-inline-end: 1rem !important;
}

.mx-2--important {
  margin-inline: 1rem !important;
}

.mt-2--important {
  margin-block-start: 1rem !important;
}

.mb-2--important {
  margin-block-end: 1rem !important;
}

.my-2--important {
  margin-block: 1rem !important;
}

.ps-3 {
  padding-inline-start: 1.5rem;
}

.pe-3 {
  padding-inline-end: 1.5rem;
}

.px-3 {
  padding-inline: 1.5rem;
}

.pt-3 {
  padding-block-start: 1.5rem;
}

.pb-3 {
  padding-block-end: 1.5rem;
}

.py-3 {
  padding-block: 1.5rem;
}

.ms-3 {
  margin-inline-start: 1.5rem;
}

.me-3 {
  margin-inline-end: 1.5rem;
}

.mx-3 {
  margin-inline: 1.5rem;
}

.mt-3 {
  margin-block-start: 1.5rem;
}

.mb-3 {
  margin-block-end: 1.5rem;
}

.my-3 {
  margin-block: 1.5rem;
}

.ps-3--important {
  padding-inline-start: 1.5rem !important;
}

.pe-3--important {
  padding-inline-end: 1.5rem !important;
}

.px-3--important {
  padding-inline: 1.5rem !important;
}

.pt-3--important {
  padding-block-start: 1.5rem !important;
}

.pb-3--important {
  padding-block-end: 1.5rem !important;
}

.py-3--important {
  padding-block: 1.5rem !important;
}

.ms-3--important {
  margin-inline-start: 1.5rem !important;
}

.me-3--important {
  margin-inline-end: 1.5rem !important;
}

.mx-3--important {
  margin-inline: 1.5rem !important;
}

.mt-3--important {
  margin-block-start: 1.5rem !important;
}

.mb-3--important {
  margin-block-end: 1.5rem !important;
}

.my-3--important {
  margin-block: 1.5rem !important;
}

.ps-4 {
  padding-inline-start: 2rem;
}

.pe-4 {
  padding-inline-end: 2rem;
}

.px-4 {
  padding-inline: 2rem;
}

.pt-4 {
  padding-block-start: 2rem;
}

.pb-4 {
  padding-block-end: 2rem;
}

.py-4 {
  padding-block: 2rem;
}

.ms-4 {
  margin-inline-start: 2rem;
}

.me-4 {
  margin-inline-end: 2rem;
}

.mx-4 {
  margin-inline: 2rem;
}

.mt-4 {
  margin-block-start: 2rem;
}

.mb-4 {
  margin-block-end: 2rem;
}

.my-4 {
  margin-block: 2rem;
}

.ps-4--important {
  padding-inline-start: 2rem !important;
}

.pe-4--important {
  padding-inline-end: 2rem !important;
}

.px-4--important {
  padding-inline: 2rem !important;
}

.pt-4--important {
  padding-block-start: 2rem !important;
}

.pb-4--important {
  padding-block-end: 2rem !important;
}

.py-4--important {
  padding-block: 2rem !important;
}

.ms-4--important {
  margin-inline-start: 2rem !important;
}

.me-4--important {
  margin-inline-end: 2rem !important;
}

.mx-4--important {
  margin-inline: 2rem !important;
}

.mt-4--important {
  margin-block-start: 2rem !important;
}

.mb-4--important {
  margin-block-end: 2rem !important;
}

.my-4--important {
  margin-block: 2rem !important;
}

.ps-5 {
  padding-inline-start: 2.5rem;
}

.pe-5 {
  padding-inline-end: 2.5rem;
}

.px-5 {
  padding-inline: 2.5rem;
}

.pt-5 {
  padding-block-start: 2.5rem;
}

.pb-5 {
  padding-block-end: 2.5rem;
}

.py-5 {
  padding-block: 2.5rem;
}

.ms-5 {
  margin-inline-start: 2.5rem;
}

.me-5 {
  margin-inline-end: 2.5rem;
}

.mx-5 {
  margin-inline: 2.5rem;
}

.mt-5 {
  margin-block-start: 2.5rem;
}

.mb-5 {
  margin-block-end: 2.5rem;
}

.my-5 {
  margin-block: 2.5rem;
}

.ps-5--important {
  padding-inline-start: 2.5rem !important;
}

.pe-5--important {
  padding-inline-end: 2.5rem !important;
}

.px-5--important {
  padding-inline: 2.5rem !important;
}

.pt-5--important {
  padding-block-start: 2.5rem !important;
}

.pb-5--important {
  padding-block-end: 2.5rem !important;
}

.py-5--important {
  padding-block: 2.5rem !important;
}

.ms-5--important {
  margin-inline-start: 2.5rem !important;
}

.me-5--important {
  margin-inline-end: 2.5rem !important;
}

.mx-5--important {
  margin-inline: 2.5rem !important;
}

.mt-5--important {
  margin-block-start: 2.5rem !important;
}

.mb-5--important {
  margin-block-end: 2.5rem !important;
}

.my-5--important {
  margin-block: 2.5rem !important;
}

.ps-6 {
  padding-inline-start: 3rem;
}

.pe-6 {
  padding-inline-end: 3rem;
}

.px-6 {
  padding-inline: 3rem;
}

.pt-6 {
  padding-block-start: 3rem;
}

.pb-6 {
  padding-block-end: 3rem;
}

.py-6 {
  padding-block: 3rem;
}

.ms-6 {
  margin-inline-start: 3rem;
}

.me-6 {
  margin-inline-end: 3rem;
}

.mx-6 {
  margin-inline: 3rem;
}

.mt-6 {
  margin-block-start: 3rem;
}

.mb-6 {
  margin-block-end: 3rem;
}

.my-6 {
  margin-block: 3rem;
}

.ps-6--important {
  padding-inline-start: 3rem !important;
}

.pe-6--important {
  padding-inline-end: 3rem !important;
}

.px-6--important {
  padding-inline: 3rem !important;
}

.pt-6--important {
  padding-block-start: 3rem !important;
}

.pb-6--important {
  padding-block-end: 3rem !important;
}

.py-6--important {
  padding-block: 3rem !important;
}

.ms-6--important {
  margin-inline-start: 3rem !important;
}

.me-6--important {
  margin-inline-end: 3rem !important;
}

.mx-6--important {
  margin-inline: 3rem !important;
}

.mt-6--important {
  margin-block-start: 3rem !important;
}

.mb-6--important {
  margin-block-end: 3rem !important;
}

.my-6--important {
  margin-block: 3rem !important;
}

.ps-7 {
  padding-inline-start: 3.5rem;
}

.pe-7 {
  padding-inline-end: 3.5rem;
}

.px-7 {
  padding-inline: 3.5rem;
}

.pt-7 {
  padding-block-start: 3.5rem;
}

.pb-7 {
  padding-block-end: 3.5rem;
}

.py-7 {
  padding-block: 3.5rem;
}

.ms-7 {
  margin-inline-start: 3.5rem;
}

.me-7 {
  margin-inline-end: 3.5rem;
}

.mx-7 {
  margin-inline: 3.5rem;
}

.mt-7 {
  margin-block-start: 3.5rem;
}

.mb-7 {
  margin-block-end: 3.5rem;
}

.my-7 {
  margin-block: 3.5rem;
}

.ps-7--important {
  padding-inline-start: 3.5rem !important;
}

.pe-7--important {
  padding-inline-end: 3.5rem !important;
}

.px-7--important {
  padding-inline: 3.5rem !important;
}

.pt-7--important {
  padding-block-start: 3.5rem !important;
}

.pb-7--important {
  padding-block-end: 3.5rem !important;
}

.py-7--important {
  padding-block: 3.5rem !important;
}

.ms-7--important {
  margin-inline-start: 3.5rem !important;
}

.me-7--important {
  margin-inline-end: 3.5rem !important;
}

.mx-7--important {
  margin-inline: 3.5rem !important;
}

.mt-7--important {
  margin-block-start: 3.5rem !important;
}

.mb-7--important {
  margin-block-end: 3.5rem !important;
}

.my-7--important {
  margin-block: 3.5rem !important;
}

.ps-8 {
  padding-inline-start: 4rem;
}

.pe-8 {
  padding-inline-end: 4rem;
}

.px-8 {
  padding-inline: 4rem;
}

.pt-8 {
  padding-block-start: 4rem;
}

.pb-8 {
  padding-block-end: 4rem;
}

.py-8 {
  padding-block: 4rem;
}

.ms-8 {
  margin-inline-start: 4rem;
}

.me-8 {
  margin-inline-end: 4rem;
}

.mx-8 {
  margin-inline: 4rem;
}

.mt-8 {
  margin-block-start: 4rem;
}

.mb-8 {
  margin-block-end: 4rem;
}

.my-8 {
  margin-block: 4rem;
}

.ps-8--important {
  padding-inline-start: 4rem !important;
}

.pe-8--important {
  padding-inline-end: 4rem !important;
}

.px-8--important {
  padding-inline: 4rem !important;
}

.pt-8--important {
  padding-block-start: 4rem !important;
}

.pb-8--important {
  padding-block-end: 4rem !important;
}

.py-8--important {
  padding-block: 4rem !important;
}

.ms-8--important {
  margin-inline-start: 4rem !important;
}

.me-8--important {
  margin-inline-end: 4rem !important;
}

.mx-8--important {
  margin-inline: 4rem !important;
}

.mt-8--important {
  margin-block-start: 4rem !important;
}

.mb-8--important {
  margin-block-end: 4rem !important;
}

.my-8--important {
  margin-block: 4rem !important;
}

.grid {
  display: grid;
}
.grid.columns--1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid.columns--2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.columns--3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.columns--4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid.columns--5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid.columns--6 {
  grid-template-columns: repeat(6, 1fr);
}
.grid.columns--7 {
  grid-template-columns: repeat(7, 1fr);
}
.grid.columns--8 {
  grid-template-columns: repeat(8, 1fr);
}
.grid.columns--9 {
  grid-template-columns: repeat(9, 1fr);
}
.grid.columns--10 {
  grid-template-columns: repeat(10, 1fr);
}
.grid.columns--11 {
  grid-template-columns: repeat(11, 1fr);
}
.grid.columns--12 {
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 749px) {
  .grid.columns-mobile--1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.columns-mobile--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 750px) {
  .grid-desktop {
    display: grid;
  }
  .grid-desktop.columns-desktop--1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-desktop.columns-desktop--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-desktop.columns-desktop--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-desktop.columns-desktop--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-desktop.columns-desktop--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-desktop.columns-desktop--6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-desktop.columns-desktop--7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-desktop.columns-desktop--8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-desktop.columns-desktop--9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-desktop.columns-desktop--10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-desktop.columns-desktop--11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-desktop.columns-desktop--12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-desktop--important {
    display: grid !important;
  }
  .grid-desktop--important.columns-desktop--1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .grid-desktop--important.columns-desktop--2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid-desktop--important.columns-desktop--3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .grid-desktop--important.columns-desktop--4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .grid-desktop--important.columns-desktop--5 {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .grid-desktop--important.columns-desktop--6 {
    grid-template-columns: repeat(6, 1fr) !important;
  }
  .grid-desktop--important.columns-desktop--7 {
    grid-template-columns: repeat(7, 1fr) !important;
  }
  .grid-desktop--important.columns-desktop--8 {
    grid-template-columns: repeat(8, 1fr) !important;
  }
  .grid-desktop--important.columns-desktop--9 {
    grid-template-columns: repeat(9, 1fr) !important;
  }
  .grid-desktop--important.columns-desktop--10 {
    grid-template-columns: repeat(10, 1fr) !important;
  }
  .grid-desktop--important.columns-desktop--11 {
    grid-template-columns: repeat(11, 1fr) !important;
  }
  .grid-desktop--important.columns-desktop--12 {
    grid-template-columns: repeat(12, 1fr) !important;
  }
}
@media screen and (max-width: 749px) {
  .grid-mobile {
    display: grid;
  }
  .grid-mobile.columns-mobile--1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-mobile.columns-mobile--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-mobile--important {
    display: grid !important;
  }
  .grid-mobile--important.columns-mobile--1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .grid-mobile--important.columns-mobile--2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.auto-grid {
  display: grid;
  gap: 1.5rem;
  padding: 0;
  grid-template-columns: repeat(auto-fill, minmax(var(--item-min-size, 0), 1fr));
}
.auto-grid .grid-item {
  min-width: var(--item-min-size, 0);
  max-width: 100%;
}
@media screen and (max-width: 749px) {
  .auto-grid {
    grid-template-columns: repeat(auto-fill, minmax(var(--item-min-size-mobile, var(--item-min-size, 0)), 1fr));
  }
  .auto-grid .grid-item {
    min-width: var(--item-min-size-mobile, var(--item-min-size, 0));
  }
}

@media screen and (max-width: 749px) {
  .auto-grid-mobile {
    display: grid;
    gap: 1.25rem;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(var(--item-min-size-mobile, 0), 1fr));
  }
  .auto-grid-mobile .grid-item {
    min-width: var(--item-min-size-mobile, 0);
    max-width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .auto-grid-desktop {
    display: grid;
    gap: 1.25rem;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(var(--item-min-size, 0), 1fr));
  }
  .auto-grid-desktop .grid-item {
    min-width: var(--item-min-size, 0);
    max-width: 100%;
  }
}
.round {
  border-radius: 9999px;
  overflow: hidden;
}

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

*:focus-visible {
  outline: 2px solid rgba(var(--color-outline), 0.75);
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: 3px;
}
*:focus-visible.focus-inset {
  outline: 2px solid rgba(var(--color-outline), 0.75);
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: -2px;
}
*:focus-visible.focus-none {
  outline: none;
  box-shadow: none;
}

.focused {
  outline: 2px solid rgba(var(--color-outline), 0.75);
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: 3px;
}
.focused.focus-inset {
  outline: 2px solid rgba(var(--color-outline), 0.75);
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: -2px;
}

.no-js *:focus {
  outline: 2px solid rgba(var(--color-outline), 0.75);
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: 3px;
}
.no-js *:focus.focus-inset {
  outline: 2px solid rgba(var(--color-outline), 0.75);
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: -2px;
}
.no-js *:focus.focus-none {
  outline: none;
  box-shadow: none;
}
.no-js *:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
.no-js *:focus:not(:focus-visible).focus-inset {
  outline: none;
  box-shadow: none;
}

.gradient {
  --alpha-background: 1;
  background: var(--gradient-background, rgba(var(--color-background), var(--alpha-background)));
  background-attachment: fixed;
}

.background--transparent {
  background-color: transparent !important;
}

.reverse-color {
  background-color: rgb(var(--color-foreground)) !important;
  color: rgb(var(--color-background)) !important;
}

.background--blur {
  backdrop-filter: blur(1rem);
}

.blur {
  filter: blur(1rem);
}

.sticky-to-header {
  position: sticky;
  inset-block-start: calc(var(--header-height, 5rem) + 1rem);
}

.ratio {
  position: relative;
  display: flex;
  align-items: stretch;
}
.ratio:before {
  content: "";
  display: block;
  /* 防止宽度高度没有作用 */
  width: 0;
  height: 0;
  padding-block-end: var(--ratio-percent, 100%);
}

.background-image {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  line-height: 0;
  pointer-events: none;
  overflow: hidden;
}
.background-image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

@media (prefers-reduced-motion: no-preference) {
  .image--has-behavior {
    overflow: hidden;
  }
  .image--has-behavior.behavior--fixed {
    clip-path: inset(0);
  }
  .image--has-behavior.behavior--fixed img,
  .image--has-behavior.behavior--fixed svg {
    position: fixed;
    inset-block-start: 0;
    height: 100dvh;
  }
  .image--has-behavior.scroll-synergy img,
  .image--has-behavior.scroll-synergy svg {
    visibility: hidden;
    opacity: 0;
  }
  .image--has-behavior.scroll-synergy[data-init=true] img,
  .image--has-behavior.scroll-synergy[data-init=true] svg {
    visibility: visible;
    animation: fadeIn 1200ms cubic-bezier(0, 0, 0.3, 1) forwards;
  }
  .image--has-behavior.scroll-synergy.behavior--zoom-in {
    --zoom-in-ratio: 1;
  }
  .image--has-behavior.scroll-synergy.behavior--zoom-in img {
    transform: scale(var(--zoom-in-ratio));
  }
  .image--has-behavior.scroll-synergy.behavior--parallax img {
    height: 150%;
    transform: translateY(calc(-33% * var(--parallax-ratio)));
  }
}
picture img {
  width: 100%;
  height: 100%;
}

img,
video {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
img.fit--contain,
video.fit--contain {
  object-fit: contain;
}

.media {
  position: relative;
  display: block;
  overflow: hidden;
}
.media > :not(.zoom, .button, .loading-overlay-animation),
.media model-viewer {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
}
.media.media-fit--cover img {
  object-fit: cover;
}
.media.media-fit--contain img {
  object-fit: contain;
}
.media.media--square, .media.media--narrow, .media.media--panoramic, .media.media--landscape, .media.media--portrait, .media.media--adapt {
  --padding-bottom: 100%;
}
.media.media--square:before, .media.media--narrow:before, .media.media--panoramic:before, .media.media--landscape:before, .media.media--portrait:before, .media.media--adapt:before {
  content: "";
  display: block;
  pointer-events: none;
  padding-block-end: var(--padding-bottom);
}
.media.media--adapt {
  --padding-bottom: var(--ratio-percent, 100%);
}
@media screen and (max-width: 749px) {
  .media.media--adapt {
    --padding-bottom: var(--ratio-percent-mobile, var(--ratio-percent, 100%));
  }
}
.media.media--portrait {
  --padding-bottom: 125%;
}
.media.media--landscape {
  --padding-bottom: 62.5%;
}
.media.media--panoramic {
  --padding-bottom: 56.25%;
}
.media.media--narrow {
  --padding-bottom: 45%;
}
.media.media--circle {
  border-radius: 9999px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .media.media-mobile--square, .media.media-mobile--narrow, .media.media-mobile--panoramic, .media.media-mobile--landscape, .media.media-mobile--portrait, .media.media-mobile--adapt {
    --padding-bottom: 100%;
  }
  .media.media-mobile--square:before, .media.media-mobile--narrow:before, .media.media-mobile--panoramic:before, .media.media-mobile--landscape:before, .media.media-mobile--portrait:before, .media.media-mobile--adapt:before {
    content: "";
    display: block;
    pointer-events: none;
    padding-block-end: var(--padding-bottom);
  }
  .media.media-mobile--adapt {
    --padding-bottom: var(--ratio-percent-mobile, 100%);
  }
  .media.media-mobile--portrait {
    --padding-bottom: 125%;
  }
  .media.media-mobile--landscape {
    --padding-bottom: 62.5%;
  }
  .media.media-mobile--panoramic {
    --padding-bottom: 56.25%;
  }
  .media.media-mobile--narrow {
    --padding-bottom: 45%;
  }
  .media.media-mobile--circle {
    border-radius: 9999px;
    overflow: hidden;
  }
}

.media-poster {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-model-media {
  display: block;
  position: relative;
  overflow: hidden;
}
.video-model-media video,
.video-model-media iframe,
.video-model-media .shopify-model-viewer-ui,
.video-model-media model-viewer {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.video-model-media iframe {
  border: none;
}
.video-model-media.media-fit--cover video,
.video-model-media.media-fit--cover iframe,
.video-model-media.media-fit--cover .shopify-model-viewer-ui,
.video-model-media.media-fit--cover model-viewer {
  object-fit: cover;
}

.deferred-media video,
.deferred-media iframe,
.deferred-media .shopify-model-viewer-ui,
.deferred-media model-viewer {
  display: none;
}
.deferred-media .media-content {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.deferred-media .mute-button {
  position: absolute;
  z-index: 1;
  inset-inline-start: 0.5rem;
  inset-block-start: 0.5rem;
  --color-button: var(--color-shadow);
  --alpha-button-background: 0.1;
  --color-button-text: var(--color-light);
}
.deferred-media .mute-button .icon-volume-off {
  display: none;
}
.deferred-media .mute-button[aria-pressed=true] .icon-volume-off {
  display: block;
}
.deferred-media .mute-button[aria-pressed=true] .icon-volume-on {
  display: none;
}
.deferred-media[loaded] video,
.deferred-media[loaded] iframe,
.deferred-media[loaded] .shopify-model-viewer-ui,
.deferred-media[loaded] model-viewer {
  display: block;
}
.deferred-media[loaded]:not(product-model) .media-poster {
  filter: blur(1rem);
}

product-model[loaded] .media-poster {
  visibility: hidden;
}

.font-heading {
  font-family: var(--font-heading-family), serif !important;
  font-style: var(--font-heading-style) !important;
  letter-spacing: var(--font-heading-letter-spacing) !important;
  font-weight: var(--font-heading-weight) !important;
  word-break: break-word !important;
}

.font-body {
  font-family: var(--font-body-family), serif !important;
  font-style: var(--font-body-style) !important;
  letter-spacing: var(--font-body-letter-spacing) !important;
}

.font-decorative, .has-highlight-text[data-highlight-type=script] em {
  font-family: var(--font-decorative-family), serif !important;
  font-style: var(--font-decorative-style) !important;
  letter-spacing: var(--font-decorative-letter-spacing) !important;
}

.font-hollow {
  color: transparent;
  -webkit-text-stroke: 1px rgb(var(--color-foreground));
}

thin,
.font-weight-thin {
  font-weight: 100 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.font-weight-extra-bold {
  font-weight: 900 !important;
}

@supports (font-weight: 500) {
  b {
    font-weight: 500 !important;
  }
}
/* Italics */
.font-italic {
  font-style: italic;
}

/* Font size */
.font-size-extra-s {
  font-size: 0.5rem !important;
}

.font-size-xxs {
  font-size: 0.625rem !important;
}

.font-size-xs {
  font-size: 0.75rem !important;
}

.font-size-s {
  font-size: 0.875rem !important;
}

.font-size-l {
  font-size: 1.25rem !important;
}

.font-size-xl {
  font-size: 1.5rem !important;
}

.font-size-xxl {
  font-size: 1.75rem !important;
}

.font-size-extra-l {
  font-size: 2rem !important;
}

/* Letter spacing */
.letter-space-1 {
  letter-spacing: 1px;
}

.letter-space-2 {
  letter-spacing: 2px;
}

.letter-space-3 {
  letter-spacing: 3px;
}

/* Line height */
.lh-0 {
  line-height: 0;
}

/* Line height set to 1 - Used for elements that should have standard line height */
.lh-1 {
  line-height: 1;
}

/* Line height set to 2 - Used for elements that need more spacing */
.lh-2 {
  line-height: 2;
}

.ln-normal {
  line-height: normal;
}

.uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.light {
  opacity: 0.75 !important;
}

.lighter {
  opacity: 0.5 !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

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

s {
  opacity: 0.75;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-heading-family), serif;
  font-style: var(--font-heading-style);
  letter-spacing: var(--font-heading-letter-spacing);
  font-weight: var(--font-heading-weight);
  color: inherit;
  line-height: normal;
  word-break: break-word;
  margin-block-start: 0;
  margin-block-end: 1rem;
}

.h0 {
  font-size: 2.25rem;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.75rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.875rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.5rem;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
fieldset legend {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.caption {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(var(--color-foreground), 0.75);
}

.rte > *:first-child {
  margin-block-start: 0;
}
.rte > *:last-child {
  margin-block-end: 0;
}
.rte > *:is(p) {
  margin-block-end: 1.25rem;
}
.rte > *:is(ul, ol, div) {
  margin-block-end: 1rem;
}
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  margin-block-end: 2rem;
}
.rte table {
  table-layout: fixed;
  width: 100%;
}
.rte table thead {
  background: rgba(var(--color-foreground), 0.05);
}
.rte table tbody tr:nth-child(odd) {
  background: rgba(var(--color-foreground), 0.02);
}
.rte table tbody tr:hover {
  background: rgba(var(--color-foreground), 0.02);
}
.rte img {
  width: auto;
  max-width: 100%;
}
.rte img.block-image {
  display: block;
  width: 100%;
}
.rte img.block-image + * {
  margin-block-start: 1.5rem;
}
.rte iframe {
  width: 100%;
  height: auto;
  border: none;
  aspect-ratio: 16/9;
}
.rte ul,
.rte ol {
  list-style-position: inside;
  padding-inline-start: 2rem;
}
.rte li {
  list-style: inherit;
  margin-block-end: 0.5rem;
}
.rte li p {
  display: inline;
}
.rte li:last-child {
  margin-block-end: 0;
}
.rte a {
  --color-opacity: 0.75;
  color: rgba(var(--color-foreground), var(--color-opacity));
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: text-decoration-thickness 100ms ease;
}
.rte a:hover {
  --color-opacity: 1;
  text-decoration-thickness: 2px;
}
.rte blockquote {
  position: relative;
  text-align: center;
  margin-block: 3rem;
  margin-inline: auto;
  max-width: 60rem;
  padding-block-start: 6rem;
  padding-block-end: 2rem;
  padding-inline: 2rem;
  background: rgba(var(--color-foreground), 0.02);
}
.rte blockquote:before {
  content: "“";
  font-size: 6rem;
  position: absolute;
  top: 2rem;
  line-height: 1;
}
.rte blockquote p {
  margin-block-end: 1rem;
  font-size: 1.75rem;
  font-weight: 500;
}
.rte blockquote cite {
  font-size: 1.25rem;
  opacity: 0.75;
}
.rte:after {
  clear: both;
  content: "";
  display: block;
}

.text-align--left {
  text-align: start !important;
}
.text-align--center {
  text-align: center !important;
}
.text-align--right {
  text-align: end !important;
}

@media screen and (max-width: 749px) {
  .text-align-mobile--left {
    text-align: start !important;
  }
  .text-align-mobile--center {
    text-align: center !important;
  }
  .text-align-mobile--right {
    text-align: end !important;
  }
}
.content-group {
  width: auto;
}
.content-group > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
.content-group > *:not(:first-child) {
  margin-block-start: 1rem;
}
.content-group.group--compact > *:not(:first-child) {
  margin-block-start: 0.5rem;
}
.content-group.group--center {
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.content-group.group--right {
  margin-inline-start: auto;
}
.content-group.content--stretch {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .content-group.width--small {
    max-width: 30rem;
  }
  .content-group.width--medium {
    max-width: 40rem;
  }
  .content-group.width--large {
    max-width: 65rem;
  }
  .content-group.width--full {
    max-width: 100%;
  }
}

.link {
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}
.link.link-text[aria-disabled=true], .link.link-text[disabled] {
  opacity: 0.5;
}
@media (prefers-reduced-motion: reduce) {
  .link.link-text:hover {
    opacity: 0.75;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .link.link-text {
    position: relative;
    --underline-scale: 0;
  }
  .link.link-text:after {
    content: "";
    position: absolute;
    inset-block-start: auto;
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-end: 1px;
    height: 1px;
    width: 100%;
    background: rgba(var(--color-foreground), 1);
    transition: transform 300ms cubic-bezier(0, 0, 0.3, 1);
    transform: scaleX(var(--underline-scale));
    transform-origin: bottom var(--transform-origin-right);
  }
  .link.link-text:hover {
    --underline-scale: 1;
  }
  .link.link-text:hover:after {
    transform-origin: bottom var(--transform-origin-left);
  }
  .link.link-text.show-underline {
    --underline-scale: 1;
  }
  .link.link-text.show-underline:hover {
    --underline-scale: 0;
  }
}
.link.link-full:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
}
.link.link-underline:hover {
  text-decoration: underline;
}
.link.link-image {
  line-height: 0;
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
}
table:not([class]) td,
table:not([class]) th {
  padding: 1rem;
  border: 1px solid rgba(var(--color-foreground), 0.2);
}
table.table-collapse {
  border-collapse: collapse;
}

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

summary {
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

.details-disclosure {
  --animation-name: slideIn;
  --animation-duration: 300ms;
  --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.details-disclosure > summary {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.details-disclosure > summary .icon-caret-down {
  flex: 0 0 auto;
  width: 0.875rem;
  opacity: 0.75;
  margin-inline-start: auto;
  transition: transform 300ms cubic-bezier(0, 0, 0.3, 1);
}
.details-disclosure > .details-disclosure-content {
  visibility: hidden;
  opacity: 0;
}
.details-disclosure.has-opened > summary .icon-caret-down {
  transform: rotate(-180deg);
}
.details-disclosure.has-opened > .details-disclosure-content {
  visibility: visible;
  opacity: 1;
  animation-name: var(--animation-name);
  animation-timing-function: var(--animation-timing-function);
  animation-duration: var(--animation-duration);
}

.beauty-scrollbar {
  /* Firefox */
  scrollbar-width: thin;
  /* 设置滚动条宽度 */
  scrollbar-color: rgba(var(--color-background), 0.5) rgba(var(--color-foreground), 1);
  /* 设置滚动条滑块和轨道颜色 */
}
.beauty-scrollbar::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
}
.beauty-scrollbar::-webkit-scrollbar-track {
  background: rgba(var(--color-foreground), 1);
  /* 滚动条轨道颜色，保持不变 */
}
.beauty-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(var(--color-background), 0.5);
  /* 滚动条滑块颜色 */
  border-radius: 0;
  /* 滚动条滑块圆角 */
}
.beauty-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(var(--color-background), 0.85);
  /* 滚动条滑块悬停颜色，稍微加深 */
}

.hidden-scrollbar {
  scrollbar-width: none;
  /* Firefox */
}
.hidden-scrollbar::-webkit-scrollbar {
  display: none;
  /* 完全隐藏滚动条 */
}

.tool-tip {
  position: fixed;
  inset-inline-end: auto;
  inset-block-end: auto;
  transform: translateX(calc(-50% * var(--translate-x-direction))) translateY(-150%);
  z-index: 103;
  width: max-content;
  max-width: 10rem;
}

.modal {
  position: fixed;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  z-index: 101;
  display: none;
  padding: 1rem;
}
.modal > .modal-overlay {
  display: block !important;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-shadow), 0.2);
}
.modal > .modal-inner {
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 1rem rgba(var(--color-shadow), 0.2);
  visibility: hidden;
  opacity: 0.01;
  width: 45rem;
  min-height: 20rem;
  padding: 1.5rem;
  position: relative;
  border-radius: 0;
}
.modal > .modal-inner:after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  box-shadow: inset 0 0 0 1px rgba(var(--color-foreground), 0.05);
  border-radius: 0;
  pointer-events: none;
}
@media screen and (min-width: 750px) {
  .modal > .modal-inner {
    max-width: 50rem;
  }
}
.modal > .modal-inner .modal-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.modal > .modal-inner .modal-header .modal-title {
  margin-block-end: 0;
}
.modal > .modal-inner .modal-content {
  overflow-y: auto;
  max-height: calc(100dvh - 8rem);
  padding-block-start: 1rem;
}
@media screen and (min-width: 750px) {
  .modal:not([data-force]) > .modal-overlay {
    cursor: url("./close.png") 28 28, auto;
  }
}
.modal[open] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal[open] > .modal-inner {
  visibility: visible;
  animation-name: slideIn;
  animation-duration: 300ms;
  animation-timing-function: cubic-bezier(0, 0, 0.3, 1);
  animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
  .modal[open] > .modal-inner {
    opacity: 1;
  }
}
.modal.drawer {
  padding: 0;
}
.modal.drawer > .modal-inner {
  width: 30rem;
  height: 100%;
  padding-block: 1rem;
  padding-inline: 1.5rem;
  opacity: 1;
  display: grid;
  grid-template-rows: auto 1fr;
  border-radius: 0;
}
.modal.drawer .drawer-handle {
  display: none;
}
.modal.drawer .drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block-end: 1.5rem;
}
.modal.drawer .drawer-content {
  position: relative;
  overflow: hidden;
}
.modal.drawer[open] {
  align-items: flex-start;
  justify-content: flex-end;
}
.modal.drawer[open] > .modal-inner {
  animation-name: pushInFromRight;
}
@media screen and (max-width: 749px) {
  .modal.drawer[open] {
    align-items: flex-end;
    justify-content: center;
  }
  .modal.drawer[open] > .modal-inner {
    height: max-content;
    max-height: calc(100% - 5rem);
    min-height: 35rem;
    animation-name: pushInFromBottom;
  }
}
@media screen and (max-width: 749px) {
  .modal.drawer > .modal-inner {
    width: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    padding-block-start: 3rem;
  }
  .modal.drawer .drawer-handle {
    display: block !important;
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    width: 100%;
    padding-block-start: 0.5rem;
    padding-block-end: 1rem;
    line-height: 0;
    text-align: center;
    --handle-height: 4px;
  }
  .modal.drawer .drawer-handle:before {
    content: "";
    display: inline-block;
    height: var(--handle-height);
    width: 4rem;
    background: rgba(var(--color-foreground), 0.2);
    border-radius: 9999px;
    transition: height 300ms cubic-bezier(0, 0, 0.3, 1);
  }
  .modal.drawer.is-dragging .drawer-handle {
    --handle-height: 8px;
  }
}

.button-video-modal .modal-inner {
  padding: 0;
  width: calc(100vw - 3rem);
  max-width: 1200px;
  aspect-ratio: 16/9;
  max-height: calc(100dvh - 3rem);
  overflow: visible;
}
.button-video-modal .modal-inner .modal-content {
  padding-block-start: 0;
}
.button-video-modal .modal-inner .modal-close-button {
  position: absolute;
  inset-block-start: -1rem;
  inset-inline-end: -1rem;
  z-index: 1;
}
.button-video-modal .modal-inner deferred-media {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
}
.button-video-modal .modal-inner deferred-media .media-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-video-modal .modal-inner deferred-media .media-content .media-play-button {
  --color-button-text: var(--color-light);
}

.slider {
  position: relative;
}
.slider .slider-container .slider-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slider .slider-seek-bar,
.slider .slider-page-dots,
.slider .slider-nav-buttons {
  display: none;
}
@media screen and (max-width: 749px) {
  .slider[data-slide-mobile] {
    display: block;
  }
  .slider[data-slide-mobile] > .slider-container {
    position: relative;
    overflow: hidden;
  }
  .slider[data-slide-mobile] > .slider-container > .slider-wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    will-change: transform;
  }
  .slider[data-slide-mobile] > .slider-container > .slider-wrapper > .slider-slide {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .slider[data-slide-mobile] > .slider-container > .slider-wrapper.slider--center {
    justify-content: center;
  }
  .slider[data-slide-mobile] > .slider-container > .slider-wrapper.auto-grid > .grid-item {
    width: var(--item-perfect-size-mobile);
    height: auto;
  }
  .slider[data-slide-mobile] > .slider-container > .slider-wrapper.auto-grid-mobile > .grid-item {
    width: var(--item-perfect-size-mobile);
    height: auto;
  }
  .slider[data-slide-mobile] > .slider-container.is-horizontal {
    /* 横向拖拽，允许页面垂直滚动 */
    touch-action: pan-y;
  }
  .slider[data-slide-mobile] > .slider-container.is-vertical {
    /* 竖向拖拽，允许页面水平滚动 */
    touch-action: pan-x;
  }
  .slider[data-slide-mobile] > .slider-container.slider--overflow-visible {
    overflow: visible;
  }
  .slider[data-slide-mobile] .slider-seek-bar {
    position: relative;
    margin-block-start: 2rem;
    margin-inline-start: auto;
    margin-inline-end: auto;
    display: flex !important;
    align-items: center;
    width: 100%;
    max-width: 40rem;
    padding-block: 0.5rem;
    padding-inline: 0;
    cursor: grab;
    overflow: hidden;
    visibility: hidden;
  }
  .slider[data-slide-mobile] .slider-seek-bar:before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    height: 2px;
    width: 100%;
    background: rgba(var(--color-foreground), 0.05);
  }
  .slider[data-slide-mobile] .slider-seek-bar:after {
    content: "";
    position: absolute;
    inset-inline-start: calc(var(--change-ratio) * var(--progress-width));
    height: 4px;
    width: var(--handle-width, 2rem);
    background: rgb(var(--color-foreground));
  }
  .slider[data-slide-mobile] .slider-seek-bar.is-dragging {
    cursor: grabbing;
  }
}
@media screen and (max-width: 749px) and (max-width: 749px) {
  .slider[data-slide-mobile] .slider-seek-bar {
    margin-block-start: 1rem;
    width: 50%;
  }
}
@media screen and (max-width: 749px) {
  .slider[data-slide-mobile] .slider-page-dots {
    --color-dots: var(--color-foreground);
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .slider[data-slide-mobile] .slider-page-dots .page-dot {
    position: relative;
    width: 5rem;
    height: 0.25rem;
    background: rgba(var(--color-dots), 0.5);
  }
  .slider[data-slide-mobile] .slider-page-dots .page-dot.current:after {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(var(--color-dots));
  }
  .slider[data-slide-mobile] .slider-page-dots.has-dot-animation .page-dot.current:after {
    animation: growWidth var(--slide-interval) linear;
  }
  .slider[data-slide-mobile] .slider-page-dots.dots--small .page-dot {
    width: 2rem;
  }
}
@media screen and (max-width: 749px) and (max-width: 749px) {
  .slider[data-slide-mobile] .slider-page-dots .page-dot {
    width: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .slider[data-slide-mobile].slider--installed > .slider-container > .slider-wrapper {
    justify-content: flex-start;
  }
  .slider[data-slide-mobile].slider--installed .slider-seek-bar {
    visibility: visible;
  }
}
@media screen and (max-width: 749px) and (min-width: 750px) {
  .slider[data-slide-mobile].slider--installed .slider-nav-buttons {
    position: absolute;
    inset-inline-start: 0;
    height: 0;
    inset-block-start: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 0;
    padding-inline: 1rem;
    pointer-events: none;
    opacity: 0;
  }
  .slider[data-slide-mobile].slider--installed .slider-nav-buttons .nav-button {
    pointer-events: auto;
  }
  .slider[data-slide-mobile].slider--installed .slider-nav-buttons .nav-button[disabled] {
    visibility: hidden;
  }
  .slider[data-slide-mobile].slider--installed .slider-nav-buttons:has(.nav-button:focus-visible) {
    opacity: 1;
  }
  .slider[data-slide-mobile].slider--installed:hover .slider-nav-buttons {
    opacity: 1;
  }
  .slider[data-slide-mobile].slider--installed:hover .slider-nav-buttons .nav-button--prev {
    animation: slideInFromLeft 300ms cubic-bezier(0, 0, 0.3, 1) forwards;
  }
  .slider[data-slide-mobile].slider--installed:hover .slider-nav-buttons .nav-button--next {
    animation: slideInFromRight 300ms cubic-bezier(0, 0, 0.3, 1) forwards;
  }
}
@media screen and (max-width: 749px) {
  .slider[data-slide-mobile].slider--installed[data-draggable] .slider-container {
    cursor: grab;
  }
  .slider[data-slide-mobile].slider--installed[data-draggable]:active .slider-container {
    cursor: grabbing;
  }
  .slider[data-slide-mobile].slider--installed[data-draggable].slider--is-dragging .slider-container .slider-slide {
    pointer-events: none;
    user-select: none;
  }
  .slider[data-slide-mobile].slider--installed[data-autoplay]:not([editor-selected]) .page-dot.current:after {
    animation: growWidth var(--slide-interval) linear;
  }
  .slider[data-slide-mobile].slider--installed[data-autoplay]:not([editor-selected]):not(.slider--is-playing) .page-dot.current:after {
    animation-play-state: paused;
  }
}
@media screen and (min-width: 750px) {
  .slider[data-slide-desktop] {
    display: block;
  }
  .slider[data-slide-desktop] > .slider-container {
    position: relative;
    overflow: hidden;
  }
  .slider[data-slide-desktop] > .slider-container > .slider-wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    will-change: transform;
  }
  .slider[data-slide-desktop] > .slider-container > .slider-wrapper > .slider-slide {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .slider[data-slide-desktop] > .slider-container > .slider-wrapper.slider--center {
    justify-content: center;
  }
  .slider[data-slide-desktop] > .slider-container > .slider-wrapper.auto-grid > .grid-item {
    width: var(--item-perfect-size);
    height: auto;
  }
  .slider[data-slide-desktop] > .slider-container > .slider-wrapper.auto-grid-desktop > .grid-item {
    width: var(--item-perfect-size);
    height: auto;
  }
  .slider[data-slide-desktop] > .slider-container.is-horizontal {
    /* 横向拖拽，允许页面垂直滚动 */
    touch-action: pan-y;
  }
  .slider[data-slide-desktop] > .slider-container.is-vertical {
    /* 竖向拖拽，允许页面水平滚动 */
    touch-action: pan-x;
  }
  .slider[data-slide-desktop] > .slider-container.slider--overflow-visible {
    overflow: visible;
  }
  .slider[data-slide-desktop] .slider-seek-bar {
    position: relative;
    margin-block-start: 2rem;
    margin-inline-start: auto;
    margin-inline-end: auto;
    display: flex !important;
    align-items: center;
    width: 100%;
    max-width: 40rem;
    padding-block: 0.5rem;
    padding-inline: 0;
    cursor: grab;
    overflow: hidden;
    visibility: hidden;
  }
  .slider[data-slide-desktop] .slider-seek-bar:before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    height: 2px;
    width: 100%;
    background: rgba(var(--color-foreground), 0.05);
  }
  .slider[data-slide-desktop] .slider-seek-bar:after {
    content: "";
    position: absolute;
    inset-inline-start: calc(var(--change-ratio) * var(--progress-width));
    height: 4px;
    width: var(--handle-width, 2rem);
    background: rgb(var(--color-foreground));
  }
  .slider[data-slide-desktop] .slider-seek-bar.is-dragging {
    cursor: grabbing;
  }
}
@media screen and (min-width: 750px) and (max-width: 749px) {
  .slider[data-slide-desktop] .slider-seek-bar {
    margin-block-start: 1rem;
    width: 50%;
  }
}
@media screen and (min-width: 750px) {
  .slider[data-slide-desktop] .slider-page-dots {
    --color-dots: var(--color-foreground);
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .slider[data-slide-desktop] .slider-page-dots .page-dot {
    position: relative;
    width: 5rem;
    height: 0.25rem;
    background: rgba(var(--color-dots), 0.5);
  }
  .slider[data-slide-desktop] .slider-page-dots .page-dot.current:after {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(var(--color-dots));
  }
  .slider[data-slide-desktop] .slider-page-dots.has-dot-animation .page-dot.current:after {
    animation: growWidth var(--slide-interval) linear;
  }
  .slider[data-slide-desktop] .slider-page-dots.dots--small .page-dot {
    width: 2rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 749px) {
  .slider[data-slide-desktop] .slider-page-dots .page-dot {
    width: 2rem;
  }
}
@media screen and (min-width: 750px) {
  .slider[data-slide-desktop].slider--installed > .slider-container > .slider-wrapper {
    justify-content: flex-start;
  }
  .slider[data-slide-desktop].slider--installed .slider-seek-bar {
    visibility: visible;
  }
}
@media screen and (min-width: 750px) and (min-width: 750px) {
  .slider[data-slide-desktop].slider--installed .slider-nav-buttons {
    position: absolute;
    inset-inline-start: 0;
    height: 0;
    inset-block-start: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 0;
    padding-inline: 1rem;
    pointer-events: none;
    opacity: 0;
  }
  .slider[data-slide-desktop].slider--installed .slider-nav-buttons .nav-button {
    pointer-events: auto;
  }
  .slider[data-slide-desktop].slider--installed .slider-nav-buttons .nav-button[disabled] {
    visibility: hidden;
  }
  .slider[data-slide-desktop].slider--installed .slider-nav-buttons:has(.nav-button:focus-visible) {
    opacity: 1;
  }
  .slider[data-slide-desktop].slider--installed:hover .slider-nav-buttons {
    opacity: 1;
  }
  .slider[data-slide-desktop].slider--installed:hover .slider-nav-buttons .nav-button--prev {
    animation: slideInFromLeft 300ms cubic-bezier(0, 0, 0.3, 1) forwards;
  }
  .slider[data-slide-desktop].slider--installed:hover .slider-nav-buttons .nav-button--next {
    animation: slideInFromRight 300ms cubic-bezier(0, 0, 0.3, 1) forwards;
  }
}
@media screen and (min-width: 750px) {
  .slider[data-slide-desktop].slider--installed[data-draggable] .slider-container {
    cursor: grab;
  }
  .slider[data-slide-desktop].slider--installed[data-draggable]:active .slider-container {
    cursor: grabbing;
  }
  .slider[data-slide-desktop].slider--installed[data-draggable].slider--is-dragging .slider-container .slider-slide {
    pointer-events: none;
    user-select: none;
  }
  .slider[data-slide-desktop].slider--installed[data-autoplay]:not([editor-selected]) .page-dot.current:after {
    animation: growWidth var(--slide-interval) linear;
  }
  .slider[data-slide-desktop].slider--installed[data-autoplay]:not([editor-selected]):not(.slider--is-playing) .page-dot.current:after {
    animation-play-state: paused;
  }
}

.button {
  --alpha-button-background: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: rgb(var(--color-button-text));
  background: rgba(var(--color-button), var(--alpha-button-background));
  overflow: hidden;
  appearance: none;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  width: auto;
  max-width: 100%;
  border: 0;
}
.button.focus-inset {
  --color-outline: var(--color-button-text);
}
.button .button-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  pointer-events: none;
}
.button .icon {
  width: 1.25rem;
  flex: 0 0 auto;
  pointer-events: none;
}
.button .caret-icon {
  width: 1rem;
}
.button.button--secondary {
  --color-button-text: var(--color-secondary-button-text);
  --color-button: var(--color-secondary-button);
}
.button.button--ethereal {
  --color-button-text: var(--color-foreground);
  --color-button: var(--color-foreground);
  --alpha-button-background: 0.05;
  transition: background-color 300ms cubic-bezier(0, 0, 0.3, 1);
}
.button.button--ethereal:hover {
  --color-button-text: var(--color-background);
  --alpha-button-background: 1;
}
.button.button--air {
  --color-button-text: var(--color-foreground);
  --alpha-button-background: 0;
}
.button.button--border {
  --button-radius: 0;
  --color-button-text: var(--color-foreground);
  position: relative;
  border-radius: var(--button-radius);
  background: none;
}
.button.button--border:after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  box-shadow: inset 0 0 0 1px rgb(var(--color-button-text));
  border-radius: var(--button-radius);
  pointer-events: none;
  transition: box-shadow 100ms ease;
}
.button.button--border:hover:after {
  box-shadow: inset 0 0 0 2px rgb(var(--color-button-text));
}
.button.button--link {
  --color-button-text: var(--color-foreground);
  --alpha-button-background: 0;
  text-decoration: underline;
}
.button.button--link:hover {
  opacity: 0.75;
}
.button.button--ambient {
  --color-button-text: var(--color-background);
  --color-button: var(--color-foreground);
}
.button.button--float {
  --color-button-text: var(--color-foreground);
  --color-button: var(--color-background);
  box-shadow: 0 0 0.25rem rgba(var(--color-shadow), 0.2);
}
.button.button--icon {
  padding: 0 !important;
  min-width: 3rem;
  min-height: 3rem;
}
.button.button--icon .icon {
  transition: transform 100ms cubic-bezier(0, 0, 0.3, 1);
}
.button.button--icon:hover .icon {
  transform: scale(1.25);
}
.button.button--pill {
  --button-radius: 9999px;
  border-radius: 9999px;
}
.button.button--shadow {
  box-shadow: 0 0 0.25rem rgba(var(--color-shadow), 0.2);
}
.button.button--full {
  display: flex;
  width: 100%;
}
.button.has-loading .loading-overlay {
  display: none;
}
.button.has-loading.loading {
  pointer-events: none;
  opacity: 0.8;
}
@media (prefers-reduced-motion: no-preference) {
  .button.has-loading.loading .loading-overlay {
    display: block;
  }
  .button.has-loading.loading .loading-hidden {
    visibility: hidden;
  }
}

[role=button] {
  cursor: pointer;
}

.button-group {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.button-group.gap-1 {
  gap: 1rem;
}
.button-group.button--multiple {
  flex-wrap: wrap;
}
.button-group.button--multiple .button {
  flex: 1 1 auto;
}

.button--clear {
  background: none;
  /* 移除背景 */
  color: inherit;
  /* 继承文本颜色 */
  border: none;
  /* 移除边框 */
  padding: 0;
  /* 移除内边距 */
  margin: 0;
  /* 移除外边距 */
  font-size: inherit;
  /* 继承字体样式 */
  cursor: pointer;
  /* 指针样式 */
  appearance: none;
  /* 移除浏览器默认样式 */
  outline: none;
  /* 移除聚焦时的外边框 */
}

.shopify-challenge__button {
  --alpha-button-background: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: rgb(var(--color-button-text));
  background: rgba(var(--color-button), var(--alpha-button-background));
  overflow: hidden;
  appearance: none;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  width: auto;
  max-width: 100%;
  border: 0;
}
.shopify-challenge__button.focus-inset {
  --color-outline: var(--color-button-text);
}

.select, .field {
  --color-input-border: var(--color-foreground);
  --border-width: 1px;
  --alpha-input-border: 1;
  --alpha-input-text: 1;
  --input-radius: 0;
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
  font-size: 1rem;
  border-radius: var(--input-radius);
}
.select:not(.field--without-border):after, .field:not(.field--without-border):after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 var(--border-width) rgb(var(--color-input-border));
  border-radius: var(--input-radius);
  pointer-events: none;
  transition: box-shadow 100ms cubic-bezier(0, 0, 0.3, 1);
}
.select:not(.field--without-border):hover, .field:not(.field--without-border):hover, .select:not(.field--without-border):has(input:focus, select:focus, textarea:focus), .field:not(.field--without-border):has(input:focus, select:focus, textarea:focus) {
  --border-width: 2px;
}
.field--pill.select, .field--pill.field {
  --input-radius: 9999px;
}
.field-error.select, .field-error.field {
  --color-input-border: var(--color-error);
  --border-width: 2px;
  background: rgba(var(--color-error), 0.05);
}

.select .select-select, .field .field-input {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  flex: 1 1 auto;
  background: transparent;
  border-radius: var(--input-radius);
  height: 3rem; /* 基础输入框的尺寸 */
  width: 100%;
  min-width: 8rem;
  padding-block: 0;
  padding-inline: 1rem;
  border: 0;
  color: inherit;
}
.select .select-select :disabled, .field .field-input :disabled {
  background: rgba(var(--color-foreground), 0.1);
}
@media screen and (max-width: 749px) {
  .select .select-select, .field .field-input {
    font-size: 16px;
  }
}

.field .field-input:focus, .field .field-input:focus-visible {
  outline: none;
  box-shadow: none;
}
.field .field-input.text-area {
  padding: 1rem;
  min-height: 12rem;
}
.field .field-input.text-area ~ .field-label {
  padding: 1rem;
  align-items: flex-start;
}
.field .field-input[type=date] {
  text-align: var(--transform-origin-left);
}
@supports selector(input::-webkit-calendar-picker-indicator) {
  .field .field-input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }
}
.field .field-input:not(:placeholder-shown) ~ .field-label, .field .field-input:-webkit-autofill ~ .field-label, .field .field-input:focus ~ .field-label {
  display: none;
}
.field .field-input::-webkit-search-cancel-button {
  display: none;
}
.field .field-input::placeholder {
  opacity: 0;
}
.field .field-label {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  padding-block: 0;
  padding-inline: 1rem;
  display: flex;
  align-items: center;
  pointer-events: none;
  font-size: 0.875rem;
  opacity: 0.75;
  line-height: 1;
}
.field .field-button {
  background: none; /* 移除背景 */
  color: inherit; /* 继承文本颜色 */
  border: none; /* 移除边框 */
  margin: 0; /* 移除外边距 */
  cursor: pointer; /* 指针样式 */
  appearance: none; /* 移除浏览器默认样式 */
  height: auto;
  padding-block: 0;
  padding-inline: 1rem;
  font-size: 0.75rem;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.field .field-button .caret-icon {
  width: 1.25rem;
  transition: transform 300ms cubic-bezier(0, 0, 0.3, 1);
}
@supports not selector(input::-webkit-calendar-picker-indicator) {
  .field .field-button.calendar-button {
    display: none;
  }
}
.field.field--line {
  --input-radius: 0;
  background: none;
  backdrop-filter: none;
}
.field.field--line:after {
  box-shadow: inset 0 calc(var(--border-width) * -1) 0 0 rgb(var(--color-input-border));
}
.field.field--line .field-label {
  padding-inline-start: 0;
}
.field.field--line .field-input {
  padding-inline-start: 0;
}
.field.field--line .field-button {
  padding-inline-end: 0;
}
.field:hover .field-button .caret-icon {
  transform: translateX(calc(20% * var(--translate-x-direction)));
}

.select .select-select {
  --alpha-input-text: 0.75;
  padding-inline-end: 2rem;
  cursor: pointer;
}
.select .select-select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  color: black;
  padding-block: 0.25rem;
  padding-inline: 1rem;
}
.select .select-select::-ms-expand {
  display: none;
}
.select .field-button {
  position: absolute;
  inset-inline-end: 1rem;
  inset-block-start: 50%;
  transform: translateY(-50%);
  inset-block-end: 0;
  pointer-events: none;
  display: flex;
}
.select .field-button .icon {
  width: 0.875rem;
}
.select.select--inline {
  display: inline-flex;
  width: auto;
}

.field-line-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
}
.field-line-group > * {
  flex: 1 1 50%;
}

.flexible-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.flexible-group .field {
  flex: 100 1 auto;
}
.flexible-group .button {
  flex: 1 100 auto;
}

.radio, .checkbox {
  --border-radius: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.radio input, .checkbox input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  margin: 0;
  padding: 0;
}
.radio label, .checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  word-break: break-word;
}
.radio label .input-face, .checkbox label .input-face {
  flex: 0 0 auto;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
  --border-width: 1px;
  --border-opacity: 0.4;
  position: relative;
  border-radius: var(--border-radius);
}
.radio label .input-face:after, .checkbox label .input-face:after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  box-shadow: inset 0 0 0 var(--border-width) rgba(var(--color-foreground), var(--border-opacity));
  border-radius: var(--border-radius);
  pointer-events: none;
}
.radio label .input-face span, .checkbox label .input-face span {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  --alpha-background: 0;
  border-radius: var(--border-radius);
  background: rgba(var(--color-foreground), var(--alpha-background));
  transition: transform 100ms cubic-bezier(0, 0, 0.3, 1);
}
.radio label:hover .input-face, .checkbox label:hover .input-face, .radio label:has(input:focus-visible) .input-face, .checkbox label:has(input:focus-visible) .input-face {
  --border-width: 2px;
  --border-opacity: 1;
}
.radio label:hover .input-face span, .checkbox label:hover .input-face span, .radio label:has(input:focus-visible) .input-face span, .checkbox label:has(input:focus-visible) .input-face span {
  --alpha-background: 0.2;
  transform: scale(0.6);
}
.radio label:has(input:checked) .input-face, .checkbox label:has(input:checked) .input-face {
  --color-pulse: var(--color-foreground);
  animation: pulse 100ms cubic-bezier(0, 0, 0.3, 1);
}
.radio label:has(input:checked) .input-face span, .checkbox label:has(input:checked) .input-face span {
  --alpha-background: 1;
  transform: scale(0.5);
}

.radio {
  --border-radius: 9999px;
}

.radio-group .field-legend {
  font-weight: 500;
  margin-block-end: 0.75rem;
}
.radio-group .radio-list {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.form-fields {
  margin-block-end: 1rem;
}
.form-fields > *:not(:last-child) {
  margin-block-end: 1rem;
}
.form-fields .country-province {
  display: block;
}
.form-fields .country-province .select:not(:last-child) {
  margin-block-end: 1rem;
}

.icon-wrap {
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.scrollable-content {
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
  touch-action: pan-y;
}
.scrollable-content .scrollable-buttons {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  pointer-events: none;
}
.scrollable-content .scrollable-buttons .nav-button[disabled] {
  visibility: hidden;
}
.scrollable-content .scrollable-buttons .nav-button .icon {
  transition: transform 500ms cubic-bezier(0, 0, 0.3, 1);
}
.scrollable-content .scrollable-buttons .nav-button:hover.nav-button--next .icon {
  transform: translateX(calc(0.5rem * var(--translate-x-direction)));
}
.scrollable-content .scrollable-buttons .nav-button:hover.nav-button--prev .icon {
  transform: translateX(calc(-0.5rem * var(--translate-x-direction)));
}
.scrollable-content.scrollable--overflow-visible {
  overflow: visible;
}
.scrollable-content.scrollable--installed .scrollable-content-wrapper {
  justify-content: flex-start !important;
}
.scrollable-content.scrollable--installed[data-draggable] {
  cursor: grab;
}
.scrollable-content.scrollable--installed[data-draggable]:active {
  cursor: grabbing;
}
.scrollable-content.scrollable--installed[data-draggable].scrollable--is-dragging .scrollable-content-wrapper {
  pointer-events: none;
  user-select: none;
}
.scrollable-content.scrollable--installed.scrollable--in-view .scrollable-content-wrapper {
  animation: scrollableContentMoveLeftAndBack 1200ms cubic-bezier(0, 0, 0.3, 1);
}

@keyframes scrollableContentMoveLeftAndBack {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(calc(max(-10rem, var(--max-translate)) * var(--translate-x-direction))); /* 向右移动 */
  }
  60% {
    transform: translateX(calc(max(-10rem, var(--max-translate)) * var(--translate-x-direction))); /* 停顿阶段 */
  }
  100% {
    transform: translateX(0); /* 返回 */
  }
}
.list-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.list-social .social-item {
  padding: 0.25rem;
  line-height: 0;
  --icon-width: 2rem;
  --alpha-border: 0;
  position: relative;
}
.list-social .social-item:after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  box-shadow: inset 0 0 0 1px rgba(var(--color-foreground), var(--alpha-border));
  pointer-events: none;
  z-index: 1;
}
.list-social .social-item .icon {
  width: var(--icon-width);
}
.list-social .social-item .icon:hover {
  animation: bounceScale 300ms ease;
}
.list-social.social-style--icon .social-item {
  padding: 0;
}
.list-social.social-style--icon .social-item .icon {
  width: calc(var(--icon-width) * 1.25);
}
.list-social.social-style--border .social-item {
  --alpha-border: 1;
}
.list-social.social-style--wrapper .social-item {
  --alpha-background: 0.05;
  background: rgba(var(--color-foreground), var(--alpha-background));
  --alpha-border: 0.02;
}
.list-social.social-style--wrapper .social-item:hover {
  --alpha-background: 1;
  color: rgb(var(--color-background));
}
.list-social.social-style--solid .social-item {
  --alpha-background: 1;
  color: rgb(var(--color-background));
  background: rgba(var(--color-foreground), var(--alpha-background));
}
.list-social.social-style--solid .social-item:hover {
  --alpha-background: 0.05;
  color: rgb(var(--color-foreground));
}

.tab-panel .tab-panel-tabs {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}
.tab-panel .tab-panel-tabs.tabs-alignment--left {
  justify-content: flex-start;
}
.tab-panel .tab-panel-tabs.tabs-alignment--center {
  justify-content: center;
}
.tab-panel .tab-panel-tabs.tabs-alignment--right {
  justify-content: flex-end;
}
.tab-panel .tab-panel-panels .panel[aria-hidden=true] {
  display: none !important;
}

.placeholder {
  display: block;
  background: rgba(var(--color-foreground), 0.05);
  color: rgba(var(--color-foreground), 0.6);
  fill: rgba(var(--color-foreground), 0.6);
  animation: shimmer 800ms linear infinite forwards;
}
.placeholder:empty {
  display: block !important;
}

.placeholder-svg {
  background: rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
  .placeholder-list.placeholder-slider-mobile {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  .placeholder-list.placeholder-slider-mobile .grid-item {
    flex: 0 0 auto;
    width: var(--item-perfect-size-mobile);
  }
}
@media screen and (min-width: 750px) {
  .placeholder-list.placeholder-slider-desktop {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  .placeholder-list.placeholder-slider-desktop .grid-item {
    flex: 0 0 auto;
    width: var(--item-perfect-size);
  }
}

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

body[scroll-y-off] {
  position: fixed;
  width: 100%;
}

hr {
  border: none;
  height: 1px;
  background-color: rgba(var(--color-foreground), 0.1);
  display: block;
  margin-inline: 0;
  margin-block: 1rem;
}
hr.hr--l {
  margin-inline: 0;
  margin-block: 2rem;
}

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

.no-pointer-event {
  pointer-events: none !important;
}

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

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

.design-mode-helper {
  position: absolute;
  inset-inline-end: 2rem;
  inset-block-start: 1rem;
  padding-inline: 1rem;
  padding-block: 0.5rem;
  background: rgba(var(--color-foreground), 0.1);
  border: 1px dashed rgba(var(--color-foreground), 0.1);
}

@media (prefers-reduced-motion: no-preference) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
  .scroll-trigger {
    visibility: hidden;
    opacity: 0.01;
  }
  .scroll-trigger:not(.scroll-trigger--offscreen) {
    visibility: visible;
  }
  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: slideIn 800ms cubic-bezier(0, 0, 0.3, 1) forwards;
    animation-delay: calc(var(--animation-order) * 150ms);
  }
  .scroll-trigger:not(.scroll-trigger--offscreen).animate--left-in {
    animation: slideInFromLeft 500ms cubic-bezier(0, 0, 0.3, 1) forwards;
    animation-delay: calc(var(--animation-order) * 150ms);
  }
  .scroll-trigger:not(.scroll-trigger--offscreen).animate--right-in {
    animation: slideInFromRight 500ms cubic-bezier(0, 0, 0.3, 1) forwards;
    animation-delay: calc(var(--animation-order) * 150ms);
  }
  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    animation: fadeIn 1200ms cubic-bezier(0, 0, 0.3, 1) forwards;
    animation-delay: calc(var(--animation-order) * 150ms);
  }
  .scroll-trigger:not(.scroll-trigger--offscreen).animate--scale-in {
    animation: scaleDown 500ms cubic-bezier(0, 0, 0.3, 1) forwards;
    animation-delay: calc(var(--animation-order) * 150ms);
  }
  @keyframes ambientMove {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }
  @keyframes shimmer {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slideInSmall {
    from {
      transform: translateY(0.5rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slideInFromTop {
    0% {
      opacity: 0.01;
      transform: translateY(-2rem);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes slideInFromTopSmall {
    0% {
      opacity: 0.01;
      transform: translateY(-0.5rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes slideInFromLeft {
    0% {
      opacity: 0.01;
      transform: translateX(calc(-5rem * var(--translate-x-direction)));
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes slideInFromLeftSmall {
    0% {
      opacity: 0.01;
      transform: translateX(calc(-1rem * var(--translate-x-direction)));
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes slideInFromRight {
    0% {
      opacity: 0.01;
      transform: translateX(calc(5rem * var(--translate-x-direction)));
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes slideInFromRightSmall {
    0% {
      opacity: 0.01;
      transform: translateX(calc(1rem * var(--translate-x-direction)));
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes slideUpDown {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
    50% {
      transform: translateY(-100%);
      /* 图标向上移动 */
      opacity: 0;
    }
    51% {
      transform: translateY(100%);
      /* 图标向上移动 */
    }
    100% {
      transform: translateY(0);
      /* 图标从下面重新进入 */
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0.01;
    }
  }
  @keyframes scaleIn {
    from {
      transform: scale(0.1);
      opacity: 0.01;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes scaleDown {
    from {
      transform: scale(1.5);
      opacity: 0.01;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes rotateIn {
    from {
      transform: rotate(-180deg) scale(0.1);
      opacity: 0;
    }
    to {
      transform: rotate(0deg) scale(1);
      opacity: 1;
    }
  }
  @keyframes bounceScale {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.25);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(var(--color-pulse), 0.5);
    }
    100% {
      box-shadow: 0 0 0 0.5rem rgba(var(--color-pulse), 0);
    }
  }
  @keyframes bubbleBurst {
    0% {
      box-shadow: 0 0 0 0 rgba(var(--color-pulse), 1);
    }
    50% {
      box-shadow: 0 0 0 0.25rem rgba(var(--color-pulse), 0.9);
    }
    100% {
      box-shadow: 0 0 0 0.75rem rgba(var(--color-pulse), 0);
    }
  }
  @keyframes scaleUp {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.05);
    }
  }
  @keyframes shrinkSlightly {
    0% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes bounceUp {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-2rem);
    }
  }
  @keyframes bounceUpSlightly {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-0.5rem);
    }
  }
  @keyframes bounceDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(2rem);
    }
  }
  @keyframes bounceRight {
    0%, 100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(calc(1rem * var(--translate-x-direction)));
    }
  }
  @keyframes bounceLeft {
    0%, 100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(calc(-1rem * var(--translate-x-direction)));
    }
  }
  @keyframes blink {
    50% {
      opacity: 0;
    }
  }
  @keyframes growWidth {
    0% {
      transform: scaleX(0);
      transform-origin: var(--transform-origin-left);
    }
    100% {
      transform: scaleX(1);
      transform-origin: var(--transform-origin-left);
    }
  }
  @keyframes growWidthFromRight {
    0% {
      transform: scaleX(0);
      transform-origin: var(--transform-origin-right);
    }
    100% {
      transform: scaleX(1);
      transform-origin: var(--transform-origin-right);
    }
  }
  @keyframes pushInFromLeft {
    0% {
      transform: translateX(calc(-100% * var(--translate-x-direction)));
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes pushInFromRight {
    0% {
      transform: translateX(calc(100% * var(--translate-x-direction)));
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes pushInFromTop {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes pushInFromBottom {
    0% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes pushOutToLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-100% * var(--translate-x-direction)));
    }
  }
  @keyframes pushOutToRight {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(100% * var(--translate-x-direction)));
    }
  }
  @keyframes pushOutToBottom {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(100%);
    }
  }
  @keyframes buttonLoading {
    0% {
      width: 0;
    }
    50% {
      width: 100%;
    }
    50.01% {
      inset-inline-start: 0;
      width: 100%;
    }
    100% {
      inset-inline-start: 100%;
      width: 0;
    }
  }
  /**
    background-size X轴变化
    --bg-size-y: Y轴值，保持不变
   */
  @keyframes bgSizeX {
    from {
      background-size: 0 var(--bg-size-y, 100%);
    }
    to {
      background-size: 100% var(--bg-size-y, 100%);
    }
  }
  @keyframes textToOutline {
    0% {
      color: rgb(var(--color-foreground));
      -webkit-text-stroke: 0 rgb(var(--color-foreground));
    }
    100% {
      color: transparent;
      -webkit-text-stroke: 1px rgb(var(--color-foreground));
    }
  }
  @keyframes handDrawnLine {
    0% {
      stroke-dashoffset: 1;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes shake {
    0%, 100% {
      transform: translateX(0) rotate(0deg);
    }
    25% {
      transform: translateX(calc(-5px * var(--translate-x-direction))) rotate(-3deg);
    }
    75% {
      transform: translateX(calc(5px * var(--translate-x-direction))) rotate(3deg);
    }
  }
  @keyframes horizontalClipOutToLeft {
    0% {
      clip-path: inset(0 0 0 0);
      opacity: 1;
    }
    90% {
      opacity: 0.8;
    }
    100% {
      clip-path: inset(0 100% 0 0);
      opacity: 0;
    }
  }
  @keyframes horizontalClipOutToRight {
    0% {
      clip-path: inset(0 0 0 0);
      opacity: 1;
    }
    90% {
      opacity: 0.8;
    }
    100% {
      clip-path: inset(0 0 0 100%);
      opacity: 0;
    }
  }
  @keyframes horizontalClipOutToBottom {
    0% {
      clip-path: inset(0 0 0 0);
      opacity: 1;
    }
    90% {
      opacity: 0.8;
    }
    100% {
      clip-path: inset(100% 0 0 0);
      opacity: 0;
    }
  }
  @keyframes horizontalClipOutToTop {
    0% {
      clip-path: inset(0 0 0 0);
      opacity: 1;
    }
    90% {
      opacity: 0.8;
    }
    100% {
      clip-path: inset(0 0 100% 0);
      opacity: 0;
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none;
    transition: none;
  }
}
@media (prefers-reduced-motion: no-preference) and (hover: hover) and (min-width: 750px) {
  .hover-trigger .animate--scale-up {
    transition: transform 800ms cubic-bezier(0, 0, 0.3, 1);
  }
  .hover-trigger .animate--fade-in {
    visibility: hidden;
    opacity: 0;
    transition: opacity 800ms cubic-bezier(0, 0, 0.3, 1);
  }
  .hover-trigger .animate--fade-out {
    visibility: visible;
    opacity: 1;
    transition: opacity 800ms cubic-bezier(0, 0, 0.3, 1);
  }
  .hover-trigger:hover .animate--scale-up {
    transform: scale(1.05);
  }
  .hover-trigger:hover .animate--fade-in {
    visibility: visible;
    opacity: 1;
  }
  .hover-trigger:hover .animate--fade-out {
    visibility: hidden;
    opacity: 0;
  }
  .hover-trigger:hover .animate--light {
    opacity: 0.75;
  }
  .hover-trigger:hover .animate--bounce {
    animation: bounceScale 100ms cubic-bezier(0, 0, 0.3, 1);
  }
  .hover-trigger:hover .animate--shake {
    animation: shake 300ms cubic-bezier(0, 0, 0.3, 1);
  }
}
.icon {
  width: 0.875rem;
  height: auto;
}

.sticky-scroll {
  display: block;
  position: relative;
}
.sticky-scroll .sticky-scroll-container {
  position: sticky;
  inset-block-start: 0;
  height: 100dvh;
  overflow: hidden;
}

.tool-tip {
  padding-block: 0.5rem;
  padding-inline: 0.75rem;
  font-size: 0.75rem;
  line-height: normal;
  background: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
  box-shadow: 0 0 0.5rem rgba(var(--color-shadow), 0.2);
  animation: fadeIn 300ms cubic-bezier(0, 0, 0.3, 1);
}
.tool-tip:after {
  position: absolute;
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  background: inherit;
  inset-block-start: 100%;
  inset-block-end: auto;
  inset-inline-start: 50%;
  inset-inline-end: auto;
  transform: translateX(calc(-50% * var(--translate-x-direction))) translateY(-50%) rotate(45deg);
}

.image-lazy-loading.loading-animation--pixel {
  image-rendering: pixelated;
}
.image-lazy-loading.loading-animation--pixel.image-lazy-loaded {
  image-rendering: auto;
}
.image-lazy-loading.loading-animation--breathing:not(.image-lazy-loaded) {
  background-color: rgba(var(--color-foreground), 0.05);
  filter: blur(5rem);
  animation: shimmer 800ms cubic-bezier(0, 0, 0.3, 1) infinite;
}
.image-lazy-loading.loading-animation--breathing.image-lazy-loaded {
  animation: fadeIn 300ms cubic-bezier(0.2, 0, 1, 1);
}

.button,
.shopify-challenge__button {
  font-size: 0.875rem;
  font-weight: 500;
  min-height: 3rem;
  min-width: 3rem;
  padding-block: 0;
  padding-inline: 1.25rem;
}
.button .caret-icon,
.shopify-challenge__button .caret-icon {
  transition: transform 100ms cubic-bezier(0, 0, 0.3, 1);
}
.button:not(.button--ethereal,
.button--border,
.button--link,
.button--icon,
.button--no-animation):after,
.shopify-challenge__button:not(.button--ethereal,
.button--border,
.button--link,
.button--icon,
.button--no-animation):after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 100%;
  width: 4rem;
  height: 100%;
  background: linear-gradient(94deg, rgba(255, 255, 255, 0.05) 3.57%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.4) 96.43%);
  transform: skewX(-15deg);
  visibility: hidden;
}
.button:not(.button--ethereal,
.button--border,
.button--link,
.button--icon,
.button--no-animation):hover:after,
.shopify-challenge__button:not(.button--ethereal,
.button--border,
.button--link,
.button--icon,
.button--no-animation):hover:after {
  visibility: visible;
  animation: button-glance 800ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.button:hover .caret-icon,
.shopify-challenge__button:hover .caret-icon {
  transform: translateX(calc(0.25rem * var(--translate-x-direction)));
}
.button.button--mini,
.shopify-challenge__button.button--mini {
  font-size: 0.625rem;
  min-height: 2rem;
  min-width: 2rem;
  padding-block: 0;
  padding-inline: 0.75rem;
}
.button.button--mini .icon,
.shopify-challenge__button.button--mini .icon {
  width: 0.875rem;
}
.button.button--small,
.shopify-challenge__button.button--small {
  font-size: 0.75rem;
  min-height: 2.4rem;
  min-width: 2.4rem;
  padding-block: 0;
  padding-inline: 1rem;
}
.button.button--small .icon,
.shopify-challenge__button.button--small .icon {
  width: 1.125rem;
}
.button.button--large,
.shopify-challenge__button.button--large {
  font-size: 1.25rem;
  min-height: 3.5rem;
  min-width: 3.5rem;
  padding-block: 0;
  padding-inline: 2.5rem;
}
.button.button--large .icon,
.shopify-challenge__button.button--large .icon {
  width: 1.5rem;
}
.button:disabled, .button.disabled,
.shopify-challenge__button:disabled,
.shopify-challenge__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button.has-loading .loading-overlay,
.shopify-challenge__button.has-loading .loading-overlay {
  position: absolute;
  width: 4rem;
  max-width: 50%;
  height: 2px;
  background: rgba(var(--color-button-text), 0.2);
}
.button.has-loading .loading-overlay:after,
.shopify-challenge__button.has-loading .loading-overlay:after {
  content: "";
  position: absolute;
  display: block;
  inset-inline-start: 0;
  inset-block-start: 0;
  height: 100%;
  width: 0;
  background: rgb(var(--color-button-text));
}
.button.has-loading.loading .loading-overlay:after,
.shopify-challenge__button.has-loading.loading .loading-overlay:after {
  animation: buttonLoading 500ms linear infinite;
}
.button.has-loading.button--icon .loading-overlay,
.shopify-challenge__button.has-loading.button--icon .loading-overlay {
  width: 1rem;
}

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  @keyframes button-glance {
    0% {
      inset-inline-end: 100%;
    }
    100% {
      inset-inline-end: -4rem;
    }
  }
}
.button.spot-button {
  --color-button: var(--color-light);
  --scale: 0.5;
  --alpha-button-background: 0.4;
  --color-pulse: var(--color-button);
  position: absolute;
  min-height: auto;
  min-width: auto;
  width: 1.75rem;
  height: 1.75rem;
  transform: translate(calc(-50% * var(--translate-x-direction)), -50%);
  animation-name: bubbleBurst;
  animation-duration: 1500ms;
  animation-timing-function: cubic-bezier(0, 0, 0.3, 1);
  animation-iteration-count: infinite;
}
.button.spot-button::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(var(--color-button));
  border-radius: 9999px;
  transform: scale(var(--scale));
  transition: transform 100ms cubic-bezier(0, 0, 0.3, 1);
}
.button.spot-button:hover, .button.spot-button.active, .button.spot-button[aria-expanded=true] {
  --scale: 0.7;
}

.search-wrapper .search-form {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}
.search-wrapper .search-field-wrapper {
  display: flex;
  align-items: stretch;
}
.search-wrapper .search-field-wrapper .select {
  position: relative;
}
.search-wrapper .search-field-wrapper .select .select-select {
  text-align: center;
}
.search-wrapper .search-field-wrapper .select .icon-caret {
  width: 0.625rem;
}
.search-wrapper .search-field-wrapper .select:after {
  content: "";
  width: 1px;
  height: 1rem;
  background: rgba(var(--color-foreground), 0.2);
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 50%;
  transform: translateY(-50%);
}
.search-wrapper .search-field-wrapper .field {
  flex: 1 1 auto;
}
.search-wrapper .search-field-wrapper .field .voice-button {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  margin-inline-end: 0.25rem;
  background: rgb(var(--color-secondary-button));
  color: rgb(var(--color-secondary-button-text));
  padding: 0;
  --color-outline: var(--color-secondary-button-text);
}
.search-wrapper .search-field-wrapper .field .voice-button .icon {
  width: 1.25rem;
  transition: transform 300ms cubic-bezier(0, 0, 0.3, 1);
}
.search-wrapper .search-field-wrapper .field .voice-button:hover .icon {
  transform: scale(1.25);
}
.search-wrapper .search-field-wrapper .field .voice-button.is-listening {
  --color-pulse: var(--color-secondary-button);
  animation: pulse 500ms cubic-bezier(0, 0, 0.3, 1) infinite;
}
.search-wrapper .search-field-wrapper .field-button-group {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.search-wrapper .search-pop-panel {
  overflow: hidden;
}
.search-wrapper.predictive-search-wrapper[results=true] .search-pop-panel .search-trending-main, .search-wrapper.predictive-search-wrapper[loading] .search-pop-panel .search-trending-main {
  display: none !important;
}

.search-trending-main {
  min-height: 20rem;
  overflow: hidden;
}
.search-trending-main .popular-title {
  font-size: 0.75rem;
  margin-block-end: 1rem;
}
.search-trending-main .popular-list li {
  margin-block-end: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
}

.featured-card {
  display: block;
  overflow: hidden;
}
.featured-card .featured-header {
  display: flex;
  align-items: center;
  margin-block-end: 0.5rem;
}
.featured-card .featured-header .featured-title {
  font-size: 0.875rem;
}
.featured-card .featured-header .nav-buttons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-inline-start: auto;
}
.featured-card .slider-wrapper {
  gap: 1rem;
}

.bundle-modal .drawer-content {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 1rem;
}
.bundle-modal .drawer-content .product-content-container {
  display: block !important;
}
.bundle-modal .drawer-content .product-info-card {
  padding-block-end: 1rem;
  margin-block-end: 1rem;
  border-block-end: 1px solid rgba(var(--color-foreground), 0.1);
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.bundle-modal .drawer-content .product-info-card .info-media {
  width: 6.5rem;
  flex: 0 0 auto;
}
.bundle-modal .drawer-content .product-info-card .info-content {
  flex: 1 1 auto;
}
.bundle-modal .drawer-content .product-info-card .info-content .info-heading {
  font-size: 1rem;
  margin-block-end: 0.25rem;
}
.bundle-modal .drawer-content .product-info-card .info-content .info-options {
  margin-block-end: 0.5rem;
  font-size: 0.875rem;
}
.bundle-modal .drawer-content .product-info-card .info-content .info-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.bundle-modal .drawer-content .product-info-card .info-content .info-price .quantity {
  margin-inline-start: auto;
}
.bundle-modal .drawer-content .product-variant-selects[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.5;
}
.bundle-modal .drawer-content .product-placeholder {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.bundle-modal .drawer-content .product-placeholder .product-image-placeholder {
  width: 6.5rem;
  height: 6.5rem;
}
.bundle-modal .drawer-content .product-placeholder .product-info-placeholder {
  flex: 1 1 auto;
}
.bundle-modal .drawer-content .product-placeholder .product-info-placeholder .product-title-placeholder {
  height: 2rem;
}
.bundle-modal .drawer-content .product-placeholder .product-info-placeholder .product-price-placeholder {
  margin-block-start: 0.5rem;
  height: 1rem;
  width: 60%;
}
.bundle-modal .drawer-content .variant-picker-placeholder {
  height: 12rem;
  margin-block-start: 1rem;
}
@media screen and (max-width: 749px) {
  .bundle-modal .modal-inner {
    grid-template-rows: 1fr !important;
  }
}
@media screen and (min-width: 750px) {
  .bundle-modal {
    padding: 1rem !important;
  }
  .bundle-modal .modal-inner {
    height: auto !important;
  }
  .bundle-modal[open] .modal-inner {
    animation-name: pushInFromTop !important;
  }
}

.social-icons {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  line-height: 0;
  --border-opacity: 0;
}
.social-icons .social-item {
  position: relative;
  border-radius: 9999px;
  padding: 0.25rem;
}
.social-icons .social-item:after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  box-shadow: inset 0 0 0 1px rgba(var(--color-foreground), var(--border-opacity));
  border-radius: 9999px;
  pointer-events: none;
}
.social-icons .social-item .icon {
  width: 1.5rem;
}
.social-icons.social-style--border {
  --border-opacity: 1;
}
.social-icons.social-style--wrapper .social-item {
  --alpha-background: 0.1;
  background: rgba(var(--color-foreground), var(--alpha-background));
}
.social-icons.social-style--wrapper .social-item:hover {
  --alpha-background: 1;
  color: rgb(var(--color-background));
}
.social-icons.social-size--medium .social-item .icon {
  width: 1.75rem;
}
.social-icons.social-size--large .social-item .icon {
  width: 2rem;
}

.section-header-block {
  text-align: center;
  margin-block-end: 3rem;
}

.localization-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.localization-details {
  width: max-content;
  position: relative;
}
.localization-details .country-flag {
  width: 1rem;
  height: auto;
}
.localization-details .icon-language {
  width: 1rem;
}
.localization-details summary {
  justify-content: flex-start;
  gap: 0.5rem;
}
.localization-details summary .caret-icon {
  width: 0.625rem;
}
.localization-details .details-disclosure-content {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 100%;
  margin-block-start: 1rem;
  width: 12rem;
  padding: 1rem;
  z-index: 101;
  box-shadow: 0 0 1rem 0 rgba(var(--color-shadow), 0.2);
  overflow: hidden;
}
.localization-details .details-disclosure-content ul {
  max-height: 20rem;
  overflow: auto;
}
.localization-details .details-disclosure-content .list-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.25rem;
  padding-inline: 0;
}
.localization-details .details-disclosure-content .list-item > a:hover {
  opacity: 0.75;
}
.localization-details.localization-country-details .details-disclosure-content {
  width: 22rem;
}
.localization-details.social-details summary .social-icon {
  width: 1.25rem;
}
.localization-details.social-details .details-disclosure-content {
  inset-inline-start: 0;
  inset-inline-end: auto;
}
.localization-details.social-details .details-disclosure-content .list-item > a {
  gap: 0.5rem;
  justify-content: flex-start;
}
.localization-details.social-details .details-disclosure-content .list-item > a .icon {
  width: 1.5rem;
}

.badge {
  position: relative;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: normal;
  word-break: break-word;
  padding-block: 0.25rem;
  padding-inline: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.badge.sale-badge {
  background: rgb(var(--sale-badge-background));
  color: rgb(var(--sale-badge-foreground));
}
.badge.new-badge {
  background: rgb(var(--new-badge-background));
  color: rgb(var(--new-badge-foreground));
}
.badge.preorder-badge {
  background: rgb(var(--preorder-badge-background));
  color: rgb(var(--preorder-badge-foreground));
}
.badge.sold-out-badge {
  background: rgba(var(--color-foreground), 0.05);
}
.badge.custom-badge {
  background: rgba(var(--color-foreground), 0.02);
  border: 1px solid rgba(var(--color-foreground), 0.1);
}

.price {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.875rem;
}
.price .price-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0.5rem;
}
.price.price--on-sale .price-item--sale {
  color: rgb(var(--color-sale-price));
}
.price.price--on-discount .price-item--discount {
  color: rgb(var(--color-sale-price));
}

.star-rating {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  gap: 0.5rem;
  line-height: 1;
}
.star-rating .rating {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: rgb(var(--color-rating-star));
}
.star-rating .rating .icon {
  width: 1rem;
}
.star-rating.star-size--medium {
  font-size: 1rem;
  gap: 0.75rem;
}
.star-rating.star-size--medium .icon {
  width: 1.25rem;
}
.star-rating.star-size--large {
  font-size: 1.5rem;
  gap: 1rem;
}
.star-rating.star-size--large .icon {
  width: 1.5rem;
}

.color-swatches {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.color-swatches .color-swatch {
  --border-opacity: 0.05;
  --border-width: 2px;
  width: 1.5rem;
  height: 1.5rem;
  padding: 4px;
  cursor: default;
  position: relative;
  border-radius: 0;
}
.color-swatches .color-swatch:after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  box-shadow: inset 0 0 0 var(--border-width) rgba(var(--color-foreground), var(--border-opacity));
  border-radius: 0;
  pointer-events: none;
}
.color-swatches .color-swatch .color {
  display: block !important;
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
}
.color-swatches .color-swatch .color:has(img) {
  background: transparent !important;
}
.color-swatches .color-swatch .color:has(img) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.color-swatches .color-swatch:hover {
  --border-opacity: 0.2;
}
.color-swatches .color-swatch.active, .color-swatches .color-swatch:has(input:checked) {
  --border-opacity: 1;
  --color-pulse: var(--color-foreground);
  animation: pulse 100ms cubic-bezier(0, 0, 0.3, 1);
}
.color-swatches .color-swatch.disabled, .color-swatches .color-swatch:has(input:disabled, input.disabled) {
  opacity: 0.5;
}
.color-swatches .color-swatch.disabled:before, .color-swatches .color-swatch:has(input:disabled, input.disabled):before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(45deg, transparent calc(50% - 0.5px), rgb(var(--color-foreground)) calc(50% - 0.5px), rgb(var(--color-foreground)) calc(50% + 0.5px), transparent calc(50% + 0.5px));
  pointer-events: none;
}
.color-swatches .color-swatch:has(input:focus-visible) {
  outline: 2px solid rgba(var(--color-outline), 0.75);
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: 3px;
}
.color-swatches.swatch-type--image .color-swatch {
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 749px) {
  .color-swatches.swatch-type--image .color-swatch {
    width: 2rem;
    height: 2rem;
  }
}

.breadcrumb-list {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
}
.breadcrumb-list .breadcrumb-item {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.breadcrumb-list .breadcrumb-item.page-current {
  opacity: 0.75;
}
.breadcrumb-list .breadcrumb-item:not(:last-child):after {
  content: ">";
  display: inline-block;
  margin-block: 0;
  margin-inline: 0.75rem;
  opacity: 0.5;
  font-size: 0.875rem;
}

image-zoom-hold,
image-zoom-drag {
  display: block;
  cursor: zoom-in;
}
image-zoom-hold img,
image-zoom-drag img {
  width: 100%;
  height: 100%;
  user-select: none;
  pointer-events: none;
}
image-zoom-hold.image-zoom-in,
image-zoom-drag.image-zoom-in {
  cursor: zoom-out;
}

image-magnifier {
  cursor: zoom-in;
}
image-magnifier.is-magnifying {
  cursor: none;
}

.magnifier {
  position: fixed;
  transform: translate(-50%, -50%);
  z-index: 103;
  width: 20rem;
  height: 20rem;
  border-radius: 9999px;
  box-shadow: 0 0 0.5rem rgba(var(--color-shadow), 0.2);
  overflow: hidden;
  pointer-events: none;
  backdrop-filter: blur(1rem);
}
.magnifier img {
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
}

.quantity {
  display: flex;
  align-items: stretch;
  gap: 0.25rem;
  width: 8rem;
}
.quantity .quantity-input {
  text-align: center;
  color: inherit;
  background: transparent;
  border: 0;
  width: 100%;
  flex: 1 1 auto;
  appearance: none;
  -moz-appearance: textfield;
}
.quantity .quantity-input:focus, .quantity .quantity-input:focus-visible {
  background: rgb(var(--color-background));
  z-index: 2;
}
.quantity .quantity-input::-webkit-outer-spin-button, .quantity .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media screen and (max-width: 749px) {
  .quantity {
    gap: 0;
    width: 7rem;
  }
}
.alert-message {
  text-align: start;
  padding: 1rem;
  background: rgba(var(--color-foreground), 0.1);
  color: rgb(var(--color-foreground));
}
.alert-message .message-list {
  padding-inline-start: 1rem;
  margin-block: 0;
}
.alert-message .message-list li:not(:last-child) {
  margin-block-end: 0.5rem;
}
.alert-message .message-title + .message-list {
  margin-block-start: 0.5rem;
}
.alert-message.alert-error {
  --color-foreground: var(--color-error);
}
.alert-message.alert-success {
  --color-foreground: var(--color-success);
}
.alert-message.alert-warning {
  --color-foreground: var(--color-warning);
}

#toasts-container {
  position: fixed;
  z-index: 102;
  padding: 1rem;
  inset-inline-end: 0;
  inset-block-end: 0;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#toasts-container .toast {
  padding-block: 0.5rem;
  padding-inline: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  --color-background: #7eecf8;
  --color-foreground: #000000;
  background: var(--color-background);
  color: var(--color-foreground);
  animation: pushInFromRight 300ms cubic-bezier(0, 0, 0.3, 1);
}
#toasts-container .toast:before {
  content: "";
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  background: var(--color-foreground);
}
#toasts-container .toast.type-success {
  --color-background: #009519;
  --color-foreground: #ffffff;
}
#toasts-container .toast.type-warning {
  --color-background: #ffdc2f;
  --color-foreground: #000000;
}
#toasts-container .toast.type-error {
  --color-background: #da0b0b;
  --color-foreground: #ffffff;
}

.drawer .drawer-close-button {
  transform: translateX(calc(-0.5rem * var(--translate-x-direction)));
}

.icon-list {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem;
  line-height: 0;
}
.icon-list li .icon,
.icon-list li .media {
  width: 1.75rem;
}
.icon-list li:hover .icon,
.icon-list li:hover .media {
  animation: bounceScale 300ms cubic-bezier(0, 0, 0.3, 1);
}

.tab-panel .tab-panel-tabs {
  position: relative;
}
.tab-panel .tab-panel-tabs .tab {
  flex: 0 0 auto;
  padding-block: 0.875rem;
  padding-inline: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
  cursor: pointer;
}
.tab-panel .tab-panel-tabs .tab .icon,
.tab-panel .tab-panel-tabs .tab .media {
  width: 1.5rem;
}
.tab-panel .tab-panel-panels {
  padding-block: 2rem;
}
.tab-panel .tab-panel-panels .panel:not([aria-hidden=true]) {
  animation: slideIn 300ms cubic-bezier(0, 0, 0.3, 1);
}
.tab-panel.tab-style--line .tab-panel-tabs .tab {
  font-size: 1.25rem;
  padding-block: 1rem;
}
.tab-panel.tab-style--line .tabs-wrapper {
  border-block-end: 1px solid rgba(var(--color-foreground), 0.1);
}
.tab-panel.tab-style--line.with-seperate .tab {
  position: relative;
}
.tab-panel.tab-style--line.with-seperate .tab:not(:last-child):after {
  content: "/";
  position: absolute;
  inset-inline-end: -0.5rem;
  opacity: 0.5;
  font-size: 0.75rem;
}
.tab-panel.tab-style--skewed .tabs-wrapper {
  padding-inline: 0.5rem;
}
.tab-panel.tab-style--skewed .tab-panel-tabs .tab {
  padding-block: 0.75rem;
  padding-inline: 1.25rem;
  gap: 0.5rem;
  transition: color 500ms cubic-bezier(0, 0, 0.3, 1);
}
.tab-panel.tab-style--skewed .tab-panel-tabs .tab .icon,
.tab-panel.tab-style--skewed .tab-panel-tabs .tab .media {
  width: 1.25rem;
}
.tab-panel.tab-panel--installed .tab-panel-tabs:before {
  content: "";
  position: absolute;
  inset-inline-start: var(--tab-left);
  inset-inline-end: var(--tab-right);
  inset-block-end: 0;
  background: rgb(var(--color-foreground));
  z-index: -1;
  transition: inset-inline-start 300ms cubic-bezier(0, 0, 0.3, 1), inset-inline-end 300ms cubic-bezier(0, 0, 0.3, 1);
}
.tab-panel.tab-panel--installed.tab-style--line .tab-panel-tabs .tab:not([aria-selected=true]) {
  opacity: 0.75;
}
.tab-panel.tab-panel--installed.tab-style--line .tab-panel-tabs:before {
  height: 3px;
}
.tab-panel.tab-panel--installed.tab-style--skewed .tab-panel-tabs .tab[aria-selected=true] {
  color: rgb(var(--color-background));
}
.tab-panel.tab-panel--installed.tab-style--skewed .tab-panel-tabs .tab:not([aria-selected=true]):hover {
  opacity: 0.75;
}
.tab-panel.tab-panel--installed.tab-style--skewed .tab-panel-tabs:before {
  height: 100%;
  background: rgb(var(--color-foreground));
  transform: skewX(-15deg);
}

.product-list-component .product-list .collection-info {
  position: relative;
  width: 100%;
  height: 100%;
}
.product-list-component .product-list .collection-info .collection-image {
  width: 100%;
  height: 100%;
}
.product-list-component .product-list .collection-info .collection-content {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .product-list-component:not([data-slide-mobile]) .collection-info-item {
    grid-column: 1/-1;
    min-height: 18rem;
  }
}

expandable-container {
  display: block;
}
expandable-container[data-limit-height] .content-main {
  max-height: var(--limit-height, 15rem);
  overflow: hidden;
}
expandable-container[data-limit-height] .expand-button-wrapper {
  margin-block-start: 0.5rem;
  display: none;
}
expandable-container[data-limit-height] .expand-button-wrapper .expand-button {
  font-size: 0.75rem;
  font-weight: bolder;
}
expandable-container[data-limit-height].has-exceed .expand-button-wrapper {
  display: block;
}
expandable-container[data-limit-height].has-exceed:not(.has-expand) .content-main {
  position: relative;
}
expandable-container[data-limit-height].has-exceed:not(.has-expand) .content-main:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  width: 100%;
  height: 2rem;
  background: linear-gradient(180deg, rgba(var(--color-background), 0) 0%, rgba(var(--color-background), 0.6) 100%);
}
expandable-container[data-limit-height].has-exceed.has-expand .content-main {
  max-height: 100dvh;
  height: auto;
}

inline-timer {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
inline-timer .sep {
  animation: blink 1s infinite;
}

.page-content-wrapper {
  padding-block-start: 2rem;
  padding-block-end: 2rem;
}
.page-content-wrapper.height--small {
  min-height: 20rem;
}
.page-content-wrapper.height--medium {
  min-height: 30rem;
}
.page-content-wrapper.height--large {
  min-height: 35rem;
}
.page-content-wrapper.adapt-transparent-header {
  padding-block-start: calc(var(--header-height) + 1rem);
}
@media screen and (max-width: 749px) {
  .page-content-wrapper {
    padding-block-start: 1rem;
    padding-block-end: 1rem;
  }
  .page-content-wrapper.height--small {
    min-height: 15rem;
  }
  .page-content-wrapper.height--medium {
    min-height: 20rem;
  }
  .page-content-wrapper.height--large {
    min-height: 25rem;
  }
}

.shopify-policy__container {
  max-width: 65rem;
  padding-block: 4rem;
}
.shopify-policy__container .shopify-policy__title {
  margin-block-end: 3rem;
}

.shopify-challenge__container {
  padding-block: 8rem;
}

.paginate-content--empty {
  text-align: center;
  padding-block: 5rem;
}
.paginate-content--empty .empty-results-icon {
  width: 5.5rem;
}
.paginate-content--empty .empty-title {
  font-weight: 500;
  margin-block-end: 1.5rem;
}

.product-variant-selects .product-form-input:not(:last-child) {
  margin-block-end: 1.5rem;
}
.product-variant-selects .form-label-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block-end: 1rem;
}
.product-variant-selects .form-options-wrapper input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  margin: 0;
  padding: 0;
}
.product-variant-selects .form-options-wrapper.color-swatches {
  gap: 0.5rem;
}
.product-variant-selects .form-options-wrapper.color-swatches.swatch-size--medium .color-swatch {
  width: 2rem;
  height: 2rem;
}
.product-variant-selects .form-options-wrapper.color-swatches.swatch-size--large {
  gap: 0.5rem;
}
.product-variant-selects .form-options-wrapper.color-swatches.swatch-size--large .color-swatch {
  width: 2.5rem;
  height: 2.5rem;
}
.product-variant-selects .form-options-wrapper.color-swatches.swatch-type--image .color-swatch {
  width: 2.5rem;
  height: 2.5rem;
}
.product-variant-selects .form-options-wrapper.color-swatches.swatch-type--image.swatch-size--medium {
  gap: 0.5rem;
}
.product-variant-selects .form-options-wrapper.color-swatches.swatch-type--image.swatch-size--medium .color-swatch {
  width: 3.5rem;
  height: 3.5rem;
}
.product-variant-selects .form-options-wrapper.color-swatches.swatch-type--image.swatch-size--large {
  gap: 0.75rem;
}
.product-variant-selects .form-options-wrapper.color-swatches.swatch-type--image.swatch-size--large .color-swatch {
  width: 4.5rem;
  height: 4.5rem;
}
.product-variant-selects .form-options-wrapper.button-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}
.product-variant-selects .form-options-wrapper.button-options label {
  padding-block: 0.75rem;
  padding-inline: 1rem;
  min-width: 3rem;
  text-align: center;
  font-size: 0.875rem;
  --alpha-button-background: 0.05;
  background: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
}
.product-variant-selects .form-options-wrapper.button-options label:hover {
  --alpha-button-background: 0.1;
}
.product-variant-selects .form-options-wrapper.button-options input[type=radio].disabled + label {
  opacity: 0.5;
  position: relative;
}
.product-variant-selects .form-options-wrapper.button-options input[type=radio].disabled + label::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, transparent calc(50% - 0.5px), rgb(var(--color-button-text)) calc(50% - 0.5px), rgb(var(--color-button-text)) calc(50% + 0.5px), transparent calc(50% + 0.5px));
  pointer-events: none;
}
.product-variant-selects .form-options-wrapper.button-options input[type=radio]:checked + label {
  --alpha-button-background: 1;
  --color-button-text: var(--color-background);
}
.product-variant-selects .form-options-wrapper.button-options input[type=radio]:focus-visible + label {
  outline: 2px solid rgba(var(--color-outline), 0.75);
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: 3px;
}

scroll-seamless {
  display: block;
  overflow: hidden;
  --scroll-speed: 8s;
  --from-x: 0;
  --end-x: -100%;
}
scroll-seamless .scroll-container {
  --crab-ratio: 0;
}
scroll-seamless .scroll-container .scroll-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
scroll-seamless .scroll-container .scroll-list .scroll-item {
  flex: 0 0 auto;
  line-height: 1;
}
@media (prefers-reduced-motion: no-preference) {
  scroll-seamless .scroll-container.scroll-synergy {
    will-change: transform;
    transform: translateX(calc(var(--crab-ratio) * var(--translate-x-direction)));
  }
}
scroll-seamless[data-vertical] .scroll-list {
  flex-direction: column;
}
scroll-seamless[data-vertical] .scroll-list .scroll-item {
  width: 100%;
}
scroll-seamless[data-init]:not([editor-selected]) .scroll-list {
  will-change: transform;
  animation-name: seamlessScrollX;
  animation-duration: var(--scroll-speed);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
scroll-seamless[data-init]:not([editor-selected]):hover .scroll-list {
  animation-play-state: paused;
}
scroll-seamless[data-init]:not([editor-selected])[data-vertical] .scroll-list {
  animation-name: seamlessScrollY;
}
scroll-seamless.border-gradient-alpha {
  position: relative;
  --gradient-alpha-width: 20rem;
}
scroll-seamless.border-gradient-alpha:before, scroll-seamless.border-gradient-alpha:after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-block-end: 0;
  width: var(--gradient-alpha-width);
  pointer-events: none;
  z-index: 1;
}
scroll-seamless.border-gradient-alpha:before {
  inset-inline-start: 0;
  background: linear-gradient(var(--gradient-to-right), rgba(var(--color-background), 1), rgba(var(--color-background), 0));
}
scroll-seamless.border-gradient-alpha:after {
  inset-inline-end: 0;
  background: linear-gradient(var(--gradient-to-left), rgba(var(--color-background), 1), rgba(var(--color-background), 0));
}
@media screen and (max-width: 749px) {
  scroll-seamless.border-gradient-alpha {
    --gradient-alpha-width: 10rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes seamlessScrollX {
    from {
      transform: translateX(calc(var(--from) * var(--translate-x-direction)));
    }
    to {
      transform: translateX(calc(var(--end) * var(--translate-x-direction)));
    }
  }
  @keyframes seamlessScrollY {
    from {
      transform: translateY(var(--from));
    }
    to {
      transform: translateY(var(--end));
    }
  }
}
.has-highlight-text em {
  font-style: normal;
}
.has-highlight-text[data-highlight-type=color] em {
  color: var(--color-highlight-text);
  opacity: 0.1;
}
.has-highlight-text[data-highlight-type=color] em.loaded {
  animation-name: fadeIn;
  animation-duration: 800ms;
  animation-timing-function: cubic-bezier(0, 0, 0.3, 1);
  animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
  .has-highlight-text[data-highlight-type=color] em.loaded {
    opacity: 1;
  }
}
.has-highlight-text[data-highlight-type=background] em, .has-highlight-text[data-highlight-type=underline] em {
  --bg-size-y: 100%;
  background-size: 0 var(--bg-size-y);
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--color-highlight-text) 100%, transparent 100%);
}
.has-highlight-text[data-highlight-type=background] em.loaded, .has-highlight-text[data-highlight-type=underline] em.loaded {
  animation-name: bgSizeX;
  animation-duration: 500ms;
  animation-timing-function: cubic-bezier(0, 0, 0.3, 1);
  animation-fill-mode: forwards;
}
.has-highlight-text[data-highlight-type=background] em {
  background-position: left bottom;
}
.has-highlight-text[data-highlight-type=underline] em {
  --bg-size-y: 20%;
  background-position: left 90%;
}
.has-highlight-text[data-highlight-type=hollow] em {
  transition-property: color, -webkit-text-stroke;
  transition-duration: 500ms, 1200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
}
.has-highlight-text[data-highlight-type=hollow] em.loaded {
  color: transparent;
  -webkit-text-stroke: 1px rgb(var(--color-foreground));
}
.has-highlight-text[data-highlight-type=hand-drawn-wave] em, .has-highlight-text[data-highlight-type=hand-drawn-circle] em, .has-highlight-text[data-highlight-type=hand-drawn-underline] em {
  display: inline-block;
  position: relative;
}
.has-highlight-text[data-highlight-type=hand-drawn-wave] em svg.hand-drawn-svg, .has-highlight-text[data-highlight-type=hand-drawn-circle] em svg.hand-drawn-svg, .has-highlight-text[data-highlight-type=hand-drawn-underline] em svg.hand-drawn-svg {
  stroke: var(--color-highlight-text);
  position: absolute;
}
.has-highlight-text[data-highlight-type=hand-drawn-wave] em svg.hand-drawn-svg path, .has-highlight-text[data-highlight-type=hand-drawn-circle] em svg.hand-drawn-svg path, .has-highlight-text[data-highlight-type=hand-drawn-underline] em svg.hand-drawn-svg path {
  stroke-dasharray: 1 1.01;
  stroke-dashoffset: 1;
}
.has-highlight-text[data-highlight-type=hand-drawn-wave] em.loaded svg.hand-drawn-svg path, .has-highlight-text[data-highlight-type=hand-drawn-circle] em.loaded svg.hand-drawn-svg path, .has-highlight-text[data-highlight-type=hand-drawn-underline] em.loaded svg.hand-drawn-svg path {
  animation-name: handDrawnLine;
  animation-duration: 500ms;
  animation-timing-function: cubic-bezier(0, 0, 0.3, 1);
  animation-fill-mode: forwards;
}
.has-highlight-text[data-highlight-type=hand-drawn-wave] em svg.hand-drawn-svg {
  inset-inline-start: 0;
  inset-block-end: -10%;
  width: 100%;
  height: 50%;
}
.has-highlight-text[data-highlight-type=hand-drawn-circle] em svg.hand-drawn-svg {
  inset-inline-start: -5%;
  inset-block-end: 0;
  width: 110%;
  height: 100%;
}
.has-highlight-text[data-highlight-type=hand-drawn-underline] em svg.hand-drawn-svg {
  inset-inline-start: 0;
  inset-block-end: -30%;
  width: 100%;
  height: 50%;
}

.campaign-opener-button {
  position: fixed;
  z-index: 1;
  bottom: 20rem;
  writing-mode: vertical-rl;
  overflow: visible;
}
.campaign-opener-button .close-opener-button {
  position: absolute;
  top: -0.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
}
.campaign-opener-button.position--left {
  left: 0;
}
.campaign-opener-button.position--left .close-opener-button {
  right: -0.5rem;
}
.campaign-opener-button.position--right {
  right: 0;
}
.campaign-opener-button.position--right .close-opener-button {
  left: -0.5rem;
}
.campaign-opener-button[aria-expanded=true] {
  display: none;
}
.campaign-opener-button:hover {
  animation: scaleUp 100ms cubic-bezier(0, 0, 0.3, 1) forwards;
}

.campaign-auto-popup .modal-inner {
  padding: 0;
  width: auto;
  min-width: 25rem;
  min-height: 15rem;
}
.campaign-auto-popup .modal-inner .modal-content {
  padding-block-start: 0;
}
.campaign-auto-popup .modal-inner .modal-content .content-group {
  padding: 2rem;
}
.campaign-auto-popup .modal-inner .modal-content .content-group .newsletter-block .field {
  min-width: 20rem;
}
.campaign-auto-popup .modal-inner .modal-close-button {
  position: absolute;
  z-index: 1;
  inset-block-start: 0.25rem;
  inset-inline-end: 0.25rem;
}
@media screen and (min-width: 750px) {
  .campaign-auto-popup .modal-inner.has-image .modal-content {
    display: flex;
    align-items: stretch;
  }
  .campaign-auto-popup .modal-inner.has-image .modal-content .campaign-image {
    width: 22rem;
    flex: 0 0 auto;
  }
  .campaign-auto-popup .modal-inner.has-image .modal-content .campaign-content {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 749px) {
  .campaign-auto-popup .modal-inner {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .campaign-auto-popup {
    align-items: flex-end !important;
  }
}
@media screen and (min-width: 750px) {
  .campaign-auto-popup.position--left {
    align-items: flex-end;
    justify-content: flex-start;
  }
  .campaign-auto-popup.position--right {
    align-items: flex-end;
    justify-content: flex-end;
  }
}

.autopopup-age-verifier .modal-inner {
  min-height: auto;
}
.autopopup-age-verifier .modal-inner .modal-content {
  margin-block-start: 0;
}
.autopopup-age-verifier .modal-inner .modal-content .content-group {
  padding-block: 2rem;
  padding-inline: 0;
}
.autopopup-age-verifier .age-verifier-declined {
  display: none;
}
.autopopup-age-verifier.age-verifier--has-decline .age-verifier-question {
  display: none;
}
.autopopup-age-verifier.age-verifier--has-decline .age-verifier-declined {
  display: block;
}

.keyword-list {
  font-size: 0.875rem;
  font-weight: 500;
}
.keyword-list .keyword-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-block: 0.3125rem;
  padding-inline: 0.75rem;
  color: rgb(var(--color-foreground));
  background: rgb(var(--color-background));
  border: 1px solid rgba(var(--color-foreground), 0.1);
}
.keyword-list .keyword-item .icon {
  width: 0.75rem;
}
.keyword-list .keyword-item:hover {
  opacity: 0.75;
}

.back-to-top-button {
  position: fixed;
  z-index: 99;
  inset-block-end: 15rem;
  border-radius: 0;
  animation: slideIn 300ms cubic-bezier(0, 0, 0.3, 1) forwards;
}
.back-to-top-button .border-progress {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
}
.back-to-top-button.position--left {
  inset-inline-start: 1rem;
  inset-inline-end: auto;
}
.back-to-top-button.position--right {
  inset-inline-start: auto;
  inset-inline-end: 1rem;
}

.heading-block {
  font-size: 2rem;
}
.heading-block.heading-size--mini {
  font-size: 1rem;
}
.heading-block.heading-size--small {
  font-size: 1.5rem;
}
.heading-block.heading-size--large {
  font-size: 2.5rem;
}
.heading-block.heading-size--s-large {
  font-size: 4rem;
}
@media screen and (max-width: 749px) {
  .heading-block.heading-size--s-large {
    font-size: 3rem;
  }
}

.icon-block {
  display: inline-block;
}
.icon-block .icon,
.icon-block img {
  width: 3rem;
  height: auto;
}
.icon-block.icon--small .icon,
.icon-block.icon--small img {
  width: 2rem;
  height: auto;
}
.icon-block.icon--large .icon,
.icon-block.icon--large img {
  width: 4rem;
  height: auto;
}

.badge-block {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  height: 2.5rem;
  padding-block: 0;
  padding-inline: 1rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: rgb(var(--color-foreground));
  line-height: normal;
  vertical-align: middle;
}
.badge-block .icon,
.badge-block img {
  width: 1.25rem;
  flex: 0 0 auto;
}
.badge-block:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  background: rgb(var(--color-background));
  z-index: -1;
}

.badges-block.badge-shape--pill .badge-block:before {
  border-radius: 9999px;
}
.badges-block.badge-shape--skewed .badge-block {
  padding-inline: 1.5rem;
}
.badges-block.badge-shape--skewed .badge-block:before {
  clip-path: polygon(0.75rem 0, 100% 0, calc(100% - 0.75rem) 100%, 0 100%);
}
.badges-block.badge-shape--edge .badge-block:before {
  clip-path: polygon(0 0, calc(100% - 0.625rem) 0, 100% 0.625rem, 100% 100%, 0.625rem 100%, 0 calc(100% - 0.625rem));
}
.badges-block.badge-shape--arrow .badge-block {
  padding-inline: 1.75rem 1.5rem;
}
.badges-block.badge-shape--arrow .badge-block:before {
  clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%, 1rem 50%);
}
.badges-block.badge-size--small .badge-block {
  height: 1.75rem;
  font-size: 0.625rem;
  padding-inline: 0.5rem;
}
.badges-block.badge-size--small .badge-block .icon,
.badges-block.badge-size--small .badge-block img {
  width: 0.75rem;
}
.badges-block.badge-size--small.badge-shape--skewed .badge-block {
  padding-inline: 0.75rem;
}
.badges-block.badge-size--small.badge-shape--skewed .badge-block:before {
  clip-path: polygon(0.5rem 0, 100% 0, calc(100% - 0.5rem) 100%, 0 100%);
}
.badges-block.badge-size--small.badge-shape--edge .badge-block:before {
  clip-path: polygon(0 0, calc(100% - 0.5rem) 0, 100% 0.5rem, 100% 100%, 0.5rem 100%, 0 calc(100% - 0.5rem));
}
.badges-block.badge-size--small.badge-shape--arrow .badge-block {
  padding-inline: 1rem 0.75rem;
}
.badges-block.badge-size--small.badge-shape--arrow .badge-block:before {
  clip-path: polygon(0 0, calc(100% - 0.75rem) 0, 100% 50%, calc(100% - 0.75rem) 100%, 0 100%, 0.75rem 50%);
}
.badges-block.badge-size--medium .badge-block {
  height: 2rem;
  font-size: 0.75rem;
  padding-inline: 0.75rem;
}
.badges-block.badge-size--medium .badge-block .icon,
.badges-block.badge-size--medium .badge-block img {
  width: 1rem;
}
.badges-block.badge-size--medium.badge-shape--skewed .badge-block {
  padding-inline: 1rem;
}
.badges-block.badge-size--medium.badge-shape--skewed .badge-block:before {
  clip-path: polygon(0.625rem 0, 100% 0, calc(100% - 0.625rem) 100%, 0 100%);
}
.badges-block.badge-size--medium.badge-shape--edge .badge-block:before {
  clip-path: polygon(0 0, calc(100% - 0.5rem) 0, 100% 0.5rem, 100% 100%, 0.5rem 100%, 0 calc(100% - 0.5rem));
}
.badges-block.badge-size--medium.badge-shape--arrow .badge-block {
  padding-inline: 1.25rem 1rem;
}
.badges-block.badge-size--medium.badge-shape--arrow .badge-block:before {
  clip-path: polygon(0 0, calc(100% - 0.875rem) 0, 100% 50%, calc(100% - 0.875rem) 100%, 0 100%, 0.875rem 50%);
}

.spacer-block:empty {
  position: relative;
  display: block !important;
  font-size: 0;
  line-height: 0;
}
.spacer-block:empty:after {
  content: "";
  display: inline-block;
  height: 1px;
}
.spacer-block:empty.show-line:after {
  background: rgba(var(--color-foreground), 0.1);
}
.spacer-block:empty.show-line.line-width--full:after {
  width: 100%;
}
.spacer-block:empty.show-line.line-width--half:after {
  width: 50%;
}
.spacer-block:empty.show-line.line-width--third:after {
  width: 33.33%;
}

.follow-block .follow-inner {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  max-width: 30rem;
}
.follow-block .follow-account {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
}
.follow-block .follow-account .follow-account-avatar {
  width: 4rem;
  flex: 0 0 auto;
}
.follow-block .follow-account .follow-account-info {
  flex: 1 1 auto;
  text-align: start;
  padding-inline-end: 2rem;
}
.follow-block .follow-account .follow-account-info .follow-account-nickname {
  font-weight: 500;
}
.follow-block .follow-account .follow-account-info .follow-account-name {
  margin-block-start: 0.125rem;
}
.follow-block .follow-button {
  flex: 1 1 auto;
  margin-inline-start: auto;
}

.icon-text-block .icon-text-inner {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
}
.icon-text-block .icon-text-inner .icon,
.icon-text-block .icon-text-inner .media {
  width: 1.75rem;
}
.icon-text-block + .icon-text-block {
  margin-block-start: 0.25rem;
}

.statistics-block {
  padding: 1.25rem 0;
}
.statistics-block .statistic-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.statistics-block .statistic-block img,
.statistics-block .statistic-block svg {
  flex: 0 0 auto;
  width: 2rem;
}
.statistics-block .statistic-block .statistic-info {
  text-align: start;
}
.statistics-block .statistic-block .statistic-title {
  font-size: 1.25rem;
  font-weight: 500;
}
.statistics-block .statistic-block:after {
  content: "";
  position: absolute;
  inset-inline-end: -1rem;
  inset-block-start: 50%;
  width: 1px;
  height: 1rem;
  background: rgba(var(--color-foreground), 0.1);
  transform: translateY(-50%);
}
.statistics-block .statistic-block:hover img,
.statistics-block .statistic-block:hover svg {
  animation: bounceScale 100ms cubic-bezier(0, 0, 0.3, 1);
}
.statistics-block.statistics--with-border {
  border-top: 1px solid rgba(var(--color-foreground), 0.1);
  border-bottom: 1px solid rgba(var(--color-foreground), 0.1);
}
@media screen and (max-width: 749px) {
  .statistics-block .statistic-list {
    display: flex;
    align-items: flex-start;
    column-gap: 2rem;
    flex-wrap: nowrap;
  }
  .statistics-block .statistic-list .statistic-block {
    flex: 0 0 auto;
  }
}

.discount-code-block .discount-code {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  border-radius: 0.5rem;
  padding-block: 0.875rem;
  padding-inline: 1.25rem;
}
.discount-code-block .discount-code:after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  box-shadow: inset 0 0 0 1px rgba(var(--color-foreground), 0.2);
  border-radius: 0.5rem;
  pointer-events: none;
  transition: box-shadow 100ms ease;
}
.discount-code-block .discount-code:hover:after {
  box-shadow: inset 0 0 0 2px rgba(var(--color-foreground), 0.2);
}
.discount-code-block .discount-code .code {
  position: relative;
  font-weight: 500;
}
.discount-code-block .discount-code .code:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  inset-inline-end: -1rem;
  inset-block-start: 0;
  background: rgba(var(--color-foreground), 0.2);
}
.discount-code-block .discount-code .copy-button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  text-transform: uppercase;
}
.discount-code-block .discount-code .copy-button .icon-copy {
  flex: 0 0 auto;
  width: 1.25rem;
}

.author-block {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.75rem;
  text-align: start !important;
}
.author-block .author-image.image--small {
  width: 3.5rem;
}
.author-block .author-image.image--medium {
  width: 4.5rem;
}
.author-block .author-image.image--large {
  width: 5.5rem;
}
.author-block .author-name {
  font-weight: 500;
}
.author-block .author-socials {
  margin-block-start: 0.5rem;
}
.author-block.layout--vertical {
  flex-direction: column;
  row-gap: 1rem;
  text-align: center !important;
}

.image-with-text-block .image-with-text-content {
  margin-block-start: 1rem;
}

.collapsible-content-item-block {
  border-block-end: 1px solid rgba(var(--color-foreground), 0.1);
}
.collapsible-content-item-block summary {
  padding-block: 0.75rem;
  padding-inline: 0;
  font-size: 1.25rem;
  gap: 0.5rem;
}
.collapsible-content-item-block summary .collapsible-icon {
  width: 1.5rem;
}
.collapsible-content-item-block .collapsible-content {
  padding-block: 1rem;
  padding-inline: 0;
}
.collapsible-content-item-block + .collapsible-content-title-block {
  margin-block-start: 3rem;
}

.collapsible-content-title-block {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.collapsible-content-title-block .icon,
.collapsible-content-title-block .media {
  flex: 0 0 auto;
  width: 1.5rem;
}

.collection-subcollections-block {
  padding-block: 1rem;
}
.collection-subcollections-block .subcollection-item {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.25rem;
}
.collection-subcollections-block .subcollection-item .collection-count {
  font-size: 0.75rem;
  transform: translateY(-0.5rem);
}
.collection-subcollections-block .subcollection-item:not(:last-child):after {
  content: "/";
  position: absolute;
  inset-inline-end: -1rem;
  opacity: 0.5;
}

.contact-form-block .contact-form-header {
  margin-block-end: 2rem;
}
.contact-form-block .contact-form-header .text-content-heading {
  font-size: 2rem;
}
.contact-form-block .contact-form-header .text-content-heading.heading-size--small {
  font-size: 1.5rem;
}
.contact-form-block .contact-form-header .text-content-heading.heading-size--large {
  font-size: 2.5rem;
}
.contact-form-block .alert-message {
  margin-block-end: 1rem;
}

.section-header {
  z-index: 90;
}
.section-header .header-wrapper {
  display: block;
}
.section-header .header-wrapper .header {
  --alpha-shadow: 0;
  --alpha-border: 0.05;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--color-shadow), var(--alpha-shadow));
}
.section-header .header-wrapper .header:after {
  content: "";
  position: absolute;
  inset-block-start: auto;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  height: 1px;
  background: rgba(var(--color-foreground), var(--alpha-border));
}
.section-header .header-wrapper[data-sticky-type=reduce-logo-size] .header-logo-link {
  transition: transform 300ms ease;
}
.section-header .header-wrapper.header--background-transparent {
  height: 0;
}
.section-header .header-wrapper.header--background-transparent .header {
  background: transparent;
}
.section-header .header-wrapper.header--background-transparent .header:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--gradient-background, rgb(var(--color-background)));
  opacity: 0;
}
.section-header.shopify-section-header-sticky {
  position: sticky;
  inset-block-start: 0;
}
.section-header.header-reveal-animate {
  transition: top 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.section-header.shopify-section-header-hidden {
  inset-block-start: calc(-1 * var(--header-height));
}
.section-header.scrolled-past-header .header-wrapper .header {
  --alpha-shadow: 0.2;
  transition: box-shadow 300ms 300ms cubic-bezier(0, 0, 0.3, 1);
}
.section-header.scrolled-past-header .header-wrapper[data-sticky-type=reduce-logo-size] .header-logo-link {
  transform: scale(0.75);
}
.section-header:hover .header-wrapper.header--background-transparent .header:before, .section-header.header--is-active .header-wrapper.header--background-transparent .header:before, .section-header.scrolled-past-header .header-wrapper.header--background-transparent .header:before {
  transition: opacity 300ms cubic-bezier(0, 0, 0.3, 1);
  opacity: 1;
}
.section-header:not(:hover, .header--is-active, .scrolled-past-header) .header-wrapper.header--background-transparent .header {
  --color-foreground: var(--transparent-foreground-color);
  --alpha-border: 0;
}
.section-header:not(:hover, .header--is-active, .scrolled-past-header) .header-wrapper.header--background-transparent .header .header-main .header-logo .header-heading-logo-wrapper.has-transparent-logo .header-heading-logo {
  display: none;
}
.section-header:not(:hover, .header--is-active, .scrolled-past-header) .header-wrapper.header--background-transparent .header .header-main .header-logo .header-heading-logo-wrapper.has-transparent-logo .header-heading-logo.transparent-logo {
  display: block;
}

.header-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding-block-start: 0.5rem;
  padding-block-end: 0.5rem;
}
.header-main .header-info {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.header-main .header-info .info-heading {
  font-size: 0.875rem;
}
.header-main .header-info .icon {
  width: 1.75rem;
}
.header-main .header-info:before {
  content: "";
  height: 1rem;
  width: 1px;
  background: rgba(var(--color-foreground), 0.2);
  position: absolute;
  inset-block-start: 50%;
  transform: translateY(-50%);
}
.header-main .header-left {
  grid-area: left;
}
.header-main .header-left .header-icon .icon {
  width: 2rem;
}
.header-menu-drawer > .details-disclosure .icon-hamburger {
  position: relative;
  width: 1.5rem;
  height: 1.25rem;
}
.header-menu-drawer > .details-disclosure .icon-hamburger span {
  width: 100%;
  height: 2px;
  background: rgb(var(--color-foreground));
  position: absolute;
  inset-inline-start: 0;
  transition: 300ms ease;
}
.header-menu-drawer > .details-disclosure .icon-hamburger span:nth-child(1) {
  inset-block-start: 0;
  width: 80%;
}
.header-menu-drawer > .details-disclosure .icon-hamburger span:nth-child(2), .header-menu-drawer > .details-disclosure .icon-hamburger span:nth-child(3) {
  inset-block-start: calc(50% - 1px);
}
.header-menu-drawer > .details-disclosure .icon-hamburger span:nth-child(4) {
  inset-block-end: 0;
  width: 80%;
}
.header-menu-drawer > .details-disclosure.has-opened .icon-hamburger span:nth-child(1) {
  inset-block-start: calc(50% - 1px);
  width: 0;
  inset-inline-start: 50%;
  opacity: 0;
}
.header-menu-drawer > .details-disclosure.has-opened .icon-hamburger span:nth-child(2) {
  transform: rotate(45deg);
}
.header-menu-drawer > .details-disclosure.has-opened .icon-hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-menu-drawer > .details-disclosure.has-opened .icon-hamburger span:nth-child(4) {
  inset-block-end: calc(50% - 1px);
  width: 0;
  inset-inline-start: 50%;
  opacity: 0;
}
.header-menu-drawer .header-menu-drawer-content {
  box-shadow: 0 0.5rem 0.5rem rgba(var(--color-shadow), 0.2);
  --animation-name: pushInFromLeft;
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 0;
  width: 100%;
  max-width: 30rem;
  height: calc(var(--viewport-height, 100dvh) - var(--header-bottom));
  overflow: hidden;
  padding-block: 0;
  padding-inline: 1.5rem;
  display: grid;
  grid-template-rows: 1fr auto;
}
.main-drawer-header .account-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-block: 0.5rem;
  padding-inline: 0;
}
.main-drawer-header .account-link .icon {
  width: 1.5rem;
}

.main-drawer-nav {
  overflow: auto;
  padding-block: 2rem;
}
.main-drawer-nav > *:not(:last-child) {
  margin-block-end: 1.5rem;
}
.main-drawer-nav .drawer-menu-category {
  display: block;
  border-block-end: 1px solid rgba(var(--color-foreground), 0.05);
  padding-block-end: 1rem;
}
.main-drawer-nav .drawer-menu-category .icon-menu {
  width: 2rem;
}
.main-drawer-nav .drawer-menu-category .details-category-content {
  padding-block-start: 1.5rem;
  padding-inline-start: 1rem;
}
.main-drawer-nav .drawer-menu-list .menu-link {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-block: 0.75rem;
  padding-inline: 0;
  font-weight: 500;
}
.main-drawer-nav .drawer-menu-list .menu-link .media,
.main-drawer-nav .drawer-menu-list .menu-link .icon {
  flex: 0 0 auto;
  width: 2rem;
}
.main-drawer-nav .drawer-menu-list .menu-link:hover {
  opacity: 0.75;
}
.main-drawer-nav .drawer-menu-list .caret-icon {
  width: 0.75rem;
  margin-inline-start: auto;
}
.main-drawer-nav .drawer-level-menu-wrapper {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-block: 0;
  padding-inline: 1.5rem;
  --animation-name: slideInFromLeft;
  display: grid;
  grid-template-rows: auto 1fr;
}
.main-drawer-nav .drawer-level-menu-wrapper .drawer-content-header {
  padding-block: 1.25rem;
  padding-inline: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  border-block-end: 1px solid rgba(var(--color-foreground), 0.1);
}
.main-drawer-nav .drawer-level-menu-wrapper .drawer-content-header .drawer-header-title {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 1.25rem;
}
.main-drawer-nav .drawer-level-menu-wrapper .drawer-content-header .drawer-header-title .caret-icon {
  width: 0.875rem;
}
.main-drawer-nav .drawer-level-menu-wrapper .drawer-content-header .drawer-header-image {
  margin-block-end: 1rem;
}
.main-drawer-nav .drawer-level-menu-wrapper .drawer-content-list {
  padding-block: 1rem;
  overflow: auto;
}
.main-drawer-nav .drawer-level-menu-wrapper .drawer-content-list .menu-image-item,
.main-drawer-nav .drawer-level-menu-wrapper .drawer-content-list .menu-image-text-item {
  padding-block: 1rem;
  padding-inline: 0;
}
.main-drawer-nav .drawer-level-menu-wrapper .drawer-content-list .menu-image-item .menu-image-media .media-content {
  padding: 0.5rem;
}
.main-drawer-nav .drawer-level-menu-wrapper .drawer-content-list .menu-image-item .menu-image-link {
  display: inline-block;
  padding: 0;
  margin-block-start: 0.5rem;
  font-weight: 500;
}
.main-drawer-nav .drawer-level-menu-wrapper .drawer-content-list .menu-image-text-item .image-text-container {
  position: relative;
}
.main-drawer-nav .drawer-level-menu-wrapper .drawer-content-list .menu-image-text-item .image-text-content {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
}
.main-drawer-nav .drawer-level-menu-wrapper .drawer-content-list .menu-image-text-item .image-text-content .text-content-heading {
  font-size: 1.125rem;
}
.main-drawer-nav .drawer-level-menu-wrapper .drawer-content-list .menu-collection-item .drawer-content-list .product-card:not(:last-child) {
  margin-block-end: 1rem;
}
.main-drawer-nav .drawer-level-menu-wrapper .drawer-content-list .menu-links-item .menu-item-image {
  margin-block-end: 1rem;
}
.drawer-localization {
  padding-top: 0.5rem;
  border-block-start: 1px solid rgba(var(--color-foreground), 0.05);
}
.drawer-localization .country-flag,
.drawer-localization .icon-language {
  width: 1.5rem !important;
  height: auto;
}
.drawer-localization .menu-item.item-selected .country-name,
.drawer-localization .menu-item.item-selected .language-name {
  opacity: 0.75;
}
.drawer-localization .icon-check {
  width: 1rem !important;
  margin-inline-start: auto;
}

.menu-drawer-utility {
  padding-block-start: 1rem;
  padding-block-end: 1rem;
  border-block-start: 1px solid rgba(var(--color-foreground), 0.1);
}
.menu-drawer-utility .menu-drawer-buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-block-start: 1rem;
}
.menu-drawer-utility .menu-drawer-buttons .button:first-child {
  flex: 1 1 auto;
}

.header-main .header-logo {
  grid-area: logo;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: max-content;
}
.header-main .header-logo .header-heading-logo-wrapper {
  line-height: 0;
}
.header-main .header-logo .header-heading-logo-wrapper .transparent-logo {
  display: none;
}
.header-main .header-logo .header-heading-logo {
  width: var(--logo-width, 120px);
}
.header-main .header-logo .header-info {
  padding-inline-start: 1rem;
}
.header-main .header-logo .header-info:before {
  inset-inline-start: 0;
}
.header-main .header-menu-nav {
  grid-area: menu;
}
.header-main .header-search {
  position: relative;
  grid-area: search;
  display: flex;
  justify-content: center;
}
.header-main .header-search .search-wrapper {
  position: absolute;
  border-radius: 1.5rem;
  inset-block-start: -1.5rem;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 40rem;
  height: 3rem;
  margin-inline: auto;
  overflow: hidden;
  transition: height 300ms cubic-bezier(0, 0, 0.3, 1);
}
.header-main .header-search .search-wrapper:after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  box-shadow: none !important;
  border: none !important;
  border-radius: 1.5rem;
  pointer-events: none;
}
.header-main .header-search .search-wrapper .search-form {
  height: auto;
  max-height: calc(100dvh - var(--header-height));
}
.header-main .header-search .search-wrapper .search-field-wrapper {
  border-radius: 9999px;
  --alpha-shadow: 0;
  box-shadow: 0 0 0.5rem 0 rgba(var(--color-shadow), var(--alpha-shadow));
  transition: box-shadow 300ms cubic-bezier(0, 0, 0.3, 1);
}

.header-main .header-search .search-wrapper .search-field-wrapper .field,
.header-main .header-search .search-wrapper .search-field-wrapper .field input,
.header-main .header-search .search-wrapper .search-field-wrapper input[type="search"],
.header-main .header-search .search-wrapper .search-field-wrapper input[type="text"] {
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.header-main .header-search .search-wrapper .search-field-wrapper .type-select {
  --input-radius: 9999px;
  max-width: 10rem;
}
.header-main .header-search .search-wrapper .search-field-wrapper .field-button .icon-caret-down {
  width: 0.625rem;
}
.header-main .header-search .search-wrapper .search-pop-panel {
  display: none;
  padding: 1.5rem;
}
.header-main .header-search .search-wrapper .search-pop-panel .predictive-search-main {
  max-height: var(--result-max-height, 50rem);
}
.header-main .header-search .search-wrapper .search-pop-panel .predictive-search-main .search-results-wrapper {
  overflow: hidden;
}
.header-main .header-search .search-wrapper .search-pop-panel .predictive-search-main .predictive-search-button {
  border-radius: 9999px;
}
.header-main .header-search .search-wrapper.in-focus {
  height: auto;
  box-shadow: 0 0 0.5rem rgba(var(--color-shadow), 0.2);
}
.header-main .header-search .search-wrapper.in-focus .search-field-wrapper {
  --alpha-shadow: 0.5;
}
.header-main .header-search .search-wrapper.in-focus .search-pop-panel {
  display: grid;
  grid-template-rows: 1fr auto;
}
.header-main .header-right {
  grid-area: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-main .header-right .cart-drawer-opener {
  line-height: 0;
}
.header-main .header-right .header-icon {
  padding: 0.5rem;
}
.header-main .header-right .header-icon .icon {
  width: 1.75rem;
}
.header-main .header-right .header-icon:hover .icon {
  animation: bounceScale 300ms cubic-bezier(0, 0, 0.3, 1);
}
.header-main .header-right .cart-count-bubble {
  position: relative;
}
.header-main .header-right .cart-count-bubble .cart-count {
  position: absolute;
  inset-inline-start: 100%;
  inset-block-start: 0;
}
@media screen and (max-width: 749px) {
  .header-main .header-logo .header-logo-text {
    font-size: 1.5rem;
  }
  .header-main .header-logo .header-heading-logo {
    width: var(--logo-width-mobile, 100px);
  }
}
@media screen and (max-width: 1249px) {
  .header-main {
    grid-template-areas: "left logo right" !important;
  }
}
@media screen and (min-width: 1250px) {
  .header-main.menu-position--logo-line {
    grid-template-columns: 1fr auto 1fr;
  }
  .header-main.menu-position--logo-line.logo-position--left {
    grid-template-areas: "logo menu right";
  }
  .header-main.menu-position--logo-line.logo-position--left .header-menu-nav .menu-list {
    justify-content: center;
  }
  .header-main.menu-position--logo-line.logo-position--center {
    grid-template-areas: "menu logo right";
  }
  .header-main.menu-position--bottom {
    grid-template-areas: "logo search right";
  }
}

.header-nav .header-nav-container {
  position: relative;
  display: grid;
  grid-template-areas: "categories nav buttons";
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 3rem;
}
.header-nav .header-nav-container > *:not(:last-child) {
  margin-inline-end: 2rem;
}
.header-nav .header-menu-categories {
  grid-area: categories;
}
.header-nav .header-menu-categories .categories-menu-button {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 22rem;
  padding-block: 1rem;
  padding-inline: 2rem;
  background: rgba(var(--color-foreground), 0.1);
  border-radius: 0.25rem 0.25rem 0 0;
}
.header-nav .header-menu-categories .icon-menu {
  width: 1.5rem;
}
.header-nav .header-menu-categories .icon-caret {
  width: 0.75rem;
  margin-inline-start: auto;
}
.header-nav .header-menu-categories .menu-first-level-wrapper {
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 0;
  min-height: 30rem;
  width: 100%;
  pointer-events: none;
}
.header-nav .header-menu-categories .menu-list {
  width: 22rem;
  padding-block: 1rem;
  padding-inline: 0;
  box-shadow: 0 0.5rem 0.5rem 0 rgba(var(--color-shadow), 0.2);
  pointer-events: auto;
}
.header-nav .header-menu-categories .menu-list .first-level-drop[data-hover-open] > details[open] .first-level-summary {
  position: relative;
}
.header-nav .header-menu-categories .menu-list .first-level-drop[data-hover-open] > details[open] .first-level-summary:after {
  content: "";
  position: absolute;
  inset-block-start: -100%;
  inset-inline-start: 100%;
  height: 300%;
  width: 5rem;
}
.header-nav .header-menu-categories .menu-list .first-level-link,
.header-nav .header-menu-categories .menu-list .first-level-summary {
  padding-block: 0.625rem;
  padding-inline: 2rem;
}
.menu-bubble {
  padding-block: 0;
  padding-inline: 0.5rem;
  font-size: 0.75rem;
  transform: translateY(-0.5rem);
  border-radius: 0.5rem 0;
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
  line-height: normal;
  height: 1.125rem;
}
.menu-bubble .icon {
  width: 0.875rem !important;
}

.header-nav .header-menu-categories .menu-list .first-level-summary .menu-link, .header-nav .header-menu-categories .menu-list .first-level-link {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  font-weight: 500;
}
.header-nav .header-menu-categories .menu-list .first-level-summary .menu-link .icon, .header-nav .header-menu-categories .menu-list .first-level-link .icon,
.header-nav .header-menu-categories .menu-list .first-level-summary .menu-link .media,
.header-nav .header-menu-categories .menu-list .first-level-link .media {
  flex: 0 0 auto;
  width: 2rem;
}
.header-nav .header-menu-categories .menu-list .first-level-summary .caret-icon {
  width: 0.625rem;
  margin-inline-start: auto;
  transition: transform 100ms cubic-bezier(0, 0, 0.3, 1);
}
.header-nav .header-menu-categories .menu-list .first-level-summary:hover .caret-icon, .header-nav .header-menu-categories .menu-list .first-level-summary[aria-expanded=true] .caret-icon {
  transform: translateX(calc(0.25rem * var(--translate-x-direction)));
}
.header-nav .header-menu-categories .menu-list .show-more-item {
  padding-block-start: 1rem;
  padding-inline: 2rem;
  text-align: center;
}
.header-nav .header-menu-categories .menu-list .show-more-item .button {
  height: 2.25rem;
}
.header-nav .header-menu-categories .menu-secondary-level-wrapper {
  --animation-name: slideInFromRight;
  position: absolute;
  inset-inline-start: 22.5rem;
  inset-block-start: 0;
  min-width: 30rem;
  max-width: calc(100% - 22rem - 0.5rem);
  height: 100%;
  box-shadow: 0 0.5rem 1rem 0 rgba(var(--color-shadow), 0.1);
  padding: 2rem;
  display: grid;
  grid-template-areas: "menu image";
  grid-template-columns: auto 1fr;
}
.header-nav .header-menu-categories .menu-secondary-level-wrapper .submenu-list {
  grid-area: menu;
  padding-inline-end: 3rem;
}
.header-nav .header-menu-categories .menu-secondary-level-wrapper .image-list {
  grid-area: image;
  display: grid;
  grid-template-rows: repeat(var(--rows, 2), 1fr);
  grid-template-columns: repeat(var(--columns, 2), 1fr);
  gap: 1rem;
}
.header-nav .header-menu-categories .menu-secondary-level-wrapper .image-list .image-item {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 0.5rem;
}
.header-nav .header-menu-categories .menu-secondary-level-wrapper .image-list .image-item .image-item-media .media-content {
  padding: 0.5rem;
}
.header-nav .header-menu-categories .menu-secondary-level-wrapper .image-list .image-item .image-item-media .badge {
  font-size: 0.75rem;
}
.header-nav .header-menu-categories .menu-secondary-level-wrapper .image-list .image-item .image-item-media .badge .icon {
  width: 1rem;
}
.header-nav .header-menu-categories .menu-secondary-level-wrapper.has-images {
  width: 100%;
}
.header-nav .header-menu-categories .submenu-list {
  grid-area: menu;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 1rem;
  column-gap: 4rem;
  overflow: auto;
}
.header-nav .header-menu-categories .submenu-list .second-level-item {
  min-width: 10rem;
  max-width: 12rem;
}
.header-nav .header-menu-categories .submenu-list .second-level-item .menu-title {
  display: block;
  font-size: 0.75rem;
  opacity: 1;
}
.header-nav .header-menu-categories .submenu-list .second-level-item .second-level-menu {
  margin-block-start: 0.25rem;
}
.header-nav .header-menu-categories .submenu-list .third-level-item {
  padding-block: 0.5rem;
  padding-inline: 0;
}
.header-menu-nav {
  grid-area: nav;
}
.header-menu-nav .menu-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  row-gap: 0.25rem;
}
.header-menu-nav .menu-list .header-menu-first-level {
  flex: 0 0 auto;
}
.header-menu-nav .menu-list .header-menu-first-level .first-level-drop[data-hover-open] > details.has-opened > summary {
  position: relative;
}
.header-menu-nav .menu-list .header-menu-first-level .first-level-drop[data-hover-open] > details.has-opened > summary:after {
  content: "";
  position: absolute;
  inset-inline-start: -50%;
  inset-block-start: 90%;
  width: 200%;
  min-width: 10rem;
  height: 10rem;
  z-index: 1;
}
.header-menu-nav .menu-list .header-menu-first-level .first-level-drop[data-hover-open] > details.has-opened .header-submenu-list,
.header-menu-nav .menu-list .header-menu-first-level .first-level-drop[data-hover-open] > details.has-opened .header-mega-submenu {
  z-index: 1;
}
.header-menu-nav .menu-list .header-menu-first-level .first-level-summary,
.header-menu-nav .menu-list .header-menu-first-level .first-level-link {
  position: relative;
  --dash-alpha-background: 0.5;
}
.header-menu-nav .menu-list .header-menu-first-level .first-level-summary:before,
.header-menu-nav .menu-list .header-menu-first-level .first-level-link:before {
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: calc(50% - 0.75rem);
  width: 1.5rem;
  height: 2px;
  background: rgba(var(--color-foreground), var(--dash-alpha-background));
  visibility: hidden;
}
.header-menu-nav .menu-list .header-menu-first-level .first-level-summary:hover:before, .header-menu-nav .menu-list .header-menu-first-level .first-level-summary[aria-current=page]:before, .header-menu-nav .menu-list .header-menu-first-level .first-level-summary[aria-expanded=true]:before,
.header-menu-nav .menu-list .header-menu-first-level .first-level-link:hover:before,
.header-menu-nav .menu-list .header-menu-first-level .first-level-link[aria-current=page]:before,
.header-menu-nav .menu-list .header-menu-first-level .first-level-link[aria-expanded=true]:before {
  visibility: visible;
}
.header-menu-nav .menu-list .header-menu-first-level .first-level-summary[aria-current=page], .header-menu-nav .menu-list .header-menu-first-level .first-level-summary[aria-expanded=true],
.header-menu-nav .menu-list .header-menu-first-level .first-level-link[aria-current=page],
.header-menu-nav .menu-list .header-menu-first-level .first-level-link[aria-expanded=true] {
  --dash-alpha-background: 1;
}
.header-menu-nav .menu-list .header-menu-first-level .first-level-link,
.header-menu-nav .menu-list .header-menu-first-level .first-level-summary a {
  padding-block: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}
.header-menu-nav .menu-list .header-menu-first-level .first-level-link .media,
.header-menu-nav .menu-list .header-menu-first-level .first-level-link .icon,
.header-menu-nav .menu-list .header-menu-first-level .first-level-summary a .media,
.header-menu-nav .menu-list .header-menu-first-level .first-level-summary a .icon {
  width: 1.25rem;
}
.header-menu-nav .menu-list .second-level-drop[data-hover-open] > details.has-opened > summary {
  position: relative;
}
.header-menu-nav .menu-list .second-level-drop[data-hover-open] > details.has-opened > summary:after {
  content: "";
  position: absolute;
  inset-inline-start: 100%;
  inset-block-start: -100%;
  height: 300%;
  width: 5rem;
}
.header-menu-nav .menu-list .header-mega-submenu {
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-end: auto;
  max-height: calc(100dvh - var(--header-bottom) - 1rem);
  padding-block: 2rem;
  padding-inline: 0;
  border-radius: 0;
  box-shadow: 0 0.5rem 0.5rem rgba(var(--color-shadow), 0.2);
  overflow-y: auto;
  --gap-column: 2rem;
  --gap-row: 2rem;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list {
  display: grid;
  gap: var(--gap-row) var(--gap-column);
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item {
  grid-column: span 1;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item .list-menu-item {
  padding-block: 0.25rem;
  padding-inline: 0;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.column-2 {
  grid-column: span 2;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.column-3 {
  grid-column: span 3;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.column-4 {
  grid-column: span 4;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.column-5 {
  grid-column: span 5;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_image .image-item {
  display: block;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_image .image-item-image {
  --ratio-percent: 100%;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_image .image-item-title {
  margin-block-start: 1rem;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_collection {
  grid-column: span 5;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_collection .tab-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 2rem;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_collection .tab-panel .tab-panel-tabs {
  position: sticky;
  inset-block-start: 0;
  font-size: 1rem;
  width: 18rem;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_collection .tab-panel .tab-panel-tabs .tab {
  --alpha-background: 0;
  padding-inline: 0.75rem;
  padding-block: 0.75rem;
  background: rgba(var(--color-foreground), var(--alpha-background));
  gap: 1rem;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_collection .tab-panel .tab-panel-tabs .tab .media {
  width: 2rem;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_collection .tab-panel .tab-panel-tabs .tab .caret-icon {
  margin-inline-start: auto;
  flex: 0 0 auto;
  width: 0.625rem;
  visibility: hidden;
  opacity: 0;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_collection .tab-panel .tab-panel-tabs .tab:not(:last-child) {
  border-block-end: 1px solid rgba(var(--color-foreground), 0.1);
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_collection .tab-panel .tab-panel-tabs .tab[aria-selected=true] {
  --alpha-background: 0.05;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_collection .tab-panel .tab-panel-tabs .tab[aria-selected=true] .caret-icon {
  visibility: visible;
  animation: slideInFromLeftSmall 300ms cubic-bezier(0, 0, 0.3, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_collection .tab-panel .tab-panel-tabs .tab[aria-selected=true] .caret-icon {
    opacity: 1;
  }
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_collection .tab-panel .tab-panel-panels {
  padding-block-start: 0;
  padding-block-end: 0;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_collection .tab-panel .tab-panel-panels .panel-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-block-end: 1rem;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_collection .tab-panel .tab-panel-panels .panel-header .collection-title {
  font-size: 1.25rem;
  max-width: 30rem;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_collection .tab-panel .tab-panel-panels .panel-header .view-all-link {
  margin-inline-start: auto;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_links .mega-links-image {
  margin-block-end: 1rem;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_image_text .image-text-container {
  position: relative;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_image_text .image-text-content {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_image_text .image-text-content .text-content-heading.heading-size--small {
  font-size: 1.125rem;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_image_text .image-text-content .text-content-heading.heading-size--medium {
  font-size: 1.5rem;
}
.header-menu-nav .menu-list .header-mega-submenu .mega-menu-list .mega-menu-item.item-type--mega_image_text .image-text-content .text-content-heading.heading-size--large {
  font-size: 2rem;
}
.header-menu-nav .menu-list .details-header-menu summary {
  gap: 0.75rem;
}
.header-menu-nav .menu-list .details-header-menu summary .caret-icon {
  width: 0.75rem;
}
.header-menu-nav .menu-list .header-submenu-list {
  position: absolute;
  min-width: 14rem;
  width: auto;
  padding-block: 1rem;
  padding-inline: 0;
  box-shadow: 0 0 1rem rgba(var(--color-shadow), 0.2);
}
.header-menu-nav .menu-list .header-submenu-list .menu-item {
  padding-block: 0.5rem;
  padding-inline: 2rem;
}
.header-menu-nav .menu-list .header-second-menu-list {
  --animation-name: slideIn;
  inset-block-start: 100%;
  margin-block-start: 0.5rem;
}
.header-menu-nav .menu-list .header-second-menu-list .header-menu-second-level {
  position: relative;
}
.header-menu-nav .menu-list .header-second-menu-list .second-level-summary .caret-icon {
  width: 0.625rem;
  transition: transform 100ms cubic-bezier(0, 0, 0.3, 1);
}
.header-menu-nav .menu-list .header-second-menu-list .second-level-summary:hover .caret-icon, .header-menu-nav .menu-list .header-second-menu-list .second-level-summary[aria-expanded=true] .caret-icon {
  transform: translateX(calc(0.25rem * var(--translate-x-direction)));
}
.header-menu-nav .menu-list .header-third-menu-list {
  --animation-name: slideInFromLeft;
  inset-block-start: 0;
  inset-inline-start: 100%;
  margin-inline-start: 0.5rem;
}

.header-menu-buttons {
  grid-area: buttons;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-block: 0.5rem;
}

@media screen and (max-width: 1249px) {
  .header-nav .header-nav-container {
    gap: 0;
  }
  .header-nav .header-menu-categories {
    display: none;
  }
}

/* ─────────────────────────────────────────────
   GLOBAL CAPSTONE LOOK & FEEL
   (Adjust colors if needed)
   ───────────────────────────────────────────── */

:root {
  --capstone-bg: #020818;
  --capstone-bg-alt: #071224;
  --capstone-card-bg: #0a1628;
  --capstone-border: rgba(255, 255, 255, 0.06);
  --capstone-text: #f5f7ff;
  --capstone-text-muted: #8f9bb8;
  --capstone-accent: #ff3b3b;   /* primary CTA red */
  --capstone-accent-soft: rgba(255, 59, 59, 0.12);
  --capstone-chart-blue: #2aa7ff;
  --capstone-chart-orange: #ff9f43;
  --capstone-radius-lg: 18px;
  --capstone-radius-sm: 12px;
  --capstone-shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.4);
}

/* If your theme has a body class (e.g., .template-index), you can scope these more tightly */
body {
  background-color: var(--capstone-bg);
  color: var(--capstone-text);
}

/* Links */
a {
  color: var(--capstone-chart-blue);
}
a:hover {
  color: var(--capstone-accent);
}

/* Generic section wrapper */
section[class^="capstone-"],
section[class*=" capstone-"] {
  padding: 60px 0;
}

/* Generic section titles */
.capstone-section-title,
.capstone-hero h1,
.capstone-portfolio-equity h2,
.capstone-personas h2,
.capstone-featured-strategies h2,
.capstone-education h2,
.capstone-transparency h2,
.capstone-newsletter h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 12px;
}

.capstone-section-subtitle {
  font-size: 16px;
  color: var(--capstone-text-muted);
  max-width: 720px;
}

/* Generic card style */
.capstone-card {
  background: radial-gradient(circle at top left, rgba(59, 130, 246, 0.12), transparent 55%)
              ,var(--capstone-card-bg);
  border-radius: var(--capstone-radius-lg);
  border: 1px solid var(--capstone-border);
  box-shadow: var(--capstone-shadow-soft);
  padding: 20px 22px;
  color: var(--capstone-text);
  position: relative;
  overflow: hidden;
}

.capstone-card--flat {
  box-shadow: none;
}

/* Buttons */
.capstone-btn-primary,
.capstone-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.03em;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background-color 0.16s ease, color 0.16s ease, transform 0.12s ease, box-shadow 0.16s ease;
}

.capstone-btn-primary {
  background: var(--capstone-accent);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(255, 59, 59, 0.45);
}

.capstone-btn-primary:hover {
  background: #ff5757;
  transform: translateY(-1px);
}

.capstone-btn-secondary {
  background: transparent;
  color: var(--capstone-text);
  border-color: rgba(255, 255, 255, 0.3);
}

.capstone-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.04);
}

/* Inline badges / tags */
.capstone-tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--capstone-text-muted);
}

/* Small stat labels (for metrics band, mini metrics under cards) */
.capstone-stat-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--capstone-text-muted);
}


/* ─────────────────────────────────────────────
   HERO SECTION
   ───────────────────────────────────────────── */

.capstone-hero {
  background: #0f1a2a;
  padding-top: 80px;
  padding-bottom: 80px;
}

.capstone-hero .inner {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.4fr);
  gap: 36px;
  align-items: center;
}

@media (max-width: 900px) {
  .capstone-hero .inner {
    grid-template-columns: 1fr;
  }
}

.capstone-hero h1 {
  font-size: 38px;
  line-height: 1.15;
  margin-bottom: 16px;
}

.capstone-hero p {
  font-size: 16px;
  color: var(--capstone-text-muted);
  margin-bottom: 16px;
}

.capstone-hero .hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 22px 0;
}

.capstone-hero .hero-bullets li {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  color: var(--capstone-text-muted);
  margin-bottom: 6px;
}

.capstone-hero .hero-bullets li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--capstone-chart-blue);
  margin-right: 8px;
  margin-top: 6px;
}

.capstone-hero .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Right visual container (chart / hero image) */
.capstone-hero-visual {
  border-radius: var(--capstone-radius-lg);
  border: 1px solid var(--capstone-border);
  background: radial-gradient(circle at top left, rgba(42, 167, 255, 0.18), transparent 55%)
              ,#050b18;
  padding: 16px;
  box-shadow: var(--capstone-shadow-soft);
}

/* If you place an image inside .capstone-hero-visual, make it fill nicely */
.capstone-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* ─────────────────────────────────────────────
   METRICS BAND
   ───────────────────────────────────────────── */

.capstone-metrics {
  background: linear-gradient(90deg, #050b18, #050b20);
  border-top: 1px solid var(--capstone-border);
  border-bottom: 1px solid var(--capstone-border);
}

.capstone-metrics .metrics-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 900px) {
  .capstone-metrics .metrics-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.capstone-metrics .metric-card {
  background: var(--capstone-bg-alt);
  border-radius: var(--capstone-radius-sm);
  border: 1px solid var(--capstone-border);
  padding: 14px 16px;
}

.capstone-metrics .metric-title {
  font-size: 20px;
  font-weight: 700;
}

.capstone-metrics .metric-subtitle {
  font-size: 12px;
  color: var(--capstone-text-muted);
}

/* ─────────────────────────────────────────────
   PORTFOLIO EQUITY CURVES SECTION
   ───────────────────────────────────────────── */

.capstone-portfolio-equity {
  background: radial-gradient(circle at top, #101a32 0, #020818 60%);
}

.capstone-portfolio-equity .equity-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.6fr);
  gap: 30px;
  align-items: center;
}

@media (max-width: 900px) {
  .capstone-portfolio-equity .equity-inner {
    grid-template-columns: 1fr;
  }
}

.capstone-portfolio-equity .mini-curves {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

@media (max-width: 900px) {
  .capstone-portfolio-equity .mini-curves {
    grid-template-columns: 1fr;
  }
}

/* You can place static PNG images of small charts inside these cards */
.capstone-portfolio-equity .mini-card-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
}

.capstone-portfolio-equity .mini-card-copy {
  font-size: 12px;
  color: var(--capstone-text-muted);
}

/* Large chart container on the right */
.capstone-portfolio-equity .equity-chart {
  border-radius: var(--capstone-radius-lg);
  border: 1px solid var(--capstone-border);
  background: #050b18;
  padding: 14px 16px;
  box-shadow: var(--capstone-shadow-soft);
}

/* ─────────────────────────────────────────────
   PERSONAS SECTION
   ───────────────────────────────────────────── */

.capstone-personas {
  background: #020818;
}

.capstone-personas .persona-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 26px;
}

@media (max-width: 900px) {
  .capstone-personas .persona-grid {
    grid-template-columns: 1fr;
  }
}

.capstone-personas .persona-card {
  background: radial-gradient(circle at top left, rgba(59, 130, 246, 0.12), transparent 55%), var(--capstone-card-bg);
  border-radius: var(--capstone-radius-lg);
  border: 1px solid var(--capstone-border);
  box-shadow: var(--capstone-shadow-soft);
  padding: 20px 22px;
  color: var(--capstone-text);
  position: relative;
  overflow: hidden;
}

.capstone-personas .persona-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.capstone-personas .persona-bullets {
  list-style: disc;
  padding-left: 18px;
  margin-bottom: 14px;
  color: var(--capstone-text-muted);
  font-size: 14px;
}

/* ─────────────────────────────────────────────
   EDUCATION SECTION
   ───────────────────────────────────────────── */

.capstone-education {
  background: #020818;
}

.capstone-education .education-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.6fr);
  gap: 24px;
  align-items: flex-start;
}

@media (max-width: 900px) {
  .capstone-education .education-inner {
    grid-template-columns: 1fr;
  }
}

.capstone-education .video-frame {
  border-radius: var(--capstone-radius-lg);
  border: 1px solid var(--capstone-border);
  overflow: hidden;
  box-shadow: var(--capstone-shadow-soft);
}

.capstone-education .video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.capstone-education .edu-links li {
  margin-bottom: 8px;
  font-size: 14px;
}

/* ─────────────────────────────────────────────
   TRANSPARENCY SECTION
   ───────────────────────────────────────────── */

.capstone-transparency {
  background: #050b18;
  border-top: 1px solid var(--capstone-border);
}

.capstone-transparency .transparency-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

@media (max-width: 900px) {
  .capstone-transparency .transparency-grid {
    grid-template-columns: 1fr;
  }
}

.capstone-transparency .transparency-item {
  font-size: 14px;
  color: var(--capstone-text-muted);
}

/* ─────────────────────────────────────────────
   NEWSLETTER SECTION
   ───────────────────────────────────────────── */

.capstone-newsletter {
  background: radial-gradient(circle at top, #101a34 0, #020818 60%);
  text-align: center;
}

.capstone-newsletter p {
  color: var(--capstone-text-muted);
  max-width: 540px;
  margin: 0 auto 18px auto;
}

.capstone-newsletter .newsletter-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.capstone-newsletter .newsletter-form input[type="email"],
.capstone-newsletter .newsletter-form input[type="text"] {
  min-width: 220px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(5, 11, 24, 0.9);
  color: var(--capstone-text);
  font-size: 14px;
}

.capstone-newsletter .newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.capstone-newsletter .newsletter-form button,
.capstone-newsletter .newsletter-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid transparent;
  background: var(--capstone-accent);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(255, 59, 59, 0.45);
  transition: background-color 0.16s ease, color 0.16s ease, transform 0.12s ease, box-shadow 0.16s ease;
}

/* Capstone metrics text override */
.capstone-metrics .metric-card .metric-title {
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 700;
}

.capstone-metrics .metric-card .metric-subtitle {
  color: var(--capstone-text-muted) !important;
  font-size: 12px;
}

/* ─────────────────────────────────────────────
   CAPSTONE PERSONAS (Feature Highlights)
   ───────────────────────────────────────────── */

.capstone-personas {
  background: radial-gradient(circle at top left, #111d3a 0, #020818 55%);
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Left image: make it subtle and not overpowering */
.capstone-personas .section-highlights__media,
.capstone-personas .highlight__media {
  filter: contrast(0.9) brightness(0.7);
}

.capstone-personas .highlight__media img {
  opacity: 0.55;
}

/* Right content column */
.capstone-personas .highlight__content {
  color: #ffffff;
}

/* Subheading */
.capstone-personas .highlight__subtitle {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--capstone-text-muted);
  margin-bottom: 6px;
}

/* Heading (persona title) */
.capstone-personas .highlight__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

/* Description text */
.capstone-personas .highlight__text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--capstone-text-muted);
  max-width: 420px;
}

/* Persona button */
.capstone-personas .button,
.capstone-personas .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  background: var(--capstone-accent);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(255, 59, 59, 0.45);
  transition: background-color 0.16s ease, transform 0.12s ease, box-shadow 0.16s ease;
}

.capstone-personas .button:hover,
.capstone-personas .btn:hover {
  background: #ff5757;
  transform: translateY(-1px);
}

/* Hotspot dots: make them a bit more visible */
.capstone-personas .feature-highlights__hotspot,
.capstone-personas .highlight__hotspot {
  border-color: rgba(255, 255, 255, 0.6);
}

.capstone-personas .feature-highlights__hotspot::before,
.capstone-personas .highlight__hotspot::before {
  background-color: var(--capstone-chart-blue);
}

/* ─────────────────────────────────────────────
   CAPSTONE PERSONAS – Feature Highlights text
   ───────────────────────────────────────────── */

.capstone-personas {
  background: radial-gradient(circle at top left, #111d3a 0, #020818 55%);
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Make sure the whole text block is bright enough */
.capstone-personas .highlight-content {
  color: #ffffff;
}

/* Subheading (small label above title) */
.capstone-personas .text-content-subheading.caption {
  color: var(--capstone-text-muted) !important;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  margin-bottom: 6px;
}

/* Heading (persona title) */
.capstone-personas .text-content-heading.heading-block {
  color: #ffffff !important;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Description paragraph */
.capstone-personas .text-content-description.rte {
  color: var(--capstone-text-muted) !important;
  font-size: 14px;
  line-height: 1.6;
  max-width: 420px;
  margin-bottom: 16px;
}

/* Button inside the personas section */
.capstone-personas .button,
.capstone-personas .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  background: var(--capstone-accent);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(255, 59, 59, 0.45);
  transition: background-color 0.16s ease, transform 0.12s ease, box-shadow 0.16s ease;
}

.capstone-personas .button:hover,
.capstone-personas .btn:hover {
  background: #ff5757;
  transform: translateY(-1px);
}

/* Hotspot dots – slightly brighter */
.capstone-personas .feature-highlights__hotspot,
.capstone-personas .highlight__hotspot {
  border-color: rgba(255, 255, 255, 0.7);
}

.capstone-personas .feature-highlights__hotspot::before,
.capstone-personas .highlight__hotspot::before {
  background-color: var(--capstone-chart-blue);
}
/* Hide the tiny slider bars / pagination under Personas */
.capstone-personas .feature-highlights__pagination,
.capstone-personas .swiper-pagination,
.capstone-personas .slider-pagination,
.capstone-personas .splide__pagination {
  display: none !important;
}

/* Hide voice search mic button in search drawer */
.search-drawer [class*="voice"],
.search-drawer [class*="speech"],
.search-drawer [class*="microphone"] {
  display: none !important;
}

/* ─────────────────────────────────────────────
   CAPSTONE – Featured Algorithms band
   ("SELECT OUR BEST ALGORITHMS")
   ───────────────────────────────────────────── */

.capstone-featured-strategies {
  /* Override the default light background */
  background: radial-gradient(circle at top left, #0b1430 0, #020617 55%, #020617 100%);
  padding-top: 64px;
  padding-bottom: 64px;
  color: #ffffff;
}

/* Header text in this band */
.capstone-featured-strategies .section__wrapper h2,
.capstone-featured-strategies .section__wrapper h3,
.capstone-featured-strategies .section__wrapper .section-heading {
  color: #ffffff;
}

.capstone-featured-strategies .section__wrapper p,
.capstone-featured-strategies .section__wrapper .section-description {
  color: #9ca3af;
}

/* Product grid spacing */
.capstone-featured-strategies .section__wrapper .grid,
.capstone-featured-strategies .section__wrapper .collection-products,
.capstone-featured-strategies .section__wrapper .product-list {
  row-gap: 24px;
}

/* Product cards – catch the common card classes used by this theme 
.capstone-featured-strategies .card,
.capstone-featured-strategies .card-product,
.capstone-featured-strategies .product-card,
.capstone-featured-strategies .product-grid-item {
  background: rgba(6, 12, 32, 0.98);
  border-radius: 18px;
  border: 1px solid rgba(79, 120, 255, 0.35);
  box-shadow:
    0 14px 40px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  transition:
    transform 0.14s ease,
    box-shadow 0.14s ease,
    border-color 0.14s ease;
}

.capstone-featured-strategies .card:hover,
.capstone-featured-strategies .card-product:hover,
.capstone-featured-strategies .product-card:hover,
.capstone-featured-strategies .product-grid-item:hover {
  transform: translateY(-3px);
  border-color: rgba(96, 165, 250, 0.9);
  box-shadow:
    0 22px 60px rgba(15, 23, 42, 0.9),
    0 0 0 1px rgba(37, 99, 235, 0.55);
}
*/

/* Softer frame for product cards in the “Select our best algorithms” band */
.capstone-featured-strategies .card,
.capstone-featured-strategies .card-product,
.capstone-featured-strategies .product-card,
.capstone-featured-strategies .product-grid-item {
  background: rgba(4, 12, 30, 0.9);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition:
    transform 0.14s ease,
    box-shadow 0.14s ease,
    border-color 0.14s ease;
}

.capstone-featured-strategies .card:hover,
.capstone-featured-strategies .card-product:hover,
.capstone-featured-strategies .product-card:hover,
.capstone-featured-strategies .product-grid-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.55);
}

/* Text inside product cards */
.capstone-featured-strategies .card-title,
.capstone-featured-strategies .product-title,
.capstone-featured-strategies .card__heading {
  color: #ffffff;
}

.capstone-featured-strategies .price,
.capstone-featured-strategies .product-price,
.capstone-featured-strategies .card-information {
  color: #e5e7eb;
}

/* Buttons in this band */
.capstone-featured-strategies .button,
.capstone-featured-strategies .btn {
  border-radius: 999px;
  font-weight: 600;
}

/* Optional faint divider lines top/bottom of band */
.capstone-featured-strategies::before,
.capstone-featured-strategies::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(
    to right,
    transparent,
    rgba(56, 189, 248, 0.28),
    transparent
  );
}

/* ─────────────────────────────────────────────
   CAPSTONE – Personas / Feature Highlights
   ───────────────────────────────────────────── */

/* Control the overall height via padding */
.capstone-personas {
  padding-top: 40px;
  padding-bottom: 40px;
}

.capstone-personas .section__wrapper {
  min-height: 0;
}

/* Desktop: align image + text side by side and centered */
@media (min-width: 1024px) {
  .capstone-personas .section__wrapper {
    max-width: 1120px !important;      /* keeps band aligned with the rest of the site at 1120px */
    margin: 0 auto;         /* centers the content */
    padding-inline: 24px;   /* a little breathing room from the edges */

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
  }
}

/* ─────────────────────────────────────────────
   CAPSTONE – Dark Newsletter band
   ───────────────────────────────────────────── */

/* Outer band + inner wrapper */
.capstone-newsletter,
.capstone-newsletter .newsletter__wrapper {
  background: radial-gradient(circle at top left, #0b1b3a 0, #020617 55%, #010310 100%) !important;
  color: #ffffff;
}

/* Kill any built-in light background image */
.capstone-newsletter .background-image {
  display: none !important;
}


/* Typography */
.capstone-newsletter h1,
.capstone-newsletter h2,
.capstone-newsletter h3,
.capstone-newsletter h4 {
  color: #ffffff;
}

.capstone-newsletter p {
  color: #9ca3af;
}

/* Form layout */
.capstone-newsletter form {
  max-width: 520px;
  margin-inline: auto;
}

/* Email input styling */
.capstone-newsletter input[type="email"] {
  background: #020617;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  color: #e5e7eb;
  padding-inline: 16px;
}

.capstone-newsletter input[type="email"]::placeholder {
  color: rgba(148, 163, 184, 0.9);
}

/* Button */
.capstone-newsletter .button,
.capstone-newsletter .btn,
.capstone-newsletter button[type="submit"] {
  border-radius: 999px;
  font-weight: 600;
}

/* Band spacing so it feels consistent with other sections */
.capstone-newsletter {
  padding-top: 48px;
  padding-bottom: 48px;
  border-top: 1px solid rgba(148, 163, 184, 0.25);
}

@media (max-width: 768px) {
  .capstone-newsletter {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

/* Capstone – soften Featured Algorithms cards */
.featured-collection .card,
.featured-collection .card--product {
  background: rgba(4, 12, 30, 0.9);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

/* Slight lift on hover */
.featured-collection .card:hover,
.featured-collection .card--product:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* Home – Featured Algorithms: hide prices on cards */
.featured-collection .price,
.featured-collection .card__information .price,
.featured-collection .card__badge-bottom .price {
  display: none !important;
}
/* Tighten spacing between blog band and footer */
.shopify-section.section-blog,
.shopify-section[id*="featured-blog"] {
  margin-bottom: 0;
  padding-bottom: 36px; /* keep a little breathing room */
}

.shopify-section.section-blog + .shopify-section-footer {
  margin-top: 0;
}
/* ===========================
   Portfolio Metrics Lab page
   =========================== */

.pm-lab {
  padding: 56px 0 72px;
  background: radial-gradient(circle at top, #0f172a 0, #020617 55%, #000000 100%);
  color: #e5e7eb;
}

.pm-lab .page-width {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}

/* HERO -------------------------------------------------- */

.pm-lab__hero {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 40px;
  align-items: center;
  margin-bottom: 56px;
}

.pm-lab__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  color: rgba(226, 232, 240, 0.7);
  margin-bottom: 8px;
}

.pm-lab__headline {
  font-size: 2rem;
  line-height: 1.25;
  margin: 0 0 14px;
}

.pm-lab__lede {
  max-width: 640px;
  font-size: 0.95rem;
  color: rgba(226, 232, 240, 0.9);
  margin-bottom: 16px;
}

.pm-lab__list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.pm-lab__list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  font-size: 0.9rem;
}

.pm-lab__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #f97316;
}

.pm-lab__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.pm-lab__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  font-size: 0.9rem;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
}

.pm-lab__btn--primary {
  background: #f97316;
  color: #0b1120;
}

.pm-lab__btn--primary:hover {
  background: #fb923c;
}

.pm-lab__btn--ghost {
  background: transparent;
  border-color: rgba(148, 163, 184, 0.7);
  color: #e5e7eb;
}

.pm-lab__btn--ghost:hover {
  border-color: #e5e7eb;
}

.pm-lab__disclaimer {
  font-size: 0.7rem;
  color: rgba(148, 163, 184, 0.9);
  margin-top: 4px;
  max-width: 640px;
}

/* hero side panel */

.pm-lab__hero-panel {
  border-radius: 20px;
  background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.3), rgba(15, 23, 42, 0.95));
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.pm-lab__pill {
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-size: 0.8rem;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.5);
}

/* SECTIONS -------------------------------------------------- */

.pm-lab__section {
  margin-bottom: 48px;
}

.pm-lab__section--how {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 40px;
}

.pm-lab__section-text h2,
.pm-lab__section--use-cases h2,
.pm-lab__section--cta h2 {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.pm-lab__section-text p {
  font-size: 0.9rem;
  color: rgba(226, 232, 240, 0.9);
  margin-bottom: 14px;
}

.pm-lab__steps {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 0.9rem;
  color: rgba(226, 232, 240, 0.9);
}

.pm-lab__steps li {
  margin-bottom: 4px;
}

.pm-lab__section-panel {
  border-radius: 18px;
  padding: 18px 20px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.45);
}

.pm-lab__panel-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(148, 163, 184, 0.9);
  margin-bottom: 8px;
}

.pm-lab__panel-list {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 0.9rem;
}

/* cards */

.pm-lab__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pm-lab__card {
  border-radius: 18px;
  padding: 18px 18px 20px;
  background: rgba(15, 23, 42, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.5);
  font-size: 0.9rem;
}

.pm-lab__card h3 {
  font-size: 1rem;
  margin-bottom: 8px;
}

/* CTA strip */

.pm-lab__cta {
  border-radius: 20px;
  padding: 22px 24px;
  background: linear-gradient(90deg, #111827, #020617);
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.pm-lab__cta p {
  font-size: 0.9rem;
  color: rgba(226, 232, 240, 0.9);
  margin-bottom: 16px;
}

.pm-lab__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Responsive tweaks */

@media (max-width: 900px) {
  .pm-lab {
    padding: 40px 0 56px;
  }

  .pm-lab__hero,
  .pm-lab__section--how {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-lab__hero-panel {
    max-width: 420px;
    margin-top: 12px;
  }

  .pm-lab__cards {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ===========================
   Capstone Contact Page
   =========================== */

.cap-contact {
  padding: 72px 0 96px;
  background: transparent !important;
  color: #e5e7eb;
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

@media screen and (min-width: 750px) {
  .cap-contact {
    padding-inline: 2rem;
  }
}

.cap-contact__inner {
  max-width: 100%;
  margin-inline: 0;
  padding-inline: 0;
}

/* Hero */

.cap-contact__hero {
  max-width: 720px;
  margin-bottom: 28px;
}

.cap-contact__eyebrow {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: rgba(148, 163, 184, 0.9);
  margin-bottom: 4px;
}

.cap-contact__title {
  font-size: 1.9rem;
  line-height: 1.3;
  margin: 0 0 6px;
  color: #f9fafb;
}

.cap-contact__subtitle {
  margin: 0;
  font-size: 0.98rem;
  color: #9ca3af;
}

/* Metrics strip */

.cap-contact__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 32px;
}

.cap-contact__metric {
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.35);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cap-contact__metric-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #6b7280;
}

.cap-contact__metric-value {
  font-size: 0.86rem;
  color: #e5e7eb;
}

/* Main grid */

.cap-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 3fr);
  gap: 36px;
  align-items: flex-start;
}

/* Left panels */

.cap-contact__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cap-contact__panel {
  position: relative;
  padding: 18px 18px 16px;
  border-radius: 16px;
  background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.12), rgba(15, 23, 42, 0.96));
  border: 1px solid rgba(148, 163, 184, 0.26);
  overflow: hidden;
}

/* subtle “data” strip at the top of each panel */
.cap-contact__panel::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d3ee, #a855f7, #f97316);
  opacity: 0.5;
}

.cap-contact__panel h2 {
  font-size: 1rem;
  margin: 4px 0 4px;
  color: #e5e7eb;
}

.cap-contact__panel p {
  margin: 0 0 6px;
  font-size: 0.9rem;
  color: #9ca3af;
}

.cap-contact__panel ul {
  margin: 0;
  padding-left: 18px;
  font-size: 0.88rem;
  color: #9ca3af;
}

.cap-contact__panel li + li {
  margin-top: 2px;
}

.cap-contact__note {
  margin-top: 4px;
  font-size: 0.78rem;
  color: #6b7280;
}

/* Form side */

.cap-contact__form {
  padding: 22px 22px 24px;
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.97);
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.55);
}

/* kill theme pseudo-borders so our full rectangle border shows */
.cap-contact__form .field::before,
.cap-contact__form .field::after {
  content: none !important;
}

.cap-contact__field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cap-contact__form .field {
  margin-bottom: 12px;
}

.cap-contact__form .field label {
  display: block;
  font-size: 0.78rem;
  margin-bottom: 4px;
  color: #9ca3af;
}

/* Inputs & textarea – square/rectangular look */

.cap-contact__form .field input,
.cap-contact__form .field select,
.cap-contact__form .field textarea {
  width: 100%;
  border-radius: 6px !important;   /* full rectangle corners */
  border: 1px solid rgba(148, 163, 184, 0.8);
  background: rgba(15, 23, 42, 0.98);
  color: #e5e7eb;
  padding: 9px 10px;
  font-size: 0.9rem;
  box-shadow: none;
}

.cap-contact__form .field input:focus,
.cap-contact__form .field select:focus,
.cap-contact__form .field textarea:focus {
  outline: none;
  border-color: #38bdf8;
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.7);
}

.cap-contact__form .field textarea {
  resize: vertical;
}

/* Messages */

.cap-contact__success {
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(22, 163, 74, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.6);
  font-size: 0.86rem;
  color: #bbf7d0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.cap-contact__success-main {
  flex: 1;
}

.cap-contact__success-close {
  border: none;
  background: transparent;
  color: #bbf7d0;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 2px 4px;
}

.cap-contact__success-close:hover {
  color: #fefce8;
}

.cap-contact__errors {
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(127, 29, 29, 0.3);
  border: 1px solid rgba(248, 113, 113, 0.7);
  font-size: 0.86rem;
  color: #fecaca;
}

.cap-contact__errors ul {
  margin: 4px 0 0;
  padding-left: 18px;
}

.cap-contact__footnote {
  margin: 4px 0 10px;
  font-size: 0.78rem;
  color: #6b7280;
}

/* Primary button – brighter, more CTA-like */

.cap-contact__button {
  width: 100%;
  background: linear-gradient(90deg, #f97316, #ea580c);
  border: none;
  color: #0b1120;
  font-weight: 600;
  font-size: 0.96rem;
  padding: 11px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.08s ease-out, box-shadow 0.08s ease-out, background 0.12s ease-out;
}

.cap-contact__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.6);
  background: linear-gradient(90deg, #fb923c, #f97316);
}

/* Responsive */

@media screen and (max-width: 900px) {
  .cap-contact {
    padding: 48px 0 72px;
  }

  .cap-contact__metrics {
    grid-template-columns: minmax(0, 1fr);
  }

  .cap-contact__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .cap-contact__form {
    padding: 18px 16px 20px;
  }

  .cap-contact__field-row {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* === Trading Systems landing page overrides === */
body.template-page-trading-systems {
  background: #02051a;           /* dark background like home */
  color: #e5e7eb;                /* light body text */
}

/* Remove the white panel that creates the “border” effect */
body.template-page-trading-systems .content-for-layout {
  background: transparent;
}

/* Keep the content width consistent with other marketing pages */
body.template-page-trading-systems .page-width {
  max-width: 1120px;
}

/* === Market Portfolios landing page overrides === */
body.template-page-market-portfolios {
  background: radial-gradient(circle at top, #01172a 0, #020617 55%, #000000 100%) !important;
  color: #e5e7eb;
}

body.template-page-market-portfolios .content-for-layout {
  background: transparent !important;
}

/* Remove white background from MM Algorithms page */
body.template-page-money-management-algos .content-for-layout {
  background: transparent !important;
}

/* Ensure MM Algorithms page has consistent body background */
body.template-page-money-management-algos {
  background: radial-gradient(circle at top, #01172a 0, #020617 55%, #000000 100%) !important;
}

/* Remove white background from collection pages */
body.template-collection .content-for-layout {
  background: transparent !important;
}

/* Standardize page-width on ALL pages - EXACTLY 1120px for consistency */
/* This includes: Home, Strategies, Auto Trade, Portfolios, MM Algorithms, Books, Courses, Contact, Blog, Articles */
body.template-index .page-width,
body.template-page-market-portfolios .page-width,
body.template-page-money-management-algos .page-width,
body.template-page-contact-capstone .page-width,
body.template-page-contact .page-width,
body.template-page-auto-trade .page-width,
body.template-page-books .page-width,
body.template-page-courses .page-width,
body.template-collection .page-width,
body.template-collection .main-collection-text-image .page-width,
body.template-collection .rich-text .page-width,
body.template-blog .page-width,
body.template-article .page-width,
body.template-page .page-width {
  max-width: 1120px !important;
  margin-inline: auto !important;
  padding-inline: 1.5rem !important;
}

@media screen and (min-width: 750px) {
  body.template-index .page-width,
  body.template-page-market-portfolios .page-width,
  body.template-page-money-management-algos .page-width,
  body.template-page-contact-capstone .page-width,
  body.template-page-contact .page-width,
  body.template-page-auto-trade .page-width,
  body.template-page-books .page-width,
  body.template-page-courses .page-width,
  body.template-collection .page-width,
  body.template-collection .main-collection-text-image .page-width,
  body.template-collection .rich-text .page-width,
  body.template-blog .page-width,
  body.template-article .page-width,
  body.template-page .page-width {
    padding-inline: 2rem !important;
  }
}

/* Ensure collection content areas match other pages exactly - same width as Portfolios/MM */
body.template-collection .main-collection-text-image__wrapper,
body.template-collection .main-collection-text-image .collection-content,
body.template-collection .rich-text,
body.template-collection .rich-text .page-width,
body.template-collection .strategies-hero,
body.template-collection .strategies-grid,
body.template-collection .strategies-faq {
  max-width: 1120px !important;
  margin-inline: auto !important;
  padding-inline: 1.5rem !important;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 750px) {
  body.template-collection .main-collection-text-image__wrapper,
  body.template-collection .main-collection-text-image .collection-content,
  body.template-collection .rich-text,
  body.template-collection .rich-text .page-width,
  body.template-collection .strategies-hero,
  body.template-collection .strategies-grid,
  body.template-collection .strategies-faq {
    padding-inline: 2rem !important;
  }
}

/* Ensure collection sections don't have different widths - match Portfolios/MM exactly */
body.template-collection .main-collection-text-image,
body.template-collection .main-collection-text-image .section__wrapper,
body.template-collection .rich-text .section__wrapper,
body.template-collection .section__wrapper,
body.template-collection .shopify-section .section__wrapper,
body.template-collection section .section__wrapper {
  max-width: 1120px !important;
  margin-inline: auto !important;
  padding-inline: 1.5rem !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

@media screen and (min-width: 750px) {
  body.template-collection .main-collection-text-image,
  body.template-collection .main-collection-text-image .section__wrapper,
  body.template-collection .rich-text .section__wrapper,
  body.template-collection .section__wrapper,
  body.template-collection .shopify-section .section__wrapper,
  body.template-collection section .section__wrapper {
    padding-inline: 2rem !important;
  }
}

/* Remove any borders from collection section elements */
body.template-collection .main-collection-text-image.isolate,
body.template-collection .main-collection-text-image[class*="color-"],
body.template-collection .rich-text.isolate,
body.template-collection .rich-text[class*="color-"] {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
/* === Capstone global frame === */
:root {
  --capstone-max-width: 1120px;
  --capstone-horizontal-padding: 1.5rem;
}

.page-width {
  max-width: var(--capstone-max-width);
  margin-inline: auto;
  padding-inline: var(--capstone-horizontal-padding);
}

/* === Global dark background for Capstone === */

/* Body background gradient for the whole site */
body {
  background: radial-gradient(circle at top, #01172a 0, #020617 55%, #000000 100%) !important;
  color: #e5e7ff;
}

/* Ensure all page templates have consistent body background - EXACT SAME COLOR */
body.template-collection,
body.template-page,
body.template-page-money-management-algos,
body.template-page-market-portfolios,
body.template-page-contact-capstone,
body.template-page-contact,
body.template-collection .content-for-layout,
body.template-page .content-for-layout {
  background: radial-gradient(circle at top, #01172a 0, #020617 55%, #000000 100%) !important;
  background-color: #000000 !important;
}

/* Override any inline background styles in custom pages - make transparent so body gradient shows */
.cap-contact,
.mp-page,
.mm-page,
.sp-page,
.contact-page {
  background: transparent !important;
  background-color: transparent !important;
}

/* Override inline styles from templates - force consistent backgrounds */
.mm-page[style*="background"],
.mp-page[style*="background"],
.cap-contact[style*="background"],
.sp-page[style*="background"],
.contact-page[style*="background"] {
  background: transparent !important;
  background-color: transparent !important;
}

/* Ensure Contact page custom-liquid is transparent */
body.template-page-contact-capstone .custom-liquid,
body.template-page-contact-capstone .custom-liquid__wrapper,
body.template-page-contact .custom-liquid,
body.template-page-contact .custom-liquid__wrapper {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
}

/* Ensure Contact page has same width constraint as others - override any other rules */
body.template-page-contact-capstone .cap-contact,
body.template-page-contact .cap-contact,
body.template-page-contact-capstone .cap-contact__inner,
body.template-page-contact .cap-contact__inner {
  max-width: 1120px !important;
  margin-inline: auto !important;
  padding-inline: 1.5rem !important;
}

@media screen and (min-width: 750px) {
  body.template-page-contact-capstone .cap-contact,
  body.template-page-contact .cap-contact {
    padding-inline: 2rem !important;
  }
}

body.template-page-contact-capstone .cap-contact__inner,
body.template-page-contact .cap-contact__inner {
  max-width: 100% !important;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
}

/* Let sections be transparent by default so the body gradient shows */
.main-content,
.shopify-section {
  background: transparent;
}

/* Make sure standard text is readable on the dark base */
h1, h2, h3, h4, h5, h6,
p, li, label, small {
  color: #e5e7ff;
}
/* Global page-width for main content on all pages */
.main-content .page-width,
.content-for-layout .page-width,
body .page-width {
  max-width: 1120px !important;
  margin-inline: auto;
}
/* ==== CAPSTONE INTERIOR PAGE WIDTH (Strategies / Portfolios / MM / Contact) ==== */
/* Standardize all interior pages to same width and padding - EXACTLY 1120px */
.sp-page,
.mp-page,
.mm-page,
.contact-page,
.cap-contact {
  max-width: 1120px !important;
  margin-inline: auto !important;
  padding-inline: 1.5rem !important;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 750px) {
  .sp-page,
  .mp-page,
  .mm-page,
  .contact-page,
  .cap-contact {
    padding-inline: 2rem !important;
  }
}

/* Ensure inner wrappers don't add extra width */
.cap-contact__inner {
  max-width: 100% !important;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
}

/* Remove any borders from cap-contact inner wrapper and page-width */
.cap-contact__inner,
.cap-contact .page-width,
.cap-contact .section__wrapper,
.cap-contact,
.cap-contact * {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Remove borders from any element with inline border styles on Contact/Auto Trade */
body.template-page-contact [style*="border"],
body.template-page-auto-trade [style*="border"],
body.template-page-contact [style*="box-shadow"],
body.template-page-auto-trade [style*="box-shadow"] {
  border: none !important;
  box-shadow: none !important;
}

/* ==== HOME HERO HEIGHT ==== */
.template-index .home-hero {
  padding-block: 80px 120px;
  min-height: 520px;
}

/* ==== STANDARD INTERIOR PAGE WIDTH ==== */
/* Targets the shared .page-width wrapper INSIDE each page type */
.page-strategies .page-width,
.page-market-portfolios .page-width,
.page-mm-algorithms .page-width,
.page-contact .page-width {
  max-width: 1120px;
  margin-inline: auto;
}

/* ==== REMOVE WHITE BACKGROUND FROM STRATEGIES & PORTFOLIOS ==== */
/* Override white/light backgrounds on collection pages to match dark theme */
body.template-collection .main-collection-text-image .collection-content[class*="color-"],
body.template-collection .main-collection-text-image .collection-content[class*="color-"].gradient,
body.template-collection .rich-text[class*="color-"],
body.template-collection .rich-text[class*="color-"].gradient,
body.template-page-money-management-algos .custom-liquid,
body.template-page-money-management-algos .custom-liquid .gradient,
body.template-page-money-management-algos .custom-liquid [class*="color-"],
body.template-page-money-management-algos .custom-liquid [class*="color-"].gradient,
body.template-page-market-portfolios .custom-liquid,
body.template-page-market-portfolios .custom-liquid .gradient,
body.template-page-market-portfolios .custom-liquid [class*="color-"],
body.template-page-market-portfolios .custom-liquid [class*="color-"].gradient,
body.template-page .custom-liquid,
body.template-page .custom-liquid .gradient,
body.template-page .custom-liquid [class*="color-"],
body.template-page .custom-liquid [class*="color-"].gradient {
  background: transparent !important;
  background-color: transparent !important;
  --gradient-background: transparent !important;
  --color-background: transparent !important;
}

/* Also ensure the wrapper doesn't have white background or border */
body.template-collection .main-collection-text-image__wrapper,
body.template-collection .main-collection-text-image,
body.template-collection .rich-text,
body.template-collection .main-collection-text-image .collection-content,
body.template-page-money-management-algos .custom-liquid,
body.template-page-money-management-algos .custom-liquid__wrapper,
body.template-page-market-portfolios .custom-liquid,
body.template-page-market-portfolios .custom-liquid__wrapper,
body.template-page .custom-liquid,
body.template-page .custom-liquid__wrapper {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Remove any borders from collection content sections */
body.template-collection .collection-content,
body.template-collection .main-collection-text-image .collection-content {
  border: none !important;
  outline: none !important;
}

/* Remove borders from Strategies page sections - make it match other pages */
body.template-collection .main-collection-text-image.isolate,
body.template-collection .main-collection-text-image[class*="color-"],
body.template-collection .rich-text.isolate,
body.template-collection .rich-text[class*="color-"],
body.template-collection .main-collection-text-image,
body.template-collection .rich-text,
body.template-collection .isolate,
body.template-collection .isolate.isolate--higher {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Remove white backgrounds and borders from custom-liquid section wrappers */
.custom-liquid,
.custom-liquid__wrapper,
.custom-liquid.isolate,
.custom-liquid.isolate.isolate--higher,
.custom-liquid[class*="color-"],
.custom-liquid.gradient,
.custom-liquid .section__wrapper {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Remove borders from isolate class on all pages */
body.template-page .isolate,
body.template-page .isolate.isolate--higher,
body.template-page-contact .isolate,
body.template-page-contact .isolate.isolate--higher,
body.template-page-auto-trade .isolate,
body.template-page-auto-trade .isolate.isolate--higher,
body.template-collection .isolate,
body.template-collection .isolate.isolate--higher {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Remove borders from Strategies page custom sections */
body.template-collection .cap-hero,
body.template-collection .cap-grid,
body.template-collection .container,
body.template-collection section,
body.template-collection .shopify-section {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Remove borders from all section wrappers on Contact and Auto Trade */
body.template-page-contact .section__wrapper,
body.template-page-contact .custom-liquid__wrapper,
body.template-page-auto-trade .section__wrapper,
body.template-page-auto-trade .custom-liquid__wrapper,
body.template-page-contact .shopify-section,
body.template-page-auto-trade .shopify-section,
body.template-page-contact .isolate,
body.template-page-auto-trade .isolate,
body.template-page-contact .gradient,
body.template-page-auto-trade .gradient {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Remove borders from any element with inline border styles on Contact/Auto Trade */
body.template-page-contact [style*="border"],
body.template-page-auto-trade [style*="border"],
body.template-page-contact [style*="box-shadow"],
body.template-page-auto-trade [style*="box-shadow"] {
  border: none !important;
  box-shadow: none !important;
}

/* Ensure .container class uses same width as page-width - CRITICAL for Strategies page */
body.template-collection .container,
body.template-collection .cap-hero.container,
body.template-collection .cap-grid.container,
body.template-collection section.container,
body.template-collection .strategies-hero .container,
body.template-collection .strategies-grid .container,
body.template-collection .strategies-faq .container,
body.template-collection .cap-hero,
body.template-collection .cap-grid {
  max-width: 1120px !important;
  margin-inline: auto !important;
  padding-inline: 1.5rem !important;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 750px) {
  body.template-collection .container,
  body.template-collection .cap-hero.container,
  body.template-collection .cap-grid.container,
  body.template-collection section.container,
  body.template-collection .strategies-hero .container,
  body.template-collection .strategies-grid .container,
  body.template-collection .strategies-faq .container,
  body.template-collection .cap-hero,
  body.template-collection .cap-grid {
    padding-inline: 2rem !important;
  }
}

/* Override .container class ONLY on collection pages (Strategies) - don't affect other pages */
body.template-collection .container,
body.template-collection section.container,
body.template-collection .shopify-section .container {
  max-width: 1120px !important;
  margin-inline: auto !important;
}

/* Force all Strategies page sections to use 1120px width - VERY AGGRESSIVE */
body.template-collection .shopify-section,
body.template-collection .shopify-section[class*="strategies"],
body.template-collection section[class*="strategies"],
body.template-collection .strategies-hero,
body.template-collection .strategies-grid,
body.template-collection .strategies-faq {
  max-width: 1120px !important;
  margin-inline: auto !important;
  padding-inline: 1.5rem !important;
}

@media screen and (min-width: 750px) {
  body.template-collection .shopify-section,
  body.template-collection .shopify-section[class*="strategies"],
  body.template-collection section[class*="strategies"],
  body.template-collection .strategies-hero,
  body.template-collection .strategies-grid,
  body.template-collection .strategies-faq {
    padding-inline: 2rem !important;
  }
}

/* Ensure Strategies page main content wrapper is also constrained */
body.template-collection #MainContent,
body.template-collection main {
  max-width: 1120px !important;
  margin-inline: auto !important;
  padding-inline: 1.5rem !important;
}

@media screen and (min-width: 750px) {
  body.template-collection #MainContent,
  body.template-collection main {
    padding-inline: 2rem !important;
  }
}

/* Standardize blog and article page widths */
body.template-blog .main-blog__wrapper,
body.template-blog .main-blog__wrapper.page-width,
body.template-article .main-article__wrapper,
body.template-article .main-article__wrapper.page-width {
  max-width: 1120px !important;
  margin-inline: auto !important;
  padding-inline: 1.5rem !important;
}

@media screen and (min-width: 750px) {
  body.template-blog .main-blog__wrapper,
  body.template-blog .main-blog__wrapper.page-width,
  body.template-article .main-article__wrapper,
  body.template-article .main-article__wrapper.page-width {
    padding-inline: 2rem !important;
  }
}

/* Specifically target Strategies collection page white/dark backgrounds and borders */
body.template-collection .main-collection-text-image,
body.template-collection .main-collection-text-image__wrapper,
body.template-collection .main-collection-text-image .collection-content.color-scheme-7,
body.template-collection .main-collection-text-image .collection-content[class*="scheme-7"],
body.template-collection .rich-text.color-scheme-7,
body.template-collection .rich-text[class*="scheme-7"],
body.template-collection .main-collection,
body.template-collection .main-collection__wrapper,
body.template-collection .main-collection-text-image .collection-content {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Remove any dark borders from collection sections */
body.template-collection .main-collection-text-image__wrapper,
body.template-collection .main-collection-text-image .collection-content,
body.template-collection .section__wrapper {
  border: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

/* Remove white borders from main-collection section */
body.template-collection .main-collection,
body.template-collection .main-collection .section__wrapper,
body.template-collection .main-collection .product-grid-container,
body.template-collection .main-collection__wrapper {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Remove borders from facet and collection wrapper elements */
body.template-collection .facet-horizontal,
body.template-collection .main-collection__wrapper,
body.template-collection .content-grid-main {
  background: transparent !important;
  border: none !important;
}

/* Ensure all section wrappers are transparent on these pages */
body.template-collection .section__wrapper,
body.template-page-money-management-algos .section__wrapper,
body.template-page-market-portfolios .section__wrapper {
  background: transparent !important;
  border: none !important;
}

/* Remove white backgrounds from all section wrappers on these pages */
body.template-collection .shopify-section,
body.template-collection .section__wrapper,
body.template-page-money-management-algos .shopify-section,
body.template-page-money-management-algos .section__wrapper,
body.template-page-market-portfolios .shopify-section,
body.template-page-market-portfolios .section__wrapper {
  background: transparent !important;
  background-color: transparent !important;
}

/* Target the isolate class which might have background */
body.template-collection .isolate,
body.template-page-money-management-algos .isolate,
body.template-page-market-portfolios .isolate {
  background: transparent !important;
}

/* Override CSS variables that might be setting white backgrounds on section-level elements */
body.template-collection .shopify-section,
body.template-collection .section__wrapper,
body.template-collection .collection-content,
body.template-page-money-management-algos .shopify-section,
body.template-page-money-management-algos .section__wrapper,
body.template-page-market-portfolios .shopify-section,
body.template-page-market-portfolios .section__wrapper {
  --color-background: transparent !important;
  --gradient-background: transparent !important;
}

/* ==== STANDARDIZE HEADER BACKGROUND ACROSS ALL PAGES ==== */
/* Ensure header has consistent dark background on all pages */
.section-header .header-wrapper .header,
.section-header .header-wrapper .header[class*="color-"],
.section-header .header-wrapper .header.gradient {
  background: rgba(2, 8, 23, 0.95) !important;
  background-color: rgba(2, 8, 23, 0.95) !important;
  backdrop-filter: blur(8px);
}

/* Override header blur for search area to prevent text blurring */
.section-header .header-wrapper .header .header-main .header-search,
.section-header .header-wrapper .header .header-main .header-search * {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Override color scheme backgrounds on header */
.section-header .header-wrapper .header[class*="color-"] {
  --color-background: 2, 8, 23 !important;
  --gradient-background: transparent !important;
}

/* Ensure header background is consistent even when transparent header is enabled */
.section-header .header-wrapper.header--background-transparent .header:before {
  background: rgba(2, 8, 23, 0.95) !important;
}

/* Make sure header text is visible on dark background */
.section-header .header-wrapper .header {
  --color-foreground: 229, 231, 255 !important;
}

/* ==== MAKE LOGO BACKGROUND TRANSPARENT ==== */
/* Remove any background from logo wrapper and logo itself */
.header-main .header-logo,
.header-main .header-logo .header-heading-logo-wrapper,
.header-main .header-logo .header-heading-logo-wrapper .header-heading-logo,
.header-main .header-logo .header-logo-link {
  background: transparent !important;
  background-color: transparent !important;
}

/* Ensure logo images don't have white backgrounds */
.header-heading-logo-wrapper img,
.header-heading-logo {
  background: transparent !important;
  background-color: transparent !important;
}

/* ==== REMOVE REMAINING WHITE BORDERS AND BACKGROUNDS ==== */
/* Target any elements with white/light backgrounds that might create borders */
body.template-collection *[style*="background"][style*="white"],
body.template-collection *[style*="background"][style*="#fff"],
body.template-page-money-management-algos *[style*="background"][style*="white"],
body.template-page-money-management-algos *[style*="background"][style*="#fff"],
body.template-page-market-portfolios *[style*="background"][style*="white"],
body.template-page-market-portfolios *[style*="background"][style*="#fff"] {
  background: transparent !important;
  background-color: transparent !important;
}

/* Remove white borders from all sections and wrappers */
body.template-collection .shopify-section,
body.template-collection .section__wrapper,
body.template-page-money-management-algos .shopify-section,
body.template-page-money-management-algos .section__wrapper,
body.template-page-market-portfolios .shopify-section,
body.template-page-market-portfolios .section__wrapper {
  border: none !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Remove borders from content areas that might create white border effect */
body.template-collection .collection-content,
body.template-collection .main-collection-text-image .collection-content,
body.template-collection .rich-text,
body.template-page-money-management-algos .custom-liquid,
body.template-page-market-portfolios .custom-liquid {
  border: none !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Ensure page-width containers don't have white backgrounds or borders */
body.template-collection .page-width,
body.template-page-money-management-algos .page-width,
body.template-page-market-portfolios .page-width {
  background: transparent !important;
  border: none !important;
}

/* Remove any white backgrounds from main content areas */
body.template-collection .content-for-layout,
body.template-page-money-management-algos .content-for-layout,
body.template-page-market-portfolios .content-for-layout {
  background: transparent !important;
  border: none !important;
}

/* ===== CRITICAL FIXES FOR STRATEGIES, BOOKS, AND COURSES PAGES ===== */

/* CRITICAL: Ensure Books and Courses pages use standard 1120px width */
/* Remove any width constraints that might be making them narrower */
body.template-page-books .page-width,
body.template-page-courses .page-width,
body.template-page-books .page-width.width--narrow,
body.template-page-courses .page-width.width--narrow,
body.template-page-books .page-width.width--medium,
body.template-page-courses .page-width.width--medium,
body.template-page-books .section__wrapper,
body.template-page-courses .section__wrapper,
body.template-page-books .shopify-section,
body.template-page-courses .shopify-section {
  max-width: 1120px !important;
  margin-inline: auto !important;
  padding-inline: 1.5rem !important;
}

@media screen and (min-width: 750px) {
  body.template-page-books .page-width,
  body.template-page-courses .page-width,
  body.template-page-books .page-width.width--narrow,
  body.template-page-courses .page-width.width--narrow,
  body.template-page-books .page-width.width--medium,
  body.template-page-courses .page-width.width--medium,
  body.template-page-books .section__wrapper,
  body.template-page-courses .section__wrapper,
  body.template-page-books .shopify-section,
  body.template-page-courses .shopify-section {
    padding-inline: 2rem !important;
  }
}

/* CRITICAL: Force Strategies page container to be exactly 1120px - override everything */
body.template-collection .container,
body.template-collection .cap-hero.container,
body.template-collection .cap-grid.container,
body.template-collection section.container,
body.template-collection .strategies-hero .container,
body.template-collection .strategies-grid .container,
body.template-collection .strategies-faq .container,
body.template-collection .cap-hero,
body.template-collection .cap-grid {
  max-width: 1120px !important;
  width: 100% !important;
  margin-inline: auto !important;
  padding-inline: 1.5rem !important;
  box-sizing: border-box !important;
}

@media screen and (min-width: 750px) {
  body.template-collection .container,
  body.template-collection .cap-hero.container,
  body.template-collection .cap-grid.container,
  body.template-collection section.container,
  body.template-collection .strategies-hero .container,
  body.template-collection .strategies-grid .container,
  body.template-collection .strategies-faq .container,
  body.template-collection .cap-hero,
  body.template-collection .cap-grid {
    padding-inline: 2rem !important;
  }
}

/* ========================================================================== */
/* CAPSTONE WIDTH NORMALIZATION (fix Strategies + Books + Courses width mismatch)
   - STRATEGIES menu item is a PAGE: /pages/trading-systems  (body class: page-trading-systems)
   - BOOKS and COURSES menu items are COLLECTIONS: /collections/e-book and /collections/courses
   This block is intentionally placed at the very end of the CSS so it wins specificity.
*/
/* ========================================================================== */

:root{
  --capstone-max-width: 1120px;
  --capstone-pad: 1.5rem;
  --capstone-pad-lg: 2rem;
}

/* 1) Normalize all page-width variants used by Shopify themes (Dawn-style and custom themes) */
.page-width,
.page-width--narrow,
.page-width--medium,
.page-width--wide,
.page-width.width--narrow,
.page-width.width--medium,
.page-width.page-width--narrow,
.page-width.page-width--medium,
.page-width.page-width--wide{
  max-width: var(--capstone-max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-width,
.page-width--narrow,
.page-width--medium,
.page-width--wide,
.section__wrapper,
.content-for-layout .section__wrapper{
  padding-left: var(--capstone-pad) !important;
  padding-right: var(--capstone-pad) !important;
  box-sizing: border-box;
}

@media screen and (min-width: 750px){
  .page-width,
  .page-width--narrow,
  .page-width--medium,
  .page-width--wide,
  .section__wrapper,
  .content-for-layout .section__wrapper{
    padding-left: var(--capstone-pad-lg) !important;
    padding-right: var(--capstone-pad-lg) !important;
  }
}

/* 2) STRATEGIES page (/pages/trading-systems): constrain custom .container wrappers */
body.page-trading-systems .container,
body.page-trading-systems section.container,
body.page-trading-systems .cap-hero,
body.page-trading-systems .cap-grid,
body.page-trading-systems .strategies-hero,
body.page-trading-systems .strategies-grid,
body.page-trading-systems .strategies-faq{
  max-width: var(--capstone-max-width) !important;
  width: 100% !important;
  margin-inline: auto !important;
  padding-inline: var(--capstone-pad) !important;
  box-sizing: border-box !important;
}

@media screen and (min-width: 750px){
  body.page-trading-systems .container,
  body.page-trading-systems section.container,
  body.page-trading-systems .cap-hero,
  body.page-trading-systems .cap-grid,
  body.page-trading-systems .strategies-hero,
  body.page-trading-systems .strategies-grid,
  body.page-trading-systems .strategies-faq{
    padding-inline: var(--capstone-pad-lg) !important;
  }
}

/* 3) BOOKS + COURSES collections: ensure any theme-specific inner wrappers are not narrower */
body.template-collection .collection,
body.template-collection .collection-hero,
body.template-collection .collection-hero__inner,
body.template-collection .main-collection-product-grid,
body.template-collection .facets-vertical,
body.template-collection .facets-container,
body.template-collection .facets-container-drawer{
  max-width: var(--capstone-max-width) !important;
  margin-inline: auto !important;
  box-sizing: border-box;
}

/* ========================================================================== */
/* CAPSTONE: FORCE BOOKS + COURSES COLLECTIONS TO STANDARD PAGE WIDTH
   Use this if /collections/e-book and /collections/courses still render narrower
   than the rest of the site due to theme "narrow/medium" width wrappers.
   Paste at the VERY END of your last-loaded CSS asset.
*/
/* ========================================================================== */

/* Target both common Shopify body class patterns:
   - collection-e-book / collection-courses (Dawn-style)
   - any body class containing the handle (fallback) */
body.template-collection.collection-e-book,
body.template-collection.collection-courses,
body.template-collection[class*="collection-e-book"],
body.template-collection[class*="collection-courses"]{
  --capstone-max-width: 1120px;
}

/* Force all page-width variants that themes use on collections */
body.template-collection.collection-e-book .page-width,
body.template-collection.collection-e-book .page-width--narrow,
body.template-collection.collection-e-book .page-width--medium,
body.template-collection.collection-e-book .page-width--large,
body.template-collection.collection-e-book .page-width--wide,
body.template-collection.collection-e-book .page-width--full,
body.template-collection.collection-courses .page-width,
body.template-collection.collection-courses .page-width--narrow,
body.template-collection.collection-courses .page-width--medium,
body.template-collection.collection-courses .page-width--large,
body.template-collection.collection-courses .page-width--wide,
body.template-collection.collection-courses .page-width--full,
body.template-collection[class*="collection-e-book"] .page-width,
body.template-collection[class*="collection-e-book"] .page-width--narrow,
body.template-collection[class*="collection-e-book"] .page-width--medium,
body.template-collection[class*="collection-e-book"] .page-width--large,
body.template-collection[class*="collection-e-book"] .page-width--wide,
body.template-collection[class*="collection-e-book"] .page-width--full,
body.template-collection[class*="collection-courses"] .page-width,
body.template-collection[class*="collection-courses"] .page-width--narrow,
body.template-collection[class*="collection-courses"] .page-width--medium,
body.template-collection[class*="collection-courses"] .page-width--large,
body.template-collection[class*="collection-courses"] .page-width--wide,
body.template-collection[class*="collection-courses"] .page-width--full{
  max-width: var(--capstone-max-width) !important;
  margin-inline: auto !important;
  padding-inline: 2rem !important;
  box-sizing: border-box !important;
}

/* Also clamp common "inner" wrappers that some themes constrain */
body.template-collection.collection-e-book main#MainContent,
body.template-collection.collection-e-book #MainContent,
body.template-collection.collection-courses main#MainContent,
body.template-collection.collection-courses #MainContent,
body.template-collection[class*="collection-e-book"] main#MainContent,
body.template-collection[class*="collection-e-book"] #MainContent,
body.template-collection[class*="collection-courses"] main#MainContent,
body.template-collection[class*="collection-courses"] #MainContent{
  max-width: none !important;
}

/* If your theme uses a product-grid container with a fixed max-width, neutralize it */
body.template-collection.collection-e-book .product-grid-container,
body.template-collection.collection-e-book .collection-products,
body.template-collection.collection-e-book .product-list,
body.template-collection.collection-courses .product-grid-container,
body.template-collection.collection-courses .collection-products,
body.template-collection.collection-courses .product-list,
body.template-collection[class*="collection-e-book"] .product-grid-container,
body.template-collection[class*="collection-e-book"] .collection-products,
body.template-collection[class*="collection-e-book"] .product-list,
body.template-collection[class*="collection-courses"] .product-grid-container,
body.template-collection[class*="collection-courses"] .collection-products,
body.template-collection[class*="collection-courses"] .product-list{
  max-width: none !important;
}

/* CAPSTONE: Normalize BOOKS + COURSES collection header width */
@media screen and (min-width: 750px) {
  /* Ensure wrapper is standard width even if section isn't using .page-width */
  body.template-collection.collection-e-book .main-collection-text-image__wrapper,
  body.template-collection.collection-courses .main-collection-text-image__wrapper {
    max-width: 1120px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  /* Remove the “40rem medium” constraint inside the collection header */
  body.template-collection.collection-e-book .main-collection-text-image__wrapper .content-group,
  body.template-collection.collection-courses .main-collection-text-image__wrapper .content-group {
    max-width: 1120px !important;
    width: 100% !important;
  }
}
/* ======================================================================
   TRADING SYSTEMS PAGE (Custom Liquid: .ts-*)
   Scoped to template: page.trading-systems
   ====================================================================== */
body.template-page-trading-systems .ts-page {
  padding-block: 56px 80px;
  color: #e5e7eb;
}

/* Ensure typography stays light on this one page */
body.template-page-trading-systems .ts-page h1,
body.template-page-trading-systems .ts-page h2,
body.template-page-trading-systems .ts-page h3,
body.template-page-trading-systems .ts-page p,
body.template-page-trading-systems .ts-page li,
body.template-page-trading-systems .ts-page a,
body.template-page-trading-systems .ts-page summary {
  color: #e5e7eb;
}

/* ---------- SECTIONS ---------- */
body.template-page-trading-systems .ts-section {
  margin-top: 64px;
}

body.template-page-trading-systems .ts-section h2 {
  margin-bottom: 10px;
}

body.template-page-trading-systems .ts-section__intro {
  max-width: 720px;
  margin-bottom: 24px;
  opacity: 0.9;
}

/* ---------- HERO ---------- */
body.template-page-trading-systems .ts-hero {
  display: grid;
  grid-template-columns: minmax(0, 2.4fr) minmax(0, 1.6fr);
  gap: 32px;
  align-items: center;
  padding-bottom: 32px;
}

body.template-page-trading-systems .ts-hero__text {
  max-width: 800px;
}

body.template-page-trading-systems .ts-kicker {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.75rem;
  opacity: 0.75;
}

body.template-page-trading-systems .ts-hero h1 {
  margin-top: 8px;
  line-height: 1.15;
}

body.template-page-trading-systems .ts-lead {
  margin-top: 12px;
  max-width: 680px;
  opacity: 0.9;
}

/* hero metrics pills */
body.template-page-trading-systems .ts-hero__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

body.template-page-trading-systems .ts-pill {
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.45);
}

body.template-page-trading-systems .ts-pill__label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  opacity: 0.75;
}

body.template-page-trading-systems .ts-pill__value {
  font-size: 0.85rem;
}

/* hero buttons & note */
body.template-page-trading-systems .ts-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

body.template-page-trading-systems .ts-hero__note {
  margin-top: 12px;
  font-size: 0.75rem;
  opacity: 0.75;
}

/* Right-side visual panel (your markup uses .ts-hero__visual) */
body.template-page-trading-systems .ts-hero__visual,
body.template-page-trading-systems .ts-hero__viz {
  max-width: 420px;
  margin-left: auto;
}

body.template-page-trading-systems .ts-hero__panel {
  background: radial-gradient(circle at top left, rgba(29, 78, 216, 0.35) 0, rgba(2, 6, 23, 0.95) 55%, rgba(0, 0, 0, 0.95) 100%);
  border-radius: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6);
}

body.template-page-trading-systems .ts-hero__panel-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0.8;
  margin-bottom: 10px;
}

body.template-page-trading-systems .ts-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

body.template-page-trading-systems .ts-chip {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  font-size: 0.75rem;
  background: rgba(15, 23, 42, 0.85);
  opacity: 0.95;
}

/* Simple “equity teaser” placeholder lines */
body.template-page-trading-systems .ts-hero__equity-teaser {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(148, 163, 184, 0.25);
  position: relative;
}

body.template-page-trading-systems .ts-hero__equity-line,
body.template-page-trading-systems .ts-hero__equity-drawdown {
  height: 6px;
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.12);
  overflow: hidden;
  margin-top: 10px;
  position: relative;
}

body.template-page-trading-systems .ts-hero__equity-line::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-35%);
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.0), rgba(56, 189, 248, 0.55), rgba(56, 189, 248, 0.0));
  animation: ts-sweep 3.2s ease-in-out infinite;
}

body.template-page-trading-systems .ts-hero__equity-drawdown::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-55%);
  background: linear-gradient(90deg, rgba(255, 71, 71, 0.0), rgba(255, 71, 71, 0.45), rgba(255, 71, 71, 0.0));
  animation: ts-sweep 4.1s ease-in-out infinite;
  opacity: 0.85;
}

@keyframes ts-sweep {
  0%   { transform: translateX(-70%); }
  50%  { transform: translateX(10%); }
  100% { transform: translateX(80%); }
}

/* responsive hero */
@media (max-width: 960px) {
  body.template-page-trading-systems .ts-hero {
    grid-template-columns: minmax(0, 1fr);
  }
  body.template-page-trading-systems .ts-hero__visual,
  body.template-page-trading-systems .ts-hero__viz {
    order: -1;
    margin: 0 auto 24px;
    max-width: 520px;
  }
}

/* ---------- BUTTONS ---------- */
body.template-page-trading-systems .ts-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 0.85rem;
  border: 1px solid transparent;
  text-decoration: none;
}

body.template-page-trading-systems .ts-btn--primary {
  background: #ff4747;
  color: #ffffff;
}

body.template-page-trading-systems .ts-btn--primary:hover {
  background: #ff5e5e;
}

body.template-page-trading-systems .ts-btn--ghost {
  border-color: rgba(148, 163, 184, 0.7);
  background: transparent;
}

body.template-page-trading-systems .ts-btn--ghost:hover {
  background: rgba(15, 23, 42, 0.8);
}

/* ---------- GRID & CARDS ---------- */
body.template-page-trading-systems .ts-grid {
  display: grid;
  gap: 18px;
}

body.template-page-trading-systems .ts-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
body.template-page-trading-systems .ts-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.template-page-trading-systems .ts-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 1000px) {
  body.template-page-trading-systems .ts-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 750px) {
  body.template-page-trading-systems .ts-grid--4,
  body.template-page-trading-systems .ts-grid--3,
  body.template-page-trading-systems .ts-grid--2 {
    grid-template-columns: minmax(0, 1fr);
  }
}

body.template-page-trading-systems .ts-card {
  background: rgba(15, 23, 42, 0.96);
  border-radius: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.55);
}

body.template-page-trading-systems .ts-card h3 {
  margin-bottom: 6px;
}

body.template-page-trading-systems .ts-card--subtle {
  background: rgba(15, 23, 42, 0.72);
}

/* lists */
body.template-page-trading-systems .ts-list,
body.template-page-trading-systems .ts-metrics-list {
  margin: 0;
  padding-left: 1rem;
}
body.template-page-trading-systems .ts-list li,
body.template-page-trading-systems .ts-metrics-list li {
  margin-bottom: 6px;
}

/* flagship tagline */
body.template-page-trading-systems .ts-card--flagship .ts-tagline {
  font-size: 0.85rem;
  opacity: 0.85;
  margin-bottom: 8px;
}

/* links */
body.template-page-trading-systems .ts-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
  font-size: 0.85rem;
  text-decoration: none;
  opacity: 0.95;
}

body.template-page-trading-systems .ts-link--button {
  margin-top: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.25);
}

/* ---------- PORTFOLIO CTA SECTION ---------- */
body.template-page-trading-systems .ts-portfolios {
  margin-top: 72px;
  padding: 28px 24px 30px;
  border-radius: 24px;
  background: radial-gradient(circle at top, rgba(2, 6, 23, 0.95) 0, rgba(2, 6, 23, 0.85) 40%, rgba(0, 0, 0, 0.9) 100%);
  border: 1px solid rgba(148, 163, 184, 0.5);
}

/* ---------- FAQ ---------- */
body.template-page-trading-systems .ts-faq {
  margin-top: 72px;
}

body.template-page-trading-systems .ts-faq__item {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.4);
}

body.template-page-trading-systems .ts-faq__item summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

body.template-page-trading-systems .ts-faq__item summary::-webkit-details-marker {
  display: none;
}

body.template-page-trading-systems .ts-faq__item summary::after {
  content: "＋";
  float: right;
  opacity: 0.7;
}

body.template-page-trading-systems .ts-faq__item[open] summary::after {
  content: "−";
  opacity: 0.9;
}

body.template-page-trading-systems .ts-faq__item p {
  margin-top: 8px;
  font-size: 0.9rem;
  opacity: 0.9;
}

/* CSS Custom Properties */
:root {
  --mm-color-bg-primary: #000000;
  --mm-color-bg-secondary: #020617;
  --mm-color-bg-tertiary: #01172a;
  --mm-color-bg-card: rgba(3, 10, 30, 0.94);
  --mm-color-bg-card-hover: rgba(3, 10, 30, 0.98);
  --mm-color-text-primary: #ffffff;
  --mm-color-text-secondary: #ffffff;
  --mm-color-text-muted: #ffffff;
  --mm-color-border: rgba(255, 255, 255, 0.2);
  --mm-color-border-hover: rgba(255, 255, 255, 0.35);
  --mm-color-accent-primary: #ff4747;
  --mm-color-accent-primary-hover: #ff5e5e;
  --mm-color-accent-success: #22c55e;
  --mm-color-accent-info: #3b82f6;
  --mm-spacing-xs: 6px;
  --mm-spacing-sm: 12px;
  --mm-spacing-md: 18px;
  --mm-spacing-lg: 24px;
  --mm-spacing-xl: 32px;
  --mm-spacing-2xl: 48px;
  --mm-spacing-3xl: 64px;
  --mm-radius-sm: 18px;
  --mm-radius-md: 22px;
  --mm-radius-full: 999px;
  --mm-transition: 0.2s ease;
}

/* Base Styles */
.mm-page {
  padding-block: 56px 80px;
  background: radial-gradient(circle at top, var(--mm-color-bg-tertiary) 0, var(--mm-color-bg-secondary) 55%, var(--mm-color-bg-primary) 100%);
  color: var(--mm-color-text-primary);
  max-width: 100%;
  min-height: 100vh;
  position: relative;
}

.mm-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.mm-page > * {
  position: relative;
  z-index: 1;
}

/* Global text visibility improvements - catch all */
.mm-page * {
  color: inherit;
}

.mm-page p,
.mm-page span,
.mm-page div,
.mm-page td,
.mm-page th,
.mm-page label {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.mm-page strong,
.mm-page b {
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  font-weight: 700;
}

.mm-page h1,
.mm-page h2,
.mm-page h3,
.mm-page p,
.mm-page li,
.mm-page span,
.mm-page div {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.mm-page a {
  color: var(--mm-color-text-primary);
  text-decoration: none;
}

.mm-page h1 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.1;
  font-weight: 700;
  margin-top: 8px;
  color: #ffffff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.mm-page h2 {
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.mm-page h3 {
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 6px;
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

/* Hero */
.mm-hero {
  display: flex;
  gap: var(--mm-spacing-xl);
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: var(--mm-spacing-3xl);
}

@media (max-width: 900px) {
  .mm-hero {
    flex-direction: column;
  }
}

.mm-hero__text {
  max-width: 720px;
  flex: 1;
}

.mm-kicker {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.75rem;
  opacity: 1;
  font-weight: 700;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.mm-lead {
  margin-top: var(--mm-spacing-sm);
  max-width: 680px;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.6;
}

.mm-hero__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: var(--mm-spacing-sm);
  margin-top: 20px;
}

.mm-pill {
  padding: 6px 14px;
  border-radius: var(--mm-radius-full);
  background: rgba(10, 22, 60, 0.9);
  border: 1px solid var(--mm-color-border);
  font-size: 0.8rem;
  transition: transform var(--mm-transition), border-color var(--mm-transition);
}

.mm-pill:hover {
  transform: translateY(-1px);
  border-color: var(--mm-color-border-hover);
}

.mm-pill__label {
  display: block;
  text-transform: uppercase;
  font-size: 0.7rem;
  opacity: 1;
  font-weight: 700;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.mm-pill__value {
  font-size: 0.85rem;
  margin-top: 2px;
  display: block;
}

.mm-hero__card {
  max-width: 320px;
  margin-left: auto;
  background: radial-gradient(circle at top, #0b1220, var(--mm-color-bg-secondary));
  border-radius: var(--mm-radius-md);
  padding: var(--mm-spacing-md) 20px;
  border: 1px solid var(--mm-color-border);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.75);
  font-size: 0.9rem;
  transition: transform var(--mm-transition), box-shadow var(--mm-transition);
  color: #ffffff !important;
}

.mm-hero__card ul {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.mm-hero__card li {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.mm-hero__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.85);
}

.mm-hero__card h3 {
  margin-bottom: 8px;
}

.mm-hero__card ul {
  margin: 0 0 8px 1rem;
  padding: 0;
  line-height: 1.6;
}

.mm-hero__card li {
  margin-bottom: 4px;
}

/* Visualization Section */
.mm-visualization {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.6) 0%, rgba(2, 6, 23, 0.8) 100%);
  border-radius: var(--mm-radius-sm);
  padding: var(--mm-spacing-2xl) var(--mm-spacing-xl);
  margin-top: var(--mm-spacing-3xl);
  border: 1px solid var(--mm-color-border);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
}

.mm-viz-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--mm-spacing-xl);
  margin-top: var(--mm-spacing-xl);
}

@media (max-width: 1000px) {
  .mm-viz-container {
    grid-template-columns: minmax(0, 1fr);
  }
}

.mm-viz-card {
  background: var(--mm-color-bg-card);
  border-radius: var(--mm-radius-sm);
  padding: var(--mm-spacing-lg);
  border: 1px solid var(--mm-color-border);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.55);
  transition: transform var(--mm-transition), box-shadow var(--mm-transition);
  backdrop-filter: blur(10px);
}

.mm-viz-card--equity {
  grid-column: 1 / -1;
}

@media (min-width: 1001px) {
  .mm-viz-card--equity {
    grid-column: 1;
  }
}

.mm-viz-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.65);
}

.mm-viz-card__header {
  margin-bottom: var(--mm-spacing-lg);
}

.mm-viz-card__header h3 {
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.mm-viz-card__subtitle {
  font-size: 0.8rem;
  opacity: 1;
  margin-top: 4px;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 600;
}

.mm-equity-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--mm-spacing-md);
}

.mm-equity-panel {
  position: relative;
}

.mm-equity-label {
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: var(--mm-spacing-sm);
  text-align: center;
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.mm-equity-chart-before,
.mm-equity-chart-after {
  height: 200px;
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.8);
  border: 1px solid var(--mm-color-border);
  position: relative;
  overflow: hidden;
  padding: 12px;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
}

.mm-equity-chart-before {
  border-color: rgba(255, 71, 71, 0.3);
}

.mm-equity-chart-after {
  border-color: rgba(34, 197, 94, 0.3);
}

.mm-equity-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.mm-equity-line {
  stroke-linejoin: round;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  animation: mmDrawEquityLine 2.5s ease-out forwards;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.mm-equity-line--volatile {
  animation-delay: 0s;
}

.mm-equity-line--smooth {
  animation-delay: 0.3s;
}

@keyframes mmDrawEquityLine {
  to {
    stroke-dashoffset: 0;
  }
}

.mm-equity-area {
  opacity: 0;
  animation: mmFadeInEquityArea 1.2s ease-out forwards;
}

.mm-equity-area--volatile {
  animation-delay: 0.8s;
}

.mm-equity-area--smooth {
  animation-delay: 1.1s;
}

@keyframes mmFadeInEquityArea {
  to {
    opacity: 0.4;
  }
}

.mm-equity-dot {
  filter: drop-shadow(0 0 4px currentColor);
  animation: mmDotMoveEquity 6s ease-in-out infinite;
}

.mm-equity-dot--volatile {
  animation: mmDotMoveVolatile 6s ease-in-out infinite 2.5s;
}

.mm-equity-dot--smooth {
  animation: mmDotMoveSmooth 6s ease-in-out infinite 2.8s;
}

@keyframes mmDotMoveVolatile {
  0% { transform: translate(0, 0); opacity: 1; }
  11% { transform: translate(40px, -30px); opacity: 1; }
  22% { transform: translate(80px, 30px); opacity: 1; }
  33% { transform: translate(120px, -50px); opacity: 1; }
  44% { transform: translate(160px, 10px); opacity: 1; }
  56% { transform: translate(200px, -20px); opacity: 1; }
  67% { transform: translate(240px, 40px); opacity: 1; }
  78% { transform: translate(280px, -30px); opacity: 1; }
  100% { transform: translate(360px, -10px); opacity: 1; }
}

@keyframes mmDotMoveSmooth {
  0% { transform: translate(0, 0); opacity: 1; }
  11% { transform: translate(40px, -5px); opacity: 1; }
  22% { transform: translate(80px, -2px); opacity: 1; }
  33% { transform: translate(120px, -4px); opacity: 1; }
  44% { transform: translate(160px, 2px); opacity: 1; }
  56% { transform: translate(200px, 0); opacity: 1; }
  67% { transform: translate(240px, 4px); opacity: 1; }
  78% { transform: translate(280px, -2px); opacity: 1; }
  100% { transform: translate(360px, 0); opacity: 1; }
}

.mm-chart-placeholder--example {
  padding: 10px;
  min-height: 80px;
  position: relative;
  background: rgba(2, 6, 23, 0.4);
  background-image: 
    linear-gradient(to right, rgba(148, 163, 184, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(148, 163, 184, 0.06) 1px, transparent 1px);
  background-size: 15px 15px;
  border-radius: 6px;
}

.mm-equity-stats {
  display: flex;
  gap: var(--mm-spacing-lg);
  justify-content: center;
  margin-top: var(--mm-spacing-md);
  padding-top: var(--mm-spacing-md);
  border-top: 1px solid var(--mm-color-border);
}

.mm-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.mm-stat__label {
  font-size: 0.75rem;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-weight: 700;
}

.mm-stat__value {
  font-size: 1.2rem;
  font-weight: 700;
}

.mm-stat__value--before {
  color: #ff4747;
}

.mm-stat__value--after {
  color: #22c55e;
}

.mm-concept-diagram {
  display: flex;
  flex-direction: column;
  gap: var(--mm-spacing-md);
  padding: var(--mm-spacing-md);
  position: relative;
  min-height: 450px;
}

.mm-architecture-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.4;
}

.mm-flow-line {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: mmDrawFlowLine 1.5s ease-out forwards;
}

.mm-flow-line--1 {
  animation-delay: 0.5s;
}

.mm-flow-line--2 {
  animation-delay: 1.5s;
}

@keyframes mmDrawFlowLine {
  to {
    stroke-dashoffset: 0;
  }
}

.mm-arrow-marker {
  animation: mmFadeInArrow 0.8s ease-out forwards;
  opacity: 0;
}

.mm-arrow-marker {
  animation-delay: 1s;
}

.mm-arrow-marker--green {
  animation-delay: 2s;
}

@keyframes mmFadeInArrow {
  to {
    opacity: 1;
  }
}

.mm-layer {
  background: rgba(15, 23, 42, 0.6);
  border-radius: 12px;
  padding: var(--mm-spacing-md);
  border: 1px solid var(--mm-color-border);
  animation: mmLayerFadeIn 0.6s ease-out forwards;
  opacity: 0;
  position: relative;
  z-index: 1;
}

.mm-layer--base {
  animation-delay: 0.1s;
}

.mm-layer--mm {
  animation-delay: 0.3s;
}

.mm-layer--output {
  animation-delay: 0.5s;
}

@keyframes mmLayerFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
}

.mm-layer__label {
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: var(--mm-spacing-sm);
  text-align: center;
  opacity: 1;
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.mm-layer__content {
  display: flex;
  gap: var(--mm-spacing-sm);
  justify-content: center;
  flex-wrap: wrap;
}

.mm-strategy-node,
.mm-mm-node,
.mm-output-node {
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.8rem;
  text-align: center;
  border: 1px solid var(--mm-color-border);
  background: var(--mm-color-bg-card);
  animation: mmNodeFadeIn 0.4s ease-out forwards;
  opacity: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  position: relative;
  z-index: 1;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 600;
}

.mm-node-icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  flex-shrink: 0;
}

.mm-strategy-node:nth-child(1) { animation-delay: 0.2s; }
.mm-strategy-node:nth-child(2) { animation-delay: 0.3s; }
.mm-strategy-node:nth-child(3) { animation-delay: 0.4s; }

.mm-mm-node:nth-child(1) { animation-delay: 0.4s; }
.mm-mm-node:nth-child(2) { animation-delay: 0.5s; }
.mm-mm-node:nth-child(3) { animation-delay: 0.6s; }

.mm-output-node:nth-child(1) { animation-delay: 0.6s; }
.mm-output-node:nth-child(2) { animation-delay: 0.7s; }
.mm-output-node:nth-child(3) { animation-delay: 0.8s; }

@keyframes mmNodeFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
}

.mm-mm-node {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mm-mm-icon {
  font-size: 0.9rem;
  font-weight: 600;
}

.mm-arrow-down {
  text-align: center;
  padding: var(--mm-spacing-xs) 0;
  position: relative;
}

.mm-arrow-icon {
  font-size: 1.5rem;
  color: var(--mm-color-accent-info);
  display: inline-block;
  animation: mmArrowPulse 2s ease-in-out infinite;
}

.mm-arrow-icon--green {
  color: var(--mm-color-accent-success);
  animation-delay: 0.5s;
}

@keyframes mmArrowPulse {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(5px);
    opacity: 0.7;
  }
}

/* Sections */
.mm-section {
  margin-top: var(--mm-spacing-3xl);
  scroll-margin-top: 80px;
}

.mm-section__header {
  margin-bottom: 20px;
}

.mm-section__label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 1;
  font-weight: 700;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.mm-section__intro {
  max-width: 720px;
  margin-top: 8px;
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 1;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.mm-section--band {
  padding: var(--mm-spacing-lg) 20px;
  margin-inline: -20px;
  border-radius: var(--mm-radius-lg);
  background: radial-gradient(circle at left, #0b1220, var(--mm-color-bg-secondary));
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

/* Two Column Layout */
.mm-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: var(--mm-spacing-lg);
}

.mm-two-col--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
}

@media (max-width: 900px) {
  .mm-two-col,
  .mm-two-col--reverse {
    grid-template-columns: minmax(0, 1fr);
  }
}

.mm-two-col__text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.mm-two-col__text p {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.mm-list {
  padding-left: 1.1rem;
  margin: var(--mm-spacing-sm) 0 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.mm-list li {
  margin-bottom: 4px;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.mm-list--compact li {
  margin-bottom: 2px;
  font-size: 0.85rem;
}

.mm-list--license li {
  margin-bottom: 6px;
  padding-left: 4px;
}

/* Media Placeholders */
.mm-media {
  border-radius: var(--mm-radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(15, 23, 42, 0.9);
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  text-align: center;
  padding: var(--mm-spacing-sm);
  transition: border-color var(--mm-transition);
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.mm-media:hover {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-media--compact {
  min-height: 120px;
}

.mm-media--video {
  min-height: 200px;
}

.mm-media--enhanced {
  border: 1px solid var(--mm-color-border);
  background: rgba(2, 6, 23, 0.8);
  padding: var(--mm-spacing-md);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
}

.mm-media--example {
  min-height: 140px;
}

.mm-media--license {
  min-height: 100px;
}

.mm-diagram {
  width: 100%;
  padding: var(--mm-spacing-md);
  background: rgba(2, 6, 23, 0.6);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.mm-diagram__title {
  font-weight: 700;
  margin-bottom: var(--mm-spacing-md);
  text-align: center;
  font-size: 0.9rem;
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.mm-diagram__flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--mm-spacing-sm);
  flex-wrap: wrap;
}

.mm-flow-item {
  display: flex;
  align-items: center;
  gap: var(--mm-spacing-xs);
}

.mm-flow-box {
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  border: 2px solid;
  min-width: 100px;
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.mm-flow-box--strategy {
  background: rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.5);
  color: #93c5fd;
}

.mm-flow-box--equity {
  background: rgba(255, 71, 71, 0.15);
  border-color: rgba(255, 71, 71, 0.5);
  color: #fca5a5;
}

.mm-flow-box--mm {
  background: rgba(34, 197, 94, 0.15);
  border-color: rgba(34, 197, 94, 0.5);
  color: #86efac;
}

.mm-flow-box--output {
  background: rgba(168, 85, 247, 0.15);
  border-color: rgba(168, 85, 247, 0.5);
  color: #c4b5fd;
}

.mm-flow-arrow {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
}

.mm-pmma-diagram {
  position: relative;
  min-height: 320px;
  padding: var(--mm-spacing-lg);
  background: rgba(2, 6, 23, 0.6);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.mm-pmma-diagram__title {
  text-align: center;
  font-weight: 700;
  margin-bottom: var(--mm-spacing-lg);
  font-size: 0.9rem;
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.mm-pmma-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  animation: mmCenterFadeIn 0.8s ease-out forwards;
  opacity: 0;
}

@keyframes mmCenterFadeIn {
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }
}

.mm-pmma-node {
  padding: 12px 18px;
  border-radius: var(--mm-radius-full);
  background: radial-gradient(circle, rgba(56, 189, 248, 0.2), var(--mm-color-bg-card));
  border: 2px solid var(--mm-color-accent-info);
  font-weight: 700;
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.3);
  animation: mmPmmaNodePulse 3s ease-in-out infinite;
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

@keyframes mmPmmaNodePulse {
  0%, 100% {
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.3);
  }
  50% {
    box-shadow: 0 0 30px rgba(59, 130, 246, 0.5);
  }
}

.mm-pmma-strategies {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--mm-spacing-md);
  margin-bottom: var(--mm-spacing-lg);
  position: relative;
  z-index: 5;
}

.mm-pmma-strategy {
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--mm-color-bg-card);
  border: 1px solid var(--mm-color-border);
  text-align: center;
  font-size: 0.85rem;
  animation: mmStrategyFadeIn 0.8s ease-out forwards;
  opacity: 0;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 600;
}

.mm-pmma-strategy:nth-child(1) { animation-delay: 0.2s; }
.mm-pmma-strategy:nth-child(2) { animation-delay: 0.4s; }
.mm-pmma-strategy:nth-child(3) { animation-delay: 0.6s; }
.mm-pmma-strategy:nth-child(4) { animation-delay: 0.8s; }

@keyframes mmStrategyFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
}

.mm-pmma-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  border: 2px dashed rgba(34, 197, 94, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--mm-spacing-sm);
  background: rgba(34, 197, 94, 0.05);
  z-index: 2;
  animation: mmOverlayFadeIn 1s ease-out forwards 1s;
  opacity: 0;
}

@keyframes mmOverlayFadeIn {
  to {
    opacity: 1;
  }
}

.mm-pmma-overlay-label {
  font-weight: 600;
  color: var(--mm-color-accent-success);
  font-size: 0.9rem;
  text-shadow: 0 0 8px rgba(34, 197, 94, 0.5);
}

.mm-pmma-overlay-rules {
  display: flex;
  gap: var(--mm-spacing-sm);
  flex-wrap: wrap;
  justify-content: center;
}

.mm-pmma-overlay-rules span {
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.5);
  font-size: 0.75rem;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 600;
}

.mm-example-viz {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mm-signal-viz {
  display: flex;
  flex-direction: column;
  gap: var(--mm-spacing-sm);
  width: 100%;
  max-width: 200px;
}

.mm-signal-bar {
  border-radius: 6px;
  padding: 8px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  transition: transform var(--mm-transition);
  animation: mmBarGrow 0.8s ease-out forwards;
  transform: scaleY(0);
  transform-origin: bottom;
}

.mm-signal-bar--long {
  animation-delay: 0.2s;
}

.mm-signal-bar--short {
  animation-delay: 0.4s;
}

@keyframes mmBarGrow {
  to {
    transform: scaleY(1);
  }
}

.mm-signal-bar:hover {
  transform: scale(1.05);
}

.mm-signal-bar--long {
  background: linear-gradient(to right, #22c55e, #4ade80);
  color: #fff;
}

.mm-signal-bar--short {
  background: linear-gradient(to right, #ff4747, #ff6b6b);
  color: #fff;
}

.mm-signal-result {
  text-align: center;
  font-weight: 600;
  color: var(--mm-color-accent-success);
  font-size: 0.85rem;
  margin-top: var(--mm-spacing-xs);
  animation: mmFadeIn 0.6s ease-out forwards 0.6s;
  opacity: 0;
  text-shadow: 0 0 8px rgba(34, 197, 94, 0.5);
}

@keyframes mmFadeIn {
  to {
    opacity: 1;
  }
}

.mm-position-viz {
  display: flex;
  align-items: center;
  gap: var(--mm-spacing-sm);
  flex-wrap: wrap;
  justify-content: center;
}

.mm-position-strategy {
  padding: 6px 10px;
  border-radius: 6px;
  background: rgba(59, 130, 246, 0.2);
  border: 1px solid rgba(59, 130, 246, 0.4);
  font-size: 0.75rem;
  animation: mmNodeFadeIn 0.4s ease-out forwards;
  opacity: 0;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 600;
}

.mm-position-strategy:nth-child(1) { animation-delay: 0.1s; }
.mm-position-strategy:nth-child(2) { animation-delay: 0.2s; }
.mm-position-strategy:nth-child(3) { animation-delay: 0.3s; }

.mm-position-connector {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  animation: mmFadeIn 0.6s ease-out forwards 0.4s;
  opacity: 0;
}

.mm-position-combined {
  padding: 8px 14px;
  border-radius: 8px;
  background: rgba(34, 197, 94, 0.2);
  border: 2px solid rgba(34, 197, 94, 0.5);
  font-weight: 700;
  font-size: 0.85rem;
  animation: mmNodeFadeIn 0.4s ease-out forwards 0.5s;
  opacity: 0;
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.mm-setup-steps {
  display: flex;
  flex-direction: column;
  gap: var(--mm-spacing-xs);
  margin: var(--mm-spacing-md) 0;
}

.mm-step-item {
  display: flex;
  align-items: center;
  gap: var(--mm-spacing-sm);
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.4);
  border: 1px solid var(--mm-color-border);
  font-size: 0.85rem;
  transition: background var(--mm-transition);
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 600;
}

.mm-step-item:hover {
  background: rgba(15, 23, 42, 0.6);
}

.mm-step-number {
  width: 24px;
  height: 24px;
  border-radius: var(--mm-radius-full);
  background: var(--mm-color-accent-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.mm-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--mm-spacing-md);
  margin: var(--mm-spacing-md) 0;
}

.mm-benefit-item {
  display: flex;
  gap: var(--mm-spacing-sm);
  padding: var(--mm-spacing-sm);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.4);
  border: 1px solid var(--mm-color-border);
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.mm-benefit-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.mm-benefit-text {
  flex: 1;
}

.mm-benefit-text strong {
  display: block;
  margin-bottom: 2px;
  font-size: 0.85rem;
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  font-weight: 700;
}

.mm-benefit-text p {
  font-size: 0.75rem;
  opacity: 1;
  margin: 0;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.mm-grid {
  display: grid;
  gap: var(--mm-spacing-md);
}

.mm-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mm-grid--stack {
  margin-top: var(--mm-spacing-md);
}

@media (max-width: 900px) {
  .mm-grid--2 {
    grid-template-columns: minmax(0, 1fr);
  }
}

.mm-card {
  background: var(--mm-color-bg-card);
  border-radius: var(--mm-radius-sm);
  padding: var(--mm-spacing-md) 20px;
  border: 1px solid var(--mm-color-border);
  font-size: 0.9rem;
  transition: transform var(--mm-transition), box-shadow var(--mm-transition), border-color var(--mm-transition);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  color: #ffffff !important;
}

.mm-card p {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.mm-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.65);
  border-color: var(--mm-color-border-hover);
}

.mm-card--example {
  display: flex;
  flex-direction: column;
}

.mm-card--example p {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.mm-card--license {
  display: flex;
  flex-direction: column;
  gap: var(--mm-spacing-sm);
}

.mm-card__icon {
  margin-bottom: var(--mm-spacing-sm);
}

.mm-icon-circle {
  width: 50px;
  height: 50px;
  border-radius: var(--mm-radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 600;
  background: rgba(15, 23, 42, 0.6);
  border: 2px solid var(--mm-color-border);
}

.mm-icon-circle--signal {
  border-color: rgba(59, 130, 246, 0.5);
  background: rgba(59, 130, 246, 0.1);
}

.mm-icon-circle--position {
  border-color: rgba(34, 197, 94, 0.5);
  background: rgba(34, 197, 94, 0.1);
}

.mm-rules-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--mm-spacing-md);
  margin-top: var(--mm-spacing-lg);
}

.mm-card--rule {
  position: relative;
  padding-left: 50px;
}

.mm-rule-number {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  border-radius: var(--mm-radius-full);
  background: var(--mm-color-accent-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}

.mm-card--rule h3 {
  font-size: 1rem;
  margin-bottom: var(--mm-spacing-xs);
}

.mm-card--rule p {
  font-size: 0.85rem;
  line-height: 1.5;
  opacity: 1;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.mm-stack {
  display: flex;
  flex-direction: column;
  gap: var(--mm-spacing-lg);
}

.mm-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
  gap: var(--mm-spacing-lg);
  align-items: center;
}

.mm-row--reverse {
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.1fr);
}

@media (max-width: 900px) {
  .mm-row,
  .mm-row--reverse {
    grid-template-columns: minmax(0, 1fr);
  }
}

.mm-row__text {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.mm-row__text p {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.mm-row__text h3 {
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.mm-example-equity {
  width: 100%;
  padding: var(--mm-spacing-md);
}

.mm-example-label {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 0.9rem;
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.mm-example-subtitle {
  font-size: 0.75rem;
  opacity: 1;
  margin-bottom: var(--mm-spacing-sm);
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 600;
}

.mm-example-chart {
  width: 100%;
  height: 120px;
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.8);
  border: 1px solid var(--mm-color-border);
  padding: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
}

.mm-example-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.mm-example-path {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: mmExampleDrawLine 2s ease-out forwards;
  filter: drop-shadow(0 2px 4px rgba(34, 197, 94, 0.3));
}

.mm-example-area {
  opacity: 0;
  animation: mmExampleFadeArea 1s ease-out forwards 0.8s;
}

.mm-example-dot {
  animation: mmExampleDotMove 4s ease-in-out infinite 2s;
  filter: drop-shadow(0 0 4px #22c55e);
}

@keyframes mmExampleDrawLine {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes mmExampleFadeArea {
  to {
    opacity: 0.4;
  }
}

@keyframes mmExampleDotMove {
  0%, 100% {
    transform: translate(0, 0);
    opacity: 1;
  }
  12.5% {
    transform: translate(40px, -5px);
    opacity: 1;
  }
  25% {
    transform: translate(80px, -2px);
    opacity: 1;
  }
  37.5% {
    transform: translate(120px, -4px);
    opacity: 1;
  }
  50% {
    transform: translate(160px, 2px);
    opacity: 1;
  }
  62.5% {
    transform: translate(200px, 0);
    opacity: 1;
  }
  75% {
    transform: translate(240px, 4px);
    opacity: 1;
  }
  87.5% {
    transform: translate(280px, -2px);
    opacity: 1;
  }
}

.mm-license-header {
  margin-bottom: var(--mm-spacing-md);
}

.mm-license-header h3 {
  margin-bottom: 4px;
}

.mm-license-subtitle {
  font-size: 0.85rem;
  opacity: 1;
  font-style: italic;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.mm-license-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--mm-spacing-xs);
  padding: var(--mm-spacing-md);
}

.mm-license-icon {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.mm-license-text {
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.mm-license-note {
  font-size: 0.75rem;
  opacity: 1;
  margin-top: var(--mm-spacing-xs);
  text-align: center;
  font-style: italic;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.mm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: var(--mm-radius-full);
  font-size: 0.85rem;
  border: 1px solid transparent;
  font-weight: 550;
  transition: transform var(--mm-transition), background var(--mm-transition), border-color var(--mm-transition);
  cursor: pointer;
}

.mm-btn:hover {
  transform: translateY(-1px);
}

.mm-btn:active {
  transform: translateY(0);
}

.mm-btn--primary {
  background: var(--mm-color-accent-primary);
  color: #ffffff;
}

.mm-btn--primary:hover {
  background: var(--mm-color-accent-primary-hover);
}

.mm-btn--ghost {
  border-color: rgba(255, 255, 255, 0.25);
  background: transparent;
}

.mm-btn--ghost:hover {
  background: rgba(15, 23, 42, 0.8);
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-card--license .mm-btn {
  margin-top: var(--mm-spacing-xs);
  width: 100%;
}

.mm-video-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--mm-spacing-sm);
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: opacity var(--mm-transition);
}

.mm-video-placeholder:hover {
  opacity: 0.8;
}

.mm-video-icon {
  font-size: 3rem;
  color: var(--mm-color-accent-primary);
}

@media (max-width: 600px) {
  .mm-page {
    padding-block: 40px 60px;
  }
  .mm-section {
    margin-top: var(--mm-spacing-2xl);
  }
  .mm-equity-comparison {
    grid-template-columns: 1fr;
  }
  .mm-rules-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .mm-benefits-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.mm-page a:focus-visible,
.mm-page summary:focus-visible {
  outline: 2px solid rgba(56, 189, 248, 0.75);
  outline-offset: 3px;
  border-radius: 10px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
  
  .mm-equity-line,
  .mm-equity-area,
  .mm-equity-dot,
  .mm-example-path,
  .mm-example-area,
  .mm-example-dot,
  .mm-flow-line,
  .mm-arrow-marker {
    animation: none !important;
    opacity: 1 !important;
    stroke-dashoffset: 0 !important;
  }
  
  .mm-card:hover,
  .mm-pill:hover,
  .mm-btn:hover {
    transform: none;
  }
}

input[type="search"]:focus,
input.search-input:focus,
.search__input:focus,
.predictive-search__input:focus,
.header__search-input:focus,
form[action="/search"] input[type="search"]:focus,
form[action="/search"] input[type="text"]:focus {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(59, 130, 246, 0.6) !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2) !important;
}

input[type="search"],
input.search-input,
.search__input,
.predictive-search__input,
.header__search-input,
form[action="/search"] input[type="search"],
form[action="/search"] input[type="text"] {
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

input[type="search"]::placeholder,
input.search-input::placeholder,
.search__input::placeholder,
.predictive-search__input::placeholder,
.header__search-input::placeholder,
form[action="/search"] input[type="search"]::placeholder,
form[action="/search"] input[type="text"]::placeholder {
  color: rgba(229, 231, 255, 0.6) !important;
  opacity: 1 !important;
}

/* ============================================================
   DISABLED: Prior Search Tweaks (kept for reference)
   Reason: heavy !important + wildcard selectors caused
           unintended styling conflicts and regressions.
   ============================================================ */

/*
/* Search button/icon */
button[type="submit"][aria-label*="search"],
.search__button,
.predictive-search__button,
.header__search-button,
form[action="/search"] button {
  background: rgba(59, 130, 246, 0.2) !important;
  border: 1px solid rgba(59, 130, 246, 0.4) !important;
  border-radius: 8px !important;
  color: #93c5fd !important;
  padding: 10px 16px !important;
  transition: all 0.2s ease !important;
}

button[type="submit"][aria-label*="search"]:hover,
.search__button:hover,
.predictive-search__button:hover,
.header__search-button:hover,
form[action="/search"] button:hover {
  background: rgba(59, 130, 246, 0.3) !important;
  border-color: rgba(59, 130, 246, 0.6) !important;
  color: #bfdbfe !important;
}

/* Search container/wrapper */
.search,
.header__search,
.predictive-search {
  position: relative;
}

/* Search icon */
.search svg,
.header__search svg,
.predictive-search svg {
  color: rgba(229, 231, 255, 0.7) !important;
  width: 20px !important;
  height: 20px !important;
}

/* Alternative: Style by common Shopify classes */
.header__search-input,
.header__search-button,
.search-modal__form input,
.search-modal__form button {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 8px !important;
  color: #e5e7ff !important;
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.header__search-input:focus,
.search-modal__form input:focus {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(59, 130, 246, 0.6) !important;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2) !important;
}

/* Make search more visible on dark backgrounds */
.header__search,
.search-modal {
  background: rgba(15, 23, 42, 0.95) !important;
}

/* Search results dropdown/modal */
.predictive-search__results,
.search__results,
.search-modal,
.predictive-search,
.header__search-results,
[class*="search-results"],
[class*="predictive-search"] {
  background: rgba(15, 23, 42, 0.98) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 12px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7) !important;
  padding: 16px !important;
  margin-top: 8px !important;
  max-height: 500px !important;
  overflow-y: auto !important;
}

/* Search result items */
.predictive-search__item,
.search__item,
[class*="search-item"],
[class*="predictive-item"],
.predictive-search__product,
.predictive-search__article,
.predictive-search__page {
  color: #e5e7ff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 12px 16px !important;
  border-radius: 8px !important;
  margin-bottom: 4px !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
}

.predictive-search__item:hover,
.search__item:hover,
[class*="search-item"]:hover,
[class*="predictive-item"]:hover,
.predictive-search__product:hover,
.predictive-search__article:hover,
.predictive-search__page:hover {
  background: rgba(59, 130, 246, 0.15) !important;
  border-color: rgba(59, 130, 246, 0.3) !important;
  transform: translateX(4px) !important;
}

/* Search result titles */
.predictive-search__item-heading,
.search__item-title,
[class*="search-title"],
.predictive-search__product-title,
.predictive-search__article-title,
.predictive-search__page-title {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  margin-bottom: 4px !important;
}

/* Search result descriptions */
.predictive-search__item-content,
.search__item-description,
[class*="search-description"],
.predictive-search__product-vendor,
.predictive-search__article-excerpt {
  color: rgba(229, 231, 255, 0.7) !important;
  font-size: 0.85rem !important;
  line-height: 1.4 !important;
}

/* Search result prices */
.predictive-search__product-price,
[class*="search-price"],
.price {
  color: #22c55e !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
}

/* Search result images */
.predictive-search__product-image,
.search__item-image,
[class*="search-image"] img {
  border-radius: 6px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Search sections/headings */
.predictive-search__heading,
.search__heading,
[class*="search-heading"] {
  color: rgba(229, 231, 255, 0.9) !important;
  font-weight: 600 !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  padding: 8px 16px !important;
  margin-top: 12px !important;
  margin-bottom: 8px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* "View all results" link */
.predictive-search__view-all,
.search__view-all,
[class*="view-all"] {
  background: rgba(59, 130, 246, 0.2) !important;
  border: 1px solid rgba(59, 130, 246, 0.4) !important;
  border-radius: 8px !important;
  color: #93c5fd !important;
  padding: 10px 20px !important;
  text-align: center !important;
  font-weight: 600 !important;
  margin-top: 12px !important;
  transition: all 0.2s ease !important;
  display: block !important;
  text-decoration: none !important;
}

.predictive-search__view-all:hover,
.search__view-all:hover,
[class*="view-all"]:hover {
  background: rgba(59, 130, 246, 0.3) !important;
  border-color: rgba(59, 130, 246, 0.6) !important;
  color: #bfdbfe !important;
  transform: translateY(-2px) !important;
}

/* Loading state */
.predictive-search__loading,
.search__loading {
  color: rgba(229, 231, 255, 0.6) !important;
  text-align: center !important;
  padding: 20px !important;
}

/* No results message */
.predictive-search__empty,
.search__empty,
[class*="no-results"] {
  color: rgba(229, 231, 255, 0.7) !important;
  text-align: center !important;
  padding: 30px 20px !important;
  font-size: 0.9rem !important;
}

/* Search modal overlay/backdrop */
.search-modal__overlay,
[class*="search-overlay"],
.modal-overlay[class*="search"] {
  background: rgba(0, 0, 0, 0.7) !important;
  backdrop-filter: blur(4px) !important;
}

/* Scrollbar styling for search results */
.predictive-search__results::-webkit-scrollbar,
.search__results::-webkit-scrollbar {
  width: 8px !important;
}

.predictive-search__results::-webkit-scrollbar-track,
.search__results::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.5) !important;
  border-radius: 4px !important;
}

.predictive-search__results::-webkit-scrollbar-thumb,
.search__results::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 4px !important;
}

.predictive-search__results::-webkit-scrollbar-thumb:hover,
.search__results::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3) !important;
}

/* ============================================
   SEARCH BAR FIXES - Remove scroll, blur, and extra borders
   ============================================ */

/* Fix 1: Remove scroll from search input */
.header-main .header-search .search-wrapper .search-field-wrapper,
.header-main .header-search .search-wrapper .search-field-wrapper .field,
.header-main .header-search .search-wrapper .search-field-wrapper input[type="search"],
.header-main .header-search .search-wrapper .search-field-wrapper input[type="text"] {
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* Fix 2: Remove blur effect from search results */
.predictive-search__results,
.search__results,
.search-modal,
.predictive-search,
.header__search-results,
[class*="search-results"],
[class*="predictive-search"],
.header-main .header-search .search-wrapper .search-pop-panel {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  -webkit-filter: none !important;
}

/* Fix 3: Remove extra borders - keep only one clean border */
.predictive-search__results,
.search__results,
.search-modal,
.predictive-search,
.header__search-results,
[class*="search-results"],
[class*="predictive-search"] {
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7) !important;
  /* Removed the double border from box-shadow: 0 0 0 1px */
}

/* Fix 4: Remove blur from search input container */
.header-main .header-search .search-wrapper,
.header-main .header-search .search-wrapper .search-field-wrapper,
.header-main .header-search .search-wrapper .search-pop-panel {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Fix 5: Ensure search input text is clear and not blurred */
.header-main .header-search .search-wrapper input[type="search"],
.header-main .header-search .search-wrapper input[type="text"],
.header-main .header-search .search-wrapper .field-input {
  filter: none !important;
  -webkit-filter: none !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

/* Fix 6: Remove inner box/border from search wrapper AND remove blur (but keep element for layout) */
.header-main .header-search .search-wrapper:after {
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  /* Keep the element but make it transparent - don't use display: none as it breaks layout */
  opacity: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
}

/* Fix 7: Clean up search field wrapper - remove extra borders */
.header-main .header-search .search-wrapper .search-field-wrapper {
  box-shadow: 0 0 0.5rem 0 rgba(var(--color-shadow), var(--alpha-shadow)) !important;
  /* Remove any inset borders */
}

.header-main .header-search .search-wrapper .search-field-wrapper:before,
.header-main .header-search .search-wrapper .search-field-wrapper:after {
  display: none !important;
}

/* Fix 8: Remove all scrollbars from search input and wrapper */
.header-main .header-search .search-wrapper,
.header-main .header-search .search-wrapper .search-field-wrapper,
.header-main .header-search .search-wrapper .search-field-wrapper .field,
.header-main .header-search .search-wrapper .search-field-wrapper .field .field-input,
.header-main .header-search .search-wrapper input[type="search"],
.header-main .header-search .search-wrapper input[type="text"] {
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.header-main .header-search .search-wrapper::-webkit-scrollbar,
.header-main .header-search .search-wrapper .search-field-wrapper::-webkit-scrollbar,
.header-main .header-search .search-wrapper .search-field-wrapper .field::-webkit-scrollbar,
.header-main .header-search .search-wrapper .search-field-wrapper .field .field-input::-webkit-scrollbar,
.header-main .header-search .search-wrapper input[type="search"]::-webkit-scrollbar,
.header-main .header-search .search-wrapper input[type="text"]::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* Fix 9: Ensure search input text is never blurred - remove all filter effects */
.header-main .header-search,
.header-main .header-search .search-wrapper,
.header-main .header-search .search-wrapper .search-field-wrapper,
.header-main .header-search .search-wrapper .search-field-wrapper .field,
.header-main .header-search .search-wrapper .search-field-wrapper .field .field-input,
.header-main .header-search .search-wrapper input[type="search"],
.header-main .header-search .search-wrapper input[type="text"],
.header-main .header-search .search-wrapper .search-pop-panel,
.header-main .header-search .search-wrapper .search-form {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  will-change: auto !important;
  transform: translateZ(0) !important;
  isolation: isolate !important;
}

/* Fix 10: Ensure search input text itself is never blurred - override any inherited effects */
.header-main .header-search .search-wrapper .search-field-wrapper .field .field-input,
.header-main .header-search .search-wrapper input[type="search"],
.header-main .header-search .search-wrapper input[type="text"] {
  position: relative !important;
  z-index: 1 !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #e5e7ff !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

/* Fix 11: Create a new stacking context for search to prevent header blur from affecting it */
.header-main .header-search {
  position: relative !important;
  z-index: 10 !important;
  isolation: isolate !important;
}

/* Fix 12: AGGRESSIVE - Remove blur from ALL possible search-related selectors */
.section-header .header-wrapper .header .header-main .header-search,
.section-header .header-wrapper .header .header-main .header-search *,
.section-header .header-wrapper .header .header-main .header-search .search-wrapper,
.section-header .header-wrapper .header .header-main .header-search .search-wrapper *,
.section-header .header-wrapper .header .header-main .header-search input,
.section-header .header-wrapper .header .header-main .header-search .field-input,
header .header-main .header-search,
header .header-main .header-search *,
header .header-main .header-search input,
header .header-main .header-search .field-input,
.search-wrapper input,
.search-field-wrapper input,
.field-input[type="search"],
input[type="search"] {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-smooth: always !important;
  -webkit-text-stroke: 0 !important;
  text-shadow: none !important;
}

/* Fix 13: Override header blur specifically for search area - isolate search from header blur */

.section-header .header-wrapper .header .header-main .header-search {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  position: relative !important;
  z-index: 100 !important;
  isolation: isolate !important;
  transform: translateZ(0) !important;
  will-change: auto !important;
}

/* Fix 14: CRITICAL - Create completely isolated layer for header search input text */
.header-main .header-search .search-wrapper,
.header-main .header-search .search-wrapper .search-field-wrapper,
.header-main .header-search .search-wrapper .search-field-wrapper .field {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  isolation: isolate !important;
  transform: translateZ(0) !important;
  position: relative !important;
  z-index: 1 !important;
}

/* Fix 15: ULTRA-SPECIFIC - Target the actual input element and force clear rendering */
.header-main .header-search .search-wrapper .search-field-wrapper .field .field-input,
.header-main .header-search .search-wrapper input[type="search"],
.header-main .header-search .search-wrapper input[type="text"] {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  position: relative !important;
  z-index: 2 !important;
  isolation: isolate !important;
  transform: translateZ(0) !important;
  will-change: auto !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #e5e7ff !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-smooth: always !important;
  -webkit-text-stroke: 0 !important;
  text-shadow: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

/* Fix 16: Override header blur effect specifically for search container */
.section-header .header-wrapper .header.gradient .header-main .header-search {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Fix 17: Create a pseudo-element workaround - ensure input text is on top layer */
.header-main .header-search .search-wrapper .search-field-wrapper .field .field-input::before,
.header-main .header-search .search-wrapper input[type="search"]::before,
.header-main .header-search .search-wrapper input[type="text"]::before {
  content: none !important;
  display: none !important;
}

/* Fix 18: Force the input placeholder to also be clear */
.header-main .header-search .search-wrapper .search-field-wrapper .field .field-input::placeholder,
.header-main .header-search .search-wrapper input[type="search"]::placeholder,
.header-main .header-search .search-wrapper input[type="text"]::placeholder {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  color: rgba(229, 231, 255, 0.6) !important;
  opacity: 1 !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

/* Fix 19: CRITICAL FIX - The header backdrop-filter is blurring the input text */
/* We need to create a completely isolated rendering context for the search input */
.section-header .header-wrapper .header.gradient .header-main .header-search .search-wrapper {
  /* Remove any blur from the wrapper */
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  /* Create new stacking context */
  isolation: isolate !important;
  position: relative !important;
  z-index: 10 !important;
  /* Force hardware acceleration */
  transform: translateZ(0) !important;
  will-change: auto !important;
  /* Prevent blend mode issues */
  mix-blend-mode: normal !important;
}

/* Fix 20: Isolate the field wrapper from header blur */
.section-header .header-wrapper .header.gradient .header-main .header-search .search-wrapper .search-field-wrapper {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  isolation: isolate !important;
  position: relative !important;
  z-index: 1 !important;
  transform: translateZ(0) !important;
  mix-blend-mode: normal !important;
}

/* Fix 21: Isolate the field and input from header blur - MOST CRITICAL */
.section-header .header-wrapper .header.gradient .header-main .header-search .search-wrapper .search-field-wrapper .field,
.section-header .header-wrapper .header.gradient .header-main .header-search .search-wrapper .search-field-wrapper .field .field-input {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  isolation: isolate !important;
  position: relative !important;
  z-index: 2 !important;
  transform: translateZ(0) !important;
  mix-blend-mode: normal !important;
  /* Ensure text is crisp */
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-smooth: always !important;
  -webkit-text-stroke: 0 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

/* Fix 22: Final layer - the actual input element text */
.section-header .header-wrapper .header.gradient .header-main .header-search input[type="search"],
.section-header .header-wrapper .header.gradient .header-main .header-search .field-input {
  /* Force clear text rendering */
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  isolation: isolate !important;
  position: relative !important;
  z-index: 3 !important;
  transform: translateZ(0) scale(1) !important;
  mix-blend-mode: normal !important;
  will-change: auto !important;
  /* Text clarity */
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-smooth: always !important;
  -webkit-text-stroke: 0 !important;
  text-shadow: none !important;
  opacity: 1 !important;
  color: #e5e7ff !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

/* Fix 23: CRITICAL - Remove blur from the search-wrapper:after pseudo-element */
/* This is the "box inside the search box" that's causing the blur */
.header-main .header-search .search-wrapper:after,
.section-header .header-wrapper .header .header-main .header-search .search-wrapper:after {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  /* Make it transparent but keep it for layout - don't use display: none */
  opacity: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
}

/* Fix 24: Also check for any other pseudo-elements that might blur */
.header-main .header-search .search-wrapper:before,
.header-main .header-search .search-field-wrapper:before,
.header-main .header-search .search-field-wrapper:after,
.header-main .header-search .field:before,
.header-main .header-search .field:after,
.header-main .header-search .field-input:before,
.header-main .header-search .field-input:after {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  -webkit-filter: none !important;
}

/* Fix 25: Ensure the input is above any pseudo-elements */
.header-main .header-search .search-field-wrapper .field .field-input,
.header-main .header-search input[type="search"] {
  position: relative !important;
  z-index: 999 !important;
}

/* Fix 26: Prevent search wrapper from expanding - maintain original height behavior */
.header-main .header-search .search-wrapper {
  height: auto !important;
  max-height: 3rem !important;
  overflow: visible !important;
}

.header-main .header-search .search-wrapper:not([results="true"]):not([loading]) {
  height: auto !important;
  max-height: 3rem !important;
}

/* Only expand when search is active */
.header-main .header-search .search-wrapper[results="true"],
.header-main .header-search .search-wrapper[loading] {
  max-height: calc(100dvh - var(--header-height)) !important;
}
*/

/* ============================================================
   SEARCH – CLEAN OVERRIDE (single-source-of-truth)
   NOTE: The prior "Search tweaks" block was disabled below to
         prevent !important conflicts and selector leakage.
   ============================================================ */

/* 1) INPUT + BUTTON (header + modal) */
.header__search-input,
.search-modal__form input[type="search"],
.search-modal__form input[type="text"],
.header-main .header-search input[type="search"],
.header-main .header-search input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;

  height: 44px;
  line-height: 44px;           /* prevents “scrolling text” look */
  padding: 0 14px;
  border-radius: 10px;

  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(229, 231, 255, 0.92);

  overflow: hidden;            /* only on the input */
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header__search-input::placeholder,
.search-modal__form input::placeholder,
.header-main .header-search input::placeholder {
  color: rgba(229, 231, 255, 0.6);
  opacity: 1;
}

/* Remove browser search decorations that can cause weird padding/scroll */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/* Button – do NOT force overflow hidden (it clips focus rings/icons) */
.header__search-button,
.search-modal__form button,
.header-main .header-search button {
  height: 44px;
  border-radius: 10px;
  padding: 0 14px;

  background: rgba(59, 130, 246, 0.18);
  border: 1px solid rgba(59, 130, 246, 0.35);
  color: rgba(191, 219, 254, 0.95);

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.header__search-button:hover,
.search-modal__form button:hover,
.header-main .header-search button:hover {
  background: rgba(59, 130, 246, 0.28);
  border-color: rgba(59, 130, 246, 0.55);
  transform: translateY(-1px);
}

/* Accessible focus (use focus-visible so mouse users don’t get constant rings) */
.header__search-input:focus-visible,
.search-modal__form input:focus-visible,
.header-main .header-search input:focus-visible,
.header__search-button:focus-visible,
.search-modal__form button:focus-visible,
.header-main .header-search button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.28);
  border-color: rgba(59, 130, 246, 0.6);
}

/* 2) RESULTS PANEL – ensure scrolling happens in the panel, not the page */
.predictive-search__results,
.search__results,
.header__search-results,
.header-main .header-search .search-pop-panel {
  background: rgba(15, 23, 42, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.65);

  max-height: min(60vh, 520px);
  overflow: auto;              /* the panel scrolls */
}

/* If your theme’s wrapper clips the panel, force it visible */
.header-main .header-search .search-wrapper .search-pop-panel {
  overflow: visible;
}

/* 3) RESULT ITEMS – scoped selectors only (NO [class*="..."] wildcards) */
.predictive-search__item,
.search__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px 14px;
  border-radius: 10px;
  transition: background 160ms ease, transform 160ms ease;
}

.predictive-search__item:hover,
.search__item:hover {
  background: rgba(59, 130, 246, 0.14);
  transform: translateX(3px);
}

/* 4) Prices – scoped ONLY inside search */
.predictive-search .price,
.search__results .price {
  color: #22c55e;
  font-weight: 600;
}
/* =======================================================================
   SEARCH BAR ONLY (HEADER) — CRISP TEXT + VISIBLE LEFT DROPDOWN
   Scope: header search wrapper/select/input/results only.
   ======================================================================= */

/* 1) STOP ANY GPU / TRANSFORM RASTERIZATION THAT MAKES TEXT LOOK “BLURRY” */
.section-header .header-wrapper .header .header-main .header-search,
.section-header .header-wrapper .header .header-main .header-search .search-wrapper,
.section-header .header-wrapper .header .header-main .header-search .search-field-wrapper,
.section-header .header-wrapper .header .header-main .header-search .field,
.section-header .header-wrapper .header .header-main .header-search input,
.section-header .header-wrapper .header .header-main .header-search select,
header .header-main .header-search,
header .header-main .header-search .search-wrapper,
header .header-main .header-search .search-field-wrapper,
header .header-main .header-search .field,
header .header-main .header-search input,
header .header-main .header-search select {
  /* Remove blur + filters */
  filter: none !important;
  -webkit-filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;

  /* Prevent “soft” text from transforms / compositing */
  transform: none !important;
  will-change: auto !important;
  mix-blend-mode: normal !important;

  /* Prefer crisp UI text (optimizeLegibility can look soft in inputs) */
  text-rendering: auto !important;
  -webkit-text-stroke: 0 !important;
}

/* 2) MAKE THE LEFT DROPDOWN (SELECT) HIGH-CONTRAST + EASY TO CLICK */
.section-header .header-wrapper .header .header-main .header-search .search-wrapper .search-field-wrapper .select,
header .header-main .header-search .search-wrapper .search-field-wrapper .select {
  position: relative;
  flex: 0 0 auto;
}

.section-header .header-wrapper .header .header-main .header-search .search-wrapper .search-field-wrapper .select .select-select,
header .header-main .header-search .search-wrapper .search-field-wrapper .select .select-select {
  appearance: none !important;
  -webkit-appearance: none !important;

  height: 44px !important;
  line-height: 44px !important;

  padding: 0 34px 0 14px !important; /* room for caret */
  min-width: 92px;

  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-right: none !important; /* wrapper will visually join the input */

  color: rgba(229, 231, 255, 0.92) !important;
  font-weight: 500 !important;

  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;

  cursor: pointer;
}

/* Caret icon (often too faint on dark headers) */
.section-header .header-wrapper .header .header-main .header-search .search-wrapper .search-field-wrapper .select .icon-caret,
header .header-main .header-search .search-wrapper .search-field-wrapper .select .icon-caret {
  opacity: 0.95 !important;
  filter: none !important;
  -webkit-filter: none !important;
}

/* Separator line between dropdown and text input — increase contrast */
.section-header .header-wrapper .header .header-main .header-search .search-wrapper .search-field-wrapper .select:after,
header .header-main .header-search .search-wrapper .search-field-wrapper .select:after {
  background: rgba(255, 255, 255, 0.22) !important;
}

/* 3) INPUT — ENSURE IT JOINS THE SELECT CLEANLY + TEXT IS CRISP */
.section-header .header-wrapper .header .header-main .header-search .search-wrapper .search-field-wrapper .field .field-input,
.section-header .header-wrapper .header .header-main .header-search .search-wrapper input[type="search"],
header .header-main .header-search .search-wrapper .search-field-wrapper .field .field-input,
header .header-main .header-search .search-wrapper input[type="search"] {
  height: 44px !important;
  line-height: 44px !important;

  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;

  background: rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;

  /* Make sure input paints above any pseudo-elements */
  position: relative !important;
  z-index: 2 !important;

  /* Crisp */
  filter: none !important;
  backdrop-filter: none !important;
  transform: none !important;
  text-shadow: none !important;
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

/* 4) RESULTS PANEL — SOLID BACKGROUND, NO BLUR, ABOVE HEADER */
.section-header .header-wrapper .header .header-main .header-search .search-wrapper .search-pop-panel,
header .header-main .header-search .search-wrapper .search-pop-panel {
  background: rgba(15, 23, 42, 0.98) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.65) !important;

  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;

  z-index: 9999 !important;
}

/* 5) SAFETY: Remove any overlay pseudo-elements that sit ON TOP of the input/select */
.section-header .header-wrapper .header .header-main .header-search .search-wrapper:before,
.section-header .header-wrapper .header .header-main .header-search .search-wrapper:after,
header .header-main .header-search .search-wrapper:before,
header .header-main .header-search .search-wrapper:after {
  opacity: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
  filter: none !important;
  backdrop-filter: none !important;
}

/* Hard-disable predictive search UI if any remnants remain */
predictive-search,
.predictive-search,
.predictive-search__results-groups-wrapper,
.predictive-search__result-group,
.predictive-search__loading-state,
.search-modal,
details-modal[open] .search-modal,
.search__results,
.search__suggestions {
  display: none !important;
}

/* Simple search icon styling (safe / non-invasive) */
.simple-search-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  text-decoration: none;
}

.simple-search-link:hover {
  background: rgba(148, 163, 184, 0.12);
}

.simple-search-icon {
  color: #e5e7eb;
  display: inline-flex;
}

#Search-Drawer,
.search-drawer,
.search-modal,
predictive-search,
.predictive-search {
  display: none !important;
}


/* ---------- Right preview: animated mini-dashboard ---------- */
.pm-lab__preview-card {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

/* Ambient glow */
.pm-lab__preview-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(600px 220px at 20% 10%, rgba(255,255,255,0.10), transparent 60%),
    radial-gradient(520px 260px at 85% 35%, rgba(255,255,255,0.06), transparent 65%);
  opacity: 0.9;
  pointer-events: none;
  animation: pmGlow 7.5s ease-in-out infinite;
}

/* Subtle scanline */
.pm-lab__preview-card::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  top: -40%;
  height: 55%;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(255,255,255,0.06) 45%,
    rgba(255,255,255,0.10) 50%,
    rgba(255,255,255,0.06) 55%,
    transparent 100%
  );
  transform: rotate(8deg);
  pointer-events: none;
  animation: pmScan 5.8s linear infinite;
  mix-blend-mode: screen;
  opacity: 0.55;
}

@keyframes pmGlow {
  0%, 100% { transform: translate3d(0,0,0); opacity: 0.75; }
  50%      { transform: translate3d(0,10px,0); opacity: 0.95; }
}
@keyframes pmScan {
  0%   { transform: translate3d(0,-65%,0) rotate(8deg); }
  100% { transform: translate3d(0,210%,0) rotate(8deg); }
}

.pm-lab__preview-viz {
  margin-top: 16px;
  display: grid;
  gap: 14px;
}

.pm-viz-card {
  position: relative;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
  border-radius: 16px;
  padding: 10px 10px 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.30);
}

.pm-viz-card__label {
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  opacity: 0.7;
  margin: 2px 2px 10px;
}

.pm-viz {
  width: 100%;
  height: auto;
  display: block;
}

.pm-viz-grid path {
  stroke: rgba(255,255,255,0.08);
  stroke-width: 1;
  shape-rendering: crispEdges;
}

.pm-viz--line .pm-viz-line {
  fill: none;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  animation: pmLineDraw 3.2s ease-in-out infinite;
}
@keyframes pmLineDraw {
  0%   { stroke-dashoffset: 520; opacity: 0.55; }
  35%  { stroke-dashoffset: 0;   opacity: 0.95; }
  70%  { stroke-dashoffset: 0;   opacity: 0.85; }
  100% { stroke-dashoffset: -520; opacity: 0.55; }
}

.pm-viz--line .pm-viz-dd {
  fill: rgba(255,255,255,0.08);
  opacity: 0.65;
  animation: pmAreaPulse 3.2s ease-in-out infinite;
}
@keyframes pmAreaPulse {
  0%, 100% { opacity: 0.45; }
  50%      { opacity: 0.75; }
}

.pm-viz-dot {
  fill: rgba(255,255,255,0.85);
  opacity: 0.9;
}
.pm-viz-dot--end {
  animation: pmDotPulse 1.6s ease-in-out infinite;
}
@keyframes pmDotPulse {
  0%, 100% { transform: scale(1);   opacity: 0.65; }
  50%      { transform: scale(1.35); opacity: 1.0; }
}

.pm-viz--bars .pm-bar {
  fill: rgba(255,255,255,0.22);
  stroke: rgba(255,255,255,0.16);
  stroke-width: 1;
  transform-box: fill-box;
  transform-origin: 50% 100%;
  animation: pmBarWave 2.2s ease-in-out infinite;
}
@keyframes pmBarWave {
  0%, 100% { transform: scaleY(0.75); opacity: 0.55; }
  45%      { transform: scaleY(1.18); opacity: 0.95; }
}

.pm-viz--bars .pm-median {
  stroke: rgba(255,255,255,0.25);
  stroke-width: 2;
  stroke-dasharray: 5 6;
  opacity: 0.8;
}

/* KPI chips */
.pm-viz-kpis {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.pm-kpi {
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.18);
  border-radius: 12px;
  padding: 8px 9px;
  line-height: 1.1;
}
.pm-kpi__k {
  display: block;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 4px;
}
.pm-kpi__v {
  display: block;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.95;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .pm-lab__preview-card::before,
  .pm-lab__preview-card::after,
  .pm-viz--line .pm-viz-line,
  .pm-viz--line .pm-viz-dd,
  .pm-viz-dot--end,
  .pm-viz--bars .pm-bar {
    animation: none !important;
  }
}