/* =====================================================
   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);
}

/* ── Language switcher ── */
.lang-switcher {
  display: flex;
  align-items: center;
  border: 1px solid rgba(244, 239, 228, 0.18);
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

.lang-switcher-btn {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 239, 228, 0.45);
  background: none;
  border: none;
  padding: 5px 9px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.18s, background 0.18s;
}

.lang-switcher-btn + .lang-switcher-btn {
  border-left: 1px solid rgba(244, 239, 228, 0.18);
}

.lang-switcher-btn:hover {
  color: var(--ivory);
}

.lang-switcher-btn.active,
.lang-switcher-btn[aria-pressed="true"] {
  color: var(--gold);
  background: rgba(184, 148, 79, 0.12);
}

/* Language switcher inside the mobile overlay */
.nav-overlay .lang-switcher {
  border-color: rgba(244, 239, 228, 0.15);
  margin-top: 20px;
  align-self: flex-start;
}

.nav-overlay .lang-switcher-btn {
  font-size: 0.7rem;
  padding: 7px 14px;
}

.nav-overlay .lang-switcher-btn + .lang-switcher-btn {
  border-left-color: rgba(244, 239, 228, 0.15);
}

/* ── Mobile menu (editorial — overrides shared WAS overlay styles) ── */
.page-hub .nav-hamburger,
.page-mimw .nav-hamburger {
  cursor: pointer;
  z-index: 120;
  position: relative;
}

.page-hub .nav-hamburger span,
.page-mimw .nav-hamburger span {
  background: var(--ivory);
  height: 1.5px;
  width: 24px;
}

.page-hub .nav-hamburger[aria-expanded="true"] span:nth-child(1),
.page-mimw .nav-hamburger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.page-hub .nav-hamburger[aria-expanded="true"] span:nth-child(2),
.page-mimw .nav-hamburger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.page-hub .nav-hamburger[aria-expanded="true"] span:nth-child(3),
.page-mimw .nav-hamburger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.page-hub .nav-overlay,
.page-mimw .nav-overlay {
  background: var(--bg-deeper);
  padding: 88px 32px 48px;
  justify-content: flex-start;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.page-hub .nav-overlay::before,
.page-mimw .nav-overlay::before {
  content: '';
  position: absolute;
  top: 68px;
  left: 32px;
  right: 32px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold) 0%, transparent 72%);
  opacity: 0.4;
  pointer-events: none;
}

.page-hub .nav-overlay a,
.page-mimw .nav-overlay a {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 7vw, 3rem);
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--ivory);
  border-bottom-color: var(--border-dark);
  padding: 14px 0;
}

.page-hub .nav-overlay a:first-of-type,
.page-mimw .nav-overlay a:first-of-type {
  border-top-color: var(--border-dark);
}

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

.page-hub .nav-overlay-label,
.page-mimw .nav-overlay-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 20px 0 6px;
  border-top-color: var(--border-dark);
  margin-top: 0;
}

.page-hub .nav-overlay-child,
.page-mimw .nav-overlay-child {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.5rem, 5vw, 2.2rem) !important;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: none;
  padding: 10px 0 10px 16px !important;
  color: rgba(244, 239, 228, 0.62) !important;
  border-top: none !important;
}

.page-hub .nav-overlay-child:hover,
.page-mimw .nav-overlay-child:hover,
.page-hub .nav-overlay-child.active,
.page-mimw .nav-overlay-child.active {
  color: var(--gold-light) !important;
}

.page-hub .nav-overlay-close,
.page-mimw .nav-overlay-close {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 239, 228, 0.45);
  top: 22px;
  right: 32px;
}

.page-hub .nav-overlay-close:hover,
.page-mimw .nav-overlay-close:hover {
  color: var(--gold-light);
}

/* ── 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;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
}

.hub-hero-bottom {
  margin-top: auto;
  padding: 48px 0 72px;
}

/* ── Hero endorsers / institution logos ── */
.hub-hero-endorsers {
  display: flex;
  align-items: center;
  gap: 0;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(244, 239, 228, 0.1);
}

.hub-hero-endorser {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  min-width: 110px;
  min-height: 64px;
  border-right: 1px solid rgba(244, 239, 228, 0.1);
  transition: background 0.2s;
}

.hub-hero-endorser:last-child {
  border-right: none;
}

.hub-hero-endorser:hover {
  background: rgba(244, 239, 228, 0.04);
}

.hub-hero-endorser-img {
  max-height: 32px;
  max-width: 110px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.55;
  transition: opacity 0.18s;
}

.hub-hero-endorser:hover .hub-hero-endorser-img {
  opacity: 0.85;
}

.hub-hero-endorser-img:not([src]),
.hub-hero-endorser-img[src=""] {
  display: none;
}

/* ── Edit mode: hero endorser upload zones ── */
.edit-mode .hub-hero-endorser {
  position: relative;
  cursor: pointer;
}

.edit-mode .hub-hero-endorser-img:not([src]),
.edit-mode .hub-hero-endorser-img[src=""] {
  display: block;
  width: 96px;
  height: 36px;
  opacity: 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.edit-mode .hub-hero-endorser:has(.hub-hero-endorser-img:not([src])),
.edit-mode .hub-hero-endorser:has(.hub-hero-endorser-img[src=""]) {
  border-style: dashed !important;
  border-color: rgba(184, 148, 79, 0.5) !important;
  background: rgba(184, 148, 79, 0.04) !important;
}

.edit-mode .hub-hero-endorser:has(.hub-hero-endorser-img:not([src]))::before,
.edit-mode .hub-hero-endorser:has(.hub-hero-endorser-img[src=""])::before {
  content: 'Upload logo';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(184, 148, 79, 0.75);
  pointer-events: none;
  white-space: nowrap;
  z-index: 1;
}

.edit-mode .hub-hero-endorser:has(.hub-hero-endorser-img[src]:not([src=""]))::before {
  content: 'Replace';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: transparent;
  pointer-events: none;
  white-space: nowrap;
  z-index: 3;
  transition: color 0.18s;
}

.edit-mode .hub-hero-endorser:hover:has(.hub-hero-endorser-img[src]:not([src=""]))::before {
  color: rgba(184, 148, 79, 0.9);
}

.edit-mode .hub-hero-endorser:hover .hub-hero-endorser-img[src]:not([src=""]) {
  opacity: 0.35;
}

.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);
}

/* ── Section logo (Por qué ahora) ── */
.hub-section-logo {
  margin-bottom: 36px;
}

.hub-section-logo-img {
  display: block;
  min-height: 200px;
  height: 200px;
  width: auto;
  max-width: min(480px, 80vw);
  object-fit: contain;
  transition: opacity 0.18s;
}

.hub-section-logo-img:not([src]),
.hub-section-logo-img[src=""] {
  display: none;
}

/* ── Edit mode: section logo upload ── */
.edit-mode .hub-section-logo {
  position: relative;
  display: inline-block;
  cursor: pointer;
  min-width: 200px;
  min-height: 200px;
}

.edit-mode .hub-section-logo-img:not([src]),
.edit-mode .hub-section-logo-img[src=""] {
  display: block;
  width: 200px;
  min-height: 200px;
  height: 200px;
  opacity: 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.edit-mode .hub-section-logo:has(.hub-section-logo-img:not([src])),
.edit-mode .hub-section-logo:has(.hub-section-logo-img[src=""]) {
  border: 1px dashed rgba(184, 148, 79, 0.5);
  background: rgba(184, 148, 79, 0.04);
  border-radius: 2px;
}

.edit-mode .hub-section-logo:has(.hub-section-logo-img:not([src]))::before,
.edit-mode .hub-section-logo:has(.hub-section-logo-img[src=""])::before {
  content: 'Upload logo';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(184, 148, 79, 0.75);
  pointer-events: none;
  white-space: nowrap;
  z-index: 1;
}

.edit-mode .hub-section-logo:has(.hub-section-logo-img[src]:not([src=""]))::before {
  content: 'Replace logo';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: transparent;
  pointer-events: none;
  white-space: nowrap;
  z-index: 3;
  transition: color 0.18s;
}

.edit-mode .hub-section-logo:hover:has(.hub-section-logo-img[src]:not([src=""]))::before {
  color: rgba(184, 148, 79, 0.9);
}

.edit-mode .hub-section-logo:hover .hub-section-logo-img[src]:not([src=""]) {
  opacity: 0.35;
}

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

/* ── Section 03 — centered monumental layout ── */
#porque .hub-section-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}

.edit-mode #porque .hub-section-logo {
  display: flex;
}

#porque .eyebrow-row {
  justify-content: center;
}

#porque .eyebrow-row .hline {
  display: none;
}

#porque .section-heading {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#porque .hub-intro-grid {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  gap: 48px;
}

#porque .hub-section-statement {
  text-align: center;
}

#porque .hub-statement {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.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-category {
  margin-top: 56px;
}
.hub-allies-category + .hub-allies-category {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid var(--border);
}

.hub-allies-cat-label {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--accent-secondary);
  margin-bottom: 28px;
  line-height: 1.2;
}

.hub-allies-logos {
  display: grid;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.hub-allies-logos--2 {
  grid-template-columns: repeat(2, minmax(0, 280px));
  width: fit-content;
  max-width: 100%;
}
.hub-allies-logos--4 {
  grid-template-columns: repeat(4, 1fr);
}
.hub-allies-logos--5 {
  grid-template-columns: repeat(5, 1fr);
}

.hub-ally-logo {
  background: var(--bg);
  min-height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 24px;
  gap: 12px;
  transition: background 0.2s;
}
.hub-ally-logo:hover {
  background: color-mix(in srgb, var(--gold) 6%, var(--bg));
}

.hub-ally-img {
  max-height: 60px;
  max-width: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: opacity 0.18s;
}
.hub-ally-img:not([src]),
.hub-ally-img[src=""] {
  display: none;
}

.hub-ally-name {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-faint);
  text-align: center;
  line-height: 1.4;
}

/* ── Edit mode: logo upload zones ── */
.edit-mode .hub-ally-logo {
  position: relative;
  cursor: pointer;
}

/* Render empty img as an invisible but clickable block */
.edit-mode .hub-ally-img:not([src]),
.edit-mode .hub-ally-img[src=""] {
  display: block;
  width: 120px;
  height: 56px;
  opacity: 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

/* Dashed border + tinted bg on empty slots */
.edit-mode .hub-ally-logo:has(.hub-ally-img:not([src])),
.edit-mode .hub-ally-logo:has(.hub-ally-img[src=""]) {
  border-style: dashed !important;
  border-color: rgba(184, 148, 79, 0.5) !important;
  background: rgba(184, 148, 79, 0.04) !important;
}

/* "Upload logo" hint on empty slots */
.edit-mode .hub-ally-logo:has(.hub-ally-img:not([src]))::before,
.edit-mode .hub-ally-logo:has(.hub-ally-img[src=""])::before {
  content: 'Upload logo';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 12px));
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(184, 148, 79, 0.75);
  pointer-events: none;
  white-space: nowrap;
  z-index: 1;
}

/* "Replace" hint on hover for filled slots */
.edit-mode .hub-ally-logo:has(.hub-ally-img[src]:not([src=""]))::before {
  content: 'Replace';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: transparent;
  pointer-events: none;
  white-space: nowrap;
  z-index: 3;
  transition: color 0.18s;
}
.edit-mode .hub-ally-logo:hover:has(.hub-ally-img[src]:not([src=""]))::before {
  color: rgba(184, 148, 79, 0.9);
}
.edit-mode .hub-ally-logo:hover .hub-ally-img[src]:not([src=""]) {
  opacity: 0.55;
}

.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;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}

.hub-manifesto-trigger {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

.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);
}

.hub-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.hub-social-link {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(244, 239, 228, 0.2);
  color: rgba(244, 239, 228, 0.78);
  background: rgba(244, 239, 228, 0.04);
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.hub-social-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hub-social-link:hover,
.hub-social-link:focus-visible {
  border-color: var(--gold);
  color: var(--gold-light);
  background: rgba(184, 148, 79, 0.12);
}

.hub-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
}

.hub-modal.is-open {
  display: block;
}

.hub-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 8, 18, 0.7);
  backdrop-filter: blur(2px);
}

.hub-modal-dialog {
  position: relative;
  max-width: 760px;
  max-height: calc(100vh - 48px);
  margin: 24px auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 52px 40px 40px;
  box-shadow: 0 28px 64px rgba(26, 8, 18, 0.45);
}

.hub-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: var(--text-faint);
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
}

.hub-modal-close:hover,
.hub-modal-close:focus-visible {
  color: var(--wine);
}

.hub-modal-eyebrow {
  margin-bottom: 16px;
}

.hub-modal-dialog h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--wine);
  margin-bottom: 28px;
}

.hub-modal-text {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 12px;
  scrollbar-gutter: stable;
}

.hub-manifesto--modal {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--text-muted);
}

.hub-manifesto--modal p,
.hub-manifesto--modal div {
  white-space: normal;
  margin: 0 0 18px;
}

.hub-manifesto--modal p:last-child,
.hub-manifesto--modal div:last-child {
  margin-bottom: 0;
}

.hub-manifesto--modal .hub-manifesto-lead,
.hub-manifesto--modal > :first-child {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.3rem, 2.4vw, 1.55rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--wine);
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}

.hub-manifesto--modal .hub-manifesto-lead strong,
.hub-manifesto--modal .hub-manifesto-lead b,
.hub-manifesto--modal > :first-child strong,
.hub-manifesto--modal > :first-child b {
  font-weight: 500;
  color: inherit;
}

.hub-manifesto--modal .hub-manifesto-section-title,
.hub-manifesto--modal p:has(> strong:only-child):not(:first-child),
.hub-manifesto--modal p:has(> b:only-child):not(:first-child),
.hub-manifesto--modal div:has(> strong:only-child):not(:first-child) {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--wine);
  margin-top: 32px;
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: none;
}

.hub-manifesto--modal .hub-manifesto-section-title strong,
.hub-manifesto--modal .hub-manifesto-section-title b,
.hub-manifesto--modal p:has(> strong:only-child) strong,
.hub-manifesto--modal p:has(> b:only-child) b,
.hub-manifesto--modal div:has(> strong:only-child) strong {
  font-weight: inherit;
  color: inherit;
}

.hub-manifesto--modal h4,
.hub-manifesto--modal h5 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--wine);
  margin: 32px 0 10px;
}

.hub-manifesto--modal .hub-manifesto-body,
.hub-manifesto--modal p:not(:has(> strong:only-child)):not(:has(> b:only-child)),
.hub-manifesto--modal div:not(:has(> strong:only-child)) {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--text-muted);
}

.hub-manifesto--modal .hub-manifesto-body strong,
.hub-manifesto--modal .hub-manifesto-body b,
.hub-manifesto--modal p:not(:has(> strong:only-child)):not(:has(> b:only-child)) strong,
.hub-manifesto--modal div:not(:has(> strong:only-child)) strong {
  font-weight: 600;
  color: var(--text);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .hub-hero-endorser {
    padding: 10px 20px;
  }
  .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-logos--4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .hub-allies-logos--5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

  .page-hub .nav-overlay,
  .page-mimw .nav-overlay {
    padding: 80px 20px 40px;
  }

  .page-hub .nav-overlay::before,
  .page-mimw .nav-overlay::before {
    left: 20px;
    right: 20px;
  }

  .page-hub .nav-overlay-close,
  .page-mimw .nav-overlay-close {
    right: 20px;
  }

  .hub-section { padding: 100px 0; }
  .hub-intro-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hub-card-grid,
  .hub-blocks,
  .hub-benefits {
    grid-template-columns: 1fr;
  }
  .hub-allies-logos--4,
  .hub-allies-logos--5 {
    grid-template-columns: repeat(2, 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-modal-dialog {
    max-height: calc(100vh - 32px);
    margin: 16px;
    padding: 44px 24px 28px;
  }
  .hub-hero-top { padding-top: 100px; }
  .hub-hero-endorsers {
    flex-wrap: wrap;
  }
  .hub-hero-endorser {
    padding: 8px 16px;
    min-width: 90px;
  }
  .hub-allies-cat-label {
    font-size: 1.3rem;
  }
  .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;
  }
}

@media (max-width: 480px) {
  .hub-allies-logos--2,
  .hub-allies-logos--4,
  .hub-allies-logos--5 {
    grid-template-columns: 1fr;
  }
}

/* ── 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),
body.edit-mode.page-contact [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"],
body.edit-mode.page-contact [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,
body.edit-mode.page-contact [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"],
body.edit-mode.page-contact [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],
body.edit-mode.page-contact [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"],
body.edit-mode.page-contact [data-cms-href-key][data-dirty="true"] {
  box-shadow: 0 0 0 2px rgba(184, 148, 79, 0.22);
}

/* ── Contact page ── */
.page-contact .contact-layout {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.page-contact .contact-left {
  background: var(--bg-subtle);
  border-right: 1px solid var(--border);
  padding: 140px 64px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-contact .contact-right {
  background: var(--bg);
  padding: 140px 64px 80px;
  overflow-y: auto;
}

.page-contact .contact-info-block {
  margin-top: 48px;
}

.page-contact .contact-info-block h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.page-contact .contact-info-block p {
  font-size: 0.9rem;
  color: var(--text);
}

.page-contact .contact-social-link {
  color: var(--wine);
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-contact .contact-social-link:hover {
  color: var(--gold);
}

.page-contact .contact-tagline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--text);
  margin-bottom: 20px;
}

.page-contact .contact-sub {
  font-size: 1rem;
  max-width: 400px;
  line-height: 1.7;
  color: var(--text-muted);
}

.page-contact .contact-required {
  color: var(--gold);
}

.page-contact .contact-submit {
  width: 100%;
  display: block;
  text-align: center;
}

.page-contact .form-success h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  color: var(--text);
}

body.edit-mode.page-contact input[data-content-attr="placeholder"],
body.edit-mode.page-contact textarea[data-content-attr="placeholder"] {
  outline: 2px dashed var(--gold);
  outline-offset: 2px;
  cursor: text;
}

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

  .page-contact .contact-left {
    padding: 120px 24px 48px;
    border-right: none;
    border-bottom: 1px solid var(--border);
  }

  .page-contact .contact-right {
    padding: 48px 24px 80px;
  }
}

/* ── Legal / Privacy page ── */
.page-legal .legal-page {
  padding: 140px 0 80px;
  background: var(--bg);
}

.page-legal .legal-container {
  max-width: 720px;
}

.page-legal .legal-heading {
  margin-top: 24px;
}

.page-legal .legal-meta {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-top: 16px;
  margin-bottom: 48px;
}

.page-legal .legal-section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
}

.page-legal .legal-section:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.page-legal .legal-section h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--text);
  margin-bottom: 16px;
}

.page-legal .legal-section p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-muted);
}

.page-legal .legal-section p + p {
  margin-top: 12px;
}

.page-legal .legal-section a {
  color: var(--wine);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.page-legal .legal-section a:hover {
  color: var(--gold);
}

@media (max-width: 768px) {
  .page-legal .legal-page {
    padding: 120px 0 64px;
  }

  .page-legal .legal-meta {
    margin-bottom: 36px;
  }

  .page-legal .legal-section {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}

/* =====================================================
   Admin — Mexico HUB theme
   ===================================================== */

body.page-hub.admin-body {
  --bg:           #1A0812;
  --bg-card:      #2A0F1E;
  --bg-subtle:    #3D2435;
  --bg-dark:      #2A0F1E;
  --bg-deeper:    #1A0812;

  --border:       #4A3040;
  --border-strong:#6B4F5E;
  --border-dark:  #3D2435;

  --text:         #F4EFE4;
  --text-muted:   rgba(244, 239, 228, 0.58);
  --text-faint:   rgba(244, 239, 228, 0.32);
  --text-inverse: #F4EFE4;
  --text-muted-inverse: rgba(244, 239, 228, 0.58);

  --accent:       var(--gold);
  --accent-dim:   rgba(184, 148, 79, 0.14);
  --accent-hover: var(--gold-light);

  --accent-secondary:       var(--wine);
  --accent-secondary-dim:   rgba(92, 26, 51, 0.2);
  --accent-secondary-hover: #4A1529;

  --white:        #FAF7F0;

  font-family: 'DM Sans', sans-serif;
}

body.page-hub.admin-body h1,
body.page-hub.admin-body h2,
body.page-hub.admin-body h3,
body.page-hub.admin-body h4,
body.page-hub.admin-body .admin-logo,
body.page-hub.admin-body .stat-value,
body.page-hub.admin-body .login-card h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: none;
}

body.page-hub.admin-body .admin-logo {
  font-size: 1.35rem;
  letter-spacing: 0.02em;
}

body.page-hub.admin-body .admin-login-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
}

body.page-hub.admin-body .admin-login-logo {
  width: 72px;
  height: auto;
}

body.page-hub.admin-body .admin-login-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

body.page-hub.admin-body .login-card {
  border-color: var(--border);
  background: var(--bg-card);
}

body.page-hub.admin-body .login-card > p {
  color: var(--text-muted);
}

body.page-hub.admin-body .btn,
body.page-hub.admin-body .btn-save,
body.page-hub.admin-body .filter-btn,
body.page-hub.admin-body .search-input,
body.page-hub.admin-body .view-btn,
body.page-hub.admin-body .asset-copy,
body.page-hub.admin-body .admin-signout,
body.page-hub.admin-body .admin-tab,
body.page-hub.admin-body .new-key-form h4 {
  font-family: 'DM Sans', sans-serif;
}

body.page-hub.admin-body .btn-save {
  background: var(--gold);
  color: var(--wine-deep);
}

body.page-hub.admin-body .btn-save:hover {
  background: var(--gold-light);
  opacity: 1;
}

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

body.page-hub.admin-body .admin-edit-site {
  border-color: var(--gold);
  color: var(--gold);
  background: var(--accent-dim);
}

body.page-hub.admin-body .admin-edit-site:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--wine-deep);
}

body.page-hub.admin-body .admin-badge {
  color: var(--gold);
}

body.page-hub.admin-body .filter-btn.active,
body.page-hub.admin-body .filter-btn:hover {
  border-color: var(--gold);
}

body.page-hub.admin-body .analytics-rank-count,
body.page-hub.admin-body .analytics-rank-bar span,
body.page-hub.admin-body .analytics-bar {
  color: var(--gold);
  background: var(--gold);
}

body.page-hub.admin-body .content-key-item.active {
  border-left-color: var(--gold);
}

body.page-hub.admin-body .upload-zone:hover,
body.page-hub.admin-body .upload-zone.drag-over {
  border-color: var(--gold);
}

body.page-hub.admin-body .asset-card:hover,
body.page-hub.admin-body .view-btn:hover,
body.page-hub.admin-body .search-input:focus {
  border-color: var(--gold);
}

body.page-hub.admin-body .toast {
  background: var(--bg-card);
  border-color: var(--gold);
  color: var(--text);
}
