.club-home-strip {
  align-items: center;
  background: linear-gradient(120deg, #f7bd51 0%, #f67513 48%, #ff3d08 100%);
  color: #171717;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin: 0;
  padding: clamp(30px, 5vw, 68px) clamp(22px, 5vw, 72px);
}

.club-home-strip__copy {
  display: grid;
  gap: 8px;
  max-width: 920px;
}

.club-home-strip__copy > span,
.club-wallet-showcase__head > p {
  font-family: CY, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .14em;
}

.club-home-strip h2 {
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.club-home-strip p {
  color: rgba(23, 23, 23, .68);
  font-size: clamp(15px, 1.5vw, 19px);
  margin: 0;
}

.club-home-strip__cta,
.club-wallet-showcase__cta {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  min-height: 52px;
  padding: 12px 28px;
}

.club-wallet-showcase {
  background: #f3f0e8;
  color: #171717;
  overflow: hidden;
  padding: clamp(64px, 9vw, 130px) clamp(20px, 5vw, 72px);
}

.club-wallet-showcase__head {
  display: grid;
  gap: 8px;
  margin: 0 auto 38px;
  max-width: 760px;
  text-align: center;
}

.club-wallet-showcase__head > p,
.club-wallet-showcase__head > h2,
.club-wallet-showcase__head > span {
  margin: 0;
}

.club-wallet-showcase__head > p,
.club-wallet-showcase__head > span {
  color: #746f67;
}

.club-wallet-showcase__head h2 {
  font-size: clamp(36px, 6vw, 74px);
  font-weight: 300;
  line-height: 1.08;
}

.club-wallet-showcase__cards {
  direction: ltr;
  display: grid;
  gap: clamp(14px, 2vw, 26px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1240px;
  perspective: 1200px;
}

.club-wallet-card {
  aspect-ratio: .68;
  border: 1px solid rgba(23, 23, 23, .14);
  border-radius: clamp(24px, 3vw, 40px);
  box-shadow: 0 22px 54px rgba(20, 18, 15, .14);
  direction: rtl;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
  overflow: hidden;
  padding: clamp(18px, 2.4vw, 30px);
  position: relative;
}

.club-wallet-card::after {
  border: 1px solid currentColor;
  border-radius: 50%;
  content: '';
  height: 80%;
  opacity: .12;
  position: absolute;
  right: -42%;
  top: 26%;
  width: 100%;
}

.club-wallet-card--black { background: #151515; color: #f7f4ed; transform: rotate(-2deg) translateY(16px); }
.club-wallet-card--orange { background: linear-gradient(145deg, #ffbd50, #ff4a0a); color: #171717; z-index: 1; }
.club-wallet-card--bone { background: #fffdf7; color: #171717; transform: rotate(2deg) translateY(16px); }

.club-wallet-card__head,
.club-wallet-card__foot {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.club-wallet-card__head small,
.club-wallet-card__foot code {
  font-family: CY, Arial, sans-serif;
  font-size: clamp(9px, 1vw, 12px);
  letter-spacing: .12em;
}

.club-wallet-card__rings {
  direction: ltr;
  display: flex;
  height: 27px;
  width: 43px;
}

.club-wallet-card__rings i {
  border: 1.5px solid currentColor;
  border-radius: 50%;
  display: block;
  height: 27px;
  margin-right: -10px;
  width: 22px;
}

.club-wallet-card__rings i:first-child { margin-right: -10px; }

.club-wallet-card__body {
  align-items: center;
  display: grid;
  gap: clamp(14px, 2vw, 26px);
  grid-template-columns: minmax(84px, 42%) minmax(0, 1fr);
  position: relative;
  z-index: 1;
}

.club-wallet-card__qr {
  aspect-ratio: 1;
  background: #fff;
  border-radius: clamp(14px, 2vw, 22px);
  color: #111;
  padding: clamp(9px, 1.4vw, 16px);
  position: relative;
}

.club-wallet-card__qr svg { display: block; height: 100%; width: 100%; }

.club-wallet-card__qr em {
  background: #fff;
  bottom: 3px;
  color: #777;
  font-size: 7px;
  font-style: normal;
  left: 50%;
  padding: 0 3px;
  position: absolute;
  transform: translateX(-50%);
}

.club-wallet-card__copy { display: grid; gap: 5px; }
.club-wallet-card__copy > span { font-size: 11px; opacity: .66; }
.club-wallet-card__copy > strong { font-size: clamp(18px, 2.4vw, 34px); font-weight: 400; line-height: 1.1; }
.club-wallet-card__copy > p { font-size: clamp(10px, 1.1vw, 14px); line-height: 1.6; margin: 0; opacity: .7; }
.club-wallet-card__foot > span { border: 1px solid currentColor; border-radius: 999px; font-size: 11px; padding: 5px 10px; }

.club-wallet-showcase__cta {
  color: #171717;
  display: flex;
  margin: 56px auto 0;
  max-width: 340px;
  width: 100%;
}

.club-pwa-install {
  align-items: center;
  background: #171717;
  border-radius: 28px;
  color: #f7f4ed;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 28px 0;
  padding: clamp(22px, 4vw, 40px);
}

.club-pwa-install h2,
.club-pwa-install p { margin: 0; }
.club-pwa-install h2 { font-size: clamp(24px, 4vw, 42px); font-weight: 300; }
.club-pwa-install p { color: rgba(247, 244, 237, .65); }

[data-install-club-app] {
  background: #ff5a13;
  border: 0;
  border-radius: 999px;
  color: #171717;
  cursor: pointer;
  font: inherit;
  min-height: 52px;
  padding: 12px 24px;
}

[data-install-club-app][hidden],
.club-pwa-install[hidden] { display: none !important; }

.club-pwa-install-dialog {
  background: #f7f4ed;
  border: 0;
  border-radius: 26px;
  color: #171717;
  max-width: 520px;
  padding: 0;
  width: calc(100% - 30px);
}

.club-pwa-install-dialog::backdrop { backdrop-filter: blur(5px); background: rgba(0, 0, 0, .66); }
.club-pwa-install-dialog__inner { padding: 28px; }
.club-pwa-install-dialog__head { align-items: center; display: flex; gap: 20px; justify-content: space-between; }
.club-pwa-install-dialog h2 { font-size: 30px; font-weight: 300; margin: 0; }
.club-pwa-install-dialog ol { display: grid; gap: 12px; margin: 24px 0; padding-right: 24px; }
.club-pwa-install-dialog p { color: #6e6961; }
.club-pwa-install-dialog [data-pwa-install-close] { background: #171717; border: 0; border-radius: 999px; color: #f7f4ed; cursor: pointer; font: inherit; min-height: 46px; padding: 10px 20px; width: 100%; }

@media (width <= 760px) {
  .club-home-strip { align-items: stretch; flex-direction: column; gap: 22px; }
  .club-home-strip__cta { width: 100%; }
  .club-wallet-showcase__cards { display: flex; margin-inline: -20px; overflow-x: auto; padding: 10px 20px 34px; scroll-padding-inline: 20px; scroll-snap-type: x mandatory; }
  .club-wallet-card { aspect-ratio: .72; flex: 0 0 min(82vw, 340px); scroll-snap-align: center; }
  .club-wallet-card--black,
  .club-wallet-card--orange,
  .club-wallet-card--bone { transform: none; }
  .club-wallet-card__copy > strong { font-size: 26px; }
  .club-wallet-card__copy > p { font-size: 12px; }
  .club-wallet-showcase__cta { display: flex; margin-top: 24px; }
  .mobile-action-bar.mobile-action-bar--with-selections,
  .mobile-action-bar.mobile-action-bar--v16 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mobile-action-bar--v16 > .mobile-action-menu { order: 1; }
  .mobile-action-bar--v16 > .selection-nav-trigger { order: 2; }
  .mobile-action-bar--v16 > [data-mobile-club-card] { order: 3; }
  .club-pwa-install { grid-template-columns: 1fr; }
  [data-install-club-app] { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .club-wallet-showcase__cards { scroll-behavior: auto; }
}
