/* Yates Mexico Marketplace 2.1.0 - PORTADA (home por shortcodes).
   Colores institucionales de yatesmexico.com: navy profundo + crema calida + un solo acento ambar.
   Fraunces (titulares) + Gabarito (UI). Todo bajo .ymx-home. CSS en ASCII. Mobile-first. */

.ymx-home {
  --navy-deep: #0c1a26; --navy: #152637; --navy-2: #1d3349; --navy-soft: #2a4561; --ink-deep: #08131c;
  --white: #f8f5ee; --paper: #f8f5ee; --cream: #f5f1e8; --cream-deep: #efeae0; --cream-2: #ece6d6; --cream-3: #e0d6bf;
  --gray-1: #efeae0; --gray-2: #ece6d6; --gray-3: #e0d6bf;
  --text: #152637; --muted: #5a6b7a; --faint: #8b97a3;
  --line: rgba(21,38,55,.12); --line-soft: rgba(21,38,55,.08);
  --gold: #e8ab36; --gold-soft: #f3c459; --gold-deep: #c8902a; --amber-glow: rgba(232,171,54,.55);
  /* alias del diseno aprobado -> paleta institucional (navy · crema · ambar) */
  --sky: var(--gold); --sky-soft: var(--cream-2); --sky-deep: var(--gold-deep);
  --sea-a: #152637; --sea-b: #1d3349; --sea-c: #2a4561; --sea-d: #4a6a8a;
  --shadow: 0 14px 36px -22px rgba(21,38,55,.18);
  --shadow-hover: 0 32px 60px -28px rgba(21,38,55,.28);
  --r-sm: 8px; --r-md: 14px; --r-lg: 22px;
  --serif: 'Fraunces', Georgia, serif; --sans: 'Gabarito', system-ui, sans-serif;
  --ease: cubic-bezier(.16,1,.3,1);
  --pad: clamp(16px, 4.5vw, 56px);
  font-family: var(--sans); color: var(--text); background: var(--cream); font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.ymx-home, .ymx-home * { box-sizing: border-box; }
.ymx-home a { color: inherit; text-decoration: none; }
.ymx-home img { max-width: 100%; height: auto; display: block; }
.ymx-home svg { width: 1em; height: 1em; flex: none; }
.ymx-home h1, .ymx-home h2, .ymx-home h3, .ymx-home p, .ymx-home ul { margin: 0; }
.ymx-home ul { padding: 0; list-style: none; }
.ymx-home select { font: inherit; color: inherit; }
.ymx-num { font-variant-numeric: tabular-nums; }
.ymx-home .ymx-home__wrap { max-width: 1320px; margin: 0 auto; padding: 0 var(--pad); }

/* ---- tipografia ---- */
.ymx-home .ymx-home__eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase; font-weight: 700; color: var(--sky-deep); }
.ymx-home .ymx-home__eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; }
.ymx-home .ymx-home__eyebrow--light { color: var(--sky); }
.ymx-home .ymx-home__h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(28px, 4vw, 40px); letter-spacing: -.03em; line-height: 1.05; margin-top: 12px; color: var(--text); text-transform: none; }
.ymx-home .ymx-home__h2 em { font-style: italic; color: var(--sky-deep); }
.ymx-home .ymx-home__h3 { font-family: var(--serif); font-weight: 400; font-size: 24px; letter-spacing: -.02em; margin-bottom: 18px; color: var(--text); }
.ymx-home .ymx-home__lead { font-size: 16px; color: var(--muted); max-width: 560px; margin-top: 10px; line-height: 1.6; }
.ymx-home .ymx-home__empty { color: var(--muted); }

/* ---- botones ---- */
.ymx-home .ymx-home__btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 22px; border-radius: 999px; font-family: var(--sans); font-size: 14px; font-weight: 600; border: 1px solid transparent; white-space: nowrap; letter-spacing: .01em; line-height: 1; cursor: pointer; transition: background .3s var(--ease), box-shadow .3s var(--ease), border-color .3s, transform .3s var(--ease); }
.ymx-home .ymx-home__btn svg { width: 14px; height: 14px; }
.ymx-home .ymx-home__btn--primary { background: linear-gradient(180deg, var(--gold-soft), var(--gold)); color: var(--navy); border-color: var(--gold); box-shadow: 0 14px 30px -18px var(--amber-glow); }
.ymx-home .ymx-home__btn--primary:hover { background: linear-gradient(180deg, #f6cc6c, var(--gold-soft)); box-shadow: 0 18px 36px -16px var(--amber-glow); transform: translateY(-1px); }
.ymx-home .ymx-home__btn--ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.ymx-home .ymx-home__btn--ghost:hover { border-color: var(--navy); background: var(--gray-1); }
.ymx-home .ymx-home__btn--white { background: var(--paper); color: var(--navy); }
.ymx-home .ymx-home__btn--white:hover { background: var(--gray-1); transform: translateY(-1px); }
.ymx-home .ymx-home__btn--outline { background: transparent; color: var(--paper); border-color: rgba(248,245,238,.35); }
.ymx-home .ymx-home__btn--outline:hover { border-color: var(--gold); color: var(--gold); }
.ymx-home .ymx-home__btn--mobile { width: 100%; margin-top: 18px; }
.ymx-home .ymx-home__link { font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; color: var(--navy); border-bottom: 1px solid var(--line); padding-bottom: 2px; transition: color .3s, border-color .3s; }
.ymx-home .ymx-home__link svg { width: 12px; height: 12px; }
.ymx-home .ymx-home__link:hover { color: var(--sky-deep); border-color: var(--sky-deep); }
.ymx-home .ymx-hchip { display: inline-flex; align-items: center; height: 34px; padding: 0 16px; border-radius: 999px; border: 1px solid rgba(248,245,238,.3); color: var(--paper); font-size: 13px; font-weight: 500; transition: background .3s, color .3s, border-color .3s; }
.ymx-home .ymx-hchip:hover, .ymx-home .ymx-hchip.is-on { background: var(--paper); color: var(--navy); border-color: var(--paper); }

/* ---- placeholders (tono navy mientras no hay foto) ---- */
.ymx-home .ymx-home__ph { position: absolute; inset: 0; display: block; overflow: hidden; background: linear-gradient(160deg, var(--sea-b) 0%, var(--sea-a) 100%); color: rgba(248,245,238,.35); }
.ymx-home .ymx-home__ph--l { background: linear-gradient(160deg, var(--sea-d) 0%, var(--sea-c) 100%); }
.ymx-home .ymx-home__ph--m { background: linear-gradient(160deg, var(--sea-c) 0%, var(--sea-b) 100%); }
.ymx-home .ymx-home__ph--h { background: linear-gradient(160deg, #4a6a8a 0%, #2a4561 55%, #152637 100%); }
.ymx-home .ymx-home__ph--d { background: linear-gradient(160deg, var(--sea-a) 0%, var(--navy-deep) 100%); }
.ymx-home .ymx-home__ph .ymx-home__sil { position: absolute; right: 10%; bottom: 16%; width: 38%; height: auto; }
.ymx-home .ymx-home__bgimg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ---- secciones ---- */
.ymx-home .ymx-hsec { padding: clamp(40px, 6vw, 88px) 0; background: var(--cream); }
.ymx-home .ymx-hsec--gray { background: var(--cream-deep); }
.ymx-home .ymx-hsec--navy { background: linear-gradient(160deg, var(--navy-2), var(--navy-deep)); color: var(--paper); }
.ymx-home .ymx-hsec--navy .ymx-home__h2 { color: var(--paper); }
.ymx-home .ymx-hsec--navy .ymx-home__h2 em { color: var(--sky); }
.ymx-home .ymx-hsec__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: clamp(22px, 3vw, 36px); }
.ymx-home .ymx-hsec__head > .ymx-home__link { display: none; }
@media (min-width: 640px) { .ymx-home .ymx-hsec__head > .ymx-home__link { display: inline-flex; flex: none; margin-bottom: 8px; } .ymx-home .ymx-home__btn--mobile { display: none; } }

/* ---- HERO v2 (ADN yatesmexico: video a sangre, banderas, mascara, puertas) ---- */
.ymx-home .ymx-hh { position: relative; overflow: visible; isolation: isolate; color: var(--paper); background: var(--navy-deep); display: flex; flex-direction: column; justify-content: flex-end; min-height: 100svh; }
.ymx-home .ymx-hh__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: linear-gradient(165deg, #2a4561 0%, #1d3349 40%, #152637 75%, #0c1a26 100%); color: rgba(248,245,238,.28); }
.ymx-home .ymx-hh__bg .ymx-home__sil { position: absolute; right: 8%; bottom: 40%; width: 34%; height: auto; opacity: .9; }
.ymx-home .ymx-hh__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--focus, center 60%); }
.ymx-home .ymx-hh__img { transform: scale(1.06); animation: ymxKb 30s var(--ease) forwards; }
@keyframes ymxKb { to { transform: scale(1); } }
.ymx-home .ymx-hh__video { opacity: 0; transition: opacity 1.2s var(--ease); }
.ymx-home .ymx-hh__video.on { opacity: 1; }
.ymx-home .ymx-hh__veil { position: absolute; inset: 0; background: radial-gradient(ellipse 520px 340px at 6% 8%, rgba(232,171,54,.12), transparent 62%), linear-gradient(180deg, rgba(8,19,28,.56) 0%, rgba(8,19,28,.36) 26%, rgba(8,19,28,.84) 70%, rgba(8,19,28,.97) 100%); }
.ymx-home .ymx-hh__in { position: relative; z-index: 4; width: 100%; padding-top: clamp(110px, 30vw, 170px); padding-bottom: 22px; }
/* entradas */
.ymx-home .ymx-rv { opacity: 0; transform: translateY(22px); }
.ymx-home .ymx-rv.in { opacity: 1; transform: none; transition: opacity .8s var(--ease), transform .8s var(--ease); }
.ymx-home .ymx-rv--1.in { transition-delay: .08s; } .ymx-home .ymx-rv--2.in { transition-delay: .16s; } .ymx-home .ymx-rv--3.in { transition-delay: .24s; } .ymx-home .ymx-rv--4.in { transition-delay: .32s; }
.ymx-home .ymx-mask { display: block; overflow: hidden; }
.ymx-home .ymx-mask > span { display: block; transform: translateY(102%); transition: transform .9s var(--ease); }
.ymx-home .ymx-mask.in > span { transform: none; }
.ymx-home .ymx-mask--2 > span { transition-delay: .09s; }
/* banderas Y-M-X */
.ymx-home .ymx-hh__flags { display: flex; gap: 8px; margin-bottom: 14px; }
.ymx-home .ymx-hh__flag { position: relative; display: block; width: 24px; height: 16px; transform-origin: 0 0; filter: drop-shadow(0 6px 10px rgba(8,19,28,.45)); animation: ymxFlag 4.2s ease-in-out infinite; }
.ymx-home .ymx-hh__flag:nth-child(2) { animation-delay: .35s; animation-duration: 4.6s; }
.ymx-home .ymx-hh__flag:nth-child(3) { animation-delay: .7s; animation-duration: 5s; }
.ymx-home .ymx-hh__flag svg { width: 100%; height: 100%; overflow: visible; }
.ymx-home .ymx-hh__flag::after { content: ""; position: absolute; inset: 0; border-radius: 2px; background: linear-gradient(105deg, rgba(255,255,255,.18), transparent 45%, rgba(8,19,28,.18)); pointer-events: none; }
@keyframes ymxFlag { 0%,100% { transform: skewY(0deg) scaleX(1); } 35% { transform: skewY(-3.5deg) scaleX(.985); } 70% { transform: skewY(2deg) scaleX(1); } }
/* textos */
.ymx-home .ymx-hh .ymx-home__eyebrow { color: var(--gold); margin-bottom: 14px; font-size: 9.5px; letter-spacing: .18em; }
.ymx-home .ymx-hh__title { font-family: var(--serif); font-weight: 400; font-size: clamp(38px, 10.8vw, 56px); letter-spacing: -.042em; line-height: .96; color: var(--paper); text-transform: none; max-width: 13ch; }
.ymx-home .ymx-hh__title em { font-style: italic; font-weight: 300; color: var(--gold); }
.ymx-home .ymx-hh__sub { display: flex; align-items: baseline; gap: 11px; margin-top: 10px; font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(17px, 4.9vw, 22px); line-height: 1.25; letter-spacing: -.02em; color: rgba(248,245,238,.86); }
.ymx-home .ymx-hh__sub::before { content: ""; flex: none; width: 20px; height: 1px; background: var(--gold); transform: translateY(-.35em); }
.ymx-home .ymx-hh__lead { margin-top: 12px; font-size: 14.5px; line-height: 1.6; color: rgba(248,245,238,.80); max-width: 58ch; }
/* buscador */
.ymx-home .ymx-hs { position: relative; margin-top: 18px; color: var(--paper); border-radius: 18px; display: grid; grid-template-columns: 1fr 1fr; padding: 8px; gap: 8px;
  background: linear-gradient(135deg, rgba(248,245,238,.18), rgba(248,245,238,.06)); border: 1px solid rgba(248,245,238,.28);
  -webkit-backdrop-filter: blur(22px) saturate(160%); backdrop-filter: blur(22px) saturate(160%);
  box-shadow: 0 30px 60px -30px rgba(8,19,28,.8), inset 0 1px 0 rgba(255,255,255,.35), inset 0 -1px 0 rgba(8,19,28,.25); }
.ymx-home .ymx-hs::before { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,.10) 50%, transparent 65%); }
.ymx-home .ymx-hs__f { position: relative; display: flex; flex-direction: column; gap: 3px; padding: 10px 36px 10px 14px; background: rgba(248,245,238,.10); border: 1px solid rgba(248,245,238,.14); border-radius: 12px; cursor: pointer; transition: background .3s, border-color .3s; }
.ymx-home .ymx-hs__f:hover, .ymx-home .ymx-hs__f:focus-within { background: rgba(248,245,238,.16); border-color: rgba(232,171,54,.55); }
.ymx-home .ymx-hs__l { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: rgba(248,245,238,.62); font-weight: 700; }
.ymx-home .ymx-hs__l small { font-size: 9px; letter-spacing: .1em; }
.ymx-home .ymx-hs__f select { appearance: none; -webkit-appearance: none; border: 0; background: transparent; padding: 0; margin: 0; width: 100%; font-size: 16px; font-weight: 500; color: var(--paper); outline: none; cursor: pointer; text-overflow: ellipsis; }
.ymx-home .ymx-hs__f select option { color: var(--text); background: var(--paper); }
.ymx-home .ymx-hs__f > svg { position: absolute; right: 14px; bottom: 14px; width: 11px; height: 11px; opacity: .7; color: var(--gold); pointer-events: none; }
.ymx-home .ymx-hs__go { grid-column: 1 / -1; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; border: 0; border-radius: 12px; background: var(--paper); color: var(--navy); font-family: var(--sans); font-weight: 700; font-size: 15px; cursor: pointer; transition: background .3s, transform .3s var(--ease); box-shadow: 0 10px 24px -14px rgba(8,19,28,.7); }
.ymx-home .ymx-hs__go:hover { background: #fff; transform: translateY(-1px); }
.ymx-home .ymx-hs__go svg { width: 16px; height: 16px; }
/* accesos rapidos + puerta ambar */
.ymx-home .ymx-hh__row { display: flex; flex-direction: column; gap: 12px; margin-top: 14px; }
.ymx-home .ymx-hh__quick { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.ymx-home .ymx-door { position: relative; display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 54px; padding: 9px 9px 9px 22px; border-radius: 999px; font-size: 15px; font-weight: 700; letter-spacing: -.005em; line-height: 1.2; overflow: hidden; isolation: isolate; white-space: nowrap; transition: transform .32s var(--ease), box-shadow .38s var(--ease); }
.ymx-home .ymx-door::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.30) 50%, transparent 70%); transform: translateX(-110%); mix-blend-mode: overlay; }
.ymx-home .ymx-door:hover::after { transform: translateX(110%); transition: transform .85s var(--ease); }
.ymx-home .ymx-door__arr { display: grid; place-items: center; width: 36px; height: 36px; flex: none; border-radius: 50%; background: rgba(8,19,28,.16); transition: transform .45s cubic-bezier(.34,1.56,.64,1); }
.ymx-home .ymx-door__arr svg { width: 16px; height: 16px; }
.ymx-home .ymx-door:hover { transform: translateY(-3px); }
.ymx-home .ymx-door:hover .ymx-door__arr { transform: translate(3px,-3px); }
.ymx-home .ymx-door--gold { background: linear-gradient(180deg, var(--gold-soft), var(--gold)); color: var(--ink-deep); box-shadow: 0 16px 34px -14px var(--amber-glow), inset 0 1px 0 rgba(255,255,255,.45); }
.ymx-home .ymx-door--gold:hover { box-shadow: 0 24px 46px -14px rgba(232,171,54,.62), inset 0 1px 0 rgba(255,255,255,.5); }
/* marquesina de puertos */
.ymx-home .ymx-hh__ports { position: relative; z-index: 2; overflow: hidden; border-top: 1px solid rgba(248,245,238,.10); background: rgba(8,19,28,.42); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.ymx-home .ymx-hh__ptrack { display: flex; width: max-content; animation: ymxMq 30s linear infinite; }
.ymx-home .ymx-hh__ports:hover .ymx-hh__ptrack { animation-play-state: paused; }
@keyframes ymxMq { to { transform: translateX(-50%); } }
.ymx-home .ymx-hh__pset { display: flex; align-items: center; flex: none; }
.ymx-home .ymx-hh__pset span { display: inline-flex; align-items: center; padding: 11px 0; font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: rgba(248,245,238,.66); white-space: nowrap; }
.ymx-home .ymx-hh__pset span::after { content: "\00b7"; margin: 0 16px; color: var(--gold); font-size: 14px; }
/* cifras */
.ymx-home .ymx-hh__strip { background: var(--ink-deep); color: rgba(248,245,238,.72); }
.ymx-home .ymx-hh__strip-in { display: flex; flex-wrap: wrap; gap: 14px 24px; padding: 14px var(--pad); font-size: 12px; color: rgba(248,245,238,.72); align-items: center; }
.ymx-home .ymx-hh__strip-in b { font-family: var(--serif); font-size: 18px; color: var(--gold); font-weight: 400; margin-right: 6px; letter-spacing: -.02em; }
.ymx-home .ymx-hh__strip-r { display: none; align-items: center; gap: 8px; margin-left: auto; }
.ymx-home .ymx-hh__strip-r svg { width: 14px; height: 14px; color: var(--gold); }
@media (min-width: 900px) {
  .ymx-home .ymx-hh { min-height: clamp(640px, 92svh, 960px); }
  .ymx-home .ymx-hh__veil { background: radial-gradient(ellipse 900px 520px at 8% 6%, rgba(232,171,54,.10), transparent 60%), linear-gradient(180deg, rgba(8,19,28,.46) 0%, rgba(8,19,28,.28) 32%, rgba(8,19,28,.74) 72%, rgba(8,19,28,.95) 100%); }
  .ymx-home .ymx-hh__in { padding-top: clamp(120px, 14vw, 168px); padding-bottom: clamp(40px, 5vw, 64px); }
  .ymx-home .ymx-hh__flags { gap: 10px; margin-bottom: 22px; }
  .ymx-home .ymx-hh__flag { width: 32px; height: 22px; }
  .ymx-home .ymx-hh .ymx-home__eyebrow { font-size: 10.5px; letter-spacing: .2em; margin-bottom: 20px; }
  .ymx-home .ymx-hh__title { font-size: clamp(56px, 7vw, 108px); line-height: .94; }
  .ymx-home .ymx-hh__sub { margin-top: 18px; gap: 14px; font-size: clamp(19px, 2vw, 28px); }
  .ymx-home .ymx-hh__sub::before { width: 28px; }
  .ymx-home .ymx-hh__lead { margin-top: 20px; font-size: clamp(15.5px, 1.2vw, 17px); line-height: 1.68; }
  .ymx-home .ymx-hs { margin-top: 30px; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 8px; gap: 8px; }
  .ymx-home .ymx-hs__f { padding: 12px 34px 12px 18px; }
  .ymx-home .ymx-hs__f select { font-size: 15px; }
  .ymx-home .ymx-hs__go { grid-column: 1 / -1; min-height: 52px; }
  .ymx-home .ymx-hh__row { flex-direction: row; align-items: center; justify-content: space-between; margin-top: 18px; }
  .ymx-home .ymx-door { min-height: 56px; padding: 9px 9px 9px 28px; }
  .ymx-home .ymx-door__arr { width: 38px; height: 38px; }
  .ymx-home .ymx-hh__ptrack { animation-duration: 42s; }
  .ymx-home .ymx-hh__pset span { padding: 13px 0; font-size: 10px; letter-spacing: .24em; }
  .ymx-home .ymx-hh__pset span::after { margin: 0 22px; }
  .ymx-home .ymx-hh__strip-in { gap: 48px; padding: 22px var(--pad); font-size: 13px; }
  .ymx-home .ymx-hh__strip-in b { font-size: 22px; margin-right: 8px; }
  .ymx-home .ymx-hh__strip-r { display: inline-flex; }
}
@media (min-width: 1200px) {
  .ymx-home .ymx-hs { grid-template-columns: repeat(5, minmax(0, 1fr)) 170px; padding: 8px; gap: 8px; }
  .ymx-home .ymx-hs__go { grid-column: auto; min-height: 0; }
}
@media (max-height: 560px) and (max-width: 900px) { .ymx-home .ymx-hh { min-height: auto; } .ymx-home .ymx-hh__sub, .ymx-home .ymx-hh__flags { display: none; } }
@media (prefers-reduced-motion: reduce) { .ymx-home .ymx-rv, .ymx-home .ymx-rv.in { opacity: 1 !important; transform: none !important; } .ymx-home .ymx-mask > span { transform: none !important; } .ymx-home .ymx-hh__img, .ymx-home .ymx-hh__flag, .ymx-home .ymx-hh__ptrack { animation: none !important; } }

/* ---- grids ---- */
.ymx-home .ymx-hgrid { display: grid; gap: 16px; }
.ymx-home .ymx-hgrid--cards { grid-template-columns: 1fr; }
.ymx-home .ymx-hgrid--cats, .ymx-home .ymx-hgrid--locs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.ymx-home .ymx-hgrid--brands { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.ymx-home .ymx-hgrid--svcs { grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 640px) {
  .ymx-home .ymx-hgrid--cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .ymx-home .ymx-hgrid--brands { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .ymx-home .ymx-hgrid--svcs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .ymx-home .ymx-hgrid--cats, .ymx-home .ymx-hgrid--locs { gap: 16px; }
}
@media (min-width: 1024px) {
  .ymx-home .ymx-hgrid--cards { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
  .ymx-home .ymx-hgrid--cats, .ymx-home .ymx-hgrid--locs { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
  .ymx-home .ymx-hgrid--brands { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .ymx-home .ymx-hgrid--svcs { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
}
/* en movil, las tarjetas de yates van en carrusel horizontal */
@media (max-width: 639px) {
  .ymx-home .ymx-hgrid--cards { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; margin: 0 calc(-1 * var(--pad)); padding: 0 var(--pad) 6px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .ymx-home .ymx-hgrid--cards::-webkit-scrollbar { display: none; }
  .ymx-home .ymx-hgrid--cards > * { flex: 0 0 80%; scroll-snap-align: start; }
}

/* ---- tarjeta de yate ---- */
.ymx-home .ymx-hc { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; display: flex; flex-direction: column; transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .3s; }
.ymx-home .ymx-hc:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: var(--gray-3); }
.ymx-home .ymx-hc__media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--gray-2); }
.ymx-home .ymx-hc__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.ymx-home .ymx-hc:hover .ymx-hc__media img { transform: scale(1.04); }
.ymx-home .ymx-hc.is-sold .ymx-hc__media img { filter: saturate(.45); }
.ymx-home .ymx-hc__badge { position: absolute; top: 12px; left: 12px; z-index: 2; display: inline-flex; align-items: center; gap: 6px; background: var(--paper); color: var(--navy); font-size: 9.5px; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; padding: 6px 10px; border-radius: 4px; }
.ymx-home .ymx-hc__badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.ymx-home .ymx-hc__badge--new::before { background: var(--gold-deep); }
.ymx-home .ymx-hc__badge--pro::before { background: var(--navy); }
.ymx-home .ymx-hc__badge--sold { background: var(--navy); color: var(--paper); }
.ymx-home .ymx-hc__badge--sold::before { display: none; }
.ymx-home .ymx-hc__n { position: absolute; right: 10px; bottom: 10px; z-index: 2; font-size: 11px; font-weight: 600; color: var(--paper); background: rgba(12,26,38,.55); padding: 3px 8px; border-radius: 4px; }
.ymx-home .ymx-hc__body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 5px; }
.ymx-home .ymx-hc__top { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--faint); font-weight: 700; }
.ymx-home .ymx-hc__name { font-family: var(--serif); font-size: 19px; font-weight: 500; letter-spacing: -.02em; line-height: 1.2; color: var(--text); text-transform: none; }
.ymx-home .ymx-hc__name a:hover { color: var(--sky-deep); }
.ymx-home .ymx-hc__loc { font-size: 13px; color: var(--muted); }
.ymx-home .ymx-hc__price { font-family: var(--serif); font-size: 22px; letter-spacing: -.02em; margin-top: 4px; color: var(--text); font-weight: 500; }
.ymx-home .ymx-hc__price small { font-family: var(--sans); font-size: 11px; color: var(--faint); letter-spacing: .1em; margin-left: 4px; font-weight: 600; }
.ymx-home .ymx-hc__specs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; margin-top: 8px; padding-top: 12px; border-top: 1px solid var(--line-soft); font-size: 12px; color: var(--muted); white-space: nowrap; }
.ymx-home .ymx-hc__specs > span { display: inline-flex; align-items: center; gap: 5px; }
.ymx-home .ymx-hc__specs svg { width: 14px; height: 14px; color: var(--navy); opacity: .8; }
.ymx-home .ymx-hc__cta { margin-left: auto; display: inline-flex; align-items: center; gap: 3px; font-weight: 600; color: var(--navy); font-size: 13px; }
.ymx-home .ymx-hc__cta svg { width: 12px; height: 12px; }
.ymx-home .ymx-hc:hover .ymx-hc__cta { color: var(--sky-deep); }

/* ---- categorias / ubicaciones ---- */
.ymx-home .ymx-hcat, .ymx-home .ymx-hloc { position: relative; display: flex; flex-direction: column; justify-content: flex-end; border-radius: var(--r-md); overflow: hidden; color: var(--paper); padding: 16px; min-height: 170px; }
.ymx-home .ymx-hloc { min-height: 130px; }
.ymx-home .ymx-hcat__sc { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,26,38,0) 40%, rgba(12,26,38,.85) 100%); transition: background .4s var(--ease); }
.ymx-home .ymx-hcat:hover .ymx-hcat__sc, .ymx-home .ymx-hloc:hover .ymx-hcat__sc { background: linear-gradient(180deg, rgba(12,26,38,.1) 30%, rgba(12,26,38,.92) 100%); }
.ymx-home .ymx-hcat .ymx-home__bgimg, .ymx-home .ymx-hloc .ymx-home__bgimg { transition: transform .7s var(--ease); }
.ymx-home .ymx-hcat:hover .ymx-home__bgimg, .ymx-home .ymx-hloc:hover .ymx-home__bgimg { transform: scale(1.04); }
.ymx-home .ymx-hcat__t { position: relative; }
.ymx-home .ymx-hcat__t h3 { font-family: var(--serif); font-size: 18px; font-weight: 400; letter-spacing: -.02em; color: var(--paper); text-transform: none; }
.ymx-home .ymx-hcat__t p { font-size: 12px; color: rgba(248,245,238,.7); margin-top: 3px; }
@media (min-width: 1024px) {
  .ymx-home .ymx-hcat { min-height: 300px; padding: 22px; }
  .ymx-home .ymx-hcat .ymx-hcat__t h3 { font-size: 26px; }
  .ymx-home .ymx-hcat .ymx-hcat__t p { font-size: 13px; }
  .ymx-home .ymx-hloc { min-height: 200px; padding: 18px; }
  .ymx-home .ymx-hloc .ymx-hcat__t h3 { font-size: 22px; }
}

/* ---- marcas ---- */
.ymx-home .ymx-hbrand { display: flex; align-items: center; justify-content: center; gap: 8px; height: 56px; border: 1px solid var(--line); border-radius: var(--r-sm); font-family: var(--serif); font-size: 16px; letter-spacing: .02em; color: var(--navy); background: var(--paper); transition: border-color .3s, transform .3s var(--ease); }
.ymx-home .ymx-hbrand small { font-family: var(--sans); font-size: 11px; color: var(--faint); letter-spacing: .05em; }
.ymx-home .ymx-hbrand:hover { border-color: var(--gold); transform: translateY(-2px); }
@media (min-width: 1024px) { .ymx-hbrand { height: 88px; font-size: 20px; } }

/* ---- vender: marketplace vs brokerage ---- */
.ymx-home .ymx-hsplit { position: relative; display: grid; grid-template-columns: 1fr; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.ymx-home .ymx-hsplit__o { display: none; }
.ymx-home .ymx-hsplit__half { display: flex; flex-direction: column; gap: 14px; padding: 32px 22px; }
.ymx-home .ymx-hsplit__half--light { background: var(--paper); }
.ymx-home .ymx-hsplit__half--dark { background: linear-gradient(160deg, var(--navy-2), var(--navy-deep)); color: var(--paper); }
.ymx-home .ymx-hsplit__tag { font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; font-weight: 700; color: var(--sky-deep); }
.ymx-home .ymx-hsplit__half--dark .ymx-hsplit__tag { color: var(--sky); }
.ymx-home .ymx-hsplit__half h3 { font-family: var(--serif); font-size: 30px; font-weight: 400; letter-spacing: -.03em; line-height: 1.05; color: inherit; text-transform: none; }
.ymx-home .ymx-hsplit__half p { font-size: 14.5px; line-height: 1.65; color: var(--muted); max-width: 420px; }
.ymx-home .ymx-hsplit__half--dark p { color: rgba(248,245,238,.78); }
.ymx-home .ymx-hsplit__half ul { display: flex; flex-direction: column; gap: 9px; font-size: 14px; color: var(--muted); margin-top: 2px; }
.ymx-home .ymx-hsplit__half--dark ul { color: rgba(248,245,238,.75); }
.ymx-home .ymx-hsplit__half li { display: flex; gap: 10px; align-items: center; }
.ymx-home .ymx-hsplit__half li svg { width: 14px; height: 14px; color: var(--sky-deep); }
.ymx-home .ymx-hsplit__half--dark li svg { color: var(--sky); }
.ymx-home .ymx-hsplit__act { margin-top: auto; padding-top: 16px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; }
.ymx-home .ymx-hsplit__sub { font-size: 12.5px; color: var(--faint); }
.ymx-home .ymx-hsplit__half--dark .ymx-hsplit__sub { color: rgba(248,245,238,.55); }
@media (min-width: 900px) {
  .ymx-home .ymx-hsplit { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ymx-home .ymx-hsplit__half { padding: 52px 48px; min-height: 420px; gap: 16px; }
  .ymx-home .ymx-hsplit__half h3 { font-size: 38px; }
  .ymx-home .ymx-hsplit__half p { font-size: 16px; }
  .ymx-home .ymx-hsplit__o { position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--paper); border: 1px solid var(--line); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
}

/* ---- como funciona ---- */
.ymx-home .ymx-hhow { display: grid; grid-template-columns: 1fr; gap: 32px; }
.ymx-home .ymx-hsteps { display: flex; flex-direction: column; gap: 12px; }
.ymx-home .ymx-hstep { display: grid; grid-template-columns: 40px 1fr; gap: 4px 14px; align-items: start; padding: 18px; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--paper); }
.ymx-home .ymx-hstep__ic { grid-row: 1 / 3; width: 40px; height: 40px; border-radius: 50%; background: rgba(232,171,54,.16); display: flex; align-items: center; justify-content: center; }
.ymx-home .ymx-hstep__ic svg { width: 18px; height: 18px; color: var(--gold-deep); }
.ymx-home .ymx-hstep__n { display: none; }
.ymx-home .ymx-hstep b { font-size: 16px; font-weight: 600; }
.ymx-home .ymx-hstep p { font-size: 13px; color: var(--muted); line-height: 1.5; }
@media (min-width: 900px) {
  .ymx-home .ymx-hhow { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
  .ymx-home .ymx-hsteps { flex-direction: row; gap: 16px; }
  .ymx-home .ymx-hstep { flex: 1; display: flex; flex-direction: column; gap: 10px; padding: 22px; }
  .ymx-home .ymx-hstep__n { display: block; font-family: var(--serif); font-size: 13px; color: var(--faint); letter-spacing: .1em; }
}

/* ---- crew ---- */
.ymx-home .ymx-hcrew { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.ymx-home .ymx-hcrew__media { position: relative; height: 220px; border-radius: var(--r-md); overflow: hidden; }
.ymx-home .ymx-hcrew__media .ymx-home__ph .ymx-home__sil { width: 22%; }
.ymx-home .ymx-hcrew__body p { font-size: 15px; line-height: 1.65; color: rgba(248,245,238,.78); max-width: 460px; margin-top: 14px; }
.ymx-home .ymx-hcrew__tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
.ymx-home .ymx-hcrew__tags span { font-size: 12px; padding: 6px 12px; border: 1px solid rgba(248,245,238,.2); border-radius: 999px; color: rgba(248,245,238,.7); }
.ymx-home .ymx-hcrew__acts { display: flex; flex-direction: column; gap: 10px; margin-top: 22px; }
@media (min-width: 900px) {
  .ymx-home .ymx-hcrew { grid-template-columns: 1.1fr 1fr; gap: 56px; }
  .ymx-home .ymx-hcrew__media { height: 360px; }
  .ymx-home .ymx-hcrew__acts { flex-direction: row; gap: 12px; }
}

/* ---- servicios ---- */
.ymx-home .ymx-hsvc { display: flex; flex-direction: column; gap: 10px; padding: 22px; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--paper); min-height: 150px; transition: border-color .3s, box-shadow .4s var(--ease), transform .4s var(--ease); }
.ymx-home .ymx-hsvc:hover { border-color: var(--gold); box-shadow: var(--shadow); transform: translateY(-2px); }
.ymx-home .ymx-hsvc__ic { width: 40px; height: 40px; border-radius: 8px; background: rgba(232,171,54,.16); display: flex; align-items: center; justify-content: center; }
.ymx-home .ymx-hsvc__ic svg { width: 20px; height: 20px; color: var(--gold-deep); }
.ymx-home .ymx-hsvc b { font-size: 16px; font-weight: 600; }
.ymx-home .ymx-hsvc p { font-size: 13px; color: var(--muted); line-height: 1.5; }
.ymx-home .ymx-hsvc__go { margin-top: auto; font-size: 13px; font-weight: 600; color: var(--navy); display: inline-flex; align-items: center; gap: 4px; }
.ymx-home .ymx-hsvc__go svg { width: 12px; height: 12px; }
.ymx-home .ymx-hsvc:hover .ymx-hsvc__go { color: var(--sky-deep); }

@media (prefers-reduced-motion: reduce) {
  .ymx-home *, .ymx-home *::before, .ymx-home *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
}
@media (min-width: 1200px) { .ymx-home .ymx-hc__specs { flex-wrap: nowrap; } }
/* movil: el hero entra completo. El lead y la puerta ambar se van (el CTA flotante del header ya esta) */
@media (max-width: 899px) {
  /* movil: solo lo esencial (tipo, ubicacion, precio) y el boton; marca y eslora quedan en /marketplace/ */
  .ymx-home .ymx-hs__f--opt { display: none; }
  .ymx-home .ymx-hs { padding: 8px; gap: 8px; border-radius: 16px; }
  .ymx-home .ymx-hs__f { padding: 10px 34px 10px 14px; }
  .ymx-home .ymx-hs__f:nth-of-type(4) { grid-column: 1 / -1; }
  .ymx-home .ymx-hh__in { padding-top: clamp(96px, 26vw, 150px); padding-bottom: 84px; } /* deja aire al CTA flotante del header */
  .ymx-home .ymx-hh__ports { padding-bottom: 0; }
  .ymx-home .ymx-hh__title { font-size: clamp(36px, 10.4vw, 48px); }
  .ymx-home .ymx-hh__lead { margin-top: 10px; font-size: 14px; max-width: 34ch; }
}

/* ---- desplegable propio del buscador (2.1.5): la lista se abre dentro del parametro ---- */
.ymx-home .ymx-hs__f.is-custom select { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; pointer-events: none; }
.ymx-home .ymx-hs__v { display: block; font-size: 16px; font-weight: 500; color: var(--paper); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 4px; }
.ymx-home .ymx-hs__f.is-open > svg { transform: rotate(180deg); }
.ymx-home .ymx-hs__f > svg { transition: transform .3s var(--ease); }
.ymx-home .ymx-hs__list { position: absolute; left: 0; right: 0; top: calc(100% + 8px); z-index: 30; margin: 0; padding: 6px; list-style: none; max-height: 300px; overflow: auto; border-radius: 14px;
  background: linear-gradient(160deg, rgba(21,38,55,.92), rgba(12,26,38,.94)); border: 1px solid rgba(248,245,238,.22);
  -webkit-backdrop-filter: blur(22px) saturate(160%); backdrop-filter: blur(22px) saturate(160%);
  box-shadow: 0 30px 60px -24px rgba(8,19,28,.85), inset 0 1px 0 rgba(255,255,255,.22);
  opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .25s var(--ease), transform .3s var(--ease), visibility .25s; scrollbar-width: thin; scrollbar-color: rgba(248,245,238,.3) transparent; }
.ymx-home .ymx-hs__f.is-open .ymx-hs__list { opacity: 1; visibility: visible; transform: translateY(0); }
.ymx-home .ymx-hs__list li { padding: 10px 12px; border-radius: 9px; font-size: 14.5px; font-weight: 500; color: rgba(248,245,238,.86); cursor: pointer; display: flex; align-items: center; justify-content: space-between; transition: background .2s, color .2s; }
.ymx-home .ymx-hs__list li:hover { background: rgba(248,245,238,.10); color: #fff; }
.ymx-home .ymx-hs__list li.is-on { color: var(--gold); }
.ymx-home .ymx-hs__list li.is-on::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.ymx-home .ymx-hs { overflow: visible; }
@media (max-width: 899px) { .ymx-home .ymx-hs__list { max-height: 44vh; top: auto; bottom: calc(100% + 8px); transform: translateY(6px); } }

/* =========================================================
   2.2.0 · /marketplace/ — hero sin buscador, tarjetas A (grid) y C (lista), sidebar en crema
   ========================================================= */
.ymx-home .ymx-home__btn--navy { background: var(--navy); color: var(--paper); }
.ymx-home .ymx-home__btn--navy:hover { background: var(--navy-2); transform: translateY(-1px); }
.ymx-home .ymx-home__btn--sm { min-height: 38px; padding: 0 16px; font-size: 13px; }
/* hero marketplace: mas compacto */
.ymx-home .ymx-hh--mp { min-height: 78svh; }
.ymx-home .ymx-hh__down { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-size: 13px; font-weight: 700; letter-spacing: .02em; color: var(--paper); border: 1px solid rgba(248,245,238,.35); border-radius: 999px; padding: 0 18px; min-height: 42px; transition: border-color .3s, color .3s; }
.ymx-home .ymx-hh__down:hover { border-color: var(--gold); color: var(--gold); }
.ymx-home .ymx-hh__down svg { width: 12px; height: 12px; }
@media (min-width: 900px) { .ymx-home .ymx-hh--mp { min-height: clamp(560px, 78svh, 820px); } }
/* vendedor en la tarjeta A */
.ymx-home .ymx-hc__seller { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--line-soft); font-size: 12px; color: var(--muted); }
.ymx-home .ymx-hc__sname { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--navy); }
.ymx-home .ymx-hc__sname i { width: 18px; height: 18px; border-radius: 50%; background: var(--navy); color: var(--paper); display: inline-flex; align-items: center; justify-content: center; font-style: normal; font-size: 9px; font-weight: 700; }
.ymx-home .ymx-hc__slogo { height: 16px; width: auto; opacity: .85; }
/* tarjeta C · lista */
.ymx-home .ymx-hl { display: grid; grid-template-columns: 1fr; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; transition: box-shadow .5s var(--ease), border-color .3s; }
.ymx-home .ymx-hl:hover { box-shadow: var(--shadow-hover); border-color: var(--cream-3); }
.ymx-home .ymx-hl__media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--gray-2); }
.ymx-home .ymx-hl__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.ymx-home .ymx-hl:hover .ymx-hl__media img { transform: scale(1.04); }
.ymx-home .ymx-hl.is-sold .ymx-hl__media img { filter: saturate(.45); }
.ymx-home .ymx-hl__body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; }
.ymx-home .ymx-hl__hd { display: flex; flex-direction: column; gap: 6px; }
.ymx-home .ymx-hl__name { font-family: var(--serif); font-size: 22px; font-weight: 500; letter-spacing: -.02em; line-height: 1.15; color: var(--text); text-transform: none; }
.ymx-home .ymx-hl__price { font-family: var(--serif); font-size: 24px; letter-spacing: -.02em; font-weight: 500; color: var(--text); }
.ymx-home .ymx-hl__price small { font-family: var(--sans); font-size: 11px; color: var(--faint); letter-spacing: .1em; margin-left: 4px; font-weight: 600; }
.ymx-home .ymx-hl__desc { font-size: 13.5px; color: var(--muted); line-height: 1.55; max-width: 60ch; }
.ymx-home .ymx-hl__specs { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 6px; font-size: 13px; color: var(--muted); }
.ymx-home .ymx-hl__specs span { display: inline-flex; align-items: center; gap: 6px; }
.ymx-home .ymx-hl__specs svg { width: 15px; height: 15px; color: var(--navy); opacity: .8; }
.ymx-home .ymx-hl__ft { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line-soft); }
.ymx-home .ymx-hl__acts { display: flex; gap: 8px; }
@media (min-width: 720px) {
  .ymx-home .ymx-hl { grid-template-columns: 300px 1fr; }
  .ymx-home .ymx-hl__media { aspect-ratio: auto; min-height: 100%; }
  .ymx-home .ymx-hl__body { padding: 20px 24px; }
  .ymx-home .ymx-hl__hd { flex-direction: row; justify-content: space-between; align-items: flex-start; gap: 16px; }
  .ymx-home .ymx-hl__price { font-size: 26px; text-align: right; white-space: nowrap; }
}
/* listado: sidebar, toolbar, grid */
.ymx-home.ymx-mp { background: var(--cream); }
.ymx-mp .ymx-listado { padding-top: 40px; }
.ymx-mp .ymx-browse { gap: 40px; }
.ymx-mp .ymx-fbar { background: transparent; border: 0; border-radius: 0; padding: 0; }
.ymx-mp .ymx-fbar__title { font-family: var(--sans); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--faint); font-weight: 700; }
.ymx-mp .ymx-fg { border-top: 1px solid var(--line-soft); }
.ymx-mp .ymx-fg summary { font-size: 15px; font-weight: 600; padding: 16px 0; }
.ymx-mp .ymx-fsearch, .ymx-mp .ymx-fbar .ymx-fsearch input { background: var(--paper); }
.ymx-mp .ymx-fl__opt { font-size: 14px; }
.ymx-mp .ymx-fbar__clear, .ymx-mp .ymx-fl__more { color: var(--gold-deep); }
.ymx-mp .ymx-mp__toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid var(--line-soft); }
.ymx-mp .ymx-mp__count { font-family: var(--serif); font-weight: 400; font-size: clamp(24px, 3vw, 34px); letter-spacing: -.03em; line-height: 1.05; margin: 0; color: var(--text); text-transform: none; }
.ymx-mp .ymx-mp__count em { font-style: italic; color: var(--gold-deep); }
.ymx-mp .ymx-toolbar__sub { font-size: 13px; color: var(--muted); margin: 6px 0 0; }
.ymx-mp .ymx-toolbar__r { display: flex; gap: 10px; align-items: center; }
.ymx-mp .ymx-mp__pill { display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); font-size: 13.5px; font-weight: 600; color: var(--text); cursor: pointer; }
.ymx-mp .ymx-mp__pill svg { width: 14px; height: 14px; }
.ymx-mp .ymx-sort span:first-child { font-weight: 500; color: var(--faint); }
.ymx-mp .ymx-sel--sort { position: relative; display: inline-flex; align-items: center; }
.ymx-mp .ymx-sel--sort select { appearance: none; -webkit-appearance: none; border: 0; background: transparent; font: inherit; font-weight: 600; color: var(--text); padding-right: 18px; cursor: pointer; }
.ymx-mp .ymx-sel--sort svg { position: absolute; right: 0; width: 11px; height: 11px; opacity: .6; pointer-events: none; }
.ymx-mp .ymx-mp__seg { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; padding: 3px; background: var(--paper); }
.ymx-mp .ymx-mp__seg button { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 32px; border: 0; border-radius: 999px; background: transparent; color: var(--faint); cursor: pointer; padding: 0; }
.ymx-mp .ymx-mp__seg button.is-on { background: var(--navy); color: var(--paper); }
.ymx-mp .ymx-mp__seg svg { width: 15px; height: 15px; }
.ymx-mp .ymx-mp__results { display: grid !important; grid-template-columns: 1fr; gap: 16px; margin: 0; padding: 0; overflow: visible; }
.ymx-mp .ymx-mp__results > * { flex: none; }
.ymx-mp .ymx-mp__results.is-list { grid-template-columns: 1fr; }
.ymx-mp .ymx-mp__item { display: contents; }
.ymx-mp .ymx-mp__results.is-list .ymx-mp__item { display: block; }
.ymx-mp .ymx-mp__item > article { height: 100%; }
.ymx-mp .ymx-listado__more { padding-top: 28px; }
.ymx-mp .ymx-chips { gap: 8px; }
.ymx-mp .ymx-chip { display: inline-flex !important; align-items: center; gap: 8px; height: 32px; padding: 0 12px !important; border-radius: 999px !important; background: var(--paper) !important; border: 1px solid var(--line) !important; font-size: 13px; font-weight: 500; color: var(--text); }
@media (min-width: 640px) { .ymx-mp .ymx-mp__results { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; } }
@media (min-width: 1024px) { .ymx-mp .ymx-mp__results { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; } }
@media (max-width: 1024px) { .ymx-mp .ymx-fbar { background: var(--cream); padding: 18px 20px 0; } .ymx-mp .ymx-mp__toolbar { flex-direction: column; align-items: flex-start; } .ymx-mp .ymx-toolbar__r { width: 100%; flex-wrap: wrap; } }
.ymx-home .ymx-hh--mp .ymx-hh__title { max-width: 17ch; }
.ymx-mp .ymx-mp__toolbar { flex-wrap: nowrap; }
.ymx-mp .ymx-toolbar__l { display: block; }
@media (min-width: 1025px) { .ymx-mp #ymx-fbar-open { display: none; } }
