/** Shopify CDN: Minification failed

Line 261:2 All "@import" rules must come first
Line 747:2 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:blackfriday-hero (INDEX:7) */
.hero-banner {
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    text-align: center;
    color: white;
    position: relative;
  }

  /* Hero without the category carousel: keep its height, vertically center the content block (title, subtitle, value props), and peg it to the left edge (override the centered .page-width column). */
  .black-friday-hero-banner {
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .fw-home-test.black-friday-hero-banner .inner {
    margin-left: 0;
    margin-right: auto;
  }

  @media (max-width: 749px) {
    .hero-banner {
      padding: 60px 16px;
    }
  }
  .fw-home-test.hero-banner.pmd-section .inner {
    padding: 0 30px;
}
  .fw-home-test.hero-banner.pmd-section .review-counter {
    margin-bottom: 10px;
}
.fw-home-test.hero-banner.pmd-section .review-counter span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.02px;
    margin-left: 5px;
}
  .hero-banner .inner {
    text-align:left;
    display: flex;
      flex-direction: column;
      align-items: flex-start;
    justify-content: center;
  }

  .hero-banner .h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
.fw-home-test.hero-banner.pmd-section p.h1 {
    font-size: 54px;
    line-height: normal;
    letter-spacing: 0.02px;
    max-width: 870px;
    width: 100%;
}
.fw-home-test.hero-banner.pmd-section p.sub-info {
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.02px;
    max-width: 726px;
    width: 100%;
    margin: 16px 0 3px;
}
  .hero-banner h2,
  .hero-banner .subheading-combo {
    margin: 12px 0;
  }

  .hero-banner p {
    margin: 12px 0;
  }


  .hero-banner .button {

    margin-top: 20px;
    transition: all 0.3s ease;
  }

  .hero-banner .button:hover {
    transform: scale(1.01);
  }
  .hero-banner .sub-heading {
         margin-top: 20px !important;
    }

  .hero-banner .under-button-text {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size:16px;
    font-weight:var(--font-body-light-weight);
    margin-left:90px;
  }
  .fw-home-test.hero-banner.pmd-section .sub-heading {
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0.02px;
}

  .hero-banner .under-button-text img {
    width: 20px;
    height: 20px;
  }
  .hero-banner h3{
    font-weight:400;
    margin: 0px;
  }
  .hero-banner .review-counter {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .hero-banner .review-counter img {
  width:115px;
  }

  .hero-banner .review-block {
      margin-top: 20px;
      padding: 24px;
      border-radius: 0;
      max-width: 720px;
      margin-left: 0;
      margin-right: auto;
      text-align: left;
  }

  .hero-banner .review-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
  }

  .hero-banner .review-header img.avatar {
  width:48px;
    height:48px;
  }

  .hero-banner .review-title .text{
    font-weight: 600 !important;
    margin-bottom: 8px;
  }
  .hero-banner .review-name {
    font-size:16px;
    font-weight:600;
  }
  .hero-banner .review-rating-icon {
   max-width:100px;
    width:100%;
    margin-top: 4px;
  }
  .fw-home-test.hero-banner.pmd-section .review-block {
    max-width: 667px;
    width: 100%;
    margin-top: 13px;
    padding: 12px;
}

  @media (max-width: 768px) {
    .hero-banner .review-block { padding: 16px; }
        .fw-home-test.hero-banner.pmd-section p.h1 {
        font-size: 27px;
        max-width: 100%;
        width: 100%;
        text-align: left;
    }
    .fw-home-test.hero-banner.pmd-section .review-counter span{
      font-size: 13px;
    }
    .fw-home-test.hero-banner.pmd-section p.sub-info {
        font-size: 16px;
        max-width: 100%;
        text-align: left;
        margin: 8px 0 3px;
    }
    .fw-home-test.hero-banner.pmd-section .sub-heading {
        font-size: 20px;
        text-align: left;
        width: 75%;
        display: block;
        margin-left: 0;
        margin-right: auto;
    }
  .fw-home-test.hero-banner.pmd-section {
        padding: 20px 20px 58px;
    }
    .fw-home-test.hero-banner.pmd-section .inner {
        padding: 0;
    }
  }
  @media (max-width: 600px) {
    .hero-banner .h1 {
          margin: 0;
      text-align: left;
      width: 100%;
    }
    .hero-banner .inner {
      text-align: center;
      display: flex
  ;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
    .hero-banner .under-button-text{
      margin-left: 0px;
    }
  .hero-banner h3{
      margin-top: 10px;
    }
    .hero-banner .review-counter img {
      width: 85px;
  }
   .hero-banner .large-text {
      text-align: left;
    }
    .fw-home-test .hero-banner.pmd-section .review-counter span {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.02px;
    margin-left: 3px;
}
  }
  @media (max-width: 400px) {
    .hero-banner .review-counter img {
          width: 65px;
      }
    .hero-banner .review-counter{
       gap:5px;
    }
    }
/* END_SECTION:blackfriday-hero */

/* START_SECTION:collections-carousel (INDEX:18) */
/* Figma body face (Oswald) — scoped; browsers dedupe the shared URL */
  @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap');

  .collections-carousel {
    --cc-font: "Oswald", var(--font-body-family), sans-serif;
    --cc-card-bg: rgba(255, 255, 255, 0.75);
    --cc-card-blur: 5px;
    --cc-edge: 40px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    /* No horizontal padding here — the carousel must bleed to the device
       edge. The section clips at the viewport so there is no page scroll. */
    padding: 40px 0;
    overflow: hidden;
  }

  /* Section title — Figma: Oswald Bold 40/50.4, tracking -1.16px.
     Title keeps the inset so it stays aligned with the first card. */
  .collections-carousel .collections-carousel__title {
    font-family: var(--cc-font);
    font-weight: 700;
    font-size: 40px;
    line-height: 50.4px;
    letter-spacing: -1.16px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    width: 100%;
    padding: 0 var(--cc-edge);
    box-sizing: border-box;
  }

  .collections-carousel__viewport {
    position: relative;
    width: 100%;
  }

  /* Full-bleed: visible overflow so slides run to the device edge,
     left inset aligns the first card with the title. */
  .collections-carousel .swiper {
    width: 100%;
    overflow: visible;
    padding-left: var(--cc-edge);
    box-sizing: border-box;
  }

  /* Auto-width slides so card sizing is driven by CSS, not Swiper */
  .collections-carousel .swiper-slide {
    width: 232px;
    height: auto;
    box-sizing: border-box;
  }

  /* Card — Figma: glass bg, blur 5, padding 16, radius 4 */
  .collections-carousel__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 16px;
    border-radius: 4px;
    background: var(--cc-card-bg);
    -webkit-backdrop-filter: blur(var(--cc-card-blur));
    backdrop-filter: blur(var(--cc-card-blur));
    border: none;
    text-decoration: none;
    will-change: transform;
    transition: background-color 0.25s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-radius 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }

  /* Hover: lift + soft premium shadow + gentle rounding (no border, no zoom) */
  .collections-carousel__card:hover,
  .collections-carousel__card:focus-visible {
    background: #ffffff;
    transform: translateY(-8px);
    border-radius: 12px;
    box-shadow: 0 18px 35px -12px rgba(18, 18, 18, 0.28), 0 6px 14px -8px rgba(18, 18, 18, 0.18);
  }

  .collections-carousel__card:focus-visible {
    outline: 3px solid #121212;
    outline-offset: 2px;
  }

  .collections-carousel__media {
    width: 200px;
    max-width: 100%;
    aspect-ratio: 200 / 177;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .collections-carousel__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* Card title — Figma: Oswald Bold 17/30.6, tracking 0.016px */
  .collections-carousel__name {
    font-family: var(--cc-font);
    font-weight: 700;
    font-size: 17px;
    line-height: 30.6px;
    letter-spacing: 0.016px;
    text-transform: uppercase;
    text-align: center;
    color: #121212;
    margin: 0;
  }

  /* Badge stack — abs top-left; badges stack vertically when there is more than one */
  .collections-carousel__badges {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  /* Badge — Figma: #e72f42, radius 50, pad 6/11/7, Oswald Reg 16/16 */
  .collections-carousel__badge {
    padding: 6px 11px 7px;
    border-radius: 50px;
    background: #e72f42;
    color: #ffffff;
    font-family: var(--cc-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.016px;
    text-align: center;
    white-space: nowrap;
  }

  /* Navigation arrows — overlaid on the cards, vertically centered */
  .collections-carousel__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: var(--cc-arrow-bg, #121212);
    color: var(--cc-arrow-color, #ffffff);
    cursor: pointer;
    box-shadow: 0 6px 18px -6px rgba(18, 18, 18, 0.4);
    transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease, background-color 0.2s ease;
  }

  .collections-carousel__nav--prev { left: 12px; }
  .collections-carousel__nav--next { right: 12px; }

  .collections-carousel__nav:hover {
    transform: translateY(-50%) scale(1.08);
  }

  .collections-carousel__nav:focus-visible {
    outline: 3px solid #121212;
    outline-offset: 3px;
  }

  .collections-carousel__nav.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
  }

  .collections-carousel__nav svg {
    width: 22px;
    height: 22px;
  }

  /* Mobile — Figma node 3398:25350 */
  @media screen and (max-width: 989px) {
    .collections-carousel {
      --cc-edge: 16px;
      gap: 12px;
      padding: 32px 0;
    }
    .collections-carousel .collections-carousel__title {
      font-size: 28px;
      line-height: 1.2;
    }
    /* Smaller arrows on mobile only (desktop stays 48px) */
    .collections-carousel__nav {
      width: 32px;
      height: 32px;
    }
    .collections-carousel__nav svg {
      width: 15px;
      height: 15px;
    }
    .collections-carousel__nav--prev { left: 8px; }
    .collections-carousel__nav--next { right: 8px; }
    .collections-carousel .swiper-slide {
      width: 140px;
    }
    .collections-carousel__media {
      width: 110px;
      aspect-ratio: 1 / 1;
    }
    .collections-carousel__name {
      font-size: 14px;
      line-height: 25.2px;
      letter-spacing: 0.015px;
    }
    .collections-carousel__badges {
      top: 10px;
      left: 10px;
      gap: 5px;
    }
    .collections-carousel__badge {
      font-size: 12px;
      line-height: 12px;
      letter-spacing: 0.015px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .collections-carousel__card {
      transition: none;
    }
    .collections-carousel__card:hover,
    .collections-carousel__card:focus-visible {
      transform: none;
    }
    .collections-carousel__nav,
    .collections-carousel__nav:hover {
      transition: none;
      transform: translateY(-50%);
    }
  }
/* END_SECTION:collections-carousel */

/* START_SECTION:pmd-hero (INDEX:72) */
.hero-banner {
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    text-align: center;
    color: white;
    position: relative;
  }

  @media (max-width: 749px) {
    .hero-banner {
      padding: 60px 16px;
    }
  }
  .fw-home-test.hero-banner.pmd-section .inner {
    padding: 0 30px;
}
  .fw-home-test.hero-banner.pmd-section .review-counter {
    margin-bottom: 10px;
}
.fw-home-test.hero-banner.pmd-section .review-counter span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.02px;
    margin-left: 5px;
}
  .hero-banner .inner {
    text-align:left;
    display: flex;
      flex-direction: column;
      align-items: flex-start;
    justify-content: center;
  }

  .hero-banner .h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
.fw-home-test.hero-banner.pmd-section p.h1 {
    font-size: 54px;
    line-height: normal;
    letter-spacing: 0.02px;
    max-width: 870px;
    width: 100%;
}
.fw-home-test.hero-banner.pmd-section p.sub-info {
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.02px;
    max-width: 726px;
    width: 100%;
    margin: 16px 0 3px;
}
  .hero-banner h2,
  .hero-banner .subheading-combo {
    margin: 12px 0;
  }

  .hero-banner p {
    margin: 12px 0;
  }


  .hero-banner .button {

    margin-top: 20px;
    transition: all 0.3s ease;
  }

  .hero-banner .button:hover {
    transform: scale(1.01);
  }
  .hero-banner .sub-heading {
         margin-top: 20px !important;
    }

  .hero-banner .under-button-text {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size:16px;
    font-weight:var(--font-body-light-weight);
    margin-left:90px;
  }
  .fw-home-test.hero-banner.pmd-section .sub-heading {
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0.02px;
}

  .hero-banner .under-button-text img {
    width: 20px;
    height: 20px;
  }
  .hero-banner h3{
    font-weight:400;
    margin: 0px;
  }
  .hero-banner .review-counter {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .hero-banner .review-counter img {
  width:115px;
  }

  .hero-banner .review-block {
      margin-top: 20px;
      padding: 24px;
      border-radius: 0;
      max-width: 720px;
      margin-left: 0;
      margin-right: auto;
      text-align: left;
  }

  .hero-banner .review-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
  }

  .hero-banner .review-header img.avatar {
  width:48px;
    height:48px;
  }

  .hero-banner .review-title .text{
    font-weight: 600 !important;
    margin-bottom: 8px;
  }
  .hero-banner .review-name {
    font-size:16px;
    font-weight:600;
  }
  .hero-banner .review-rating-icon {
   max-width:100px;
    width:100%;
    margin-top: 4px;
  }
  .fw-home-test.hero-banner.pmd-section .review-block {
    max-width: 667px;
    width: 100%;
    margin-top: 13px;
    padding: 12px;
}

  @media (max-width: 768px) {
    .hero-banner .review-block { padding: 16px; }
        .fw-home-test.hero-banner.pmd-section p.h1 {
        font-size: 27px;
        max-width: 100%;
        width: 100%;
        text-align: left;
    }
    .fw-home-test.hero-banner.pmd-section .review-counter span{
      font-size: 13px;
    }
    .fw-home-test.hero-banner.pmd-section p.sub-info {
        font-size: 16px;
        max-width: 100%;
        text-align: left;
        margin: 8px 0 3px;
    }
    .fw-home-test.hero-banner.pmd-section .sub-heading {
        font-size: 20px;
        text-align: left;
        width: 75%;
        display: block;
        margin-left: 0;
        margin-right: auto;
    }
  .fw-home-test.hero-banner.pmd-section {
        padding: 20px 20px 58px;
    }
    .fw-home-test.hero-banner.pmd-section .inner {
        padding: 0;
    }
  }
  @media (max-width: 600px) {
    .hero-banner .h1 {
          margin: 0;
      text-align: left;
      width: 100%;
    }
    .hero-banner .inner {
      text-align: center;
      display: flex
  ;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
    .hero-banner .under-button-text{
      margin-left: 0px;
    }
  .hero-banner h3{
      margin-top: 10px;
    }
    .hero-banner .review-counter img {
      width: 85px;
  }
   .hero-banner .large-text {
      text-align: left;
    }
    .fw-home-test .hero-banner.pmd-section .review-counter span {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.02px;
    margin-left: 3px;
}
  }
  @media (max-width: 400px) {
    .hero-banner .review-counter img {
          width: 65px;
      }
    .hero-banner .review-counter{
       gap:5px;
    }
    }
/* END_SECTION:pmd-hero */

/* START_SECTION:preorder-hero (INDEX:76) */
/* Figma body face (Oswald) — scoped, falls back to theme body font */
  @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;600&display=swap');

  /* The Lordcorps "&" glyph is a graffiti scribble. Map ONLY the ampersand
     (U+0026) to a clean system font; every other glyph stays Lordcorps. */
  @font-face {
    font-family: "AmpFix";
    src: local("Arial"), local("Helvetica"), local("Oswald");
    unicode-range: U+0026;
  }

  .preorder-hero-carousel {
    --preorder-font-body: "Oswald", var(--font-body-family), sans-serif;
    position: relative;
    isolation: isolate;
  }

  /* Force height off the Swiper percentage-height chain so the slide is
     driven by the hero's own min-height instead of collapsing to 0. */
  .preorder-hero-carousel .swiper { width: 100%; height: auto; }
  .preorder-hero-carousel .swiper-wrapper { height: auto; align-items: stretch; }
  .preorder-hero-carousel .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .preorder-hero {
    position: relative;
    flex: 1 1 auto;
    color: #ffffff;
    overflow: hidden;
    isolation: isolate;
  }

  .preorder-hero__bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    display: block;
  }

  .preorder-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .preorder-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--preorder-overlay, rgba(18, 18, 18, 0.55));
  }

  .preorder-hero .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: var(--preorder-min-height, 620px);
    padding-top: 64px;
    padding-bottom: 64px;
  }

  /* Figma desktop: container vertical gap = 24px */
  .preorder-hero__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: var(--preorder-content-width, 760px);
    width: 100%;
  }

  /* Alignment modifiers (desktop) */
  .preorder-hero--left .inner { align-items: flex-start; }
  .preorder-hero--left .preorder-hero__content { text-align: left; align-items: flex-start; }

  .preorder-hero--center .inner { align-items: center; }
  .preorder-hero--center .preorder-hero__content { text-align: center; align-items: center; margin: 0 auto; }

  /* Scoped under .preorder-hero so they beat global `.pmd-section p/h1` rules */
  .preorder-hero .preorder-hero__eyebrow {
    font-family: var(--preorder-font-body);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0;
  }

  /* Figma title: Lordcorps, uppercase, 52px desktop -> 32px mobile, tracking 0.016em */
  .preorder-hero .preorder-hero__content .preorder-hero__title {
    font-family: "AmpFix", "Lordcorps", var(--font-heading-family), sans-serif;
    font-size: clamp(32px, 4.6vw, 52px);
    line-height: 1.05;
    letter-spacing: 0.016em;
    text-transform: uppercase;
    margin: 0;
  }

  .preorder-hero .preorder-hero__title em,
  .preorder-hero .preorder-hero__title strong {
    font-style: normal;
    font-weight: inherit;
    color: var(--preorder-accent, #f2c230);
  }

  /* Only the ampersand glyph — smaller, without touching the rest of the text */
  .preorder-hero .amp {
    font-size: var(--preorder-amp-scale, 0.6em);
    font-weight: 400;
    margin: 0 0.04em;
    line-height: 1;
  }

  .preorder-hero .preorder-hero__title p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
  }

  .preorder-hero .preorder-hero__content .preorder-hero__subtitle {
    font-family: "AmpFix", "Lordcorps", var(--font-heading-family), sans-serif;
    font-size: clamp(22px, 2.6vw, 34px);
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
  }

  .preorder-hero__features {
    list-style: none;
    padding: 0;
    margin: 6px 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  /* Figma feature: Oswald Light, 20px desktop -> 16px mobile, icon gap 6px */
  .preorder-hero__feature {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--preorder-font-body);
    font-size: clamp(16px, 1.6vw, 20px);
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.015em;
  }

  .preorder-hero--center .preorder-hero__feature { justify-content: center; }

  .preorder-hero__feature-icon--bullet {
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--preorder-accent, #f2c230);
    display: inline-block;
  }

  .preorder-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 10px;
  }

  .preorder-hero--center .preorder-hero__ctas { justify-content: center; }

  /* Figma cta: padding 12px 40px, Oswald SemiBold 18/24, tracking 0.2px */
  .preorder-hero .preorder-hero__btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 40px;
    font-family: var(--preorder-font-body);
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    border: 2px solid transparent;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .preorder-hero .preorder-hero__btn--outline {
    background: transparent !important;
    border-color: currentColor;
  }

  .preorder-hero .preorder-hero__btn:hover {
    transform: translateY(-2px);
    opacity: 0.92;
  }

  /* Keyboard focus — always visible, never removed */
  .preorder-hero a:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
  }

  /* ---- Pagination dots (themeable; final design TBD) ---- */
  .preorder-hero__dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: var(--preorder-dot-gap, 4px);
    pointer-events: none;
  }

  /* Figma: bars 29x6, square corners, Saffron — active 100% / inactive 50% */
  .preorder-hero__dots .swiper-pagination-bullet {
    pointer-events: auto;
    width: var(--preorder-dot-width, 29px);
    height: var(--preorder-dot-height, 6px);
    margin: 0 !important;
    border-radius: 0;
    background: var(--preorder-dot-color, var(--preorder-accent, #f2c230));
    opacity: 0.5;
    transition: opacity 0.25s ease, background 0.25s ease;
  }

  .preorder-hero__dots .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--preorder-dot-active-color, var(--preorder-accent, #f2c230));
  }

  /* Hide native Swiper chrome when only one slide */
  .preorder-hero-carousel[data-single] .preorder-hero__dots { display: none; }

  @media screen and (max-width: 989px) {
    .preorder-hero .inner { min-height: var(--preorder-min-height-tablet, 540px); }
  }

  @media screen and (max-width: 749px) {
    /* On mobile everything centers, regardless of desktop alignment */
    .preorder-hero .inner {
      align-items: center;
      min-height: var(--preorder-min-height-mobile, 480px);
      padding-top: 48px;
      padding-bottom: 48px;
    }
    /* Figma mobile: container vertical gap = 16px */
    .preorder-hero__content {
      text-align: center;
      align-items: center;
      gap: 16px;
    }
    /* Feature list stays left-aligned on mobile (rest is centered) */
    .preorder-hero__features {
      align-self: flex-start;
      align-items: flex-start;
      text-align: left;
    }
    .preorder-hero__feature {
      justify-content: flex-start;
      text-align: left;
    }
    .preorder-hero__ctas {
      justify-content: center;
      width: 100%;
    }
    .preorder-hero .preorder-hero__btn {
      width: 100%;
    }
    .preorder-hero__dots { bottom: 16px; }
  }

  @media (prefers-reduced-motion: reduce) {
    .preorder-hero .preorder-hero__btn,
    .preorder-hero .preorder-hero__btn:hover {
      transition: none;
      transform: none;
    }
  }
/* END_SECTION:preorder-hero */