.empresa-hero { min-height: 570px; padding: 150px 24px 90px; display: flex; align-items: center; color: #fff; background: linear-gradient(90deg, rgba(15, 27, 20, .82), rgba(15, 27, 20, .32)), url("../images/empresa/almacen.jpg") center/cover no-repeat; }
.empresa-hero-inner { max-width: 1120px; width: 100%; margin: 0 auto; }
.eyebrow { color: #79c77f; font-size: 13px; font-weight: 700; letter-spacing: 3px; }
.empresa-hero h1 { max-width: 720px; margin: 15px 0 18px; font-size: clamp(40px, 6vw, 70px); line-height: 1.08; text-shadow: 0 2px 12px rgba(0,0,0,.45); }
.empresa-hero p:not(.eyebrow) { max-width: 600px; font-size: clamp(17px, 2vw, 23px); }
.historia { padding: 60px 24px; background: #f4f7f4; }
.section-heading { max-width: 780px; margin: 0 auto 32px; text-align: center; }
.section-heading h2, .empresa-values h2, .empleo h2 { color: #29342c; margin: 9px 0 16px; font-size: clamp(32px, 4vw, 47px); line-height: 1.15; }
.section-heading > p:last-child { color: #677168; font-size: 18px; }
.historia-grid { max-width: 1120px; margin: 0 auto 30px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 38px; align-items: center; }
.historia-copy { color: #505a51; font-size: 17px; }
.historia-copy p + p { margin-top: 22px; }
.almacen { overflow: hidden; border-radius: 16px; box-shadow: 0 18px 38px rgba(26, 51, 31, .17); background: #fff; }
.almacen img { width: 100%; height: 370px; object-fit: cover; }
.almacen figcaption { padding: 12px 16px; color: #657067; font-size: 14px; }
.centros-gallery { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
.centros-gallery figure { min-height: 220px; position: relative; overflow: hidden; border-radius: 12px; background: #305a36; }
.centros-gallery img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; transition: transform .35s ease; }
.centros-gallery figure:hover img { transform: scale(1.06); }
.centros-gallery figcaption { position: absolute; inset: auto 0 0; padding: 35px 12px 12px; color: #fff; font-size: 14px; font-weight: 700; text-align: center; background: linear-gradient(transparent, rgba(0,0,0,.72)); }
.empresa-values { background: #f4f7f4; color: #505a51; }
.value-card { min-height: 0; padding: 55px 24px; text-align: center; }
.value-card + .value-card { background: #fff; }
.empresa-values h2 { color: #29342c; margin-bottom: 18px; font-size: clamp(32px, 4vw, 47px); line-height: 1.15; }
.value-card p { max-width: 760px; margin: 0 auto; font-size: 17px; }
.value-card-organizacion { padding-bottom: 55px; }
.organizacion-diagrama { max-width: 860px; margin: 24px auto 0; padding: 12px; overflow: hidden; border-radius: 12px; background: #fff; box-shadow: 0 12px 30px rgba(26, 51, 31, .13); }
.organizacion-diagrama img { width: 100%; height: auto; }
.empleo { max-width: 1120px; margin: 0 auto; padding: 60px 24px; display: flex; gap: 36px; justify-content: space-between; align-items: center; }
.empleo > div { max-width: 650px; }
.empleo > div > p:last-child { color: #677168; font-size: 17px; }
.empleo-email { flex: 0 0 auto; padding: 14px 20px; color: #fff; background: #2e7d32; border-radius: 28px; font-weight: 700; box-shadow: 0 7px 18px rgba(46,125,50,.25); }
.empleo-email:hover { background: #236427; }
@media (max-width: 800px) { .historia-grid { grid-template-columns: 1fr; gap: 24px; } .centros-gallery { grid-template-columns: repeat(2, 1fr); } .empresa-values .value-card { min-height: auto; padding: 46px 28px; } .empleo { display: block; padding: 50px 24px; } .empleo-email { display: inline-block; margin-top: 24px; font-size: 14px; } }
@media (max-width: 460px) { .centros-gallery { grid-template-columns: 1fr; } .empresa-hero { min-height: 500px; } }
