/* =====================================================
   EXPO QUINCEAÑERA — styles.css
   Luxury Quinceañera Theme · Mobile-First
   ===================================================== */

/* ----- Custom Properties ----- */
:root {
  --blush:        #f9b8c7;
  --rose:         #e8728a;
  --rose-deep:    #c94d6a;
  --rose-dark:    #8b2d52;
  --gold:         #d4a843;
  --gold-light:   #f0ca6f;
  --gold-pale:    #fdf0c4;
  --ivory:        #fdf6f0;
  --champagne:    #f7e7c8;
  --charcoal:     #2c2c35;
  --charcoal-mid: #5a5a68;
  --white:        #ffffff;

  --glass-bg:         rgba(255,255,255,0.12);
  --glass-border:     rgba(212,168,67,0.28);
  --card-bg:          rgba(255,255,255,0.82);
  --card-shadow:      0 4px 24px rgba(201,77,106,0.09), 0 1px 4px rgba(0,0,0,0.06);
  --card-shadow-lift: 0 20px 56px rgba(201,77,106,0.22), 0 0 32px rgba(212,168,67,0.18), 0 2px 8px rgba(0,0,0,0.08);

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Montserrat', system-ui, -apple-system, sans-serif;
  --ease:         cubic-bezier(0.4,0,0.2,1);
  --dur:          0.32s;
  --radius:       18px;
  --radius-sm:    10px;
  --radius-pill:  50px;
}

/* ----- Reset ----- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 68px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background: var(--ivory);
  color: var(--charcoal);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button { font-family: var(--font-body); }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* =====================================================
   NAVIGATION
   ===================================================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: rgba(253,246,240,0.68);
  backdrop-filter: blur(24px) saturate(1.35);
  -webkit-backdrop-filter: blur(24px) saturate(1.35);
  border-bottom: 1px solid rgba(212,168,67,0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45);
  transition: box-shadow var(--dur) var(--ease), background var(--dur) var(--ease);
}
.nav.scrolled { box-shadow: 0 4px 28px rgba(201,77,106,0.14); }
.nav.menu-open {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: rgba(253,246,240,0.96);
}

.nav-container {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1200px; margin: 0 auto; padding: 0 20px; height: 64px;
}

.nav-logo {
  display: flex; align-items: center; gap: 6px; text-decoration: none;
}
.nav-logo-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 10px;
  background: rgba(255,255,255,0.38);
  border: 1px solid rgba(212,168,67,0.28);
  box-shadow: 0 6px 16px rgba(201,77,106,0.15);
  overflow: hidden;
}
.nav-logo-icon img {
  width: 100%; height: 100%; object-fit: cover;
}
.nav-logo-text {
  font-family: var(--font-display); font-size: 1.2rem; font-weight: 600;
  background: linear-gradient(135deg, var(--rose-deep), var(--gold));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  letter-spacing: 0.01em;
}

.nav-right {
  display: flex; align-items: center; gap: 8px;
}

.lang-toggle {
  padding: 5px 11px;
  background: rgba(30,20,25,0.72); border: 1.5px solid rgba(255,255,255,0.18);
  border-radius: 20px; cursor: pointer;
  font-family: var(--font-body); font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.07em; color: rgba(255,255,255,0.92);
  transition: all var(--dur) var(--ease); white-space: nowrap;
}
.lang-toggle:hover { background: var(--charcoal); border-color: rgba(255,255,255,0.3); color: #fff; }

.nav-toggle {
  display: flex; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer;
  padding: 8px; border-radius: 8px;
  transition: background var(--dur) var(--ease);
}
.nav-toggle:hover { background: rgba(201,77,106,0.08); }
.nav-toggle span {
  display: block; width: 22px; height: 2px;
  background: var(--charcoal); border-radius: 2px;
  transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-links {
  display: none; list-style: none;
  position: fixed; top: 64px; left: 0; right: 0;
  z-index: 199;
  background: rgba(18,4,10,0.52);
  backdrop-filter: blur(36px) saturate(1.8) brightness(0.92);
  -webkit-backdrop-filter: blur(36px) saturate(1.8) brightness(0.92);
  border-bottom: 1px solid rgba(212,168,67,0.22);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 16px 28px;
  grid-template-columns: repeat(2, 1fr); gap: 12px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.08);
}
.nav-links.open { display: grid; }

.nav-link {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 9px; padding: 18px 12px; min-height: 88px;
  text-decoration: none; color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 16px; text-align: center;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  transition: all var(--dur) var(--ease);
}
.nav-link:hover, .nav-link.active {
  background: rgba(201,77,106,0.25); border-color: rgba(201,77,106,0.5);
  color: var(--blush); transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201,77,106,0.2), inset 0 1px 0 rgba(255,255,255,0.12);
}
.nav-link-icon {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.12);
  transition: background var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.nav-link-icon svg { width: 20px; height: 20px; stroke: rgba(255,255,255,0.9); stroke-width: 1.6; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.nav-link:hover .nav-link-icon, .nav-link.active .nav-link-icon {
  background: rgba(201,77,106,0.3);
  box-shadow: 0 4px 14px rgba(201,77,106,0.25);
}
.nav-link:hover .nav-link-icon svg, .nav-link.active .nav-link-icon svg { stroke: var(--blush); }
.nav-link-label {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; line-height: 1.2;
}

@media (min-width: 768px) {
  .nav-toggle { display: none; }
  .nav-links {
    display: flex !important; position: static;
    background: rgba(255,255,255,0.46);
    backdrop-filter: blur(18px) saturate(1.2); -webkit-backdrop-filter: blur(18px) saturate(1.2);
    border: 1px solid rgba(212,168,67,0.22);
    padding: 4px; grid-template-columns: none;
    flex-direction: row; gap: 4px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(201,77,106,0.12), inset 0 1px 0 rgba(255,255,255,0.5);
  }
  .nav-link {
    flex-direction: row; min-height: unset;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.25);
    padding: 10px 14px; color: var(--charcoal);
    border-radius: 10px; gap: 0;
  }
  .nav-link:hover, .nav-link.active {
    background: rgba(201,77,106,0.14); color: var(--rose-deep);
    transform: none;
    box-shadow: 0 6px 14px rgba(201,77,106,0.14), inset 0 1px 0 rgba(255,255,255,0.4);
    border-color: rgba(201,77,106,0.24);
  }
  .nav-link-icon { display: none; }
  .nav-link-label { font-size: 0.95rem; font-weight: 500; letter-spacing: 0.02em; text-transform: none; }
}

/* =====================================================
   PAGE HERO (sub-pages)
   ===================================================== */
.page-hero {
  padding: 108px 20px 64px;
  background: linear-gradient(155deg, #1c0510 0%, #3d0e24 25%, #6b1e3f 55%, #a83a5e 80%, #d4637e 100%);
  text-align: center; position: relative; overflow: hidden;
}
.page-hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse at 60% 40%, rgba(212,168,67,0.12) 0%, transparent 60%);
}
.page-hero-eyebrow {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold-light); margin-bottom: 12px;
}
.page-hero-title {
  font-family: var(--font-display); font-size: clamp(2.2rem,7vw,3.8rem);
  font-weight: 700; color: #fff; line-height: 1.1;
  text-shadow: 0 2px 20px rgba(28,5,16,0.5); margin-bottom: 10px;
}
.page-hero-sub {
  font-size: clamp(0.85rem,2vw,1rem); color: rgba(255,255,255,0.75);
  font-weight: 300; letter-spacing: 0.04em;
}

/* =====================================================
   VENDOR INFO PAGE
   ===================================================== */
.vinfo-section { background: linear-gradient(180deg, var(--ivory) 0%, var(--champagne) 100%); }
.vinfo-grid {
  display: grid; grid-template-columns: 1fr; gap: 20px;
}
@media (min-width: 640px) { .vinfo-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .vinfo-grid { grid-template-columns: repeat(3, 1fr); } }

.vinfo-card {
  background: var(--card-bg); backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border); border-radius: var(--radius);
  padding: 28px 22px; text-align: center;
  box-shadow: var(--card-shadow);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.vinfo-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: var(--card-shadow-lift);
}
.vinfo-card-icon { font-size: 2rem; margin-bottom: 12px; }
.vinfo-card-title {
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 600;
  color: var(--charcoal); margin-bottom: 8px;
}
.vinfo-card-text { font-size: 0.88rem; color: var(--charcoal-mid); line-height: 1.75; }

.vinfo-contact-card {
  max-width: 560px; margin: 0 auto;
  background: linear-gradient(135deg, rgba(201,77,106,0.06), rgba(212,168,67,0.06));
  border: 2px solid rgba(212,168,67,0.3); border-radius: 26px;
  padding: 44px 32px; text-align: center;
  box-shadow: 0 8px 40px rgba(201,77,106,0.1);
}
.vinfo-contact-avatar {
  width: 72px; height: 72px; border-radius: 50%;
  background: linear-gradient(135deg, var(--rose-deep), var(--gold));
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px; font-size: 1.8rem;
  box-shadow: 0 4px 20px rgba(201,77,106,0.3);
}
.vinfo-contact-name {
  font-family: var(--font-display); font-size: 1.6rem; font-weight: 600;
  color: var(--charcoal); margin-bottom: 4px;
}
.vinfo-contact-role {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--rose); margin-bottom: 24px;
}
.vinfo-contact-links {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
}

/* =====================================================
   HERO
   ===================================================== */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; padding: 88px 20px 80px;
  background: linear-gradient(155deg,
    #1c0510 0%, #3d0e24 18%, #6b1e3f 36%,
    #a83a5e 52%, #d4637e 66%,
    #e8a0b0 80%, #f7d8c4 100%);
}

.hero-bg {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
}
.hero-orb {
  position: absolute; border-radius: 50%;
  filter: blur(80px); opacity: 0.35;
}
.hero-orb-1 {
  width: 60vw; height: 60vw; max-width: 500px; max-height: 500px;
  background: radial-gradient(circle, #d4a843 0%, transparent 70%);
  top: -10%; left: -15%;
}
.hero-orb-2 {
  width: 50vw; height: 50vw; max-width: 420px; max-height: 420px;
  background: radial-gradient(circle, #f9b8c7 0%, transparent 70%);
  bottom: -5%; right: -10%; opacity: 0.4;
}
.hero-orb-3 {
  width: 40vw; height: 40vw; max-width: 320px; max-height: 320px;
  background: radial-gradient(circle, #c94d6a 0%, transparent 70%);
  top: 35%; left: 50%; transform: translateX(-50%); opacity: 0.25;
}

.sparkles-container {
  position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden;
}
.sparkle {
  position: absolute; border-radius: 50%;
  background: var(--gold-light);
  animation: sparkleRise linear infinite;
  opacity: 0;
}
@keyframes sparkleRise {
  0%   { opacity: 0; transform: translateY(0) scale(0) rotate(0deg); }
  8%   { opacity: 0.9; }
  88%  { opacity: 0.5; }
  100% { opacity: 0; transform: translateY(-110vh) scale(2) rotate(600deg); }
}

.hero-content {
  position: relative; z-index: 2;
  width: 100%; max-width: 680px; text-align: center;
}

.hero-glass {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(120% 170% at 10% 8%, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.02) 48%, transparent 72%),
    linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 45%, rgba(255,255,255,0.06) 100%);
  backdrop-filter: blur(26px) saturate(1.45) brightness(1.04);
  -webkit-backdrop-filter: blur(26px) saturate(1.45) brightness(1.04);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 28px;
  padding: 44px 28px 40px;
  box-shadow:
    0 24px 64px rgba(28,5,16,0.3),
    inset 0 1px 0 rgba(255,255,255,0.24),
    inset 0 -1px 0 rgba(255,255,255,0.08),
    0 0 0 1px rgba(255,255,255,0.08);
}

.hero-glass::before,
.hero-glass::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.hero-glass::before {
  inset: -140% -65%;
  background: linear-gradient(
    115deg,
    transparent 44%,
    rgba(255,255,255,0.02) 48%,
    rgba(255,255,255,0.45) 50%,
    rgba(255,255,255,0.04) 53%,
    transparent 58%
  );
  transform: translate3d(-34%, 0, 0) rotate(8deg);
  opacity: 0.4;
  z-index: 1;
  animation: heroShimmerSweep 7.2s cubic-bezier(0.42,0,0.28,1) infinite;
}

.hero-glass::after {
  border: 1px solid rgba(255,255,255,0.24);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.12),
    0 0 26px rgba(255,218,170,0.22),
    0 0 56px rgba(255,170,220,0.12);
  opacity: 0.9;
  z-index: 1;
  animation: heroEdgePulse 4.8s ease-in-out infinite alternate;
}

.hero-glass > * {
  position: relative;
  z-index: 2;
}

/* ===== HERO BUTTERFLY ===== */
.hero-butterfly {
  display: inline-block;
  width: 90px;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
  position: relative;
  top: -8px;
}
.hero-butterfly-left {
  margin-right: 6px;
  animation: butterflyFloat 3.2s ease-in-out infinite, butterflyShadow 1.6s ease-in-out infinite alternate;
}
.hero-butterfly-right {
  margin-left: 6px;
  transform: scaleX(-1);
  animation: butterflyFloatRight 3.2s ease-in-out infinite 0.8s, butterflyShadow 1.6s ease-in-out infinite alternate 0.8s;
}

@keyframes butterflyFloat {
  0%   { transform: translateY(0px) rotate(-4deg); }
  30%  { transform: translateY(-7px) rotate(2deg); }
  60%  { transform: translateY(-3px) rotate(-1deg); }
  100% { transform: translateY(0px) rotate(-4deg); }
}

@keyframes butterflyFloatRight {
  0%   { transform: scaleX(-1) translateY(0px) rotate(-4deg); }
  30%  { transform: scaleX(-1) translateY(-7px) rotate(2deg); }
  60%  { transform: scaleX(-1) translateY(-3px) rotate(-1deg); }
  100% { transform: scaleX(-1) translateY(0px) rotate(-4deg); }
}

@keyframes butterflyShadow {
  from {
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5)) drop-shadow(0 3px 8px rgba(180,60,100,0.4));
  }
  to {
    filter: drop-shadow(0 3px 8px rgba(0,0,0,0.2)) drop-shadow(0 1px 3px rgba(180,60,100,0.15));
  }
}

@media (max-width: 480px) {
  .hero-butterfly { width: 65px; }
}

@keyframes heroShimmerSweep {
  0% {
    transform: translate3d(-34%, 0, 0) rotate(8deg);
    opacity: 0.12;
  }
  46% {
    opacity: 0.46;
  }
  55% {
    transform: translate3d(34%, 0, 0) rotate(8deg);
    opacity: 0.18;
  }
  100% {
    transform: translate3d(34%, 0, 0) rotate(8deg);
    opacity: 0.08;
  }
}

@keyframes heroEdgePulse {
  0% {
    box-shadow:
      0 0 0 1px rgba(255,255,255,0.1),
      0 0 20px rgba(255,218,170,0.16),
      0 0 38px rgba(255,170,220,0.08);
  }
  100% {
    box-shadow:
      0 0 0 1px rgba(255,255,255,0.2),
      0 0 34px rgba(255,218,170,0.26),
      0 0 74px rgba(255,170,220,0.16);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-glass::before,
  .hero-glass::after {
    animation: none;
  }
}

.hero-eyebrow {
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold-light); margin-bottom: 18px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 10vw, 5.5rem);
  font-weight: 700; line-height: 1.05;
  color: #fff;
  text-shadow: 0 2px 24px rgba(28,5,16,0.5);
  letter-spacing: -0.01em; margin-bottom: 14px;
}

.hero-subtitle {
  font-size: clamp(0.85rem, 2.5vw, 1.05rem);
  color: rgba(255,255,255,0.82); font-weight: 300;
  letter-spacing: 0.04em; margin-bottom: 28px;
}

.hero-details {
  display: flex; flex-direction: column;
  gap: 10px; margin-bottom: 16px;
}
.hero-detail-item {
  display: flex; align-items: center; justify-content: center;
  gap: 8px; font-size: 0.92rem; color: rgba(255,255,255,0.9); font-weight: 400;
}
.hero-detail-icon {
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hero-detail-icon svg { width: 15px; height: 15px; stroke: var(--gold-light); stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }

.hero-doors-label {
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold-light); margin-bottom: 30px;
}

.hero-cta {
  display: flex; flex-direction: column; gap: 12px; align-items: center;
}

.hero-scroll-hint {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  z-index: 2; opacity: 0.6; transition: opacity var(--dur) var(--ease);
}
.hero-scroll-hint:hover { opacity: 1; }
.scroll-arrow {
  display: block; width: 20px; height: 20px;
  border-right: 2px solid rgba(255,255,255,0.7);
  border-bottom: 2px solid rgba(255,255,255,0.7);
  transform: rotate(45deg);
  animation: scrollBounce 1.8s ease-in-out infinite;
}
@keyframes scrollBounce {
  0%, 100% { transform: rotate(45deg) translateY(0); }
  50%       { transform: rotate(45deg) translateY(5px); }
}

/* =====================================================
   BUTTONS
   ===================================================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 7px; padding: 14px 30px; width: 100%; max-width: 300px;
  font-family: var(--font-body); font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.07em; text-transform: uppercase;
  text-decoration: none; border: none; border-radius: var(--radius-pill);
  cursor: pointer; transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur) var(--ease);
  min-height: 50px; position: relative; overflow: hidden; white-space: nowrap;
}

.btn-gold {
  background: linear-gradient(135deg, #c8922a 0%, var(--gold-light) 50%, #c8922a 100%);
  background-size: 200% 100%; background-position: 100% 0;
  color: #2c1a00;
  box-shadow: 0 4px 20px rgba(212,168,67,0.4);
}
.btn-gold:hover, .btn-gold.vp-active {
  background-position: 0 0;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 36px rgba(212,168,67,0.55), 0 0 20px rgba(212,168,67,0.3);
}
.btn-gold:active { transform: translateY(-1px); }

.btn-glass {
  background: rgba(255,255,255,0.14); color: #fff;
  border: 1.5px solid rgba(255,255,255,0.45);
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.btn-glass:hover, .btn-glass.vp-active {
  background: rgba(255,255,255,0.24);
  border-color: rgba(255,255,255,0.7);
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.18);
}

.btn-reset {
  flex-shrink: 0; padding: 9px 18px; min-height: 40px; max-width: none; width: auto;
  background: none; color: var(--rose-deep);
  border: 1.5px solid var(--rose); border-radius: var(--radius-pill);
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.05em;
  cursor: pointer; transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
  white-space: nowrap;
}
.btn-reset:hover { background: var(--rose); color: #fff; }

@media (min-width: 480px) {
  .hero-cta { flex-direction: row; justify-content: center; }
  .btn { width: auto; }
}
@media (min-width: 640px) {
  .hero-details { flex-direction: row; justify-content: center; flex-wrap: wrap; }
}

/* =====================================================
   SECTIONS
   ===================================================== */
.section { padding: 88px 0; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.section-header { text-align: center; margin-bottom: 52px; }

.section-eyebrow {
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--rose); margin-bottom: 10px;
}
.section-eyebrow.light { color: var(--gold-light); }

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 600; color: var(--charcoal);
  letter-spacing: -0.01em; margin-bottom: 6px;
  display: inline-block;
}
.section-title::after {
  content: ''; display: block; width: 52px; height: 2.5px;
  background: linear-gradient(90deg, var(--rose), var(--gold));
  margin: 12px auto 0; border-radius: 2px;
}
.section-title.light { color: #fff; }
.section-title.light::after { background: linear-gradient(90deg, var(--gold-light), var(--blush)); }

.section-subtitle {
  font-size: 0.95rem; color: var(--charcoal-mid);
  font-weight: 300; letter-spacing: 0.03em; margin-top: 14px;
}
.section-subtitle.light { color: rgba(255,255,255,0.68); }

/* =====================================================
   EVENT INFO
   ===================================================== */
.event-info-section {
  background: linear-gradient(180deg, var(--ivory) 0%, var(--champagne) 100%);
}

.info-grid {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 14px;
  --ig-gap: 14px;
  --ig-cols: 2;
}

.info-card {
  flex: 0 0 calc((100% - var(--ig-gap) * (var(--ig-cols) - 1)) / var(--ig-cols));
  background: var(--card-bg);
  backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius); padding: 22px 18px;
  text-align: center; box-shadow: var(--card-shadow);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.info-card-highlight {
  flex: 0 0 calc((100% - var(--ig-gap) * (var(--ig-cols) - 1)) / var(--ig-cols));
}
.info-card:hover, .info-card.vp-active {
  transform: translateY(-6px) scale(1.02);
  box-shadow: var(--card-shadow-lift);
  border-color: rgba(212,168,67,0.5);
}

.info-card-icon {
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(201,77,106,0.08), rgba(212,168,67,0.08));
  border: 1px solid rgba(212,168,67,0.2);
  transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.info-card:hover .info-card-icon, .info-card.vp-active .info-card-icon {
  box-shadow: 0 6px 20px rgba(201,77,106,0.2);
  transform: translateY(-2px);
}
.info-card-label {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--rose); margin-bottom: 7px;
}
.info-card-value {
  font-family: var(--font-display); font-size: 1.1rem; font-weight: 600;
  color: var(--charcoal); line-height: 1.3;
}
.info-card-note { font-size: 0.78rem; color: var(--charcoal-mid); margin-top: 4px; }

.phone-link { color: var(--rose-deep); text-decoration: none; font-weight: 600; }
.phone-link:hover { text-decoration: underline; }

@media (min-width: 540px) {
  .info-grid { --ig-cols: 3; }
}
@media (min-width: 900px) {
  .info-grid { --ig-cols: 4; }
}

/* =====================================================
   FEATURED SECTION
   ===================================================== */
.featured-section {
  position: relative; overflow: hidden;
  background: linear-gradient(150deg, #1a0510 0%, #3d0e24 35%, #6b1e3f 70%, #a83a5e 100%);
}
.featured-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(212,168,67,0.1) 0%, transparent 65%);
  pointer-events: none;
}

.featured-grid {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 18px; position: relative; z-index: 1;
  --fg-gap: 18px;
  --fg-cols: 2;
}

.featured-card {
  flex: 0 0 calc((100% - var(--fg-gap) * (var(--fg-cols) - 1)) / var(--fg-cols));
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(212,168,67,0.22);
  border-radius: 20px;
  padding: 28px 20px 24px;
  text-align: center;
  cursor: pointer;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
  box-shadow: 0 8px 32px rgba(0,0,0,0.22);
}
.featured-card-sponsor {
  border-color: rgba(212,168,67,0.5);
  box-shadow: 0 8px 32px rgba(0,0,0,0.22), 0 0 24px rgba(212,168,67,0.14);
}
.featured-sponsor-label {
  display: inline-block; margin-top: 10px;
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold-light);
  background: rgba(212,168,67,0.15); border: 1px solid rgba(212,168,67,0.3);
  border-radius: 20px; padding: 3px 10px;
}
.featured-card:hover, .featured-card.vp-active {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 24px 64px rgba(0,0,0,0.35), 0 0 36px rgba(212,168,67,0.28);
  border-color: rgba(212,168,67,0.45);
}

.featured-logo-wrap {
  width: 76px; height: 76px; border-radius: 50%;
  background: rgba(255,255,255,0.14);
  border: 2px solid rgba(212,168,67,0.38);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px; overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,0.25);
}
.featured-logo-wrap img { width: 100%; height: 100%; object-fit: cover; }
.featured-logo-fallback { font-size: 1.8rem; line-height: 1; }

.featured-name {
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 600;
  color: #fff; margin-bottom: 6px; line-height: 1.3;
}
.featured-category {
  display: flex; align-items: center; justify-content: center; gap: 5px;
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gold-light);
}
.featured-category .lc-icon svg { stroke: var(--gold-light); }

@media (min-width: 540px) {
  .featured-grid { --fg-cols: 3; }
}
@media (min-width: 900px) {
  .featured-grid { --fg-cols: 4; }
}

.sponsor-row {
  text-align: center; position: relative; z-index: 1;
}
.sponsor-eyebrow {
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(212,168,67,0.6);
  margin-bottom: 16px;
}
.sponsor-grid {
  display: flex; justify-content: center; gap: 18px;
  flex-wrap: wrap;
}
.sponsor-grid .featured-card {
  max-width: 220px; flex: 0 0 auto;
}

/* =====================================================
   VENDOR CONTROLS
   ===================================================== */
.vendors-section { background: #fff; }

.vendor-controls {
  display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px;
}

.search-wrap { position: relative; width: 100%; min-width: 0; }
.search-icon {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  font-size: 1rem; pointer-events: none; z-index: 1; opacity: 0.7;
}
.search-input {
  width: 100%; padding: 13px 16px 13px 46px;
  font-family: var(--font-body); font-size: 0.95rem;
  background: var(--card-bg); border: 1.5px solid rgba(212,168,67,0.28);
  border-radius: var(--radius-pill); color: var(--charcoal);
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  min-height: 50px; outline: none; -webkit-appearance: none; appearance: none;
}
.search-input:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(201,77,106,0.14);
  background: #fff;
}
.search-input::placeholder { color: var(--charcoal-mid); opacity: 0.7; }

.filter-row {
  display: flex; flex-direction: column; gap: 10px; align-items: stretch; min-width: 0;
}
.filter-scroll {
  display: flex; flex-wrap: wrap; gap: 8px;
  overflow: visible; padding-bottom: 0;
  scrollbar-width: none; -ms-overflow-style: none; flex: 1;
}
.filter-scroll::-webkit-scrollbar { display: none; }

.filter-btn {
  flex: 1 1 calc(50% - 8px); min-width: 0;
  padding: 9px 12px; min-height: 40px;
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--font-body); font-size: 0.76rem; font-weight: 600;
  letter-spacing: 0.04em;
  background: rgba(255,255,255,0.8); border: 1.5px solid rgba(212,168,67,0.25);
  border-radius: var(--radius-pill); color: var(--charcoal-mid);
  justify-content: center;
  cursor: pointer; transition: all var(--dur) var(--ease);
  white-space: normal; text-align: center;
}
.filter-btn:hover, .filter-btn.vp-active {
  background: rgba(201,77,106,0.08); border-color: var(--rose);
  color: var(--rose-deep); transform: translateY(-2px);
}
.filter-btn.active {
  background: linear-gradient(135deg, var(--rose-deep), var(--rose));
  border-color: transparent; color: #fff;
  box-shadow: 0 4px 16px rgba(201,77,106,0.35);
}

.btn-reset {
  width: 100%;
  justify-content: center;
}

.vendor-count {
  font-size: 0.82rem; color: var(--charcoal-mid);
  margin-bottom: 4px; font-weight: 500;
}

.no-results {
  text-align: center; padding: 72px 20px;
  color: var(--charcoal-mid); font-size: 1rem;
}

@media (min-width: 768px) {
  .vendor-controls { flex-direction: column; align-items: stretch; gap: 12px; }
  .search-wrap { flex: none; min-width: 0; max-width: none; }
  .filter-row { flex: none; min-width: 0; overflow: visible; }
  .filter-btn { flex: 0 0 auto; white-space: nowrap; padding: 8px 16px; }
  .btn-reset { width: auto; align-self: flex-start; }
}

/* =====================================================
   VENDOR GRID & CARDS
   ===================================================== */
.vendor-grid {
  display: grid; grid-template-columns: 1fr; gap: 18px;
}
@media (min-width: 560px) { .vendor-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .vendor-grid { grid-template-columns: repeat(3, 1fr); } }

.vendor-card {
  background: var(--card-bg);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212,168,67,0.18);
  border-radius: var(--radius); padding: 22px;
  display: flex; flex-direction: column; gap: 12px;
  cursor: pointer; position: relative; overflow: hidden;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
  box-shadow: var(--card-shadow);
}
.vendor-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--rose), var(--gold));
  opacity: 0; transition: opacity var(--dur) var(--ease);
}
.vendor-card:hover::before, .vendor-card.vp-active::before { opacity: 1; }
.vendor-card:hover, .vendor-card.vp-active {
  transform: translateY(-8px) scale(1.015);
  box-shadow: var(--card-shadow-lift);
  border-color: rgba(212,168,67,0.42);
}
.vendor-card:focus-visible {
  outline: 2px solid var(--rose); outline-offset: 2px;
}

.vendor-card-header { display: flex; align-items: center; gap: 14px; }

.vendor-logo-wrap {
  width: 62px; height: 62px; flex-shrink: 0;
  border-radius: 12px; overflow: hidden;
  border: 1.5px solid rgba(212,168,67,0.22);
  background: linear-gradient(135deg, rgba(249,184,199,0.28), rgba(240,202,111,0.18));
  display: flex; align-items: center; justify-content: center;
}
.vendor-logo-wrap img { width: 100%; height: 100%; object-fit: cover; }
.vendor-logo-fallback {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; line-height: 1;
}

.vendor-info { flex: 1; min-width: 0; }
.vendor-name {
  font-family: var(--font-display); font-size: 1.1rem; font-weight: 600;
  color: var(--charcoal); line-height: 1.3; margin-bottom: 5px;
}
.vendor-category-badge {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 0.66rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  background: linear-gradient(135deg, rgba(201,77,106,0.1), rgba(212,168,67,0.1));
  color: var(--rose-deep); padding: 4px 10px; border-radius: 20px;
  border: 1px solid rgba(201,77,106,0.2);
}

.vendor-phone { display: flex; align-items: center; gap: 6px; font-size: 0.88rem; color: var(--charcoal-mid); }
.vendor-phone a { color: var(--charcoal-mid); text-decoration: none; font-weight: 500; }
.vendor-phone a:hover { color: var(--rose-deep); }

.vendor-extra-phones { display: flex; flex-direction: column; gap: 4px; }
.vendor-extra-phone { font-size: 0.8rem; color: var(--charcoal-mid); }

.vendor-links { display: flex; flex-wrap: wrap; gap: 7px; }

.vendor-link-btn {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 6px 13px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.04em;
  text-decoration: none; border-radius: 20px;
  transition: all var(--dur) var(--ease); min-height: 34px; border: 1px solid;
  cursor: pointer; white-space: nowrap;
}
.vendor-link-web    { background: rgba(44,44,53,0.06);    color: var(--charcoal);  border-color: rgba(44,44,53,0.14); }
.vendor-link-web:hover { background: var(--charcoal); color: #fff; border-color: transparent; }
.vendor-link-ig     { background: rgba(193,53,132,0.09);  color: #b5297a; border-color: rgba(193,53,132,0.2); }
.vendor-link-ig:hover { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); color:#fff; border-color:transparent; }
.vendor-link-fb     { background: rgba(24,119,242,0.09);  color: #1877f2; border-color: rgba(24,119,242,0.2); }
.vendor-link-fb:hover { background: #1877f2; color: #fff; border-color: transparent; }
.vendor-link-tt     { background: rgba(0,0,0,0.05);       color: var(--charcoal); border-color: rgba(0,0,0,0.1); }
.vendor-link-tt:hover { background: #010101; color: #fff; border-color: transparent; }
.vendor-link-email  { background: rgba(212,168,67,0.1);   color: #8a6200; border-color: rgba(212,168,67,0.25); }
.vendor-link-email:hover { background: var(--gold); color: #fff; border-color: transparent; }

/* =====================================================
   VENUE SECTION
   ===================================================== */
.venue-section {
  background: linear-gradient(180deg, var(--champagne) 0%, var(--ivory) 100%);
}

.venue-card {
  max-width: 500px; margin: 0 auto;
  background: var(--card-bg); backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border); border-radius: 26px;
  padding: 48px 32px; text-align: center;
  box-shadow: 0 8px 48px rgba(201,77,106,0.12);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.venue-card:hover, .venue-card.vp-active {
  transform: translateY(-8px);
  box-shadow: var(--card-shadow-lift);
}

.venue-icon {
  display: flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 16px;
  background: linear-gradient(135deg, rgba(201,77,106,0.09), rgba(212,168,67,0.09));
  border: 1px solid rgba(212,168,67,0.22);
  margin: 0 auto 18px;
  transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.venue-card:hover .venue-icon, .venue-card.vp-active .venue-icon {
  box-shadow: 0 8px 24px rgba(201,77,106,0.2);
  transform: translateY(-2px);
}
.venue-name {
  font-family: var(--font-display); font-size: 2rem; font-weight: 600;
  color: var(--charcoal); margin-bottom: 12px;
}
.venue-address {
  font-style: normal; font-size: 0.98rem;
  color: var(--charcoal-mid); line-height: 1.9; margin-bottom: 12px;
}
.venue-phone { margin-bottom: 20px; font-size: 1rem; }
.venue-highlights {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 28px;
}
.venue-chip {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 6px 14px; font-size: 0.74rem; font-weight: 600;
  background: rgba(201,77,106,0.08); color: var(--rose-deep);
  border: 1px solid rgba(201,77,106,0.18); border-radius: var(--radius-pill);
}
.venue-map-btn { font-size: 0.82rem; }

/* =====================================================
   ABOUT SECTION
   ===================================================== */
.about-section {
  background: linear-gradient(180deg, var(--ivory) 0%, var(--champagne) 100%);
}
.about-card {
  max-width: 820px; margin: 0 auto;
  background: var(--card-bg); backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border); border-radius: 26px;
  padding: 52px 36px; text-align: center;
  box-shadow: 0 8px 48px rgba(201,77,106,0.08);
}
.about-crown {
  display: flex; align-items: center; justify-content: center;
  width: 60px; height: 60px; border-radius: 18px;
  background: linear-gradient(135deg, rgba(201,77,106,0.09), rgba(212,168,67,0.09));
  border: 1px solid rgba(212,168,67,0.22);
  margin: 0 auto 26px;
}
.about-text {
  font-size: 0.98rem; color: var(--charcoal-mid); line-height: 1.85;
  margin-bottom: 20px; text-align: left;
}
.about-text strong { color: var(--charcoal); font-weight: 600; }
.about-highlights {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 14px; padding-top: 26px;
  border-top: 1px solid rgba(212,168,67,0.22); margin-top: 8px;
}
.about-chip {
  display: flex; align-items: center; gap: 7px;
  font-size: 0.82rem; font-weight: 600; color: var(--charcoal);
  letter-spacing: 0.02em;
}
.about-chip .lc-icon { color: var(--rose); }

/* =====================================================
   FOOTER
   ===================================================== */
.footer {
  position: relative; overflow: hidden;
  background: linear-gradient(155deg, #140308 0%, #280a16 40%, #3d1025 100%);
  color: rgba(255,255,255,0.75); padding: 56px 0 36px;
}
.footer-glow {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 70%; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(212,168,67,0.6), transparent);
}

.footer-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 36px; margin-bottom: 36px;
}
@media (min-width: 640px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

.footer-logo-eyebrow {
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold-light); margin-bottom: 10px;
}
.footer-title {
  font-family: var(--font-display); font-size: 1.75rem; font-weight: 600;
  color: #fff; margin-bottom: 12px;
}
.footer-detail { font-size: 0.83rem; color: rgba(255,255,255,0.55); line-height: 1.7; }

.footer-nav { display: flex; flex-direction: column; gap: 6px; }
.footer-nav-title {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--gold-light); margin-bottom: 8px;
}
.footer-link {
  font-size: 0.86rem; color: rgba(255,255,255,0.6);
  text-decoration: none; transition: color var(--dur) var(--ease);
  padding: 3px 0;
}
.footer-link:hover { color: var(--gold-light); }

.footer-divider {
  height: 1px; background: rgba(255,255,255,0.08); margin-bottom: 24px;
}
.footer-bottom { text-align: center; }
.footer-credit { font-size: 0.83rem; color: rgba(255,255,255,0.45); }
.footer-credit-link {
  color: var(--gold-light); text-decoration: none; font-weight: 600;
  transition: color var(--dur) var(--ease);
}
.footer-credit-link:hover { color: var(--gold); }

/* =====================================================
   MODAL — shared-element FLIP transition
   ===================================================== */

/* Backdrop */
.modal-overlay {
  position: fixed; inset: 0; z-index: 500;
  display: flex; align-items: center; justify-content: center;
  padding: 16px;
  pointer-events: none;
}
.modal-overlay[hidden] { display: none; }

/* Dark + blur scrim — animates separately */
.modal-scrim {
  position: absolute; inset: 0;
  background: rgba(18,4,10,0.68);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  opacity: 0; pointer-events: auto; cursor: default;
  transition: opacity 0.32s cubic-bezier(0.4,0,0.2,1);
}
.modal-overlay:not([hidden]) .modal-scrim { opacity: 1; }
.modal-overlay.modal-closing .modal-scrim { opacity: 0; }

/* The morphing panel */
.modal-sheet {
  position: relative; z-index: 1;
  background: var(--ivory);
  border-radius: 24px;
  width: 100%; max-width: 560px;
  max-height: calc(100dvh - 32px);
  overflow-y: auto; overflow-x: hidden;
  padding: 28px 24px 48px;
  box-shadow:
    0 32px 80px rgba(18,4,10,0.42),
    0 8px 32px rgba(201,77,106,0.14),
    inset 0 1px 0 rgba(255,255,255,0.7);
  will-change: transform, border-radius, opacity;
  pointer-events: auto;
  /* FLIP open animation set by JS via custom props */
  --flip-x: 0px;
  --flip-y: 0px;
  --flip-sx: 1;
  --flip-sy: 1;
  --flip-br-start: 16px;
}

/* Open animation */
@keyframes modalFlipIn {
  from {
    opacity: 0.6;
    transform:
      translate(var(--flip-x), var(--flip-y))
      scale(var(--flip-sx), var(--flip-sy));
    border-radius: var(--flip-br-start);
    box-shadow: 0 8px 24px rgba(18,4,10,0.22);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1, 1);
    border-radius: 24px;
    box-shadow:
      0 32px 80px rgba(18,4,10,0.42),
      0 8px 32px rgba(201,77,106,0.14),
      inset 0 1px 0 rgba(255,255,255,0.7);
  }
}

/* Close animation */
@keyframes modalFlipOut {
  from {
    opacity: 1;
    transform: translate(0, 0) scale(1, 1);
    border-radius: 24px;
  }
  to {
    opacity: 0;
    transform:
      translate(var(--flip-x), var(--flip-y))
      scale(var(--flip-sx), var(--flip-sy));
    border-radius: var(--flip-br-start);
  }
}

.modal-sheet.is-opening {
  animation: modalFlipIn 0.42s cubic-bezier(0.34, 1.04, 0.64, 1) both;
}
.modal-sheet.is-closing {
  animation: modalFlipOut 0.32s cubic-bezier(0.4, 0, 0.8, 0.6) both;
}

/* Modal body content fades in after panel arrives */
.modal-body {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.22s ease 0.26s, transform 0.22s ease 0.26s;
}
.modal-overlay:not([hidden]) .modal-sheet.is-opening .modal-body,
.modal-overlay:not([hidden]) .modal-sheet:not(.is-closing) .modal-body {
  opacity: 1;
  transform: translateY(0);
}
.modal-sheet.is-closing .modal-body {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.12s ease, transform 0.12s ease;
}

/* Close button */
.modal-close {
  position: absolute; top: 16px; right: 16px; z-index: 2;
  background: rgba(44,44,53,0.07); border: 1px solid rgba(0,0,0,0.07);
  width: 36px; height: 36px; border-radius: 50%;
  cursor: pointer; font-size: 0.88rem; color: var(--charcoal);
  display: flex; align-items: center; justify-content: center;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease), transform 0.18s ease;
  opacity: 0; pointer-events: none;
  transition-delay: 0.22s;
}
.modal-overlay:not([hidden]) .modal-sheet:not(.is-closing) .modal-close {
  opacity: 1; pointer-events: auto;
}
.modal-close:hover { background: var(--charcoal); color: #fff; transform: scale(1.08); }

/* Drag handle (decorative) */
.modal-handle {
  width: 40px; height: 4px; background: rgba(0,0,0,0.12);
  border-radius: 2px; margin: 0 auto 20px;
}

/* Card "lift" ghost during open */
.vendor-card.modal-source-lifting {
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  opacity: 0;
  transform: scale(0.96);
}

/* Logo */
.modal-logo {
  width: 96px; height: 96px; border-radius: 18px;
  border: 2px solid rgba(212,168,67,0.25);
  background: linear-gradient(135deg,rgba(249,184,199,0.28),rgba(240,202,111,0.18));
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px; overflow: hidden;
}
.modal-logo img { width: 100%; height: 100%; object-fit: cover; }
.modal-logo-fallback { font-size: 2.2rem; line-height: 1; }

.modal-vendor-name {
  font-family: var(--font-display); font-size: 1.8rem; font-weight: 600;
  color: var(--charcoal); text-align: center; margin-bottom: 8px; line-height: 1.2;
}
.modal-vendor-cat { text-align: center; margin-bottom: 24px; }

.modal-section { margin-bottom: 22px; }
.modal-section-title {
  font-size: 0.66rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--rose); margin-bottom: 10px;
}
.modal-contact-row {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 0; font-size: 0.93rem; color: var(--charcoal);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.modal-contact-row:last-child { border-bottom: none; }
.modal-links-wrap { display: flex; flex-wrap: wrap; gap: 9px; }
.modal-address { font-style: normal; font-size: 0.88rem; color: var(--charcoal-mid); line-height: 1.6; }

@media (max-width: 639px) {
  .modal-sheet { border-radius: 20px; padding: 24px 18px 40px; }
  @keyframes modalFlipIn {
    from {
      opacity: 0.5;
      transform: translate(var(--flip-x), var(--flip-y)) scale(var(--flip-sx), var(--flip-sy));
      border-radius: var(--flip-br-start);
    }
    to { opacity: 1; transform: translate(0,0) scale(1,1); border-radius: 20px; }
  }
  @keyframes modalFlipOut {
    from { opacity: 1; transform: translate(0,0) scale(1,1); border-radius: 20px; }
    to {
      opacity: 0;
      transform: translate(var(--flip-x), var(--flip-y)) scale(var(--flip-sx), var(--flip-sy));
      border-radius: var(--flip-br-start);
    }
  }
}

/* =====================================================
   LUCIDE ICON SYSTEM
   ===================================================== */
.lc-icon {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0; vertical-align: middle;
}
.lc-icon svg {
  display: block;
  stroke-linecap: round; stroke-linejoin: round;
  fill: none;
}

/* Info card icons — centered in their box */
.info-card-icon .lc-icon svg { width: 22px; height: 22px; stroke: var(--rose-deep); stroke-width: 1.6; }

/* Venue icon */
.venue-icon .lc-icon svg { width: 26px; height: 26px; stroke: var(--rose-deep); stroke-width: 1.5; }

/* About crown icon */
.about-crown .lc-icon svg { width: 28px; height: 28px; stroke: var(--gold); stroke-width: 1.5; }

/* Venue chips */
.venue-chip .lc-icon svg { width: 13px; height: 13px; stroke: currentColor; stroke-width: 2; }

/* About chips */
.about-chip .lc-icon svg { width: 14px; height: 14px; stroke: var(--rose); stroke-width: 2; }

/* Category badge in vendor cards */
.vendor-category-badge .lc-icon svg { width: 11px; height: 11px; stroke: currentColor; stroke-width: 2.2; }

/* Filter buttons */
.filter-btn .lc-icon svg { width: 13px; height: 13px; stroke: currentColor; stroke-width: 2; }

/* Vendor phone row */
.vendor-phone .lc-icon svg { width: 13px; height: 13px; stroke: currentColor; stroke-width: 2; }

/* Link buttons */
.vendor-link-btn .lc-icon svg { width: 12px; height: 12px; stroke: currentColor; stroke-width: 2.2; }

/* Modal contact rows */
.modal-contact-row .lc-icon {
  width: 32px; height: 32px; flex-shrink: 0;
  background: linear-gradient(135deg, rgba(201,77,106,0.09), rgba(212,168,67,0.07));
  border: 1px solid rgba(212,168,67,0.18);
  border-radius: 8px;
  transition: box-shadow var(--dur) var(--ease);
}
.modal-contact-row:hover .lc-icon {
  box-shadow: 0 4px 12px rgba(201,77,106,0.18);
}
.modal-contact-row .lc-icon svg { width: 15px; height: 15px; stroke: var(--rose-deep); stroke-width: 1.8; }

/* vinfo cards */
.vinfo-card-icon .lc-icon svg { width: 28px; height: 28px; stroke: var(--rose-deep); stroke-width: 1.5; }
.vinfo-card-icon {
  display: flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(201,77,106,0.08), rgba(212,168,67,0.08));
  border: 1px solid rgba(212,168,67,0.2);
  margin: 0 auto 14px;
  transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.vinfo-card:hover .vinfo-card-icon {
  box-shadow: 0 6px 20px rgba(201,77,106,0.2);
  transform: translateY(-2px);
}

/* Search icon */
.search-icon .lc-icon svg { width: 16px; height: 16px; stroke: var(--charcoal-mid); stroke-width: 2; }

/* vinfo contact links */
.vinfo-contact-links .vendor-link-btn .lc-icon svg { width: 14px; height: 14px; stroke-width: 2; }

/* =====================================================
   SCROLL REVEAL
   ===================================================== */
.reveal {
  opacity: 0; transform: translateY(22px);
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
}
.reveal.revealed { opacity: 1; transform: translateY(0); }

/* =====================================================
   CARD 3D (desktop tilt — applied via JS)
   ===================================================== */
.card-3d { transform-style: preserve-3d; will-change: transform; }

/* =====================================================
   VENDOR CARD ADDRESS + MAPS LINK
   ===================================================== */
.vendor-address {
  display: flex; align-items: center; gap: 4px;
  font-size: 0.78rem; color: var(--charcoal-mid);
  margin: 6px 0 4px;
}
.vendor-address .lc-icon svg { width: 13px; height: 13px; stroke: var(--charcoal-mid); stroke-width: 2; flex-shrink: 0; }
.maps-link {
  color: var(--rose-deep); text-decoration: none; font-weight: 500;
}
.maps-link:hover { text-decoration: underline; }

/* =====================================================
   PAGE HERO TITLE — larger, fluid scale
   ===================================================== */
.page-hero-title {
  font-family: var(--font-display); font-size: clamp(3rem,10vw,5.5rem);
  font-weight: 700; color: #fff; line-height: 1.05;
  text-shadow: 0 2px 24px rgba(28,5,16,0.55); margin-bottom: 14px;
}

/* =====================================================
   VENUE MAP BUTTON — mobile friendly
   ===================================================== */
.venue-map-btn {
  font-size: 0.82rem;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  line-height: 1.4;
  padding: 14px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  max-width: 100%;
}
@media (max-width: 480px) {
  .venue-map-btn {
    width: 100%;
    font-size: 0.78rem;
    padding: 13px 16px;
  }
}

/* =====================================================
   BRIGHT MINDS STUDIOS AD BANNER
   ===================================================== */
.bm-ad {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(250,245,255,0.98) 100%);
  border: 1px solid rgba(162,119,220,0.3);
  border-radius: 20px;
  padding: 22px 28px;
  margin-bottom: 32px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  box-shadow:
    0 4px 24px rgba(162,119,220,0.12),
    0 1px 0 rgba(255,255,255,0.9) inset;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
  animation: bmEdgePulse 5s ease-in-out infinite alternate;
}
.bm-ad:hover {
  transform: translateY(-3px);
  box-shadow:
    0 12px 40px rgba(162,119,220,0.22),
    0 0 0 1px rgba(162,119,220,0.4),
    0 1px 0 rgba(255,255,255,0.9) inset;
  border-color: rgba(162,119,220,0.5);
}
.bm-ad-glow {
  position: absolute; inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(ellipse at 20% 50%, rgba(162,119,220,0.07) 0%, transparent 65%);
}
.bm-ad-logo {
  width: 68px; height: 68px;
  object-fit: contain;
  border-radius: 14px;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 8px rgba(162,119,220,0.2));
}
.bm-ad-text { flex: 1; min-width: 0; }
.bm-ad-eyebrow {
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: rgba(162,119,220,0.85);
  margin-bottom: 4px;
}
.bm-ad-title {
  font-family: var(--font-display); font-size: clamp(1rem,2.5vw,1.3rem);
  font-weight: 600; color: #1a0a2e; line-height: 1.2; margin-bottom: 5px;
}
.bm-ad-sub {
  font-size: 0.8rem; color: #4a3560; line-height: 1.4;
}
.bm-ad-link {
  font-weight: 700; color: rgba(162,119,220,0.9);
  text-decoration: underline; text-underline-offset: 2px;
}
.bm-ad-contact {
  font-size: 0.78rem; color: #4a3560; margin-top: 6px;
}
.bm-ad-phone {
  font-weight: 700; color: rgba(162,119,220,0.9);
  text-decoration: none;
}
.bm-ad-phone:hover { text-decoration: underline; }
.bm-ad-inner-link { display: contents; }
@keyframes bmEdgePulse {
  0% {
    box-shadow:
      0 4px 24px rgba(162,119,220,0.10),
      0 0 0 1px rgba(162,119,220,0.18);
  }
  100% {
    box-shadow:
      0 4px 36px rgba(162,119,220,0.22),
      0 0 0 1px rgba(162,119,220,0.34),
      0 0 48px rgba(162,119,220,0.08);
  }
}
@media (max-width: 540px) {
  .bm-ad {
    flex-direction: column;
    text-align: center;
    padding: 20px 18px;
    gap: 14px;
  }
  .bm-ad-logo { width: 56px; height: 56px; }
}
@media (prefers-reduced-motion: reduce) {
  .bm-ad { animation: none; }
}
