/**
 * Vivero Los Cocos — Brutalismo orgánico cuyano
 * Dirección seleccionada: composición editorial, producto real y compra directa.
 */

:root {
	--vlc-id-paper: #f4f1e8;
	--vlc-id-paper-deep: #ebe7dc;
	--vlc-id-forest: #132117;
	--vlc-id-forest-soft: #1d3124;
	--vlc-id-lime: #a9d970;
	--vlc-id-lime-bright: #a9ec4d;
	--vlc-id-clay: #b64e2d;
	--vlc-id-clay-dark: #923a22;
	--vlc-id-ink: #111713;
	--vlc-id-line: rgba(17, 23, 19, 0.24);
	--vlc-id-line-light: rgba(244, 241, 232, 0.34);
}

/* El botón primario pertenece a la marca; no es una píldora genérica. */
.vlc-btn--clay {
	border-radius: 0;
	background: var(--vlc-id-clay);
	box-shadow: none;
}

@media (hover: hover) {
	.vlc-btn--clay:hover { background: var(--vlc-id-clay-dark); box-shadow: none; transform: none; }
}

/* Header claro, reglado y deliberadamente plano. */
.vlc-announcement {
	border-bottom: 1px solid var(--vlc-id-line);
	background: var(--vlc-id-paper);
	color: var(--vlc-id-ink);
}

.vlc-announcement__link { color: var(--vlc-id-ink); }
.vlc-announcement__link:hover { background: var(--vlc-id-paper-deep); color: var(--vlc-id-ink); }
.vlc-announcement__inner { min-height: 2.75rem; padding-block: 0; }

.vlc-header {
	border-bottom: 1px solid var(--vlc-id-line);
	background: var(--vlc-id-paper);
	box-shadow: none;
}

.vlc-header.is-scrolled,
.vlc-header[data-home="0"] {
	background: rgba(244, 241, 232, 0.97);
	box-shadow: none;
}

.vlc-header-search {
	height: 2.75rem;
	border-color: var(--vlc-id-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.vlc-header[data-home="1"]:not(.is-scrolled) .vlc-header-search {
	border-color: var(--vlc-id-line);
	background: transparent;
	box-shadow: none;
}

.vlc-header__btn { border-radius: 0; }
.vlc-nav .sub-menu { border-radius: 0; box-shadow: none; }
.vlc-nav .sub-menu a { border-radius: 0; }

.vlc-cart-toggle,
.vlc-header[data-home="1"]:not(.is-scrolled) .vlc-cart-toggle {
	min-width: 7.25rem;
	height: 3rem;
	border-color: var(--vlc-id-forest);
	border-radius: 0;
	background: var(--vlc-id-forest);
	box-shadow: none;
	color: var(--vlc-id-paper);
}

.vlc-header__actions > .vlc-btn--clay { display: none; }

@media (hover: hover) {
	.vlc-cart-toggle:hover {
		border-color: var(--vlc-id-clay);
		background: var(--vlc-id-clay);
		transform: none;
	}
}

@media (min-width: 1024px) {
	.vlc-header__inner {
		min-height: 5.4rem;
		gap: clamp(0.55rem, 0.9vw, 0.95rem);
	}
	.vlc-nav { gap: clamp(0.45rem, 0.78vw, 0.85rem); }
	.vlc-nav li a {
		color: var(--vlc-id-ink);
		font-size: clamp(0.68rem, 0.73vw, 0.77rem);
		font-weight: 650;
		letter-spacing: 0.045em;
	}
	.vlc-header-search { max-width: 12rem; }
}

/* ============================================================
   HERO — 30 / 47 / 23
   ============================================================ */
.home .vlc-hero {
	display: grid;
	grid-template-columns: minmax(0, 30.1fr) minmax(0, 46.7fr) minmax(0, 23.2fr);
	grid-template-rows: minmax(clamp(39rem, 50.4vw, 45.5rem), auto) auto;
	background: var(--vlc-id-forest);
	color: var(--vlc-id-paper);
	overflow: hidden;
}

.home .vlc-hero--without-offer {
	grid-template-columns: minmax(0, 30.1fr) minmax(0, 69.9fr);
}

.home .vlc-hero__bg {
	position: relative;
	inset: auto;
	z-index: 0;
	display: block;
	min-width: 0;
	grid-column: 2;
	grid-row: 1;
}
.home .vlc-hero__img {
	display: block;
	width: 100%;
	height: 100%;
	filter: saturate(0.86) contrast(1.04);
	object-fit: cover;
	object-position: center 48%;
}

.home .vlc-hero__veil,
.home .vlc-hero__scrim { display: none; }

.home .vlc-hero__content {
	display: contents;
}

.home .vlc-hero__layout {
	display: contents;
}

.home .vlc-hero__copy {
	display: flex;
	min-width: 0;
	max-width: none;
	grid-column: 1;
	grid-row: 1;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2rem, 3vw, 2.8rem);
	border-right: 1px solid var(--vlc-id-line-light);
	background: rgba(19, 33, 23, 0.985);
}

.home .vlc-hero__eyebrow {
	width: 100%;
	padding: 0 0 0.8rem;
	border: 0;
	border-bottom: 1px solid var(--vlc-id-line-light);
	border-radius: 0;
	background: transparent;
	color: rgba(244, 241, 232, 0.88);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	backdrop-filter: none;
}

.home .vlc-hero__dot { display: none; }

.home .vlc-hero__title {
	max-width: 11ch;
	margin-top: clamp(1.7rem, 3vw, 2.35rem);
	color: var(--vlc-id-paper);
	font-size: clamp(3rem, 4.2vw, 3.75rem);
	font-weight: 500;
	letter-spacing: -0.052em;
	line-height: 0.98;
	text-shadow: none;
}

.home .vlc-hero__title em {
	display: inline-block;
	margin-top: 0.12em;
	color: var(--vlc-id-lime);
	font-weight: 500;
}

.home .vlc-hero__desc {
	max-width: 29rem;
	margin-top: 1.4rem;
	color: rgba(244, 241, 232, 0.76);
	font-size: 0.92rem;
	line-height: 1.6;
}

.home .vlc-hero__cta {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
	margin-top: clamp(1.6rem, 2.5vw, 2.2rem);
}

.home .vlc-hero__cta .vlc-btn {
	width: 100%;
	min-height: 3.45rem;
	justify-content: center;
	border-radius: 0;
	font-size: 0.76rem;
	font-weight: 750;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.home .vlc-hero :is(a, button):focus-visible {
	outline: 3px solid var(--vlc-id-lime-bright);
	outline-offset: 3px;
}

.home .vlc-hero__cta .vlc-btn--ghost-dark {
	border-color: rgba(244, 241, 232, 0.78);
	background: transparent;
	color: var(--vlc-id-paper);
	backdrop-filter: none;
}

@media (hover: hover) {
	.home .vlc-hero__cta .vlc-btn--ghost-dark:hover {
		border-color: var(--vlc-id-paper);
		background: var(--vlc-id-paper);
		color: var(--vlc-id-forest);
	}
}

.vlc-hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 1rem;
	margin-top: 1.5rem;
	padding-top: 1.1rem;
	border-top: 1px solid var(--vlc-id-line-light);
	color: rgba(244, 241, 232, 0.7);
	font-size: 0.67rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.vlc-hero__proof span { display: inline-flex; align-items: center; gap: 0.35rem; }
.vlc-hero__proof .vlc-icon { width: 0.9rem; height: 0.9rem; color: var(--vlc-id-lime); }

/* La ficha es la tercera columna: una hoja comercial, no una tarjeta flotante. */
.home .vlc-hero-offer {
	display: grid;
	min-width: 0;
	width: auto;
	max-width: none;
	grid-column: 3;
	grid-row: 1;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto minmax(0, 1fr);
	gap: 0;
	align-items: start;
	justify-self: stretch;
	padding: clamp(1.45rem, 2.25vw, 2.1rem);
	border: 0;
	border-left: 1px solid var(--vlc-id-line);
	border-radius: 0;
	background: var(--vlc-id-paper);
	box-shadow: none;
	color: var(--vlc-id-ink);
	backdrop-filter: none;
}

.home .vlc-hero-offer__heading {
	display: grid;
	grid-template-columns: 2.6rem 1fr;
	align-items: center;
	margin-bottom: 0.75rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid var(--vlc-id-line);
	color: var(--vlc-id-ink);
	font-size: 0.69rem;
	font-weight: 750;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.home .vlc-hero-offer__index {
	display: block;
	border-right: 1px solid var(--vlc-id-line);
	font-variant-numeric: tabular-nums;
}

.home .vlc-hero-offer__media {
	display: block;
	width: 100%;
	min-width: 0;
	aspect-ratio: 1;
	overflow: hidden;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: var(--vlc-id-paper-deep);
}

.home .vlc-hero-offer__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	transition: none;
}

.home .vlc-hero-offer__body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding-top: 0.75rem;
}

.home .vlc-hero-offer__body > .vlc-hero-offer__eyebrow { display: none; }
.home .vlc-hero-offer__body > p { display: none; }

.home .vlc-hero-offer__title {
	margin: 0;
	padding-bottom: 0.65rem;
	border-bottom: 1px solid var(--vlc-id-line);
	color: var(--vlc-id-ink);
	font-size: clamp(1.55rem, 2.05vw, 2rem);
	font-weight: 600;
	line-height: 0.98;
	text-wrap: balance;
}

.home .vlc-hero-offer__title a { color: inherit; text-decoration: none; }

.home .vlc-hero-offer__chips { display: none; }

.home .vlc-hero-offer__price {
	margin-top: 0.6rem;
	color: var(--vlc-id-ink);
	font-family: var(--vlc-font-serif);
	font-size: clamp(1.8rem, 2.4vw, 2.35rem);
	font-weight: 650;
	line-height: 1;
}

.home .vlc-hero-offer__price del { color: #655f56; }

.home .vlc-hero-offer__meta {
	justify-content: flex-start;
	margin-top: 0.55rem;
}

.home .vlc-hero-offer__stock {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	color: var(--vlc-id-ink);
	font-size: 0.8rem;
	font-weight: 550;
}

.home .vlc-hero-offer__stock i {
	width: 0.72rem;
	height: 0.72rem;
	border-radius: 50%;
	background: #79b956;
}

.home .vlc-hero-offer__actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.5rem;
	margin-top: 0.85rem;
}

.home .vlc-hero-offer__actions .vlc-btn {
	width: 100%;
	min-height: 2.75rem;
	padding: 0.65rem 0.75rem;
	border-radius: 0;
	font-size: 0.75rem;
	font-weight: 700;
}

.home .vlc-hero-offer__actions .vlc-hero-offer__buy { grid-column: auto; }
.home .vlc-hero-offer__actions .vlc-btn--ghost {
	border-color: rgba(17, 23, 19, 0.55);
	background: transparent;
	color: var(--vlc-id-ink);
}
.home .vlc-hero-offer__actions .vlc-icon { width: 1rem; height: 1rem; }
.home .vlc-hero-offer__whatsapp { color: #176c43 !important; }

/* Los datos del vivero ya están en la cabecera; la franja refuerza estructura. */
.home .vlc-hero__stats {
	position: relative;
	z-index: 1;
	grid-column: 1 / -1;
	grid-row: 2;
	border-top: 1px solid var(--vlc-id-line-light);
	background: var(--vlc-id-forest);
	backdrop-filter: none;
	display: none;
}

.home .vlc-stats__item { border-color: var(--vlc-id-line-light); }

/* ============================================================
   RECIÉN LLEGADOS — PRODUCTOS Y COMPRA
   ============================================================ */
.home .vlc-section--latest-real {
	padding: clamp(2.5rem, 5vw, 4rem) 0;
	background: var(--vlc-id-paper);
}

.home .vlc-section--latest-real > .vlc-container {
	display: block;
	width: calc(100% - 3rem);
	max-width: 82.5rem;
	margin-inline: auto;
	padding: 0;
}

.home .vlc-section--latest-real .vlc-section-head {
	display: flex;
	min-width: 0;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.25rem;
	margin: 0 0 1.75rem;
	padding: 0;
	border: 0;
}

.home .vlc-section--latest-real .vlc-eyebrow {
	font-size: 0.65rem;
	letter-spacing: 0.22em;
}

.home .vlc-section--latest-real .vlc-section-title {
	max-width: 28ch;
	font-size: clamp(1.75rem, 2.4vw, 2rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.18;
}

.home .vlc-section--latest-real .vlc-section-desc {
	max-width: 56ch;
	font-size: 0.95rem;
}

.home .vlc-section--latest-real .vlc-section-link {
	min-height: 2.75rem;
	padding: 0.75rem 0;
	border-top: 0;
	font-size: 0.9375rem;
	letter-spacing: 0;
	text-transform: none;
	flex-shrink: 0;
}

.home .vlc-section--latest-real .vlc-products-grid {
	display: grid;
	grid-auto-columns: auto;
	grid-auto-flow: row;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
	overflow: visible;
	margin-inline: 0;
	padding: 0;
	overscroll-behavior-inline: contain;
	scroll-padding-inline: 0;
	background: transparent;
	scroll-snap-type: none;
}

.home .vlc-section--latest-real .vlc-product-card {
	min-width: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: var(--vlc-id-paper);
	box-shadow: none;
	scroll-snap-align: start;
}

.home .vlc-section--latest-real .vlc-products-grid > li.product { min-width: 0; width: auto; margin: 0; }
.home .vlc-section--latest-real .vlc-product-card__body { gap: 0.65rem; padding: 1rem 0 0; }
.home .vlc-section--latest-real .vlc-card-kicker { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.04em; }
.home .vlc-section--latest-real .vlc-card-title {
	min-height: 2.7em;
	font-family: var(--vlc-font-sans);
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: -0.015em;
	line-height: 1.35;
}
.home .vlc-section--latest-real .vlc-card-price,
.home .vlc-section--latest-real .vlc-card-price .lc-price-private { font-size: 1.25rem; font-weight: 700; line-height: 1.3; }
.home .vlc-section--latest-real .vlc-card-actions { padding-top: 0.25rem; }

.home .vlc-section--latest-real .vlc-product-card__media { border-radius: 0; }
.home .vlc-section--latest-real .vlc-card-desc,
.home .vlc-section--latest-real .lc-product-card-share { display: none; }
.home .vlc-section--latest-real .vlc-card-actions .vlc-card-primary {
	min-height: 3rem;
	border-radius: 0;
	border-color: var(--vlc-id-clay);
	background: var(--vlc-id-clay);
	font-size: 0.9375rem;
	font-weight: 600;
	box-shadow: none;
}

/* Continuidad: la portada completa habla el mismo idioma editorial. */
.home :is(.vlc-cat-card, .vlc-mano-card, .vlc-cuyo__card, .vlc-service-card, .vlc-visit__row, .vlc-visit__map) {
	border-color: var(--vlc-id-line);
	border-radius: 0;
	box-shadow: none;
}

.home :is(.vlc-cat-card, .vlc-mano-card, .vlc-cuyo__card, .vlc-service-card, .vlc-visit__row):hover {
	box-shadow: none;
	transform: none;
}

.home .vlc-cat-card__media,
.home .vlc-featured__media img,
.home .vlc-spec,
.home .vlc-service-card__icon,
.home .vlc-visit__icon { border-radius: 0; }

.home .vlc-cat-card__count,
.home .vlc-pill { border-radius: 0; }

.home .vlc-cats-grid,
.home .vlc-services-grid { gap: 1px; background: var(--vlc-id-line); }

.home .vlc-cat-card,
.home .vlc-mano-card,
.home .vlc-service-card { background: var(--vlc-id-paper); }

/* Lectura editorial: la imagen y el texto tienen su propio espacio. */
.home .vlc-mano-strip { padding-inline: 0; }
.home .vlc-mano-strip > .vlc-container {
	width: calc(100% - 3rem);
	max-width: 76rem;
	padding-inline: 0;
}
.home .vlc-mano-strip .vlc-section-title {
	font-size: clamp(1.75rem, 2.4vw, 2rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.18;
}
.home .vlc-mano-strip__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
}
.home .vlc-mano-card {
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: auto 1fr;
	align-content: start;
	gap: 1rem;
	min-width: 0;
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
.home .vlc-mano-card img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 0;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 0;
}
.home .vlc-mano-card__body { align-content: start; gap: 0.6rem; }
.home .vlc-mano-card__eyebrow { display: none; }
.home .vlc-mano-card strong {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: -0.015em;
	line-height: 1.3;
}
.home .vlc-mano-card small { font-size: 1rem; line-height: 1.55; }
.home .vlc-mano-card:focus-visible { outline: 2px solid var(--vlc-id-clay); outline-offset: 6px; }

@media (max-width: 767px) {
	.home .vlc-mano-strip > .vlc-container { width: calc(100% - 2.5rem); }
	.home .vlc-mano-strip__grid { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
	.home .vlc-mano-card img { aspect-ratio: 16 / 9; }
}

@media (min-width: 768px) and (max-width: 1023px) {
	.home .vlc-mano-strip__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.home .vlc-visit__route-card {
	display: grid;
	min-height: clamp(20rem, 42vw, 36rem);
	grid-template-rows: auto minmax(0, 1fr) auto;
	padding: clamp(1.5rem, 3vw, 3rem);
	background:
		linear-gradient(90deg, transparent 49.9%, rgba(244, 241, 232, 0.055) 50%, transparent 50.1%),
		linear-gradient(0deg, transparent 49.9%, rgba(244, 241, 232, 0.055) 50%, transparent 50.1%),
		var(--vlc-id-forest);
	background-size: 5rem 5rem;
	color: var(--vlc-id-paper);
	text-decoration: none;
}

.home .vlc-visit__route-kicker,
.home .vlc-visit__route-cta {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	justify-content: space-between;
	font-size: 0.76rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.home .vlc-visit__route-kicker { justify-content: flex-start; }
.home .vlc-visit__route-icon {
	width: 1.35rem;
	height: 1.35rem;
	color: var(--vlc-id-lime-bright);
}
.home .vlc-visit__route-address {
	align-self: center;
	max-width: 15ch;
	font-family: var(--vlc-font-serif);
	font-size: clamp(2.25rem, 5vw, 4.75rem);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 0.96;
	text-wrap: balance;
}
.home .vlc-visit__route-cta {
	padding-top: 1rem;
	border-top: 1px solid var(--vlc-id-line-light);
}
.home .vlc-visit__route-card:focus-visible {
	outline: 3px solid var(--vlc-id-lime-bright);
	outline-offset: -4px;
}
.home .vlc-visit__value,
.home .vlc-visit__action {
	font-size: 1rem;
	line-height: 1.45;
}

.home .vlc-visit__action {
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	padding-inline: 0.15rem;
	text-underline-offset: 0.2em;
}

@media (hover: hover) {
	.home .vlc-visit__route-card:hover {
		background-color: var(--vlc-id-forest-soft);
		color: var(--vlc-id-paper);
	}
}

@media (hover: hover) {
	.home .vlc-section--latest-real .vlc-product-card:hover { border-color: transparent; box-shadow: none; transform: none; }
	.home .vlc-section--latest-real .vlc-product-card:hover .vlc-card-img { transform: scale(1.01); }
}

/*
 * ESCRITORIO AMPLIO — MENOS PARRILLA, MÁS JERARQUÍA
 *
 * Los productos recientes conservan el protagonismo comercial. Los bloques
 * secundarios pasan a comportarse como navegación y evidencia editorial, sin
 * repetir una sucesión de tarjetas pesadas a lo largo de la portada.
 */
@media (min-width: 1200px) {
	.home .vlc-hero,
	.home .vlc-section--latest-real > .vlc-container {
		width: min(calc(100% - 3rem), 82.5rem);
		margin-inline: auto;
	}

	.home .vlc-hero {
		grid-template-columns: minmax(0, 30fr) minmax(0, 40fr) minmax(0, 30fr);
		grid-template-rows: minmax(34rem, auto);
	}
	.home .vlc-hero--without-offer { grid-template-columns: minmax(0, 42fr) minmax(0, 58fr); }
	.home .vlc-hero__copy { padding: 2rem; }
	.home .vlc-hero__title { margin-top: 1.5rem; }
	.home .vlc-hero__desc { margin-top: 1rem; }
	.home .vlc-hero__cta { margin-top: 1.5rem; }
	.home .vlc-hero__cta .vlc-btn { min-height: 3rem; letter-spacing: 0.07em; }
	.home .vlc-hero-offer { padding: 1.75rem; }
	.home .vlc-hero-offer__media { height: 14rem; aspect-ratio: auto; }

	.home .vlc-hero__proof { display: none; }

	.home .vlc-hero-offer__title a {
		color: inherit;
		text-decoration: none;
	}

	.home .vlc-section--latest-real .vlc-products-grid {
		grid-auto-flow: initial;
		grid-auto-columns: auto;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		overflow-x: visible;
	}

	.home .vlc-section--categorias .vlc-container,
	.home .vlc-mano-strip .vlc-container,
	.home #servicios .vlc-container,
	.home #contacto .vlc-container {
		max-width: 76rem;
	}

	.home .vlc-cats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
		border-top: 1px solid var(--vlc-id-line);
		border-left: 1px solid var(--vlc-id-line);
		background: transparent;
	}
	.home .vlc-cat-card {
		display: grid;
		min-height: 9.5rem;
		grid-template-columns: minmax(6.5rem, 0.34fr) minmax(0, 1fr);
		align-items: start;
		gap: 1.5rem;
		padding: 1.5rem;
		border: 0;
		border-right: 1px solid var(--vlc-id-line);
		border-bottom: 1px solid var(--vlc-id-line);
		background: transparent;
	}
	.home .vlc-cat-card__media {
		display: flex;
		width: auto;
		aspect-ratio: auto;
		align-items: flex-start;
		overflow: visible;
		background: transparent;
	}
	.home .vlc-cat-card__media::after,
	.home .vlc-cat-card__media img,
	.home .vlc-cat-card__fallback { display: none; }
	.home .vlc-cat-card__count {
		position: static;
		display: block;
		padding: 0.2rem 0;
		border-radius: 0;
		background: transparent;
		font-size: 0.72rem;
		font-weight: 750;
		letter-spacing: 0.08em;
		line-height: 1.4;
		text-transform: uppercase;
		backdrop-filter: none;
	}
	.home .vlc-cat-card__body { padding: 0; }
	.home .vlc-cat-card__title {
		font-size: 1.45rem;
		line-height: 1.05;
	}
	.home .vlc-cat-card__desc {
		max-width: 39ch;
		font-size: 0.82rem;
		line-height: 1.55;
	}

	.home .vlc-cuyo__content {
		display: grid;
		max-width: 76rem;
		grid-template-columns: minmax(19rem, 0.72fr) minmax(0, 1.28fr);
		grid-template-rows: auto auto 1fr;
		column-gap: clamp(3rem, 6vw, 6rem);
		align-items: start;
	}
	.home .vlc-cuyo__content > .vlc-eyebrow { grid-column: 1; grid-row: 1; }
	.home .vlc-cuyo__title { grid-column: 1; grid-row: 2; }
	.home .vlc-cuyo__desc { grid-column: 1; grid-row: 3; }
	.home .vlc-cuyo__grid {
		grid-column: 2;
		grid-row: 1 / 4;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-self: stretch;
		gap: 0;
		margin-top: 0;
		border-top: 1px solid var(--vlc-id-line-light);
		border-left: 1px solid var(--vlc-id-line-light);
	}
	.home .vlc-cuyo__card {
		padding: 1.35rem;
		border: 0;
		border-right: 1px solid var(--vlc-id-line-light);
		border-bottom: 1px solid var(--vlc-id-line-light);
		background: rgba(244, 241, 232, 0.035);
		backdrop-filter: none;
	}
	.home .vlc-cuyo__icon { display: none; }
	.home .vlc-cuyo__card h3 { margin: 0; }

	.home #servicios .vlc-section-head--left {
		max-width: 47rem;
		margin-bottom: 2.5rem;
	}
	.home #servicios .vlc-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 3rem;
		overflow: visible;
		border: 0;
		background: transparent;
	}
	.home #servicios .vlc-service-card {
		padding: 1.35rem 0 1.5rem;
		border-top: 1px solid var(--vlc-id-line);
		background: transparent;
	}
	.home #servicios .vlc-service-card:hover { background: transparent; }
	.home #servicios .vlc-service__icon { display: none; }
	.home #servicios .vlc-service-card h3 {
		margin: 0;
		font-size: 1.35rem;
	}
	.home #servicios .vlc-service-card p {
		max-width: 44ch;
		margin-top: 0.45rem;
	}

	.home .vlc-visit__grid {
		grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
		gap: 5rem;
	}
	.home .vlc-visit__rows {
		gap: 0;
		border-top: 1px solid var(--vlc-id-line);
	}
	.home .vlc-visit__row {
		padding: 1rem 0;
		border: 0;
		border-bottom: 1px solid var(--vlc-id-line);
		background: transparent;
	}
	.home .vlc-visit__icon { display: none; }
}

/* ============================================================
   PRODUCTO — FICHA PRECISA Y SILENCIOSA
   ============================================================ */
.single-product .vlc-main { background: var(--vlc-id-paper); }

.single-product .vlc-product-single {
	width: min(100%, 82rem);
	max-width: 82rem;
	padding: clamp(1rem, 2.5vw, 2rem) clamp(1rem, 3vw, 2.5rem) 4rem;
}

.single-product .vlc-product-single .vlc-breadcrumb {
	margin-bottom: 0.5rem;
	color: #69645b;
	font-size: 0.76rem;
	line-height: 1.45;
}

.single-product .vlc-product-single .vlc-back-link {
	min-height: 2.75rem;
	margin-bottom: clamp(1rem, 2vw, 1.5rem);
	color: var(--vlc-id-forest);
	font-size: 0.82rem;
}

.single-product .vlc-product-single__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(1.5rem, 4vw, 4.75rem);
	align-items: start;
}

.single-product .vlc-product-single__gallery,
.single-product .vlc-product-single__summary,
.single-product .woocommerce-product-gallery {
	min-width: 0;
}

.single-product .woocommerce-product-gallery,
.single-product .vlc-product-gallery-fallback {
	overflow: hidden;
	border: 1px solid var(--vlc-id-line);
	border-radius: 0;
	background: var(--vlc-id-paper-deep);
	box-shadow: none;
}

.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image a,
.single-product .woocommerce-product-gallery__image img,
.single-product .woocommerce-product-gallery ol.flex-control-thumbs li,
.single-product .flex-control-thumbs li.vlc-thumb-active {
	border-radius: 0;
}

.single-product .woocommerce-product-gallery__image > a { display: grid; place-items: center; }

.single-product .woocommerce-product-gallery__image img,
.single-product .vlc-product-gallery-fallback img {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	max-height: min(72vh, 46rem);
	padding: clamp(0.75rem, 2.5vw, 1.5rem);
	object-fit: contain;
	object-position: center;
}

.single-product .woocommerce-product-gallery__trigger {
	top: 1rem;
	right: 1rem;
	left: auto;
	width: 2.75rem;
	height: 2.75rem;
	border: 1px solid var(--vlc-id-line);
	border-radius: 0;
	background: rgba(244, 241, 232, 0.96);
	box-shadow: none;
}

.single-product .woocommerce-product-gallery ol.flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(4.25rem, 1fr));
	gap: 1px;
	padding: 1px 0 0;
	background: var(--vlc-id-line);
}

.single-product .woocommerce-product-gallery ol.flex-control-thumbs li {
	width: 100%;
	margin: 0;
	border: 0;
	background: var(--vlc-id-paper);
}

.single-product .vlc-product-single__summary {
	display: flex !important;
	flex-direction: column;
}

.single-product .vlc-product-single__badges {
	gap: 0.65rem 1rem;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid var(--vlc-id-line);
}

.single-product .vlc-product-single__badges .vlc-pill {
	min-height: 1.5rem;
	padding: 0;
	border-radius: 0;
	background: transparent;
	font-size: 0.66rem;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.single-product .vlc-product-single__title {
	max-width: 18ch;
	margin-top: clamp(1rem, 2vw, 1.5rem);
	color: var(--vlc-id-ink);
	font-size: clamp(2.45rem, 5vw, 4.6rem);
	font-weight: 550;
	letter-spacing: -0.045em;
	line-height: 0.96;
	text-wrap: balance;
}

.single-product .vlc-product-single__botanical {
	margin-top: 0.55rem;
	color: #5f695f;
	font-size: clamp(1rem, 1.6vw, 1.25rem);
}

.single-product .vlc-purchase-box {
	order: 4;
	width: 100%;
	margin-top: clamp(1.15rem, 2.5vw, 1.75rem);
	padding: clamp(1rem, 2.2vw, 1.5rem);
	overflow: visible;
	border: 1px solid var(--vlc-id-line);
	border-radius: 0;
	background: rgba(244, 241, 232, 0.72);
	box-shadow: none;
}

.single-product .vlc-purchase-box__price {
	min-height: 0;
	margin: 0 0 1rem;
	padding: 0 0 0.9rem;
	border: 0;
	border-bottom: 1px solid var(--vlc-id-line);
	border-radius: 0;
	background: transparent;
	color: var(--vlc-id-ink);
	font-family: var(--vlc-font-serif);
	font-size: clamp(1.9rem, 3.2vw, 2.75rem);
	font-weight: 600;
	line-height: 1.05;
}

.single-product .vlc-purchase-box__price .lc-price-private {
	color: var(--vlc-id-ink);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.single-product .vlc-purchase-box .cart,
.single-product .vlc-purchase-box .woocommerce-variation-add-to-cart {
	display: flex;
	width: 100%;
	gap: 0.65rem;
	align-items: stretch;
}

.single-product .vlc-purchase-box .quantity,
.single-product .vlc-purchase-box .qty { min-height: 3.25rem; }

.single-product .vlc-purchase-box .qty {
	width: 4.25rem;
	border-color: var(--vlc-id-line);
	border-radius: 0;
	background: #fff;
}

.single-product .vlc-purchase-box button.single_add_to_cart_button,
.single-product .vlc-product-whatsapp-cta {
	min-height: 3.25rem;
	border-radius: 0;
	box-shadow: none;
	font-weight: 750;
}

.single-product .vlc-purchase-box table.variations select,
.single-product .vlc-visual-picker__option,
.single-product .vlc-visual-picker__option.is-selected {
	border-radius: 0;
	box-shadow: none;
}

/* Los nombres de color son datos de compra, no etiquetas decorativas: se
 * reservan columnas legibles para evitar recortes en tablet y escritorio. */
.single-product .vlc-visual-picker[data-vlc-option-kind="color"] {
	grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
}

.single-product .vlc-visual-picker__option--color {
	overflow: visible;
	white-space: normal;
	text-align: left;
}

.single-product .vlc-visual-picker__option:not(.is-selected) {
	border-color: #758078;
}

/* Muted copy remains deliberately quieter while clearing WCAG AA on paper. */
.single-product .lc-product-actions__label,
.single-product .lc-product-geo__eyebrow,
.single-product .lc-product-geo__header > p,
.single-product .lc-product-geo__grid article p,
.single-product .lc-product-geo details p,
.single-product .lc-product-geo__faq,
.vlc-card-kicker {
	color: #526057 !important;
}

.single-product .vlc-purchase-box button.single_add_to_cart_button {
	background: var(--vlc-id-clay);
	color: #fff;
}

.single-product .vlc-purchase-box button.single_add_to_cart_button:hover,
.single-product .vlc-purchase-box button.single_add_to_cart_button:focus-visible {
	background: var(--vlc-id-clay-dark);
}

.single-product .vlc-product-whatsapp-cta {
	border-color: #387a56;
	background: transparent;
	color: #17633d;
}

.single-product .vlc-purchase-box--consult .vlc-product-whatsapp-cta {
	border-color: #387a56;
	background: transparent;
	color: #17633d;
}

.single-product .vlc-purchase-box__note {
	margin-top: 0.75rem;
	color: #69645b;
	font-size: 0.74rem;
	line-height: 1.45;
}

.single-product .vlc-product-single__short {
	max-width: 62ch;
	margin-top: 1.25rem;
	color: #4f554f;
	font-size: 0.96rem;
	line-height: 1.65;
}

.single-product .vlc-options-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin-top: 1.25rem;
	border: 1px solid var(--vlc-id-line);
	background: var(--vlc-id-line);
}

.single-product .vlc-options-list--single .vlc-option-row,
.single-product .vlc-options-list .vlc-option-row:last-child:nth-child(odd) {
	grid-column: 1 / -1;
}

.single-product .vlc-option-row {
	min-height: 4rem;
	padding: 0.75rem;
	border: 0;
	border-radius: 0;
	background: var(--vlc-id-paper);
}

.single-product .vlc-option-row__icon {
	width: 2rem;
	height: 2rem;
	border-radius: 0;
	background: var(--vlc-id-forest);
	box-shadow: none;
}

.single-product .lc-product-actions { margin-top: 1.1rem; padding-top: 1rem; border-top-color: var(--vlc-id-line); }
.single-product .lc-product-action-button {
	min-height: 2.9rem;
	border-radius: 0;
	box-shadow: none;
}

.single-product .lc-product-action-button--primary,
.single-product .lc-product-action-button--primary:hover,
.single-product .lc-product-action-button--primary:focus-visible {
	background: rgba(17, 23, 19, 0.06);
	color: var(--vlc-id-ink);
}

.single-product .vlc-product-mano,
.single-product .vlc-ficha-tecnica {
	border: 1px solid var(--vlc-id-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.single-product .vlc-product-mano {
	padding: 1rem 0 0;
	border-width: 1px 0 0;
}

.single-product .vlc-product-detail,
.single-product .vlc-product-reviews,
.single-product .vlc-related-section { border-color: var(--vlc-id-line); }

.single-product .vlc-product-detail--main-only { grid-template-columns: minmax(0, 1fr); }
.single-product .vlc-product-detail--main-only .vlc-product-detail__main { max-width: 70ch; }
.single-product .vlc-product-detail__sidebar { position: static; }

.single-product .vlc-product-detail-disclosure {
	margin: 0;
	border-top: 1px solid var(--vlc-id-line);
	border-bottom: 1px solid var(--vlc-id-line);
}

.single-product .vlc-product-detail-disclosure > summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 2rem;
	gap: 1rem;
	align-items: center;
	min-height: 4.5rem;
	padding: 0.75rem 0;
	color: var(--vlc-id-ink);
	cursor: pointer;
	list-style: none;
}

.single-product .vlc-product-detail-disclosure > summary::-webkit-details-marker { display: none; }
.single-product .vlc-product-detail-disclosure > summary::marker { content: ""; }
.single-product .vlc-product-detail-disclosure > summary::after {
	content: "+";
	display: grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	font-family: var(--vlc-font-serif);
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
}
.single-product .vlc-product-detail-disclosure[open] > summary {
	border-bottom: 1px solid var(--vlc-id-line);
}
.single-product .vlc-product-detail-disclosure[open] > summary::after { content: "−"; }
.single-product .vlc-product-detail-disclosure > summary span {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	text-wrap: pretty;
}
.single-product .vlc-product-detail-disclosure > summary:focus-visible {
	outline: 3px solid var(--vlc-id-lime-bright);
	outline-offset: 4px;
}
.single-product .vlc-product-detail-disclosure__content {
	padding: clamp(1.25rem, 3vw, 2rem) 0 0.25rem;
}
.single-product .vlc-product-detail-disclosure__content > :last-child { margin-bottom: 0; }

.single-product .vlc-detail-subtitle__index {
	display: inline-grid;
	min-width: 2rem;
	min-height: 2rem;
	place-items: center;
	border: 1px solid var(--vlc-id-line);
	font-family: var(--vlc-font-sans);
	font-size: 0.65rem;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.08em;
}
.single-product .vlc-care-list__icon {
	display: inline-grid;
	width: 1.5rem;
	height: 1.5rem;
	place-items: center;
	border: 1px solid var(--vlc-id-line);
	font-size: 0.72rem;
	font-weight: 800;
}

.single-product .vlc-care-list li,
.single-product .vlc-product-reviews .comment-form :is(input[type="text"], input[type="email"], textarea),
.single-product .vlc-product-reviews .submit,
.single-product .vlc-related-section .vlc-product-card {
	border-radius: 0;
	box-shadow: none;
}

.single-product .vlc-product-reviews .submit { background: var(--vlc-id-clay); }

.single-product .vlc-product-reviews--empty {
	margin: clamp(2rem, 4vw, 3.5rem) 0 0;
	padding: 0;
	border: 0;
	border-top: 1px solid var(--vlc-id-line);
}

.single-product .vlc-review-invite {
	border: 0;
	border-bottom: 1px solid var(--vlc-id-line);
}

.single-product .vlc-review-invite > summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.5rem 1rem;
	align-items: center;
	min-height: 4.75rem;
	padding: 1rem 0;
	color: var(--vlc-id-ink);
	cursor: pointer;
	list-style: none;
}

.single-product .vlc-review-invite > summary::-webkit-details-marker { display: none; }
.single-product .vlc-review-invite > summary::after {
	content: "+";
	grid-column: 2;
	grid-row: 1 / span 2;
	font-family: var(--vlc-font-serif);
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
}
.single-product .vlc-review-invite[open] > summary::after { content: "−"; }
.single-product .vlc-review-invite > summary span {
	font-family: var(--vlc-font-serif);
	font-size: clamp(1.2rem, 2.4vw, 1.65rem);
	font-weight: 550;
	line-height: 1.1;
}
.single-product .vlc-review-invite > summary small {
	color: #69645b;
	font-size: 0.75rem;
	letter-spacing: 0.04em;
}
.single-product .vlc-review-invite__form { max-width: 44rem; padding: 0 0 1.5rem; }
.single-product .vlc-product-reviews--empty #reviews #comments,
.single-product .vlc-product-reviews--empty #review_form_wrapper .comment-reply-title { display: none; }
.single-product .vlc-product-reviews--empty #review_form_wrapper { margin: 0; }

/* GEO visible: información editorial, no una pila de tarjetas. */
.single-product .lc-product-geo {
	margin: clamp(2.5rem, 5vw, 4.5rem) 0 2rem;
	padding: clamp(1.5rem, 3vw, 2.5rem) 0 0;
	overflow: visible;
	border: 0;
	border-top: 1px solid var(--vlc-id-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.single-product .lc-product-geo::before { display: none; }
.single-product .lc-product-geo__header { max-width: 48rem; margin-bottom: 1.5rem; padding: 0; }
.single-product .lc-product-geo h2 {
	color: var(--vlc-id-ink);
	font-family: var(--vlc-font-serif) !important;
	font-size: clamp(1.8rem, 3.5vw, 3rem);
	font-weight: 550;
	letter-spacing: -0.025em;
	line-height: 1.05;
}
.single-product .lc-product-geo__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid var(--vlc-id-line);
	border-left: 1px solid var(--vlc-id-line);
}
.single-product .lc-product-geo__grid article {
	padding: 1rem;
	border: 0;
	border-right: 1px solid var(--vlc-id-line);
	border-bottom: 1px solid var(--vlc-id-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}
.single-product .lc-product-geo__faq { border-top-color: var(--vlc-id-line); }
.single-product .lc-product-geo__faq details { border-bottom-color: var(--vlc-id-line); }

.single-product .vlc-sticky-buy {
	border-color: var(--vlc-id-line);
	background: rgba(244, 241, 232, 0.98);
	box-shadow: 0 -1px 0 rgba(17, 23, 19, 0.08);
	backdrop-filter: none;
}

.single-product .vlc-sticky-buy__cta { border-radius: 0; background: var(--vlc-id-clay); color: #fff; }

.single-product :is(a, button, input, select, textarea):focus-visible {
	outline: 3px solid #2f6e50;
	outline-offset: 2px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (min-width: 768px) and (max-width: 1199px) {
	.home .vlc-hero {
		grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
		grid-template-rows: 42rem auto auto;
	}
	.home .vlc-hero__copy { grid-column: 1; grid-row: 1; }
	.home .vlc-hero__bg { grid-column: 2; grid-row: 1; }
	.home .vlc-hero-offer {
		width: 100%;
		grid-column: 1 / -1;
		grid-row: 2;
		grid-template-columns: minmax(16rem, 34%) minmax(0, 1fr);
		grid-template-rows: auto 1fr;
		padding: 1.5rem;
		border-top: 1px solid var(--vlc-id-line);
		border-left: 0;
	}
	.home .vlc-hero-offer__heading { grid-column: 1 / -1; }
	.home .vlc-hero-offer__media { grid-column: 1; grid-row: 2; max-height: 22rem; }
	.home .vlc-hero-offer__body { grid-column: 2; grid-row: 2; padding: 0 0 0 1.5rem; }
	.home .vlc-hero-offer__actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.home .vlc-hero-offer__actions .vlc-hero-offer__buy { grid-column: 1 / -1; }
	.home .vlc-hero__stats { grid-row: 3; }
	.home .vlc-hero__title { font-size: clamp(3rem, 5vw, 3.5rem); }
	.home .vlc-hero--with-offer { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; }
	.home .vlc-hero--with-offer .vlc-hero__bg { display: none; }
	.home .vlc-hero--with-offer .vlc-hero-offer {
		grid-column: 2;
		grid-row: 1;
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: auto auto 1fr;
		border-top: 0;
		border-left: 1px solid var(--vlc-id-line);
	}
	.home .vlc-hero--with-offer .vlc-hero-offer__heading { grid-column: 1; grid-row: 1; }
	.home .vlc-hero--with-offer .vlc-hero-offer__media { grid-column: 1; grid-row: 2; height: 14rem; aspect-ratio: auto; }
	.home .vlc-hero--with-offer .vlc-hero-offer__body { grid-column: 1; grid-row: 3; padding: 1rem 0 0; }
	.home .vlc-hero--with-offer .vlc-hero-offer__actions { grid-template-columns: 1fr; }
	.home .vlc-hero__proof { display: none; }
}

@media (max-width: 767px) {
	.vlc-announcement__inner {
		min-height: 2.75rem;
		justify-content: space-between;
		padding: 0 0.9rem;
	}
	.vlc-announcement__item:first-child { display: inline-flex; font-size: 0.67rem; }
	.vlc-announcement__item--hide-mobile { display: none; }
	.vlc-announcement__link { min-width: 0; padding-inline: 0.4rem; font-size: 0.67rem; }
	.vlc-announcement__link .vlc-hide-mobile { display: inline; }
	.vlc-cart-toggle,
	.vlc-header[data-home="1"]:not(.is-scrolled) .vlc-cart-toggle {
		width: 3.25rem;
		min-width: 3.25rem;
		height: 3.25rem;
		padding: 0;
	}
	.vlc-cart-toggle .vlc-cart-label {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}

	.home .vlc-hero {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: auto auto;
	}
	.home .vlc-hero__bg { grid-column: 1; grid-row: 2; height: 14rem; }
	.home .vlc-hero--with-offer .vlc-hero__bg { display: none; }
	.home .vlc-hero__img { object-position: 46% center; }
	.home .vlc-hero__copy {
		min-height: 0;
		grid-column: 1;
		grid-row: 1;
		justify-content: center;
		padding: 1.5rem 1.25rem;
		border-right: 0;
		background: var(--vlc-id-forest);
	}
	.home .vlc-hero__title {
		max-width: 12ch;
		margin-top: 1.25rem;
		font-size: clamp(2.65rem, 11vw, 3.25rem);
	}
	.home .vlc-hero__desc { display: block; margin-top: 1rem; }
	.home .vlc-hero__cta { margin-top: 1rem; gap: 0.4rem; }
	.home .vlc-hero__cta .vlc-btn { min-height: 2.75rem; letter-spacing: 0.06em; }
	.home .vlc-hero__cta .vlc-btn--ghost-dark { border-color: transparent; }
	.home .vlc-hero__proof { display: none; }
	.home .vlc-hero-offer {
		width: 100%;
		grid-column: 1;
		grid-row: 2;
		grid-template-columns: 8.5rem minmax(0, 1fr);
		grid-template-rows: auto auto;
		align-items: start;
		margin: 0;
		padding: 1rem;
		border-top: 1px solid var(--vlc-id-line);
		border-left: 0;
	}
	.home .vlc-hero__stats { grid-column: 1; grid-row: 4; }
	.home .vlc-hero-offer__heading { grid-column: 1 / -1; }
	.home .vlc-hero-offer__media { grid-column: 1; grid-row: 2; }
	.home .vlc-hero-offer__body { grid-column: 2; grid-row: 2; padding: 0 0 0 1rem; }
	.home .vlc-hero-offer__title { font-size: clamp(1.35rem, 6vw, 1.75rem); }
	.home .vlc-hero-offer__price { font-size: 1.75rem; }
	.home .vlc-hero-offer__actions { grid-template-columns: 1fr; }

	.home .vlc-section--latest-real > .vlc-container { width: calc(100% - 2.5rem); }
	.home .vlc-section--latest-real .vlc-section-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.65rem;
	}
	.home .vlc-section--latest-real .vlc-section-title { max-width: 19ch; font-size: 1.75rem; }
	.home .vlc-section--latest-real .vlc-products-grid { gap: 1.5rem 1rem; }
	.home .vlc-section--latest-real .vlc-card-title { font-size: 1rem; min-height: 4.05em; }
	.home .vlc-section--latest-real .vlc-card-price,
	.home .vlc-section--latest-real .vlc-card-price .lc-price-private { font-size: 1.125rem; }

	.single-product .vlc-product-single { padding: 0.75rem 0.75rem 3.25rem; }
	.single-product .vlc-product-single__grid { gap: 1.25rem; }
	.single-product .vlc-product-single__title { max-width: 100%; font-size: clamp(2.15rem, 10vw, 3.05rem); }
	.single-product .vlc-purchase-box { margin-top: 1rem; padding: 1rem; }
	.single-product .vlc-product-single.product-type-variable .vlc-purchase-box__price {
		min-height: 0;
		margin: 0 0 1rem;
		padding: 0 0 0.9rem;
		font-size: clamp(1.75rem, 8vw, 2.35rem);
	}
	.single-product .vlc-purchase-box .cart,
	.single-product .vlc-purchase-box .woocommerce-variation-add-to-cart { display: grid; grid-template-columns: 4.25rem minmax(0, 1fr); }
	.single-product .vlc-options-list { grid-template-columns: 1fr; }
	.single-product .lc-product-actions__controls { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.single-product .lc-product-action-button { padding-inline: 0.35rem; font-size: 0.72rem; white-space: normal; }
	.single-product .vlc-product-single.product-type-variable .vlc-product-single__summary { display: flex !important; }
	.single-product .vlc-product-single.product-type-variable .vlc-purchase-box,
	.single-product .vlc-product-single.product-type-variable .woocommerce-product-gallery,
	.single-product .vlc-product-single.product-type-variable .vlc-visual-picker__option {
		border-radius: 0;
		box-shadow: none;
	}
	.single-product .lc-product-geo__grid { grid-template-columns: 1fr; }
	.single-product .vlc-review-invite > summary { grid-template-columns: minmax(0, 1fr) 2rem; }
}

/*
 * La tablet horizontal/vertical amplia también necesita mostrar producto y
 * decisión de compra en el primer pliegue. A 768 px una galería apilada ocupa
 * casi todo el viewport; dos columnas preservan la imagen completa y dejan el
 * título, precio y CTA visibles sin reducir tipografía ni recortar fotografía.
 */
@media (min-width: 768px) and (max-width: 959px) {
	.single-product .vlc-product-single__grid {
		grid-template-columns: minmax(17rem, 0.88fr) minmax(0, 1.12fr);
		gap: clamp(1.25rem, 2.5vw, 2rem);
	}
	.single-product .vlc-product-single__gallery { position: sticky; top: 7rem; }
}

@media (min-width: 960px) {
	.single-product .vlc-product-single__grid {
		grid-template-columns: minmax(20rem, 0.9fr) minmax(0, 1.1fr);
	}
	.single-product .vlc-product-single__gallery { position: sticky; top: 7rem; }
	.single-product .vlc-product-detail__sidebar { position: sticky; top: 7rem; }
}

@media (min-width: 960px) and (max-width: 1199px) {
	.single-product .vlc-visual-picker[data-vlc-option-kind="color"] {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1200px) {
	.single-product .vlc-visual-picker[data-vlc-option-kind="size"] {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
}

@media (min-width: 1280px) {
	.single-product .vlc-product-single {
		width: min(100%, 76rem);
		max-width: 76rem;
	}
}

@media (max-width: 420px) {
	.home .vlc-hero-offer { grid-template-columns: 7.25rem minmax(0, 1fr); }
	.home .vlc-hero-offer__body { padding-left: 0.75rem; }
	.home .vlc-hero-offer__actions .vlc-btn { min-height: 2.9rem; }
	.home .vlc-hero-offer__actions .vlc-btn { white-space: normal; overflow-wrap: anywhere; text-align: center; }
}

@media (max-width: 359px) {
	.home .vlc-section--latest-real .vlc-products-grid { grid-template-columns: minmax(0, 1fr); }
	.home .vlc-section--latest-real .vlc-card-title { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.vlc-site :is(a, button, input, select, textarea),
	.single-product .vlc-visual-picker__option,
	.home .vlc-product-card,
	.home .vlc-card-img { transition: none !important; transform: none !important; }
}

/* Portada: una escala de lectura compartida, sin titulares ni microtextos aislados. */
.home {
	--vlc-home-heading: clamp(1.625rem, 2.3vw, 2rem);
	--vlc-home-content-width: 75rem;
}
.home .vlc-section { padding: 3.5rem 0; }
.home .vlc-section > .vlc-container,
.home .vlc-section--latest-real > .vlc-container {
	width: calc(100% - 3rem);
	max-width: var(--vlc-home-content-width);
	padding: 0;
}
.home .vlc-section-head,
.home .vlc-section-head--left,
.home #servicios .vlc-section-head--left,
.home .vlc-section--latest-real .vlc-section-head { gap: 1rem; margin-bottom: 1.5rem; }
.home .vlc-section-title,
.home .vlc-section--latest-real .vlc-section-title,
.home .vlc-mano-strip .vlc-section-title,
.home .vlc-cuyo__title {
	margin: 0;
	font-family: var(--vlc-font-serif);
	font-size: var(--vlc-home-heading);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.025em;
	text-wrap: pretty;
}
.home .vlc-section-desc,
.home .vlc-hero__desc,
.home .vlc-cuyo__desc,
.home #servicios .vlc-service-card p {
	margin-top: 0.65rem;
	font-size: 1rem;
	line-height: 1.5;
}
.home .vlc-section-link,
.home .vlc-section--latest-real .vlc-section-link {
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	padding: 0.5rem 0;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: none;
	white-space: normal;
}
.home .vlc-hero__title {
	margin-top: 0;
	font-size: clamp(2.25rem, 3.4vw, 3rem);
	line-height: 1.08;
	letter-spacing: -0.035em;
}
.home .vlc-hero__cta { margin-top: 1.5rem; }
.home .vlc-hero__cta .vlc-btn,
.home .vlc-hero-offer__actions .vlc-btn {
	min-height: 3rem;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: none;
}
.home .vlc-hero-offer { grid-template-rows: auto 1fr; }
.home .vlc-hero-offer__title {
	padding-bottom: 0;
	border-bottom: 0;
	font-family: var(--vlc-font-sans);
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -0.015em;
	text-wrap: pretty;
}
.home .vlc-hero-offer__price {
	margin-top: 0.75rem;
	font-family: var(--vlc-font-sans);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
}
.home .vlc-hero-offer__stock { font-size: 0.875rem; line-height: 1.4; }
.home .vlc-section--latest-real .vlc-card-kicker { display: none; }
.home .vlc-mano-card strong { font-size: 1.125rem; line-height: 1.4; }
.home .vlc-cats-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 2rem;
	border: 0;
	background: transparent;
}
.home .vlc-cat-card {
	display: grid;
	min-height: 5rem;
	grid-template-columns: 5.5rem minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
	padding: 1rem 0;
	border: 0;
	border-bottom: 1px solid var(--vlc-id-line);
	background: transparent;
}
.home .vlc-cat-card__media {
	display: block;
	width: 5.5rem;
	aspect-ratio: 1;
	background: var(--vlc-id-paper);
	overflow: hidden;
}
.home .vlc-cat-card__media::after { display: none; }
.home .vlc-cat-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.home .vlc-cat-card__fallback { display: grid; height: 100%; place-items: center; }
.home .vlc-cat-card__count {
	position: static;
	padding: 0;
	background: transparent;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: none;
	white-space: nowrap;
}
.home .vlc-cat-card__body { display: grid; gap: 0.375rem; padding: 0; }
.home .vlc-cat-card__title { text-transform: lowercase; }
.home .vlc-cat-card__title::first-letter { text-transform: uppercase; }
.home .vlc-cat-card__title,
.home #servicios .vlc-service-card h3 {
	margin: 0;
	font-family: var(--vlc-font-sans);
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.015em;
}
.home .vlc-cuyo { background: var(--vlc-id-forest); }
.home .vlc-cuyo__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto auto;
	gap: 0.5rem 2rem;
	text-align: left;
}
.home .vlc-cuyo__title { grid-column: 1; grid-row: 1; max-width: 30ch; }
.home .vlc-cuyo__desc { grid-column: 1; grid-row: 2; max-width: 50ch; margin: 0; }
.home .vlc-cuyo__cta {
	grid-column: 2;
	grid-row: 1 / 3;
	align-self: center;
	padding: 0.75rem 1rem;
	border: 1px solid var(--vlc-id-line-light);
	color: var(--vlc-id-paper);
}
.home #servicios .vlc-services-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 2rem;
	background: transparent;
}
.home #servicios .vlc-service-card {
	padding: 1.25rem 0;
	border: 0;
	border-top: 1px solid var(--vlc-id-line);
	background: transparent;
}
.home #servicios .vlc-service__icon { display: none; }
.home .vlc-visit__route-card { min-height: 18rem; padding: 2rem; }
.home .vlc-visit__route-address { max-width: 22ch; font-size: 2rem; line-height: 1.25; letter-spacing: -0.025em; }
.home .vlc-visit__route-kicker,
.home .vlc-visit__route-cta { font-size: 0.875rem; line-height: 1.4; letter-spacing: 0; text-transform: none; }
.home .vlc-visit__label { font-size: 0.875rem; letter-spacing: 0; text-transform: none; }

@media (min-width: 1200px) {
	.home .vlc-hero { width: min(calc(100% - 3rem), var(--vlc-home-content-width)); grid-template-rows: minmax(30rem, auto); }
}
@media (max-width: 767px) {
	.home .vlc-section { padding-block: 2.5rem; }
	.home .vlc-section > .vlc-container,
	.home .vlc-section--latest-real > .vlc-container { width: calc(100% - 2.5rem); }
	.home .vlc-hero__title { max-width: 16ch; }
	.home .vlc-hero-offer { grid-template-rows: auto; }
	.home .vlc-hero-offer__media,
	.home .vlc-hero-offer__body { grid-row: 1; }
	.home .vlc-hero-offer__title { font-size: 1.125rem; }
	.home .vlc-hero-offer__price { font-size: 1.25rem; }
	.home .vlc-cats-grid,
	.home #servicios .vlc-services-grid,
	.home .vlc-cuyo__content { grid-template-columns: minmax(0, 1fr); }
	.home .vlc-cuyo__cta { grid-column: 1; grid-row: 3; justify-self: start; margin-top: 0.5rem; }
	.home .vlc-cat-card__title { font-size: 1rem; }
	.home .vlc-cat-card { grid-template-columns: 4.5rem minmax(0, 1fr); }
	.home .vlc-cat-card__media { width: 4.5rem; }
	.home .vlc-visit__route-card { min-height: 15rem; padding: 1.5rem; }
	.home .vlc-visit__route-address { font-size: 1.75rem; }
}

/* Escala compartida del sitio: lectura, navegación y compra. */
:root {
	--vlc-type-small: 0.875rem;
	--vlc-type-control: 0.9375rem;
	--vlc-type-body: 1rem;
	--vlc-type-card: 1.125rem;
	--vlc-type-h2: clamp(1.5rem, 2.2vw, 1.75rem);
	--vlc-type-h1: clamp(1.75rem, 3vw, 2.25rem);
}
.vlc-site .vlc-announcement { font-size: var(--vlc-type-small); }
.vlc-site .vlc-announcement__inner { min-height: 2.25rem; }
.vlc-site .vlc-announcement__link { min-height: 2.25rem; }
.vlc-site .vlc-announcement__item:first-child,
.vlc-site .vlc-announcement__link { font-size: var(--vlc-type-small); }
.vlc-site .vlc-header__inner { min-height: 4.5rem; padding-block: 0.75rem; gap: 1rem; }
.vlc-site .vlc-logo-badge { width: 2.5rem; height: 2.5rem; flex-shrink: 0; }
.vlc-site .vlc-logo-word { font-size: 1.25rem; line-height: 1.15; }
.vlc-site .vlc-logo-sub { font-size: 0.6875rem; line-height: 1.25; letter-spacing: 0.12em; }
.vlc-site .vlc-nav { gap: 1rem; }
.vlc-site .vlc-nav li a { min-height: 2.75rem; font-size: var(--vlc-type-control); font-weight: 600; line-height: 1.35; letter-spacing: 0; }
.vlc-site .vlc-header-search { display: none; }
.vlc-site .vlc-header-search input[type="search"],
.vlc-site .vlc-mobile-search input[type="search"] { font-size: var(--vlc-type-body); }
.vlc-site .vlc-cart-toggle { font-size: var(--vlc-type-control); font-weight: 600; letter-spacing: 0; text-transform: none; }
.vlc-site .vlc-cart-badge { font-size: 0.75rem; }
.vlc-site .vlc-mobile-nav a { min-height: 2.75rem; font-size: 1rem; line-height: 1.4; letter-spacing: 0; }
.vlc-site .vlc-mobile-menu__panel { gap: 1.25rem; }
.vlc-site .vlc-footer__title { font-size: var(--vlc-type-small); letter-spacing: 0.04em; }
.vlc-site .vlc-footer__menu,
.vlc-site .vlc-footer__contact,
.vlc-site .vlc-footer__bottom { font-size: var(--vlc-type-small); line-height: 1.6; }

body:not(.home) .vlc-site main h1,
.single-product .vlc-site .vlc-product-single__title,
.single-product .vlc-site .product-type-variable .vlc-product-single__title {
	max-width: 32ch;
	font-size: var(--vlc-type-h1);
	line-height: 1.18;
	font-weight: 600;
	letter-spacing: -0.025em;
	text-wrap: pretty;
}
.vlc-site .vlc-page__title { font-size: var(--vlc-type-h1) !important; line-height: 1.18 !important; max-width: 32ch; }
body:not(.home) .vlc-site main h2,
.single-product .vlc-site .lc-product-geo h2 { font-size: var(--vlc-type-h2); line-height: 1.25; letter-spacing: -0.02em; }
body:not(.home) .vlc-site main h3 { font-size: 1.25rem; line-height: 1.35; }
.vlc-site .vlc-breadcrumb,
.vlc-site .woocommerce-breadcrumb,
.single-product .vlc-site .vlc-product-single .vlc-breadcrumb { font-size: var(--vlc-type-small); line-height: 1.5; }
.vlc-site > .woocommerce-breadcrumb { width: calc(100% - 3rem); max-width: 75rem; padding: 0.75rem 0; border: 0; background: transparent; }
.vlc-site .woocommerce-breadcrumb a { margin-inline: 0.35rem; }
.vlc-site .woocommerce-breadcrumb a:first-child { margin-left: 0; }
.vlc-site .vlc-back-link,
.single-product .vlc-site .vlc-product-single .vlc-back-link { min-height: 2.75rem; margin-bottom: 0.75rem; font-size: var(--vlc-type-control); line-height: 1.4; }
.vlc-site .vlc-btn,
.vlc-site .vlc-card-actions .vlc-card-primary { min-height: 2.75rem; font-size: var(--vlc-type-control); line-height: 1.35; font-weight: 600; letter-spacing: 0; }
.vlc-site :is(input:not([type="checkbox"]):not([type="radio"]), select, textarea) { font-size: var(--vlc-type-body); }

/* Catálogo y resultados: nombres y precios por delante del texto repetido. */
.vlc-site .vlc-shop-header { padding-top: 1rem; }
.vlc-site .vlc-shop-header .vlc-breadcrumb { margin-bottom: 0.25rem; }
.vlc-site .vlc-shop-header .vlc-back-link { margin-bottom: 0.5rem; }
.vlc-site .vlc-shop-header > .vlc-eyebrow { display: none; }
.vlc-site .vlc-shop-desc { max-width: 65ch; font-size: 1rem; line-height: 1.55; }
.vlc-site .vlc-filter-chip { min-height: 2.75rem; align-items: center; font-size: 0.9375rem; letter-spacing: 0; }
.vlc-site .vlc-shop-count,
.vlc-site .vlc-ordering select,
.vlc-site .woocommerce-ordering select { font-size: 0.9375rem; line-height: 1.4; }
.vlc-site .vlc-card-kicker { font-size: 0.875rem; letter-spacing: 0.02em; font-weight: 500; line-height: 1.3; }
.vlc-site .vlc-product-card .vlc-card-title { font-family: var(--vlc-font-sans); font-size: 1.125rem; line-height: 1.4; font-weight: 600; letter-spacing: -0.01em; }
.vlc-site .vlc-product-card .vlc-card-desc { display: none; }
.vlc-site .vlc-card-price,
.vlc-site .vlc-card-price .lc-price-private { font-size: 1.25rem; line-height: 1.35; font-weight: 700; }
.vlc-site .vlc-product-card,
.home .vlc-site .vlc-product-card,
.single-product .vlc-site .vlc-product-card {
	min-width: 0;
	border: 1px solid #e3dfd5;
	border-radius: 1rem;
	background: #fdfcfa;
	box-shadow: 0 2px 8px rgba(31, 51, 41, 0.045);
	transition: border-color 160ms ease, box-shadow 160ms ease;
}
.vlc-site .vlc-product-card .vlc-product-card__media { background: #f2f1eb; animation: none; }
.vlc-site .vlc-product-card .vlc-product-card__body { gap: 0.75rem; padding: 1rem; }
.vlc-site .vlc-product-card .vlc-card-title { min-height: 2.8em; }
.vlc-site .vlc-product-card .vlc-card-kicker { display: none; }
.vlc-site .vlc-product-card .vlc-card-price { margin-top: auto; }
.vlc-site .vlc-product-card .vlc-card-actions { margin-top: 0; padding-top: 0; }
.vlc-site .vlc-product-card .vlc-card-actions .vlc-card-primary { border-radius: 0.5rem; min-height: 3rem; }
.vlc-site .vlc-product-card .vlc-card-badge { font-size: 0.875rem; line-height: 1.4; letter-spacing: 0; text-transform: none; padding: 0.3rem 0.65rem; }
.vlc-site .vlc-product-card .lc-product-card-share { display: none; }
.vlc-site .vlc-product-card:hover,
.home .vlc-site .vlc-product-card:hover { transform: none; border-color: #a3b4a6; box-shadow: 0 4px 16px rgba(31, 51, 41, 0.08); }
.vlc-site .vlc-product-card:hover .vlc-card-img,
.home .vlc-site .vlc-product-card:hover .vlc-card-img { transform: none; }
.vlc-site .vlc-product-card:focus-within { border-color: #2d6248; }
.home .vlc-site .vlc-cat-card { padding: 1rem; border: 1px solid #e3dfd5; border-radius: 0.875rem; background: #fdfcfa; }
.home .vlc-site .vlc-cat-card__media { border-radius: 0.625rem; }

/* Ficha: nombre de producto, precio y controles a una escala de compra. */
.single-product .vlc-site .vlc-main { padding: 1rem 0 3rem; }
.single-product .vlc-site .vlc-product-single { width: calc(100% - 3rem); max-width: 75rem; padding: 0; }
.single-product .vlc-site .vlc-product-single .vlc-breadcrumb { margin-bottom: 0.25rem; }
.single-product .vlc-site .vlc-product-single__grid { gap: 2rem; }
.single-product .vlc-site .vlc-product-single__title { margin-top: 0.75rem; }
.single-product .vlc-site .vlc-product-single__badges { padding-bottom: 0.5rem; }
.single-product .vlc-site .vlc-product-single__badges .vlc-pill { font-size: 0.875rem; line-height: 1.4; letter-spacing: 0; text-transform: none; font-weight: 500; }
.single-product .vlc-site .vlc-product-single__botanical,
.single-product .vlc-site .vlc-product-single__short,
.single-product .vlc-site .vlc-option-row__value { font-size: 1rem; line-height: 1.6; }
.single-product .vlc-site .vlc-purchase-box { margin-top: 1rem; padding: 1.25rem; }
.single-product .vlc-site .vlc-purchase-box__price,
.single-product .vlc-site .product-type-variable .vlc-purchase-box__price {
	font-family: var(--vlc-font-sans);
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.3;
	padding-bottom: 0.75rem;
}
.single-product .vlc-site .vlc-purchase-box__price .lc-price-private,
.single-product .vlc-site .vlc-purchase-box__price .woocommerce-Price-amount { font-family: var(--vlc-font-sans); font-size: inherit; font-weight: inherit; }
.single-product .vlc-site .vlc-purchase-box__price-guidance { font-family: var(--vlc-font-sans); font-size: 0.9375rem; line-height: 1.5; }
.single-product .vlc-site .vlc-purchase-box button.single_add_to_cart_button,
.single-product .vlc-site .vlc-product-whatsapp-cta { font-size: 1rem; font-weight: 600; line-height: 1.4; min-height: 3rem; padding: 0.75rem 1rem; }
.single-product .vlc-site .lc-product-action-button { font-size: 0.875rem; line-height: 1.4; font-weight: 600; }
.single-product .vlc-site .vlc-product-single .vlc-purchase-box table.variations label { font-size: 1rem; font-weight: 600; line-height: 1.5; letter-spacing: 0; text-transform: none; }
.single-product .vlc-site .vlc-visual-picker__option,
.single-product .vlc-site .product-type-variable .vlc-visual-picker__option { font-size: 0.9375rem; font-weight: 500; line-height: 1.3; min-height: 2.75rem; }
.single-product .vlc-site .vlc-option-row__label,
.single-product .vlc-site .vlc-product-mano a,
.single-product .vlc-site .vlc-review-invite > summary small { font-size: 0.9375rem; line-height: 1.4; }
.single-product .vlc-site .lc-product-geo__header p,
.single-product .vlc-site .lc-product-geo__grid p,
.single-product .vlc-site .lc-product-geo__grid strong,
.single-product .vlc-site .lc-product-geo__faq { font-size: 1rem; line-height: 1.55; }
.single-product .vlc-site .vlc-review-invite > summary span { font-size: 1.25rem; line-height: 1.35; }
.single-product .vlc-site .lc-product-geo__eyebrow { display: none; }
.single-product .vlc-site .woocommerce-product-gallery__image img { max-height: min(65vh, 36rem); }
.single-product .vlc-site .vlc-sticky-buy__price { font-size: 1.125rem; }
.single-product .vlc-site .vlc-sticky-buy__cta { font-size: 1rem; }

/* Recupera las fichas visuales con los datos propios de cada producto. */
.single-product .vlc-site .vlc-product-guide {
	--vlc-guide-accent: #2d6248;
	--vlc-guide-surface: #eef3ed;
	order: 5;
	margin-top: 1.5rem;
}
.single-product .vlc-site .vlc-product-guide[data-product-kind="macetas"] { --vlc-guide-accent: #76513b; --vlc-guide-surface: #f4eee6; }
.single-product .vlc-site .vlc-product-guide[data-product-kind="fertilizantes"],
.single-product .vlc-site .vlc-product-guide[data-product-kind="plaguicidas"] { --vlc-guide-accent: #855020; --vlc-guide-surface: #f6f0e5; }
.single-product .vlc-site .vlc-product-guide > h2 { margin: 0 0 0.875rem; font-family: var(--vlc-font-sans); font-size: 1.125rem; font-weight: 600; line-height: 1.4; letter-spacing: 0; }
.single-product .vlc-site .vlc-product-guide .vlc-options-list { gap: 0.75rem; margin: 0; border: 0; background: transparent; }
.single-product .vlc-site .vlc-product-guide .vlc-option-row { align-items: start; gap: 0.75rem; min-height: 5.5rem; padding: 1rem; border: 1px solid rgba(45, 74, 58, 0.12); border-radius: 0.75rem; background: var(--vlc-guide-surface); }
.single-product .vlc-site .vlc-product-guide .vlc-option-row__icon { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: var(--vlc-guide-accent); color: #fff; }
.single-product .vlc-site .vlc-product-guide .vlc-option-row__icon svg { width: 1.375rem; height: 1.375rem; }
.single-product .vlc-site .vlc-product-guide .vlc-option-row__copy { gap: 0.375rem; }
.single-product .vlc-site .vlc-product-guide .vlc-option-row__label { color: var(--vlc-guide-accent); font-size: 0.875rem; font-weight: 600; line-height: 1.4; }
.single-product .vlc-site .vlc-product-guide .vlc-option-row__value { color: #26372d; font-size: 1rem; line-height: 1.5; }
.single-product .vlc-site .vlc-product-single__short { order: 6; }
.single-product .vlc-site .vlc-care-list { font-size: 1rem; line-height: 1.6; }
.single-product .vlc-site .vlc-ficha-row dt { font-size: 0.875rem; line-height: 1.5; letter-spacing: 0; text-transform: none; }
.single-product .vlc-site .vlc-ficha-row dd { font-size: 1rem; line-height: 1.5; }
.single-product .vlc-site .vlc-product-single .vlc-purchase-box { border-radius: 1rem; }
.single-product .vlc-site .vlc-purchase-box .vlc-btn,
.single-product .vlc-site .vlc-purchase-box button.single_add_to_cart_button,
.single-product .vlc-site .lc-product-action-button { border-radius: 0.5rem; }
.single-product .vlc-site .vlc-product-mano { padding: 1rem 0 0; }
.single-product .vlc-site .vlc-product-mano a { display: inline-flex; align-items: center; gap: 0.5rem; min-height: 2.75rem; font-size: 1rem; }
.single-product .vlc-site .woocommerce-product-gallery,
.single-product .vlc-site .vlc-product-gallery-fallback { border-radius: 1rem; overflow: hidden; }
.single-product .vlc-site .vlc-complete-purchase { order: 8; margin-top: 1.5rem; }
.single-product .vlc-site .vlc-complete-purchase > h2 { margin: 0 0 0.875rem; font-family: var(--vlc-font-sans); font-size: 1.125rem; line-height: 1.4; font-weight: 600; letter-spacing: 0; }
.vlc-complete-purchase__cards { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0.75rem; }
.vlc-pairing-card { display: grid; grid-template-columns: 4.5rem minmax(0, 1fr) 1.5rem; align-items: center; gap: 1rem; min-height: 6.5rem; padding: 0.75rem; border: 1px solid #e3dfd5; border-radius: 0.875rem; background: #fdfcfa; color: #21392b; text-decoration: none; }
.vlc-pairing-card__media { display: grid; place-items: center; width: 4.5rem; height: 4.5rem; overflow: hidden; border-radius: 0.625rem; background: #edf1e8; color: #2d6248; }
.vlc-pairing-card__media img { display: block; width: 100%; height: 100%; object-fit: contain; }
.vlc-pairing-card__media svg { width: 2rem; height: 2rem; }
.vlc-pairing-card__copy { display: grid; gap: 0.375rem; min-width: 0; }
.vlc-pairing-card__copy strong { font-family: var(--vlc-font-sans); font-size: 1rem; font-weight: 600; line-height: 1.45; }
.vlc-pairing-card__price { font-size: 1rem; line-height: 1.4; font-weight: 600; }
.vlc-pairing-card__arrow { font-size: 1.5rem; }
.vlc-pairing-card:hover { border-color: #a3b4a6; color: #21392b; }
.vlc-pairing-card:focus-visible { outline: 2px solid #2d6248; outline-offset: 3px; }

/* Mano Verde y páginas informativas: titulares acotados y cuerpo de lectura. */
.vlc-site .lc-mano-verde-hero,
.vlc-site .lc-mano-verde-article__header,
.vlc-site .vlc-page-hero { padding-top: 2rem; padding-bottom: 2rem; }
.vlc-site .lc-mano-verde-hero__inner { grid-template-columns: minmax(0, 1fr); }
.vlc-site .lc-mano-verde__eyebrow,
.vlc-site .lc-mano-verde-article__meta,
.vlc-site .lc-mano-verde-card__meta,
.vlc-site .lc-mano-verde-card__topics { font-size: 0.875rem; line-height: 1.4; letter-spacing: 0; font-weight: 500; }
.vlc-site .lc-mano-verde-hero__copy > p:not(.lc-mano-verde__eyebrow),
.vlc-site .lc-mano-verde-article__header > p { max-width: 65ch; font-size: 1rem; line-height: 1.6; }
.vlc-site main .lc-mano-verde-card h3 { font-size: 1.125rem; line-height: 1.4; }
.vlc-site .lc-mano-verde-article__content { font-size: 1.0625rem; line-height: 1.7; }
.vlc-site .lc-mano-verde-article__content h2 { font-size: 1.625rem; line-height: 1.3; }
.vlc-site .lc-mano-verde-article__content h3 { font-size: 1.25rem; line-height: 1.4; }
.vlc-site .lc-mano-verde-article__content p,
.vlc-site .lc-mano-verde-article__content li { color: #4f554f; }
.vlc-site .lc-mano-verde-button,
.vlc-site .lc-mano-verde-share__link,
.vlc-site .lc-mano-verde-card__link,
.vlc-site .lc-mano-verde-topics__inner a,
.vlc-site .lc-mano-verde-contextual__link { font-size: 0.9375rem; line-height: 1.4; min-height: 2.75rem; font-weight: 600; }
.vlc-site .lc-mano-verde-contextual__link small { font-size: 0.875rem; line-height: 1.4; letter-spacing: 0; }

/* Carrito y checkout: mismos tamaños de compra, datos y campos. */
.vlc-site .cart-title-section p,
.vlc-site .checkout-intro p,
.vlc-site .checkout-card-body,
.vlc-site .checkout label,
.vlc-site .item-details h3 { font-size: 1rem; line-height: 1.5; }
.vlc-site .item-price-tag,
.vlc-site .product-subtotal { font-size: 1.125rem; }
.vlc-site .cart-confirm-note,
.vlc-site .checkout-assurances span,
.vlc-site .checkout-security,
.vlc-site .checkout-intro__eyebrow { font-size: 0.875rem; line-height: 1.5; letter-spacing: 0; }
.vlc-site .btn-checkout-premium,
.vlc-site #place_order { font-size: 1rem; line-height: 1.4; min-height: 3rem; font-weight: 600; }
.vlc-site .row-grand-total { font-size: 1.5rem; line-height: 1.4; }
.vlc-site .item-details .sku { color: #58635a; font-size: 0.875rem; line-height: 1.4; letter-spacing: 0; }
.vlc-site .item-glass-card,
.vlc-site .totals-nano-glass { border-radius: 0.25rem; box-shadow: none; }
.vlc-site .item-glass-card:hover { transform: none; box-shadow: none; }
.vlc-site .item-price-tag,
.vlc-site .row-grand-total { color: var(--vlc-id-ink); }
.vlc-site .btn-checkout-premium,
.vlc-site #place_order {
	border: 1px solid var(--vlc-id-clay);
	border-radius: 0.125rem;
	background: var(--vlc-id-clay) !important;
	color: #fff !important;
	box-shadow: none;
	letter-spacing: 0;
	text-transform: none;
}
.vlc-site .btn-checkout-premium:hover,
.vlc-site #place_order:hover { background: var(--vlc-id-forest) !important; border-color: var(--vlc-id-forest); }
.woocommerce-checkout .vlc-site .vlc-page-hero { padding-block: 1.25rem; }
.woocommerce-checkout .vlc-site .vlc-page__eyebrow,
.woocommerce-checkout .vlc-site .checkout-intro__eyebrow,
.woocommerce-checkout .vlc-site .checkout-assurances,
.woocommerce-checkout .vlc-site .checkout-left .checkout-card-header { display: none; }
.woocommerce-checkout .vlc-site .vlc-page-shell { padding-top: 1.5rem; }
.woocommerce-checkout .vlc-site .vlc-page-article { padding: 0; border: 0; background: transparent; box-shadow: none; }
.woocommerce-checkout .vlc-site .checkout-container { padding-top: 0; }
.woocommerce-checkout .vlc-site .checkout-main { width: 100%; }
.woocommerce-checkout .vlc-site .checkout-intro { margin: 0 0 1.5rem; }
.woocommerce-checkout .vlc-site .checkout-intro h2,
.woocommerce-checkout .vlc-site .checkout-card-body h3 { margin-top: 0; }
.woocommerce-checkout .vlc-site .checkout-card { border-radius: 0.25rem; box-shadow: none; }

@media (max-width: 1359px) {
	.vlc-site .vlc-nav { display: none; }
	.vlc-site .vlc-menu-toggle { display: grid; }
}
@media (min-width: 768px) {
	.vlc-site .vlc-header-search { display: inline-flex; width: 10rem; max-width: 10rem; }
}
@media (min-width: 1600px) {
	.vlc-site .vlc-header__inner { max-width: 90rem; }
	.vlc-site .vlc-header-search { width: 12rem; max-width: 12rem; }
}
@media (max-width: 767px) {
	.vlc-site .vlc-header__inner { padding: 0.625rem 1rem; min-height: 4.25rem; gap: 0.5rem; }
	.vlc-site .vlc-announcement__item:first-child,
	.vlc-site .vlc-announcement__link { font-size: 0.8125rem; }
	.vlc-site .vlc-cart-toggle,
	.vlc-site .vlc-header[data-home="1"]:not(.is-scrolled) .vlc-cart-toggle { width: 2.75rem; min-width: 2.75rem; height: 2.75rem; min-height: 2.75rem; }
	.vlc-site .vlc-logo-word { font-size: 1.125rem; }
	.vlc-site .vlc-logo-sub { font-size: 0.625rem; }
	.vlc-site .vlc-product-card .vlc-card-title { font-size: 1rem; }
	.vlc-site .vlc-product-card .vlc-product-card__body { padding: 0.875rem; }
	.vlc-site .vlc-card-price,
	.vlc-site .vlc-card-price .lc-price-private { font-size: 1.125rem; }
	.single-product .vlc-site .vlc-product-single { width: calc(100% - 2rem); }
	.vlc-site > .woocommerce-breadcrumb { width: calc(100% - 2rem); }
	.single-product .vlc-site .vlc-product-single__grid { gap: 1rem; }
	.single-product .vlc-site .vlc-product-single__title { margin-top: 0.5rem; }
	.single-product .vlc-site .vlc-purchase-box { padding: 1rem; }
	.single-product .vlc-site .woocommerce-product-gallery__image img { max-height: 18rem; padding: 0.75rem; }
	.single-product .vlc-site .vlc-product-single__gallery { position: static; }
	.single-product .vlc-site .lc-product-actions__controls { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.vlc-site .lc-mano-verde-article__content { padding: 1.25rem; }
}

/* Mano Verde: una columna de lectura, sin tarjetas alrededor del artículo. */
.single-mano_verde .vlc-site > .woocommerce-breadcrumb { display: none; }
.single-mano_verde .vlc-site .lc-mano-verde-single { padding: 0 0 4rem; background: #fbfaf6; color: #26362c; }
.single-mano_verde .vlc-site .lc-mano-verde-article__header,
.single-mano_verde .vlc-site .lc-mano-verde-article__layout { width: min(calc(100% - 3rem), 44rem); margin-inline: auto; }
.single-mano_verde .vlc-site .lc-mano-verde-article__header { padding: 2.5rem 0 2rem; border: 0; }
.single-mano_verde .vlc-site .lc-mano-verde-article__header > .lc-mano-verde__eyebrow { gap: 0.5rem; min-height: 2.75rem; margin: 0 0 1rem; color: #31573f; font-size: 1rem; font-weight: 600; line-height: 1.4; letter-spacing: 0; text-transform: none; }
.single-mano_verde .vlc-site .lc-mano-verde-article__header h1 { max-width: none; margin: 0; font-size: 2.25rem; font-weight: 600; line-height: 1.22; letter-spacing: -0.025em; text-wrap: pretty; }
.single-mano_verde .vlc-site .lc-mano-verde-article__header > p { max-width: none; margin: 1.25rem 0 0; color: #48554b; font-size: 1.125rem; line-height: 1.65; }
.single-mano_verde .vlc-site .lc-mano-verde-article__meta { gap: 0.5rem 1.25rem; margin-top: 1.5rem; color: #535f56; font-size: 1rem; font-weight: 400; line-height: 1.5; }
.single-mano_verde .vlc-site .lc-mano-verde-article__meta a { padding: 0; border: 0; border-radius: 0; background: transparent; color: #31573f; font-size: 1rem; }
.single-mano_verde .vlc-site .lc-mano-verde-article__image { width: min(calc(100% - 3rem), 55rem); margin: 0 auto; padding: 0; }
.single-mano_verde .vlc-site .lc-mano-verde-article__image img { display: block; width: 100%; height: auto; max-height: none; border: 0; border-radius: 0; box-shadow: none; }
.single-mano_verde .vlc-site .lc-mano-verde-article__layout { display: block; padding: 2rem 0 0; }
.single-mano_verde .vlc-site .lc-mano-verde-article__content { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; font-size: 1.125rem; line-height: 1.75; overflow-wrap: break-word; }
.single-mano_verde .vlc-site .lc-mano-verde-article__content p,
.single-mano_verde .vlc-site .lc-mano-verde-article__content li { color: #26362c; font-size: inherit; line-height: inherit; }
.single-mano_verde .vlc-site .lc-mano-verde-article__content p { margin: 0 0 1.4em; }
.single-mano_verde .vlc-site .lc-mano-verde-article__content :is(h2, h3, h4) { scroll-margin-top: 7rem; text-wrap: pretty; }
.single-mano_verde .vlc-site .lc-mano-verde-article__content h2 { margin: 2.5rem 0 1rem; color: #203a29; font-size: 1.625rem; line-height: 1.3; }
.single-mano_verde .vlc-site .lc-mano-verde-article__content h3 { margin: 1.75rem 0 0.75rem; color: #203a29; font-family: var(--vlc-font-sans); font-size: 1.25rem; font-weight: 600; line-height: 1.4; }
.single-mano_verde .vlc-site .lc-mano-verde-article__content :is(ul, ol) { margin: 0 0 1.5rem; padding-left: 1.4em; }
.single-mano_verde .vlc-site .lc-mano-verde-article__content li + li { margin-top: 0.6rem; }
.single-mano_verde .vlc-site .lc-mano-verde-article__content a { color: #245637; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
.single-mano_verde .vlc-site .lc-mano-verde-toc { display: block; margin: 0 0 2rem; padding: 0 0 0.5rem; border: 0; border-bottom: 1px solid #d8ded4; border-radius: 0; background: transparent; box-shadow: none; }
.single-mano_verde .vlc-site .lc-mano-verde-toc summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 3rem; color: #26362c; font-size: 1rem; font-weight: 600; line-height: 1.5; cursor: pointer; list-style: none; }
.single-mano_verde .vlc-site .lc-mano-verde-toc summary::-webkit-details-marker { display: none; }
.single-mano_verde .vlc-site .lc-mano-verde-toc summary::after { content: '+'; font-size: 1.5rem; font-weight: 400; }
.single-mano_verde .vlc-site .lc-mano-verde-toc[open] summary::after { content: '−'; }
.single-mano_verde .vlc-site .lc-mano-verde-toc ol { padding: 0.5rem 0 1rem; }
.single-mano_verde .vlc-site .lc-mano-verde-toc li + li { margin: 0; }
.single-mano_verde .vlc-site .lc-mano-verde-toc a { display: inline-flex; align-items: center; min-height: 2.75rem; padding: 0.4rem 0; color: #31573f; font-size: 1rem; font-weight: 400; line-height: 1.5; }
.single-mano_verde .vlc-site .lc-mano-verde-contextual { gap: 0; margin-top: 2.5rem; padding-top: 1.5rem; }
.single-mano_verde .vlc-site .lc-mano-verde-contextual h2 { margin: 0 0 0.75rem; font-size: 1.375rem; }
.single-mano_verde .vlc-site .lc-mano-verde-contextual__links { grid-template-columns: minmax(0, 1fr); gap: 0; margin: 0; }
.single-mano_verde .vlc-site .lc-mano-verde-contextual__link { min-height: 2.75rem; padding: 0.5rem 0; border: 0; border-radius: 0; background: transparent; color: #245637; font-size: 1rem; font-weight: 400; line-height: 1.5; box-shadow: none; transform: none; }
.single-mano_verde .vlc-site .lc-mano-verde-article__footer { display: grid; gap: 1.5rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #d8ded4; }
.single-mano_verde .vlc-site .lc-mano-verde-share { display: block; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.single-mano_verde .vlc-site .lc-mano-verde-share > span { color: #535f56; font-size: 1rem; font-weight: 400; line-height: 1.5; letter-spacing: 0; text-transform: none; }
.single-mano_verde .vlc-site .lc-mano-verde-share__links { gap: 0.5rem 1.25rem; margin-top: 0.25rem; }
.single-mano_verde .vlc-site .lc-mano-verde-share__links a { display: inline-flex; align-items: center; min-height: 2.75rem; padding: 0; border: 0; border-radius: 0; background: transparent; color: #31573f; font-size: 1rem; font-weight: 500; line-height: 1.5; }
.single-mano_verde .vlc-site .lc-mano-verde-share__links svg,
.single-mano_verde .vlc-site .lc-mano-verde-share__links .lc-round-icon { display: none; }
.single-mano_verde .vlc-site .lc-mano-verde-consult { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.single-mano_verde .vlc-site .lc-mano-verde-consult strong { color: #26362c; font-size: 1rem; line-height: 1.5; font-weight: 600; }
.single-mano_verde .vlc-site .lc-mano-verde-consult .lc-whatsapp-cta { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; min-height: 2.75rem; padding: 0.7rem 1rem; border-radius: 0.5rem; background: #2d4a3a; color: #fff; font-size: 1rem; line-height: 1.4; font-weight: 600; text-decoration: none; }
.single-mano_verde .vlc-site .lc-mano-verde-consult .lc-whatsapp-cta svg { display: block; width: 1.25rem; height: 1.25rem; }
.single-mano_verde .vlc-site .lc-mano-verde-related { width: min(calc(100% - 3rem), 68.75rem); margin: 4rem auto 0; padding-top: 2rem; border-top: 1px solid #d8ded4; }
.single-mano_verde .vlc-site .lc-mano-verde-content__header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.single-mano_verde .vlc-site .lc-mano-verde-content__header h2 { margin: 0; font-size: 1.625rem; line-height: 1.3; }
.single-mano_verde .vlc-site .lc-mano-verde-content__header > a { display: inline-flex; align-items: center; min-height: 2.75rem; font-size: 1rem; }
.single-mano_verde .vlc-site .lc-mano-verde-card { border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.single-mano_verde .vlc-site .lc-mano-verde-card:hover { transform: none; box-shadow: none; }
.single-mano_verde .vlc-site .lc-mano-verde-card__media { aspect-ratio: 16 / 10; border-radius: 0; }
.single-mano_verde .vlc-site .lc-mano-verde-card__body { padding: 1rem 0 0; gap: 0.5rem; }
.single-mano_verde .vlc-site .lc-mano-verde-card__meta { font-size: 1rem; color: #535f56; }
.single-mano_verde .vlc-site .lc-mano-verde-card h3 { margin: 0; font-family: var(--vlc-font-sans); font-size: 1.125rem; line-height: 1.5; font-weight: 600; }
.single-mano_verde .vlc-site .lc-mano-verde-single :is(a, summary):focus-visible { outline: 2px solid #31573f; outline-offset: 4px; }
@media (max-width: 767px) {
	.single-mano_verde .vlc-site .lc-mano-verde-article__header,
	.single-mano_verde .vlc-site .lc-mano-verde-article__image,
	.single-mano_verde .vlc-site .lc-mano-verde-article__layout,
	.single-mano_verde .vlc-site .lc-mano-verde-related { width: calc(100% - 2.5rem); }
	.single-mano_verde .vlc-site .lc-mano-verde-article__header { padding: 1.25rem 0 1.5rem; }
	.single-mano_verde .vlc-site .lc-mano-verde-article__header h1 { font-size: 1.875rem; line-height: 1.25; }
	.single-mano_verde .vlc-site .lc-mano-verde-article__meta { gap: 0.5rem 1rem; }
	.single-mano_verde .vlc-site .lc-mano-verde-article__layout { padding-top: 1.25rem; }
	.single-mano_verde .vlc-site .lc-mano-verde-article__content h2 { font-size: 1.5rem; }
	.single-mano_verde .vlc-site .lc-mano-verde-consult { align-items: stretch; flex-direction: column; }
	.single-mano_verde .vlc-site .lc-mano-verde-grid--related { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
}
