/** Shopify CDN: Minification failed

Line 896:0 Unexpected "}"
Line 2951:8 Unexpected "{"
Line 2951:17 Expected ":"
Line 2952:2 Unexpected "{"
Line 2952:3 Expected identifier but found "%"
Line 2954:2 Unexpected "{"
Line 2954:3 Expected identifier but found "%"
Line 2956:2 Unexpected "{"
Line 2956:3 Expected identifier but found "%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:yhm-locator (INDEX:49) */
/* ============================================================
BASE
============================================================ */
.ypts,
.ypts *,
.ypts *::before,
.ypts *::after {
box-sizing: border-box;
}
.ypts {
display: block;
width: 100%;
color: var(--ypts-text);
background: var(--ypts-bg);
font-family: var(--ypts-body-font);
font-size: var(--ypts-body-size);
font-style: var(--ypts-body-style);
font-weight: var(--ypts-body-weight);
line-height: 1.55;
}
.ypts [hidden] {
display: none !important;
}
.ypts img,
.ypts svg {
display: block;
}
.ypts a {
color: inherit;
text-decoration: none;
}
.ypts__shell {
width: min(
100%,
calc(
var(--ypts-max-width) +
(var(--ypts-edge) * 2)
)
);
margin-inline: auto;
padding:
var(--ypts-top)
var(--ypts-edge)
var(--ypts-bottom);
}
/* ============================================================
HEADER
============================================================ */
.ypts__header {
display: grid;
grid-template-columns:
minmax(0, 1.4fr)
minmax(280px, .7fr);
align-items: end;
gap: clamp(36px, 7vw, 110px);
margin-bottom: 64px;
}
.ypts__eyebrow,
.ypts__mini-eyebrow,
.ypts__heading,
.ypts__intro,
.ypts__intro > *,
.ypts__map-title,
.ypts__directory-title,
.ypts__store-name,
.ypts__location,
.ypts__online-title,
.ypts__online-text,
.ypts__online-text > *,
.ypts__online-kicker,
.ypts__online-name,
.ypts__map-footer p {
margin: 0;
}
.ypts__eyebrow,
.ypts__mini-eyebrow {
color: var(--ypts-accent);
font-size: 11px;
font-weight: 600;
line-height: 1.2;
letter-spacing: .16em;
text-transform: uppercase;
}
.ypts__eyebrow {
margin-bottom: 18px;
}
.ypts__mini-eyebrow {
margin-bottom: 7px;
}
.ypts__heading {
max-width: 14ch;
color: var(--ypts-text);
font-family: var(--ypts-heading-font);
font-size: var(--ypts-heading-size);
font-style: var(--ypts-heading-style);
font-weight: var(--ypts-heading-weight);
line-height: .98;
letter-spacing: -.04em;
}
.ypts__intro {
max-width: 40rem;
color: var(--ypts-muted);
line-height: 1.7;
}
/* ============================================================
LOCATOR
============================================================ */
.ypts__locator {
display: grid;
grid-template-columns:
minmax(0, 1fr)
minmax(360px, var(--ypts-directory-width));
height: var(--ypts-locator-height);
overflow: hidden;
border: 1px solid var(--ypts-line);
border-radius: var(--ypts-radius);
background: var(--ypts-panel);
}
/* ============================================================
MAPA
============================================================ */
.ypts__map {
display: flex;
min-width: 0;
min-height: 0;
flex-direction: column;
background: var(--ypts-map-bg);
}
.ypts__map-head {
display: flex;
min-height: 88px;
flex: 0 0 88px;
align-items: center;
justify-content: space-between;
gap: 30px;
padding: 18px 28px;
border-bottom: 1px solid var(--ypts-line);
background: var(--ypts-panel);
}
.ypts__map-title {
color: var(--ypts-text);
font-family: var(--ypts-heading-font);
font-size: 22px;
font-style: var(--ypts-heading-style);
font-weight: var(--ypts-heading-weight);
line-height: 1.12;
letter-spacing: -.025em;
}
.ypts__map-count {
color: var(--ypts-muted);
font-size: 10px;
font-weight: 600;
letter-spacing: .11em;
text-transform: uppercase;
}
.ypts__map-stage {
position: relative;
display: flex;
min-height: 0;
flex: 1 1 auto;
align-items: center;
justify-content: center;
overflow: hidden;
padding: 22px;
background:
linear-gradient(
rgba(255,255,255,.035) 1px,
transparent 1px
),
linear-gradient(
90deg,
rgba(255,255,255,.035) 1px,
transparent 1px
),
var(--ypts-map-bg);
background-size: 48px 48px;
}
.ypts__cr {
width: min(100%, 780px);
height: 100%;
overflow: visible;
}
.ypts__province {
outline: none;
}
.ypts__province path {
fill: transparent;
fill-rule: evenodd;
stroke: var(--ypts-line);
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
vector-effect: non-scaling-stroke;
transition:
fill 180ms ease,
stroke 180ms ease,
opacity 180ms ease;
}
.ypts__province.has-stores {
cursor: pointer;
}
.ypts__province.is-overview path {
fill: #0A0A0A;
stroke: var(--ypts-muted);
}
.ypts__province.has-stores:hover path,
.ypts__province.has-stores:focus-visible path {
fill: #0A0A0A;
stroke: var(--ypts-accent);
}
.ypts__province.is-active path {
fill: var(--ypts-accent);
stroke: var(--ypts-accent);
}
.ypts__province.is-dimmed path {
opacity: .25;
}
.ypts__province.is-disabled path {
fill: rgba(255,255,255,.015);
opacity: .35;
}

.ypts__map-badge {
pointer-events: none;
}
.ypts__map-badge circle {
fill: transparent;
stroke: var(--ypts-accent);
stroke-width: 1.5;
vector-effect: non-scaling-stroke;
}
.ypts__map-badge text {
fill: var(--ypts-accent);
font-family: var(--ypts-body-font);
font-size: 13px;
font-weight: 500;
letter-spacing: 0;
text-anchor: middle;
dominant-baseline: central;
}
.ypts__map-badge.is-empty {
display: none;
}

.ypts__map-badge.is-hidden {
display: none !important;
}
.ypts__map-footer {
display: flex;
flex: 0 0 auto;
min-height: 64px;
align-items: center;
justify-content: space-between;
gap: 20px;
padding: 14px 28px;
color: var(--ypts-muted);
background: var(--ypts-panel);
border-top: 1px solid var(--ypts-line);
font-size: 10px;
}
.ypts__reset {
flex: 0 0 auto;
padding: 0;
border: 0;
color: var(--ypts-text);
background: transparent;
font: inherit;
font-weight: 600;
cursor: pointer;
}
/* ============================================================
DIRECTORIO
============================================================ */
.ypts__directory {
display: flex;
min-width: 0;
min-height: 0;
flex-direction: column;
border-left: 1px solid var(--ypts-line);
background: var(--ypts-panel);
}
.ypts__directory-head {
display: flex;
min-height: 88px;
flex: 0 0 88px;
align-items: center;
justify-content: space-between;
gap: 22px;
padding: 18px 28px;
border-bottom: 1px solid var(--ypts-line);
}
.ypts__directory-title,
.ypts__online-title {
color: var(--ypts-text);
font-family: var(--ypts-heading-font);
font-style: var(--ypts-heading-style);
font-weight: var(--ypts-heading-weight);
letter-spacing: -.02em;
}
.ypts__directory-title {
font-size: 20px;
}
.ypts__directory-province {
color: var(--ypts-accent);
font-size: 10px;
font-weight: 600;
letter-spacing: .12em;
text-transform: uppercase;
}
/* ============================================================
FILTERS
============================================================ */
.ypts__filters {
display: flex;
flex: 0 0 auto;
gap: 8px;
padding: 14px 28px;
overflow-x: auto;
border-bottom: 1px solid var(--ypts-line);
scrollbar-width: none;
}
.ypts__filters::-webkit-scrollbar {
display: none;
}
.ypts__filter {
min-height: 34px;
flex: 0 0 auto;
padding: 7px 14px;
color: var(--ypts-muted);
background: transparent;
border: 1px solid var(--ypts-line);
border-radius: 999px;
font: inherit;
font-size: 11px;
cursor: pointer;
}
.ypts__filter.is-active {
color: var(--ypts-accent);
border-color: var(--ypts-accent);
background: #000000;
}
.ypts__mobile-filter {
display: none;
}
/* ============================================================
PIZARRA / PUNTOS
============================================================ */

/* Sin overlay café / oliva */
.ypts__store,
.ypts__store:hover,
.ypts__store:focus,
.ypts__store:focus-within,
.ypts__chain-row,
.ypts__chain-row:hover,
.ypts__chain-row:focus,
.ypts__chain-row:focus-within {
  background: var(--ypts-card-bg) !important;
}

.ypts__filter,
.ypts__filter:hover,
.ypts__filter:focus-visible,
.ypts__filter.is-active {
  background: transparent !important;
}

.ypts__province.is-overview path,
.ypts__province.has-stores:hover path,
.ypts__province.has-stores:focus-visible path {
  fill: var(--ypts-map-bg) !important;
}

.ypts__stores {
min-height: 0;
flex: 1 1 auto;
overflow-y: auto;
overscroll-behavior: contain;
scrollbar-width: thin;
scrollbar-color: var(--ypts-accent) transparent;
}
.ypts__stores::-webkit-scrollbar { width: 6px; }
.ypts__stores::-webkit-scrollbar-track { background: transparent; }
.ypts__stores::-webkit-scrollbar-thumb {
background: var(--ypts-accent);
border-radius: 999px;
}
.ypts__store,
.ypts__chain-row {
border-bottom: 1px solid var(--ypts-line);
background: var(--ypts-card-bg);
}
.ypts__store-main,
.ypts__chain-row {
display: grid;
grid-template-columns: 64px minmax(0,1fr) auto;
align-items: center;
gap: 16px;
min-height: 92px;
padding: 14px 24px;
}
.ypts__store-logo-wrap,
.ypts__chain-logo-wrap {
display: grid;
width: 64px;
height: 64px;
min-width: 64px;
min-height: 64px;
place-items: center;
padding: var(--ypts-logo-padding, 7px);
background: #FFFFFF;
border: 0;
border-radius: 8px;
overflow: hidden;
box-shadow: none;
}
.ypts__store-logo,
.ypts__chain-logo {
display: block;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
object-fit: var(--ypts-logo-fit, contain);
object-position: center;
border: 0;
border-radius: 0;
box-shadow: none;
}
.ypts__store-copy,
.ypts__chain-copy { min-width: 0; }
.ypts__store-name,
.ypts__chain-name {
margin: 0;
color: var(--ypts-text);
font-family: var(--ypts-heading-font);
font-size: var(--ypts-store-name-size);
font-style: var(--ypts-heading-style);
font-weight: var(--ypts-heading-weight);
line-height: 1.12;
letter-spacing: -.02em;
}
.ypts__location,
.ypts__chain-location {
margin: 6px 0 0;
color: var(--ypts-accent);
font-size: 10px;
font-weight: 600;
line-height: 1.35;
letter-spacing: .10em;
text-transform: uppercase;
}
.ypts__icon-actions {
display: flex;
align-items: center;
gap: 8px;
}
.ypts__icon-link {
display: grid;
width: 36px;
height: 36px;
place-items: center;
color: var(--ypts-muted);
border: 1px solid var(--ypts-line);
border-radius: 50%;
transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.ypts__icon-link:hover {
color: #000;
border-color: var(--ypts-accent);
background: var(--ypts-accent);
}
.ypts__icon-link svg {
width: 16px;
height: 16px;
fill: none;
stroke: currentColor;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
}
.ypts__chain-source { display:none !important; }

/* ============================================================
NO RESULTS
============================================================ */
.ypts__no-results {
padding: 44px 24px;
color: var(--ypts-muted);
text-align: center;
font-size: 13px;
}
/* ============================================================
ACCESSIBILITY
============================================================ */
.ypts-visually-hidden {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0 0 0 0) !important;
clip-path: inset(50%) !important;
border: 0 !important;
white-space: nowrap !important;
}
.ypts :focus-visible {
outline: 2px solid var(--ypts-accent);
outline-offset: 3px;
}
/* ============================================================
TABLET
============================================================ */
@media screen and (max-width: 989px) {
.ypts__header {
grid-template-columns: 1fr;
align-items: start;
gap: 24px;
}
.ypts__locator {
display: flex;
height: auto;
flex-direction: column;
}
.ypts__map {
min-height: var(--ypts-map-mobile-height);
}
.ypts__map-stage {
min-height: 400px;
}
.ypts__directory {
border-top: 1px solid var(--ypts-line);
border-left: 0;
}
.ypts__stores {
display: block;
max-height: 560px;
overflow-y: auto;
overflow-x: hidden;
}
}
/* ============================================================
MOBILE
============================================================ */
@media screen and (max-width: 749px) {
.ypts {
font-size: var(--ypts-body-size-mobile);
}

.ypts__shell {
width: 100%;
padding:
var(--ypts-top-mobile)
var(--ypts-edge-mobile)
var(--ypts-bottom-mobile);
}

.ypts__header {
margin-bottom: 42px;
}

.ypts__heading {
font-size: var(--ypts-heading-size-mobile);
line-height: 1.01;
}

/* LOCALIZADOR */
.ypts__locator {
display: flex;
width: auto;
height: auto;
margin-inline: 0;
flex-direction: column;
overflow: hidden;
border-inline: 0;
border-radius: 0;
}

.ypts__map {
width: 100%;
min-height: var(--ypts-map-mobile-height);
}

.ypts__map-head,
.ypts__directory-head {
min-height: 76px;
flex-basis: auto;
}

.ypts__map-head {
padding: 15px 20px;
}

.ypts__map-title {
font-size: 20px;
}

.ypts__map-stage {
min-height: 300px;
padding: 10px 5px;
background-size: 36px 36px;
}

.ypts__map-footer {
align-items: flex-start;
padding: 14px 20px;
}

/* DIRECTORIO */
.ypts__directory {
width: 100%;
min-width: 0;
border-top: 1px solid var(--ypts-line);
border-left: 0;
}

.ypts__directory-head {
padding: 18px 20px 16px;
}

.ypts__directory-title {
font-size: 19px;
}

.ypts__filters {
display: none;
}

.ypts__mobile-filter {
display: block;
padding: 14px 20px 14px;
border-bottom: 1px solid var(--ypts-line);
}

.ypts__select-label {
display: block;
margin-bottom: 7px;
color: var(--ypts-muted);
font-size: 9px;
font-weight: 600;
letter-spacing: .12em;
text-transform: uppercase;
}

.ypts__select-wrap {
position: relative;
}

.ypts__select {
width: 100%;
min-height: 44px;
appearance: none;
padding: 9px 42px 9px 14px;
color: var(--ypts-text);
background: var(--ypts-panel);
border: 1px solid var(--ypts-line);
border-radius: var(--ypts-button-radius);
font: inherit;
}

.ypts__select-wrap svg {
position: absolute;
top: 50%;
right: 14px;
width: 18px;
height: 18px;
fill: none;
stroke: var(--ypts-accent);
stroke-width: 1.5;
transform: translateY(-50%);
pointer-events: none;
}

/* CARRUSEL DE PUNTOS: independientes + cadenas */
.ypts__stores {
display: flex;
width: 100%;
max-height: none;
gap: 10px;
overflow-x: auto;
overflow-y: hidden;
padding: 12px 20px 16px;
scroll-snap-type: x mandatory;
scroll-padding-inline: 20px;
scrollbar-width: none;
-webkit-overflow-scrolling: touch;
overscroll-behavior-x: contain;
touch-action: pan-x;
}

.ypts__stores::-webkit-scrollbar {
display: none;
}

/* Importantísimo: evita que las cadenas ocupen "un bloque dividido" */
.ypts__chain-results {
display: contents;
}

.ypts__store,
.ypts__chain-row {
flex: 0 0 min(66vw, 248px);
width: min(66vw, 248px);
max-width: 248px;
min-width: 0;
min-height: 86px;
border: 1px solid var(--ypts-line);
border-radius: var(--ypts-card-radius);
background: var(--ypts-card-bg);
scroll-snap-align: start;
scroll-snap-stop: always;
overflow: hidden;
}

.ypts__store-main,
.ypts__chain-row {
display: grid;
grid-template-columns: 46px minmax(0, 1fr) auto;
align-items: center;
gap: 10px;
width: 100%;
min-width: 0;
min-height: 86px;
padding: 11px;
}

.ypts__store-logo-wrap,
.ypts__chain-logo-wrap {
display: grid;
width: 46px;
height: 46px;
min-width: 46px;
min-height: 46px;
place-items: center;
padding: var(--ypts-logo-padding, 5px);
background: #FFFFFF;
border: 0;
border-radius: 7px;
overflow: hidden;
box-shadow: none;
}

.ypts__store-copy,
.ypts__chain-copy {
min-width: 0;
overflow: hidden;
}

.ypts__store-name,
.ypts__chain-name {
overflow: hidden;
font-size: min(var(--ypts-store-name-size), 17px);
line-height: 1.12;
text-overflow: ellipsis;
white-space: nowrap;
}

.ypts__location,
.ypts__chain-location {
margin-top: 4px;
overflow: hidden;
font-size: 8px;
line-height: 1.3;
text-overflow: ellipsis;
white-space: nowrap;
}

.ypts__icon-actions {
display: flex;
flex: 0 0 auto;
gap: 5px;
}

.ypts__icon-link {
width: 31px;
height: 31px;
}

.ypts__icon-link svg {
width: 14px;
height: 14px;
}

}

.ypts__online-head {
display: block;
margin-bottom: 18px;
}

.ypts__online-title {
font-size: 22px;
}

.ypts__online-text {
margin-top: 10px;
}

.ypts__online-rail {
display: grid;
grid-auto-flow: column;
grid-auto-columns: min(66vw, 248px);
gap: 10px;
width: auto;
max-width: none;
margin-inline: 0;
padding: 2px 0 14px;
overflow-x: auto;
overflow-y: hidden;
scroll-snap-type: x mandatory;
scroll-padding-inline: 0;
scrollbar-width: none;
-webkit-overflow-scrolling: touch;
overscroll-behavior-x: contain;
touch-action: pan-x;
}

.ypts__online-rail::-webkit-scrollbar {
display: none;
}

.ypts__online-card {
display: flex;
width: 100%;
min-width: 0;
min-height: 236px;
flex-direction: column;
scroll-snap-align: start;
scroll-snap-stop: always;
}

.ypts__online-logo-stage {
min-height: 126px;
padding: 16px;
}

.ypts__online-logo {
max-width: var(--ypts-online-logo-width-mobile);
max-height: var(--ypts-online-logo-height-mobile);
}

.ypts__online-content {
min-height: 102px;
padding: 14px;
}

.ypts__online-name {
font-size: 14px;
}

.ypts__online-button {
min-height: 30px;
padding: 6px 10px;
font-size: 9px;
}

.ypts__online-dots {
display: flex;
justify-content: center;
gap: 7px;
margin-top: 10px;
}

.ypts__online-dot {
width: 7px;
height: 7px;
padding: 0;
border: 0;
border-radius: 50%;
background: var(--ypts-line);
cursor: pointer;
}

.ypts__online-dot.is-active {
background: var(--ypts-accent);
}
}
@media (prefers-reduced-motion: reduce) {
.ypts *,
.ypts *::before,
.ypts *::after {
scroll-behavior: auto !important;
transition-duration: .01ms !important;
animation-duration: .01ms !important;
}
}
/* END_SECTION:yhm-locator */

/* START_SECTION:yhm-nvr-dynamic (INDEX:56) */
/* ============================================================
BASE
============================================================ */

.ynvr {
  display: block;
  overflow: clip;
  background: var(--ynvr-cream);
  color: var(--ynvr-charcoal);

  font-family: var(--ynvr-body-font);
  font-size: var(--ynvr-body-size);
  font-style: var(--ynvr-body-style);
  font-weight: var(--ynvr-body-weight);
  line-height: 1.55;
}

.ynvr *,
.ynvr *::before,
.ynvr *::after {
  box-sizing: border-box;
}

.ynvr img,
.ynvr svg {
  display: block;
}

.ynvr a {
  color: inherit;
  text-decoration: none;
}

.ynvr__shell {
  width: min(
    100%,
    calc(var(--ynvr-max-width) + (var(--ynvr-edge) * 2))
  );

  margin-inline: auto;
  padding-inline: var(--ynvr-edge);
}

.ynvr__zone {
  padding-block: var(--ynvr-space-y);
}

.ynvr__zone-head {
  max-width: 760px;
  margin: 0 0 30px;
}

.ynvr__zone-head--center {
  margin-inline: auto;
  text-align: center;
}

.ynvr__eyebrow {
  margin: 0 0 10px;

  color: var(--ynvr-muted);

  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.ynvr__eyebrow--accent {
  color: var(--ynvr-accent);
}

.ynvr__zone-title,
.ynvr__feature h2,
.ynvr__benefit h3,
.ynvr__included-item h3,
.ynvr__final-brand-text,
.ynvr__final-copy {
  font-family: var(--ynvr-heading-font);
  font-style: var(--ynvr-heading-style);
}

.ynvr__zone-title,
.ynvr__feature h2 {
  margin: 0;

  font-size: var(--ynvr-title-size-desktop);
  font-weight: var(--ynvr-heading-weight);
  line-height: .98;
  letter-spacing: -.04em;
}

.ynvr__zone-title {
  max-width: 17ch;
}

.ynvr__zone-head--center .ynvr__zone-title {
  margin-inline: auto;
}

.ynvr__zone-text {
  max-width: 52ch;
  margin-top: 16px;

  color: color-mix(
    in srgb,
    var(--ynvr-charcoal) 64%,
    transparent
  );
}

.ynvr .rte > * {
  margin-top: 0;
  margin-bottom: 0;
}


/* ============================================================
BENEFICIOS
============================================================ */

.ynvr__zone--benefits {
  padding-block: 40px;

  color: var(--ynvr-benefits-title);
  background: var(--ynvr-benefits-bg);
}

.ynvr__zone--benefits .ynvr__zone-title {
  color: var(--ynvr-benefits-title);
}

.ynvr__zone--benefits .ynvr__zone-head {
  margin-bottom: 30px;
}

.ynvr__benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  width: min(100%, 1180px);
  margin-inline: auto;
}

.ynvr__benefit {
  display: flex;
  flex-direction: column;
  align-items: center;

  min-width: 0;

  padding: 8px clamp(24px, 3vw, 48px);

  text-align: center;
}

.ynvr__benefit:not(:nth-child(4n + 1)) {
  border-left: 1px solid
    color-mix(
      in srgb,
      var(--ynvr-benefits-title) 20%,
      transparent
    );
}

.ynvr__benefit:nth-child(n + 5) {
  margin-top: 30px;
  padding-top: 30px;

  border-top: 1px solid
    color-mix(
      in srgb,
      var(--ynvr-benefits-title) 20%,
      transparent
    );
}

.ynvr__benefit-icon {
  display: grid;
  place-items: center;

  width: 50px;
  height: 50px;
  margin-bottom: 16px;

  color: var(--ynvr-benefits-title);

  border: 1px solid
    color-mix(
      in srgb,
      var(--ynvr-benefits-title) 38%,
      transparent
    );

  border-radius: 50%;
}

.ynvr__benefit-icon svg {
  width: 23px !important;
  height: 23px !important;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ynvr__benefit-icon-image {
  width: 26px !important;
  height: 26px !important;
  object-fit: contain;
}

.ynvr__benefit h3 {
  max-width: 15ch;

  margin: 0 auto 8px;

  color: var(--ynvr-benefits-title);

  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 500;
  line-height: 1.12;
}

.ynvr__benefit-text {
  max-width: 26ch;
  margin-inline: auto;

  color: var(--ynvr-benefits-text);

  font-size: 13px;
  line-height: 1.5;
}


/* ============================================================
HIGHLIGHTS
============================================================ */

.ynvr__feature-gallery {
  background: var(--ynvr-charcoal);
}

.ynvr__feature-band {
  color: var(--ynvr-feature-text);
  background: var(--ynvr-feature-bg);
}

.ynvr__feature {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  width: min(100%, var(--ynvr-max-width));

  margin-inline: auto;
}

.ynvr__feature--image-left .ynvr__feature-media {
  order: -1;
}

.ynvr__feature--no-media {
  grid-template-columns: 1fr;
}

.ynvr__feature--no-media .ynvr__feature-copy {
  width: min(100%, 820px);
  margin-inline: auto;
}

.ynvr__feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;

  min-height: var(--ynvr-feature-height-desktop);

  padding: clamp(34px, 4vw, 72px);
}

.ynvr__feature .ynvr__eyebrow {
  color: var(--ynvr-feature-accent);
}

.ynvr__feature h2 {
  max-width: 16ch;

  color: var(--ynvr-feature-title);
}

.ynvr__feature-text {
  max-width: 48ch;
  margin-top: 16px;

  color: var(--ynvr-feature-text);
}

.ynvr__accent-note {
  display: flex;
  align-items: center;
  gap: 11px;

  margin: 22px 0 0;

  color: var(--ynvr-feature-title);

  font-size: 13px;
  font-weight: 500;
}

.ynvr__accent-note span {
  width: 30px;
  height: 2px;

  background: var(--ynvr-feature-accent);
}

.ynvr__feature-media {
  height: var(--ynvr-feature-height-desktop);

  overflow: hidden;

  background: #ededed;

  border-radius: var(--ynvr-image-radius);
}

.ynvr__feature-media picture,
.ynvr__feature-image {
  width: 100%;
  height: 100%;
}

.ynvr__feature-media picture {
  display: block;
}

.ynvr__feature-image {
  object-fit: cover;
}


/* ============================================================
GALERÍA
============================================================ */

.ynvr__zone--gallery {
  padding-block: 36px 28px;

  color: var(--ynvr-charcoal);
  background: var(--ynvr-gallery-bg);
}

.ynvr__gallery-head {
  margin: 0 auto 4px;
  text-align: center;
}

.ynvr__gallery-head .ynvr__zone-title {
  max-width: 20ch;
  margin-inline: auto;
}

.ynvr__gallery {
  position: relative;
  width: 100%;
}

.ynvr__gallery-viewport {
  position: relative;

  width: 100%;
  height: var(--ynvr-gallery-height-desktop);

  overflow-x: auto;
  overflow-y: hidden;

  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;

  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;

  cursor: grab;
}

.ynvr__gallery-viewport::-webkit-scrollbar {
  display: none;
}

.ynvr__gallery-viewport.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.ynvr__gallery-track {
  display: flex;

  width: 100%;
  height: 100%;
}

.ynvr__gallery-slide {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 100%;

  width: 100%;
  min-width: 100%;
  height: 100%;

  margin: 0;

  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.ynvr__gallery-slide picture {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;
}

.ynvr__gallery-image {
  display: block !important;

  width: auto !important;
  height: auto !important;

  max-width: 100% !important;
  max-height: 100% !important;

  object-fit: contain !important;
  object-position: center !important;

  user-select: none;
  pointer-events: none;

  -webkit-user-drag: none;
}

.ynvr__gallery-empty {
  display: grid;
  place-items: center;
  align-content: center;

  flex: 0 0 100%;

  width: 100%;
  height: 100%;

  gap: 7px;

  text-align: center;

  border: 1px dashed rgba(0,0,0,.2);
}

.ynvr__gallery-arrow {
  position: absolute;
  z-index: 5;

  top: 50%;

  display: grid;
  place-items: center;

  width: 44px;
  height: 44px;

  padding: 0;

  color: var(--ynvr-gallery-arrow-color);
  background: var(--ynvr-gallery-arrow-bg);

  border: 1px solid rgba(0,0,0,.12);
  border-radius: 50%;

  box-shadow: 0 7px 24px rgba(0,0,0,.08);

  cursor: pointer;

  transform: translateY(-50%);
}

.ynvr__gallery-arrow svg {
  width: 19px !important;
  height: 19px !important;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ynvr__gallery-arrow--prev {
  left: 14px;
}

.ynvr__gallery-arrow--next {
  right: 14px;
}

.ynvr__gallery-dots {
  position: absolute;
  z-index: 5;

  left: 50%;
  bottom: 12px;

  display: flex;
  align-items: center;
  gap: 7px;

  transform: translateX(-50%);
}

.ynvr__gallery-dot {
  display: grid;
  place-items: center;

  width: 18px;
  height: 18px;

  padding: 0;

  background: transparent;
  border: 0;

  cursor: pointer;
}

.ynvr__gallery-dot span {
  display: block;

  width: 8px;
  height: 8px;

  background: transparent;

  border: 1px solid var(--ynvr-gallery-dot);
  border-radius: 999px;

  transition:
    width 200ms ease,
    background-color 200ms ease,
    border-color 200ms ease;
}

.ynvr__gallery-dot.is-active span {
  width: 18px;

  background: var(--ynvr-gallery-dot-active);
  border-color: var(--ynvr-gallery-dot-active);
}

.ynvr__gallery-arrow:focus-visible,
.ynvr__gallery-dot:focus-visible,
.ynvr__gallery-viewport:focus-visible {
  outline: 2px solid var(--ynvr-accent);
  outline-offset: 3px;
}


/* ============================================================
INCLUIDO
============================================================ */

.ynvr__zone--included {
  padding-block: 45px;

  color: var(--ynvr-charcoal);
  background: var(--ynvr-cream);
}

.ynvr__included-grid {
  display: grid;

  overflow-x: auto;
}

.ynvr__included-item {
  min-width: 140px;

  padding-inline: clamp(12px, 1.7vw, 24px);

  text-align: center;
}

.ynvr__included-item + .ynvr__included-item {
  border-left: 1px solid rgba(0,0,0,.14);
}

.ynvr__included-media {
  height: var(--ynvr-included-height);

  padding: 4px 4px 12px;
}

.ynvr__included-image {
  width: 100%;
  height: 100%;

  object-fit: contain;
}

.ynvr__included-copy {
  padding-top: 10px;
}

.ynvr__included-item h3 {
  margin: 0;

  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

.ynvr__quantity {
  display: block;

  margin-bottom: 6px;

  color: var(--ynvr-muted);

  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ynvr__included-text {
  margin-top: 7px;

  color: color-mix(
    in srgb,
    var(--ynvr-charcoal) 62%,
    transparent
  );

  font-size: 13px;
}


/* ============================================================
ESPECIFICACIONES
============================================================ */

.ynvr__zone--specs {
  position: relative;

  padding-block: 40px;

  color: var(--ynvr-charcoal);
  background: var(--ynvr-light);

  border-top: 1px solid rgba(0,0,0,.10);

  overflow: hidden;
}

.ynvr__specs-layout {
  display: grid;

  grid-template-columns:
    minmax(0, .86fr)
    minmax(0, 1.14fr);

  align-items: center;

  gap: clamp(40px, 6vw, 96px);
}

.ynvr__specs-layout--no-image {
  grid-template-columns:
    minmax(260px, .72fr)
    minmax(0, 1.28fr);
}

.ynvr__specs-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;

  min-width: 0;
}

.ynvr__specs-intro .ynvr__zone-head {
  margin-bottom: 0;
}

.ynvr__spec-product {
  position: relative;

  display: grid;
  place-items: center;

  width: 100%;
  height: var(--ynvr-spec-height-desktop);

  overflow: hidden;
}

.ynvr__spec-product picture {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;
}

.ynvr__spec-product-image {
  display: block;

  width: auto !important;
  height: auto !important;

  max-width: 100% !important;
  max-height: calc(100% - 20px) !important;

  object-fit: contain !important;

  transform:
    translateY(
      var(--ynvr-spec-image-offset-desktop)
    );
}

.ynvr__specs-right {
  min-width: 0;
}

.ynvr__specs-list {
  margin: 0;

  border-top: 1px solid rgba(0,0,0,.18);
}

.ynvr__spec {
  display: grid;

  grid-template-columns:
    minmax(110px, .76fr)
    minmax(0, 1.24fr);

  gap: 22px;

  padding: 18px 0;

  border-bottom: 1px solid rgba(0,0,0,.18);
}

.ynvr__spec dt {
  color: rgba(10,10,10,.58);

  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.ynvr__spec dd {
  margin: 0;
}

.ynvr__spec strong {
  display: block;

  font-size: clamp(16px, 1.3vw, 19px);
  font-weight: 500;
  line-height: 1.3;
}

.ynvr__spec small {
  display: block;

  margin-top: 4px;

  color: rgba(10,10,10,.56);

  font-size: 12px;
}


/* ============================================================
CINTILLO
============================================================ */

.ynvr__final-strip {
  position: relative;
  z-index: 2;

  color: var(--ynvr-final-text);
  background: var(--ynvr-final-bg);
}

.ynvr__final-strip-inner {
  display: grid;

  grid-template-columns:
    minmax(180px, .8fr)
    minmax(240px, 1.3fr)
    auto;

  align-items: center;

  gap: clamp(28px, 5vw, 72px);

  min-height: 104px;

  padding-top: 20px;
  padding-bottom: 20px;
}

.ynvr__final-brand {
  display: flex;
  align-items: center;

  min-width: 0;
}

.ynvr__final-brand-image {
  display: block !important;

  width: auto !important;
  height: auto !important;

  max-width: 240px !important;
  max-height: 62px !important;

  object-fit: contain !important;
  object-position: left center;
}

.ynvr__final-brand-text {
  display: block;

  color: var(--ynvr-final-text);

  font-size: clamp(28px, 3vw, 46px);
  font-weight: 300;
  line-height: 1;
}

.ynvr__final-copy {
  color: var(--ynvr-final-text);

  font-size: clamp(18px, 2vw, 28px);
  font-weight: 300;
  line-height: 1.15;
}

.ynvr__final-action {
  display: flex;
  justify-content: flex-end;
}

.ynvr__final-button {
  display: inline-flex !important;

  align-items: center;
  justify-content: center;

  min-width: 170px;
  min-height: 48px;

  padding: 12px 24px !important;

  color: var(--ynvr-final-button-text) !important;
  background: var(--ynvr-final-button-bg) !important;

  border: 1px solid var(--ynvr-final-button-bg) !important;

  border-radius: var(--ynvr-button-radius) !important;

  font-family: var(--ynvr-body-font);
  font-size: 14px;
  font-weight: var(--ynvr-button-weight);
  line-height: 1;

  text-decoration: none !important;

  transition:
    transform 200ms ease,
    filter 200ms ease;
}

.ynvr__final-button[href]:hover {
  transform: translateY(-2px);
  filter: brightness(.94);
}

.ynvr__final-button:focus-visible {
  outline: 2px solid var(--ynvr-final-text);
  outline-offset: 4px;
}

.ynvr__final-button--disabled {
  opacity: .5;
}


/* ============================================================
REVEAL
============================================================ */

.ynvr.is-reveal-ready .ynvr-reveal {
  opacity: 0;

  transform:
    translateY(
      var(--ynvr-reveal-distance)
    );

  transition:
    opacity var(--ynvr-reveal-duration) ease,
    transform var(--ynvr-reveal-duration) cubic-bezier(.22,1,.36,1);

  transition-delay:
    calc(
      var(--ynvr-reveal-index, 0)
      * var(--ynvr-reveal-stagger)
    );
}

.ynvr.is-reveal-ready .ynvr-reveal.is-visible {
  opacity: 1;
  transform: none;
}


/* ============================================================
TABLET
============================================================ */

@media screen and (max-width: 989px) {

  .ynvr__benefits-grid {
    grid-template-columns:
      repeat(2, minmax(0,1fr));

    width: min(100%, 720px);
  }

  .ynvr__benefit {
    padding: 24px 28px;
    border-left: 0;
  }

  .ynvr__benefit:nth-child(even) {
    border-left: 1px solid
      color-mix(
        in srgb,
        var(--ynvr-benefits-title) 20%,
        transparent
      );
  }

  .ynvr__benefit:nth-child(n + 3) {
    margin-top: 0;

    border-top: 1px solid
      color-mix(
        in srgb,
        var(--ynvr-benefits-title) 20%,
        transparent
      );
  }

  .ynvr__specs-layout,
  .ynvr__specs-layout--no-image {
    grid-template-columns:
      minmax(0, .9fr)
      minmax(0, 1.1fr);

    gap: 36px;
  }

}


/* ============================================================
MÓVIL
============================================================ */

@media screen and (max-width: 749px) {

  .ynvr {
    font-size: var(--ynvr-body-size-mobile);
    line-height: 1.5;
  }

  .ynvr__shell {
    width: 100%;
    padding-inline: var(--ynvr-edge-mobile);
  }

  .ynvr__zone {
    padding-block: var(--ynvr-space-y-mobile);
  }

  .ynvr__zone-title,
  .ynvr__feature h2 {
    font-size: var(--ynvr-title-size-mobile);
  }

  .ynvr__zone-head {
    margin-bottom: 24px;
  }


  /* Beneficios */

  .ynvr__zone--benefits {
    padding-block: 34px;
  }

  .ynvr__benefits-grid {
    grid-template-columns:
      repeat(2, minmax(0,1fr));

    width: 100%;
  }

  .ynvr__benefit {
    padding: 19px 13px;
    border-left: 0 !important;
  }

  .ynvr__benefit:nth-child(even) {
    border-left: 1px solid
      color-mix(
        in srgb,
        var(--ynvr-benefits-title) 20%,
        transparent
      ) !important;
  }

  .ynvr__benefit:nth-child(n + 3) {
    border-top: 1px solid
      color-mix(
        in srgb,
        var(--ynvr-benefits-title) 20%,
        transparent
      );
  }

  .ynvr__benefit-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .ynvr__benefit-icon svg {
    width: 21px !important;
    height: 21px !important;
  }

  .ynvr__benefit h3 {
    font-size: 16px;
  }

  .ynvr__benefit-text {
    font-size: 12px;
  }


  /* Highlights */

  .ynvr__feature {
    grid-template-columns: 1fr;
  }

  .ynvr__feature-copy {
    min-height: 0;

    padding:
      30px
      var(--ynvr-edge-mobile)
      34px;
  }

  .ynvr__feature-media,
  .ynvr__feature--image-left .ynvr__feature-media {
    order: -1;

    height: var(--ynvr-feature-height-mobile);

    border-radius: 0;
  }


  /* Galería */

  .ynvr__zone--gallery {
    padding-block: 24px 18px;
  }

  .ynvr__gallery-viewport {
    height: var(--ynvr-gallery-height-mobile);
  }

  .ynvr__gallery-arrow {
    width: 38px;
    height: 38px;
  }

  .ynvr__gallery-arrow--prev {
    left: 8px;
  }

  .ynvr__gallery-arrow--next {
    right: 8px;
  }

  .ynvr__gallery-dots {
    bottom: 8px;
  }


  /* Incluye */

  .ynvr__included-grid {
    display: flex;

    margin-inline:
      calc(
        var(--ynvr-edge-mobile) * -1
      );

    padding:
      2px
      var(--ynvr-edge-mobile)
      12px;

    overflow-x: auto;

    scroll-snap-type: x mandatory;
  }

  .ynvr__included-item {
    flex:
      0 0
      min(64vw,250px);

    padding-inline: 16px;

    scroll-snap-align: start;
  }

  .ynvr__included-media {
    height:
      min(
        var(--ynvr-included-height),
        240px
      );
  }


  /* Especificaciones */

  .ynvr__specs-layout,
  .ynvr__specs-layout--no-image {
    grid-template-columns: 1fr;

    gap: 22px;
  }

  .ynvr__spec-product {
    height: var(--ynvr-spec-height-mobile);
  }

  .ynvr__spec-product-image {
    max-height: calc(100% - 10px) !important;

    transform: none;
  }

  .ynvr__spec {
    grid-template-columns:
      minmax(92px, .72fr)
      minmax(0, 1.28fr);

    gap: 14px;

    padding: 15px 0;
  }


  /* Cintillo */

  .ynvr__final-strip-inner {
    grid-template-columns: 1fr;

    gap: 14px;

    min-height: 0;

    padding-top: 24px;
    padding-bottom: 26px;

    text-align: center;
  }

  .ynvr__final-brand {
    justify-content: center;
  }

  .ynvr__final-brand-image {
    max-width: 210px !important;
    max-height: 56px !important;

    margin-inline: auto;

    object-position: center;
  }

  .ynvr__final-brand-text,
  .ynvr__final-copy {
    text-align: center;
  }

  .ynvr__final-action {
    justify-content: center;
  }

}


@media screen and (max-width: 479px) {

  .ynvr__benefit {
    padding-inline: 9px;
  }

  .ynvr__spec {
    grid-template-columns: 1fr;
    gap: 4px;
  }

}


/* ============================================================
REDUCED MOTION
============================================================ */

@media (prefers-reduced-motion: reduce) {

  .ynvr,
  .ynvr *,
  .ynvr *::before,
  .ynvr *::after {
    scroll-behavior: auto !important;

    transition-duration: .01ms !important;
    transition-delay: 0ms !important;

    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .ynvr.is-reveal-ready .ynvr-reveal {
    opacity: 1;
    transform: none;
  }

}
/* END_SECTION:yhm-nvr-dynamic */

/* START_SECTION:yhm-nvr-model-dynamic (INDEX:61) */
/* ============================================================
BASE
============================================================ */

.ynmd {
  display: block;
  overflow: clip;
  opacity: 1;
  transform: translateY(0);
  background: var(--ynmd-cream);
  color: var(--ynmd-charcoal);
  font-family: var(--ynmd-body-font);
  font-size: var(--ynmd-body-size);
  font-style: var(--ynmd-body-style);
  font-weight: var(--ynmd-body-weight);
  line-height: 1.55;
  transition:
    opacity var(--ynmd-transition-half) ease,
    transform var(--ynmd-transition-half) cubic-bezier(.22, 1, .36, 1);
}

.ynmd[hidden] {
  display: none !important;
}

.ynmd.is-entering,
.ynmd.is-leaving {
  opacity: 0;
  transform: translateY(8px);
}

.ynmd *,
.ynmd *::before,
.ynmd *::after {
  box-sizing: border-box;
}

.ynmd img,
.ynmd svg {
  display: block;
}

.ynmd a {
  color: inherit;
  text-decoration: none;
}

.ynmd__shell {
  width: min(
    100%,
    calc(var(--ynmd-max-width) + (var(--ynmd-edge) * 2))
  );
  margin-inline: auto;
  padding-inline: var(--ynmd-edge);
}

.ynmd__zone {
  padding-block: var(--ynmd-space-y);
}

.ynmd__zone-head {
  max-width: 760px;
  margin: 0 0 30px;
}

.ynmd__zone-head--center {
  margin-inline: auto;
  text-align: center;
}

.ynmd__eyebrow {
  margin: 0 0 10px;
  color: var(--ynmd-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.ynmd__eyebrow--accent {
  color: var(--ynmd-accent);
}

.ynmd__zone-title,
.ynmd__feature h2,
.ynmd__benefit h3,
.ynmd__included-item h3,
.ynmd__final-brand-text,
.ynmd__final-copy {
  font-family: var(--ynmd-heading-font);
  font-style: var(--ynmd-heading-style);
}

.ynmd__zone-title,
.ynmd__feature h2 {
  margin: 0;
  font-size: var(--ynmd-title-size-desktop);
  font-weight: var(--ynmd-heading-weight);
  line-height: .98;
  letter-spacing: -.04em;
}

.ynmd__zone-title {
  max-width: 17ch;
}

.ynmd__zone-head--center .ynmd__zone-title {
  margin-inline: auto;
}

.ynmd__zone-text {
  max-width: 52ch;
  margin-top: 16px;
  color: color-mix(in srgb, var(--ynmd-charcoal) 64%, transparent);
}

.ynmd .rte > * {
  margin-top: 0;
  margin-bottom: 0;
}


/* ============================================================
BENEFICIOS
============================================================ */

.ynmd__zone--benefits {
  padding-block: 40px;
  color: var(--ynmd-benefits-title);
  background: var(--ynmd-benefits-bg);
}

.ynmd__zone--benefits .ynmd__zone-title {
  color: var(--ynmd-benefits-title);
}

.ynmd__zone--benefits .ynmd__zone-head {
  margin-bottom: 30px;
}

.ynmd__zone--benefits .ynmd__eyebrow--accent {
  color: var(--ynmd-accent);
}

.ynmd__benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  width: min(100%, 1180px);
  margin-inline: auto;
}

.ynmd__benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  padding: 8px clamp(24px, 3vw, 48px);
  text-align: center;
}

.ynmd__benefit:nth-child(4n + 1):not(:first-child) {
  border-left: 0;
}

.ynmd__benefit:not(:nth-child(4n + 1)) {
  border-left: 1px solid color-mix(
    in srgb,
    var(--ynmd-benefits-title) 20%,
    transparent
  );
}

.ynmd__benefit:nth-child(n + 5) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid color-mix(
    in srgb,
    var(--ynmd-benefits-title) 20%,
    transparent
  );
}

.ynmd__benefit-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  color: var(--ynmd-benefits-title);
  border: 1px solid color-mix(
    in srgb,
    var(--ynmd-benefits-title) 38%,
    transparent
  );
  border-radius: 50%;
}

.ynmd__benefit-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ynmd__benefit-icon-image {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.ynmd__benefit-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.ynmd__benefit h3 {
  max-width: 15ch;
  margin: 0 auto 8px;
  color: var(--ynmd-benefits-title);
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.ynmd__benefit-text {
  max-width: 26ch;
  margin-inline: auto;
  color: var(--ynmd-benefits-text);
  font-size: 13px;
  line-height: 1.5;
}


/* ============================================================
HIGHLIGHTS
============================================================ */

.ynmd__feature-gallery {
  background: var(--ynmd-charcoal);
}

.ynmd__feature-band {
  color: var(--ynmd-feature-text);
  background: var(--ynmd-feature-bg);
}

.ynmd__feature {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  width: min(100%, var(--ynmd-max-width));
  margin-inline: auto;
}

.ynmd__feature--image-left .ynmd__feature-media {
  order: -1;
}

.ynmd__feature--no-media {
  grid-template-columns: 1fr;
}

.ynmd__feature--no-media .ynmd__feature-copy {
  width: min(100%, 820px);
  margin-inline: auto;
}

.ynmd__feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: var(--ynmd-feature-height-desktop);
  padding: clamp(34px, 4vw, 72px);
}

.ynmd__feature .ynmd__eyebrow {
  color: var(--ynmd-feature-accent);
}

.ynmd__feature h2 {
  max-width: 16ch;
  color: var(--ynmd-feature-title);
}

.ynmd__feature-text {
  max-width: 48ch;
  margin-top: 16px;
  color: var(--ynmd-feature-text);
}

.ynmd__accent-note {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 22px 0 0;
  color: var(--ynmd-feature-title);
  font-size: 13px;
  font-weight: 500;
}

.ynmd__accent-note span {
  flex: 0 0 auto;
  width: 30px;
  height: 2px;
  background: var(--ynmd-feature-accent);
}

.ynmd__feature-media {
  height: var(--ynmd-feature-height-desktop);
  overflow: hidden;
  background: #ededed;
  border-radius: var(--ynmd-image-radius);
}

.ynmd__feature-media picture,
.ynmd__feature-image {
  width: 100%;
  height: 100%;
}

.ynmd__feature-media picture {
  display: block;
}

.ynmd__feature-image {
  object-fit: cover;
}


/* ============================================================
GALERÍA PRODUCTO
============================================================ */

.ynmd__zone--product-gallery {
  padding-block: 36px 28px;
  color: var(--ynmd-charcoal);
  background: var(--ynmd-product-gallery-bg);
}

.ynmd__product-gallery-head {
  margin: 0 auto 4px;
  text-align: center;
}

.ynmd__product-gallery-head .ynmd__zone-title {
  max-width: 20ch;
  margin-inline: auto;
}

.ynmd__product-gallery {
  position: relative;
  width: min(100%, var(--ynmd-product-gallery-max-width));
  margin-inline: auto;
}

.ynmd__product-gallery-viewport {
  position: relative;
  width: 100%;
  height: var(--ynmd-product-gallery-height-desktop);
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
}

.ynmd__product-gallery-viewport::-webkit-scrollbar {
  display: none;
}

.ynmd__product-gallery-viewport.is-dragging {
  cursor: grabbing;
}

.ynmd__product-gallery-track {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 420ms cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.ynmd__product-gallery-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin: 0;
}

.ynmd__product-gallery-slide picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.ynmd__product-gallery-image {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}

.ynmd__product-gallery-empty {
  display: grid;
  place-items: center;
  align-content: center;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  gap: 7px;
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, .2);
}

.ynmd__product-gallery-empty strong {
  font-size: 18px;
  font-weight: 500;
}

.ynmd__product-gallery-empty span {
  font-size: 13px;
}

.ynmd__product-gallery-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--ynmd-product-gallery-arrow-color);
  background: var(--ynmd-product-gallery-arrow-bg);
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 50%;
  box-shadow: 0 7px 24px rgba(0, 0, 0, .08);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    transform 200ms ease,
    opacity 200ms ease;
}

.ynmd__product-gallery-arrow:hover {
  transform: translateY(-50%) scale(1.05);
}

.ynmd__product-gallery-arrow svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ynmd__product-gallery-arrow--prev {
  left: 18px;
}

.ynmd__product-gallery-arrow--next {
  right: 18px;
}

.ynmd__product-gallery-dots {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
  transform: translateX(-50%);
}

.ynmd__product-gallery-dot {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.ynmd__product-gallery-dot span {
  display: block;
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid var(--ynmd-product-gallery-dot);
  border-radius: 999px;
  transition:
    width 200ms ease,
    background-color 200ms ease,
    border-color 200ms ease;
}

.ynmd__product-gallery-dot.is-active span {
  width: 18px;
  background: var(--ynmd-product-gallery-dot-active);
  border-color: var(--ynmd-product-gallery-dot-active);
}

.ynmd__product-gallery-arrow:focus-visible,
.ynmd__product-gallery-dot:focus-visible,
.ynmd__product-gallery-viewport:focus-visible {
  outline: 2px solid var(--ynmd-accent);
  outline-offset: 3px;
}


/* ============================================================
INCLUIDO
============================================================ */

.ynmd__zone--included {
  padding-block: 45px;
  color: var(--ynmd-charcoal);
  background: var(--ynmd-cream);
}

.ynmd__included-grid {
  display: grid;
  gap: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.ynmd__included-item {
  min-width: 140px;
  padding-inline: clamp(12px, 1.7vw, 24px);
  text-align: center;
}

.ynmd__included-item + .ynmd__included-item {
  border-left: 1px solid rgba(0, 0, 0, .14);
}

.ynmd__included-media {
  height: var(--ynmd-included-height);
  padding: 4px 4px 12px;
}

.ynmd__included-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ynmd__included-copy {
  padding-top: 10px;
}

.ynmd__included-item h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

.ynmd__quantity {
  display: block;
  margin-bottom: 6px;
  color: var(--ynmd-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ynmd__included-text {
  margin-top: 7px;
  color: color-mix(in srgb, var(--ynmd-charcoal) 62%, transparent);
  font-size: 13px;
}


/* ============================================================
ESPECIFICACIONES
============================================================ */

.ynmd__zone--specs {
  position: relative;
  z-index: 1;
  padding-block: 40px;
  color: var(--ynmd-charcoal);
  background: var(--ynmd-light);
  border-top: 1px solid rgba(0, 0, 0, .10);
  overflow: hidden;
}

.ynmd__specs-layout {
  display: grid;
  grid-template-columns:
    minmax(0, .86fr)
    minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(40px, 6vw, 96px);
}

.ynmd__specs-layout--no-image {
  grid-template-columns:
    minmax(260px, .72fr)
    minmax(0, 1.28fr);
}

.ynmd__specs-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.ynmd__specs-intro .ynmd__zone-head {
  margin-bottom: 0;
}

.ynmd__spec-product {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: var(--ynmd-spec-height-desktop);
  margin-top: 0;
  overflow: hidden;
}

.ynmd__spec-product picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.ynmd__spec-product-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100% - 20px);
  object-fit: contain;
  object-position: center;
  transform: translateY(var(--ynmd-spec-image-offset-desktop));
}

.ynmd__specs-right {
  min-width: 0;
}

.ynmd__specs-list {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, .18);
}

.ynmd__spec {
  display: grid;
  grid-template-columns:
    minmax(110px, .76fr)
    minmax(0, 1.24fr);
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .18);
}

.ynmd__spec dt {
  color: rgba(10, 10, 10, .58);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.ynmd__spec dd {
  margin: 0;
}

.ynmd__spec strong {
  display: block;
  font-size: clamp(16px, 1.3vw, 19px);
  font-weight: 500;
  line-height: 1.3;
}

.ynmd__spec small {
  display: block;
  margin-top: 4px;
  color: rgba(10, 10, 10, .56);
  font-size: 12px;
}


/* ============================================================
CINTILLO FINAL
============================================================ */

.ynmd__final-strip {
  position: relative;
  z-index: 2;
  color: var(--ynmd-final-text);
  background: var(--ynmd-final-bg);
}

.ynmd__final-strip-inner {
  display: grid;
  grid-template-columns:
    minmax(180px, .8fr)
    minmax(240px, 1.3fr)
    auto;
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  min-height: 104px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ynmd__final-brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

.ynmd__final-brand-image {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 240px !important;
  max-height: 62px !important;
  object-fit: contain !important;
  object-position: left center;
}

.ynmd--{{ section.id }} .ynmd__final-brand-image {
  {% if section.settings.final_brand_invert %}
    filter: brightness(0) invert(1);
  {% else %}
    filter: none;
  {% endif %}
}

.ynmd__final-brand-text {
  display: block;
  color: var(--ynmd-final-text);
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 300;
  line-height: 1;
}

.ynmd__final-copy {
  color: var(--ynmd-final-text);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 300;
  line-height: 1.15;
}

.ynmd__final-action {
  display: flex;
  justify-content: flex-end;
}

.ynmd__final-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 48px;
  padding: 12px 24px !important;
  color: var(--ynmd-final-button-text) !important;
  background: var(--ynmd-final-button-bg) !important;
  border: 1px solid var(--ynmd-final-button-bg) !important;
  border-radius: var(--ynmd-button-radius) !important;
  overflow: hidden;
  font-family: var(--ynmd-body-font);
  font-size: 14px;
  font-weight: var(--ynmd-button-weight);
  line-height: 1;
  text-decoration: none !important;
  box-shadow: none !important;
  transition:
    transform 200ms ease,
    filter 200ms ease;
}

.ynmd__final-button[href]:hover {
  transform: translateY(-2px);
  filter: brightness(.94);
}

.ynmd__final-button:focus-visible {
  outline: 2px solid var(--ynmd-final-text);
  outline-offset: 4px;
}

.ynmd__final-button--disabled {
  opacity: .5;
  cursor: default;
}


/* ============================================================
EDITOR / REVEAL
============================================================ */

.ynmd__editor-note {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 14px 16px;
  color: #5d3900;
  background: #fff4d6;
  border: 1px solid #e2b34d;
  border-radius: 4px;
  font-size: 13px;
}

.ynmd.is-reveal-ready .ynmd-reveal {
  opacity: 0;
  transform: translateY(var(--ynmd-reveal-distance));
  transition:
    opacity var(--ynmd-reveal-duration) ease,
    transform var(--ynmd-reveal-duration) cubic-bezier(.22, 1, .36, 1);
  transition-delay:
    calc(var(--ynmd-reveal-index, 0) * var(--ynmd-reveal-stagger));
}

.ynmd.is-reveal-ready .ynmd-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* ============================================================
TABLET
============================================================ */

@media screen and (max-width: 989px) {

  .ynmd__benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 720px);
  }

  .ynmd__benefit {
    padding: 24px 28px;
    border-left: 0;
  }

  .ynmd__benefit:nth-child(even) {
    border-left: 1px solid color-mix(
      in srgb,
      var(--ynmd-benefits-title) 20%,
      transparent
    );
  }

  .ynmd__benefit:nth-child(n + 3) {
    margin-top: 0;
    border-top: 1px solid color-mix(
      in srgb,
      var(--ynmd-benefits-title) 20%,
      transparent
    );
  }

  .ynmd__specs-layout,
  .ynmd__specs-layout--no-image {
    grid-template-columns:
      minmax(0, .9fr)
      minmax(0, 1.1fr);
    gap: 36px;
  }

}


/* ============================================================
MÓVIL
============================================================ */

@media screen and (max-width: 749px) {

  .ynmd {
    font-size: var(--ynmd-body-size-mobile);
    line-height: 1.5;
  }

  .ynmd__shell {
    width: 100%;
    padding-inline: var(--ynmd-edge-mobile);
  }

  .ynmd__zone {
    padding-block: var(--ynmd-space-y-mobile);
  }

  .ynmd__zone-title,
  .ynmd__feature h2 {
    font-size: var(--ynmd-title-size-mobile);
  }

  .ynmd__zone-head {
    margin-bottom: 24px;
  }

  .ynmd__zone--benefits {
    padding-block: 34px;
  }

  .ynmd__zone--benefits .ynmd__zone-head {
    margin-bottom: 18px;
  }

  .ynmd__benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .ynmd__benefit {
    padding: 19px 13px;
    border-left: 0 !important;
  }

  .ynmd__benefit:nth-child(even) {
    border-left: 1px solid color-mix(
      in srgb,
      var(--ynmd-benefits-title) 20%,
      transparent
    ) !important;
  }

  .ynmd__benefit:nth-child(n + 3) {
    border-top: 1px solid color-mix(
      in srgb,
      var(--ynmd-benefits-title) 20%,
      transparent
    );
  }

  .ynmd__benefit-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .ynmd__benefit h3 {
    font-size: 16px;
  }

  .ynmd__benefit-text {
    font-size: 12px;
  }

  .ynmd__feature {
    grid-template-columns: 1fr;
  }

  .ynmd__feature-copy {
    min-height: 0;
    padding: 30px var(--ynmd-edge-mobile) 34px;
  }

  .ynmd__feature-media,
  .ynmd__feature--image-left .ynmd__feature-media {
    order: -1;
    height: var(--ynmd-feature-height-mobile);
    border-radius: 0;
  }

  .ynmd__zone--product-gallery {
    padding-block: 24px 18px;
  }

  .ynmd__product-gallery {
    width: 100%;
  }

  .ynmd__product-gallery-viewport {
    height: var(--ynmd-product-gallery-height-mobile);
  }

  .ynmd__product-gallery-arrow {
    width: 38px;
    height: 38px;
  }

  .ynmd__product-gallery-arrow--prev {
    left: 8px;
  }

  .ynmd__product-gallery-arrow--next {
    right: 8px;
  }

  .ynmd__product-gallery-dots {
    bottom: 8px;
  }

  .ynmd__included-grid {
    display: flex;
    margin-inline: calc(var(--ynmd-edge-mobile) * -1);
    padding: 2px var(--ynmd-edge-mobile) 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .ynmd__included-item {
    flex: 0 0 min(64vw, 250px);
    padding-inline: 16px;
    scroll-snap-align: start;
  }

  .ynmd__included-media {
    height: min(var(--ynmd-included-height), 240px);
  }

  .ynmd__specs-layout,
  .ynmd__specs-layout--no-image {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ynmd__spec-product {
    height: var(--ynmd-spec-height-mobile);
  }

  .ynmd__spec-product-image {
    max-height: calc(100% - 10px);
    transform: none;
  }

  .ynmd__spec {
    grid-template-columns:
      minmax(92px, .72fr)
      minmax(0, 1.28fr);
    gap: 14px;
    padding: 15px 0;
  }

  .ynmd__final-strip-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding-top: 24px;
    padding-bottom: 26px;
    text-align: center;
  }

  .ynmd__final-brand {
    justify-content: center;
  }

  .ynmd__final-brand-image {
    max-width: 210px !important;
    max-height: 56px !important;
    margin-inline: auto;
    object-position: center;
  }

  .ynmd__final-brand-text,
  .ynmd__final-copy {
    text-align: center;
  }

  .ynmd__final-action {
    justify-content: center;
  }

}

@media screen and (max-width: 479px) {

  .ynmd__benefit {
    padding-inline: 9px;
  }

  .ynmd__spec {
    grid-template-columns: 1fr;
    gap: 4px;
  }

}

@media (prefers-reduced-motion: reduce) {

  .ynmd,
  .ynmd *,
  .ynmd *::before,
  .ynmd *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }

  .ynmd.is-reveal-ready .ynmd-reveal {
    opacity: 1;
    transform: none;
  }

}
/* END_SECTION:yhm-nvr-model-dynamic */

/* START_SECTION:yhm-nvr-model-experience (INDEX:62) */
.ynme {
    display: block;
    background: var(--ynme-bg);
    color: var(--ynme-text);
    font-family: var(--ynme-body-font);
    font-size: var(--ynme-body-size);
    font-style: var(--ynme-body-style);
    font-weight: var(--ynme-body-weight);
    line-height: 1.6;
  }

  .ynme *,
  .ynme *::before,
  .ynme *::after { box-sizing: border-box; }
  .ynme [hidden] { display: none !important; }
  .ynme button,
  .ynme a { font: inherit; }
  .ynme img,
  .ynme svg { display: block; }

  .ynme__shell {
    width: min(100%, calc(var(--ynme-max-width) + (var(--ynme-edge) * 2)));
    margin-inline: auto;
    padding-inline: var(--ynme-edge);
  }

  .ynme__selector {
    position: relative;
    z-index: 8;
    color: var(--ynme-selector-text);
    background: var(--ynme-selector-bg);
    border-top: 1px solid color-mix(in srgb, var(--ynme-selector-text) 14%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--ynme-selector-text) 14%, transparent);
  }

  .ynme--sticky-selector .ynme__selector {
    position: sticky;
    top: var(--header-height, 0px);
  }

  .ynme__selector-inner {
    display: grid;
    grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr);
    align-items: end;
    gap: clamp(28px, 5vw, 88px);
    padding-top: 28px;
  }

  .ynme__selector-copy { padding-bottom: 26px; }
  .ynme__selector-heading {
    margin: 6px 0 0;
    color: inherit;
    font-family: var(--ynme-heading-font);
    font-size: clamp(22px, 2.2vw, 34px);
    font-style: var(--ynme-heading-style);
    font-weight: var(--ynme-heading-weight);
    line-height: 1.08;
    letter-spacing: -0.025em;
  }

  .ynme__eyebrow {
    margin: 0 0 10px;
    color: var(--ynme-muted);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .ynme__eyebrow--light { color: var(--ynme-dark-muted); }
  .ynme__tabs {
    display: flex;
    align-items: stretch;
    gap: clamp(22px, 3.5vw, 56px);
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--ynme-selector-muted) transparent;
  }

  .ynme__tab {
    position: relative;
    flex: 0 0 auto;
    min-width: 132px;
    margin: 0;
    padding: 16px 0 25px;
    color: var(--ynme-selector-muted);
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    text-align: left;
    transition: color 220ms ease;
    -webkit-tap-highlight-color: transparent;
  }

  .ynme__tab::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: var(--ynme-accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 280ms ease;
  }

  .ynme__tab span {
    display: block;
    color: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.01em;
  }

  .ynme__tab small {
    display: block;
    margin-top: 5px;
    color: inherit;
    font-size: 11px;
    line-height: 1.3;
    opacity: 0.74;
  }

  .ynme__tab:hover,
  .ynme__tab.is-active { color: var(--ynme-selector-text); }
  .ynme__tab.is-active::after { transform: scaleX(1); }
  .ynme__tab:focus-visible,
  .ynme a:focus-visible {
    outline: 2px solid var(--ynme-accent);
    outline-offset: 4px;
  }

  .ynme__dynamic {
    min-height: 1px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity calc(var(--ynme-transition) / 2) ease, transform calc(var(--ynme-transition) / 2) ease;
  }

  .ynme.is-switching .ynme__dynamic {
    opacity: 0;
    transform: translateY(8px);
  }

  .ynme__panel { margin: 0; }
  .ynme__model-hero {
    overflow: hidden;
    color: var(--ynme-dark-text);
    background: var(--ynme-dark);
  }

  .ynme__model-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: clamp(36px, 7vw, 112px);
    min-height: calc(var(--ynme-model-media-height) + 2 * var(--ynme-space-top));
    padding-top: var(--ynme-space-top);
    padding-bottom: var(--ynme-space-top);
  }

  .ynme__model-copy { max-width: 650px; }
  .ynme__badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin: 2px 0 18px;
    padding: 5px 12px;
    color: #000;
    background: var(--ynme-accent);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .ynme__model-title,
  .ynme__zone-title,
  .ynme__feature h4,
  .ynme__benefit h4,
  .ynme__included-card h4,
  .ynme__resource h4 {
    font-family: var(--ynme-heading-font);
    font-style: var(--ynme-heading-style);
    font-weight: var(--ynme-heading-weight);
  }

  .ynme__model-title {
    max-width: 12ch;
    margin: 0;
    color: inherit;
    font-size: var(--ynme-model-title-size);
    line-height: 0.96;
    letter-spacing: -0.045em;
  }

  .ynme__model-description {
    max-width: 54ch;
    margin-top: 28px;
    color: var(--ynme-dark-muted);
    font-size: clamp(16px, 1.3vw, 20px);
  }

  .ynme__model-description > *:first-child,
  .ynme__feature-text > *:first-child,
  .ynme__zone-text > *:first-child,
  .ynme__benefit .rte > *:first-child,
  .ynme__included-card .rte > *:first-child,
  .ynme__resource .rte > *:first-child { margin-top: 0; }
  .ynme__model-description > *:last-child,
  .ynme__feature-text > *:last-child,
  .ynme__zone-text > *:last-child,
  .ynme__benefit .rte > *:last-child,
  .ynme__included-card .rte > *:last-child,
  .ynme__resource .rte > *:last-child { margin-bottom: 0; }

  .ynme__model-note,
  .ynme__feature-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 30px 0 0;
    color: var(--ynme-dark-text);
    font-size: 13px;
    font-weight: 500;
  }

  .ynme__model-note span,
  .ynme__feature-note span {
    flex: 0 0 auto;
    width: 28px;
    height: 2px;
    background: var(--ynme-accent);
  }

  .ynme__model-media {
    position: relative;
    height: var(--ynme-model-media-height);
    overflow: hidden;
    background: #151515;
    border-radius: var(--ynme-image-radius);
  }

  .ynme__model-media picture,
  .ynme__feature-media picture { display: block; width: 100%; height: 100%; }
  .ynme__model-image,
  .ynme__feature-image,
  .ynme__included-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ynme__placeholder,
  .ynme__placeholder-svg { width: 100%; height: 100%; }
  .ynme__placeholder-svg { background: color-mix(in srgb, var(--ynme-surface) 80%, #fff); }

  .ynme__zone { padding-block: var(--ynme-space-top) var(--ynme-space-bottom); }
  .ynme__zone + .ynme__zone { border-top: 1px solid var(--ynme-line); }
  .ynme__zone-head { max-width: 720px; margin-bottom: clamp(32px, 5vw, 68px); }
  .ynme__zone-title {
    margin: 0;
    color: var(--ynme-text);
    font-size: var(--ynme-zone-title-size);
    line-height: 1.02;
    letter-spacing: -0.035em;
  }

  .ynme__zone-text { max-width: 50ch; margin-top: 22px; color: var(--ynme-muted); }
  .ynme__benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--ynme-line);
    border-left: 1px solid var(--ynme-line);
  }

  .ynme__benefit {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 20px;
    min-height: 210px;
    padding: clamp(24px, 3vw, 42px);
    border-right: 1px solid var(--ynme-line);
    border-bottom: 1px solid var(--ynme-line);
  }

  .ynme__benefit-icon,
  .ynme__resource-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: var(--ynme-text);
    border: 1px solid var(--ynme-line);
    border-radius: 50%;
  }

  .ynme__benefit-icon svg,
  .ynme__resource-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
  }

  .ynme__benefit h4,
  .ynme__included-card h4,
  .ynme__resource h4 {
    margin: 4px 0 10px;
    color: inherit;
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.1;
    letter-spacing: -0.025em;
  }

  .ynme__benefit .rte,
  .ynme__included-card .rte { color: var(--ynme-muted); font-size: 15px; }
  .ynme__zone--features { padding-block: 0; background: var(--ynme-surface); }
  .ynme__features-list { padding-block: var(--ynme-space-top) var(--ynme-space-bottom); }
  .ynme__feature {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: clamp(40px, 8vw, 128px);
  }

  .ynme__feature + .ynme__feature {
    margin-top: var(--ynme-section-gap);
    padding-top: var(--ynme-section-gap);
    border-top: 1px solid var(--ynme-line);
  }

  .ynme__feature--image-left .ynme__feature-media { order: -1; }
  .ynme__feature-copy { max-width: 600px; padding-inline: clamp(0px, 2vw, 28px); }
  .ynme__feature h4 {
    margin: 0;
    color: var(--ynme-text);
    font-size: clamp(34px, 4.2vw, 66px);
    line-height: 0.98;
    letter-spacing: -0.04em;
  }

  .ynme__feature-text { margin-top: 24px; color: var(--ynme-muted); }
  .ynme__feature-note { color: var(--ynme-text); }
  .ynme__feature-media {
    height: var(--ynme-feature-media-height);
    overflow: hidden;
    background: var(--ynme-bg);
    border-radius: var(--ynme-image-radius);
  }

  .ynme__zone--included { background: var(--ynme-bg); }
  .ynme__included-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--ynme-grid-gap);
  }

  .ynme__included-card {
    overflow: hidden;
    color: var(--ynme-text);
    background: color-mix(in srgb, var(--ynme-surface) 65%, #fff);
    border: 1px solid var(--ynme-line);
    border-radius: var(--ynme-radius);
  }

  .ynme__included-media { aspect-ratio: 1 / 0.82; overflow: hidden; background: var(--ynme-surface); }
  .ynme__included-copy { position: relative; padding: 24px; }
  .ynme__quantity {
    display: inline-grid;
    place-items: center;
    min-width: 28px;
    height: 28px;
    margin-bottom: 12px;
    padding-inline: 7px;
    color: #000;
    background: var(--ynme-accent);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
  }

  .ynme__zone--specs { background: var(--ynme-surface); }
  .ynme__specs-layout {
    display: grid;
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(48px, 9vw, 150px);
  }

  .ynme__specs-list { margin: 0; border-top: 1px solid var(--ynme-line); }
  .ynme__spec {
    display: grid;
    grid-template-columns: minmax(120px, 0.7fr) minmax(0, 1.3fr);
    gap: 24px;
    margin: 0;
    padding: 22px 0;
    border-bottom: 1px solid var(--ynme-line);
  }

  .ynme__spec dt { color: var(--ynme-muted); font-size: 13px; letter-spacing: 0.02em; }
  .ynme__spec dd { margin: 0; color: var(--ynme-text); }
  .ynme__spec strong { display: block; font-weight: 500; }
  .ynme__spec small { display: block; margin-top: 3px; color: var(--ynme-muted); font-size: 12px; }

  .ynme__zone--resources {
    color: var(--ynme-dark-text);
    background: var(--ynme-dark);
    border-top-color: color-mix(in srgb, var(--ynme-dark-text) 16%, transparent) !important;
  }

  .ynme__zone-head--dark .ynme__zone-title { color: var(--ynme-dark-text); }
  .ynme__resources-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--ynme-grid-gap);
  }

  .ynme__resource {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 24px;
    padding: clamp(26px, 4vw, 48px);
    color: var(--ynme-dark-text);
    background: #0a0a0a;
    border: 1px solid color-mix(in srgb, var(--ynme-dark-text) 16%, transparent);
    border-radius: var(--ynme-radius);
  }

  .ynme__resource-icon { color: var(--ynme-dark-text); border-color: color-mix(in srgb, var(--ynme-dark-text) 24%, transparent); }
  .ynme__resource .rte { color: var(--ynme-dark-muted); font-size: 15px; }
  .ynme__resource-link {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-top: 26px;
    padding-bottom: 7px;
    color: var(--ynme-dark-text);
    border-bottom: 1px solid var(--ynme-accent);
    font-size: 13px;
    font-weight: var(--ynme-button-weight);
    line-height: 1.2;
    text-decoration: none;
    transition: color 180ms ease;
  }

  .ynme__resource-link svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; transition: transform 180ms ease; }
  .ynme__resource-link:hover { color: var(--ynme-accent); }
  .ynme__resource-link:hover svg { transform: translateX(3px); }
  .ynme__resource-link.is-disabled { cursor: not-allowed; opacity: 0.5; }

  .ynme__empty { padding-block: var(--ynme-space-top) var(--ynme-space-bottom); text-align: center; }
  .ynme__empty h2 { margin: 0 0 10px; font-family: var(--ynme-heading-font); font-weight: var(--ynme-heading-weight); }
  .ynme__empty p { margin: 0; color: var(--ynme-muted); }
  .ynme__editor-orphans { padding-block: 12px; }
  .ynme__editor-warning { margin-block: 8px; padding: 12px 16px; color: #5f3700; background: #fff4d6; border: 1px solid #e7b44c; font-size: 13px; }

  .ynme.is-reveal-ready .ynme-reveal {
    opacity: 0;
    transform: translateY(var(--ynme-reveal-distance));
    transition: opacity var(--ynme-reveal-duration) ease, transform var(--ynme-reveal-duration) cubic-bezier(.22, 1, .36, 1);
    transition-delay: calc(var(--ynme-reveal-index, 0) * var(--ynme-reveal-stagger));
  }

  .ynme.is-reveal-ready .ynme-reveal.is-visible { opacity: 1; transform: translateY(0); }

  @media screen and (max-width: 989px) {
    .ynme__selector-inner { grid-template-columns: 1fr; gap: 4px; padding-top: 24px; }
    .ynme__selector-copy { padding-bottom: 8px; }
    .ynme__tabs { margin-inline: calc(var(--ynme-edge) * -1); padding-inline: var(--ynme-edge); }
    .ynme__model-grid { grid-template-columns: 1fr; min-height: 0; }
    .ynme__model-copy { max-width: 760px; }
    .ynme__benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ynme__included-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ynme__specs-layout { grid-template-columns: 1fr; gap: 12px; }
    .ynme__specs-layout .ynme__zone-head { margin-bottom: 30px; }
  }

  @media screen and (max-width: 749px) {
    .ynme { font-size: var(--ynme-body-size-mobile); }
    .ynme__shell {
      width: 100%;
      padding-inline: var(--ynme-edge-mobile);
    }
    .ynme__selector-inner { padding-top: 20px; }
    .ynme__tabs { gap: 24px; margin-inline: calc(var(--ynme-edge-mobile) * -1); padding-inline: var(--ynme-edge-mobile); }
    .ynme__tab { min-width: 118px; padding: 13px 0 20px; }
    .ynme__model-grid { gap: 34px; padding-top: var(--ynme-space-top-mobile); padding-bottom: var(--ynme-space-top-mobile); }
    .ynme__model-title { max-width: 14ch; font-size: var(--ynme-model-title-size-mobile); }
    .ynme__model-description { margin-top: 22px; font-size: 16px; }
    .ynme__model-media { height: min(var(--ynme-model-media-height), 440px); }
    .ynme__zone { padding-block: var(--ynme-space-top-mobile) var(--ynme-space-bottom-mobile); }
    .ynme__zone-head { margin-bottom: 32px; }
    .ynme__zone-title { font-size: var(--ynme-zone-title-size-mobile); }
    .ynme__benefits-grid { grid-template-columns: 1fr; }
    .ynme__benefit { min-height: 0; padding: 24px 20px; }
    .ynme__features-list { padding-block: var(--ynme-space-top-mobile) var(--ynme-space-bottom-mobile); }
    .ynme__feature { grid-template-columns: 1fr; gap: 30px; }
    .ynme__feature + .ynme__feature { margin-top: var(--ynme-section-gap-mobile); padding-top: var(--ynme-section-gap-mobile); }
    .ynme__feature--image-left .ynme__feature-media { order: 0; }
    .ynme__feature-copy { padding-inline: 0; }
    .ynme__feature h4 { font-size: clamp(32px, 11vw, 48px); }
    .ynme__feature-media { height: min(var(--ynme-feature-media-height), 440px); }
    .ynme__included-grid { gap: var(--ynme-grid-gap-mobile); }
    .ynme__included-copy { padding: 18px; }
    .ynme__included-card h4 { font-size: 20px; }
    .ynme__resources-grid { grid-template-columns: 1fr; gap: var(--ynme-grid-gap-mobile); }
    .ynme__resource { gap: 18px; padding: 24px 20px; }
  }

  @media screen and (max-width: 479px) {
    .ynme__included-grid { grid-template-columns: 1fr; }
    .ynme__spec { grid-template-columns: 1fr; gap: 5px; }
  }

  @media (prefers-reduced-motion: reduce) {
    .ynme *,
    .ynme *::before,
    .ynme *::after {
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
    }
    .ynme.is-reveal-ready .ynme-reveal { opacity: 1; transform: none; }
  }
/* END_SECTION:yhm-nvr-model-experience */

/* START_SECTION:yhm-nvr-model-selector (INDEX:63) */
.ynms {
    display: block;
    width: 100%;
    background: var(--ynms-section-bg);
    color: var(--ynms-text);
    font-family: var(--ynms-body-font);
    font-style: var(--ynms-body-style);
    font-weight: var(--ynms-body-weight);
  }

  .ynms *,
  .ynms *::before,
  .ynms *::after { box-sizing: border-box; }

  .ynms__shell {
    width: min(100%, var(--ynms-max-width));
    margin: 0 auto;
    padding: var(--ynms-padding-top) var(--ynms-edge) var(--ynms-padding-bottom);
  }

  .ynms__header {
    max-width: 800px;
    margin: 0 0 var(--ynms-header-gap);
  }

  .ynms__eyebrow,
  .ynms__model-eyebrow {
    margin: 0;
    color: var(--ynms-muted);
    font-size: var(--ynms-eyebrow-size);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: var(--ynms-eyebrow-tracking);
    text-transform: uppercase;
  }

  .ynms__heading {
    margin: 10px 0 0;
    color: var(--ynms-text);
    font-family: var(--ynms-heading-font);
    font-size: var(--ynms-heading-size);
    font-style: var(--ynms-heading-style);
    font-weight: var(--ynms-heading-weight);
    letter-spacing: var(--ynms-heading-tracking);
    line-height: var(--ynms-heading-leading);
  }

  .ynms__description {
    max-width: 680px;
    margin-top: 16px;
    color: var(--ynms-muted);
    font-size: var(--ynms-description-size);
    line-height: 1.65;
  }

  .ynms__description > *:first-child { margin-top: 0; }
  .ynms__description > *:last-child { margin-bottom: 0; }

  .ynms--align-center .ynms__header {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .ynms--align-center .ynms__description { margin-right: auto; margin-left: auto; }

  .ynms__rail-wrap { position: relative; }

  .ynms__track {
    gap: var(--ynms-gap);
    margin: 0;
    padding: 0;
  }

  .ynms__card {
    position: relative;
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ynms-line);
    border-radius: var(--ynms-card-radius);
    background: var(--ynms-card-bg);
    transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
  }

  .ynms__media {
    display: flex;
    height: var(--ynms-media-height);
    min-height: 200px;
    overflow: hidden;
    justify-content: center;
    padding: var(--ynms-card-padding) var(--ynms-card-padding) 0;
    border-radius: var(--ynms-media-radius);
    background: var(--ynms-media-bg);
  }

  .ynms__media--center { align-items: center; padding-bottom: var(--ynms-card-padding); }
  .ynms__media--bottom { align-items: flex-end; }

  .ynms__product-image-wrap {
    display: flex;
    width: var(--ynms-product-width);
    height: 100%;
    align-items: inherit;
    justify-content: center;
    transform: scale(var(--ynms-product-scale));
  }

  .ynms__product-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    transition: transform 320ms cubic-bezier(.2,.7,.2,1);
  }

  .ynms__media--center .ynms__product-image { object-position: center; }

  .ynms__placeholder {
    width: min(100%, 520px);
    height: 100%;
    color: color-mix(in srgb, var(--ynms-muted) 42%, transparent);
  }

  .ynms__placeholder-svg { width: 100%; height: 100%; }

  .ynms__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px var(--ynms-card-padding) var(--ynms-card-padding);
  }

  .ynms--align-center .ynms__content { align-items: center; text-align: center; }

  .ynms__model-eyebrow { margin-bottom: 10px; }

  .ynms__model-name {
    width: 100%;
    margin: 0;
    color: var(--ynms-text);
    font-family: var(--ynms-heading-font);
    font-size: var(--ynms-name-size);
    font-style: var(--ynms-heading-style);
    font-weight: var(--ynms-heading-weight);
    line-height: var(--ynms-name-leading);
  }

  .ynms__name-image {
    display: block;
    width: min(100%, var(--ynms-logo-width));
    height: auto;
    max-height: 100px;
    object-fit: contain;
    object-position: left center;
  }

  .ynms--align-center .ynms__name-image { margin: 0 auto; object-position: center; }

  .ynms__model-subtitle {
    margin: 10px 0 0;
    color: var(--ynms-muted);
    font-size: var(--ynms-subtitle-size);
    line-height: 1.55;
  }

  .ynms__editor-warning {
    margin: 12px 0 0;
    padding: 7px 10px;
    border-radius: 6px;
    background: #fff1dc;
    color: #7a4600;
    font-size: 12px;
    line-height: 1.35;
  }

  .ynms__actions {
    display: flex;
    width: 100%;
    margin-top: auto;
    padding-top: 24px;
  }

  .ynms--align-center .ynms__actions { justify-content: center; }

  .ynms__trigger {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: var(--ynms-button-pad-v) var(--ynms-button-pad-h);
    border: 1px solid transparent;
    border-radius: var(--ynms-button-radius);
    background: var(--ynms-button-bg);
    color: var(--ynms-button-text);
    cursor: pointer;
    font: inherit;
    font-size: var(--ynms-button-size);
    font-weight: var(--ynms-button-weight);
    line-height: 1;
    text-decoration: none;
    transition: background 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
    -webkit-appearance: none;
    appearance: none;
  }

  .ynms__trigger svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform 220ms ease;
  }

  .ynms__trigger:focus-visible,
  .ynms__rail-button:focus-visible {
    outline: 3px solid var(--ynms-accent);
    outline-offset: 3px;
  }

  .ynms--active-line .ynms__card::after {
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 0;
    height: var(--ynms-active-line-height);
    border-radius: 999px 999px 0 0;
    background: var(--ynms-accent);
    content: '';
    transform: translateX(50%);
    transition: width 260ms ease;
  }

  .ynms--active-line .ynms__card.is-active::after { width: min(var(--ynms-active-line-width), calc(100% - 32px)); }
  .ynms--active-border .ynms__card.is-active { border-color: var(--ynms-accent); box-shadow: inset 0 0 0 1px var(--ynms-accent); }
  .ynms--active-shadow .ynms__card.is-active { border-color: transparent; box-shadow: 0 16px 42px var(--ynms-active-shadow); }

  .ynms__rail-controls {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 22px;
  }

  .ynms__rail-button {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--ynms-line);
    border-radius: 50%;
    background: var(--ynms-card-bg);
    color: var(--ynms-text);
    cursor: pointer;
    transition: border-color 200ms ease, background 200ms ease, color 200ms ease, opacity 200ms ease;
  }

  .ynms__rail-button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .ynms__rail-button:disabled { cursor: default; opacity: .35; }

  .ynms__empty {
    padding: 48px 24px;
    border: 1px dashed var(--ynms-line);
    border-radius: var(--ynms-card-radius);
    text-align: center;
  }

  .ynms__empty h3 { margin: 0; font: 600 24px/1.2 var(--ynms-heading-font); }
  .ynms__empty p { margin: 10px 0 0; color: var(--ynms-muted); }

  .ynms__visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    clip-path: inset(50%) !important;
  }

  .ynms.is-reveal-ready [data-reveal-item] {
    opacity: 0;
    transform: translateY(var(--ynms-reveal-distance));
    transition: opacity var(--ynms-reveal-duration) ease, transform var(--ynms-reveal-duration) cubic-bezier(.2,.7,.2,1);
    transition-delay: calc(var(--ynms-reveal-index, 0) * var(--ynms-reveal-stagger));
  }

  .ynms.is-reveal-ready [data-reveal-item].is-visible { opacity: 1; transform: none; }

  @media screen and (min-width: 990px) {
    .ynms--layout-grid .ynms__track { display: grid; grid-template-columns: repeat(var(--ynms-columns, 3), minmax(0, 1fr)); }
    .ynms--cols-3 { --ynms-columns: 3; }
    .ynms--cols-4 { --ynms-columns: 4; }

    .ynms--layout-rail .ynms__track {
      display: flex;
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      padding: 3px 2px 14px;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
    }

    .ynms--layout-rail.ynms--cols-3 .ynms__card { flex: 0 0 calc((100% - (var(--ynms-gap) * 2)) / 3); }
    .ynms--layout-rail.ynms--cols-4 .ynms__card { flex: 0 0 calc((100% - (var(--ynms-gap) * 3)) / 4); }
  }

  @media screen and (min-width: 750px) and (max-width: 989px) {
    .ynms__track {
      display: flex;
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      padding: 3px 2px 14px;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
    }

    .ynms__card { flex: 0 0 calc((100% - var(--ynms-gap)) / 2); }
  }

  .ynms--snap .ynms__track { scroll-snap-type: inline mandatory; }
  .ynms--snap .ynms__card { scroll-snap-align: start; }

  .ynms--hide-scrollbar .ynms__track { scrollbar-width: none; }
  .ynms--hide-scrollbar .ynms__track::-webkit-scrollbar { display: none; }

  @media (hover: hover) and (pointer: fine) {
    .ynms__card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(10, 10, 10, .07); }
    .ynms--active-shadow .ynms__card.is-active:hover { box-shadow: 0 18px 46px var(--ynms-active-shadow); }
    .ynms__card:hover .ynms__product-image { transform: translateY(-5px); }
    .ynms__trigger:hover { background: var(--ynms-button-hover-bg); color: var(--ynms-button-hover-text); transform: translateY(-1px); }
    .ynms__trigger:hover svg { transform: translateX(3px); }
    .ynms__rail-button:not(:disabled):hover { border-color: var(--ynms-accent); background: var(--ynms-accent); color: var(--ynms-button-text); }
  }

  @media screen and (max-width: 749px) {
    .ynms__shell {
      padding: var(--ynms-padding-top-mobile) var(--ynms-edge-mobile) var(--ynms-padding-bottom-mobile);
    }

    .ynms__header { margin-bottom: var(--ynms-header-gap-mobile); }
    .ynms__heading { font-size: var(--ynms-heading-size-mobile); }

    .ynms__track {
      display: flex;
      gap: var(--ynms-gap-mobile);
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      padding: 3px 2px 14px;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
    }

    .ynms__card { flex: 0 0 clamp(260px, var(--ynms-card-width-mobile), 440px); }

    .ynms__media {
      height: var(--ynms-media-height-mobile);
      padding: var(--ynms-card-padding-mobile) var(--ynms-card-padding-mobile) 0;
    }

    .ynms__media--center { padding-bottom: var(--ynms-card-padding-mobile); }
    .ynms__product-image-wrap { width: var(--ynms-product-width-mobile); }
    .ynms__content { padding: 22px var(--ynms-card-padding-mobile) var(--ynms-card-padding-mobile); }
    .ynms__model-name { font-size: var(--ynms-name-size-mobile); }
    .ynms__name-image { width: min(100%, var(--ynms-logo-width-mobile)); max-height: 84px; }
    .ynms__rail-controls { display: none; }
  }

  @media (prefers-reduced-motion: reduce) {
    .ynms *,
    .ynms *::before,
    .ynms *::after {
      scroll-behavior: auto !important;
      transition-duration: .01ms !important;
      transition-delay: 0ms !important;
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
    }

    .ynms.is-reveal-ready [data-reveal-item] { opacity: 1; transform: none; }
  }
/* END_SECTION:yhm-nvr-model-selector */

/* START_SECTION:yhm-nvr-online-stores (INDEX:64) */
.ynol,
  .ynol * {
    box-sizing: border-box;
  }

  .ynol {
    display: block;
    width: 100%;
    color: var(--ynol-text);
    background: var(--ynol-bg);
    font-family: var(--ynol-body-font);
    font-size: var(--ynol-body-size);
    font-style: var(--ynol-body-style);
    font-weight: var(--ynol-body-weight);
    line-height: 1.55;
  }

  .ynol__shell {
    width: min(100%, calc(var(--ynol-max-width) + (var(--ynol-edge) * 2)));
    margin-inline: auto;
    padding: var(--ynol-padding-top) var(--ynol-edge) var(--ynol-padding-bottom);
  }

  .ynol__header {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.7fr);
    align-items: end;
    gap: clamp(32px, 7vw, 120px);
    margin-block-end: var(--ynol-header-gap);
  }

  .ynol__eyebrow,
  .ynol__heading,
  .ynol__description,
  .ynol__description > *,
  .ynol__store-name,
  .ynol__store-description,
  .ynol__store-description > *,
  .ynol__empty p {
    margin: 0;
  }

  .ynol__eyebrow {
    margin-block-end: 18px;
    color: var(--ynol-accent);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .ynol__heading {
    max-width: 14ch;
    color: var(--ynol-heading-color);
    font-family: var(--ynol-heading-font);
    font-size: clamp(var(--ynol-heading-size-mobile), 6vw, var(--ynol-heading-size));
    font-style: var(--ynol-heading-style);
    font-weight: var(--ynol-heading-weight);
    letter-spacing: -0.035em;
    line-height: 0.98;
  }

  .ynol__description {
    max-width: 38rem;
    padding-block-end: 4px;
    color: var(--ynol-muted);
    font-size: 1em;
    line-height: 1.7;
  }

  .ynol__description a {
    color: inherit;
    text-underline-offset: 0.2em;
  }

  .ynol__rail-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-block-end: 14px;
    padding-block-start: 14px;
    border-block-start: 1px solid var(--ynol-line);
    color: var(--ynol-muted);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .ynol__grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(280px, 24vw, 340px);
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 2px 2px 20px;
    scroll-padding-inline: 2px;
    scroll-snap-type: inline mandatory;
    scrollbar-color: var(--ynol-accent) var(--ynol-line);
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .ynol__grid::-webkit-scrollbar { height: 4px; }
  .ynol__grid::-webkit-scrollbar-track { background: var(--ynol-line); }
  .ynol__grid::-webkit-scrollbar-thumb { border-radius: 999px; background: var(--ynol-accent); }

  .ynol__grid:focus-visible {
    border-radius: 2px;
    outline: 2px solid var(--ynol-accent);
    outline-offset: 5px;
  }

  .ynol__store {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 390px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ynol-line);
    border-radius: var(--ynol-radius);
    background: var(--ynol-card-bg);
    isolation: isolate;
    scroll-snap-align: start;
    transition: border-color 200ms ease, transform 200ms ease;
  }

  .ynol__store:hover,
  .ynol__store:focus-within {
    border-color: var(--ynol-accent);
    transform: translateY(-3px);
  }

  .ynol__store-media {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    padding: var(--ynol-card-padding);
    background: var(--ynol-card-bg);
  }

  .ynol__store-meta {
    display: flex;
    min-height: 20px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-block-end: 18px;
  }

  .ynol__index { color: var(--ynol-muted); font-size: 10px; letter-spacing: 0.12em; }

  .ynol__authorized {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--ynol-muted);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .ynol__authorized-mark {
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--ynol-accent);
    box-shadow: 0 0 0 4px var(--ynol-accent-soft);
  }

  .ynol__logo-stage {
    display: flex;
    height: var(--ynol-logo-height);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px 8px 16px;
  }

  .ynol__logo {
    display: block;
    width: auto;
    max-width: min(74%, 230px);
    height: auto;
    max-height: 100%;
    object-fit: contain;
    transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease;
  }

  .ynol[data-logo-treatment='grayscale'] .ynol__logo,
  .ynol[data-logo-treatment='reveal'] .ynol__logo { filter: grayscale(1); opacity: 0.78; }

  .ynol[data-logo-treatment='reveal'] .ynol__store:hover .ynol__logo,
  .ynol[data-logo-treatment='reveal'] .ynol__store:focus-within .ynol__logo { filter: grayscale(0); opacity: 1; transform: scale(1.025); }

  .ynol__wordmark {
    max-width: min(92%, 280px);
    color: var(--ynol-text);
    font-family: var(--ynol-heading-font);
    font-size: clamp(21px, 2.2vw, 30px);
    font-style: var(--ynol-heading-style);
    font-weight: var(--ynol-heading-weight);
    letter-spacing: -0.03em;
    line-height: 1.05;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .ynol__store-footer {
    position: relative;
    display: flex;
    min-height: 154px;
    flex: 0 0 auto;
    flex-direction: column;
    padding: var(--ynol-card-padding);
    color: var(--ynol-footer-text);
    background: var(--ynol-footer-bg);
  }

  .ynol__store-footer::before {
    display: block;
    width: 30px;
    height: 2px;
    margin-block-end: 18px;
    background: var(--ynol-accent);
    content: '';
  }

  .ynol__content { flex: 1 1 auto; padding: 0 0 20px; }

  .ynol__store-name {
    color: var(--ynol-footer-text);
    font-family: var(--ynol-heading-font);
    font-size: 22px;
    font-style: var(--ynol-heading-style);
    font-weight: var(--ynol-heading-weight);
    letter-spacing: -0.02em;
    line-height: 1.15;
  }

  .ynol__store-description { margin-block-start: 10px; color: var(--ynol-footer-text); font-size: 0.86em; line-height: 1.55; opacity: 0.66; }
  .ynol__action { min-height: 38px; }

  .ynol__link {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 9px 15px;
    border: 1px solid currentColor;
    border-radius: 999px;
    color: var(--ynol-footer-text);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
  }

  .ynol__link::after { position: absolute; inset: 0; content: ''; }
  .ynol__link:hover,
  .ynol__link:focus-visible { color: #000000; border-color: var(--ynol-accent); background: var(--ynol-accent); }
  .ynol__link:focus-visible { outline: 2px solid var(--ynol-accent); outline-offset: 5px; }
  .ynol__link--editor { color: var(--ynol-footer-text); opacity: 0.56; pointer-events: none; }
  .ynol__link--editor::after { display: none; }

  .ynol__empty {
    display: grid;
    min-height: 280px;
    place-items: center;
    align-content: center;
    gap: 18px;
    border: 1px solid var(--ynol-line);
    color: var(--ynol-muted);
    text-align: center;
  }

  .ynol__empty svg {
    width: 52px;
    height: 52px;
    fill: none;
    stroke: var(--ynol-accent);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.4;
  }

  .ynol-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
  }

  @media screen and (max-width: 989px) {
    .ynol__header {
      grid-template-columns: 1fr;
      align-items: start;
      gap: 24px;
    }

    .ynol__grid {
      grid-auto-columns: min(44vw, 320px);
    }
  }

  @media screen and (max-width: 749px) {
    .ynol {
      font-size: var(--ynol-body-size-mobile);
    }

    .ynol__shell {
      padding: var(--ynol-padding-top-mobile) var(--ynol-edge-mobile) var(--ynol-padding-bottom-mobile);
    }

    .ynol__header {
      margin-block-end: clamp(36px, var(--ynol-header-gap), 64px);
    }

    .ynol__heading {
      font-size: var(--ynol-heading-size-mobile);
    }

    .ynol__grid {
      width: auto;
      margin-inline: calc(var(--ynol-edge-mobile) * -1);
      padding-inline: var(--ynol-edge-mobile);
      grid-auto-columns: min(82vw, 330px);
      scroll-padding-inline: var(--ynol-edge-mobile);
    }

    .ynol__store {
      min-height: 360px;
      transform: none;
    }

    .ynol__store-media,
    .ynol__store-footer {
      padding: var(--ynol-card-padding-mobile);
    }

    .ynol__logo-stage {
      height: min(var(--ynol-logo-height), 190px);
    }

    .ynol__content {
      padding: 0 0 18px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .ynol *,
    .ynol *::before,
    .ynol *::after {
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
    }
  }
/* END_SECTION:yhm-nvr-online-stores */

/* START_SECTION:yhm-nvr-online (INDEX:65) */
.ynol,
  .ynol * {
    box-sizing: border-box;
  }

  .ynol {
    display: block;
    width: 100%;
    color: var(--ynol-text);
    background: var(--ynol-bg);
    font-family: var(--ynol-body-font);
    font-size: var(--ynol-body-size);
    font-style: var(--ynol-body-style);
    font-weight: var(--ynol-body-weight);
    line-height: 1.55;
  }

  .ynol__shell {
    width: min(100%, calc(var(--ynol-max-width) + (var(--ynol-edge) * 2)));
    margin-inline: auto;
    padding: var(--ynol-padding-top) var(--ynol-edge) var(--ynol-padding-bottom);
  }

  .ynol__header {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.7fr);
    align-items: end;
    gap: clamp(32px, 7vw, 120px);
    margin-block-end: var(--ynol-header-gap);
  }

  .ynol__eyebrow,
  .ynol__heading,
  .ynol__description,
  .ynol__description > *,
  .ynol__store-name,
  .ynol__store-description,
  .ynol__store-description > *,
  .ynol__empty p {
    margin: 0;
  }

  .ynol__eyebrow {
    margin-block-end: 18px;
    color: var(--ynol-accent);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .ynol__heading {
    max-width: 14ch;
    color: var(--ynol-heading-color);
    font-family: var(--ynol-heading-font);
    font-size: clamp(var(--ynol-heading-size-mobile), 6vw, var(--ynol-heading-size));
    font-style: var(--ynol-heading-style);
    font-weight: var(--ynol-heading-weight);
    letter-spacing: -0.035em;
    line-height: 0.98;
  }

  .ynol__description {
    max-width: 38rem;
    padding-block-end: 4px;
    color: var(--ynol-muted);
    font-size: 1em;
    line-height: 1.7;
  }

  .ynol__description a {
    color: inherit;
    text-underline-offset: 0.2em;
  }

  .ynol__grid {
    display: grid;
    grid-template-columns: repeat(var(--ynol-columns), minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--ynol-line);
    border-radius: var(--ynol-radius);
    background: var(--ynol-line);
    gap: 1px;
  }

  .ynol__store {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    padding: var(--ynol-card-padding);
    background: var(--ynol-card-bg);
    isolation: isolate;
    transition: background-color 180ms ease;
  }

  .ynol__store::before {
    position: absolute;
    z-index: 2;
    inset-block-start: 0;
    inset-inline: 0;
    height: 2px;
    background: var(--ynol-accent);
    content: '';
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 180ms ease;
  }

  .ynol__store:hover,
  .ynol__store:focus-within {
    background: var(--ynol-accent-soft);
  }

  .ynol__store:hover::before,
  .ynol__store:focus-within::before {
    transform: scaleX(1);
  }

  .ynol__store-meta {
    display: flex;
    min-height: 20px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-block-end: 20px;
  }

  .ynol__index {
    color: var(--ynol-muted);
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .ynol__authorized {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--ynol-text);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .ynol__authorized-mark {
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--ynol-accent);
    box-shadow: 0 0 0 4px var(--ynol-accent-soft);
  }

  .ynol__logo-stage {
    display: flex;
    height: var(--ynol-logo-height);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: clamp(22px, 3vw, 42px);
    border-radius: max(0px, calc(var(--ynol-radius) * 0.55));
    background: var(--ynol-logo-bg);
  }

  .ynol__logo {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease;
  }

  .ynol[data-logo-treatment='grayscale'] .ynol__logo,
  .ynol[data-logo-treatment='reveal'] .ynol__logo {
    filter: grayscale(1);
    opacity: 0.82;
  }

  .ynol[data-logo-treatment='reveal'] .ynol__store:hover .ynol__logo,
  .ynol[data-logo-treatment='reveal'] .ynol__store:focus-within .ynol__logo {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.025);
  }

  .ynol__wordmark {
    max-width: 100%;
    color: #111111;
    font-family: var(--ynol-heading-font);
    font-size: clamp(21px, 2.2vw, 30px);
    font-style: var(--ynol-heading-style);
    font-weight: var(--ynol-heading-weight);
    letter-spacing: -0.03em;
    line-height: 1.05;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .ynol__content {
    flex: 1 1 auto;
    padding-block: 24px 22px;
  }

  .ynol__store-name {
    color: var(--ynol-text);
    font-family: var(--ynol-heading-font);
    font-size: 22px;
    font-style: var(--ynol-heading-style);
    font-weight: var(--ynol-heading-weight);
    letter-spacing: -0.02em;
    line-height: 1.15;
  }

  .ynol__store-description {
    margin-block-start: 10px;
    color: var(--ynol-muted);
    font-size: 0.86em;
    line-height: 1.55;
  }

  .ynol__action {
    min-height: 30px;
  }

  .ynol__link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--ynol-text);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
  }

  .ynol__link::after {
    position: absolute;
    inset: 0;
    content: '';
  }

  .ynol__link svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: var(--ynol-accent);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
    transition: transform 180ms ease;
  }

  .ynol__link:hover svg,
  .ynol__link:focus-visible svg {
    transform: translateX(4px);
  }

  .ynol__link:focus-visible {
    border-radius: 2px;
    outline: 2px solid var(--ynol-accent);
    outline-offset: 5px;
  }

  .ynol__link--editor {
    color: var(--ynol-muted);
    pointer-events: none;
  }

  .ynol__link--editor::after {
    display: none;
  }

  .ynol__empty {
    display: grid;
    min-height: 280px;
    place-items: center;
    align-content: center;
    gap: 18px;
    border: 1px solid var(--ynol-line);
    color: var(--ynol-muted);
    text-align: center;
  }

  .ynol__empty svg {
    width: 52px;
    height: 52px;
    fill: none;
    stroke: var(--ynol-accent);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.4;
  }

  .ynol-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
  }

  @media screen and (max-width: 989px) {
    .ynol__header {
      grid-template-columns: 1fr;
      align-items: start;
      gap: 24px;
    }

    .ynol__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media screen and (max-width: 749px) {
    .ynol {
      font-size: var(--ynol-body-size-mobile);
    }

    .ynol__shell {
      padding: var(--ynol-padding-top-mobile) var(--ynol-edge-mobile) var(--ynol-padding-bottom-mobile);
    }

    .ynol__header {
      margin-block-end: clamp(36px, var(--ynol-header-gap), 64px);
    }

    .ynol__heading {
      font-size: var(--ynol-heading-size-mobile);
    }

    .ynol__grid {
      grid-template-columns: 1fr;
    }

    .ynol__store {
      padding: var(--ynol-card-padding-mobile);
    }

    .ynol__logo-stage {
      height: min(var(--ynol-logo-height), 190px);
    }

    .ynol__content {
      padding-block: 20px 18px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .ynol *,
    .ynol *::before,
    .ynol *::after {
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
    }
  }
/* END_SECTION:yhm-nvr-online */

/* START_SECTION:yhm-nvr-product-hero (INDEX:66) */
.yhm-nvr-product-hero,
  .yhm-nvr-product-hero * {
    box-sizing: border-box;
  }

  .yhm-nvr-product-hero {
    position: relative;
    z-index: 0;
    width: 100%;
    overflow: hidden;
    color: var(--ynph-text);
    background: var(--ynph-bg);
    border-radius: var(--ynph-section-radius);
    font-family: var(--ynph-body-font);
    font-style: var(--ynph-body-style);
    font-weight: var(--ynph-body-weight);
  }

  .yhm-nvr-product-hero a {
    color: inherit;
  }

  .yhm-nvr-product-hero .ynph__shell {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    width: 100%;
    max-width: var(--ynph-max-width);
    min-height: var(--ynph-height-desktop);
    margin-inline: auto;
    padding: var(--ynph-top-desktop) var(--ynph-edge-desktop) var(--ynph-bottom-desktop);
  }

  .yhm-nvr-product-hero .ynph__main {
    display: grid;
    grid-template-columns: minmax(0, var(--ynph-copy-column)) minmax(0, var(--ynph-media-column));
    gap: var(--ynph-gap-desktop);
    min-width: 0;
    min-height: 0;
  }

  .yhm-nvr-product-hero.ynph--image-left .ynph__copy {
    grid-column: 2;
  }

  .yhm-nvr-product-hero.ynph--image-left .ynph__main:not(.ynph__main--without-media) {
    grid-template-columns: minmax(0, var(--ynph-media-column)) minmax(0, var(--ynph-copy-column));
  }

  .yhm-nvr-product-hero.ynph--image-left .ynph__media {
    grid-column: 1;
    grid-row: 1;
  }

  .yhm-nvr-product-hero .ynph__main--without-media {
    grid-template-columns: minmax(0, 1fr);
  }

  .yhm-nvr-product-hero .ynph__main--without-media .ynph__copy {
    grid-column: 1;
  }

  .yhm-nvr-product-hero .ynph__copy {
    align-self: var(--ynph-copy-vertical);
    justify-self: var(--ynph-copy-horizontal);
    width: min(100%, var(--ynph-copy-max-width));
    min-width: 0;
    text-align: var(--ynph-text-align-desktop);
  }

  .yhm-nvr-product-hero .ynph__eyebrow {
    display: flex;
    align-items: center;
    justify-content: var(--ynph-button-justify-desktop);
    gap: 12px;
    margin: 0 0 var(--ynph-eyebrow-gap);
    color: var(--ynph-eyebrow);
    font-size: var(--ynph-eyebrow-size);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: var(--ynph-eyebrow-tracking);
    text-transform: uppercase;
  }

  .yhm-nvr-product-hero .ynph__eyebrow > span {
    display: inline-block;
    flex: 0 0 28px;
    width: 28px;
    height: 2px;
    background: var(--ynph-accent);
  }

  .yhm-nvr-product-hero .ynph__title {
    max-width: 100%;
    margin: 0;
    color: var(--ynph-text);
    font-family: var(--ynph-heading-font);
    font-size: clamp(2rem, 5.5vw, var(--ynph-title-size-desktop));
    font-style: var(--ynph-heading-style);
    font-weight: var(--ynph-heading-weight);
    line-height: var(--ynph-title-leading);
    letter-spacing: var(--ynph-title-tracking);
    overflow-wrap: anywhere;
  }

  .yhm-nvr-product-hero .ynph__title em {
    color: var(--ynph-accent);
    font-style: inherit;
  }

  .yhm-nvr-product-hero .ynph__description {
    max-width: 60ch;
    margin-top: var(--ynph-description-gap);
    color: var(--ynph-muted);
    font-size: var(--ynph-body-size-desktop);
    line-height: var(--ynph-body-leading);
  }

  .yhm-nvr-product-hero .ynph__description > * {
    margin-top: 0;
  }

  .yhm-nvr-product-hero .ynph__description > *:last-child {
    margin-bottom: 0;
  }

  .yhm-nvr-product-hero .ynph__description a {
    text-decoration-color: var(--ynph-accent);
    text-underline-offset: 0.18em;
  }

  .yhm-nvr-product-hero .ynph__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--ynph-button-justify-desktop);
    gap: var(--ynph-buttons-gap);
    margin-top: var(--ynph-buttons-gap-top);
  }

  .yhm-nvr-product-hero .ynph__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: var(--ynph-button-pad-v) var(--ynph-button-pad-h);
    border: 1px solid transparent;
    border-radius: var(--ynph-button-radius);
    font-family: var(--ynph-body-font);
    font-size: var(--ynph-button-size);
    font-style: var(--ynph-body-style);
    font-weight: var(--ynph-button-weight);
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
  }

  .yhm-nvr-product-hero .ynph__button svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .yhm-nvr-product-hero .ynph__button--primary {
    color: var(--ynph-primary-text);
    background: var(--ynph-primary-bg);
    border-color: var(--ynph-primary-bg);
  }

  .yhm-nvr-product-hero .ynph__button--secondary {
    color: var(--ynph-secondary-text);
    background: var(--ynph-secondary-bg);
    border-color: var(--ynph-secondary-border);
  }

  .yhm-nvr-product-hero .ynph__button.is-disabled {
    cursor: not-allowed;
    opacity: 0.55;
  }

  .yhm-nvr-product-hero .ynph__button:focus-visible {
    outline: 2px solid var(--ynph-accent);
    outline-offset: 4px;
  }

  .yhm-nvr-product-hero .ynph__media {
    position: relative;
    min-width: 0;
    min-height: min(var(--ynph-media-height-desktop), var(--ynph-height-desktop));
  }

  .yhm-nvr-product-hero .ynph__media-inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: inherit;
    overflow: hidden;
    isolation: isolate;
    background: var(--ynph-media-bg);
    border-radius: var(--ynph-media-radius);
  }

  .yhm-nvr-product-hero .ynph__picture,
  .yhm-nvr-product-hero .ynph__placeholder {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
  }

  .yhm-nvr-product-hero .ynph__image,
  .yhm-nvr-product-hero .ynph__placeholder-svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: var(--ynph-image-fit);
    object-position: var(--ynph-image-position-desktop);
    transform: scale(var(--ynph-image-scale-desktop));
    transform-origin: var(--ynph-image-position-desktop);
  }

  .yhm-nvr-product-hero .ynph__placeholder-svg {
    color: color-mix(in srgb, var(--ynph-muted) 45%, transparent);
    background: transparent;
  }

  .yhm-nvr-product-hero .ynph__glow {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 52%;
    width: min(78%, 640px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--ynph-glow);
    filter: blur(72px);
    opacity: var(--ynph-glow-opacity);
    transform: translate(-50%, -50%);
    pointer-events: none;
  }

  .yhm-nvr-product-hero .ynph__media-overlay {
    position: absolute;
    z-index: 2;
    inset: 0;
    background: var(--ynph-overlay);
    opacity: var(--ynph-overlay-opacity);
    pointer-events: none;
  }

  .yhm-nvr-product-hero .ynph__benefits {
    display: grid;
    grid-template-columns: repeat(var(--ynph-benefit-cols-desktop), minmax(0, 1fr));
    gap: 1px;
    margin: var(--ynph-benefits-gap-top) 0 0;
    padding: 1px 0;
    list-style: none;
    background: var(--ynph-line);
  }

  .yhm-nvr-product-hero .ynph__benefit {
    display: flex;
    align-items: center;
    gap: var(--ynph-benefit-gap);
    min-width: 0;
    padding: var(--ynph-benefit-pad-v) var(--ynph-benefit-pad-h);
    color: var(--ynph-benefit-text);
    background: var(--ynph-benefit-bg);
  }

  .yhm-nvr-product-hero .ynph__benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--ynph-icon-box);
    height: var(--ynph-icon-box);
    flex: 0 0 var(--ynph-icon-box);
    color: var(--ynph-icon);
    background: var(--ynph-icon-bg);
    border: 1px solid var(--ynph-icon-border);
    border-radius: var(--ynph-icon-radius);
  }

  .yhm-nvr-product-hero .ynph__benefit-icon svg {
    display: block;
    width: var(--ynph-icon-size);
    height: var(--ynph-icon-size);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .yhm-nvr-product-hero .ynph__benefit-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
  }

  .yhm-nvr-product-hero .ynph__benefit-copy strong {
    color: var(--ynph-benefit-text);
    font-family: var(--ynph-heading-font);
    font-size: var(--ynph-benefit-title-size);
    font-style: var(--ynph-heading-style);
    font-weight: 500;
    line-height: 1.15;
  }

  .yhm-nvr-product-hero .ynph__benefit-copy > span {
    color: var(--ynph-benefit-muted);
    font-size: var(--ynph-benefit-text-size);
    line-height: 1.35;
  }

  .yhm-nvr-product-hero.ynph-reveal-ready[data-enable-reveal="true"] .ynph-reveal {
    opacity: 0;
    transform: translate3d(0, var(--ynph-reveal-distance), 0);
    transition:
      opacity var(--ynph-reveal-duration) cubic-bezier(0.22, 1, 0.36, 1),
      transform var(--ynph-reveal-duration) cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--ynph-reveal-index, 0) * var(--ynph-reveal-stagger));
  }

  .yhm-nvr-product-hero.ynph-reveal-ready[data-enable-reveal="true"] .ynph-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  @media (hover: hover) and (pointer: fine) {
    .yhm-nvr-product-hero a.ynph__button--primary:hover {
      color: var(--ynph-primary-hover-text);
      background: var(--ynph-primary-hover-bg);
      border-color: var(--ynph-primary-hover-bg);
      transform: translateY(-2px);
    }

    .yhm-nvr-product-hero a.ynph__button--secondary:hover {
      color: var(--ynph-secondary-hover-text);
      background: var(--ynph-secondary-hover-bg);
      border-color: var(--ynph-secondary-hover-border);
      transform: translateY(-2px);
    }
  }

  @media screen and (min-width: 750px) and (max-width: 989px) {
    .yhm-nvr-product-hero .ynph__shell {
      min-height: var(--ynph-height-tablet);
      padding: var(--ynph-top-tablet) var(--ynph-edge-tablet) var(--ynph-bottom-tablet);
    }

    .yhm-nvr-product-hero .ynph__main {
      gap: var(--ynph-gap-tablet);
    }

    .yhm-nvr-product-hero .ynph__title {
      font-size: var(--ynph-title-size-tablet);
    }

    .yhm-nvr-product-hero .ynph__media {
      min-height: min(var(--ynph-media-height-tablet), var(--ynph-height-tablet));
    }

    .yhm-nvr-product-hero .ynph__image,
    .yhm-nvr-product-hero .ynph__placeholder-svg {
      transform: scale(var(--ynph-image-scale-tablet));
    }

    .yhm-nvr-product-hero .ynph__benefits {
      grid-template-columns: repeat(var(--ynph-benefit-cols-tablet), minmax(0, 1fr));
    }
  }

  @media screen and (max-width: 749px) {
    .yhm-nvr-product-hero .ynph__shell {
      min-height: var(--ynph-height-mobile);
      padding: var(--ynph-top-mobile) var(--ynph-edge-mobile) var(--ynph-bottom-mobile);
    }

    .yhm-nvr-product-hero .ynph__main {
      grid-template-columns: minmax(0, 1fr);
      gap: var(--ynph-gap-mobile);
    }

    .yhm-nvr-product-hero .ynph__copy,
    .yhm-nvr-product-hero.ynph--image-left .ynph__copy {
      grid-column: 1;
      grid-row: var(--ynph-copy-order-mobile);
      width: 100%;
      text-align: var(--ynph-text-align-mobile);
    }

    .yhm-nvr-product-hero .ynph__media,
    .yhm-nvr-product-hero.ynph--image-left .ynph__media {
      grid-column: 1;
      grid-row: var(--ynph-media-order-mobile);
      min-height: var(--ynph-media-height-mobile);
    }

    .yhm-nvr-product-hero .ynph__main--without-media .ynph__copy {
      grid-row: 1;
    }

    .yhm-nvr-product-hero .ynph__eyebrow,
    .yhm-nvr-product-hero .ynph__buttons {
      justify-content: var(--ynph-button-justify-mobile);
    }

    .yhm-nvr-product-hero .ynph__title {
      font-size: var(--ynph-title-size-mobile);
    }

    .yhm-nvr-product-hero .ynph__description {
      font-size: var(--ynph-body-size-mobile);
    }

    .yhm-nvr-product-hero .ynph__image,
    .yhm-nvr-product-hero .ynph__placeholder-svg {
      object-position: var(--ynph-image-position-mobile);
      transform: scale(var(--ynph-image-scale-mobile));
      transform-origin: var(--ynph-image-position-mobile);
    }

    .yhm-nvr-product-hero .ynph__benefits {
      grid-template-columns: repeat(var(--ynph-benefit-cols-mobile), minmax(0, 1fr));
    }

    .yhm-nvr-product-hero .ynph__benefit {
      align-items: flex-start;
    }

    .yhm-nvr-product-hero .ynph__buttons,
    .yhm-nvr-product-hero .ynph__button {
      width: var(--ynph-button-width-mobile);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .yhm-nvr-product-hero *,
    .yhm-nvr-product-hero *::before,
    .yhm-nvr-product-hero *::after {
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
    }

    .yhm-nvr-product-hero.ynph-reveal-ready[data-enable-reveal="true"] .ynph-reveal {
      opacity: 1;
      transform: none;
    }
  }
/* END_SECTION:yhm-nvr-product-hero */

/* START_SECTION:yhm-nvr-str-locator (INDEX:68) */
.ynsl,
  .ynsl * {
    box-sizing: border-box;
  }

  .ynsl {
    display: block;
    width: 100%;
    color: var(--ynsl-text);
    background: var(--ynsl-bg);
    font-family: var(--ynsl-body-font);
    font-size: var(--ynsl-body-size);
    font-style: var(--ynsl-body-style);
    font-weight: var(--ynsl-body-weight);
    line-height: 1.55;
  }

  .ynsl [hidden] {
    display: none !important;
  }

  .ynsl__shell {
    width: min(100%, calc(var(--ynsl-max-width) + (var(--ynsl-edge) * 2)));
    margin-inline: auto;
    padding: var(--ynsl-padding-top) var(--ynsl-edge) var(--ynsl-padding-bottom);
  }

  .ynsl__header {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.7fr);
    align-items: end;
    gap: clamp(32px, 7vw, 120px);
    margin-block-end: var(--ynsl-header-gap);
  }

  .ynsl__eyebrow,
  .ynsl__heading,
  .ynsl__description,
  .ynsl__description > *,
  .ynsl__directory-title,
  .ynsl__store-name,
  .ynsl__store-location,
  .ynsl__map-name,
  .ynsl__placeholder-title,
  .ynsl__placeholder-text,
  .ynsl__empty p {
    margin: 0;
  }

  .ynsl__eyebrow {
    margin-block-end: 18px;
    color: var(--ynsl-accent);
    font-size: var(--ynsl-eyebrow-size);
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .ynsl__heading {
    max-width: 14ch;
    color: var(--ynsl-text);
    font-family: var(--ynsl-heading-font);
    font-size: clamp(var(--ynsl-heading-size-mobile), 6vw, var(--ynsl-heading-size));
    font-style: var(--ynsl-heading-style);
    font-weight: var(--ynsl-heading-weight);
    letter-spacing: -0.035em;
    line-height: 0.98;
  }

  .ynsl__description {
    max-width: 38rem;
    padding-block-end: 4px;
    color: var(--ynsl-muted);
    font-size: 1em;
    line-height: 1.7;
  }

  .ynsl__description a {
    color: inherit;
    text-underline-offset: 0.2em;
  }

  .ynsl__locator {
    display: grid;
    grid-template-columns: minmax(340px, var(--ynsl-directory-width)) minmax(0, 1fr);
    height: var(--ynsl-locator-height);
    overflow: hidden;
    border: 1px solid var(--ynsl-line);
    border-radius: var(--ynsl-radius);
    background: var(--ynsl-panel-bg);
  }

  .ynsl__directory {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    background: var(--ynsl-panel-bg);
  }

  .ynsl__directory-head {
    flex: 0 0 auto;
    padding: 26px 28px 22px;
    border-bottom: 1px solid var(--ynsl-line);
  }

  .ynsl__directory-heading-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
  }

  .ynsl__directory-title,
  .ynsl__map-name,
  .ynsl__placeholder-title {
    font-family: var(--ynsl-heading-font);
    font-style: var(--ynsl-heading-style);
    font-weight: var(--ynsl-heading-weight);
  }

  .ynsl__directory-title {
    font-size: 18px;
    letter-spacing: -0.01em;
    line-height: 1.25;
  }

  .ynsl__count {
    flex: 0 0 auto;
    color: var(--ynsl-muted);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .ynsl__filters {
    display: flex;
    margin-block-start: 20px;
    gap: 8px;
    overflow-x: auto;
    padding-block-end: 3px;
    scrollbar-width: thin;
  }

  .ynsl__filter {
    min-height: 34px;
    flex: 0 0 auto;
    padding: 7px 13px;
    border: 1px solid var(--ynsl-line);
    border-radius: 999px;
    color: var(--ynsl-muted);
    background: transparent;
    font: inherit;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
  }

  .ynsl__filter:hover {
    color: var(--ynsl-text);
    border-color: var(--ynsl-muted);
  }

  .ynsl__filter.is-active {
    color: var(--ynsl-text);
    border-color: var(--ynsl-accent);
    background: var(--ynsl-accent-soft);
  }

  .ynsl__select-wrap {
    display: none;
  }

  .ynsl__stores {
    position: relative;
    min-height: 0;
    flex: 1 1 auto;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: var(--ynsl-line) transparent;
    scrollbar-width: thin;
  }

  .ynsl__store {
    position: relative;
    border-bottom: 1px solid var(--ynsl-line);
    background: transparent;
    transition: background-color 180ms ease;
  }

  .ynsl__store::before {
    position: absolute;
    z-index: 1;
    inset: 0 auto 0 0;
    width: 3px;
    background: var(--ynsl-accent);
    content: '';
    opacity: 0;
    transform: scaleY(0.45);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .ynsl__store:hover,
  .ynsl__store.is-active {
    background: var(--ynsl-accent-soft);
  }

  .ynsl__store.is-active::before {
    opacity: 1;
    transform: scaleY(1);
  }

  .ynsl__store-select {
    display: block;
    width: 100%;
    padding: var(--ynsl-card-padding) 28px 18px;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    text-align: start;
    cursor: pointer;
  }

  .ynsl__store-topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }

  .ynsl__store-name {
    color: var(--ynsl-text);
    font-family: var(--ynsl-heading-font);
    font-size: var(--ynsl-store-name-size);
    font-style: var(--ynsl-heading-style);
    font-weight: var(--ynsl-heading-weight);
    letter-spacing: -0.02em;
    line-height: 1.16;
  }

  .ynsl__store-index {
    flex: 0 0 auto;
    padding-block-start: 3px;
    color: var(--ynsl-muted);
    font-size: 10px;
    letter-spacing: 0.12em;
    line-height: 1;
  }

  .ynsl__store-location {
    display: block;
    margin-block-start: 9px;
    color: var(--ynsl-accent);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .ynsl__store-details {
    display: grid;
    margin-block-start: 20px;
    gap: 10px;
  }

  .ynsl__detail {
    display: grid;
    grid-template-columns: 17px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    color: var(--ynsl-muted);
    font-size: 13px;
    line-height: 1.5;
  }

  .ynsl__detail svg,
  .ynsl__store-link svg,
  .ynsl__map-link svg,
  .ynsl__placeholder-link svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
  }

  .ynsl__authorized {
    display: inline-flex;
    align-items: center;
    margin-block-start: 18px;
    gap: 8px;
    color: var(--ynsl-text);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.11em;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .ynsl__authorized-mark {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ynsl-accent);
    box-shadow: 0 0 0 4px var(--ynsl-accent-medium);
  }

  .ynsl__store-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 24px;
    padding: 0 28px var(--ynsl-card-padding);
  }

  .ynsl__store-link,
  .ynsl__map-link,
  .ynsl__placeholder-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ynsl-text);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.25;
    text-decoration: none;
    text-underline-offset: 0.25em;
  }

  .ynsl__store-link:last-child {
    margin-inline-start: auto;
  }

  .ynsl__store-link:hover,
  .ynsl__map-link:hover,
  .ynsl__placeholder-link:hover {
    color: var(--ynsl-accent);
  }

  .ynsl__map {
    min-width: 0;
    min-height: 0;
    border-inline-start: 1px solid var(--ynsl-line);
    background: var(--ynsl-map-bg);
  }

  .ynsl__map-panel {
    height: 100%;
  }

  .ynsl__map-canvas {
    position: relative;
    height: calc(100% - 86px);
    min-height: 320px;
    overflow: hidden;
    background: var(--ynsl-map-bg);
  }

  .ynsl__map-frame {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    filter: saturate(0.78) contrast(0.96);
  }

  .ynsl__map-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    color: var(--ynsl-muted);
    background:
      linear-gradient(var(--ynsl-line) 1px, transparent 1px),
      linear-gradient(90deg, var(--ynsl-line) 1px, transparent 1px),
      var(--ynsl-map-bg);
    background-size: 44px 44px;
    text-align: center;
  }

  .ynsl__map-placeholder > svg,
  .ynsl__empty > svg {
    width: 54px;
    height: 54px;
    margin-block-end: 20px;
    fill: var(--ynsl-accent-soft);
    stroke: var(--ynsl-accent);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
  }

  .ynsl__placeholder-title {
    color: var(--ynsl-text);
    font-size: 24px;
    line-height: 1.2;
  }

  .ynsl__placeholder-text {
    max-width: 37ch;
    margin-block-start: 10px;
    font-size: 13px;
    line-height: 1.55;
  }

  .ynsl__placeholder-link {
    margin-block-start: 22px;
    padding-block-end: 3px;
    border-bottom: 1px solid var(--ynsl-accent);
  }

  .ynsl__map-caption {
    display: flex;
    height: 86px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 18px 26px;
    border-top: 1px solid var(--ynsl-line);
    background: var(--ynsl-panel-bg);
  }

  .ynsl__map-kicker {
    display: block;
    margin-block-end: 4px;
    color: var(--ynsl-accent);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .ynsl__map-name {
    overflow: hidden;
    color: var(--ynsl-text);
    font-size: 18px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ynsl__map-link {
    flex: 0 0 auto;
  }

  .ynsl__no-results,
  .ynsl__empty {
    color: var(--ynsl-muted);
    text-align: center;
  }

  .ynsl__no-results {
    padding: 48px 24px;
    font-size: 14px;
  }

  .ynsl__empty {
    display: flex;
    min-height: 360px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 48px;
    border: 1px solid var(--ynsl-line);
    border-radius: var(--ynsl-radius);
    background: var(--ynsl-panel-bg);
  }

  .ynsl-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
  }

  .ynsl :focus-visible {
    outline: 2px solid var(--ynsl-accent);
    outline-offset: -3px;
  }

  .ynsl__filter:focus-visible,
  .ynsl__store-link:focus-visible,
  .ynsl__map-link:focus-visible,
  .ynsl__placeholder-link:focus-visible {
    outline-offset: 3px;
  }

  @media screen and (max-width: 989px) {
    .ynsl__header {
      grid-template-columns: 1fr;
      align-items: start;
      gap: 26px;
    }

    .ynsl__description {
      max-width: 58ch;
    }

    .ynsl__locator {
      display: flex;
      height: auto;
      overflow: visible;
      flex-direction: column;
    }

    .ynsl__directory {
      order: 1;
    }

    .ynsl__stores {
      max-height: none;
      overflow: visible;
    }

    .ynsl__map {
      height: var(--ynsl-map-height-mobile);
      order: 2;
      border-block-start: 1px solid var(--ynsl-line);
      border-inline-start: 0;
    }

    .ynsl__map-canvas {
      height: calc(100% - 82px);
      min-height: 260px;
    }

    .ynsl__map-caption {
      height: 82px;
    }
  }

  @media screen and (max-width: 749px) {
    .ynsl {
      font-size: var(--ynsl-body-size-mobile);
    }

    .ynsl__shell {
      width: 100%;
      padding: var(--ynsl-padding-top-mobile) var(--ynsl-edge-mobile) var(--ynsl-padding-bottom-mobile);
    }

    .ynsl__header {
      margin-block-end: clamp(36px, calc(var(--ynsl-header-gap) * 0.7), 64px);
    }

    .ynsl__heading {
      font-size: var(--ynsl-heading-size-mobile);
      line-height: 1.02;
    }

    .ynsl__directory-head {
      padding: 22px 20px 20px;
    }

    .ynsl__filters {
      display: none;
    }

    .ynsl__select-wrap {
      display: block;
      margin-block-start: 18px;
    }

    .ynsl__select-label {
      display: block;
      margin-block-end: 8px;
      color: var(--ynsl-muted);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .ynsl__select-control {
      position: relative;
    }

    .ynsl__select {
      width: 100%;
      min-height: 46px;
      appearance: none;
      padding: 10px 44px 10px 14px;
      border: 1px solid var(--ynsl-line);
      border-radius: 0;
      color: var(--ynsl-text);
      background: var(--ynsl-panel-bg);
      font: inherit;
      font-size: 14px;
    }

    .ynsl__select-control svg {
      position: absolute;
      top: 50%;
      right: 15px;
      width: 18px;
      height: 18px;
      fill: none;
      stroke: var(--ynsl-accent);
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 1.5;
      transform: translateY(-50%);
      pointer-events: none;
    }

    .ynsl__store-select {
      padding: var(--ynsl-card-padding-mobile) 20px 16px;
    }

    .ynsl__store-actions {
      gap: 14px 20px;
      padding: 0 20px var(--ynsl-card-padding-mobile);
    }

    .ynsl__store-link:last-child {
      margin-inline-start: 0;
    }

    .ynsl__map {
      height: var(--ynsl-map-height-mobile);
    }

    .ynsl__map-placeholder {
      padding: 28px 20px;
      background-size: 34px 34px;
    }

    .ynsl__map-caption {
      padding-inline: 20px;
    }

    .ynsl__map-link {
      font-size: 0;
    }

    .ynsl__map-link svg {
      width: 22px;
      height: 22px;
    }
  }

  /* Mapa provincial interactivo — v2 */
  .ynsl__heading {
    color: var(--ynsl-heading-color);
  }

  .ynsl__directory-title,
  .ynsl__store-name,
  .ynsl__map-selection {
    color: var(--ynsl-text);
  }

  .ynsl__locator {
    grid-template-columns: minmax(0, 1fr) minmax(340px, var(--ynsl-directory-width));
  }

  .ynsl__map {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    border-inline-start: 0;
    background: var(--ynsl-map-bg);
  }

  .ynsl__map-head {
    display: flex;
    min-height: 86px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 18px 28px;
    border-bottom: 1px solid var(--ynsl-line);
    background: var(--ynsl-panel-bg);
  }

  .ynsl__map-selection {
    margin: 0;
    font-family: var(--ynsl-heading-font);
    font-size: 22px;
    font-style: var(--ynsl-heading-style);
    font-weight: var(--ynsl-heading-weight);
    letter-spacing: -0.02em;
    line-height: 1.15;
  }

  .ynsl__map-stage {
    position: relative;
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 24px;
    background:
      linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      var(--ynsl-map-bg);
    background-size: 48px 48px;
  }

  .ynsl__costa-rica {
    display: block;
    width: min(100%, 780px);
    height: 100%;
    max-height: 100%;
    overflow: visible;
  }

  .ynsl__province {
    outline: none;
  }

  .ynsl__province path {
    fill: transparent;
    fill-rule: evenodd;
    stroke: var(--ynsl-line);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
    transition: fill 180ms ease, opacity 180ms ease, stroke 180ms ease, stroke-width 180ms ease;
  }

  .ynsl__province.has-stores {
    cursor: pointer;
  }

  .ynsl__province.has-stores:hover path,
  .ynsl__province.has-stores:focus-visible path {
    fill: var(--ynsl-accent-medium);
    stroke: var(--ynsl-accent);
    stroke-width: 3;
  }

  .ynsl__province.is-overview path {
    fill: var(--ynsl-accent-soft);
    stroke: var(--ynsl-muted);
  }

  .ynsl__province.is-active path {
    fill: var(--ynsl-accent);
    stroke: var(--ynsl-accent);
    stroke-width: 3;
  }

  .ynsl__province.is-dimmed path {
    opacity: 0.28;
  }

  .ynsl__province.is-disabled path {
    fill: rgba(255, 255, 255, 0.015);
    opacity: 0.42;
  }

  .ynsl__map-footer {
    display: flex;
    min-height: 64px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 28px;
    border-top: 1px solid var(--ynsl-line);
    color: var(--ynsl-muted);
    background: var(--ynsl-panel-bg);
  }

  .ynsl__map-instruction,
  .ynsl__map-attribution {
    margin: 0;
    font-size: 10px;
    line-height: 1.45;
  }

  .ynsl__map-instruction {
    max-width: 42ch;
    letter-spacing: 0.04em;
  }

  .ynsl__map-attribution {
    flex: 0 0 auto;
    opacity: 0.7;
    text-align: end;
  }

  .ynsl__map-attribution a {
    color: inherit;
    text-decoration: none;
  }

  .ynsl__map-attribution a:hover {
    color: var(--ynsl-text);
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }

  .ynsl__directory {
    border-inline-start: 1px solid var(--ynsl-line);
  }

  .ynsl__directory-title {
    font-size: 20px;
  }

  .ynsl__directory-province {
    flex: 0 0 auto;
    color: var(--ynsl-accent);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .ynsl__store::before {
    display: none;
  }

  .ynsl__store-body {
    padding: var(--ynsl-card-padding) 28px 18px;
  }

  .ynsl__store-name {
    margin: 0;
  }

  .ynsl__store:hover {
    background: var(--ynsl-accent-soft);
  }

  .ynsl__store-actions {
    border-top: 1px solid var(--ynsl-line);
    padding-top: 16px;
  }

  @media screen and (max-width: 989px) {
    .ynsl__locator {
      display: flex;
      height: auto;
      flex-direction: column;
    }

    .ynsl__map {
      height: var(--ynsl-map-height-mobile);
      order: 1;
      border-block-end: 1px solid var(--ynsl-line);
    }

    .ynsl__directory {
      order: 2;
      border-inline-start: 0;
    }

    .ynsl__map-stage {
      min-height: 360px;
    }
  }

  @media screen and (max-width: 749px) {
    .ynsl__map {
      height: auto;
      min-height: var(--ynsl-map-height-mobile);
    }

    .ynsl__map-head {
      min-height: 76px;
      padding: 16px 20px;
    }

    .ynsl__map-selection {
      font-size: 19px;
    }

    .ynsl__map-stage {
      min-height: 330px;
      padding: 14px 8px;
      background-size: 36px 36px;
    }

    .ynsl__map-footer {
      display: block;
      min-height: 0;
      padding: 14px 20px;
    }

    .ynsl__map-attribution {
      margin-block-start: 6px;
      text-align: start;
    }

    .ynsl__store-body {
      padding: var(--ynsl-card-padding-mobile) 20px 16px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .ynsl *,
    .ynsl *::before,
    .ynsl *::after {
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
    }
  }
/* END_SECTION:yhm-nvr-str-locator */

/* START_SECTION:yhm-online (INDEX:69) */
/* ============================================================
   BASE
============================================================ */

.yho,
.yho *,
.yho *::before,
.yho *::after {
  box-sizing: border-box;
}

.yho {
  display: block;
  width: 100%;
  overflow: hidden;

  color: var(--yho-text);
  background: var(--yho-bg);

  font-family: var(--yho-body-font);
  font-size: var(--yho-body-size);
  font-style: var(--yho-body-style);
  font-weight: var(--yho-body-weight);
  line-height: 1.55;
}

.yho__shell {
  width: min(
    100%,
    calc(
      var(--yho-max-width) +
      (var(--yho-edge) * 2)
    )
  );

  margin-inline: auto;

  padding:
    var(--yho-padding-top)
    var(--yho-edge)
    var(--yho-padding-bottom);
}


/* ============================================================
   HEADER
============================================================ */

.yho__header {
  display: grid;

  grid-template-columns:
    minmax(0, 1.2fr)
    minmax(260px, .72fr);

  align-items: end;

  gap: clamp(36px, 7vw, 120px);

  margin-bottom: clamp(44px, 6vw, 82px);
}

.yho__eyebrow,
.yho__heading,
.yho__description,
.yho__description > *,
.yho__store-name,
.yho__store-description,
.yho__store-description > *,
.yho__mobile-hint {
  margin: 0;
}

.yho__eyebrow {
  margin-bottom: 13px;

  color: var(--yho-accent);

  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;

  letter-spacing: .16em;

  text-transform: uppercase;
}

.yho__heading {
  max-width: 15ch;

  color: var(--yho-heading);

  font-family: var(--yho-heading-font);
  font-size: var(--yho-title-size);
  font-style: var(--yho-heading-style);
  font-weight: var(--yho-heading-weight);

  line-height: .98;
  letter-spacing: -.04em;
}

.yho__description {
  max-width: 39rem;

  padding-bottom: 3px;

  color: var(--yho-muted);

  line-height: 1.7;
}

.yho__description a {
  color: inherit;
  text-underline-offset: .2em;
}


/* ============================================================
   GRID DESKTOP
============================================================ */

.yho__stores {
  display: grid;

  grid-template-columns:
    repeat(
      var(--yho-cols),
      minmax(0, 1fr)
    );

  gap: var(--yho-card-gap);
}


/* ============================================================
   CARD
============================================================ */

.yho__card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-width: 0;
  min-height: 400px;

  overflow: hidden;

  background: var(--yho-card-bg);

  border:
    1px solid
    var(--yho-card-border);

  border-radius: var(--yho-card-radius);

  transition:
    transform 260ms cubic-bezier(.22, 1, .36, 1),
    border-color 220ms ease,
    box-shadow 260ms ease;
}

@media (hover: hover) {

  .yho__card:hover {
    transform: translateY(-4px);

    border-color:
      color-mix(
        in srgb,
        var(--yho-accent) 48%,
        var(--yho-card-border)
      );

    box-shadow:
      0 16px 42px
      rgba(0, 0, 0, .055);
  }

}


/* ============================================================
   CARD TOP / AUTORIZADO
============================================================ */

.yho__card-top {
  min-height: 46px;

  padding:
    calc(var(--yho-card-padding) - 2px)
    var(--yho-card-padding)
    0;
}

.yho__authorized {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  color: var(--yho-muted);

  font-size: 9px;
  font-weight: 600;

  line-height: 1.2;

  letter-spacing: .10em;

  text-transform: uppercase;
}

.yho__authorized-dot {
  width: 6px;
  height: 6px;

  flex: 0 0 auto;

  border-radius: 50%;

  background: var(--yho-accent);
}


/* ============================================================
   LOGO — PROTAGONISTA
============================================================ */

.yho__logo-stage {
  display: flex;

  align-items: center;
  justify-content: center;

  flex: 1 1 auto;

  width: 100%;
  min-height: var(--yho-logo-height);

  padding:
    18px
    var(--yho-card-padding)
    28px;
}

.yho__logo {
  display: block;

  width: auto !important;
  height: auto !important;

  max-width:
    min(
      90%,
      var(--yho-logo-max-width)
    ) !important;

  max-height:
    calc(
      var(--yho-logo-height)
      - 34px
    ) !important;

  object-fit: contain !important;
  object-position: center !important;

  transition:
    transform 280ms
    cubic-bezier(.22, 1, .36, 1);
}

@media (hover: hover) {

  .yho__card:hover .yho__logo {
    transform: scale(1.025);
  }

}

.yho__wordmark {
  display: block;

  max-width: 88%;

  color: var(--yho-heading);

  font-family: var(--yho-heading-font);
  font-size: clamp(25px, 2.4vw, 36px);
  font-style: var(--yho-heading-style);
  font-weight: var(--yho-heading-weight);

  line-height: 1;

  letter-spacing: -.035em;

  text-align: center;

  overflow-wrap: anywhere;
}


/* ============================================================
   CONTENT
============================================================ */

.yho__card-content {
  position: relative;

  display: flex;
  flex-direction: column;

  align-items: flex-start;

  min-height: 132px;

  padding:
    0
    var(--yho-card-padding)
    var(--yho-card-padding);
}

.yho__store-name {
  color: var(--yho-heading);

  font-family: var(--yho-heading-font);
  font-size: 18px;
  font-style: var(--yho-heading-style);
  font-weight: 500;

  line-height: 1.2;

  letter-spacing: -.02em;
}

.yho__store-description {
  max-width: 34ch;

  margin-top: 7px;

  color: var(--yho-muted);

  font-size: .86em;
  line-height: 1.55;
}


/* ============================================================
   CTA PILL
============================================================ */

.yho__action {
  display: flex;

  align-items: flex-end;

  width: 100%;

  margin-top: auto;
  padding-top: 22px;
}

.yho__pill {
  position: relative;

  z-index: 2;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 42px;

  padding:
    10px
    22px;

  color: var(--yho-pill-text);

  background:
    var(--yho-pill-bg);

  border:
    1px solid
    var(--yho-pill-border);

  border-radius:
    var(--yho-pill-radius);

  font-family: var(--yho-body-font);

  font-size: 12px;
  font-weight: var(--yho-button-weight);

  line-height: 1;

  letter-spacing: .01em;

  text-decoration: none;

  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

@media (hover: hover) {

  .yho__pill:hover {
    color: #000000;

    background:
      var(--yho-accent);

    border-color:
      var(--yho-accent);

    transform:
      translateY(-1px);
  }

}

.yho__pill:focus-visible {
  outline:
    2px solid
    var(--yho-accent);

  outline-offset: 4px;
}

.yho__pill--disabled {
  opacity: .42;
  pointer-events: none;
}


/* ============================================================
   EMPTY
============================================================ */

.yho__empty {
  display: grid;

  place-items: center;

  min-height: 240px;

  padding: 30px;

  color: var(--yho-muted);

  border:
    1px dashed
    var(--yho-card-border);

  border-radius:
    var(--yho-card-radius);

  text-align: center;
}


/* ============================================================
   ACCESSIBILITY
============================================================ */

.yho-visually-hidden {
  position: absolute !important;

  width: 1px !important;
  height: 1px !important;

  padding: 0 !important;
  margin: -1px !important;

  overflow: hidden !important;

  clip: rect(0 0 0 0) !important;

  white-space: nowrap !important;

  border: 0 !important;
}


/* ============================================================
   TABLET
============================================================ */

@media screen and (max-width: 989px) {

  .yho__header {
    grid-template-columns: 1fr;

    align-items: start;

    gap: 22px;
  }

  .yho__stores {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

}


/* ============================================================
   MOBILE — CARRUSEL
============================================================ */

@media screen and (max-width: 749px) {

  .yho {
    font-size:
      var(--yho-body-size-mobile);
  }

  .yho__shell {
    width: 100%;

    padding:
      var(--yho-padding-top-mobile)
      var(--yho-edge-mobile)
      var(--yho-padding-bottom-mobile);
  }

  .yho__header {
    margin-bottom: 38px;
  }

  .yho__eyebrow {
    margin-bottom: 10px;
  }

  .yho__heading {
    max-width: 14ch;

    font-size:
      var(--yho-title-size-mobile);
  }

  .yho__description {
    padding-bottom: 0;
  }


  /* Carrusel */

  .yho__stores {
    display: flex;

    gap: 12px;

    width: auto;

    margin-inline:
      calc(
        var(--yho-edge-mobile) * -1
      );

    padding:
      2px
      var(--yho-edge-mobile)
      18px;

    overflow-x: auto;
    overflow-y: visible;

    overscroll-behavior-x:
      contain;

    scroll-snap-type:
      x mandatory;

    scroll-padding-inline:
      var(--yho-edge-mobile);

    scrollbar-width:
      none;

    -webkit-overflow-scrolling:
      touch;
  }

  .yho__stores::-webkit-scrollbar {
    display: none;
  }


  .yho__card {
    flex:
      0 0
      min(84vw, 350px);

    min-height: 370px;

    scroll-snap-align: start;
    scroll-snap-stop: always;
  }


  .yho__card-top {
    padding:
      calc(var(--yho-card-padding-mobile) - 2px)
      var(--yho-card-padding-mobile)
      0;
  }


  .yho__logo-stage {
    min-height:
      min(
        var(--yho-logo-height),
        210px
      );

    padding:
      16px
      var(--yho-card-padding-mobile)
      24px;
  }

  .yho__logo {
    max-width:
      min(
        92%,
        var(--yho-logo-max-width)
      ) !important;

    max-height:
      165px !important;
  }


  .yho__card-content {
    min-height: 126px;

    padding:
      0
      var(--yho-card-padding-mobile)
      var(--yho-card-padding-mobile);
  }


  .yho__action {
    padding-top: 20px;
  }


  .yho__pill {
    min-height: 42px;

    padding:
      10px
      21px;
  }


  .yho__mobile-hint {
    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: 8px;

    color: var(--yho-muted);

    font-size: 10px;
    font-weight: 500;

    line-height: 1.2;

    letter-spacing: .08em;

    text-transform: uppercase;
  }

}


/* ============================================================
   DESKTOP HIDE MOBILE HINT
============================================================ */

@media screen and (min-width: 750px) {

  .yho__mobile-hint {
    display: none;
  }

}


/* ============================================================
   REDUCED MOTION
============================================================ */

@media (prefers-reduced-motion: reduce) {

  .yho *,
  .yho *::before,
  .yho *::after {
    scroll-behavior: auto !important;

    transition-duration: .01ms !important;

    animation-duration: .01ms !important;
  }

}
/* END_SECTION:yhm-online */

/* START_SECTION:yhm-pts (INDEX:71) */
/* ============================================================
BASE
============================================================ */
.ypts,
.ypts *,
.ypts *::before,
.ypts *::after {
box-sizing: border-box;
}
.ypts {
display: block;
width: 100%;
color: var(--ypts-text);
background: var(--ypts-bg);
font-family: var(--ypts-body-font);
font-size: var(--ypts-body-size);
font-style: var(--ypts-body-style);
font-weight: var(--ypts-body-weight);
line-height: 1.55;
}
.ypts [hidden] {
display: none !important;
}
.ypts img,
.ypts svg {
display: block;
}
.ypts a {
color: inherit;
text-decoration: none;
}
.ypts__shell {
width: min(
100%,
calc(
var(--ypts-max-width) +
(var(--ypts-edge) * 2)
)
);
margin-inline: auto;
padding:
var(--ypts-top)
var(--ypts-edge)
var(--ypts-bottom);
}
/* ============================================================
HEADER
============================================================ */
.ypts__header {
display: grid;
grid-template-columns:
minmax(0, 1.4fr)
minmax(280px, .7fr);
align-items: end;
gap: clamp(36px, 7vw, 110px);
margin-bottom: 64px;
}
.ypts__eyebrow,
.ypts__mini-eyebrow,
.ypts__heading,
.ypts__intro,
.ypts__intro > *,
.ypts__map-title,
.ypts__directory-title,
.ypts__store-name,
.ypts__location,
.ypts__online-title,
.ypts__online-text,
.ypts__online-text > *,
.ypts__online-kicker,
.ypts__online-name,
.ypts__map-footer p {
margin: 0;
}
.ypts__eyebrow,
.ypts__mini-eyebrow {
color: var(--ypts-accent);
font-size: 11px;
font-weight: 600;
line-height: 1.2;
letter-spacing: .16em;
text-transform: uppercase;
}
.ypts__eyebrow {
margin-bottom: 18px;
}
.ypts__mini-eyebrow {
margin-bottom: 7px;
}
.ypts__heading {
max-width: 14ch;
color: var(--ypts-text);
font-family: var(--ypts-heading-font);
font-size: var(--ypts-heading-size);
font-style: var(--ypts-heading-style);
font-weight: var(--ypts-heading-weight);
line-height: .98;
letter-spacing: -.04em;
}
.ypts__intro {
max-width: 40rem;
color: var(--ypts-muted);
line-height: 1.7;
}
/* ============================================================
LOCATOR
============================================================ */
.ypts__locator {
display: grid;
grid-template-columns:
minmax(0, 1fr)
minmax(360px, var(--ypts-directory-width));
height: var(--ypts-locator-height);
overflow: hidden;
border: 1px solid var(--ypts-line);
border-radius: var(--ypts-radius);
background: var(--ypts-panel);
}
/* ============================================================
MAPA
============================================================ */
.ypts__map {
display: flex;
min-width: 0;
min-height: 0;
flex-direction: column;
background: var(--ypts-map-bg);
}
.ypts__map-head {
display: flex;
flex: 0 0 auto;
min-height: 88px;
align-items: center;
justify-content: space-between;
gap: 30px;
padding: 18px 28px;
border-bottom: 1px solid var(--ypts-line);
background: var(--ypts-panel);
}
.ypts__map-title {
color: var(--ypts-text);
font-family: var(--ypts-heading-font);
font-size: 22px;
font-style: var(--ypts-heading-style);
font-weight: var(--ypts-heading-weight);
line-height: 1.12;
letter-spacing: -.025em;
}
.ypts__map-count {
color: var(--ypts-muted);
font-size: 10px;
font-weight: 600;
letter-spacing: .11em;
text-transform: uppercase;
}
.ypts__map-stage {
position: relative;
display: flex;
min-height: 0;
flex: 1 1 auto;
align-items: center;
justify-content: center;
overflow: hidden;
padding: 22px;
background:
linear-gradient(
rgba(255,255,255,.035) 1px,
transparent 1px
),
linear-gradient(
90deg,
rgba(255,255,255,.035) 1px,
transparent 1px
),
var(--ypts-map-bg);
background-size: 48px 48px;
}
.ypts__cr {
width: min(100%, 780px);
height: 100%;
overflow: visible;
}
.ypts__province {
outline: none;
}
.ypts__province path {
fill: transparent;
fill-rule: evenodd;
stroke: var(--ypts-line);
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
vector-effect: non-scaling-stroke;
transition:
fill 180ms ease,
stroke 180ms ease,
opacity 180ms ease;
}
.ypts__province.has-stores {
cursor: pointer;
}
.ypts__province.is-overview path {
fill: var(--ypts-accent-soft);
stroke: var(--ypts-muted);
}
.ypts__province.has-stores:hover path,
.ypts__province.has-stores:focus-visible path {
fill: var(--ypts-accent-medium);
stroke: var(--ypts-accent);
}
.ypts__province.is-active path {
fill: var(--ypts-accent);
stroke: var(--ypts-accent);
}
.ypts__province.is-dimmed path {
opacity: .25;
}
.ypts__province.is-disabled path {
fill: rgba(255,255,255,.015);
opacity: .35;
}
.ypts__map-footer {
display: flex;
flex: 0 0 auto;
min-height: 64px;
align-items: center;
justify-content: space-between;
gap: 20px;
padding: 14px 28px;
color: var(--ypts-muted);
background: var(--ypts-panel);
border-top: 1px solid var(--ypts-line);
font-size: 10px;
}
.ypts__reset {
flex: 0 0 auto;
padding: 0;
border: 0;
color: var(--ypts-text);
background: transparent;
font: inherit;
font-weight: 600;
cursor: pointer;
}
/* ============================================================
DIRECTORIO
============================================================ */
.ypts__directory {
display: flex;
min-width: 0;
min-height: 0;
flex-direction: column;
border-left: 1px solid var(--ypts-line);
background: var(--ypts-panel);
}
.ypts__directory-head {
display: flex;
flex: 0 0 auto;
align-items: flex-end;
justify-content: space-between;
gap: 22px;
padding: 22px 28px 18px;
border-bottom: 1px solid var(--ypts-line);
}
.ypts__directory-title,
.ypts__online-title {
color: var(--ypts-text);
font-family: var(--ypts-heading-font);
font-style: var(--ypts-heading-style);
font-weight: var(--ypts-heading-weight);
letter-spacing: -.02em;
}
.ypts__directory-title {
font-size: 20px;
}
.ypts__directory-province {
color: var(--ypts-accent);
font-size: 10px;
font-weight: 600;
letter-spacing: .12em;
text-transform: uppercase;
}
/* ============================================================
FILTERS
============================================================ */
.ypts__filters {
display: flex;
flex: 0 0 auto;
gap: 8px;
padding: 14px 28px;
overflow-x: auto;
border-bottom: 1px solid var(--ypts-line);
scrollbar-width: none;
}
.ypts__filters::-webkit-scrollbar {
display: none;
}
.ypts__filter {
min-height: 34px;
flex: 0 0 auto;
padding: 7px 14px;
color: var(--ypts-muted);
background: transparent;
border: 1px solid var(--ypts-line);
border-radius: 999px;
font: inherit;
font-size: 11px;
cursor: pointer;
}
.ypts__filter.is-active {
color: var(--ypts-text);
border-color: var(--ypts-accent);
background: var(--ypts-accent-soft);
}
.ypts__mobile-filter {
display: none;
}
/* ============================================================
PUNTOS FÍSICOS
============================================================ */
.ypts__stores {
min-height: 0;
flex: 1 1 auto;
overflow-y: auto;
overscroll-behavior: contain;
scrollbar-width: thin;
scrollbar-color:
var(--ypts-accent)
var(--ypts-line);
}
.ypts__store {
border-bottom: 1px solid var(--ypts-line);
background: var(--ypts-card-bg);
transition: background-color 180ms ease;
}
.ypts__store:hover {
background: var(--ypts-accent-soft);
}
.ypts__store-main {
display: flex;
gap: 18px;
padding: 22px 28px 20px;
}
.ypts__store-logo-wrap {
display: grid;
width: 66px;
height: 66px;
flex: 0 0 66px;
place-items: center;
padding: 7px;
background: transparent;
}
.ypts__store-logo {
width: 100%;
height: 100%;
object-fit: contain;
}
.ypts__store-copy {
min-width: 0;
flex: 1;
}
.ypts__store-top {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 20px;
}
.ypts__store-name {
color: var(--ypts-text);
font-family: var(--ypts-heading-font);
font-size: var(--ypts-store-name-size);
font-style: var(--ypts-heading-style);
font-weight: var(--ypts-heading-weight);
line-height: 1.15;
letter-spacing: -.025em;
}
.ypts__index {
padding-top: 5px;
flex: 0 0 auto;
color: var(--ypts-muted);
font-size: 9px;
letter-spacing: .12em;
}
.ypts__location {
margin-top: 7px;
color: var(--ypts-accent);
font-size: 10px;
font-weight: 600;
line-height: 1.35;
letter-spacing: .12em;
text-transform: uppercase;
}
.ypts__details {
display: grid;
gap: 9px;
margin-top: 17px;
}
.ypts__detail {
display: grid;
grid-template-columns:
17px
minmax(0, 1fr);
gap: 10px;
color: var(--ypts-muted);
font-size: 12px;
line-height: 1.5;
}
.ypts__detail svg,
.ypts__pill svg {
width: 17px;
height: 17px;
fill: none;
stroke: currentColor;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
}
/* ============================================================
PILLS
============================================================ */
.ypts__actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
padding:
16px
28px
20px;
border-top: 1px solid var(--ypts-line);
}
.ypts__pill {
display: inline-flex;
min-height: 38px;
align-items: center;
justify-content: center;
gap: 8px;
padding: 8px 15px;
color: var(--ypts-text);
background: transparent;
border: 1px solid var(--ypts-line);
border-radius: var(--ypts-button-radius);
font-size: 11px;
font-weight: 500;
transition:
color 180ms ease,
border-color 180ms ease,
background-color 180ms ease;
}
.ypts__pill:hover {
color: #000;
border-color: var(--ypts-accent);
background: var(--ypts-accent);
}
/* ============================================================
ONLINE
============================================================ */
.ypts__online {
margin-top: 42px;
padding: 34px 28px 28px;
border-top: 1px solid var(--ypts-line);
background: var(--ypts-online-bg);
border-radius: var(--ypts-card-radius);
}
.ypts__online-head {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 42px;
margin-bottom: 22px;
}
.ypts__online-title {
color: var(--ypts-online-text);
font-size: 26px;
line-height: 1.1;
}
.ypts__online-text {
max-width: 42ch;
color: var(--ypts-muted);
font-size: 14px;
}
.ypts__online-rail {
display: grid;
grid-auto-flow: column;
grid-auto-columns:
clamp(210px, 18vw, 260px);
gap: 14px;
overflow-x: auto;
padding:
2px
2px
16px;
scroll-snap-type: x mandatory;
scrollbar-width: thin;
scrollbar-color:
var(--ypts-accent)
var(--ypts-line);
}
.ypts__online-card {
display: flex;
min-height: 290px;
flex-direction: column;
overflow: hidden;
border: 1px solid var(--ypts-line);
border-radius: var(--ypts-card-radius);
background: var(--ypts-online-card-bg);
scroll-snap-align: start;
}
.ypts__online-logo-stage {
display: grid;
min-height: 160px;
flex: 1 1 auto;
place-items: center;
padding: 24px;
background: var(--ypts-online-logo-bg);
}
.ypts__online-logo {
width: auto;
height: auto;
max-width: 78%;
max-height: 90px;
object-fit: contain;
}
.ypts__online-wordmark {
color: #111;
font-family: var(--ypts-heading-font);
font-size: 24px;
font-weight: 500;
text-align: center;
}
.ypts__online-content {
display: flex;
min-height: 132px;
flex-direction: column;
align-items: flex-start;
padding: 18px;
border-top: 1px solid var(--ypts-line);
}
.ypts__online-kicker {
color: var(--ypts-accent);
font-size: 8px;
font-weight: 600;
letter-spacing: .14em;
text-transform: uppercase;
}
.ypts__online-name {
margin-top: 5px;
color: var(--ypts-online-text);
font-family: var(--ypts-heading-font);
font-size: 17px;
font-weight: 400;
line-height: 1.2;
}
.ypts__online-button {
display: inline-flex;
min-height: 34px;
align-items: center;
justify-content: center;
margin-top: auto;
padding: 8px 14px;
color: #000;
background: var(--ypts-accent);
border: 1px solid var(--ypts-accent);
border-radius: var(--ypts-button-radius);
font-size: 10px;
font-weight: 600;
transition:
filter 180ms ease,
transform 180ms ease;
}
.ypts__online-button:hover {
filter: brightness(.92);
transform: translateY(-1px);
}
.ypts__online-button--disabled {
opacity: .45;
}
.ypts__online-dots {
display: none;
}
/* ============================================================
CADENAS — CINTILLO FUNCIONAL
============================================================ */
.ypts__chains{margin-top:24px;padding:24px 26px;border-top:1px solid var(--ypts-line);border-radius:var(--ypts-card-radius);background:var(--ypts-chains-bg)}
.ypts__chains-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:15px}
.ypts__chains-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}
.ypts__chains-title{margin:0;color:var(--ypts-text);font-family:var(--ypts-heading-font);font-size:20px;font-weight:var(--ypts-heading-weight);line-height:1.15;letter-spacing:-.02em}
.ypts__chains-province{display:inline-flex;min-height:28px;align-items:center;padding:5px 10px;color:var(--ypts-text);background:var(--ypts-accent-soft);border:1px solid var(--ypts-accent);border-radius:999px;font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.ypts__chains-text{max-width:38ch;color:var(--ypts-muted);font-size:12px;line-height:1.55}.ypts__chains-text>*{margin:0}
.ypts__chains-rail{display:flex;gap:10px;overflow-x:auto;padding-bottom:3px;scroll-snap-type:x proximity;scrollbar-width:none}.ypts__chains-rail::-webkit-scrollbar{display:none}
.ypts__chain-card{display:grid;grid-template-columns:72px minmax(120px,1fr) auto;min-width:270px;max-width:380px;flex:0 0 auto;align-items:center;gap:12px;padding:11px 12px;color:var(--ypts-text);background:var(--ypts-chains-card-bg);border:1px solid var(--ypts-line);border-radius:var(--ypts-card-radius);scroll-snap-align:start}
.ypts__chain-logo-stage{display:grid;width:72px;height:56px;place-items:center;padding:7px;background:var(--ypts-chains-logo-bg);border-radius:calc(var(--ypts-card-radius)*.65)}
.ypts__chain-logo{width:100%;height:100%;object-fit:contain}.ypts__chain-wordmark{color:#111;font-size:11px;font-weight:600;text-align:center}
.ypts__chain-copy{min-width:0}.ypts__chain-name{margin:0;overflow:hidden;color:var(--ypts-text);font-family:var(--ypts-heading-font);font-size:15px;font-weight:500;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.ypts__chain-count{margin:4px 0 0;color:var(--ypts-muted);font-size:10px}.ypts__chain-zones{margin:5px 0 0;color:var(--ypts-muted);font-size:10px;line-height:1.4}
.ypts__chain-web{display:inline-flex;min-height:30px;align-items:center;justify-content:center;padding:6px 10px;color:var(--ypts-text);border:1px solid var(--ypts-line);border-radius:var(--ypts-button-radius);font-size:9px;font-weight:600}.ypts__chain-web:hover{color:#000;border-color:var(--ypts-accent);background:var(--ypts-accent)}
/* ============================================================
NO RESULTS
============================================================ */
.ypts__no-results {
padding: 44px 24px;
color: var(--ypts-muted);
text-align: center;
font-size: 13px;
}
/* ============================================================
ACCESSIBILITY
============================================================ */
.ypts-visually-hidden {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0 0 0 0) !important;
clip-path: inset(50%) !important;
border: 0 !important;
white-space: nowrap !important;
}
.ypts :focus-visible {
outline: 2px solid var(--ypts-accent);
outline-offset: 3px;
}
/* ============================================================
TABLET
============================================================ */
@media screen and (max-width: 989px) {
.ypts__header {
grid-template-columns: 1fr;
align-items: start;
gap: 24px;
}
.ypts__locator {
display: flex;
height: auto;
flex-direction: column;
}
.ypts__map {
min-height: var(--ypts-map-mobile-height);
}
.ypts__map-stage {
min-height: 400px;
}
.ypts__directory {
border-top: 1px solid var(--ypts-line);
border-left: 0;
}
.ypts__stores {
display: flex;
overflow-x: auto;
overflow-y: hidden;
scroll-snap-type: x mandatory;
scrollbar-width: none;
}
.ypts__stores::-webkit-scrollbar {
display: none;
}
.ypts__store {
flex:
0 0
min(78vw, 460px);
border-right: 1px solid var(--ypts-line);
border-bottom: 0;
scroll-snap-align: start;
}
}
/* ============================================================
MOBILE
============================================================ */
@media screen and (max-width: 749px) {
.ypts {
font-size: var(--ypts-body-size-mobile);
}
.ypts__shell {
width: 100%;
padding:
var(--ypts-top-mobile)
var(--ypts-edge-mobile)
var(--ypts-bottom-mobile);
}
.ypts__header {
margin-bottom: 42px;
}
.ypts__heading {
font-size: var(--ypts-heading-size-mobile);
line-height: 1.01;
}
.ypts__locator {
margin-inline:
calc(
var(--ypts-edge-mobile) * -1
);
border-inline: 0;
border-radius: 0;
}
.ypts__map {
min-height: var(--ypts-map-mobile-height);
}
.ypts__map-head {
min-height: 76px;
padding:
15px
var(--ypts-edge-mobile);
}
.ypts__map-title {
font-size: 20px;
}
.ypts__map-stage {
min-height: 330px;
padding: 10px 5px;
background-size: 36px 36px;
}
.ypts__map-footer {
align-items: flex-start;
padding:
14px
var(--ypts-edge-mobile);
}
.ypts__directory-head {
padding:
20px
var(--ypts-edge-mobile)
16px;
}
.ypts__directory-title {
font-size: 19px;
}
.ypts__filters {
display: none;
}
.ypts__mobile-filter {
display: block;
padding:
14px
var(--ypts-edge-mobile)
18px;
border-bottom: 1px solid var(--ypts-line);
}
.ypts__select-label {
display: block;
margin-bottom: 7px;
color: var(--ypts-muted);
font-size: 9px;
font-weight: 600;
letter-spacing: .12em;
text-transform: uppercase;
}
.ypts__select-wrap {
position: relative;
}
.ypts__select {
width: 100%;
min-height: 44px;
appearance: none;
padding:
9px
42px
9px
14px;
color: var(--ypts-text);
background: var(--ypts-panel);
border: 1px solid var(--ypts-line);
border-radius: var(--ypts-button-radius);
font: inherit;
}
.ypts__select-wrap svg {
position: absolute;
top: 50%;
right: 14px;
width: 18px;
height: 18px;
fill: none;
stroke: var(--ypts-accent);
stroke-width: 1.5;
transform: translateY(-50%);
pointer-events: none;
}
.ypts__stores {
padding-right: 12vw;
}
.ypts__store {
flex:
0 0
min(88vw, 420px);
}
.ypts__store-main {
padding:
20px
var(--ypts-edge-mobile)
18px;
}
.ypts__store-logo-wrap {
width: 58px;
height: 58px;
flex-basis: 58px;
}
.ypts__store-name {
font-size:
min(
var(--ypts-store-name-size),
22px
);
}
.ypts__actions {
padding:
14px
var(--ypts-edge-mobile)
18px;
}
.ypts__pill {
min-height: 38px;
padding-inline: 13px;
}
.ypts__online {
margin-top: 36px;
padding: 30px var(--ypts-edge-mobile) 24px;
margin-inline: calc(var(--ypts-edge-mobile) * -1);
border-radius: 0;
}
.ypts__online-head {
display: block;
margin-bottom: 18px;
}
.ypts__online-title {
font-size: 22px;
}
.ypts__online-text {
margin-top: 10px;
}
.ypts__online-rail {
width: auto;
margin-inline:
calc(
var(--ypts-edge-mobile) * -1
);
padding:
2px
var(--ypts-edge-mobile)
14px;
grid-auto-columns:
min(72vw, 250px);
scroll-padding-inline:
var(--ypts-edge-mobile);
scrollbar-width: none;
}
.ypts__online-rail::-webkit-scrollbar {
display: none;
}
.ypts__online-card {
min-height: 275px;
}
.ypts__online-logo-stage {
min-height: 150px;
}
.ypts__online-dots {
display: flex;
justify-content: center;
gap: 7px;
margin-top: 10px;
}
.ypts__online-dot {
width: 7px;
height: 7px;
padding: 0;
border: 0;
border-radius: 50%;
background: var(--ypts-line);
cursor: pointer;
}
.ypts__online-dot.is-active {
background: var(--ypts-accent);
}
.ypts__chains{margin-top:22px}.ypts__chains-head{display:block;margin-bottom:14px}.ypts__chains-text{margin-top:8px}.ypts__chains-title-row{align-items:flex-start;flex-direction:column}.ypts__chains-rail{width:auto;margin-inline:calc(var(--ypts-edge-mobile)*-1);padding-inline:var(--ypts-edge-mobile);scroll-padding-inline:var(--ypts-edge-mobile)}.ypts__chain-card{grid-template-columns:62px minmax(100px,1fr);min-width:min(76vw,280px)}.ypts__chain-logo-stage{width:62px;height:50px}.ypts__chain-web{grid-column:1 / -1;width:max-content}
}
/* ============================================================
REDUCED MOTION
============================================================ */
@media (prefers-reduced-motion: reduce) {
.ypts *,
.ypts *::before,
.ypts *::after {
scroll-behavior: auto !important;
transition-duration: .01ms !important;
animation-duration: .01ms !important;
}
}
/* END_SECTION:yhm-pts */