/* ==========================================================================
 * AL MAYOREO · home (front-page) — dirección "Editorial Bold" alineada al logo.
 *
 * Lenguaje: bloques de color modulares y ALINEADOS (grid estricto, nada al azar)
 * + tipografía grande (Poppins). Paleta del brand kit: navy + terracota + kraft
 * sobre papel cálido. Los productos van en tarjetas claras para que resalten.
 * SOLO presentación. Consume tokens de tokens.css; define aliases locales cortos.
 * ========================================================================== */

.oresa-home{
	--nv:#2a3a5e; --nv-deep:#1f2c47; --nv-ink:#16203a;
	--rust:#a23b26; --rust-deep:#872f1e;
	--kraft:#c99a63; --kraft-soft:#e4cfae;
	--cream:#f6f1e8; --cream-2:#efe6d6; --paper:#fbf8f2;
	--ink:#1e2633; --muted:#5c667a;
	--wrap:1520px; --r:20px; --r-sm:12px;
	--sh:0 18px 44px -22px rgba(22,32,58,.55);
	background:var(--paper);
	color:var(--ink);
	font-family:var(--oresa-font-body);
	overflow-x:clip;
}
.oresa-home .oh-wrap{max-width:var(--wrap);margin:0 auto;padding:0 clamp(12px,2.4vw,26px)}

/* --- tipografía compartida --- */
.oresa-home .oh-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.18em;
	text-transform:uppercase;color:var(--rust);margin:0 0 14px}
.oresa-home .oh-eyebrow--light{color:var(--kraft-soft)}
.oresa-home .oh-h2{font-family:var(--oresa-font-heading);font-weight:800;
	font-size:clamp(26px,3.4vw,42px);line-height:1.02;letter-spacing:-.02em;
	color:var(--nv-deep);margin:0;text-wrap:balance}
.oresa-home .oh-h2--light{color:#fff}
.oresa-home .oh-link{font-weight:700;color:var(--rust);text-decoration:none;white-space:nowrap}
.oresa-home .oh-link:hover{color:var(--rust-deep)}
.oresa-home .oh-sec-head{display:flex;align-items:baseline;justify-content:space-between;
	gap:16px;margin:0 0 clamp(20px,2.4vw,34px)}

/* --- botones --- */
.oresa-home .oh-btn{display:inline-flex;align-items:center;gap:.5em;font-weight:700;
	font-family:var(--oresa-font-heading);text-decoration:none;border-radius:800px;
	padding:.8em 1.5em;line-height:1;transition:transform .15s ease,background .15s ease,box-shadow .15s ease;
	border:2px solid transparent;cursor:pointer}
.oresa-home .oh-btn--lg{padding:1em 1.8em;font-size:1.02rem}
.oresa-home .oh-btn--primary{background:var(--rust);color:#fff}
.oresa-home .oh-btn--primary:hover{background:var(--rust-deep);transform:translateY(-2px)}
.oresa-home .oh-btn--dark{background:var(--nv-deep);color:#fff}
.oresa-home .oh-btn--dark:hover{background:var(--nv-ink);transform:translateY(-2px)}
.oresa-home .oh-btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.55)}
.oresa-home .oh-btn--ghost:hover{background:rgba(255,255,255,.12);transform:translateY(-2px)}
.oresa-home .oh-btn--wa{background:#25d366;color:#08331b}
.oresa-home .oh-btn--wa:hover{background:#1fbb59;transform:translateY(-2px)}

/* ============================ HERO ============================ */
.oresa-home .oh-hero{padding:clamp(10px,1.6vw,20px) 0 clamp(6px,1vw,12px)}
.oresa-home .oh-hero__grid{display:grid;grid-template-columns:1.5fr 1fr;gap:14px}
.oresa-home .oh-hero__copy{background:var(--rust);color:#fff;border-radius:var(--r);
	padding:clamp(30px,4.4vw,62px);display:flex;flex-direction:column;justify-content:center;
	position:relative;overflow:hidden;min-height:clamp(360px,44vw,520px);box-shadow:var(--sh)}
.oresa-home .oh-hero__copy .oh-eyebrow{color:#f0c9be}
.oresa-home .oh-hero__title{font-family:var(--oresa-font-heading);font-weight:800;color:#fff;
	font-size:clamp(38px,5.6vw,66px);line-height:.95;letter-spacing:-.025em;margin:0 0 .34em;
	text-wrap:balance}
.oresa-home .oh-hero__sub{font-size:clamp(15px,1.3vw,18px);line-height:1.55;max-width:38ch;
	color:#fbeae4;margin:0 0 1.7em}
.oresa-home .oh-hero__sub strong{color:#fff}
.oresa-home .oh-hero__cta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:1.6em}
.oresa-home .oh-hero__marks{list-style:none;display:flex;flex-wrap:wrap;gap:8px 22px;margin:0;padding:0;
	font-size:13.5px;font-weight:600;color:#f6d8ce}
.oresa-home .oh-hero__marks li{display:flex;align-items:center;gap:6px}

/* Hero con FOTO real (premium) */
.oresa-home .oh-hero__photo{margin:0;position:relative;border-radius:var(--r);overflow:hidden;
	box-shadow:var(--sh);min-height:clamp(360px,44vw,520px)}
.oresa-home .oh-hero__photo img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;inset:0}
.oresa-home .oh-hero__ph-cta{position:absolute;left:16px;bottom:16px;z-index:2;
	display:inline-flex;align-items:center;gap:.4em;font-family:var(--oresa-font-heading);font-weight:700;
	font-size:14px;color:#fff;background:rgba(31,44,71,.82);backdrop-filter:blur(4px);
	padding:.7em 1.1em;border-radius:800px;text-decoration:none;transition:background .15s ease,transform .15s ease}
.oresa-home .oh-hero__ph-cta:hover{background:var(--rust);transform:translateY(-2px)}

/* ===================== LÍNEAS (fotos reales) ===================== */
.oresa-home .oh-lineas{padding:clamp(28px,3.2vw,48px) 0 clamp(6px,1vw,12px)}
.oresa-home .oh-lineas__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.oresa-home .oh-linea{position:relative;border-radius:var(--r-sm);overflow:hidden;text-decoration:none;
	aspect-ratio:4/5;display:block;box-shadow:var(--sh);transition:transform .18s ease,box-shadow .18s ease}
.oresa-home .oh-linea:hover{transform:translateY(-4px)}
.oresa-home .oh-linea__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
	transition:transform .4s ease}
.oresa-home .oh-linea:hover .oh-linea__img{transform:scale(1.06)}
.oresa-home .oh-linea__body{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:16px 16px 14px;
	display:flex;flex-direction:column;gap:2px;color:#fff;
	background:linear-gradient(to top,rgba(16,22,38,.9) 8%,rgba(16,22,38,.45) 55%,transparent)}
.oresa-home .oh-linea__title{font-family:var(--oresa-font-heading);font-weight:800;font-size:18px;letter-spacing:-.01em}
.oresa-home .oh-linea__desc{font-size:12.5px;opacity:.85;font-weight:500}
.oresa-home .oh-linea--cta{background:linear-gradient(150deg,#2f4269,#1a2742);display:flex;flex-direction:column;
	justify-content:space-between;padding:20px;aspect-ratio:4/5}
.oresa-home .oh-linea__ctatext{font-family:var(--oresa-font-heading);font-weight:800;font-size:clamp(20px,2vw,26px);
	line-height:1.05;color:#fff;letter-spacing:-.01em}
.oresa-home .oh-linea__arrow{font-family:var(--oresa-font-heading);font-weight:800;font-size:34px;color:var(--kraft);align-self:flex-end}

/* ===================== TRUST BAR / VALOR ===================== */
.oresa-home .oh-trust{padding:clamp(26px,3vw,40px) 0}
.oresa-home .oh-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.oresa-home .oh-vp{display:flex;gap:12px;align-items:flex-start;background:#fff;
	border:1px solid var(--oresa-color-border,#e7e2d9);border-radius:var(--r-sm);padding:18px 18px;
	box-shadow:0 8px 22px -16px rgba(22,32,58,.4)}
.oresa-home .oh-vp__icon{flex:0 0 34px;width:34px;height:34px;color:var(--rust);
	background:#f7ede6;border-radius:9px;padding:7px}
.oresa-home .oh-vp__label{display:block;font-weight:800;font-family:var(--oresa-font-heading);
	color:var(--nv-deep);font-size:14.5px;margin-bottom:2px}
.oresa-home .oh-vp__desc{display:block;font-size:12.5px;color:var(--muted);line-height:1.4}

/* ===================== CATEGORÍAS ===================== */
.oresa-home .oh-cats{padding:clamp(30px,3.4vw,52px) 0}
.oresa-home .oh-cats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.oresa-home .oh-cat{display:flex;flex-direction:column;gap:14px;justify-content:space-between;
	min-height:140px;background:#fff;border:1px solid var(--oresa-color-border,#e7e2d9);
	border-radius:var(--r-sm);padding:18px;text-decoration:none;
	transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.oresa-home .oh-cat:hover{transform:translateY(-4px);border-color:var(--kraft);
	box-shadow:0 20px 40px -24px rgba(22,32,58,.55)}
.oresa-home .oh-cat__icon{width:46px;height:46px;display:grid;place-items:center;color:var(--nv);
	background:var(--cream-2);border-radius:12px}
.oresa-home .oh-cat__icon svg{width:24px;height:24px}
.oresa-home .oh-cat:hover .oh-cat__icon{background:var(--rust);color:#fff}
.oresa-home .oh-cat__label{font-family:var(--oresa-font-heading);font-weight:700;font-size:16px;
	color:var(--nv-deep);letter-spacing:-.01em}
/* Tile de categoría con FOTO: imagen arriba, etiqueta abajo (estilo referencia) */
.oresa-home .oh-cat--photo{padding:0;gap:0;overflow:hidden;min-height:0;display:block}
.oresa-home .oh-cat__ph{display:block;aspect-ratio:4/3;overflow:hidden;
	background:linear-gradient(160deg,#f4efe6,#e7ddcc)}
.oresa-home .oh-cat__ph img{width:100%;height:100%;object-fit:cover;display:block;
	transition:transform .35s ease}
.oresa-home .oh-cat--photo:hover .oh-cat__ph img{transform:scale(1.06)}
.oresa-home .oh-cat--photo .oh-cat__label{display:block;padding:12px 14px 14px}

/* ============== DISEÑÁ TU PRODUCTO (diferenciador) ============== */
.oresa-home .oh-designer{padding:clamp(34px,4vw,64px) 0}
.oresa-home .oh-designer__inner{background:linear-gradient(155deg,#2f4269 0%,#22314f 55%,#1a2742 100%);
	border-radius:var(--r);padding:clamp(28px,4vw,58px);display:grid;grid-template-columns:1.1fr .9fr;
	gap:clamp(24px,3vw,48px);align-items:center;box-shadow:var(--sh);position:relative;overflow:hidden}
.oresa-home .oh-designer__inner::before{content:"";position:absolute;top:-40%;right:-10%;width:60%;height:180%;
	background:radial-gradient(closest-side,rgba(201,154,99,.28),transparent);pointer-events:none}
.oresa-home .oh-designer__copy{position:relative}
.oresa-home .oh-designer__copy p{color:#d7deeb;font-size:15.5px;line-height:1.6;max-width:46ch;margin:1em 0 1.6em}
.oresa-home .oh-designer__steps{list-style:none;display:flex;flex-wrap:wrap;gap:10px 20px;margin:0 0 1.8em;padding:0}
.oresa-home .oh-designer__steps li{display:flex;align-items:center;gap:9px;color:#eaf0f8;font-weight:600;font-size:14px}
.oresa-home .oh-designer__steps span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;
	background:var(--rust);color:#fff;font-weight:800;font-size:12px;font-family:var(--oresa-font-heading)}
.oresa-home .oh-designer__mock{position:relative}
.oresa-home .oh-designer__mock img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:14px;
	box-shadow:0 26px 50px -24px rgba(0,0,0,.6);display:block}

/* ==================== PRODUCTOS DESTACADOS ==================== */
.oresa-home .oh-bestsellers{padding:clamp(20px,2.6vw,40px) 0 clamp(34px,4vw,60px)}
.oresa-home .oh-products .woocommerce{margin:0}
.oresa-home .oh-products ul.products,
.oresa-home .oh-products .woocommerce ul.products{display:grid !important;
	grid-template-columns:repeat(4,1fr) !important;gap:14px;margin:0;padding:0;list-style:none}
.oresa-home .oh-products ul.products::before,
.oresa-home .oh-products ul.products::after{content:none !important;display:none !important}
.oresa-home .oh-products ul.products li.product{width:auto !important;margin:0 !important;padding:0 !important;
	float:none !important;background:#fff;border:1px solid var(--oresa-color-border,#e7e2d9);
	border-radius:var(--r-sm);overflow:hidden;display:flex;flex-direction:column;
	box-shadow:0 10px 26px -20px rgba(22,32,58,.5);transition:transform .16s ease,box-shadow .16s ease}
.oresa-home .oh-products ul.products li.product:hover{transform:translateY(-4px);
	box-shadow:0 24px 46px -26px rgba(22,32,58,.6)}
.oresa-home .oh-products li.product a.woocommerce-LoopProduct-link{display:flex;flex-direction:column;height:100%}
.oresa-home .oh-products li.product img{margin:0 !important;aspect-ratio:1/1;object-fit:contain;
	background:#fff;padding:14px;width:100%}
.oresa-home .oh-products li.product .woocommerce-loop-product__title{font-family:var(--oresa-font-heading);
	font-weight:700;font-size:14px !important;color:var(--nv-deep);padding:0 14px;line-height:1.3;
	letter-spacing:-.01em}
.oresa-home .oh-products li.product .price{padding:6px 14px 0;color:var(--rust) !important;font-weight:800;
	margin-top:auto}
.oresa-home .oh-products li.product .price .amount{color:var(--rust)}
.oresa-home .oh-products li.product .button,
.oresa-home .oh-products li.product .added_to_cart{margin:12px 14px 16px !important;background:var(--nv-deep);
	color:#fff;border-radius:800px;font-family:var(--oresa-font-heading);font-weight:700;text-align:center;
	padding:.7em 1em;text-decoration:none;transition:background .15s ease}
.oresa-home .oh-products li.product .button:hover{background:var(--rust)}

/* ======================== PRUEBA SOCIAL ======================== */
.oresa-home .oh-social{padding:clamp(8px,1.4vw,18px) 0 clamp(30px,3.6vw,52px)}
.oresa-home .oh-social__inner{background:var(--kraft);border-radius:var(--r);
	display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:clamp(24px,3vw,40px);text-align:center}
.oresa-home .oh-social__item{display:flex;flex-direction:column;gap:4px}
.oresa-home .oh-social__item strong{font-family:var(--oresa-font-heading);font-weight:800;
	font-size:clamp(24px,2.8vw,34px);color:var(--nv-ink);line-height:1;letter-spacing:-.02em}
.oresa-home .oh-social__item span{color:#5b4526;font-weight:600;font-size:14px}

/* ===================== PROCESO 4 PASOS ===================== */
.oresa-home .oh-process{padding:clamp(30px,3.6vw,56px) 0}
.oresa-home .oh-process .oh-h2{text-align:center;margin-bottom:clamp(24px,3vw,40px)}
.oresa-home .oh-steps{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:0;padding:0}
.oresa-home .oh-step{background:#fff;border:1px solid var(--oresa-color-border,#e7e2d9);border-radius:var(--r-sm);
	padding:24px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}
.oresa-home .oh-step__num{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;
	background:var(--nv-deep);color:#fff;font-family:var(--oresa-font-heading);font-weight:800;font-size:18px;
	margin-bottom:4px}
.oresa-home .oh-step__label{font-family:var(--oresa-font-heading);font-weight:700;color:var(--nv-deep);font-size:16px}
.oresa-home .oh-step__desc{color:var(--muted);font-size:13px;line-height:1.45}

/* ======================= CTA DE CIERRE ======================= */
.oresa-home .oh-closing{padding:clamp(20px,2.6vw,36px) 0 clamp(40px,4.6vw,72px)}
.oresa-home .oh-closing__inner{background:linear-gradient(150deg,#a23b26,#872f1e);border-radius:var(--r);
	padding:clamp(28px,4vw,54px);display:flex;flex-wrap:wrap;gap:22px;align-items:center;
	justify-content:space-between;box-shadow:var(--sh)}
.oresa-home .oh-closing__inner .oh-h2{max-width:20ch}
.oresa-home .oh-closing__sub{color:#fbeae4;margin:.5em 0 0;font-size:15.5px}
.oresa-home .oh-closing__cta{display:flex;flex-wrap:wrap;gap:12px}

/* ===================== RESPONSIVE ===================== */
@media (max-width:1000px){
	.oresa-home .oh-trust__grid,
	.oresa-home .oh-lineas__grid,
	.oresa-home .oh-cats__grid,
	.oresa-home .oh-products ul.products,
	.oresa-home .oh-products .woocommerce ul.products,
	.oresa-home .oh-steps{grid-template-columns:repeat(2,1fr) !important}
}
@media (max-width:860px){
	.oresa-home .oh-hero__grid{grid-template-columns:1fr}
	.oresa-home .oh-hero__side{grid-template-rows:none;grid-template-columns:1fr 1fr}
	.oresa-home .oh-designer__inner{grid-template-columns:1fr}
	.oresa-home .oh-designer__mock{order:-1}
}
@media (max-width:560px){
	.oresa-home .oh-trust__grid,
	.oresa-home .oh-social__inner,
	.oresa-home .oh-hero__side{grid-template-columns:1fr}
	.oresa-home .oh-lineas__grid,
	.oresa-home .oh-cats__grid,
	.oresa-home .oh-products ul.products,
	.oresa-home .oh-products .woocommerce ul.products,
	.oresa-home .oh-steps{grid-template-columns:1fr 1fr !important}
	.oresa-home .oh-closing__inner{flex-direction:column;align-items:flex-start}
}
