/* =====================================================
   Mexico HUB — Editorial Premium Design System
   Vino profundo · Marfil cálido · Acentos dorados
   ===================================================== */

.page-hub,
.page-mimw {
  --bg:           #F4EFE4;
  --bg-card:      #EDE8DC;
  --bg-subtle:    #E5DDD0;
  --bg-dark:      #2A0F1E;
  --bg-deeper:    #1A0812;

  --border:       #D4C9B8;
  --border-strong:#B8AA96;
  --border-dark:  #3D2435;

  --text:         #1E1218;
  --text-muted:   #6B5E56;
  --text-faint:   #9A8E84;
  --text-inverse: #F4EFE4;
  --text-muted-inverse: rgba(244, 239, 228, 0.62);

  --accent:       #B8944F;
  --accent-dim:   rgba(184, 148, 79, 0.12);
  --accent-hover: #9A7A3A;

  --accent-secondary:       #5C1A33;
  --accent-secondary-dim:   rgba(92, 26, 51, 0.14);
  --accent-secondary-hover: #4A1529;

  --wine:         #5C1A33;
  --wine-deep:    #2A0F1E;
  --gold:         #B8944F;
  --gold-light:   #D4BC82;
  --ivory:        #F4EFE4;

  --white:        #FAF7F0;
}

.page-hub,
.page-mimw {
  font-family: 'DM Sans', sans-serif;
}

.page-hub h1, .page-mimw h1,
.page-hub h2, .page-mimw h2,
.page-hub h3, .page-mimw h3,
.page-hub h4, .page-mimw h4,
.page-hub .hub-display, .page-mimw .hub-display {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-transform: none;
}

.eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--gold);
}

.section-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  text-transform: none;
  letter-spacing: -0.025em;
  line-height: 1.02;
  color: var(--text);
}

.hub-statement {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text);
  max-width: 820px;
}

.hub-statement--light {
  color: var(--text-inverse);
}

.hub-statement--gold {
  color: var(--gold);
}

/* ── Navigation ── */
.hub-nav .nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: normal;
  text-decoration: none;
}

.hub-nav .nav-logo-mark {
  flex-shrink: 0;
  line-height: 0;
}

.hub-nav .nav-logo-mark img,
.hub-nav .nav-logo-mark svg {
  display: block;
  height: 22px;
  width: auto;
  max-width: min(176px, 34vw);
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.hub-nav .nav-logo-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  line-height: 1.15;
  border-left: 1px solid rgba(244, 239, 228, 0.15);
  padding-left: 14px;
  margin-left: 2px;
}

.hub-nav .nav-logo-text {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ivory);
  white-space: nowrap;
}

.hub-nav .nav-logo-sub {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.56rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}

nav.scrolled {
  background: rgba(26, 8, 18, 0.94);
  border-bottom-color: var(--border-dark);
}

.nav-links a:hover, .page-hub .nav-links a.active, .page-mimw .nav-links a.active {
  color: var(--gold-light);
}

/* ── Eventos dropdown ── */
.hub-nav .nav-has-dropdown--simple::after {
  left: 0;
  transform: none;
  width: 220px;
}

.hub-nav .nav-dropdown {
  background: rgba(26, 8, 18, 0.97);
  border-color: var(--border-dark);
  min-width: 220px;
}

.hub-nav .nav-dropdown a {
  color: rgba(244, 239, 228, 0.55);
}

.hub-nav .nav-dropdown a:hover,
.hub-nav .nav-dropdown a:focus-visible {
  color: var(--gold-light);
  background: var(--accent-dim);
}

.hub-nav .nav-has-dropdown > a,
.hub-nav .nav-has-dropdown > .nav-dropdown-trigger {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244, 239, 228, 0.55);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

.hub-nav .nav-has-dropdown > a:hover,
.hub-nav .nav-has-dropdown.is-open > a,
.hub-nav .nav-has-dropdown > .nav-dropdown-trigger:hover,
.hub-nav .nav-has-dropdown.is-open > .nav-dropdown-trigger {
  color: var(--ivory);
}

/* ── Hero ── */
.hub-hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background: var(--wine-deep);
}

.hub-hero-bg {
  position: absolute;
  inset: 0;
  background-color: var(--bg-deeper);
  background-size: cover;
  background-position: center 35%;
  z-index: 0;
}

.hub-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(26, 8, 18, 0.55) 0%, rgba(26, 8, 18, 0.82) 55%, rgba(26, 8, 18, 0.95) 100%),
    linear-gradient(90deg, rgba(42, 15, 30, 0.7) 0%, transparent 60%);
}

.hub-hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 256px 256px;
}

.hub-hero-inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

.hub-hero-top {
  padding-top: 120px;
  max-width: 900px;
}

.hub-hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3rem, 7.5vw, 6.5rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: var(--ivory);
  margin: 20px 0 28px;
  text-transform: none;
}

.hub-hero-sub {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: rgba(244, 239, 228, 0.78);
  max-width: 640px;
  line-height: 1.65;
  font-weight: 400;
}

.hub-hero-support {
  font-size: 0.95rem;
  color: rgba(244, 239, 228, 0.52);
  max-width: 560px;
  line-height: 1.7;
  margin-top: 20px;
}

.hub-hero-divider {
  width: 64px;
  height: 1px;
  background: var(--gold);
  margin: 36px 0;
  opacity: 0.7;
}

.hub-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.hub-hero-bottom {
  margin-top: auto;
  padding: 48px 0 72px;
  border-top: 1px solid rgba(244, 239, 228, 0.1);
}

.hub-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.hub-metric-value {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.02em;
}

.hub-metric-label {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(244, 239, 228, 0.45);
  margin-top: 10px;
  line-height: 1.55;
  max-width: 200px;
}

/* ── Section layouts ── */
.hub-section {
  padding: 140px 0;
}

.hub-section--subtle {
  background: var(--bg-subtle);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.hub-section--dark {
  background: var(--bg-dark);
  color: var(--text-inverse);
}

.hub-section--dark p {
  color: var(--text-muted-inverse);
}

.hub-section--dark .section-heading {
  color: var(--ivory);
}

.hub-section--dark .eyebrow {
  color: var(--gold);
}

.hub-intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: start;
  margin-top: 48px;
}

.hub-intro-grid p {
  font-size: 1.05rem;
  line-height: 1.75;
}

.hub-intro-grid p + p {
  margin-top: 20px;
}

/* ── Cards (El Vacío) ── */
.hub-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 64px;
}

.hub-card {
  background: var(--bg);
  padding: 48px 40px;
  transition: background 0.35s ease;
}

.hub-card:hover {
  background: var(--bg-card);
}

.hub-card-num {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.hub-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.65rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 14px;
  line-height: 1.15;
}

.hub-card p {
  font-size: 0.95rem;
  line-height: 1.7;
}

.hub-closing {
  margin-top: 72px;
  padding-top: 48px;
  border-top: 1px solid var(--border);
}

.hub-closing p {
  font-size: 1.1rem;
  max-width: 640px;
  line-height: 1.75;
}

.hub-closing p + p {
  margin-top: 12px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--wine);
  font-weight: 500;
}

/* ── Por Qué Ahora blocks ── */
.hub-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid var(--border);
}

.hub-block h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wine);
  margin-bottom: 16px;
}

.hub-block p {
  font-size: 0.92rem;
  line-height: 1.7;
}

.hub-section-statement {
  margin-top: 80px;
  padding: 48px 0 0;
  border-top: 1px solid var(--border);
}

/* ── Qué es — negation + diagram ── */
.hub-negation {
  margin: 40px 0 48px;
}

.hub-negation li {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--text-faint);
  line-height: 1.3;
  margin-bottom: 8px;
  position: relative;
  padding-left: 0;
}

.hub-negation li::before {
  content: none;
}

.hub-negation-emphasis {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 600;
  color: var(--wine);
  margin: 32px 0 40px;
  line-height: 1.1;
}

.hub-diagram {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 64px 32px;
  margin: 48px 0;
  background: var(--bg-subtle);
  border: 1px solid var(--border);
}

.hub-diagram-node {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 20px 28px;
  border: 1px solid var(--border-strong);
  background: var(--bg);
  color: var(--text);
  text-align: center;
  min-width: 160px;
}

.hub-diagram-node--center {
  background: var(--wine);
  border-color: var(--wine);
  color: var(--ivory);
  padding: 28px 36px;
  font-size: 0.78rem;
}

.hub-diagram-arrow {
  font-size: 1.4rem;
  color: var(--gold);
  font-weight: 300;
}

.hub-chain {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
  max-width: 520px;
}

.hub-chain p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.hub-chain p:last-child {
  color: var(--wine);
  font-weight: 600;
}

/* ── Plataformas tabs ── */
.hub-platforms {
  margin-top: 56px;
}

.hub-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid var(--border);
  margin-bottom: 0;
}

.hub-tab {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 18px 24px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  color: var(--text-muted);
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
  margin-bottom: -1px;
}

.hub-tab:hover {
  color: var(--text);
}

.hub-tab.active {
  color: var(--wine);
  border-bottom-color: var(--gold);
}

.hub-tab-panel {
  display: none;
  padding: 56px 0;
  animation: hubFadeIn 0.4s ease;
}

.hub-tab-panel.active {
  display: block;
}

@keyframes hubFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hub-tab-panel h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
  color: var(--text);
  margin-bottom: 20px;
}

.hub-tab-panel p {
  font-size: 1.05rem;
  max-width: 640px;
  line-height: 1.75;
}

.hub-tab-index {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

/* ── Ecosistema benefits ── */
.hub-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 56px;
}

.hub-benefit {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 500;
  color: var(--ivory);
  line-height: 1.2;
  padding-top: 24px;
  border-top: 1px solid rgba(244, 239, 228, 0.15);
}

.hub-benefit span {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

/* ── Expansión global ── */
.hub-expansion {
  margin-top: 56px;
}

.hub-phase {
  margin-bottom: 48px;
}

.hub-phase-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.hub-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hub-city {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
  padding: 14px 24px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text);
  transition: border-color 0.25s, background 0.25s;
}

.hub-city:hover {
  border-color: var(--gold);
  background: var(--bg-card);
}

.hub-city--primary {
  background: var(--wine);
  border-color: var(--wine);
  color: var(--ivory);
}

.hub-city--primary:hover {
  background: var(--accent-secondary-hover);
  border-color: var(--accent-secondary-hover);
}

/* ── Alianzas ── */
.hub-allies-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 56px;
}

.hub-ally-slot {
  background: var(--bg);
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.hub-triad {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hub-triad p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  color: var(--text-muted);
  line-height: 1.35;
}

.hub-triad p:last-child {
  color: var(--wine);
  font-weight: 600;
}

/* ── Visión roles ── */
.hub-roles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border-dark);
  border: 1px solid var(--border-dark);
  margin: 48px 0;
}

.hub-role {
  background: rgba(42, 15, 30, 0.6);
  padding: 32px 28px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 239, 228, 0.75);
  text-align: center;
  transition: background 0.25s;
}

.hub-role:hover {
  background: rgba(92, 26, 51, 0.4);
  color: var(--gold-light);
}

.hub-manifesto {
  max-width: 720px;
  margin: 48px 0;
}

.hub-manifesto p {
  font-size: 1.1rem;
  line-height: 1.8;
}

.hub-manifesto p + p {
  margin-top: 20px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  color: var(--ivory);
  font-weight: 500;
  line-height: 1.35;
}

.hub-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
}

.btn-gold {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--wine-deep);
}

.btn-gold:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  color: var(--wine-deep);
}

/* ── Vision / final CTA section ── */
.hub-vision {
  position: relative;
  overflow: hidden;
  background: var(--wine-deep);
  padding: 160px 0;
}

.hub-vision-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.18;
}

.hub-vision > .container {
  position: relative;
  z-index: 1;
}

/* ── Footer overrides ── */
footer {
  background: var(--bg-deeper);
  border-top-color: var(--border-dark);
}

.footer-tagline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  color: rgba(244, 239, 228, 0.55);
}

.footer-event-link {
  color: var(--gold);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  transition: color 0.2s;
}

.footer-event-link:hover {
  color: var(--gold-light);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .hub-metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
  .hub-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
  .hub-benefits {
    grid-template-columns: repeat(2, 1fr);
  }
  .hub-roles {
    grid-template-columns: repeat(2, 1fr);
  }
  .hub-allies-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }

  .hub-section { padding: 100px 0; }
  .hub-intro-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hub-card-grid,
  .hub-blocks,
  .hub-benefits,
  .hub-allies-grid {
    grid-template-columns: 1fr;
  }
  .hub-tab-list {
    flex-direction: column;
    border-bottom: none;
  }
  .hub-tab {
    border-bottom: 1px solid var(--border);
    text-align: left;
  }
  .hub-tab.active {
    border-bottom-color: var(--border);
    border-left: 3px solid var(--gold);
  }
  .hub-diagram {
    flex-direction: column;
    gap: 16px;
  }
  .hub-diagram-arrow {
    transform: rotate(90deg);
  }
  .hub-hero-actions,
  .hub-cta-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .hub-hero-top { padding-top: 100px; }
  .page-mimw .hub-hero {
    min-height: auto;
    max-height: none;
  }
  .page-mimw .hub-hero-inner {
    justify-content: flex-start;
    padding-top: 108px;
    padding-bottom: 64px;
  }
}

/* ── Made in Mexico Week event page ── */
.page-mimw .hub-hero {
  min-height: 88vh;
  max-height: 960px;
}

.page-mimw .hub-hero-inner {
  justify-content: center;
  padding-top: 96px;
  padding-bottom: 72px;
}

.page-mimw .hub-hero-top {
  padding-top: 0;
  width: 100%;
}

.page-mimw .hub-hero-bottom {
  padding-bottom: 56px;
}

.hub-event-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(244, 239, 228, 0.12);
}

.hub-event-bar-item {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 239, 228, 0.45);
}

.hub-event-bar-item--accent {
  color: var(--gold);
}

.hub-event-bar-sep {
  color: rgba(244, 239, 228, 0.2);
  font-weight: 300;
}

.hub-register {
  position: relative;
  overflow: hidden;
  background: var(--wine-deep);
  padding: 140px 0;
  text-align: center;
}

.hub-register-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.14;
}

.hub-register > .container {
  position: relative;
  z-index: 1;
}

.hub-register h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 500;
  color: var(--ivory);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.hub-register p {
  max-width: 480px;
  margin: 0 auto 36px;
  color: var(--text-muted-inverse);
  font-size: 1.05rem;
  line-height: 1.7;
}

.page-mimw .hub-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 64px;
}

.page-mimw .hub-pillar {
  background: var(--bg);
  padding: 40px 32px;
  transition: background 0.3s ease;
}

.page-mimw .hub-pillar:hover {
  background: var(--bg-card);
}

.page-mimw .hub-pillar-num {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.page-mimw .hub-pillar h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 12px;
  line-height: 1.15;
}

.page-mimw .hub-pillar p {
  font-size: 0.92rem;
  line-height: 1.65;
}

@media (max-width: 768px) {
  .page-mimw .hub-pillars {
    grid-template-columns: 1fr;
  }
}

/* ── MIMW NYC 2026 landing components ── */
.mimw-negation li {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--text-faint);
  line-height: 1.3;
  margin-bottom: 8px;
}

.mimw-negation-emphasis {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 600;
  color: var(--wine);
  margin: 28px 0 40px;
  line-height: 1.1;
  max-width: 820px;
}

.mimw-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 56px;
}

.mimw-highlight {
  background: var(--bg);
  padding: 28px 24px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wine);
  text-align: center;
  transition: background 0.25s, color 0.25s;
}

.mimw-highlight:hover {
  background: var(--bg-card);
  color: var(--text);
}

.mimw-sectors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}

.mimw-sector {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 18px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text-muted);
  transition: border-color 0.2s, color 0.2s;
}

.mimw-sector:hover {
  border-color: var(--gold);
  color: var(--wine);
}

.mimw-closing-note {
  margin-top: 32px;
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 560px;
  line-height: 1.7;
}

.mimw-receive-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 56px;
}

.mimw-receive-item {
  background: var(--bg);
  padding: 40px 36px;
  transition: background 0.3s ease;
}

.mimw-receive-item:hover {
  background: var(--bg-card);
}

.mimw-receive-item h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 12px;
  line-height: 1.15;
}

.mimw-receive-item p {
  font-size: 0.92rem;
  line-height: 1.65;
}

.mimw-criteria-list {
  list-style: none;
  margin-top: 48px;
  border-top: 1px solid var(--border);
}

.mimw-criteria-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
  align-items: start;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.mimw-criteria-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
  padding-top: 2px;
}

.mimw-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 56px;
}

.mimw-info-card {
  background: var(--bg);
  padding: 40px 36px;
}

.mimw-info-card h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wine);
  margin-bottom: 14px;
}

.mimw-info-card p {
  font-size: 0.95rem;
  line-height: 1.7;
}

.mimw-timeline {
  list-style: none;
  margin-top: 56px;
  border-top: 1px solid var(--border);
}

.mimw-timeline-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  padding: 36px 0;
  border-bottom: 1px solid var(--border);
  align-items: start;
}

.mimw-timeline-item--event .mimw-timeline-date {
  color: var(--gold);
}

.mimw-timeline-date {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--text-faint);
  line-height: 1.2;
}

.mimw-timeline-label {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text-muted);
  padding-top: 4px;
}

.mimw-section-cta {
  margin-top: 48px;
}

.mimw-cta-note {
  margin-top: 20px;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: rgba(244, 239, 228, 0.45);
}

.hub-register .mimw-cta-note {
  margin-top: 24px;
}

.page-mimw .hub-hero-body {
  max-width: 640px;
  margin-top: 8px;
}

.page-mimw .hub-hero-body p {
  font-size: 0.95rem;
  color: rgba(244, 239, 228, 0.58);
  line-height: 1.75;
  margin-top: 16px;
}

.page-mimw .hub-hero-badges {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(244, 239, 228, 0.1);
}

.page-mimw .hub-hero-badge {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 239, 228, 0.42);
}

.page-mimw .hub-hero-badge--accent {
  color: var(--gold);
}

@media (max-width: 1024px) {
  .mimw-highlights {
    grid-template-columns: repeat(2, 1fr);
  }
  .mimw-receive-grid,
  .mimw-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .mimw-highlights {
    grid-template-columns: 1fr;
  }
  .mimw-timeline-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* ── MIMW — misionmxca-inspired layout ── */
.mimw-hero .hub-hero-top {
  padding-top: 108px;
}

.mimw-hero-partners {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 28px;
  margin-bottom: 36px;
}

.mimw-partner-sep {
  width: 1px;
  height: 36px;
  background: rgba(244, 239, 228, 0.2);
  flex-shrink: 0;
}

.mimw-partner-logo {
  display: block;
  width: auto;
  object-fit: contain;
  object-position: left center;
}

.mimw-partner-logo--se {
  height: clamp(44px, 6vw, 64px);
  max-width: min(280px, 52vw);
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.mimw-partner-logo--mh {
  height: clamp(32px, 4.5vw, 48px);
  max-width: min(200px, 40vw);
  opacity: 1;
}

.mimw-partner-logo--footer {
  filter: brightness(0) invert(1);
  opacity: 0.82;
}

.mimw-partner-logo--footer.mimw-partner-logo--se {
  height: 40px;
}

.mimw-partner-logo--footer.mimw-partner-logo--mh {
  height: 30px;
  filter: none;
  opacity: 1;
}

.mimw-stats-band {
  background: var(--bg-subtle);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 0;
}

.mimw-stats-band-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 32px 32px;
}

.mimw-stats-band-title {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wine);
  margin-bottom: 28px;
}

.mimw-stats-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin: 0 -8px;
  padding: 0 8px 8px;
}

.mimw-stats-scroll::-webkit-scrollbar {
  display: none;
}

.mimw-stats-track {
  display: flex;
  gap: 0;
  min-width: min-content;
}

.mimw-stat {
  flex: 0 0 auto;
  min-width: clamp(200px, 22vw, 260px);
  padding: 0 40px 0 0;
  border-right: 1px solid var(--border);
  margin-right: 40px;
}

.mimw-stat:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.mimw-stat-value {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 600;
  color: var(--wine);
  line-height: 1;
  letter-spacing: -0.02em;
}

.mimw-stat-rule {
  width: 28px;
  height: 2px;
  background: var(--gold);
  margin: 16px 0;
}

.mimw-stat-label {
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--text-muted);
  max-width: 220px;
}

.mimw-stats-hint {
  display: none;
  margin-top: 16px;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.mimw-section-intro {
  margin-bottom: 8px;
}

.mimw-section-intro .eyebrow {
  margin-bottom: 8px;
}

.mimw-section-intro .section-heading {
  margin-bottom: 0;
}

.mimw-event-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 56px;
}

.mimw-meta-card {
  background: var(--bg);
  padding: 32px 28px;
}

.mimw-meta-card--wide {
  grid-column: 1 / -1;
}

.mimw-meta-card h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.mimw-meta-card p {
  font-size: 0.95rem;
  line-height: 1.65;
}

.mimw-meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mimw-meta-list li {
  position: relative;
  padding-left: 18px;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.mimw-meta-list li + li {
  margin-top: 10px;
}

.mimw-meta-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 1px;
  background: var(--gold);
}

.mimw-audience-header {
  max-width: 720px;
  margin-bottom: 40px;
}

.mimw-audience-header .eyebrow {
  margin-bottom: 8px;
}

.mimw-audience-lead {
  margin-top: 20px;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text-muted);
}

.mimw-audience-lead--light {
  color: var(--text-muted-inverse);
}

.mimw-audience-cta {
  margin-top: 48px;
}

.mimw-cta-note--light {
  color: rgba(244, 239, 228, 0.45);
}

.mimw-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 48px;
}

.mimw-sponsor-tier {
  background: var(--bg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  grid-column: span 2;
}

.mimw-sponsor-tier--diamond,
.mimw-sponsor-tier--premium {
  grid-column: span 3;
}

.mimw-sponsor-tier-badge {
  display: inline-block;
  width: fit-content;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 12px;
  margin-bottom: 16px;
  border: 1px solid var(--border-strong);
  color: var(--text-muted);
}

.mimw-sponsor-tier--diamond .mimw-sponsor-tier-badge {
  background: linear-gradient(135deg, rgba(184, 148, 79, 0.2), rgba(92, 26, 51, 0.12));
  border-color: var(--gold);
  color: var(--wine);
}

.mimw-sponsor-tier--premium .mimw-sponsor-tier-badge {
  background: var(--accent-dim);
  border-color: var(--gold);
  color: var(--wine);
}

.mimw-sponsor-tier--gold .mimw-sponsor-tier-badge {
  color: #9A7A3A;
  border-color: #C9A84C;
}

.mimw-sponsor-tier--silver .mimw-sponsor-tier-badge {
  color: #6B6560;
  border-color: #A8A29C;
}

.mimw-sponsor-tier--bronze .mimw-sponsor-tier-badge {
  color: #7A5A3A;
  border-color: #B8885A;
}

.mimw-sponsor-tier h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 10px;
  line-height: 1.15;
}

.mimw-sponsor-tier > p {
  font-size: 0.9rem;
  line-height: 1.65;
  margin-bottom: 20px;
}

.mimw-sponsor-perks {
  list-style: none;
  margin: auto 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--border);
}

.mimw-sponsor-perks li {
  position: relative;
  padding-left: 14px;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.mimw-sponsor-perks li + li {
  margin-top: 8px;
}

.mimw-sponsor-perks li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
}

.mimw-sponsor-draft {
  margin-top: 24px;
  font-size: 0.78rem;
  font-style: italic;
  color: var(--text-faint);
}

.mimw-buyer-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(244, 239, 228, 0.12);
  border: 1px solid rgba(244, 239, 228, 0.12);
  margin-top: 48px;
}

.mimw-buyer-benefit {
  background: rgba(42, 15, 30, 0.35);
  padding: 36px 32px;
}

.mimw-buyer-benefit h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--ivory);
  margin-bottom: 10px;
}

.mimw-buyer-benefit p {
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--text-muted-inverse);
}

.mimw-final-partners {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 32px;
  margin-bottom: 32px;
}

.mimw-final-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}

.mimw-footer-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .mimw-sponsor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mimw-sponsor-tier,
  .mimw-sponsor-tier--diamond,
  .mimw-sponsor-tier--premium {
    grid-column: span 1;
  }
  .mimw-event-meta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .mimw-stats-hint {
    display: block;
  }
  .mimw-partner-sep {
    display: none;
  }
  .mimw-hero-partners {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .mimw-sponsor-grid,
  .mimw-buyer-benefits {
    grid-template-columns: 1fr;
  }
  .mimw-final-ctas {
    flex-direction: column;
    align-items: center;
  }
  .hub-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ── Edit mode (designer) — visible on wine/ivory surfaces ── */
body.edit-mode.page-hub [data-content-key]:not(img):not(.cms-bg-slot),
body.edit-mode.page-mimw [data-content-key]:not(img):not(.cms-bg-slot) {
  outline: 1px dashed rgba(184, 148, 79, 0.75);
  outline-offset: 5px;
}

body.edit-mode.page-hub [data-content-key][contenteditable="true"],
body.edit-mode.page-mimw [data-content-key][contenteditable="true"] {
  cursor: text;
}

body.edit-mode.page-hub [data-content-key]:focus,
body.edit-mode.page-mimw [data-content-key]:focus {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

body.edit-mode.page-hub [data-content-key][data-dirty="true"],
body.edit-mode.page-mimw [data-content-key][data-dirty="true"] {
  box-shadow: 0 0 0 2px rgba(184, 148, 79, 0.22);
}

/* ── Edit mode — button links (click to edit URL, WAS press-pdf-link pattern) ── */
body.edit-mode.page-hub [data-cms-href-key],
body.edit-mode.page-mimw [data-cms-href-key] {
  cursor: pointer;
  outline: 1px dashed rgba(184, 148, 79, 0.55);
  outline-offset: 6px;
}

body.edit-mode.page-hub [data-cms-href-key][data-dirty="true"],
body.edit-mode.page-mimw [data-cms-href-key][data-dirty="true"] {
  box-shadow: 0 0 0 2px rgba(184, 148, 79, 0.22);
}
