body.layout-humano { --page: #f8f4eb; --paper: #fffdf8; --radius: 32px; }
.layout-humano .site-header { background: var(--page); }
.layout-humano .brand-mark, .layout-humano .brand-copy small { display: none; }
.layout-humano .hero { width: min(var(--container), calc(100% - 56px)); min-height: 680px; margin: 0 auto; position: relative; display: grid; grid-template-columns: 46% 54%; align-items: center; }
.layout-humano .hero::before { content: ""; position: absolute; z-index: 0; width: 680px; height: 330px; top: 70px; left: -270px; border: 2px solid var(--primary); border-color: var(--primary) transparent transparent transparent; border-radius: 50%; transform: rotate(8deg); opacity: .65; }
.layout-humano .hero-copy { z-index: 4; padding: 72px 0 155px; }
.layout-humano .hero h1 { max-width: 690px; margin: 20px 0; font-size: clamp(60px, 6vw, 90px); line-height: .98; letter-spacing: -.065em; }
.layout-humano .hero-copy > p { max-width: 540px; margin: 0; color: var(--muted); font-size: clamp(18px, 1.6vw, 23px); line-height: 1.5; }
.layout-humano .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 31px; }
.layout-humano .hero-visual { position: absolute; inset: 8px -40px 30px 46%; overflow: hidden; border-radius: 48% 44% 40% 48% / 38% 42% 50% 50%; background: var(--primary-soft); }
.layout-humano .hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 65%, var(--primary) 65%); opacity: .88; pointer-events: none; }
.layout-humano .hero-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.layout-humano .hero-visual:hover img { transform: scale(1.018); }
.layout-humano .impact-card { z-index: 6; position: absolute; left: 0; bottom: 16px; min-width: min(550px, 43vw); display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.layout-humano .impact-card > div { display: flex; align-items: center; gap: 13px; padding: 17px 20px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.72); }
.layout-humano .impact-icon { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--primary); background: var(--page); font-size: 28px; }
.layout-humano .impact-card p { margin: 0; display: grid; }
.layout-humano .impact-card strong { font-size: 29px; }
.layout-humano .impact-card p span { color: var(--muted); font-size: 12px; }

@media (max-width: 1100px) {
    .layout-humano .hero { min-height: 630px; }
    .layout-humano .hero h1 { font-size: clamp(54px, 6vw, 74px); }
    .layout-humano .impact-card { min-width: 500px; }
}

@media (max-width: 780px) {
    .layout-humano .hero { width: calc(100% - 36px); min-height: auto; display: flex; flex-direction: column; align-items: stretch; }
    .layout-humano .hero-copy { order: 1; padding: 52px 0 32px; }
    .layout-humano .hero h1 { font-size: clamp(48px, 15vw, 70px); }
    .layout-humano .hero-copy > p { font-size: 18px; }
    .layout-humano .hero-actions { display: grid; }
    .layout-humano .hero-visual { order: 2; position: relative; inset: auto; width: 100%; height: 410px; border-radius: 42% 42% 35% 40%; }
    .layout-humano .impact-card { order: 3; position: relative; inset: auto; min-width: 0; width: 100%; margin: -30px auto 0; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.93); }
    .layout-humano .impact-card > div { padding: 8px 11px; border: 0; border-radius: 0; background: transparent; }
    .layout-humano .impact-card > div + div { border-left: 1px solid var(--line); }
    .layout-humano .impact-icon { width: 42px; height: 42px; font-size: 22px; }
    .layout-humano .impact-card strong { font-size: 23px; }
    .layout-humano .impact-card p span { font-size: 10px; }
}

