/** Shopify CDN: Minification failed

Line 673:40 Unexpected "*"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:p7-cart (INDEX:44) */
.p7-cart-page {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 40px 0 96px;
    color: var(--text);
    font-family: var(--font-body);
  }
  .p7-cart-page__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--hairline);
    padding-bottom: 18px;
  }
  .p7-cart-page__header h1 {
    margin: 0;
    font-family: var(--font-display);
    font-weight: var(--font-heading-weight);
    font-size: clamp(30px, 6vw, 60px);
    line-height: 0.92;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }
  .p7-cart-page__header p,
  .p7-cart-page__note,
  .p7-cart-page__variant {
    margin: 0;
    color: var(--text-muted);
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .p7-cart-page__empty {
    display: grid;
    min-height: 320px;
    place-items: center;
    gap: 18px;
    text-align: center;
  }
  .p7-cart-page__empty p {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
  }
  .p7-cart-page__link,
  .p7-cart-page__checkout,
  .p7-cart-page__update {
    min-height: 46px;
    border: 1px solid var(--text);
    padding: 13px 18px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
  }
  .p7-cart-page__link,
  .p7-cart-page__checkout {
    background: var(--atc);
    border-color: var(--atc);
    color: var(--ink-inverse);
  }
  .p7-cart-page__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .p7-cart-page__form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 36px;
    align-items: start;
    margin-top: 28px;
  }
  .p7-cart-page__items {
    border-top: 1px solid var(--hairline);
  }
  .p7-cart-page__item {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 92px 120px;
    gap: 18px;
    align-items: center;
    border-bottom: 1px solid var(--hairline);
    padding: 18px 0;
  }
  .p7-cart-page__media {
    display: block;
    aspect-ratio: 1;
    background: var(--bg-soft);
  }
  .p7-cart-page__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p7-cart-page__info {
    display: grid;
    gap: 8px;
  }
  .p7-cart-page__title {
    color: var(--text);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
  }
  .p7-cart-page__title:hover,
  .p7-cart-page__remove:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .p7-cart-page__remove {
    width: fit-content;
    color: var(--text-muted);
    font-size: 12px;
    text-transform: uppercase;
  }
  .p7-cart-page__qty {
    display: grid;
    gap: 6px;
  }
  .p7-cart-page__qty label {
    color: var(--text-muted);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .p7-cart-page__qty input {
    width: 74px;
    height: 42px;
    border: 1px solid var(--hairline);
    background: var(--bg);
    color: var(--text);
    font: inherit;
    text-align: center;
  }
  .p7-cart-page__price {
    display: grid;
    justify-items: end;
    gap: 4px;
    font-size: 14px;
    font-weight: 800;
  }
  .p7-cart-page__price s {
    color: var(--text-muted);
    font-weight: 500;
  }
  .p7-cart-page__summary {
    position: sticky;
    top: calc(var(--marquee-h) + var(--header-h) + 20px);
    display: grid;
    gap: 16px;
    border-top: 1px solid var(--text);
    padding-top: 18px;
  }
  .p7-cart-page__subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .p7-cart-page__actions {
    display: grid;
    gap: 10px;
  }
  .p7-cart-page__update {
    background: var(--bg);
    color: var(--text);
  }
  .p7-cart-page__checkout:hover {
    background: var(--atc-hover);
    border-color: var(--atc-hover);
  }
  @media (max-width: 860px) {
    .p7-cart-page {
      width: min(100% - 24px, 640px);
      padding-top: 28px;
    }
    .p7-cart-page__form {
      grid-template-columns: 1fr;
      gap: 26px;
    }
    .p7-cart-page__summary {
      position: static;
    }
    .p7-cart-page__item {
      grid-template-columns: 92px minmax(0, 1fr);
      gap: 14px;
    }
    .p7-cart-page__qty,
    .p7-cart-page__price {
      grid-column: 2;
      justify-items: start;
    }
  }
/* END_SECTION:p7-cart */

/* START_SECTION:p7-collection-tiles (INDEX:45) */
.p7-tiles {
    max-width: 1440px;
    margin: 0 auto;
    padding: 36px 14px 12px;
    background: var(--bg);
    color: var(--text);
  }
  .p7-tiles-heading {
    margin: 0 0 14px;
    font-family: var(--font-display, sans-serif);
    font-weight: 400;
    font-size: clamp(22px, 5vw, 32px);
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  .p7-tiles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: var(--hairline);
  }
  .p7-tiles-item { margin: 0; }
  .p7-tiles-tile {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--surface);
  }
  .p7-tiles-media {
    aspect-ratio: 1 / 1;
    background: var(--surface);
  }
  .p7-tiles-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p7-tiles-img--placeholder {
    color: var(--text-faint);
    fill: currentColor;
  }
  .p7-tiles-link {
    position: absolute;
    inset: 0;
    display: block;
    color: inherit;
    text-decoration: none;
  }
  .p7-tiles-link:focus-visible {
    outline: 2px solid var(--text);
    outline-offset: -2px;
  }
  .p7-tiles-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .p7-tiles-tile--linked .p7-tiles-img {
    transition: transform 0.35s ease;
  }
  .p7-tiles-tile--linked:hover .p7-tiles-img,
  .p7-tiles-tile--linked:focus-within .p7-tiles-img {
    transform: scale(1.03);
  }
  .p7-tiles-label {
    position: absolute;
    inset: auto 0 0 0;
    padding: 48px 12px 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
    color: var(--ink-inverse);
    font-family: var(--font-display, sans-serif);
    font-weight: 400;
    font-size: clamp(18px, 4.5vw, 26px);
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  @media (min-width: 768px) {
    .p7-tiles { padding: 44px 20px 16px; }
    .p7-tiles-heading { margin-bottom: 16px; }
    .p7-tiles-grid { grid-template-columns: repeat(4, 1fr); }
    .p7-tiles-label { font-size: clamp(16px, 1.8vw, 26px); padding: 56px 14px 12px; }
  }

  @media (min-width: 1200px) {
    .p7-tiles { padding: 52px 24px 20px; }
  }

  @media (prefers-reduced-motion: reduce) {
    .p7-tiles-tile--linked .p7-tiles-img { transition: none; }
    .p7-tiles-tile--linked:hover .p7-tiles-img,
    .p7-tiles-tile--linked:focus-within .p7-tiles-img { transform: none; }
  }
/* END_SECTION:p7-collection-tiles */

/* START_SECTION:p7-collection (INDEX:46) */
/* ----------------------------------------------------------------
     Collection page (.p7-clx) — mobile-first at 375px
     ---------------------------------------------------------------- */
  .p7-clx {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 14px 64px;
    font-family: var(--font-body);
    color: var(--text);
  }

  /* Banner */
  .p7-clx__banner {
    padding: 10px 0 18px;
  }
  .p7-clx__title {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 0.92;
    letter-spacing: 0.01em;
    font-size: clamp(30px, 8vw, 60px);
    color: var(--text);
  }
  .p7-clx__count {
    margin: 8px 0 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted);
  }
  .p7-clx__desc {
    margin: 14px 0 0;
    max-width: 560px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted);
  }
  .p7-clx__desc p {
    margin: 0 0 10px;
  }
  .p7-clx__desc p:last-child {
    margin-bottom: 0;
  }

  /* Filter bar — reuses the global .pill / .active-filters / .clear-filters
     styles from p7-overrides.css; this only handles layout on this page. */
  .p7-clx__filterbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 14px 0 4px;
  }

  /* Sub-collection pills */
  .p7-clx__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 2px 0 18px;
  }
  .p7-clx__pill {
    display: inline-flex;
    align-items: center;
    padding: 9px 16px;
    border: 1px solid var(--hairline);
    border-radius: 999px;
    background: var(--bg);
    color: var(--text);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.12s, color 0.12s, border-color 0.12s;
  }
  .p7-clx__pill:hover {
    background: var(--surface);
    border-color: var(--text);
  }
  .p7-clx__pill:focus-visible {
    outline: 2px solid var(--text);
    outline-offset: 2px;
  }
  .p7-clx__pill--active {
    background: var(--btn);
    border-color: var(--btn);
    color: var(--btn-fg);
  }
  .p7-clx__pill--active:hover {
    background: var(--btn-hover);
    border-color: var(--btn-hover);
    color: var(--btn-fg);
  }

  /* Grid — image-forward, no card chrome, hairline dividers */
  .p7-clx__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
  }
  .p7-clx__cell {
    display: flex;
    background: var(--bg);
    min-width: 0;
  }
  /* display:flex above beats the UA's [hidden] rule — restate it so the size
     filter can actually hide cards. */
  .p7-clx__cell[hidden] { display: none; }
  .p7-clx__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 18px;
    color: var(--text);
    text-decoration: none;
  }
  .p7-clx__card:focus-visible {
    outline: 2px solid var(--text);
    outline-offset: -2px;
  }
  .p7-clx__media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--surface);
    margin-bottom: 12px;
  }
  .p7-clx__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  .p7-clx__card:hover .p7-clx__img,
  .p7-clx__card:focus-visible .p7-clx__img {
    transform: scale(1.04);
  }
  .p7-clx__noimg {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--surface);
  }
  .p7-clx__card-title {
    margin: 0 10px 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .p7-clx__card-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0 10px;
    font-size: 13px;
  }
  .p7-clx__price {
    font-weight: 700;
    color: var(--text);
  }
  .p7-clx__price--sale {
    color: var(--accent);
  }
  .p7-clx__compare {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-faint);
    text-decoration: line-through;
  }
  .p7-clx__soldout {
    font-weight: 500;
    color: var(--text-muted);
  }

  /* Empty state */
  .p7-clx__empty {
    padding: 72px 14px 40px;
    text-align: center;
    border-top: 1px solid var(--hairline);
  }
  .p7-clx__empty-msg {
    margin: 0 0 18px;
    font-family: var(--font-display);
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--text);
  }
  .p7-clx__pills--empty {
    justify-content: center;
    padding: 0;
  }

  /* Pagination — restyled default_pagination output */
  .p7-clx__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    padding: 28px 0 0;
    font-size: 13px;
    font-weight: 500;
  }
  .p7-clx__pagination a,
  .p7-clx__pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    padding: 0 10px;
    text-decoration: none;
  }
  .p7-clx__pagination a {
    color: var(--text-muted);
    border: 1px solid transparent;
    transition: color 0.12s, border-color 0.12s;
  }
  .p7-clx__pagination a:hover {
    color: var(--text);
    border-color: var(--hairline);
  }
  .p7-clx__pagination a:focus-visible {
    outline: 2px solid var(--text);
    outline-offset: 2px;
  }
  .p7-clx__pagination .current {
    background: var(--btn);
    color: var(--btn-fg);
  }
  .p7-clx__pagination .deco {
    color: var(--text-faint);
  }

  /* Visually hidden heading */
  .p7-clx__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }

  /* Tablet ≥768px */
  @media (min-width: 768px) {
    .p7-clx {
      padding: 0 20px 80px;
    }
    .p7-clx__banner {
      padding: 14px 0 22px;
    }
    .p7-clx__grid {
      grid-template-columns: repeat(3, 1fr);
    }
    .p7-clx__card-title {
      font-size: 13px;
    }
  }

  /* Desktop ≥1200px */
  @media (min-width: 1200px) {
    .p7-clx {
      padding: 0 24px 96px;
    }
    .p7-clx__grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .p7-clx__img,
    .p7-clx__pill,
    .p7-clx__pagination a {
      transition: none;
    }
    .p7-clx__card:hover .p7-clx__img,
    .p7-clx__card:focus-visible .p7-clx__img {
      transform: none;
    }
  }
/* END_SECTION:p7-collection */

/* START_SECTION:p7-contact (INDEX:47) */
.p7-contact-section {
    max-width: 640px;
    margin: 0 auto;
    padding: 36px 18px 72px;
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-body, sans-serif);
  }

  /* Header */
  .p7-contact-head {
    margin: 0 0 28px;
    padding: 0 0 22px;
    border-bottom: 1px solid var(--hairline);
  }
  .p7-contact-eyebrow {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-muted);
  }
  .p7-contact-title {
    margin: 0;
    font-family: var(--font-display, sans-serif);
    font-weight: 400;
    font-size: clamp(34px, 9vw, 56px);
    line-height: 0.95;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }
  .p7-contact-intro {
    margin: 14px 0 0;
    max-width: 60ch;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted);
  }
  .p7-contact-intro p { margin: 0 0 8px; }
  .p7-contact-intro p:last-child { margin-bottom: 0; }
  .p7-contact-intro a,
  .p7-contact-info-value a {
    color: var(--text);
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  /* Status notes — keep --ok-*/--err-* semantics */
  .p7-contact__ok,
  .p7-contact__err {
    margin: 0 0 18px;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.5;
  }
  .p7-contact__ok { background: var(--ok-bg); color: var(--ok-fg); }
  .p7-contact__err { background: var(--err-bg); color: var(--err-fg); }
  .p7-contact__ok p,
  .p7-contact__err p { margin: 0; }
  .p7-contact__err a { color: var(--err-fg); }

  /* Form */
  .p7-contact-row--2 { display: grid; grid-template-columns: 1fr; gap: 0; }
  .p7-contact-field { margin: 0 0 16px; }
  .p7-contact-label {
    display: block;
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .p7-contact-req { color: var(--text-muted); }
  .p7-contact-input,
  .p7-contact-textarea {
    width: 100%;
    padding: 12px;
    font: inherit;
    font-size: 16px;
    line-height: 1.4;
    color: var(--text);
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 0;
    appearance: none;
  }
  .p7-contact-textarea { resize: vertical; min-height: 140px; }
  .p7-contact-input:focus-visible,
  .p7-contact-textarea:focus-visible {
    outline: 2px solid var(--text);
    outline-offset: 1px;
  }
  .p7-contact-actions { margin-top: 22px; }
  .p7-contact-submit {
    width: 100%;
    min-height: 48px;
    padding: 14px 18px;
    border: none;
    border-radius: 0;
    background: var(--btn);
    color: var(--btn-fg);
    font-family: var(--font-body, sans-serif);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
  }
  .p7-contact-submit:hover { background: var(--btn-hover); }
  .p7-contact-submit:focus-visible {
    outline: 2px solid var(--text);
    outline-offset: 2px;
  }

  /* Info panel */
  .p7-contact-info {
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid var(--hairline);
  }
  .p7-contact-info-heading {
    margin: 0 0 18px;
    font-family: var(--font-display, sans-serif);
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  .p7-contact-info-group { margin: 0 0 16px; }
  .p7-contact-info-label {
    display: block;
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted);
  }
  .p7-contact-info-value { font-size: 14px; line-height: 1.6; }
  .p7-contact-info-value p { margin: 0 0 6px; }
  .p7-contact-info-value p:last-child { margin-bottom: 0; }

  @media (min-width: 768px) {
    .p7-contact-section { padding: 56px 24px 96px; }
    .p7-contact-section--split { max-width: 1080px; }
    .p7-contact-section--split .p7-contact-body {
      display: grid;
      grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
      gap: 0 48px;
      align-items: start;
    }
    .p7-contact-section--split .p7-contact-info {
      margin-top: 0;
      padding-top: 0;
      padding-left: 40px;
      border-top: none;
      border-left: 1px solid var(--hairline);
    }
    .p7-contact-row--2 { grid-template-columns: 1fr 1fr; gap: 0 14px; }
  }

  @media (min-width: 1200px) {
    .p7-contact-section--split { max-width: 1160px; }
    .p7-contact-section--split .p7-contact-body { gap: 0 72px; }
  }
/* END_SECTION:p7-contact */

/* START_SECTION:p7-header (INDEX:50) */
.p7-hd {
    position: sticky;
    top: var(--marquee-h);
    z-index: var(--p7-layer-header, 40);
    background: var(--bg);
    border-bottom: 1px solid var(--hairline);
    transition: transform 0.3s ease, box-shadow 0.2s ease;
    will-change: transform;
  }
  .p7-hd.is-stuck { box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06); }
  html.p7-nav-up .p7-hd { transform: translateY(calc(-100% - var(--marquee-h))); }

  .p7-hd__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    min-height: var(--header-h);
    padding: 0.4rem 18px;
  }
  .p7-hd__logo { display: flex; align-items: center; justify-self: start; min-width: 0; }
  .p7-hd__logo img { display: block; }

  .p7-hd__nav { display: flex; gap: clamp(1rem, 2.5vw, 2.5rem); justify-self: center; }
  .p7-hd__nav a {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 600;
    padding: 0.45rem 0.55rem;
    border-bottom: 2px solid transparent;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    white-space: nowrap;
  }
  .p7-hd__nav a:hover { border-bottom-color: var(--text); }
  .p7-hd__nav a.is-active {
    border-bottom-color: transparent;
    background: var(--p7-nav-active-bg, var(--text));
    color: var(--p7-nav-active-fg, var(--bg));
  }

  .p7-hd__icons { justify-self: end; display: flex; gap: 0.85rem; align-items: center; }

  .p7-hd__cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border: 1.4px solid var(--border);
    color: var(--text);
    background: transparent;
    font-family: var(--font-display);
    font-size: 0.72rem;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
  }
  .p7-hd__cart:hover { border-color: var(--text); }
  /* Filled cart = Lakai red — the one red chrome element, signals "you have items" */
  .p7-hd__cart.is-filled { background: var(--accent); border-color: var(--accent); color: var(--ink-inverse); }
  .p7-hd__cart.is-bumped { transform: scale(1.18); }
  .p7-hd__cart .cart-count { pointer-events: none; background: none; color: inherit; min-width: 0; height: auto; padding: 0; }

  .p7-hd__burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 2rem;
    height: 2rem;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    color: var(--text);
  }
  .p7-hd__burger span { display: block; width: 22px; height: 2px; background: currentColor; margin: 0 auto; }

  /* ---- Menu drawer ---- */
  .p7-mnav { position: fixed; inset: 0; z-index: var(--p7-layer-drawer, 1000); }
  .p7-mnav[hidden] { display: none; }
  .p7-mnav__scrim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .p7-mnav__panel {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    height: 100dvh;
    width: min(86vw, 380px);
    background: var(--bg);
    display: flex;
    flex-direction: column;
    padding: clamp(1.25rem, 5vw, 2rem);
    transform: translateX(100%);
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.25);
  }
  .p7-mnav.is-open .p7-mnav__scrim { opacity: 1; }
  .p7-mnav.is-open .p7-mnav__panel { transform: translateX(0); }

  .p7-mnav__close {
    align-self: flex-end;
    width: 2.75rem;
    height: 2.75rem;
    display: grid;
    place-items: center;
    background: var(--btn);
    color: var(--btn-fg);
    border: 0;
    cursor: pointer;
    margin-bottom: 1.5rem;
  }
  .p7-mnav__close svg { width: 1.1rem; height: 1.1rem; }

  .p7-mnav__nav { display: flex; flex-direction: column; gap: 0.35rem; }
  .p7-mnav__nav a {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 7vw, 2.1rem);
    text-transform: uppercase;
    letter-spacing: 0.01em;
    line-height: 1.1;
    color: var(--text);
    padding: 0.35rem 0;
  }
  .p7-mnav__nav a.is-active {
    background: var(--p7-nav-active-bg, var(--text));
    color: var(--p7-nav-active-fg, var(--bg));
    padding-right: 0.55rem;
    padding-left: 0.55rem;
  }

  .p7-mnav__secondary {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1.25rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--hairline);
  }
  .p7-mnav__secondary a {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 700;
    color: var(--text-muted);
  }
  .p7-mnav__secondary a:hover { color: var(--text); }

  /* Promo image block — pinned to the drawer bottom, edge to edge */
  .p7-mnav__promo {
    position: relative;
    display: block;
    margin-top: auto;
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 2rem));
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 2rem));
    margin-bottom: calc(-1 * clamp(1.25rem, 5vw, 2rem));
    background: var(--btn);
    color: var(--ink-inverse);
    overflow: hidden;
  }
  .p7-mnav__promo-img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  .p7-mnav__promo-body {
    position: absolute;
    inset: auto 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    padding: 2.25rem 1.5rem 1.35rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
  }
  .p7-mnav__promo-body--solid {
    position: static;
    background: none;
    padding: 1.5rem;
  }
  .p7-mnav__promo-eyebrow {
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-weight: 700;
    opacity: 0.85;
  }
  .p7-mnav__promo-heading {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 7vw, 2rem);
    text-transform: uppercase;
    line-height: 0.95;
  }
  .p7-mnav__promo-cta {
    margin-top: 0.5rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 700;
    border: 1px solid var(--ink-inverse);
    padding: 0.55rem 0.9rem;
  }

  @media (max-width: 820px) {
    .p7-hd__nav { display: none; }
    .p7-hd__burger { display: flex; }
    .p7-hd__inner { grid-template-columns: 1fr auto; }
  }
  @media (min-width: 821px) {
    .p7-mnav { display: none; }
  }

  html.p7-no-scroll { overflow: hidden; }

  .p7-size-pill {
    position: fixed;
    top: var(--p7-size-pill-desktop-top, 50%);
    z-index: var(--p7-layer-pill, 70);
    transform: translateY(-50%);
    font-family: var(--font-body);
    color: var(--text);
  }
  .p7-size-pill--right {
    right: -6px;
  }
  .p7-size-pill--left {
    left: -6px;
  }
  .p7-size-pill__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 15px 10px;
    border: 1px solid var(--text);
    border-radius: 999px;
    background: var(--text);
    color: var(--bg);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
    writing-mode: vertical-rl;
  }
  .p7-size-pill.is-attention .p7-size-pill__tab {
    animation: p7-size-pill-flash 1.4s ease;
  }
  .p7-size-pill.has-size .p7-size-pill__tab {
    min-height: 104px;
    padding: 18px 11px;
  }
  .p7-size-pill--left .p7-size-pill__tab {
    transform: rotate(180deg);
  }
  .p7-size-pill__panel {
    position: absolute;
    top: 50%;
    width: min(270px, calc(100vw - 64px));
    transform: translateY(-50%);
    border: 1px solid var(--hairline);
    background: var(--bg);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
    padding: 14px;
  }
  .p7-size-pill--right .p7-size-pill__panel {
    right: calc(100% + 10px);
  }
  .p7-size-pill--left .p7-size-pill__panel {
    left: calc(100% + 10px);
  }
  .p7-size-pill__panel[hidden] { display: none; }
  .p7-size-pill__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
  }
  .p7-size-pill__head h2 {
    margin: 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .p7-size-pill__clear {
    border: 0;
    background: none;
    color: var(--text-muted);
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 0;
    text-transform: uppercase;
  }
  .p7-size-pill__clear:hover,
  .p7-size-pill__clear:focus-visible {
    color: var(--text);
  }
  .p7-size-pill__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }
  .p7-size-pill__size {
    min-height: 42px;
    border: 1px solid var(--hairline);
    background: var(--surface);
    color: var(--text);
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
  }
  .p7-size-pill__size:hover,
  .p7-size-pill__size:focus-visible,
  .p7-size-pill__size.is-selected {
    border-color: var(--text);
    background: var(--text);
    color: var(--bg);
  }
  @keyframes p7-size-pill-flash {
    0%, 100% {
      border-color: var(--text);
      box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
    }
    42% {
      border-color: var(--accent);
      box-shadow: 0 0 0 4px rgba(212, 35, 27, 0.18), 0 12px 32px rgba(0, 0, 0, 0.22);
    }
  }

  @media (max-width: 640px) {
    .p7-size-pill {
      top: auto;
      bottom: var(--p7-size-pill-mobile-bottom, 92px);
      transform: none;
    }
    .p7-size-pill--right {
      right: -6px;
      left: auto;
    }
    .p7-size-pill--left {
      left: -6px;
      right: auto;
    }
    .p7-size-pill__panel {
      top: auto;
      bottom: calc(100% + 8px);
      transform: none;
    }
    .p7-size-pill--right .p7-size-pill__panel {
      right: calc(100% + 10px);
      left: auto;
    }
    .p7-size-pill--left .p7-size-pill__panel {
      left: calc(100% + 10px);
      right: auto;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .p7-hd,
    .p7-mnav__panel,
    .p7-mnav__scrim { transition: none; }
    .p7-size-pill.is-attention .p7-size-pill__tab { animation: none; }
  }
/* END_SECTION:p7-header */

/* START_SECTION:p7-hero-image (INDEX:51) */
.p7-hero-image {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--p7-hero-empty-bg, #0d0d0d);
    color: var(--p7-hero-text, #ffffff);
  }
  @media (min-width: 750px) {
    .p7-hero-image {
      aspect-ratio: 16 / 9;
    }
  }
  .p7-hero-image__media,
  .p7-hero-image__media picture,
  .p7-hero-image__img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .p7-hero-image__img {
    object-fit: cover;
    object-position: var(--p7-focal-mobile, 50% 50%);
  }
  @media (min-width: 750px) {
    .p7-hero-image__img {
      object-position: var(--p7-focal-desktop, 50% 50%);
    }
  }
  .p7-hero-image__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  }
  .p7-hero-image--overlay-none .p7-hero-image__shade {
    display: none;
  }
  .p7-hero-image--overlay-solid .p7-hero-image__shade {
    background: rgba(0, 0, 0, var(--p7-hero-overlay, 0.35));
  }
  .p7-hero-image--overlay-bottom .p7-hero-image__shade {
    background: linear-gradient(to top, rgba(0, 0, 0, var(--p7-hero-overlay, 0.35)), rgba(0, 0, 0, 0) 68%);
  }
  .p7-hero-image--overlay-left .p7-hero-image__shade {
    background: linear-gradient(to right, rgba(0, 0, 0, var(--p7-hero-overlay, 0.35)), rgba(0, 0, 0, 0) 72%);
  }
  .p7-hero-image--overlay-right .p7-hero-image__shade {
    background: linear-gradient(to left, rgba(0, 0, 0, var(--p7-hero-overlay, 0.35)), rgba(0, 0, 0, 0) 72%);
  }
  .p7-hero-image__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    padding: var(--p7-hero-pad-mobile, 24px);
  }
  @media (min-width: 750px) {
    .p7-hero-image__content {
      padding: var(--p7-hero-pad-desktop, 56px);
    }
  }
  .p7-hero-image__copy {
    display: grid;
    gap: 12px;
    width: min(var(--p7-hero-copy-max, 520px), 100%);
  }
  .p7-hero-image__eyebrow {
    margin: 0;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .p7-hero-image__heading {
    margin: 0;
    font-family: var(--font-display, sans-serif);
    font-size: var(--p7-hero-heading-mobile, 42px);
    font-weight: var(--font-heading-weight);
    line-height: 0.96;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  @media (min-width: 750px) {
    .p7-hero-image__heading {
      font-size: var(--p7-hero-heading-desktop, 72px);
    }
  }
  .p7-hero-image__body {
    max-width: 40em;
    font-size: 16px;
    line-height: 1.45;
  }
  .p7-hero-image__body p {
    margin: 0;
  }
  .p7-hero-image__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    width: fit-content;
    min-height: 46px;
    border: 1px solid var(--p7-hero-button-bg, #ffffff);
    padding: 0 20px;
    background: var(--p7-hero-button-bg, #ffffff);
    color: var(--p7-hero-button-fg, #0d0d0d);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
  }
  .p7-hero-image__button--outline {
    border-color: currentColor;
    background: transparent;
    color: currentColor;
  }
  .p7-hero-image__button[aria-disabled='true'] {
    pointer-events: none;
  }
  .p7-hero-image--desktop-top-left .p7-hero-image__content {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .p7-hero-image--desktop-center-left .p7-hero-image__content {
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }
  .p7-hero-image--desktop-bottom-left .p7-hero-image__content {
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
  }
  .p7-hero-image--desktop-center-center .p7-hero-image__content {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .p7-hero-image--desktop-bottom-center .p7-hero-image__content {
    align-items: flex-end;
    justify-content: center;
    text-align: center;
  }
  .p7-hero-image--desktop-bottom-right .p7-hero-image__content {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .p7-hero-image--desktop-center-center .p7-hero-image__button,
  .p7-hero-image--desktop-bottom-center .p7-hero-image__button {
    justify-self: center;
  }
  .p7-hero-image--desktop-bottom-right .p7-hero-image__button {
    justify-self: end;
  }
  .p7-hero-image__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed rgba(255, 255, 255, 0.35);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
  }
  @media (max-width: 749px) {
    .p7-hero-image--mobile-top .p7-hero-image__content {
      align-items: flex-start;
    }
    .p7-hero-image--mobile-center .p7-hero-image__content {
      align-items: center;
    }
    .p7-hero-image--mobile-bottom .p7-hero-image__content {
      align-items: flex-end;
    }
    .p7-hero-image--mobile-align-left .p7-hero-image__content {
      justify-content: flex-start;
      text-align: left;
    }
    .p7-hero-image--mobile-align-center .p7-hero-image__content {
      justify-content: center;
      text-align: center;
    }
    .p7-hero-image--mobile-align-center .p7-hero-image__button {
      justify-self: center;
    }
    .p7-hero-image__body {
      font-size: 15px;
    }
  }
/* END_SECTION:p7-hero-image */

/* START_SECTION:p7-hero-video (INDEX:52) */
.p7-hero { display: block; background: var(--p7-hero-bg, #0d0d0d); }
    .p7-hero__frame {
      position: relative;
      width: 100%;
      aspect-ratio: 1 / 1;                 /* mobile: square */
      overflow: hidden;
      background: var(--p7-hero-bg, #0d0d0d);
    }
    @media (min-width: 750px) {
      .p7-hero__frame { aspect-ratio: 16 / 9; }   /* desktop: landscape */
    }
    .p7-hero__video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      opacity: 0;
      transition: opacity 0.4s ease;
    }
    .p7-hero.is-playing .p7-hero__video,
    .p7-hero.has-poster .p7-hero__video { opacity: 1; }
    .p7-hero__placeholder {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      gap: 8px;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 20px;
      background: var(--p7-hero-bg, #0d0d0d);
      color: #ffffff;
      transition: opacity 0.4s ease;
    }
    .p7-hero.is-playing .p7-hero__placeholder { opacity: 0; visibility: hidden; }
    .p7-hero__placeholder-label {
      font-family: var(--font-display, sans-serif);
      font-weight: var(--font-heading-weight);
      font-size: clamp(22px, 6vw, 52px);
      letter-spacing: 0.12em;
      text-transform: uppercase;
      opacity: 0.9;
    }
    .p7-hero__placeholder-hint {
      font-size: 12px;
      letter-spacing: 0.04em;
      opacity: 0.55;
    }
    @media (prefers-reduced-motion: reduce) {
      .p7-hero__video,
      .p7-hero__placeholder { transition: none; }
    }
/* END_SECTION:p7-hero-video */

/* START_SECTION:p7-marquee (INDEX:53) */
.marquee.p7-listing.p7-marquee-banner {
    background: var(--p7-mq-bg, #0d0d0d);
    color: var(--p7-mq-fg, #ffffff);
    font-size: var(--p7-mq-size, 12px);
    letter-spacing: var(--p7-mq-tracking, 0.12em);
  }

  .marquee.p7-listing.p7-marquee-banner .marquee-track {
    animation-duration: var(--p7-mq-speed, 240s);
  }

  .marquee.p7-listing.p7-marquee-banner .marquee-seq {
    gap: var(--p7-mq-gap, 22px);
    padding-left: var(--p7-mq-gap, 22px);
  }

  .p7-marquee-banner__item {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-width: max-content;
    line-height: 1;
  }

  .p7-marquee-banner__item--text {
    font-weight: 900;
  }

  .p7-marquee-banner__item--logo img {
    display: block;
    width: auto;
    max-width: 180px;
    height: min(var(--p7-mq-logo-height, 24px), 30px);
    object-fit: contain;
  }

  .p7-marquee-banner--pause-hover:hover .marquee-track {
    animation-play-state: paused;
  }
/* END_SECTION:p7-marquee */

/* START_SECTION:p7-product-lookbook (INDEX:55) */
.p7-lookbook {
    padding: clamp(40px, 6vw, 88px) 0;
    background: var(--bg, #ffffff);
    color: var(--text, #0d0d0d);
  }
  .p7-lookbook__inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
  }
  .p7-lookbook__head {
    max-width: 680px;
    margin-bottom: 24px;
  }
  .p7-lookbook__head p {
    margin: 0 0 8px;
    color: var(--text-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }
  .p7-lookbook__head h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(32px, 5vw, 72px);
    line-height: 0.92;
    text-transform: uppercase;
  }
  .p7-lookbook__head div {
    margin-top: 12px;
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.5;
  }
  .p7-lookbook__grid {
    display: grid;
    gap: 16px;
  }
  .p7-lookbook__grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p7-lookbook__grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p7-lookbook__grid--stack {
    grid-template-columns: 1fr;
  }
  .p7-lookbook__item {
    min-width: 0;
  }
  .p7-lookbook__link {
    position: relative;
    display: block;
    min-height: 360px;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #111111;
    color: #ffffff;
    text-decoration: none;
  }
  .p7-lookbook__grid--stack .p7-lookbook__link {
    aspect-ratio: 16 / 7;
  }
  .p7-lookbook__link img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
  }
  a.p7-lookbook__link:hover img {
    transform: scale(1.03);
  }
  .p7-lookbook__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 8px;
    padding: clamp(18px, 3vw, 30px);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.05) 58%);
  }
  .p7-lookbook__eyebrow,
  .p7-lookbook__cta {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }
  .p7-lookbook__title {
    font-family: var(--font-display);
    font-size: clamp(24px, 3vw, 42px);
    line-height: 0.96;
    text-transform: uppercase;
  }
  .p7-lookbook__text {
    max-width: 36ch;
    font-size: 14px;
    line-height: 1.45;
  }
  .p7-lookbook__cta {
    width: fit-content;
    border-bottom: 2px solid currentColor;
    padding-bottom: 4px;
  }
  @media (max-width: 820px) {
    .p7-lookbook__grid--two,
    .p7-lookbook__grid--three {
      grid-template-columns: 1fr;
    }
    .p7-lookbook__grid--stack .p7-lookbook__link {
      aspect-ratio: 4 / 5;
    }
  }
/* END_SECTION:p7-product-lookbook */

/* START_SECTION:p7-product-related (INDEX:56) */
.p7-related-products {
    background: var(--bg, #ffffff);
    color: var(--text, #0d0d0d);
    padding: clamp(40px, 6vw, 80px) 0;
  }
  .p7-related-products__inner {
    display: block;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
  }
  .p7-related-products__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
  }
  .p7-related-products__head p {
    margin: 0 0 8px;
    color: var(--text-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }
  .p7-related-products__head h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(30px, 5vw, 64px);
    line-height: 0.92;
    text-transform: uppercase;
  }
  .p7-related-products__head a {
    color: var(--text);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-underline-offset: 4px;
    white-space: nowrap;
  }
  .p7-related-products__grid {
    display: grid;
    grid-template-columns: repeat(var(--p7-related-cols, 4), minmax(0, 1fr));
    gap: 18px;
  }
  .p7-related-products__card {
    display: grid;
    gap: 8px;
    color: inherit;
    text-decoration: none;
  }
  .p7-related-products__media {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--bg-soft);
  }
  .p7-related-products__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
  }
  .p7-related-products__card:hover img {
    transform: scale(1.03);
  }
  .p7-related-products__title {
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
  }
  .p7-related-products__price {
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 700;
  }
  @media (max-width: 900px) {
    .p7-related-products__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (max-width: 640px) {
    .p7-related-products__head {
      align-items: start;
      flex-direction: column;
    }
    .p7-related-products__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }
  }
/* END_SECTION:p7-product-related */

/* START_SECTION:p7-product-story (INDEX:57) */
.p7-product-story {
    position: relative;
    overflow: hidden;
    background: var(--p7-story-bg, #0d0d0d);
    color: var(--p7-story-fg, #ffffff);
  }
  .p7-product-story__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p7-product-story--image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, var(--p7-story-overlay, 0.35));
  }
  .p7-product-story__inner {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: clamp(56px, 8vw, 112px) 0;
  }
  .p7-product-story--split .p7-product-story__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
  }
  .p7-product-story__media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
  }
  .p7-product-story__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p7-product-story__copy {
    max-width: 640px;
  }
  .p7-product-story--image .p7-product-story__copy {
    max-width: 720px;
  }
  .p7-product-story__eyebrow {
    margin: 0 0 12px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  .p7-product-story h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(36px, 7vw, 88px);
    line-height: 0.92;
    text-transform: uppercase;
  }
  .p7-product-story__body {
    margin-top: 18px;
    font-size: clamp(15px, 1.8vw, 20px);
    line-height: 1.45;
  }
  .p7-product-story__body p {
    margin: 0 0 12px;
  }
  .p7-product-story__body p:last-child {
    margin-bottom: 0;
  }
  .p7-product-story__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 24px;
    border: 1px solid currentColor;
    padding: 12px 18px;
    color: inherit;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
  }
  @media (max-width: 820px) {
    .p7-product-story--split .p7-product-story__inner {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:p7-product-story */

/* START_SECTION:p7-product (INDEX:58) */
.p7-pdp {
    font-family: var(--font-body);
    color: var(--text);
    background: var(--bg);
    padding: 16px 16px 64px;
  }
  .p7-pdp__inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    align-items: start;
  }
  .p7-pdp__inner > * {
    min-width: 0;
  }

  /* ---- Gallery ---- */
  .p7-pdp__gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
  }
  .p7-pdp__main {
    margin: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    background: var(--surface);
  }
  .p7-pdp__main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.18s ease;
  }
  .p7-pdp__placeholder {
    width: 100%;
    height: 100%;
    color: var(--text-faint);
  }
  .p7-pdp__thumbs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    padding-bottom: 4px;
    max-width: 100%;
  }
  .p7-pdp__thumb {
    flex: 0 0 auto;
    width: 64px;
    aspect-ratio: 1 / 1;
    padding: 0;
    border: 1px solid var(--hairline);
    background: var(--surface);
    cursor: pointer;
    scroll-snap-align: start;
    overflow: hidden;
    transition: border-color 0.15s ease;
  }
  .p7-pdp__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .p7-pdp__thumb:hover {
    border-color: var(--text-muted);
  }
  .p7-pdp__thumb.is-active {
    border-color: var(--text);
  }
  .p7-pdp__thumb:focus-visible {
    outline: 2px solid var(--text);
    outline-offset: 2px;
  }

  /* ---- Info column ---- */
  .p7-pdp__info {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
  }
  .p7-pdp__title {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 400;
    font-size: clamp(28px, 6vw, 46px);
    line-height: 0.92;
    text-transform: uppercase;
    letter-spacing: 0.01em;
  }
  .p7-pdp__price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
  }
  .p7-pdp__price {
    font-family: var(--font-display);
    font-size: 26px;
    letter-spacing: 0.02em;
  }
  .p7-pdp__price--sale {
    color: var(--accent);
  }
  .p7-pdp__compare {
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: line-through;
  }
  .p7-pdp__siblings {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .p7-pdp__siblings-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 700;
    color: var(--text-muted);
  }
  .p7-pdp__siblings-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
  .p7-pdp__sibling {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--hairline);
    background: var(--bg);
    padding: 9px 6px;
    color: var(--text);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  .p7-pdp__sibling:hover {
    border-color: var(--text);
  }
  .p7-pdp__sibling.is-active {
    background: var(--text);
    border-color: var(--text);
    color: var(--bg);
  }
  .p7-pdp__sibling:focus-visible {
    outline: 2px solid var(--text);
    outline-offset: 2px;
  }

  /* ---- Form / size picker ---- */
  .p7-pdp__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
  }
  .p7-pdp__variant {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .p7-pdp__variant-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
  }
  .p7-pdp__variant-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 700;
  }
  .p7-pdp__variant-selected {
    font-size: 12px;
    color: var(--text-muted);
  }
  .p7-pdp__size-carousel {
    position: relative;
  }
  .p7-pdp__sizes {
    display: grid;
    grid-auto-columns: calc((100% - 24px) / 5);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 6px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .p7-pdp__sizes::-webkit-scrollbar {
    display: none;
  }
  .p7-pdp__size {
    position: relative;
    min-width: 0;
    scroll-snap-align: start;
  }
  .p7-pdp__size input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .p7-pdp__size label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 11px 4px;
    border: 1px solid var(--hairline);
    background: var(--bg);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    font-variant-numeric: tabular-nums;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
  }
  .p7-pdp__size label:hover {
    border-color: var(--text);
  }
  .p7-pdp__size input:checked + label {
    background: var(--btn);
    color: var(--btn-fg);
    border-color: var(--btn);
  }
  .p7-pdp__size label.is-sold-out,
  .p7-pdp__size label.is-unavailable,
  .p7-pdp__size input:disabled + label {
    color: var(--text-faint);
    text-decoration: line-through;
    cursor: pointer;
    background: var(--surface);
    border-color: var(--hairline);
  }
  .p7-pdp__size label.is-unavailable {
    opacity: 0.52;
  }
  .p7-pdp__size input:checked + label.is-sold-out,
  .p7-pdp__size input:checked + label.is-unavailable {
    background: var(--btn);
    color: var(--btn-fg);
    border-color: var(--btn);
    opacity: 1;
  }
  .p7-pdp__size input:focus-visible + label {
    outline: 2px solid var(--text);
    outline-offset: 2px;
  }
  .p7-pdp__size-scroll {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    border: 1px solid var(--hairline);
    background: var(--bg);
    color: var(--text);
    cursor: pointer;
    opacity: 0.96;
    transition: opacity 0.15s ease, background 0.15s ease, color 0.15s ease;
  }
  .p7-pdp__size-scroll--prev {
    left: 0;
    transform: translateX(-50%);
  }
  .p7-pdp__size-scroll--next {
    right: 0;
    transform: translateX(50%);
  }
  .p7-pdp__size-scroll svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
  }
  .p7-pdp__size-scroll:hover,
  .p7-pdp__size-scroll:focus-visible {
    background: var(--btn);
    border-color: var(--btn);
    color: var(--btn-fg);
  }
  .p7-pdp__size-scroll:disabled {
    opacity: 0.25;
    pointer-events: none;
  }
  .p7-pdp__size-carousel.is-static .p7-pdp__size-scroll {
    display: none;
  }
  .p7-pdp__size-guide {
    align-self: flex-start;
    font-size: 12px;
    color: var(--text-muted);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .p7-pdp__size-guide:hover {
    color: var(--text);
  }

  /* ---- Payment options ---- */
  .p7-pdp__payment-terms {
    margin: -8px 0 0;
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1.45;
  }
  .p7-pdp__payment-terms shopify-payment-terms {
    display: block;
  }
  .p7-pdp__dynamic-checkout {
    display: block;
    margin-top: -6px;
  }
  .p7-pdp__dynamic-checkout.is-disabled {
    display: none;
  }
  .p7-pdp__dynamic-checkout .shopify-payment-button {
    display: block;
  }
  .p7-pdp__dynamic-checkout .shopify-payment-button__button {
    min-height: 48px;
    border-radius: 0;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .p7-pdp__dynamic-checkout .shopify-payment-button__button--unbranded {
    background: var(--btn);
    color: var(--btn-fg);
  }
  .p7-pdp__dynamic-checkout .shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background: var(--btn-hover);
  }
  .p7-pdp__dynamic-checkout .shopify-payment-button__more-options {
    color: var(--text-muted);
    font-size: 12px;
    text-underline-offset: 3px;
  }

  /* ---- Sock add-on ---- */
  .p7-pdp__free-socks {
    display: grid;
    grid-template-columns: auto 72px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 12px;
    border: 1px solid var(--hairline);
    background: var(--bg);
    cursor: pointer;
  }
  .p7-pdp__free-socks-checkbox {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--text);
  }
  .p7-pdp__free-socks-media {
    display: block;
    width: 72px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid var(--hairline);
    background: var(--surface);
  }
  .p7-pdp__free-socks-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p7-pdp__free-socks-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
  }
  .p7-pdp__free-socks-title {
    color: var(--text);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.12;
    text-transform: uppercase;
  }
  .p7-pdp__free-socks-text,
  .p7-pdp__free-socks-size {
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1.35;
  }
  .p7-pdp__free-socks-price {
    display: grid;
    gap: 3px;
    justify-items: end;
    white-space: nowrap;
  }
  .p7-pdp__free-socks-price span {
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1;
    text-decoration: line-through;
  }
  .p7-pdp__free-socks-price strong {
    color: var(--accent);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
  }
  .p7-pdp__free-socks:has(.p7-pdp__free-socks-checkbox:focus-visible) {
    outline: 2px solid var(--text);
    outline-offset: 2px;
  }
  .p7-pdp__free-socks:has(.p7-pdp__free-socks-checkbox:not(:checked)) {
    opacity: 0.72;
  }

  /* ---- ATC + low stock ---- */
  .p7-pdp__atc {
    display: block;
    width: 100%;
    padding: 16px 20px;
    border: 0;
    background: var(--atc);
    color: var(--atc-fg);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    cursor: pointer;
    transition: background 0.15s ease;
  }
  .p7-pdp__atc:hover:not(:disabled) {
    background: var(--atc-hover);
  }
  .p7-pdp__atc:focus-visible {
    outline: 2px solid var(--text);
    outline-offset: 2px;
  }
  .p7-pdp__atc:disabled {
    background: var(--surface);
    color: var(--text-faint);
    cursor: not-allowed;
  }
  .p7-pdp__atc[aria-busy='true'] {
    opacity: 0.7;
  }
  .p7-pdp__stock {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--accent);
  }
  .p7-pdp__bucket-frame {
    margin: -6px 0 0;
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.35;
    text-transform: uppercase;
  }
  @media (max-width: 520px) {
    .p7-pdp__free-socks {
      grid-template-columns: auto 58px minmax(0, 1fr);
    }
    .p7-pdp__free-socks-media {
      width: 58px;
    }
    .p7-pdp__free-socks-price {
      grid-column: 3;
      justify-items: start;
    }
  }

  /* ---- Description ---- */
  .p7-pdp__desc {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.65;
  }
  /* Single source of truth: the theme owns description typography. Product /
     child descriptions imported or pasted from legacy rich text carry inline
     font-size / font-family on <span>s (e.g. style="font-size:1rem") that beat
     theme CSS and make random chunks change size. Neutralize any inline-styled
     node so every chunk renders at the size/face/leading above. Table cells are
     excluded — the size-chart rules below size them deliberately. Also covers
     the per-color child descriptions injected via innerHTML on color change. */
  .p7-pdp__desc [style]:not(td):not(th):not(table) {
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
  }
  .p7-pdp__desc p {
    margin: 0 0 12px;
  }
  .p7-pdp__desc p:last-child {
    margin-bottom: 0;
  }
  .p7-pdp__desc ul {
    margin: 14px 0 0;
    padding-left: 20px;
    list-style: disc;
  }
  .p7-pdp__desc li {
    margin: 6px 0;
  }
  .p7-pdp__desc a {
    text-decoration: underline;
  }
  .p7-pdp__desc table {
    width: 100% !important;
    height: auto !important;
    margin: 16px 0 0;
    border-collapse: collapse;
    border: 1px solid var(--hairline);
    table-layout: fixed;
  }
  .p7-pdp__desc colgroup col {
    width: auto !important;
  }
  .p7-pdp__desc th,
  .p7-pdp__desc td {
    height: auto !important;
    padding: 14px 16px;
    border: 1px solid var(--hairline);
    font-size: 14px;
    line-height: 1.45;
    vertical-align: middle;
  }
  .p7-pdp__desc tr {
    height: auto !important;
  }
  .p7-pdp__desc th:not(:first-child),
  .p7-pdp__desc td:not(:first-child) {
    width: auto !important;
    text-align: center;
    white-space: nowrap;
  }
  .p7-pdp__desc th:first-child,
  .p7-pdp__desc td:first-child {
    width: 42% !important;
    text-align: left;
  }
  .p7-pdp__desc table:has(tr:first-child > :nth-child(7)) {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .p7-pdp__desc table:has(tr:first-child > :nth-child(7)) tbody,
  .p7-pdp__desc table:has(tr:first-child > :nth-child(7)) thead {
    display: table;
    width: 100%;
    min-width: 620px;
    table-layout: fixed;
  }
  @media (max-width: 520px) {
    .p7-pdp__desc th,
    .p7-pdp__desc td {
      padding: 10px 4px;
      font-size: 12px;
      line-height: 1.35;
    }
    .p7-pdp__desc th:first-child,
    .p7-pdp__desc td:first-child {
      width: auto !important;
      padding-left: 10px;
      padding-right: 8px;
    }
    .p7-pdp__desc table:not(:has(tr:first-child > :nth-child(7))) {
      display: block;
      width: 100% !important;
      max-width: 100%;
      border: 0;
      font-size: 12px;
      overflow: hidden;
    }
    .p7-pdp__desc table:not(:has(tr:first-child > :nth-child(7))) colgroup {
      display: none;
    }
    .p7-pdp__desc table:not(:has(tr:first-child > :nth-child(7))) tbody,
    .p7-pdp__desc table:not(:has(tr:first-child > :nth-child(7))) thead {
      display: block;
      width: 100% !important;
      max-width: 100%;
    }
    .p7-pdp__desc table:not(:has(tr:first-child > :nth-child(7))) tr:first-child {
      display: none;
    }
    .p7-pdp__desc table:not(:has(tr:first-child > :nth-child(7))) tr:not(:first-child) {
      display: grid;
      width: 100% !important;
      max-width: 100%;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      border: 1px solid var(--hairline);
      border-bottom: 0;
    }
    .p7-pdp__desc table:not(:has(tr:first-child > :nth-child(7))) tr:last-child {
      border-bottom: 1px solid var(--hairline);
    }
    .p7-pdp__desc table:not(:has(tr:first-child > :nth-child(7))) td {
      display: block;
      width: auto !important;
      min-width: 0;
      border: 0;
    }
    .p7-pdp__desc table:not(:has(tr:first-child > :nth-child(7))) td:first-child {
      grid-column: 1 / -1;
      padding: 10px 12px 8px;
      border-bottom: 1px solid var(--hairline);
      font-weight: 700;
    }
    .p7-pdp__desc table:not(:has(tr:first-child > :nth-child(7))) td:not(:first-child) {
      padding: 8px 10px 10px;
      border-right: 1px solid var(--hairline);
      border-top: 1px solid var(--hairline);
      text-align: left;
    }
    .p7-pdp__desc table:not(:has(tr:first-child > :nth-child(7))) td:nth-child(odd):not(:first-child),
    .p7-pdp__desc table:not(:has(tr:first-child > :nth-child(7))) td:last-child {
      border-right: 0;
    }
    .p7-pdp__desc table:not(:has(tr:first-child > :nth-child(7))) td:not(:first-child)::before {
      display: inline-block;
      min-width: 24px;
      margin-right: 6px;
      font-size: 10px;
      font-weight: 700;
      line-height: 1;
      color: var(--text-muted);
    }
    .p7-pdp__desc table:not(:has(tr:first-child > :nth-child(7))) td:nth-child(2)::before { content: 'S'; }
    .p7-pdp__desc table:not(:has(tr:first-child > :nth-child(7))) td:nth-child(3)::before { content: 'M'; }
    .p7-pdp__desc table:not(:has(tr:first-child > :nth-child(7))) td:nth-child(4)::before { content: 'L'; }
    .p7-pdp__desc table:not(:has(tr:first-child > :nth-child(7))) td:nth-child(5)::before { content: 'XL'; }
    .p7-pdp__desc table:not(:has(tr:first-child > :nth-child(7))) td:nth-child(6)::before { content: '2XL'; }
  }

  /* ---- Accordions ---- */
  .p7-pdp__accordions {
    border: 1px solid var(--hairline);
  }
  .p7-pdp__accordions:empty {
    display: none;
  }
  .p7-pdp__editor-blocks {
    display: grid;
    gap: 16px;
    border-top: 1px solid var(--hairline);
    padding-top: 18px;
  }
  .p7-pdp__editor-block {
    font-size: 14px;
    line-height: 1.55;
  }
  .p7-pdp__editor-block:empty {
    display: none;
  }
  .p7-pdp__editor-block h2 {
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
  }
  .p7-pdp__editor-rte p {
    margin: 0 0 10px;
  }
  .p7-pdp__editor-rte p:last-child {
    margin-bottom: 0;
  }
  .p7-pdp__accordions details + details {
    border-top: 1px solid var(--hairline);
  }
  .p7-pdp__accordions summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
  }
  .p7-pdp__accordions summary::-webkit-details-marker {
    display: none;
  }
  .p7-pdp__accordions summary::after {
    content: '+';
    font-family: var(--font-display);
    font-size: 18px;
    line-height: 1;
    color: var(--text-muted);
    transition: transform 0.2s ease;
  }
  .p7-pdp__accordions details[open] summary::after {
    transform: rotate(45deg);
  }
  .p7-pdp__accordion-body {
    padding: 0 18px 18px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted);
  }
  .p7-pdp__accordion-body p {
    margin: 0 0 10px;
  }
  .p7-pdp__accordion-body p:last-child {
    margin-bottom: 0;
  }
  .p7-pdp__accordion-body a {
    color: var(--text);
    text-decoration: underline;
  }

  /* ---- Desktop ---- */
  @media (min-width: 521px) {
    .p7-pdp__sizes {
      grid-auto-columns: calc((100% - 36px) / 7);
    }
  }
  @media (min-width: 821px) {
    .p7-pdp {
      padding: 24px 24px 96px;
    }
    .p7-pdp__inner {
      grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
      gap: 48px;
    }
    .p7-pdp__info {
      position: sticky;
      top: calc(var(--marquee-h) + var(--header-h) + 16px);
      align-self: start;
    }
    .p7-pdp__thumb {
      width: 84px;
    }
  }

  /* ---- Reduced motion ---- */
  @media (prefers-reduced-motion: reduce) {
    .p7-pdp__main img,
    .p7-pdp__thumb,
    .p7-pdp__size label,
    .p7-pdp__atc,
    .p7-pdp__accordions summary::after {
      transition: none;
    }
  }
/* END_SECTION:p7-product */

/* START_SECTION:p7-team-hero (INDEX:61) */
.p7-team-hero {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: 0;
    overflow: hidden;
    background: var(--p7-team-hero-empty-bg, #0b0b0b);
    color: var(--p7-team-hero-text, #ffffff);
  }

  .p7-team-hero__slides,
  .p7-team-hero__slide,
  .p7-team-hero__slide picture,
  .p7-team-hero__image,
  .p7-team-hero__placeholder {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  .p7-team-hero__slides {
    z-index: 0;
  }

  .p7-team-hero__slide {
    opacity: 0;
    transition: opacity 0.48s ease;
  }

  .p7-team-hero__slide.is-active {
    opacity: 1;
  }

  .p7-team-hero__image {
    object-fit: cover;
    object-position: var(--p7-team-hero-mobile-focal, 50% 50%);
    transform: scale(1);
  }

  .p7-team-hero__slide.is-active .p7-team-hero__image {
    transform: scale(1.035);
    transition: transform calc(var(--p7-team-hero-cycle, 3000ms) + 700ms) linear;
  }

  .p7-team-hero__placeholder {
    display: grid;
    place-items: center;
    padding: 24px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 42%),
      var(--p7-team-hero-empty-bg, #0b0b0b);
    color: rgba(255, 255, 255, 0.42);
    font-family: var(--font-display, sans-serif);
    font-size: 30px;
    font-weight: var(--font-heading-weight);
    line-height: 0.9;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }

  .p7-team-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
  }

  .p7-team-hero__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    padding: 18px;
  }

  .p7-team-hero__copy {
    display: grid;
    gap: 12px;
    width: min(720px, 100%);
  }

  .p7-team-hero__heading {
    margin: 0;
  }

  .p7-team-hero__headline {
    display: grid;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
  }

  .p7-team-hero__headline:hover .p7-team-hero__name {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
  }

  .p7-team-hero__eyebrow {
    display: block;
    color: var(--p7-team-hero-accent, #d4231b);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .p7-team-hero__names {
    position: relative;
    display: block;
    width: min(100%, 690px);
    min-height: 36px;
  }

  .p7-team-hero__name {
    position: absolute;
    inset: auto 0 0 0;
    display: block;
    width: max-content;
    max-width: 100%;
    opacity: 0;
    color: var(--p7-team-hero-text, #ffffff);
    font-family: var(--font-display, sans-serif);
    font-size: 22px;
    font-weight: var(--font-heading-weight);
    line-height: 0.88;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
    transform: translateY(10px);
    transition: opacity 0.28s ease, transform 0.28s ease;
  }

  .p7-team-hero__name.is-active {
    opacity: 1;
    transform: translateY(0);
  }

  .p7-team-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
    width: min(420px, 100%);
  }

  .p7-team-hero__rider-actions {
    display: contents;
  }

  .p7-team-hero__button {
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid #ffffff;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
  }

  .p7-team-hero__button--primary {
    display: inline-flex;
    background: #ffffff;
    color: #0b0b0b;
  }

  .p7-team-hero__button--secondary {
    display: none;
    background: transparent;
    color: #ffffff;
  }

  .p7-team-hero__button--primary:hover,
  .p7-team-hero__button--secondary:hover {
    border-color: var(--p7-team-hero-accent, #d4231b);
    background: var(--p7-team-hero-accent, #d4231b);
    color: #ffffff;
  }

  .p7-team-hero__rider-cta.is-active {
    display: inline-flex;
  }

  .p7-team-hero__rider-cta--disabled {
    opacity: 0.55;
    pointer-events: none;
  }

  .p7-team-hero__progress {
    display: grid;
    grid-template-columns: repeat(var(--p7-team-hero-count, 4), minmax(0, 1fr));
    gap: 8px;
    width: min(430px, 100%);
    padding-top: 0;
  }

  .p7-team-hero__progress-button {
    display: flex;
    align-items: center;
    height: 18px;
    margin: 0;
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
  }

  .p7-team-hero__progress-track {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.34);
  }

  .p7-team-hero__progress-fill {
    position: absolute;
    inset: 0;
    display: block;
    background: #ffffff;
    transform: scaleX(0);
    transform-origin: left center;
  }

  .p7-team-hero__progress-button.is-active .p7-team-hero__progress-fill {
    animation: p7-team-hero-progress var(--p7-team-hero-cycle, 3000ms) linear forwards;
  }

  @keyframes p7-team-hero-progress {
    from {
      transform: scaleX(0);
    }
    to {
      transform: scaleX(1);
    }
  }

  @media (min-width: 750px) {
    .p7-team-hero {
      aspect-ratio: auto;
      height: var(--p7-team-hero-desktop-height, 680px);
      min-height: 520px;
    }

    .p7-team-hero__image {
      object-position: var(--p7-team-hero-desktop-focal, 50% 50%);
    }

    .p7-team-hero__content {
      padding: 56px;
    }

    .p7-team-hero__copy {
      gap: 20px;
    }

    .p7-team-hero__names {
      min-height: 78px;
    }

    .p7-team-hero__name {
      font-size: 62px;
    }

    .p7-team-hero__button {
      min-height: 50px;
      padding-right: 24px;
      padding-left: 24px;
    }
  }

  @media (min-width: 1200px) {
    .p7-team-hero__content {
      padding: 64px;
    }

    .p7-team-hero__name {
      font-size: 70px;
    }

    .p7-team-hero__names {
      width: min(100%, 620px);
      min-height: 90px;
    }
  }

  @media (max-width: 389px) {
    .p7-team-hero__name {
      font-size: 20px;
    }
  }

  @media (max-width: 749px) {
    .p7-team-hero__actions {
      width: 100%;
    }

    .p7-team-hero__button {
      min-width: 0;
      padding-right: 12px;
      padding-left: 12px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .p7-team-hero__slide,
    .p7-team-hero__name,
    .p7-team-hero__image {
      transition: none;
    }

    .p7-team-hero__slide.is-active .p7-team-hero__image {
      transform: none;
    }

    .p7-team-hero__progress-button.is-active .p7-team-hero__progress-fill {
      animation: none;
      transform: scaleX(1);
    }
  }
/* END_SECTION:p7-team-hero */

/* START_SECTION:p7-team (INDEX:62) */
.p7-team {
    background: var(--bg, #ffffff);
    color: var(--text, #0d0d0d);
    font-family: var(--font-body, sans-serif);
  }
  .p7-team__hero {
    position: relative;
    display: block;
    min-height: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-bottom: 1px solid var(--hairline);
    background: #0d0d0d;
    color: #ffffff;
  }
  .p7-team__hero-media,
  .p7-team__hero-media picture,
  .p7-team__video-poster,
  .p7-team__video-frame,
  .p7-team__hero-media img,
  .p7-team__hero-empty {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .p7-team__hero-media img {
    object-fit: cover;
    filter: grayscale(1) contrast(1.04);
  }
  .p7-team__video-poster {
    padding: 0;
    border: 0;
    background: #111111;
    color: #ffffff;
    cursor: pointer;
  }
  .p7-team__video-frame {
    z-index: 3;
    border: 0;
    background: #000000;
  }
  .p7-team__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 22px 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(0, 0, 0, 0.66);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
  }
  .p7-team__video-play::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid currentColor;
  }
  .p7-team__video-poster:hover .p7-team__video-play,
  .p7-team__video-poster:focus-visible .p7-team__video-play {
    background: #ffffff;
    color: #0d0d0d;
    transform: translate(-50%, -50%) scale(1.03);
  }
  .p7-team__hero-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: #111111;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }
  .p7-team__hero-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.12) 58%, rgba(0, 0, 0, 0.42));
    pointer-events: none;
  }
  .p7-team__hero-copy {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: clamp(28px, 5vw, 72px);
    pointer-events: none;
    transition: opacity 0.18s ease, visibility 0.18s ease;
  }
  .p7-team__hero-copy a,
  .p7-team__hero-copy button {
    pointer-events: auto;
  }
  .p7-team.is-video-playing .p7-team__hero-copy,
  .p7-team.is-video-playing .p7-team__hero-shade {
    opacity: 0;
    visibility: hidden;
  }
  .p7-team__eyebrow {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
  }
  .p7-team__title {
    max-width: 9ch;
    margin: 0;
    font-family: var(--font-display, sans-serif);
    font-size: clamp(58px, 15vw, 190px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.82;
    text-transform: uppercase;
  }
  .p7-team__intro {
    max-width: 58ch;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(15px, 1.5vw, 18px);
    line-height: 1.5;
  }
  .p7-team__intro p {
    margin: 0;
  }
  .p7-team__hero-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(620px, 100%);
    margin-top: 26px;
    gap: 16px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
  }
  .p7-team__hero-actions p {
    margin: 0;
  }
  .p7-team__hero-actions a,
  .p7-team__hero-actions button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .p7-team__jump {
    position: sticky;
    top: 0;
    z-index: 3;
    display: flex;
    gap: 0;
    overflow-x: auto;
    border-bottom: 1px solid var(--hairline);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
  }
  .p7-team__jump a {
    flex: 0 0 auto;
    border-right: 1px solid var(--hairline);
    padding: 13px 16px;
    color: var(--text-muted, #6b6b6b);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
  }
  .p7-team__jump a.is-active {
    background: #ffffff;
    box-shadow: inset 0 -3px 0 #0d0d0d;
    color: #0d0d0d;
  }
  .p7-team__jump a:hover,
  .p7-team__jump a:focus-visible {
    background: var(--text);
    color: var(--bg);
  }
  .p7-team__grid {
    display: grid;
  }
  .p7-team-card {
    display: grid;
    min-height: 680px;
    border-bottom: 1px solid var(--hairline);
    background: var(--bg);
  }
  .p7-team-card__media {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    background: #111111;
  }
  .p7-team-card__media img,
  .p7-team-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
  }
  .p7-team-card__media img {
    object-fit: cover;
    filter: grayscale(1);
    transition: filter 0.22s ease, transform 0.22s ease;
  }
  .p7-team-card:hover .p7-team-card__media img {
    filter: grayscale(0);
    transform: scale(1.015);
  }
  .p7-team-card:focus-within .p7-team-card__media img {
    filter: grayscale(0);
    transform: scale(1.015);
  }
  .p7-team-card__placeholder {
    display: flex;
    align-items: end;
    padding: 24px;
    color: #ffffff;
    font-family: var(--font-display, sans-serif);
    font-size: clamp(42px, 9vw, 112px);
    line-height: 0.86;
    text-transform: uppercase;
  }
  .p7-team-card__placeholder span {
    display: block;
    max-width: 100%;
    hyphens: none;
    word-break: keep-all;
    overflow-wrap: normal;
    text-wrap: balance;
  }
  .p7-team-card__number {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: rgba(0, 0, 0, 0.66);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
  }
  .p7-team-card__body {
    display: grid;
    align-content: center;
    gap: 22px;
    padding: clamp(24px, 4vw, 56px);
  }
  .p7-team-card__head {
    display: grid;
    gap: 8px;
  }
  .p7-team-card h2 {
    max-width: 100%;
    margin: 0;
    font-family: var(--font-display, sans-serif);
    font-size: clamp(40px, 7.2vw, 104px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.86;
    text-transform: uppercase;
    hyphens: none;
    word-break: keep-all;
    overflow-wrap: normal;
    text-wrap: balance;
  }
  .p7-team-card__ig {
    width: fit-content;
    margin: 2px 0 0;
    color: var(--p7-team-ig-color, var(--accent));
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .p7-team-card__bio {
    max-width: 52ch;
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.55;
  }
  .p7-team-card__bio p {
    margin: 0;
  }
  .p7-team-card__shoe {
    display: grid;
    grid-template-columns: minmax(112px, 0.35fr) minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
    max-width: 620px;
    border: 1px solid var(--hairline);
    background: var(--bg-soft, #f7f7f7);
  }
  .p7-team-card__shoe-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 148px;
    overflow: hidden;
    background: #ffffff;
  }
  .p7-team-card__shoe-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p7-team-card__shoe-media span {
    padding: 16px;
    color: var(--text-muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }
  .p7-team-card__shoe-copy {
    display: grid;
    align-content: center;
    gap: 7px;
    min-width: 0;
    padding: 16px 16px 16px 0;
  }
  .p7-team-card__shoe-copy span {
    color: var(--text-muted);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
  }
  .p7-team-card__shoe-copy h3 {
    margin: 0;
    font-family: var(--font-body, sans-serif);
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.05;
    text-transform: uppercase;
  }
  .p7-team-card__shoe-copy p {
    margin: 0;
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
  }
  .p7-team-card__shoe-copy a {
    width: fit-content;
    margin-top: 2px;
    color: var(--text);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: underline;
    text-transform: uppercase;
    text-underline-offset: 4px;
  }
  @media (min-width: 900px) {
    .p7-team__hero {
      aspect-ratio: 21 / 9;
    }
    .p7-team-card {
      grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    }
    .p7-team-card:nth-child(even) .p7-team-card__media {
      order: 2;
    }
  }
  @media (max-width: 640px) {
    .p7-team__title {
      font-size: clamp(54px, 18vw, 86px);
    }
    .p7-team__hero-actions {
      align-items: flex-start;
      flex-direction: column;
    }
    .p7-team-card {
      min-height: 0;
    }
    .p7-team-card__media {
      min-height: 360px;
    }
    .p7-team-card h2 {
      font-size: clamp(34px, 12vw, 58px);
      line-height: 0.88;
    }
    .p7-team-card__placeholder {
      font-size: clamp(38px, 13vw, 68px);
    }
    .p7-team-card__shoe {
      grid-template-columns: 1fr;
    }
    .p7-team-card__shoe-copy {
      padding: 0 16px 16px;
    }
    .p7-team-card__shoe-media {
      aspect-ratio: 4 / 3;
    }
  }
  @media (hover: none), (pointer: coarse), (max-width: 749px) {
    .p7-team-card__media img {
      filter: grayscale(0);
    }
    .p7-team.p7-team--scroll-reveal .p7-team-card__media img {
      filter: grayscale(1);
      transform: scale(1);
    }
    .p7-team.p7-team--scroll-reveal .p7-team-card.is-active .p7-team-card__media img,
    .p7-team.p7-team--scroll-reveal .p7-team-card:focus-within .p7-team-card__media img {
      filter: grayscale(0);
      transform: scale(1.015);
    }
  }
/* END_SECTION:p7-team */