/* ============================================================
   Portal Garzón — Editorial Costero
   Stylesheet central del rediseño (Opción B aprobada).
   Fuente de verdad visual: site/redesign/opcion-b/*.html
   Familias de página (clase en <body>):
     t-home · t-hub · t-list · t-item · t-article · t-news · t-emerg · t-land
   ============================================================ */

:root {
	--paper: #faf7f2;
	--card: #ffffff;
	--ink: #1d1d1b;
	--muted: #6b675e;
	--laguna: #2f6f6a;
	--laguna-dark: #1e4642;
	--terra: #a8512f;
	--sand: #efe9dc;
	--line: #e3dccb;
	--alert: #b8402e;
	--alert-bg: #fbeeea;
	--amber: #a06a1b;
	--amber-bg: #faf3e3;
}

/* ── Base ── */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: "Inter", -apple-system, "Segoe UI", Helvetica, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.t-item, body.t-article { font-size: 16.5px; line-height: 1.75; }
h1, h2, h3, .serif { font-family: "Fraunces", Georgia, serif; font-weight: 480; line-height: 1.1; letter-spacing: -.01em; overflow-wrap: break-word; -webkit-hyphens: auto; hyphens: auto; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--laguna); outline-offset: 3px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.kicker { display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--terra); margin-bottom: 14px; }

/* ── Navbar ── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(250, 247, 242, .92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; height: 66px; display: flex; align-items: center; gap: 26px; }
.wordmark { font-family: "Fraunces", serif; font-size: 21px; font-weight: 560; letter-spacing: -.01em; white-space: nowrap; }
.wordmark span { color: var(--laguna); font-style: italic; }
.nav-links { display: flex; gap: 24px; margin: 0 auto; }
.nav-links a { font-size: 13.5px; font-weight: 500; color: var(--ink); opacity: .8; transition: all .2s; }
.nav-links a:hover, .nav-links a.active { opacity: 1; color: var(--laguna); }
.nav-right { display: flex; align-items: center; gap: 16px; }
.nav-lang { font-size: 12px; letter-spacing: .06em; color: var(--muted); }
.nav-lang a.on { color: var(--laguna); font-weight: 700; }
.nav-cta { background: var(--laguna); color: #fff; font-size: 13px; font-weight: 600; padding: 10px 18px; border-radius: 999px; transition: background .2s; white-space: nowrap; }
.nav-cta:hover { background: var(--laguna-dark); }
.nav-burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-burger span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; }
@media (max-width: 960px) {
	.nav-links, .nav-lang, .nav-cta { display: none; }
	.nav-burger { display: block; margin-left: auto; }
	.nav.open .nav-mobile { display: flex; }
}
.nav-mobile { display: none; flex-direction: column; background: var(--paper); border-top: 1px solid var(--line); padding: 18px 24px 26px; gap: 15px; }
.nav-mobile a { font-size: 15px; font-weight: 500; }
.nav-mobile .m-lang { color: var(--muted); font-size: 13px; }

/* ── Breadcrumbs ── */
.crumbs { margin-top: 66px; }
.crumbs-inner { max-width: 1240px; margin: 0 auto; padding: 14px 24px 0; font-size: 12.5px; color: var(--muted); }
.crumbs-inner a:hover { color: var(--laguna); }
.crumbs-inner .cur, .crumbs-inner .current { color: var(--laguna); font-weight: 600; }
.crumbs-inner .sep { margin: 0 6px; }
body.t-item .crumbs-inner, body.t-article .crumbs-inner { max-width: 860px; padding-top: 16px; }

/* ── Botones compartidos ── */
.btn { display: inline-block; font-size: 14px; font-weight: 600; padding: 14px 26px; border-radius: 999px; transition: all .2s; }
.btn-solid { background: #fff; color: var(--ink); }
.btn-solid:hover { background: var(--sand); }
.btn-ghost { border: 1.5px solid rgba(255, 255, 255, .7); color: #fff; }
.btn-ghost:hover { background: rgba(255, 255, 255, .14); }
.btn-cream { display: inline-block; background: #fff; color: var(--laguna-dark); font-size: 14px; font-weight: 700; padding: 15px 30px; border-radius: 999px; transition: background .2s; }
.btn-cream:hover { background: var(--sand); }
.btn-wa { display: inline-flex; align-items: center; gap: 10px; background: var(--laguna); color: #fff; font-size: 14.5px; font-weight: 600; padding: 15px 28px; border-radius: 999px; transition: background .2s; cursor: pointer; border: 0; font-family: inherit; }
.btn-wa:hover { background: var(--laguna-dark); }
.btn-wa img { width: 22px; }

/* ── Encabezados de sección compartidos ── */
.sec-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
.sec-head h2 { font-size: clamp(30px, 3.8vw, 48px); font-weight: 450; }
.sec-head h2 em { font-style: italic; color: var(--laguna); }
.sec-link { font-size: 14px; font-weight: 600; color: var(--laguna); border-bottom: 1.5px solid var(--laguna); padding-bottom: 2px; white-space: nowrap; }

/* ── CTA negocio (listados y hubs) ── */
.biz { background: var(--laguna-dark); color: #f2ece1; border-radius: 18px; padding: 46px 40px; margin-top: 56px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px; }
.biz h2 { color: #fff; font-size: clamp(24px, 3vw, 34px); font-weight: 460; }
.biz h2 em { font-style: italic; color: #ffd9bd; }
.biz p { font-size: 14.5px; margin-top: 6px; color: rgba(242, 236, 225, .85); }

/* ============================================================
   t-home — Portada
   ============================================================ */
body.t-home .hero { position: relative; margin-top: 66px; min-height: 78vh; display: flex; align-items: flex-end; overflow: hidden; }
body.t-home .hero picture, body.t-home .hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
body.t-home .hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 30, 28, .18), rgba(20, 30, 28, 0) 40%, rgba(20, 30, 28, .72) 100%); }
body.t-home .hero-content { position: relative; z-index: 2; width: 100%; max-width: 1240px; margin: 0 auto; padding: 60px 24px 56px; color: #fff; }
body.t-home .hero .kicker { color: #ffe9d6; }
body.t-home .hero h1 { font-size: clamp(44px, 6.4vw, 92px); font-weight: 430; color: #fff; max-width: 14ch; }
body.t-home .hero h1 em { font-style: italic; color: #ffd9bd; }
body.t-home .hero p.sub { max-width: 52ch; margin-top: 16px; font-size: 17px; color: rgba(255, 255, 255, .92); }
body.t-home .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
body.t-home .hero-credit { position: absolute; right: 16px; bottom: 44px; z-index: 3; font-size: 10.5px; color: rgba(255, 255, 255, .55); }
body.t-home .section { padding: 84px 0 20px; }

.finder { max-width: 1240px; margin: -34px auto 0; padding: 0 24px; position: relative; z-index: 10; }
.finder-card { background: var(--card); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 44px rgba(29, 29, 27, .1); padding: 22px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.finder-label { font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin: 0 10px 0 6px; }
.pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); background: var(--paper); font-size: 14px; font-weight: 500; padding: 10px 18px; border-radius: 999px; transition: all .2s; }
.pill:hover { border-color: var(--laguna); color: var(--laguna); background: #fff; }
.pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--terra); }

.mundos { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.mundo { position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 16 / 10; display: flex; align-items: flex-end; }
.mundo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
.mundo:hover img { transform: scale(1.045); }
.mundo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(185deg, rgba(20,30,28,.02) 40%, rgba(20,30,28,.72) 100%); }
.mundo-body { position: relative; z-index: 2; padding: 26px 30px; color: #fff; }
.mundo-body .kicker { color: #ffd9bd; margin-bottom: 6px; }
.mundo-body h3 { font-size: clamp(30px, 3.4vw, 44px); color: #fff; font-weight: 440; }
.mundo-body p { font-size: 14.5px; color: rgba(255,255,255,.9); margin-top: 4px; }
@media (max-width: 820px) { .mundos { grid-template-columns: 1fr; } }

.picks { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 22px; padding-bottom: 30px; }
.pick { background: var(--card); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: all .25s; }
.pick:hover { box-shadow: 0 14px 34px rgba(29,29,27,.1); transform: translateY(-3px); }
.pick-img { aspect-ratio: 16 / 10; overflow: hidden; }
.pick-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.pick:hover .pick-img img { transform: scale(1.05); }
.pick-body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.pick-body .kicker { color: var(--terra); margin-bottom: 6px; }
.pick-body h3 { font-size: 24px; margin-bottom: 6px; }
.pick-body p { font-size: 14px; color: var(--muted); flex: 1; }
.pick-go { margin-top: 14px; font-size: 13.5px; font-weight: 600; color: var(--laguna); }
.pick-first .pick-img { aspect-ratio: 16 / 11; }
@media (max-width: 960px) { .picks { grid-template-columns: 1fr 1fr; } .pick-first { grid-column: span 2; } }
@media (max-width: 600px) { .picks { grid-template-columns: 1fr; } .pick-first { grid-column: span 1; } }

.band { display: grid; grid-template-columns: 1.6fr 1fr; gap: 22px; padding: 40px 0 90px; }
.band-card { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 30px 32px; }
.band-card .kicker { color: var(--terra); }
.band-card h3 { font-size: 26px; margin: 6px 0 14px; }
.band-card ul { list-style: none; }
.band-card li { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; font-weight: 500; }
.band-card li:last-child { border-bottom: 0; }
.band-card li a:hover { color: var(--laguna); }
.band-card li span { display: block; font-size: 12px; font-weight: 400; color: var(--muted); margin-top: 2px; }
.band-more { display: inline-block; margin-top: 14px; color: var(--laguna); font-size: 13.5px; font-weight: 600; border-bottom: 1.5px solid var(--laguna); padding-bottom: 2px; }
.band-emerg { background: var(--laguna-dark); color: #f2ece1; border-color: var(--laguna-dark); }
.band-emerg .kicker { color: #ffd9bd; }
.band-emerg h3 { color: #fff; }
.band-emerg .phone { font-family: "Fraunces", serif; font-size: 52px; font-weight: 500; color: #fff; line-height: 1; }
.band-emerg p.small { font-size: 13.5px; color: rgba(242, 236, 225, .85); margin: 10px 0 16px; }
.band-emerg .band-more { color: #ffd9bd; border-color: #ffd9bd; }
@media (max-width: 820px) { .band { grid-template-columns: 1fr; } }

/* ============================================================
   t-hub — Hubs (La Laguna, Los Pueblos)
   ============================================================ */
body.t-hub .hero { padding: 42px 0 0; }
body.t-hub .hero h1 { font-size: clamp(46px, 7vw, 100px); font-weight: 420; max-width: 16ch; }
body.t-hub .hero h1 em { font-style: italic; color: var(--laguna); }
body.t-hub .hero .std { display: flex; flex-wrap: wrap; gap: 10px 34px; margin: 22px 0 30px; font-size: 14px; color: var(--muted); }
body.t-hub .hero .std b { color: var(--ink); font-weight: 600; }
.hero-photo { border-radius: 20px; overflow: hidden; aspect-ratio: 21 / 9; position: relative; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo .credit { position: absolute; right: 14px; bottom: 10px; font-size: 10.5px; color: rgba(255,255,255,.6); }
@media (max-width: 700px) { .hero-photo { aspect-ratio: 4 / 3; } }
body.t-hub .intro { display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px; padding: 54px 0 20px; }
body.t-hub .intro h2 { font-size: clamp(24px, 2.6vw, 34px); font-weight: 470; }
body.t-hub .intro p { color: var(--muted); font-size: 16.5px; max-width: 58ch; }
@media (max-width: 820px) { body.t-hub .intro { grid-template-columns: 1fr; gap: 14px; } }
body.t-hub .section { padding: 44px 0 90px; }

.cats { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; }
.cat { background: var(--card); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: all .25s; }
.cat:hover { box-shadow: 0 14px 34px rgba(29,29,27,.1); transform: translateY(-3px); }
.cat-img { aspect-ratio: 16 / 10; overflow: hidden; }
.cat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.cat:hover .cat-img img { transform: scale(1.05); }
.cat-body { padding: 20px 24px 24px; flex: 1; display: flex; flex-direction: column; }
.cat-body h3 { font-size: 25px; margin-bottom: 4px; }
.cat-body p { font-size: 14px; color: var(--muted); flex: 1; }
.cat-go { margin-top: 12px; font-size: 13.5px; font-weight: 600; color: var(--laguna); }
.c-1, .c-2 { grid-column: span 3; }
.c-3, .c-4, .c-5 { grid-column: span 2; }
.c-6, .c-7 { grid-column: span 3; }
.c-7 { background: var(--laguna-dark); border-color: var(--laguna-dark); color: #f2ece1; justify-content: center; padding: 34px; }
.c-7 .kicker { color: #ffd9bd; }
.c-7 h3 { color: #fff; font-size: 30px; }
.c-7 p { color: rgba(242,236,225,.85); margin-top: 6px; }
.c-7 .btn-cream { align-self: flex-start; margin-top: 20px; font-size: 13.5px; padding: 12px 24px; }
@media (max-width: 960px) { .c-1, .c-2, .c-3, .c-4, .c-5, .c-6, .c-7 { grid-column: span 3; } }
@media (max-width: 620px) { .c-1, .c-2, .c-3, .c-4, .c-5, .c-6, .c-7 { grid-column: span 6; } }

/* ============================================================
   t-list / t-land — Listados de categoría y landings claras
   ============================================================ */
body.t-list .hero, body.t-land .hero { padding: 40px 0 26px; }
body.t-list .hero h1, body.t-land .hero h1 { font-size: clamp(48px, 7.4vw, 104px); font-weight: 420; }
body.t-list .hero h1 em, body.t-land .hero h1 em { font-style: italic; color: var(--laguna); }
body.t-list .hero p.sub, body.t-land .hero p.sub { max-width: 60ch; margin-top: 14px; font-size: 17px; color: var(--muted); }
body.t-list .section, body.t-land .section { padding: 46px 0 90px; }

.filters { position: sticky; top: 66px; z-index: 60; background: rgba(250, 247, 242, .95); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filters-inner { max-width: 1240px; margin: 0 auto; padding: 13px 24px; display: flex; gap: 9px; flex-wrap: wrap; align-items: center; }
.filters-label { font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-right: 6px; }
.chip { background: #fff; border: 1px solid var(--line); color: var(--ink); font-family: inherit; font-size: 13.5px; font-weight: 500; padding: 8px 16px; border-radius: 999px; cursor: pointer; transition: all .2s; }
.chip:hover { border-color: var(--laguna); color: var(--laguna); }
.chip.on { background: var(--laguna); border-color: var(--laguna); color: #fff; font-weight: 600; }
.count { margin-left: auto; font-size: 12.5px; color: var(--muted); }

.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: all .25s; }
.card:hover { box-shadow: 0 14px 34px rgba(29, 29, 27, .1); transform: translateY(-3px); }
.card-img { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--sand); }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.card:hover .card-img img { transform: scale(1.05); }
.card-initial { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: "Fraunces", serif; font-style: italic; font-size: 84px; color: rgba(47, 111, 106, .3); }
.card-body { padding: 20px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.card-meta { font-size: 11.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--terra); margin-bottom: 7px; }
.card-meta .zone { color: var(--muted); font-weight: 600; }
.card-body h3 { font-size: 25px; margin-bottom: 6px; }
.card-body p { font-size: 14px; color: var(--muted); flex: 1; }
.card-go { margin-top: 14px; font-size: 13.5px; font-weight: 600; color: var(--laguna); }
.card[hidden] { display: none; }
.card-feature { grid-column: span 2; grid-row: span 1; }
.card-feature .card-img { aspect-ratio: 16 / 8; }
.card-feature .card-body h3 { font-size: 34px; }
.badge-star { position: absolute; top: 16px; left: 16px; background: var(--terra); color: #fff; font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 6px 13px; border-radius: 999px; z-index: 2; }
@media (max-width: 960px) { .grid { grid-template-columns: 1fr 1fr; } .card-feature { grid-column: span 2; } }
@media (max-width: 600px) { .grid { grid-template-columns: 1fr; } .card-feature { grid-column: span 1; } }

/* ============================================================
   t-item / t-article — Detalle de negocio y artículos
   ============================================================ */
.article-head { max-width: 860px; margin: 0 auto; padding: 34px 24px 8px; }
.article-head h1 { font-size: clamp(48px, 7vw, 92px); font-weight: 420; }
.article-head .dek { font-family: "Fraunces", serif; font-style: italic; font-size: clamp(19px, 2.2vw, 24px); color: var(--muted); margin-top: 12px; max-width: 30ch; line-height: 1.4; }
.article-head .meta { display: flex; gap: 12px; font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--terra); margin-bottom: 10px; }
.article-head .meta .date { color: var(--muted); font-weight: 500; letter-spacing: .04em; text-transform: none; }

.facts { max-width: 860px; margin: 26px auto 0; padding: 0 24px; }
.facts-row { display: flex; flex-wrap: wrap; gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact { flex: 1 1 160px; padding: 16px 18px; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact b { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--terra); margin-bottom: 3px; }
.fact span { font-size: 14.5px; font-weight: 500; }
@media (max-width: 620px) { .fact { flex: 1 1 100%; border-right: 0; border-bottom: 1px solid var(--line); } .fact:last-child { border-bottom: 0; } }

.article-photo { max-width: 1100px; margin: 36px auto 0; padding: 0 24px; }
.article-photo .ph { border-radius: 20px; overflow: hidden; aspect-ratio: 21 / 10; position: relative; }
.article-photo img { width: 100%; height: 100%; object-fit: cover; }
.article-photo .cap { font-size: 12px; color: var(--muted); margin-top: 10px; text-align: right; }
@media (max-width: 700px) { .article-photo .ph { aspect-ratio: 4 / 3; } }

.article-body { max-width: 860px; margin: 0 auto; padding: 40px 24px 30px; }
.article-body .prose { max-width: 65ch; }
.article-body p { margin-bottom: 20px; color: #3a3833; }
.article-body p.lead-p { font-size: 19px; color: var(--ink); }
.article-body p.lead-p::first-letter { font-family: "Fraunces", serif; font-size: 3.4em; float: left; line-height: .85; padding-right: 10px; color: var(--laguna); }
.article-body h2 { font-size: 27px; margin: 32px 0 12px; }
.article-body ul, .article-body ol { margin: 0 0 20px 22px; color: #3a3833; }
.article-body li { margin-bottom: 8px; }

.gal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 6px 0 20px; }
.gal-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 12px; }
@media (max-width: 620px) { .gal-grid { grid-template-columns: 1fr 1fr; } }

.reserve { max-width: 860px; margin: 10px auto 0; padding: 0 24px 30px; }
.reserve-card { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 30px 32px; display: flex; flex-wrap: wrap; align-items: center; gap: 20px; justify-content: space-between; box-shadow: 0 10px 30px rgba(29,29,27,.06); }
.reserve-card h3 { font-size: 25px; }
.reserve-card p { font-size: 14px; color: var(--muted); margin-top: 4px; }

.related { border-top: 1px solid var(--line); margin-top: 40px; padding: 56px 0 90px; }
.related .sec-head { margin-bottom: 30px; }
.related h2 { font-size: clamp(26px, 3.4vw, 40px); font-weight: 460; }
.related h2 em { font-style: italic; color: var(--laguna); }
.rel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rel-grid-2 { grid-template-columns: 1fr 1fr; }
.rel { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 24px 26px; transition: all .25s; }
.rel:hover { box-shadow: 0 14px 34px rgba(29,29,27,.1); transform: translateY(-3px); }
.rel .card-meta { margin-bottom: 7px; }
.rel h3 { font-size: 23px; margin-bottom: 6px; }
.rel p { font-size: 14px; color: var(--muted); }
/* Card "otros pueblos": con foto */
.rel-photo { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.rel-img { aspect-ratio: 16 / 9; overflow: hidden; }
.rel-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.rel-photo:hover .rel-img img { transform: scale(1.05); }
.rel-body { padding: 20px 24px 22px; }
.rel-body .card-go { margin-top: 10px; display: inline-block; font-size: 13.5px; font-weight: 600; color: var(--laguna); }
@media (max-width: 820px) { .rel-grid, .rel-grid-2 { grid-template-columns: 1fr; } }

/* Landing de negocios (registrate) */
.biz-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 20px 0 10px; }
.biz-cols h2 { font-size: 26px; margin-bottom: 16px; }
.biz-steps { margin: 0 0 0 20px; }
.biz-steps li { margin-bottom: 12px; padding-left: 6px; color: #3a3833; }
.biz-steps li strong, .biz-gains li strong { color: var(--ink); }
.biz-gains { list-style: none; }
.biz-gains li { position: relative; padding-left: 28px; margin-bottom: 12px; color: #3a3833; }
.biz-gains li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--laguna); font-weight: 700; }
@media (max-width: 820px) { .biz-cols { grid-template-columns: 1fr; gap: 8px 0; } }

.mobile-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; background: rgba(250, 247, 242, .96); backdrop-filter: blur(12px); border-top: 1px solid var(--line); padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); }
.mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--laguna); color: #fff; font-size: 14.5px; font-weight: 600; padding: 14px; border-radius: 999px; }
.mobile-cta img { width: 20px; }
@media (max-width: 900px) {
	body.t-item .mobile-cta { display: block; }
	body.t-item .wa-float { display: none; }
	body.t-item { padding-bottom: 74px; }
}

/* ============================================================
   t-news — Índices editoriales (Noticias, Familia, Guías)
   ============================================================ */
.masthead { padding: 40px 0 30px; border-bottom: 3px solid var(--ink); }
.masthead h1 { font-size: clamp(48px, 7vw, 96px); font-weight: 420; }
.masthead h1 em { font-style: italic; color: var(--laguna); }
.masthead .row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 22px; margin-top: 14px; font-size: 13px; color: var(--muted); }
.masthead .row b { color: var(--ink); }

.front { display: grid; grid-template-columns: 1.55fr 1fr; gap: 0; padding: 44px 0 60px; }
.front-main { padding-right: 40px; border-right: 1px solid var(--line); }
.front-side { padding-left: 40px; }
.meta { display: flex; gap: 12px; font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--terra); margin-bottom: 10px; }
.meta .date { color: var(--muted); font-weight: 500; letter-spacing: .04em; text-transform: none; }
.front-main .photo { border-radius: 16px; overflow: hidden; aspect-ratio: 16 / 9; margin-bottom: 22px; background: var(--sand); }
.front-main .photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.front-main a:hover .photo img { transform: scale(1.04); }
.front-main h2 { font-size: clamp(32px, 4vw, 52px); font-weight: 440; margin-bottom: 12px; }
.front-main a:hover h2 { color: var(--laguna); }
.front-main p.exc { font-size: 17px; color: var(--muted); max-width: 60ch; }
.read { display: inline-block; margin-top: 16px; font-size: 14px; font-weight: 600; color: var(--laguna); border-bottom: 1.5px solid var(--laguna); padding-bottom: 2px; }
.side-item { display: block; padding: 18px 0; border-bottom: 1px solid var(--line); }
.side-item:first-child { padding-top: 2px; }
.side-item:last-child { border-bottom: 0; }
.side-item h3 { font-size: 21.5px; font-weight: 480; margin: 4px 0; transition: color .2s; }
.side-item:hover h3 { color: var(--laguna); }
.side-item p { font-size: 13.5px; color: var(--muted); }
@media (max-width: 900px) {
	.front { grid-template-columns: 1fr; }
	.front-main { padding-right: 0; border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 34px; }
	.front-side { padding-left: 0; padding-top: 10px; }
}

.archive { border-top: 3px solid var(--ink); padding: 40px 0 90px; }
.archive .sec-head { margin-bottom: 28px; }
.archive h2 { font-size: clamp(26px, 3.4vw, 40px); font-weight: 460; }
.archive h2 em { font-style: italic; color: var(--laguna); }
.arch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 44px; }
.arch { padding: 20px 0; border-bottom: 1px solid var(--line); }
.arch h3 { font-size: 20px; margin: 5px 0; transition: color .2s; }
.arch:hover h3 { color: var(--laguna); }
.arch p { font-size: 13.5px; color: var(--muted); }
@media (max-width: 960px) { .arch-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .arch-grid { grid-template-columns: 1fr; } }

/* ============================================================
   t-emerg — Emergencias
   ============================================================ */
body.t-emerg .hero { padding: 40px 0 8px; }
body.t-emerg .hero h1 { font-size: clamp(46px, 6.6vw, 92px); font-weight: 420; }
body.t-emerg .hero h1 em { font-style: italic; color: var(--alert); }
body.t-emerg .hero p.sub { max-width: 62ch; margin-top: 14px; font-size: 17px; color: var(--muted); }
body.t-emerg .section { padding: 64px 0 90px; }
body.t-emerg .section .sec-head h2 { font-size: clamp(28px, 4vw, 48px); font-weight: 450; margin-bottom: 34px; }
body.t-emerg .section .sec-head h2 em { font-style: italic; color: var(--laguna); }

.phones { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding: 38px 0 8px; }
.phone-card { background: var(--card); border: 1px solid var(--line); border-top: 5px solid var(--alert); border-radius: 16px; padding: 28px; display: flex; flex-direction: column; gap: 6px; transition: all .2s; box-shadow: 0 6px 18px rgba(29,29,27,.05); }
.phone-card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(29,29,27,.12); }
.phone-card.amber { border-top-color: var(--amber); }
.phone-card .who { font-size: 11.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.phone-card .num { font-size: clamp(46px, 5vw, 64px); font-weight: 700; line-height: 1.05; letter-spacing: -.01em; color: var(--ink); overflow-wrap: break-word; }
.phone-card .desc { font-size: 13.5px; color: var(--muted); flex: 1; }
.phone-card .tap { margin-top: 16px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--alert); color: #fff; font-size: 13.5px; font-weight: 700; padding: 13px; border-radius: 999px; transition: opacity .2s; }
.phone-card.amber .tap { background: var(--amber); }
.phone-card .tap:hover { opacity: .9; }
@media (max-width: 900px) { .phones { grid-template-columns: 1fr; } }

.save-tip { display: flex; align-items: flex-start; gap: 14px; background: var(--alert-bg); border: 1px solid rgba(184, 64, 46, .25); border-radius: 14px; padding: 18px 22px; margin: 26px 0 0; font-size: 14.5px; }
.save-tip .ic { font-size: 20px; line-height: 1.4; }

.protos { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.proto { background: var(--card); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: 0 6px 18px rgba(29,29,27,.05); }
.proto-img { aspect-ratio: 16 / 6; overflow: hidden; }
.proto-img img { width: 100%; height: 100%; object-fit: cover; }
.proto-body { padding: 28px 32px 32px; }
.proto-body .tag { display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; margin-bottom: 12px; }
.tag-red { background: var(--alert-bg); color: var(--alert); }
.tag-amber { background: var(--amber-bg); color: #8a5a13; }
.proto-body h3 { font-size: 27px; margin-bottom: 8px; }
.proto-body > p { font-size: 14px; color: var(--muted); margin-bottom: 18px; }
.steps { list-style: none; counter-reset: step; }
.steps li { counter-increment: step; position: relative; padding: 11px 0 11px 40px; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.steps li:last-child { border-bottom: 0; }
.steps li::before { content: counter(step); position: absolute; left: 0; top: 12px; width: 26px; height: 26px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; }
.steps li strong { font-weight: 700; }
.steps a.tel { color: var(--alert); font-weight: 700; white-space: nowrap; border-bottom: 1.5px solid var(--alert); }
.proto-link { display: inline-block; margin-top: 18px; font-size: 14px; font-weight: 600; color: var(--laguna); border-bottom: 1.5px solid var(--laguna); padding-bottom: 2px; }
@media (max-width: 900px) { .protos { grid-template-columns: 1fr; } }

/* ============================================================
   Footer + flotantes
   ============================================================ */
footer.pg-footer { background: var(--laguna-dark); color: rgba(242, 236, 225, .85); padding: 64px 0 32px; margin-top: 40px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 44px; }
.foot-brand .wordmark { color: #fff; font-size: 24px; }
.foot-brand .wordmark span { color: #ffd9bd; }
.foot-brand p { font-size: 13.5px; max-width: 30ch; margin-top: 10px; }
.pg-footer h4 { font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: #ffd9bd; margin-bottom: 14px; }
.pg-footer ul { list-style: none; }
.pg-footer ul li { margin-bottom: 9px; font-size: 14px; }
.pg-footer ul a:hover { color: #fff; }
.foot-legal { border-top: 1px solid rgba(242, 236, 225, .2); padding-top: 22px; font-size: 12.5px; display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; }
.foot-legal a { color: #ffd9bd; }
.foot-black { font-size: 11px; opacity: .7; }
@media (max-width: 820px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; } }

.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 90; width: 54px; height: 54px; border-radius: 50%; background: #25d366; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(29, 29, 27, .25); }
.wa-float img { width: 32px; }

/* ── Interstitial: WhatsApp no reclamado ── */
.wa-interstitial { position: fixed; inset: 0; z-index: 200; background: rgba(29, 29, 27, .55); display: flex; align-items: center; justify-content: center; padding: 24px; animation: wai-fade .3s ease; }
.wa-interstitial-card { background: var(--card); border-radius: 18px; max-width: 420px; width: 100%; padding: 38px 34px 30px; text-align: center; box-shadow: 0 30px 80px rgba(29, 29, 27, .35); animation: wai-pop .35s ease; }
.wa-interstitial-card .wm { font-family: "Fraunces", serif; font-size: 22px; font-weight: 560; margin-bottom: 18px; }
.wa-interstitial-card .wm span { color: var(--laguna); font-style: italic; }
.wa-interstitial-card .spin { width: 38px; height: 38px; margin: 0 auto 18px; border-radius: 50%; border: 3px solid var(--sand); border-top-color: var(--laguna); animation: wai-spin .9s linear infinite; }
.wa-interstitial-card .msg { font-size: 15.5px; line-height: 1.55; color: var(--ink); }
.wa-interstitial-card .claim { display: inline-block; margin-top: 20px; font-size: 12.5px; color: var(--terra); border-bottom: 1px solid var(--terra); padding-bottom: 1px; }
@keyframes wai-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes wai-pop { from { opacity: 0; transform: scale(.92) translateY(8px); } to { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes wai-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
	.wa-interstitial, .wa-interstitial-card, .wa-interstitial-card .spin { animation: none; }
	* { transition: none !important; }
}
