/* ========== 公司信息页（久林鸟文化） ========== */
.company-wrap { max-width: 1400px; margin: 0 auto; padding: 32px 28px 80px; }

.company-hero {
    text-align: center;
    padding: 70px 40px;
    border-radius: 20px;
    background: linear-gradient(135deg, #1e3a8a 0%, #7c3aed 60%, #db2777 100%);
    color: #fff;
    box-shadow: 0 14px 40px rgba(124, 58, 237, .28);
    margin-bottom: 36px;
}
.company-logo {
    width: 120px; height: 120px; margin: 0 auto 20px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    background: rgba(255, 255, 255, .18);
    box-shadow: 0 6px 22px rgba(0,0,0,.18);
}
.company-name { font-size: 44px; font-weight: 800; letter-spacing: 3px; }
.company-en { font-size: 16px; letter-spacing: 6px; opacity: .85; margin-top: 6px; }
.company-slogan { margin-top: 18px; font-size: 20px; opacity: .95; }

.company-section {
    background: #fff;
    border-radius: 16px;
    padding: 32px 36px;
    margin-bottom: 28px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}
.company-h3 { margin: 0 0 20px; font-size: 26px; color: #111827; }

.company-intro { line-height: 2; color: #374151; font-size: 16px; margin: 0 0 20px; }
.company-mv { display: flex; gap: 24px; flex-wrap: wrap; }
.company-mv-card {
    flex: 1; min-width: 320px;
    background: #f5f3ff;
    border-left: 5px solid #7c3aed;
    border-radius: 12px;
    padding: 22px;
}
.company-mv-label { font-size: 14px; color: #7c3aed; font-weight: 700; margin-bottom: 8px; letter-spacing: 1px; }
.company-mv-text { font-size: 18px; color: #1f2937; font-weight: 600; line-height: 1.6; }

.company-values { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.cp-value-card { background: #f9fafb; border: 1px solid #eee; border-radius: 14px; padding: 22px; transition: transform .15s, box-shadow .15s; }
.cp-value-card:hover { transform: translateY(-3px); box-shadow: 0 6px 18px rgba(0,0,0,.08); }
.cp-value-title { font-weight: 700; color: #7c3aed; margin-bottom: 10px; font-size: 18px; }
.cp-value-desc { font-size: 15px; color: #4b5563; line-height: 1.8; }

/* 登录页与侧边栏 LOGO */
.auth-logo {
    max-width: 140px;
    max-height: 70px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto 8px;
    padding: 8px 12px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.12);
    object-fit: contain;
}
.sidebar-logo { height: 36px; width: auto; display: block; border-radius: 6px; background: #fff; padding: 4px; }
.sidebar-brand { display: flex; align-items: center; justify-content: center; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.1); }

.company-biz { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.cp-biz-card { background: linear-gradient(180deg, #fff, #fafafa); border: 1px solid #eee; border-radius: 14px; padding: 22px; transition: transform .15s, box-shadow .15s; }
.cp-biz-card:hover { transform: translateY(-3px); box-shadow: 0 6px 18px rgba(0,0,0,.08); }
.cp-biz-icon { font-size: 34px; margin-bottom: 12px; }
.cp-biz-title { font-weight: 700; color: #111827; margin-bottom: 8px; font-size: 17px; }
.cp-biz-desc { font-size: 15px; color: #6b7280; line-height: 1.8; }

.company-timeline { position: relative; padding-left: 8px; }
.cp-ms-item { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px dashed #eee; }
.cp-ms-item:last-child { border-bottom: none; }
.cp-ms-year { font-weight: 800; color: #1e3a8a; width: 92px; flex-shrink: 0; font-size: 15px; }
.cp-ms-dot { width: 12px; height: 12px; border-radius: 50%; background: #7c3aed; flex-shrink: 0; box-shadow: 0 0 0 4px rgba(124, 58, 237, .15); }
.cp-ms-text { color: #374151; font-size: 15px; }

.cp-contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.cp-contact-card { background: #f9fafb; border: 1px solid #eee; border-radius: 14px; padding: 20px; }
.cp-contact-label { font-size: 13px; color: #9ca3af; margin-bottom: 8px; }
.cp-contact-val { font-size: 15px; color: #1f2937; font-weight: 600; }

.company-intro-wrap { margin-bottom: 22px; }
.company-intro-images { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 20px; }
.company-intro-images img { width: 100%; height: 340px; border-radius: 14px; box-shadow: 0 6px 18px rgba(0,0,0,.1); object-fit: cover; transition: transform .2s, box-shadow .2s; }
.company-intro-images img:hover { transform: scale(1.01); box-shadow: 0 10px 28px rgba(0,0,0,.14); }

.company-footer { text-align: center; color: #9ca3af; font-size: 13px; margin-top: 14px; }
.company-footer code { background: #f3f4f6; padding: 2px 8px; border-radius: 4px; color: #6b7280; }

@media (max-width: 1200px) {
    .company-intro-images { grid-template-columns: repeat(2, 1fr); }
    .company-intro-images img { height: 300px; }
}
@media (max-width: 900px) {
    .company-wrap { padding: 20px 16px 50px; }
    .company-hero { padding: 46px 24px; border-radius: 16px; }
    .company-logo { width: 92px; height: 92px; }
    .company-name { font-size: 32px; }
    .company-en { font-size: 14px; letter-spacing: 4px; }
    .company-slogan { font-size: 16px; }
    .company-section { padding: 22px 20px; }
    .company-h3 { font-size: 21px; }
    .company-intro-images { grid-template-columns: 1fr; gap: 18px; }
    .company-intro-images img { height: 240px; }
    .company-mv { gap: 16px; }
    .company-mv-card { min-width: 100%; }
}
