/* Boutique ACEPVP — catalogue statique. */

body {
  background:
    radial-gradient(circle at 15% 24%, rgba(169, 67, 242, 0.09), transparent 30rem),
    var(--bg);
}

.shop-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.shop-hero-backdrop,
.shop-hero-glow {
  position: absolute;
  inset: 0;
}

.shop-hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  opacity: 0.52;
  filter: saturate(0.78) contrast(1.08);
}

.shop-hero-backdrop::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 6, 10, 0.98) 2%, rgba(7, 6, 10, 0.68) 46%, rgba(7, 6, 10, 0.28)),
    linear-gradient(180deg, rgba(7, 6, 10, 0.12), var(--bg) 96%);
}

.shop-hero-glow {
  z-index: -1;
  left: 18%;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(169, 67, 242, 0.18);
  filter: blur(120px);
}

.shop-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 560px;
  flex-direction: column;
  justify-content: center;
  padding-top: calc(var(--header-height) + 62px);
  padding-bottom: 74px;
}

.shop-hero .eyebrow {
  margin-bottom: 20px;
}

.shop-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(4.8rem, 9vw, 8.6rem);
  font-weight: 950;
  line-height: 0.82;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.shop-hero h1 span {
  color: var(--accent-bright);
  text-shadow: 0 0 46px rgba(169, 67, 242, 0.24);
}

.shop-intro {
  margin: 28px 0 0;
  color: var(--muted-strong);
  font-size: 1rem;
  font-weight: 650;
}

.discord-only {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 0 15px;
  border: 1px solid rgba(199, 108, 255, 0.27);
  border-radius: 999px;
  background: rgba(169, 67, 242, 0.09);
  color: #eee8f3;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.discord-only:hover {
  transform: translateY(-2px);
  border-color: rgba(199, 108, 255, 0.55);
  background: rgba(169, 67, 242, 0.16);
}

.featured-area,
.catalogue-area {
  position: relative;
  padding: 90px 0;
}

.featured-area {
  background:
    radial-gradient(circle at 82% 22%, rgba(169, 67, 242, 0.08), transparent 30rem),
    linear-gradient(180deg, var(--bg), var(--bg-soft));
}

.catalogue-area {
  border-top: 1px solid var(--line);
  background: var(--bg-soft);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.section-heading .eyebrow {
  margin-bottom: 10px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.heading-note {
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-family: var(--font-geist-mono, "Courier New"), monospace;
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(280px, 0.78fr);
  gap: 18px;
}

.coin-feature,
.unban-feature {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(23, 17, 30, 0.96), rgba(12, 9, 16, 0.96));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.coin-feature::before,
.unban-feature::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(135deg, rgba(199, 108, 255, 0.1), transparent 38%);
}

.coin-feature {
  display: grid;
  min-height: 390px;
  grid-template-columns: minmax(250px, 0.9fr) minmax(300px, 1.1fr);
  align-items: center;
}

.coin-visual {
  position: relative;
  display: grid;
  min-height: 390px;
  place-items: center;
  overflow: hidden;
}

.coin-visual::before {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(169, 67, 242, 0.18);
  content: "";
  filter: blur(55px);
}

.coin-visual img {
  position: relative;
  z-index: 2;
  width: min(78%, 300px);
  height: auto;
  filter: drop-shadow(0 30px 32px rgba(0, 0, 0, 0.45));
  transition: transform 220ms ease;
}

.coin-feature:hover .coin-visual img {
  transform: translateY(-6px) rotate(-1deg);
}

.coin-orbit {
  position: absolute;
  width: 305px;
  height: 305px;
  border: 1px solid rgba(225, 183, 255, 0.17);
  border-radius: 50%;
}

.coin-orbit::after {
  position: absolute;
  top: 30px;
  right: 22px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-bright);
  box-shadow: 0 0 18px var(--accent-bright);
  content: "";
}

.coin-content {
  position: relative;
  z-index: 2;
  padding: 46px 46px 46px 10px;
}

.product-kicker {
  display: block;
  color: var(--accent-soft);
  font-family: var(--font-geist-mono, "Courier New"), monospace;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.coin-content h3,
.unban-feature h3 {
  margin: 8px 0 0;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.coin-offers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 32px;
}

.coin-offers a {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 17px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.coin-offers a:hover {
  transform: translateY(-2px);
  border-color: rgba(199, 108, 255, 0.48);
  background: rgba(169, 67, 242, 0.11);
}

.coin-offers strong {
  font-size: 1.05rem;
  letter-spacing: -0.025em;
}

.coin-offers strong::after {
  margin-left: 5px;
  color: var(--muted);
  content: "coins";
  font-size: 0.56rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.coin-offers span {
  color: var(--accent-soft);
  font-size: 1rem;
  font-weight: 900;
}

.unban-feature {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 34px;
}

.unban-icon {
  position: absolute;
  top: 28px;
  right: 28px;
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border: 1px solid rgba(199, 108, 255, 0.2);
  border-radius: 24px;
  background: rgba(169, 67, 242, 0.09);
  color: var(--accent-bright);
  transform: rotate(4deg);
}

.unban-icon svg {
  width: 48px;
  height: 48px;
}

.service-price {
  display: block;
  margin-top: 15px;
  color: var(--accent-soft);
  font-size: 1.45rem;
}

.unban-warning {
  margin: 15px 0 0;
  color: #d8d0dc;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.6;
}

.unban-warning::before {
  margin-right: 7px;
  color: var(--orange);
  content: "!";
}

.service-button {
  width: 100%;
  margin-top: 22px;
}

.catalogue-heading {
  margin-bottom: 24px;
}

.catalogue-filters {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.catalogue-filters::-webkit-scrollbar {
  display: none;
}

.catalogue-filters button {
  min-height: 40px;
  flex: 0 0 auto;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  color: var(--muted);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 800;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}

.catalogue-filters button:hover,
.catalogue-filters button.is-active {
  border-color: rgba(199, 108, 255, 0.42);
  background: rgba(169, 67, 242, 0.13);
  color: #fff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(16, 13, 21, 0.84);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(199, 108, 255, 0.35);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.24);
}

.product-card.is-hidden {
  display: none;
}

.product-image {
  position: relative;
  display: grid;
  aspect-ratio: 1.35;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 48%, rgba(169, 67, 242, 0.2), transparent 54%),
    #0c0910;
}

.product-image::after {
  position: absolute;
  inset: auto 10% 10px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  filter: blur(10px);
}

.product-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.product-card .product-image img {
  width: 92%;
  height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 13px 16px rgba(0, 0, 0, 0.42));
}

.product-card:hover .product-image img {
  transform: scale(1.035);
}

.product-special .product-image {
  background:
    radial-gradient(circle at 50% 45%, rgba(184, 77, 255, 0.29), transparent 58%),
    linear-gradient(145deg, #140b1b, #09070d);
}

.product-body {
  padding: 16px;
}

.product-body > span {
  display: block;
  overflow: hidden;
  color: var(--accent-soft);
  font-family: var(--font-geist-mono, "Courier New"), monospace;
  font-size: 0.54rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-body h3 {
  min-height: 44px;
  margin: 7px 0 14px;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.product-body > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.product-body strong {
  font-size: 0.82rem;
  white-space: nowrap;
}

.product-body a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid rgba(199, 108, 255, 0.32);
  border-radius: 8px;
  background: rgba(169, 67, 242, 0.1);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 850;
  text-decoration: none;
  transition: background 150ms ease, border-color 150ms ease;
}

.product-body a:hover {
  border-color: var(--accent-bright);
  background: rgba(169, 67, 242, 0.21);
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.reveal-ready [data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .featured-grid {
    grid-template-columns: 1fr;
  }

  .unban-feature {
    min-height: 300px;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .shop-hero,
  .shop-hero-inner {
    min-height: 500px;
  }

  .shop-hero-inner {
    padding-top: calc(var(--header-height) + 48px);
    padding-bottom: 54px;
  }

  .shop-hero h1 {
    font-size: clamp(3.5rem, 16vw, 5rem);
  }

  .featured-area,
  .catalogue-area {
    padding: 62px 0;
  }

  .section-heading {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .coin-feature {
    grid-template-columns: 1fr;
  }

  .coin-visual {
    min-height: 290px;
  }

  .coin-visual img {
    width: 230px;
  }

  .coin-content {
    padding: 0 22px 24px;
  }

  .coin-content h3,
  .unban-feature h3 {
    font-size: 2.8rem;
  }

  .unban-feature {
    min-height: 340px;
    padding: 25px;
  }

  .unban-icon {
    top: 24px;
    right: 24px;
    width: 82px;
    height: 82px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .product-body {
    padding: 12px;
  }

  .product-body h3 {
    min-height: 39px;
    font-size: 0.88rem;
  }

  .product-body > div {
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
  }

  .product-body a {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .shop-intro {
    max-width: 250px;
    font-size: 0.85rem;
  }

  .discord-only {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 0.66rem;
  }

  .heading-note {
    display: none;
  }

  .coin-offers {
    gap: 8px;
  }

  .coin-offers a {
    min-height: 64px;
    padding: 0 12px;
  }

  .coin-offers strong {
    font-size: 0.88rem;
  }

  .coin-offers strong::after {
    display: block;
    margin: 1px 0 0;
    font-size: 0.48rem;
  }

  .coin-offers span {
    font-size: 0.9rem;
  }

  .product-body strong {
    overflow: hidden;
    font-size: 0.74rem;
    text-overflow: ellipsis;
  }
}

@media (prefers-reduced-motion: reduce) {
  .coin-visual img,
  .product-card,
  .product-image img,
  .discord-only,
  .coin-offers a {
    transition: none;
  }

  .reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Politique de remboursement */
.policy-page {
  min-height: 100vh;
}

.policy-hero {
  padding: calc(var(--header-height) + 92px) 0 72px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 76% 15%, rgba(169, 67, 242, 0.18), transparent 25rem),
    linear-gradient(145deg, #0e0913, var(--bg));
}

.policy-hero h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(3.4rem, 8vw, 7rem);
  font-weight: 950;
  line-height: 0.88;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.policy-hero h1 span {
  color: var(--accent-bright);
}

.policy-area {
  padding: 70px 0 90px;
  background: var(--bg-soft);
}

.policy-layout {
  display: grid;
  max-width: 920px;
  gap: 12px;
}

.policy-alert,
.policy-card {
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(16, 13, 21, 0.9);
}

.policy-alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  border-color: rgba(255, 187, 103, 0.25);
}

.policy-alert strong {
  color: var(--orange);
  font-size: 0.92rem;
}

.policy-alert span {
  color: var(--muted);
  font-size: 0.76rem;
  text-align: right;
}

.policy-card {
  padding: 27px 28px;
}

.policy-card h2 {
  margin: 0 0 9px;
  font-size: 1.25rem;
  letter-spacing: -0.025em;
}

.policy-card p {
  max-width: 760px;
  margin: 0;
  color: var(--muted-strong);
  font-size: 0.84rem;
  line-height: 1.75;
}

.policy-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 8px;
  border-color: rgba(199, 108, 255, 0.25);
}

.policy-contact .button {
  flex: 0 0 auto;
}

.policy-note {
  margin: 12px 2px 0;
  color: var(--muted);
  font-size: 0.66rem;
}

@media (max-width: 700px) {
  .policy-hero {
    padding: calc(var(--header-height) + 64px) 0 54px;
  }

  .policy-hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .policy-area {
    padding: 42px 0 64px;
  }

  .policy-alert,
  .policy-contact {
    align-items: flex-start;
    flex-direction: column;
  }

  .policy-alert span {
    text-align: left;
  }

  .policy-card {
    padding: 22px 19px;
  }

  .policy-contact .button {
    width: 100%;
  }
}
