/* =========================================================
   G2 CONTABLE — SITE.CSS (v2, rediseño)
   Identidad: negro + dorado, editorial/serio, sin bordes
   redondeados (estética de firma contable premium).
   ========================================================= */

:root {
    --gold: #c19a2b;
    --gold-light: #d1a936;
    --black: #050505;
    --black-2: #0b0b0b;
    --white: #ffffff;
    --text: #1c1c1c;
    --muted: #6f6f6f;
    --line: rgba(255,255,255,.16);
    --light-line: rgba(0,0,0,.10);
    --bg-soft: #f7f6f4;

    /* escala de espaciado */
    --sp-1: 8px;
    --sp-2: 16px;
    --sp-3: 24px;
    --sp-4: 32px;
    --sp-5: 48px;
    --sp-6: 64px;
    --sp-7: 96px;
}

/* =========================================================
   RESET
   ========================================================= */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; width: 100%; }

body {
    font-family: "Archivo", Arial, sans-serif;
    color: var(--text);
    background: #fff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font-family: inherit; }

.wrap { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }

/* =========================================================
   TIPOGRAFÍA
   ========================================================= */

.d {
    font-family: "Newsreader", Georgia, serif;
    font-weight: 300;
    letter-spacing: -0.03em;
    line-height: 1.05;
}

.lead {
    font-family: "Archivo", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: var(--muted);
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 18px; height: 1px; background: var(--gold); flex-shrink: 0; }

/* =========================================================
   TOPBAR
   ========================================================= */

.topbar {
    min-height: 38px;
    background: #000;
    color: rgba(255,255,255,.72);
    border-bottom: 1px solid rgba(255,255,255,.10);
    font-size: 11px;
}
.topbar .wrap { min-height: 38px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 4px; padding: 6px 0; }
.topbar a { color: rgba(255,255,255,.82); transition: color .2s ease; }
.topbar a:hover { color: var(--gold); }

/* =========================================================
   HEADER
   ========================================================= */

header.site { position: sticky; top: 0; z-index: 100; background: #000; color: #fff; }
header.site > .wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }

.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; color: #fff; }
.brand .mk {
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    background: var(--gold); color: #050505;
    font-family: Georgia, serif; font-size: 16px; font-weight: 700;
}
.brand .tx { display: flex; flex-direction: column; line-height: 1; }
.brand .tx b { font-family: "Newsreader", Georgia, serif; font-size: 19px; font-weight: 400; letter-spacing: -.02em; }
.brand .tx s { margin-top: 7px; text-decoration: none; font-family: "Archivo", Arial, sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; color: rgba(255,255,255,.72); }

/* =========================================================
   NAVEGACIÓN
   ========================================================= */

nav.main { display: flex; align-items: center; gap: 32px; }
nav.main > a {
    position: relative; display: inline-flex; align-items: center;
    height: 82px; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 500;
    transition: color .2s ease;
}
nav.main > a:hover { color: #fff; }
nav.main > a.on { color: #fff; }
nav.main > a.on::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 19px; height: 2px; background: var(--gold);
}

/* =========================================================
   BOTONES
   ========================================================= */

.btn-g, .btn-o, .btn-d {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 48px; padding: 13px 28px;
    font-size: 12px; font-weight: 700; letter-spacing: .02em;
    cursor: pointer; transition: all .22s ease; border: 1px solid transparent;
}
.btn-g { border-color: var(--gold); background: var(--gold); color: #050505; }
.btn-g:hover { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-1px); }

.btn-o { border-color: rgba(255,255,255,.35); color: #fff; background: transparent; }
.btn-o:hover { border-color: #fff; background: rgba(255,255,255,.08); }

.btn-d { background: #111; color: #fff; border-color: #111; }
.btn-d:hover { background: #000; transform: translateY(-1px); }

nav.main .btn-g { height: 46px; min-height: 46px; padding: 0 22px !important; }
nav.main .btn-g::after { display: none; }

.burger {
    display: none; color: #fff; cursor: pointer; font-size: 13px; font-weight: 600;
    background: none; border: none; padding: 10px 0;
}

/* =========================================================
   HERO
   ========================================================= */

.hero {
    position: relative; min-height: 660px; color: #fff; overflow: hidden;
    background: #000;
}
.hero::before {
    content: "";
    position: absolute; inset: 0;
    background-image: url("../images/hero-inicio.png");
    background-position: center; background-size: cover; background-repeat: no-repeat;
    opacity: .35;
    z-index: 1;
}
.hero .wrap.hero-wrap {
    position: relative; z-index: 2; min-height: 660px;
    display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr);
    align-items: center; gap: 64px; padding: 70px 0;
}
.hero-content { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; }
.hero h1.hero-title { max-width: 620px; margin: 0; color: #fff; font-size: clamp(48px, 5vw, 74px); }
.hero h1.hero-title em { font-style: italic; color: var(--gold); }
.hero .lead.hero-description { max-width: 540px; color: rgba(255,255,255,.80); }
.hero-buttons { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

.pill {
    display: inline-flex; align-items: center; gap: 9px; padding: 9px 15px;
    border: 1px solid rgba(193,154,43,.75); color: var(--gold); font-size: 11px; font-weight: 700;
}
.pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* =========================================================
   ESTADÍSTICAS (dentro del hero)
   ========================================================= */

.hstats {
    display: grid; grid-template-columns: repeat(2, 1fr); width: 100%; max-width: 560px;
    border: 1px solid rgba(255,255,255,.30); background: rgba(0,0,0,.28); backdrop-filter: blur(2px);
}
.hstats > div {
    min-height: 200px; padding: 40px 44px; display: flex; flex-direction: column; justify-content: space-between;
    border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22);
}
.hstats > div:nth-child(2n) { border-right: none; }
.hstats > div:nth-child(3), .hstats > div:nth-child(4) { border-bottom: none; }
.hstats .k { font-family: "Newsreader", Georgia, serif; font-size: 36px; line-height: 1; font-weight: 300; color: var(--gold); }
.hstats .l { max-width: 170px; font-size: 11px; line-height: 1.3; font-weight: 700; letter-spacing: .10em; text-transform: uppercase; color: rgba(255,255,255,.86); }

/* =========================================================
   MARQUESINA
   ========================================================= */

.marq { width: 100%; overflow: hidden; background: var(--gold); color: #080808; }
.marq .t {
    min-height: 40px; display: flex; align-items: center; gap: 28px; white-space: nowrap;
    font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
    width: max-content; animation: marquee 30s linear infinite;
}
.marq span { display: inline-block; }
.marq:hover .t { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* =========================================================
   SECCIONES / GRIDS
   ========================================================= */

.sec { padding: var(--sp-7) 0; background: #fff; }
.sec-t { max-width: 700px; }
.sec-t h2 { margin: var(--sp-2) 0 0; font-size: clamp(38px, 4vw, 58px); color: #111; }
.sec-t .lead { margin-top: var(--sp-2); }

.g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.g4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

/* =========================================================
   TARJETAS DE SERVICIO
   ========================================================= */

.card {
    padding: var(--sp-4); border: 1px solid var(--light-line); background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.card:hover { border-color: rgba(193,154,43,.55); box-shadow: 0 14px 30px rgba(0,0,0,.06); transform: translateY(-2px); }
.card .n { margin-bottom: var(--sp-4); color: var(--gold); font-family: "Newsreader", Georgia, serif; font-size: 22px; }
.card h3 { margin: 0 0 12px; font-family: "Newsreader", Georgia, serif; font-size: 25px; font-weight: 400; line-height: 1.18; }
.card p { color: var(--muted); font-size: 14px; line-height: 1.7; }

.more { display: inline-block; margin-top: var(--sp-1); color: #111; font-size: 12px; font-weight: 700; transition: color .2s ease; }
.more:hover { color: var(--gold); }

/* =========================================================
   SPLIT (imagen + texto)
   ========================================================= */

.split { display: grid; grid-template-columns: 1fr 1fr; background: var(--bg-soft); }
.split > img, .split > .ph { width: 100%; height: 100%; min-height: 540px; object-fit: cover; display: block; }
.split > div { color: #111; }
.split .lead { color: var(--muted); }

.feat { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: var(--sp-3) 0; border-bottom: 1px solid rgba(0,0,0,.10); }
.feat .ix { color: var(--gold); font-family: "Newsreader", Georgia, serif; font-size: 20px; }
.feat h4 { margin: 0 0 4px; font-size: 14px; }
.feat p { margin: 0; color: var(--muted); font-size: 13px; }

/* =========================================================
   COUNTERS (banda oscura de cifras)
   ========================================================= */

.counters { padding: var(--sp-6) 0; background: var(--black-2); color: #fff; }
.counters .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.counters .c { padding: var(--sp-1) var(--sp-4); border-right: 1px solid rgba(255,255,255,.16); }
.counters .c:last-child { border-right: none; }
.counters .k { font-family: "Newsreader", Georgia, serif; font-size: 50px; font-weight: 300; color: var(--gold); }
.counters .k em { font-style: normal; }
.counters .l { margin-top: var(--sp-1); color: rgba(255,255,255,.60); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

/* =========================================================
   PLANES
   ========================================================= */

.plan {
    min-height: 260px; padding: var(--sp-4); border: 1px solid rgba(0,0,0,.10); background: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}
.plan:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,.06); }
.plan h3 { margin: 0 0 var(--sp-2); font-size: 27px; }
.plan p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.plan.dk { background: var(--black-2); color: #fff; border-color: var(--black-2); }
.plan.dk p { color: rgba(255,255,255,.65); }
.plan.dk:hover { box-shadow: 0 14px 30px rgba(0,0,0,.35); }

.tag { padding: 6px 9px; background: var(--gold); color: #111; font-size: 9px; font-weight: 700; letter-spacing: .08em; }

.cta { display: inline-block; margin-top: var(--sp-1); color: var(--gold); font-size: 12px; font-weight: 700; }

.link { color: #111; font-size: 12px; font-weight: 700; transition: color .2s ease; }
.link:hover { color: var(--gold); }

/* =========================================================
   CTA FINAL (banda oscura)
   ========================================================= */

.ctaband { padding: var(--sp-7) 0; background: #101010; color: #fff; text-align: center; }
.ctaband .wrap { display: flex; flex-direction: column; align-items: center; }
.ctaband h2 { color: #fff; font-size: clamp(40px, 5vw, 66px); }
.ctaband .lead { color: rgba(255,255,255,.62); }

/* =========================================================
   FOOTER
   ========================================================= */

footer.site { background: #000; color: rgba(255,255,255,.72); padding: var(--sp-6) 0 25px; }
footer.site .brand { margin-bottom: var(--sp-1); }
footer.site .cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 60px; }
footer.site p { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.7; }
footer.site h4 { margin: 0 0 var(--sp-2); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
footer.site ul { margin: 0; padding: 0; list-style: none; }
footer.site li { margin-bottom: var(--sp-1); }
footer.site li a { color: rgba(255,255,255,.58); font-size: 13px; transition: color .2s ease; }
footer.site li a:hover { color: var(--gold); }
footer.site .txt { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.85; }

.soc { display: flex; gap: 8px; margin-top: var(--sp-3); }
.soc a { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.20); color: rgba(255,255,255,.75); font-size: 11px; font-weight: 700; transition: all .2s ease; }
.soc a:hover { border-color: var(--gold); color: var(--gold); }

.fbot {
    margin-top: var(--sp-5); padding-top: var(--sp-3); display: flex; justify-content: space-between; align-items: center;
    gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 11px; flex-wrap: wrap;
}
.fbot a { color: var(--gold); font-size: 14px; font-weight: 600; transition: opacity .2s ease; }
.fbot a:hover { opacity: .8; }

/* =========================================================
   WHATSAPP FLOTANTE
   ========================================================= */

.wa {
    position: fixed; right: 22px; bottom: 22px; z-index: 999; width: 54px; height: 54px;
    display: flex; align-items: center; justify-content: center; border-radius: 50%;
    background: #20c968; box-shadow: 0 8px 30px rgba(0,0,0,.28); transition: transform .2s ease;
}
.wa:hover { transform: scale(1.06); }

/* =========================================================
   PAGE HERO (encabezado de páginas internas)
   ========================================================= */

.phero { background: var(--bg-soft); color: #111; padding: 0 0 var(--sp-6); }
.phero h1 {
    margin: var(--sp-4) 0 0; max-width: 850px; font-family: "Newsreader", Georgia, serif;
    font-size: clamp(46px, 5vw, 68px); font-weight: 300; line-height: 1.1; letter-spacing: -.03em; color: #111;
}

.breadcrumb, .crumb {
    display: flex; align-items: center; gap: 10px; padding: var(--sp-3) 0 0;
    font-family: "Archivo", Arial, sans-serif; font-size: 13px; line-height: 1.4; color: var(--muted);
}
.breadcrumb a, .crumb a { color: var(--muted); transition: color .2s ease; }
.breadcrumb a:hover, .crumb a:hover { color: var(--gold); }
.breadcrumb .separator, .crumb span { color: var(--gold); font-weight: 600; }
.breadcrumb .current { color: #222; font-weight: 500; }

/* =========================================================
   CONTACTO
   ========================================================= */

.contact-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--bg-soft); }
.contact-form { padding: var(--sp-7) var(--sp-6) 90px; max-width: 720px; width: 100%; margin-left: auto; color: #111; }
.contact-form h2 { margin: var(--sp-2) 0 0; font-size: 40px; }
.contact-intro { margin: var(--sp-2) 0 0; color: var(--muted); max-width: 560px; }
.contact-form-fields { margin-top: var(--sp-5); display: flex; flex-direction: column; gap: var(--sp-3); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--sp-3); }

.field { display: flex; flex-direction: column; gap: 8px; width: 100%; }
.field label { color: #222; font-size: 12px; font-weight: 600; }
.field input, .field select, .field textarea {
    width: 100%; border: 1px solid rgba(0,0,0,.18); border-radius: 0; background: #fff; color: #222;
    font-size: 14px; outline: none; transition: border-color .2s ease, box-shadow .2s ease;
}
.field input, .field select { height: 48px; padding: 0 14px; }
.field textarea { min-height: 140px; padding: 13px 14px; resize: vertical; line-height: 1.6; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(193,154,43,.12); }
.field select { cursor: pointer; }
.field select:disabled { background: var(--bg-soft); color: #999; cursor: not-allowed; }

/* =========================================================
   PANEL DE ADMINISTRACIÓN (Login / Mantenimiento / Panel)
   ========================================================= */

.panel-link { display: block; color: rgba(255,255,255,.7); transition: color .2s ease; }
.panel-link:hover { color: #fff; }
.panel-link.on { color: var(--gold); background: rgba(193,154,43,.14); border-left: 2px solid var(--gold); }

.form-submit { padding-top: 4px; }

.contact-info { background: #000; color: #fff; padding: var(--sp-7) var(--sp-6); min-width: 0; display: flex; flex-direction: column; }
.contact-item { padding: 0 0 var(--sp-3); margin-bottom: var(--sp-3); border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-item:last-of-type { margin-bottom: 0; border-bottom: none; padding-bottom: 0; }
.contact-value { margin-top: var(--sp-1); font-family: "Newsreader", Georgia, serif; font-size: 19px; font-weight: 300; line-height: 1.65; color: #fff; }
.contact-value.email { font-size: 17px; word-break: break-word; }
.contact-hours { margin-top: var(--sp-1); color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.95; }
.contact-map { width: 100%; height: 170px; margin-top: var(--sp-1); overflow: hidden; background: #222; }
.contact-map img, .contact-map .ph { width: 100%; height: 100%; object-fit: cover; display: block; }

/* =========================================================
   CLIENTES
   ========================================================= */

.clientes-intro { padding-top: var(--sp-7); padding-bottom: 45px; }
.clientes-intro .lead { max-width: 720px; margin-top: var(--sp-2); }
.clientes-grid { padding-bottom: var(--sp-7); }
.cliente-card { padding: 0 !important; min-height: 190px; display: flex; align-items: center; justify-content: center; background: #fff; }
.cliente-logo { width: 100%; height: 150px; object-fit: contain; padding: var(--sp-3); display: block; filter: grayscale(1); opacity: .75; transition: all .25s ease; }
.cliente-card:hover .cliente-logo { filter: none; opacity: 1; }

.clientes-cta { background: var(--gold); padding: var(--sp-6) 0; }
.clientes-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.clientes-cta-text { max-width: 700px; }
.clientes-cta .eyebrow { color: #000; margin-bottom: var(--sp-1); }
.clientes-cta .eyebrow::before { background: #000; }
.clientes-cta .d { color: #000; font-size: 40px; line-height: 1.05; margin: 0; }
.clientes-cta-text p { margin: var(--sp-2) 0 0; font-size: 14px; line-height: 1.8; color: rgba(0,0,0,.72); }
.clientes-cta-action { flex-shrink: 0; }
.clientes-cta .btn-d { min-width: 150px; }

.nosotros-vm { background: #fff; padding: 48px 40px; min-width: 0; box-shadow: 0 0 0 1px rgba(0,0,0,.10); transition: box-shadow .2s ease, transform .2s ease; }
.nosotros-vm:hover { box-shadow: 0 0 0 1px rgba(193,154,43,.45), 0 14px 30px rgba(0,0,0,.06); transform: translateY(-2px); }
.nosotros-vm .n { margin-bottom: 18px; color: var(--gold); font-family: "Newsreader", Georgia, serif; font-size: 22px; }

/* =========================================================
   NOSOTROS
   ========================================================= */

.nosotros-profile { display: grid; grid-template-columns: 1fr 1.1fr; align-items: stretch; }
.nosotros-text { padding: 90px 64px; margin-left: auto; max-width: 560px; width: 100%; display: flex; flex-direction: column; justify-content: center; }
.nosotros-media { position: relative; overflow: hidden; min-height: 560px; }
.nosotros-media .nosotros-img { width: 100%; height: 100%; object-fit: cover; display: block; position: absolute; inset: 0; }
.nosotros-media .cap {
    position: absolute; left: 0; right: 0; bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.35) 60%, transparent 100%);
    padding: 50px 36px 26px; color: #fff;
}
.nosotros-media .cap .eyebrow { color: var(--gold); }
.nosotros-media .cap p { margin: 8px 0 0; font: 300 21px/1.35 "Newsreader", Georgia, serif; color: #fff; max-width: 420px; }

/* ---- Nosotros v2 — rediseño editorial (solo esta página) ---- */

.nh-hero {
    background: radial-gradient(120% 140% at 15% -10%, #1a1a1a 0%, #000 60%);
    color: #fff; padding: 110px 0 90px;
}
.nh-hero .crumb { color: rgba(255,255,255,.5); }
.nh-hero .crumb a { color: rgba(255,255,255,.5); }
.nh-hero .crumb span { color: var(--gold); }
.nh-hero h1 {
    margin: var(--sp-3) 0 0; max-width: 780px; font-family: "Newsreader", Georgia, serif;
    font-size: clamp(42px, 5vw, 64px); font-weight: 300; line-height: 1.08; letter-spacing: -.03em; color: #fff;
}
.nh-hero .lead { color: rgba(255,255,255,.68); max-width: 620px; margin-top: var(--sp-3); }

.nh-photo { position: relative; height: 460px; overflow: hidden; }
.nh-photo .ph, .nh-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nh-photo .cap {
    position: absolute; left: 0; bottom: 0; right: 0;
    background: linear-gradient(0deg, rgba(0,0,0,.75), transparent);
    color: #fff; padding: 40px var(--sp-3) var(--sp-3);
}
.nh-photo .cap span { font-family: "Newsreader", Georgia, serif; font-size: 20px; font-weight: 300; }

.nh-manifesto { display: grid; grid-template-columns: 1fr 1fr; }
.nh-manifesto > div { padding: 80px 60px; }
.nh-manifesto > div:first-child { border-right: 1px solid rgba(0,0,0,.10); }
.nh-manifesto .n { color: var(--gold); font-family: "Newsreader", Georgia, serif; font-size: 22px; margin-bottom: var(--sp-2); }
.nh-manifesto .txt { margin: var(--sp-2) 0 0; font: 300 24px/1.55 "Newsreader", Georgia, serif; color: #161616; }
.nh-manifesto .lead { margin-top: var(--sp-2); }

.nh-quote { background: #101010; color: #fff; text-align: center; padding: var(--sp-7) 0; }
.nh-quote .mark { font: 400 60px "Newsreader", Georgia, serif; color: var(--gold); line-height: 1; }
.nh-quote p { font: 300 clamp(26px, 3vw, 36px)/1.5 "Newsreader", Georgia, serif; color: #fff; max-width: 820px; margin: var(--sp-2) auto 0; }
.nh-quote .sig { justify-content: center; margin-top: var(--sp-3); }

.nh-values { padding: var(--sp-7) 0; }
.nh-value-row {
    display: grid; grid-template-columns: 90px 1fr; gap: var(--sp-4); align-items: start;
    padding: var(--sp-4) 0; border-bottom: 1px solid rgba(0,0,0,.10);
}
.nh-value-row:first-of-type { border-top: 1px solid rgba(0,0,0,.10); }
.nh-value-row .num { font: 300 42px "Newsreader", Georgia, serif; color: var(--gold); line-height: 1; }
.nh-value-row h3 { margin: 0 0 6px; font: 400 26px "Newsreader", Georgia, serif; }
.nh-value-row p { margin: 0; color: var(--muted); font-size: 14px; max-width: 640px; }

@media (max-width: 1000px) {
    .nh-manifesto { grid-template-columns: 1fr; }
    .nh-manifesto > div:first-child { border-right: none; border-bottom: 1px solid rgba(0,0,0,.10); }
    .nh-photo { height: 340px; }
}
@media (max-width: 700px) {
    .nh-hero { padding: 70px 0 55px; }
    .nh-manifesto > div { padding: 50px 22px; }
    .nh-value-row { grid-template-columns: 56px 1fr; gap: 18px; }
    .nh-value-row .num { font-size: 30px; }
}

/* ---- Nosotros v3 — alternativa "artículo de revista" (centrada, minimalista) ---- */

.nh2-intro { padding: 90px 0 60px; text-align: center; background: #fff; }
.nh2-intro .eyebrow { justify-content: center; }
.nh2-intro h1 {
    margin: var(--sp-3) auto 0; max-width: 760px; font-family: "Newsreader", Georgia, serif;
    font-size: clamp(38px, 4.5vw, 56px); font-weight: 300; line-height: 1.15; letter-spacing: -.02em; color: #111;
}
.nh2-intro .lead { max-width: 640px; margin: var(--sp-3) auto 0; }

.nh2-photo { max-width: 900px; margin: 0 auto; padding: 0 24px 90px; }
.nh2-photo .frame { height: 420px; overflow: hidden; box-shadow: 0 24px 50px rgba(0,0,0,.12); }
.nh2-photo .ph, .nh2-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nh2-photo figcaption { margin-top: var(--sp-2); text-align: center; color: var(--muted); font-size: 12px; letter-spacing: .04em; }

.nh2-defs { max-width: 980px; margin: 0 auto; padding: 0 24px 100px; }
.nh2-def { display: flex; align-items: center; gap: var(--sp-5); padding: var(--sp-5) 0; border-top: 1px solid rgba(0,0,0,.10); }
.nh2-def:last-child { border-bottom: 1px solid rgba(0,0,0,.10); }
.nh2-def:nth-child(even) { flex-direction: row-reverse; }
.nh2-def .imgbox { flex: 0 0 320px; width: 320px; height: 320px; background: var(--bg-soft); overflow: hidden; }
.nh2-def .imgbox .ph, .nh2-def .imgbox img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nh2-def > div:last-child { flex: 1; min-width: 0; }
.nh2-def .eyebrow { margin-bottom: var(--sp-2); }
.nh2-def p { margin: 0; font: 300 30px/1.4 "Newsreader", Georgia, serif; color: #1c1c1c; }
.nh2-def p.lead { font-family: "Archivo", Arial, sans-serif; font-size: 15px; margin-top: 14px; color: var(--muted); }

.nh2-quote { background: #101010; padding: var(--sp-7) 0; text-align: center; }
.nh2-quote .wrap { max-width: 760px; }
.nh2-quote p { font: italic 300 clamp(24px, 3vw, 32px)/1.55 "Newsreader", Georgia, serif; color: #fff; }
.nh2-quote .sig { margin-top: var(--sp-3); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.55); }

.nh2-values { max-width: 980px; margin: 0 auto; padding: var(--sp-6) 24px 110px; }
.nh2-values .row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nh2-values .item {
    text-align: left; padding: var(--sp-4); border: 1px solid var(--light-line); background: #fff;
    transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.nh2-values .item:hover { border-color: rgba(193,154,43,.45); box-shadow: 0 14px 30px rgba(0,0,0,.06); transform: translateY(-2px); }
.nh2-values .item .num { font: 300 34px "Newsreader", Georgia, serif; color: var(--gold); line-height: 1; margin-bottom: var(--sp-3); }
.nh2-values .item h3 { margin: 0 0 8px; font: 400 22px "Newsreader", Georgia, serif; }
.nh2-values .item p { margin: 0; color: var(--muted); font-size: 13px; }

.nh2-close { text-align: center; padding: 0 24px 120px; }
.nh2-close a { font-size: 13px; font-weight: 700; letter-spacing: .04em; color: #111; border-bottom: 1px solid var(--gold); padding-bottom: 4px; }
.nh2-close a:hover { color: var(--gold); }

.nh2-logowall { max-width: 980px; margin: 0 auto; padding: 0 24px 100px; }
.nh2-logowall .row { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(0,0,0,.08); border-left: 1px solid rgba(0,0,0,.08); }
.nh2-logowall .cell {
    border-right: 1px solid rgba(0,0,0,.08); border-bottom: 1px solid rgba(0,0,0,.08);
    min-height: 170px; display: flex; align-items: center; justify-content: center; padding: var(--sp-3);
}
.nh2-logowall .cell .ph, .nh2-logowall .cell img { max-height: 100%; max-width: 100%; filter: grayscale(1); opacity: .7; transition: all .25s ease; }
.nh2-logowall .cell:hover .ph, .nh2-logowall .cell:hover img { filter: none; opacity: 1; }

.nh2-cta-light { max-width: 640px; margin: 0 auto; padding: 0 24px 120px; text-align: center; }
.nh2-cta-light h2 { margin: var(--sp-2) 0 0; }
.nh2-cta-light p { margin-top: var(--sp-2); }
.nh2-cta-light .btn-d, .nh2-cta-light .btn-g { margin-top: var(--sp-3); }

@media (max-width: 700px) {
    .nh2-logowall .row { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1000px) {
    .nh2-def .imgbox { flex-basis: 240px; width: 240px; height: 240px; }
}
@media (max-width: 700px) {
    .nh2-intro { padding: 80px 0 50px; }
    .nh2-photo .frame { height: 260px; }
    .nh2-def, .nh2-def:nth-child(even) { flex-direction: column; align-items: flex-start; text-align: left; gap: 16px; }
    .nh2-def .imgbox { width: 100%; height: 200px; flex-basis: auto; }
    .nh2-values .row { grid-template-columns: 1fr; gap: 16px; }
}

/* ---- Variantes editoriales reutilizables (para otras páginas, p.ej. Servicios) ---- */

.nh2-values .row.cols-4 { grid-template-columns: repeat(4, 1fr); }
.nh2-values .item .badge { display: inline-block; margin-bottom: var(--sp-2); }

.nh2-dark { background: #101010; color: #fff; padding: var(--sp-7) 0; }
.nh2-dark .sec-t { text-align: center; margin: 0 auto; max-width: 640px; }
.nh2-dark .sec-t .eyebrow { justify-content: center; color: var(--gold); }
.nh2-dark .sec-t h2 { color: #fff; }
.nh2-dark .row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 44px; }
.nh2-dark .item { border: 1px solid rgba(255,255,255,.15); padding: var(--sp-4); transition: border-color .2s ease; }
.nh2-dark .item:hover { border-color: var(--gold); }
.nh2-dark .item h3 { color: #fff; font: 400 20px "Newsreader", Georgia, serif; margin: 0 0 8px; }
.nh2-dark .item p { color: rgba(255,255,255,.6); font-size: 13px; margin: 0; }
.nh2-dark .item a.cta { display: inline-block; margin-top: 12px; color: var(--gold); font-size: 12px; font-weight: 700; }

@media (max-width: 1000px) {
    .nh2-values .row.cols-4 { grid-template-columns: repeat(2, 1fr); }
    .nh2-dark .row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
    .nh2-values .row.cols-4 { grid-template-columns: 1fr; }
    .nh2-dark .row { grid-template-columns: 1fr; }
}

/* =========================================================
   NOTICIAS — GRILLA DE POSTS
   ========================================================= */

.posts { display: grid; gap: 20px; }
.post { border: 1px solid var(--light-line); background: #fff; transition: box-shadow .2s ease, transform .2s ease; }
.post:hover { box-shadow: 0 14px 30px rgba(0,0,0,.06); transform: translateY(-2px); }
.post .im, .post .ph { width: 100%; object-fit: cover; display: block; }
.post .bd { padding: var(--sp-3); }
.post .cat { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .10em; text-transform: uppercase; }
.post h3 { margin: 10px 0 8px; font-family: "Newsreader", Georgia, serif; font-weight: 400; font-size: 20px; line-height: 1.25; }
.post p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.post .ft { display: flex; justify-content: space-between; align-items: center; margin-top: var(--sp-2); padding-top: var(--sp-2); border-top: 1px solid rgba(0,0,0,.08); }
.post .ft span { font-size: 11px; color: #8a8a8a; font-weight: 500; }

/* =========================================================
   RESPONSIVE — TABLET (≤1000px)
   ========================================================= */

@media (max-width: 1000px) {
    .wrap { width: min(100% - 36px, 900px); }
    nav.main { gap: 18px; }
    nav.main > a { font-size: 12px; }

    .hero .wrap.hero-wrap { grid-template-columns: 1fr; padding: 70px 0; min-height: auto; }
    .hero { min-height: auto; }
    .hstats { max-width: 650px; }

    .g3 { grid-template-columns: repeat(2, 1fr); }
    .g4 { grid-template-columns: repeat(2, 1fr); }

    .split { grid-template-columns: 1fr; }
    .split > img, .split > .ph { min-height: 420px; }

    footer.site .cols { grid-template-columns: repeat(2, 1fr); }

    .contact-section { grid-template-columns: 1fr; }
    .contact-form { max-width: none; margin: 0; }
    .contact-info { padding: 70px 60px; }

    .nosotros-profile { grid-template-columns: 1fr; }
    .nosotros-text { max-width: none; margin-left: 0; padding: 60px 30px; }
    .nosotros-media { min-height: 420px; }

    .counters .wrap { grid-template-columns: 1fr 1fr; }
    .counters .c { padding: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
}

/* =========================================================
   RESPONSIVE — MÓVIL (≤700px)
   ========================================================= */

@media (max-width: 700px) {
    .wrap { width: calc(100% - 30px); }

    .topbar { padding: 8px 0; }
    .topbar .wrap { flex-direction: column; align-items: flex-start; gap: 3px; }

    header.site > .wrap { min-height: 68px; }
    .brand .mk { width: 34px; height: 34px; }
    .brand .tx b { font-size: 17px; }
    .brand .tx s { font-size: 7px; }

    .burger { display: block; }
    nav.main {
        position: absolute; top: 68px; left: 0; right: 0; display: none;
        flex-direction: column; align-items: stretch; gap: 0; padding: 10px 15px 18px;
        background: #000; border-top: 1px solid rgba(255,255,255,.10);
    }
    nav.main.open { display: flex; }
    nav.main > a { height: auto; min-height: 46px; justify-content: flex-start; }
    nav.main > a.on::after { display: none; }
    nav.main .btn-g { margin-top: 8px; justify-content: center; }

    .hero { background-position: center; }
    .hero .wrap.hero-wrap { padding: 60px 0 50px; gap: 44px; }
    .hero h1.hero-title { font-size: clamp(42px, 12vw, 60px) !important; line-height: 1; }
    .hero .lead.hero-description { font-size: 14px; }
    .hero-buttons .btn-g, .hero-buttons .btn-o { width: 100%; }

    .hstats { grid-template-columns: 1fr 1fr; width: 100%; }
    .hstats > div { min-height: 150px; padding: 26px 22px; }
    .hstats .k { font-size: 29px; }
    .hstats .l { font-size: 9px; }

    .sec { padding: 60px 0; }
    .g3, .g4 { grid-template-columns: 1fr; }

    footer.site { padding: 55px 0 25px; }
    footer.site .cols { grid-template-columns: 1fr; gap: 40px; }
    .fbot { flex-direction: column; align-items: flex-start; gap: 14px; }

    .ctaband { padding: 64px 0; }

    .phero { padding-bottom: 50px; }
    .phero .wrap { width: calc(100% - 30px); }
    .breadcrumb, .crumb { padding-top: 16px; font-size: 12px; }
    .phero h1 { margin-top: 26px; font-size: clamp(38px, 11vw, 54px); line-height: 1.08; }

    .contact-form { padding: 55px 22px 60px; }
    .contact-form h2 { font-size: 34px; }
    .form-row { grid-template-columns: 1fr; gap: 22px; }
    .contact-info { padding: 55px 22px; }
    .contact-map { height: 180px; }

    .clientes-intro { padding-top: 50px; padding-bottom: 30px; }
    .clientes-grid { padding-bottom: 55px; }
    .clientes-cta { padding: 50px 0; }
    .clientes-cta-inner { flex-direction: column; align-items: flex-start; gap: 26px; }
    .clientes-cta .d { font-size: 32px; }
    .clientes-cta-action, .clientes-cta .btn-d { width: 100%; }

    .nosotros-profile { display: flex; flex-direction: column; }
    .nosotros-text { padding: 50px 22px; max-width: none; margin-left: 0; }
    .nosotros-media { min-height: 320px; }
    .nosotros-media .cap { padding: 34px 22px 20px; }
    .nosotros-media .cap p { font-size: 18px; }
}
