/* Subscribe paywall — full-page on black */

body.stakt-subscribe {
  --accent: #00e58a;
  --accent-ink: var(--ink);
  margin: 0;
  background: var(--ink);
  color: var(--paper-white);
  overflow-x: hidden;
}

.hf.subscribe-dark {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: var(--ink);
  color: var(--paper-white);
}

.hf.subscribe-dark .subscribe-shell--fullpage {
  flex: 1 1 auto;
  background: var(--ink);
}

/* ── Full-page paywall ───────────────────────────────────────── */

.hf.subscribe-dark .subscribe-paywall {
  background: var(--ink);
}

.hf.subscribe-dark .subscribe-paywall__stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px 64px;
  text-align: center;
  color: var(--paper-white);
  background: var(--ink);
}

.hf.subscribe-dark .subscribe-paywall__content {
  width: min(100%, 820px);
  margin: 0 auto;
}

.hf.subscribe-dark .subscribe-paywall__title {
  font-family: var(--display);
  font-size: clamp(3.25rem, 11vw, 7.5rem);
  line-height: var(--title-line-height);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: var(--paper-white);
}

.hf.subscribe-dark .subscribe-paywall__lead {
  font-family: var(--sans);
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: 1.55;
  max-width: 52ch;
  margin: 0 auto 20px;
  opacity: 0.88;
}

.hf.subscribe-dark .subscribe-paywall__notice {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.5;
  max-width: 52ch;
  margin: 0 auto 20px;
  padding: 12px 16px;
  border: 2px solid rgba(255, 107, 107, 0.55);
  background: rgba(255, 107, 107, 0.12);
  color: #ffb4b4;
}

.hf.subscribe-dark .subscribe-paywall__notice--error {
  border-color: rgba(255, 107, 107, 0.55);
}

.hf.subscribe-dark .subscribe-paywall__notice--ok,
.hf.subscribe-dark .subscribe-paywall__notice--success {
  border-color: rgba(0, 229, 138, 0.55);
  background: rgba(0, 229, 138, 0.1);
  color: #8ff0c6;
}

.hf.subscribe-dark .subscribe-paywall__verify {
  max-width: 520px;
  margin: 0 auto 36px;
  padding: 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.hf.subscribe-dark .subscribe-paywall__verify-lead {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 18px;
}

.hf.subscribe-dark .subscribe-paywall__verify-lead strong {
  color: var(--accent);
  font-weight: 700;
}

.hf.subscribe-dark .subscribe-paywall__verify-resend {
  margin: 0 0 16px;
}

.hf.subscribe-dark .subscribe-paywall__verify-change {
  margin: 0 0 18px;
  text-align: left;
}

.hf.subscribe-dark .subscribe-paywall__verify-change summary {
  cursor: pointer;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.8;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hf.subscribe-dark .subscribe-paywall__verify-change-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.hf.subscribe-dark .subscribe-paywall__verify-change-form input[type="email"] {
  flex: 1 1 220px;
  min-width: 0;
  padding: 12px 14px;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--paper-white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
}

.hf.subscribe-dark .subscribe-paywall__verify-change-form input[type="email"]:focus {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
}

.hf.subscribe-dark .subscribe-paywall__verify-change-form .btn {
  flex: 0 0 auto;
}

.hf.subscribe-dark .subscribe-paywall__countdown {
  margin: 0 auto 36px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.hf.subscribe-dark .subscribe-paywall__countdown-label {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 16px;
}

.hf.subscribe-dark .subscribe-paywall__countdown .countdown .cd-cell {
  background: rgba(255, 255, 255, 0.06);
  border: 2px solid rgba(255, 255, 255, 0.18);
  color: var(--paper-white);
}

.hf.subscribe-dark .subscribe-paywall__countdown .countdown .cd-cell .lbl {
  color: rgba(255, 255, 255, 0.65);
}

.hf.subscribe-dark .subscribe-paywall__countdown .countdown .cd-cell.accent {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--accent-ink);
}

.hf.subscribe-dark .subscribe-paywall__countdown .countdown .cd-cell.accent .lbl {
  color: var(--accent-ink);
  opacity: 0.65;
}

.hf.subscribe-dark .subscribe-paywall__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: min(100%, 360px);
  margin-bottom: 14px;
  font-size: 13px;
}

.hf.subscribe-dark .subscribe-paywall__signout {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 28px;
  opacity: 0.8;
}

.hf.subscribe-dark .subscribe-paywall__signout a {
  color: var(--paper-white);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hf.subscribe-dark .subscribe-paywall__benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.82;
}

.hf.subscribe-dark .subscribe-paywall__benefits li::before {
  content: '✦ ';
  color: var(--accent);
}

.hf.subscribe-dark .subscribe-paywall__checkout {
  width: 100%;
  margin-top: auto;
  padding: 48px 24px 0;
  scroll-margin-top: 96px;
}

.hf.subscribe-dark .subscribe-paywall__checkout-inner {
  width: min(100%, 720px);
  margin: 0 auto;
  padding: 28px 24px 32px;
  background: rgba(255, 255, 255, 0.06);
  border: 2px solid rgba(255, 255, 255, 0.18);
  text-align: left;
  color: var(--paper-white);
}

.hf.subscribe-dark .subscribe-paywall__checkout-title {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 20px;
  text-align: center;
  opacity: 0.75;
}

.hf.subscribe-dark .membership-mepr--register .mepr-nav,
.hf.subscribe-dark .membership-mepr--register .mepr-account-menu {
  display: none;
}

.hf.subscribe-dark .membership-mepr--register .mp_wrapper,
.hf.subscribe-dark .membership-mepr--register .mepr-account-form {
  color: var(--paper-white);
}

.hf.subscribe-dark .membership-mepr--register label,
.hf.subscribe-dark .membership-mepr--register .mp-form-row {
  color: var(--paper-white);
}

.hf.subscribe-dark .membership-mepr--register input,
.hf.subscribe-dark .membership-mepr--register select,
.hf.subscribe-dark .membership-mepr--register textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.22);
  color: var(--paper-white);
}

.hf.subscribe-dark .membership-mepr--register .mepr-form-has-errors,
.hf.subscribe-dark .membership-mepr--register .mepr-field-error,
.hf.subscribe-dark .membership-mepr--register .mp-form-error {
  color: #ff6b6b;
  font-size: 12px;
}

.hf.subscribe-dark .membership-mepr--register .mepr-payment-methods,
.hf.subscribe-dark .membership-mepr--register .mepr-stripe-card-element,
.hf.subscribe-dark .membership-mepr--register .mepr-stripe-elements,
.hf.subscribe-dark .membership-mepr--register #mepr_stripe_card_element,
.hf.subscribe-dark .membership-mepr--register .StripeElement,
.hf.subscribe-dark .membership-mepr--register iframe[name^="__privateStripeFrame"] {
  min-height: 44px;
}

.hf.subscribe-dark .membership-mepr--register .mepr-stripe-card-element,
.hf.subscribe-dark .membership-mepr--register .mepr-stripe-elements,
.hf.subscribe-dark .membership-mepr--register #mepr_stripe_card_element,
.hf.subscribe-dark .membership-mepr--register .StripeElement {
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  padding: 10px 12px;
}

/* MemberPress coupon field — show expanded (not behind "Have a coupon" link) */
.hf.subscribe-dark .membership-mepr--register .have-coupon-link,
.hf.subscribe-dark .membership-mepr--register .mepr-have-coupon-link {
  display: none !important;
}

.hf.subscribe-dark .membership-mepr--register .mp-form-row.mepr_coupon,
.hf.subscribe-dark .membership-mepr--register .mepr-coupon-row,
.hf.subscribe-dark .membership-mepr--register .stakt-subscribe-coupon {
  display: block !important;
  margin: 0 0 20px;
}

.hf.subscribe-dark .membership-mepr--register .mp-form-row.mepr_coupon label,
.hf.subscribe-dark .membership-mepr--register .mepr-coupon-row label,
.hf.subscribe-dark .membership-mepr--register .stakt-subscribe-coupon label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hf.subscribe-dark .membership-mepr--register .mp-form-row.mepr_coupon input[type="text"],
.hf.subscribe-dark .membership-mepr--register .mepr-coupon-row input[type="text"],
.hf.subscribe-dark .membership-mepr--register .stakt-subscribe-coupon input[type="text"] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.hf.subscribe-dark .membership-mepr--register .mp-form-submit {
  margin-top: 20px;
}

.hf.subscribe-dark .membership-mepr--register .mepr-submit {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 360px);
  min-height: 48px;
  padding: 14px 28px;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--accent);
  color: var(--accent-ink);
  border: 2px solid var(--accent);
  cursor: pointer;
}

.hf.subscribe-dark .membership-mepr--register .mepr-submit:hover {
  filter: brightness(1.05);
}

@media (max-width: 640px) {
  .hf.subscribe-dark .subscribe-paywall__stage {
    padding: 32px 16px 48px;
    justify-content: flex-start;
    padding-top: 56px;
  }

  .hf.subscribe-dark .subscribe-paywall__benefits {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .hf.subscribe-dark .subscribe-paywall__countdown .countdown.lg .cd-cell {
    min-width: 72px;
    padding: 12px 10px 8px;
  }

  .hf.subscribe-dark .subscribe-paywall__countdown .countdown.lg .cd-cell .num {
    font-size: 44px;
  }
}

/* ------------------------------------------------------------------
   Drops carousel (NEXT IN THE VAULT) — swipeable rail of store cards
   ------------------------------------------------------------------ */

.hf.subscribe-dark .subscribe-drops {
  padding: 8px 0 80px;
}

.hf.subscribe-dark .subscribe-drops__head {
  max-width: 640px;
  margin: 0 auto 36px;
  padding: 0 20px;
  text-align: center;
}

.hf.subscribe-dark .subscribe-drops__eyebrow {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}

.hf.subscribe-dark .subscribe-drops__title {
  margin: 0 0 14px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
}

.hf.subscribe-dark .subscribe-drops__lead {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.75;
  margin: 0;
}

.hf.subscribe-dark .subscribe-drops__scroller {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.hf.subscribe-dark .subscribe-drops__rail {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 0 20px;
  scrollbar-width: none;
  padding: 4px 20px 12px;
  -webkit-overflow-scrolling: touch;
}

.hf.subscribe-dark .subscribe-drops__rail::-webkit-scrollbar {
  display: none;
}

.hf.subscribe-dark .subscribe-drops__item {
  flex: 0 0 min(74vw, 268px);
  scroll-snap-align: start;
}

.hf.subscribe-dark .subscribe-drops__arrow {
  display: none;
}

@media (min-width: 900px) {
  .hf.subscribe-dark .subscribe-drops__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 38%;
    z-index: 2;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(10, 10, 10, 0.72);
    color: var(--paper-white);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease, opacity 0.15s ease;
  }

  .hf.subscribe-dark .subscribe-drops__arrow:hover:not(:disabled) {
    border-color: var(--accent);
    color: var(--accent);
  }

  .hf.subscribe-dark .subscribe-drops__arrow:disabled {
    opacity: 0.28;
    cursor: default;
  }

  .hf.subscribe-dark .subscribe-drops__arrow--prev {
    left: -6px;
  }

  .hf.subscribe-dark .subscribe-drops__arrow--next {
    right: -6px;
  }
}

.hf.subscribe-dark .subscribe-drops__join {
  display: inline-block;
  margin: 28px auto 0;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--paper-white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hf.subscribe-dark .subscribe-drops__join:hover {
  color: var(--accent);
}

.hf.subscribe-dark .subscribe-drops {
  text-align: center;
}

.hf.subscribe-dark .subscribe-drops__rail {
  text-align: left;
}

@media (prefers-reduced-motion: reduce) {
  .hf.subscribe-dark .subscribe-drops__arrow {
    transition: none;
  }

  .hf.subscribe-dark .subscribe-drops__rail {
    scroll-behavior: auto;
  }
}
