/* =========================================================
   PINK DRANK POOL SOCIAL 2026 — styles.css
   Vibe: Miami Vice pool party x Palm Springs retro luxury
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --pink: #ff3d94;
  --pink-deep: #d81b73;
  --rose: #ffb6c9;
  --coral: #ff6f61;
  --pool: #0bd2d3;
  --navy: #147d9c;
  --navy-2: #148aab;
  --cream: #fff8ef;
  --gold: #e8c170;

  --font-display: 'Anton', 'Arial Narrow', sans-serif;
  --font-body: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --glow-pink: 0 0 30px rgba(255, 61, 148, 0.45);
  --glass-bg: rgba(255, 255, 255, 0.08);
  --glass-border: rgba(255, 255, 255, 0.18);
  --radius: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 120%; }

body {
  margin: 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(255,61,148,0.10), transparent 40%),
    radial-gradient(circle at 85% 100%, rgba(34,224,245,0.10), transparent 40%),
    var(--navy);
  color: var(--cream);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: var(--container); margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.03;
  margin: 0 0 0.4em;
  text-transform: uppercase;
}
h1 { font-size: clamp(2.6rem, 8vw, 5.6rem); }
h2 { font-size: clamp(1.9rem, 5vw, 3rem); }
h3 { font-size: clamp(1.2rem, 3vw, 1.5rem); }
p { margin: 0 0 1em; color: rgba(255, 248, 239, 0.92); text-shadow: 0 1px 8px rgba(0,0,0,0.25); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--pool);
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--pool); }

.narrow { max-width: 680px; margin: 0 auto; }
.center { text-align: center; }
.mt-0 { margin-top: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-display);
  letter-spacing: 1px;
  font-size: 1rem;
  padding: 16px 32px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.btn-primary {
  background: linear-gradient(135deg, var(--pink) 0%, var(--coral) 100%);
  color: #fff;
  box-shadow: var(--glow-pink);
}
.btn-primary:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 0 40px rgba(255,61,148,0.7); }
.btn-outline {
  background: rgba(255,255,255,0.06);
  color: var(--cream);
  border-color: var(--gold);
  backdrop-filter: blur(6px);
}
.btn-outline:hover { background: rgba(232,193,112,0.15); transform: translateY(-3px); }
.btn-sm { padding: 10px 22px; font-size: 0.8rem; }

/* ---------- Glass card ---------- */
.glass {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(20, 125, 156, 0.72);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; }
.logo-lockup { font-family: var(--font-display); font-size: 1.4rem; letter-spacing: 1px; }
.logo-lockup span { color: var(--pink); text-shadow: var(--glow-pink); }
.nav-links { display: flex; gap: 26px; align-items: center; list-style: none; margin: 0; padding: 0; }
.nav-links a:not(.btn) { font-weight: 700; font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,248,239,0.75); }
.nav-links a:not(.btn):hover { color: var(--pool); }
.nav-toggle { display: none; background: none; border: none; color: var(--cream); font-size: 1.6rem; cursor: pointer; }

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--navy-2); flex-direction: column; align-items: flex-start;
    padding: 20px 24px; gap: 16px; display: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .nav-links.open { display: flex; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 96vh;
  display: flex;
  align-items: center;
  padding: 60px 0 60px;
}
.hero::after {
  content: "";
  position: absolute;
  inset: -10px;
  background-color: #1996b8;
  background-image:
    linear-gradient(180deg, rgba(12,64,80,0.10) 0%, rgba(12,64,80,0.28) 55%, rgba(12,64,80,0.75) 100%),
    radial-gradient(circle at 15% 10%, rgba(255,61,148,0.4), transparent 42%),
    radial-gradient(circle at 88% 78%, rgba(34,224,245,0.45), transparent 42%),
    url('assets/photos/hero-pool-party.jpg');
  background-position: center 38%;
  background-size: cover;
  background-repeat: no-repeat;
  animation: hero-zoom 24s ease-in-out infinite alternate;
  z-index: 0;
}
@keyframes hero-zoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.09); }
}
@media (prefers-reduced-motion: reduce) { .hero::after { animation: none; } }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(20,125,156,0.94) 100%);
  pointer-events: none;
  z-index: 1;
}
/* ambient bubbles — signature motion element */
.bubble {
  position: absolute;
  bottom: -80px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(255,255,255,0.75), rgba(34,224,245,0.25));
  border: 1px solid rgba(255,255,255,0.4);
  animation: rise 12s infinite ease-in;
  opacity: 0.65;
  z-index: 1;
}
@keyframes rise {
  0% { transform: translateY(0) scale(1); opacity: 0; }
  10% { opacity: 0.7; }
  100% { transform: translateY(-115vh) scale(1.5); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) { .bubble { animation: none; display: none; } }

.hero-inner { position: relative; z-index: 2; text-align: center; }

.hero-inner > * { animation: fade-up 0.9s ease both; }
.hero-inner .eyebrow { animation-delay: 0.05s; }
.hero-inner h1 { animation-delay: 0.15s; }
.hero-inner .hero-sub { animation-delay: 0.35s; }
.hero-inner .event-badge { animation-delay: 0.5s; }
.hero-inner .badge-row { animation-delay: 0.62s; }
.hero-inner .hero-ctas { animation-delay: 0.74s; }
.hero-inner .hero-tag { animation-delay: 0.88s; }
@keyframes fade-up {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-inner > * { animation: none; }
}

.hero h1 {
  background: linear-gradient(135deg, var(--cream) 12%, var(--pink) 55%, var(--pool) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 4px 40px rgba(0,0,0,0.55));
  text-shadow: none;
}
.hero-sub { font-size: 1.15rem; max-width: 640px; margin: 0 auto 26px; text-shadow: 0 2px 12px rgba(0,0,0,0.5); }


.badge-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 30px; }
.badge {
  font-weight: 800; font-size: 0.78rem; letter-spacing: 1px; text-transform: uppercase;
  padding: 9px 16px; border-radius: 999px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(232,193,112,0.4); color: var(--gold);
}
.event-badge {
  display: inline-block; margin: 0 auto 30px; padding: 14px 26px;
  font-weight: 800; font-size: 0.95rem; letter-spacing: 1px; text-transform: uppercase;
  color: var(--cream);
}
.hero-ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.hero-tag { margin-top: 22px; font-size: 0.9rem; color: rgba(255,248,239,0.6); font-style: italic; }

.logo-marquee-wrap {
  padding-top: 34px;
  background: var(--navy-2);
}
.logo-marquee {
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid rgba(255,61,148,0.35);
  border-bottom: 1px solid rgba(255,61,148,0.35);
  padding: 30px 0;
  margin-top: 20px;
}
.logo-track {
  display: inline-flex;
  align-items: center;
  gap: 50px;
  animation: logo-scroll 40s linear infinite;
}
.logo-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  min-width: 140px;
  padding: 0 14px;
  border-radius: 12px;
  transition: transform 0.18s ease, background 0.18s ease;
}
a.logo-item { cursor: pointer; }
a.logo-item:hover {
  transform: translateY(-2px);
  background: rgba(255,61,148,0.12);
}
.logo-item img {
  max-height: 56px;
  max-width: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(15%);
  opacity: 0.92;
}
.logo-item span {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  color: var(--pink);
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.18s ease;
  text-shadow: 0 0 18px rgba(255,61,148,0.35);
}
a.logo-item:hover span { color: var(--pool); text-shadow: 0 0 18px rgba(34,224,245,0.5); }
@keyframes logo-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) { .logo-track { animation: none; } }

/* ---------- Elks watermark motif — reused across sections ---------- */
.elks-bg {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.08;
  filter: drop-shadow(0 0 40px rgba(255,61,148,0.25));
}
.elks-bg--tr { top: -8%; right: -6%; width: 520px; transform: rotate(16deg); }
.elks-bg--bl { bottom: -12%; left: -8%; width: 480px; transform: rotate(-18deg); }
.elks-bg--center { top: 50%; left: 50%; width: 950px; transform: translate(-50%,-50%) rotate(-8deg); opacity: 0.28; filter: drop-shadow(0 0 60px rgba(255,61,148,0.4)); }
@media (max-width: 800px) {
  .elks-bg--tr { width: 260px; top: -4%; right: -12%; }
  .elks-bg--bl { width: 240px; bottom: -6%; left: -14%; }
  .elks-bg--center { width: 420px; opacity: 0.26; }
}

.elks-bg--bright { opacity: 0.16 !important; }

/* ---------- Featured On — static media logo row ---------- */
.featured-on { padding: 46px 0; background: var(--navy-2); }
.featured-on-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 44px;
  margin-top: 22px;
}
.featured-on-row img {
  height: 42px;
  width: auto;
  filter: grayscale(100%) brightness(1.6);
  opacity: 0.75;
  transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}
.featured-on-row img:hover {
  filter: grayscale(0%) brightness(1);
  opacity: 1;
  transform: translateY(-2px);
}
@media (max-width: 700px) {
  .featured-on-row { gap: 28px; }
  .featured-on-row img { height: 32px; }
}

/* ---------- Instagram links ---------- */
.ig-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255,61,148,0.4);
  background: rgba(255,61,148,0.08);
  color: var(--cream);
  font-weight: 700;
  font-size: 0.9rem;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.ig-link:hover { transform: translateY(-2px); background: rgba(255,61,148,0.18); border-color: var(--pink); color: var(--pink); }
.social-icon {
  display: inline-flex;
  align-items: center;
  color: rgba(255,248,239,0.7);
  transition: color 0.18s ease, transform 0.18s ease;
}
.social-icon:hover { color: var(--pink); transform: translateY(-2px); }

section { padding: 80px 0; }
.section-alt { background: var(--navy-2); }

/* ---------- Snapshot cards ---------- */
.snapshot-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
@media (max-width: 1000px) { .snapshot-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .snapshot-grid { grid-template-columns: 1fr; } }
.snapshot-card { padding: 26px 22px; text-align: center; }
.snapshot-card .icon { font-size: 1.8rem; margin-bottom: 10px; }
.snapshot-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.snapshot-card p { font-size: 0.9rem; margin: 0; }

/* ---------- Details card ---------- */
.details-card { padding: 40px; max-width: 720px; margin: 0 auto; }
.details-list { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 14px; }
.details-list li { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px dashed rgba(255,255,255,0.15); padding-bottom: 12px; font-size: 0.98rem; }
.details-list li strong { color: var(--gold); font-weight: 800; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 1px; }
.details-callout { text-align: center; font-weight: 700; font-size: 1.05rem; color: var(--pool); margin-bottom: 24px; }

/* ---------- Beneficiaries ---------- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 780px) { .grid-2 { grid-template-columns: 1fr; } }
.partner-card { padding: 32px; }
.elks-card { position: relative; overflow: hidden; }
.elks-watermark {
  position: absolute;
  top: 50%;
  right: -12%;
  width: 340px;
  max-width: 60%;
  transform: translateY(-50%) rotate(-14deg);
  opacity: 0.14;
  pointer-events: none;
  z-index: 0;
  filter: drop-shadow(0 0 30px rgba(255,61,148,0.3));
}
.elks-card > *:not(.elks-watermark) { position: relative; z-index: 1; }
@media (max-width: 700px) { .elks-watermark { width: 220px; right: -18%; opacity: 0.12; } }
.partner-card img.logo-ph { height: 44px; margin-bottom: 16px; opacity: 0.9; }

/* ---------- Producers grid ---------- */
.producer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 900px) { .producer-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .producer-grid { grid-template-columns: repeat(2, 1fr); } }
.producer-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 14px;
  text-align: center;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.3px;
  cursor: default;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
a.producer-tile {
  cursor: pointer;
  color: var(--cream);
}
a.producer-tile:hover {
  transform: translateY(-3px);
  border-color: var(--pool);
  background: rgba(52,214,228,0.1);
  box-shadow: 0 0 20px rgba(52,214,228,0.25);
}
.producer-note { text-align: center; margin-top: 26px; font-size: 0.85rem; color: rgba(255,248,239,0.55); }

/* ---------- Sponsors ---------- */
.sponsor-tiers { display: grid; gap: 18px; }
.sponsor-tier { padding: 26px 30px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.sponsor-tier h3 { margin: 0; }
.tier-presenting { border-color: var(--gold); }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 700px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
.gallery-item {
  aspect-ratio: 4/3;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255,255,255,0.12);
  transition: transform 0.25s ease;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-item:hover { transform: scale(1.03); }

/* ---------- FAQ ---------- */
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.12); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; color: var(--cream);
  font-family: var(--font-body); font-weight: 700; font-size: 1.02rem;
  padding: 20px 4px; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
}
.faq-q .plus { color: var(--pink); font-size: 1.3rem; transition: transform 0.2s ease; }
.faq-item.open .plus { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; padding: 0 4px; }
.faq-item.open .faq-a { max-height: 240px; padding-bottom: 18px; }

/* ---------- Final CTA ---------- */
.final-cta { text-align: center; background: radial-gradient(circle at 50% 0%, rgba(255,61,148,0.25), transparent 60%), var(--navy-2); }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 300;
  padding: 12px 16px; background: rgba(20,125,156,0.9); backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,0.12);
  display: none;
}
.sticky-cta .btn { width: 100%; text-align: center; }
@media (max-width: 760px) { .sticky-cta.show { display: block; } body { padding-bottom: 78px; } }

/* ---------- Footer ---------- */
.site-footer { padding: 50px 0 90px; background: var(--navy); border-top: 1px solid rgba(255,255,255,0.08); }
.footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a { font-weight: 700; font-size: 0.85rem; letter-spacing: 0.5px; color: rgba(255,248,239,0.7); }
.footer-links a:hover { color: var(--pink); }
.footer-bottom { font-size: 0.8rem; color: rgba(255,248,239,0.4); border-top: 1px solid rgba(255,255,255,0.08); padding-top: 18px; }
@media (max-width: 760px) { .site-footer { padding-bottom: 100px; } }
