/* =========================================================================
   VYRE — PARTY SKIN
   Loaded AFTER styles.css on every page. Turns the calm base into the loud,
   college/nightlife look: massive type, electric lime, sticker energy,
   playful motion. Scoped under body.party so nothing leaks if the class
   is removed. Delete this file's <link> (or the body class) to revert.
   ========================================================================= */

body.party {
  /* punch the lime brighter/electric */
  --lime:      #D6F42B;
  --lime-deep: #B9D81C;
}

/* ---- Party blobs in the background ---- */
body.party::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(40% 30% at 12% 18%, rgba(214,244,43,.22), transparent 60%),
    radial-gradient(38% 32% at 90% 30%, rgba(214,244,43,.16), transparent 60%),
    radial-gradient(50% 40% at 50% 100%, rgba(214,244,43,.2), transparent 60%);
  animation: party-drift 14s ease-in-out infinite alternate;
}
@keyframes party-drift { from { transform: translateY(0); } to { transform: translateY(-24px); } }

/* ---- Announcement → chunky lime marquee ---- */
body.party .announce {
  background: var(--lime);
  color: var(--forest-shadow);
  font-weight: 900;
  font-size: .8rem;
  letter-spacing: .16em;
  padding: .6rem 0;
  overflow: hidden;
}
body.party .announce .container { max-width: none; padding-inline: 0; overflow: hidden; }
body.party .announce .marquee {
  display: inline-flex; gap: 3rem; white-space: nowrap; will-change: transform;
  animation: party-marquee 18s linear infinite;
}
body.party .announce .marquee span { display: inline-flex; align-items: center; gap: 3rem; }
body.party .announce a { color: var(--forest-shadow); text-decoration: underline; }
@keyframes party-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---- MASSIVE hero type ---- */
body.party .hero__title {
  font-size: clamp(3.4rem, 13vw, 8.5rem);
  letter-spacing: -.01em;
  line-height: .86;
  text-transform: uppercase;
}
/* sticker-style eyebrow badge, tilted */
body.party .hero__eyebrow {
  background: var(--lime);
  color: var(--forest-shadow);
  font-weight: 900;
  padding: .5em 1em;
  border-radius: 8px;
  letter-spacing: .18em;
  transform: rotate(-3deg);
  box-shadow: 4px 4px 0 var(--forest);
}
body.party .hero__tagline { color: var(--forest); font-weight: 800; font-size: clamp(1.1rem, 2.6vw, 1.6rem); }

/* ---- Can: bright pulsing party glow ---- */
body.party .can-figure .glow {
  background: radial-gradient(closest-side, rgba(214,244,43,.7), transparent 70%);
  filter: blur(34px);
  animation: party-pulse 2.8s ease-in-out infinite;
}
@keyframes party-pulse {
  0%,100% { opacity: .55; transform: scale(1); }
  50%     { opacity: 1;   transform: scale(1.2); }
}

/* ---- Sticker buttons: hard offset shadow ---- */
body.party .btn {
  border: 2px solid var(--forest-shadow);
  border-radius: 10px;
  font-weight: 900;
  font-size: .85rem;
  padding: 1em 2em;
  box-shadow: 5px 5px 0 var(--forest-shadow);
  transition: transform .15s var(--ease), box-shadow .15s var(--ease), background .2s var(--ease);
}
body.party .btn:hover { transform: translate(-2px,-2px); box-shadow: 7px 7px 0 var(--forest-shadow); }
body.party .btn:active { transform: translate(3px,3px); box-shadow: 2px 2px 0 var(--forest-shadow); }
body.party .btn--ghost { background: var(--cream); color: var(--forest); border-color: var(--forest); box-shadow: 5px 5px 0 rgba(18,63,48,.25); }

/* ---- Loud section headers ---- */
body.party .section__eyebrow {
  display: inline-block;
  background: var(--lime);
  color: var(--forest-shadow);
  font-weight: 900;
  padding: .35em .8em;
  border-radius: 6px;
  letter-spacing: .18em;
  transform: rotate(-1.5deg);
}
body.party .section--dark .section__eyebrow { box-shadow: 3px 3px 0 rgba(0,0,0,.35); }
body.party .section__title { font-size: clamp(2.1rem, 6vw, 4rem); letter-spacing: -.005em; line-height: .95; }

/* ---- Formula: bigger numbers, tilt-on-hover cards ---- */
body.party .formula__big { font-size: clamp(3.2rem, 9vw, 6rem); }
body.party .formula__num { font-size: clamp(2.6rem, 5vw, 3.6rem); }
body.party .formula__card { transition: transform .25s var(--ease), border-color .3s var(--ease), background .3s var(--ease); }
body.party .formula__card:hover { transform: translateY(-6px) rotate(-1.5deg); border-color: var(--lime); }
body.party .formula__card:nth-child(2):hover { transform: translateY(-6px) rotate(1.5deg); }

/* ---- Pillars (About): tilt-on-hover ---- */
body.party .pillar { transition: transform .25s var(--ease), border-color .3s var(--ease); }
body.party .pillar:hover { transform: translateY(-6px) rotate(-1.5deg); border-color: var(--lime); }
body.party .pillar:nth-child(2):hover { transform: translateY(-6px) rotate(1.5deg); }
body.party .pillar__num { font-size: 1.3rem; }

/* ---- Inner-page headers (About / Shop / Contact) ---- */
body.party .about-hero h1,
body.party .page-head h1 {
  font-size: clamp(2.6rem, 9vw, 5.5rem);
  letter-spacing: -.01em;
  line-height: .9;
  text-transform: uppercase;
}
body.party .product__name { font-size: clamp(2.4rem, 6vw, 3.8rem); letter-spacing: -.005em; }

/* ---- CTA banner: neon lime frame ---- */
body.party .cta-banner {
  border: 2px solid var(--lime);
  box-shadow: 0 30px 60px rgba(12,42,32,.45), 0 0 60px rgba(214,244,43,.3);
}
body.party .cta-banner h2 { font-size: clamp(2.2rem, 6vw, 4rem); line-height: .95; }

/* ---- Sticky shop: chunky sticker + bob ---- */
body.party .sticky-shop {
  border: 2px solid var(--forest-shadow);
  border-radius: 10px;
  font-weight: 900;
  box-shadow: 4px 4px 0 var(--forest-shadow);
  animation: party-bob 2.4s ease-in-out infinite;
}
@keyframes party-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

/* ---- Signup title bigger ---- */
body.party .signup__title { font-size: clamp(1.6rem, 4vw, 2.4rem); }

@media (prefers-reduced-motion: reduce) {
  body.party::before, body.party .announce .marquee, body.party .can-figure .glow, body.party .sticky-shop { animation: none; }
}
