/* ============================================================
   STARPASS SUMMIT - OPTION F ("Twilight")
   Dark purple gothic hero → warm cream content section.
   ============================================================ */

:root {
  --nav-bg:      #161122;   /* matched to art top tone */
  --hero-top:    #372745;   /* = top edge of layered hero Background.png */
  --hero-mid:    #473159;   /* = bottom edge of layered hero Background.png - body bg flows from this */
  --hero-bot:    #473159;
  --panel:       #241a44;   /* benefits bar / new-to-botc */
  --panel-2:     #2c2052;
  --cream-bg:    #f3ead6;   /* bottom section */
  --card:        #faf3e4;   /* schedule cards */
  --card-tan:    #ece0c8;   /* testimonial */
  --gold:        #cda64e;
  --gold-light:  #e3cd84;
  --gold-dark:   #8a6c28;
  --ink:         #2c2050;   /* dark text on cream */
  --cream:       #f1e7d0;   /* light text on dark */
  --cream-mut:   #c7baa0;   /* muted light text */
  --coral:       #c2503e;
  --purple-tag:  #5a3e8a;
  --text-soft:   #6c6088;   /* muted on cream */
  --pill:        999px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--cream-bg);
  color: var(--ink);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px; line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  cursor: url('/assets/cursor-star.png') 16 16, auto;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 900; line-height: 1.04;
  letter-spacing: -0.01em;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.8rem 1.5rem; border-radius: var(--pill);
  font-family: 'Fraunces', Georgia, serif; font-weight: 700; font-size: 0.9rem;
  letter-spacing: 0.08em; text-transform: uppercase;
  border: 1.5px solid transparent; cursor: pointer; transition: all 0.2s; white-space: nowrap;
}
.btn .arr { transition: transform 0.2s; }
.btn:hover .arr { transform: translateX(3px); }
.btn-gold {
  background: linear-gradient(155deg, #f9edae 0%, #e3c45f 24%, #cda84c 50%, #a8842f 74%, #ecd486 100%);
  color: #3a280a; border-color: #8a6c28;
  box-shadow: inset 0 1px 0 rgba(255,249,214,0.65), inset 0 -1px 0 rgba(110,84,20,0.5), 0 2px 6px rgba(0,0,0,0.28);
  text-shadow: 0 1px 0 rgba(255,247,205,0.35);
}
.btn-gold:hover {
  background: linear-gradient(155deg, #fef6c4 0%, #ecca6e 24%, #dcb85a 50%, #b8943a 74%, #f6e29a 100%);
  border-color: #a8842f; color: #3a280a;
  box-shadow: inset 0 1px 0 rgba(255,252,225,0.75), inset 0 -1px 0 rgba(110,84,20,0.5), 0 0 16px rgba(226,204,122,0.45);
}
.btn-gold.sm { padding: 0.6rem 1.1rem; font-size: 0.72rem; }
.btn-outline { background: transparent; color: var(--cream); border-color: rgba(205,166,78,0.55); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold-light); }
.btn-purple {
  background: linear-gradient(155deg, #9583cf 0%, #6a55b2 24%, #4a3590 50%, #2e215f 74%, #7062b9 100%);
  color: #f1e7d0; border-color: #261858;
  box-shadow:
    inset 0 1px 0 rgba(210,195,250,0.45),
    inset 0 -1px 0 rgba(15,8,35,0.55),
    0 2px 6px rgba(0,0,0,0.35);
  text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
.btn-purple:hover {
  background: linear-gradient(155deg, #ad9bdf 0%, #7c66c5 24%, #5a44a8 50%, #382870 74%, #8273ca 100%);
  border-color: #38226c; color: #fbf3da;
  box-shadow:
    inset 0 1px 0 rgba(220,205,255,0.55),
    inset 0 -1px 0 rgba(15,8,35,0.55),
    0 0 18px rgba(120,95,200,0.55);
}
.btn .spark { color: currentColor; font-size: 0.85em; }
.btn-star { width: 14px; height: 14px; flex-shrink: 0; stroke: currentColor; }
.btn .q {
  display: inline-flex; align-items: center; justify-content: center;
  width: 17px; height: 17px; border-radius: 50%;
  border: 1.5px solid currentColor; font-size: 0.7em;
}

/* ===== DARK TOP ===== */
.top {
  position: relative;
  /* Mirror the key art's lighting: warm moon-glow upper-right, lavender lift toward
     the bottom, over an angled dark base (darkest top-left → lighter bottom-right) */
  background:
    radial-gradient(55% 50% at 77% 31%, rgba(232,205,180,0.17) 0%, transparent 58%),
    radial-gradient(85% 70% at 60% 110%, rgba(123,99,152,0.45) 0%, transparent 68%),
    linear-gradient(168deg, var(--hero-top) 0%, var(--hero-mid) 52%, var(--hero-bot) 100%);
}
.top-stars {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.8;
  background:
    radial-gradient(1.5px 1.5px at 12% 18%, rgba(255,255,255,0.7), transparent),
    radial-gradient(1px 1px at 24% 30%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1.5px 1.5px at 40% 12%, rgba(227,205,132,0.8), transparent),
    radial-gradient(1px 1px at 8% 46%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 33% 52%, rgba(255,255,255,0.4), transparent),
    radial-gradient(1.5px 1.5px at 18% 64%, rgba(227,205,132,0.6), transparent),
    radial-gradient(1px 1px at 46% 40%, rgba(255,255,255,0.45), transparent);
}

/* ===== NAV ===== */
.nav { position: relative; z-index: 2; padding: 1.1rem 2rem; background: #0a0712; }
.nav-inner {
  max-width: 1320px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
}
.brand { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }
.brand-mark { height: 84px; width: auto; flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name {
  font-family: 'Fraunces', serif; font-weight: 900;
  font-size: 1.15rem; line-height: 0.9; letter-spacing: 0.02em; color: var(--cream);
}
.brand-logotype { height: 52px; width: auto; flex-shrink: 0; display: block; }
.brand-tag {
  font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-top: 5px; font-weight: 600;
}
.nav-links { display: flex; gap: 1.7rem; }
.nav-links a {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 600; font-size: 0.8rem; letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--cream); transition: color 0.2s;
}
.brand-logotype { height: 52px; width: auto; flex-shrink: 0; display: block; }
.nav-links a:hover { color: var(--gold); }
.nav-links a.active { color: var(--gold); }

/* ===== HERO ===== */
.hero { position: relative; z-index: 1; padding: 0 2rem; }
.hero-grid {
  max-width: 1320px; margin: 0 auto;
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 2rem; align-items: stretch;
  min-height: 540px;
}
.hero-text {
  align-self: stretch;
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  padding: 1.5rem 0 5rem;   /* reserved bottom space so the pop-out bar never reaches the buttons */
}
.hero-text h1 {
  font-size: clamp(2.6rem, 5.2vw, 4.4rem); color: var(--cream);
  margin-bottom: 1.25rem;
}
.hero-text h1 .ink { color: var(--cream); }
.hero-text h1 .gold { color: var(--gold); }
.hero-sub {
  font-size: 1.15rem; color: var(--cream-mut); max-width: 400px;
  margin-bottom: 1.5rem; line-height: 1.5;
}
.hero-meta { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; margin-bottom: 1.75rem; }
.hero-meta li {
  display: flex; align-items: center; gap: 0.65rem;
  font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.85rem;
  color: var(--cream);
}
.hero-meta .mi { color: var(--gold); font-size: 1rem; width: 20px; text-align: center; }
.hero-cta { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.hero-art { display: flex; justify-content: center; align-items: stretch; align-self: stretch; }
/* ===== Banner hero (uses the wide starpass-header artwork) ===== */
.hero-banner {
  position: relative; padding: 0;
  width: 100%; max-width: none; margin: 0;
  aspect-ratio: 10/3;
  overflow: hidden;
  background: var(--hero-mid);
}
.hero-banner .hero-art {
  position: absolute; inset: 0;
}
.hero-banner .hero-layer {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  pointer-events: none;
}
.hero-banner .hero-layer-bg     { z-index: 1; }
.hero-banner .hero-layer-town   { z-index: 2; }
.hero-banner .hero-layer-minion { z-index: 3; }
.hero-banner .hero-layer-imp    { z-index: 4; }
.hero-banner .hero-text {
  position: absolute; inset: 0; z-index: 10;
  padding: 1.5rem 41% 1.5rem 7rem;
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  text-align: left;
}
.hero-banner .hero-text h1 {
  font-family: 'Grenze Gotisch', 'Fraunces', Georgia, serif;
  font-weight: 700; line-height: 1.05;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  color: var(--cream); margin-bottom: 0.9rem;
}
.hero-banner .hero-text h1 .gold {
  background: none;
  -webkit-background-clip: unset; background-clip: unset;
  -webkit-text-fill-color: #c04e3c; color: #c04e3c;
}
.hero-banner .hero-meta .mi { display: none; }
.hero-banner .hero-sub {
  color: var(--cream); font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 500;
  max-width: none; margin-bottom: 1rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.55), 0 0 12px rgba(15,8,30,0.45);
}
.hero-banner .hero-meta {
  margin-bottom: 1.25rem; gap: 0.45rem; align-items: flex-start;
}
.hero-banner .hero-meta li {
  color: var(--cream);
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  letter-spacing: 0.02em; font-weight: 600;
  text-transform: none;
  flex-direction: row;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6), 0 0 12px rgba(15,8,30,0.55);
}
.hero-banner .hero-meta .mi { color: var(--gold-dark); }
.hero-banner .hero-cta { gap: 0.5rem; }
@media (max-width: 1080px) and (min-width: 961px) {
  .hero-banner .hero-text { padding: 1.4rem 1.5rem 1.4rem 48%; }
  .hero-banner .hero-text h1 { font-size: clamp(1.2rem, 2.4vw, 2rem); }
}
@media (max-width: 960px) {
  /* Nav: shrink Register button + logo so they stop overlapping */
  .nav { padding: 0.6rem 1rem; }
  .nav-inner { gap: 0.5rem; }
  .nav .brand-mark { height: 46px; }
  .nav .brand-logotype { height: 32px; }
  .nav .btn-gold { padding: 0.55rem 0.9rem; font-size: 0.66rem; letter-spacing: 0.05em; }
  .nav .btn-star { width: 11px; height: 11px; }

  /* Mobile: text FIRST (above), then key art block, then countdown */
  .hero-banner {
    aspect-ratio: auto;
    display: flex; flex-direction: column;
  }
  .hero-banner .hero-text {
    order: 1;
    position: relative; inset: auto;
    padding: 2rem 1.25rem 1.75rem;
    background: var(--hero-mid);
    align-items: center; text-align: center;
  }
  .hero-banner .hero-art {
    order: 2;
    position: relative; inset: auto;
    width: 100vw; margin-left: calc(50% - 50vw);
    aspect-ratio: 2/1; height: auto;
    overflow: hidden;
  }
  .hero-banner .hero-art .hero-layer {
    position: absolute; inset: 0;
    width: 100%; height: 100%; aspect-ratio: auto;
  }
  .hero-banner .hero-text h1 {
    max-width: none;
    font-size: clamp(2rem, 8.5vw, 2.8rem);
  }
  .hero-banner .hero-sub { font-size: 1rem; max-width: 28ch; }
  .hero-banner .hero-meta { align-items: center; }
  .hero-banner .hero-meta li {
    font-size: 0.92rem; flex-direction: row;
    justify-content: center;
  }
  .hero-banner .hero-meta .mi { display: none; }
  .hero-banner .hero-cta { justify-content: center; gap: 0.6rem; }

  /* Countdown: tighter padding so the cells don't crush at 350px wide */
  .countdown-wrap { padding: 0 0.5rem; }
  .countdown-panel { padding: 1rem 0.5rem; }
  .countdown-cell { padding: 0.5rem 0.4rem; }
}



/* ===== BENEFITS BAR (overlaps into cream) ===== */
.benefits-wrap {
  position: relative; z-index: 5;
  max-width: 1320px; margin: -56px auto 0; padding: 0 2rem;
}
.benefits {
  background: transparent; border: none;
  border-radius: 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
  box-shadow: none;
}
.benefit {
  display: flex; align-items: center; gap: 0.95rem;
  background: linear-gradient(180deg, #2c2052 0%, #1d1438 100%);
  border: 2px solid var(--gold); border-right: 2px solid var(--gold);
  border-radius: 12px; padding: 1rem 1.2rem;
  text-decoration: none; color: var(--cream);
  position: relative;
  box-shadow:
    0 6px 18px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(227,205,132,0.22),
    inset 0 -1px 0 rgba(0,0,0,0.35);
  transition: all 0.2s;
}
.benefit:last-child { border-right: 2px solid var(--gold); }
.benefit-icon {
  width: 52px; height: 52px; flex-shrink: 0; border-radius: 50%;
  border: 1.5px solid rgba(205,166,78,0.55); color: var(--gold);
  display: flex; align-items: center; justify-content: center;
}
.benefit-icon svg { width: 26px; height: 26px; }
.benefit h3 {
  font-family: 'Fraunces', Georgia, serif; font-weight: 700;
  font-size: 1rem; color: var(--cream); margin-bottom: 0.15rem;
  text-transform: uppercase; letter-spacing: 0.08em;
}
.benefit p { font-size: 0.82rem; color: var(--cream-mut); line-height: 1.35; }

/* ===== WHAT'S HAPPENING (cream) ===== */
.happening { background: var(--cream-bg); padding: 2.75rem 2rem 3rem; }
.happening-inner { max-width: 1320px; margin: 0 auto; }
.happening-head {
  display: flex; flex-direction: column; align-items: center; gap: 0.75rem;
  margin-bottom: 1.75rem; text-align: center;
}
.happening-head h2 { font-size: 1.9rem; color: var(--ink); }

/* Hide the design-previews chip (pages stay live, just not linked from footer) */
.footer-versions { display: none; }

/* Schedule "coming soon" section - matches Latest Updates style */
.schedule-section { padding: 2.5rem 2rem 3rem; }
.schedule-inner { max-width: 1320px; margin: 0 auto; text-align: center; }
.schedule-head h2 {
  font-family: 'Fraunces', serif; font-weight: 900;
  font-size: 1.9rem; color: var(--ink); margin: 0 0 0.5rem;
}
.schedule-coming-soon {
  color: var(--cream-mut); font-size: 1.05rem;
  font-style: italic; margin: 0;
}
body.page-dark .schedule-head h2 { color: #fff; }
.happening-head .flourish { color: var(--gold); font-size: 1.1rem; }
.link-arrow {
  color: var(--gold); font-weight: 700; font-size: 0.85rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  transition: color 0.2s;
}
.link-arrow:hover { color: var(--gold-light); }

.happening-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; align-items: stretch; }
.sched-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.85rem; }
.sched-card {
  position: relative; overflow: hidden;
  background: var(--card); border: 1px solid rgba(44,32,80,0.1);
  border-radius: 14px; padding: 1rem; display: flex; flex-direction: column;
}
.sched-tag {
  align-self: flex-start; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 3px 9px; border-radius: var(--pill);
  color: #fff; margin-bottom: 0.85rem;
}
.tag-purple { background: var(--purple-tag); }
.tag-coral  { background: var(--coral); }
.tag-gold   { background: linear-gradient(150deg, #f4e29e 0%, #cda84c 55%, #ad8b36 100%); color: #3a280a; box-shadow: inset 0 1px 0 rgba(255,249,214,0.6); }
.sched-card h4 { font-size: 1.05rem; color: var(--ink); margin-bottom: 0.4rem; }
.sched-card p { font-size: 0.82rem; color: var(--text-soft); margin-bottom: 1rem; }
.sched-time { font-size: 0.78rem; color: var(--gold-dark); font-weight: 600; margin-top: auto; }
.sched-doodle {
  position: absolute; right: 8px; bottom: 8px; width: 54px; opacity: 0.9;
  pointer-events: none;
}
.doodle-star { width: auto; font-size: 1.6rem; color: var(--ink); opacity: 0.35; }
.doodle-star span { font-size: 1rem; }

.newbie-card {
  background: var(--panel); color: var(--cream); border-radius: 16px; padding: 1.5rem;
  display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden;
}
.newbie-card h3 { color: var(--cream); font-size: 1.5rem; margin-bottom: 0.5rem; }
.newbie-card p { color: var(--cream-mut); font-size: 0.9rem; margin-bottom: 1.1rem; max-width: 190px; }
.newbie-mascot { position: absolute; right: 10px; bottom: 10px; width: 84px; opacity: 0.95; transform: rotate(3deg); }

.quote-card {
  background: var(--card-tan); border-radius: 16px; padding: 1.5rem;
  display: flex; flex-direction: column; justify-content: center;
}
.quote-mark { font-family: 'Fraunces', serif; font-size: 3rem; color: var(--gold); line-height: 0.5; }
.quote-body { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.1rem; color: var(--ink); margin: 0.5rem 0 0.75rem; }
.quote-by { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-soft); }
.quote-dots { display: flex; gap: 6px; margin-top: 1rem; }
.quote-dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(44,32,80,0.2); }
.quote-dots .on { background: var(--gold); }

/* ===== FOOTER ===== */
/* ============================================================
   FOOTER (premium redesign - brand-anchored, structured hierarchy)
   ============================================================ */
.footer {
  background: var(--nav-bg); color: var(--cream);
  padding: 3.5rem 2.5rem 3rem;
  position: relative;
}
.footer::before {
  content: ''; position: absolute; left: 50%; top: 0;
  transform: translateX(-50%); width: min(1280px, 100% - 5rem);
  height: 1px; background: linear-gradient(90deg, transparent, rgba(205,166,78,0.22), transparent);
}
.footer-shell { max-width: 1280px; margin: 0 auto; }

/* Top row: 3 columns - left-aligned anchor, centered Site Map, right-aligned Connect */
.footer-top {
  display: grid; grid-template-columns: 1fr 1.4fr 1fr;
  gap: 4rem; padding-bottom: 0;
  align-items: start;
}

/* LEFT - Brand anchor + event + legal */
.footer-anchor { max-width: 320px; text-align: left; }
.footer-brand-name {
  font-family: 'Fraunces', serif; font-weight: 900;
  font-size: 1.35rem; letter-spacing: 0.04em;
  color: var(--cream); display: block; margin-bottom: 1.4rem;
}
.footer-event { line-height: 1.75; margin-bottom: 1.6rem; }
.footer-event p { margin: 0; font-size: 0.88rem; }
.footer-event-date { color: var(--cream); font-weight: 500; }
.footer-event-venue { color: var(--cream-mut); }
.footer-anchor-legal {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 0.5rem;
}
.footer-anchor-legal a {
  font-family: 'Inter', sans-serif; font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cream-mut);
  text-decoration: none; transition: color 0.18s ease;
}
.footer-anchor-legal a:hover { color: var(--gold); }

/* MIDDLE - Site Map column, left-aligned */
.footer-sitemap-col { text-align: left; }
.footer-sitemap-col .footer-sitemap-list { justify-items: start; }

/* RIGHT - Connect column, left-aligned */
.footer-connect { text-align: left; }
.footer-connect .footer-socials-icons { justify-content: flex-start; }
.footer-connect .footer-sponsor { text-align: left; }

/* Nav columns - eyebrow label + link list */
.footer-nav-col h4 {
  font-family: 'Inter', sans-serif; font-weight: 600;
  font-size: 0.68rem; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--gold);
  margin: 0 0 1.5rem; opacity: 0.85;
}
.footer-nav-col ul { list-style: none; margin: 0; padding: 0; }
.footer-nav-col li { margin: 0; }
.footer-nav-col li + li { margin-top: 0.7rem; }
.footer-nav-col a {
  font-family: 'Inter', sans-serif; font-weight: 500;
  font-size: 0.78rem; letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream);
  text-decoration: none; transition: color 0.18s ease;
  position: relative;
}
.footer-nav-col a:hover { color: var(--gold); }

/* Connect - icons only, restrained */
.footer-socials-icons {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.5rem;
}
.footer-socials-icons li + li { margin-top: 0; }
.footer-socials-icons a {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(205,166,78,0.2);
  color: var(--cream-mut);
  display: inline-flex; align-items: center; justify-content: center;
  transition: color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.footer-socials-icons a:hover {
  border-color: var(--gold); color: var(--gold);
  transform: translateY(-1px);
}
.footer-socials-icons svg { width: 15px; height: 15px; }

/* Site Map - 10 pages in a 3×4 grid (matches nav; fills 4/4/2 by column) */
.footer-sitemap-list {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  gap: 0.65rem 1.5rem;
}
.footer-sitemap-list li { margin: 0 !important; }
/* 11 items: natural column flow gives 4/4/3, no overrides needed */

/* Sponsors stacked under socials inside the Connect column */
.footer-sponsors-stack {
  margin-top: 2rem;
  display: flex; flex-direction: column;
  gap: 1.1rem;
}
.footer-sponsor { text-align: left; }
.footer-sponsor-label {
  display: block;
  font-family: 'Inter', sans-serif; font-weight: 500;
  font-size: 0.6rem; letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(205,166,78,0.55); margin-bottom: 0.3rem;
}
.footer-sponsor-name {
  font-family: 'Fraunces', serif; font-weight: 700;
  font-size: 0.95rem; letter-spacing: 0.01em;
  color: var(--cream);
}


/* Responsive - collapse gracefully */
@media (max-width: 980px) {
  .footer { padding: 4rem 1.5rem 1.5rem; }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 2.5rem; padding-bottom: 3rem;
  }
  .footer-anchor { grid-column: 1 / -1; max-width: 480px; }
  .footer-sitemap-list { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .footer { padding: 3rem 1.25rem 1.25rem; }
  .footer-top {
    grid-template-columns: 1fr; gap: 2.5rem;
    padding-bottom: 2.5rem;
  }
  /* Mobile order: utility first (Site Map → Connect), brand block last */
  .footer-sitemap-col { order: 1; }
  .footer-connect    { order: 2; }
  .footer-anchor     { order: 3; max-width: none; }
  .footer-bottom {
    flex-direction: column; gap: 0.85rem; text-align: center;
  }
}

/* Keep the legacy .footer-inner rule below intact for any leftover use */
.footer-inner { max-width: 1320px; margin: 0 auto; display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.footer-brand .brand-name { color: var(--gold); font-size: 1.4rem; }
.footer-brand p { color: var(--cream-mut); font-size: 0.85rem; margin-top: 0.5rem; line-height: 1.55; }
.footer-eyebrow { color: rgba(241,231,208,0.5); text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.68rem; }
.footer-spon { font-weight: 700; color: var(--cream); margin-bottom: 0.55rem; font-size: 0.95rem; }
.footer-versions {
  max-width: 1320px; margin: 1.5rem auto 0; padding-top: 1rem;
  border-top: 1px solid rgba(205,166,78,0.16);
  text-align: center; font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(241,231,208,0.5);
}
.footer-versions a { color: var(--gold); font-weight: 700; margin: 0 0.45rem; }
.footer-versions a:hover { color: var(--gold-light); }

/* ===== PAGE HERO (inner pages) ===== */
.page-hero { position: relative; z-index: 1; padding: 3rem 2rem 3rem; text-align: center; }
.page-hero-inner { max-width: 760px; margin: 0 auto; }
.page-eyebrow {
  font-family: 'Inter', sans-serif; font-size: 0.72rem; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 0.75rem;
}
.page-hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.2rem); margin-bottom: 0.75rem;
  line-height: 1.15; padding-bottom: 0.15em;
  background: linear-gradient(155deg, #f9edae 0%, #ecca6e 25%, #cda84c 55%, #a8842f 80%, #f0d77e 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.page-hero p { color: #fff; font-size: 1.05rem; max-width: 520px; margin: 0 auto; }

/* ===== FAQ ===== */
.faq-section-wrap { background: var(--cream-bg); padding: 1rem 2rem 4.5rem; }
.faq-inner { max-width: 860px; margin: 0 auto; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; margin-bottom: 2.75rem; }
.filter-btn {
  font-family: 'Inter', sans-serif; font-size: 0.74rem; letter-spacing: 0.1em;
  text-transform: uppercase; font-weight: 600; padding: 0.5rem 1.15rem; border-radius: 999px;
  border: 1px solid rgba(44,32,80,0.22); background: transparent; color: var(--ink);
  cursor: pointer; transition: all 0.2s;
}
.filter-btn:hover { border-color: var(--gold); }
.filter-btn.active { background: var(--ink); color: var(--cream-bg); border-color: var(--ink); }
.faq-group { margin-bottom: 2.5rem; }
.faq-group-title {
  font-family: 'Fraunces', serif; font-weight: 900; font-size: 1.5rem; color: var(--ink);
  margin-bottom: 0.5rem; padding-bottom: 0.5rem; border-bottom: 2px solid rgba(205,166,78,0.45);
}
.faq-item { border-bottom: 1px solid rgba(44,32,80,0.12); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.1rem 0.25rem; font-family: 'Fraunces', serif; font-weight: 600;
  font-size: 1.1rem; color: var(--ink); transition: color 0.2s;
}
.faq-q:hover { color: var(--gold-dark); }
.faq-chevron { color: var(--gold-dark); font-style: normal; transition: transform 0.3s; flex-shrink: 0; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; }
.faq-item.open .faq-a { max-height: 520px; padding: 0 0.25rem 1.3rem; }
.faq-a p { color: var(--text-soft); font-size: 0.98rem; line-height: 1.65; }

/* ===== TEAM ===== */
.team-section-wrap { background: var(--cream-bg); padding: 1rem 2rem 4rem; }
.team-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.25rem; }
.team-grid .team-card:nth-child(11) { grid-column: 2; }
.team-card {
  background: var(--card); border: 1px solid rgba(44,32,80,0.1); border-radius: 16px;
  padding: 1.75rem 1rem 1.5rem; text-align: center; transition: transform 0.2s, box-shadow 0.2s;
}
.team-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(44,32,80,0.16); }
.team-photo {
  width: 128px; height: 128px; border-radius: 50%; object-fit: cover; object-position: center 20%;
  margin: 0 auto 1rem; border: 3px solid var(--gold); box-shadow: 0 4px 12px rgba(44,32,80,0.18);
}
.team-photo[src="/Team Photos/lily.jpg"] { object-position: center 45%; }
.team-name { font-family: 'Fraunces', serif; font-weight: 900; font-size: 1.3rem; color: var(--ink); margin-bottom: 0.2rem; }
.team-role {
  font-family: 'Inter', sans-serif; font-size: 0.72rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gold-dark); font-weight: 700; margin-bottom: 0.4rem;
}
.team-bio { font-size: 0.9rem; color: var(--text-soft); font-style: italic; }
.team-cta { max-width: 560px; margin: 3.25rem auto 0; text-align: center; }
.team-cta p { color: var(--text-soft); margin-bottom: 1.25rem; font-size: 1.05rem; }
.team-cta-title {
  font-family: 'Fraunces', serif; font-weight: 900;
  font-size: 1.9rem; color: #fff;
  margin-bottom: 0.4rem;
}

/* ===== SHARED INNER-PAGE BITS ===== */
.content-wrap { background: var(--cream-bg); padding: 1rem 2rem 4.5rem; }
.content-inner { max-width: 1100px; margin: 0 auto; }
.kicker { font-family: 'Inter', sans-serif; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-dark); font-weight: 700; display: block; margin-bottom: 0.5rem; }
.section-head { text-align: center; max-width: 620px; margin: 0 auto 1.75rem; }
.section-head h2 { font-family: 'Fraunces', serif; font-weight: 900; font-size: 1.9rem; color: var(--ink); margin-bottom: 0.4rem; }
.section-head p { color: var(--text-soft); }
.divider { width: 60px; height: 1px; background: rgba(205,166,78,0.5); margin: 3rem auto; }

/* ===== GUESTS ===== */
.guests-grid { max-width: 960px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 1.75rem; }
.guests-grid .guest-card { flex: 0 0 calc((100% - 3.5rem) / 3); max-width: 300px; }
.guest-card { background: var(--card); border: 1px solid rgba(44,32,80,0.1); border-radius: 18px; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.guest-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(44,32,80,0.18); }
.guest-photo { aspect-ratio: 4/3; overflow: hidden; background: var(--panel); }
.guest-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.guest-info { padding: 1.1rem 1.5rem 1.4rem; }
.guest-name { font-family: 'Fraunces', serif; font-weight: 900; font-size: 1.6rem; color: var(--ink); }
.guests-note { text-align: center; color: var(--cream-mut); margin-top: 5rem; font-style: italic; }

/* ===== VENUE ===== */
.venue-block { display: grid; grid-template-columns: 1.1fr 1fr; gap: 2.5rem; align-items: center; margin-bottom: 3rem; }
.venue-block:not(:has(.venue-map, .venue-photos)) { grid-template-columns: 1fr; }
.venue-block:last-child { margin-bottom: 0; }
.venue-block.reverse .venue-info { order: 2; }
.venue-info h2 { font-family: 'Fraunces', serif; font-weight: 900; font-size: 1.7rem; color: var(--ink); margin-bottom: 0.6rem; }
.venue-info p { color: var(--text-soft); margin-bottom: 0.9rem; line-height: 1.6; }
.venue-list { list-style: none; }
.venue-list li { color: var(--text-soft); padding: 0.4rem 0 0.4rem 1.3rem; position: relative; border-bottom: 1px solid rgba(44,32,80,0.08); font-size: 0.95rem; }
.venue-list li::before { content: '✦'; position: absolute; left: 0; color: var(--gold); font-size: 0.75rem; top: 0.65rem; }
.venue-list strong { color: var(--ink); }
.venue-map { background: var(--card); border: 1.5px dashed rgba(205,166,78,0.5); border-radius: 16px; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; color: var(--text-soft); font-style: italic; text-align: center; padding: 1rem; }

/* ===== MERCH ===== */
.merch-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-bottom: 1rem; }
.merch-card { background: var(--card); border: 1px solid rgba(44,32,80,0.1); border-radius: 14px; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.merch-card:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(44,32,80,0.15); }
.merch-thumb { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; font-size: 3rem; background: linear-gradient(150deg, #efe4cf, #e3d3b6); }
.merch-info { padding: 0.9rem 1rem 1.1rem; text-align: center; }
.merch-name { font-family: 'Fraunces', serif; font-weight: 700; font-size: 1rem; color: var(--ink); margin-bottom: 0.2rem; }
.merch-price { color: var(--text-soft); font-size: 0.85rem; }
.merch-badge { display: inline-block; font-family: 'Inter', sans-serif; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: var(--gold); color: #2a1d0a; padding: 2px 7px; border-radius: 999px; margin-left: 0.3rem; vertical-align: middle; }
.info-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.info-card { background: var(--card); border: 1px solid rgba(44,32,80,0.1); border-radius: 16px; padding: 1.5rem; }
.info-card h3 { font-family: 'Fraunces', serif; font-weight: 900; font-size: 1.4rem; color: var(--ink); margin-bottom: 0.5rem; }
.info-card > p { color: var(--text-soft); margin-bottom: 0.75rem; }

/* ===== CONTACT ===== */
.contact-layout { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.25fr; gap: 3rem; align-items: start; }
.contact-info h2 { font-family: 'Fraunces', serif; font-weight: 900; font-size: 1.7rem; color: var(--ink); margin-bottom: 0.6rem; }
.contact-info > p { color: var(--text-soft); margin-bottom: 1.25rem; }
.contact-links { list-style: none; margin-bottom: 1.5rem; }
.contact-links li { border-bottom: 1px solid rgba(44,32,80,0.1); }
.contact-links a { display: flex; align-items: center; gap: 0.7rem; padding: 0.7rem 0; color: var(--ink); transition: color 0.2s; }
.contact-links a:hover { color: var(--gold-dark); }
.contact-icon { color: var(--gold-dark); width: 20px; text-align: center; }
.contact-form { display: flex; flex-direction: column; gap: 1.25rem; background: var(--card); border: 1px solid rgba(44,32,80,0.1); border-radius: 18px; padding: 1.75rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-label { font-family: 'Inter', sans-serif; font-size: 0.8rem; font-weight: 600; color: var(--ink); }
.form-input, .form-select, .form-textarea { font-family: 'Inter', sans-serif; font-size: 0.95rem; padding: 0.7rem 0.9rem; border: 1px solid rgba(44,32,80,0.2); border-radius: 10px; background: #fff; color: var(--ink); width: 100%; }
.form-input:focus, .form-select:focus, .form-textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(205,166,78,0.18); }
.form-textarea { min-height: 130px; resize: vertical; }

/* Fully custom dropdown - replaces native <select> so the open popup matches the site */
.custom-select { position: relative; width: 100%; }
.custom-select-trigger {
  display: flex; align-items: center; justify-content: space-between; gap: 0.5rem;
  font-family: 'Inter', sans-serif; font-size: 0.95rem;
  padding: 0.7rem 0.9rem; width: 100%; text-align: left; cursor: pointer;
  background: #fff; color: var(--ink);
  border: 1px solid rgba(44,32,80,0.2); border-radius: 10px;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.custom-select-trigger:hover { border-color: rgba(205,166,78,0.55); }
.custom-select.open .custom-select-trigger,
.custom-select-trigger:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(205,166,78,0.18);
}
.custom-select-value { flex: 1; line-height: 1.2; }
.custom-select-value.placeholder { color: rgba(44,32,80,0.45); font-style: italic; }
.custom-select-chevron {
  color: var(--gold); font-size: 0.85rem; transition: transform 0.2s;
}
.custom-select.open .custom-select-chevron { transform: rotate(180deg); }
.custom-select-options {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 60;
  max-height: 320px; overflow-y: auto;
  background: var(--card); list-style: none; margin: 0;
  padding: 0.4rem;
  border: 1px solid rgba(205,166,78,0.45); border-radius: 12px;
  box-shadow: 0 18px 38px rgba(20,12,40,0.32), 0 0 0 1px rgba(205,166,78,0.12);
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity 0.15s, transform 0.15s, visibility 0s linear 0.15s;
}
.custom-select.open .custom-select-options {
  opacity: 1; visibility: visible; transform: translateY(0);
  transition: opacity 0.15s, transform 0.15s, visibility 0s;
}
.custom-select-options li {
  font-family: 'Inter', sans-serif; font-size: 0.92rem; font-weight: 500;
  color: var(--ink); padding: 0.6rem 0.8rem; border-radius: 8px;
  cursor: pointer; transition: background 0.12s, color 0.12s;
}
.custom-select-options li:hover {
  background: rgba(205,166,78,0.18);
}
.custom-select-options li.selected {
  background: linear-gradient(155deg, #f4e29e 0%, #cda84c 55%, #ad8b36 100%);
  color: #3a280a; font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,249,214,0.55);
}

/* ===== UPDATES ===== */
.updates-inner { max-width: 800px; margin: 0 auto; }
.post-card { background: var(--card); border: 1px solid rgba(44,32,80,0.1); border-radius: 18px; padding: 1.75rem; margin-bottom: 1.5rem; }
.post-card.featured { border-color: var(--gold); box-shadow: 0 10px 30px rgba(205,166,78,0.18); }
.post-meta { display: flex; align-items: center; gap: 0.9rem; margin-bottom: 0.6rem; }
.update-tag { font-family: 'Inter', sans-serif; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; background: var(--gold); color: #2a1d0a; padding: 3px 9px; border-radius: 999px; }
.update-date { color: var(--text-soft); font-size: 0.8rem; }
.post-card h2, .post-card h3 { font-family: 'Fraunces', serif; font-weight: 900; color: var(--ink); margin-bottom: 0.5rem; }
.post-card h2 { font-size: 1.8rem; }
.post-card h3 { font-size: 1.35rem; }
.post-card p { color: var(--text-soft); line-height: 1.6; margin-bottom: 0.5rem; }

/* ===== INNER-PAGE RESPONSIVE ===== */
@media (max-width: 980px) {
  .venue-block { grid-template-columns: 1fr; gap: 1.25rem; }
  .venue-block.reverse .venue-info { order: 0; }
  .merch-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .guests-grid .guest-card { flex: 0 0 100%; max-width: 100%; }
  .info-2col { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 460px) {
  .merch-grid { grid-template-columns: 1fr 1fr; }
}

/* ===== CLICKABLE BENEFIT (as anchor) ===== */
a.benefit {
  text-decoration: none; color: inherit; position: relative;
  border-radius: 12px;
  transition: background 0.2s, transform 0.2s;
}
a.benefit::after {
  content: '→'; position: static; margin-left: auto;
  color: var(--gold); font-size: 1.15rem; font-weight: 700;
  flex-shrink: 0;
  transition: transform 0.2s, color 0.2s;
}
a.benefit:hover {
  background: linear-gradient(180deg, #3a2c66 0%, #261a4a 100%);
  border-color: var(--gold-light);
  transform: translateY(-3px);
  box-shadow:
    0 14px 32px rgba(0,0,0,0.45),
    0 0 0 1px rgba(227,205,132,0.35),
    inset 0 1px 0 rgba(227,205,132,0.35);
  color: var(--gold-light);
}
a.benefit:hover h3 { color: var(--gold-light); }
a.benefit:hover::after { transform: translateX(5px); color: var(--gold-light); }

/* ===== PLAN YOUR TRIP TILES ===== */
/* ===== COUNTDOWN - floats into the dark top like the old benefits panel ===== */
.countdown-wrap {
  position: relative; z-index: 5;
  width: 100%; max-width: none; margin: 0 auto; padding: 0 2.5rem;
}
.countdown-panel {
  background:
    linear-gradient(180deg, #2c2052 0%, #1d1438 100%) padding-box,
    linear-gradient(155deg, #f9edae 0%, #ecca6e 22%, #cda84c 50%, #a8842f 78%, #f0d77e 100%) border-box;
  border: 3px solid transparent;
  border-radius: 18px; padding: 1.5rem 1rem;
  display: grid; grid-template-columns: repeat(4, 1fr);
  box-shadow:
    0 0 24px rgba(227,205,132,0.32),
    0 30px 55px rgba(0,0,0,0.5),
    inset 0 1px 0 rgba(255,249,214,0.18),
    inset 0 -1px 0 rgba(20,10,40,0.4);
}
.countdown-cell {
  display: flex; flex-direction: column; align-items: center; gap: 0.35rem;
  padding: 0.4rem 1rem;
  border-right: 1px solid rgba(205,166,78,0.18);
}
.countdown-cell:last-child { border-right: none; }
.countdown-number {
  font-family: 'Fraunces', serif; font-weight: 900;
  font-size: clamp(2rem, 4.8vw, 2.9rem); line-height: 1;
  background: linear-gradient(155deg, #f9edae 0%, #ecca6e 25%, #cda84c 55%, #a8842f 80%, #f0d77e 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  letter-spacing: -0.02em; font-variant-numeric: tabular-nums;
}
.countdown-number[data-unit="seconds"] {
  background: linear-gradient(155deg, #f4a995 0%, #e8745a 25%, #c2503e 55%, #8a3528 80%, #f4a995 100%);
  -webkit-background-clip: text; background-clip: text;
}
.countdown-label {
  font-family: 'Fraunces', Georgia, serif; font-weight: 700;
  font-size: 0.72rem; color: var(--cream-mut);
  text-transform: uppercase; letter-spacing: 0.16em;
}
@media (max-width: 680px) {
  /* Clock bleeds off the viewport edges - 4 cells on one row */
  html, body { overflow-x: clip; }
  .countdown-wrap {
    padding: 0;
    width: 112vw;
    margin-left: -6vw;
  }
  .countdown-panel {
    grid-template-columns: repeat(4, 1fr);
    border-radius: 0;
    border-left-width: 0; border-right-width: 0;
  }
  .countdown-cell { padding: 0.4rem 0.35rem; }
  .countdown-cell:first-child { border-left: none; }
  .countdown-cell:last-child { border-right: none; }
  .countdown-number { font-size: clamp(1.4rem, 6vw, 2rem); }
  .countdown-label { font-size: 0.6rem; letter-spacing: 0.1em; }
}

.plan-section { background: var(--cream-bg); padding: 6rem 2rem 1rem; }
.plan-inner { max-width: 1100px; margin: 0 auto; }
.plan-head { text-align: center; margin-bottom: 1.75rem; }
.plan-head h2 { font-family: 'Fraunces', serif; font-weight: 900; font-size: 1.9rem; color: #fff; margin: 0; }
.plan-head .flourish { color: var(--gold); font-size: 1.1rem; margin: 0 0.5rem; }
.plan-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.plan-tile {
  display: flex; align-items: center; gap: 0.95rem;
  background: linear-gradient(180deg, #2c2052 0%, #1d1438 100%);
  color: var(--cream);
  border: 2px solid var(--gold); border-radius: 12px;
  padding: 1rem 1.2rem;
  text-decoration: none; transition: all 0.2s;
  box-shadow:
    0 6px 18px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(227,205,132,0.22),
    inset 0 -1px 0 rgba(0,0,0,0.35);
  position: relative;
}
.plan-tile::after {
  content: '→'; margin-left: auto; color: var(--gold);
  font-size: 1.15rem; font-weight: 700; transition: transform 0.2s, color 0.2s;
  flex-shrink: 0;
}
.plan-tile:hover {
  background: linear-gradient(180deg, #3a2c66 0%, #261a4a 100%);
  border-color: var(--gold-light);
  transform: translateY(-3px);
  box-shadow:
    0 14px 32px rgba(0,0,0,0.45),
    0 0 0 1px rgba(227,205,132,0.35),
    inset 0 1px 0 rgba(227,205,132,0.35);
  color: var(--gold-light);
}
.plan-tile:hover::after { transform: translateX(5px); color: var(--gold-light); }
.tile-icon {
  width: 52px; height: 52px; flex-shrink: 0; border-radius: 50%;
  border: 1.5px solid rgba(205,166,78,0.55); color: var(--gold);
  display: flex; align-items: center; justify-content: center;
}
.tile-icon svg { width: 26px; height: 26px; }
.tile-content h3 {
  font-family: 'Fraunces', Georgia, serif; font-weight: 700;
  font-size: 1rem; color: var(--cream); margin-bottom: 0.15rem;
  text-transform: uppercase; letter-spacing: 0.08em;
}
.tile-content p { font-size: 0.82rem; color: var(--cream-mut); line-height: 1.35; margin: 0; }
.plan-tile:hover .tile-content h3 { color: var(--gold-light); }
@media (max-width: 760px) { .plan-tiles { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .plan-tiles { grid-template-columns: 1fr; } }

/* ===== CLICKABLE UPDATE TEASER (sched-card as anchor) ===== */
a.sched-card { text-decoration: none; color: inherit; transition: transform 0.2s, box-shadow 0.2s; }
a.sched-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(44,32,80,0.15); }

/* ===== FOOTER SITEMAP ===== */
.footer-sitemap { display: flex; flex-direction: column; gap: 0.85rem; flex: 1 1 420px; min-width: 320px; }
.footer-sitemap h4 { font-family: 'Fraunces', serif; font-weight: 700; color: var(--gold); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.14em; }
.footer-sitemap ul { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem 1.5rem; }
.footer-sitemap a { color: var(--cream-mut); font-size: 0.82rem; transition: color 0.2s; text-transform: uppercase; letter-spacing: 0.1em; }
.footer-sitemap a:hover { color: var(--gold); }

/* Social row in footer brand */
.footer-social { display: flex; gap: 0.55rem; margin-top: 0.95rem; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(205,166,78,0.4); color: var(--gold);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.9rem; transition: all 0.2s;
}
.footer-social a:hover { background: var(--gold); color: var(--nav-bg); border-color: var(--gold); transform: translateY(-1px); }

/* Legal line (terms / code of conduct / copyright) */
.footer-legal {
  max-width: 1320px; margin: 1.25rem auto 0; padding-top: 0.85rem;
  border-top: 1px solid rgba(205,166,78,0.12);
  text-align: center; font-size: 0.78rem;
  color: rgba(241,231,208,0.55);
}
.footer-legal a { color: var(--cream-mut); margin: 0 0.45rem; transition: color 0.2s; }
.footer-legal a:hover { color: var(--gold); }
.footer-legal .dot { opacity: 0.5; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-art { order: -1; }
  .hero-meta { align-items: center; }
  .hero-cta { justify-content: center; }
  .benefits { grid-template-columns: 1fr 1fr; gap: 0.5rem 0; }
  .benefit:nth-child(2) { border-right: none; }
  .happening-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(4, 1fr); }
  .team-grid .team-card:nth-child(11) { grid-column: auto; }

  /* Mobile nav - hamburger toggles a drop-down panel */
  .nav-inner { position: relative; }
  .nav .btn-gold { display: none; }                /* hide Register Now on mobile */
  .nav-toggle { display: inline-flex !important; margin-left: auto; }
  .nav-links {
    display: none;
    position: absolute; top: calc(100% + 0.4rem); left: 0; right: 0;
    background: var(--nav-bg);
    flex-direction: column; gap: 0;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(205,166,78,0.18);
    border-radius: 12px;
    box-shadow: 0 24px 40px rgba(0,0,0,0.5);
    z-index: 60;
  }
  .nav-links a {
    padding: 0.85rem 0.25rem;
    font-size: 0.95rem; letter-spacing: 0.08em;
    border-bottom: 1px solid rgba(205,166,78,0.08);
  }
  .nav-links a:last-child { border-bottom: none; }
  .nav-inner.nav-open .nav-links { display: flex; }
  .nav-inner.nav-open .nav-toggle { border-color: var(--gold); color: var(--gold); }
}

/* Hamburger toggle - base style, hidden on desktop */
.nav-toggle {
  display: none;
  align-items: center; justify-content: center;
  background: none; border: 1px solid rgba(205,166,78,0.35);
  border-radius: 8px; color: var(--cream);
  cursor: pointer; padding: 0.4rem;
  transition: border-color 0.18s ease, color 0.18s ease;
}
.nav-toggle:hover { border-color: var(--gold); }
.nav-toggle svg { width: 22px; height: 22px; display: block; }
@media (max-width: 820px) {
  .team-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 680px) {
  .benefits { grid-template-columns: 1fr; }
  .benefit { border-right: none; border-bottom: 1px solid rgba(205,166,78,0.18); padding-bottom: 0.9rem; }
  .benefit:last-child { border-bottom: none; }
  .sched-col { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { flex-direction: column; }
  .nav { padding: 1rem; }
  .hero, .happening { padding-left: 1rem; padding-right: 1rem; }
}

/* ===== PAGE-DARK (one continuous purple - hero blends seamlessly into body) ===== */
body.page-dark { background: var(--hero-mid); }
body.page-dark .top {
  background:
    radial-gradient(55% 50% at 77% 31%, rgba(232,205,180,0.17) 0%, transparent 58%),
    linear-gradient(180deg, var(--hero-top) 0%, var(--hero-mid) 100%);
}
body.page-dark .content-wrap,
body.page-dark .team-section-wrap,
body.page-dark .faq-section-wrap,
body.page-dark .happening,
body.page-dark .plan-section { background: transparent; }
body.page-dark .happening-head h2 { color: #fff; }
body.page-dark .team-cta p { color: var(--cream-mut); }
body.page-dark .section-head h2 { color: #fff; }
body.page-dark .section-head p { color: var(--cream-mut); }
/* Venue page - text that sits directly on the dark bg (not in cards) */
body.page-dark .venue-info h2 { color: #fff; }
body.page-dark .venue-info p { color: var(--cream-mut); }
body.page-dark .venue-list li { color: var(--cream-mut); border-bottom-color: rgba(205,166,78,0.18); }
body.page-dark .venue-list strong { color: var(--cream); }
/* Cards keep their dark-on-cream text even on page-dark */
body.page-dark .info-card .venue-list li,
body.page-dark .post-card .venue-list li { color: var(--text-soft); border-bottom-color: rgba(44,32,80,0.08); }
body.page-dark .info-card .venue-list strong,
body.page-dark .post-card .venue-list strong { color: var(--ink); }
/* Guests page */
body.page-dark .guests-note { color: var(--cream-mut); }
/* Merch page divider line */
body.page-dark .divider { background: rgba(205,166,78,0.35); }
/* FAQ page */
body.page-dark .filter-btn { color: var(--cream); border-color: rgba(205,166,78,0.4); }
body.page-dark .filter-btn:hover { border-color: var(--gold); }
body.page-dark .filter-btn.active { background: var(--gold); color: #3a280a; border-color: var(--gold); }
body.page-dark .faq-group-title { color: #fff; border-bottom-color: rgba(205,166,78,0.55); }
body.page-dark .faq-item { border-bottom-color: rgba(205,166,78,0.18); }
body.page-dark .faq-q { color: #fff; }
body.page-dark .faq-q:hover { color: var(--gold-light); }
body.page-dark .faq-a p { color: var(--cream-mut); }
/* Contact page */
body.page-dark .contact-info h2 { color: #fff; }
body.page-dark .contact-info > p { color: var(--cream-mut); }
body.page-dark .contact-links li { border-bottom-color: rgba(205,166,78,0.18); }
body.page-dark .contact-links a { color: var(--cream); }
body.page-dark .contact-links a:hover { color: var(--gold-light); }

/* ===== FOOTER SOCIALS LIST (2 columns) ===== */
.footer-socials-list { display: flex; flex-direction: column; gap: 0.85rem; flex: 1 1 220px; min-width: 200px; }
.footer-socials-list h4 { font-family: 'Fraunces', serif; font-weight: 700; color: var(--gold); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.14em; }
.footer-socials-list ul { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.55rem 1.25rem; padding: 0; margin: 0; }
.footer-socials-list a { color: var(--cream-mut); font-size: 0.82rem; transition: color 0.2s; text-transform: uppercase; letter-spacing: 0.1em; }
.footer-socials-list a:hover { color: var(--gold); }

/* Tighter sitemap now that Socials shares the row */
.footer-sitemap { flex: 1 1 300px; min-width: 240px; }
.footer-sitemap ul { grid-template-columns: repeat(2, 1fr); }

/* Center h4 above the 2-col grid in both sitemap and socials */
.footer-sitemap, .footer-socials-list { text-align: center; }
.footer-sitemap h4, .footer-socials-list h4 { text-align: center; }

/* Footer brand legal links (Terms / CoC under the date+venue line) */
.footer-brand-legal { margin-top: 0.85rem; line-height: 1.7; font-size: 0.85rem; }
.footer-brand-legal a { color: var(--cream-mut); transition: color 0.2s; }
.footer-brand-legal a:hover { color: var(--gold); }

/* Design-previews chip lives in sponsors column now */
.footer-sponsors .footer-versions { margin-top: 1.1rem; font-size: 0.78rem; color: rgba(241,231,208,0.55); }
.footer-sponsors .footer-versions a { color: var(--cream-mut); margin-left: 0.25rem; }
.footer-sponsors .footer-versions a:hover { color: var(--gold); }

/* Anchor scroll offset for nav-targeted in-page sections */
#volunteer, #giveaways, #hotel-block, #accessibility,
#registration, #special-guests, #room-block { scroll-margin-top: 90px; }

.happening-foot { text-align: center; margin-top: 1.75rem; }

/* Plan tile - shiny purple variant (Join Discord) */
.plan-tile.purple-shiny {
  background: linear-gradient(155deg, #c1b3e8 0%, #8775c8 24%, #5a47a8 50%, #3b2d7a 74%, #8a76d0 100%);
  border-color: #2c2050; color: #fbf3da;
  box-shadow:
    0 6px 18px rgba(0,0,0,0.32),
    inset 0 1px 0 rgba(220,210,255,0.45),
    inset 0 -1px 0 rgba(20,10,50,0.5);
}
.plan-tile.purple-shiny .tile-icon { color: #fbf3da; border-color: rgba(220,210,255,0.55); }
.plan-tile.purple-shiny .tile-content h3 { color: #fbf3da; }
.plan-tile.purple-shiny::after { color: #fbf3da; }
.plan-tile.purple-shiny:hover {
  background: linear-gradient(155deg, #d4c8f0 0%, #9a89d6 24%, #6b56bf 50%, #483691 74%, #9b88dc 100%);
  border-color: #6a4eb8; color: #fff;
  box-shadow:
    0 14px 32px rgba(0,0,0,0.45),
    0 0 18px rgba(140,110,220,0.5),
    inset 0 1px 0 rgba(220,210,255,0.55),
    inset 0 -1px 0 rgba(20,10,50,0.5);
}
.plan-tile.purple-shiny:hover .tile-content h3,
.plan-tile.purple-shiny:hover::after { color: #fff; }


/* ============ Badges page ============ */
.badges-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.75rem;
  margin: 2.5rem 0;
}
.badge-card {
  background: var(--cream);
  border: 1px solid rgba(44,32,80,0.1);
  border-radius: 20px;
  padding: 2.75rem 2rem 2rem;
  position: relative;
  box-shadow: 0 6px 30px rgba(31,20,54,0.06);
}
.badge-card h3 {
  font-family: 'Fraunces', serif; font-weight: 900;
  font-size: 1.75rem; color: var(--ink); margin: 0.75rem 0 1.25rem;
  letter-spacing: -0.01em;
}
.badge-card .venue-list { margin-top: 1rem; }
body.page-dark .badge-card .venue-list li,
.badge-card .venue-list li { color: var(--text-soft); border-bottom-color: rgba(44,32,80,0.08); }
body.page-dark .badge-card .venue-list li strong,
.badge-card .venue-list li strong { color: var(--ink); }
.badge-tier-tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 0.75rem 2rem;
  border-radius: 999px;
  background: linear-gradient(155deg, #ffffff 0%, #d0ccd7 24%, #9e97a8 50%, #6d6773 74%, #efedf1 100%);
  color: #2b2734;
  border: 1.5px solid #8a8593;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.7),
    inset 0 -1px 0 rgba(60,55,70,0.35),
    0 2px 5px rgba(31,20,54,0.22);
  text-shadow: 0 1px 0 rgba(255,255,255,0.35);
  white-space: nowrap;
}
.badge-tier-tag .pill-star {
  width: 1em; height: 1em;
  margin-left: 0.35em;
  vertical-align: -0.12em;
}
.badge-tier-tag-vip {
  background: linear-gradient(155deg, #f9edae 0%, #e3c45f 24%, #cda84c 50%, #a8842f 74%, #ecd486 100%);
  color: #3a280a;
  border-color: #8a6c28;
  font-weight: 900;
  font-size: 1.35rem;
  box-shadow:
    inset 0 1px 0 rgba(255,249,214,0.75),
    inset 0 -1px 0 rgba(110,84,20,0.55),
    0 3px 8px rgba(0,0,0,0.35);
  text-shadow: 0 1px 0 rgba(255,247,205,0.35);
}
.badge-card-vip {
  border: 2px solid transparent;
  background:
    linear-gradient(var(--cream), var(--cream)) padding-box,
    linear-gradient(155deg, #f9edae 0%, #ecca6e 25%, #cda84c 55%, #a8842f 80%, #f0d77e 100%) border-box;
  box-shadow: 0 10px 40px rgba(205,168,76,0.18);
}
.badge-price {
  display: flex; align-items: baseline; gap: 0.9rem; flex-wrap: wrap;
  padding: 1rem 0; margin-bottom: 0.75rem;
  border-top: 1px solid rgba(44,32,80,0.08);
  border-bottom: 1px solid rgba(44,32,80,0.08);
}
.badge-price-amount {
  font-family: 'Fraunces', serif; font-weight: 900;
  font-size: 2.4rem; color: var(--ink);
  letter-spacing: -0.02em; line-height: 1;
}
.badge-card-vip .badge-price-amount {
  background: linear-gradient(155deg, #a8842f 0%, #cda84c 40%, #ecca6e 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.badge-price-note {
  color: var(--text-soft); font-size: 0.9rem;
}
.badges-cta {
  text-align: center; margin-top: 1rem; padding: 2.5rem 1.5rem;
}
.badges-open-line {
  font-family: 'Fraunces', serif; font-weight: 700;
  font-size: 1.35rem; color: var(--cream); margin-bottom: 0.5rem;
}
.badges-open-sub {
  color: var(--cream-mut); max-width: 560px; margin: 0 auto 1.75rem;
  line-height: 1.55;
}
.badges-cta-btn { font-size: 1.05rem; padding: 1rem 2rem; }
.badges-fine-print {
  margin-top: 1.75rem; color: var(--cream-mut);
  font-size: 0.85rem; max-width: 640px; margin-left: auto; margin-right: auto;
}
.badges-fine-print a { color: var(--gold-warm); text-decoration: underline; }

/* ============ Schedule page ============ */
.schedule-days {
  display: grid; gap: 1.5rem; margin: 2rem 0 2.5rem;
}
.sched-day {
  background: var(--cream);
  border: 1px solid rgba(44,32,80,0.1);
  border-radius: 16px;
  padding: 1.75rem 1.75rem 1.5rem;
}
.sched-day-head {
  display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem;
  padding-bottom: 1rem; border-bottom: 1px solid rgba(44,32,80,0.08);
}
.sched-day-tag {
  display: inline-block; padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: linear-gradient(155deg, #f9edae 0%, #ecca6e 25%, #cda84c 55%, #a8842f 80%, #f0d77e 100%);
  color: #3a2612;
  font-family: 'Cinzel', serif; font-size: 0.7rem;
  font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
}
.sched-day-head h3 {
  font-family: 'Fraunces', serif; font-weight: 900;
  font-size: 1.5rem; color: var(--ink); margin: 0;
  letter-spacing: -0.01em;
}
.sched-day-list {
  list-style: none; padding: 0; margin: 0;
}
.sched-day-list li {
  padding: 0.6rem 0; color: var(--text-soft);
  border-bottom: 1px solid rgba(44,32,80,0.06);
  line-height: 1.55;
}
.sched-day-list li:last-child { border-bottom: none; }
.sched-day-list li strong { color: var(--ink); }
.sched-footnote {
  text-align: center; margin: 2rem auto 0; max-width: 640px;
}
.sched-footnote p { color: var(--cream-mut); font-size: 1rem; line-height: 1.6; }
.sched-footnote a { color: var(--gold-warm); text-decoration: underline; }

.venue-map:has(img),
.venue-map:has(iframe) {
  background: transparent;
  border: none;
  padding: 0;
  overflow: hidden;
}
.venue-map:has(img) { aspect-ratio: auto; align-self: start; }
.venue-map img {
  width: 100%; height: auto;
  object-fit: contain; display: block;
  border-radius: 12px;
}
.venue-map-embed {
  padding: 0; overflow: hidden;
  aspect-ratio: 16 / 10;
}
.venue-map-embed iframe {
  width: 100%; height: 100%;
  border: 0; display: block;
}

/* ============ Venue photos (replaces the old nearby-hotels map) ============ */
.venue-photos {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
  margin: 1.5rem 0;
}
.venue-photo-wide { grid-column: 1 / -1; }
.venue-photo {
  aspect-ratio: 16 / 10; border-radius: 12px; overflow: hidden;
  background: rgba(44,32,80,0.05);
  border: 1px dashed rgba(44,32,80,0.18);
}
.venue-photo-wide { aspect-ratio: 21 / 9; }
.venue-photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}
.venue-photo-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif; font-weight: 700;
  color: var(--purple-deep); font-size: 1.05rem; text-align: center;
  padding: 1rem;
}
.venue-photo-placeholder span {
  display: block; margin-top: 0.4rem;
  font-family: 'Inter', sans-serif; font-weight: 400;
  color: var(--text-soft); font-size: 0.85rem; letter-spacing: 0.02em;
}

@media (max-width: 760px) {
  .badges-grid, .venue-photos { grid-template-columns: 1fr; }
  .venue-map-embed { aspect-ratio: 4 / 3; }
  .badge-card { padding: 1.75rem 1.5rem; }
  .badge-price-amount { font-size: 2rem; }
  .sched-day { padding: 1.5rem 1.25rem 1.25rem; }
  .sched-day-head { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .sched-day-head h3 { font-size: 1.3rem; }
}


/* Contact page - simplified (form stripped) */
.contact-simple {
  max-width: 640px; margin: 0 auto; text-align: center;
  background: var(--cream);
  border: 1px solid rgba(44,32,80,0.1);
  border-radius: 20px;
  padding: 3rem 2.5rem;
  box-shadow: 0 6px 30px rgba(31,20,54,0.06);
}
body.page-dark .contact-simple h2,
.contact-simple h2 {
  font-family: 'Fraunces', serif; font-weight: 900;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--ink); margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}
body.page-dark .contact-simple > p,
.contact-simple > p {
  color: var(--text-soft); font-size: 1.05rem; line-height: 1.6;
  margin: 0 auto 1.75rem; max-width: 480px;
}
.contact-email-btn { font-size: 1.05rem; padding: 1rem 2rem; }
body.page-dark .contact-simple .contact-other-label,
.contact-simple .contact-other-label {
  margin-top: 2.75rem;
  font-family: 'Cinzel', serif; font-size: 0.75rem;
  font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-soft);
}
.contact-simple .contact-links {
  list-style: none; padding: 0; margin: 1rem auto 0;
  display: flex; flex-direction: column; gap: 0.25rem;
  max-width: 360px;
}
.contact-simple .contact-links li { text-align: center; }
body.page-dark .contact-simple .contact-links a,
.contact-simple .contact-links a {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.6rem 0;
  color: var(--ink); font-weight: 500;
  transition: color 0.2s;
}
body.page-dark .contact-simple .contact-links a:hover,
.contact-simple .contact-links a:hover { color: var(--gold-dark); }
.contact-simple .contact-icon { color: var(--gold-dark); font-size: 1rem; }


/* Per-page opt-in: nav bar takes the twilight purple instead of the opaque black bar */
body.page-flat-nav .nav { background: var(--hero-mid); }


/* Merch - TPI section: 5 items in a 3/2 flex layout, photos fill their thumb */
.merch-grid-tpi {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 1.25rem;
  max-width: 960px; margin-left: auto; margin-right: auto;
}
.merch-grid-tpi .merch-card {
  flex: 0 0 calc((100% - 2.5rem) / 3);
  max-width: 260px;
}
.merch-thumb img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
@media (max-width: 720px) {
  .merch-grid-tpi .merch-card { flex: 0 0 calc((100% - 1.25rem) / 2); max-width: none; }
}
@media (max-width: 480px) {
  .merch-grid-tpi .merch-card { flex: 0 0 100%; }
}


/* 3-column info card layout (used on Merch raffles section) */
.info-3col {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; margin-top: 1.5rem;
}
@media (max-width: 960px) {
  .info-3col { grid-template-columns: 1fr; }
}


/* Clocktower mascot on footer - stands on the top edge like it's ground */
.footer { position: relative; overflow: visible; }
.footer::after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 2.5rem;
  width: 96px; height: 96px;
  background: url('/assets/clocktower-mark.png') no-repeat center bottom / contain;
  pointer-events: none;
  z-index: 3;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.35));
  transform-origin: 50% 100%;
  animation: clocktower-march 1.1s ease-in-out infinite;
}
@keyframes clocktower-march {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  25%      { transform: translateY(-4px) rotate(-3deg); }
  50%      { transform: translateY(0)   rotate(0deg); }
  75%      { transform: translateY(-4px) rotate(3deg); }
}
@media (prefers-reduced-motion: reduce) {
  .footer::after { animation: none; }
}
@media (max-width: 680px) {
  .footer::after { width: 60px; height: 60px; right: 1rem; }
}


/* Custom cursors - gold star everywhere, red hand on interactive elements */
:root {
  --cursor-star: url('/assets/cursor-star.png') 16 14, default;
  --cursor-red-hand: url('/assets/cursor-red-hand.png') 11 2, pointer;
}
body { cursor: var(--cursor-star); }
input, textarea, [contenteditable] { cursor: text; }
a, button, [role='button'],
input[type='submit'], input[type='button'], input[type='reset'],
input[type='checkbox'], input[type='radio'],
select, summary, label,
.btn, .filter-btn, .faq-q, .nav-toggle, .link-arrow,
.custom-select-trigger, .custom-select-options li,
.faq-item, [onclick] {
  cursor: var(--cursor-red-hand);
}


/* Peekaboo Minion - left side of the footer.
   The pseudo's box sits entirely ABOVE the footer (bottom: 100%) and has fixed height,
   so overflow: hidden means the footer top edge is a hard visual barrier.
   Animating background-position moves the minion image up (peeks out) and back down (hidden). */
.footer-shell::before {
  content: '';
  position: absolute;
  bottom: 100%;                              /* pseudo bottom is exactly at the footer top edge */
  left: 2.5rem;
  width: 110px;
  height: 92px;                              /* reveals top ~82%% of minion - full wings included */
  overflow: hidden;                          /* footer top edge = barrier; nothing below it */
  background: url('/assets/minion-peek.png') no-repeat left 72px / 110px 103px;  /* start ducked - just horns showing */
  
  pointer-events: none;
  animation: minion-peek 7s ease-in-out infinite;
  filter: drop-shadow(0 3px 5px rgba(0,0,0,0.35));
}
@keyframes minion-peek {
  0%, 12%   { background-position: left 72px; }   /* ducked: just horns peek out */
  40%, 60%  { background-position: left 0px;  }   /* peeked: wings, arms, torso visible */
  88%, 100% { background-position: left 72px; }   /* back to horns-only */
}
@media (prefers-reduced-motion: reduce) {
  .footer-shell::before { animation: none; background-position: left 0px; }
}
@media (max-width: 680px) {
  .footer-shell::before { width: 72px; height: 60px; left: 1rem; background-size: 72px 67px; }
  @keyframes minion-peek {
    0%, 12%   { background-position: left 45px; }
    40%, 60%  { background-position: left 0px;  }
    88%, 100% { background-position: left 45px; }
  }
}
@media (prefers-reduced-motion: reduce) {
  .footer-shell::before { animation: none; opacity: 1; transform: scaleX(-1) translateY(0); }
}
@media (max-width: 680px) {
  .footer-shell::before { width: 66px; height: 66px; left: 1rem; }
}


/* Guests page - TBA placeholder card */
.guests-tba {
  max-width: 640px; margin: 0 auto; text-align: center;
  background: var(--cream);
  border: 1px solid rgba(44,32,80,0.1);
  border-radius: 20px;
  padding: 3rem 2.5rem;
  box-shadow: 0 6px 30px rgba(31,20,54,0.06);
}
body.page-dark .guests-tba h2,
.guests-tba h2 {
  font-family: 'Fraunces', serif; font-weight: 900;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--ink); margin-bottom: 1rem;
  letter-spacing: -0.01em;
}
body.page-dark .guests-tba > p,
.guests-tba > p {
  color: var(--text-soft); font-size: 1.05rem; line-height: 1.6;
  margin: 0 auto 1.75rem; max-width: 500px;
}
body.page-dark .guests-tba > p strong,
.guests-tba > p strong { color: var(--ink); }
.guests-tba-links {
  list-style: none; padding: 0; margin: 0 auto;
  display: flex; flex-direction: column; gap: 0.25rem;
  max-width: 340px;
}
.guests-tba-links li { text-align: center; }
body.page-dark .guests-tba-links a,
.guests-tba-links a {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.6rem 0;
  color: var(--ink); font-weight: 500;
  transition: color 0.2s;
}
body.page-dark .guests-tba-links a:hover,
.guests-tba-links a:hover { color: var(--gold-dark); }
.guests-tba .contact-icon { color: var(--gold-dark); font-size: 1rem; }


/* T-shirt thumb: anchor to top so the shirt collar isn'''t cropped */
.merch-thumb img[src*="sps-tshirt"] { object-position: center top; }
