﻿/* ===== 金鲸有味 v6 全局样式 ===== */

body { font-family: 'Noto Sans SC', "PingFang SC", "Microsoft YaHei", sans-serif; }
.font-display { font-family: 'Noto Serif SC', serif; }

/* 品牌色 */
.text-gold-grad { background: linear-gradient(135deg, #f3d896 0%, #d99e36 50%, #7c481b 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.bg-gold-grad { background: linear-gradient(135deg, #f3d896 0%, #d99e36 50%, #7c481b 100%); }
.bg-navy-grad { background: linear-gradient(160deg, #152944 0%, #091627 100%); }
.bg-warm-grad { background: linear-gradient(180deg, #fdf8ed 0%, #f3d896 100%); }

/* Hero 背景 */
.hero-bg-default {
  background-image: linear-gradient(180deg, rgba(14,30,53,0.65) 0%, rgba(14,30,53,0.85) 100%), url('cover-bg.webp');
  background-size: cover; background-position: center 35%; background-repeat: no-repeat;
}
.hero-bg-about {
  background-image: linear-gradient(180deg, rgba(14,30,53,0.65) 0%, rgba(14,30,53,0.85) 100%), url('about-hero-bg.webp');
  background-size: cover; background-position: center 35%; background-repeat: no-repeat;
}
.hero-bg-service {
  background-image: linear-gradient(180deg, rgba(14,30,53,0.65) 0%, rgba(14,30,53,0.85) 100%), url('service-hero-bg.webp');
  background-size: cover; background-position: center 35%; background-repeat: no-repeat;
}
.hero-bg-case {
  background-image: linear-gradient(180deg, rgba(14,30,53,0.65) 0%, rgba(14,30,53,0.85) 100%), url('case-hero-bg.webp');
  background-size: cover; background-position: center 35%; background-repeat: no-repeat;
}
.hero-bg-news {
  background-image: linear-gradient(180deg, rgba(14,30,53,0.65) 0%, rgba(14,30,53,0.85) 100%), url('cover-bg.webp');
  background-size: cover; background-position: center 35%; background-repeat: no-repeat;
}

/* 导航 */
.nav-link { transition: color 0.2s; position: relative; }
.nav-link:hover { color: #d99e36; }
.nav-link.active { color: #d99e36; }
.nav-link.active::after { content: ""; position: absolute; left: 50%; bottom: -8px; transform: translateX(-50%); width: 24px; height: 2px; background: linear-gradient(90deg, #f3d896, #7c481b); border-radius: 1px; }

/* 动效 */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

/* 卡片 */
.card-hover { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.card-hover:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -10px rgba(184,122,35,0.25); }

.stat-num { font-variant-numeric: tabular-nums; }

/* 大事记 */
.timeline-item { position: relative; padding-left: 1.75rem; padding-bottom: 1.25rem; border-left: 2px dashed rgba(217,158,54,0.4); }
.timeline-item::before { content: ""; position: absolute; left: -7px; top: 4px; width: 12px; height: 12px; background: #d99e36; border-radius: 50%; box-shadow: 0 0 0 3px #fdf8ed; }

/* 客户 LOGO 容器 */
.client-logo { height: 50px; width: auto; object-fit: contain; background: #fff; border-radius: 6px; padding: 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
.client-logo-lg { height: 60px; width: auto; object-fit: contain; background: #fff; border-radius: 8px; padding: 6px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }

/* 渠道行 */
.ch-row { display: flex; align-items: center; gap: 0.75rem; padding: 0.5rem 0.75rem; background: white; border-radius: 0.5rem; border: 1px solid #f0e6d3; transition: all 0.2s; }
.ch-row:hover { border-color: #d99e36; transform: translateX(2px); }
.ch-row.total { background: linear-gradient(135deg, #fdf8ed 0%, #f3d896 100%); border-color: #d99e36; }
.ch-logo { width: 28px; height: 28px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; flex-shrink: 0; }
.ch-logo img { width: 22px; height: 22px; object-fit: contain; }
.ch-row .name { flex: 1; color: #1d1f25; font-size: 14px; font-weight: 500; }
.ch-row .val { color: #7c481b; font-weight: 700; font-size: 13px; white-space: nowrap; }

/* 品牌卡 */
.brand-card { background: white; border-radius: 0.75rem; border: 1px solid #f0e6d3; transition: all 0.3s; }
.brand-card:hover { border-color: #d99e36; transform: translateY(-2px); box-shadow: 0 8px 16px -4px rgba(184,122,35,0.15); }
.brand-card .cn { font-size: 16px; font-weight: 700; color: #152944; }
.brand-card .en { font-size: 11px; color: #7c7f8a; letter-spacing: 0.1em; margin-top: 2px; }
.brand-card .tag { display: inline-block; font-size: 11px; padding: 2px 8px; background: #fdf8ed; color: #7c481b; border-radius: 10px; margin-top: 8px; }

/* 团队卡 */
.team-card { background: rgba(255,255,255,0.05); backdrop-filter: blur(10px); border: 1px solid rgba(217,158,54,0.3); border-radius: 1rem; padding: 1.5rem; transition: all 0.3s; text-align: center; }
.team-card:hover { background: rgba(255,255,255,0.08); transform: translateY(-4px); border-color: #d99e36; }

/* 排版 */
.display-title { font-family: 'Noto Serif SC', serif; font-weight: 700; line-height: 1.2; letter-spacing: -0.01em; }

.whale-bg { position: absolute; background: url('whale-icon.webp') no-repeat center; background-size: contain; opacity: 0.06; pointer-events: none; }

/* 新闻 */
.news-card { background: white; border-radius: 0.5rem; border: 1px solid #ececec; transition: all 0.25s; overflow: hidden; padding: 1.5rem 1.5rem 1.75rem; }
.news-card:hover { border-color: #d99e36; box-shadow: 0 4px 12px -4px rgba(184,122,35,0.12); }
.news-card .news-title { font-weight: 700; color: #152944; line-height: 1.5; font-size: 17px; }
.news-card .news-meta { color: #9aa0a6; font-size: 13px; display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.news-card .news-meta svg { width: 14px; height: 14px; opacity: 0.7; }
.news-card .news-excerpt { color: #5c5f6a; font-size: 14px; line-height: 1.7; margin: 10px 0 14px; }
.news-card .news-readmore { color: #2563eb; font-size: 14px; font-weight: 500; }
.news-card .news-tag { display: inline-block; background: #fdf8ed; color: #9a5e1d; font-size: 11px; padding: 2px 8px; border-radius: 4px; margin-right: 8px; }