/* ═══════════════════════════════════════
   SUMMER REIGN FEST 2026 — FESTIVAL THEME
   ═══════════════════════════════════════ */

:root {
  --red:       #C8102E;
  --red-dark:  #8B0000;
  --gold:      #D4A017;
  --gold-lt:   #F2C84B;
  --green:     #2D6A2D;
  --black:     #0D0D0D;
  --cream:     #FFFBF0;
  --warm:      #FFF3DC;
  --text:      #1A0A00;
  --muted:     #5C3D1E;
  --faint:     #9A7A55;
  --white:     #FFFFFF;
  --border:    #E8D5B0;

  --font-display: 'Bebas Neue', sans-serif;
  --font-head:    'Oswald', sans-serif;
  --font-script:  'Dancing Script', cursive;
  --font-body:    'Lato', sans-serif;

  --radius:    12px;
  --radius-lg: 20px;
  --radius-xl: 32px;
  --trans:     220ms cubic-bezier(0.16,1,0.3,1);
  --max:       1200px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; -webkit-font-smoothing: antialiased; }
body { background: var(--cream); color: var(--text); font-family: var(--font-body); font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; background: none; border: none; font: inherit; color: inherit; }
p { max-width: 62ch; text-wrap: pretty; }

/* ── UTILITIES ── */
.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(64px, 8vw, 100px) 0; position: relative; }
.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-eyebrow {
  font-family: var(--font-head); font-size: 0.8rem; font-weight: 700;
  letter-spacing: 5px; text-transform: uppercase; color: var(--red);
  margin-bottom: 10px;
}
.section-eyebrow.centered { display: block; }
.section-title {
  font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 4rem);
  color: var(--black); text-transform: uppercase; letter-spacing: 2px;
  line-height: 1.0; margin-bottom: 20px;
}
.section-title em { color: var(--red); font-style: normal; }
.section-title.centered { text-align: center; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-size: 0.85rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 14px 32px; border-radius: 999px;
  transition: var(--trans); white-space: nowrap; cursor: pointer;
}
.btn-red { background: var(--red); color: var(--white); border: 2px solid var(--red); }
.btn-red:hover { background: var(--red-dark); border-color: var(--red-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(200,16,46,0.35); }
.btn-outline { background: transparent; color: var(--red); border: 2px solid var(--red); }
.btn-outline:hover { background: var(--red); color: var(--white); transform: translateY(-2px); }
.btn-lg { padding: 18px 48px; font-size: 1rem; }

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: var(--white); border-bottom: 3px solid var(--red);
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}
.nav-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 24px;
  height: 72px; display: flex; align-items: center; gap: 32px;
}
.nav-logo img { height: 48px; width: 48px; object-fit: contain; border-radius: 50%; }
.nav-links { display: flex; gap: 28px; margin-left: auto; }
.nav-links a {
  font-family: var(--font-head); font-size: 0.8rem; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase; color: var(--text);
  transition: var(--trans);
}
.nav-links a:hover { color: var(--red); }
.nav-btn {
  font-family: var(--font-head); font-size: 0.8rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  background: var(--red); color: var(--white);
  padding: 10px 24px; border-radius: 999px; border: 2px solid var(--red);
  transition: var(--trans);
}
.nav-btn:hover { background: var(--red-dark); border-color: var(--red-dark); }
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; margin-left: auto; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--red); transition: var(--trans); }
.mobile-menu {
  display: none; flex-direction: column; padding: 16px 24px 24px;
  border-top: 1px solid var(--border); gap: 16px; background: var(--white);
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: var(--font-head); font-size: 1rem; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase; color: var(--text);
  padding: 8px 0; border-bottom: 1px solid var(--border);
}

/* ── HERO ── */
.hero {
  min-height: 100vh; padding-top: 72px;
  background: linear-gradient(135deg, #FFF8E1 0%, #FFE8C0 35%, #FFD4A0 65%, #FFBF80 100%);
  position: relative; display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 70% at 50% 100%, rgba(200,16,46,0.12) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 20% 20%, rgba(212,160,23,0.2) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 80% 10%, rgba(45,106,45,0.12) 0%, transparent 60%);
}
.hero-shapes { display: none; }

.hero-chars-left {
  position: absolute; left: 0; bottom: 0; z-index: 2;
}
.hero-chars-right {
  position: absolute; right: 0; bottom: 0; z-index: 2;
}
.char { display: block; filter: drop-shadow(4px 8px 20px rgba(0,0,0,0.2)); }
.char-woman { height: clamp(400px, 78vh, 700px); width: auto; }
.char-man   { height: clamp(380px, 75vh, 680px); width: auto; }

.hero-content {
  position: relative; z-index: 3;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 40px clamp(220px, 24vw, 400px);
  gap: 20px; width: 100%;
}
.hero-badge {
  font-family: var(--font-script); font-size: clamp(1rem, 2vw, 1.4rem);
  color: var(--red-dark); letter-spacing: 1px;
}
.hero-logo {
  width: clamp(260px, 38vw, 440px);
  filter: drop-shadow(0 4px 30px rgba(200,16,46,0.25));
  animation: float 4s ease-in-out infinite;
}
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

.hero-tagline {
  font-family: var(--font-script); font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  color: var(--red-dark);
}
.hero-info {
  display: flex; gap: 32px; flex-wrap: wrap; justify-content: center;
  align-items: center;
}
.info-pill {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
}
.pill-label {
  font-family: var(--font-head); font-size: 0.65rem; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase; color: var(--red);
}
.pill-val {
  font-family: var(--font-head); font-size: 1.05rem; font-weight: 700;
  color: var(--text);
}
.info-divider {
  width: 1px; height: 36px; background: rgba(200,16,46,0.25);
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ── TICKER ── */
.ticker-wrap {
  background: var(--red); color: var(--white);
  overflow: hidden; padding: 14px 0; position: relative; z-index: 10;
}
.ticker {
  display: inline-flex; gap: 32px; white-space: nowrap;
  animation: ticker 30s linear infinite;
  font-family: var(--font-head); font-size: 0.85rem; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
}
.ticker .dot { color: var(--gold-lt); }
@keyframes ticker { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ── ABOUT ── */
.about { background: var(--white); }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.about-chars { display: flex; justify-content: center; align-items: flex-end; }
.about-img-main {
  width: 100%; max-width: 500px;
  filter: drop-shadow(4px 8px 24px rgba(0,0,0,0.15));
}
.about-text p { color: var(--muted); margin-bottom: 16px; }
.about-stats { display: flex; gap: 40px; margin-top: 32px; }
.stat { display: flex; flex-direction: column; }
.stat-num {
  font-family: var(--font-display); font-size: clamp(2.5rem, 5vw, 4rem);
  color: var(--red); line-height: 1;
}
.stat-num sup { font-size: 0.5em; vertical-align: super; }
.stat-label {
  font-family: var(--font-head); font-size: 0.75rem; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase; color: var(--muted); margin-top: 4px;
}

/* ── EXPERIENCE ── */
.experience {
  background: var(--warm); padding-bottom: clamp(80px, 10vw, 140px);
}
.exp-top-bar {
  position: absolute; top: 0; left: 0; right: 0; height: 6px;
  background: linear-gradient(90deg, var(--red), var(--gold), var(--green), var(--red));
}
.exp-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  position: relative; z-index: 2;
}
.exp-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 32px 24px; border: 1px solid var(--border);
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
  transition: var(--trans);
  border-top: 4px solid var(--red);
}
.exp-card:nth-child(2) { border-top-color: var(--gold); }
.exp-card:nth-child(3) { border-top-color: var(--green); }
.exp-card:nth-child(4) { border-top-color: var(--gold); }
.exp-card:nth-child(5) { border-top-color: var(--green); }
.exp-card:nth-child(6) { border-top-color: var(--red); }
.exp-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,0.12); }
.exp-icon { font-size: 2.5rem; margin-bottom: 16px; }
.exp-card h3 {
  font-family: var(--font-head); font-size: 1.05rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px; color: var(--black);
  margin-bottom: 10px;
}
.exp-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.6; max-width: none; }

.exp-side {
  position: absolute; bottom: 0; z-index: 1;
  width: clamp(140px, 16vw, 260px);
  filter: drop-shadow(4px 8px 20px rgba(0,0,0,0.12));
}
.exp-side-left { left: 0; }
.exp-side-right { right: 0; }

/* ── JOIN ── */
.join { background: var(--white); }
.join-inner {
  display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: start;
}
.join-cards { display: flex; flex-direction: column; gap: 16px; margin-top: 24px; }
.join-card {
  display: flex; gap: 20px; align-items: flex-start;
  background: var(--warm); border: 1px solid var(--border);
  border-left: 5px solid var(--red); border-radius: var(--radius);
  padding: 20px 24px;
  transition: var(--trans);
}
.join-card:nth-child(2) { border-left-color: var(--gold); }
.join-card:nth-child(3) { border-left-color: var(--green); }
.join-card:nth-child(4) { border-left-color: var(--red-dark); }
.join-card:hover { transform: translateX(4px); box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.join-icon { font-size: 1.8rem; flex-shrink: 0; margin-top: 2px; }
.join-card h3 {
  font-family: var(--font-head); font-size: 0.95rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px; color: var(--black);
  margin-bottom: 6px;
}
.join-card p { font-size: 0.88rem; color: var(--muted); max-width: none; margin-bottom: 8px; }
.join-link {
  font-family: var(--font-head); font-size: 0.78rem; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; color: var(--red);
  transition: var(--trans);
}
.join-link:hover { letter-spacing: 2.5px; }
.join-chars {
  display: flex; flex-direction: column; align-items: center;
  gap: 0; position: relative; padding-top: 20px;
}
.join-img { width: clamp(160px, 18vw, 280px); filter: drop-shadow(4px 8px 20px rgba(0,0,0,0.15)); }
.join-img-sm {
  width: clamp(80px, 9vw, 140px);
  filter: drop-shadow(4px 8px 16px rgba(0,0,0,0.12));
  margin-top: -20px; align-self: flex-end; margin-right: 20px;
}

/* ── VENDORS ── */
.vendors {
  background: linear-gradient(160deg, var(--black) 0%, #1a0500 100%);
  color: var(--white); overflow: hidden; position: relative;
}
.vendors .section-eyebrow { color: var(--gold-lt); }
.vendors .section-title { color: var(--white); }
.vendor-sub { color: rgba(255,255,255,0.65); margin-bottom: 48px; }
.vendor-cards {
  display: flex; gap: 24px; justify-content: center;
  flex-wrap: wrap; margin-bottom: 48px;
}
.vendor-card {
  background: rgba(255,255,255,0.06); border: 2px solid var(--red);
  border-radius: var(--radius-xl); padding: 40px 48px;
  text-align: center; min-width: 220px;
  transition: var(--trans);
}
.vendor-card:hover { transform: translateY(-6px); border-color: var(--gold-lt); background: rgba(255,255,255,0.1); }
.vendor-card-gold { border-color: var(--gold); }
.vendor-card-gold:hover { border-color: var(--gold-lt); }
.vc-icon { font-size: 2.5rem; margin-bottom: 12px; }
.vc-type {
  font-family: var(--font-head); font-size: 0.8rem; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.6);
  margin-bottom: 8px;
}
.vc-price {
  font-family: var(--font-display); font-size: clamp(3rem, 6vw, 5rem);
  color: var(--white); line-height: 1; margin-bottom: 8px;
}
.vendor-card-gold .vc-price { color: var(--gold-lt); }
.vc-detail { font-size: 0.8rem; color: rgba(255,255,255,0.5); }

.deadline-row {
  display: flex; align-items: center; justify-content: center;
  gap: 0; flex-wrap: wrap;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(212,160,23,0.3);
  border-radius: var(--radius-lg); padding: 28px 40px;
  margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto;
}
.deadline-item {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 0 40px; text-align: center;
}
.deadline-divider { width: 1px; height: 50px; background: rgba(255,255,255,0.15); }
.dl-label {
  font-family: var(--font-head); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold-lt); opacity: 0.8;
}
.dl-date {
  font-family: var(--font-head); font-size: 1.1rem; font-weight: 700;
  color: var(--white);
}
.dl-red { color: #FF6B6B; }
.vendor-cta { text-align: center; margin-bottom: 60px; }

.vendor-chars {
  display: flex; justify-content: space-between; align-items: flex-end;
  position: absolute; bottom: 0; left: 0; right: 0; pointer-events: none;
  padding: 0 40px;
}
.vc-char { filter: drop-shadow(4px 8px 20px rgba(0,0,0,0.4)); }
.vc-char-left { width: clamp(120px, 14vw, 220px); opacity: 0.7; }
.vc-char-right { width: clamp(100px, 12vw, 180px); opacity: 0.65; }

/* ── CONTACT ── */
.contact { background: var(--warm); }
.contact > .container > p { color: var(--muted); margin-bottom: 0; }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  max-width: 680px; margin: 32px auto 0;
}
.contact-box {
  background: var(--white); border: 2px solid var(--border);
  border-radius: var(--radius-xl); padding: 28px 32px;
  display: flex; flex-direction: column; gap: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  text-align: center;
}
.contact-name {
  font-family: var(--font-head); font-size: 1.15rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px; color: var(--black);
  margin: 0;
}
.contact-role {
  font-family: var(--font-head); font-size: 0.7rem; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase; color: var(--red);
}
.contact-row { display: flex; align-items: center; gap: 10px; justify-content: center; }
.contact-icon { font-size: 1.2rem; }
.contact-row a {
  font-family: var(--font-body); font-size: 0.88rem; color: var(--muted);
  transition: var(--trans);
}
.contact-row a:hover { color: var(--red); }
.contact-social {
  margin-top: 24px; text-align: center;
}
.centered-row { justify-content: center; }
.contact-social a {
  font-family: var(--font-head); font-size: 1.05rem; font-weight: 700;
  letter-spacing: 1px; color: var(--text);
}
.contact-social a:hover { color: var(--red); }
.contact-cta { text-align: center; margin-top: 32px; }
.hashtags {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  margin-top: 28px; font-family: var(--font-head); font-size: 0.85rem;
  font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--red);
}
.hashtags span:nth-child(even) { color: var(--faint); }

/* ── FOOTER ── */
.footer {
  background: var(--black); border-top: 4px solid var(--red);
  padding: 48px 0; text-align: center; color: rgba(255,255,255,0.6);
}
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.footer-logo { width: 72px; height: 72px; object-fit: contain; border-radius: 50%; }
.footer p { font-size: 0.9rem; line-height: 1.7; max-width: none; }
.footer em { color: var(--gold-lt); font-style: normal; }
.footer-links, .footer-emails {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  font-family: var(--font-head); font-size: 0.8rem; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
}
.footer-links a, .footer-emails a { color: rgba(255,255,255,0.6); transition: var(--trans); }
.footer-links a:hover, .footer-emails a:hover { color: var(--gold-lt); }
.footer-sep { color: rgba(255,255,255,0.25); }
.footer-emails { font-size: 0.75rem; text-transform: none; letter-spacing: 0.5px; margin-top: -4px; }
.footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.3); }

/* ── SUBSCRIBE ── */
.subscribe-section { background: var(--warm); scroll-margin-top: 80px; }
.subscribe-section p { color: var(--muted); }
.mc-embed-wrap {
  max-width: 480px; margin: 28px auto 0;
  background: var(--white); border: 2px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 24px 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  text-align: center;
}
.subscribe-note { font-size: 0.9rem; color: var(--muted); margin-bottom: 20px; }
.subscribe-btn { display: inline-block; margin-top: 4px; }

/* ── DISCLAIMER ── */
.disclaimer-section {
  background: #f5f4f0;
  border-top: 1px solid var(--border);
  padding: 20px 0;
}
.disclaimer-text {
  font-family: var(--font-body); font-size: 0.78rem;
  color: var(--muted); line-height: 1.7;
  max-width: 820px; margin: 0 auto;
  text-align: center; padding: 0 var(--side-pad);
}
.disclaimer-text strong { color: var(--text); }

/* ── SCROLL REVEAL ── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero { flex-direction: column; align-items: center; min-height: auto; padding-bottom: 0; }
  .hero-chars-left, .hero-chars-right { display: none; }
  .hero-content { padding: 48px 24px 40px; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-chars { order: -1; }
  .exp-grid { grid-template-columns: repeat(2, 1fr); }
  .exp-side { display: none; }
  .join-inner { grid-template-columns: 1fr; }
  .join-chars { flex-direction: row; justify-content: center; padding-top: 0; }
  .join-img-sm { margin-top: 0; margin-right: 0; }
}
@media (max-width: 768px) {
  .nav-links, .nav-btn { display: none; }
  .hamburger { display: flex; }
  .exp-grid { grid-template-columns: 1fr; }
  .deadline-row { flex-direction: column; gap: 20px; }
  .deadline-divider { width: 80px; height: 1px; }
  .vendor-cards { flex-direction: column; align-items: center; }
  .vendor-card { width: 100%; max-width: 300px; }
  .vendor-chars { display: none; }
  .hero-info { flex-direction: column; align-items: center; }
  .hero-btns { flex-direction: column; align-items: center; width: 100%; }
  .hero-btns .btn { width: 100%; max-width: 300px; }
  .join-chars { display: none; }
  .join-inner { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .about-stats { gap: 24px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-box { padding: 24px; }
}
