/* ÓPTICA VER — opticaver.css (rediseño v4, mejoras aplicadas)
   Cambios marcados con  ▶ MEJORA #n  para diff rápido contra v3.
   Tokens (--ov-*) + helpers + las 8 secciones + chrome (header/botones/Woo/footer).
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Instrument+Serif:ital@0;1&display=swap');

:root {
	--ov-bg:           #f2eada; /* beige cálido (claro) — categorías/selección/contacto/general */
	--ov-bg-warm:      #e7ddc9; /* tan para placeholders/fallback de fotos */
	--ov-cream:        #ece2ce; /* beige más profundo para la sección DP */
	--ov-bg-trust:     #f6f0e4; /* beige claro para el trust strip */
	--ov-white:        #ffffff;
	--ov-ink:          #1d1d1f;
	--ov-ink-2:        #424245;
	--ov-soft:         #6e6e73;
	--ov-mute:         #86868b;
	--ov-line:         #e5e5e7;
	--ov-accent:       #0071e3;
	--ov-accent-hover: #0077ed;
	--ov-red:          #c8412c;

	--ov-sans:  'Manrope', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
	--ov-serif: 'Instrument Serif', 'Times New Roman', serif;

	--ov-gutter:    clamp(20px, 4vw, 48px);
	--ov-section-y: clamp(80px, 10vw, 140px);
	--ov-maxw:      1280px;

	--ov-head-gap:  clamp(40px, 5vw, 64px); /* ▶ MEJORA #10: cabeceras unificadas */
	--ov-header-h:  72px;                   /* ▶ MEJORA #4: alto del header sticky */

	--ov-r:    clamp(18px, 1.8vw, 24px);    /* radio de tiles (bento + marketing tiles) */
	--ov-ease: .22s cubic-bezier(.4, 0, .2, 1);
}

/* ---- Helpers compartidos ---- */
.ov-wrap {
	max-width: var(--ov-maxw);
	margin-inline: auto;
	padding-inline: var(--ov-gutter);
}
.ov-section {
	padding-top: var(--ov-section-y);
	padding-bottom: var(--ov-section-y);
}
.ov-eyebrow {
	font-family: var(--ov-sans);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ov-soft);
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.ov-eyebrow__num {
	font-variant-numeric: tabular-nums;
	color: var(--ov-soft); /* ▶ MEJORA #2: soft (5:1 AA) en vez de mute (3.6:1) */
}
.ov-eyebrow__dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--ov-accent); /* dot azul — unificado con links/CTAs (rojo solo en el logo) */
}
.ov-h-section {
	font-family: var(--ov-sans);
	font-size: clamp(32px, 4.4vw, 56px);
	font-weight: 600;
	letter-spacing: -0.028em;
	line-height: 1.05;
	color: var(--ov-ink);
	margin: 0;
}
.ov-h-section em,
.ov-howto__step-title em {
	font-family: var(--ov-serif);
	font-style: italic;
	font-weight: 400;
	letter-spacing: -0.01em;
}

/* ▶ MEJORA #6: foco de teclado + movimiento reducido (no existían) */
:where(.ov-btn, .ov-cat, .ov-btn-link, .ov-btn--ghost, .ov-announce a, .ov-cat__cta, a):focus-visible {
	outline: 2px solid var(--ov-accent);
	outline-offset: 3px;
	border-radius: 8px;
}
.ov-hero :focus-visible,
.ov-cta  :focus-visible { outline-color: #fff; }
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { transition-duration: .01ms !important; animation: none !important; }
	.ov-cat:hover .ov-cat__photo img { transform: none; }
}

/* ---- Lede + botones (helpers) ---- */
.ov-lede {
	font-size: clamp(17px, 1.4vw, 20px);
	color: var(--ov-ink-2);
	line-height: 1.55;
	max-width: 56ch;
	margin: 0;
}
.ov-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px; /* ▶ MEJORA #9: target táctil */
	border-radius: 980px;
	padding: 13px 24px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.01em;
	white-space: nowrap;
	cursor: pointer;
	transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.ov-btn:active { transform: translateY(0); } /* ▶ MEJORA #9: feedback de click */
.ov-btn--outline {
	background: transparent;
	color: var(--ov-accent);
	border: 1px solid var(--ov-accent);
}
.ov-btn--outline:hover {
	background: var(--ov-accent);
	color: #fff;
	transform: translateY(-1px);
}
.ov-btn--primary {
	background: var(--ov-accent);
	color: #fff;
	border: 1px solid var(--ov-accent);
	box-shadow: 0 1px 2px rgba(0,113,227,.25); /* ▶ MEJORA #9 */
}
.ov-btn--primary:hover {
	background: var(--ov-accent-hover);
	transform: translateY(-1px);
	box-shadow: 0 8px 20px -6px rgba(0,113,227,.45);
}

/* ============================================
   Hero — full-bleed con overlay
   ============================================ */
.ov-hero {
	position: relative;
	overflow: hidden;
	height: clamp(560px, 82vh, 780px);
	background: var(--ov-bg-warm);
}
.ov-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: 68% center; /* enfoca a la clienta (der.) en el recorte angosto de mobile; en desktop casi no recorta */
}
.ov-hero__bg::after { /* ▶ MEJORA #3: overlay compuesto (horizontal + base) */
	content: '';
	position: absolute;
	inset: 0;
	background:
		linear-gradient(105deg, rgba(0,0,0,.64) 0%, rgba(0,0,0,.34) 42%, rgba(0,0,0,0) 72%),
		linear-gradient(0deg,   rgba(0,0,0,.30) 0%, rgba(0,0,0,0) 36%);
}
.ov-hero__inner {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
}
.ov-hero__copy { max-width: 580px; }
.ov-hero .ov-eyebrow { /* ▶ MEJORA #3: +contraste sobre zonas claras */
	color: rgba(255,255,255,.85);
	text-shadow: 0 1px 2px rgba(0,0,0,.4);
}
.ov-hero__title {
	margin: 20px 0 0;
	font-family: var(--ov-sans);
	font-size: clamp(44px, 6.6vw, 96px); /* ▶ MEJORA C: tramo medio más suave en tablet */
	font-weight: 600;
	line-height: 0.98;
	letter-spacing: -0.038em;
	color: #fff !important; /* gana al rule !important de heading en site.css */
	text-shadow: 0 1px 24px rgba(0,0,0,.22);
}
.ov-hero__title em {
	display: block;
	font-family: var(--ov-serif);
	font-style: italic;
	font-weight: 400;
	letter-spacing: -0.02em;
	font-size: 0.98em;
}
.ov-hero__sub {
	margin: 28px 0 0;
	font-size: clamp(17px, 1.3vw, 19px);
	color: rgba(255,255,255,.9);
	line-height: 1.55;
	max-width: 44ch;
	text-shadow: 0 1px 3px rgba(0,0,0,.35);
}
.ov-hero__cta {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 36px;
}
.ov-hero__cta .ov-btn { padding: 15px 28px; font-size: 16px; } /* ▶ MEJORA #9 */
.ov-btn--ghost-light {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255,255,255,.45);
}
.ov-btn--ghost-light:hover { background: #fff; color: var(--ov-ink); }

/* ============================================
   Trust strip
   ============================================ */
.ov-trust { background: var(--ov-bg-trust); padding: 22px 0; }
.ov-trust__row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 28px;
	font-size: 13px;
	color: var(--ov-ink-2);
	letter-spacing: -0.005em;
}
.ov-trust__row > span { display: inline-flex; align-items: center; gap: 10px; }
.ov-trust__row svg { color: var(--ov-ink-2); opacity: .85; flex-shrink: 0; }
.ov-trust__sep { width: 4px; height: 4px; border-radius: 50%; background: var(--ov-line); flex-shrink: 0; }
@media (max-width: 560px) { /* ▶ MEJORA #8 */
	.ov-trust { padding: 16px 0; }
	.ov-trust__row { justify-content: flex-start; gap: 10px 18px; font-size: 12px; }
	.ov-trust__sep { display: none; }
}

/* ============================================
   Categorías — bento de fotos a sangre (pieza grande + secundarias)
   ============================================ */
.ov-cats { background: var(--ov-bg); }
.ov-cats__head { max-width: 760px; margin-inline: auto; text-align: center; }
.ov-cats__head .ov-eyebrow { margin-bottom: 16px; }

.ov-bento {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: clamp(168px, 18.5vw, 228px);
	gap: clamp(10px, 1.2vw, 16px);
	margin-top: clamp(38px, 4.5vw, 60px);
}
.ov-tile {
	position: relative; overflow: hidden; border-radius: var(--ov-r);
	display: block; text-decoration: none; color: #fff; background: var(--ov-cream);
	isolation: isolate;
}
.ov-tile__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.ov-tile::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(18,16,13,.78) 0%, rgba(18,16,13,.32) 38%, rgba(18,16,13,0) 66%); }
.ov-tile:hover .ov-tile__img { transform: scale(1.055); }
.ov-tile__idx { position: absolute; top: clamp(14px,1.4vw,20px); left: clamp(16px,1.6vw,22px); z-index: 2; font-size: 12px; font-weight: 600; letter-spacing: .08em; color: rgba(255,255,255,.82); }
.ov-tile__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(16px,1.7vw,26px); }
.ov-tile__from { font-size: 12px; letter-spacing: .03em; color: rgba(255,255,255,.85); margin-bottom: 7px; }
.ov-tile__name { font-size: clamp(19px,1.9vw,27px); font-weight: 600; letter-spacing: -.02em; line-height: 1.05; }
.ov-tile__go {
	display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; white-space: nowrap;
	font-size: 13px; font-weight: 500; color: #fff; padding: 9px 15px; border-radius: 999px;
	background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3);
	backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
	transition: background var(--ov-ease), color var(--ov-ease);
}
.ov-tile:hover .ov-tile__go { background: #fff; color: var(--ov-ink); }
.ov-tile__go svg { transition: transform var(--ov-ease); }
.ov-tile:hover .ov-tile__go svg { transform: translateX(3px); }
.ov-tile:focus-visible { outline: 3px solid var(--ov-accent); outline-offset: 3px; }

/* tamaños del bento */
.ov-tile--feature { grid-column: span 2; grid-row: span 2; }
.ov-tile--feature .ov-tile__name { font-size: clamp(28px,3vw,46px); }
.ov-tile--feature .ov-tile__from { font-size: 13px; }
.ov-tile--wide { grid-column: span 2; }

@media (max-width: 860px) {
	.ov-bento { grid-template-columns: repeat(2,1fr); grid-auto-rows: clamp(150px,30vw,210px); }
	.ov-tile--feature { grid-column: span 2; grid-row: span 2; }
	.ov-tile--wide { grid-column: span 2; }
}
@media (max-width: 560px) {
	.ov-bento { grid-template-columns: 1fr; grid-auto-rows: clamp(190px,56vw,230px); }
	.ov-tile--feature { grid-column: auto; grid-row: span 2; } /* reset del span 2 heredado de ≤860 (si no, deja una columna fantasma) */
	.ov-tile--wide { grid-column: auto; }
}

/* ============================================
   Cómo funciona — timeline
   ============================================ */
.ov-howto { background: var(--ov-white); }
.ov-howto__head { max-width: 720px; margin-bottom: var(--ov-head-gap); }
.ov-howto__head .ov-eyebrow { margin-bottom: 16px; }
.ov-howto__steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	padding-top: 24px;
}
.ov-howto__track { /* ▶ MEJORA #11: conecta centro dot1 → centro dot3 (gap 32px) */
	position: absolute;
	top: 56px;
	left: 24px;
	right: auto;
	width: calc((200% + 64px) / 3);
	height: 1px;
	background: var(--ov-line);
}
.ov-howto__node {
	position: relative; display: flex; flex-direction: column; gap: 14px;
	padding-top: 80px; text-align: left;
}
.ov-howto__dot {
	position: absolute; top: 32px; left: 0;
	width: 48px; height: 48px; border-radius: 50%;
	background: var(--ov-white); border: 1px solid var(--ov-accent); color: var(--ov-accent);
	display: inline-flex; align-items: center; justify-content: center;
	font-weight: 600; font-size: 16px; font-variant-numeric: tabular-nums; z-index: 1;
}
.ov-howto__dot::before {
	content: ''; position: absolute; inset: -6px; border-radius: 50%;
	border: 1px solid var(--ov-accent); opacity: 0.18;
}
.ov-howto__art { color: var(--ov-ink-2); margin-top: 4px; }
.ov-howto__step-title {
	font-family: var(--ov-sans); font-size: 26px; font-weight: 500;
	letter-spacing: -0.02em; line-height: 1.15; color: var(--ov-ink); margin: 0;
}
.ov-howto__desc { font-size: 15px; color: var(--ov-soft); line-height: 1.55; max-width: 38ch; margin: 0; }
@media (max-width: 1100px) {
	.ov-howto__steps { grid-template-columns: 1fr; gap: 48px; }
	.ov-howto__track { display: none; }
	.ov-howto__node { padding-top: 0; padding-left: 70px; }
	.ov-howto__dot { top: 0; left: 0; }
}

/* ============================================
   Destacados — marketing tiles (1 hero oscuro + cálido + blanco)
   ============================================ */
.ov-sel { background: var(--ov-bg); }
.ov-sel__head { max-width: 760px; margin-inline: auto; text-align: center; }
.ov-sel__head .ov-eyebrow { margin-bottom: 16px; }
.ov-shopall {
	display: inline-flex; align-items: center; gap: 7px; margin-top: 22px; white-space: nowrap;
	font-size: 14px; font-weight: 500; color: var(--ov-ink); text-decoration: none;
	padding: 11px 20px; border: 1px solid var(--ov-line); border-radius: 999px;
	transition: border-color var(--ov-ease), background var(--ov-ease);
}
.ov-shopall:hover { border-color: var(--ov-ink-2); background: var(--ov-white); }
.ov-shopall svg { transition: transform var(--ov-ease); }
.ov-shopall:hover svg { transform: translateX(3px); }

/* ---- Carrusel de productos (4 visibles + flechas laterales) ---- */
.ov-carousel { --ov-cgap: clamp(12px, 1.4vw, 20px); position: relative; margin-top: clamp(34px, 4vw, 52px); }
.ov-carousel__track {
	display: flex; gap: var(--ov-cgap);
	overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 4px 2px;
}
.ov-carousel__track::-webkit-scrollbar { display: none; }

.ov-pcard {
	flex: 0 0 calc((100% - 3 * var(--ov-cgap)) / 4); /* 4 visibles */
	scroll-snap-align: start;
	display: flex; flex-direction: column;
	background: var(--ov-white); border: 1px solid var(--ov-line); border-radius: 14px;
	overflow: hidden; transition: box-shadow .25s ease, transform .25s ease;
}
.ov-pcard:hover { box-shadow: 0 14px 32px -18px rgba(0,0,0,.22); transform: translateY(-3px); }
.ov-pcard__media { position: relative; aspect-ratio: 1 / 1; background: var(--ov-white); }
.ov-pcard__media a { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 9%; box-sizing: border-box; }
.ov-pcard__media img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: block; transition: transform .4s ease; }
.ov-pcard:hover .ov-pcard__media img { transform: scale(1.05); }

.ov-pcard__fav {
	position: absolute; top: 12px; right: 12px; z-index: 2; padding: 0;
	width: 34px; height: 34px; border: none; background: transparent; cursor: pointer;
	display: inline-flex; align-items: center; justify-content: center; color: var(--ov-ink);
	transition: transform var(--ov-ease), color var(--ov-ease);
}
.ov-pcard__fav:hover { transform: scale(1.12); }
.ov-pcard__fav svg { width: 21px; height: 21px; }
.ov-pcard__fav[aria-pressed="true"] { color: var(--ov-red); }
.ov-pcard__fav[aria-pressed="true"] svg { fill: currentColor; }

.ov-pcard__flag {
	position: absolute; top: 12px; left: 12px; z-index: 2;
	background: var(--ov-ink); color: #fff; font-size: 11px; font-weight: 600; letter-spacing: .02em;
	padding: 4px 9px; border-radius: 6px;
}
.ov-pcard__body { padding: 2px 14px 20px; text-align: center; display: flex; flex-direction: column; }
.ov-pcard__brand { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ov-soft); margin-bottom: 6px; }
.ov-pcard__name { font-size: 15px; font-weight: 500; color: var(--ov-ink); text-decoration: none; letter-spacing: -.01em; line-height: 1.3; }
.ov-pcard__name:hover { color: var(--ov-accent); }
.ov-pcard__price { margin-top: 10px; font-size: 15px; font-weight: 600; color: var(--ov-ink); }
.ov-pcard__price del { color: var(--ov-mute); font-weight: 400; margin-right: 6px; }
.ov-pcard__price ins { text-decoration: none; color: var(--ov-red); }

.ov-carousel__nav {
	position: absolute; top: 38%; transform: translateY(-50%); z-index: 3;
	width: 52px; height: 52px; border-radius: 50%;
	background: var(--ov-white); border: 1px solid var(--ov-line); color: var(--ov-ink);
	display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
	box-shadow: 0 6px 18px rgba(0,0,0,.12);
	transition: background var(--ov-ease), color var(--ov-ease), border-color var(--ov-ease), opacity var(--ov-ease);
}
.ov-carousel__nav:hover { background: var(--ov-ink); color: #fff; border-color: var(--ov-ink); }
.ov-carousel__nav svg { width: 24px; height: 24px; }
.ov-carousel__nav--prev { left: -16px; }
.ov-carousel__nav--next { right: -16px; }
.ov-carousel__nav[disabled] { opacity: .3; pointer-events: none; }

@media (max-width: 1100px) { .ov-pcard { flex-basis: calc((100% - 2 * var(--ov-cgap)) / 3); } } /* 3 visibles */
@media (max-width: 860px)  { .ov-pcard { flex-basis: calc((100% - var(--ov-cgap)) / 2); } }       /* 2 visibles */
@media (max-width: 560px)  {
	.ov-pcard { flex-basis: 78%; }                          /* ~1.3 visibles, swipe */
	.ov-carousel__nav { display: none; }
}

/* ============================================
   DP — La distancia interpupilar
   ============================================ */
.ov-dp { background: var(--ov-cream); }
.ov-dp__inner {
	display: grid; grid-template-columns: 1.1fr 1fr;
	gap: clamp(40px, 6vw, 96px); align-items: center;
}
.ov-dp__copy .ov-h-section { margin-top: 12px; }
.ov-dp__copy .ov-lede { margin-top: 20px; }
.ov-dp__bullets { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.ov-dp__bullets li { display: flex; align-items: flex-start; gap: 14px; font-size: 15px; color: var(--ov-ink-2); }
.ov-dp__bullets svg { color: var(--ov-accent); flex-shrink: 0; margin-top: 2px; }
.ov-dp__cta { margin-top: 32px; }
.ov-dp__media { position: relative; display: flex; flex-direction: column; gap: 16px; margin: 0; }
.ov-dp__photo {
	aspect-ratio: 4 / 5; border-radius: 24px; overflow: hidden; background: var(--ov-white);
	box-shadow: 0 30px 60px -30px rgba(0,0,0,.25), 0 0 0 1px rgba(0,0,0,.04); /* ▶ MEJORA #14 ring */
}
.ov-dp__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ov-dp__photo--placeholder {
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	gap: 10px; color: var(--ov-mute); border: 1px dashed var(--ov-line);
}
.ov-dp__photo--placeholder span { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.ov-dp__caption { display: flex; justify-content: space-between; align-items: baseline; padding: 0 4px; }
.ov-dp__caption-k { color: var(--ov-soft); text-transform: uppercase; letter-spacing: 0.12em; font-size: 11px; }
.ov-dp__caption-v { font-variant-numeric: tabular-nums; color: var(--ov-ink); font-weight: 500; font-size: 15px; }
@media (max-width: 860px) { .ov-dp__inner { grid-template-columns: 1fr; gap: 40px; } .ov-dp__media { max-width: 480px; } }

/* ============================================
   Por qué elegirnos — foto sticky + lista numerada
   ============================================ */
.ov-why { background: var(--ov-white); }
.ov-why__inner {
	display: grid; grid-template-columns: 1fr 1.1fr;
	gap: clamp(40px, 6vw, 96px); align-items: start;
}
.ov-why__media {
	position: sticky;
	top: calc(var(--ov-header-h) + 16px); /* ▶ MEJORA #4 */
	display: flex; flex-direction: column; gap: 16px; margin: 0;
}
.ov-why__photo {
	aspect-ratio: 4 / 5; border-radius: 24px; overflow: hidden; background: var(--ov-bg-warm);
	box-shadow: 0 30px 60px -30px rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.04); /* ▶ MEJORA #14 ring */
}
.ov-why__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ov-why__photo--placeholder {
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	gap: 10px; color: var(--ov-mute); border: 1px dashed var(--ov-line);
}
.ov-why__photo--placeholder span { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.ov-why__badge { display: flex; justify-content: space-between; align-items: baseline; padding: 0 4px; }
.ov-why__badge-k { color: var(--ov-soft); text-transform: uppercase; letter-spacing: 0.12em; font-size: 11px; }
.ov-why__badge-v { color: var(--ov-ink); font-weight: 500; font-size: 13px; }
.ov-why__copy { padding-top: 8px; }
.ov-why__copy .ov-h-section { margin-top: 12px; }
.ov-why__list { list-style: none; margin: 36px 0 0; padding: 0; display: flex; flex-direction: column; }
.ov-why__item {
	display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 28px 0;
	border-top: 1px solid var(--ov-line); align-items: start;
}
.ov-why__item:last-child { border-bottom: 1px solid var(--ov-line); }
.ov-why__num {
	font-family: var(--ov-serif); font-style: italic; font-weight: 400; font-size: 38px; line-height: 1;
	letter-spacing: -0.02em; color: var(--ov-accent); font-variant-numeric: tabular-nums;
}
.ov-why__title { font-family: var(--ov-sans); font-size: 19px; font-weight: 600; letter-spacing: -0.015em; color: var(--ov-ink); margin: 0 0 6px; }
.ov-why__desc { font-size: 14px; color: var(--ov-soft); line-height: 1.6; max-width: 52ch; margin: 0; }
@media (max-width: 980px) { .ov-why__inner { grid-template-columns: 1fr; gap: 40px; } .ov-why__media { position: static; max-width: 480px; } }

/* ============================================
   CTA dark
   ============================================ */
.ov-cta { background: var(--ov-ink); color: #fff; }
.ov-cta__inner { display: grid; grid-template-columns: 1.4fr 1fr; align-items: center; gap: 40px; padding: 80px 0; }
.ov-cta__title { margin: 0; color: #fff !important; font-family: var(--ov-sans); font-size: clamp(36px, 4.6vw, 60px); font-weight: 500; letter-spacing: -0.03em; line-height: 1.05; }
.ov-cta__title em { font-family: var(--ov-serif); font-style: italic; font-weight: 400; }
.ov-cta__lede { margin: 20px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.5; max-width: 48ch; }
.ov-cta__actions { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; justify-self: end; }
.ov-cta .ov-btn--primary { background: #fff; color: var(--ov-ink); border-color: #fff; box-shadow: none; }
.ov-cta .ov-btn--primary:hover { background: #f5f5f5; box-shadow: 0 8px 20px -6px rgba(0,0,0,.4); }
.ov-btn-link {
	display: inline-flex; align-items: center; gap: 4px; padding: 0; background: none;
	font-size: 15px; font-weight: 500; color: rgba(255,255,255,.72);
	transition: gap .18s ease, color .18s ease;
}
.ov-btn-link:hover { gap: 8px; color: #fff; }
@media (max-width: 860px) { .ov-cta__inner { grid-template-columns: 1fr; padding: 64px 0; } .ov-cta__actions { justify-self: start; } }

/* ============================================
   Header branding — announce + logo
   ============================================ */
.ov-announce {
	background: var(--ov-ink); color: #fff; font-size: 12px; line-height: 1.4; text-align: center;
	padding: 8px 0; letter-spacing: -0.005em;
	position: relative; z-index: 99; /* scrollea (NO sticky): si fuera sticky top:0 taparía el header sticky y cortaba el logo */
}
.ov-announce a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.ov-announce a:hover { opacity: .8; }
.ov-brand { display: inline-flex; align-items: center; }
.ov-brand img { display: block; height: 30px; width: auto; }

/* ============================================
   Contacto — info + formulario + mapa
   ============================================ */
.ov-contact { background: var(--ov-bg); }
.ov-contact__head { max-width: 720px; margin-bottom: var(--ov-head-gap); }
.ov-contact__head .ov-eyebrow { margin-bottom: 16px; }
.ov-contact__head .ov-lede { margin-top: 20px; }
.ov-contact__grid {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: clamp(40px, 6vw, 80px);
	align-items: start;
}
.ov-contact__info { display: flex; flex-direction: column; gap: 22px; }
.ov-contact__item { display: flex; gap: 14px; align-items: flex-start; }
.ov-contact__item svg { color: var(--ov-accent); flex-shrink: 0; margin-top: 2px; }
.ov-contact__k {
	font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em;
	color: var(--ov-mute); margin: 0 0 2px;
}
.ov-contact__v { font-size: 16px; color: var(--ov-ink); margin: 0; line-height: 1.45; }
.ov-contact__v a { color: var(--ov-ink); }
.ov-contact__v a:hover { color: var(--ov-accent); }
.ov-contact__wa .ov-contact__v a { color: var(--ov-accent); font-weight: 500; }
.ov-contact__hint { color: var(--ov-soft); font-size: 13px; }

.ov-contact__form { display: flex; flex-direction: column; gap: 16px; }
.ov-contact__field { display: flex; flex-direction: column; gap: 6px; }
.ov-contact__field label { font-size: 13px; font-weight: 500; color: var(--ov-ink-2); }
.ov-contact__form input,
.ov-contact__form textarea {
	font: inherit;
	font-size: 15px;
	color: var(--ov-ink);
	background: var(--ov-white);
	border: 1px solid var(--ov-line);
	border-radius: 12px;
	padding: 12px 14px;
	width: 100%;
	transition: border-color .18s ease, box-shadow .18s ease;
}
.ov-contact__form input:focus,
.ov-contact__form textarea:focus {
	outline: none;
	border-color: var(--ov-accent);
	box-shadow: 0 0 0 3px rgba(0, 113, 227, .12);
}
.ov-contact__form textarea { min-height: 130px; resize: vertical; }
.ov-contact__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.ov-contact__form .ov-btn { align-self: flex-start; margin-top: 4px; }
.ov-contact__msg {
	padding: 12px 16px; border-radius: 12px; font-size: 14px; margin: 0 0 18px;
	background: #e9f4ec; color: #1e6b3a; border: 1px solid #bfe3c9;
}
.ov-contact__msg--error { background: #fbeceb; color: #9a2b22; border-color: #f3c9c5; }

.ov-contact__map {
	margin-top: clamp(40px, 5vw, 64px);
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid var(--ov-line);
	line-height: 0;
}
.ov-contact__map iframe {
	width: 100%;
	height: clamp(280px, 38vw, 460px);
	border: 0;
	display: block;
}

@media (max-width: 860px) {
	.ov-contact__grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ============================================
   Footer — oscuro, 4 columnas + barra legal
   ============================================ */
.ov-footer {
	background: var(--ov-ink);
	color: var(--ov-mute);
	border-top: 1px solid rgba(255,255,255,.10); /* separa del CTA dark de arriba */
	padding-top: clamp(56px, 6vw, 88px);
	padding-bottom: clamp(26px, 3vw, 38px);
	font-family: var(--ov-sans);
	-webkit-font-smoothing: antialiased;
}
.ov-footer__grid {
	display: grid;
	grid-template-columns: 1.7fr 1fr 1fr 1fr;
	gap: clamp(32px, 4vw, 64px);
	padding-bottom: clamp(40px, 5vw, 64px);
}
.ov-footer__mark { display: block; font-size: 22px; font-weight: 600; letter-spacing: -0.01em; color: #faf7f1; }
.ov-footer__about { margin: 14px 0 22px; font-size: 14px; line-height: 1.6; color: var(--ov-mute); max-width: 34ch; }
.ov-footer__contact { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; font-size: 14px; line-height: 1.5; color: var(--ov-mute); }
.ov-footer__contact li { display: flex; align-items: flex-start; gap: 10px; }
.ov-footer__cicon { width: 16px; height: 16px; flex: none; margin-top: 2px; color: var(--ov-mute); }
.ov-footer__contact a { color: #c7c7cc; text-decoration: none; transition: color var(--ov-ease); }
.ov-footer__contact a:hover { color: var(--ov-accent); }
.ov-footer__social { margin-top: 22px; display: flex; align-items: center; gap: 12px; }
.ov-footer__social-label { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #a1a1a6; }
.ov-footer__soc {
	display: inline-flex; align-items: center; justify-content: center;
	width: 42px; height: 42px; border-radius: 50%;
	border: 1px solid rgba(242,234,218,.16); background: rgba(242,234,218,.06); color: #ece6da;
	transition: background var(--ov-ease), border-color var(--ov-ease), color var(--ov-ease), transform var(--ov-ease);
}
.ov-footer__soc:hover { background: rgba(242,234,218,.14); border-color: rgba(242,234,218,.34); color: #fff; transform: translateY(-1px); }
.ov-footer__soc svg { width: 22px; height: 22px; }
/* color de marca sólo en el glifo (sutil): IG gradiente (en el SVG), FB "f" azul */
.ov-footer__soc--fb, .ov-footer__soc--fb:hover { color: #1877f2; }
.ov-footer__soc--fb svg { width: 12px; height: 21px; }

.ov-footer__title {
	margin: 0 0 18px; font-size: 12px; font-weight: 600; text-transform: uppercase;
	color: #a1a1a6 !important;          /* gana al color:var(--ov-ink)!important de site.css en headings */
	letter-spacing: 0.12em !important;  /* idem: site.css fuerza -0.025em en h1-h6 */
}
.ov-footer__links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.ov-footer__links a { font-size: 14px; color: #c7c7cc; text-decoration: none; transition: color var(--ov-ease); }
.ov-footer__links a:hover { color: var(--ov-accent); }

.ov-footer__bottom {
	display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px 28px;
	padding-top: clamp(22px, 2.4vw, 30px);
	border-top: 1px solid rgba(255,255,255,.10);
	font-size: 13px; color: var(--ov-soft);
}
.ov-footer__legal { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 22px; }
.ov-footer__legal a { color: var(--ov-mute); text-decoration: none; transition: color var(--ov-ease); }
.ov-footer__legal a:hover { color: var(--ov-accent); }
.ov-footer__afip { display: inline-flex; border-radius: 4px; overflow: hidden; line-height: 0; }
.ov-footer__afip img { display: block; height: 62px; width: auto; }

@media (max-width: 980px) {
	.ov-footer__grid { grid-template-columns: 1fr 1fr; gap: 40px 32px; }
	.ov-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
	.ov-footer__grid { grid-template-columns: 1fr; gap: 36px; }
	.ov-footer__bottom { flex-direction: column; align-items: flex-start; }
}

/* ── WhatsApp flotante (abajo-izquierda) ─────────────────────────── */
.ov-wafab{
	position:fixed; right:24px; bottom:24px; z-index:9990;
	width:58px; height:58px; border-radius:50%;
	display:flex; align-items:center; justify-content:center;
	background:#25d366; color:#fff;
	box-shadow:0 6px 20px rgba(0,0,0,.22);
	transition:transform .18s var(--ov-ease, ease), box-shadow .18s ease;
}
.ov-wafab:hover{ transform:translateY(-2px) scale(1.05); box-shadow:0 10px 26px rgba(0,0,0,.28); color:#fff; }
.ov-wafab:focus-visible{ outline:3px solid var(--ov-accent,#0071e3); outline-offset:3px; }
.ov-wafab svg{ width:32px; height:32px; display:block; }
/* halo pulsante sutil */
.ov-wafab::after{
	content:""; position:absolute; inset:0; border-radius:50%;
	box-shadow:0 0 0 0 rgba(37,211,102,.45);
	animation:ov-wa-pulse 2.4s ease-out infinite;
}
@keyframes ov-wa-pulse{
	0%{ box-shadow:0 0 0 0 rgba(37,211,102,.45); }
	70%{ box-shadow:0 0 0 16px rgba(37,211,102,0); }
	100%{ box-shadow:0 0 0 0 rgba(37,211,102,0); }
}
@media (max-width:560px){
	.ov-wafab{ right:16px; bottom:16px; width:54px; height:54px; }
	.ov-wafab svg{ width:30px; height:30px; }
}
@media (prefers-reduced-motion:reduce){
	.ov-wafab::after{ animation:none; }
	.ov-wafab{ transition:none; }
}

/* ── Estado de trabajo (página de seguimiento) ───────────────────── */
.ov-estado{
	background: var(--ov-bg, #f2eada);
	padding: var(--ov-section-y, clamp(80px,10vw,140px)) 0;
}
.ov-estado__head{
	max-width: 720px;
	margin: 0 auto var(--ov-head-gap, 40px);
	text-align: center;
}
.ov-estado__head .ov-eyebrow{ justify-content: center; }
.ov-estado__head .ov-lede{ margin-left: auto; margin-right: auto; }
.ov-estado__widget{
	max-width: 640px;
	margin: 0 auto;
}

/* Páginas compuestas con patterns (estado-de-trabajo, contacto): el fondo y los
   márgenes de Kadence dejaban franjas; acá el fondo es continuo como en el home. */
.ov-page-plain .site { background: var(--ov-bg, #f2eada); }
.ov-page-plain .content-area { margin-top: 0; margin-bottom: 0; }

/* ── Datos del local (horarios + mapa) en Estado de trabajo ─────── */
/* Sin card: se funde con el fondo de la página. La ÚNICA card es la del estado
   (el widget del plugin); si esto también fuera card blanca quedaba un collage
   de bloques compitiendo. Mismo ancho que el widget para que alineen. */
.ov-local{
	max-width: 640px;
	margin: clamp(30px, 3.5vw, 46px) auto 0;
}
.ov-local__info{ padding: 0; }
.ov-local__title{
	margin: 0 0 14px;
	font-size: 18px; font-weight: 600; letter-spacing: -0.015em;
	color: var(--ov-ink, #1d1d1f) !important; /* site.css fuerza color en h1-h6 */
}
.ov-local__hours{ list-style: none; margin: 0; padding: 0; }
.ov-local__hours li{
	display: flex; justify-content: space-between; align-items: baseline; gap: 14px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(29,29,31,.10); /* hairline que se lee sobre el beige */
}
.ov-local__hours li:first-child{ padding-top: 0; }
.ov-local__hours li:last-child{ border-bottom: 0; }
.ov-local__days{
	font-size: 14px; font-weight: 600; letter-spacing: -0.01em;
	color: var(--ov-ink, #1d1d1f); white-space: nowrap;
}
.ov-local__time{
	font-size: 15px; font-weight: 500; color: var(--ov-ink-2, #424245);
	font-variant-numeric: tabular-nums; text-align: right;
}
.ov-local__note{ margin: 10px 0 0; font-size: 13px; color: var(--ov-soft, #6e6e73); }
.ov-local__addr{
	display: flex; align-items: flex-start; gap: 8px;
	margin: 14px 0 0; padding-top: 14px;
	border-top: 1px solid rgba(29,29,31,.10);
	font-size: 14px; color: var(--ov-ink-2, #424245); line-height: 1.5;
}
.ov-local__addr svg{ color: var(--ov-accent, #0071e3); flex: none; margin-top: 1px; }
.ov-local__k{
	margin: 16px 0 8px;
	font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
	color: var(--ov-soft, #6e6e73);
}
.ov-local__apps{ display: flex; flex-wrap: wrap; gap: 8px; }
/* Los tres iguales: borde fino en el azul de marca (el relleno sólido en uno
   solo desbalanceaba: se comía a los otros dos). Mismo criterio que .ov-btn--outline. */
.ov-local__app{
	display: inline-flex; align-items: center; justify-content: center; gap: 7px;
	min-height: 40px; padding: 9px 18px;
	border-radius: 980px;
	border: 1px solid var(--ov-accent, #0071e3);
	background: transparent;
	font-size: 13.5px; font-weight: 600; letter-spacing: -0.01em;
	color: var(--ov-accent, #0071e3);
	text-decoration: none;
	transition: background .18s ease, color .18s ease, transform .18s ease;
}
.ov-local__app:hover{
	background: var(--ov-accent, #0071e3);
	color: #fff;
	transform: translateY(-1px);
}
/* El mapa es el único elemento con cuerpo: bloque redondeado sobre el fondo. */
.ov-local__map{
	margin-top: 30px;
	border-radius: var(--ov-r, 22px);
	overflow: hidden;
	border: 1px solid rgba(29,29,31,.10);
	background: var(--ov-bg-warm, #e7ddc9);
	/* Safari no recorta iframes con border-radius sin compositing propio. */
	transform: translateZ(0);
	isolation: isolate;
}
.ov-local__map iframe{ width: 100%; height: 280px; border: 0; display: block; }

@media (max-width: 560px){
	.ov-local__hours li{ flex-direction: column; align-items: flex-start; gap: 2px; }
	.ov-local__time{ text-align: left; }
	.ov-local__map iframe{ height: 220px; }
}

/* Botones "Cómo llegar" reutilizados en Contacto (componente .ov-local__app*). */
.ov-contact__apps{ margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(29,29,31,.10); }
.ov-contact__apps .ov-local__k{ margin-top: 0; }

/* ── Modo catálogo: botón "Consultar por WhatsApp" ──────────────── */
.ov-wa-consulta{
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	min-height: 42px; padding: 10px 18px;
	border-radius: 980px;
	border: 1px solid #25d366;
	background: transparent; color: #128c3e !important;
	font-size: 13.5px; font-weight: 600; letter-spacing: -0.01em;
	text-decoration: none; text-align: center; line-height: 1.25;
	transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.ov-wa-consulta:hover{
	background: #25d366; color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 8px 20px -6px rgba(37,211,102,.45);
}
.ov-wa-consulta svg{ flex: none; }
/* En la ficha del producto, más presencia */
.ov-wa-consulta--lg{
	min-height: 50px; padding: 14px 28px; font-size: 15.5px; margin-top: 8px;
	background: #25d366; color: #fff !important; border-color: #25d366;
}
.ov-wa-consulta--lg:hover{ background: #1fbe59; border-color: #1fbe59; }
/* En la grilla de la tienda ocupa todo el ancho de la card */
.woocommerce ul.products li.product .ov-wa-consulta{ display: flex; width: 100%; margin-top: 10px; }

/* Kadence mete las acciones del producto en .product-action-wrap con opacity:0
   y las revela en hover — inservible en celular (no hay hover). En modo catálogo
   el botón de consulta es el CTA principal, así que va siempre visible y en el
   flujo de la card, no flotando encima. */
.woocommerce ul.products li.product .product-action-wrap{
	position: static !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	padding: 0 16px 16px;
}
.woocommerce ul.products li.product .product-action-wrap .ov-wa-consulta{ margin-top: 0; }
.ov-wa-consulta span{ white-space: nowrap; }
