/* Chasse aux monstres 2026 campaign surfaces. */
.halloween-promo {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  overflow: hidden;
  margin: 26px auto 34px;
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid rgba(255, 173, 105, .55);
  border-radius: 18px;
  color: #fff7ed;
  background: radial-gradient(circle at 10% 0%, rgba(255, 169, 91, .19), transparent 24rem),
    linear-gradient(125deg, #512827 0%, #321a20 57%, #1d1117 100%);
  box-shadow: 0 22px 55px rgba(10, 4, 8, .32), inset 0 1px rgba(255, 215, 170, .12);
}

.halloween-promo::after {
  position: absolute;
  right: -42px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 173, 105, .14);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.halloween-promo-art {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(255, 173, 105, .42);
  border-radius: 24px;
  background: rgba(21, 11, 15, .42);
  font-size: 2.9rem;
}

.halloween-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #ffb36d;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.halloween-promo-copy h2,
.halloween-event-page h1,
.halloween-event-page h2,
.halloween-event-page h3 {
  color: #fff7ed;
  font-weight: 900;
}

.halloween-promo-copy h2 {
  max-width: 740px;
  margin: 0 0 9px;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.15;
}

.halloween-promo-copy p {
  max-width: 700px;
  margin: 0;
  color: #e7cfc2;
  font-size: 1rem;
  line-height: 1.6;
}

.halloween-promo-actions {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: stretch;
  gap: 10px;
  min-width: 225px;
}

.halloween-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform .18s ease, filter .18s ease, border-color .18s ease;
}

.halloween-button:hover { transform: translateY(-2px); filter: brightness(1.07); }

.halloween-button-primary {
  border-color: #ffbd78;
  color: #2a130e !important;
  background: linear-gradient(120deg, #ffc477, #f0783e);
  box-shadow: 0 10px 25px rgba(226, 91, 42, .22);
}

.halloween-button-quiet {
  border-color: rgba(255, 186, 127, .35);
  color: #f3d9ca !important;
  background: rgba(24, 13, 18, .32);
  font-size: .62rem;
}

.halloween-event-page {
  position: relative;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 44px 0 24px;
  color: #fff7ed;
}

.halloween-event-page + .footer {
  width: min(1160px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.halloween-event-hero {
  position: relative;
  display: flex;
  min-height: 450px;
  align-items: center;
  overflow: hidden;
  padding: clamp(32px, 7vw, 76px);
  border: 1px solid rgba(255, 173, 105, .53);
  border-radius: 24px;
  background: radial-gradient(circle at 82% 30%, rgba(224, 99, 52, .27), transparent 19rem),
    radial-gradient(circle at 9% 85%, rgba(112, 45, 50, .45), transparent 22rem),
    linear-gradient(130deg, #472427 0%, #28151c 55%, #120c12 100%);
  box-shadow: 0 24px 65px rgba(0, 0, 0, .3), inset 0 1px rgba(255, 212, 166, .13);
}

.halloween-event-hero-content { position: relative; z-index: 2; max-width: 700px; }

.halloween-back-link {
  display: inline-block;
  margin-bottom: 45px;
  color: #f0d4c2;
  font-size: .75rem;
  font-weight: 800;
  text-decoration: none;
}

.halloween-back-link:hover { color: #ffb36d; }

.halloween-event-page h1 {
  max-width: 700px;
  margin: 0 0 18px;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  letter-spacing: -.045em;
  line-height: .96;
  text-transform: uppercase;
}

.halloween-event-page h1 span { color: #ffad69; white-space: nowrap; }

.halloween-event-hero p {
  max-width: 660px;
  margin: 0 0 14px;
  color: #e8d4c9;
  font-size: 1.08rem;
  line-height: 1.7;
}

.halloween-event-hero .halloween-event-lead {
  color: #fff7ed;
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  font-weight: 750;
  line-height: 1.4;
}

.halloween-event-hero .halloween-button { margin-top: 16px; }

.halloween-event-moon {
  position: absolute;
  top: 46px;
  right: 13%;
  width: clamp(115px, 18vw, 220px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 214, 164, .45);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255, 205, 143, .24), rgba(202, 98, 60, .06) 67%, transparent 68%);
  box-shadow: 0 0 70px rgba(231, 125, 68, .18);
}

.halloween-event-ghost {
  position: absolute;
  right: 12%;
  bottom: 42px;
  z-index: 1;
  font-size: clamp(4rem, 10vw, 8rem);
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .3));
  transform: rotate(8deg);
}

.halloween-event-details { padding: 76px 0 38px; }

.halloween-section-heading { margin: 0 auto 30px; text-align: center; }

.halloween-section-heading h2,
.halloween-event-consent h2,
.halloween-event-contest h2 {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.1;
}

.halloween-section-heading p,
.halloween-event-consent p,
.halloween-event-contest p {
  margin: 0;
  color: #e4cbbd;
  font-size: 1rem;
  line-height: 1.7;
}

.halloween-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.halloween-step-card {
  min-height: 235px;
  padding: 26px;
  border: 1px solid rgba(255, 173, 105, .38);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(75, 37, 38, .86), rgba(33, 19, 25, .94));
  box-shadow: 0 14px 35px rgba(0, 0, 0, .18), inset 0 1px rgba(255, 209, 158, .08);
}

.halloween-step-number {
  display: inline-flex;
  margin-bottom: 24px;
  color: #ffad69;
  font-size: .8rem;
  font-weight: 950;
  letter-spacing: .16em;
}

.halloween-step-card h3 { margin: 0 0 10px; font-size: 1.15rem; }

.halloween-step-card p {
  margin: 0;
  color: #dfc7b9;
  font-size: .94rem;
  line-height: 1.7;
}

.halloween-event-consent,
.halloween-event-contest {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-top: 22px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(255, 173, 105, .45);
  border-radius: 16px;
  background: linear-gradient(125deg, rgba(79, 39, 39, .92), rgba(31, 17, 23, .96));
}

.halloween-event-contest {
  border-color: rgba(255, 198, 113, .38);
  background: linear-gradient(125deg, rgba(79, 47, 32, .78), rgba(31, 17, 23, .96));
}

.halloween-consent-icon,
.halloween-contest-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 173, 105, .52);
  border-radius: 14px;
  background: rgba(190, 83, 47, .2);
  font-size: 1.65rem;
}

.halloween-event-consent .halloween-eyebrow,
.halloween-event-contest .halloween-eyebrow { margin-bottom: 7px; }

.halloween-event-footer-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 44px;
  padding: 26px;
  text-align: center;
}

.halloween-event-footer-cta p {
  margin: 0;
  color: #fff2e5;
  font-size: 1.15rem;
  font-weight: 800;
}

@media (max-width: 900px) {
  .halloween-promo { grid-template-columns: auto minmax(0, 1fr); }
  .halloween-promo-actions { grid-column: 2; min-width: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .halloween-steps { grid-template-columns: 1fr; }
  .halloween-step-card { min-height: 0; }
  .halloween-step-number { margin-bottom: 14px; }
}

@media (max-width: 600px) {
  .halloween-promo { grid-template-columns: 1fr; gap: 16px; text-align: center; }
  .halloween-promo-art { width: 66px; height: 66px; margin: 0 auto; border-radius: 18px; font-size: 2.2rem; }
  .halloween-promo-actions { grid-column: auto; grid-template-columns: 1fr; }
  .halloween-event-page { width: min(100% - 24px, 1160px); padding: 22px 0 18px; }
  .halloween-event-page + .footer { width: min(100% - 24px, 1160px); }
  .halloween-event-hero { min-height: 0; padding: 26px 22px 38px; border-radius: 17px; }
  .halloween-back-link { margin-bottom: 38px; }
  .halloween-event-hero p { font-size: .98rem; }
  .halloween-event-moon { top: 62px; right: -28px; opacity: .55; }
  .halloween-event-ghost { right: 12px; bottom: 13px; font-size: 4rem; opacity: .72; }
  .halloween-event-details { padding-top: 54px; }
  .halloween-event-consent, .halloween-event-contest { grid-template-columns: 1fr; gap: 14px; }
}
