/*
Theme Name: Mom Era Social
Theme URI: https://momerasocial.com
Description: Custom theme for Mom Era Social
Author: Viktor AI
Version: 2.0
*/

/* ===================== RESET & BASE ===================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Lato', sans-serif; color: #3D3D3D; font-size: 16px; line-height: 1.65; background: #fff; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
h1,h2,h3,h4,h5 { font-family: 'Playfair Display', Georgia, serif; color: #1A1A1A; line-height: 1.2; }

/* ===================== CONTAINER ===================== */
.container { max-width: 1400px; margin: 0 auto; padding: 0 88px; }
@media (max-width: 1100px) { .container { padding: 0 40px; } }
@media (max-width: 768px) { .container { padding: 0 24px; } }

/* ===================== UTILITY ===================== */
.eyebrow { font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: #B5897A; font-weight: 700; margin-bottom: 16px; display: block; font-family: 'Lato', sans-serif; }

/* ===================== BUTTONS ===================== */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #B5897A; color: #fff;
  border: none; border-radius: 50px;
  padding: 14px 32px;
  font-family: 'Lato', sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  cursor: pointer; transition: background 0.2s, transform 0.15s;
  text-decoration: none;
}
.btn:hover { background: #C9A090; color: #fff; transform: translateY(-1px); }
.btn-dark {
  display: inline-flex; align-items: center;
  background: #1a1a1a; color: #fff;
  border-radius: 50px; padding: 14px 32px;
  font-family: 'Lato', sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  text-decoration: none; transition: background 0.2s;
}
.btn-dark:hover { background: #333; color: #fff; }
.btn-outline-white {
  display: inline-flex; align-items: center;
  color: #fff; border: 1.5px solid rgba(255,255,255,0.6);
  border-radius: 50px; padding: 13px 28px;
  font-family: 'Lato', sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  text-decoration: none; transition: all 0.2s;
}
.btn-outline-white:hover { background: rgba(255,255,255,0.15); color: #fff; }
.btn-outline-rose {
  display: inline-flex; align-items: center;
  color: #B5897A; border: 1.5px solid #B5897A;
  border-radius: 50px; padding: 13px 28px;
  font-family: 'Lato', sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  text-decoration: none; transition: all 0.2s;
}
.btn-outline-rose:hover { background: #B5897A; color: #fff; }

/* ===================== NAV ===================== */
#site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000; background: #fff;
  border-bottom: 1px solid #f0e8e2;
  transition: box-shadow 0.2s;
  height: 120px;
}
#site-header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 120px; padding: 0 60px; max-width: 1400px; margin: 0 auto;
}
.nav-logo-text { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; letter-spacing: 4px; color: #1a1a1a; }
.nav-logo-text span { display: block; font-size: 10px; font-weight: 400; letter-spacing: 8px; color: #aaa; margin-top: 2px; font-family: 'Lato', sans-serif; }
.nav-logo img { height: 110px; width: auto; object-fit: contain; }
.nav-links { display: flex; gap: 40px; }
.nav-links a { font-size: 14px; letter-spacing: 1px; color: #555; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: #B5897A; }
.nav-right { display: flex; align-items: center; gap: 16px; }
.nav-social a {
  width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid #ccc;
  display: inline-flex; align-items: center; justify-content: center;
  color: #555; font-size: 13px; transition: border-color 0.2s, color 0.2s;
}
.nav-social a:hover { border-color: #B5897A; color: #B5897A; }
.nav-hamburger { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 4px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: #1a1a1a; border-radius: 2px; transition: all 0.3s; }

/* Mobile menu */
#mobile-menu {
  display: none; position: fixed; top: 80px; left: 0; right: 0; bottom: 0;
  background: #fff; z-index: 999; flex-direction: column; padding: 40px 32px; gap: 24px;
  border-top: 1px solid #f0e8e2;
}
#mobile-menu.open { display: flex; }
#mobile-menu a { font-size: 20px; font-family: 'Playfair Display', serif; color: #1a1a1a; }

/* ===================== PAGE WRAP ===================== */
.page-wrap { padding-top: 96px; }

/* ===================== HERO ===================== */
.mes-hero {
  position: relative; height: 100vh; min-height: 720px;
  overflow: hidden; background: #1a1a1a;
}
.mes-hero-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.mes-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0.52; }
.mes-hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(14,10,8,0.88) 0%, rgba(14,10,8,0.45) 55%, transparent 100%); }
.mes-hero-content {
  position: relative; z-index: 2; height: calc(100% - 100px);
  display: flex; flex-direction: column; justify-content: center;
  padding: 0 88px; max-width: 740px;
}
.mes-hero-eyebrow { font-family: 'Kaushan Script', cursive; color: #C9A090; font-size: 21px; margin-bottom: 22px; }
.mes-hero-content h1 { font-family: 'Playfair Display', serif; font-size: clamp(52px, 6vw, 84px); line-height: 1.02; font-weight: 900; color: #fff; margin-bottom: 26px; }
.mes-hero-content h1 em { font-style: italic; color: #C9A090; }
.mes-hero-content p { font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.78); max-width: 480px; margin-bottom: 42px; }
.mes-hero-cta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.mes-hero-bottom { position: absolute; bottom: 0; left: 0; right: 0; z-index: 3; }

/* Stats ticker */
.mes-stats-ticker { background: rgba(181,137,122,0.93); backdrop-filter: blur(8px); display: flex; }
.mes-stat-item { flex: 1; text-align: center; padding: 26px 20px; border-right: 1px solid rgba(255,255,255,0.2); }
.mes-stat-item:last-child { border-right: none; }
.mes-stat-num { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 700; color: #fff; }
.mes-stat-label { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.85); margin-top: 5px; font-family: 'Lato', sans-serif; }

/* ===================== HOW IT WORKS ===================== */
.mes-how { padding: 100px 88px; background: #FDFAF7; }
.mes-how h2 { font-family: 'Playfair Display', serif; font-size: clamp(36px, 3.5vw, 50px); font-weight: 700; color: #1a1a1a; margin-bottom: 64px; max-width: 500px; line-height: 1.2; }
.mes-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 56px; }
.mes-step-num { width: 56px; height: 56px; border-radius: 50%; background: #1a1a1a; color: #fff; font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.mes-step h3 { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: #1a1a1a; margin-bottom: 12px; }
.mes-step p { font-size: 15px; line-height: 1.8; color: #666; }

/* ===================== FOUNDER ===================== */
.mes-founder { display: grid; grid-template-columns: 1fr 1fr; }
.mes-founder-img { position: relative; overflow: hidden; min-height: 580px; }
.mes-founder-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.mes-founder-text { background: #1a1a1a; padding: 88px 72px; display: flex; flex-direction: column; justify-content: center; }
.mes-founder-eyebrow { color: #C9A090; display: flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; font-weight: 700; font-family: 'Lato', sans-serif; }
.mes-founder-eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: #C9A090; }
.mes-founder-text h2 { font-family: 'Playfair Display', serif; font-size: clamp(32px, 3vw, 44px); font-weight: 700; color: #fff; line-height: 1.22; margin: 20px 0 24px; }
.mes-founder-text h2 em { font-style: italic; color: #C9A090; }
.mes-founder-text p { font-size: 16px; line-height: 1.9; color: rgba(255,255,255,0.72); margin-bottom: 16px; }
.mes-founder-sig { font-family: 'Kaushan Script', cursive; font-size: 30px; color: #C9A090; margin-top: 28px; }
.mes-founder-sig-title { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-top: 6px; font-family: 'Lato', sans-serif; }

/* ===================== MEMBER SPOTLIGHT ===================== */
.mes-spotlight { padding: 100px 88px; background: #fff; }
.mes-spotlight-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 52px; }
.mes-spotlight-header h2 { font-family: 'Playfair Display', serif; font-size: clamp(36px, 3.5vw, 48px); color: #1a1a1a; }
.mes-spotlight-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 24px; }
.mes-scard-main { background: #1a1a1a; border-radius: 24px; padding: 52px 44px; position: relative; overflow: hidden; }
.mes-scard-main::before { content: '\201C'; font-family: 'Playfair Display', serif; font-size: 180px; color: rgba(181,137,122,0.12); position: absolute; top: -20px; left: 20px; line-height: 1; }
.mes-scard-main .mes-stars { color: #C9A090; font-size: 16px; margin-bottom: 16px; position: relative; z-index: 1; }
.mes-scard-main .mes-quote { font-family: 'Playfair Display', serif; font-size: 22px; color: #fff; line-height: 1.55; margin-bottom: 36px; font-style: italic; position: relative; z-index: 1; }
.mes-scard-main .mes-author { display: flex; align-items: center; gap: 16px; position: relative; z-index: 1; }
.mes-av { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg,#e8d5cc,#B5897A); flex-shrink: 0; }
.mes-av-name { font-weight: 700; color: #fff; font-size: 15px; font-family: 'Lato', sans-serif; }
.mes-av-title { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 3px; font-family: 'Lato', sans-serif; }
.mes-scard-small { background: #FDFAF7; border-radius: 24px; padding: 36px 32px; border: 1px solid #ede5de; }
.mes-scard-small .mes-stars { color: #B5897A; font-size: 14px; margin-bottom: 16px; }
.mes-scard-small .mes-quote { font-size: 15px; line-height: 1.75; color: #555; font-style: italic; margin-bottom: 24px; }
.mes-scard-small .mes-author { display: flex; align-items: center; gap: 12px; }
.mes-scard-small .mes-av { width: 42px; height: 42px; }
.mes-scard-small .mes-av-name { font-weight: 700; font-size: 14px; color: #1a1a1a; }
.mes-scard-small .mes-av-title { font-size: 12px; color: #999; }

/* ===================== EVENTS ===================== */
.mes-events { padding: 96px 88px; background: #fff; }
.mes-events-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 52px;
}
.mes-events-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 4vw, 52px); color: #1a1a1a;
  margin: 10px 0 0; line-height: 1.1;
}
.mes-events-viewall {
  font-size: 13px; font-weight: 700; letter-spacing: 1px;
  color: #B5897A; text-decoration: none; white-space: nowrap;
  padding-bottom: 4px; border-bottom: 1px solid #B5897A;
  transition: color 0.2s;
}
.mes-events-viewall:hover { color: #C9A090; border-color: #C9A090; }

/* ── Featured Event ── */
.mes-efeat {
  display: grid; grid-template-columns: 1fr 1fr;
  border-radius: 28px; overflow: hidden;
  border: 1.5px solid #ede5de;
  margin-bottom: 40px;
  min-height: 460px;
  box-shadow: 0 12px 48px rgba(0,0,0,0.07);
}
.mes-efeat-img {
  background-size: cover; background-position: center;
  position: relative; min-height: 400px;
}
.mes-efeat-img-fallback { position: absolute; inset: 0; }
.mes-efeat-img-fallback img { width: 100%; height: 100%; object-fit: cover; }
.mes-efeat-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.35) 0%, transparent 60%);
}
.mes-efeat-date-badge {
  position: absolute; top: 24px; left: 24px;
  background: rgba(0,0,0,0.65); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff; border-radius: 14px;
  padding: 12px 18px; text-align: center;
  font-family: 'Lato', sans-serif; z-index: 2;
}
.mes-efeat-badge-month {
  display: block; font-size: 13px; font-weight: 700;
  letter-spacing: 0.5px;
}
.mes-efeat-badge-year {
  display: block; font-size: 11px; color: rgba(255,255,255,0.5);
  margin-top: 2px;
}

.mes-efeat-body {
  padding: 52px 52px; background: #FDFAF7;
  display: flex; flex-direction: column; justify-content: center;
}
.mes-efeat-meta {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 16px;
}
.mes-efeat-next-tag {
  font-size: 10px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: #B5897A;
  font-family: 'Lato', sans-serif;
}
.mes-efeat-next-tag::before { color: #C9A090; margin-right: 6px; }
.mes-efeat-dow {
  font-size: 11px; color: #bbb; font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
}
.mes-efeat-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 2.5vw, 38px);
  color: #1a1a1a; margin: 0 0 16px; line-height: 1.2;
  font-weight: 700;
}
.mes-efeat-desc {
  font-size: 15px; color: #777; line-height: 1.75;
  margin-bottom: 28px;
}
.mes-efeat-details { margin-bottom: 36px; }
.mes-efeat-detail {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: #555; padding: 10px 0;
  border-bottom: 1px solid #f0e8e2;
  font-family: 'Lato', sans-serif;
}
.mes-efeat-detail:last-child { border-bottom: none; }
.mes-efeat-detail-icon { font-size: 15px; flex-shrink: 0; }
.mes-efeat-actions {
  display: flex; align-items: center; gap: 20px;
}
.mes-efeat-details-link {
  font-size: 13px; color: #B5897A; font-weight: 700;
  text-decoration: none; letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(181,137,122,0.4);
  padding-bottom: 2px; transition: color 0.2s;
}
.mes-efeat-details-link:hover { color: #C9A090; }

/* ── Carousel row ── */
.mes-ecarousel-wrap { position: relative; }
.mes-ecarousel {
  display: flex; gap: 24px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; padding-bottom: 8px;
  -ms-overflow-style: none; scrollbar-width: none;
}
.mes-ecarousel::-webkit-scrollbar { display: none; }

.mes-ecard {
  flex: 0 0 320px; scroll-snap-align: start;
  background: #fff; border: 1.5px solid #ede5de;
  border-radius: 20px; overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.mes-ecard:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.08); transform: translateY(-3px); }
.mes-ecard-img { height: 200px; overflow: hidden; }
.mes-ecard-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.mes-ecard:hover .mes-ecard-img img { transform: scale(1.04); }
.mes-ecard-img-placeholder {
  height: 200px; background: #f5ede8;
  display: flex; align-items: center; justify-content: center;
  font-size: 48px;
}
.mes-ecard-body { padding: 24px 24px 28px; }
.mes-ecard-date {
  font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
  color: #B5897A; font-weight: 700; font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
}
.mes-ecard-title {
  font-family: 'Playfair Display', serif;
  font-size: 21px; color: #1a1a1a;
  margin-bottom: 8px; line-height: 1.25; font-weight: 700;
}
.mes-ecard-location {
  font-size: 12px; color: #aaa; margin-bottom: 16px;
  font-family: 'Lato', sans-serif;
}
.mes-ecard-footer { margin-top: 20px; }
.mes-ecard-btn {
  display: inline-block; background: #1a1a1a; color: #fff;
  border-radius: 50px; padding: 12px 24px;
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; text-decoration: none;
  font-family: 'Lato', sans-serif; transition: background 0.2s;
}
.mes-ecard-btn:hover { background: #B5897A; color: #fff; }

/* Nav arrows */
.mes-ecarousel-nav {
  display: flex; gap: 10px; justify-content: flex-end;
  margin-top: 20px;
}
.mes-enav-btn {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid #ede5de; background: #fff;
  color: #1a1a1a; font-size: 16px; cursor: pointer;
  transition: all 0.2s; display: flex; align-items: center; justify-content: center;
}
.mes-enav-btn:hover { background: #1a1a1a; color: #fff; border-color: #1a1a1a; }

/* Responsive */
@media (max-width: 1100px) {
  .mes-events { padding: 80px 40px; }
  .mes-efeat { grid-template-columns: 1fr; min-height: auto; }
  .mes-efeat-img { min-height: 320px; }
  .mes-efeat-body { padding: 40px 36px; }
}
@media (max-width: 768px) {
  .mes-events { padding: 64px 24px; }
  .mes-events-header { flex-direction: column; align-items: flex-start; gap: 12px; }
  .mes-efeat-body { padding: 32px 24px; }
  .mes-ecard { flex: 0 0 280px; }
}


/* ===================== MAP + EXPANSION ===================== */
.mes-map { background: #0f0b09; padding: 96px 88px; display: none !important; }
.mes-map-inner { display: grid; grid-template-columns: 1fr 1.3fr; gap: 64px; align-items: center; }
.mes-map-left .eyebrow { color: #C9A090; }
.mes-map-left h2 { font-family: 'Playfair Display', serif; font-size: clamp(34px, 3.5vw, 50px); color: #fff; margin: 14px 0 16px; line-height: 1.2; }
.mes-map-left h2 em { font-style: italic; color: #C9A090; }
.mes-map-sub { color: rgba(255,255,255,0.55); font-size: 16px; line-height: 1.75; margin-bottom: 36px; max-width: 460px; }

.mes-map-hub { background: rgba(255,255,255,0.05); border: 1px solid rgba(201,160,144,0.3); border-radius: 16px; padding: 22px 24px; margin-bottom: 32px; }
.mes-hub-badge { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #C9A090; font-weight: 700; font-family: 'Lato', sans-serif; margin-bottom: 10px; }
.mes-hub-cities { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 6px; }
.mes-hub-city { font-family: 'Playfair Display', serif; font-size: 18px; color: #fff; font-weight: 700; }
.mes-hub-city.main { color: #C9A090; }
.mes-hub-sep { color: rgba(255,255,255,0.25); font-size: 18px; }
.mes-hub-note { font-size: 12px; color: rgba(255,255,255,0.4); font-family: 'Lato', sans-serif; margin: 0; }

.mes-map-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 32px; }
.mes-ms { background: rgba(255,255,255,0.06); border-radius: 14px; padding: 20px 20px; border: 1px solid rgba(255,255,255,0.07); }
.mes-ms-num { font-family: 'Playfair Display', serif; font-size: 30px; color: #C9A090; font-weight: 700; }
.mes-ms-label { font-size: 11px; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 1.5px; margin-top: 4px; font-family: 'Lato', sans-serif; }

/* Florida map visual */
.mes-map-visual { border-radius: 24px; overflow: hidden; background: #120d0b; border: 1px solid rgba(201,160,144,0.15); position: relative; min-height: 480px; }
.mes-map-bg { width: 100%; height: 100%; position: relative; display: flex; align-items: center; justify-content: center; padding: 32px; min-height: 480px; }
.mes-fl-svg { width: 90%; max-width: 320px; height: auto; position: relative; z-index: 1; }
.mes-pin-cluster { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; }
.mes-map-pin { position: absolute; display: flex; flex-direction: column; align-items: center; cursor: default; }
.mes-map-pin-dot { width: 14px; height: 14px; border-radius: 50%; background: #B5897A; border: 2.5px solid rgba(255,255,255,0.35); position: relative; }
.mes-map-pin-dot::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 30px; height: 30px; border-radius: 50%; background: rgba(181,137,122,0.2); animation: mes-pulse 2s infinite; }
.mes-map-pin-dot.big { width: 18px; height: 18px; background: #C9A090; border-color: rgba(255,255,255,0.5); }
.mes-map-pin-dot.big::after { width: 40px; height: 40px; }
.mes-map-pin-dot.soon { background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.2); }
.mes-map-pin-dot.soon::after { display: none; }
.mes-map-pin-label { background: rgba(0,0,0,0.72); border: 1px solid rgba(201,160,144,0.4); color: #fff; font-size: 11px; padding: 4px 10px; border-radius: 20px; white-space: nowrap; margin-top: 5px; font-family: 'Lato', sans-serif; }
.soon-label { background: rgba(0,0,0,0.4) !important; border-color: rgba(255,255,255,0.1) !important; color: rgba(255,255,255,0.35) !important; }
.mes-map-legend { position: absolute; bottom: 16px; right: 16px; background: rgba(0,0,0,0.55); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 12px 16px; z-index: 3; }
.mes-legend-item { display: flex; align-items: center; gap: 8px; font-size: 11px; color: rgba(255,255,255,0.55); margin-bottom: 6px; font-family: 'Lato', sans-serif; }
.mes-legend-item:last-child { margin-bottom: 0; }
.mes-legend-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }

/* Expansion / Chapter waitlist */
.mes-expand { background: #FDFAF7; padding: 96px 88px; }
.mes-expand-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.mes-expand-left .eyebrow { color: #B5897A; }
.mes-expand-left h2 { font-family: 'Playfair Display', serif; font-size: clamp(34px, 3.5vw, 50px); color: #1a1a1a; margin: 14px 0 18px; line-height: 1.2; }
.mes-expand-left h2 em { font-style: italic; color: #B5897A; }
.mes-expand-left p { font-size: 16px; color: #666; line-height: 1.8; margin-bottom: 24px; }
.mes-expand-list { list-style: none; }
.mes-expand-list li { font-size: 15px; color: #555; padding: 11px 0; border-bottom: 1px solid #f0e8e2; font-family: 'Lato', sans-serif; }
.mes-expand-list li:last-child { border-bottom: none; }

.mes-expand-form-card { background: #fff; border: 1.5px solid #ede5de; border-radius: 24px; padding: 44px 40px; box-shadow: 0 8px 40px rgba(0,0,0,0.06); }
.mes-expand-form-card h3 { font-family: 'Playfair Display', serif; font-size: 26px; color: #1a1a1a; margin-bottom: 12px; line-height: 1.3; }
.mes-expand-form-card p { font-size: 14px; color: #888; line-height: 1.7; margin-bottom: 24px; }
.mes-expand-form { display: flex; flex-direction: column; gap: 12px; }
.mes-expand-form input { width: 100%; padding: 14px 18px; border: 1.5px solid #ede5de; border-radius: 50px; font-size: 14px; font-family: 'Lato', sans-serif; color: #3D3D3D; outline: none; transition: border-color 0.2s; background: #FDFAF7; }
.mes-expand-form input:focus { border-color: #B5897A; background: #fff; }
.mes-expand-form input::placeholder { color: #bbb; }
.mes-expand-fine { font-size: 11px; color: #ccc; text-align: center; margin-top: 8px; font-family: 'Lato', sans-serif; }
.mes-expand-thanks { text-align: center; padding: 20px 0; }
.mes-expand-thanks h4 { font-family: 'Playfair Display', serif; font-size: 22px; color: #1a1a1a; margin: 12px 0 8px; }
.mes-expand-thanks p { font-size: 14px; color: #888; }

@keyframes mes-pulse { 0%,100%{transform:translate(-50%,-50%) scale(1);opacity:0.5;} 50%{transform:translate(-50%,-50%) scale(1.4);opacity:0.15;} }

/* Responsive */
@media (max-width: 1100px) {
  .mes-map { padding: 80px 40px; }
  .mes-map-inner { grid-template-columns: 1fr; gap: 48px; }
  .mes-expand { padding: 80px 40px; }
  .mes-expand-inner { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 768px) {
  .mes-map { padding: 64px 24px; }
  .mes-expand { padding: 64px 24px; }
  .mes-expand-form-card { padding: 32px 24px; }
}


/* ===================== MEMBERSHIP TIERS ===================== */
.mes-tiers { padding: 100px 88px; background: #FDFAF7; text-align: center; }
.mes-tiers h2 { font-family: 'Playfair Display', serif; font-size: clamp(30px, 3.5vw, 44px); color: #1a1a1a; margin: 16px 0 12px; }
.mes-tiers-sub { color: #888; font-size: 16px; max-width: 520px; margin: 0 auto 36px; line-height: 1.7; }
.mes-tiers-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; text-align: left; }
.mes-tier-card { border: 1.5px solid #ede5de; border-radius: 28px; padding: 52px 40px; position: relative; background: #fff; }
.mes-tier-card.featured { background: #1a1a1a; border-color: #1a1a1a; }
.mes-tier-badge { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); background: #B5897A; color: #fff; padding: 7px 22px; border-radius: 50px; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; white-space: nowrap; font-family: 'Lato', sans-serif; }
.mes-tier-name { font-family: 'Playfair Display', serif; font-size: 30px; color: #1a1a1a; margin-bottom: 10px; }
.mes-tier-card.featured .mes-tier-name { color: #fff; }
.mes-tier-price { font-family: 'Playfair Display', serif; font-size: 52px; color: #B5897A; font-weight: 700; line-height: 1; margin-bottom: 6px; }
.mes-tier-price span { font-size: 16px; color: #aaa; font-family: 'Lato', sans-serif; font-weight: 400; }
.mes-tier-card.featured .mes-tier-price span { color: rgba(255,255,255,0.4); }
.mes-tier-desc { font-size: 14px; color: #888; margin-bottom: 28px; line-height: 1.65; }
.mes-tier-card.featured .mes-tier-desc { color: rgba(255,255,255,0.5); }
.mes-tier-features { list-style: none; margin-bottom: 36px; }
.mes-tier-features li { font-size: 14px; color: #555; padding: 11px 0; border-bottom: 1px solid #f0e8e2; display: flex; align-items: center; gap: 10px; }
.mes-tier-card.featured .mes-tier-features li { color: rgba(255,255,255,0.78); border-bottom-color: rgba(255,255,255,0.08); }
.mes-tier-features li::before { content: '✓'; color: #B5897A; font-weight: 700; font-size: 15px; flex-shrink: 0; }

/* ===================== GALLERY ===================== */
.mes-gallery { padding: 80px 0; background: #1a1a1a; }
.mes-gallery-header { padding: 0 88px 48px; display: flex; justify-content: space-between; align-items: flex-end; }
.mes-gallery-header .eyebrow { color: #C9A090; }
.mes-gallery-header h2 { font-family: 'Playfair Display', serif; font-size: clamp(36px, 3.5vw, 48px); color: #fff; margin: 16px 0 12px; }
.mes-gallery-header p { color: rgba(255,255,255,0.55); font-size: 15px; line-height: 1.7; }
.mes-gallery-strip { display: grid; grid-template-columns: repeat(5, 1fr) !important; gap: 5px; }
.mes-gallery-strip div { overflow: hidden; height: 300px; }
.mes-gallery-strip div img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.8); transition: filter 0.3s, transform 0.4s; }
.mes-gallery-strip div:hover img { filter: brightness(1); transform: scale(1.04); }
.mes-gallery-cta { padding: 36px 88px 0; display: flex; align-items: center; gap: 20px; }
.mes-gallery-cta p { color: rgba(255,255,255,0.55); font-size: 15px; }

/* ===================== SPONSORS ===================== */
.mes-sponsors { padding: 80px 88px; background: #fff; }
.mes-sponsor-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 52px; }
.mes-sponsor-header h2 { font-family: 'Playfair Display', serif; font-size: clamp(36px, 3.5vw, 48px); color: #1a1a1a; margin: 16px 0 12px; }
.mes-sponsor-header p { color: #888; font-size: 15px; max-width: 380px; line-height: 1.7; text-align: right; }
.mes-sponsor-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.mes-sponsor-tile { border: 1.5px solid #ede5de; border-radius: 20px; padding: 36px 28px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 14px; transition: border-color 0.2s; }
.mes-sponsor-tile:hover { border-color: #B5897A; }
.mes-sponsor-logo { width: 130px; height: 44px; background: linear-gradient(90deg,#f0e8e2,#e8dcd5); border-radius: 8px; }
.mes-sponsor-tier { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #B5897A; font-weight: 700; font-family: 'Lato', sans-serif; }
.mes-sponsor-name { font-size: 14px; color: #555; font-weight: 700; font-family: 'Lato', sans-serif; }
.mes-sponsor-cta { margin-top: 44px; text-align: center; background: #FDFAF7; border-radius: 20px; padding: 40px; }
.mes-sponsor-cta h3 { font-family: 'Playfair Display', serif; font-size: 30px; color: #1a1a1a; margin-bottom: 12px; }
.mes-sponsor-cta p { color: #888; font-size: 15px; margin-bottom: 24px; max-width: 440px; margin-left: auto; margin-right: auto; line-height: 1.7; }

/* ===================== APP TEASER ===================== */
.mes-app { background: #1a1a1a; padding: 100px 88px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.mes-app-eyebrow { color: #C9A090; display: flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; font-weight: 700; font-family: 'Lato', sans-serif; margin-bottom: 16px; }
.mes-app-eyebrow::after { content: ''; flex: 1; height: 1px; background: rgba(201,160,144,0.3); }
.mes-app-text h2 { font-family: 'Playfair Display', serif; font-size: clamp(36px, 3.5vw, 50px); color: #fff; line-height: 1.2; margin-bottom: 20px; }
.mes-app-text h2 em { font-style: italic; color: #C9A090; }
.mes-app-coming-soon { display: inline-flex; align-items: center; gap: 10px; background: rgba(181,137,122,0.15); border: 1px solid rgba(181,137,122,0.4); border-radius: 50px; padding: 10px 22px; margin-bottom: 24px; }
.mes-app-coming-dot { width: 8px; height: 8px; border-radius: 50%; background: #C9A090; }
.mes-app-coming-soon span { font-size: 13px; color: #C9A090; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; font-family: 'Lato', sans-serif; }
.mes-app-text p { color: rgba(255,255,255,0.65); font-size: 16px; line-height: 1.85; margin-bottom: 36px; }
.mes-app-features { list-style: none; margin-bottom: 40px; }
.mes-app-features li { font-size: 15px; color: rgba(255,255,255,0.8); padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.07); display: flex; align-items: center; gap: 14px; font-family: 'Lato', sans-serif; }
.mes-app-features li::before { content: '✦'; color: #C9A090; font-size: 11px; flex-shrink: 0; }
.mes-app-store-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.mes-app-store-btn { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); border-radius: 14px; padding: 14px 22px; display: flex; align-items: center; gap: 12px; transition: background 0.2s; }
.mes-app-store-btn:hover { background: rgba(255,255,255,0.12); }
.mes-app-store-btn .icon { font-size: 24px; }
.mes-app-txt-top { font-size: 10px; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 1.5px; font-family: 'Lato', sans-serif; }
.mes-app-txt-main { font-size: 16px; color: #fff; font-weight: 700; margin-top: 2px; font-family: 'Lato', sans-serif; }
.mes-app-mockup { display: flex; align-items: center; justify-content: center; position: relative; }
.mes-phone-glow { position: absolute; width: 300px; height: 300px; background: radial-gradient(circle, rgba(181,137,122,0.3), transparent 70%); top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 0; }
.mes-phone-outer { width: 260px; height: 500px; background: linear-gradient(160deg,rgba(181,137,122,0.2),rgba(181,137,122,0.05)); border: 1.5px solid rgba(181,137,122,0.35); border-radius: 40px; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }
.mes-phone-screen { width: 224px; height: 440px; background: #111; border-radius: 32px; overflow: hidden; display: flex; flex-direction: column; }
.mes-phone-notch { width: 80px; height: 20px; background: #000; border-radius: 0 0 14px 14px; margin: 0 auto; margin-top: 10px; flex-shrink: 0; }
.mes-phone-content { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; gap: 14px; }
.mes-phone-logo { font-family: 'Playfair Display', serif; font-size: 14px; color: #C9A090; letter-spacing: 3px; text-transform: uppercase; }
.mes-phone-tagline { font-size: 11px; color: rgba(255,255,255,0.4); text-align: center; line-height: 1.5; font-family: 'Lato', sans-serif; }
.mes-phone-cta-btn { background: #B5897A; color: #fff; padding: 10px 24px; border-radius: 50px; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; font-family: 'Lato', sans-serif; }
.mes-phone-sub { font-size: 11px; color: rgba(255,255,255,0.3); text-align: center; line-height: 1.5; font-family: 'Lato', sans-serif; }

/* ===================== NEWSLETTER ===================== */
.mes-newsletter { background: #FDFAF7; padding: 80px 88px; }
.mes-newsletter-inner { max-width: 640px; margin: 0 auto; text-align: center; }
.mes-newsletter-inner h2 { font-family: 'Playfair Display', serif; font-size: clamp(30px, 3vw, 40px); color: #1a1a1a; margin: 16px 0 12px; }
.mes-newsletter-inner p { color: #777; font-size: 16px; margin-bottom: 32px; line-height: 1.7; }
.mes-newsletter-form { display: flex; gap: 12px; }
.mes-newsletter-form input { flex: 1; padding: 17px 26px; border: 1.5px solid #e0d4cd; border-radius: 50px; font-size: 15px; font-family: 'Lato', sans-serif; background: #fff; outline: none; color: #1a1a1a; }
.mes-newsletter-form input:focus { border-color: #B5897A; }
.mes-newsletter-form button { background: #B5897A; color: #fff; padding: 17px 34px; border-radius: 50px; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; border: none; font-family: 'Lato', sans-serif; cursor: pointer; white-space: nowrap; transition: background 0.2s; }
.mes-newsletter-form button:hover { background: #C9A090; }

/* ===================== JOIN CTA ===================== */
.mes-join { background: #B5897A; padding: 110px 88px; text-align: center; }
.mes-join h2 { font-family: 'Playfair Display', serif; font-size: clamp(36px, 4vw, 56px); color: #fff; margin-bottom: 22px; line-height: 1.15; }
.mes-join h2 em { font-style: italic; }
.mes-join p { font-size: 18px; color: rgba(255,255,255,0.9); max-width: 580px; margin: 0 auto 44px; line-height: 1.7; }
.mes-join-btns { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; }

/* ===================== FOOTER ===================== */
#site-footer { background: #111; color: rgba(255,255,255,0.7); padding: 64px 88px 44px; }
.footer-inner-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand .logo { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; letter-spacing: 4px; color: #fff; margin-bottom: 18px; }
.footer-brand .logo span { display: block; font-size: 10px; letter-spacing: 8px; color: #555; margin-top: 4px; font-family: 'Lato', sans-serif; }
.footer-brand p { font-size: 14px; line-height: 1.8; color: rgba(255,255,255,0.45); max-width: 260px; }
.footer-col h4 { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #C9A090; font-weight: 700; margin-bottom: 20px; font-family: 'Lato', sans-serif; }
.footer-col a { display: block; font-size: 14px; color: rgba(255,255,255,0.5); text-decoration: none; margin-bottom: 11px; transition: color 0.2s; font-family: 'Lato', sans-serif; }
.footer-col a:hover { color: #C9A090; }
.footer-bottom-row { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; display: flex; justify-content: space-between; font-size: 13px; color: rgba(255,255,255,0.3); align-items: center; font-family: 'Lato', sans-serif; }
.footer-socials-row { display: flex; gap: 12px; }
.footer-sicon { width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; font-size: 13px; color: rgba(255,255,255,0.4); transition: border-color 0.2s, color 0.2s; }
.footer-sicon:hover { border-color: #C9A090; color: #C9A090; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1024px) {
  .mes-hero-content { padding: 0 40px; }
  .mes-how, .mes-spotlight, .mes-events, .mes-map, .mes-tiers, .mes-sponsors, .mes-app, .mes-newsletter, .mes-join { padding-left: 40px; padding-right: 40px; }
  .mes-gallery-header, .mes-gallery-cta { padding-left: 40px; padding-right: 40px; }
  #site-footer { padding-left: 40px; padding-right: 40px; }
  .mes-map-layout { grid-template-columns: 1fr; }
  .mes-map-visual { height: 380px; }
  .mes-app { grid-template-columns: 1fr; gap: 48px; }
  .mes-app-mockup { justify-content: flex-start; }
}
@media (max-width: 768px) {
  .nav-inner { padding: 0 24px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .mes-hero-content { padding: 0 24px; }
  .mes-steps { grid-template-columns: 1fr; gap: 36px; }
  .mes-founder { grid-template-columns: 1fr; }
  .mes-spotlight-grid { grid-template-columns: 1fr; }
  .mes-events-row { grid-template-columns: 1fr; }
  .mes-tiers-grid { grid-template-columns: 1fr; }
  .mes-sponsor-grid { grid-template-columns: repeat(2,1fr); }
  .mes-gallery-strip { grid-template-columns: repeat(2,1fr); }
  .mes-gallery-strip div:nth-child(5) { display: none; }
  .footer-inner-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .mes-how, .mes-spotlight, .mes-events, .mes-map, .mes-tiers, .mes-sponsors, .mes-app, .mes-newsletter, .mes-join { padding-left: 24px; padding-right: 24px; }
  .mes-gallery-header, .mes-gallery-cta { padding-left: 24px; padding-right: 24px; }
  #site-footer { padding-left: 24px; padding-right: 24px; }
  .mes-newsletter-form { flex-direction: column; }
  .mes-sponsor-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .mes-sponsor-header p { text-align: left; }
}

/* ═══════════════════════════════════════════════
   ⑦ MEMBERSHIP TIERS — OPTION C
   ═══════════════════════════════════════════════ */
.mes-tiers { padding: 44px 88px; background: #FDFAF7; }
.mes-tiers h2 em { font-style: italic; color: #B5897A; }
.mes-tiers-header-row { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 28px; }
.mes-tiers-header-row h2 { font-family: 'Playfair Display', serif; font-size: clamp(30px, 3.5vw, 44px); color: #1a1a1a; margin: 16px 0 0; }

/* Founding strip */
.mes-founding-strip {
  background: linear-gradient(90deg, #B5897A 0%, #C9A090 100%);
  border-radius: 18px; padding: 16px 32px;
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 40px; gap: 32px; flex-wrap: wrap;
}
.mes-founding-strip-text { flex: 1; }
.mes-founding-strip-headline { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 5px; }
.mes-founding-strip-sub { font-size: 13px; color: rgba(255,255,255,0.75); line-height: 1.55; }
.mes-founding-strip-prices { display: flex; align-items: center; gap: 28px; flex-shrink: 0; flex-wrap: wrap; }
.mes-founding-price-item { text-align: center; }
.mes-founding-price-amount { font-family: 'Playfair Display', serif; font-size: 22px; color: #fff; font-weight: 700; line-height: 1; }
.mes-founding-price-orig { font-size: 12px; color: rgba(255,255,255,0.55); text-decoration: line-through; margin-top: 2px; }
.mes-founding-price-label { font-size: 11px; color: rgba(255,255,255,0.65); letter-spacing: 1.2px; text-transform: uppercase; margin-top: 3px; }
.mes-founding-divider-v { width: 1px; height: 50px; background: rgba(255,255,255,0.25); }
.mes-founding-spots { text-align: center; }
.mes-founding-spots-label { font-size: 12px; color: rgba(255,255,255,0.85); font-weight: 700; margin-bottom: 6px; }
.mes-founding-dots { display: flex; gap: 4px; justify-content: center; }
.mes-dot { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,0.85); display: inline-block; }
.mes-dot-taken { background: rgba(255,255,255,0.22); }

/* Tier cards — Option C */
.mes-tiers-grid-c { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; align-items: start; }
.mes-tier-card-c { background: #fff; border: 1.5px solid #ede5de; border-radius: 24px; overflow: hidden; }
.mes-tier-featured-c { border-color: #1a1a1a; box-shadow: 0 16px 52px rgba(0,0,0,0.1); }
.mes-tier-card-c-top { padding: 18px 26px 14px; border-bottom: 1px solid #f0e8e2; }
.mes-tier-top-dark { background: #1a1a1a; border-bottom-color: rgba(255,255,255,0.1); }
.mes-tier-badge-c { display: inline-block; background: #B5897A; color: #fff; padding: 5px 14px; border-radius: 20px; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; }
.mes-tier-name-c { font-family: 'Playfair Display', serif; font-size: 20px; color: #1a1a1a; margin-bottom: 18px; font-weight: 700; }
.mes-tier-top-dark .mes-tier-name-c { color: #fff; }
.mes-tier-price-row-c { display: flex; align-items: flex-end; gap: 12px; flex-wrap: wrap; margin-bottom: 6px; }
.mes-tier-price-main-c { font-family: 'Playfair Display', serif; font-size: 32px; color: #B5897A; line-height: 1; }
.mes-tier-per-c { font-size: 14px; font-family: 'Lato', sans-serif; color: #bbb; }
.mes-tier-top-dark .mes-tier-per-c { color: rgba(255,255,255,0.35); }
.mes-tier-price-was-c { font-family: 'Playfair Display', serif; font-size: 22px; color: #ddd; text-decoration: line-through; padding-bottom: 5px; }
.mes-tier-top-dark .mes-tier-price-was-c { color: rgba(255,255,255,0.22); }
.mes-tier-founding-note-c { font-size: 12px; color: #B5897A; font-weight: 700; margin-top: 8px; }
.mes-tier-top-dark .mes-tier-founding-note-c { color: #C9A090; }

.mes-tier-card-c-body { padding: 14px 26px 20px; }
.mes-tier-tagline-c { font-size: 14px; color: #888; line-height: 1.65; margin-bottom: 20px; }
.mes-tier-features-c { list-style: none; padding: 0; margin: 0 0 18px; }
.mes-tier-features-c li { font-size: 13px; color: #555; padding: 7px 0; border-bottom: 1px solid #f5efeb; display: flex; gap: 10px; line-height: 1.4; }
.mes-tier-features-c li:before { content: '✓'; color: #B5897A; font-weight: 700; flex-shrink: 0; }
.mes-tier-features-c li:last-child { border-bottom: none; }
.mes-btn-c-primary { display: block; text-align: center; background: #B5897A; color: #fff; border-radius: 50px; padding: 15px; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; transition: background 0.2s; }
.mes-btn-c-primary:hover { background: #a07060; }
.mes-btn-c-dark { display: block; text-align: center; background: #1a1a1a; color: #fff; border-radius: 50px; padding: 15px; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; transition: background 0.2s; }
.mes-btn-c-dark:hover { background: #333; }
.mes-btn-c-outline { display: block; text-align: center; border: 1.5px solid #B5897A; color: #B5897A; border-radius: 50px; padding: 14px; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; transition: all 0.2s; }
.mes-btn-c-outline:hover { background: #B5897A; color: #fff; }
.mes-tier-fine-c { font-size: 11px; color: #ccc; text-align: center; margin-top: 10px; }

/* ═══════════════════════════════════════════════
   ⑧ GALLERY — updated for 6-photo strip
   ═══════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════
   ⑧b INSTAGRAM FEED SECTION
   ═══════════════════════════════════════════════ */
.mes-instagram { padding: 100px 88px; background: #FDFAF7; }
.mes-instagram-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; gap: 32px; flex-wrap: wrap; }
.mes-instagram-header .eyebrow { color: #B5897A; }
.mes-instagram-header h2 { font-family: 'Playfair Display', serif; font-size: clamp(32px, 3.5vw, 48px); color: #1a1a1a; margin: 14px 0 10px; }
.mes-instagram-header h2 em { font-style: italic; color: #B5897A; }
.mes-instagram-header p { font-size: 15px; color: #888; line-height: 1.65; max-width: 400px; }
.mes-ig-follow-btn {
  display: inline-flex; align-items: center;
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff; padding: 14px 28px; border-radius: 50px;
  font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  text-decoration: none; white-space: nowrap; transition: opacity 0.2s; flex-shrink: 0;
}
.mes-ig-follow-btn:hover { opacity: 0.88; }
.mes-ig-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; }
.mes-ig-tile { position: relative; overflow: hidden; aspect-ratio: 1; border-radius: 8px; cursor: pointer; }
.mes-ig-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.mes-ig-tile:hover img { transform: scale(1.06); }
.mes-ig-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0); display: flex; align-items: center; justify-content: center; opacity: 0; transition: all 0.3s; }
.mes-ig-tile:hover .mes-ig-overlay { background: rgba(0,0,0,0.4); opacity: 1; }
.mes-ig-cta-tile {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  display: flex; align-items: center; justify-content: center; border-radius: 8px; aspect-ratio: 1;
}
.mes-ig-cta-tile a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: #fff; text-decoration: none; text-align: center; padding: 16px; width: 100%; height: 100%; }
.mes-ig-cta-tile svg { opacity: 0.9; }
.mes-ig-cta-tile span { font-size: 13px; font-weight: 700; letter-spacing: 1px; line-height: 1.4; color: rgba(255,255,255,0.9); }

/* ═══ RESPONSIVE — Option C tiers & Instagram ═══ */
@media (max-width: 900px) {
  .mes-tiers-grid-c { grid-template-columns: 1fr; }
  .mes-founding-strip { flex-direction: column; align-items: flex-start; gap: 20px; }
  .mes-ig-grid { grid-template-columns: repeat(3, 1fr); }
  .mes-instagram { padding-left: 40px; padding-right: 40px; }
}
@media (max-width: 640px) {
  .mes-tiers-header-row { flex-direction: column; align-items: flex-start; gap: 8px; }
  .mes-ig-grid { grid-template-columns: repeat(2, 1fr); }
  .mes-ig-tile:nth-child(n+5) { display: none; }
  .mes-ig-cta-tile { display: flex !important; }
  .mes-instagram { padding-left: 24px; padding-right: 24px; }
  .mes-instagram-header { flex-direction: column; align-items: flex-start; gap: 24px; }
}


/* ===================== PAGES: PAST EVENTS + EVENT DETAIL ===================== */

/* ===================== PAST EVENTS LISTING PAGE ===================== */
.mes-pe-page { background: #FDFAF7; }

/* Hero */
.mes-pe-hero {
  background: #1a1a1a;
  padding: 120px 88px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mes-pe-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(181,137,122,0.15) 0%, transparent 65%);
}
.mes-pe-hero-inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
.mes-pe-hero h1 { color: #fff; font-size: clamp(42px, 5vw, 64px); margin: 12px 0 20px; }
.mes-pe-hero p { color: rgba(255,255,255,0.65); font-size: 18px; line-height: 1.7; }

/* Events grid */
.mes-pe-listing { padding: 80px 0 100px; }
.mes-pe-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  gap: 40px;
}

/* Event card */
.mes-event-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  transition: transform 0.25s, box-shadow 0.25s;
  text-decoration: none;
  color: inherit;
  display: block;
}
.mes-event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}
.mes-event-card-img {
  height: 280px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.mes-event-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.4) 0%, transparent 50%);
  display: flex; align-items: flex-end; justify-content: flex-end;
  padding: 16px;
}
.mes-event-card-badge {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  color: #1a1a1a;
  font-size: 12px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase;
  padding: 6px 14px; border-radius: 50px;
}
.mes-event-card-body { padding: 28px 32px 32px; }
.mes-event-card-meta {
  display: flex; gap: 20px; align-items: center;
  margin-bottom: 14px;
}
.mes-event-card-date, .mes-event-card-location {
  display: flex; align-items: center; gap: 6px;
  font-size: 13px; color: #888; font-weight: 500;
  letter-spacing: 0.3px;
}
.mes-event-card-body h3 {
  font-size: 26px; color: #1a1a1a; margin: 0 0 12px;
}
.mes-event-card-body p { color: #666; font-size: 15px; line-height: 1.65; margin-bottom: 20px; }
.mes-event-card-cta {
  display: inline-flex; align-items: center; gap: 8px;
  color: #B5897A; font-size: 13px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase;
  transition: gap 0.2s;
}
.mes-event-card:hover .mes-event-card-cta { gap: 12px; }

/* Coming soon card */
.mes-event-card-coming-soon { opacity: 0.8; cursor: default; }
.mes-event-card-coming-soon:hover { transform: none; box-shadow: 0 4px 24px rgba(0,0,0,0.07); }
.mes-event-cs-img {
  background: #F0EAE6;
  display: flex; align-items: center; justify-content: center;
}
.mes-event-cs-icon { color: #C9A090; opacity: 0.6; }

/* Past Events CTA section */
.mes-pe-cta { background: #1a1a1a; padding: 100px 88px; }
.mes-pe-cta-inner { max-width: 560px; margin: 0 auto; text-align: center; }
.mes-pe-cta-inner h2 { color: #fff; font-size: clamp(34px, 3.5vw, 48px); margin: 12px 0 18px; }
.mes-pe-cta-inner p { color: rgba(255,255,255,0.65); font-size: 17px; line-height: 1.7; margin-bottom: 32px; }

/* ===================== EVENT DETAIL PAGE ===================== */
.mes-event-page { background: #FDFAF7; }

/* Hero */
.mes-evd-hero {
  min-height: 580px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex; align-items: flex-end;
  padding: 0;
}
.mes-evd-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0.2) 100%);
}
.mes-evd-hero-content {
  position: relative; z-index: 1;
  width: 100%; padding: 48px 88px 64px;
}
.mes-evd-back {
  display: inline-flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.7); font-size: 13px;
  letter-spacing: 1px; text-transform: uppercase; font-weight: 600;
  text-decoration: none; margin-bottom: 20px;
  transition: color 0.2s;
}
.mes-evd-back:hover { color: #fff; }
.mes-evd-hero-content h1 { color: #fff; font-size: clamp(48px, 6vw, 80px); margin: 8px 0 24px; }
.mes-evd-hero-meta {
  display: flex; gap: 32px; flex-wrap: wrap;
}
.mes-evd-meta-item {
  display: flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.8); font-size: 15px;
}

/* Details section */
.mes-evd-details { padding: 80px 0; }
.mes-evd-details-grid {
  display: grid; grid-template-columns: 1fr 380px; gap: 60px;
  align-items: start;
}
.mes-evd-description .eyebrow { margin-bottom: 12px; }
.mes-evd-description h2 { font-size: clamp(28px, 3vw, 40px); margin: 0 0 20px; }
.mes-evd-description p { color: #555; font-size: 17px; line-height: 1.75; margin-bottom: 16px; }

.mes-evd-details-card, .mes-evd-sponsor-card {
  background: #fff; border-radius: 16px;
  padding: 28px 32px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  margin-bottom: 20px;
}
.mes-evd-details-card h4, .mes-evd-sponsor-card h4 {
  font-size: 16px; color: #1a1a1a; margin: 0 0 16px;
  font-family: 'Playfair Display', serif;
}
.mes-evd-details-card ul { list-style: none; padding: 0; margin: 0; }
.mes-evd-details-card li { font-size: 14px; color: #555; padding: 8px 0; border-bottom: 1px solid #f0ede9; }
.mes-evd-details-card li:last-child { border-bottom: none; }
.mes-evd-details-card li strong { color: #1a1a1a; margin-right: 6px; }
.mes-evd-sponsor-note { font-size: 14px; color: #888; margin: 0; }

/* Gallery section */
.mes-evd-gallery { padding: 20px 0 100px; }
.mes-evd-gallery-header { text-align: center; margin-bottom: 48px; }
.mes-evd-gallery-header h2 { font-size: clamp(32px, 3.5vw, 48px); margin: 12px 0 12px; }
.mes-evd-gallery-header p { color: #888; font-size: 16px; }

/* Photo grid - masonry-style via CSS columns */
.mes-evd-photo-grid {
  columns: 4;
  column-gap: 12px;
}
@media (max-width: 1100px) { .mes-evd-photo-grid { columns: 3; } }
@media (max-width: 768px) { .mes-evd-photo-grid { columns: 2; } }
@media (max-width: 480px) { .mes-evd-photo-grid { columns: 1; } }

.mes-evd-photo-tile {
  break-inside: avoid;
  margin-bottom: 12px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: #f0ede9;
}
/* Using background-image (not <img>) = harder to right-click save */
.mes-evd-photo-bg {
  width: 100%;
  padding-bottom: 133%; /* 3:4 portrait default */
  background-size: cover;
  background-position: center;
  transition: transform 0.35s;
  /* Prevent text selection and pointer on bg div */
  -webkit-user-select: none;
  user-select: none;
}
/* Make landscape-ish for variety */
.mes-evd-photo-tile:nth-child(3n+1) .mes-evd-photo-bg { padding-bottom: 75%; }
.mes-evd-photo-tile:nth-child(4n+2) .mes-evd-photo-bg { padding-bottom: 110%; }

.mes-evd-photo-tile:hover .mes-evd-photo-bg { transform: scale(1.04); }
.mes-evd-photo-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.25s;
  /* overlay is a transparent div blocking right-click on underlying bg */
  -webkit-user-select: none; user-select: none;
}
.mes-evd-photo-tile:hover .mes-evd-photo-overlay { background: rgba(0,0,0,0.25); }

/* Lightbox */
.mes-evd-lightbox {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,0.96);
  display: flex; align-items: center; justify-content: center;
  -webkit-user-select: none; user-select: none;
}
.mes-evd-lb-content {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  width: 100%; height: 100%;
}
.mes-evd-lb-photo {
  width: 85vw; height: 85vh;
  max-width: 1200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* Background-image in lightbox too — not a saveable <img> */
  -webkit-user-select: none; user-select: none;
}
.mes-evd-lb-counter {
  margin-top: 16px;
  color: rgba(255,255,255,0.55);
  font-size: 13px; letter-spacing: 2px;
  font-family: 'Lato', sans-serif;
}
.mes-evd-lb-close {
  position: absolute; top: 24px; right: 28px;
  background: rgba(255,255,255,0.1); border: none;
  border-radius: 50%; width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background 0.2s;
}
.mes-evd-lb-close:hover { background: rgba(255,255,255,0.2); }
.mes-evd-lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,0.1); border: none;
  border-radius: 50%; width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background 0.2s;
}
.mes-evd-lb-nav:hover { background: rgba(255,255,255,0.2); }
.mes-evd-lb-prev { left: 28px; }
.mes-evd-lb-next { right: 28px; }

/* Responsive event detail */
@media (max-width: 1100px) {
  .mes-evd-details-grid { grid-template-columns: 1fr; }
  .mes-evd-hero-content { padding: 40px 40px 56px; }
  .mes-pe-cta { padding: 80px 40px; }
}
@media (max-width: 768px) {
  .mes-pe-hero { padding: 100px 24px 60px; }
  .mes-pe-grid { grid-template-columns: 1fr; gap: 24px; }
  .mes-evd-hero-content { padding: 40px 24px 48px; }
  .mes-evd-hero-meta { gap: 16px; }
  .mes-pe-cta { padding: 70px 24px; }
  .mes-evd-lb-photo { width: 92vw; height: 75vh; }
}


/* ===================== MAP: EXPANSION CTA + MODAL ===================== */
.mes-map-expand-cta {
  margin: 0 0 24px;
}
.mes-map-expand-text {
  color: rgba(255,255,255,0.55);
  font-size: 14px;
  margin: 0 0 14px;
  line-height: 1.5;
}
.btn-outline-dark {
  display: inline-flex; align-items: center;
  color: #fff; border: 1.5px solid rgba(255,255,255,0.25);
  border-radius: 50px; padding: 11px 24px;
  font-family: 'Lato', sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: 1.2px; text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.btn-outline-dark:hover {
  border-color: rgba(201,160,144,0.7);
  background: rgba(201,160,144,0.1);
  color: #C9A090;
}

/* Expansion modal */
.mes-expand-modal-card {
  background: #fff;
  border-radius: 24px;
  padding: 48px 44px;
  max-width: 480px;
  width: 100%;
  position: relative;
}
.mes-expand-modal-close {
  position: absolute; top: 18px; right: 18px;
  background: none; border: none; cursor: pointer;
  color: #888; padding: 4px;
  transition: color 0.2s;
}
.mes-expand-modal-close:hover { color: #1a1a1a; }
.mes-expand-modal-card h3 {
  font-size: 28px; color: #1a1a1a;
  margin: 10px 0 12px;
  font-family: 'Playfair Display', serif;
}
.mes-expand-modal-card > p {
  color: #666; font-size: 15px; margin-bottom: 24px;
}
.mes-expand-form { display: flex; flex-direction: column; gap: 12px; }
.mes-expand-form input {
  padding: 14px 18px;
  border: 1.5px solid #E8E0D8;
  border-radius: 50px;
  font-family: 'Lato', sans-serif;
  font-size: 14px; color: #1a1a1a;
  outline: none;
  transition: border-color 0.2s;
}
.mes-expand-form input:focus { border-color: #B5897A; }
.mes-expand-form input::placeholder { color: #bbb; }

@media (max-width: 520px) {
  .mes-expand-modal-card { padding: 36px 28px; }
  .mes-expand-modal-card h3 { font-size: 24px; }
}



/* ⑦-B MEMBERSHIP TIERS — CONDENSED (fit one screen, keep original design) */
/* Only reducing padding/font sizes. All colors, backgrounds, and layout preserved. */
.mes-tiers { padding: 36px 88px 44px; }
.mes-tiers-header-row { margin-bottom: 16px; }
.mes-tiers-header-row h2 { font-size: clamp(26px, 2.8vw, 38px); margin: 6px 0 0; }

/* Founding banner — slightly tighter */
.mes-tiers-founding-banner-c { padding: 14px 28px; margin-bottom: 18px; }

/* Cards grid — smaller gap */
.mes-tiers-grid-c { gap: 12px; }

/* Card top sections — reduce padding */
.mes-tier-card-c-top { padding: 14px 22px 12px; }
.mes-tier-name-c { font-size: 18px; margin-bottom: 10px; }
.mes-tier-price-main-c { font-size: 28px; }
.mes-tier-badge-c { padding: 4px 12px; font-size: 10px; margin-bottom: 10px; }

/* Card body — reduce padding and hide taglines */
.mes-tier-card-c-body { padding: 10px 22px 16px; }
.mes-tier-tagline-c { display: none; }

/* Feature list — tighter rows */
.mes-tier-features-c { margin: 0 0 14px; }
.mes-tier-features-c li { font-size: 13px; padding: 6px 0; }

/* CTA buttons — slightly less padding */
.mes-tier-cta-c { padding: 11px 0; font-size: 11px; }

/* Eyebrow label above section */
.mes-tiers .eyebrow { margin-bottom: 6px; }

/* ============================================================
   MEMBERSHIP COMPARISON TABLE (mct-*)
   June 2026 — replaces Option C tier cards
   ============================================================ */

/* Section wrapper reuse */
.mes-tiers { padding: 100px 88px; background: #fdfaf7; }

/* Founding strip */
.mct-founding-strip {
  background: #c9a090;
  border-radius: 12px;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
  flex-wrap: wrap;
  gap: 20px;
}
.mct-founding-left strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: #fff;
  margin-bottom: 4px;
}
.mct-founding-left span { font-size: 13px; color: rgba(255,255,255,0.82); }
.mct-founding-prices { display: flex; gap: 28px; align-items: center; flex-shrink: 0; }
.mct-founding-price { text-align: center; }
.mct-fp-amount { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: #fff; }
.mct-fp-was { font-size: 12px; color: rgba(255,255,255,0.6); text-decoration: line-through; }
.mct-fp-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.75); margin-top: 2px; }
.mct-founding-divider { width: 1px; height: 36px; background: rgba(255,255,255,0.35); }

/* Table shell */
.mct-table-wrap {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 24px rgba(0,0,0,0.07);
}

/* Grid columns: label | social | preferred | premier */
.mct-col-head,
.mct-group-label,
.mct-feat-row,
.mct-cta-row {
  display: grid;
  grid-template-columns: 260px 1fr 1fr 1fr;
}

/* ---- Column headers ---- */
.mct-ch-label {
  padding: 28px 28px 24px;
  display: flex;
  align-items: flex-end;
}
.mct-ch-label span { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #b0b0b0; font-family: 'Lato', sans-serif; }

.mct-ch-tier {
  padding: 28px 24px 24px;
  text-align: center;
  border-left: 1px solid #f0ebe6;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mct-ch-tier.mct-featured {
  background: #1a1a1a;
  border-left: none;
}

.mct-tier-eyebrow { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: #b0b0b0; margin-bottom: 8px; font-family: 'Lato', sans-serif; }
.mct-featured .mct-tier-eyebrow { color: rgba(201,160,144,0.7); }

.mct-tier-name { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: #1a1a1a; margin-bottom: 12px; }
.mct-featured .mct-tier-name { color: #fff; }

.mct-price-free { font-family: 'Playfair Display', serif; font-size: 28px; color: #c9a090; margin-bottom: 8px; }
.mct-price-free-note { font-size: 11px; color: #b0b0b0; margin-bottom: 0; font-family: 'Lato', sans-serif; letter-spacing: 0.5px; }

.mct-price-was { font-size: 13px; color: #c0c0c0; text-decoration: line-through; margin-bottom: 3px; }
.mct-featured .mct-price-was { color: rgba(255,255,255,0.35); }

.mct-price-now { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 700; color: #1a1a1a; margin-bottom: 4px; line-height: 1.1; }
.mct-featured .mct-price-now { color: #fff; }
.mct-price-now sup { font-size: 16px; vertical-align: super; }
.mct-price-now small { font-size: 14px; font-weight: 400; color: #888; font-family: 'Lato', sans-serif; }
.mct-featured .mct-price-now small { color: rgba(255,255,255,0.4); }

.mct-founding-rate { font-size: 11px; color: #c9a090; letter-spacing: 0.5px; margin-bottom: 18px; font-family: 'Lato', sans-serif; }
.mct-featured .mct-founding-rate { color: #c9a090; }

/* Buttons */
.mct-btn {
  display: block;
  width: 100%;
  padding: 11px 20px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  transition: opacity 0.2s;
}
.mct-btn:hover { opacity: 0.85; }
.mct-btn-outline { background: transparent; border: 1.5px solid #ddd5cf; color: #888; }
.mct-btn-accent { background: #c9a090; color: #fff; border: none; }

/* ---- Group label rows ---- */
.mct-group-label { border-top: 1px solid #f0ebe6; }
.mct-gl-cell { padding: 12px 28px 8px; }
.mct-gl-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #c9a090;
  background: #fdf8f5;
  font-family: 'Lato', sans-serif;
}
.mct-gl-cell:not(.mct-gl-label) { background: #fdf8f5; }
.mct-gl-featured { background: #f2e8e3 !important; }

/* ---- Feature rows ---- */
.mct-feat-row { border-top: 1px solid #f0ebe6; align-items: center; }

.mct-feat-name {
  padding: 14px 28px;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
}
.mct-feat-name small { display: block; font-size: 11px; color: #aaa; margin-top: 2px; }

.mct-feat-val {
  padding: 14px 24px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-left: 1px solid #f0ebe6;
  font-family: 'Lato', sans-serif;
}
.mct-feat-val.mct-feat-featured {
  background: #f2e8e3;
  border-left: 1px solid #e8d8d0;
  border-right: 1px solid #e8d8d0;
}

.mct-ck { color: #c9a090; font-size: 17px; }
.mct-dash { color: #ddd; }
.mct-val { color: #c9a090; font-weight: 700; }

/* ---- CTA footer row ---- */
.mct-cta-row {
  border-top: 1px solid #f0ebe6;
  background: #fdf8f5;
  padding: 24px 0;
  align-items: center;
}
.mct-cta-note {
  padding: 0 28px;
  font-size: 12px;
  color: #b0b0b0;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
}
.mct-cta-btn { padding: 0 24px; }
.mct-cta-featured {
  background: #f2e8e3;
  padding: 24px 24px;
  margin: -24px 0;
}

/* ---- Responsive: tablet / mobile ---- */
@media (max-width: 900px) {
  .mes-tiers { padding: 72px 28px; }
  .mct-col-head,
  .mct-group-label,
  .mct-feat-row,
  .mct-cta-row { grid-template-columns: 140px 1fr 1fr 1fr; }
  .mct-ch-label { display: none; }
  .mct-feat-name { padding: 12px 16px; font-size: 13px; }
  .mct-feat-val { padding: 12px 10px; font-size: 13px; }
  .mct-gl-label { padding: 10px 16px 6px; }
  .mct-cta-note { display: none; }
  .mct-cta-btn { padding: 0 10px; }
  .mct-cta-featured { padding: 24px 10px; }
  .mct-founding-strip { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 600px) {
  .mct-col-head,
  .mct-group-label,
  .mct-feat-row,
  .mct-cta-row { grid-template-columns: 1fr 1fr 1fr; }
  .mct-feat-name { display: none; }
  .mct-ch-label { display: none; }
  .mct-gl-label { grid-column: 1 / -1; }
  .mct-gl-cell:not(.mct-gl-label) { display: none; }
}
/* Align all tier CTA buttons to the bottom of their column */
.mct-ch-tier .mct-btn { margin-top: auto !important; }


/* =====================================================
   SINGLE EVENT PAGE — mes-ev-* styles
   ===================================================== */

/* Page wrapper */
.mes-ev-page { background: #fff; }

/* ── Hero ── */
.mes-ev-hero {
  position: relative;
  min-height: 480px;
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: flex-end;
}
.mes-ev-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.35) 55%, rgba(0,0,0,0.1) 100%);
}
.mes-ev-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 56px 40px 56px;
  color: #fff;
}
.mes-ev-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  margin-bottom: 20px;
  transition: color 0.2s;
  font-family: 'Lato', sans-serif;
}
.mes-ev-back:hover { color: #fff; }
.mes-ev-hero-content .eyebrow {
  display: block;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.mes-ev-hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 14px;
}
.mes-ev-hero-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  line-height: 1.65;
  margin-bottom: 24px;
  max-width: 560px;
  font-family: 'Lato', sans-serif;
}
.mes-ev-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.mes-ev-meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 100px;
  padding: 7px 14px;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  color: rgba(255,255,255,0.9);
  white-space: nowrap;
}
.mes-ev-hero-btn {
  display: inline-flex;
  align-items: center;
  background: #B5897A;
  color: #fff !important;
  border: none;
  border-radius: 100px;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  font-family: 'Lato', sans-serif;
}
.mes-ev-hero-btn:hover { background: #C9A090; transform: translateY(-1px); }

/* ── Main content ── */
.mes-ev-main {
  padding: 72px 0 80px;
  background: #fdfaf7;
}
.mes-ev-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  align-items: start;
}
.mes-ev-left { display: flex; flex-direction: column; gap: 48px; }

/* Block wrapper */
.mes-ev-block {}
.mes-ev-block .eyebrow {
  display: block;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #B5897A;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  margin-bottom: 20px;
}

/* For grid */
.mes-ev-for-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.mes-ev-for-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1.5px solid #ede5de;
  border-radius: 14px;
  padding: 16px 18px;
}
.mes-ev-for-icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(181,137,122,0.12);
  display: flex; align-items: center; justify-content: center;
  color: #B5897A;
  flex-shrink: 0;
}
.mes-ev-for-item span {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
}

/* FAQ */
.mes-ev-faq-list { display: flex; flex-direction: column; gap: 0; }
.mes-ev-faq-item {
  border-bottom: 1px solid #ede5de;
}
.mes-ev-faq-item:first-child { border-top: 1px solid #ede5de; }
.mes-ev-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 4px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  color: #1a1a1a;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
.mes-ev-faq-q:hover { color: #B5897A; }
.mes-ev-faq-arrow { flex-shrink: 0; color: #B5897A; transition: transform 0.25s; }
.mes-ev-faq-a {
  padding: 0 4px 18px;
}
.mes-ev-faq-a p {
  font-size: 14px;
  color: #777;
  line-height: 1.75;
  font-family: 'Lato', sans-serif;
}

/* ── Sidebar ── */
.mes-ev-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mes-ev-sidebar-card {
  background: #fff;
  border: 1.5px solid #ede5de;
  border-radius: 20px;
  padding: 28px 28px 24px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.06);
}
.mes-ev-sidebar-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.2;
}
.mes-ev-sidebar-details { margin-bottom: 20px; }
.mes-ev-sd-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f5ede8;
}
.mes-ev-sd-row:last-child { border-bottom: none; }
.mes-ev-sd-icon {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: rgba(181,137,122,0.1);
  display: flex; align-items: center; justify-content: center;
  color: #B5897A;
  flex-shrink: 0;
}
.mes-ev-sd-label {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #bbb;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  margin-bottom: 2px;
}
.mes-ev-sd-val {
  font-size: 14px;
  color: #333;
  font-family: 'Lato', sans-serif;
  line-height: 1.4;
}
.mes-ev-sidebar-note {
  font-size: 11px;
  color: #bbb;
  text-align: center;
  margin-top: 8px;
  font-family: 'Lato', sans-serif;
}

/* Sponsor card */
.mes-ev-sponsor-card {
  background: #fdfaf7;
  border: 1.5px solid #ede5de;
  border-radius: 16px;
  padding: 22px 24px;
  text-align: center;
}
.mes-ev-sponsor-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
}
.mes-ev-sponsor-card p {
  font-size: 13px;
  color: #888;
  line-height: 1.5;
  margin-bottom: 14px;
  font-family: 'Lato', sans-serif;
}
.mes-ev-sponsor-btn {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #B5897A;
  text-decoration: none;
  border-bottom: 1px solid rgba(181,137,122,0.4);
  padding-bottom: 2px;
  font-family: 'Lato', sans-serif;
  transition: color 0.2s;
}
.mes-ev-sponsor-btn:hover { color: #C9A090; }

/* ── CTA section ── */
.mes-ev-cta {
  background: #1a1a1a;
  padding: 80px 40px;
  text-align: center;
}
.mes-ev-cta-inner { max-width: 560px; margin: 0 auto; }
.mes-ev-cta .eyebrow {
  display: block;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  margin-bottom: 12px;
}
.mes-ev-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.15;
}
.mes-ev-cta p {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin-bottom: 28px;
  font-family: 'Lato', sans-serif;
}
.mes-ev-cta .btn {
  background: #B5897A;
  color: #fff;
  border-radius: 100px;
  padding: 14px 36px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background 0.2s;
  font-family: 'Lato', sans-serif;
}
.mes-ev-cta .btn:hover { background: #C9A090; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .mes-ev-grid { grid-template-columns: 1fr; }
  .mes-ev-sidebar { position: static; }
  .mes-ev-hero-content { padding: 40px 24px 40px; }
  .mes-ev-main { padding: 48px 0 60px; }
  .mes-ev-for-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .mes-ev-hero { min-height: 380px; }
  .mes-ev-hero-content h1 { font-size: 32px; }
  .mes-ev-hero-meta { gap: 8px; }
  .mes-ev-meta-chip { font-size: 11px; padding: 6px 10px; }
}

/* =====================================================
   SPONSOR PAGE — mes-sp-* styles
   ===================================================== */

.mes-sponsor-page { background: #fff; }

/* ── Hero ── */
.mes-sp-hero {
  position: relative;
  min-height: 520px;
  background-size: cover;
  background-position: center 30%;
  display: flex;
  align-items: flex-end;
}
.mes-sp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.4) 55%, rgba(0,0,0,0.15) 100%);
}
.mes-sp-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 40px;
  color: #fff;
}
.mes-sp-hero-content .eyebrow {
  display: block;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  margin-bottom: 12px;
}
.mes-sp-hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 16px;
}
.mes-sp-hero-content p {
  font-size: 17px;
  color: rgba(255,255,255,0.75);
  line-height: 1.65;
  max-width: 520px;
  margin-bottom: 28px;
  font-family: 'Lato', sans-serif;
}
.mes-sp-hero-btn {
  display: inline-flex;
  align-items: center;
  background: #B5897A;
  color: #fff;
  border-radius: 100px;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  transition: background 0.2s, transform 0.15s;
}
.mes-sp-hero-btn:hover { background: #C9A090; transform: translateY(-1px); }

/* ── Banner ── */
.mes-sp-banner {
  background: #B5897A;
  padding: 44px 40px;
  text-align: center;
}
.mes-sp-banner-inner {
  max-width: 680px;
  margin: 0 auto;
}
.mes-sp-banner p {
  font-family: 'Playfair Display', serif;
  font-size: clamp(18px, 2.5vw, 26px);
  color: #fff;
  line-height: 1.55;
  margin-bottom: 20px;
  font-style: italic;
}
.mes-sp-banner-btn {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #B5897A;
  border-radius: 100px;
  padding: 13px 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  transition: opacity 0.2s;
}
.mes-sp-banner-btn:hover { opacity: 0.9; }

/* ── Section head ── */
.mes-sp-section-head { text-align: center; margin-bottom: 52px; }
.mes-sp-section-head .eyebrow {
  display: block;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #B5897A;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
}
.mes-sp-section-head h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 10px;
}
.mes-sp-sub {
  font-size: 16px;
  color: #888;
  font-family: 'Lato', sans-serif;
  line-height: 1.65;
  max-width: 520px;
  margin: 0 auto;
}

/* ── Ways grid ── */
.mes-sp-ways { padding: 88px 40px; background: #fff; }
.mes-sp-ways-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.mes-sp-way-card {
  background: #fdfaf7;
  border: 1.5px solid #ede5de;
  border-radius: 20px;
  padding: 32px 28px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.mes-sp-way-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.07);
  transform: translateY(-3px);
}
.mes-sp-way-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: rgba(181,137,122,0.12);
  display: flex; align-items: center; justify-content: center;
  color: #B5897A;
  margin-bottom: 18px;
}
.mes-sp-way-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.mes-sp-way-card p {
  font-size: 14px;
  color: #777;
  line-height: 1.7;
  font-family: 'Lato', sans-serif;
}

/* ── Perfect for ── */
.mes-sp-perfect {
  padding: 72px 40px;
  background: #1a1a1a;
}
.mes-sp-perfect .mes-sp-section-head .eyebrow { color: #B5897A; }
.mes-sp-perfect .mes-sp-section-head h2 { color: #fff; }
.mes-sp-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 780px;
  margin: 0 auto;
}
.mes-sp-tag {
  display: inline-block;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.82);
  border-radius: 100px;
  padding: 9px 20px;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.3px;
  transition: background 0.2s, border-color 0.2s;
  cursor: default;
}
.mes-sp-tag:hover {
  background: rgba(181,137,122,0.2);
  border-color: rgba(181,137,122,0.5);
  color: #fff;
}

/* ── Community / Founding ── */
.mes-sp-community {
  padding: 88px 40px;
  background: #fdfaf7;
}
.mes-sp-community-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.mes-sp-community-text .eyebrow {
  display: block;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #B5897A;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  margin-bottom: 12px;
}
.mes-sp-community-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 18px;
}
.mes-sp-community-text p {
  font-size: 15px;
  color: #666;
  line-height: 1.75;
  font-family: 'Lato', sans-serif;
  margin-bottom: 14px;
}
.mes-sp-cta-link {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #B5897A;
  text-decoration: none;
  border-bottom: 1px solid rgba(181,137,122,0.4);
  padding-bottom: 2px;
  font-family: 'Lato', sans-serif;
  transition: color 0.2s;
}
.mes-sp-cta-link:hover { color: #C9A090; }

/* Founding card */
.mes-sp-founding-card {
  background: #fff;
  border: 1.5px solid #ede5de;
  border-radius: 24px;
  padding: 36px 32px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.06);
}
.mes-sp-founding-badge {
  display: inline-block;
  background: rgba(181,137,122,0.12);
  color: #B5897A;
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  margin-bottom: 16px;
}
.mes-sp-founding-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.mes-sp-founding-card > p {
  font-size: 14px;
  color: #777;
  line-height: 1.7;
  font-family: 'Lato', sans-serif;
  margin-bottom: 20px;
}
.mes-sp-benefits {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mes-sp-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #444;
  font-family: 'Lato', sans-serif;
  line-height: 1.4;
}
.mes-sp-benefits li svg { flex-shrink: 0; }

/* ── Form section ── */
.mes-sp-form-section {
  padding: 80px 40px;
  background: #fff;
}
.mes-sp-form-wrap {
  max-width: 820px;
  margin: 0 auto;
  background: #fdfaf7;
  border: 1.5px solid #ede5de;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.05);
  overflow: hidden;
}

/* ── FAQ ── */
.mes-sp-faq {
  padding: 72px 40px 88px;
  background: #fdfaf7;
}
.mes-sp-faq-list {
  max-width: 720px;
  margin: 0 auto;
}
.mes-sp-faq-item {
  border-bottom: 1px solid #ede5de;
}
.mes-sp-faq-item:first-child { border-top: 1px solid #ede5de; }
.mes-sp-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 4px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  color: #1a1a1a;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
.mes-sp-faq-q:hover { color: #B5897A; }
.mes-sp-faq-arrow { flex-shrink: 0; color: #B5897A; transition: transform 0.25s; }
.mes-sp-faq-a {
  padding: 0 4px 20px;
}
.mes-sp-faq-a p {
  font-size: 15px;
  color: #777;
  line-height: 1.75;
  font-family: 'Lato', sans-serif;
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .mes-sp-ways-grid { grid-template-columns: 1fr 1fr; }
  .mes-sp-community-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 640px) {
  .mes-sp-hero-content { padding: 40px 24px; }
  .mes-sp-ways { padding: 60px 24px; }
  .mes-sp-ways-grid { grid-template-columns: 1fr; }
  .mes-sp-perfect { padding: 56px 24px; }
  .mes-sp-community { padding: 60px 24px; }
  .mes-sp-form-section { padding: 56px 16px; }
  .mes-sp-form-wrap { padding: 16px; }
  .mes-sp-faq { padding: 56px 24px 72px; }
  .mes-sp-banner { padding: 36px 24px; }
}

/* Coupon code badge in founding member strip */
.mct-coupon-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  background: rgba(255,255,255,0.15);
  border: 1px dashed rgba(255,255,255,0.5);
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.9);
  font-family: 'Lato', sans-serif;
}
.mct-coupon-badge strong {
  font-family: 'Lato', sans-serif;
  letter-spacing: 1.5px;
  color: #fff;
}


/* ════════════════════════════════════════
   EVENTS LISTING PAGE
   ════════════════════════════════════════ */

/* Hero */
.evp-hero {
  background: #0f0b09;
  padding: 96px 88px 72px;
  text-align: center;
  border-bottom: 1px solid rgba(201,160,144,0.12);
}
.evp-hero-inner { max-width: 680px; margin: 0 auto; }
.evp-eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: #C9A090; margin-bottom: 16px;
}
.evp-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(40px, 5vw, 64px);
  color: #fff; line-height: 1.1; margin: 0 0 20px;
}
.evp-title em { color: #C9A090; font-style: italic; }
.evp-sub {
  font-family: 'Lato', sans-serif;
  font-size: 16px; color: rgba(255,255,255,0.6);
  line-height: 1.7; margin: 0;
}

/* Grid section */
.evp-section {
  background: #faf8f5;
  padding: 80px 88px;
  min-height: 400px;
}
.evp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Cards */
.evp-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1.5px solid #ede5de;
  box-shadow: 0 8px 32px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s, transform 0.25s;
}
.evp-card:hover {
  box-shadow: 0 16px 48px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}
.evp-card-img {
  width: 100%; aspect-ratio: 16/10; overflow: hidden;
}
.evp-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  display: block; transition: transform 0.4s;
}
.evp-card:hover .evp-card-img img { transform: scale(1.04); }

.evp-card-body {
  padding: 28px 28px 32px;
  display: flex; flex-direction: column; flex: 1;
}
.evp-card-meta {
  font-family: 'Lato', sans-serif;
  font-size: 12px; letter-spacing: 0.5px;
  color: #C9A090; margin-bottom: 10px;
  text-transform: uppercase;
}
.evp-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px; color: #1a1a1a;
  margin: 0 0 20px; line-height: 1.3; flex: 1;
}
.evp-btn {
  display: inline-block;
  background: #1a1a1a; color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; text-decoration: none;
  padding: 14px 28px; border-radius: 50px;
  transition: background 0.2s, color 0.2s;
  align-self: flex-start;
}
.evp-btn:hover { background: #C9A090; color: #fff; }

.evp-empty {
  grid-column: 1 / -1; text-align: center;
  font-family: 'Lato', sans-serif;
  color: #888; font-size: 16px; padding: 60px 0;
}

/* Coming soon banner */
.evp-soon {
  position: relative; overflow: hidden;
  min-height: 400px; display: flex;
  align-items: center; justify-content: center;
  text-align: center; padding: 80px 32px;
}
.evp-soon-bg {
  position: absolute; inset: 0;
}
.evp-soon-bg img {
  width: 100%; height: 100%; object-fit: cover;
}
.evp-soon-overlay {
  position: absolute; inset: 0;
  background: rgba(15,11,9,0.65);
}
.evp-soon-content {
  position: relative; z-index: 2; color: #fff;
  max-width: 560px;
}
.evp-soon-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px,4vw,44px); color: #fff;
  margin-bottom: 16px; line-height: 1.2;
}
.evp-divider {
  width: 60px; border: none;
  border-top: 1.5px solid rgba(201,160,144,0.6);
  margin: 20px auto;
}
.evp-soon-content p {
  font-family: 'Lato', sans-serif;
  font-size: 16px; opacity: 0.8; line-height: 1.7;
}

/* Responsive */
@media (max-width: 900px) {
  .evp-hero  { padding: 64px 24px 48px; }
  .evp-section { padding: 56px 24px; }
  .evp-grid { grid-template-columns: 1fr; }
}

/* Featured event card */
.evp-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 24px; overflow: hidden;
  border: 1.5px solid #ede5de;
  box-shadow: 0 12px 48px rgba(0,0,0,0.08);
  max-width: 1100px; margin: 0 auto 56px;
  min-height: 480px;
  background: #fff;
}
.evp-feat-img { overflow: hidden; }
.evp-feat-img img {
  width: 100%; height: 100%; object-fit: cover;
  display: block; transition: transform 0.5s;
}
.evp-featured:hover .evp-feat-img img { transform: scale(1.03); }
.evp-feat-body {
  padding: 52px 52px;
  display: flex; flex-direction: column; justify-content: center;
}
.evp-feat-tag {
  font-family: 'Lato', sans-serif;
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  color: #fff; background: #C9A090;
  padding: 5px 14px; border-radius: 50px;
  display: inline-block; margin-bottom: 20px; width: fit-content;
}
.evp-feat-meta {
  font-family: 'Lato', sans-serif;
  font-size: 13px; color: #C9A090;
  text-transform: uppercase; letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.evp-feat-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px,3vw,42px); color: #1a1a1a;
  line-height: 1.2; margin: 0 0 16px;
}
.evp-feat-desc {
  font-family: 'Lato', sans-serif;
  font-size: 15px; color: #666; line-height: 1.7;
  margin-bottom: 32px;
}
.evp-btn-feat {
  display: inline-block;
  background: #1a1a1a; color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; text-decoration: none;
  padding: 16px 36px; border-radius: 50px;
  transition: background 0.2s; width: fit-content;
}
.evp-btn-feat:hover { background: #C9A090; }

/* "More Events" label */
.evp-more-label {
  max-width: 1100px; margin: 0 auto 28px;
  display: flex; align-items: center; gap: 16px;
}
.evp-more-label span {
  font-family: 'Lato', sans-serif;
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  color: #aaa;
}
.evp-more-label::after {
  content: ''; flex: 1; height: 1px; background: #ede5de;
}

.evp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
  max-width: 1100px; margin: 0 auto;
}

@media (max-width: 860px) {
  .evp-featured { grid-template-columns: 1fr; }
  .evp-feat-body { padding: 36px 28px; }
}


/* ════════════════════════════════════════
   EVENTS VIEW TOGGLE
   ════════════════════════════════════════ */
.evp-toggle-bar {
  background: #faf8f5;
  border-bottom: 1px solid #ede5de;
  display: flex; justify-content: center;
  padding: 20px 0;
}
.evp-toggle-wrap {
  display: flex; gap: 0;
  border: 1.5px solid #ede5de;
  border-radius: 50px; overflow: hidden;
  background: #fff;
}
.evp-toggle-btn {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 28px;
  font-family: 'Lato', sans-serif;
  font-size: 13px; font-weight: 600; letter-spacing: 0.5px;
  color: #999; background: transparent; border: none;
  cursor: pointer; transition: all 0.2s;
}
.evp-toggle-btn.active {
  background: #1a1a1a; color: #fff;
  border-radius: 50px;
}
.evp-toggle-btn:hover:not(.active) { color: #1a1a1a; }

/* ════════════════════════════════════════
   CALENDAR VIEW
   ════════════════════════════════════════ */
.evp-cal-section { position: relative; }
.evp-cal-wrap {
  max-width: 900px; margin: 0 auto;
  background: #fff; border-radius: 24px;
  border: 1.5px solid #ede5de;
  box-shadow: 0 8px 40px rgba(0,0,0,0.07);
  overflow: hidden;
}

/* Nav */
.evp-cal-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 36px;
  border-bottom: 1px solid #f0ebe6;
  background: #fff;
}
.evp-cal-month-label {
  font-family: 'Playfair Display', serif;
  font-size: 24px; color: #1a1a1a; margin: 0;
}
.evp-cal-arrow {
  background: none; border: 1.5px solid #ede5de;
  border-radius: 50%; width: 40px; height: 40px;
  font-size: 18px; cursor: pointer; color: #888;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s; line-height: 1;
}
.evp-cal-arrow:hover { border-color: #C9A090; color: #C9A090; }

/* Day-of-week headers */
.evp-cal-grid {
  display: grid; grid-template-columns: repeat(7, 1fr);
  background: #faf8f5;
  border-bottom: 1px solid #f0ebe6;
}
.evp-cal-dow {
  text-align: center; padding: 12px 0;
  font-family: 'Lato', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: #aaa;
}

/* Days grid */
.evp-cal-days {
  display: grid; grid-template-columns: repeat(7, 1fr);
  gap: 0;
}
.evp-cal-cell {
  min-height: 88px; padding: 10px 10px 8px;
  border-right: 1px solid #f5f0ec;
  border-bottom: 1px solid #f5f0ec;
  position: relative;
  transition: background 0.15s;
}
.evp-cal-cell:nth-child(7n) { border-right: none; }
.evp-cal-empty { background: #faf8f5; }
.evp-cal-today { background: #fff8f5; }
.evp-cal-today .evp-cal-day-num {
  background: #C9A090; color: #fff;
  border-radius: 50%; width: 26px; height: 26px;
  display: flex; align-items: center; justify-content: center;
}
.evp-cal-has-event {
  cursor: pointer;
  background: #fffaf8;
}
.evp-cal-has-event:hover { background: #fff3ee; }
.evp-cal-day-num {
  font-family: 'Lato', sans-serif;
  font-size: 13px; font-weight: 600; color: #555;
  display: inline-flex; width: 26px; height: 26px;
  align-items: center; justify-content: center;
  margin-bottom: 6px;
}
.evp-cal-event-label {
  font-family: 'Lato', sans-serif;
  font-size: 10px; font-weight: 700;
  color: #fff; background: #C9A090;
  border-radius: 4px; padding: 2px 6px;
  white-space: nowrap; overflow: hidden;
  text-overflow: ellipsis; max-width: 100%;
  margin-top: 2px;
}
.evp-cal-event-dot { display: none; }

/* Event popup inside calendar */
.evp-cal-popup {
  border-top: 1.5px solid #ede5de;
  display: flex; align-items: center; gap: 28px;
  padding: 28px 36px;
  background: #fff8f5;
  position: relative;
  animation: evp-fadein 0.2s ease;
}
@keyframes evp-fadein { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.evp-popup-close {
  position: absolute; top: 16px; right: 20px;
  background: none; border: none; font-size: 22px;
  cursor: pointer; color: #aaa; line-height: 1;
}
.evp-popup-close:hover { color: #1a1a1a; }
.evp-popup-img-wrap {
  width: 140px; height: 100px; border-radius: 12px;
  overflow: hidden; flex-shrink: 0;
}
.evp-popup-img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
}
.evp-popup-body { flex: 1; }
.evp-popup-meta {
  font-family: 'Lato', sans-serif;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px;
  color: #C9A090; margin-bottom: 6px;
}
.evp-popup-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px; color: #1a1a1a;
  margin: 0 0 16px; line-height: 1.3;
}

@media (max-width: 700px) {
  .evp-cal-cell { min-height: 56px; padding: 6px 4px; }
  .evp-cal-event-label { display: none; }
  .evp-cal-event-dot { display: block; width: 6px; height: 6px; background: #C9A090; border-radius: 50%; margin: 2px auto 0; }
  .evp-cal-popup { flex-direction: column; }
  .evp-popup-img-wrap { width: 100%; height: 160px; }
}


/* ════════════════════════════════════════
   MEMBER PERKS PAGE
   ════════════════════════════════════════ */

/* Hero */
.mp-hero {
  background: #1a1a1a;
  padding: 100px 24px 80px;
  text-align: center;
}
.mp-hero-inner { max-width: 680px; margin: 0 auto; }
.mp-eyebrow, .mbd-eyebrow {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: #C9A090;
  margin-bottom: 16px;
}
.mp-title, .mbd-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 6vw, 60px);
  color: #fff; margin: 0 0 20px; line-height: 1.1;
}
.mp-title em, .mbd-title em { color: #C9A090; font-style: italic; }
.mp-sub, .mbd-sub {
  font-family: 'Lato', sans-serif;
  font-size: 16px; color: rgba(255,255,255,0.7);
  line-height: 1.7; max-width: 580px; margin: 0 auto 32px;
}
.mp-badge-legend {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  margin-top: 8px;
}

/* Tier badges */
.mp-tier {
  display: inline-flex; align-items: center;
  font-family: 'Lato', sans-serif; font-weight: 700;
  font-size: 12px; letter-spacing: 0.5px;
  border-radius: 50px; padding: 8px 18px;
}
.mp-tier.preferred { background: rgba(201,160,144,0.15); color: #C9A090; border: 1.5px solid #C9A090; }
.mp-tier.premier   { background: rgba(122,173,148,0.15); color: #4a9d78; border: 1.5px solid #4a9d78; }
.mp-tier.small     { font-size: 10px; padding: 4px 10px; }

/* How it works */
.mp-how { background: #faf8f5; padding: 72px 24px; }
.mp-how-inner {
  max-width: 900px; margin: 0 auto;
  display: flex; align-items: flex-start; gap: 0;
}
.mp-how-step { flex: 1; text-align: center; padding: 0 24px; }
.mp-step-icon {
  width: 52px; height: 52px; border-radius: 50%;
  background: #C9A090; color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 18px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
}
.mp-how-step h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px; color: #1a1a1a; margin: 0 0 10px;
}
.mp-how-step p { font-family: 'Lato', sans-serif; font-size: 14px; color: #888; line-height: 1.7; }
.mp-how-divider {
  width: 1px; background: #e0d5cc; align-self: stretch;
  margin: 12px 0; flex-shrink: 0;
}

/* Filter bar */
.mp-perks-section { padding: 72px 24px; }
.mp-perks-inner { max-width: 1100px; margin: 0 auto; }
.mp-filter-bar {
  display: flex; gap: 8px; justify-content: center;
  margin-bottom: 48px; flex-wrap: wrap;
}
.mp-filter-btn {
  font-family: 'Lato', sans-serif; font-size: 13px; font-weight: 600;
  padding: 10px 24px; border-radius: 50px;
  border: 1.5px solid #ede5de; background: #fff; color: #888;
  cursor: pointer; transition: all 0.2s;
}
.mp-filter-btn.active, .mp-filter-btn:hover {
  background: #1a1a1a; color: #fff; border-color: #1a1a1a;
}

/* Perks grid */
.mp-perks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px;
}
.mp-perk-card {
  background: #fff; border-radius: 20px;
  border: 1.5px solid #ede5de;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.mp-perk-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.1); transform: translateY(-3px); }
.mp-perk-img {
  height: 160px; display: flex; align-items: center; justify-content: center;
}
.mp-perk-logo-placeholder { opacity: 0.8; }
.mp-perk-body { padding: 24px; }
.mp-perk-header { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; }
.mp-perk-category {
  font-family: 'Lato', sans-serif; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px; color: #bbb;
}
.mp-perk-biz {
  font-family: 'Playfair Display', serif;
  font-size: 20px; color: #1a1a1a; margin: 0 0 10px;
}
.mp-perk-offer {
  font-family: 'Lato', sans-serif; font-size: 14px; color: #555; line-height: 1.65;
  margin-bottom: 12px;
}
.mp-perk-location { font-family: 'Lato', sans-serif; font-size: 13px; color: #aaa; }

/* Perks CTA */
.mp-cta {
  background: #1a1a1a; text-align: center; padding: 80px 24px;
}
.mp-cta-inner { max-width: 600px; margin: 0 auto; }
.mp-cta h2 {
  font-family: 'Playfair Display', serif; font-size: 36px; color: #fff; margin: 0 0 16px;
}
.mp-cta p { font-family: 'Lato', sans-serif; font-size: 16px; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 32px; }

/* ════════════════════════════════════════
   MEMBER DIRECTORY PAGE
   ════════════════════════════════════════ */

.mbd-hero {
  background: #1a1a1a; padding: 100px 24px 80px; text-align: center;
}
.mbd-hero-inner { max-width: 680px; margin: 0 auto; }

/* Email gate */
.mbd-gate-section {
  padding: 80px 24px 100px; background: #faf8f5;
}
.mbd-gate-wrap {
  max-width: 520px; margin: 0 auto; text-align: center;
  background: #fff; border-radius: 24px;
  border: 1.5px solid #ede5de;
  padding: 56px 48px;
  box-shadow: 0 12px 48px rgba(0,0,0,0.07);
}
.mbd-gate-icon { margin-bottom: 24px; }
.mbd-gate-wrap h2 {
  font-family: 'Playfair Display', serif; font-size: 28px; color: #1a1a1a;
  margin: 0 0 12px;
}
.mbd-gate-wrap p {
  font-family: 'Lato', sans-serif; font-size: 15px; color: #777; line-height: 1.7;
  margin-bottom: 28px;
}
.mbd-gate-error {
  background: #fff3f0; border: 1px solid #f5c6bb; border-radius: 10px;
  padding: 14px 18px; font-family: 'Lato', sans-serif; font-size: 14px;
  color: #c0392b; line-height: 1.6; margin-bottom: 20px; text-align: left;
}
.mbd-gate-error a { color: #C9A090; }
.mbd-gate-form { margin-bottom: 20px; }
.mbd-field-wrap { display: flex; gap: 0; border-radius: 50px; overflow: hidden; border: 1.5px solid #ede5de; }
.mbd-email-input {
  flex: 1; padding: 14px 20px; border: none; outline: none;
  font-family: 'Lato', sans-serif; font-size: 15px; color: #333; background: #fff;
}
.mbd-submit-btn {
  border-radius: 0 50px 50px 0 !important; padding: 14px 24px; white-space: nowrap;
  font-size: 13px;
}
.mbd-gate-footer {
  font-family: 'Lato', sans-serif; font-size: 13px; color: #aaa; margin: 0;
}
.mbd-gate-footer a { color: #C9A090; }

/* Directory */
.mbd-section { padding: 60px 24px 40px; max-width: 1200px; margin: 0 auto; }
.mbd-controls { display: flex; flex-direction: column; gap: 16px; margin-bottom: 40px; align-items: center; }
.mbd-search-wrap {
  display: flex; align-items: center; gap: 10px;
  border: 1.5px solid #ede5de; border-radius: 50px;
  padding: 12px 20px; background: #fff; width: 100%; max-width: 540px;
}
.mbd-search {
  border: none; outline: none; flex: 1;
  font-family: 'Lato', sans-serif; font-size: 15px; color: #333; background: transparent;
}
.mbd-cat-filter { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.mbd-cat-btn {
  font-family: 'Lato', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.3px;
  padding: 8px 18px; border-radius: 50px;
  border: 1.5px solid #ede5de; background: #fff; color: #888; cursor: pointer; transition: all 0.2s;
}
.mbd-cat-btn.active, .mbd-cat-btn:hover { background: #1a1a1a; color: #fff; border-color: #1a1a1a; }

/* Directory grid */
.mbd-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px;
}
.mbd-card {
  background: #fff; border-radius: 20px; border: 1.5px solid #ede5de;
  overflow: hidden; transition: box-shadow 0.2s, transform 0.2s;
}
.mbd-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.1); transform: translateY(-3px); }
.mbd-card-photo { position: relative; height: 200px; overflow: hidden; }
.mbd-card-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

/* Category badges */
.mbd-cat-badge {
  position: absolute; top: 14px; right: 14px;
  font-family: 'Lato', sans-serif; font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
  padding: 5px 12px; border-radius: 50px; color: #fff;
}
.mbd-cat-badge.beauty   { background: #C9A090; }
.mbd-cat-badge.food     { background: #c9a050; }
.mbd-cat-badge.fitness  { background: #4a9d78; }
.mbd-cat-badge.services { background: #7a87ad; }
.mbd-cat-badge.retail   { background: #a07ab8; }
.mbd-cat-badge.other    { background: #888; }

.mbd-card-body { padding: 24px; }
.mbd-biz-name {
  font-family: 'Playfair Display', serif; font-size: 20px; color: #1a1a1a; margin: 0 0 6px;
}
.mbd-owner {
  font-family: 'Lato', sans-serif; font-size: 13px; color: #C9A090; margin-bottom: 10px;
}
.mbd-desc {
  font-family: 'Lato', sans-serif; font-size: 14px; color: #666; line-height: 1.65; margin-bottom: 12px;
}
.mbd-location { font-family: 'Lato', sans-serif; font-size: 13px; color: #aaa; margin-bottom: 16px; }
.mbd-web-btn {
  display: inline-block; font-family: 'Lato', sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: 0.5px; text-transform: uppercase; color: #C9A090;
  border-bottom: 1.5px solid #C9A090; padding-bottom: 2px; text-decoration: none;
  transition: color 0.2s;
}
.mbd-web-btn:hover { color: #1a1a1a; border-color: #1a1a1a; }

.mbd-empty-state {
  text-align: center; padding: 60px; color: #aaa;
  font-family: 'Lato', sans-serif; font-size: 16px; grid-column: 1/-1;
}
.mbd-list-cta {
  text-align: center; margin-top: 48px; padding: 24px;
  font-family: 'Lato', sans-serif; font-size: 14px; color: #aaa;
}
.mbd-list-cta a { color: #C9A090; }

.mbd-logout-bar {
  text-align: center; padding: 20px;
  font-family: 'Lato', sans-serif; font-size: 13px;
}
.mbd-logout-bar a { color: #ccc; text-decoration: underline; }

@media (max-width: 600px) {
  .mp-how-inner { flex-direction: column; }
  .mp-how-divider { width: 100%; height: 1px; margin: 0; }
  .mbd-gate-wrap { padding: 36px 24px; }
  .mbd-field-wrap { flex-direction: column; border-radius: 16px; }
  .mbd-submit-btn { border-radius: 16px !important; }
}


/* ════════════════════════════════════════
   BUSINESS PROFILE PAGE (single-mes_business)
   ════════════════════════════════════════ */

.biz-profile-page { background: #fff; }

/* Breadcrumb */
.biz-breadcrumb { background: #faf8f5; border-bottom: 1px solid #ede5de; padding: 14px 24px; }
.biz-bc-inner { max-width: 1100px; margin: 0 auto; }
.biz-breadcrumb a { font-family: 'Lato', sans-serif; font-size: 13px; color: #C9A090; text-decoration: none; }
.biz-breadcrumb a:hover { color: #1a1a1a; }

/* Hero */
.biz-hero { background: #1a1a1a; padding: 72px 24px 80px; }
.biz-hero-inner { max-width: 1050px; margin: 0 auto; display: flex; gap: 60px; align-items: center; }

.biz-hero-photo-wrap { position: relative; flex-shrink: 0; }
.biz-hero-photo {
  width: 300px; height: 380px; object-fit: cover; object-position: top;
  border-radius: 24px; display: block;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.biz-logo-badge {
  position: absolute; bottom: -20px; right: -20px;
  width: 80px; height: 80px; border-radius: 16px;
  background: #fff; padding: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  overflow: hidden;
}
.biz-logo-badge img { width: 100%; height: 100%; object-fit: contain; }

.biz-hero-content { flex: 1; }
.biz-tier-row { display: flex; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.biz-cat-pill {
  font-family: 'Lato', sans-serif; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  padding: 6px 14px; border-radius: 50px; color: #fff;
}
.biz-cat-beauty   { background: #C9A090; }
.biz-cat-food     { background: #c9a050; }
.biz-cat-fitness  { background: #4a9d78; }
.biz-cat-services { background: #7a87ad; }
.biz-cat-retail   { background: #a07ab8; }
.biz-cat-other    { background: #888; }
.biz-cat-beauty-wellness { background: #C9A090; }
.biz-cat-food-beverage   { background: #c9a050; }
.biz-cat-fitness-health  { background: #4a9d78; }
.biz-cat-home-living     { background: #7a87ad; }
.biz-cat-retail-boutique { background: #a07ab8; }
.biz-cat-professional-services { background: #7a87ad; }

.biz-tier-pill {
  font-family: 'Lato', sans-serif; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
  padding: 6px 14px; border-radius: 50px; border: 1.5px solid;
}
.biz-tier-preferred { color: #C9A090; border-color: rgba(201,160,144,0.6); background: rgba(201,160,144,0.1); }
.biz-tier-premier   { color: #4a9d78; border-color: rgba(74,157,120,0.6);  background: rgba(74,157,120,0.1); }

.biz-hero-biz {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 5vw, 52px); color: #fff; margin: 0 0 12px; line-height: 1.1;
}
.biz-hero-tagline {
  font-family: 'Lato', sans-serif; font-size: 18px; color: rgba(255,255,255,0.65);
  margin-bottom: 16px; font-style: italic;
}
.biz-hero-owner {
  font-family: 'Lato', sans-serif; font-size: 15px; color: rgba(255,255,255,0.55);
  margin-bottom: 32px;
}
.biz-hero-owner strong { color: #C9A090; }

.biz-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.biz-btn-primary {
  display: inline-block; font-family: 'Lato', sans-serif; font-size: 13px;
  font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase;
  background: #C9A090; color: #fff; border-radius: 50px;
  padding: 14px 28px; text-decoration: none; transition: background 0.2s;
}
.biz-btn-primary:hover { background: #b8917f; }
.biz-btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Lato', sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: 0.5px; text-transform: uppercase;
  color: rgba(255,255,255,0.8); border: 1.5px solid rgba(255,255,255,0.3);
  border-radius: 50px; padding: 13px 24px; text-decoration: none; transition: all 0.2s;
}
.biz-btn-secondary:hover { background: rgba(255,255,255,0.08); color: #fff; }
.biz-btn-outline {
  display: inline-block; font-family: 'Lato', sans-serif; font-size: 13px;
  font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase;
  color: #1a1a1a; border: 2px solid #1a1a1a; border-radius: 50px;
  padding: 14px 28px; text-decoration: none; transition: all 0.2s;
}
.biz-btn-outline:hover { background: #1a1a1a; color: #fff; }

/* About section */
.biz-about { padding: 80px 24px; background: #faf8f5; }
.biz-about-inner { max-width: 1050px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.biz-about-biz h2 {
  font-family: 'Playfair Display', serif; font-size: 28px; color: #1a1a1a; margin: 0 0 20px;
}
.biz-about-biz p { font-family: 'Lato', sans-serif; font-size: 16px; color: #555; line-height: 1.8; }

.biz-about-mom { }
.biz-about-mom-inner {
  background: #fff; border-radius: 20px; border: 1.5px solid #ede5de; padding: 36px;
}
.biz-mom-story-label {
  font-family: 'Lato', sans-serif; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px; color: #C9A090; margin-bottom: 10px;
}
.biz-about-mom-inner h3 { font-family: 'Playfair Display', serif; font-size: 22px; color: #1a1a1a; margin: 0 0 16px; }
.biz-about-mom-inner p { font-family: 'Lato', sans-serif; font-size: 15px; color: #666; line-height: 1.8; margin: 0; }

/* Gallery */
.biz-gallery { padding: 72px 24px; background: #fff; }
.biz-gallery-inner { max-width: 1050px; margin: 0 auto; }
.biz-gallery-inner h2 { font-family: 'Playfair Display', serif; font-size: 28px; color: #1a1a1a; margin: 0 0 32px; }
.biz-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}
.biz-gallery-item { border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; }
.biz-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.biz-gallery-item:hover img { transform: scale(1.04); }

/* Back CTA */
.biz-back-cta { background: #faf8f5; padding: 60px 24px; text-align: center; border-top: 1px solid #ede5de; }
.biz-back-inner { max-width: 500px; margin: 0 auto; }
.biz-back-cta p { font-family: 'Lato', sans-serif; font-size: 16px; color: #888; margin-bottom: 20px; }

/* Directory card links */
.mbd-card-img-link { display: block; text-decoration: none; }
.mbd-biz-name a { color: inherit; text-decoration: none; }
.mbd-biz-name a:hover { color: #C9A090; }
.mbd-photo-placeholder {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  background: #f5f5f5;
}
.mbd-placeholder-label { opacity: 0.5; cursor: default; }

/* ════════════════════════════════════════
   BUSINESS SUBMISSION FORM
   ════════════════════════════════════════ */

.bsf-page { background: #fff; }

/* Hero */
.bsf-hero { background: #1a1a1a; padding: 100px 24px 80px; text-align: center; }
.bsf-hero-inner { max-width: 640px; margin: 0 auto; }
.bsf-eyebrow {
  display: inline-block; font-family: 'Lato', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: #C9A090; margin-bottom: 16px;
}
.bsf-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 6vw, 58px); color: #fff; margin: 0 0 20px; line-height: 1.1;
}
.bsf-title em { color: #C9A090; font-style: italic; }
.bsf-sub { font-family: 'Lato', sans-serif; font-size: 16px; color: rgba(255,255,255,0.65); line-height: 1.7; }

/* Qualify */
.bsf-qualify { background: #faf8f5; padding: 56px 24px; }
.bsf-qualify-inner { max-width: 860px; margin: 0 auto; display: flex; gap: 32px; flex-wrap: wrap; }
.bsf-qualify-item { flex: 1; min-width: 220px; display: flex; gap: 16px; align-items: flex-start; }
.bsf-q-icon {
  width: 36px; height: 36px; border-radius: 50%;
  background: #C9A090; color: #fff; font-weight: 700; font-family: 'Lato', sans-serif;
  font-size: 16px; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.bsf-qualify-item strong { font-family: 'Playfair Display', serif; font-size: 17px; color: #1a1a1a; display: block; margin-bottom: 6px; }
.bsf-qualify-item p { font-family: 'Lato', sans-serif; font-size: 14px; color: #777; line-height: 1.65; margin: 0; }

/* Form section */
.bsf-form-section { padding: 72px 24px 100px; }
.bsf-form-wrap { max-width: 720px; margin: 0 auto; }
.bsf-form-title { font-family: 'Playfair Display', serif; font-size: 30px; color: #1a1a1a; margin: 0 0 10px; }
.bsf-form-note { font-family: 'Lato', sans-serif; font-size: 14px; color: #aaa; margin-bottom: 40px; }

.bsf-section-label {
  font-family: 'Lato', sans-serif; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px; color: #C9A090;
  border-top: 1.5px solid #ede5de; padding-top: 28px; margin: 28px 0 20px;
}
.bsf-section-label:first-of-type { border-top: none; padding-top: 0; margin-top: 0; }

.bsf-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.bsf-field { display: flex; flex-direction: column; margin-bottom: 20px; }
.bsf-field label { font-family: 'Lato', sans-serif; font-size: 13px; font-weight: 700; color: #333; margin-bottom: 8px; }
.bsf-field input, .bsf-field select, .bsf-field textarea {
  border: 1.5px solid #e0d5cc; border-radius: 12px; padding: 13px 16px;
  font-family: 'Lato', sans-serif; font-size: 15px; color: #333;
  outline: none; background: #fff; transition: border-color 0.2s;
}
.bsf-field input:focus, .bsf-field select:focus, .bsf-field textarea:focus { border-color: #C9A090; }
.bsf-field select { cursor: pointer; }
.bsf-hint { font-family: 'Lato', sans-serif; font-size: 12px; color: #bbb; margin-top: 5px; }

/* Photo note */
.bsf-photo-note {
  display: flex; gap: 20px; align-items: flex-start;
  background: #faf8f5; border: 1.5px solid #ede5de; border-radius: 16px;
  padding: 28px; margin-bottom: 32px;
}
.bsf-pn-icon { font-size: 28px; flex-shrink: 0; margin-top: 2px; }
.bsf-photo-note strong { font-family: 'Playfair Display', serif; font-size: 18px; color: #1a1a1a; display: block; margin-bottom: 10px; }
.bsf-photo-note p { font-family: 'Lato', sans-serif; font-size: 14px; color: #666; line-height: 1.7; margin: 0 0 10px; }
.bsf-photo-note a { color: #C9A090; }
.bsf-photo-note ul { margin: 10px 0; padding-left: 20px; }
.bsf-photo-note li { font-family: 'Lato', sans-serif; font-size: 14px; color: #666; line-height: 1.7; margin-bottom: 4px; }
.bsf-pn-tip { font-style: italic; color: #aaa !important; font-size: 13px !important; }

/* Submit */
.bsf-submit-row { text-align: center; }
.bsf-btn-submit {
  background: #C9A090; color: #fff; border: none; cursor: pointer;
  font-family: 'Lato', sans-serif; font-size: 14px; font-weight: 700;
  letter-spacing: 0.5px; text-transform: uppercase;
  padding: 18px 48px; border-radius: 50px; transition: background 0.2s;
}
.bsf-btn-submit:hover { background: #b8917f; }
.bsf-submit-note { font-family: 'Lato', sans-serif; font-size: 13px; color: #bbb; margin-top: 14px; }
.bsf-btn-primary {
  display: inline-block; font-family: 'Lato', sans-serif; font-size: 13px;
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
  background: #C9A090; color: #fff; border-radius: 50px;
  padding: 14px 28px; text-decoration: none; margin-top: 24px;
}

/* Success */
.bsf-success { text-align: center; padding: 60px 24px; }
.bsf-success-icon { font-size: 56px; margin-bottom: 16px; }
.bsf-success h2 { font-family: 'Playfair Display', serif; font-size: 32px; color: #1a1a1a; margin: 0 0 16px; }
.bsf-success p { font-family: 'Lato', sans-serif; font-size: 16px; color: #666; line-height: 1.7; margin-bottom: 8px; }

/* Responsive */
@media (max-width: 768px) {
  .biz-hero-inner { flex-direction: column; gap: 40px; }
  .biz-hero-photo { width: 100%; max-width: 320px; height: 260px; }
  .biz-about-inner { grid-template-columns: 1fr; gap: 32px; }
  .bsf-row-2 { grid-template-columns: 1fr; }
  .biz-logo-badge { width: 60px; height: 60px; bottom: -12px; right: -12px; }
}


/* ══════════════════════════════════════════
   ABOUT PAGE
══════════════════════════════════════════ */
.mes-about-hero {
  background: #f5ede8;
  padding: 56px 24px 48px;
  text-align: center;
}
.mes-about-hero-inner {
  max-width: 860px;
  margin: 0 auto;
}
.mes-about-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 46px);
  color: #1a1a1a;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.mes-about-body {
  padding: 72px 24px 80px;
  background: #fff;
}
.mes-about-inner {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 60px;
  align-items: start;
}
.mes-about-photo img {
  width: 100%;
  max-width: 380px;
  border-radius: 6px;
  display: block;
  object-fit: cover;
}
.mes-about-text h2,
.mes-about-text h3 {
  font-family: 'Playfair Display', serif;
  color: #B5897A;
  font-size: 22px;
  margin: 0 0 12px;
}
.mes-about-text p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #444;
  line-height: 1.85;
  margin: 0 0 18px;
}

@media (max-width: 768px) {
  .mes-about-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .mes-about-photo img {
    max-width: 100%;
  }
}

/* ── EVENT PAGE SPONSOR LOGOS ── */
.mes-ev-sponsor-logos {
  display: flex; flex-wrap: wrap; gap: 14px;
  justify-content: center; margin-top: 12px;
}
.mes-ev-sponsor-logos img {
  height: 52px; width: auto; max-width: 110px;
  object-fit: contain; filter: grayscale(20%);
  transition: filter 0.2s;
}
.mes-ev-sponsor-logos img:hover { filter: none; }

.mes-ev-sponsors-full {
  background: #faf7f5;
  padding: 72px 0 80px;
  border-top: 1px solid #f0e8e2;
}
.mes-ev-sponsors-grid {
  display: flex; flex-wrap: wrap; gap: 32px 48px;
  justify-content: center; align-items: center;
}
.mes-ev-sp-logo {
  display: flex; align-items: center; justify-content: center;
  padding: 16px 20px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #f0e8e2;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: box-shadow 0.2s, transform 0.2s;
}
.mes-ev-sp-logo:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.09); transform: translateY(-2px); }
.mes-ev-sp-logo img {
  height: 70px; width: auto; max-width: 160px;
  object-fit: contain;
}

/* ── SPONSOR MARQUEE (homepage + event pages) ─────────── */
.mes-sponsors-marquee {
  padding: 56px 0 60px;
  background: #fff;
  border-top: 1px solid #f0e4e8;
  border-bottom: 1px solid #f0e4e8;
  overflow: hidden;
}
.mes-sponsors-marquee-label {
  text-align: center;
  margin-bottom: 28px;
}
.mes-marquee-track-wrap {
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.mes-marquee-track {
  display: flex;
  align-items: center;
  gap: 80px;
  width: max-content;
  animation: mes-scroll 28s linear infinite;
}
.mes-marquee-track:hover {
  animation-play-state: paused;
}
@keyframes mes-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.mes-marquee-logo {
  flex: 0 0 auto;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}
.mes-marquee-logo img {
  max-height: 150px;
  max-width: 280px;
  width: auto;
  object-fit: contain;
  filter: grayscale(20%) opacity(0.85);
  transition: filter 0.3s ease, transform 0.3s ease;
}
.mes-marquee-logo img:hover {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.06);
}
.mes-marquee-logo-dark img {
  filter: invert(1) grayscale(20%) opacity(0.75);
}
.mes-marquee-logo-dark img:hover {
  filter: invert(1) grayscale(0%) opacity(1);
}

/* ── FOOTER ATTRIBUTION ───────────────────────────────── */
.footer-attribution {
  text-align: center;
  padding: 12px 0 16px;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 8px;
}
.footer-attribution a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-attribution a:hover {
  color: #fff;
}
