/** PunisherTN 5.7 — real local action spinner, loaded after every visual layer. */
.button.is-ptn-loading,
.button.loading,
button.is-ptn-loading,
.woocommerce a.button.is-ptn-loading,
.woocommerce a.button.loading,
.woocommerce button.button.is-ptn-loading,
.woocommerce button.button.loading,
.woocommerce #place_order.is-ptn-loading {
  position: relative !important;
  color: transparent !important;
  text-shadow: none !important;
  pointer-events: none !important;
  opacity: .88 !important;
  transform: none !important;
}
.button.is-ptn-loading::before,
.button.is-ptn-loading::after,
.button.loading::before,
.button.loading::after,
button.is-ptn-loading::before,
button.is-ptn-loading::after,
.woocommerce a.button.is-ptn-loading::before,
.woocommerce a.button.is-ptn-loading::after,
.woocommerce a.button.loading::before,
.woocommerce a.button.loading::after,
.woocommerce button.button.is-ptn-loading::before,
.woocommerce button.button.is-ptn-loading::after,
.woocommerce button.button.loading::before,
.woocommerce button.button.loading::after,
.woocommerce ul.products li.product > .button.is-ptn-loading::after,
.woocommerce ul.products li.product > .ptn-product-action.is-ptn-loading::after,
.woocommerce #place_order.is-ptn-loading::before,
.woocommerce #place_order.is-ptn-loading::after {
  content: none !important;
  display: none !important;
  animation: none !important;
}
.ptn-button-spinner {
  position: absolute !important;
  z-index: 20 !important;
  top: 50% !important;
  left: 50% !important;
  width: 18px !important;
  height: 18px !important;
  margin: -9px 0 0 -9px !important;
  display: block !important;
  border: 2px solid rgba(255,255,255,.28) !important;
  border-top-color: #fff !important;
  border-right-color: #fff !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: rotate(0deg);
  transform-origin: 50% 50% !important;
  pointer-events: none !important;
  animation: ptn-real-button-spin .62s linear infinite !important;
}
.button-primary .ptn-button-spinner,
.woocommerce button.button.alt .ptn-button-spinner,
.woocommerce #place_order .ptn-button-spinner,
.product-summary .single_add_to_cart_button .ptn-button-spinner {
  border-color: rgba(8,10,11,.22) !important;
  border-top-color: #080a0b !important;
  border-right-color: #080a0b !important;
}
input.is-ptn-loading { opacity: .55 !important; cursor: wait !important; }
@keyframes ptn-real-button-spin {
  to { transform: rotate(360deg); }
}

/* Homepage artwork now carries one small, readable creative-studio message. */
.ptn-home-banner { position: relative; isolation: isolate; }
.ptn-home-banner::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg,rgba(4,6,7,.82) 0%,rgba(4,6,7,.55) 35%,rgba(4,6,7,.08) 70%,transparent 100%);
  pointer-events: none;
}
.ptn-home-banner-content {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  align-items: center;
}
.ptn-home-banner-copy { max-width: 590px; padding-block: 34px; }
.ptn-home-banner-copy > span {
  color: #c8c09e;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.ptn-home-banner-copy h1 {
  max-width: 570px;
  margin: 10px 0 14px;
  color: #f1efe8;
  font-family: Inter,system-ui,sans-serif;
  font-size: clamp(2.25rem,5vw,5rem);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .98;
  text-wrap: balance;
  text-transform: none;
  text-shadow: 0 8px 30px rgba(0,0,0,.35);
}
.ptn-home-banner-copy p {
  max-width: 520px;
  margin: 0 0 22px;
  color: rgba(235,233,225,.76);
  font-size: clamp(.85rem,1.4vw,1rem);
  line-height: 1.6;
}
.ptn-home-banner-copy .button {
  width: auto;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid rgba(239,236,222,.6);
  border-radius: 4px;
  background: rgba(8,10,11,.42);
  color: #f0eee7;
  font-family: Inter,system-ui,sans-serif;
  font-size: .67rem;
  font-weight: 750;
  letter-spacing: .075em;
  backdrop-filter: blur(8px);
}
.ptn-home-banner-copy .button:hover { border-color: #d8d1b3; background: #d8d1b3; color: #090b0c; }

/* Direct Discord unlock: one primary action, one quiet join link. */
.ptn-discord-actions { align-items: center; }
.ptn-discord-direct-unlock { width: 100%; }
.ptn-discord-join-link {
  display: inline-flex;
  justify-content: center;
  color: #9da2af;
  font-size: .7rem;
  text-decoration: underline;
  text-decoration-color: rgba(157,162,175,.35);
  text-underline-offset: 3px;
}
.ptn-discord-join-link:hover { color: #e0e2eb; }
.ptn-discord-already { display: none !important; }

@media (max-width: 760px) {
  .ptn-home-banner::before { background: linear-gradient(90deg,rgba(4,6,7,.82),rgba(4,6,7,.42)); }
  .ptn-home-banner-content { align-items: flex-end; }
  .ptn-home-banner-copy { max-width: 88%; padding-block: 24px; }
  .ptn-home-banner-copy h1 { margin-block: 7px 9px; font-size: clamp(1.75rem,8vw,3rem); }
  .ptn-home-banner-copy p { max-width: 440px; margin-bottom: 14px; font-size: .78rem; line-height: 1.45; }
  .ptn-home-banner-copy .button { min-height: 39px; padding: 9px 14px; }
}
@media (max-width: 460px) {
  .ptn-home-banner-copy { max-width: 94%; }
  .ptn-home-banner-copy > span { font-size: .54rem; }
  .ptn-home-banner-copy p { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .ptn-button-spinner { animation-duration: 1.1s !important; }
}
