/** Shopify CDN: Minification failed

Line 653:31 Expected identifier but found whitespace
Line 653:33 Unexpected "{"
Line 653:42 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:homepage-category-strip (INDEX:35) */
.hp-category-strip {
  background: #0b0b0b;
  padding: 60px 0;
}
.hp-category-strip__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px;
}
.hp-category-strip__heading {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 24px;
  text-align: center;
  font-weight: 700;
}
.hp-category-strip__grid {
  display: grid;
  grid-template-columns: repeat(var(--columns, 5), 1fr);
  gap: 12px;
}
.hp-category-strip__card {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #111;
}
.hp-category-strip__media {
  position: absolute;
  inset: 0;
}
.hp-category-strip__img,
.hp-category-strip__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms ease;
}
.hp-category-strip__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 30%, rgba(0,0,0,0.7) 100%);
  transition: background 300ms ease;
  pointer-events: none;
}
.hp-category-strip__card:hover .hp-category-strip__overlay {
  background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.85) 100%);
}
.hp-category-strip__card:hover .hp-category-strip__img {
  transform: scale(1.05);
}
.hp-category-strip__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

@media (max-width: 900px) {
  .hp-category-strip { padding: 40px 0; }
  .hp-category-strip__inner { padding: 0 16px; }
  .hp-category-strip__grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 70%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    scrollbar-width: none;
  }
  .hp-category-strip__grid::-webkit-scrollbar { display: none; }
  .hp-category-strip__card { scroll-snap-align: start; }
}
/* END_SECTION:homepage-category-strip */

/* START_SECTION:homepage-cockpit-feature (INDEX:36) */
.hp-cockpit-feature {
  background: #0b0b0b;
  color: #fff;
}
.hp-cockpit-feature__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 480px;
}
.hp-cockpit-feature__grid--right .hp-cockpit-feature__text  { order: 1; }
.hp-cockpit-feature__grid--right .hp-cockpit-feature__media { order: 2; }
.hp-cockpit-feature__grid--left  .hp-cockpit-feature__text  { order: 2; }
.hp-cockpit-feature__grid--left  .hp-cockpit-feature__media { order: 1; }

.hp-cockpit-feature__text {
  display: flex;
  align-items: center;
  padding: 60px 64px;
}
.hp-cockpit-feature__text-inner {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.hp-cockpit-feature__eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c8102e;
  margin-bottom: 14px;
  font-weight: 700;
}
.hp-cockpit-feature__heading {
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: 0.04em;
  margin: 0 0 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.hp-cockpit-feature__body {
  font-size: 15px;
  line-height: 1.65;
  color: #ccc;
  margin-bottom: 26px;
}
.hp-cockpit-feature__body p:last-child { margin-bottom: 0; }
.hp-cockpit-feature__btn {
  display: inline-block;
  background: #c8102e;
  color: #fff;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 200ms ease, transform 200ms ease;
}
.hp-cockpit-feature__btn:hover {
  background: #9e0a23;
  transform: translateY(-1px);
}
.hp-cockpit-feature__media {
  position: relative;
  overflow: hidden;
  background: #111;
  min-height: 320px;
}
.hp-cockpit-feature__img,
.hp-cockpit-feature__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .hp-cockpit-feature__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .hp-cockpit-feature__grid--left  .hp-cockpit-feature__media,
  .hp-cockpit-feature__grid--right .hp-cockpit-feature__media { order: 1; }
  .hp-cockpit-feature__grid--left  .hp-cockpit-feature__text,
  .hp-cockpit-feature__grid--right .hp-cockpit-feature__text { order: 2; }
  .hp-cockpit-feature__text { padding: 40px 24px; }
  .hp-cockpit-feature__heading { font-size: 28px; }
  .hp-cockpit-feature__media { min-height: 280px; aspect-ratio: 4 / 3; }
}
/* END_SECTION:homepage-cockpit-feature */

/* START_SECTION:homepage-email-capture (INDEX:37) */
.hp-email-capture {
  background: #0b0b0b;
  color: #fff;
  padding: 60px 0;
}
.hp-email-capture__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.hp-email-capture__heading {
  font-size: 30px;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  line-height: 1.1;
}
.hp-email-capture__sub {
  font-size: 14px;
  color: #bbb;
  margin: 0;
  line-height: 1.5;
  max-width: 480px;
}
.hp-email-capture__form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
}
.hp-email-capture__input {
  flex: 1 1 220px;
  background: transparent;
  border: 1px solid #444;
  color: #fff;
  padding: 14px 16px;
  font-size: 14px;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
.hp-email-capture__input:focus { border-color: #fff; }
.hp-email-capture__input::placeholder { color: #777; }
.hp-email-capture__btn {
  background: #c8102e;
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 200ms ease;
  border-radius: 0;
}
.hp-email-capture__btn:hover { background: #9e0a23; }
.hp-email-capture__status {
  flex-basis: 100%;
  font-size: 13px;
  margin: 8px 0 0;
}
.hp-email-capture__status--success { color: #6cff9a; }
.hp-email-capture__status--error   { color: #ff6c6c; }
.hp-email-capture__disclaimer {
  font-size: 11px;
  color: #777;
  margin: 12px 0 0;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .hp-email-capture { padding: 40px 0; }
  .hp-email-capture__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 16px;
  }
  .hp-email-capture__heading { font-size: 24px; }
}
/* END_SECTION:homepage-email-capture */

/* START_SECTION:homepage-rider-type (INDEX:38) */
.hp-rider-type {
  background: #ffffff;
  padding: 60px 0;
}
.hp-rider-type__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px;
}
.hp-rider-type__heading {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 8px;
  color: #0b0b0b;
  font-weight: 700;
}
.hp-rider-type__subheading {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin: 0 0 32px;
}
.hp-rider-type__grid {
  display: grid;
  grid-template-columns: repeat(var(--columns, 5), 1fr);
  gap: 20px;
}
.hp-rider-type__card {
  display: block;
  text-decoration: none;
  color: #0b0b0b;
  text-align: center;
  transition: transform 200ms ease;
}
.hp-rider-type__card:hover { transform: translateY(-3px); }
.hp-rider-type__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  margin-bottom: 14px;
  background: #f4f4f4;
}
.hp-rider-type__img,
.hp-rider-type__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 500ms ease;
}
.hp-rider-type__card:hover .hp-rider-type__img { transform: scale(1.04); }
.hp-rider-type__title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 6px;
}
.hp-rider-type__desc {
  font-size: 13px;
  color: #555;
  margin: 0 0 10px;
  line-height: 1.45;
}
.hp-rider-type__cta {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c8102e;
}

@media (max-width: 900px) {
  .hp-rider-type { padding: 40px 0; }
  .hp-rider-type__inner { padding: 0 16px; }
  .hp-rider-type__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
/* END_SECTION:homepage-rider-type */

/* START_SECTION:homepage-social-feed (INDEX:39) */
.hp-social-feed {
  background: #ffffff;
  padding: 60px 0;
}
.hp-social-feed__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px;
}
.hp-social-feed__heading {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 6px;
  color: #0b0b0b;
  font-weight: 700;
}
.hp-social-feed__subheading {
  text-align: center;
  font-size: 13px;
  color: #666;
  margin: 0 0 24px;
}
.hp-social-feed__strip {
  display: grid;
  grid-template-columns: repeat(var(--columns, 6), 1fr);
  gap: 8px;
}
.hp-social-feed__item {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f4f4f4;
  position: relative;
}
.hp-social-feed__img,
.hp-social-feed__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 500ms ease;
}
.hp-social-feed__item:hover .hp-social-feed__img { transform: scale(1.06); }

@media (max-width: 900px) {
  .hp-social-feed { padding: 40px 0; }
  .hp-social-feed__inner { padding: 0 16px; }
  .hp-social-feed__strip {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 45%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .hp-social-feed__strip::-webkit-scrollbar { display: none; }
  .hp-social-feed__item { scroll-snap-align: start; }
}
/* END_SECTION:homepage-social-feed */

/* START_SECTION:homepage-trust-bar (INDEX:40) */
.hp-trust-bar {
  background: #0b0b0b;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding: 18px 0;
}
.hp-trust-bar__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(var(--columns, 5), 1fr);
  gap: 16px;
  align-items: center;
}
.hp-trust-bar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
}
.hp-trust-bar__icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.hp-trust-bar__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
  stroke: currentColor;
}
.hp-trust-bar__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hp-trust-bar__text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.hp-trust-bar__title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.hp-trust-bar__sub {
  font-size: 11px;
  color: #999;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .hp-trust-bar { padding: 14px 0; }
  .hp-trust-bar__inner {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 28px;
    padding: 0 16px;
    scrollbar-width: none;
  }
  .hp-trust-bar__inner::-webkit-scrollbar { display: none; }
}
/* END_SECTION:homepage-trust-bar */

/* START_SECTION:legendary-category-hero (INDEX:47) */
.lgd-cathero { position: relative; background: #0a0a0a; color: #fff; padding: clamp(36px, 4.5vw, 64px) 0; overflow: hidden; isolation: isolate; }
  .lgd-cathero__media { position: absolute; inset: 0; z-index: 0; }
  .lgd-cathero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
  .lgd-cathero__scrim { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.7) 100%); }
  .lgd-cathero__inner { position: relative; z-index: 1; max-width: 1100px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 64px); text-align: center; }
  .lgd-cathero__eyebrow { margin: 0 0 12px; font-size: clamp(11px, 0.85vw, 13px); font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #d63b2f; line-height: 1; }
  .lgd-cathero__heading { margin: 0; font-weight: 900; font-size: clamp(32px, 4vw, 58px); line-height: 1.02; letter-spacing: -0.02em; text-transform: uppercase; color: #fff; text-wrap: balance; }
  .lgd-cathero__subhead { margin: 14px auto 0; max-width: 60ch; font-weight: 400; font-size: clamp(14px, 1vw, 17px); line-height: 1.5; color: rgba(255,255,255,0.82); }
  .lgd-cathero__odometer { margin: 20px 0 0; display: inline-flex; align-items: baseline; justify-content: center; gap: 14px; flex-wrap: wrap; }
  .lgd-cathero__odometer-number { display: inline-block; font-weight: 900; font-size: clamp(28px, 3.6vw, 48px); color: #d63b2f; letter-spacing: 0.01em; line-height: 1; font-variant-numeric: tabular-nums; font-feature-settings: 'tnum'; }
  .lgd-cathero__odometer-label { font-weight: 700; font-size: clamp(11px, 0.9vw, 14px); letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.72); }
  .lgd-cathero__stat { margin: 14px 0 0; font-weight: 600; font-size: clamp(11px, 0.85vw, 13px); letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.62); }
  @media (max-width: 540px) {
    .lgd-cathero__odometer { gap: 8px; }
  }
/* END_SECTION:legendary-category-hero */

/* START_SECTION:legendary-collection-grid (INDEX:48) */
.lgd-cgrid { color: #fff; padding: clamp(32px, 4vw, 56px) 0; }
  .lgd-cgrid__inner { max-width: 1440px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 64px); }
  .lgd-cgrid__header { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: clamp(20px, 2.5vw, 32px); flex-wrap: wrap; }
  .lgd-cgrid__eyebrow { margin: 0 0 10px; font-size: clamp(11px, 0.85vw, 13px); font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #d63b2f; line-height: 1; }
  .lgd-cgrid__heading { margin: 0; font-weight: 900; font-size: clamp(26px, 3.2vw, 44px); line-height: 1.02; letter-spacing: -0.02em; text-transform: uppercase; color: #fff; text-wrap: balance; }
  .lgd-cgrid__view-all { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-weight: 700; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.4); transition: border-color 200ms ease; }
  .lgd-cgrid__view-all svg { width: 14px; height: 14px; transition: transform 200ms ease; }
  .lgd-cgrid__view-all:hover { border-color: #fff; }
  .lgd-cgrid__view-all:hover svg { transform: translateX(4px); }
  .lgd-cgrid__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
  @media (max-width: 1024px) { .lgd-cgrid__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
  @media (max-width: 540px) { .lgd-cgrid__grid { grid-template-columns: repeat(2, 1fr); gap: 8px; } }
  .lgd-cgrid__card { position: relative; display: block; background: #141414; color: #fff; text-decoration: none; overflow: hidden; border: 1px solid rgba(255,255,255,0.06); transition: transform 280ms ease, border-color 280ms ease, box-shadow 280ms ease; }
  .lgd-cgrid__card:hover { transform: translateY(-3px); border-color: rgba(214,59,47,0.5); box-shadow: 0 20px 50px -20px rgba(214,59,47,0.35); }
  .lgd-cgrid__card-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #ffffff; }
  .lgd-cgrid__card-media img, .lgd-cgrid__card-placeholder svg { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 600ms ease; }
  .lgd-cgrid__card:hover .lgd-cgrid__card-media img { transform: scale(1.04); }
  .lgd-cgrid__badge { position: absolute; top: 12px; left: 12px; background: #d63b2f; color: #fff; font-weight: 700; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; padding: 5px 9px; }
  .lgd-cgrid__badge--sale { left: auto; right: 12px; background: #fff; color: #111; }
  .lgd-cgrid__card-meta { padding: 14px 16px 18px; }
  .lgd-cgrid__card-title { margin: 0 0 8px; font-weight: 600; font-size: clamp(13px, 0.95vw, 15px); line-height: 1.35; color: #fff; letter-spacing: 0.01em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.7em; }
  .lgd-cgrid__card-price { display: flex; align-items: baseline; gap: 6px; font-weight: 600; font-size: clamp(12px, 0.9vw, 14px); color: rgba(255,255,255,0.78); letter-spacing: 0.04em; }
  .lgd-cgrid__from { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
  .lgd-cgrid__compare { color: rgba(255,255,255,0.4); text-decoration: line-through; font-weight: 400; }
  .lgd-cgrid__price { color: #fff; }
  .lgd-cgrid__empty { color: rgba(255,255,255,0.5); text-align: center; padding: 40px 0; }
/* END_SECTION:legendary-collection-grid */

/* START_SECTION:legendary-drop-showcase (INDEX:49) */
.lgd-drop { background: #0a0a0a; color: #fff; padding: clamp(24px, 3vw, 40px) 0; }
  .lgd-drop__inner { max-width: 1440px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 64px); }
  .lgd-drop__header { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: clamp(16px, 2vw, 28px); flex-wrap: wrap; }
  .lgd-drop__eyebrow { margin: 0 0 10px; font-size: clamp(11px, 0.85vw, 13px); font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #d63b2f; line-height: 1; }
  .lgd-drop__heading { margin: 0; font-weight: 900; font-size: clamp(28px, 3.6vw, 52px); line-height: 0.98; letter-spacing: -0.02em; text-transform: uppercase; color: #fff; text-wrap: balance; }
  .lgd-drop__subhead { margin: 8px 0 0; font-weight: 400; font-size: clamp(14px, 1vw, 16px); line-height: 1.5; color: rgba(255,255,255,0.72); max-width: 52ch; }
  .lgd-drop__view-all { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-weight: 700; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.4); transition: border-color 200ms ease; }
  .lgd-drop__view-all svg { width: 14px; height: 14px; transition: transform 200ms ease; }
  .lgd-drop__view-all:hover { border-color: #fff; }
  .lgd-drop__view-all:hover svg { transform: translateX(4px); }
  .lgd-drop__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
  @media (max-width: 1024px) { .lgd-drop__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
  @media (max-width: 540px) { .lgd-drop__grid { grid-template-columns: repeat(2, 1fr); gap: 8px; } }
  .lgd-drop__tile { position: relative; display: block; background: #141414; color: #fff; text-decoration: none; overflow: hidden; border: 1px solid rgba(255,255,255,0.06); transition: transform 280ms ease, border-color 280ms ease, box-shadow 280ms ease; }
  .lgd-drop__tile:hover { transform: translateY(-3px); border-color: rgba(214,59,47,0.5); box-shadow: 0 20px 50px -20px rgba(214,59,47,0.35); }
  .lgd-drop__tile-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #1c1c1c; }
  .lgd-drop__tile-media img, .lgd-drop__tile-placeholder svg { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 600ms ease; }
  .lgd-drop__tile:hover .lgd-drop__tile-media img { transform: scale(1.04); }
  .lgd-drop__badge { position: absolute; top: 12px; left: 12px; background: #d63b2f; color: #fff; font-weight: 700; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; padding: 5px 9px; }
  .lgd-drop__tile-meta { display: flex; justify-content: space-between; align-items: baseline; padding: 14px 16px 16px; gap: 10px; }
  .lgd-drop__tile-title { font-weight: 700; font-size: clamp(13px, 0.95vw, 15px); letter-spacing: 0.06em; text-transform: uppercase; color: #fff; }
  .lgd-drop__tile-price { font-weight: 500; font-size: clamp(12px, 0.85vw, 14px); color: rgba(255,255,255,0.72); }
  .lgd-drop__footer { margin: clamp(16px, 2vw, 24px) 0 0; text-align: center; font-weight: 600; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
/* END_SECTION:legendary-drop-showcase */

/* START_SECTION:legendary-email-capture (INDEX:50) */
.lgd-capture { background: #0a0a0a; color: #fff; padding: clamp(40px, 5vw, 72px) 0; }
  .lgd-capture__inner { max-width: 720px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 64px); text-align: center; }
  .lgd-capture__eyebrow { margin: 0 0 12px; font-size: clamp(11px, 0.85vw, 13px); font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #d63b2f; line-height: 1; }
  .lgd-capture__heading { margin: 0; font-weight: 900; font-size: clamp(28px, 3.4vw, 48px); line-height: 1.02; letter-spacing: -0.02em; text-transform: uppercase; color: #fff; text-wrap: balance; }
  .lgd-capture__subhead { margin: 14px auto 0; max-width: 52ch; font-weight: 400; font-size: clamp(14px, 1vw, 17px); line-height: 1.5; color: rgba(255,255,255,0.78); }
  .lgd-capture__form { margin: clamp(20px, 2.4vw, 32px) 0 0; }
  .lgd-capture__label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  .lgd-capture__field { display: flex; align-items: stretch; gap: 0; max-width: 520px; margin: 0 auto; border: 1px solid rgba(255,255,255,0.2); background: #141414; transition: border-color 200ms ease; }
  .lgd-capture__field:focus-within { border-color: #d63b2f; }
  .lgd-capture__input { flex: 1 1 auto; min-width: 0; background: transparent; border: 0; outline: 0; padding: 0 18px; font-family: inherit; font-size: 15px; color: #fff; height: 56px; }
  .lgd-capture__input::placeholder { color: rgba(255,255,255,0.45); }
  .lgd-capture__input:-webkit-autofill { -webkit-text-fill-color: #fff; -webkit-box-shadow: 0 0 0 1000px #141414 inset; box-shadow: 0 0 0 1000px #141414 inset; transition: background-color 5000s ease-in-out 0s; }
  .lgd-capture__button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; background: #d63b2f; color: #fff; font-family: inherit; font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; border: 0; cursor: pointer; transition: background-color 180ms ease; height: 56px; flex: 0 0 auto; }
  .lgd-capture__button:hover, .lgd-capture__button:focus-visible { background: #b8281d; outline: none; }
  .lgd-capture__button:focus-visible { box-shadow: inset 0 0 0 2px #fff; }
  .lgd-capture__button svg { width: 16px; height: 16px; transition: transform 200ms ease; }
  .lgd-capture__button:hover svg { transform: translateX(3px); }
  .lgd-capture__error { margin: 14px 0 0; font-size: 13px; color: #ff6b6b; font-weight: 600; letter-spacing: 0.04em; }
  .lgd-capture__success { margin: 14px 0 0; font-size: 13px; color: #6bff8e; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
  .lgd-capture__footnote { margin: 16px 0 0; font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
  @media (max-width: 540px) {
    .lgd-capture__field { flex-direction: column; gap: 0; max-width: 100%; }
    .lgd-capture__field > * { width: 100%; }
    .lgd-capture__input { height: 52px; }
    .lgd-capture__button { height: 52px; }
  }
/* END_SECTION:legendary-email-capture */

/* START_SECTION:legendary-hero-cinematic (INDEX:52) */
.lgd-hero { position: relative; display: block; width: 100%; overflow: hidden; background: #0a0a0a; color: #fff; isolation: isolate; aspect-ratio: 4 / 5; max-height: 100svh; }
  @media (min-width: 750px) { .lgd-hero { aspect-ratio: 21 / 9; min-height: 720px; max-height: 1040px; } }
  .lgd-hero__media { position: absolute; inset: 0; z-index: 0; display: block; text-decoration: none; color: inherit; cursor: pointer; }
  .lgd-hero__media:focus-visible { outline: 2px solid #fff; outline-offset: -4px; }
  .lgd-hero__media picture, .lgd-hero__media .lgd-hero__placeholder { position: absolute; inset: 0; width: 100%; height: 100%; }
  .lgd-hero__img, .lgd-hero__placeholder svg { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
  .lgd-hero__scrim { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0, var(--lgd-hero-scrim, 0.6)) 0%, rgba(0,0,0, calc(var(--lgd-hero-scrim, 0.6) * 0.78)) 30%, rgba(0,0,0, calc(var(--lgd-hero-scrim, 0.6) * 0.40)) 55%, rgba(0,0,0, 0) 78%); z-index: 1; pointer-events: none; }
  .lgd-hero[data-align="right"] .lgd-hero__scrim { background: linear-gradient(to left, rgba(0,0,0, var(--lgd-hero-scrim, 0.6)) 0%, rgba(0,0,0, calc(var(--lgd-hero-scrim, 0.6) * 0.78)) 30%, rgba(0,0,0, calc(var(--lgd-hero-scrim, 0.6) * 0.40)) 55%, rgba(0,0,0, 0) 78%); }
  @media (max-width: 749px) { .lgd-hero__scrim { background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.42) 18%, rgba(0,0,0,0.12) 36%, rgba(0,0,0,0) 52%, rgba(0,0,0,0.22) 72%, rgba(0,0,0,0.55) 88%, rgba(0,0,0,0.85) 100%); } }
  .lgd-hero__inner { position: relative; z-index: 2; height: 100%; width: 100%; max-width: 1440px; margin: 0 auto; padding: clamp(20px, 6vw, 80px) clamp(20px, 5vw, 64px); display: flex; align-items: stretch; pointer-events: none; }
  .lgd-hero__content { display: flex; flex-direction: column; justify-content: space-between; width: 100%; max-width: 760px; }
  @media (min-width: 750px) { .lgd-hero__content { justify-content: center; gap: 22px; } .lgd-hero[data-align="right"] .lgd-hero__inner { justify-content: flex-end; } }
  .lgd-hero__eyebrow { margin: 0; font-family: inherit; font-size: clamp(12px, 1vw, 16px); font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #d63b2f; line-height: 1; }
  .lgd-hero__headline { margin: 0; font-family: inherit; font-weight: 900; font-size: clamp(72px, 12vw, 220px); line-height: 0.86; letter-spacing: -0.025em; text-transform: uppercase; color: #fff; text-wrap: balance; }
  .lgd-hero__subhead { margin: 0; font-family: inherit; font-weight: 400; font-size: clamp(17px, 1.35vw, 24px); line-height: 1.4; color: rgba(255,255,255, 0.92); max-width: 40ch; }
  .lgd-hero__cta { margin-top: 18px; display: inline-flex; align-items: center; gap: 14px; padding: 22px 34px; background: #d63b2f; color: #fff; font-family: inherit; font-weight: 700; font-size: clamp(14px, 1.05vw, 17px); letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; border: 1px solid #d63b2f; border-radius: 0; align-self: flex-start; transition: background-color 180ms ease, transform 180ms ease, box-shadow 220ms ease; pointer-events: auto; }
  .lgd-hero__cta:hover, .lgd-hero__cta:focus-visible { background: #b8281d; transform: translateY(-1px); box-shadow: 0 10px 30px -10px rgba(214,59,47,0.55); outline: none; }
  .lgd-hero__cta:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
  .lgd-hero__cta-arrow { width: 20px; height: 20px; transition: transform 220ms ease; }
  .lgd-hero__cta:hover .lgd-hero__cta-arrow { transform: translateX(4px); }
  .lgd-hero__footnote { margin: 16px 0 0; font-family: inherit; font-size: clamp(12px, 0.95vw, 14px); font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255, 0.7); }
  @media (max-width: 749px) {
    .lgd-hero__content { gap: 0; }
    .lgd-hero__content > * + * { margin-top: 0; }
    .lgd-hero__eyebrow { margin-bottom: 14px; font-size: 13px; }
    .lgd-hero__headline { margin-bottom: 16px; font-size: clamp(56px, 16vw, 96px); line-height: 0.9; }
    .lgd-hero__subhead { display: none; }
    .lgd-hero__cta { margin-top: auto; align-self: stretch; justify-content: center; padding: 22px 24px; font-size: 15px; }
    .lgd-hero__footnote { text-align: center; margin-top: 12px; font-size: 12px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .lgd-hero__cta, .lgd-hero__cta-arrow { transition: none; }
    .lgd-hero__cta:hover { transform: none; }
  }
  .lgd-hero { --lgd-hero-scrim: {{ section.settings.overlay_opacity | divided_by: 100.0 }}; }
/* END_SECTION:legendary-hero-cinematic */

/* START_SECTION:legendary-odometer-strip (INDEX:57) */
.lgd-odostrip { background: #0a0a0a; color: #fff; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .lgd-odostrip__inner { max-width: 1440px; margin: 0 auto; padding: 0 clamp(16px, 4vw, 64px); display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; line-height: 1; }
  .lgd-odostrip__number { font-weight: 800; font-size: clamp(14px, 1.05vw, 17px); color: #d63b2f; letter-spacing: 0.02em; font-variant-numeric: tabular-nums; font-feature-settings: 'tnum'; }
  .lgd-odostrip__label { font-weight: 700; font-size: clamp(11px, 0.8vw, 13px); letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.85); }
  .lgd-odostrip__divider { color: rgba(255,255,255,0.22); font-size: clamp(11px, 0.8vw, 13px); }
  .lgd-odostrip__heritage { font-weight: 600; font-size: clamp(11px, 0.8vw, 13px); letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.7); }
  @media (max-width: 540px) {
    .lgd-odostrip__inner { gap: 8px; padding: 0 14px; }
    .lgd-odostrip { padding: 10px 0; }
  }
/* END_SECTION:legendary-odometer-strip */

/* START_SECTION:legendary-shop-by-gender (INDEX:58) */
.lgd-gender { background: #0a0a0a; color: #fff; padding: clamp(32px, 4vw, 56px) 0; }
  .lgd-gender__inner { max-width: 1440px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 64px); }
  .lgd-gender__header { text-align: center; margin: 0 auto clamp(20px, 2.5vw, 32px); max-width: 760px; }
  .lgd-gender__eyebrow { margin: 0 0 10px; font-size: clamp(11px, 0.85vw, 13px); font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #d63b2f; line-height: 1; }
  .lgd-gender__heading { margin: 0; font-weight: 900; font-size: clamp(26px, 3vw, 40px); line-height: 1.02; letter-spacing: -0.018em; text-transform: uppercase; color: #fff; text-wrap: balance; }
  .lgd-gender__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
  @media (max-width: 749px) { .lgd-gender__grid { grid-template-columns: 1fr; gap: 12px; } }
  .lgd-gender__tile { position: relative; display: block; overflow: hidden; border: 1px solid rgba(255,255,255,0.06); text-decoration: none; color: inherit; aspect-ratio: 4 / 5; transition: transform 320ms ease, border-color 320ms ease, box-shadow 320ms ease; isolation: isolate; }
  @media (min-width: 750px) { .lgd-gender__tile { aspect-ratio: 5 / 4; } }
  .lgd-gender__tile:hover { transform: translateY(-3px); border-color: rgba(214,59,47,0.5); box-shadow: 0 24px 60px -24px rgba(214,59,47,0.35); }
  .lgd-gender__tile-media { position: absolute; inset: 0; z-index: 0; background: #141414; }
  .lgd-gender__tile-media img, .lgd-gender__tile-placeholder svg { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 700ms ease; }
  .lgd-gender__tile:hover .lgd-gender__tile-media img { transform: scale(1.06); }
  .lgd-gender__tile-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.45) 35%, rgba(0,0,0,0.05) 65%, rgba(0,0,0,0) 100%); transition: opacity 320ms ease; }
  .lgd-gender__tile:hover .lgd-gender__tile-scrim { opacity: 0.92; }
  .lgd-gender__tile-content { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: clamp(20px, 2.5vw, 36px); display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
  .lgd-gender__tile-eyebrow { font-size: clamp(11px, 0.85vw, 13px); font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: #d63b2f; line-height: 1; }
  .lgd-gender__tile-label { display: block; font-weight: 900; font-size: clamp(28px, 3vw, 44px); line-height: 1.02; letter-spacing: -0.015em; text-transform: uppercase; color: #fff; text-wrap: balance; }
  .lgd-gender__tile-link { margin-top: 8px; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: clamp(11px, 0.85vw, 13px); letter-spacing: 0.18em; text-transform: uppercase; color: #fff; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,0.5); transition: border-color 220ms ease; }
  .lgd-gender__tile-link svg { width: 14px; height: 14px; transition: transform 220ms ease; }
  .lgd-gender__tile:hover .lgd-gender__tile-link { border-color: #fff; }
  .lgd-gender__tile:hover .lgd-gender__tile-link svg { transform: translateX(4px); }
/* END_SECTION:legendary-shop-by-gender */

/* START_SECTION:legendary-trust-bar (INDEX:59) */
.lgd-trust { background: #0b0b0b; color: #fff; padding: clamp(24px, 3vw, 40px) 0; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }
  .lgd-trust__inner { max-width: 1440px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 64px); }
  .lgd-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
  .lgd-trust__cell { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; padding: clamp(14px, 1.5vw, 22px) clamp(14px, 1.4vw, 20px); color: inherit; text-decoration: none; transition: background-color 200ms ease; }
  .lgd-trust__cell + .lgd-trust__cell::before { content: ''; position: absolute; left: 0; top: 20%; bottom: 20%; width: 1px; background: rgba(255,255,255,0.10); }
  a.lgd-trust__cell:hover { background: rgba(214,59,47,0.06); }
  .lgd-trust__eyebrow { display: inline-block; width: 22px; height: 2px; background: #d63b2f; margin-bottom: 12px; }
  .lgd-trust__title { display: block; font-family: inherit; font-weight: 800; font-size: clamp(13px, 1vw, 16px); letter-spacing: 0.16em; text-transform: uppercase; color: #fff; line-height: 1.1; }
  .lgd-trust__body { display: block; margin-top: 6px; font-family: inherit; font-weight: 400; font-size: clamp(12px, 0.85vw, 14px); line-height: 1.5; color: rgba(255,255,255,0.62); max-width: 26ch; }
  @media (max-width: 900px) {
    .lgd-trust__grid { grid-template-columns: repeat(2, 1fr); }
    .lgd-trust__cell + .lgd-trust__cell::before { display: none; }
    .lgd-trust__cell { border-top: 1px solid rgba(255,255,255,0.06); }
    .lgd-trust__cell:nth-child(-n+2) { border-top: 0; }
    .lgd-trust__cell:nth-child(odd)::after { content: ''; position: absolute; right: 0; top: 20%; bottom: 20%; width: 1px; background: rgba(255,255,255,0.10); }
  }
  @media (max-width: 480px) {
    .lgd-trust__cell { padding: 16px 12px; }
    .lgd-trust__eyebrow { margin-bottom: 10px; }
  }
/* END_SECTION:legendary-trust-bar */

/* START_SECTION:legendary-why-it-matters (INDEX:60) */
.lgd-why { background: #0b0b0b; color: #fff; padding: clamp(28px, 3.5vw, 48px) 0; }
  .lgd-why__inner { max-width: 1440px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 64px); }
  .lgd-why__header { text-align: center; max-width: 820px; margin: 0 auto clamp(20px, 2.4vw, 32px); }
  .lgd-why__eyebrow { margin: 0 0 10px; font-size: clamp(11px, 0.85vw, 13px); font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #d63b2f; line-height: 1; }
  .lgd-why__heading { margin: 0; font-weight: 900; font-size: clamp(26px, 3.2vw, 44px); line-height: 1.05; letter-spacing: -0.018em; text-transform: uppercase; color: #fff; text-wrap: balance; }
  .lgd-why__subhead { margin: 12px auto 0; max-width: 54ch; font-weight: 400; font-size: clamp(14px, 1vw, 17px); line-height: 1.5; color: rgba(255,255,255,0.72); }
  .lgd-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.6vw, 22px); }
  @media (max-width: 900px) { .lgd-why__grid { grid-template-columns: 1fr; gap: 18px; } }
  .lgd-why__card { background: #141414; border: 1px solid rgba(255,255,255,0.06); overflow: hidden; display: flex; flex-direction: column; }
  .lgd-why__card-media { aspect-ratio: 4 / 5; overflow: hidden; background: #1c1c1c; }
  .lgd-why__card-media img, .lgd-why__card-placeholder svg { width: 100%; height: 100%; object-fit: cover; display: block; }
  .lgd-why__card-body { padding: clamp(16px, 2vw, 24px); }
  .lgd-why__card-title { margin: 0 0 10px; font-weight: 800; font-size: clamp(15px, 1.1vw, 18px); letter-spacing: 0.06em; text-transform: uppercase; color: #fff; }
  .lgd-why__card-text { margin: 0; font-weight: 400; font-size: clamp(13px, 0.9vw, 15px); line-height: 1.55; color: rgba(255,255,255,0.75); }
  .lgd-why__cta-wrap { margin-top: clamp(16px, 2vw, 28px); text-align: center; }
  .lgd-why__cta { display: inline-flex; align-items: center; gap: 12px; padding: 14px 24px; background: #d63b2f; color: #fff; font-weight: 700; font-size: clamp(12px, 0.9vw, 14px); letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; border: 1px solid #d63b2f; transition: background-color 180ms ease, transform 180ms ease, box-shadow 220ms ease; }
  .lgd-why__cta svg { width: 16px; height: 16px; transition: transform 220ms ease; }
  .lgd-why__cta:hover { background: #b8281d; transform: translateY(-1px); box-shadow: 0 10px 30px -10px rgba(214,59,47,0.55); }
  .lgd-why__cta:hover svg { transform: translateX(4px); }
/* END_SECTION:legendary-why-it-matters */